Prev: Article in Phoronix about loss of performance in 2.6.35 release candidates
Next: oom: introduce find_lock_task_mm() to fix !mm false positives
From: Rusty Russell on 4 Jun 2010 22:00 On Sat, 5 Jun 2010 08:18:13 am Linus Torvalds wrote: > Can you send me a pointer to the safe/bugfix part, and I'll pull it for > -rc2? I'd like to do that Saturday. Yep, here it is: The following changes since commit ad8456361fa19068cf49b50a4f98e41b73c08e76: Linus Torvalds (1): Merge branch 'upstream-linus' of git://git.kernel.org/.../jgarzik/libata-dev are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Linus Torvalds (2): module: Make the 'usage' lists be two-way module: move find_module check to end Rusty Russell (6): module: fix kdb's illicit use of struct module_use. module: move sysfs exposure to end of load_module module: Make module sysfs functions private. module: make locking more fine-grained. module: verify_export_symbols under the lock module: fix bne2 "gave up waiting for init of module libcrc32c" include/linux/module.h | 44 ++----- kernel/debug/kdb/kdb_main.c | 12 +-- kernel/module.c | 320 ++++++++++++++++++++++++++++--------------- 3 files changed, 221 insertions(+), 155 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/ |