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:	Tue, 17 Nov 2015 22:38:42 +0000
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.73

I'm announcing the release of the 3.2.73 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
        https://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:
        https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git

The diff from 3.2.72 is attached to this message.

Ben.

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

 Makefile                                     |  2 +-
 arch/m68k/include/asm/linkage.h              | 30 ++++++++++++++++
 arch/mips/mm/dma-default.c                   |  2 +-
 arch/powerpc/kernel/rtas.c                   |  3 ++
 arch/x86/include/asm/kvm_host.h              |  1 +
 arch/x86/kernel/process_64.c                 | 52 ++++++++++++++++++++++------
 arch/x86/kvm/mmu.c                           | 45 ++++++++++++++++++++++++
 arch/x86/kvm/svm.c                           |  8 +++++
 arch/x86/kvm/trace.h                         |  1 +
 arch/x86/kvm/vmx.c                           |  5 ++-
 arch/x86/xen/setup.c                         |  2 +-
 crypto/ablkcipher.c                          |  2 +-
 crypto/ahash.c                               |  3 +-
 crypto/algapi.c                              |  2 +-
 crypto/api.c                                 |  6 ++--
 drivers/base/regmap/regmap-debugfs.c         |  5 ++-
 drivers/block/xen-blkfront.c                 |  3 +-
 drivers/gpu/drm/nouveau/nouveau_gem.c        |  5 +--
 drivers/infiniband/core/cm.c                 | 10 +++++-
 drivers/iommu/intel-iommu.c                  | 19 ++++++----
 drivers/md/md.c                              |  1 +
 drivers/md/persistent-data/dm-btree-remove.c | 17 +++++----
 drivers/md/persistent-data/dm-btree.c        |  2 +-
 drivers/md/raid0.c                           | 46 ++++++++++++++----------
 drivers/md/raid1.c                           | 38 ++++++++++++++++++--
 drivers/md/raid1.h                           |  5 +++
 drivers/md/raid10.c                          | 42 +++++++++++++++++++---
 drivers/md/raid10.h                          |  6 ++++
 drivers/mtd/ubi/io.c                         |  5 +++
 drivers/mtd/ubi/vtbl.c                       |  1 +
 drivers/mtd/ubi/wl.c                         |  1 +
 drivers/net/ppp/pppoe.c                      |  3 +-
 drivers/net/usb/asix.c                       | 16 ++-------
 drivers/net/wireless/ath/ath9k/init.c        |  1 +
 drivers/net/wireless/iwlwifi/iwl-agn.c       |  2 +-
 drivers/scsi/3w-9xxx.c                       | 28 +++++++++++----
 drivers/scsi/mvsas/mv_sas.c                  |  2 ++
 drivers/staging/iio/accel/sca3000_ring.c     |  2 +-
 drivers/tty/n_tty.c                          |  6 ++--
 drivers/tty/tty_io.c                         | 31 ++++++++++++++---
 drivers/usb/core/quirks.c                    | 13 +++++++
 drivers/usb/host/xhci-pci.c                  |  5 +++
 drivers/usb/host/xhci-ring.c                 | 30 +++++++++++++---
 fs/cifs/inode.c                              | 39 +--------------------
 fs/nfs/nfs4state.c                           |  2 +-
 include/linux/sched.h                        |  2 +-
 include/linux/skbuff.h                       |  6 +++-
 include/sound/wm8904.h                       |  2 +-
 kernel/irq/proc.c                            | 19 ++++++++--
 kernel/module.c                              |  8 +++--
 kernel/sched.c                               | 14 ++++----
 kernel/time/clocksource.c                    |  2 +-
 mm/filemap.c                                 |  9 ++---
 mm/hugetlb.c                                 |  8 +++++
 net/core/datagram.c                          |  6 +++-
 net/core/ethtool.c                           |  2 +-
 net/core/skbuff.c                            |  9 ++---
 net/ipv4/tcp_input.c                         |  2 +-
 net/ipv4/udp.c                               |  2 +-
 net/ipv6/raw.c                               |  2 +-
 net/ipv6/udp.c                               |  3 +-
 net/rxrpc/ar-recvmsg.c                       |  3 +-
 security/keys/gc.c                           | 10 +++---
 sound/pci/hda/patch_conexant.c               |  1 +
 sound/synth/emux/emux_oss.c                  |  3 +-
 65 files changed, 487 insertions(+), 176 deletions(-)

Andreas Schwab (1):
      m68k: Define asmlinkage_protect

Ben Hutchings (3):
      Revert "KVM: MMU: fix validation of mmio page fault"
      genirq: Fix race in register_irq_proc()
      Linux 3.2.73

Cathy Avery (1):
      xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)

