Linux 4.19.107

From: Greg KH
Date: Sun Mar 01 2020 - 04:37:05 EST


I'm announcing the release of the 4.19.107 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

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

MAINTAINERS | 2
Makefile | 2
arch/powerpc/kernel/signal.c | 17 +
arch/powerpc/kernel/signal_32.c | 28 +-
arch/powerpc/kernel/signal_64.c | 22 -
arch/s390/include/asm/page.h | 2
arch/x86/include/asm/kvm_host.h | 2
arch/x86/include/asm/msr-index.h | 2
arch/x86/kernel/cpu/amd.c | 14 +
arch/x86/kernel/cpu/mcheck/mce_amd.c | 50 ++--
arch/x86/kvm/irq_comm.c | 2
arch/x86/kvm/lapic.c | 9
arch/x86/kvm/svm.c | 7
arch/x86/kvm/vmx.c | 112 +++++++--
drivers/ata/ahci.c | 7
drivers/ata/libata-core.c | 21 +
drivers/block/floppy.c | 7
drivers/char/random.c | 5
drivers/dma/imx-sdma.c | 19 -
drivers/gpu/drm/amd/amdgpu/soc15.c | 7
drivers/gpu/drm/nouveau/dispnv50/wndw.c | 2
drivers/infiniband/ulp/isert/ib_isert.c | 12 +
drivers/iommu/qcom_iommu.c | 28 +-
drivers/nvme/host/multipath.c | 1
drivers/staging/android/ashmem.c | 28 ++
drivers/staging/greybus/audio_manager.c | 2
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 4
drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c | 5
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c | 4
drivers/staging/vt6656/dpc.c | 2
drivers/target/iscsi/iscsi_target.c | 16 -
drivers/thunderbolt/switch.c | 7
drivers/tty/serdev/serdev-ttyport.c | 6
drivers/tty/serial/8250/8250_aspeed_vuart.c | 1
drivers/tty/serial/8250/8250_core.c | 5
drivers/tty/serial/8250/8250_of.c | 1
drivers/tty/serial/8250/8250_port.c | 4
drivers/tty/serial/atmel_serial.c | 3
drivers/tty/serial/imx.c | 2
drivers/tty/serial/qcom_geni_serial.c | 284 +++++++++++--------------
drivers/tty/tty_port.c | 5
drivers/tty/vt/selection.c | 9
drivers/tty/vt/vt.c | 15 +
drivers/tty/vt/vt_ioctl.c | 17 -
drivers/usb/core/config.c | 11
drivers/usb/core/hub.c | 20 +
drivers/usb/core/hub.h | 1
drivers/usb/core/quirks.c | 40 +++
drivers/usb/core/usb.h | 3
drivers/usb/dwc2/gadget.c | 40 ++-
drivers/usb/dwc3/gadget.c | 3
drivers/usb/gadget/composite.c | 8
drivers/usb/host/xhci-hub.c | 25 +-
drivers/usb/host/xhci-mem.c | 71 ++++--
drivers/usb/host/xhci-pci.c | 10
drivers/usb/host/xhci-ring.c | 60 +++--
drivers/usb/host/xhci.h | 16 +
drivers/usb/misc/iowarrior.c | 31 ++
drivers/usb/storage/uas.c | 23 +-
drivers/xen/preempt.c | 4
fs/btrfs/disk-io.c | 2
fs/btrfs/inode.c | 16 +
fs/btrfs/ordered-data.c | 7
fs/ecryptfs/crypto.c | 6
fs/ecryptfs/keystore.c | 2
fs/ecryptfs/messaging.c | 1
fs/ext4/balloc.c | 14 -
fs/ext4/ext4.h | 39 ++-
fs/ext4/ialloc.c | 23 +-
fs/ext4/inode.c | 16 -
fs/ext4/mballoc.c | 61 +++--
fs/ext4/migrate.c | 27 +-
fs/ext4/namei.c | 1
fs/ext4/resize.c | 62 ++++-
fs/ext4/super.c | 113 ++++++---
fs/jbd2/transaction.c | 8
include/linux/intel-svm.h | 2
include/linux/irqdomain.h | 2
include/linux/libata.h | 1
include/linux/tty.h | 2
include/linux/usb/quirks.h | 3
include/scsi/iscsi_proto.h | 1
include/sound/rawmidi.h | 6
ipc/sem.c | 6
kernel/bpf/offload.c | 2
kernel/irq/internals.h | 2
kernel/irq/manage.c | 18 -
kernel/irq/proc.c | 22 +
lib/stackdepot.c | 8
mm/memcontrol.c | 4
mm/vmscan.c | 9
net/netfilter/xt_hashlimit.c | 10
net/rxrpc/call_object.c | 22 +
sound/core/seq/seq_clientmgr.c | 4
sound/core/seq/seq_queue.c | 29 +-
sound/core/seq/seq_timer.c | 13 -
sound/core/seq/seq_timer.h | 3
sound/hda/hdmi_chmap.c | 2
sound/pci/hda/hda_codec.c | 2
sound/pci/hda/hda_eld.c | 2
sound/pci/hda/hda_sysfs.c | 4
sound/pci/hda/patch_realtek.c | 2
sound/soc/sunxi/sun8i-codec.c | 3
103 files changed, 1169 insertions(+), 579 deletions(-)

