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>] [day] [month] [year] [list]
Date:   Sat, 26 Aug 2017 17:21:22 +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.92

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

Ben.

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

 Makefile                                        |   2 +-
 arch/powerpc/include/asm/qe.h                   |   1 +
 arch/x86/boot/boot.h                            |   2 +-
 arch/x86/mm/numa_32.c                           |   1 +
 arch/x86/um/ptrace_64.c                         |   2 +-
 drivers/Makefile                                |   1 +
 drivers/ata/libata-scsi.c                       |   8 ++
 drivers/gpu/drm/i915/intel_display.c            |   4 +-
 drivers/infiniband/core/uverbs_cmd.c            |  13 +-
 drivers/infiniband/core/verbs.c                 |   8 +-
 drivers/media/dvb/dvb-usb/digitv.c              |   4 +
 drivers/media/dvb/dvb-usb/dw2102.c              | 170 ++++++++++++++++++++++--
 drivers/media/dvb/dvb-usb/ttusb2.c              |  36 ++++-
 drivers/media/rc/mceusb.c                       |   4 +-
 drivers/media/video/cx231xx/cx231xx-audio.c     |  41 ++++--
 drivers/media/video/cx231xx/cx231xx-cards.c     | 156 ++++++++++++++--------
 drivers/media/video/gspca/konica.c              |   3 +
 drivers/media/video/ov2640.c                    |   6 +-
 drivers/media/video/pvrusb2/pvrusb2-eeprom.c    |  13 +-
 drivers/media/video/usbvision/usbvision-video.c |   9 +-
 drivers/media/video/zr364xx.c                   |   8 ++
 drivers/net/ethernet/freescale/ucc_geth.c       |   8 +-
 drivers/net/wireless/ath/ath9k/hif_usb.c        |  12 ++
 drivers/net/wireless/zd1211rw/zd_usb.c          |   3 +
 drivers/pci/pci-sysfs.c                         |  10 +-
 drivers/pci/pci.c                               |   9 +-
 drivers/pci/proc.c                              |  20 ++-
 drivers/pci/quirks.c                            |  24 ++++
 drivers/power/pda_power.c                       |  44 +++---
 drivers/tty/serial/sh-sci.c                     |  10 +-
 drivers/usb/class/cdc-acm.c                     |  13 +-
 drivers/usb/core/driver.c                       |  21 +++
 drivers/usb/core/file.c                         |   9 +-
 drivers/usb/core/hub.c                          |  11 +-
 drivers/usb/host/xhci-mem.c                     |   2 +-
 drivers/video/Kconfig                           |   2 -
 drivers/video/Makefile                          |   1 +
 fs/cifs/cifssmb.c                               |   3 +
 fs/cifs/netmisc.c                               |   6 +-
 fs/timerfd.c                                    |  17 ++-
 include/linux/netfilter/nf_conntrack_common.h   |   9 ++
 ipc/mqueue.c                                    |   4 +-
 kernel/padata.c                                 |   2 +-
 net/bluetooth/hci_sock.c                        |   3 +-
 net/ipv4/tcp_lp.c                               |   6 +-
 net/ipv6/exthdrs.c                              |   2 +-
 net/ipv6/ip6_output.c                           |   8 +-
 net/ipv6/ip6_tunnel.c                           |   4 +-
 net/netfilter/nf_conntrack_netlink.c            |  27 +++-
 net/packet/af_packet.c                          |  13 +-
 50 files changed, 606 insertions(+), 189 deletions(-)

Ajay Kaher (1):
      USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

Alexander Tsoy (1):
      ath9k_htc: add device ID for Toshiba WLM-20U2/GN-1080

Alexey Brodkin (1):
      usb: Make sure usb/phy/of gets built-in

Alexey Khoroshilov (1):
      cx231xx: fix double free and leaks on failure path in cx231xx_usb_probe()

Alyssa Milburn (4):
      digitv: limit messages to buffer size
      zr364xx: enforce minimum size when reading header
      ttusb2: limit messages to buffer size
      dw2102: limit messages to buffer size