Charles Keepax (2):
      ASoC: wm8904: Correct number of EQ registers
      asix: Do full reset during ax88772_bind

Christian Zander (1):
      iommu/vt-d: fix range computation when making room for large pages

Christoph Hellwig (1):
      3w-9xxx: don't unmap bounce buffered commands

Dan Carpenter (1):
      iio: accel: sca3000: memory corruption in sca3000_read_first_n_hw_rb()

David Henningsson (1):
      ALSA: hda - Fix inverted internal mic on Lenovo G50-80

David Howells (2):
      KEYS: Fix race between key destruction and finding a keyring by name
      KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring

Denis Turischev (1):
      xhci: Switch Intel Lynx Point LP ports to EHCI on shutdown.

Doron Tsur (1):
      IB/cm: Fix rb-tree duplicate free and use-after-free

Dāvis Mosāns (1):
      mvsas: Fix NULL pointer dereference in mvs_slot_task_free

Eric Northup (1):
      KVM: x86: work around infinite loop in microcode when #AC is delivered

Felix Fietkau (1):
      ath9k: declare required extra tx headroom

Guillaume Nault (2):
      ppp: don't override sk->sk_state in pppoe_flush_dev()
      ppp: fix pppoe_dev deletion condition in pppoe_release()

Herbert Xu (1):
      crypto: api - Only abort operations on fatal signal

Ilia Mirkin (1):
      drm/nouveau/gem: return only valid domain when there's only one

James Hogan (1):
      MIPS: dma-default: Fix 32-bit fall back to GFP_DMA

Jan Kara (1):
      mm: make sendfile(2) killable

Jann Horn (1):
      drivers/tty: require read access for controlling terminal

Joe Perches (1):
      ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings

Joe Thornber (1):
      dm btree remove: fix a bug when rebalancing nodes after removal

Johannes Berg (1):
      iwlwifi: dvm: fix D3 firmware PN programming

John Stultz (1):
      clocksource: Fix abs() usage w/ 64bit values

Kosuke Tatsukawa (1):
      tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c

Laura Abbott (1):
      xhci: Add spurious wakeup quirk for LynxPoint-LP controllers

Malcolm Crossley (1):
      x86/xen: Do not clip xen_e820_map to xen_e820_map_entries when sanitizing map

Mark Brown (2):
      regmap: debugfs: Ensure we don't underflow when printing access masks
      regmap: debugfs: Don't bother actually printing when calculating max length

Mathias Nyman (2):
      xhci: don't finish a TD if we get a short transfer event mid TD
      xhci: handle no ping response error properly

Mel Gorman (1):
      mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault

Michel Stam (1):
      asix: Don't reset PHY on if_up for ASIX 88772

Mike Snitzer (1):
      dm btree: fix leak of bufio-backed block in btree_split_beneath error path

NeilBrown (6):
      md/raid0: update queue parameter in a safer location.
      md/raid0: apply base queue limits *before* disk_stack_limits
      md/raid1: ensure device failure recorded before write request returns.
      md/raid1: don't clear bitmap bit when bad-block-list write fails.
      md/raid10: ensure device failure recorded before write request returns.
      md/raid10: don't clear bitmap bit when bad-block-list write fails.

Olga Kornievskaia (1):
      Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x mount

Peter Zijlstra (2):
      module: Fix locking in symbol_put_addr()
      sched/core: Fix TASK_DEAD race in finish_task_switch()

Pravin B Shelar (2):
      skbuff: Fix skb checksum flag on skb pull
      skbuff: Fix skb checksum partial check.

Richard Guy Briggs (1):
      sched: declare pid_alive as inline

Richard Weinberger (1):
      UBI: Validate data_size

Russell King (1):
      crypto: ahash - ensure statesize is non-zero

Sabrina Dubroca (1):
      net: add length argument to skb_copy_and_csum_datagram_iovec

Steve French (1):
      Do not fall back to SMBWriteX in set_file_size error cases

Takashi Iwai (1):
      ALSA: synth: Fix conflicting OSS device registration on AWE32

Thomas Gleixner (1):
      x86/process: Add proper bound checks in 64bit get_wchan()

Vasant Hegde (1):
      powerpc/rtas: Validate rtas.entry before calling enter_rtas()

Vincent Palatin (1):
      usb: Add device quirk for Logitech PTZ cameras

Yao-Wen Mao (1):
      USB: Add reset-resume quirk for two Plantronics usb headphones.

shengyong (1):
      UBI: return ENOSPC if no enough space available

-- 
Ben Hutchings
It's easier to fight for one's principles than to live up to them.
View attachment "linux-3.2.73.patch" of type "text/x-diff" (48705 bytes)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