Ubuntu-focal-kernel/tools/vm
Tiezhu Yang 2d9a68eacb tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep"
BugLink: https://bugs.launchpad.net/bugs/2003896

commit a435874bf626f55d7147026b059008c8de89fbb8 upstream.

The latest version of grep claims the egrep is now obsolete so the build
now contains warnings that look like:

	egrep: warning: egrep is obsolescent; using grep -E

fix this up by moving the related file to use "grep -E" instead.

  sed -i "s/egrep/grep -E/g" `grep egrep -rwl tools/vm`

Here are the steps to install the latest grep:

  wget http://ftp.gnu.org/gnu/grep/grep-3.8.tar.gz
  tar xf grep-3.8.tar.gz
  cd grep-3.8 && ./configure && make
  sudo make install
  export PATH=/usr/local/bin:$PATH

Link: https://lkml.kernel.org/r/1668825419-30584-1-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2023-02-01 15:21:44 +01:00
..
.gitignore
Makefile
page-types.c
page_owner_sort.c
slabinfo-gnuplot.sh tools/vm/slabinfo-gnuplot: use "grep -E" instead of "egrep" 2023-02-01 15:21:44 +01:00
slabinfo.c tools/vm/slabinfo: use alphabetic order when two values are equal 2022-10-17 15:01:45 +02:00