[linux] 01/01: Enable TTY_PRINTK as module (Closes: #814540).

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Feb 13 17:28:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 86ea7ce8a02cceda9befc0303a736132170e5246
Author: Roger Shimizu <rogershimizu at gmail.com>
Date:   Sun Feb 14 00:37:52 2016 +0900

    Enable TTY_PRINTK as module (Closes: #814540).
---
 debian/changelog     | 4 ++++
 debian/config/config | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 617cac9..584776a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 linux (4.4.1-1) UNRELEASED; urgency=medium
 
+  [ Ben Hutchings ]
   * iw_cxgb3: Fix incorrectly returning error on success (CVE-2015-8812)
   * fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() (CVE-2016-0617)
     (regression in 4.3)
@@ -10,6 +11,9 @@ linux (4.4.1-1) UNRELEASED; urgency=medium
   * af_unix: Don't set err in unix_stream_read_generic unless there was an error
     (regression in 4.4, 4.3.4)
 
+  [ Roger Shimizu ]
+  * Enable TTY_PRINTK as module (Closes: #814540).
+
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 12 Feb 2016 23:34:23 +0000
 
 linux (4.4.1-1~exp1) experimental; urgency=medium
diff --git a/debian/config/config b/debian/config/config
index 27e3cbf..c6ec239 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -363,7 +363,7 @@ CONFIG_BT_WILINK=m
 ##
 CONFIG_DEVMEM=y
 # CONFIG_DEVKMEM is not set
-# CONFIG_TTY_PRINTK is not set
+CONFIG_TTY_PRINTK=m
 CONFIG_VIRTIO_CONSOLE=m
 # CONFIG_R3964 is not set
 CONFIG_PC8736x_GPIO=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list