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.14.23
Date: Wed, 28 Feb 2018 13:09:59 +0100 [thread overview]
Message-ID: <20180228120959.GA16637@kroah.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 8290 bytes --]
I'm announcing the release of the 4.14.23 kernel.
All users of the 4.14 kernel series must upgrade.
The updated 4.14.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.14.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/arm64/kernel/cpufeature.c | 6 +
arch/arm64/kernel/traps.c | 10 ---
arch/arm64/mm/proc.S | 2
arch/m32r/Kconfig | 4 -
arch/microblaze/Makefile | 17 +++--
arch/mips/boot/Makefile | 1
arch/mips/include/asm/compat.h | 1
arch/x86/oprofile/nmi_int.c | 2
arch/xtensa/mm/init.c | 70 ++++++++++++++++++++---
crypto/asymmetric_keys/pkcs7_verify.c | 12 ++-
crypto/asymmetric_keys/public_key.c | 4 -
crypto/asymmetric_keys/restrict.c | 21 ++++--
drivers/extcon/extcon-intel-int3496.c | 3
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 58 ++++++++++++++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2
drivers/gpu/drm/amd/amdgpu/si_dpm.c | 5 +
drivers/gpu/drm/amd/amdgpu/soc15.c | 4 -
drivers/gpu/drm/amd/amdgpu/vi.c | 21 ++++--
drivers/gpu/drm/cirrus/cirrus_mode.c | 40 +++++++------
drivers/gpu/drm/drm_edid.c | 3
drivers/gpu/drm/drm_mm.c | 21 +++++-
drivers/gpu/drm/i915/intel_breadcrumbs.c | 29 +++------
drivers/hid/hid-core.c | 3
drivers/hid/hid-ids.h | 3
drivers/i2c/busses/i2c-bcm2835.c | 21 ++++++
drivers/i2c/busses/i2c-designware-master.c | 2
drivers/iio/adc/stm32-adc.c | 7 +-
drivers/iio/imu/adis_trigger.c | 7 +-
drivers/iio/industrialio-buffer.c | 2
drivers/iio/proximity/Kconfig | 2
drivers/infiniband/core/rdma_core.c | 10 ++-
drivers/infiniband/core/uverbs_cmd.c | 16 +++--
drivers/infiniband/core/uverbs_main.c | 27 ++++++--
drivers/irqchip/irq-gic-v3.c | 2
drivers/irqchip/irq-mips-gic.c | 2
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 10 ---
drivers/pci/quirks.c | 39 +++++++-----
drivers/scsi/ibmvscsi/ibmvfc.h | 2
drivers/usb/core/quirks.c | 3
drivers/usb/dwc3/ep0.c | 7 +-
drivers/usb/dwc3/gadget.c | 2
drivers/usb/gadget/function/f_fs.c | 44 ++------------
drivers/usb/host/ehci-hub.c | 4 -
drivers/usb/host/ohci-hcd.c | 10 ++-
drivers/usb/host/ohci-hub.c | 4 -
drivers/usb/host/ohci-q.c | 17 +++--
drivers/usb/misc/ldusb.c | 6 +
drivers/usb/musb/musb_host.c | 8 --
drivers/usb/renesas_usbhs/fifo.c | 5 +
drivers/xen/tmem.c | 4 +
include/linux/kconfig.h | 9 ++
mm/zswap.c | 6 +
net/ipv4/ip_sockglue.c | 7 --
net/ipv6/ipv6_sockglue.c | 10 ---
net/mac80211/cfg.c | 2
56 files changed, 415 insertions(+), 226 deletions(-)
AMAN DEEP (1):
usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks()
Alex Deucher (4):
drm/amdgpu: Add dpm quirk for Jet PRO (v2)
drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
drm/amdgpu: add atpx quirk handling (v2)
drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
Andreas Klinger (1):
iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
Ard Biesheuvel (1):
arm64: mm: don't write garbage into TTBR1_EL1 register
Arnd Bergmann (4):
cfg80211: fix cfg80211_beacon_dup
Kbuild: always define endianess in kconfig.h
x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
microblaze: fix endian handling
Ben Gardner (1):
i2c: designware: must wait for enable
Bin Liu (1):
Revert "usb: musb: host: don't start next rx urb if current one failed"
Casey Leedom (1):
PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
Chris Wilson (2):
drm: Handle unexpected holes in color-eviction
drm/i915/breadcrumbs: Ignore unsubmitted signalers
Daniel Vetter (1):
drm/cirrus: Load lut in crtc_commit
Eric Anholt (1):
i2c: bcm2835: Set up the rising/falling edge delays
Eric Biggers (4):
X.509: fix BUG_ON() when hash algorithm is unsupported
X.509: fix NULL dereference when restricting key with unsupported_sig
PKCS#7: fix certificate chain verification
PKCS#7: fix certificate blacklisting
Fabrice Gasnier (1):
iio: adc: stm32: fix stm32h7_adc_enable error handling
Geert Uytterhoeven (1):
m32r: fix endianness constraints
Greg Kroah-Hartman (1):
Linux 4.14.23
Hans de Goede (1):
extcon: int3496: process id-pin first so that we start with the right status
Huang Rui (1):
drm/amdgpu: disable MMHUB power gating on raven
Huang Ying (1):
mm, swap, frontswap: fix THP swap if frontswap enabled
Jack Pham (2):
usb: gadget: f_fs: Process all descriptors during bind
usb: gadget: f_fs: Use config_ep_by_speed()
Jack Stocker (1):
Add delay-init quirk for Corsair K70 RGB keyboards
James Hogan (1):
MIPS: Drop spurious __unused in struct compat_flock
Kai-Heng Feng (2):
drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
drm/amdgpu: add new device to use atpx quirk
Karsten Koop (1):
usb: ldusb: add PIDs for new CASSY devices supported by this driver
Kees Cook (2):
kconfig.h: Include compiler types to avoid missed struct attributes
MIPS: boot: Define __ASSEMBLY__ for its.S build
Lars-Peter Clausen (1):
iio: adis_lib: Initialize trigger before requesting interrupt
Leon Romanovsky (5):
RDMA/uverbs: Protect from races between lookup and destroy of uobjects
RDMA/uverbs: Protect from command mask overflow
RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
RDMA/uverbs: Fix circular locking dependency
RDMA/uverbs: Sanitize user entered port numbers prior to access it
Matt Redfearn (1):
irqchip/mips-gic: Avoid spuriously handling masked interrupts
Max Filippov (1):
xtensa: fix high memory/reserved memory collision
Michael Weiser (2):
arm64: Remove unimplemented syscall log message
arm64: Disable unhandled signal log messages by default
Paolo Abeni (1):
netfilter: drop outermost socket lock in getsockopt()
Peter Chen (1):
usb: host: ehci: use correct device pointer for dma ops
Shanker Donthineni (1):
irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
Shigeru Yoshida (1):
ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()
Stefan Windfeldt-Prytz (1):
iio: buffer: check if a buffer has been set up when poll is called
Thinh Nguyen (2):
usb: dwc3: gadget: Set maxpacket size for ep0 IN
usb: dwc3: ep0: Reset TRB counter for ep0 IN
Tyrel Datwyler (1):
scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
Will Deacon (1):
arm64: cpufeature: Fix CTR_EL0 field definitions
Yoshihiro Shimoda (1):
usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-02-28 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-28 12:09 Greg KH [this message]
2018-02-28 12:10 ` Linux 4.14.23 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=20180228120959.GA16637@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.