Skip to content

Commit cb37bbd

Browse files
committed
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
2 parents 3af91a1 + b36a968 commit cb37bbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

include/asm-generic/unistd.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,11 @@ __SC_COMP(__NR_clock_adjtime, sys_clock_adjtime, compat_sys_clock_adjtime)
683683
__SYSCALL(__NR_syncfs, sys_syncfs)
684684
#define __NR_setns 268
685685
__SYSCALL(__NR_setns, sys_setns)
686+
#define __NR_sendmmsg 269
687+
__SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg)
686688

687689
#undef __NR_syscalls
688-
#define __NR_syscalls 269
690+
#define __NR_syscalls 270
689691

690692
/*
691693
* All syscalls below here should go away really,

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ config DEBUG_BUGVERBOSE
697697
bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
698698
depends on BUG
699699
depends on ARM || AVR32 || M32R || M68K || SPARC32 || SPARC64 || \
700-
FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300
700+
FRV || SUPERH || GENERIC_BUG || BLACKFIN || MN10300 || TILE
701701
default y
702702
help
703703
Say Y here to make BUG() panics output the file name and line number

0 commit comments

Comments
 (0)