Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile

* 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
asm-generic/unistd.h: support sendmmsg syscall
tile: enable CONFIG_BUGVERBOSE

+4 -2
+3 -1
include/asm-generic/unistd.h
··· 683 683 __SYSCALL(__NR_syncfs, sys_syncfs) 684 684 #define __NR_setns 268 685 685 __SYSCALL(__NR_setns, sys_setns) 686 + #define __NR_sendmmsg 269 687 + __SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg) 686 688 687 689 #undef __NR_syscalls 688 - #define __NR_syscalls 269 690 + #define __NR_syscalls 270 689 691 690 692 /* 691 693 * All syscalls below here should go away really,
+1 -1
lib/Kconfig.debug
··· 697 697 bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT 698 698 depends on BUG 699 699 depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \ 700 - FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 700 + FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || TILE 701 701 default y 702 702 help 703 703 Say Y here to make BUG() panics output the file name and line number