]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bpf, samples: Use "grep -E" instead of "egrep"
authorTiezhu Yang <yangtiezhu@loongson.cn>
Fri, 18 Nov 2022 09:50:01 +0000 (17:50 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 18 Nov 2022 22:55:02 +0000 (23:55 +0100)
commitee748cd95e3adf4acdb05194b2ea68e4073e09b6
tree51ad9c2236c9d769b06450ea545298606f80a271
parentd1e91173cd29ba13c5953d1820a7543140feec93
bpf, samples: Use "grep -E" instead of "egrep"

The latest version of grep (3.8+) 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.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/bpf/1668765001-12477-1-git-send-email-yangtiezhu@loongson.cn
samples/bpf/test_cgrp2_tc.sh