Andrey Ryabinin (1):
      drm/i915: fix use-after-free in page_flip_completed()

Arnd Bergmann (2):
      pvrusb2: reduce stack usage pvr2_eeprom_analyze()
      fbdev: sti: don't select CONFIG_VT

Ashish Kalra (1):
      x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup

Ben Hutchings (1):
      Linux 3.2.92

Bjorn Helgaas (1):
      PCI: Ignore write combining when mapping I/O port space

Christoph Hellwig (1):
      libata: reject passthrough WRITE SAME requests

Christophe Leroy (1):
      net: ethernet: ucc_geth: fix MEM_PART_MURAM mode

Cong Wang (1):
      mqueue: fix a use-after-free in sys_mq_notify()

Craig Gallek (1):
      ip6_tunnel: Fix missing tunnel encapsulation limit option

Dan Carpenter (2):
      dw2102: some missing unlocks on error
      cifs: small underflow in cnvrtDosUnixTm()

David S. Miller (1):
      ipv6: Need to export ipv6_push_frag_opts for tunneling now.

David Woodhouse (3):
      PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
      PCI: Fix another sanity check bug in /proc/pci mmap
      PCI: Only allow WC mmap on prefetchable resources

Dmitry Tunin (1):
      ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device

Eric Dumazet (1):
      tcp: fix wraparound issue in tcp_lp

Frank Schaefer (1):
      ov2640: fix vflip control

Guenter Roeck (2):
      usb: hub: Fix error loop seen after hub communication errors
      usb: hub: Do not attempt to autosuspend disconnected devices

Jason A. Donenfeld (1):
      padata: free correct variable

Johan Hovold (8):
      zd1211rw: fix NULL-deref at probe
      mceusb: fix NULL-deref at probe
      ath9k_htc: fix NULL-deref at probe
      gspca: konica: add missing endpoint sanity check
      usbvision: fix NULL-deref at probe
      cx231xx-cards: fix NULL-deref at probe
      cx231xx-audio: fix init error path
      cx231xx-audio: fix NULL-deref at probe

Josh Boyer (1):
      ttusb2: Don't use stack variables for DMA

Laura Abbott (1):
      x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()

Leon Nardella (1):
      ath9k_htc: Add new USB ID

Liping Zhang (1):
      netfilter: ctnetlink: make it safer when updating ct->status

Lukas Wunner (1):
      PCI: Freeze PME scan before suspending devices

Masaki TAGAWA (1):
      ath9k_htc: Add device ID for Buffalo WLI-UV-AG300P

Mauro Carvalho Chehab (1):
      dw2102: Don't use dynamic static allocation

Michael J. Ruhl (2):
      IB/core: If the MGID/MLID pair is not on the list return an error
      IB/core: For multicast functions, verify that LIDs are multicast LIDs

Michael Trimarchi (1):
      power: supply: pda_power: move from timer to delayed_work

Mohammed Shafi Shajakhan (1):
      ath9k_htc: Add PID/VID for a Ubiquiti WiFiStation

Peter Chen (1):
      usb: host: xhci: print correct command ring address

Richard Weinberger (1):
      um: Fix PTRACE_POKEUSER on x86_64

Sabrina Dubroca (1):
      ipv6: avoid overflow of offset in ip6_find_1stfragopt

Stefan Assmann (1):
      PCI: Disable boot interrupt quirk for ASUS M2N-LR

Steve French (1):
      Set unicode flag on cifs echo request to avoid Mac error

Sujith Manoharan (1):
      ath9k_htc: Add Panasonic N5HBZ0000055 device id

Szymon Janc (1):
      Bluetooth: Fix user channel for 32bit userspace on 64bit kernel

Takatoshi Akiyama (1):
      serial: sh-sci: Fix panic when serial console and DMA are enabled

Thomas Gleixner (1):
      timerfd: Protect the might cancel mechanism proper

Tobias Herzog (1):
      cdc-acm: fix possible invalid access when processing notification

Willem de Bruijn (1):
      packet: fix tp_reserve race in packet_set_ring


View attachment "linux-3.2.92.patch" of type "text/x-diff" (60998 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