Prev: [patch 2/2] input/tps6507x-ts: zero vs NULL
Next: [PATCH] input: Fix build of S3C touchscreen driver
From: Rusty Russell on 31 May 2010 08:10 In response to Linus' almost-rational dislike of the lock-drop-and-regrab patch, I've dug out and updated the fine-grained locking patch for module.c. Simple testing here seems to work, and it might have a good effect on boot times too (its original target). Pull request for those who find that easier: The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e: Linus Torvalds (1): Linux 2.6.35-rc1 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6.git modules Rusty Russell (3): module: fix reference to mod->percpu after freeing module. module: make locking more fine-grained. module: fix bne2 "gave up waiting for init of module libcrc32c" kernel/module.c | 151 +++++++++++++++++++++++++++++++++++------------------- 1 files changed, 98 insertions(+), 53 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |