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>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 10 Sep 2017 07:56:55 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.12.12

I'm announcing the release of the 4.12.12 kernel.

All users of the 4.12 kernel series must upgrade.

The updated 4.12.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.12.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;a=summary

thanks,

greg k-h

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

 Makefile                                            |    2 
 arch/s390/include/asm/pgtable.h                     |    2 
 arch/s390/mm/gmap.c                                 |   39 +++++-
 arch/s390/mm/mmap.c                                 |    6 
 drivers/android/Kconfig                             |    2 
 drivers/android/binder.c                            |    8 -
 drivers/ata/ahci.c                                  |    9 +
 drivers/ata/pata_amd.c                              |    1 
 drivers/ata/pata_cs5536.c                           |    1 
 drivers/base/bus.c                                  |    2 
 drivers/bluetooth/btusb.c                           |    1 
 drivers/crypto/caam/caamalg.c                       |   66 ++--------
 drivers/crypto/caam/caamalg_qi.c                    |    6 
 drivers/crypto/caam/error.c                         |   40 ++++++
 drivers/crypto/caam/error.h                         |    4 
 drivers/crypto/caam/qi.c                            |    2 
 drivers/fpga/altera-hps2fpga.c                      |    4 
 drivers/gpu/drm/nouveau/nv50_display.c              |    7 -
 drivers/gpu/drm/nouveau/nvkm/subdev/pci/base.c      |    4 
 drivers/hid/wacom_wac.c                             |    8 +
 drivers/hwtracing/intel_th/pci.c                    |   10 +
 drivers/iio/adc/ti-ads1015.c                        |  123 +++++++++++---------
 drivers/input/mouse/trackpoint.c                    |    4 
 drivers/mcb/mcb-lpc.c                               |   15 ++
 drivers/net/wireless/ath/ath10k/core.c              |   12 -
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c       |    1 
 drivers/net/wireless/marvell/mwifiex/cfg80211.c     |    2 
 drivers/net/wireless/marvell/mwifiex/scan.c         |    6 
 drivers/net/wireless/realtek/rtlwifi/pci.c          |    4 
 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192cu/sw.c |    4 
 drivers/net/wireless/realtek/rtlwifi/rtl8192de/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/sw.c |    2 
 drivers/net/wireless/realtek/rtlwifi/rtl8723be/sw.c |   15 --
 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c |   19 +--
 drivers/of/device.c                                 |    2 
 drivers/scsi/sg.c                                   |   19 ++-
 drivers/staging/rts5208/rtsx_scsi.c                 |    2 
 drivers/usb/core/devio.c                            |    4 
 drivers/usb/core/quirks.c                           |    6 
 drivers/usb/host/pci-quirks.c                       |   35 ++---
 drivers/usb/musb/musb_core.c                        |   18 +-
 drivers/usb/serial/option.c                         |    1 
 fs/dlm/user.c                                       |    4 
 include/linux/pci_ids.h                             |    1 
 include/linux/workqueue.h                           |    2 
 include/uapi/linux/android/binder.h                 |    2 
 kernel/configs/android-base.config                  |    1 
 51 files changed, 344 insertions(+), 194 deletions(-)

Akinobu Mita (6):
      iio: adc: ti-ads1015: fix incorrect data rate setting update
      iio: adc: ti-ads1015: fix scale information for ADS1115
      iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
      iio: adc: ti-ads1015: avoid getting stale result after runtime resume
      iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
      iio: adc: ti-ads1015: add adequate wait time to get correct conversion

Alexander Shishkin (2):
      intel_th: pci: Add Cannon Lake PCH-H support
      intel_th: pci: Add Cannon Lake PCH-LP support

Andrey Korolyov (1):
      cs5536: add support for IDE controller variant

Ben Hutchings (1):
      workqueue: Fix flag collision

Bjorn Andersson (1):
      of/device: Prevent buffer overflow in of_device_modalias()

Brian Norris (1):
      mwifiex: correct channel stat buffer overflows

Christian Borntraeger (1):
      s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs

Christian Brauner (1):
      binder: free memory on error

Christoph Hellwig (1):
      ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme

Christophe JAILLET (1):
      driver core: bus: Fix a potential double free

Colin Ian King (1):
      staging/rts5208: fix incorrect shift to extract upper nybble

Dmitry Fleytman (1):
      usb: Add device quirk for Logitech HD Pro Webcam C920-C

Dmitry Tunin (1):
      Bluetooth: Add support of 13d3:3494 RTL8723BE device

Douglas Anderson (1):
      USB: core: Avoid race of async_completed() w/ usbdev_release()

Edwin Török (1):
      dlm: avoid double-free on error path in dlm_device_{register,unregister}

Greg Kroah-Hartman (1):
      Linux 4.12.12

Horia Geantă (2):
      crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
      crypto: caam/qi - fix compilation with DEBUG enabled

Ian Abbott (1):
      fpga: altera-hps2fpga: fix multiple init of l3_remap_lock

Ilia Mirkin (1):
      drm/nouveau/pci/msi: disable MSI on big-endian platforms by default

Jason Gerecke (1):
      HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage

Johan Hovold (1):
      USB: musb: fix external abort on suspend

Kai-Heng Feng (1):
      usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard

Luca Coelho (1):
      iwlwifi: pci: add new PCI ID for 7265D

Maarten Lankhorst (1):
      drm/nouveau: Fix error handling in nv50_disp_atomic_commit

Maciej S. Szmigiero (1):
      USB: serial: option: add support for D-Link DWM-157 C1

Malcolm Priestley (1):
      rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter

Martijn Coenen (2):
      ANDROID: binder: add padding to binder_fd_array_object.
      ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.

Martin Schwidefsky (1):
      s390/mm: fix BUG_ON in crst_table_upgrade

Michael Moese (1):
      MCB: add support for SC31 to mcb-lpc

Oscar Campos (1):
      Input: trackpoint - assume 3 buttons when buttons detection fails

Rakesh Pillai (1):
      ath10k: fix memory leak in rx ring buffer allocation

Sandeep Singh (1):
      usb:xhci:Fix regression when ATI chipsets detected

Souptick Joarder (1):
      rtlwifi: Fix memory leak when firmware request fails

Sven Joachim (1):
      rtlwifi: Fix fallback firmware loading

Todd Poynor (2):
      scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
      scsi: sg: recheck MMAP_IO request length with lock held


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