From: James Bottomley Date: Sun, 3 Jun 2012 08:49:32 +0000 (-0700) Subject: [PARISC] fix missing TAINT_WARN problem X-Git-Tag: v3.5-rc2~16^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ea8b66e5bf85802ae59961981f5e0d61510b18;p=pandora-kernel.git [PARISC] fix missing TAINT_WARN problem Al viro broke us with commit edd63a2763bdae0daa4f0a4d4c5d61d1154352a5 Author: Al Viro Date: Fri Apr 27 13:42:45 2012 -0400 set_restore_sigmask() is never called without SIGPENDING (and never should be) Although it's pretty much our fault since parisc's asm/bug.h uses BUGWARN_TAINT but doesn't include the file that defines it. Fix that. Signed-off-by: James Bottomley --- Reading git-diff-tree failed