lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 31 Mar 2011 12:47:14 +1030
From:	Rusty Russell <rusty@...abs.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Merge window closed - 2.6.39-rc1 out

On Tue, 29 Mar 2011 14:07:35 -0700, Linus Torvalds <torvalds@...ux-foundation.org> wrote:
> So 2.6.39-rc1 is out there, and the merge window is closed.

Oops, I somehow missed this.  Kernel must be getting boring.

If you're feeling generous, please pull.  If not, I'll separate out the
one with CC:stable in it and send another request.

The following changes since commit 6aba74f2791287ec407e0f92487a725a25908067:

  Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2011-03-30 09:35:52 -0700)

are available in the git repository at:

  ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Amit Shah (3):
      virtio: Decrement avail idx on buffer detach
      virtio_pci: Prevent double-free of pci regions after device hot-unplug
      virtio: console: Enable call to hvc_remove() on console port remove

Christoph Hellwig (1):
      virtio_blk: allow re-reading config space at runtime

Daniel J Blueman (1):
      minor ANSI prototype sparse fix

Dmitry Torokhov (2):
      module: deal with alignment issues in built-in module versions
      module: do not hide __modver_version_show declaration behind ifdef

Richard Kennedy (2):
      module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*
      module: reorder kparam_array to remove alignment padding on 64 bit builds

Rusty Russell (1):
      virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT.

 drivers/block/virtio_blk.c    |   88 ++++++++++++++++++++++++++++++++++++-----
 drivers/char/virtio_console.c |   16 -------
 drivers/virtio/virtio_pci.c   |   15 ++++---
 drivers/virtio/virtio_ring.c  |    1 +
 include/linux/module.h        |   28 +++++++------
 include/linux/moduleparam.h   |    7 ++-
 kernel/module.c               |    4 +-
 kernel/params.c               |    9 +++-
 8 files changed, 114 insertions(+), 54 deletions(-)

Cheers,
Rusty.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists