lkml.org 
[lkml]   [2020]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectLinux 4.14.163
I'm announcing the release of the 4.14.163 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:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

Documentation/devicetree/bindings/clock/renesas,rcar-usb2-clock-sel.txt | 2
Makefile | 2
arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 4
arch/arm64/include/asm/pgtable-prot.h | 5
arch/arm64/include/asm/pgtable.h | 10
arch/arm64/mm/fault.c | 2
arch/mips/include/asm/thread_info.h | 20 +
arch/powerpc/platforms/pseries/hvconsole.c | 2
arch/s390/kernel/perf_cpum_sf.c | 22 +
arch/s390/kernel/smp.c | 80 ++++---
arch/x86/events/intel/bts.c | 16 -
block/compat_ioctl.c | 11
drivers/ata/ahci_brcm.c | 112 +++++++---
drivers/ata/libahci_platform.c | 6
drivers/block/xen-blkback/blkback.c | 2
drivers/block/xen-blkback/xenbus.c | 10
drivers/bluetooth/btusb.c | 3
drivers/devfreq/devfreq.c | 8
drivers/firewire/net.c | 6
drivers/gpio/gpiolib.c | 8
drivers/gpu/drm/drm_dp_mst_topology.c | 6
drivers/gpu/drm/drm_property.c | 2
drivers/gpu/drm/nouveau/nouveau_connector.h | 110 ++++-----
drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 2
drivers/iio/adc/max9611.c | 16 -
drivers/infiniband/core/cma.c | 1
drivers/infiniband/hw/mlx4/main.c | 9
drivers/infiniband/sw/rxe/rxe_recv.c | 2
drivers/infiniband/sw/rxe/rxe_req.c | 6
drivers/infiniband/sw/rxe/rxe_resp.c | 7
drivers/md/raid1.c | 2
drivers/media/cec/cec-adap.c | 20 +
drivers/media/usb/b2c2/flexcop-usb.c | 2
drivers/media/usb/dvb-usb/af9005.c | 5
drivers/media/usb/pulse8-cec/pulse8-cec.c | 17 +
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c | 23 +-
drivers/nvme/host/fc.c | 14 +
drivers/nvme/target/fcloop.c | 1
drivers/platform/x86/pmc_atom.c | 8
drivers/regulator/ab8500.c | 17 -
drivers/scsi/libsas/sas_discover.c | 11
drivers/scsi/lpfc/lpfc_bsg.c | 15 -
drivers/scsi/lpfc/lpfc_nvme.c | 2
drivers/scsi/qedf/qedf_els.c | 16 -
drivers/scsi/qla2xxx/qla_isr.c | 4
drivers/scsi/qla2xxx/qla_nvme.c | 1
drivers/scsi/qla2xxx/qla_target.c | 1
drivers/scsi/qla4xxx/ql4_os.c | 1
drivers/tty/hvc/hvc_vio.c | 16 +
drivers/tty/serial/msm_serial.c | 13 -
drivers/usb/gadget/function/f_ecm.c | 6
drivers/usb/gadget/function/f_rndis.c | 1
drivers/xen/balloon.c | 3
fs/compat_ioctl.c | 3
fs/locks.c | 2
fs/nfsd/nfs4state.c | 15 -
fs/pstore/ram.c | 11
fs/xfs/libxfs/xfs_bmap.c | 2
fs/xfs/xfs_log.c | 2
include/linux/ahci_platform.h | 2
include/linux/dmaengine.h | 5
include/linux/nvme-fc-driver.h | 4
include/linux/regulator/ab8500.h | 1
include/net/neighbour.h | 2
kernel/cred.c | 6
kernel/exit.c | 12 -
kernel/power/snapshot.c | 9
kernel/taskstats.c | 30 +-
kernel/trace/ftrace.c | 6
kernel/trace/trace.c | 8
kernel/trace/trace_events.c | 8
kernel/trace/tracing_map.c | 4
mm/mmap.c | 6
mm/zsmalloc.c | 5
net/bluetooth/hci_conn.c | 4
net/bluetooth/l2cap_core.c | 4
net/core/neighbour.c | 4
net/ethernet/eth.c | 7
net/rxrpc/peer_event.c | 3
net/socket.c | 4
sound/firewire/motu/motu-proc.c | 2
sound/isa/cs423x/cs4236.c | 3
sound/pci/ice1712/ice1724.c | 9
tools/testing/selftests/net/rtnetlink.sh | 21 +
84 files changed, 607 insertions(+), 288 deletions(-)

Al Viro (1):
fix compat handling of FICLONERANGE, FIDEDUPERANGE and FS_IOC_FIEMAP

Aleksandr Yashkin (1):
pstore/ram: Write new dumps to start of recycled zones

Alexander Shishkin (1):
perf/x86/intel/bts: Fix the use of page_private()

Amir Goldstein (1):
locks: print unsigned ino in /proc/locks

Anand Moon (1):
arm64: dts: meson: odroid-c2: Disable usb_otg bus to avoid power failed warning

Andy Whitcroft (1):
PM / hibernate: memory_bm_find_bit(): Tighten node optimisation

Arnd Bergmann (2):
compat_ioctl: block: handle Persistent Reservations
compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE

Bo Wu (1):
scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set func

Brian Foster (1):
xfs: fix mount failure crash on invalid iclog memory access

Catalin Marinas (1):
arm64: Revert support for execute-only user mappings

Chad Dupuis (1):
scsi: qedf: Do not retry ELS request if qedf_alloc_cmd fails

Chanho Min (1):
mm/zsmalloc.c: fix the migrated zspage statistics.

Christian Brauner (1):
taskstats: fix data-race

Chuhong Yuan (1):
RDMA/cma: add missed unregister_pernet_subsys in init failure

Colin Ian King (2):
ALSA: cs4236: fix error return comparison of an unsigned integer
media: flexcop-usb: ensure -EIO is returned on error condition

Dan Carpenter (2):
scsi: iscsi: qla4xxx: fix double free in probe
Bluetooth: delete a stray unlock

Daniel Axtens (1):
powerpc/pseries/hvconsole: Fix stack overread via udbg

Daniel Vetter (1):
drm: limit to INT_MAX in create_blob ioctl

David Howells (1):
rxrpc: Fix possible NULL pointer access in ICMP handling

EJ Hsu (1):
usb: gadget: fix wrong endpoint desc

Eric Dumazet (1):
net: add annotations on hh->hh_len lockless accesses

Florian Fainelli (3):
ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()
ata: ahci_brcm: Allow optional reset controller to be used
ata: ahci_brcm: Fix AHCI resources management

Florian Westphal (1):
selftests: rtnetlink: add addresses with fixed life time

Geert Uytterhoeven (2):
iio: adc: max9611: Fix too short conversion time delay
dt-bindings: clock: renesas: rcar-usb2-clock-sel: Fix typo in example

Greg Kroah-Hartman (1):
Linux 4.14.163

Hans Verkuil (3):
media: pulse8-cec: fix lost cec_transmit_attempt_done() call
media: cec: CEC 2.0-only bcast messages were ignored
media: cec: avoid decrementing transmit_queue_sz if it is 0

Hans de Goede (1):
drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit

Heiko Carstens (1):
s390/smp: fix physical to logical CPU map for SMT

Imre Deak (1):
drm/mst: Fix MST sideband up-reply failure handling

James Smart (1):
nvme_fc: add module to ops template to allow module references

Jason Yan (1):
scsi: libsas: stop discovering if oob mode is disconnected

Jens Axboe (1):
net: make socket read/write_iter() honor IOCB_NOWAIT

Juergen Gross (1):
xen/balloon: fix ballooned page accounting without hotplug enabled

Leo Yan (1):
tty: serial: msm_serial: Fix lockup for sysrq and oops

Leonard Crestez (2):
PM / devfreq: Don't fail devfreq_dev_release if not in list
PM / devfreq: Check NULL governor in available_governors_show

Lukas Wunner (1):
dmaengine: Fix access to uninitialized dma_slave_caps

Masashi Honma (2):
ath9k_htc: Modify byte order for an error message
ath9k_htc: Discard undersized packets

Michael Haener (1):
platform/x86: pmc_atom: Add Siemens CONNECT X300 to critclk_systems DMI table

Navid Emamdoost (2):
Bluetooth: Fix memory leak in hci_connect_le_scan
media: usb: fix memory leak in af9005_identify_state

Oliver Neukum (1):
Bluetooth: btusb: fix PM leak in error case of setup

Omar Sandoval (1):
xfs: don't check for AG deadlock for realtime files in bunmapi

Parav Pandit (1):
IB/mlx4: Follow mirror sequence of device add during device removal

Paul Burton (1):
MIPS: Avoid VDSO ABI breakage due to global register variable

Paul Durrant (1):
xen-blkback: prevent premature module unload

Prateek Sood (1):
tracing: Fix lock inversion in trace_event_enable_tgid_record()

Roman Bolshakov (2):
scsi: qla2xxx: Don't call qlt_async_event twice
scsi: qla2xxx: Drop superfluous INIT_WORK of del_work

Russell King (1):
gpiolib: fix up emulated open drain outputs

Scott Mayhew (1):
nfsd4: fix up replay_matches_cache()

SeongJae Park (1):
xen/blkback: Avoid unmapping unmapped grant pages

Shakeel Butt (1):
memcg: account security cred as well to kmemcg

Stefan Mavrodiev (1):
drm/sun4i: hdmi: Remove duplicate cleanup calls

Stephan Gerhold (1):
regulator: ab8500: Remove AB8505 USB regulator

Steve Wise (1):
rxe: correctly calculate iCRC for unaligned payloads

Steven Rostedt (VMware) (1):
tracing: Have the histogram compare functions convert to u64 first

Takashi Iwai (2):
ALSA: ice1724: Fix sleep-in-atomic in Infrasonic Quartet support code
ALSA: firewire-motu: Correct a typo in the clock proc string

Thomas Richter (2):
s390/cpum_sf: Adjust sampling interval to avoid hitting sample limits
s390/cpum_sf: Avoid SBD overflow condition in irq handler

Wen Yang (1):
ftrace: Avoid potential division by zero in function profiler

Zhiqiang Liu (1):
md: raid1: check rdev before reference in raid1_sync_request func

chenqiwu (1):
exit: panic before exit_mm() on global init exit

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2020-01-09 21:26    [W:0.045 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site