APPLIED: [SRU][Bionic][PULL] Bionic upstream stable patchset 2020-07-17

Kelsey Skunberg kelsey.skunberg at canonical.com
Thu Jul 30 21:13:54 UTC 2020


Applied to Bionic/master-next. Thank you! 

-Kelsey

On 2020-07-17 10:35:55 , Kamal Mostafa wrote:
> This pull request (31 commits) includes the following Bionic stable patchsets:
> 
> 	Bionic update: upstream stable patchset 2020-07-17
>                 Ported from the following upstream stable releases:
>                         v4.14.188, v4.19.132
> 	https://bugs.launchpad.net/bugs/1887990
> 
> Note: The rebase head is Kelsey's master-next branch, here:
> 
> 	git://git.launchpad.net/~kelsey-skunberg/ubuntu/+source/linux/+git/bionic-master-next ML0629
> 
>  -Kamal
> 
> -----
> 
> The following changes since commit ecc37922aaa425f03323f8f82bc27d6006acbae6:
> 
>   USB: serial: option: add Quectel EG95 LTE modem (2020-07-17 04:10:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://kernel.ubuntu.com/ubuntu-stable/ubuntu-stable-bionic.git stable-next
> 
> for you to fetch changes up to 39f0b3548b8c331f662a8155f4b5cee5c9a72a18:
> 
>   UBUNTU: upstream stable to v4.14.188, v4.19.132 (2020-07-17 09:02:17 -0700)
> 
> ----------------------------------------------------------------
> Anand Jain (1):
>       btrfs: cow_file_range() num_bytes and disk_num_bytes are same
> 
> Borislav Petkov (1):
>       EDAC/amd64: Read back the scrub rate PCI register on F15h
> 
> Chen-Yu Tsai (1):
>       drm: sun4i: hdmi: Remove extra HPD polling
> 
> Chris Packham (1):
>       i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665
> 
> Christian Borntraeger (1):
>       s390/debug: avoid kernel warning on too large number of pages
> 
> Chu Lin (1):
>       hwmon: (max6697) Make sure the OVERT mask is set correctly
> 
> Dongli Zhang (1):
>       mm/slub.c: fix corrupted freechain in deactivate_slab()
> 
> Douglas Anderson (1):
>       kgdb: Avoid suspicious RCU usage warning
> 
> Filipe Manana (2):
>       btrfs: fix a block group ref counter leak after failure to remove block group
>       btrfs: fix data block group relocation failure due to concurrent scrub
> 
> Greg Kroah-Hartman (1):
>       Revert "ALSA: usb-audio: Improve frames size computation"
> 
> Hauke Mehrtens (1):
>       MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen
> 
> Hou Tao (2):
>       virtio-blk: free vblk-vqs in error path of virtblk_probe()
>       dm zoned: assign max_io_len correctly
> 
> Hugh Dickins (1):
>       mm: fix swap cache node allocation mask
> 
> J. Bruce Fields (1):
>       nfsd: apply umask on fs without ACL support
> 
> Kamal Mostafa (2):
>       UBUNTU: [Config] updateconfigs for EFI_CUSTOM_SSDT_OVERLAYS
>       UBUNTU: upstream stable to v4.14.188, v4.19.132
> 
> Marc Zyngier (1):
>       irqchip/gic: Atomically update affinity
> 
> Misono Tomohiro (1):
>       hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()
> 
> Paul Aurich (3):
>       SMB3: Honor 'seal' flag for multiuser mounts
>       SMB3: Honor persistent/resilient handle flags for multiuser mounts
>       SMB3: Honor lease disabling for multiuser mounts
> 
> Peter Jones (1):
>       efi: Make it possible to disable efivar_ssdt entirely
> 
> Qian Cai (1):
>       mm/slub: fix stack overruns with SLUB_STATS
> 
> Rahul Lakkireddy (3):
>       cxgb4: use unaligned conversion for fetching timestamp
>       cxgb4: parse TC-U32 key values and masks natively
>       cxgb4: use correct type for all-mask IP address comparison
> 
> Tuomas Tynkkynen (1):
>       usbnet: smsc95xx: Fix use-after-free after removal
> 
> Zhang Xiaoxu (1):
>       cifs: Fix the target file was deleted when rename failed.
> 
> Zqiang (1):
>       usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect
> 
>  arch/mips/kernel/traps.c                           |   1 +
>  arch/s390/kernel/debug.c                           |   4 +-
>  debian.master/config/config.common.ubuntu          |   1 +
>  debian.master/upstream-stable                      |   4 +-
>  drivers/block/virtio_blk.c                         |   1 +
>  drivers/edac/amd64_edac.c                          |   2 +
>  drivers/firmware/efi/Kconfig                       |  11 ++
>  drivers/firmware/efi/efi.c                         |   2 +-
>  drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c             |   5 +-
>  drivers/hwmon/acpi_power_meter.c                   |   4 +-
>  drivers/hwmon/max6697.c                            |   7 +-
>  drivers/i2c/algos/i2c-algo-pca.c                   |   3 +-
>  drivers/irqchip/irq-gic.c                          |  14 +--
>  drivers/md/dm-zoned-target.c                       |   2 +-
>  drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c  |  10 +-
>  drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32.c  |  18 +--
>  .../ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h    | 122 ++++++++++++++-------
>  drivers/net/ethernet/chelsio/cxgb4/sge.c           |   2 +-
>  drivers/net/usb/smsc95xx.c                         |   2 +-
>  drivers/usb/misc/usbtest.c                         |   1 +
>  fs/btrfs/extent-tree.c                             |  19 ++--
>  fs/btrfs/inode.c                                   |  35 ++++--
>  fs/cifs/connect.c                                  |   4 +
>  fs/cifs/inode.c                                    |  10 +-
>  fs/nfsd/vfs.c                                      |   6 +
>  kernel/debug/debug_core.c                          |   4 +
>  mm/slub.c                                          |  30 ++++-
>  mm/swap_state.c                                    |   3 +-
>  sound/usb/card.h                                   |   4 -
>  sound/usb/endpoint.c                               |  43 +-------
>  sound/usb/endpoint.h                               |   1 -
>  sound/usb/pcm.c                                    |   2 -
>  32 files changed, 227 insertions(+), 150 deletions(-)



More information about the kernel-team mailing list