Prev: PM: Compress hibernation image with LZO
Next: [PATCH 2/2] lp3971: remove redundant checking for count in lp3971_i2c_read()
From: Rusty Russell on 4 Aug 2010 23:40 I'm pretty happy with this; there have been no complaints since that initial flurry of fixes. The following changes since commit 3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4: Linus Torvalds (1): Merge branch 'for-next' of git://git.kernel.org/.../jikos/trivial are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git modules Eric Dumazet (1): module: module_unload_init() cleanup Linus Torvalds (4): module: refactor load_module module: refactor load_module part 2 module: reduce stack usage for each_symbol() module: add load_info Rusty Russell (14): module: refactor load_module part 3 module: refactor load_module part 4 module: refactor load_module part 5 module: refactor out section header rewriting module: refactor out section header rewriting: FIX modversions module: kallsyms functions take struct load_info module: fix crash in get_ksymbol() when oopsing in module init module: layout_and_allocate module: sysfs cleanup module: fix sysfs cleanup for !CONFIG_SYSFS module: pass load_info into other functions module: move module args strndup_user to just before use module: group post-relocation functions into post_relocation() module: cleanup comments, remove noinline kernel/module.c | 1088 +++++++++++++++++++++++++++++-------------------------- 1 files changed, 581 insertions(+), 507 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/ |