I'm announcing the release of the 4.19.105 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%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 arch/arm/mach-npcm/Kconfig | 2 arch/arm64/kernel/cpufeature.c | 52 +++++++++++++-- arch/arm64/kernel/fpsimd.c | 20 +++++- arch/arm64/kernel/process.c | 7 ++ arch/arm64/kvm/hyp/switch.c | 10 ++- arch/s390/include/asm/timex.h | 2 arch/x86/events/amd/core.c | 1 arch/x86/events/intel/ds.c | 2 arch/x86/kvm/paging_tmpl.h | 2 arch/x86/kvm/vmx/vmx.c | 3 drivers/hwmon/pmbus/ltc2978.c | 4 - drivers/infiniband/core/security.c | 24 ++----- drivers/infiniband/core/uverbs_cmd.c | 15 ++-- drivers/infiniband/hw/hfi1/affinity.c | 2 drivers/infiniband/hw/hfi1/file_ops.c | 52 +++++++++------ drivers/infiniband/hw/hfi1/hfi.h | 5 + drivers/infiniband/hw/hfi1/user_exp_rcv.c | 5 - drivers/infiniband/hw/hfi1/user_sdma.c | 17 +++-- drivers/infiniband/sw/rdmavt/qp.c | 84 +++++++++++++++---------- drivers/infiniband/sw/rxe/rxe_comp.c | 8 +- drivers/input/mouse/synaptics.c | 4 - drivers/nvme/host/core.c | 2 fs/btrfs/disk-io.c | 1 fs/btrfs/extent_map.c | 11 +++ fs/btrfs/ref-verify.c | 5 + fs/btrfs/super.c | 2 fs/ext4/block_validity.c | 1 fs/ext4/dir.c | 14 ++-- fs/ext4/ext4.h | 5 + fs/ext4/inode.c | 12 +++ fs/ext4/mmp.c | 12 ++- fs/ext4/namei.c | 7 ++ fs/ext4/super.c | 32 ++++----- fs/jbd2/commit.c | 46 +++++++------ fs/jbd2/transaction.c | 10 +-- fs/nfs/nfs4proc.c | 2 sound/pci/hda/patch_realtek.c | 1 sound/usb/clock.c | 99 ++++++++++++++++++++---------- sound/usb/clock.h | 4 - sound/usb/format.c | 3 sound/usb/mixer.c | 12 +++ sound/usb/quirks.c | 1 43 files changed, 404 insertions(+), 201 deletions(-)
Alexander Tsoy (1): ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000
Andreas Dilger (1): ext4: don't assume that mmp_nodename/bdevname have NUL
Arvind Sankar (1): ALSA: usb-audio: Apply sample rate quirk for Audioengine D1
Avihai Horon (1): RDMA/core: Fix invalid memory access in spec_filter_size
Benjamin Tissoires (1): Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list
David Sterba (2): btrfs: print message when tree-log replay starts btrfs: log message when rw remount is attempted with unclean tree-log
Filipe Manana (1): Btrfs: fix race between using extent maps and merging them
Gaurav Agrawal (1): Input: synaptics - enable SMBus on ThinkPad L470
Greg Kroah-Hartman (1): Linux 4.19.105
Jan Kara (1): ext4: fix checksum errors with indexed dirs
Kaike Wan (2): IB/hfi1: Acquire lock to release TID entries when user file is closed IB/rdmavt: Reset all QPs when the device is shut down
Kamal Heib (1): RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create
Kan Liang (1): perf/x86/intel: Fix inaccurate period in context switch for auto-reload
Kim Phillips (1): perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
Krzysztof Kozlowski (1): ARM: npcm: Bring back GPIOLIB support
Leon Romanovsky (1): RDMA/core: Fix protection fault in get_pkey_idx_qp_list
Lyude Paul (1): Input: synaptics - switch T470s to RMI4 by default
Mike Jones (1): hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.
Mike Marciniszyn (1): IB/hfi1: Close window for pq and request coliding
Nathan Chancellor (1): s390/time: Fix clk type in get_tod_clock
Olga Kornievskaia (1): NFSv4.1 make cachethis=no for writes
Saurav Girepunje (1): ALSA: usb-audio: sound: usb: usb true/false for bool return type
Sean Christopherson (2): KVM: nVMX: Use correct root level for nested EPT shadow page tables KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
Shijie Luo (1): ext4: add cond_resched() to ext4_protect_reserved_inode
Suzuki K Poulose (2): arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly
Takashi Iwai (2): ALSA: usb-audio: Fix UAC2/3 effect unit parsing ALSA: hda/realtek - Fix silent output on MSI-GL73
Theodore Ts'o (2): ext4: fix support for inode sizes > 1024 bytes ext4: improve explanation of a mount failure caused by a misconfigured kernel
Wenwen Wang (1): btrfs: ref-verify: fix memory leaks
Will Deacon (1): arm64: ssbs: Fix context-switch when SSBS is present on all CPUs
Yi Zhang (1): nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info
Zhu Yanjun (1): RDMA/rxe: Fix soft lockup problem due to using tasklets in softirq
zhangyi (F) (2): jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer