APPLIED [SRU][Bionic][PULL] Bionic upstream stable patchset 2022-07-06

Luke Nowakowski-Krijger luke.nowakowskikrijger at canonical.com
Thu Jul 7 22:10:13 UTC 2022


Applied to bionic:linux master-next

Thanks!
- Luke

On Wed, Jul 6, 2022 at 2:11 PM Kamal Mostafa <kamal at canonical.com> wrote:

> This pull request (103 commits) includes the following Bionic stable
> patchsets:
>
>         Bionic update: upstream stable patchset 2022-07-06
>                 Ported from the following upstream stable releases:
>                         v4.14.279, v4.19.243
>                         v4.14.280, v4.19.244
>                         v4.14.281, v4.19.245
>         https://bugs.launchpad.net/bugs/1980879
>
> Note also that the 'stable-next' branch head contains this and all prior
> pending upstream stable releases, rebased to master-next:
>
>    git://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic stable-next
>
>  -Kamal
>
> ---
>
> The following changes since commit
> c938de0df6c7062ed79bca0774dd649f78719126:
>
>   UBUNTU: upstream stable to v4.14.278, v4.19.242 (2022-07-05 11:00:12
> -0700)
>
> are available in the Git repository at:
>
>   git://git.launchpad.net/~ubuntu-kernel-stable/+git/bionic
> tags/bionic-stable-2022-07-06
>
> for you to fetch changes up to ffc014d82feca76b8a7f25528f1d1b8ddd7fd7af:
>
>   UBUNTU: Upstream stable to v4.14.282, v4.19.246 (2022-07-06 13:40:35
> -0700)
>
> ----------------------------------------------------------------
> Akira Yokosawa (1):
>       docs: submitting-patches: Fix crossref to 'The canonical patch
> format'
>
> Alexandra Winter (3):
>       s390/ctcm: fix variable dereferenced before check
>       s390/ctcm: fix potential memory leak
>       s390/lcs: fix variable dereferenced before check
>
> Andreas Larsson (2):
>       can: grcan: grcan_probe(): fix broken system id check for errata
> workaround needs
>       can: grcan: only use the NAPI poll budget for RX
>
> Andrew Lunn (1):
>       net: bridge: Clear offload_fwd_mark when passing frame up bridge
> interface.
>
> Andy Shevchenko (1):
>       ACPI: sysfs: Make sparse happy about address space in use
>
> Ard Biesheuvel (2):
>       ARM: 9196/1: spectre-bhb: enable for Cortex-A15
>       ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2
>
> ChenXiaoSong (1):
>       VFS: Fix memory leak caused by concurrently mounting fs with subtype
>
> Christophe JAILLET (1):
>       net/qla3xxx: Fix a test in ql_reset_work()
>
> Chuck Lever (1):
>       NFSD: Fix possible sleep during nfsd4_release_lockowner()
>
> Codrin Ciubotariu (1):
>       clk: at91: generated: consider range when calculating best rate
>
> Dan Carpenter (1):
>       dm integrity: fix error code in dm_integrity_ctr()
>
> David Gow (1):
>       um: Cleanup syscall_handler_t definition/cast, fix warning
>
> David Howells (1):
>       afs: Fix afs_getattr() to refetch file status if callback break
> occurred
>
> Denis Efremov (Oracle) (1):
>       staging: rtl8723bs: prevent ->Ssid overflow in rtw_wx_set_scan()
>
> Duoming Zhou (1):
>       NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
>
> Eric Dumazet (3):
>       netlink: do not reset transport header in netlink_recvmsg()
>       tcp: resalt the secret every 10 seconds
>       tcp: change source port randomizarion at connect() time
>
> Ethan Yang (1):
>       USB: serial: qcserial: add support for Sierra Wireless EM7590
>
> Felix Fietkau (1):
>       mac80211: fix rx reordering with non explicit / psmp ack policy
>
> Florian Westphal (1):
>       netfilter: conntrack: re-fetch conntrack after insertion
>
> Gleb Chesnokov (1):
>       scsi: qla2xxx: Fix missed DMA unmap for aborted commands
>
> Grant Grundler (1):
>       net: atlantic: verify hw_head_ lies within TX buffer ring
>
> Guangguan Wang (1):
>       net/smc: non blocking recvmsg() return -EAGAIN when no data and
> signal_pending
>
> Gustavo A. R. Silva (1):
>       drm/i915: Fix -Wstringop-overflow warning in call to
> intel_read_wm_latency()
>
> Haibo Chen (1):
>       gpio: gpio-vf610: do not touch other bits when set the target bit
>
> Haimin Zhang (1):
>       block-map: add __GFP_ZERO flag for alloc_page in function
> bio_copy_kern
>
> Halil Pasic (1):
>       swiotlb: fix info leak with DMA_FROM_DEVICE
>
> Hangyu Hua (1):
>       drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
>
> Harini Katakam (1):
>       net: macb: Increment rx bd head after allocating skb and buffer
>
> Itay Iellin (1):
>       Bluetooth: Fix the creation of hdev->name
>
> Jakob Koschel (1):
>       drbd: remove usage of list iterator variable after loop
>
> Jeff LaBundy (1):
>       Input: add bounds checking to input_set_capability()
>
> Ji-Ze Hong (Peter Hong) (1):
>       hwmon: (f71882fg) Fix negative temperature
>
> Joel Stanley (1):
>       net: ftgmac100: Disable hardware checksum on AST2600
>
> Johannes Berg (1):
>       mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
>
> Kamal Mostafa (5):
>       UBUNTU: Upstream stable to v4.14.279, v4.19.243
>       UBUNTU: Upstream stable to v4.14.280, v4.19.244
>       UBUNTU: Upstream stable to v4.14.281, v4.19.245
>       Revert "UBUNTU: SAUCE: ACPI: sysfs: copy ACPI data using io memory
> copying"
>       UBUNTU: Upstream stable to v4.14.282, v4.19.246
>
> Kees Cook (1):
>       exec: Force single empty string when argv is empty
>
> Kevin Mitchell (1):
>       igb: skip phy status check where unavailable
>
> Lee Jones (1):
>       block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code'
> explicit
>
> Linus Torvalds (1):
>       Reinstate some of "swiotlb: rework "fix info leak with
> DMA_FROM_DEVICE""
>
> Liu Jian (1):
>       bpf: Enlarge offset check value to INT_MAX in
> bpf_skb_{load,store}_bytes
>
> Lokesh Dhoundiyal (1):
>       ipv4: drop dst in multicast routing path
>
> Lorenzo Pieralisi (1):
>       ACPI: sysfs: Fix BERT error region memory mapping
>
> Mark Brown (3):
>       ASoC: max98090: Reject invalid values in custom control put()
>       ASoC: max98090: Generate notifications on changes for custom control
>       ASoC: ops: Validate input values in snd_soc_put_volsw_range()
>
> Mikulas Patocka (2):
>       dm crypt: make printing of the key constant-time
>       dm stats: add cond_resched when looping over entries
>
> Muchun Song (2):
>       mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
>       mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and
> __mcopy_atomic()
>
> Nathan Chancellor (1):
>       MIPS: Use address-of operator on section symbols
>
> Nicolas Dichtel (1):
>       ping: fix address binding wrt vrf
>
> Paolo Abeni (2):
>       net/sched: act_pedit: really ensure the skb is writable
>       net/sched: act_pedit: sanitize shift argument before usage
>
> Peter Zijlstra (1):
>       perf: Fix sys_perf_event_open() race against self
>
> Piyush Malgujar (1):
>       drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI
> controllers
>
> Randy Dunlap (1):
>       hwmon: (ltq-cputemp) restrict it to SOC_XWAY
>
> Ricky WU (1):
>       mmc: rtsx: add 74 Clocks in power on flow
>
> Sarthak Kukreti (1):
>       dm verity: set DM_TARGET_IMMUTABLE feature flag
>
> Scott Chen (1):
>       USB: serial: pl2303: add device id for HP LM930 Display
>
> Sergey Ryazanov (1):
>       usb: cdc-wdm: fix reading stuck on device close
>
> Stephen Brennan (1):
>       assoc_array: Fix BUG_ON during garbage collect
>
> Sultan Alsawaf (1):
>       zsmalloc: fix races between asynchronous zspage free and page
> migration
>
> Sven Eckelmann (1):
>       batman-adv: Don't skb_split skbuffs with frag_list
>
> Sven Schwermer (2):
>       USB: serial: option: add Fibocom L610 modem
>       USB: serial: option: add Fibocom MA510 modem
>
> Taehee Yoo (1):
>       net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()
>
> Takashi Iwai (6):
>       ALSA: pcm: Fix races among concurrent hw_params and hw_free calls
>       ALSA: pcm: Fix races among concurrent read/write and buffer changes
>       ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free
> calls
>       ALSA: pcm: Fix races among concurrent prealloc proc writes
>       ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
>       ALSA: wavefront: Proper check of get_user() error
>
> Tariq Toukan (1):
>       net: Fix features skip in for_each_netdev_feature()
>
> Thomas Bartschies (1):
>       net: af_key: check encryption module availability consistency
>
> Thomas Gleixner (1):
>       x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests
>
> Thomas Richter (1):
>       perf bench numa: Address compiler error on s390
>
> Ulf Hansson (3):
>       mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
>       mmc: block: Use generic_cmd6_time when modifying
> INAND_CMD38_ARG_EXT_CSD
>       mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
>
> Uwe Kleine-König (1):
>       gpio: mvebu/pwm: Refuse requests with inverted polarity
>
> Waiman Long (1):
>       cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in
> cpuset_init_smp()
>
> Willy Tarreau (2):
>       floppy: use a statically allocated error counter
>       secure_seq: use the 64 bits of the siphash for port offset
> calculation
>
> Xiaoke Wang (1):
>       MIPS: lantiq: check the return value of kzalloc()
>
> Xiu Jianfeng (1):
>       tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
>
> Yang Yingliang (3):
>       tty/serial: digicolor: fix possible null-ptr-deref in
> digicolor_uart_probe()
>       ethernet: tulip: fix missing pci_disable_device() on error in
> tulip_init_one()
>       net: stmmac: fix missing pci_disable_device() on error in
> stmmac_pci_probe()
>
> Zack Rusin (1):
>       drm/vmwgfx: Initialize drm_mode_fb_cmd2
>
> Zheng Yongjun (1):
>       Input: stmfts - fix reference leak in stmfts_input_open
>
> Zixuan Fu (2):
>       net: vmxnet3: fix possible use-after-free bugs in
> vmxnet3_rq_alloc_rx_buf()
>       net: vmxnet3: fix possible NULL pointer dereference in
> vmxnet3_rq_cleanup()
>
> linyujun (1):
>       ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in
> unwind_frame()
>
>  Documentation/process/submitting-patches.rst       |   2 +-
>  arch/arm/kernel/entry-armv.S                       |   2 +-
>  arch/arm/kernel/stacktrace.c                       |  10 +-
>  arch/arm/mm/proc-v7-bugs.c                         |   1 +
>  arch/mips/bmips/setup.c                            |   2 +-
>  arch/mips/lantiq/falcon/sysctrl.c                  |   2 +
>  arch/mips/lantiq/prom.c                            |   2 +-
>  arch/mips/lantiq/xway/gptu.c                       |   2 +
>  arch/mips/lantiq/xway/sysctrl.c                    |  46 ++++++---
>  arch/mips/pic32/pic32mzda/init.c                   |   2 +-
>  arch/mips/ralink/of.c                              |   2 +-
>  arch/x86/pci/xen.c                                 |   5 +
>  arch/x86/um/shared/sysdep/syscalls_64.h            |   5 +-
>  block/bio.c                                        |   2 +-
>  debian.master/upstream-stable                      |   4 +-
>  drivers/acpi/sysfs.c                               |  23 +++--
>  drivers/block/drbd/drbd_main.c                     |   7 +-
>  drivers/block/drbd/drbd_nl.c                       |  13 ++-
>  drivers/block/floppy.c                             |  17 ++--
>  drivers/char/tpm/tpm_ibmvtpm.c                     |   1 +
>  drivers/clk/at91/clk-generated.c                   |   4 +
>  drivers/gpio/gpio-mvebu.c                          |   3 +
>  drivers/gpio/gpio-vf610.c                          |   8 +-
>  drivers/gpu/drm/drm_dp_mst_topology.c              |   1 +
>  drivers/gpu/drm/i915/intel_pm.c                    |   2 +-
>  drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                 |   2 +-
>  drivers/hwmon/Kconfig                              |   2 +-
>  drivers/hwmon/f71882fg.c                           |   5 +-
>  drivers/i2c/busses/i2c-thunderx-pcidrv.c           |   1 +
>  drivers/input/input.c                              |  19 ++++
>  drivers/input/touchscreen/stmfts.c                 |   8 +-
>  drivers/md/dm-crypt.c                              |  14 ++-
>  drivers/md/dm-integrity.c                          |   2 -
>  drivers/md/dm-stats.c                              |   8 ++
>  drivers/md/dm-verity-target.c                      |   1 +
>  drivers/mmc/core/block.c                           |   6 +-
>  drivers/mmc/core/mmc_ops.c                         |  25 ++---
>  drivers/mmc/host/rtsx_pci_sdmmc.c                  |  30 ++++--
>  drivers/net/can/grcan.c                            |  38 ++++---
>  .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c  |   7 ++
>  drivers/net/ethernet/cadence/macb_main.c           |   2 +-
>  drivers/net/ethernet/dec/tulip/tulip_core.c        |   5 +-
>  drivers/net/ethernet/faraday/ftgmac100.c           |   5 +
>  drivers/net/ethernet/intel/igb/igb_main.c          |   3 +-
>  drivers/net/ethernet/qlogic/qla3xxx.c              |   3 +-
>  drivers/net/ethernet/sfc/ef10.c                    |   5 +
>  drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |   4 +-
>  drivers/net/vmxnet3/vmxnet3_drv.c                  |   6 ++
>  drivers/net/wireless/mac80211_hwsim.c              |   3 +
>  drivers/s390/net/ctcm_mpc.c                        |   6 +-
>  drivers/s390/net/ctcm_sysfs.c                      |   5 +-
>  drivers/s390/net/lcs.c                             |   7 +-
>  drivers/scsi/qla2xxx/qla_target.c                  |   3 +
>  drivers/staging/rtl8723bs/os_dep/ioctl_linux.c     |   6 +-
>  drivers/tty/serial/digicolor-usart.c               |   2 +-
>  drivers/usb/class/cdc-wdm.c                        |   1 +
>  drivers/usb/serial/option.c                        |   4 +
>  drivers/usb/serial/pl2303.c                        |   1 +
>  drivers/usb/serial/pl2303.h                        |   1 +
>  drivers/usb/serial/qcserial.c                      |   2 +
>  fs/afs/inode.c                                     |  14 ++-
>  fs/exec.c                                          |  17 ++++
>  fs/libfs.c                                         |  34 -------
>  fs/namespace.c                                     |   9 +-
>  fs/nfsd/nfs4state.c                                |  12 +--
>  include/linux/netdev_features.h                    |   4 +-
>  include/linux/string.h                             |   2 -
>  include/net/bluetooth/hci_core.h                   |   3 +
>  include/net/inet_hashtables.h                      |   2 +-
>  include/net/netfilter/nf_conntrack_core.h          |   7 +-
>  include/net/secure_seq.h                           |   4 +-
>  include/net/tc_act/tc_pedit.h                      |   1 +
>  include/sound/pcm.h                                |   2 +
>  kernel/cgroup/cpuset.c                             |   7 +-
>  kernel/events/core.c                               |  14 +++
>  lib/assoc_array.c                                  |   8 ++
>  lib/swiotlb.c                                      |  12 ++-
>  mm/memory.c                                        |   2 +
>  mm/userfaultfd.c                                   |   3 +
>  mm/zsmalloc.c                                      |  37 ++++++-
>  net/batman-adv/fragmentation.c                     |  11 +++
>  net/bluetooth/hci_core.c                           |   6 +-
>  net/bridge/br_input.c                              |   7 ++
>  net/core/filter.c                                  |   4 +-
>  net/core/secure_seq.c                              |  16 ++-
>  net/ipv4/inet_hashtables.c                         |  28 ++++--
>  net/ipv4/ping.c                                    |  12 ++-
>  net/ipv4/route.c                                   |   1 +
>  net/ipv6/inet6_hashtables.c                        |   4 +-
>  net/key/af_key.c                                   |   6 +-
>  net/mac80211/rx.c                                  |   3 +-
>  net/netlink/af_netlink.c                           |   1 -
>  net/nfc/nci/data.c                                 |   2 +-
>  net/nfc/nci/hci.c                                  |   4 +-
>  net/sched/act_pedit.c                              |  30 +++++-
>  net/smc/smc_rx.c                                   |   4 +-
>  sound/core/pcm.c                                   |   3 +
>  sound/core/pcm_lib.c                               |   5 +
>  sound/core/pcm_memory.c                            |  11 ++-
>  sound/core/pcm_native.c                            | 110
> +++++++++++++++------
>  sound/isa/wavefront/wavefront_synth.c              |   3 +-
>  sound/soc/codecs/max98090.c                        |   5 +-
>  sound/soc/soc-ops.c                                |  18 +++-
>  tools/perf/bench/numa.c                            |   2 +-
>  104 files changed, 626 insertions(+), 274 deletions(-)
>
> --
> kernel-team mailing list
> kernel-team at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20220707/29b6f63b/attachment-0001.html>


More information about the kernel-team mailing list