From: Sasha Levin <sasha.levin@oracle.com>
To: stable <stable@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Cc: lwn@lwn.net
Subject: Linux 4.1.24
Date: Wed, 11 May 2016 12:35:56 -0400 [thread overview]
Message-ID: <57335F6C.4090603@oracle.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 4872 bytes --]
I'm announcing the release of the 4.1.24 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.24
----------------------------------------------------------------
Alex Deucher (5):
drm/radeon: fix initial connector audio value
drm/radeon: add quirk for ASUS R7 370
drm/radeon: add another R7 370 quirk
drm/radeon: add a quirk for a XFX R9 270X
Revert "drm/radeon: disable runtime pm on PX laptops without dGPU power control"
Anton Blanchard (2):
powerpc: scan_features() updates incorrect bits for REAL_LE
powerpc: Update cpu_user_features2 in scan_features()
Bastien Nocera (1):
ALSA: hda/realtek - Add ALC3234 headset mode for Optiplex 9020m
Dmitry Ivanov (2):
netlink: don't send NETLINK_URELEASE for unbound sockets
nl80211: check netlink protocol in socket release notification
Dominik Dingel (2):
mm: hugetlb: allow hugepages_supported to be architecture specific
s390/hugetlb: add hugepages_supported define
Emmanuel Grumbach (1):
iwlwifi: pcie: lower the debug level for RSA semaphore access
Huacai Chen (1):
drm: Loongson-3 doesn't fully support wc memory
Jan Beulich (1):
x86/mm/xen: Suppress hugetlbfs in PV guests
Jérôme Glisse (1):
drm/radeon: forbid mapping of userptr bo through radeon device file
Lars-Peter Clausen (1):
usb: gadget: f_fs: Fix use-after-free
Lu, Han (2):
ALSA: hda - add PCI IDs for Intel Broxton
ALSA: hda - add PCI ID for Intel Broxton-T
Maxim Sheviakov (1):
drm/radeon: add quirk for MSI R7 370
Sasha Levin (2):
Revert "mei: bus: move driver api functions at the start of the file"
Linux 4.1.24
Sebastian Andrzej Siewior (1):
futex: Handle unlock_pi race gracefully
Sebastian Ott (1):
s390/pci: add extra padding to function measurement block
Takashi Iwai (1):
ALSA: pcxhr: Fix missing mutex unlock
Tom Lendacky (1):
crypto: ccp - Prevent information leakage on export
Tony Luck (1):
x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel address
Ville Syrjälä (1):
drm/i915: Use fw_domains_put_with_fifo() on HSW
Vladis Dronov (1):
Input: gtco - fix crash on detecting device without endpoints
Xiaodong Liu (1):
crypto: sha1-mb - use corrcet pointer while completing jobs
Yingjoe Chen (1):
pinctrl: mediatek: correct debounce time unit in mtk_gpio_set_debounce
cpaul@redhat.com (1):
drm/dp/mst: Validate port in drm_dp_payload_send_msg()
Makefile | 2 +-
arch/powerpc/include/uapi/asm/cputable.h | 1 +
arch/powerpc/kernel/prom.c | 19 +++++++++++--------
arch/s390/include/asm/hugetlb.h | 1 +
arch/s390/include/asm/pci.h | 3 ++-
arch/x86/crypto/sha-mb/sha1_mb.c | 4 ++--
arch/x86/include/asm/hugetlb.h | 1 +
drivers/crypto/ccp/ccp-crypto-aes-cmac.c | 3 +++
drivers/crypto/ccp/ccp-crypto-sha.c | 3 +++
drivers/edac/sb_edac.c | 6 +++---
drivers/gpu/drm/drm_dp_mst_topology.c | 9 ++++++++-
drivers/gpu/drm/i915/intel_uncore.c | 6 +++++-
drivers/gpu/drm/radeon/radeon_atpx_handler.c | 8 ++++----
drivers/gpu/drm/radeon/radeon_connectors.c | 7 ++++++-
drivers/gpu/drm/radeon/radeon_device.c | 8 +-------
drivers/gpu/drm/radeon/radeon_ttm.c | 2 ++
drivers/gpu/drm/radeon/si_dpm.c | 4 ++++
drivers/input/tablet/gtco.c | 10 +++++++++-
drivers/misc/mei/bus.c | 9 ---------
drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 ++--
drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 9 +++++----
drivers/usb/gadget/function/f_fs.c | 5 ++---
include/drm/drm_cache.h | 2 ++
include/linux/hugetlb.h | 17 ++++++++---------
kernel/futex.c | 25 ++++++++++++++++++++++---
net/netlink/af_netlink.c | 2 +-
net/wireless/nl80211.c | 2 +-
sound/pci/hda/hda_intel.c | 10 ++++++++++
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/pcxhr/pcxhr_core.c | 1 +
30 files changed, 122 insertions(+), 62 deletions(-)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
reply other threads:[~2016-05-11 16:36 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=57335F6C.4090603@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.