APPLIED: [SRU][Mantic][PULL] Mantic upstream stable patchset 2024-01-25
Stefan Bader
stefan.bader at canonical.com
Wed Jan 31 09:52:36 UTC 2024
On 25.01.24 14:59, Manuel Diewald wrote:
> This pull request (104 commits) includes the following Mantic stable patchsets:
>
> Mantic update: upstream stable patchset 2024-01-25
> Ported from the following upstream stable releases:
> v6.1.65, v6.6.4
> https://bugs.launchpad.net/bugs/2051231
>
> Note also that the 'stable-next' branch head contains this and all
> prior pending upstream stable releases. I recommend fetching and
> applying just this reference ('stable-next') instead of each
> tags/mantic-stable-* reference:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/mantic stable-next
>
> -Manuel
>
> ------------------------------------------------------------------------
>
> The following changes since commit 4ed1daaf468a203b4ed9f4b0f5b4ea654900d17c:
>
> UBUNTU: Upstream stable to v6.5.13 (2024-01-24 17:41:46 +0100)
>
> are available in the Git repository at:
>
> git://git.launchpad.net/~ubuntu-kernel-stable/+git/mantic tags/mantic-stable-2024-01-25
>
> for you to fetch changes up to ab2f5d5a56f6021f9a131b0ef6438b1e85093b51:
>
> UBUNTU: Upstream stable to v6.1.65, v6.6.4 (2024-01-25 13:50:09 +0100)
>
> ----------------------------------------------------------------
> Alex Elder (1):
> net: ipa: fix one GSI register field width
>
> Alexander Stein (1):
> usb: dwc3: Fix default mode initialization
>
> Andrzej Hajda (1):
> drm/i915: do not clean GT table on error path
>
> Arseniy Krasnov (1):
> vsock/test: fix SEQPACKET message bounds test
>
> Asuna Yang (1):
> USB: serial: option: add Luat Air72*U series products
>
> Badhri Jagan Sridharan (1):
> usb: typec: tcpm: Skip hard reset when in error recovery
>
> Bjorn Andersson (1):
> drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog
>
> Bryan O'Donoghue (2):
> media: qcom: camss: Fix V4L2 async notifier error path
> media: qcom: camss: Fix genpd cleanup
>
> Charles Mirabile (1):
> io_uring/fs: consider link->flags when getting path for LINKAT
>
> Charles Yi (1):
> HID: fix HID device resource race between HID core and debugging support
>
> Chen Ni (1):
> ata: pata_isapnp: Add missing error check for devm_ioport_map()
>
> Christoph Hellwig (3):
> nvmet: nul-terminate the NQNs passed in the connect command
> filemap: add a per-mapping stable writes flag
> block: update the stable_writes flag in bdev_add
>
> Chuck Lever (2):
> NFSD: Fix "start of NFS reply" pointer passed to nfsd_cache_update()
> NFSD: Fix checksum mismatches in the duplicate reply cache
>
> Coly Li (2):
> bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()
> bcache: check return value from btree_node_alloc_replacement()
>
> Cong Yang (1):
> drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel HFP and HBP
>
> D. Wythe (1):
> net/smc: avoid data corruption caused by decline
>
> Daniel Borkmann (2):
> net, vrf: Move dstats structure to core
> net: Move {l,t,d}stats allocation to core and convert veth & vrf
>
> David Howells (6):
> afs: Fix afs_server_list to be cleaned up with RCU
> afs: Make error on cell lookup failure consistent with OpenAFS
> afs: Return ENOENT if no cell DNS record can be found
> afs: Fix file locking on R/O volumes to operate in local mode
> rxrpc: Fix RTT determination to use any ACK as a source
> rxrpc: Defer the response to a PING ACK until we've parsed it
>
> David Woodhouse (2):
> PM: tools: Fix sleepgraph syntax error
> ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead()
>
> Eric Dumazet (1):
> wireguard: use DEV_STATS_INC()
>
> Fang Xiang (1):
> irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent GIC designs
>
> Florent Revest (1):
> mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl
>
> Gerd Bayer (1):
> s390/ism: ism driver implies smc protocol
>
> Gil Fine (1):
> thunderbolt: Set lane bonding bit only for downstream port
>
> Haiyang Zhang (2):
> hv_netvsc: fix race of netvsc and VF register_netdevice
> hv_netvsc: Fix race of register_netdevice_notifier and VF register
>
> Hannes Reinecke (1):
> nvme: blank out authentication fabrics options if not configured
>
> Hans de Goede (4):
> ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
> ACPI: video: Use acpi_device_fix_up_power_children()
> ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA
> ACPI: PM: Add acpi_device_fix_up_power_children() function
>
> Helge Deller (1):
> prctl: Disable prctl(PR_SET_MDWE) on parisc
>
> Huacai Chen (1):
> MIPS: KVM: Fix a build warning about variable set but not used
>
> Ivan Vecera (1):
> i40e: Fix adding unsupported cloud filters
>
> Jan Höppner (1):
> s390/dasd: protect device queue against concurrent access
>
> Jann Horn (1):
> tls: fix NULL deref on tls_sw_splice_eof() with empty record
>
> Jiawen Wu (1):
> net: wangxun: fix kernel panic due to null pointer
>
> Johan Hovold (5):
> USB: dwc3: qcom: fix resource leaks on probe deferral
> USB: dwc3: qcom: fix ACPI platform device leak
> USB: dwc3: qcom: fix software node leak on probe errors
> USB: dwc3: qcom: fix wakeup after probe deferral
> USB: xhci-plat: fix legacy PHY double init
>
> Jonas Karlman (1):
> drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP full
>
> Jonathan Marek (1):
> drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy
>
> Jose Ignacio Tornos Martinez (1):
> net: usb: ax88179_178a: fix failed operations during ax88179_reset
>
> Keith Busch (2):
> swiotlb-xen: provide the "max_mapping_size" method
> io_uring: fix off-by one bvec index
>
> Kunwu Chan (1):
> ipv4: Correct/silence an endian warning in __ip_do_redirect
>
> Lech Perczak (1):
> USB: serial: option: don't claim interface 4 for ZTE MF290
>
> Long Li (1):
> hv_netvsc: Mark VF as slave before exposing it to user-mode
>
> Lorenzo Bianconi (1):
> net: veth: fix ethtool stats reporting
>
> Manuel Diewald (1):
> UBUNTU: Upstream stable to v6.1.65, v6.6.4
>
> Marek Vasut (2):
> drm/panel: simple: Fix Innolux G101ICE-L01 bus flags
> drm/panel: simple: Fix Innolux G101ICE-L01 timings
>
> Mark Brown (1):
> kselftest/arm64: Fix output formatting for za-fork
>
> Mikhail Zaslonko (1):
> s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()
>
> Mikulas Patocka (1):
> dm-delay: fix a race between delay_presuspend and delay_bio
>
> Ming Lei (1):
> blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()
>
> Mingzhe Zou (3):
> bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race
> bcache: fixup init dirty data errors
> bcache: fixup lock c->root error
>
> Niklas Neronin (1):
> usb: config: fix iteration issue in 'usb_get_bos_descriptor()'
>
> Oliver Neukum (1):
> USB: dwc2: write HCINT with INTMASK applied
>
> Pawel Laszczak (1):
> usb: cdnsp: Fix deadlock issue during using NCM gadget
>
> Peilin Ye (2):
> bpf: Fix dev's rx stats for bpf_redirect_peer traffic
> veth: Use tstats per-CPU traffic counters
>
> Peter Zijlstra (1):
> lockdep: Fix block chain corruption
>
> Puliang Lu (1):
> USB: serial: option: fix FM101R-GL defines
>
> Raju Rangoju (3):
> amd-xgbe: handle corner-case during sfp hotplug
> amd-xgbe: handle the corner-case during tx completion
> amd-xgbe: propagate the correct speed and duplex status
>
> Rand Deeb (1):
> bcache: prevent potential division by zero error
>
> Ricardo Ribalda (1):
> usb: dwc3: set the dma max_seg_size
>
> Sakari Ailus (1):
> media: qcom: Initialise V4L2 async notifier later
>
> Samuel Holland (1):
> net: axienet: Fix check for partial TX checksum
>
> Shyam Prasad N (3):
> cifs: distribute channels across interfaces based on speed
> cifs: account for primary channel in the interface list
> cifs: fix leak of iface for primary channel
>
> Shyam Sundar S K (1):
> platform/x86/amd/pmc: adjust getting DRAM size behavior
>
> Song Liu (1):
> md: fix bi_status reporting in md_end_clone_io
>
> Stefan Berger (1):
> fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
>
> Stefan Binding (1):
> ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks
>
> Stefan Eichenberger (2):
> dt-bindings: usb: microchip,usb5744: Add second supply
> usb: misc: onboard-hub: add support for Microchip USB5744
>
> Stefano Stabellini (1):
> arm/xen: fix xen_vcpu_info allocation alignment
>
> Suman Ghosh (2):
> octeontx2-pf: Fix memory leak during interface down
> octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx queue than its PF
>
> Thomas Zimmermann (1):
> drm/ast: Disconnect BMC if physical connector is connected
>
> Victor Fragoso (1):
> USB: serial: option: add Fibocom L7xx modules
>
> Vitalii Torshyn (1):
> ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 on i2c bus
>
> Will Deacon (1):
> arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y
>
> Xuxin Xiong (1):
> drm/panel: auo,b101uan08.3: Fine tune the panel power sequence
>
> .../devicetree/bindings/usb/microchip,usb5744.yaml | 7 +-
> arch/arm/xen/enlighten.c | 3 +-
> arch/arm64/include/asm/setup.h | 17 +++-
> arch/arm64/mm/pageattr.c | 7 +-
> arch/mips/kvm/mmu.c | 3 +-
> arch/s390/kernel/ipl.c | 1 +
> block/bdev.c | 2 +
> block/blk-cgroup.h | 2 -
> debian.master/upstream-stable | 2 +
> drivers/acpi/acpi_video.c | 2 +-
> drivers/acpi/device_pm.c | 13 +++
> drivers/acpi/processor_idle.c | 2 +-
> drivers/acpi/resource.c | 14 +++
> drivers/ata/pata_isapnp.c | 3 +
> drivers/gpu/drm/ast/ast_drv.h | 13 ++-
> drivers/gpu/drm/ast/ast_mode.c | 62 ++++++++++--
> drivers/gpu/drm/i915/gt/intel_gt.c | 11 --
> drivers/gpu/drm/i915/i915_driver.c | 4 +-
> .../drm/msm/disp/dpu1/catalog/dpu_8_0_sc8280xp.h | 1 +
> drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c | 2 +-
> drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 9 +-
> drivers/gpu/drm/panel/panel-simple.c | 13 +--
> drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 14 ++-
> drivers/hid/hid-core.c | 12 ++-
> drivers/hid/hid-debug.c | 3 +
> drivers/irqchip/irq-gic-v3-its.c | 16 +--
> drivers/md/bcache/btree.c | 4 +-
> drivers/md/bcache/sysfs.c | 2 +-
> drivers/md/bcache/writeback.c | 22 +++-
> drivers/md/dm-delay.c | 17 +++-
> drivers/md/md.c | 3 +-
> drivers/media/platform/qcom/camss/camss.c | 60 ++++++-----
> drivers/net/ethernet/amd/xgbe/xgbe-drv.c | 14 +++
> drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c | 11 +-
> drivers/net/ethernet/amd/xgbe/xgbe-mdio.c | 14 ++-
> drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 16 +--
> .../ethernet/marvell/octeontx2/nic/otx2_flows.c | 20 +++-
> .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 2 +
> drivers/net/ethernet/wangxun/libwx/wx_hw.c | 8 +-
> drivers/net/ethernet/wangxun/ngbe/ngbe_main.c | 4 +-
> drivers/net/ethernet/wangxun/txgbe/txgbe_main.c | 4 +-
> drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 2 +-
> drivers/net/hyperv/netvsc_drv.c | 66 ++++++++----
> drivers/net/ipa/reg/gsi_reg-v5.0.c | 2 +-
> drivers/net/usb/ax88179_178a.c | 4 +-
> drivers/net/veth.c | 46 +++------
> drivers/net/vrf.c | 38 ++-----
> drivers/net/wireguard/device.c | 4 +-
> drivers/net/wireguard/receive.c | 12 +--
> drivers/net/wireguard/send.c | 3 +-
> drivers/nvme/host/fabrics.c | 2 +
> drivers/nvme/target/fabrics-cmd.c | 4 +
> drivers/platform/x86/amd/pmc.c | 31 +-----
> drivers/s390/block/dasd.c | 24 +++--
> drivers/s390/net/Kconfig | 3 +-
> drivers/s390/net/ism_drv.c | 93 +++++++++--------
> drivers/thunderbolt/switch.c | 2 +-
> drivers/usb/cdns3/cdnsp-ring.c | 3 +
> drivers/usb/core/config.c | 3 +-
> drivers/usb/dwc2/hcd_intr.c | 15 ++-
> drivers/usb/dwc3/core.c | 2 +
> drivers/usb/dwc3/drd.c | 2 +-
> drivers/usb/dwc3/dwc3-qcom.c | 65 ++++++++----
> drivers/usb/host/xhci-plat.c | 49 +++++----
> drivers/usb/misc/onboard_usb_hub.c | 2 +
> drivers/usb/misc/onboard_usb_hub.h | 6 ++
> drivers/usb/serial/option.c | 11 +-
> drivers/usb/typec/tcpm/tcpm.c | 9 ++
> drivers/xen/swiotlb-xen.c | 1 +
> fs/afs/dynroot.c | 4 +-
> fs/afs/internal.h | 1 +
> fs/afs/server_list.c | 2 +-
> fs/afs/super.c | 2 +
> fs/afs/vl_rotate.c | 10 ++
> fs/ecryptfs/inode.c | 12 ++-
> fs/inode.c | 2 +
> fs/nfsd/cache.h | 3 +-
> fs/nfsd/nfscache.c | 65 ++++++++----
> fs/nfsd/nfssvc.c | 14 ++-
> fs/overlayfs/inode.c | 10 +-
> fs/overlayfs/overlayfs.h | 8 ++
> fs/smb/client/cifs_debug.c | 16 +++
> fs/smb/client/cifsglob.h | 2 +
> fs/smb/client/connect.c | 6 ++
> fs/smb/client/sess.c | 112 ++++++++++++++++++---
> fs/smb/client/smb2ops.c | 6 ++
> fs/stat.c | 6 +-
> include/acpi/acpi_bus.h | 1 +
> include/linux/hid.h | 3 +
> include/linux/netdevice.h | 30 +++++-
> include/linux/pagemap.h | 17 ++++
> include/linux/sched/coredump.h | 10 ++
> include/trace/events/rxrpc.h | 2 +-
> include/uapi/linux/fcntl.h | 3 +
> include/uapi/linux/prctl.h | 1 +
> io_uring/fs.c | 2 +-
> io_uring/rsrc.c | 2 +-
> kernel/fork.c | 2 +-
> kernel/locking/lockdep.c | 3 +-
> kernel/sys.c | 36 +++++--
> mm/page-writeback.c | 2 +-
> net/core/dev.c | 57 ++++++++++-
> net/core/filter.c | 1 +
> net/ipv4/route.c | 2 +-
> net/rxrpc/input.c | 61 ++++++-----
> net/smc/af_smc.c | 8 +-
> net/tls/tls_sw.c | 3 +
> sound/pci/hda/patch_realtek.c | 12 ++-
> tools/include/uapi/linux/prctl.h | 1 +
> tools/power/pm-graph/sleepgraph.py | 2 +-
> tools/testing/selftests/arm64/fp/za-fork.c | 2 +-
> tools/testing/vsock/vsock_test.c | 19 ++--
> 112 files changed, 1042 insertions(+), 464 deletions(-)
>
Applied to mantic:linux/master-next. Thanks.
-Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_0xE8675DEECBEECEA3.asc
Type: application/pgp-keys
Size: 48643 bytes
Desc: OpenPGP public key
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20240131/60f1026d/attachment-0001.key>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/kernel-team/attachments/20240131/60f1026d/attachment-0001.sig>
More information about the kernel-team
mailing list