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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 10 Apr 2013 11:41:57 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, Jiri Slaby <jslaby@...e.cz>,
	stable@...r.kernel.org
Cc:	lwn@....net
Subject: Linux 3.2.43

I'm announcing the release of the 3.2.43 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git

The diff from 3.2.42 is attached to this message.

Ben.

------------

 Makefile                                           |    2 +-
 arch/tile/kernel/setup.c                           |   18 +-
 drivers/block/aoe/aoecmd.c                         |    3 +-
 drivers/block/loop.c                               |    9 +-
 drivers/block/xen-blkback/blkback.c                |    7 +-
 drivers/bluetooth/ath3k.c                          |   18 ++
 drivers/bluetooth/btusb.c                          |    9 +
 drivers/char/virtio_console.c                      |   20 +-
 drivers/eisa/pci_eisa.c                            |   39 ++--
 drivers/hid/hid-ids.h                              |    6 +
 drivers/hid/hid-microsoft.c                        |    6 +-
 drivers/hid/usbhid/hid-quirks.c                    |    2 +
 drivers/infiniband/ulp/ipoib/ipoib_cm.c            |    8 +-
 drivers/iommu/amd_iommu.c                          |   20 +-
 drivers/net/bonding/bond_main.c                    |   91 +++------
 drivers/net/bonding/bond_sysfs.c                   |  121 ++++++-----
 drivers/net/can/sja1000/plx_pci.c                  |    4 +-
 drivers/net/can/sja1000/sja1000.c                  |    6 +-
 drivers/net/can/sja1000/sja1000.h                  |    2 +-
 drivers/net/ethernet/atheros/atl1e/atl1e.h         |    1 -
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c    |   22 +-
 drivers/net/ethernet/broadcom/tg3.c                |    7 +-
 drivers/net/ethernet/davicom/dm9000.c              |  214 ++++++++++----------
 drivers/net/ethernet/davicom/dm9000.h              |   11 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c      |    7 +-
 drivers/net/ethernet/marvell/sky2.c                |    2 +-
 drivers/net/ethernet/marvell/sky2.h                |    2 +-
 drivers/net/ethernet/micrel/ks8851.c               |    2 +-
 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |    4 +-
 drivers/net/ethernet/ti/davinci_emac.c             |    2 +-
 drivers/net/usb/smsc75xx.c                         |   12 +-
 drivers/net/wireless/ath/ath9k/ar9003_calib.c      |    4 +
 drivers/net/wireless/b43/dma.c                     |   65 ++++--
 drivers/net/wireless/rt2x00/rt2x00dev.c            |    2 +
 drivers/net/wireless/rtlwifi/usb.c                 |    1 +
 drivers/spi/spi-mpc512x-psc.c                      |    2 +-
 drivers/staging/comedi/drivers/s626.c              |    2 +-
 drivers/tty/serial/atmel_serial.c                  |   11 +-
 drivers/tty/vt/vc_screen.c                         |    6 +-
 drivers/usb/host/xhci-ring.c                       |   24 +--
 drivers/usb/host/xhci.h                            |    4 +
 drivers/usb/serial/ftdi_sio.c                      |    1 +
 drivers/usb/serial/ftdi_sio_ids.h                  |    7 +
 fs/block_dev.c                                     |    1 +
 fs/btrfs/extent-tree.c                             |    2 +-
 fs/dcache.c                                        |   16 +-
 fs/nfs/blocklayout/blocklayoutdm.c                 |    4 +-
 fs/nfs/nfs4proc.c                                  |   17 +-
 fs/nfs/pnfs.c                                      |   19 +-
 fs/nfsd/nfs4xdr.c                                  |    2 +-
 fs/reiserfs/xattr.c                                |    4 +-
 fs/sysfs/dir.c                                     |   17 +-
 fs/ubifs/super.c                                   |   12 +-
 fs/udf/udf_sb.h                                    |    2 +-
 include/linux/thermal.h                            |    2 +-
 kernel/time/tick-broadcast.c                       |    3 +-
 mm/mmap.c                                          |    2 +-
 mm/nommu.c                                         |    2 +-
 net/8021q/vlan.c                                   |   14 +-
 net/core/dev.c                                     |    6 +
 net/ipv4/tcp_input.c                               |    7 +-
 net/ipv4/tcp_output.c                              |    7 +-
 net/ipv6/addrconf.c                                |   26 +--
 net/ipv6/ip6_input.c                               |   21 ++
 net/irda/af_irda.c                                 |    6 +-
 net/netlink/genetlink.c                            |    1 +
 net/sunrpc/sched.c                                 |    9 +-
 net/unix/af_unix.c                                 |    7 +-
 security/keys/keyctl.c                             |    4 +-
 sound/soc/imx/imx-ssi.c                            |    5 +
 sound/soc/sh/dma-sh7760.c                          |    4 +-
 71 files changed, 585 insertions(+), 443 deletions(-)

AceLan Kao (3):
      Bluetooth: Add support for IMC Networks [13d3:3393]
      Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]
      Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]

Al Viro (2):
      Nest rename_lock inside vfsmount_lock
      vt: synchronize_rcu() under spinlock is not nice...

Alan Cox (1):
      key: Fix resource leak

Amit Shah (2):
      virtio: console: rename cvq_lock to c_ivq_lock
      virtio: console: add locking around c_ovq operations

