]> git.baikalelectronics.ru Git - 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)
commit796044f1c6523ad6ba28ea575f9384a0acd03201
tree1ca752ead24155409b4eb331102f7b6b32598dca
parent7d5f9b04f7b158901ae30d8b49679eca8ba537ad
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