]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
sysctl: add KERN_CONT to deprecated_sysctl_warning()
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Wed, 14 Dec 2016 23:04:26 +0000 (15:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Dec 2016 00:04:07 +0000 (16:04 -0800)
commit7560ef39dc0bfebba8f43766d8bb4c1ec5eb66fc
tree1ca752ead24155409b4eb331102f7b6b32598dca
parent8e53c073a41795365eb0e47ae23441dc01c70511
sysctl: add KERN_CONT to deprecated_sysctl_warning()

Do not break lines while printk()ing values.

  kernel: warning: process `tomoyo_file_tes' used the deprecated sysctl system call with
  kernel: 3.
  kernel: 5.
  kernel: 56.
  kernel:

Link: http://lkml.kernel.org/r/1480814833-4976-1-git-send-email-penguin-kernel@I-love.SAKURA.ne.jp
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl_binary.c