Hello:
This patch was applied to netdev/net.git (master) by Jakub Kicinski kuba@kernel.org:
On Thu, 1 Dec 2022 11:10:48 +0800 you wrote:
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 using "grep -E" instead.
sed -i "s/egrep/grep -E/g" `grep egrep -rwl tools/testing/selftests/net`
[...]
Here is the summary with links: - selftests: net: Use "grep -E" instead of "egrep" https://git.kernel.org/netdev/net/c/6a30d3e3491d
You are awesome, thank you!