Aditya Pakki (1):
ecryptfs: replace BUG_ON with error handling code

Alan Stern (1):
USB: hub: Don't record a connect-change event during reset-resume

Alex Deucher (1):
drm/amdgpu/soc15: fix xclk for raven

Alexander Potapenko (1):
lib/stackdepot.c: fix global out-of-bounds in stack_slabs

Andy Shevchenko (1):
serial: 8250: Check UPF_IRQ_SHARED in advance

Anurag Kumar Vulisha (1):
usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields

Bart Van Assche (2):
scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout"
scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session"

Borislav Petkov (1):
x86/mce/amd: Publish the bank pointer only after setup has succeeded

Colin Ian King (1):
staging: rtl8723bs: fix copy of overlapping memory

Cong Wang (1):
netfilter: xt_hashlimit: limit the max size of hashtable

Dan Carpenter (1):
staging: greybus: use after free in gb_audio_manager_remove_all()

David Howells (1):
rxrpc: Fix call RCU cleanup using non-bh-safe locks

EJ Hsu (1):
usb: uas: fix a plug & unplug racing

Eric Biggers (2):
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL

Eric Dumazet (1):
vt: vt_ioctl: fix race in VT_RESIZEX

Filipe Manana (1):
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents

Fugang Duan (1):
tty: serial: imx: setup the correct sg entry for tx dma

Gavin Shan (1):
mm/vmscan.c: don't round up scan size for online memory cgroup

Greg Kroah-Hartman (6):
USB: misc: iowarrior: add support for 2 OEMed devices
USB: misc: iowarrior: add support for the 28 and 28L devices
USB: misc: iowarrior: add support for the 100 device
Revert "dmaengine: imx-sdma: Fix memory leak"
Revert "char/random: silence a lockdep splat with printk()"
Linux 4.19.107

Gustavo Luiz Duarte (1):
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery

Hardik Gajjar (1):
USB: hub: Fix the broken detection of USB3 device in SMSC hub

Ioanna Alifieraki (1):
Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"

Jack Pham (1):
usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus

Jan Kara (1):
ext4: fix mount failure with quota configured as module

Jani Nikula (1):
MAINTAINERS: Update drm/i915 bug filing URL

Jiri Slaby (1):
vt: selection, handle pending signals in paste_selection

Joerg Roedel (1):
iommu/vt-d: Fix compile warning from intel-svm.h

Johan Hovold (3):
USB: core: add endpoint-blacklist quirk
USB: quirks: blacklist duplicate ep on Sound Devices USBPre2
serdev: ttyport: restore client ops on deregistration

