lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87bnrl8spd.fsf@rustcorp.com.au> Date: Sat, 16 Aug 2014 04:51:18 +0930 From: Rusty Russell <rusty@...tcorp.com.au> To: "Linus Torvalds" <torvalds@...ux-foundation.org> Cc: "LKML" <linux-kernel@...r.kernel.org>, Andy Lutomirski <luto@...capital.net> Subject: [PULL] Module fixes The following changes since commit c9d26423e56ce1ab4d786f92aebecf859d419293: Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2014-08-14 18:13:46 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus for you to fetch changes up to ff7e0055bb5ddbbb320cdd8dfd3e18672bddd2ad: module: Clean up ro/nx after early module load failures (2014-08-16 04:47:00 +0930) ---------------------------------------------------------------- Nasty potential bug if someone uses a known module param with an invalid value (we don't fail unknown module params any more, just warn). Cheers, Rusty. ---------------------------------------------------------------- Andy Lutomirski (1): module: Clean up ro/nx after early module load failures kernel/module.c | 5 +++++ 1 file changed, 5 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists