2015-07-08 21:32:50

by Rusty Russell

[permalink] [raw]
Subject: [PULL] module fix

The following changes since commit 45820c294fe1b1a9df495d57f40585ef2d069a39:

Fix broken audit tests for exec arg len (2015-07-08 09:33:38 -0700)

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 758556bdc1c8a8dffea0ea9f9df891878cc2468c:

module: Fix load_module() error path (2015-07-09 06:57:12 +0930)

----------------------------------------------------------------
Single fix: missing rbtree removal in the module load failure path. Easy to
trigger with bad params.

Thanks to Peter Zijlstra and Arthur Marsh for going around on this one.

Cheers,
Rusty.

----------------------------------------------------------------
Peter Zijlstra (1):
module: Fix load_module() error path

kernel/module.c | 1 +
1 file changed, 1 insertion(+)