diff options
| author | Tiezhu Yang <[email protected]> | 2022-11-23 01:03:28 +0000 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2023-01-04 01:53:31 +0000 |
| commit | eeb4dd9e530de52fdf43283c50f371f0771725c9 (patch) | |
| tree | 6ebd7e68670c8bce198ecefca5135a74fca34435 /drivers/acpi/cppc_acpi.c | |
| parent | torture: make kvm-find-errors.sh check for compressed vmlinux files (diff) | |
| download | kernel-eeb4dd9e530de52fdf43283c50f371f0771725c9.tar.gz kernel-eeb4dd9e530de52fdf43283c50f371f0771725c9.zip | |
selftests: rcutorture: Use "grep -E" instead of "egrep"
The latest version of grep is deprecating the egrep command, so that
its output contains warnings as follows:
egrep: warning: egrep is obsolescent; using grep -E
Fix this using "grep -E" instead.
sed -i "s/egrep/grep -E/g" `grep egrep -rwl tools/testing/selftests/rcutorture`
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
Signed-off-by: Tiezhu Yang <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