Johannes Krude (1):
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill

Josef Bacik (3):
btrfs: fix bytes_may_use underflow in prealloc error condtition
btrfs: reset fs_root to NULL on error in open_ctree
btrfs: do not check delayed items are empty for single transaction cleanup

Kim Phillips (1):
x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF

Larry Finger (4):
staging: rtl8188eu: Fix potential security hole
staging: rtl8188eu: Fix potential overuse of kernel memory
staging: rtl8723bs: Fix potential security hole
staging: rtl8723bs: Fix potential overuse of kernel memory

Linus Torvalds (1):
floppy: check FDC index for errors before assigning it

Logan Gunthorpe (1):
nvme-multipath: Fix memory leak with ana_log_buf

Lyude Paul (1):
drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets

Malcolm Priestley (1):
staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi.

Mathias Nyman (4):
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
xhci: fix runtime pm enabling for quirky Intel hosts
xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2
xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms

Miaohe Lin (2):
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
KVM: apic: avoid calculating pending eoi from an uninitialized val

Mika Westerberg (1):
thunderbolt: Prevent crash if non-active NVMem file is read

Minas Harutyunyan (2):
usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
usb: dwc2: Fix in ISOC request length checking

Nathan Chancellor (1):
s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range

Nicolas Ferre (1):
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode

Nicolas Pitre (1):
vt: fix scrollback flushing on background consoles

Oliver Upton (2):
KVM: nVMX: Refactor IO bitmap checks into helper function
KVM: nVMX: Check IO instruction VM-exit conditions

Paolo Bonzini (1):
KVM: nVMX: Don't emulate instructions in guest mode

Peter Chen (1):
usb: host: xhci: update event ring dequeue pointer on purpose

Prabhakar Kushwaha (1):
ata: ahci: Add shutdown to freeze hardware resources of ahci

Qian Cai (1):
ext4: fix a data race in EXT4_I(inode)->i_disksize

Richard Dodd (1):
USB: Fix novation SourceControl XL after suspend

Robin Murphy (1):
iommu/qcom: Fix bogus detach logic

Ryan Case (5):
tty: serial: qcom_geni_serial: Fix UART hang
tty: serial: qcom_geni_serial: Remove interrupt storm
tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()
tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variables
tty: serial: qcom_geni_serial: Remove xfer_mode variable

Samuel Holland (1):
ASoC: sun8i-codec: Fix setting DAI data format

Shijie Luo (1):
ext4: add cond_resched() to __ext4_find_entry()

Suraj Jitindar Singh (2):
ext4: fix potential race between s_group_info online resizing and access
ext4: fix potential race between s_flex_groups online resizing and access

Suren Baghdasaryan (1):
staging: android: ashmem: Disallow ashmem memory from being remapped

Takashi Iwai (6):
ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs
ALSA: hda/realtek - Apply quirk for MSI GP63, too
ALSA: hda/realtek - Apply quirk for yet another MSI laptop
ALSA: rawmidi: Avoid bit fields for state flags
ALSA: seq: Avoid concurrent access to queue flags
ALSA: seq: Fix concurrent access to queue current tick/time

Theodore Ts'o (1):
ext4: fix potential race between online resizing and write operations

Thomas Gleixner (3):
x86/mce/amd: Fix kobject lifetime
genirq/proc: Reject invalid affinity masks (again)
xen: Enable interrupts when calling _cond_resched()

Vasily Averin (1):
mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()

Vitaly Kuznetsov (1):
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1

Wenwen Wang (2):
ecryptfs: fix a memory leak bug in parse_tag_1_packet()
ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()

Zenghui Yu (1):
genirq/irqdomain: Make sure all irq domain flags are distinct

satya priya (1):
tty: serial: qcom_geni_serial: Fix RX cancel command failure

wangyan (1):
jbd2: fix ocfs2 corrupt when clearing block group bits

Attachment: signature.asc
Description: PGP signature