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:	Fri, 01 Apr 2016 13:11:14 +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.79

I'm announcing the release of the 3.2.79 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.78 is attached to this message.

Ben.

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

 Makefile                                     |   2 +-
 arch/mips/kernel/traps.c                     |  13 ++-
 arch/s390/include/asm/mmu_context.h          |  20 ++--
 arch/s390/include/asm/pgalloc.h              |   3 -
 arch/x86/kernel/acpi/sleep.c                 |   7 ++
 arch/x86/lib/copy_user_nocache_64.S          | 152 ++++++++++++++++++---------
 crypto/ablkcipher.c                          |   1 +
 crypto/algif_skcipher.c                      |   5 +-
 crypto/blkcipher.c                           |   1 +
 drivers/ata/ahci.c                           |   6 ++
 drivers/ata/libata-scsi.c                    |  11 +-
 drivers/gpu/drm/i915/intel_i2c.c             |   2 +-
 drivers/gpu/drm/radeon/radeon_device.c       |   1 -
 drivers/hid/usbhid/hid-core.c                |   4 +-
 drivers/infiniband/core/sa_query.c           |   2 +-
 drivers/input/tablet/aiptek.c                |   9 ++
 drivers/iommu/dmar.c                         |   2 +-
 drivers/iommu/intr_remapping.c               |   2 +-
 drivers/mtd/ubi/upd.c                        |   2 +-
 drivers/net/can/usb/ems_usb.c                |  14 ++-
 drivers/net/ethernet/mellanox/mlx4/en_port.c |   4 +-
 drivers/pci/xen-pcifront.c                   |  10 +-
 drivers/s390/block/dasd_alias.c              |  23 ++--
 drivers/scsi/ipr.c                           |  10 +-
 drivers/usb/dwc3/core.h                      |   1 -
 drivers/usb/dwc3/ep0.c                       |   5 -
 drivers/usb/dwc3/gadget.c                    |  70 ++++++++----
 drivers/usb/serial/cp210x.c                  |   3 +
 drivers/usb/serial/option.c                  |  11 ++
 drivers/xen/xen-pciback/pciback_ops.c        |   9 +-
 fs/cifs/cifsencrypt.c                        |   2 +-
 fs/ext4/inode.c                              |  32 +++++-
 fs/hpfs/namei.c                              |  31 +-----
 fs/jffs2/README.Locking                      |   5 +-
 fs/jffs2/build.c                             |  75 +++++++++----
 fs/jffs2/file.c                              |  39 ++++---
 fs/jffs2/gc.c                                |  17 +--
 fs/jffs2/nodelist.h                          |   6 +-
 include/linux/ata.h                          |   4 +-
 include/linux/compiler.h                     |   2 +-
 include/linux/libata.h                       |   2 +-
 include/linux/nfs_fs.h                       |   4 +-
 include/linux/poison.h                       |   4 +-
 include/linux/skbuff.h                       |  24 +++++
 include/linux/tracepoint.h                   |   5 +
 include/net/iw_handler.h                     |   6 ++
 kernel/resource.c                            |   5 +-
 mm/memory.c                                  |  14 ++-
 net/ipv4/igmp.c                              |   3 +-
 net/ipv6/mcast.c                             |   3 +-
 net/mac80211/agg-rx.c                        |   2 +-
 net/mac80211/rc80211_minstrel_ht.c           |   2 +-
 net/sunrpc/cache.c                           |   2 +-
 net/unix/af_unix.c                           |  23 ++--
 net/wireless/core.c                          |   4 +
 net/wireless/wext-core.c                     |  52 +++++++--
 sound/core/seq/oss/seq_oss.c                 |   2 -
 sound/core/seq/oss/seq_oss_device.h          |   1 -
 sound/core/seq/oss/seq_oss_init.c            |  17 ---
 sound/core/seq/seq_memory.c                  |  13 ++-
 sound/core/seq/seq_ports.c                   |  13 ++-
 sound/core/timer_compat.c                    |   5 +-
 sound/pci/rme9652/hdsp.c                     |   4 +-
 sound/pci/rme9652/hdspm.c                    |   6 +-
 sound/soc/codecs/wm8958-dsp2.c               |   8 +-
 sound/soc/codecs/wm8994.c                    |   4 +-
 virt/kvm/async_pf.c                          |   2 +-
 67 files changed, 554 insertions(+), 294 deletions(-)

Alexandra Yates (1):
      Adding Intel Lewisburg device IDs for SATA

Amir Vadai (1):
      net/mlx4_en: Count HW buffer overrun only once

Andrea Arcangeli (1):
      mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED

Andrey Skvortsov (1):
      USB: option: add support for SIM7100E

Anton Protopopov (1):
      cifs: fix erroneous return value

Arnd Bergmann (2):
      libata: fix HDIO_GET_32BIT ioctl
      tracing: Fix freak link error caused by branch tracer

Ben Hutchings (3):
      Revert "crypto: algif_skcipher - Do not dereference ctx without socket lock"
      crypto: {blk,giv}cipher: Set has_setkey
      Linux 3.2.79

Benjamin Poirier (1):
      mld, igmp: Fix reserved tailroom calculation

Bjørn Mork (1):
      USB: option: add "4G LTE usb-modem U901"

CQ Tang (1):
      iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG

Chris Bainbridge (1):
      mac80211: fix use of uninitialised values in RX aggregation

Christian Borntraeger (1):
      KVM: async_pf: do not warn on page allocation failures

Christoph Hellwig (1):
      nfs: fix nfs_size_to_loff_t

David Woodhouse (2):
      jffs2: Fix page lock / f->sem deadlock
      Fix directory hardlinks from deleted directories

Felix Fietkau (1):
      mac80211: minstrel_ht: set default tx aggregation timeout to 0

Gabriel Krisman Bertazi (1):
      ipr: Fix regression when loading firmware

Gerhard Uttenthaler (1):
      can: ems_usb: Fix possible tx overflow

H. Peter Anvin (1):
      x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_user_nocache_64.S

Harvey Hunt (1):
      libata: Align ata_device's id on a cacheline

Insu Yun (1):
      ipr: Fix out-of-bounds null overwrite

Ioan-Adrian Ratiu (1):
      HID: usbhid: fix recursive deadlock

Jan Kara (1):
      ext4: fix bh->b_state corruption

Johannes Berg (2):
      wext: fix message delay/ordering
      cfg80211/wext: fix message ordering

John Youn (1):
      usb: dwc3: Fix assignment of EP transfer resources

Ken Lin (1):
      USB: cp210x: add IDs for GE B650V3 and B850V3 boards

Konrad Rzeszutek Wilk (3):
      xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
      xen/pciback: Save the number of MSI-X entries to be copied later.
      xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted.

Linus Torvalds (1):
      Revert "drm/radeon: call hpd_irq_event on resume"

Maciej W. Rozycki (1):
      MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'

Martin Schwidefsky (1):
      s390/mm: four page table levels vs. fork

Mikulas Patocka (1):
      hpfs: don't truncate the file when delete fails

Or Gerlitz (1):
      IB/core: Use GRH when the path hop-limit > 0

Rainer Weikusat (2):
      af_unix: Don't set err in unix_stream_read_generic unless there was an error
      af_unix: Guard against other == sk in unix_dgram_sendmsg

Rasmus Villemoes (1):
      drm/i915: fix error path in intel_setup_gmbus()

Richard Weinberger (1):
      ubi: Fix out of bounds write in volume update code

Simon Guinot (1):
      kernel/resource.c: fix muxed resource handling in __request_region()

Stefan Haberland (2):
      s390/dasd: prevent incorrect length error under z/VM after PAV changes
      s390/dasd: fix refcount for PAV reassignment

Stefan Hajnoczi (1):
      sunrpc/cache: fix off-by-one in qword_get()

Steven Rostedt (Red Hat) (1):
      tracepoints: Do not trace when cpu is offline

Takashi Iwai (8):
      ALSA: seq: Fix leak of pool buffer at concurrent writes
      ALSA: seq: Fix double port list deletion
      ALSA: timer: Fix broken compat timer user status ioctl
      ALSA: hdspm: Fix wrong boolean ctl value accesses
      ALSA: hdsp: Fix wrong boolean ctl value accesses
      ASoC: wm8958: Fix enum ctl accesses in a wrong type
      ASoC: wm8994: Fix enum ctl accesses in a wrong type
      ALSA: seq: oss: Don't drain at closing a client

Thomas Betker (1):
      Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"

Todd E Brandt (1):
      PM / sleep / x86: Fix crash on graph trace through x86 suspend

Toshi Kani (2):
      x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable
      x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __copy_user_nocache()

Vasily Kulikov (1):
      include/linux/poison.h: fix LIST_POISON{1,2} offset

Vittorio Alfieri (1):
      USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder

Vladis Dronov (1):
      Input: aiptek - fix crash on detecting device without endpoints

Yegor Yefremov (1):
      USB: serial: option: add support for Quectel UC20

-- 
Ben Hutchings
73.46% of all statistics are made up.
View attachment "linux-3.2.79.patch" of type "text/x-diff" (71291 bytes)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