All of lore.kernel.org
 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.1
Date: Wed, 12 Jul 2017 17:00:10 +0200	[thread overview]
Message-ID: <20170712150010.GA10836@kroah.com> (raw)

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

I'm announcing the release of the 4.12.1 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/powerpc/platforms/powernv/idle.c |    2 
 arch/x86/lib/copy_user_64.S           |    7 
 crypto/drbg.c                         |    1 
 drivers/base/core.c                   |    6 
 drivers/base/platform.c               |   11 -
 drivers/char/tpm/tpm-chip.c           |   34 +++
 drivers/char/tpm/tpm-sysfs.c          |    6 
 drivers/infiniband/core/uverbs_cmd.c  |    8 
 drivers/usb/core/quirks.c             |    4 
 drivers/usb/core/usb.c                |    2 
 drivers/usb/dwc3/dwc3-st.c            |    2 
 drivers/usb/dwc3/gadget.c             |    9 
 drivers/usb/host/xhci-hub.c           |    3 
 drivers/usb/host/xhci-pci.c           |   12 +
 drivers/usb/host/xhci.h               |    1 
 drivers/usb/serial/cp210x.c           |    1 
 drivers/usb/serial/option.c           |    4 
 drivers/usb/serial/qcserial.c         |    1 
 drivers/usb/usbip/stub_main.c         |    4 
 drivers/usb/usbip/stub_tx.c           |    4 
 drivers/xen/xenbus/xenbus_comms.c     |   21 +-
 fs/gfs2/glock.c                       |   11 -
 fs/gfs2/incore.h                      |    1 
 include/linux/cpumask.h               |   17 +
 include/linux/device.h                |    2 
 include/linux/usb/hcd.h               |    4 
 kernel/sched/fair.c                   |  332 ++++++++++------------------------
 kernel/sched/features.h               |    1 
 lib/cpumask.c                         |   32 +++
 30 files changed, 291 insertions(+), 254 deletions(-)

Adrian Salido (1):
      driver core: platform: fix race condition with driver_override

Andreas Gruenbacher (1):
      gfs2: Fix glock rhashtable rcu bug

Benjamin Herrenschmidt (1):
      usb: Fix typo in the definition of Endpoint[out]Request

Bjørn Mork (1):
      USB: serial: qcserial: new Sierra Wireless EM7305 device ID

Boris Pismenny (1):
      RDMA/uverbs: Check port number supplied by user verbs cmds

Devin Heitmueller (1):
      Add USB quirk for HVR-950q to avoid intermittent device resets

Felipe Balbi (1):
      usb: dwc3: replace %p with %pK

Greg Kroah-Hartman (1):
      Linux 4.12.1

Jarkko Sakkinen (1):
      tpm: fix a kernel memory leak in tpm-sysfs.c

Jeremie Rapin (1):
      USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick

Jiahau Chang (1):
      xhci: Limit USB2 port wake support for AMD Promontory hosts

Johan Hovold (2):
      USB: core: fix device node leak
      USB: serial: option: add two Longcheer device ids

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Juergen Gross (1):
      xen: avoid deadlock in xenbus driver

Michael Grzeschik (1):
      usb: usbip: set buffer pointers to NULL after free

Nicholas Piggin (1):
      powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error

Paolo Abeni (1):
      x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings

Peter Zijlstra (2):
      sched/fair, cpumask: Export for_each_cpu_wrap()
      sched/core: Implement new approach to scale select_idle_cpu()

Rik van Riel (4):
      sched/numa: Override part of migrate_degrades_locality() when idle balancing
      sched/fair: Simplify wake_affine() for the single socket case
      sched/numa: Implement NUMA node level wake_affine()
      sched/fair: Remove effective_load()

Stephan Mueller (1):
      crypto: drbg - Fixes panic in wait_for_completion call

Thomas Gleixner (1):
      sched/numa: Hide numa_wake_affine() from UP build

Vlastimil Babka (1):
      sched/numa: Use down_read_trylock() for the mmap_sem


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

             reply	other threads:[~2017-07-12 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 15:00 Greg KH [this message]
2017-07-12 15:00 ` Linux 4.12.1 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=20170712150010.GA10836@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.