mbox

Lucid stable update to 2.6.32.32.14 stable release

Message ID 20110308122549.4E587F89F8@sepang.rtg.net
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-lucid.git stable-2.6.32.32.14

Message

Tim Gardner March 8, 2011, 12:25 p.m. UTC
The following changes since commit 57c8a00352bae3bd50874cf4a5862fcd461f73a7:
  Greg Kroah-Hartman (1):
        Linux 2.6.32.31

are available in the git repository at:

  git://kernel.ubuntu.com/rtg/ubuntu-lucid.git stable-2.6.32.32.14

Amit Kumar Salecha (1):
      netxen: fix set mac addr

Bruce Allan (1):
      e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead

Christian Lamparter (1):
      p54usb: add Senao NUB-350 usbid

Don Zickus (1):
      x86: Use u32 instead of long to set reset vector back to 0

Gerrit Renker (1):
      dccp: fix oops on Reset after close

Greg Kroah-Hartman (1):
      Linux 2.6.32.32

Ian Campbell (1):
      arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.

Jiri Kosina (1):
      HID: add support for Acan FG-8100 barcode reader

Jochen Friedrich (1):
      mfd: Fix NULL pointer due to non-initialized ucb1x00-ts absinfo

Josh Hunt (1):
      ext2: Fix link count corruption under heavy link+rename load

Kees Cook (1):
      usb: iowarrior: don't trust report_size for buffer size

Michael S. Tsirkin (1):
      virtio: set pci bus master enable bit

Miklos Szeredi (1):
      fuse: fix hang of single threaded fuseblk filesystem

