From: Rusty Russell on 19 May 2010 04:20 The following changes since commit 537b60d17894b7c19a6060feae40299d7109d6e7: Linus Torvalds (1): Merge branch 'x86-uv-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git modules Ondrej Zary (1): MODULE_DEVICE_TABLE(isapnp, ...) does nothing Rusty Russell (3): isapnp: move definitions to mod_devicetable.h so file2alias can reach them. hisax_fcpcipnp: fix broken isapnp device table. module: drop the lock while waiting for module to complete initialization. drivers/isdn/hisax/hisax_fcpcipnp.c | 3 +- include/linux/isapnp.h | 8 +---- include/linux/mod_devicetable.h | 7 ++++ kernel/module.c | 57 ++++++++++++++++++++++------------- scripts/mod/file2alias.c | 17 ++++++++++ 5 files changed, 63 insertions(+), 29 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/
|
Pages: 1 Prev: [tip:core/urgent] mutex: Fix optimistic spinning vs. BKL Next: drivers/net/usb: Use kmemdup |