Anatol Pomozov (1):
      loop: prevent bdev freeing while device in use

Anatolij Gustschin (1):
      spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts

Artem Bityutskiy (1):
      UBIFS: make space fixup work in the remount case

Ben Hutchings (1):
      Linux 3.2.43

Chris Metcalf (1):
      tile: expect new initramfs name from hypervisor file system

Chuck Lever (1):
      NFS: nfs_getaclargs.acl_len is a size_t

Cong Wang (1):
      8021q: fix a potential use-after-free

Daniel Schaal (1):
      Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k.

Eric Dumazet (3):
      tcp: preserve ACK clocking in TSO
      aoe: reserve enough headroom on skbs
      net: add a synchronize_net() in  netdev_rx_handler_unregister()

Felix Fietkau (2):
      ath9k_hw: revert chainmask to user configuration after calibration
      rt2x00: error in configurations with  mesh support disabled

Hannes Frederic Sowa (3):
      atl1e: drop pci-msi support because of packet  corruption
      ipv6: don't accept multicast traffic with scope 0
      ipv6: don't accept node local multicast traffic from  the wire

Hong Zhiguo (1):
      ipv6: fix bad free of addrconf_init_net

Ian Abbott (1):
      staging: comedi: s626: fix continuous acquisition

Iestyn C. Elfick (1):
      b43: A fix for DMA transmission sequence errors

J. Bruce Fields (1):
      nfsd4: reject "negative" acl lengths

Jakub Kicinski (1):
      ixgbe: fix registration order of driver and DCA nofitication

Jan Beulich (1):
      xen-blkback: fix dispatch_rw_block_io() error path

Jan Kara (2):
      reiserfs: Fix warning and inode leak when deleting inode with xattrs
      udf: Fix bitmap overflow on large filesystems with small block size

Jan Stancek (1):
      mm: prevent mmap_cache race in find_vma()

Jiri Kosina (1):
      HID: usbhid: fix build problem

Jiri Slaby (1):
      HID: microsoft: do not use compound literal - fix build

Joerg Roedel (1):
      iommu/amd: Make sure dma_ops are set for hotplug devices

Josef Bacik (1):
      Btrfs: limit the global reserve to 512mb

Joseph CHANG (1):
      DM9000B: driver initialization upgrade

Josh Boyer (3):
      Bluetooth: Add support for atheros 04ca:3004 device to ath3k
      HID: usbhid: quirk for Realtek Multi-card reader
      HID: usbhid: quirk for MSI GX680R led panel

Jussi Kivilinna (1):
      rtlwifi: usb: add missing freeing of skbuff

Kees Cook (2):
      net/irda: add missing error path release_sock call
      tg3: fix length overflow in VPD firmware parsing

Konstantin Holoborodko (1):
      usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD

Lars-Peter Clausen (1):
      ASoC: dma-sh7760: Fix compile error

Marc Kleine-Budde (1):
      can: sja1000: fix define conflict on SH

Mark Rutland (1):
      clockevents: Don't allow dummy broadcast timers

Masatake YAMATO (1):
      thermal: shorten too long mcast group name

Max.Nekludov@...elster.com (1):
      ks8851: Fix interpretation of rxlen field.

Mike Marciniszyn (1):
      IPoIB: Fix send lockup due to missed TX completion

Ming Lei (4):
      Bluetooth: Add support for Dell[QCA 0cf3:0036]
      Bluetooth: Add support for Dell[QCA 0cf3:817a]
      sysfs: fix race between readdir and lseek
      sysfs: handle failure path correctly for readdir()

Mirko Lindner (2):
      sky2: Receive Overflows not counted
      sky2: Threshold for Pause Packet is set wrong

Mugunthan V N (1):
      drivers: net: ethernet: davinci_emac: use  netif_wake_queue() while restarting tx queue

Paul Moore (1):
      unix: fix a race condition in unix_release()

Pawel Wieczorkiewicz (1):
      tty: atmel_serial_probe(): index of atmel_ports[] fix

Sascha Hauer (1):
      ASoC: imx-ssi: Fix occasional AC97 reset failure

Sergio Cambra (1):
      Bluetooth device 04ca:3008 should use ath3k

Steve Glendinning (1):
      smsc75xx: fix jumbo frame support

Sunguk Lee (1):
      Bluetooth: Device 0cf3:3008 should map AR 3012

Trond Myklebust (2):
      NFSv4.1: Fix a race in pNFS layoutcommit
      SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked

Veaceslav Falico (3):
      bonding: remove already created master sysfs link on  failure
      pch_gbe: fix ip_summed checksum reporting on rx
      bonding: get netdev_rx_handler_unregister out of locks

Vivek Gautam (1):
      usb: xhci: Fix TRB transfer length macro used for Event TRB.

Yinghai Lu (1):
      EISA/PCI: Init EISA early, before PNP

Yuchung Cheng (1):
      tcp: undo spurious timeout after SACK reneging

fanchaoting (1):
      pnfs-block: removing DM device maybe cause oops when call dev_remove

nikolay@...hat.com (2):
      bonding: fix miimon and arp_interval delayed work race  conditions
      bonding: fix disabling of arp_interval and miimon



View attachment "linux-3.2.43.patch" of type "text/x-diff" (85075 bytes)

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