[google/syzkaller] 5b5f64: all: replace egrep with grep -E

1 view
Skip to first unread message

Andrew Donnellan

unread,
Dec 10, 2025, 12:40:04 AM (13 days ago) Dec 10
to syzk...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/master/pr-6498-6309de2073070b3516f0e786221f116238423d31
Home: https://github.com/google/syzkaller
Commit: 5b5f646079e8abe6d9b1f550aaf0e837b2f5ea13
https://github.com/google/syzkaller/commit/5b5f646079e8abe6d9b1f550aaf0e837b2f5ea13
Author: Andrew Donnellan <a...@linux.ibm.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)

Changed paths:
M pkg/build/linux_gen.sh
M sys/linux/bpf_trace.txt
M sys/linux/init_alg.go
M tools/check-copyright.sh
M tools/check-language.sh
M tools/check-shebang.sh
M tools/check-whitespace.sh

Log Message:
-----------
all: replace egrep with grep -E

The egrep command has been deprecated in GNU Grep since 2007, and nowadays
using egrep rather than grep -E will print a warning to the user, which is
very annoying.

Replace all usages of egrep with grep -E.

Signed-off-by: Andrew Donnellan <a...@linux.ibm.com>



To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications

Andrew Donnellan

unread,
Dec 10, 2025, 12:51:41 AM (13 days ago) Dec 10
to syzk...@googlegroups.com
Branch: refs/heads/master
Home: https://github.com/google/syzkaller
Commit: 5b5f646079e8abe6d9b1f550aaf0e837b2f5ea13
https://github.com/google/syzkaller/commit/5b5f646079e8abe6d9b1f550aaf0e837b2f5ea13
Author: Andrew Donnellan <a...@linux.ibm.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)

Changed paths:
M pkg/build/linux_gen.sh
M sys/linux/bpf_trace.txt
M sys/linux/init_alg.go
M tools/check-copyright.sh
M tools/check-language.sh
M tools/check-shebang.sh
M tools/check-whitespace.sh

Log Message:
-----------
all: replace egrep with grep -E

The egrep command has been deprecated in GNU Grep since 2007, and nowadays
using egrep rather than grep -E will print a warning to the user, which is
very annoying.

Replace all usages of egrep with grep -E.

Signed-off-by: Andrew Donnellan <a...@linux.ibm.com>


Commit: 48b27acc3f460d39422fea39527f62629d70e4a5
https://github.com/google/syzkaller/commit/48b27acc3f460d39422fea39527f62629d70e4a5
Author: Andrew Donnellan <a...@linux.ibm.com>
Date: 2025-12-10 (Wed, 10 Dec 2025)

Changed paths:
M tools/check-commits.sh

Log Message:
-----------
tools/check-commits.sh: allow AUTHORS as a prefix in commit message summaries

Currently, the commit message summary line regex in check-commits.sh
allows CONTRIBUTORS but not AUTHORS. Add AUTHORS.

Signed-off-by: Andrew Donnellan <a...@linux.ibm.com>


Compare: https://github.com/google/syzkaller/compare/6309de207307...48b27acc3f46
Reply all
Reply to author
Forward
0 new messages