[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200321092655.GA887504@kroah.com>
Date: Sat, 21 Mar 2020 10:26:55 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc: lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 4.19.112
I'm announcing the release of the 4.19.112 kernel.
All users of the 4.19 kernel series must upgrade.
The updated 4.19.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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/admin-guide/kernel-parameters.txt | 4
Documentation/driver-api/device_link.rst | 63 ++--
Makefile | 2
arch/arm/kernel/vdso.c | 2
arch/arm/lib/copy_from_user.S | 2
arch/x86/events/amd/uncore.c | 14
drivers/acpi/acpi_watchdog.c | 12
drivers/base/core.c | 293 +++++++++++++------
drivers/base/dd.c | 2
drivers/base/power/runtime.c | 4
drivers/firmware/efi/runtime-wrappers.c | 2
drivers/hid/hid-apple.c | 3
drivers/hid/hid-google-hammer.c | 2
drivers/hid/hid-ids.h | 1
drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8
drivers/mmc/host/Kconfig | 2
drivers/mmc/host/sdhci-omap.c | 148 +++++++++
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c | 1
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h | 2
drivers/net/ethernet/huawei/hinic/hinic_hw_if.h | 1
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h | 1
drivers/net/ethernet/huawei/hinic/hinic_rx.c | 5
drivers/net/ethernet/micrel/ks8851_mll.c | 14
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c | 186 +++++-------
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.h | 3
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c | 7
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c | 8
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.h | 1
drivers/net/ethernet/sfc/ptp.c | 38 ++
drivers/net/slip/slip.c | 3
drivers/net/usb/qmi_wwan.c | 3
drivers/net/wimax/i2400m/op-rfkill.c | 1
drivers/scsi/libfc/fc_disc.c | 2
fs/jbd2/transaction.c | 8
include/linux/device.h | 7
kernel/signal.c | 23 -
mm/slub.c | 9
net/ipv4/cipso_ipv4.c | 7
net/mac80211/rx.c | 2
net/qrtr/qrtr.c | 2
net/wireless/reg.c | 2
41 files changed, 645 insertions(+), 255 deletions(-)
Alex Maftei (amaftei) (1):
sfc: fix timestamp reconstruction at 16-bit rollover points
Carl Huang (1):
net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue
Chen-Tsung Hsieh (1):
HID: google: add moonball USB id
Daniele Palmas (1):
net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch
Faiz Abbas (5):
mmc: sdhci-omap: Add platform specific reset callback
mmc: sdhci-omap: Workaround errata regarding SDR104/HS200 tuning failures (i929)
mmc: host: Fix Kconfig warnings on keystone_defconfig
mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning
mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
Florian Fainelli (1):
ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional()
Greg Kroah-Hartman (1):
Linux 4.19.112
Igor Druzhinin (1):
scsi: libfc: free response frame from GPN_ID
Jann Horn (1):
mm: slub: add missing TID bump in kmem_cache_alloc_bulk()
Jean Delvare (1):
ACPI: watchdog: Allow disabling WDAT at boot
Johannes Berg (1):
cfg80211: check reg_rule for NULL in handle_channel_custom()
Kai-Heng Feng (1):
HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override
Kees Cook (1):
ARM: 8958/1: rename missed uaccess .fixup section
Kim Phillips (1):
perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag
Linus Torvalds (1):
signal: avoid double atomic counter increments for user accounting
Luo bin (2):
hinic: fix a irq affinity bug
hinic: fix a bug of setting hw_ioctxt
Madhuparna Bhowmik (1):
mac80211: rx: avoid RCU list traversal under mutex
Mansour Behabadi (1):
HID: apple: Add support for recent firmware on Magic Keyboards
Marek Vasut (1):
net: ks8851-ml: Fix IRQ handling and locking
Matteo Croce (1):
ipv4: ensure rcu_read_lock() in cipso_v4_error()
Navid Emamdoost (2):
wimax: i2400: fix memory leak
wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
Qian Cai (1):
jbd2: fix data races at struct journal_head
Rafael J. Wysocki (5):
driver core: Fix adding device links to probing suppliers
driver core: Make driver core own stateful device links
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
driver core: Remove device link creation limitation
driver core: Fix creation of device links with PM-runtime flags
Taehee Yoo (8):
net: rmnet: fix NULL pointer dereference in rmnet_newlink()
net: rmnet: fix NULL pointer dereference in rmnet_changelink()
net: rmnet: fix suspicious RCU usage
net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()
net: rmnet: do not allow to change mux id if mux id is duplicated
net: rmnet: use upper/lower device infrastructure
net: rmnet: fix bridge mode bugs
net: rmnet: fix packet forwarding in rmnet bridge mode
Waiman Long (1):
efi: Fix debugobjects warning on 'efi_rts_work'
Yong Wu (1):
driver core: Remove the link if there is no driver with AUTO flag
yangerkun (1):
slip: not call free_netdev before rtnl_unlock in slip_open
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists