[PATCH] floppy: Correct documentation of driver options when used as a module.

2013-10-18 Thread Ben Harris
From: Ben Harris The options have to be passed space-separated and prefixed by "floppy=", rather than separately and unprefixed. This fixes <http://bugs.debian.org/726655>. Signed-off-by: Ben Harris --- This patch is against Linux 3.12-rc5. --- linux-3.12-rc5/Docume

[PATCH] x86: Don't allow stackprotector without TSC

2014-10-23 Thread Ben Harris
, make HAVE_CC_STACKPROTECTOR dependent on X86_TSC, which is defined iff all supported processors have a TSC. Setting the minimum processor type to one without TSC thus disables the stack protector, making the kernel bootable on such processors. Signed-off-by: Ben Harris --- This patch is against v3.