Pavel Shilovsky (1):
      CIFS: Fix oplock break handling (try #2)

Stanislaw Gruszka (1):
      r8169: disable ASPM

Thomas Gleixner (1):
      clockevents: Prevent oneshot mode when broadcast device is periodic

Tristan Ye (1):
      Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number.

Vlad Yasevich (1):
      sctp: Fix oops when sending queued ASCONF chunks

 Makefile                             |    2 +-
 arch/x86/include/asm/smpboot_hooks.h |    2 +-
 drivers/hid/hid-core.c               |    1 +
 drivers/hid/hid-cypress.c            |    2 +
 drivers/hid/hid-ids.h                |    1 +
 drivers/mfd/ucb1x00-ts.c             |   12 ++++++--
 drivers/net/e1000e/netdev.c          |    3 +-
 drivers/net/netxen/netxen_nic_hw.c   |    3 ++
 drivers/net/r8169.c                  |    6 ++++
 drivers/net/wireless/p54/p54usb.c    |    1 +
 drivers/usb/misc/iowarrior.c         |    2 +-
 drivers/virtio/virtio_pci.c          |    1 +
 fs/cifs/cifsproto.h                  |    2 +-
 fs/cifs/cifssmb.c                    |    4 ++-
 fs/cifs/file.c                       |   17 ++++++-----
 fs/ext2/namei.c                      |    9 +----
 fs/fuse/file.c                       |   52 +++++++++++++++++++++++++++++----
 fs/fuse/fuse_i.h                     |    6 +++-
 fs/ocfs2/refcounttree.c              |    7 +++-
 include/net/sctp/command.h           |    1 +
 kernel/time/tick-broadcast.c         |   10 ++++++
 kernel/time/tick-common.c            |    6 +++-
 kernel/time/tick-internal.h          |    3 ++
 net/dccp/input.c                     |    7 ++--
 net/ipv4/devinet.c                   |   30 +++++++++++++------
 net/sctp/sm_make_chunk.c             |   15 ----------
 net/sctp/sm_sideeffect.c             |   26 +++++++++++++++++
 net/sctp/sm_statefuns.c              |    8 ++++-
 28 files changed, 174 insertions(+), 65 deletions(-)

Comments

Stefan Bader March 9, 2011, 8:27 a.m. UTC | #1
There are a few network bits that feel like they could actually be waited for.
Certainly the x86 use 32bit not 64bit has potential to fix a few reboot issues.
Not seen anything negative about that release on stable either.

Acked-by: Stefan Bader <stefan.bader@canonical.com>

On 03/08/2011 01:25 PM, Tim Gardner wrote:
> The following changes since commit 57c8a00352bae3bd50874cf4a5862fcd461f73a7:
>   Greg Kroah-Hartman (1):
>         Linux 2.6.32.31
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/rtg/ubuntu-lucid.git stable-2.6.32.32.14
> 
> Amit Kumar Salecha (1):
>       netxen: fix set mac addr
> 
> Bruce Allan (1):
>       e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
> 
> Christian Lamparter (1):
>       p54usb: add Senao NUB-350 usbid
> 
> Don Zickus (1):
>       x86: Use u32 instead of long to set reset vector back to 0
> 
> Gerrit Renker (1):
>       dccp: fix oops on Reset after close
> 
> Greg Kroah-Hartman (1):
>       Linux 2.6.32.32
> 
> Ian Campbell (1):
>       arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.
> 
> Jiri Kosina (1):
>       HID: add support for Acan FG-8100 barcode reader
> 
> Jochen Friedrich (1):
>       mfd: Fix NULL pointer due to non-initialized ucb1x00-ts absinfo
> 
> Josh Hunt (1):
>       ext2: Fix link count corruption under heavy link+rename load
> 
> Kees Cook (1):
>       usb: iowarrior: don't trust report_size for buffer size
> 
> Michael S. Tsirkin (1):
>       virtio: set pci bus master enable bit
> 
> Miklos Szeredi (1):
>       fuse: fix hang of single threaded fuseblk filesystem
> 
> Pavel Shilovsky (1):
>       CIFS: Fix oplock break handling (try #2)
> 
> Stanislaw Gruszka (1):
>       r8169: disable ASPM
> 
> Thomas Gleixner (1):
>       clockevents: Prevent oneshot mode when broadcast device is periodic
> 
> Tristan Ye (1):
>       Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number.
> 
> Vlad Yasevich (1):
>       sctp: Fix oops when sending queued ASCONF chunks
> 
>  Makefile                             |    2 +-
>  arch/x86/include/asm/smpboot_hooks.h |    2 +-
>  drivers/hid/hid-core.c               |    1 +
>  drivers/hid/hid-cypress.c            |    2 +
>  drivers/hid/hid-ids.h                |    1 +
>  drivers/mfd/ucb1x00-ts.c             |   12 ++++++--
>  drivers/net/e1000e/netdev.c          |    3 +-
>  drivers/net/netxen/netxen_nic_hw.c   |    3 ++
>  drivers/net/r8169.c                  |    6 ++++
>  drivers/net/wireless/p54/p54usb.c    |    1 +
>  drivers/usb/misc/iowarrior.c         |    2 +-
>  drivers/virtio/virtio_pci.c          |    1 +
>  fs/cifs/cifsproto.h                  |    2 +-
>  fs/cifs/cifssmb.c                    |    4 ++-
>  fs/cifs/file.c                       |   17 ++++++-----
>  fs/ext2/namei.c                      |    9 +----
>  fs/fuse/file.c                       |   52 +++++++++++++++++++++++++++++----
>  fs/fuse/fuse_i.h                     |    6 +++-
>  fs/ocfs2/refcounttree.c              |    7 +++-
>  include/net/sctp/command.h           |    1 +
>  kernel/time/tick-broadcast.c         |   10 ++++++
>  kernel/time/tick-common.c            |    6 +++-
>  kernel/time/tick-internal.h          |    3 ++
>  net/dccp/input.c                     |    7 ++--
>  net/ipv4/devinet.c                   |   30 +++++++++++++------
>  net/sctp/sm_make_chunk.c             |   15 ----------
>  net/sctp/sm_sideeffect.c             |   26 +++++++++++++++++
>  net/sctp/sm_statefuns.c              |    8 ++++-
>  28 files changed, 174 insertions(+), 65 deletions(-)
>
Brad Figg March 9, 2011, 9:42 a.m. UTC | #2
On 03/08/2011 12:25 PM, Tim Gardner wrote:
> The following changes since commit 57c8a00352bae3bd50874cf4a5862fcd461f73a7:
>    Greg Kroah-Hartman (1):
>          Linux 2.6.32.31
>
> are available in the git repository at:
>
>    git://kernel.ubuntu.com/rtg/ubuntu-lucid.git stable-2.6.32.32.14
>
> Amit Kumar Salecha (1):
>        netxen: fix set mac addr
>
> Bruce Allan (1):
>        e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
>
> Christian Lamparter (1):
>        p54usb: add Senao NUB-350 usbid
>
> Don Zickus (1):
>        x86: Use u32 instead of long to set reset vector back to 0
>
> Gerrit Renker (1):
>        dccp: fix oops on Reset after close
>
> Greg Kroah-Hartman (1):
>        Linux 2.6.32.32
>
> Ian Campbell (1):
>        arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.
>
> Jiri Kosina (1):
>        HID: add support for Acan FG-8100 barcode reader
>
> Jochen Friedrich (1):
>        mfd: Fix NULL pointer due to non-initialized ucb1x00-ts absinfo
>
> Josh Hunt (1):
>        ext2: Fix link count corruption under heavy link+rename load
>
> Kees Cook (1):
>        usb: iowarrior: don't trust report_size for buffer size
>
> Michael S. Tsirkin (1):
>        virtio: set pci bus master enable bit
>
> Miklos Szeredi (1):
>        fuse: fix hang of single threaded fuseblk filesystem
>
> Pavel Shilovsky (1):
>        CIFS: Fix oplock break handling (try #2)
>
> Stanislaw Gruszka (1):
>        r8169: disable ASPM
>
> Thomas Gleixner (1):
>        clockevents: Prevent oneshot mode when broadcast device is periodic
>
> Tristan Ye (1):
>        Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a right number.
>
> Vlad Yasevich (1):
>        sctp: Fix oops when sending queued ASCONF chunks
>
>   Makefile                             |    2 +-
>   arch/x86/include/asm/smpboot_hooks.h |    2 +-
>   drivers/hid/hid-core.c               |    1 +
>   drivers/hid/hid-cypress.c            |    2 +
>   drivers/hid/hid-ids.h                |    1 +
>   drivers/mfd/ucb1x00-ts.c             |   12 ++++++--
>   drivers/net/e1000e/netdev.c          |    3 +-
>   drivers/net/netxen/netxen_nic_hw.c   |    3 ++
>   drivers/net/r8169.c                  |    6 ++++
>   drivers/net/wireless/p54/p54usb.c    |    1 +
>   drivers/usb/misc/iowarrior.c         |    2 +-
>   drivers/virtio/virtio_pci.c          |    1 +
>   fs/cifs/cifsproto.h                  |    2 +-
>   fs/cifs/cifssmb.c                    |    4 ++-
>   fs/cifs/file.c                       |   17 ++++++-----
>   fs/ext2/namei.c                      |    9 +----
>   fs/fuse/file.c                       |   52 +++++++++++++++++++++++++++++----
>   fs/fuse/fuse_i.h                     |    6 +++-
>   fs/ocfs2/refcounttree.c              |    7 +++-
>   include/net/sctp/command.h           |    1 +
>   kernel/time/tick-broadcast.c         |   10 ++++++
>   kernel/time/tick-common.c            |    6 +++-
>   kernel/time/tick-internal.h          |    3 ++
>   net/dccp/input.c                     |    7 ++--
>   net/ipv4/devinet.c                   |   30 +++++++++++++------
>   net/sctp/sm_make_chunk.c             |   15 ----------
>   net/sctp/sm_sideeffect.c             |   26 +++++++++++++++++
>   net/sctp/sm_statefuns.c              |    8 ++++-
>   28 files changed, 174 insertions(+), 65 deletions(-)
>

Acked-by: Brad Figg <brad.figg@canonical.com>