From 86ea7ce8a02cceda9befc0303a736132170e5246 Mon Sep 17 00:00:00 2001 From: Roger Shimizu Date: Sun, 14 Feb 2016 00:37:52 +0900 Subject: [PATCH] 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 617cac962..584776a16 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 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 27e3cbf5a..c6ec239ac 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