On Mon, Nov 11, 2013 at 03:27:43PM +0100, Borislav Petkov wrote: > From: Borislav Petkov <b...@suse.de> > Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable > > When building the kernel in a shell which defines GREP_OPTIONS so that > grep behavior is modified, we can break the generation of the syscalls > table like so: > > __SYSCALL_COMMON([01;31m[K0[m[K, sys_read, sys_read) > __SYSCALL_COMMON([01;31m[K1[m[K, sys_write, sys_write) > __SYSCALL_COMMON([01;31m[K1[m[K0, sys_mprotect, sys_mprotect) ...
The email had literal escape sequences and git am preserved them, so git show displayed red zeros and onces. That was quite scary, so I replaced the escape character with ^[. Anyway, applied to kbuild.git#kbuild now. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/