The following changes since commit a7f2a366f62319dfebf8d4dfe8b211f631c78457:
ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall (2012-12-24 09:35:48 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git fixes for you to fetch changes up to 1fb9341ac34825aa40354e74d9a2c69df7d2c304: module: put modules in list much earlier. (2013-01-12 13:27:46 +1030) ---------------------------------------------------------------- Various minor fixes, but a slightly more complex one to fix the per-cpu overload problem introduced recently by kvm id changes. ---------------------------------------------------------------- Alexander Graf (1): virtio-blk: Don't free ida when disk is in use Rusty Russell (2): module: add new state MODULE_STATE_UNFORMED. module: put modules in list much earlier. Sasha Levin (1): module: prevent warning when finit_module a 0 sized file drivers/block/virtio_blk.c | 7 +- include/linux/module.h | 10 +-- kernel/debug/kdb/kdb_main.c | 2 + kernel/module.c | 154 ++++++++++++++++++++++++++++++------------- lib/bug.c | 1 + 5 files changed, 122 insertions(+), 52 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/