All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sasha.levin@oracle.com>
To: LKML <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>,
	lwn@lwn.net
Subject: Linux 4.1.27
Date: Thu, 23 Jun 2016 10:25:11 -0400	[thread overview]
Message-ID: <576BF147.3070609@oracle.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 6026 bytes --]

I'm announcing the release of the 4.1.27 kernel.

All users of the 4.1 kernel series must upgrade.

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



----------------------------------------------------------------
Linux 4.1.27

----------------------------------------------------------------
AceLan Kao (1):
      ALSA: hda - Fix headset mic detection problem for Dell machine

Al Viro (1):
      fix d_walk()/non-delayed __d_free() race

Andy Lutomirski (1):
      uvc: Forward compat ioctls to their handlers directly

Arnd Bergmann (1):
      crypto: public_key: select CRYPTO_AKCIPHER

Ben Dooks (1):
      gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings

Ben Skeggs (2):
      drm/nouveau/gr/gf100-: update sm error decoding from gk20a nvgpu headers
      drm/nouveau/fbcon: fix out-of-bounds memory accesses

Bob Copeland (1):
      mac80211: mesh: flush mesh paths unconditionally

Chris Wilson (1):
      locking/ww_mutex: Report recursive ww_mutex locking early

Eric W. Biederman (2):
      mnt: If fs_fully_visible fails call put_filesystem.
      mnt: fs_fully_visible test the proper mount for MNT_LOCKED

Ewan D. Milne (1):
      scsi: Add QEMU CD-ROM to VPD Inquiry Blacklist

H. Peter Anvin (1):
      x86, build: copy ldlinux.c32 to image.iso

Helge Deller (1):
      parisc: Fix pagefault crash in unaligned __get_user() call

Ilia Mirkin (1):
      drm/nouveau/gr: document mp error 0x10

James Bottomley (1):
      scsi_lib: correctly retry failed zero length REQ_TYPE_FS commands

Jann Horn (2):
      proc: prevent stacking filesystems on top
      ecryptfs: forbid opening files without mmap handler

Kailang Yang (1):
      ALSA: hda/realtek - ALC256 speaker noise issue

Lukasz Luba (1):
      thermal: cpu_cooling: fix improper order during initialization

Marc Zyngier (1):
      irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Martin Willi (1):
      mac80211_hwsim: Add missing check for HWSIM_ATTR_SIGNAL

Michael Ellerman (1):
      powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added

Paolo Bonzini (2):
      KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi
      KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS

Prasun Maiti (1):
      wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel

Ricardo Ribalda Delgado (1):
      gpiolib: Fix NULL pointer deference

Russell Currey (1):
      powerpc/pseries/eeh: Handle RTAS delay requests in configure_bridge

Russell King (1):
      ARM: fix PTRACE_SETVFPREGS on SMP systems

Sasha Levin (2):
      of: fix autoloading due to broken modalias with no 'compatible'
      Linux 4.1.27

Sergei Shtylyov (1):
      of: irq: fix of_irq_get[_byname]() kernel-doc

Srinivas Pandruvada (1):
      cpufreq: intel_pstate: Fix ->set_policy() interface for no_turbo

Thomas Huth (3):
      powerpc: Fix definition of SIAR and SDAR registers
      powerpc: Use privileged SPR number for MMCR2
      powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call

Tom Lendacky (1):
      crypto: ccp - Fix AES XTS error for request sizes above 4096

Tony Luck (1):
      EDAC, sb_edac: Fix rank lookup on Broadwell

Torsten Hilbrich (1):
      ALSA: hda/realtek: Add T560 docking unit fixup

Viresh Kumar (1):
      thermal/cpu_cooling: rename cpufreq_val as clipped_freq

hongkun.cao (1):
      pinctrl: mediatek: fix dual-edge code defect

 Makefile                                       |  2 +-
 arch/arm/kernel/ptrace.c                       |  2 +-
 arch/parisc/kernel/unaligned.c                 | 10 ++++-
 arch/powerpc/include/asm/reg.h                 |  6 +--
 arch/powerpc/kernel/prom_init.c                |  3 +-
 arch/powerpc/platforms/pseries/eeh_pseries.c   | 51 ++++++++++++++++-------
 arch/x86/boot/Makefile                         |  3 ++
 arch/x86/kvm/x86.c                             |  5 +++
 crypto/asymmetric_keys/Kconfig                 |  1 +
 drivers/cpufreq/intel_pstate.c                 |  7 +++-
 drivers/crypto/ccp/ccp-crypto-aes-xts.c        | 17 +++++---
 drivers/edac/sb_edac.c                         | 13 +++---
 drivers/gpio/gpio-bcm-kona.c                   |  4 +-
 drivers/gpio/gpiolib.c                         |  2 +-
 drivers/gpu/drm/nouveau/nouveau_fbcon.c        |  1 +
 drivers/gpu/drm/nouveau/nv04_fbcon.c           |  7 +---
 drivers/gpu/drm/nouveau/nv50_fbcon.c           |  6 +--
 drivers/gpu/drm/nouveau/nvc0_fbcon.c           |  6 +--
 drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 38 +++++++++++++----
 drivers/media/usb/uvc/uvc_v4l2.c               | 39 ++++++++----------
 drivers/net/wireless/mac80211_hwsim.c          |  1 +
 drivers/of/irq.c                               | 19 +++++----
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c  |  5 ++-
 drivers/scsi/scsi_devinfo.c                    |  1 +
 drivers/scsi/scsi_lib.c                        |  7 +++-
 drivers/thermal/cpu_cooling.c                  | 26 ++++++------
 fs/dcache.c                                    |  4 +-
 fs/ecryptfs/kthread.c                          | 13 +++++-
 fs/namespace.c                                 |  6 ++-
 fs/proc/root.c                                 |  7 ++++
 include/linux/irqchip/arm-gic-v3.h             |  2 +-
 kernel/locking/mutex.c                         |  9 ++--
 net/mac80211/mesh.c                            |  4 ++
 net/wireless/wext-core.c                       | 25 ++++++++++-
 scripts/mod/file2alias.c                       |  2 +-
 sound/pci/hda/patch_realtek.c                  | 57 +++++++++++++++++++++++---
 virt/kvm/irqchip.c                             |  2 +-
 37 files changed, 288 insertions(+), 125 deletions(-)



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2016-06-23 14:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=576BF147.3070609@oracle.com \
    --to=sasha.levin@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.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.