[linux] 01/01: bug script: Stop describing TAINT_UNSIGNED_MODULE as expected

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Sep 18 13:55:57 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 35221d0e2370cd2f037c909cdc4507cbb68e3669
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Sep 18 14:46:25 2016 +0100

    bug script: Stop describing TAINT_UNSIGNED_MODULE as expected
---
 debian/changelog                            | 1 +
 debian/templates/image.bug/include-1tainted | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a8612f1..ed41f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -192,6 +192,7 @@ linux (4.7.4-1) UNRELEASED; urgency=medium
     SENSORS_TWL4030_MADC, VIDEO_OMAP3, BATTERY_TWL4030_MADC, BACKLIGHT_PANDORA,
     HDQ_MASTER_OMAP as modules; OMAP2_DSS_DSI (Closes: #835893, thanks to
     Vagrant Cascadian)
+  * bug script: Stop describing TAINT_UNSIGNED_MODULE as expected
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sat, 03 Sep 2016 18:34:31 +0100
 
diff --git a/debian/templates/image.bug/include-1tainted b/debian/templates/image.bug/include-1tainted
index 8aae5b4..921922e 100644
--- a/debian/templates/image.bug/include-1tainted
+++ b/debian/templates/image.bug/include-1tainted
@@ -39,7 +39,7 @@ add_1tainted() {
     _check $TAINT_CRAP 'C' 'Module from drivers/staging has been loaded.'
     _check $TAINT_FIRMWARE_WORKAROUND 'I' 'Working around severe firmware bug.'
     _check $TAINT_OOT_MODULE 'O' 'Out-of-tree module has been loaded.'
-    _check $TAINT_UNSIGNED_MODULE 'E' 'Unsigned module has been loaded (currently expected).'
+    _check $TAINT_UNSIGNED_MODULE 'E' 'Unsigned module has been loaded.'
     _check $TAINT_SOFTLOCKUP 'L' 'Kernel has detected soft lockup before.'
     _check $TAINT_LIVEPATCH 'K' 'Live patch has been loaded.'
     echo "** Tainted: $result_short ($tainted)" >&3

-- 
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