mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, Jiri Slaby <jslaby@suse.cz>
Subject: Linux 4.12.12
Date: Sun, 10 Sep 2017 07:56:55 +0200	[thread overview]
Message-ID: <20170910055655.GA20205@kroah.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 7274 bytes --]

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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-09-10  5:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-10  5:56 Greg KH [this message]
2017-09-10  5:57 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170910055655.GA20205@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®