public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PULL] Module fixes, and a virtio block fix.
@ 2013-01-21  0:08 Rusty Russell
  2013-01-21  0:45 ` Linus Torvalds
  0 siblings, 1 reply; 8+ messages in thread
From: Rusty Russell @ 2013-01-21  0:08 UTC (permalink / raw)
  To: Linus Torvalds, LKML; +Cc: Alexander Graf, Prarit Bhargava, Sasha Levin

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-21  3:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21  0:08 [PULL] Module fixes, and a virtio block fix Rusty Russell
2013-01-21  0:45 ` Linus Torvalds
2013-01-21  1:32   ` Rusty Russell
2013-01-21  1:45     ` Linus Torvalds
2013-01-21  2:00       ` Junio C Hamano
2013-01-21  2:14         ` Linus Torvalds
2013-01-21  2:57       ` Rusty Russell
2013-01-21  3:15         ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox