From 0e40516b3df019ea613dd9c6ea16a7437e724b5f053a9384fd8a5cff2ab105c4 Mon Sep 17 00:00:00 2001 From: Kernel Bugs Date: Sun, 4 Feb 2024 07:05:48 +0000 Subject: [PATCH] commit 94b55c2ed19d56a6bf4a187d11ab78341beac1d4 OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=18 --- _constraints | 26 +- config.conf | 2 +- config.sh | 7 +- config.tar.bz2 | 4 +- constraints.in | 18 +- dtb.spec.in.in | 11 +- kernel-docs.spec.in | 3 + kernel-longterm.changes | 24523 ++++++++++++++++++++++++++++++- kernel-longterm.spec | 12 +- kernel-source-longterm.changes | 24523 ++++++++++++++++++++++++++++++- kernel-source-longterm.spec | 11 +- kernel-source.rpmlintrc | 2 + kernel-source.spec.in | 1 + kernel-syms-longterm.changes | 24523 ++++++++++++++++++++++++++++++- kernel-syms-longterm.spec | 6 +- linux-6.6.tar.sign | 19 + linux-6.6.tar.xz | 3 + mkspec | 5 +- mkspec-dtb | 97 +- obsolete-kmps | 8 - old_changelog.txt | 1 + patches.kernel.org.tar.bz2 | 4 +- patches.rpmify.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- series.conf | 16515 ++++----------------- source-timestamp | 4 +- supported.conf | 42 +- sysctl.tar.bz2 | 4 +- 28 files changed, 76991 insertions(+), 13391 deletions(-) create mode 100644 linux-6.6.tar.sign create mode 100644 linux-6.6.tar.xz create mode 100644 old_changelog.txt diff --git a/_constraints b/_constraints index f84b663..727e2af 100644 --- a/_constraints +++ b/_constraints @@ -3,6 +3,7 @@ kernel-longterm +kernel-source-longterm:kernel-longterm @@ -18,6 +19,7 @@ kernel-syzkaller + kernel-source-longterm:kernel-syzkaller @@ -26,12 +28,10 @@ - + - kernel-source - kernel-source-azure - kernel-source-rt + kernel-source-longterm @@ -41,11 +41,11 @@ SLOW_DISK - + - kernel-docs - kernel-docs-rt + kernel-docs-longterm + kernel-source-longterm:kernel-docs-longterm @@ -60,6 +60,7 @@ armv7l armv6l kernel-longterm +kernel-source-longterm:kernel-longterm @@ -68,11 +69,12 @@ - + s390x kernel-longterm +kernel-source-longterm:kernel-longterm @@ -89,7 +91,9 @@ i586 x86_64 + riscv64 kernel-longterm +kernel-source-longterm:kernel-longterm 8 @@ -103,6 +107,7 @@ ppc64 ppc64le kernel-longterm +kernel-source-longterm:kernel-longterm 4 @@ -116,6 +121,7 @@ armv6l armv7l kernel-longterm +kernel-source-longterm:kernel-longterm 2 @@ -140,6 +146,7 @@ aarch64 x86_64 kernel-longterm +kernel-source-longterm:kernel-longterm @@ -153,6 +160,7 @@ riscv64 kernel-longterm +kernel-source-longterm:kernel-longterm @@ -166,6 +174,7 @@ i586 x86_64 kernel-obs-qa + kernel-source-longterm:kernel-obs-qa kvm @@ -175,6 +184,7 @@ i586 x86_64 kernel-obs-qa-xen + kernel-source-longterm:kernel-obs-qa-xen xen diff --git a/config.conf b/config.conf index 5cb1626..7c99e32 100644 --- a/config.conf +++ b/config.conf @@ -12,5 +12,5 @@ - -syms x86_64/debug - x86_64/syzkaller - x86_64/vanilla -- -syms x86_64/kvmsmall +- -syms x86_64/kvmsmall +x86_64 x86_64/longterm diff --git a/config.sh b/config.sh index 175ba60..084d0e4 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ # The version of the main tarball to use -SRCVERSION=6.1 +SRCVERSION=6.6 # variant of the kernel-source package, either empty or "-rt" VARIANT=-longterm # enable kernel module compression @@ -13,7 +13,10 @@ MULTIBUILD="Yes" LIVEPATCH=livepatch # buildservice projects to build the kernel against OBS_PROJECT=openSUSE:Factory -IBS_PROJECT=SUSE:Factory:Head # Bugzilla info BUGZILLA_SERVER="apibugzilla.suse.com" BUGZILLA_PRODUCT="openSUSE Tumbleweed" +# build documentation in HTML format +BUILD_HTML=Yes +# build documentation in PDF format +BUILD_PDF=No diff --git a/config.tar.bz2 b/config.tar.bz2 index 8f82a50..429c150 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34d40a133f96c9023e5a7304ae5052a8c0fb29a04bb6c09b3b081021b68cb9f2 -size 62697 +oid sha256:d08579989019dae8c75b953a5fd45305a646a745efbf8dae828db4f942bdafb0 +size 64556 diff --git a/constraints.in b/constraints.in index bf641ee..b8dc75e 100644 --- a/constraints.in +++ b/constraints.in @@ -18,6 +18,7 @@ kernel-syzkaller + kernel-source@VARIANT@:kernel-syzkaller @@ -26,12 +27,10 @@ - + - kernel-source - kernel-source-azure - kernel-source-rt + kernel-source@VARIANT@ @@ -41,11 +40,11 @@ SLOW_DISK - + - kernel-docs - kernel-docs-rt + kernel-docs@VARIANT@ + kernel-source@VARIANT@:kernel-docs@VARIANT@ @@ -68,7 +67,7 @@ - + s390x @@ -89,6 +88,7 @@ i586 x86_64 + riscv64 @BINARY_PACKAGES_XML@ @@ -166,6 +166,7 @@ i586 x86_64 kernel-obs-qa + kernel-source@VARIANT@:kernel-obs-qa kvm @@ -175,6 +176,7 @@ i586 x86_64 kernel-obs-qa-xen + kernel-source@VARIANT@:kernel-obs-qa-xen xen diff --git a/dtb.spec.in.in b/dtb.spec.in.in index abe6d7d..f1d4262 100644 --- a/dtb.spec.in.in +++ b/dtb.spec.in.in @@ -85,13 +85,20 @@ for dts in $ALL_SUPPORTED_DTB; do install -m 755 -d %{buildroot}%{dtbdir}/$(dirname $target) # install -m 644 COPYING %{buildroot}%{dtbdir}/$(dirname $target) install -m 644 $target.dtb %{buildroot}%{dtbdir}/$(dirname $target) -%ifarch aarch64 riscv64 +%ifarch %arm aarch64 riscv64 # HACK: work around U-Boot ignoring vendor dir baselink=%{dtbdir}/$(basename $target).dtb - vendordir=$(basename $(dirname $target)) ln -s $target.dtb %{buildroot}$baselink +%ifarch %arm + case $dts in +$SUBPKG_CASE + esac + echo $baselink >> ../$pkgname.list +%else + vendordir=$(basename $(dirname $target)) echo $baselink >> ../dtb-$vendordir.list %endif +%endif done cd - diff --git a/kernel-docs.spec.in b/kernel-docs.spec.in index debb8c9..51bd254 100644 --- a/kernel-docs.spec.in +++ b/kernel-docs.spec.in @@ -52,6 +52,7 @@ BuildRequires: graphviz-gd BuildRequires: graphviz-gnome %if ! 0%{?suse_version} || 0%{?suse_version} > 1500 BuildRequires: python3-base +BuildRequires: python3-PyYAML BuildRequires: python3-Sphinx BuildRequires: texlive-amscls %else @@ -122,6 +123,7 @@ These are HTML documents built from the current kernel sources. %prep %setup -q -c -T -a 0 @UNPACK_PATCHES@ cp -a linux-%srcversion/{COPYING,CREDITS,MAINTAINERS,README} . +cp %_sourcedir/old_changelog.txt . cd linux-%srcversion %_sourcedir/apply-patches %_sourcedir/series.conf %my_builddir %symbols @@ -166,6 +168,7 @@ done %license COPYING %endif %doc CREDITS MAINTAINERS README +%doc old_changelog.txt %if %build_pdf %files pdf diff --git a/kernel-longterm.changes b/kernel-longterm.changes index bdd69fd..25e075f 100644 --- a/kernel-longterm.changes +++ b/kernel-longterm.changes @@ -1,3 +1,1874 @@ +------------------------------------------------------------------- +Sat Feb 3 16:02:19 CET 2024 - rfrohl@suse.com + +- firmware: qcom: qseecom: add missing include guards (git-fixes). +- firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes). +- commit 94b55c2 + +------------------------------------------------------------------- +Sat Feb 3 16:01:02 CET 2024 - rfrohl@suse.com + +- Update blacklist.conf for 6.6 +- commit fd53c88 + +------------------------------------------------------------------- +Fri Feb 2 10:37:01 CET 2024 - rfrohl@suse.com + +- Linux 6.6.15 (bsc#1218260). +- thermal: trip: Drop lockdep assertion from + thermal_zone_trip_id() (bsc#1218260). +- serial: core: fix kernel-doc for uart_port_unlock_irqrestore() + (bsc#1218260). +- x86/entry/ia32: Ensure s32 is sign extended to s64 + (bsc#1218260). +- tick/sched: Preserve number of idle sleeps across CPU hotplug + events (bsc#1218260). +- clocksource: Skip watchdog check for large watchdog intervals + (bsc#1218260). +- genirq: Initialize resend_node hlist for all interrupt + descriptors (bsc#1218260). +- mips: Call lose_fpu(0) before initializing fcr31 in + mips_set_personality_nan (bsc#1218260). +- =?UTF-8?q?cxl/region=EF=BC=9AFix=20overflow=20issue=20in?= + =?UTF-8?q?=20alloc=5Fhpa()?= (bsc#1218260). +- drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE + (bsc#1218260). +- MIPS: lantiq: register smp_ops on non-smp platforms + (bsc#1218260). +- spi: fix finalize message on error return (bsc#1218260). +- cifs: fix stray unlock in cifs_chan_skip_or_disable + (bsc#1218260). +- spi: spi-cadence: Reverse the order of interleaved write and + read operations (bsc#1218260). +- spi: bcm-qspi: fix SFDP BFPT read by usig mspi read + (bsc#1218260). +- cpufreq/amd-pstate: Fix setting scaling max/min freq values + (bsc#1218260). +- drm/bridge: anx7625: Ensure bridge is suspended in disable() + (bsc#1218260). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1218260). +- spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list + (bsc#1218260). +- ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd + (bsc#1218260). +- gpio: eic-sprd: Clear interrupt after set the interrupt type + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() when saving raw queues + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() to store opps (bsc#1218260). +- drm/exynos: gsc: minor fix for loop iteration in + gsc_runtime_resume (bsc#1218260). +- drm/exynos: fix accidental on-stack copy of exynos_drm_plane + (bsc#1218260). +- memblock: fix crash when reserved memory is not added to memory + (bsc#1218260). +- drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in + the error case (bsc#1218260). +- drm/bridge: parade-ps8640: Ensure bridge is suspended in + .post_disable() (bsc#1218260). +- drm/bridge: sii902x: Fix audio codec unregistration + (bsc#1218260). +- drm/bridge: sii902x: Fix probing race issue (bsc#1218260). +- drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for + lsl080al02 (bsc#1218260). +- drm: panel-simple: add missing bus flags for Tianma + tm070jvhg[30/33] (bsc#1218260). +- drm/bridge: parade-ps8640: Wait for HPD when doing an AUX + transfer (bsc#1218260). +- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing + (bsc#1218260). +- drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, + NV116WHM-N49 V8.0 (bsc#1218260). +- drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT + (bsc#1218260). +- drm/i915/lnl: Remove watchdog timers for PSR (bsc#1218260). +- btrfs: zoned: optimize hint byte for zoned allocator + (bsc#1218260). +- btrfs: zoned: factor out prepare_allocation_zoned() + (bsc#1218260). +- serial: sc16is7xx: fix unconditional activation of THRI + interrupt (bsc#1218260). +- serial: sc16is7xx: Use port lock wrappers (bsc#1218260). +- serial: core: Provide port lock wrappers (bsc#1218260). +- mm: migrate: fix getting incorrect page mapping during page + migration (bsc#1218260). +- mm: migrate: record the mlocked page status to remove + unnecessary lru drain (bsc#1218260). +- thermal: gov_power_allocator: avoid inability to reset a cdev + (bsc#1218260). +- thermal: core: Store trip pointer in struct thermal_instance + (bsc#1218260). +- thermal: trip: Drop redundant trips check from + for_each_thermal_trip() (bsc#1218260). +- media: i2c: imx290: Properly encode registers as little-endian + (bsc#1218260). +- media: v4l2-cci: Add support for little-endian encoded registers + (bsc#1218260). +- media: v4l: cci: Add macros to obtain register width and address + (bsc#1218260). +- media: v4l: cci: Include linux/bits.h (bsc#1218260). +- pipe: wakeup wr_wait after setting max_usage (bsc#1218260). +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1218260). +- thermal: intel: hfi: Add syscore callbacks for system-wide PM + (bsc#1218260). +- thermal: intel: hfi: Disable an HFI instance when all its CPUs + go offline (bsc#1218260). +- thermal: intel: hfi: Refactor enabling code into helper + functions (bsc#1218260). +- net/bpf: Avoid unused "sin_addr_len" warning when + CONFIG_CGROUP_BPF is not set (bsc#1218260). +- drm/amd/display: Fix uninitialized variable usage in core_link_ + 'read_dpcd() & write_dpcd()' functions (bsc#1218260). +- drm/amdgpu/pm: Fix the power source flag error (bsc#1218260). +- drm/amd/display: Fix late derefrence 'dsc' check in + 'link_set_dsc_pps_packet()' (bsc#1218260). +- drm/amd/display: Align the returned error code with legacy DP + (bsc#1218260). +- drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable + W/A (bsc#1218260). +- drm/amd/display: Fix variable deferencing before NULL check + in edp_setup_replay() (bsc#1218260). +- drm/amdgpu: correct the cu count for gfx v11 (bsc#1218260). +- drm/bridge: nxp-ptn3460: simplify some error checking + (bsc#1218260). +- Revert "drm/amd/display: fix bandwidth validation failure on + DCN 2.1" (bsc#1218260). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1218260). +- drm/amd/display: fix bandwidth validation failure on DCN 2.1 + (bsc#1218260). +- drm: Allow drivers to indicate the damage helpers to ignore + damage clips (bsc#1218260). +- drm/virtio: Disable damage clipping if FB changed since last + page-flip (bsc#1218260). +- drm: Disable the cursor plane on atomic contexts with + virtualized drivers (bsc#1218260). +- drm/tidss: Fix atomic_flush check (bsc#1218260). +- drm: Fix TODO list mentioning non-KMS drivers (bsc#1218260). +- drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking + (bsc#1218260). +- drm: Don't unref the same fb many times by mistake due to + deadlock handling (bsc#1218260). +- Revert "drm/i915/dsi: Do display on sequence later on icl+" + (bsc#1218260). +- cpufreq: intel_pstate: Refine computation of P-state for given + frequency (bsc#1218260). +- gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04 + (bsc#1218260). +- xfs: read only mounts with fsopen mount API are busted + (bsc#1218260). +- drm/amdgpu: Fix the null pointer when load rlc firmware + (bsc#1218260). +- Revert "drivers/firmware: Move sysfb_init() from device_initcall + to subsys_initcall_sync" (bsc#1218260). +- firmware: arm_scmi: Check mailbox/SMT channel for consistency + (bsc#1218260). +- ksmbd: fix global oob in ksmbd_nl_policy (bsc#1218260). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1218260). +- platform/x86: intel-uncore-freq: Fix types in sysfs callbacks + (bsc#1218260). +- netfilter: nf_tables: reject QUEUE/DROP verdict parameters + (bsc#1218260). +- netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for + inet/ingress basechain (bsc#1218260). +- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not + 4 Kbytes (bsc#1218260). +- nfsd: fix RELEASE_LOCKOWNER (bsc#1218260). +- wifi: iwlwifi: fix a memory corruption (bsc#1218260). +- exec: Fix error handling in begin_new_exec() (bsc#1218260). +- rbd: don't move requests to the running list on errors + (bsc#1218260). +- btrfs: don't abort filesystem when attempting to snapshot + deleted subvolume (bsc#1218260). +- btrfs: defrag: reject unknown flags of + btrfs_ioctl_defrag_range_args (bsc#1218260). +- btrfs: don't warn if discard range is not aligned to sector + (bsc#1218260). +- btrfs: tree-checker: fix inline ref size in error messages + (bsc#1218260). +- btrfs: ref-verify: free ref cache before clearing mount opt + (bsc#1218260). +- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot + of subvolume being deleted (bsc#1218260). +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1218260). +- btrfs: scrub: avoid use-after-free when chunk length is not + 64K aligned (bsc#1218260). +- tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring + (bsc#1218260). +- tsnep: Remove FCS for XDP data path (bsc#1218260). +- net: fec: fix the unhandled context fault from smmu + (bsc#1218260). +- selftests: bonding: do not test arp/ns target with mode + balance-alb/tlb (bsc#1218260). +- fjes: fix memleaks in fjes_hw_setup (bsc#1218260). +- i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- i40e: set xdp_rxq_info::frag_size (bsc#1218260). +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1218260). +- ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers + (bsc#1218260). +- ice: remove redundant xdp_rxq_info registration (bsc#1218260). +- i40e: handle multi-buffer packets that are shrunk by xdp prog + (bsc#1218260). +- ice: work on pre-XDP prog frag count (bsc#1218260). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1218260). +- bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix + sockaddr from bpf (bsc#1218260). +- bpf: Propagate modified uaddrlen from cgroup sockaddr programs + (bsc#1218260). +- xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags + (bsc#1218260). +- xsk: recycle buffer in case Rx queue was full (bsc#1218260). +- selftests: netdevsim: fix the udp_tunnel_nic test (bsc#1218260). +- selftests: net: fix rps_default_mask with >32 CPUs + (bsc#1218260). +- net: mvpp2: clear BM pool before initialization (bsc#1218260). +- net: stmmac: Wait a bit for the reset to take effect + (bsc#1218260). +- netfilter: nf_tables: validate NFPROTO_* family (bsc#1218260). +- netfilter: nf_tables: restrict anonymous set and map names to + 16 bytes (bsc#1218260). +- netfilter: nft_limit: reject configurations that cause integer + overflow (bsc#1218260). +- rcu: Defer RCU kthreads wakeup when CPU is dying (bsc#1218260). +- net/mlx5e: fix a potential double-free in fs_any_create_groups + (bsc#1218260). +- net/mlx5e: fix a double-free in arfs_create_groups + (bsc#1218260). +- net/mlx5e: Ignore IPsec replay window values on sender side + (bsc#1218260). +- net/mlx5e: Allow software parsing when IPsec crypto is enabled + (bsc#1218260). +- net/mlx5: Use mlx5 device constant for selecting CQ period + mode for ASO (bsc#1218260). +- net/mlx5: DR, Can't go to uplink vport on RX rule (bsc#1218260). +- net/mlx5: DR, Use the right GVMI number for drop action + (bsc#1218260). +- net/mlx5: Bridge, fix multicast packets sent to uplink + (bsc#1218260). +- net/mlx5: Bridge, Enable mcast in smfs steering mode + (bsc#1218260). +- net/mlx5: Fix a WARN upon a callback command failure + (bsc#1218260). +- net/mlx5e: Fix peer flow lists handling (bsc#1218260). +- net/mlx5e: Fix operation precedence bug in port timestamping + napi_poll context (bsc#1218260). +- net/sched: flower: Fix chain template offload (bsc#1218260). +- selftests: fill in some missing configs for net (bsc#1218260). +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1218260). +- netlink: fix potential sleeping issue in mqueue_flush_file + (bsc#1218260). +- selftest: Don't reuse port for SO_INCOMING_CPU test + (bsc#1218260). +- tcp: Add memory barrier to tcp_push() (bsc#1218260). +- afs: Hide silly-rename files from userspace (bsc#1218260). +- tracing: Ensure visibility when inserting an element into + tracing_map (bsc#1218260). +- netfs, fscache: Prevent Oops in fscache_put_cache() + (bsc#1218260). +- net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv + (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8814 (bsc#1218260). +- tun: add missing rx stats accounting in tun_xdp_act + (bsc#1218260). +- tun: fix missing dropped counter in tun_xdp_act (bsc#1218260). +- net: fix removing a namespace with conflicting altnames + (bsc#1218260). +- udp: fix busy polling (bsc#1218260). +- llc: Drop support for ETH_P_TR_802_2 (bsc#1218260). +- llc: make llc_ui_sendmsg() more robust against bonding changes + (bsc#1218260). +- vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING + (bsc#1218260). +- bnxt_en: Prevent kernel warning when running offline self test + (bsc#1218260). +- bnxt_en: Wait for FLR to complete during probe (bsc#1218260). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1218260). +- selftests: bonding: Increase timeout to 1200s (bsc#1218260). +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1218260). +- wifi: mac80211: fix potential sta-link leak (bsc#1218260). +- SUNRPC: use request size to initialize bio_vec in + svc_udp_sendto() (bsc#1218260). +- cifs: after disabling multichannel, mark tcon for reconnect + (bsc#1218260). +- cifs: fix a pending undercount of srv_count (bsc#1218260). +- cifs: fix lock ordering while disabling multichannel + (bsc#1218260). +- Revert "drm/amd: Enable PCIe PME from D3" (bsc#1218260). +- selftests/bpf: check if max number of bpf_loop iterations is + tracked (bsc#1218260). +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1218260). +- selftests/bpf: test widening for iterating callbacks + (bsc#1218260). +- bpf: widening for callback iterators (bsc#1218260). +- selftests/bpf: tests for iterating callbacks (bsc#1218260). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1218260). +- bpf: extract setup_func_entry() utility function (bsc#1218260). +- bpf: extract __check_reg_arg() utility function (bsc#1218260). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1218260). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1218260). +- bpf: print full verifier states on infinite loop detection + (bsc#1218260). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1218260). +- bpf: correct loop detection for iterators convergence + (bsc#1218260). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1218260). +- bpf: exact states comparison for iterator convergence checks + (bsc#1218260). +- bpf: extract same_callsites() as utility function (bsc#1218260). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1218260). +- dt-bindings: net: snps,dwmac: Tx coe unsupported (bsc#1218260). +- ksmbd: Add missing set_freezable() for freezable kthread + (bsc#1218260). +- ksmbd: send lease break notification on FILE_RENAME_INFORMATION + (bsc#1218260). +- ksmbd: don't increment epoch if current state and request + state are same (bsc#1218260). +- ksmbd: fix potential circular locking issue in smb2_set_ea() + (bsc#1218260). +- ksmbd: set v2 lease version on lease upgrade (bsc#1218260). +- serial: Do not hold the port lock when setting rx-during-tx GPIO + (bsc#1218260). +- mm: page_alloc: unreserve highatomic page blocks before oom + (bsc#1218260). +- LoongArch/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- serial: sc16is7xx: improve do/while loop in sc16is7xx_irq() + (bsc#1218260). +- serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq() + (bsc#1218260). +- serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in + case of probe error (bsc#1218260). +- serial: sc16is7xx: convert from _raw_ to _noinc_ regmap + functions for FIFO (bsc#1218260). +- serial: sc16is7xx: change EFR lock to operate on each channels + (bsc#1218260). +- serial: sc16is7xx: remove unused line structure member + (bsc#1218260). +- serial: sc16is7xx: remove global regmap from struct + sc16is7xx_port (bsc#1218260). +- serial: sc16is7xx: remove wasteful static buffer in + sc16is7xx_regmap_name() (bsc#1218260). +- serial: sc16is7xx: improve regmap debugfs by using one regmap + per port (bsc#1218260). +- rename(): fix the locking of subdirectories (bsc#1218260). +- mm/sparsemem: fix race in accessing memory_section->usage + (bsc#1218260). +- mm/rmap: fix misplaced parenthesis of a likely() (bsc#1218260). +- selftests: mm: hugepage-vmemmap fails on 64K page size systems + (bsc#1218260). +- kexec: do syscore_shutdown() in kernel_kexec (bsc#1218260). +- ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path + (bsc#1218260). +- efi: disable mirror feature during crashkernel (bsc#1218260). +- nouveau/vmm: don't set addr on the fail path to avoid warning + (bsc#1218260). +- rtc: Extend timeout for waiting for UIP to clear to 1s + (bsc#1218260). +- rtc: Add support for configuring the UIP timeout for RTC reads + (bsc#1218260). +- rtc: mc146818-lib: Adjust failure return code for + mc146818_get_time() (bsc#1218260). +- rtc: Adjust failure return code for cmos_set_alarm() + (bsc#1218260). +- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too + (bsc#1218260). +- arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD + (bsc#1218260). +- arm64/sme: Always exit sme_alloc() early with existing storage + (bsc#1218260). +- arm64: errata: Add Cortex-A510 speculative unprivileged load + workaround (bsc#1218260). +- arm64: Rename ARM64_WORKAROUND_2966298 (bsc#1218260). +- riscv: mm: Fixup compat mode boot failure (bsc#1218260). +- riscv: mm: Fixup compat arch_get_mmap_end (bsc#1218260). +- media: mtk-jpeg: Fix use after free bug due to error path + handling in mtk_jpeg_dec_device_run (bsc#1218260). +- media: mtk-jpeg: Fix timeout schedule error in + mtk_jpegdec_worker (bsc#1218260). +- media: i2c: st-mipid02: correct format propagation + (bsc#1218260). +- mmc: mmc_spi: remove custom DMA mapped buffers (bsc#1218260). +- mmc: core: Use mrq.sbc in close-ended ffu (bsc#1218260). +- media: videobuf2-dma-sg: fix vmap callback (bsc#1218260). +- scripts/get_abi: fix source path leak (bsc#1218260). +- docs: kernel_abi.py: fix command injection (bsc#1218260). +- dlm: use kernel_connect() and kernel_bind() (bsc#1218260). +- lsm: new security_file_ioctl_compat() hook (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: Add missing vio-supply for AW2013 + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_1 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7180: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: msm8939: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: rockchip: Fix rk3588 USB power-domain clocks + (bsc#1218260). +- arm64: dts: rockchip: configure eth pad driver strength for + orangepi r1 plus lts (bsc#1218260). +- arm64: dts: sprd: fix the cpu node for UMS512 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' (bsc#1218260). +- ARM: dts: samsung: exynos4210-i9100: Unconditionally enable + LDO12 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible + (bsc#1218260). +- ARM: dts: imx6q-apalis: add can power-up delay on ixora board + (bsc#1218260). +- parisc/power: Fix power soft-off button emulation on qemu + (bsc#1218260). +- parisc/firmware: Fix F-extend for PDC addresses (bsc#1218260). +- bus: mhi: host: Add spinlock to protect WP access when queueing + TREs (bsc#1218260). +- bus: mhi: host: Drop chan lock before queuing buffers + (bsc#1218260). +- bus: mhi: host: Add alignment check for event ring read pointer + (bsc#1218260). +- mips: Fix max_mapnr being uninitialized on early stages + (bsc#1218260). +- nbd: always initialize struct msghdr completely (bsc#1218260). +- s390/vfio-ap: do not reset queue removed from host config + (bsc#1218260). +- s390/vfio-ap: reset queues associated with adapter for queue + unbound from driver (bsc#1218260). +- s390/vfio-ap: reset queues filtered from the guest's AP config + (bsc#1218260). +- s390/vfio-ap: let on_scan_complete() callback filter matrix + and update guest's APCB (bsc#1218260). +- s390/vfio-ap: loop over the shadow APCB when filtering guest's + AP configuration (bsc#1218260). +- s390/vfio-ap: always filter entire AP matrix (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix rx channel reset (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix __iomem addresses declaration + (bsc#1218260). +- soc: fsl: cpm1: tsa: Fix __iomem addresses declaration + (bsc#1218260). +- media: ov01a10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov13b10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov9734: Enable runtime PM before registering async + sub-device (bsc#1218260). +- rpmsg: virtio: Free driver_override when rpmsg_remove() + (bsc#1218260). +- media: imx355: Enable runtime PM before registering async + sub-device (bsc#1218260). +- soc: qcom: pmic_glink_altmode: fix port sanity check + (bsc#1218260). +- mtd: rawnand: Clarify conditions to enable continuous reads + (bsc#1218260). +- mtd: rawnand: Prevent sequential reads with on-die ECC engines + (bsc#1218260). +- mtd: rawnand: Fix core interference with sequential reads + (bsc#1218260). +- mtd: rawnand: Prevent crossing LUN boundaries during sequential + reads (bsc#1218260). +- mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters + (bsc#1218260). +- PM / devfreq: Fix buffer overflow in trans_stat_show + (bsc#1218260). +- s390/vfio-ap: unpin pages on gisc registration failure + (bsc#1218260). +- crypto: s390/aes - Fix buffer overread in CTR mode + (bsc#1218260). +- hwrng: core - Fix page fault dead lock on mmap-ed hwrng + (bsc#1218260). +- PM: hibernate: Enforce ordering during image + compression/decompression (bsc#1218260). +- crypto: api - Disallow identical driver names (bsc#1218260). +- erofs: fix lz4 inplace decompression (bsc#1218260). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (bsc#1218260). +- btrfs: sysfs: validate scrub_speed_max value (bsc#1218260). +- OPP: Pass rounded rate to _set_opp() (bsc#1218260). +- arm64: properly install vmlinuz.efi (bsc#1218260). +- PM: sleep: Fix possible deadlocks in core system-wide PM code + (bsc#1218260). +- async: Introduce async_schedule_dev_nocall() (bsc#1218260). +- async: Split async_schedule_node_domain() (bsc#1218260). +- ext4: allow for the last group to be marked as trimmed + (bsc#1218260). +- powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2 + (bsc#1218260). +- cifs: update iface_last_update on each query-and-update + (bsc#1218260). +- cifs: handle servers that still advertise multichannel after + disabling (bsc#1218260). +- cifs: reconnect worker should take reference on server struct + unconditionally (bsc#1218260). +- Revert "cifs: reconnect work should have reference on server + struct" (bsc#1218260). +- cifs: handle when server stops supporting multichannel + (bsc#1218260). +- cifs: handle when server starts supporting multichannel + (bsc#1218260). +- cifs: reconnect work should have reference on server struct + (bsc#1218260). +- cifs: handle cases where a channel is closed (bsc#1218260). +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (bsc#1218260). +- sh: ecovec24: Rename missed backlight field from fbdev to dev + (bsc#1218260). +- scsi: core: Kick the requeue list after inserting when flushing + (bsc#1218260). +- riscv: Fix an off-by-one in get_early_cmdline() (bsc#1218260). +- scsi: ufs: core: Remove the ufshcd_hba_exit() call from + ufshcd_async_scan() (bsc#1218260). +- dmaengine: idxd: Move dma_free_coherent() out of spinlocked + context (bsc#1218260). +- dmaengine: fix NULL pointer in channel unregistration function + (bsc#1218260). +- dmaengine: fsl-edma: fix eDMAv4 channel allocation issue + (bsc#1218260). +- iio: adc: ad7091r: Enable internal vref if external vref is + not supplied (bsc#1218260). +- iio: adc: ad7091r: Allow users to configure device events + (bsc#1218260). +- iio: adc: ad7091r: Set alert bit in config register + (bsc#1218260). +- net: stmmac: Prevent DSA tags from breaking COE (bsc#1218260). +- net: stmmac: Tx coe sw fallback (bsc#1218260). +- soundwire: fix initializing sysfs for same devices on different + buses (bsc#1218260). +- soundwire: bus: introduce controller_id (bsc#1218260). +- serial: core: set missing supported flag for RX during TX GPIO + (bsc#1218260). +- serial: core: Simplify uart_get_rs485_mode() (bsc#1218260). +- docs: kernel_feat.py: fix potential command injection + (bsc#1218260). +- docs: sparse: add sparse.rst to toctree (bsc#1218260). +- docs: sparse: move TW sparse.txt to TW dev-tools (bsc#1218260). +- commit acbe000 + +------------------------------------------------------------------- +Fri Feb 2 10:35:36 CET 2024 - rfrohl@suse.com + +- Linux 6.6.14 (bsc#1218260). +- x86/lib: Fix overflow when counting digits (bsc#1218260). +- x86/mce/inject: Clear test status value (bsc#1218260). +- EDAC/thunderx: Fix possible out-of-bounds string access + (bsc#1218260). +- powerpc: add crtsavres.o to always-y instead of extra-y + (bsc#1218260). +- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram + (bsc#1218260). +- powerpc/44x: select I2C for CURRITUCK (bsc#1218260). +- powerpc/pseries/memhp: Fix access beyond end of drmem array + (bsc#1218260). +- perf/arm-cmn: Fix HN-F class_occup_id events (bsc#1218260). +- drivers/perf: hisi: Fix some event id for HiSilicon UC pmu + (bsc#1218260). +- KVM: PPC: Book3S HV: Use accessors for VCPU registers + (bsc#1218260). +- KVM: PPC: Book3S HV: Introduce low level MSR accessor + (bsc#1218260). +- KVM: PPC: Book3S HV: Handle pending exceptions on guest entry + with MSR_EE (bsc#1218260). +- selftests/powerpc: Fix error handling in FPU/VMX preemption + tests (bsc#1218260). +- powerpc/hv-gpci: Add return value check in + affinity_domain_via_partition_show function (bsc#1218260). +- powerpc/rtas: Avoid warning on invalid token argument to + sys_rtas() (bsc#1218260). +- powerpc/powernv: Add a null pointer check to + scom_debug_init_one() (bsc#1218260). +- powerpc/powernv: Add a null pointer check in opal_event_init() + (bsc#1218260). +- powerpc/powernv: Add a null pointer check in + opal_powercap_init() (bsc#1218260). +- powerpc/imc-pmu: Add a null pointer check in + update_events_in_group() (bsc#1218260). +- sched/fair: Update min_vruntime for reweight_entity() correctly + (bsc#1218260). +- perf/x86/intel/uncore: Fix NULL pointer dereference issue in + upi_fill_topology() (bsc#1218260). +- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies + (bsc#1218260). +- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller + response (bsc#1218260). +- ACPI: video: check for error while searching for backlight + device parent (bsc#1218260). +- ACPI: LPIT: Avoid u32 multiplication overflow (bsc#1218260). +- KEYS: encrypted: Add check for strsep (bsc#1218260). +- spi: cadence-quadspi: add missing clk_disable_unprepare() + in cqspi_probe() (bsc#1218260). +- platform/x86/intel/vsec: Fix xa_alloc memory leak (bsc#1218260). +- cpufreq: scmi: process the result of + devm_of_clk_add_hw_provider() (bsc#1218260). +- calipso: fix memory leak in netlbl_calipso_add_pass() + (bsc#1218260). +- efivarfs: force RO when remounting if SetVariable is not + supported (bsc#1218260). +- efivarfs: Free s_fs_info on unmount (bsc#1218260). +- spi: sh-msiof: Enforce fixed DTDL for R-Car H3 (bsc#1218260). +- ACPI: LPSS: Fix the fractional clock divider flags + (bsc#1218260). +- ACPI: extlog: Clear Extended Error Log status when RAS_CEC + handled the error (bsc#1218260). +- thermal: core: Fix NULL pointer dereference in zone registration + error path (bsc#1218260). +- kunit: debugfs: Fix unchecked dereference in + debugfs_print_results() (bsc#1218260). +- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier + (bsc#1218260). +- cpuidle: haltpoll: Do not enable interrupts when entering idle + (bsc#1218260). +- drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() + judgment (bsc#1218260). +- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 + socket (bsc#1218260). +- crypto: rsa - add a check for allocation failure (bsc#1218260). +- crypto: jh7110 - Correct deferred probe return (bsc#1218260). +- crypto: virtio - Handle dataq logic with tasklet (bsc#1218260). +- crypto: sa2ul - Return crypto_aead_setkey to transfer the error + (bsc#1218260). +- crypto: ccp - fix memleak in ccp_init_dm_workarea (bsc#1218260). +- crypto: af_alg - Disallow multiple in-flight AIO requests + (bsc#1218260). +- crypto: safexcel - Add error handling for dma_map_sg() calls + (bsc#1218260). +- crypto: sahara - remove FLAGS_NEW_KEY logic (bsc#1218260). +- crypto: sahara - fix cbc selftest failure (bsc#1218260). +- crypto: sahara - fix ahash selftest failure (bsc#1218260). +- crypto: sahara - fix processing requests with cryptlen < + sg->length (bsc#1218260). +- crypto: sahara - fix error handling in + sahara_hw_descriptor_create() (bsc#1218260). +- crypto: hisilicon/qm - save capability registers in qm init + process (bsc#1218260). +- crypto: hisilicon/zip - add zip comp high perf mode + configuration (bsc#1218260). +- crypto: hisilicon/qm - add a function to set qm algs + (bsc#1218260). +- crypto: hisilicon/hpre - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/sec2 - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/zip - save capability registers in probe + process (bsc#1218260). +- pstore: ram_core: fix possible overflow in + persistent_ram_init_ecc() (bsc#1218260). +- erofs: fix memory leak on short-lived bounced pages + (bsc#1218260). +- fs: indicate request originates from old mount API + (bsc#1218260). +- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump + (bsc#1218260). +- gfs2: fix kernel BUG in gfs2_quota_cleanup (bsc#1218260). +- dlm: fix format seq ops type 4 (bsc#1218260). +- crypto: virtio - Wait for tasklet to complete on device remove + (bsc#1218260). +- crypto: sahara - avoid skcipher fallback code duplication + (bsc#1218260). +- crypto: sahara - handle zero-length aes requests (bsc#1218260). +- crypto: sahara - fix ahash reqsize (bsc#1218260). +- crypto: sahara - fix wait_for_completion_timeout() error + handling (bsc#1218260). +- crypto: sahara - improve error handling in sahara_sha_process() + (bsc#1218260). +- crypto: sahara - fix processing hash requests with req->nbytes < + sg->length (bsc#1218260). +- crypto: sahara - do not resize req->src when doing hash + operations (bsc#1218260). +- crypto: scomp - fix req->dst buffer overflow (bsc#1218260). +- csky: fix arch_jump_label_transform_static override + (bsc#1218260). +- blocklayoutdriver: Fix reference leak of pnfs_device_node + (bsc#1218260). +- NFS: Use parent's objective cred in nfs_access_login_time() + (bsc#1218260). +- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT + (bsc#1218260). +- SUNRPC: fix _xprt_switch_find_current_entry logic (bsc#1218260). +- pNFS: Fix the pnfs block driver's calculation of layoutget size + (bsc#1218260). +- asm-generic: Fix 32 bit __generic_cmpxchg_local (bsc#1218260). +- arm64: dts: qcom: qrb4210-rb2: don't force usb peripheral mode + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY + compatible (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin + config (bsc#1218260). +- ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc + (bsc#1218260). +- wifi: plfxlc: check for allocation failure in + plfxlc_usb_wreq_async() (bsc#1218260). +- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (bsc#1218260). +- bpf, lpm: Fix check prefixlen before walking trie (bsc#1218260). +- bpf: Add crosstask check to __bpf_get_stack (bsc#1218260). +- wifi: ath11k: Defer on rproc_get failure (bsc#1218260). +- wifi: libertas: stop selecting wext (bsc#1218260). +- ARM: dts: qcom: apq8064: correct XOADC register address + (bsc#1218260). +- net/ncsi: Fix netlink major/minor version numbers (bsc#1218260). +- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() + (bsc#1218260). +- scsi: bfa: Use the proper data type for BLIST flags + (bsc#1218260). +- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift + behavior (bsc#1218260). +- arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes + (bsc#1218260). +- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type + (bsc#1218260). +- arm64: dts: ti: iot2050: Re-add aliases (bsc#1218260). +- wifi: rtw88: sdio: Honor the host max_req_size in the RX path + (bsc#1218260). +- selftests/bpf: Fix erroneous bitmask operation (bsc#1218260). +- md: synchronize flush io with array reconfiguration + (bsc#1218260). +- bpf: enforce precision of R0 on callback return (bsc#1218260). +- ARM: dts: qcom: sdx65: correct PCIe EP phy-names (bsc#1218260). +- ARM: dts: qcom: sdx65: correct SPMI node name (bsc#1218260). +- dt-bindings: arm: qcom: Fix html link (bsc#1218260). +- arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity + (bsc#1218260). +- arm64: dts: qcom: sm8450: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sm8550: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark some nodes as 'reserved' + (bsc#1218260). +- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sa8775p: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- bpf: Add map and need_defer parameters to .map_fd_put_ptr() + (bsc#1218260). +- bpf: Defer the free of inner map when necessary (bsc#1218260). +- selftests/net: specify the interface when do arping + (bsc#1218260). +- bpf: fix check for attempt to corrupt spilled pointer + (bsc#1218260). +- scsi: fnic: Return error if vmalloc() failed (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: Hook up USB3 (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: use USB host mode (bsc#1218260). +- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller + (bsc#1218260). +- arm64: dts: qcom: sm8350: Fix DMA0 address (bsc#1218260). +- arm64: dts: qcom: sc7280: Fix up GPU SIDs (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent + (bsc#1218260). +- arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8550: fix USB wakeup interrupt types + (bsc#1218260). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1218260). +- wifi: mt76: mt7915: fallback to non-wed mode if + platform_get_resource fails in mt7915_mmio_wed_init() + (bsc#1218260). +- wifi: mt76: mt7996: fix the size of struct bss_rate_tlv + (bsc#1218260). +- wifi: mt76: mt7996: fix rate usage of inband discovery frames + (bsc#1218260). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1218260). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1218260). +- wifi: mt76: mt7921s: fix workqueue problem causes STA + association fail (bsc#1218260). +- bpf: Fix verification of indirect var-off stack access + (bsc#1218260). +- arm64: dts: hisilicon: hikey970-pmic: fix regulator cells + properties (bsc#1218260). +- bpf: Guard stack limits against 32bit overflow (bsc#1218260). +- bpf: Fix accesses to uninit stack slots (bsc#1218260). +- dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node + with generic names (bsc#1218260). +- arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes + (bsc#1218260). +- arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name + (bsc#1218260). +- arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0 + (bsc#1218260). +- arm64: dts: mediatek: mt8186: fix address warning for ADSP + mailboxes (bsc#1218260). +- wifi: mt76: mt7921: fix country count limitation for CLC + (bsc#1218260). +- wifi: iwlwifi: don't support triggered EHT CQI feedback + (bsc#1218260). +- selftests/bpf: Relax time_tai test for equal timestamps in + tai_forward (bsc#1218260). +- block: Set memalloc_noio to false on device_add_disk() error + path (bsc#1218260). +- arm64: dts: xilinx: Apply overlays to base dtbs (bsc#1218260). +- arm64: dts: renesas: white-hawk-cpu: Fix missing serial console + pin control (bsc#1218260). +- arm64: dts: imx8mm: Reduce GPU to nominal speed (bsc#1218260). +- scsi: ufs: qcom: Fix the return value of + ufs_qcom_ice_program_key() (bsc#1218260). +- scsi: ufs: qcom: Fix the return value when + platform_get_resource_byname() fails (bsc#1218260). +- scsi: hisi_sas: Replace with standard error code return value + (bsc#1218260). +- scsi: hisi_sas: Check before using pointer variables + (bsc#1218260). +- scsi: hisi_sas: Rollback some operations if FLR failed + (bsc#1218260). +- scsi: hisi_sas: Correct the number of global debugfs registers + (bsc#1218260). +- ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles + (bsc#1218260). +- bpf: Fix a race condition between btf_put() and map_free() + (bsc#1218260). +- selftests/net: fix grep checking for fib_nexthop_multiprefix + (bsc#1218260). +- ipmr: support IP_PKTINFO on cache report IGMP msg (bsc#1218260). +- virtio/vsock: fix logic which reduces credit update messages + (bsc#1218260). +- virtio/vsock: send credit update during setting SO_RCVLOWAT + (bsc#1218260). +- dma-mapping: clear dev->dma_mem to NULL after freeing it + (bsc#1218260). +- bpf: Limit the number of uprobes when attaching program to + multiple uprobes (bsc#1218260). +- bpf: Limit the number of kprobes when attaching program to + multiple kprobes (bsc#1218260). +- arm64: dts: qcom: acer-aspire1: Correct audio codec definition + (bsc#1218260). +- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc + configuration (bsc#1218260). +- arm64: dts: qcom: sm6375: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm6375: Hook up MPM (bsc#1218260). +- arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX + (bsc#1218260). +- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators + (bsc#1218260). +- soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset (bsc#1218260). +- block: add check of 'minors' and 'first_minor' in + device_add_disk() (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent + (bsc#1218260). +- arm64: dts: qcom: ipq6018: fix clock rates for + GCC_USB0_MOCK_UTMI_CLK (bsc#1218260). +- arm64: dts: qcom: sm8550: Separate out X3 idle state + (bsc#1218260). +- arm64: dts: qcom: sm8550: Update idle state time requirements + (bsc#1218260). +- arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent + (bsc#1218260). +- arm64: dts: qcom: sc8180x: switch PCIe QMP PHY to new style + of bindings (bsc#1218260). +- arm64: dts: qcom: sc8180x: Fix up PCIe nodes (bsc#1218260). +- bpf: Re-enable unit_size checking for global per-cpu allocator + (bsc#1218260). +- bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}() + (bsc#1218260). +- bpf: Use c->unit_size to select target cache during free + (bsc#1218260). +- wifi: rtlwifi: add calculate_bit_shift() (bsc#1218260). +- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192c: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192de: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192se: using calculate_bit_shift() + (bsc#1218260). +- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request + (bsc#1218260). +- wifi: iwlwifi: mvm: send TX path flush in rfkill (bsc#1218260). +- wifi: iwlwifi: fix out of bound copy_from_user (bsc#1218260). +- wifi: iwlwifi: assign phy_ctxt before eSR activation + (bsc#1218260). +- netfilter: nf_tables: mark newset as dead on transaction abort + (bsc#1218260). +- netfilter: nf_tables: validate chain type update if available + (bsc#1218260). +- Bluetooth: Fix bogus check for re-auth no supported with non-ssp + (bsc#1218260). +- Bluetooth: btnxpuart: fix recv_buf() return value (bsc#1218260). +- Bluetooth: btmtkuart: fix recv_buf() return value (bsc#1218260). +- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS + (bsc#1218260). +- arm64: dts: rockchip: Fix led pinctrl of lubancat 1 + (bsc#1218260). +- wifi: cfg80211: correct comment about MLD ID (bsc#1218260). +- wifi: cfg80211: parse all ML elements in an ML probe response + (bsc#1218260). +- bpf: sockmap, fix proto update hook to avoid dup calls + (bsc#1218260). +- sctp: support MSG_ERRQUEUE flag in recvmsg() (bsc#1218260). +- sctp: fix busy polling (bsc#1218260). +- blk-cgroup: fix rcu lockdep warning in blkg_lookup() + (bsc#1218260). +- net/sched: act_ct: fix skb leak and crash on ooo frags + (bsc#1218260). +- mlxbf_gige: Fix intermittent no ip issue (bsc#1218260). +- mlxbf_gige: Enable the GigE port in mlxbf_gige_open + (bsc#1218260). +- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and + rx_oos_queue (bsc#1218260). +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (bsc#1218260). +- ARM: davinci: always select CONFIG_CPU_ARM926T (bsc#1218260). +- Revert "drm/tidss: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- Revert "drm/omapdrm: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- drm/dp_mst: Fix fractional DSC bpp handling (bsc#1218260). +- drm/panfrost: Really power off GPU cores in + panfrost_gpu_power_off() (bsc#1218260). +- RDMA/usnic: Silence uninitialized symbol smatch warnings + (bsc#1218260). +- RDMA/hns: Fix inappropriate err code for unsupported operations + (bsc#1218260). +- drm/panel: nv3051d: Hold panel in reset for unprepare + (bsc#1218260). +- drm/panel-elida-kd35t133: hold panel in reset for unprepare + (bsc#1218260). +- drm/nouveau/fence:: fix warning directly dereferencing a rcu + pointer (bsc#1218260). +- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove + function (bsc#1218260). +- drm/tilcdc: Fix irq free on unload (bsc#1218260). +- media: pvrusb2: fix use after free on context disconnection + (bsc#1218260). +- media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to + avoid the crash of multi-core JPEG devices (bsc#1218260). +- media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: amphion: Fix VPU core alias name (bsc#1218260). +- drm/bridge: Fix typo in post_disable() description + (bsc#1218260). +- f2fs: fix to avoid dirent corruption (bsc#1218260). +- drm/radeon/r600_cs: Fix possible int overflows in + r600_cs_check_reg() (bsc#1218260). +- drm/radeon/r100: Fix integer overflow issues in + r100_cs_track_check() (bsc#1218260). +- drm/radeon: check return value of radeon_ring_lock() + (bsc#1218260). +- drm/tidss: Move reset to the end of dispc_init() (bsc#1218260). +- drm/tidss: Return error value from from softreset (bsc#1218260). +- drm/tidss: Check for K2G in in dispc_softreset() (bsc#1218260). +- drm/tidss: Fix dss reset (bsc#1218260). +- drm/imx/lcdc: Fix double-free of driver data (bsc#1218260). +- ASoC: cs35l33: Fix GPIO name and drop legacy include + (bsc#1218260). +- drm/msm/mdp4: flush vblank event on disable (bsc#1218260). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog + (bsc#1218260). +- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt + leaks (bsc#1218260). +- drm/drv: propagate errors from drm_modeset_register_all() + (bsc#1218260). +- media: v4l: async: Fix duplicated list deletion (bsc#1218260). +- ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch + (bsc#1218260). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev + = NULL (bsc#1218260). +- ASoC: SOF: topology: Use partial match for disconnecting DAI + link and DAI widget (bsc#1218260). +- drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS + irq (bsc#1218260). +- drm/msm/dpu: correct clk bit for WB2 block (bsc#1218260). +- drm/radeon: check the alloc_workqueue return value in + radeon_crtc_init() (bsc#1218260). +- drm/radeon/dpm: fix a memleak in sumo_parse_power_table + (bsc#1218260). +- drm/radeon/trinity_dpm: fix a memleak in + trinity_parse_power_table (bsc#1218260). +- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable + (bsc#1218260). +- drm/bridge: tc358767: Fix return value on error case + (bsc#1218260). +- media: cx231xx: fix a memleak in cx231xx_init_isoc + (bsc#1218260). +- RDMA/hns: Fix memory leak in free_mr_init() (bsc#1218260). +- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config + (bsc#1218260). +- media: bttv: start_streaming should return a proper error code + (bsc#1218260). +- media: bttv: add back vbi hack (bsc#1218260). +- media: imx-mipi-csis: Fix clock handling in remove() + (bsc#1218260). +- media: imx-mipi-csis: Drop extra clock enable at probe() + (bsc#1218260). +- media: dt-bindings: media: rkisp1: Fix the port description + for the parallel interface (bsc#1218260). +- media: rkisp1: Fix media device memory leak (bsc#1218260). +- drm/msm/adreno: Fix A680 chip id (bsc#1218260). +- drm/panel: st7701: Fix AVCL calculation (bsc#1218260). +- f2fs: fix to wait on block writeback for post_read case + (bsc#1218260). +- f2fs: fix to check compress file in f2fs_move_file_range() + (bsc#1218260). +- f2fs: fix to update iostat correctly in f2fs_filemap_fault() + (bsc#1218260). +- media: dvbdev: drop refcount on error path in dvb_device_open() + (bsc#1218260). +- media: dvb-frontends: m88ds3103: Fix a memory leak in an error + handling path of m88ds3103_probe() (bsc#1218260). +- clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset() + (bsc#1218260). +- clk: renesas: rzg2l: Check reset monitor registers + (bsc#1218260). +- drm/msm/dpu: Set input_sel bit for INTF (bsc#1218260). +- drm/msm/dpu: Drop enable and frame_count parameters from + dpu_hw_setup_misr() (bsc#1218260). +- drm/mediatek: Return error if MDP RDMA failed to enable the + clock (bsc#1218260). +- drm/mediatek: Remove the redundant driver data for DPI + (bsc#1218260). +- drm/mediatek: Fix underrun in VDO1 when switches off the layer + (bsc#1218260). +- drm/amdgpu/debugfs: fix error code when smc register accessors + are NULL (bsc#1218260). +- drm/amd/pm: fix a double-free in si_dpm_init (bsc#1218260). +- drivers/amd/pm: fix a use-after-free in kv_parse_power_table + (bsc#1218260). +- gpu/drm/radeon: fix two memleaks in radeon_vm_init + (bsc#1218260). +- drm/amd/pm: fix a double-free in + amdgpu_parse_extended_power_table (bsc#1218260). +- f2fs: fix to check return value of f2fs_recover_xattr_data + (bsc#1218260). +- dt-bindings: clock: Update the videocc resets for sm8150 + (bsc#1218260). +- clk: qcom: videocc-sm8150: Update the videocc resets + (bsc#1218260). +- clk: qcom: videocc-sm8150: Add missing PLL config property + (bsc#1218260). +- clk: sp7021: fix return value check in sp7021_clk_probe() + (bsc#1218260). +- drivers: clk: zynqmp: calculate closest mux rate (bsc#1218260). +- drivers: clk: zynqmp: update divider round rate logic + (bsc#1218260). +- watchdog: set cdev owner before adding (bsc#1218260). +- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO + (bsc#1218260). +- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling + (bsc#1218260). +- watchdog: rti_wdt: Drop runtime pm reference count when watchdog + is unused (bsc#1218260). +- clk: rs9: Fix DIF OEn bit placement on 9FGV0241 (bsc#1218260). +- clk: si5341: fix an error code problem in + si5341_output_clk_set_rate (bsc#1218260). +- ASoC: amd: vangogh: Drop conflicting ACPI-based probing + (bsc#1218260). +- ASoC: tas2781: add support for FW version 0x0503 (bsc#1218260). +- drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency + (bsc#1218260). +- accel/habanalabs: fix information leak in sec_attest_info() + (bsc#1218260). +- clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC + flag (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable + (bsc#1218260). +- clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs + (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark RCGs shared where applicable + (bsc#1218260). +- clk: qcom: dispcc-sm8550: Update disp PLL settings + (bsc#1218260). +- clk: fixed-rate: fix + clk_hw_register_fixed_rate_with_accuracy_parent_hw + (bsc#1218260). +- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels + (bsc#1218260). +- pwm: stm32: Fix enable count for clk in .probe() (bsc#1218260). +- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[] + (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (bsc#1218260). +- ALSA: scarlett2: Allow passing any output to line_out_remap() + (bsc#1218260). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (bsc#1218260). +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (bsc#1218260). +- mmc: sdhci_am654: Fix TI SoC dependencies (bsc#1218260). +- mmc: sdhci_omap: Fix TI SoC dependencies (bsc#1218260). +- drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process' + (bsc#1218260). +- gpiolib: make gpio_device_get() and gpio_device_put() public + (bsc#1218260). +- gpiolib: provide gpio_device_find() (bsc#1218260). +- gpio: sysfs: drop the mention of gpiochip_find() from sysfs code + (bsc#1218260). +- IB/iser: Prevent invalidating wrong MR (bsc#1218260). +- drm/amdkfd: Confirm list is non-empty before utilizing + list_first_entry in kfd_topology.c (bsc#1218260). +- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init + (bsc#1218260). +- drm/amd/display: avoid stringop-overflow warnings for + dp_decide_lane_settings() (bsc#1218260). +- kselftest/alsa - mixer-test: fix the number of parameters to + ksft_exit_fail_msg() (bsc#1218260). +- kselftest/alsa - mixer-test: Fix the print format specifier + warning (bsc#1218260). +- kselftest/alsa - conf: Stringify the printed errno in + sysfs_get() (bsc#1218260). +- ksmbd: validate the zero field of packet header (bsc#1218260). +- of: Fix double free in of_parse_phandle_with_args_map + (bsc#1218260). +- fbdev: imxfb: fix left margin setting (bsc#1218260). +- of: unittest: Fix of_count_phandle_with_args() expected value + message (bsc#1218260). +- class: fix use-after-free in class_register() (bsc#1218260). +- kernfs: convert kernfs_idr_lock to an irq safe raw spinlock + (bsc#1218260). +- Revert "kernfs: convert kernfs_idr_lock to an irq safe raw + spinlock" (bsc#1218260). +- selftests/bpf: Add assert for user stacks in test_task_stack + (bsc#1218260). +- binder: fix async space check for 0-sized buffers (bsc#1218260). +- binder: fix unused alloc->free_async_space (bsc#1218260). +- mips/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- Input: atkbd - use ab83 as id when skipping the getid command + (bsc#1218260). +- rust: Ignore preserve-most functions (bsc#1218260). +- Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM + hole" (bsc#1218260). +- xen-netback: don't produce zero-size SKB frags (bsc#1218260). +- binder: fix race between mmput() and do_exit() (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings + (bsc#1218260). +- powerpc/64s: Increase default stack size to 32KB (bsc#1218260). +- tick-sched: Fix idle and iowait sleeptime accounting vs CPU + hotplug (bsc#1218260). +- Revert "usb: gadget: f_uvc: change endpoint allocation in + uvc_function_bind()" (bsc#1218260). +- usb: phy: mxs: remove CONFIG_USB_OTG condition for + mxs_phy_is_otg_host() (bsc#1218260). +- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart + (bsc#1218260). +- usb: dwc3: gadget: Handle EP0 request dequeuing properly + (bsc#1218260). +- usb: dwc3: gadget: Queue PM runtime idle on disconnect event + (bsc#1218260). +- Revert "usb: dwc3: Soft reset phy on probe for host" + (bsc#1218260). +- Revert "usb: dwc3: don't reset device side if dwc3 was + configured as host-only" (bsc#1218260). +- usb: chipidea: wait controller resume finished for wakeup irq + (bsc#1218260). +- usb: cdns3: fix uvc failure work since sg support enabled + (bsc#1218260). +- usb: cdns3: fix iso transfer error when mult is not zero + (bsc#1218260). +- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg + enabled (bsc#1218260). +- Revert "usb: typec: class: fix typec_altmode_put_partner to + put plugs" (bsc#1218260). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1218260). +- usb: mon: Fix atomicity violation in mon_bin_vma_fault + (bsc#1218260). +- dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to + header (bsc#1218260). +- serial: core: fix sanitizing check for RTS settings + (bsc#1218260). +- serial: core: make sure RS485 cannot be enabled when it is + not supported (bsc#1218260). +- serial: 8250_bcm2835aux: Restore clock error handling + (bsc#1218260). +- serial: core, imx: do not set RS485 enabled if it is not + supported (bsc#1218260). +- serial: imx: Ensure that imx_uart_rs485_config() is called + with enabled clock (bsc#1218260). +- serial: 8250_exar: Set missing rs485_supported flag + (bsc#1218260). +- serial: omap: do not override settings for RS485 support + (bsc#1218260). +- ALSA: oxygen: Fix right channel of capture volume mixer + (bsc#1218260). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx + (bsc#1218260). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on HP ZBook (bsc#1218260). +- ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5 + (bsc#1218260). +- ksmbd: validate mech token in session setup (bsc#1218260). +- ksmbd: fix UAF issue in ksmbd_tcp_new_connection() + (bsc#1218260). +- ksmbd: only v2 leases handle the directory (bsc#1218260). +- ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION (bsc#1218260). +- LoongArch: Fix and simplify fcsr initialization on execve() + (bsc#1218260). +- io_uring: don't check iopoll if request completes (bsc#1218260). +- io_uring/rw: ensure io->bytes_done is always initialized + (bsc#1218260). +- io_uring: ensure local task_work is run on wait timeout + (bsc#1218260). +- fbdev/acornfb: Fix name of fb_ops initializer macro + (bsc#1218260). +- fbdev: flush deferred work in fb_deferred_io_fsync() + (bsc#1218260). +- fbdev: flush deferred IO before closing (bsc#1218260). +- scsi: ufs: core: Simplify power management during async scan + (bsc#1218260). +- scsi: target: core: add missing file_{start,end}_write() + (bsc#1218260). +- scsi: mpi3mr: Refresh sdev queue depth after controller reset + (bsc#1218260). +- scsi: mpi3mr: Clean up block devices post controller reset + (bsc#1218260). +- scsi: mpi3mr: Block PEL Enable Command on Controller Reset + and Unrecoverable State (bsc#1218260). +- drm/amd: Enable PCIe PME from D3 (bsc#1218260). +- block: add check that partition length needs to be aligned + with block size (bsc#1218260). +- block: Remove special-casing of compound pages (bsc#1218260). +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1218260). +- netfilter: nf_tables: check if catch-all set element is active + in next generation (bsc#1218260). +- pwm: jz4740: Don't use dev_err_probe() in .request() + (bsc#1218260). +- pwm: Fix out-of-bounds access in of_pwm_single_xlate() + (bsc#1218260). +- md/raid1: Use blk_opf_t for read and write operations + (bsc#1218260). +- rootfs: Fix support for rootfstype= when root= is given + (bsc#1218260). +- Bluetooth: Fix atomicity violation in {min,max}_key_size_set + (bsc#1218260). +- bpf: Fix re-attachment branch in bpf_tracing_prog_attach + (bsc#1218260). +- iommu/arm-smmu-qcom: Add missing GMU entry to match table + (bsc#1218260). +- iommu/dma: Trace bounce buffer usage when mapping buffers + (bsc#1218260). +- wifi: mt76: fix broken precal loading from MTD for mt7915 + (bsc#1218260). +- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable + code (bsc#1218260). +- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors + (bsc#1218260). +- wifi: mwifiex: add extra delay for firmware ready (bsc#1218260). +- wifi: mwifiex: configure BSSID consistently when starting AP + (bsc#1218260). +- wifi: mwifiex: fix uninitialized firmware_stat (bsc#1218260). +- net: stmmac: fix ethtool per-queue statistics (bsc#1218260). +- Revert "net: rtnetlink: Enslave device before bringing it up" + (bsc#1218260). +- Revert "nSVM: Check for reserved encodings of TLB_CONTROL in + nested VMCB" (bsc#1218260). +- cxl/port: Fix decoder initialization when nr_targets > + interleave_ways (bsc#1218260). +- PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg() + (bsc#1218260). +- x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS + (bsc#1218260). +- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment + support (bsc#1218260). +- PCI: mediatek: Clear interrupt status before dispatching handler + (bsc#1218260). +- x86/kvm: Do not try to disable kvmclock if it was not enabled + (bsc#1218260). +- KVM: arm64: vgic-v4: Restore pending state on host userspace + write (bsc#1218260). +- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation + cache (bsc#1218260). +- KVM: x86/pmu: Move PMU reset logic to common x86 code + (bsc#1218260). +- KVM: x86/pmu: Reset the PMU, i.e. stop counters, before + refreshing (bsc#1218260). +- iio: adc: ad7091r: Pass iio_dev to event handler (bsc#1218260). +- HID: sensor-hub: Enable hid core report processing for all + devices (bsc#1218260). +- HID: wacom: Correct behavior when processing some confidence == + false touches (bsc#1218260). +- serial: sc16is7xx: add check for unsupported SPI modes during + probe (bsc#1218260). +- serial: sc16is7xx: set safe default SPI clock frequency + (bsc#1218260). +- ARM: 9330/1: davinci: also select PINCTRL (bsc#1218260). +- mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO + (bsc#1218260). +- mfd: cs42l43: Correct SoundWire port list (bsc#1218260). +- mfd: syscon: Fix null pointer dereference in + of_syscon_register() (bsc#1218260). +- leds: aw2013: Select missing dependency REGMAP_I2C + (bsc#1218260). +- leds: aw200xx: Fix write to DIM parameter (bsc#1218260). +- mfd: tps6594: Add null pointer check to tps6594_device_init() + (bsc#1218260). +- mfd: intel-lpss: Fix the fractional clock divider flags + (bsc#1218260). +- srcu: Use try-lock lockdep annotation for NMI-safe access + (bsc#1218260). +- mips: dmi: Fix early remap on MIPS32 (bsc#1218260). +- mips: Fix incorrect max_low_pfn adjustment (bsc#1218260). +- um: virt-pci: fix platform map offset (bsc#1218260). +- riscv: Check if the code to patch lies in the exit section + (bsc#1218260). +- riscv: Fix module_alloc() that did not reset the linear mapping + permissions (bsc#1218260). +- riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting + huge linear mappings (bsc#1218260). +- riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC + (bsc#1218260). +- riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup() + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup() + (bsc#1218260). +- power: supply: cw2015: correct time_to_empty units in sysfs + (bsc#1218260). +- power: supply: bq256xx: fix some problem in bq256xx_hw_init + (bsc#1218260). +- PCI: Avoid potential out-of-bounds read in + pci_dev_for_each_resource() (bsc#1218260). +- serial: 8250: omap: Don't skip resource freeing if + pm_runtime_resume_and_get() failed (bsc#1218260). +- iommu: Map reserved memory as cacheable if device is coherent + (bsc#1218260). +- perf test: Remove atomics from test_loop to avoid test failures + (bsc#1218260). +- perf header: Fix segfault on build_mem_topology() error path + (bsc#1218260). +- libapi: Add missing linux/types.h header to get the __u64 type + on io.h (bsc#1218260). +- perf test record user-regs: Fix mask for vg register + (bsc#1218260). +- vfio/pds: Fix calculations in pds_vfio_dirty_sync (bsc#1218260). +- perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT + to GPC_FLUSH_MEM_FAULT (bsc#1218260). +- perf mem: Fix error on hybrid related to availability of mem + event in a PMU (bsc#1218260). +- perf stat: Exit perf stat if parse groups fails (bsc#1218260). +- base/node.c: initialize the accessor list before registering + (bsc#1218260). +- acpi: property: Let args be NULL in + __acpi_node_get_property_reference (bsc#1218260). +- software node: Let args be NULL in + software_node_get_reference_args (bsc#1218260). +- serial: imx: fix tx statemachine deadlock (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereference in error + path (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereferences in + encl_get_entry (bsc#1218260). +- selftests/sgx: Include memory clobber for inline asm in test + enclave (bsc#1218260). +- selftests/sgx: Skip non X86_64 platform (bsc#1218260). +- iio: adc: ad9467: fix reset gpio handling (bsc#1218260). +- iio: adc: ad9467: don't ignore error codes (bsc#1218260). +- iio: adc: ad9467: add mutex to struct ad9467_state + (bsc#1218260). +- iio: adc: ad9467: fix scale setting (bsc#1218260). +- perf header: Fix one memory leakage in + perf_event__fprintf_event_update() (bsc#1218260). +- perf hisi-ptt: Fix one memory leakage in + hisi_ptt_process_auxtrace_event() (bsc#1218260). +- perf genelf: Set ELF program header addresses properly + (bsc#1218260). +- perf unwind-libdw: Handle JIT-generated DSOs properly + (bsc#1218260). +- perf unwind-libunwind: Fix base address for .eh_frame + (bsc#1218260). +- bus: mhi: ep: Do not allocate event ring element on stack + (bsc#1218260). +- bus: mhi: ep: Use slab allocator where applicable (bsc#1218260). +- bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs + (bsc#1218260). +- PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single() + (bsc#1218260). +- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK + (bsc#1218260). +- tty: don't check for signal_pending() in send_break() + (bsc#1218260). +- tty: use 'if' in send_break() instead of 'goto' (bsc#1218260). +- usb: cdc-acm: return correct error code on unsupported break + (bsc#1218260). +- spmi: mtk-pmif: Serialize PMIF status check and command + submission (bsc#1218260). +- usb: gadget: webcam: Make g_webcam loadable again (bsc#1218260). +- iommu: Don't reserve 0-length IOVA region (bsc#1218260). +- power: supply: Fix null pointer dereference in smb2_probe + (bsc#1218260). +- vdpa: Fix an error handling path in eni_vdpa_probe() + (bsc#1218260). +- apparmor: Fix ref count leak in task_kill (bsc#1218260). +- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C + PDU length (bsc#1218260). +- nvmet-tcp: fix a crash in nvmet_req_complete() (bsc#1218260). +- perf env: Avoid recursively taking env->bpf_progs.lock + (bsc#1218260). +- perf stat: Fix hard coded LL miss units (bsc#1218260). +- cxl/region: fix x9 interleave typo (bsc#1218260). +- apparmor: fix possible memory leak in unpack_trans_table + (bsc#1218260). +- apparmor: avoid crash when parsed profile name is empty + (bsc#1218260). +- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer + (bsc#1218260). +- serial: imx: Correct clock error message in function probe() + (bsc#1218260). +- serial: apbuart: fix console prompt on qemu (bsc#1218260). +- perf db-export: Fix missing reference count get in + call_path_from_sample() (bsc#1218260). +- cxl/port: Fix missing target list lock (bsc#1218260). +- spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() + from the remove function (bsc#1218260). +- hisi_acc_vfio_pci: Update migration data pointer correctly on + saving/resume (bsc#1218260). +- nvmet: re-fix tracing strncpy() warning (bsc#1218260). +- nvme: trace: avoid memcpy overflow warning (bsc#1218260). +- nvmet-tcp: Fix the H2C expected PDU len calculation + (bsc#1218260). +- PCI: keystone: Fix race condition when initializing PHYs + (bsc#1218260). +- PCI: mediatek-gen3: Fix translation window size calculation + (bsc#1218260). +- ASoC: mediatek: sof-common: Add NULL check for normal_link + string (bsc#1218260). +- s390/pci: fix max size calculation in zpci_memcpy_toio() + (bsc#1218260). +- net: qualcomm: rmnet: fix global oob in rmnet_policy + (bsc#1218260). +- rxrpc: Fix use of Don't Fragment flag (bsc#1218260). +- octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2 + (bsc#1218260). +- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames + (bsc#1218260). +- amt: do not use overwrapped cb area (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8841 (bsc#1218260). +- net: phy: micrel: populate .soft_reset for KSZ9131 + (bsc#1218260). +- ALSA: hda: Properly setup HDMI stream (bsc#1218260). +- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN + (bsc#1218260). +- mptcp: strict validation before using mp_opt->hmac + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect() + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req() + (bsc#1218260). +- mptcp: refine opt_mp_capable determination (bsc#1218260). +- block: ensure we hold a queue reference when using queue limits + (bsc#1218260). +- net: stmmac: Fix ethool link settings ops for integrated PCS + (bsc#1218260). +- udp: annotate data-races around up->pending (bsc#1218260). +- erofs: simplify compression configuration parser (bsc#1218260). +- erofs: fix inconsistent per-file compression format + (bsc#1218260). +- net: add more sanity check in virtio_net_hdr_to_skb() + (bsc#1218260). +- net: netdev_queue: netdev_txq_completed_mb(): fix wake condition + (bsc#1218260). +- bpf: iter_udp: Retry with a larger batch size without going + back to the previous bucket (bsc#1218260). +- bpf: Avoid iter->offset making backward progress in bpf_iter_udp + (bsc#1218260). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1218260). +- net: ravb: Fix dma_addr_t truncation in error case + (bsc#1218260). +- dt-bindings: gpio: xilinx: Fix node address in gpio + (bsc#1218260). +- gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe + (bsc#1218260). +- ASoC: SOF: ipc4-loader: remove the CPC check warnings + (bsc#1218260). +- drm/amdkfd: fixes for HMM mem allocation (bsc#1218260). +- drm/amdgpu: fall back to INPUT power for AVG power via INFO + IOCTL (bsc#1218260). +- selftests: bonding: Change script interpreter (bsc#1218260). +- net: stmmac: ethtool: Fixed calltrace caused by unbalanced + disable_irq_wake calls (bsc#1218260). +- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS + (bsc#1218260). +- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe + (bsc#1218260). +- LoongArch: BPF: Prevent out-of-bounds memory access + (bsc#1218260). +- mptcp: relax check on MPC passive fallback (bsc#1218260). +- net: netdevsim: don't try to destroy PHC on VFs (bsc#1218260). +- netfilter: nf_tables: reject invalid set policy (bsc#1218260). +- netfilter: nft_limit: do not ignore unsupported flags + (bsc#1218260). +- netfilter: nfnetlink_log: use proper helper for fetching + physinif (bsc#1218260). +- netfilter: nf_queue: remove excess nf_bridge variable + (bsc#1218260). +- netfilter: propagate net to nf_bridge_get_physindev + (bsc#1218260). +- netfilter: bridge: replace physindev with physinif in + nf_bridge_info (bsc#1218260). +- netfilter: nf_tables: do not allow mismatch field size and + set key length (bsc#1218260). +- netfilter: nf_tables: skip dead set elements in netlink dump + (bsc#1218260). +- netfilter: nf_tables: reject NFT_SET_CONCAT with not field + length description (bsc#1218260). +- ipvs: avoid stat macros calls from preemptible context + (bsc#1218260). +- io_uring: adjust defer tw counting (bsc#1218260). +- kdb: Fix a potential buffer overflow in kdb_local() + (bsc#1218260). +- arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via + ptrace (bsc#1218260). +- ethtool: netlink: Add missing ethnl_ops_begin/complete + (bsc#1218260). +- loop: fix the the direct I/O support check when used on top + of block devices (bsc#1218260). +- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation + failure (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in + error path (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix stack corruption (bsc#1218260). +- mlxsw: spectrum_router: Register netdevice notifier before + nexthop (bsc#1218260). +- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes + (bsc#1218260). +- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work + (bsc#1218260). +- i2c: s3c24xx: fix read transfers in polling mode (bsc#1218260). +- i2c: s3c24xx: fix transferring more than one message in polling + mode (bsc#1218260). +- riscv: Fix wrong usage of lm_alias() when splitting a huge + linear mapping (bsc#1218260). +- Revert "KEYS: encrypted: Add check for strsep" (bsc#1218260). +- arm64: dts: armada-3720-turris-mox: set irq type for RTC + (bsc#1218260). +- Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in + raid5d"" (bsc#1218260). +- Rename to + patches.kernel.org/6.6.14-345-keys-dns-Fix-size-check-of-V1-server-list-head.patch. +- commit ca00e0c + +------------------------------------------------------------------- +Fri Feb 2 10:34:23 CET 2024 - rfrohl@suse.com + +- Linux 6.6.13 (bsc#1218260). +- f2fs: explicitly null-terminate the xattr list (bsc#1218260). +- pinctrl: s32cc: Avoid possible string truncation (bsc#1218260). +- kunit: Warn if tests are slow (bsc#1218260). +- kunit: Reset suite counter right before running tests + (bsc#1218260). +- pinctrl: lochnagar: Don't build on MIPS (bsc#1218260). +- ALSA: hda - Fix speaker and headset mic pin config for CHUWI + CoreBook XPro (bsc#1218260). +- mptcp: fix uninit-value in mptcp_incoming_options (bsc#1218260). +- wifi: cfg80211: lock wiphy mutex for rfkill poll (bsc#1218260). +- wifi: avoid offset calculation on NULL pointer (bsc#1218260). +- wifi: mac80211: handle 320 MHz in + ieee80211_ht_cap_ie_to_sta_ht_cap (bsc#1218260). +- debugfs: fix automount d_fsdata usage (bsc#1218260). +- ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 + bps format (bsc#1218260). +- nvme-core: fix a memory leak in nvme_ns_info_from_identify() + (bsc#1218260). +- io_uring: use fget/fput consistently (bsc#1218260). +- block: warn once for each partition in bio_check_ro() + (bsc#1218260). +- drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt + (bsc#1218260). +- drm/amdkfd: Use common function for IP version check + (bsc#1218260). +- drm/amd/display: update dcn315 lpddr pstate latency + (bsc#1218260). +- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel + null pointer (bsc#1218260). +- drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit + (bsc#1218260). +- drm/amdgpu: Use another offset for GC 9.4.3 remap (bsc#1218260). +- smb: client, common: fix fortify warnings (bsc#1218260). +- Revert "drm/prime: Unexport helpers for fd/handle conversion" + (bsc#1218260). +- blk-mq: don't count completed flush data request as inflight + in case of quiesce (bsc#1218260). +- nvme-core: check for too small lba shift (bsc#1218260). +- hwtracing: hisi_ptt: Handle the interrupt in hardirq context + (bsc#1218260). +- hwtracing: hisi_ptt: Don't try to attach a task (bsc#1218260). +- ASoC: amd: yc: Add HP 255 G10 into quirk table (bsc#1218260). +- ASoC: wm8974: Correct boost mixer inputs (bsc#1218260). +- arm64: dts: rockchip: fix rk356x pcie msg interrupt name + (bsc#1218260). +- ASoC: Intel: Skylake: Fix mem leak in few functions + (bsc#1218260). +- ASoC: nau8822: Fix incorrect type in assignment and cast to + restricted __be16 (bsc#1218260). +- ASoC: SOF: topology: Fix mem leak in sof_dai_load() + (bsc#1218260). +- ASoC: Intel: Skylake: mem leak in skl register function + (bsc#1218260). +- ASoC: cs43130: Fix the position of const qualifier + (bsc#1218260). +- ASoC: cs43130: Fix incorrect frame delay configuration + (bsc#1218260). +- ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case + (bsc#1218260). +- ASoC: rt5650: add mutex to avoid the jack detection failure + (bsc#1218260). +- ASoC: fsl_xcvr: refine the requested phy clock frequency + (bsc#1218260). +- ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI + is not available (bsc#1218260). +- ASoC: SOF: ipc4-topology: Add core_mask in struct + snd_sof_pipeline (bsc#1218260). +- ASoC: SOF: sof-audio: Modify logic for enabling/disabling + topology cores (bsc#1218260). +- nouveau/tu102: flush all pdbs on vmm flush (bsc#1218260). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13 + (bsc#1218260). +- ASoC: hdac_hda: Conditionally register dais for HDMI and Analog + (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the SRC + module (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the GAIN + module (bsc#1218260). +- pds_vdpa: fix up format-truncation complaint (bsc#1218260). +- pds_vdpa: clear config callback when status goes to 0 + (bsc#1218260). +- pds_vdpa: set features order (bsc#1218260). +- net/tg3: fix race condition in tg3_reset_task() (bsc#1218260). +- ASoC: da7219: Support low DC impedance headset (bsc#1218260). +- nvme: introduce helper function to get ctrl state (bsc#1218260). +- nvme: ensure reset state check ordering (bsc#1218260). +- nvme-ioctl: move capable() admin check to the end (bsc#1218260). +- nvme: prevent potential spectre v1 gadget (bsc#1218260). +- nvme: fix deadlock between reset and scan (bsc#1218260). +- arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru + (bsc#1218260). +- drm/amd/display: Add monitor patch for specific eDP + (bsc#1218260). +- drm/amdgpu: Add NULL checks for function pointers (bsc#1218260). +- drm/exynos: fix a potential error pointer dereference + (bsc#1218260). +- drm/exynos: fix a wrong error checking (bsc#1218260). +- ALSA: pcmtest: stop timer before buffer is released + (bsc#1218260). +- hwmon: (corsair-psu) Fix probe when built-in (bsc#1218260). +- LoongArch: Apply dynamic relocations for LLD (bsc#1218260). +- LoongArch: Set unwind stack type to unknown rather than set + error flag (bsc#1218260). +- LoongArch: Preserve syscall nr across execve() (bsc#1218260). +- clk: rockchip: rk3568: Add PLL rate for 292.5MHz (bsc#1218260). +- clk: rockchip: rk3128: Fix HCLK_OTG gate register (bsc#1218260). +- soundwire: intel_ace2x: fix AC timing setting for ACE2.x + (bsc#1218260). +- jbd2: correct the printing of write_flags in + jbd2_write_superblock() (bsc#1218260). +- jbd2: increase the journal IO's priority (bsc#1218260). +- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc + (bsc#1218260). +- neighbour: Don't let neigh_forced_gc() disable preemption for + long (bsc#1218260). +- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events + (bsc#1218260). +- efi/loongarch: Use load address to calculate kernel entry + address (bsc#1218260). +- jbd2: fix soft lockup in journal_finish_inode_data_buffers() + (bsc#1218260). +- tracing: Have large events show up as '[LINE TOO BIG]' instead + of nothing (bsc#1218260). +- tracing: Add size check when printing trace_marker output + (bsc#1218260). +- stmmac: dwmac-loongson: drop useless check for compatible + fallback (bsc#1218260). +- MIPS: dts: loongson: drop incorrect dwmac fallback compatible + (bsc#1218260). +- tracing: Fix uaf issue when open the hist or hist_debug file + (bsc#1218260). +- ring-buffer: Do not record in NMI if the arch does not support + cmpxchg in NMI (bsc#1218260). +- Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1 + (bsc#1218260). +- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning + (bsc#1218260). +- Input: atkbd - skip ATKBD_CMD_GETID in translated mode + (bsc#1218260). +- Input: i8042 - add nomux quirk for Acer P459-G2-M (bsc#1218260). +- pinctrl: amd: Mask non-wake source pins with interrupt enabled + at suspend (bsc#1218260). +- ASoC: cs35l45: Use modern pm_ops (bsc#1218260). +- ASoC: cs35l45: Prevent IRQ handling when suspending/resuming + (bsc#1218260). +- ASoC: cs35l45: Prevents spinning during runtime suspend + (bsc#1218260). +- s390/scm: fix virtual vs physical address confusion + (bsc#1218260). +- ARC: fix spare error (bsc#1218260). +- ARC: fix smatch warning (bsc#1218260). +- wifi: iwlwifi: pcie: avoid a NULL pointer dereference + (bsc#1218260). +- Input: xpad - add Razer Wolverine V2 support (bsc#1218260). +- driver core: Add a guard() definition for the device_lock() + (bsc#1218260). +- kselftest: alsa: fixed a print formatting warning (bsc#1218260). +- HID: nintendo: fix initializer element is not constant error + (bsc#1218260). +- platform/x86: thinkpad_acpi: fix for incorrect fan reporting + on some ThinkPad systems (bsc#1218260). +- platform/x86/amd/pmc: Move platform defines to header + (bsc#1218260). +- platform/x86/amd/pmc: Only run IRQ1 firmware version check on + Cezanne (bsc#1218260). +- platform/x86/amd/pmc: Move keyboard wakeup disablement detection + to pmc-quirks (bsc#1218260). +- platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework + 13 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab + S10346 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models + (bsc#1218260). +- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM + (bsc#1218260). +- HID: nintendo: Prevent divide-by-zero on code (bsc#1218260). +- i2c: rk3x: fix potential spinlock recursion on poll + (bsc#1218260). +- drm/amdkfd: svm range always mapped flag not working on APU + (bsc#1218260). +- drm/amd/display: Add case for dcn35 to support usb4 dmub hpd + event (bsc#1218260). +- drm/amd/display: get dprefclk ss info from integration info + table (bsc#1218260). +- pinctrl: cy8c95x0: Fix typo (bsc#1218260). +- pinctrl: cy8c95x0: Fix regression (bsc#1218260). +- pinctrl: cy8c95x0: Fix get_pincfg (bsc#1218260). +- posix-timers: Get rid of [COMPAT_]SYS_NI() uses (bsc#1218260). +- ida: Fix crash in ida_free when the bitmap is empty + (bsc#1218260). +- virtio_blk: fix snprintf truncation compiler warning + (bsc#1218260). +- nfc: Do not send datagram if socket state isn't LLCP_BOUND + (bsc#1218260). +- net: qrtr: ns: Return 0 if server port is not present + (bsc#1218260). +- connector: Fix proc_event_num_listeners count not cleared + (bsc#1218260). +- ARM: sun9i: smp: fix return code check of + of_property_match_string (bsc#1218260). +- x86/csum: Remove unnecessary odd handling (bsc#1218260). +- x86/csum: clean up `csum_partial' further (bsc#1218260). +- drm/crtc: fix uninitialized variable use (bsc#1218260). +- x86/microcode: do not cache microcode if it will not be used + (bsc#1218260). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 + 13-ay0xxx (bsc#1218260). +- ACPI: resource: Add another DMI match for the TongFang GMxXGxx + (bsc#1218260). +- bus: moxtet: Mark the irq as shared (bsc#1218260). +- bus: moxtet: Add spi device table (bsc#1218260). +- ASoC: SOF: Intel: hda-codec: Delay the codec device registration + (bsc#1218260). +- drm/amd/display: Pass pwrseq inst for backlight and ABM + (bsc#1218260). +- ksmbd: don't allow O_TRUNC open on read-only share + (bsc#1218260). +- ksmbd: free ppace array on error in parse_dacl (bsc#1218260). +- Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" + (bsc#1218260). +- binder: use EPOLLERR from eventpoll.h (bsc#1218260). +- binder: fix use-after-free in shinker's callback (bsc#1218260). +- binder: fix trivial typo of binder_free_buf_locked() + (bsc#1218260). +- binder: fix comment on binder_alloc_new_buf() return value + (bsc#1218260). +- uio: Fix use-after-free in uio_open (bsc#1218260). +- parport: parport_serial: Add Brainboxes BAR details + (bsc#1218260). +- parport: parport_serial: Add Brainboxes device IDs and geometry + (bsc#1218260). +- leds: ledtrig-tty: Free allocated ttyname buffer on deactivate + (bsc#1218260). +- PCI: Add ACS quirk for more Zhaoxin Root Ports (bsc#1218260). +- coresight: etm4x: Fix width of CCITMIN field (bsc#1218260). +- scripts/decode_stacktrace.sh: optionally use LLVM utilities + (bsc#1218260). +- mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval + (bsc#1218260). +- Rename to + patches.kernel.org/6.6.13-110-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch. +- commit 1942b49 + +------------------------------------------------------------------- +Fri Feb 2 10:33:31 CET 2024 - rfrohl@suse.com + +- Linux 6.6.12 (bsc#1218260). +- nfsd: drop the nfsd_put helper (bsc#1218260). +- commit 152ed54 + ------------------------------------------------------------------- Thu Feb 1 12:53:13 CET 2024 - rfrohl@suse.com @@ -329,6 +2200,23 @@ Thu Feb 1 09:57:11 CET 2024 - rfrohl@suse.com separate API (bsc#1012628). - commit 9bd35fb +------------------------------------------------------------------- +Tue Jan 30 11:54:54 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: set jobs for riscv to 8 + The same workers are used for x86 and riscv and the riscv builds take + ages. So align the riscv jobs count to x86. +- commit b2c82b9 + +------------------------------------------------------------------- +Fri Jan 26 11:55:03 CET 2024 - msuchanek@suse.de + +- mkspec: Use variant in constraints template + Constraints are not applied consistently with kernel package variants. + Add variant to the constraints template as appropriate, and expand it + in mkspec. +- commit cc68ab9 + ------------------------------------------------------------------- Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com @@ -1069,6 +2957,68 @@ Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch. - commit ef1c32e +------------------------------------------------------------------- +Fri Jan 26 07:27:41 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: add static multibuild packages + Commit 841012b049a5 (rpm/mkspec: use kernel-source: prefix for + constraints on multibuild) added "kernel-source:" prefix to the + dynamically generated kernels. But there are also static ones like + kernel-docs. Those fail to build as the constraints are still not + applied. + So add the prefix also to the static ones. + Note kernel-docs-rt is given kernel-source-rt prefix. I am not sure it + will ever be multibuilt... +- commit c2e0681 + +------------------------------------------------------------------- +Thu Jan 25 12:41:57 CET 2024 - msuchanek@suse.de + +- Revert "Limit kernel-source build to architectures for which the kernel binary" + This reverts commit 08a9e44c00758b5f3f3b641830ab6affff041132. + The fix for bsc#1108281 directly causes bsc#1218768, revert. +- commit 2943b8a + +------------------------------------------------------------------- +Thu Jan 25 12:39:11 CET 2024 - msuchanek@suse.de + +- mkspec: Include constraints for both multibuild and plain package always + There is no need to check for multibuild flag, the constraints can be + always generated for both cases. +- commit 308ea09 + +------------------------------------------------------------------- +Thu Jan 25 11:53:37 CET 2024 - jslaby@suse.cz + +- rpm/mkspec: use kernel-source: prefix for constraints on multibuild + Otherwise the constraints are not applied with multibuild enabled. +- commit 841012b + +------------------------------------------------------------------- +Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz + +- rpm/kernel-source.rpmlintrc: add action-ebpf + Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf + plugin) added this precompiled binary blob. Adapt rpmlintrc for + kernel-source. +- commit b5ccb33 + +------------------------------------------------------------------- +Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de + +- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old + The previous change added the manual entry from kernel-sources.change.old + to old_changelog.txt unnecessarily. Let's fix it. +- commit fb033e8 + +------------------------------------------------------------------- +Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz + +- rpm/kernel-docs.spec.in: fix build with 6.8 + Since upstream commit f061c9f7d058 (Documentation: Document each netlink + family), the build needs python yaml. +- commit 6a7ece3 + ------------------------------------------------------------------- Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com @@ -1280,6 +3230,24 @@ Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1ef6c36 +------------------------------------------------------------------- +Mon Jan 15 14:52:49 CET 2024 - rfrohl@suse.com + +- Update README.BRANCH (bsc#1218260). +- commit fed66f4 + +------------------------------------------------------------------- +Mon Jan 15 14:40:22 CET 2024 - rfrohl@suse.com + +- config: Remove unsupported architectures, add longterm config (bsc#1218260). +- commit fa1ed81 + +------------------------------------------------------------------- +Mon Jan 15 14:26:11 CET 2024 - rfrohl@suse.com + +- rpm/config.sh: Update VARIANT and remove unsupported architecture build projects (bsc#1218260). +- commit 9c1fec8 + ------------------------------------------------------------------- Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com @@ -1294,6 +3262,235 @@ Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first. - commit ea3257f +------------------------------------------------------------------- +Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de + +- Store the old kernel changelog entries in kernel-docs package (bsc#1218713) + The old entries are found in kernel-docs/old_changelog.txt in docdir. + rpm/old_changelog.txt can be an optional file that stores the similar + info like rpm/kernel-sources.changes.old. It can specify the commit + range that have been truncated. scripts/tar-up.sh expands from the + git log accordingly. +- commit c9a2566 + +------------------------------------------------------------------- +Thu Jan 11 09:01:39 CET 2024 - jslaby@suse.cz + +- keys, dns: Fix size check of V1 server-list header (git-fixes). +- commit 05ae4ad + +------------------------------------------------------------------- +Thu Jan 11 08:05:24 CET 2024 - jslaby@suse.cz + +- Linux 6.6.11 (bsc#1012628). +- keys, dns: Fix missing size check of V1 server-list header + (bsc#1012628). +- ALSA: hda/tas2781: do not use regcache (bsc#1012628). +- ALSA: hda/tas2781: move set_drv_data outside tasdevice_init + (bsc#1012628). +- ALSA: hda/tas2781: remove sound controls in unbind + (bsc#1012628). +- ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion + 14-ec1xxx series (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook + 440 G6 (bsc#1012628). +- drm/amd/display: pbn_div need be updated for hotplug event + (bsc#1012628). +- mptcp: prevent tcp diag from closing listener subflows + (bsc#1012628). +- Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()" + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, + G200SE (bsc#1012628). +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1012628). +- cifs: do not depend on release_iface for maintaining iface_list + (bsc#1012628). +- KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL + (bsc#1012628). +- accel/qaic: Fix GEM import path code (bsc#1012628). +- accel/qaic: Implement quirk for SOC_HW_VERSION (bsc#1012628). +- wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ + (bsc#1012628). +- drm/bridge: parade-ps8640: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ps8640: Fix size mismatch warning w/ len + (bsc#1012628). +- netfilter: nf_tables: set transport offset from mac header + for netdev/egress (bsc#1012628). +- nfc: llcp_core: Hold a ref to llcp_local->dev when holding a + ref to llcp_local (bsc#1012628). +- octeontx2-af: Fix marking couple of structure as __packed + (bsc#1012628). +- drm/i915/dp: Fix passing the correct DPCD_REV for + drm_dp_set_phy_test_pattern (bsc#1012628). +- drm/i915/perf: Update handling of MMIO triggered reports + (bsc#1012628). +- ice: Fix link_down_on_close message (bsc#1012628). +- ice: Shut down VSI with "link-down-on-close" enabled + (bsc#1012628). +- i40e: Fix filter input checks to prevent config with invalid + values (bsc#1012628). +- igc: Report VLAN EtherType matching back to user (bsc#1012628). +- igc: Check VLAN TCI mask (bsc#1012628). +- igc: Check VLAN EtherType mask (bsc#1012628). +- ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable + (bsc#1012628). +- ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset + (bsc#1012628). +- mlxbf_gige: fix receive packet race condition (bsc#1012628). +- net: sched: em_text: fix possible memory leak in + em_text_destroy() (bsc#1012628). +- r8169: Fix PCI error on system resume (bsc#1012628). +- net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) + (bsc#1012628). +- selftests: bonding: do not set port down when adding to bond + (bsc#1012628). +- ARM: sun9i: smp: Fix array-index-out-of-bounds read in + sunxi_mc_smp_init (bsc#1012628). +- sfc: fix a double-free bug in efx_probe_filters (bsc#1012628). +- net: bcmgenet: Fix FCS generation for fragmented skbuffs + (bsc#1012628). +- netfilter: nf_nat: fix action not being set for all ct states + (bsc#1012628). +- netfilter: nft_immediate: drop chain reference counter on error + (bsc#1012628). +- net: Save and restore msg_namelen in sock_sendmsg (bsc#1012628). +- i40e: fix use-after-free in i40e_aqc_add_filters() + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Fix event generation (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux + (bsc#1012628). +- i40e: Restore VF MSI-X state during PCI reset (bsc#1012628). +- igc: Fix hicredit calculation (bsc#1012628). +- apparmor: Fix move_mount mediation by detecting if source is + detached (bsc#1012628). +- virtio_net: avoid data-races on dev->stats fields (bsc#1012628). +- virtio_net: fix missing dma unmap for resize (bsc#1012628). +- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues + (bsc#1012628). +- net/smc: fix invalid link access in dumping SMC-R connections + (bsc#1012628). +- octeontx2-af: Always configure NIX TX link credits based on + max frame size (bsc#1012628). +- octeontx2-af: Re-enable MAC TX in otx2_stop processing + (bsc#1012628). +- asix: Add check for usbnet_get_endpoints (bsc#1012628). +- net: ravb: Wait for operating mode to be applied (bsc#1012628). +- bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() + (bsc#1012628). +- net: Implement missing SO_TIMESTAMPING_NEW cmsg support + (bsc#1012628). +- mm: convert DAX lock/unlock page to lock/unlock folio + (bsc#1012628). +- mm/memory-failure: pass the folio and the page to + collect_procs() (bsc#1012628). +- xsk: add multi-buffer support for sockets sharing umem + (bsc#1012628). +- media: qcom: camss: Fix V4L2 async notifier error path + (bsc#1012628). +- media: qcom: camss: Fix genpd cleanup (bsc#1012628). +- tcp: derive delack_max from rto_min (bsc#1012628). +- bpftool: Fix -Wcast-qual warning (bsc#1012628). +- bpftool: Align output skeleton ELF code (bsc#1012628). +- crypto: xts - use 'spawn' for underlying single-block cipher + (bsc#1012628). +- crypto: qat - fix double free during reset (bsc#1012628). +- crypto: hisilicon/qm - fix EQ/AEQ interrupt issue (bsc#1012628). +- vfio/mtty: Overhaul mtty interrupt handling (bsc#1012628). +- clk: si521xx: Increase stack based print buffer size in probe + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache WQ flush (bsc#1012628). +- ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() + cleanup (bsc#1012628). +- rcu: Break rcu_node_0 --> &rq->__lock order (bsc#1012628). +- rcu: Introduce rcu_cpu_online() (bsc#1012628). +- rcu/tasks: Handle new PF_IDLE semantics (bsc#1012628). +- rcu/tasks-trace: Handle new PF_IDLE semantics (bsc#1012628). +- riscv: don't probe unaligned access speed if already done + (bsc#1012628). +- KVM: s390: vsie: fix wrong VIR 37 when MSO is used + (bsc#1012628). +- phy: ti: gmii-sel: Fix register offset when parent is not a + syscon node (bsc#1012628). +- dmaengine: ti: k3-psil-am62: Fix SPI PDMA data (bsc#1012628). +- dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data (bsc#1012628). +- dmaengine: fsl-edma: Do not suspend and resume the masked dma + channel when the system is sleeping (bsc#1012628). +- dmaengine: fsl-edma: Add judgment on enabling round robin + arbitration (bsc#1012628). +- iio: imu: adis16475: use bit numbers in assign_bit() + (bsc#1012628). +- iommu/vt-d: Support enforce_cache_coherency only for empty + domains (bsc#1012628). +- phy: mediatek: mipi: mt8183: fix minimal supported frequency + (bsc#1012628). +- phy: sunplus: return negative error code in sp_usb_phy_probe + (bsc#1012628). +- clk: rockchip: rk3128: Fix aclk_peri_src's parent (bsc#1012628). +- clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name + (bsc#1012628). +- drm/i915: Call intel_pre_plane_updates() also for pipes getting + enabled (bsc#1012628). +- drm/amd/display: Increase num voltage states to 40 + (bsc#1012628). +- cxl: Add cxl_decoders_committed() helper (bsc#1012628). +- cxl/core: Always hold region_rwsem while reading poison lists + (bsc#1012628). +- kernel/resource: Increment by align value in + get_free_mem_region() (bsc#1012628). +- drm/amd/display: Increase frame warning limit with KASAN or + KCSAN in dml (bsc#1012628). +- dmaengine: idxd: Protect int_handle field in hw descriptor + (bsc#1012628). +- dmaengine: fsl-edma: fix wrong pointer check in + fsl_edma3_attach_pd() (bsc#1012628). +- RISCV: KVM: update external interrupt atomically for IMSIC + swfile (bsc#1012628). +- powerpc/pseries/vas: Migration suspend waits for no in-progress + open windows (bsc#1012628). +- net: prevent mss overflow in skb_segment() (bsc#1012628). +- cxl/pmu: Ensure put_device on pmu devices (bsc#1012628). +- net: libwx: fix memory leak on free page (bsc#1012628). +- net: constify sk_dst_get() and __sk_dst_get() argument + (bsc#1012628). +- mm/mglru: skip special VMAs in lru_gen_look_around() + (bsc#1012628). +- x86/kprobes: fix incorrect return address calculation in + kprobe_emulate_call_indirect (bsc#1012628). +- i2c: core: Fix atomic xfer check for non-preempt config + (bsc#1012628). +- mm: fix unmap_mapping_range high bits shift bug (bsc#1012628). +- drm/amdgpu: skip gpu_info fw loading on navi12 (bsc#1012628). +- drm/amd/display: add nv12 bounding box (bsc#1012628). +- drm/amd/display: Fix sending VSC (+ colorimetry) packets for + DP/eDP displays without PSR (bsc#1012628). +- mmc: meson-mx-sdhc: Fix initialization frozen issue + (bsc#1012628). +- mmc: rpmb: fixes pause retune on all RPMB partitions + (bsc#1012628). +- mmc: core: Cancel delayed work before releasing host + (bsc#1012628). +- mmc: sdhci-sprd: Fix eMMC init failure after hw reset + (bsc#1012628). +- cxl: Add cxl_num_decoders_committed() usage to cxl_test + (bsc#1012628). +- cxl/hdm: Fix a benign lockdep splat (bsc#1012628). +- cxl/memdev: Hold region_rwsem during inject and clear poison + ops (bsc#1012628). +- media: qcom: camss: Comment CSID dt_id field (bsc#1012628). +- Rename to + patches.kernel.org/6.6.11-110-firewire-ohci-suppress-unexpected-system-reboo.patch. +- commit f421cf4 + ------------------------------------------------------------------- Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com @@ -1546,6 +3743,117 @@ Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1dc1956 +------------------------------------------------------------------- +Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de + +- smb: client: fix potential OOB in smb2_dump_detail() + (bsc#1217946 CVE-2023-6610). +- commit edb885a + +------------------------------------------------------------------- +Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de + +- Limit kernel-source build to architectures for which the kernel binary + is built (bsc#1108281). +- commit 08a9e44 + +------------------------------------------------------------------- +Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status and move to sorted section. +- commit 7d3b8d0 + +------------------------------------------------------------------- +Mon Jan 8 08:15:20 CET 2024 - jslaby@suse.cz + +- Linux 6.6.10 (bsc#1012628). +- Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI + device probe" (bsc#1012628). +- netfilter: nf_tables: skip set commit for deleted/destroyed sets + (bsc#1012628). +- wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x) + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- tracing: Fix blocked reader of snapshot buffer (bsc#1012628). +- ftrace: Fix modification of direct_function hash while in use + (bsc#1012628). +- ring-buffer: Fix wake ups when buffer_percent is set to 100 + (bsc#1012628). +- Revert "nvme-fc: fix race between error recovery and creating + association" (bsc#1012628). +- mm/memory-failure: check the mapcount of the precise page + (bsc#1012628). +- mm/memory-failure: cast index to loff_t before shifting it + (bsc#1012628). +- mm: migrate high-order folios in swap cache correctly + (bsc#1012628). +- mm/filemap: avoid buffered read/write race to read inconsistent + data (bsc#1012628). +- selftests: secretmem: floor the memory size to the multiple + of page_size (bsc#1012628). +- maple_tree: do not preallocate nodes for slot stores + (bsc#1012628). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() + (bsc#1012628). +- platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback + (bsc#1012628). +- platform/x86/intel/pmc: Allow reenabling LTRs (bsc#1012628). +- platform/x86/intel/pmc: Add suspend callback (bsc#1012628). +- block: renumber QUEUE_FLAG_HW_WC (bsc#1012628). +- mptcp: fix inconsistent state on fastopen race (bsc#1012628). +- mptcp: fix possible NULL pointer dereference on close + (bsc#1012628). +- mptcp: refactor sndbuf auto-tuning (bsc#1012628). +- linux/export: Ensure natural alignment of kcrctab array + (bsc#1012628). +- linux/export: Fix alignment for 64-bit ksymtab entries + (bsc#1012628). +- kexec: select CRYPTO from KEXEC_FILE instead of depending on it + (bsc#1012628). +- kexec: fix KEXEC_FILE dependencies (bsc#1012628). +- Update config files. + The defaults for s390 taken from the master branch. +- virtio_ring: fix syncs DMA memory with different direction + (bsc#1012628). +- fs: cifs: Fix atime update check (bsc#1012628). +- client: convert to new timestamp accessors (bsc#1012628). +- fs: new accessor methods for atime and mtime (bsc#1012628). +- ksmbd: avoid duplicate opinfo_put() call on error of + smb21_lease_break_ack() (bsc#1012628). +- ksmbd: lazy v2 lease break on smb2_write() (bsc#1012628). +- ksmbd: send v2 lease break notification for directory + (bsc#1012628). +- ksmbd: downgrade RWH lease caching state to RH for directory + (bsc#1012628). +- ksmbd: set v2 lease capability (bsc#1012628). +- ksmbd: set epoch in create context v2 lease (bsc#1012628). +- ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error + (bsc#1012628). +- ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId + (bsc#1012628). +- ksmbd: release interim response after sending status pending + response (bsc#1012628). +- ksmbd: move oplock handling after unlock parent dir + (bsc#1012628). +- ksmbd: separately allocate ci per dentry (bsc#1012628). +- ksmbd: prevent memory leak on error return (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked() + (bsc#1012628). +- ksmbd: no need to wait for binded connection termination at + logoff (bsc#1012628). +- ksmbd: add support for surrogate pair conversion (bsc#1012628). +- ksmbd: fix missing RDMA-capable flag for IPoIB device in + ksmbd_rdma_capable_netdev() (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr() + (bsc#1012628). +- ksmbd: reorganize ksmbd_iov_pin_rsp() (bsc#1012628). +- ksmbd: Remove unused field in ksmbd_user struct (bsc#1012628). +- commit b5b393f + ------------------------------------------------------------------- Fri Jan 5 17:13:22 CET 2024 - rfrohl@suse.com @@ -1722,6 +4030,28 @@ Fri Jan 5 10:20:08 CET 2024 - petr.pavlu@suse.com (jsc#PED-5021)"), remove the now unused file from the tree. - commit 7af3a92 +------------------------------------------------------------------- +Fri Jan 5 08:21:44 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status. +- commit 6da42fc + +------------------------------------------------------------------- +Thu Jan 4 08:08:35 CET 2024 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to keep up with the lost configs. +- commit 473d8d7 + +------------------------------------------------------------------- +Thu Jan 4 07:35:06 CET 2024 - jslaby@suse.cz + +- firewire: ohci: suppress unexpected system reboot in AMD Ryzen + machines and ASM108x/VT630x PCIe cards (bsc#1215436). +- commit 139a7b3 + ------------------------------------------------------------------- Wed Jan 3 19:47:37 CET 2024 - msuchanek@suse.de @@ -1750,7 +4080,282 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de - rpm/config.sh: Enable multibuild. -- commit 14b497b +- commit cf15421 + +------------------------------------------------------------------- +Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz + +- Linux 6.6.9 (bsc#1012628). +- bpf: Fix prog_array_map_poke_run map poke update (bsc#1012628). +- mm/damon/core: use number of passed access sampling as a timer + (bsc#1012628). +- mm/damon/core: make damon_start() waits until kdamond_fn() + starts (bsc#1012628). +- btrfs: qgroup: iterate qgroups without memory allocation for + qgroup_reserve() (bsc#1012628). +- btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta() + (bsc#1012628). +- btrfs: free qgroup pertrans reserve on transaction abort + (bsc#1012628). +- drm/amd/display: fix hw rotated modes when PSR-SU is enabled + (bsc#1012628). +- drm/i915: Fix FEC state dump (bsc#1012628). +- drm/i915: Introduce crtc_state->enhanced_framing (bsc#1012628). +- drm/i915/edp: don't write to DP_LINK_BW_SET when using rate + select (bsc#1012628). +- drm: Update file owner during use (bsc#1012628). +- drm: Fix FD ownership check in drm_master_check_perm() + (bsc#1012628). +- spi: spi-imx: correctly configure burst length when using dma + (bsc#1012628). +- arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3 + (bsc#1012628). +- ARM: dts: dra7: Fix DRA7 L3 NoC node register size + (bsc#1012628). +- ARM: OMAP2+: Fix null pointer dereference and memory leak in + omap_soc_device_init (bsc#1012628). +- reset: Fix crash when freeing non-existent optional resets + (bsc#1012628). +- s390/vx: fix save/restore of fpu kernel context (bsc#1012628). +- platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore() + (bsc#1012628). +- SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806 + (bsc#1012628). +- wifi: ieee80211: don't require protected vendor action frames + (bsc#1012628). +- wifi: iwlwifi: pcie: add another missing bh-disable for + rxq->lock (bsc#1012628). +- wifi: mac80211: check if the existing link config remains + unchanged (bsc#1012628). +- wifi: mac80211: don't re-add debugfs during reconfig + (bsc#1012628). +- wifi: mac80211: check defragmentation succeeded (bsc#1012628). +- wifi: mac80211: mesh: check element parsing succeeded + (bsc#1012628). +- wifi: mac80211: mesh_plink: fix matches_local logic + (bsc#1012628). +- ice: fix theoretical out-of-bounds access in ethtool link modes + (bsc#1012628). +- bpf: syzkaller found null ptr deref in unix_bpf proto add + (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header in update + funcs" (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header" + (bsc#1012628). +- net/mlx5e: Fix slab-out-of-bounds in + mlx5_query_nic_vport_mac_list() (bsc#1012628). +- net/mlx5e: Fix a race in command alloc flow (bsc#1012628). +- net/mlx5e: fix a potential double-free in fs_udp_create_groups + (bsc#1012628). +- net/mlx5e: Fix overrun reported by coverity (bsc#1012628). +- net/mlx5e: Decrease num_block_tc when unblock tc offload + (bsc#1012628). +- net/mlx5e: XDP, Drop fragmented packets larger than MTU size + (bsc#1012628). +- net/mlx5: Fix fw tracer first block check (bsc#1012628). +- net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport + num (bsc#1012628). +- net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get() + (bsc#1012628). +- net/mlx5e: Fix error codes in alloc_branch_attr() (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer used by representors (bsc#1012628). +- net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- octeontx2-pf: Fix graceful exit during PFC configuration failure + (bsc#1012628). +- net: Return error from sk_stream_wait_connect() if + sk_wait_event() fails (bsc#1012628). +- net: sched: ife: fix potential use-after-free (bsc#1012628). +- ethernet: atheros: fix a memleak in atl1e_setup_ring_resources + (bsc#1012628). +- net/rose: fix races in rose_kill_by_device() (bsc#1012628). +- Bluetooth: Fix not notifying when connection encryption changes + (bsc#1012628). +- Bluetooth: Fix deadlock in vhci_send_frame (bsc#1012628). +- Bluetooth: hci_event: shut up a false-positive warning + (bsc#1012628). +- Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis (bsc#1012628). +- bnxt_en: do not map packet buffers twice (bsc#1012628). +- net: phy: skip LED triggers on PHYs on SFP modules + (bsc#1012628). +- ice: stop trashing VF VSI aggregator node ID information + (bsc#1012628). +- ice: alter feature support check for SRIOV and LAG + (bsc#1012628). +- ice: Fix PF with enabled XDP going no-carrier after reset + (bsc#1012628). +- net: mana: select PAGE_POOL (bsc#1012628). +- net: check vlan filter feature in vlan_vids_add_by_dev() + and vlan_vids_del_by_dev() (bsc#1012628). +- afs: Fix the dynamic root's d_delete to always delete unused + dentries (bsc#1012628). +- afs: Fix dynamic root lookup DNS check (bsc#1012628). +- net: ethernet: mtk_wed: fix possible NULL pointer dereference + in mtk_wed_wo_queue_tx_clean() (bsc#1012628). +- net/ipv6: Revert remove expired routes with a separated list + of routes (bsc#1012628). +- net: check dev->gso_max_size in gso_features_check() + (bsc#1012628). +- keys, dns: Allow key types (eg. DNS) to be reclaimed immediately + on expiry (bsc#1012628). +- afs: Fix overwriting of result of DNS query (bsc#1012628). +- afs: Fix use-after-free due to get/remove race in volume tree + (bsc#1012628). +- drm/i915/hwmon: Fix static analysis tool reported issues + (bsc#1012628). +- drm/i915/mtl: Fix HDMI/DP PLL clock selection (bsc#1012628). +- ASoC: hdmi-codec: fix missing report for jack initial status + (bsc#1012628). +- ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (bsc#1012628). +- i2c: qcom-geni: fix missing clk_disable_unprepare() and + geni_se_resources_off() (bsc#1012628). +- drm/amdgpu: re-create idle bo's PTE during VM state machine + reset (bsc#1012628). +- i2c: aspeed: Handle the coalesced stop conditions with the + start conditions (bsc#1012628). +- x86/xen: add CPU dependencies for 32-bit build (bsc#1012628). +- pinctrl: at91-pio4: use dedicated lock class for IRQ + (bsc#1012628). +- gpiolib: cdev: add gpio_device locking wrapper around + gpio_ioctl() (bsc#1012628). +- nvme-pci: fix sleeping function called from interrupt context + (bsc#1012628). +- interconnect: Treat xlate() returning NULL node as an error + (bsc#1012628). +- iio: imu: inv_mpu6050: fix an error code problem in + inv_mpu6050_read_raw (bsc#1012628). +- interconnect: qcom: sm8250: Enable sync_state (bsc#1012628). +- Input: ipaq-micro-keys - add error handling for devm_kmemdup + (bsc#1012628). +- iio: adc: meson: add separate config for axg SoC family + (bsc#1012628). +- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (bsc#1012628). +- scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in + ufs_qcom_clk_scale_notify() (bsc#1012628). +- scsi: ufs: core: Let the sq_lock protect sq_tail_slot access + (bsc#1012628). +- iio: kx022a: Fix acceleration value scaling (bsc#1012628). +- iio: adc: imx93: add four channels for imx93 adc (bsc#1012628). +- iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion + time table (bsc#1012628). +- iio: imu: adis16475: add spi_device_id table (bsc#1012628). +- iio: adc: ti_am335x_adc: Fix return value check of + tiadc_request_dma() (bsc#1012628). +- iio: tmag5273: fix temperature offset (bsc#1012628). +- iio: triggered-buffer: prevent possible freeing of wrong buffer + (bsc#1012628). +- ALSA: usb-audio: Increase delay in MOTU M quirk (bsc#1012628). +- ARM: dts: Fix occasional boot hang for am3 usb (bsc#1012628). +- usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate + 3.0 G3 (bsc#1012628). +- wifi: mt76: fix crash with WED rx support enabled (bsc#1012628). +- wifi: cfg80211: Add my certificate (bsc#1012628). +- wifi: cfg80211: fix certs build to not depend on file order + (bsc#1012628). +- USB: serial: ftdi_sio: update Actisense PIDs constant names + (bsc#1012628). +- USB: serial: option: add Quectel EG912Y module support + (bsc#1012628). +- USB: serial: option: add Foxconn T99W265 with new baseline + (bsc#1012628). +- USB: serial: option: add Quectel RM500Q R13 firmware support + (bsc#1012628). +- ALSA: hda/tas2781: select program 0, conf 0 by default + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA (bsc#1012628). +- ASoC: tas2781: check the validity of prm_no/cfg_no + (bsc#1012628). +- Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has + been sent (bsc#1012628). +- Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + (bsc#1012628). +- Bluetooth: L2CAP: Send reject on command corrupted request + (bsc#1012628). +- Bluetooth: MGMT/SMP: Fix address type when using SMP over + BREDR/LE (bsc#1012628). +- Bluetooth: Add more enc key size check (bsc#1012628). +- usb: typec: ucsi: fix gpio-based orientation detection + (bsc#1012628). +- usb: fotg210-hcd: delete an incorrect bounds test (bsc#1012628). +- net: usb: ax88179_178a: avoid failed operations when device + is disconnected (bsc#1012628). +- Input: soc_button_array - add mapping for airplane mode button + (bsc#1012628). +- net: 9p: avoid freeing uninit memory in p9pdu_vreadf + (bsc#1012628). +- net: rfkill: gpio: set GPIO direction (bsc#1012628). +- net: ks8851: Fix TX stall caused by TX buffer overrun + (bsc#1012628). +- net: avoid build bug in skb extension length calculation + (bsc#1012628). +- net: stmmac: fix incorrect flag check in timestamp interrupt + (bsc#1012628). +- dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp (bsc#1012628). +- nfsd: call nfsd_last_thread() before final nfsd_put() + (bsc#1012628). +- smb: client: fix OOB in cifsd when receiving compounded resps + (bsc#1012628). +- smb: client: fix potential OOB in cifs_dump_detail() + (bsc#1012628). +- smb: client: fix OOB in SMB2_query_info_init() (bsc#1012628). +- drm/i915: Reject async flips with bigjoiner (bsc#1012628). +- drm/i915/dmc: Don't enable any pipe DMC events (bsc#1012628). +- 9p: prevent read overrun in protocol dump tracepoint + (bsc#1012628). +- ring-buffer: Fix 32-bit rb_time_read() race with + rb_time_cmpxchg() (bsc#1012628). +- ring-buffer: Remove useless update to write_stamp in + rb_try_to_discard() (bsc#1012628). +- ring-buffer: Fix slowpath of interrupted event (bsc#1012628). +- spi: atmel: Do not cancel a transfer upon any signal + (bsc#1012628). +- spi: atmel: Prevent spi transfers from being killed + (bsc#1012628). +- spi: atmel: Fix clock issue when using devices with different + polarities (bsc#1012628). +- nvmem: brcm_nvram: store a copy of NVRAM content (bsc#1012628). +- Revert "scsi: aacraid: Reply queue mapping to CPUs based on + IRQ affinity" (bsc#1012628). +- scsi: core: Always send batch on reset or error handling command + (bsc#1012628). +- tracing / synthetic: Disable events after testing in + synth_event_gen_test_init() (bsc#1012628). +- dm-integrity: don't modify bio's immutable bio_vec in + integrity_metadata() (bsc#1012628). +- selftests: mptcp: join: fix subflow_send_ack lookup + (bsc#1012628). +- pinctrl: starfive: jh7110: ignore disabled device tree nodes + (bsc#1012628). +- pinctrl: starfive: jh7100: ignore disabled device tree nodes + (bsc#1012628). +- bus: ti-sysc: Flush posted write only after srst_udelay + (bsc#1012628). +- gpio: dwapb: mask/unmask IRQ when disable/enale it + (bsc#1012628). +- lib/vsprintf: Fix %pfwf when current node refcount == 0 + (bsc#1012628). +- thunderbolt: Fix memory leak in margining_port_remove() + (bsc#1012628). +- KVM: arm64: vgic: Simplify kvm_vgic_destroy() (bsc#1012628). +- KVM: arm64: vgic: Add a non-locking primitive for + kvm_vgic_vcpu_destroy() (bsc#1012628). +- KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy + (bsc#1012628). +- x86/alternatives: Sync core before enabling interrupts + (bsc#1012628). +- x86/alternatives: Disable interrupts and sync when optimizing + NOPs in place (bsc#1012628). +- x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully + (bsc#1012628). +- spi: cadence: revert "Add SPI transfer delays" (bsc#1012628). +- Rename to + patches.kernel.org/6.6.9-128-smb-client-fix-OOB-in-smbCalcSize.patch. +- commit 61d1d44 ------------------------------------------------------------------- Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com @@ -1952,6 +4557,13 @@ Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 80524fb +------------------------------------------------------------------- +Tue Dec 26 23:47:20 CET 2023 - palcantara@suse.de + +- smb: client: fix OOB in smbCalcSize() (bsc#1217947 + CVE-2023-6606). +- commit c2168b0 + ------------------------------------------------------------------- Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com @@ -2136,6 +4748,308 @@ Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com table (bsc#1218052). - commit 818425a +------------------------------------------------------------------- +Wed Dec 20 17:29:01 CET 2023 - jslaby@suse.cz + +- Linux 6.6.8 (bsc#1012628). +- r8152: add vendor/device ID pair for ASUS USB-C2500 + (bsc#1012628). +- ext4: fix warning in ext4_dio_write_end_io() (bsc#1012628). +- ksmbd: fix memory leak in smb2_lock() (bsc#1012628). +- afs: Fix refcount underflow from error handling race + (bsc#1012628). +- HID: lenovo: Restrict detection of patched firmware only to + USB cptkbd (bsc#1012628). +- net/mlx5e: Honor user choice of IPsec replay window size + (bsc#1012628). +- net/mlx5e: Ensure that IPsec sequence packet number starts + from 1 (bsc#1012628). +- net/mlx5e: Unify esw and normal IPsec status table + creation/destruction (bsc#1012628). +- net/mlx5e: Tidy up IPsec NAT-T SA discovery (bsc#1012628). +- net/mlx5e: Reduce eswitch mode_lock protection context + (bsc#1012628). +- net/mlx5e: Check the number of elements before walk TC + rhashtable (bsc#1012628). +- RDMA/mlx5: Send events from IB driver about device affiliation + state (bsc#1012628). +- net/mlx5e: Disable IPsec offload support if not FW steering + (bsc#1012628). +- net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work + (bsc#1012628). +- net/mlx5e: TC, Don't offload post action rule if not supported + (bsc#1012628). +- net/mlx5: Nack sync reset request when HotPlug is enabled + (bsc#1012628). +- net/mlx5e: Check netdev pointer before checking its net ns + (bsc#1012628). +- net/mlx5: Fix a NULL vs IS_ERR() check (bsc#1012628). +- net: ipv6: support reporting otherwise unknown prefix flags + in RTM_NEWPREFIX (bsc#1012628). +- qca_debug: Prevent crash on TX ring changes (bsc#1012628). +- qca_debug: Fix ethtool -G iface tx behavior (bsc#1012628). +- qca_spi: Fix reset behavior (bsc#1012628). +- bnxt_en: Clear resource reservation during resume (bsc#1012628). +- bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() + (bsc#1012628). +- bnxt_en: Fix wrong return value check in bnxt_close_nic() + (bsc#1012628). +- bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &cli_queue_lock + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &tx_queue_lock + (bsc#1012628). +- net: fec: correct queue selection (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_nix_register_reporters + (bsc#1012628). +- net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table + (bsc#1012628). +- octeon_ep: explicitly test for firmware ready value + (bsc#1012628). +- octeontx2-pf: Fix promisc mcam entry action (bsc#1012628). +- octeontx2-af: Update RSS algorithm index (bsc#1012628). +- octeontx2-af: Fix pause frame configuration (bsc#1012628). +- atm: Fix Use-After-Free in do_vcc_ioctl (bsc#1012628). +- net/rose: Fix Use-After-Free in rose_ioctl (bsc#1012628). +- iavf: Introduce new state machines for flow director + (bsc#1012628). +- iavf: Handle ntuple on/off based on new state machines for + flow director (bsc#1012628). +- iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close + (bsc#1012628). +- qed: Fix a potential use-after-free in qed_cxt_tables_alloc + (bsc#1012628). +- net: Remove acked SYN flag from packet in the transmit queue + correctly (bsc#1012628). +- net: ena: Destroy correct number of xdp queues upon failure + (bsc#1012628). +- net: ena: Fix xdp drops handling due to multibuf packets + (bsc#1012628). +- net: ena: Fix DMA syncing in XDP path when SWIOTLB is on + (bsc#1012628). +- net: ena: Fix XDP redirection error (bsc#1012628). +- stmmac: dwmac-loongson: Make sure MDIO is initialized before + use (bsc#1012628). +- sign-file: Fix incorrect return values check (bsc#1012628). +- vsock/virtio: Fix unsigned integer wrap around in + virtio_transport_has_space() (bsc#1012628). +- dpaa2-switch: fix size of the dma_unmap (bsc#1012628). +- dpaa2-switch: do not ask for MDB, VLAN and FDB replay + (bsc#1012628). +- net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX + (bsc#1012628). +- net: stmmac: Handle disabled MDIO busses from devicetree + (bsc#1012628). +- appletalk: Fix Use-After-Free in atalk_ioctl (bsc#1012628). +- net: atlantic: fix double free in ring reinit logic + (bsc#1012628). +- cred: switch to using atomic_long_t (bsc#1012628). +- cred: get rid of CONFIG_DEBUG_CREDENTIALS (bsc#1012628). +- HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[] + (bsc#1012628). +- HID: Add quirk for Labtec/ODDOR/aikeec handbrake (bsc#1012628). +- fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP + (bsc#1012628). +- fuse: share lookup state between submount and its parent + (bsc#1012628). +- fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with + FUSE_DIRECT_IO_ALLOW_MMAP (bsc#1012628). +- fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() + (bsc#1012628). +- io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* + implementation (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB + (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 + variants (bsc#1012628). +- ALSA: hda/realtek: Apply mute LED quirk for HP15-db + (bsc#1012628). +- ALSA: hda/tas2781: leave hda_component in usable state + (bsc#1012628). +- ALSA: hda/tas2781: handle missing EFI calibration data + (bsc#1012628). +- ALSA: hda/tas2781: call cleanup functions only once + (bsc#1012628). +- ALSA: hda/tas2781: reset the amp before component_add + (bsc#1012628). +- Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + (bsc#1012628). +- PCI: loongson: Limit MRRS to 256 (bsc#1012628). +- PCI/ASPM: Add pci_enable_link_state_locked() (bsc#1012628). +- ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE + (bsc#1012628). +- PCI: vmd: Fix potential deadlock when enabling ASPM + (bsc#1012628). +- drm/mediatek: fix kernel oops if no crtc is found (bsc#1012628). +- drm/mediatek: Add spinlock for setting vblank event in + atomic_begin (bsc#1012628). +- accel/ivpu: Print information about used workarounds + (bsc#1012628). +- accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization + (bsc#1012628). +- drm/i915/selftests: Fix engine reset count storage for + multi-tile (bsc#1012628). +- drm/i915: Use internal class when counting engine resets + (bsc#1012628). +- selftests/mm: cow: print ksft header before printing anything + else (bsc#1012628). +- x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM + (bsc#1012628). +- usb: aqc111: check packet for fixup for true limit + (bsc#1012628). +- stmmac: dwmac-loongson: Add architecture dependency + (bsc#1012628). +- rxrpc: Fix some minor issues with bundle tracing (bsc#1012628). +- blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read + lock required!" (bsc#1012628). +- blk-cgroup: bypass blkcg_deactivate_policy after destroying + (bsc#1012628). +- bcache: avoid oversize memory allocation by small stripe_size + (bsc#1012628). +- bcache: remove redundant assignment to variable cur_idx + (bsc#1012628). +- bcache: add code comments for bch_btree_node_get() and + __bch_btree_node_alloc() (bsc#1012628). +- bcache: avoid NULL checking to c->root in run_cache_set() + (bsc#1012628). +- nbd: fold nbd config initialization into nbd_alloc_config() + (bsc#1012628). +- nbd: factor out a helper to get nbd_config without holding + 'config_lock' (bsc#1012628). +- nbd: fix null-ptr-dereference while accessing 'nbd->config' + (bsc#1012628). +- nvme-auth: set explanation code for failure2 msgs (bsc#1012628). +- nvme: catch errors from nvme_configure_metadata() (bsc#1012628). +- selftests/bpf: fix bpf_loop_bench for new callback verification + scheme (bsc#1012628). +- LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi + (bsc#1012628). +- LoongArch: Record pc instead of offset in la_abs relocation + (bsc#1012628). +- LoongArch: Silence the boot warning about 'nokaslr' + (bsc#1012628). +- LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL + (bsc#1012628). +- LoongArch: Implement constant timer shutdown interface + (bsc#1012628). +- platform/x86: intel_telemetry: Fix kernel doc descriptions + (bsc#1012628). +- HID: mcp2221: Set driver data before I2C adapter add + (bsc#1012628). +- HID: mcp2221: Allow IO to start during probe (bsc#1012628). +- HID: apple: add Jamesdonkey and A3R to non-apple keyboards list + (bsc#1012628). +- HID: glorious: fix Glorious Model I HID report (bsc#1012628). +- HID: add ALWAYS_POLL quirk for Apple kb (bsc#1012628). +- nbd: pass nbd_sock to nbd_read_reply() instead of index + (bsc#1012628). +- HID: hid-asus: reset the backlight brightness level on resume + (bsc#1012628). +- HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad + (bsc#1012628). +- nfc: virtual_ncidev: Add variable to check if ndev is running + (bsc#1012628). +- scripts/checkstack.pl: match all stack sizes for s390 + (bsc#1012628). +- asm-generic: qspinlock: fix queued_spin_value_unlocked() + implementation (bsc#1012628). +- eventfs: Do not allow NULL parent to eventfs_start_creating() + (bsc#1012628). +- net: usb: qmi_wwan: claim interface 4 for ZTE MF290 + (bsc#1012628). +- smb: client: implement ->query_reparse_point() for SMB1 + (bsc#1012628). +- smb: client: introduce ->parse_reparse_point() (bsc#1012628). +- smb: client: set correct file type from NFS reparse points + (bsc#1012628). +- arm64: add dependency between vmlinuz.efi and Image + (bsc#1012628). +- HID: hid-asus: add const to read-only outgoing usb buffer + (bsc#1012628). +- perf: Fix perf_event_validate_size() lockdep splat + (bsc#1012628). +- btrfs: do not allow non subvolume root targets for snapshot + (bsc#1012628). +- cxl/hdm: Fix dpa translation locking (bsc#1012628). +- soundwire: stream: fix NULL pointer dereference for multi_link + (bsc#1012628). +- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS + (bsc#1012628). +- Revert "selftests: error out if kernel header files are not + yet built" (bsc#1012628). +- arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify + (bsc#1012628). +- team: Fix use-after-free when an option instance allocation + fails (bsc#1012628). +- drm/amdgpu/sdma5.2: add begin/end_use ring callbacks + (bsc#1012628). +- drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get + (bsc#1012628). +- dmaengine: stm32-dma: avoid bitfield overflow assertion + (bsc#1012628). +- dmaengine: fsl-edma: fix DMA channel leak in eDMAv4 + (bsc#1012628). +- mm/mglru: fix underprotected page cache (bsc#1012628). +- mm/mglru: try to stop at high watermarks (bsc#1012628). +- mm/mglru: respect min_ttl_ms with memcgs (bsc#1012628). +- mm/mglru: reclaim offlined memcgs harder (bsc#1012628). +- mm/shmem: fix race in shmem_undo_range w/THP (bsc#1012628). +- kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP + (bsc#1012628). +- btrfs: free qgroup reserve when ORDERED_IOERR is set + (bsc#1012628). +- btrfs: fix qgroup_free_reserved_data int overflow (bsc#1012628). +- btrfs: don't clear qgroup reserved bit in release_folio + (bsc#1012628). +- drm/amdgpu: fix tear down order in amdgpu_vm_pt_free + (bsc#1012628). +- drm/edid: also call add modes in EDID connector update fallback + (bsc#1012628). +- drm/amd/display: Restore guard against default backlight value < + 1 nit (bsc#1012628). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1012628). +- drm/i915: Fix ADL+ tiled plane stride when the POT stride is + smaller than the original (bsc#1012628). +- drm/i915: Fix intel_atomic_setup_scalers() plane_state handling + (bsc#1012628). +- drm/i915: Fix remapped stride with CCS on ADL+ (bsc#1012628). +- smb: client: fix OOB in receive_encrypted_standard() + (bsc#1012628). +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1012628). +- smb: client: fix NULL deref in asn1_ber_decoder() (bsc#1012628). +- smb: client: fix OOB in smb2_query_reparse_point() + (bsc#1012628). +- ring-buffer: Fix memory leak of free page (bsc#1012628). +- tracing: Update snapshot buffer on resize if it is allocated + (bsc#1012628). +- ring-buffer: Do not update before stamp when switching + sub-buffers (bsc#1012628). +- ring-buffer: Have saved event hold the entire event + (bsc#1012628). +- ring-buffer: Fix writing to the buffer with max_data_size + (bsc#1012628). +- ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs + (bsc#1012628). +- ring-buffer: Do not try to put back write_stamp (bsc#1012628). +- ring-buffer: Have rb_time_cmpxchg() set the msb counter too + (bsc#1012628). +- x86/speculation, objtool: Use absolute relocations for + annotations (bsc#1012628). +- RDMA/mlx5: Change the key being sent for MPV device affiliation + (bsc#1012628). +- Rename to + patches.kernel.org/6.6.8-004-efi-x86-Avoid-physical-KASLR-on-older-Dell-syst.patch. +- commit e7a87d7 + +------------------------------------------------------------------- +Wed Dec 20 11:20:34 CET 2023 - rfrohl@suse.com + +- scripts/stableids: update tracker bug reference +- commit 34f7092 + ------------------------------------------------------------------- Fri Dec 15 11:22:01 CET 2023 - rfrohl@suse.com @@ -2497,18 +5411,466 @@ Thu Dec 14 11:44:20 CET 2023 - rfrohl@suse.com - vdpa/mlx5: preserve CVQ vringh index (bsc#1218052). - commit e2d741c +------------------------------------------------------------------- +Thu Dec 14 11:38:31 CET 2023 - tiwai@suse.de + +- efi/x86: Avoid physical KASLR on older Dell systems + (bsc#1217344). +- commit ee1123d + ------------------------------------------------------------------- Thu Dec 14 11:31:21 CET 2023 - rfrohl@suse.com - scripts/stableids: update tracker bug reference - commit 4a87df8 +------------------------------------------------------------------- +Thu Dec 14 07:33:40 CET 2023 - jslaby@suse.cz + +- Linux 6.6.7 (bsc#1012628). +- vdpa/mlx5: preserve CVQ vringh index (bsc#1012628). +- scsi: sd: Fix sshdr use in sd_suspend_common() (bsc#1012628). +- hrtimers: Push pending hrtimers away from outgoing CPU earlier + (bsc#1012628). +- i2c: designware: Fix corrupted memory seen in the ISR + (bsc#1012628). +- i2c: ocores: Move system PM hooks to the NOIRQ phase + (bsc#1012628). +- netfilter: ipset: fix race condition between swap/destroy and + kernel side add/del/test (bsc#1012628). +- nouveau: use an rwlock for the event lock (bsc#1012628). +- zstd: Fix array-index-out-of-bounds UBSAN warning (bsc#1012628). +- tg3: Move the [rt]x_dropped counters to tg3_napi (bsc#1012628). +- tg3: Increment tx_dropped in tg3_tso_bug() (bsc#1012628). +- modpost: fix section mismatch message for RELA (bsc#1012628). +- kconfig: fix memory leak from range properties (bsc#1012628). +- drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under + SRIOV (v2) (bsc#1012628). +- drm/amdgpu: finalizing mem_partitions at the end of GMC v9 + sw_fini (bsc#1012628). +- drm/amdgpu: correct chunk_ptr to a pointer to chunk + (bsc#1012628). +- dm-crypt: start allocating with MAX_ORDER (bsc#1012628). +- x86: Introduce ia32_enabled() (bsc#1012628). +- x86/coco: Disable 32-bit emulation by default on TDX and SEV + (bsc#1012628). +- x86/entry: Convert INT 0x80 emulation to IDTENTRY (bsc#1012628). +- x86/entry: Do not allow external 0x80 interrupts (bsc#1012628). +- x86/tdx: Allow 32-bit emulation by default (bsc#1012628). +- dt: dt-extract-compatibles: Handle cfile arguments in generator + function (bsc#1012628). +- dt: dt-extract-compatibles: Don't follow symlinks when walking + tree (bsc#1012628). +- platform/x86: asus-wmi: Move i8042 filter install to shared + asus-wmi code (bsc#1012628). +- of: dynamic: Fix of_reconfig_get_state_change() return value + documentation (bsc#1012628). +- platform/x86: wmi: Skip blocks with zero instances + (bsc#1012628). +- ipv6: fix potential NULL deref in fib6_add() (bsc#1012628). +- octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + (bsc#1012628). +- octeontx2-af: Check return value of nix_get_nixlf before using + nixlf (bsc#1012628). +- bpf: Fix a verifier bug due to incorrect branch offset + comparison with cpu=v4 (bsc#1012628). +- hv_netvsc: rndis_filter needs to select NLS (bsc#1012628). +- r8152: Hold the rtnl_lock for all of reset (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE checks to more loops + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + (bsc#1012628). +- mlxbf-bootctl: correctly identify secure boot with development + keys (bsc#1012628). +- platform/mellanox: Add null pointer checks for devm_kasprintf() + (bsc#1012628). +- platform/mellanox: Check + devm_hwmon_device_register_with_groups() return value + (bsc#1012628). +- arcnet: restoring support for multiple Sohard Arcnet cards + (bsc#1012628). +- octeontx2-pf: consider both Rx and Tx packet stats for adaptive + interrupt coalescing (bsc#1012628). +- net: stmmac: fix FPE events losing (bsc#1012628). +- xsk: Skip polling event check for unbound socket (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + (bsc#1012628). +- ice: Restore fix disabling RX VLAN filtering (bsc#1012628). +- i40e: Fix unexpected MFS warning message (bsc#1012628). +- iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is + zero (bsc#1012628). +- net: bnxt: fix a potential use-after-free in bnxt_init_tc + (bsc#1012628). +- tcp: fix mid stream window clamp (bsc#1012628). +- ionic: fix snprintf format length warning (bsc#1012628). +- ionic: Fix dim work handling in split interrupt mode + (bsc#1012628). +- ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + (bsc#1012628). +- net: atlantic: Fix NULL dereference of skb pointer in + (bsc#1012628). +- net: hns: fix wrong head when modify the tx feature when + sending packets (bsc#1012628). +- net: hns: fix fake link up on xge port (bsc#1012628). +- octeontx2-af: Adjust Tx credits when MCS external bypass is + disabled (bsc#1012628). +- octeontx2-af: Fix mcs sa cam entries size (bsc#1012628). +- octeontx2-af: Fix mcs stats register address (bsc#1012628). +- octeontx2-af: Add missing mcs flr handler call (bsc#1012628). +- octeontx2-af: Update Tx link register range (bsc#1012628). +- dt-bindings: interrupt-controller: Allow #power-domain-cells + (bsc#1012628). +- netfilter: bpf: fix bad registration on nf_defrag (bsc#1012628). +- netfilter: nf_tables: fix 'exist' matching on bigendian arches + (bsc#1012628). +- netfilter: nf_tables: bail out on mismatching dynset and set + expressions (bsc#1012628). +- netfilter: nf_tables: validate family when identifying table + via handle (bsc#1012628). +- netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + (bsc#1012628). +- tcp: do not accept ACK of bytes we never sent (bsc#1012628). +- net: dsa: mv88e6xxx: Restore USXGMII support for 6393X + (bsc#1012628). +- net: tls, update curr on splice as well (bsc#1012628). +- bpf: sockmap, updating the sg structure should also update curr + (bsc#1012628). +- psample: Require 'CAP_NET_ADMIN' when joining "packets" group + (bsc#1012628). +- drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" + group (bsc#1012628). +- net: dsa: microchip: provide a list of valid protocols for + xmit handler (bsc#1012628). +- net/smc: fix missing byte order conversion in CLC handshake + (bsc#1012628). +- drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param + 'doorbell_index' (bsc#1012628). +- drm/amdkfd: get doorbell's absolute offset based on the db_size + (bsc#1012628). +- mm/damon/sysfs: eliminate potential uninitialized variable + warning (bsc#1012628). +- tee: optee: Fix supplicant based device enumeration + (bsc#1012628). +- RDMA/core: Fix uninit-value access in ib_get_eth_speed() + (bsc#1012628). +- RDMA/hns: Fix unnecessary err return when using invalid congest + control algorithm (bsc#1012628). +- RDMA/irdma: Do not modify to SQD on error (bsc#1012628). +- RDMA/irdma: Add wait for suspend on SQD (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + (bsc#1012628). +- ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + (bsc#1012628). +- RDMA/rtrs-srv: Do not unconditionally enable irq (bsc#1012628). +- RDMA/rtrs-clt: Start hb after path_up (bsc#1012628). +- RDMA/rtrs-srv: Check return values while processing info request + (bsc#1012628). +- RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is + true (bsc#1012628). +- RDMA/rtrs-srv: Destroy path files after making sure no IOs + in-flight (bsc#1012628). +- RDMA/rtrs-clt: Fix the max_send_wr setting (bsc#1012628). +- RDMA/rtrs-clt: Remove the warnings for req in_use check + (bsc#1012628). +- RDMA/bnxt_re: Correct module description string (bsc#1012628). +- RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + (bsc#1012628). +- arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config + (bsc#1012628). +- ARM: dts: imx6q: skov: fix ethernet clock regression + (bsc#1012628). +- ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + (bsc#1012628). +- ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + (bsc#1012628). +- hwmon: (acpi_power_meter) Fix 4.29 MW bug (bsc#1012628). +- ASoC: codecs: lpass-tx-macro: set active_decimator correct + default value (bsc#1012628). +- hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get number of + domains (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get information + of a domain (bsc#1012628). +- firmware: arm_scmi: Fix frequency truncation by promoting + multiplier type (bsc#1012628). +- firmware: arm_scmi: Simplify error path in + scmi_dvfs_device_opps_add() (bsc#1012628). +- firmware: arm_scmi: Fix possible frequency truncation when + using level indexing mode (bsc#1012628). +- ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + (bsc#1012628). +- RDMA/core: Fix umem iterator when PAGE_SIZE is greater then + HCA pgsz (bsc#1012628). +- RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + (bsc#1012628). +- RDMA/irdma: Fix support for 64k pages (bsc#1012628). +- RDMA/irdma: Avoid free the non-cqp_request scratch + (bsc#1012628). +- drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + (bsc#1012628). +- arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on + DWC3 (bsc#1012628). +- ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + (bsc#1012628). +- io_uring/kbuf: Fix an NULL vs IS_ERR() bug in + io_alloc_pbuf_ring() (bsc#1012628). +- io_uring/kbuf: check for buffer list readiness after NULL check + (bsc#1012628). +- tracing: Fix a warning when allocating buffered events fails + (bsc#1012628). +- scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + (bsc#1012628). +- arm64: dts: imx8-ss-lsio: Add PWM interrupts (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + (bsc#1012628). +- arm64: dts: imx93: correct mediamix power (bsc#1012628). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (bsc#1012628). +- arm64: dts: imx8-apalis: set wifi regulator to always-on + (bsc#1012628). +- ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + (bsc#1012628). +- ARM: dts: imx28-xea: Pass the 'model' property (bsc#1012628). +- arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + (bsc#1012628). +- riscv: fix misaligned access handling of C.SWSP and C.SDSP + (bsc#1012628). +- riscv: errata: andes: Probe for IOCP only once in boot stage + (bsc#1012628). +- md: don't leave 'MD_RECOVERY_FROZEN' in error path of + md_set_readonly() (bsc#1012628). +- kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP + (bsc#1012628). +- scripts/gdb: fix lx-device-list-bus and lx-device-list-class + (bsc#1012628). +- rethook: Use __rcu pointer for rethook::handler (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + (bsc#1012628). +- io_uring/af_unix: disable sending io_uring over sockets + (bsc#1012628). +- nvme-pci: Add sleep quirk for Kingston drives (bsc#1012628). +- io_uring: fix mutex_unlock with unreferenced ctx (bsc#1012628). +- ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + (bsc#1012628). +- ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + (bsc#1012628). +- ALSA: hda/realtek: Apply quirk for ASUS UM3504DA (bsc#1012628). +- ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + (bsc#1012628). +- ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + (bsc#1012628). +- ALSA: hda/realtek: add new Framework laptop to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add Framework laptop 16 to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + (bsc#1012628). +- ring-buffer: Test last update in 32bit version of + __rb_time_read() (bsc#1012628). +- ring-buffer: Force absolute timestamp on discard of event + (bsc#1012628). +- highmem: fix a memory copy problem in memcpy_from_folio + (bsc#1012628). +- nilfs2: fix missing error check for sb_set_blocksize call + (bsc#1012628). +- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + (bsc#1012628). +- lib/group_cpus.c: avoid acquiring cpu hotplug lock in + group_cpus_evenly (bsc#1012628). +- cgroup_freezer: cgroup_freezing: Check if not frozen + (bsc#1012628). +- checkstack: fix printed address (bsc#1012628). +- tracing: Always update snapshot buffer size (bsc#1012628). +- tracing: Stop current tracer when resizing buffer (bsc#1012628). +- tracing: Disable snapshot buffer when stopping instance tracers + (bsc#1012628). +- tracing: Fix incomplete locking when disabling buffered events + (bsc#1012628). +- tracing: Fix a possible race when disabling buffered events + (bsc#1012628). +- leds: trigger: netdev: fix RTNL handling to prevent potential + deadlock (bsc#1012628). +- nfp: flower: fix for take a mutex lock in soft irq context + and rcu lock (bsc#1012628). +- packet: Move reference count in packet_sock to atomic_long_t + (bsc#1012628). +- r8169: fix rtl8125b PAUSE frames blasting when suspended + (bsc#1012628). +- regmap: fix bogus error on regcache_sync success (bsc#1012628). +- platform/surface: aggregator: fix recv_buf() return value + (bsc#1012628). +- workqueue: Make sure that wq_unbound_cpumask is never empty + (bsc#1012628). +- hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + (bsc#1012628). +- drivers/base/cpu: crash data showing should depends on + KEXEC_CORE (bsc#1012628). +- mm/memory_hotplug: add missing mem_hotplug_lock (bsc#1012628). +- mm: fix oops when filemap_map_pmd() without prealloc_pte + (bsc#1012628). +- mm/memory_hotplug: fix error handling in add_memory_resource() + (bsc#1012628). +- powercap: DTPM: Fix missing cpufreq_cpu_put() calls + (bsc#1012628). +- md/raid6: use valid sector values to determine if an I/O should + wait on the reshape (bsc#1012628). +- drm/atomic-helpers: Invoke end_fb_access while owning plane + state (bsc#1012628). +- drm/i915/mst: Fix .mode_valid_ctx() return values (bsc#1012628). +- drm/i915/mst: Reject modes that require the bigjoiner + (bsc#1012628). +- drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + (bsc#1012628). +- arm64: dts: mt7986: change cooling trips (bsc#1012628). +- arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + (bsc#1012628). +- arm64: dts: mt7986: fix emmc hs400 mode without uboot + initialization (bsc#1012628). +- arm64: dts: mediatek: mt7622: fix memory node warning check + (bsc#1012628). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary + cells properties (bsc#1012628). +- arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 + on I2C7 (bsc#1012628). +- arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc + clocks (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix unit address for scp reserved + memory (bsc#1012628). +- arm64: dts: mediatek: mt8183: Move thermal-zones to the root + node (bsc#1012628). +- arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg + warning on ntc (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix clock names for power domains + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell + name (bsc#1012628). +- coresight: etm4x: Remove bogous __exit annotation for some + functions (bsc#1012628). +- coresight: Fix crash when Perf and sysfs modes are used + concurrently (bsc#1012628). +- hwtracing: hisi_ptt: Add dummy callback pmu::read() + (bsc#1012628). +- coresight: ultrasoc-smb: Fix sleep while close preempt in + enable_smb (bsc#1012628). +- coresight: ultrasoc-smb: Config SMB buffer before register sink + (bsc#1012628). +- coresight: ultrasoc-smb: Fix uninitialized before use + buf_hw_base (bsc#1012628). +- misc: mei: client.c: return negative error code in mei_cl_write + (bsc#1012628). +- misc: mei: client.c: fix problem of return '-EOVERFLOW' in + mei_cl_write (bsc#1012628). +- perf vendor events arm64: AmpereOne: Add missing + DefaultMetricgroupName fields (bsc#1012628). +- LoongArch: BPF: Don't sign extend memory load operand + (bsc#1012628). +- LoongArch: BPF: Don't sign extend function return value + (bsc#1012628). +- parisc: Reduce size of the bug_table on 64-bit kernel by half + (bsc#1012628). +- arm64: dts: mediatek: add missing space before { (bsc#1012628). +- arm64: dts: mt8183: kukui: Fix underscores in node names + (bsc#1012628). +- drm/amdgpu: disable MCBP by default (bsc#1012628). +- perf: Fix perf_event_validate_size() (bsc#1012628). +- x86/sev: Fix kernel crash due to late update to read-only + ghcb_version (bsc#1012628). +- gpiolib: sysfs: Fix error handling on failed export + (bsc#1012628). +- ASoC: ops: add correct range check for limiting volume + (bsc#1012628). +- kprobes: consistent rcu api usage for kretprobe holder + (bsc#1012628). +- usb: gadget: f_hid: fix report descriptor allocation + (bsc#1012628). +- nvmem: Do not expect fixed layouts to grab a layout driver + (bsc#1012628). +- serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + (bsc#1012628). +- serial: ma35d1: Validate console index before assignment + (bsc#1012628). +- parport: Add support for Brainboxes IX/UC/PX parallel cards + (bsc#1012628). +- cifs: Fix non-availability of dedup breaking generic/304 + (bsc#1012628). +- Revert "xhci: Loosen RPM as default policy to cover for AMD + xHC 1.1" (bsc#1012628). +- smb: client: fix potential NULL deref in parse_dfs_referrals() + (bsc#1012628). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1012628). +- ARM: PL011: Fix DMA support (bsc#1012628). +- serial: sc16is7xx: address RX timeout interrupt errata + (bsc#1012628). +- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + (bsc#1012628). +- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + (bsc#1012628). +- serial: 8250_omap: Add earlycon support for the AM654 UART + controller (bsc#1012628). +- devcoredump: Send uevent once devcd is ready (bsc#1012628). +- x86/CPU/AMD: Check vendor in the AMD microcode callback + (bsc#1012628). +- powerpc/ftrace: Fix stack teardown in ftrace_no_trace + (bsc#1012628). +- USB: gadget: core: adjust uevent timing on gadget unbind + (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with + copy_file_range() (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with FICLONE + (bsc#1012628). +- MIPS: kernel: Clear FPU states when setting up kernel threads + (bsc#1012628). +- KVM: s390/mm: Properly reset no-dat (bsc#1012628). +- KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + (bsc#1012628). +- perf list: Fix JSON segfault by setting the used + skip_duplicate_pmus callback (bsc#1012628). +- perf metrics: Avoid segv if default metricgroup isn't set + (bsc#1012628). +- MIPS: Loongson64: Reserve vgabios memory on boot (bsc#1012628). +- MIPS: Loongson64: Handle more memory types passed from firmware + (bsc#1012628). +- MIPS: Loongson64: Enable DMA noncoherent support (bsc#1012628). +- netfilter: nft_set_pipapo: skip inactive elements during set + walk (bsc#1012628). +- ASoC: qcom: sc8280xp: Limit speaker digital volumes + (bsc#1012628). +- gcc-plugins: randstruct: Update code comment in + relayout_struct() (bsc#1012628). +- riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + (bsc#1012628). +- drm/amdgpu: Fix refclk reporting for SMU v13.0.6 (bsc#1012628). +- drm/amdgpu: update retry times for psp BL wait (bsc#1012628). +- drm/amdgpu: Restrict extended wait to PSP v13.0.6 (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.6.7-201-parisc-Fix-asm-operand-number-out-of-range-buil.patch. +- commit 59f1683 + ------------------------------------------------------------------- Mon Dec 11 12:22:27 CET 2023 - rfrohl@suse.com - Update to 6.1.67. - commit 7a503e9 +------------------------------------------------------------------- +Mon Dec 11 10:46:37 CET 2023 - jslaby@suse.cz + +- Linux 6.6.6 (bsc#1012628). +- Revert "wifi: cfg80211: fix CQM for non-range use" + (bsc#1012628). +- commit a946a9f + ------------------------------------------------------------------- Fri Dec 8 11:23:50 CET 2023 - petr.pavlu@suse.com @@ -2536,6 +5898,249 @@ Fri Dec 8 09:57:11 CET 2023 - petr.pavlu@suse.com with README.md. - commit 70e3c33 +------------------------------------------------------------------- +Fri Dec 8 09:27:12 CET 2023 - jslaby@suse.cz + +- parisc: Fix asm operand number out of range build error in + bug table (git-fixes). +- commit 7675861 + +------------------------------------------------------------------- +Fri Dec 8 08:58:51 CET 2023 - jslaby@suse.cz + +- Linux 6.6.5 (bsc#1012628). +- cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + (bsc#1012628). +- cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF + moved (bsc#1012628). +- smb: client: fix missing mode bits for SMB symlinks + (bsc#1012628). +- smb: client: report correct st_size for SMB and NFS symlinks + (bsc#1012628). +- ksmbd: fix possible deadlock in smb2_open (bsc#1012628). +- pinctrl: avoid reload of p state in list iteration + (bsc#1012628). +- firewire: core: fix possible memory leak in create_units() + (bsc#1012628). +- mmc: sdhci-pci-gli: Disable LPM during initialization + (bsc#1012628). +- mmc: sdhci-sprd: Fix vqmmc not shutting down after the card + was pulled (bsc#1012628). +- mmc: cqhci: Increase recovery halt timeout (bsc#1012628). +- mmc: cqhci: Warn of halt or task clear failure (bsc#1012628). +- mmc: cqhci: Fix task clearing in CQE error recovery + (bsc#1012628). +- mmc: block: Retry commands in CQE error recovery (bsc#1012628). +- mmc: block: Do not lose cache flush during CQE error recovery + (bsc#1012628). +- mmc: block: Be sure to wait while busy in CQE error recovery + (bsc#1012628). +- ALSA: hda: Disable power-save on KONTRON SinglePC (bsc#1012628). +- ALSA: hda/realtek: Headset Mic VREF to 100% (bsc#1012628). +- ALSA: hda/realtek: Add supported ALC257 for ChromeOS + (bsc#1012628). +- net: libwx: fix memory leak on msix entry (bsc#1012628). +- dm-verity: align struct dm_verity_fec_io properly (bsc#1012628). +- scsi: Change SCSI device boolean fields to single bit flags + (bsc#1012628). +- scsi: sd: Fix system start for ATA devices (bsc#1012628). +- scsi: ufs: core: Clear cmd if abort succeeds in MCQ mode + (bsc#1012628). +- drm/amd: Enable PCIe PME from D3 (bsc#1012628). +- drm/amdgpu: correct the amdgpu runtime dereference usage count + (bsc#1012628). +- drm/amdgpu: Force order between a read and write to the same + address (bsc#1012628). +- drm/amdgpu: fix memory overflow in the IB test (bsc#1012628). +- drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + (bsc#1012628). +- drm/amd/display: Include udelay when waiting for INBOX0 ACK + (bsc#1012628). +- drm/amd/display: Remove min_dst_y_next_start check for Z8 + (bsc#1012628). +- drm/amd/display: Use DRAM speed from validation for dummy + p-state (bsc#1012628). +- drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + (bsc#1012628). +- drm/amd/display: fix ABM disablement (bsc#1012628). +- drm/amd/display: force toggle rate wa for first link training + for a retimer (bsc#1012628). +- dm verity: initialize fec io before freeing it (bsc#1012628). +- dm verity: don't perform FEC for failed readahead IO + (bsc#1012628). +- nvme: check for valid nvme_identify_ns() before using it + (bsc#1012628). +- r8169: fix deadlock on RTL8125 in jumbo mtu mode (bsc#1012628). +- ACPI: video: Use acpi_video_device for cooling-dev driver data + (bsc#1012628). +- io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + (bsc#1012628). +- iommu/vt-d: Fix incorrect cache invalidation for mm notification + (bsc#1012628). +- io_uring: free io_buffer_list entries via RCU (bsc#1012628). +- nouveau: find the smallest page allocation to cover a buffer + alloc (bsc#1012628). +- powercap: DTPM: Fix unneeded conversions to micro-Watts + (bsc#1012628). +- cpufreq/amd-pstate: Fix the return value of + amd_pstate_fast_switch() (bsc#1012628). +- dma-buf: fix check in dma_resv_add_fence (bsc#1012628). +- io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + (bsc#1012628). +- iommu: Avoid more races around device probe (bsc#1012628). +- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + (bsc#1012628). +- ext2: Fix ki_pos update for DIO buffered-io fallback case + (bsc#1012628). +- iommu/vt-d: Add MTL to quirk list to skip TE disabling + (bsc#1012628). +- KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user + registers (bsc#1012628). +- powerpc: Don't clobber f0/vs0 during fp|altivec register save + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in assembly.h + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in uaccess.h + (bsc#1012628). +- parisc: Use natural CPU alignment for bug_table (bsc#1012628). +- parisc: Mark lock_aligned variables 16-byte aligned on SMP + (bsc#1012628). +- parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + (bsc#1012628). +- parisc: Mark jump_table naturally aligned (bsc#1012628). +- parisc: Ensure 32-bit alignment on parisc unwind section + (bsc#1012628). +- parisc: Mark altinstructions read-only and 32-bit aligned + (bsc#1012628). +- btrfs: add dmesg output for first mount and last unmount of + a filesystem (bsc#1012628). +- btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + (bsc#1012628). +- btrfs: fix off-by-one when checking chunk map includes logical + address (bsc#1012628). +- btrfs: send: ensure send_fd is writable (bsc#1012628). +- btrfs: make error messages more clear when getting a chunk map + (bsc#1012628). +- btrfs: free the allocated memory if btrfs_alloc_page_array() + fails (bsc#1012628). +- btrfs: fix 64bit compat send ioctl arguments not initializing + version member (bsc#1012628). +- io_uring: enable io_mem_alloc/free to be used in other parts + (bsc#1012628). +- io_uring/kbuf: defer release of mapped buffer rings + (bsc#1012628). +- io_uring/kbuf: recycle freed mapped buffer ring entries + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- pinctrl: stm32: Add check for devm_kcalloc (bsc#1012628). +- pinctrl: stm32: fix array read out of bound (bsc#1012628). +- media: v4l2-subdev: Fix a 64bit bug (bsc#1012628). +- netdevsim: Don't accept device bound programs (bsc#1012628). +- net: rswitch: Fix type of ret in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix return value in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix missing dev_kfree_skb_any() in error path + (bsc#1012628). +- ipv4: igmp: fix refcnt uaf issue when receiving igmp query + packet (bsc#1012628). +- wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + (bsc#1012628). +- wifi: mac80211: do not pass AP_VLAN vif pointer to drivers + during flush (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 switch probing + (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 probe crash (bsc#1012628). +- dpaa2-eth: increase the needed headroom to account for alignment + (bsc#1012628). +- dpaa2-eth: recycle the RX buffer only after all processing done + (bsc#1012628). +- bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + (bsc#1012628). +- uapi: propagate __struct_group() attributes to the container + union (bsc#1012628). +- selftests/net: ipsec: fix constant out of range (bsc#1012628). +- selftests/net: fix a char signedness issue (bsc#1012628). +- selftests/net: unix: fix unused variable compiler warning + (bsc#1012628). +- selftests/net: mptcp: fix uninitialized variable warnings + (bsc#1012628). +- octeontx2-af: Fix possible buffer overflow (bsc#1012628). +- net: stmmac: xgmac: Disable FPE MMC interrupts (bsc#1012628). +- octeontx2-pf: Fix adding mbox work queue entry when num_vfs > + 64 (bsc#1012628). +- octeontx2-pf: Restore TC ingress police rules when interface + is up (bsc#1012628). +- neighbour: Fix __randomize_layout crash in struct neighbour + (bsc#1012628). +- efi/unaccepted: Fix off-by-one when checking for overlapping + ranges (bsc#1012628). +- r8169: prevent potential deadlock in rtl8169_close + (bsc#1012628). +- ravb: Fix races between ravb_tx_timeout_work() and net related + ops (bsc#1012628). +- ethtool: don't propagate EOPNOTSUPP from dumps (bsc#1012628). +- bpf, sockmap: af_unix stream sockets need to hold ref for pair + sock (bsc#1012628). +- ice: Fix VF Reset paths when interface in a failed over + aggregate (bsc#1012628). +- net: ravb: Check return value of reset_control_deassert() + (bsc#1012628). +- net: ravb: Use pm_runtime_resume_and_get() (bsc#1012628). +- net: ravb: Make write access to CXR35 first before accessing + other EMAC registers (bsc#1012628). +- net: ravb: Start TX queues after HW initialization succeeded + (bsc#1012628). +- net: ravb: Stop DMA in case of failures on ravb_open() + (bsc#1012628). +- net: ravb: Keep reverse order of operations in ravb_remove() + (bsc#1012628). +- powerpc/pseries/iommu: enable_ddw incorrectly returns direct + mapping for SR-IOV device (bsc#1012628). +- s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + (bsc#1012628). +- drm/amd/display: Refactor edp power control (bsc#1012628). +- drm/amd/display: Remove power sequencing check (bsc#1012628). +- cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + (bsc#1012628). +- iommu/vt-d: Omit devTLB invalidation requests when TES=0 + (bsc#1012628). +- iommu/vt-d: Disable PCI ATS in legacy passthrough mode + (bsc#1012628). +- iommu/vt-d: Make context clearing consistent with context + mapping (bsc#1012628). +- drm/i915/gsc: Mark internal GSC engine with reserved uabi class + (bsc#1012628). +- drm/panel: starry-2081101qfh032011-53g: Fine tune the panel + power sequence (bsc#1012628). +- drm/panel: nt36523: fix return value check in nt36523_probe() + (bsc#1012628). +- cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq + update (bsc#1012628). +- cpufreq/amd-pstate: Only print supported EPP values for + performance governor (bsc#1012628). +- drm/amd/pm: fix a memleak in aldebaran_tables_init + (bsc#1012628). +- iommu: Fix printk arg in of_iommu_get_resv_regions() + (bsc#1012628). +- drm/amd/display: refactor ILR to make it work (bsc#1012628). +- drm/amd/display: Reduce default backlight min from 5 nits to + 1 nits (bsc#1012628). +- drm/amd/display: Simplify brightness initialization + (bsc#1012628). +- drm/amd/display: Fix MPCC 1DLUT programming (bsc#1012628). +- vfio/pds: Fix mutex lock->magic != lock warning (bsc#1012628). +- vfio/pds: Fix possible sleep while in atomic context + (bsc#1012628). +- x86/xen: fix percpu vcpu_info allocation (bsc#1012628). +- vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM + wart (bsc#1012628). +- Rename to + patches.kernel.org/6.6.5-001-leds-class-Don-t-expose-color-sysfs-entry.patch. +- Rename to + patches.kernel.org/6.6.5-017-drm-i915-Also-check-for-VGA-converter-in-eDP-pr.patch. +- commit 30a850b + ------------------------------------------------------------------- Thu Dec 7 16:36:26 CET 2023 - petr.pavlu@suse.com @@ -2577,6 +6182,210 @@ Wed Dec 6 16:37:18 CET 2023 - petr.pavlu@suse.com Package. - commit 9285bb8 +------------------------------------------------------------------- +Tue Dec 5 08:57:20 CET 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-i915-Also-check-for-VGA-converter-in-eDP-probe.patch. +- Refresh + patches.suse/leds-class-Don-t-expose-color-sysfs-entry.patch. + Update upstream status and move to sorted section. +- commit a1661c2 + +------------------------------------------------------------------- +Sun Dec 3 14:14:27 CET 2023 - jslaby@suse.cz + +- Linux 6.6.4 (bsc#1012628). +- USB: dwc3: qcom: fix wakeup after probe deferral (bsc#1012628). +- USB: dwc3: qcom: fix software node leak on probe errors + (bsc#1012628). +- usb: dwc3: set the dma max_seg_size (bsc#1012628). +- usb: dwc3: Fix default mode initialization (bsc#1012628). +- USB: dwc2: write HCINT with INTMASK applied (bsc#1012628). +- usb: typec: tcpm: Skip hard reset when in error recovery + (bsc#1012628). +- usb: typec: tcpm: Fix sink caps op current check (bsc#1012628). +- USB: serial: option: don't claim interface 4 for ZTE MF290 + (bsc#1012628). +- USB: serial: option: fix FM101R-GL defines (bsc#1012628). +- USB: serial: option: add Fibocom L7xx modules (bsc#1012628). +- usb: cdnsp: Fix deadlock issue during using NCM gadget + (bsc#1012628). +- usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + (bsc#1012628). +- USB: xhci-plat: fix legacy PHY double init (bsc#1012628). +- bcache: fixup lock c->root error (bsc#1012628). +- bcache: fixup init dirty data errors (bsc#1012628). +- bcache: prevent potential division by zero error (bsc#1012628). +- bcache: check return value from btree_node_alloc_replacement() + (bsc#1012628). +- veth: Use tstats per-CPU traffic counters (bsc#1012628). +- dm-delay: fix a race between delay_presuspend and delay_bio + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + (bsc#1012628). +- ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 + on i2c bus (bsc#1012628). +- cifs: fix leak of iface for primary channel (bsc#1012628). +- cifs: account for primary channel in the interface list + (bsc#1012628). +- cifs: distribute channels across interfaces based on speed + (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 2.0 PHY" (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 3.0 PHY" (bsc#1012628). +- Revert "usb: phy: add usb phy notify port status API" + (bsc#1012628). +- hv_netvsc: Mark VF as slave before exposing it to user-mode + (bsc#1012628). +- hv_netvsc: Fix race of register_netdevice_notifier and VF + register (bsc#1012628). +- hv_netvsc: fix race of netvsc and VF register_netdevice + (bsc#1012628). +- platform/x86: ideapad-laptop: Set max_brightness before using it + (bsc#1012628). +- platform/x86/amd/pmc: adjust getting DRAM size behavior + (bsc#1012628). +- USB: serial: option: add Luat Air72*U series products + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB5744 + (bsc#1012628). +- dt-bindings: usb: microchip,usb5744: Add second supply + (bsc#1012628). +- platform/x86: hp-bioscfg: Fix error handling in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: move mutex_lock() down in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: Simplify return check in + hp_add_other_attributes() (bsc#1012628). +- s390/dasd: protect device queue against concurrent access + (bsc#1012628). +- io_uring/fs: consider link->flags when getting path for LINKAT + (bsc#1012628). +- bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up + race (bsc#1012628). +- md: fix bi_status reporting in md_end_clone_io (bsc#1012628). +- bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() (bsc#1012628). +- io_uring: fix off-by one bvec index (bsc#1012628). +- tls: fix NULL deref on tls_sw_splice_eof() with empty record + (bsc#1012628). +- swiotlb-xen: provide the "max_mapping_size" method + (bsc#1012628). +- ACPI: PM: Add acpi_device_fix_up_power_children() function + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + (bsc#1012628). +- ACPI: processor_idle: use raw_safe_halt() in + acpi_idle_play_dead() (bsc#1012628). +- ACPI: video: Use acpi_device_fix_up_power_children() + (bsc#1012628). +- thunderbolt: Set lane bonding bit only for downstream port + (bsc#1012628). +- drm/ast: Disconnect BMC if physical connector is connected + (bsc#1012628). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + (bsc#1012628). +- kselftest/arm64: Fix output formatting for za-fork + (bsc#1012628). +- prctl: Disable prctl(PR_SET_MDWE) on parisc (bsc#1012628). +- mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + (bsc#1012628). +- lockdep: Fix block chain corruption (bsc#1012628). +- USB: dwc3: qcom: fix ACPI platform device leak (bsc#1012628). +- USB: dwc3: qcom: fix resource leaks on probe deferral + (bsc#1012628). +- nvmet: nul-terminate the NQNs passed in the connect command + (bsc#1012628). +- nvme: blank out authentication fabrics options if not configured + (bsc#1012628). +- afs: Fix file locking on R/O volumes to operate in local mode + (bsc#1012628). +- afs: Return ENOENT if no cell DNS record can be found + (bsc#1012628). +- net: ipa: fix one GSI register field width (bsc#1012628). +- net: axienet: Fix check for partial TX checksum (bsc#1012628). +- vsock/test: fix SEQPACKET message bounds test (bsc#1012628). +- i40e: Fix adding unsupported cloud filters (bsc#1012628). +- amd-xgbe: propagate the correct speed and duplex status + (bsc#1012628). +- amd-xgbe: handle the corner-case during tx completion + (bsc#1012628). +- amd-xgbe: handle corner-case during sfp hotplug (bsc#1012628). +- net: veth: fix ethtool stats reporting (bsc#1012628). +- octeontx2-pf: Fix ntuple rule creation to direct packet to VF + with higher Rx queue than its PF (bsc#1012628). +- arm/xen: fix xen_vcpu_info allocation alignment (bsc#1012628). +- arm64: mm: Fix "rodata=on" when + CONFIG_RODATA_FULL_DEFAULT_ENABLED=y (bsc#1012628). +- s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + (bsc#1012628). +- net/smc: avoid data corruption caused by decline (bsc#1012628). +- net: usb: ax88179_178a: fix failed operations during + ax88179_reset (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel + HFP and HBP (bsc#1012628). +- ipv4: Correct/silence an endian warning in __ip_do_redirect + (bsc#1012628). +- HID: fix HID device resource race between HID core and debugging + support (bsc#1012628). +- accel/ivpu/37xx: Fix hangs related to MMIO reset (bsc#1012628). +- accel/ivpu: Do not initialize parameters on power up + (bsc#1012628). +- bpf: Fix dev's rx stats for bpf_redirect_peer traffic + (bsc#1012628). +- net: Move {l,t,d}stats allocation to core and convert veth & + vrf (bsc#1012628). +- net, vrf: Move dstats structure to core (bsc#1012628). +- PM: tools: Fix sleepgraph syntax error (bsc#1012628). +- drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP + full (bsc#1012628). +- libfs: getdents() should return 0 after reaching EOD + (bsc#1012628). +- block: update the stable_writes flag in bdev_add (bsc#1012628). +- filemap: add a per-mapping stable writes flag (bsc#1012628). +- drm/i915: do not clean GT table on error path (bsc#1012628). +- ata: pata_isapnp: Add missing error check for devm_ioport_map() + (bsc#1012628). +- octeontx2-pf: Fix memory leak during interface down + (bsc#1012628). +- wireguard: use DEV_STATS_INC() (bsc#1012628). +- net: wangxun: fix kernel panic due to null pointer + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 timings + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + (bsc#1012628). +- fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + (bsc#1012628). +- drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + (bsc#1012628). +- blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + (bsc#1012628). +- afs: Make error on cell lookup failure consistent with OpenAFS + (bsc#1012628). +- afs: Fix afs_server_list to be cleaned up with RCU + (bsc#1012628). +- rxrpc: Defer the response to a PING ACK until we've parsed it + (bsc#1012628). +- rxrpc: Fix RTT determination to use any ACK as a source + (bsc#1012628). +- s390/ism: ism driver implies smc protocol (bsc#1012628). +- drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + (bsc#1012628). +- sched/fair: Fix the decision for load balance (bsc#1012628). +- sched/eevdf: Fix vruntime adjustment on reweight (bsc#1012628). +- hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles + (bsc#1012628). +- irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent + GIC designs (bsc#1012628). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (bsc#1012628). +- NFSD: Fix "start of NFS reply" pointer passed to + nfsd_cache_update() (bsc#1012628). +- commit eafb2e8 + ------------------------------------------------------------------- Fri Dec 1 21:20:13 CET 2023 - msuchanek@suse.de @@ -2654,6 +6463,12 @@ Wed Nov 29 14:56:05 CET 2023 - rfrohl@suse.com - Update README.BRANCH - commit f21bdf3 +------------------------------------------------------------------- +Wed Nov 29 13:07:16 CET 2023 - tiwai@suse.de + +- Update ath11k hibernation patches from the latest code (bsc#1207948) +- commit 7dc7bda + ------------------------------------------------------------------- Wed Nov 29 13:06:37 CET 2023 - rfrohl@suse.com @@ -2668,6 +6483,898 @@ Wed Nov 29 11:40:12 CET 2023 - rfrohl@suse.com Adjusted patches.suse/vfs-add-super_operations-get_inode_dev - commit eb19d4b +------------------------------------------------------------------- +Wed Nov 29 06:06:07 CET 2023 - jslaby@suse.cz + +- Linux 6.6.3 (bsc#1012628). +- locking/ww_mutex/test: Fix potential workqueue corruption + (bsc#1012628). +- btrfs: abort transaction on generation mismatch when marking + eb as dirty (bsc#1012628). +- lib/generic-radix-tree.c: Don't overflow in peek() + (bsc#1012628). +- x86/retpoline: Make sure there are no unconverted return thunks + due to KCSAN (bsc#1012628). +- perf/core: Bail out early if the request AUX area is out of + bound (bsc#1012628). +- srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + (bsc#1012628). +- selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + (bsc#1012628). +- clocksource/drivers/timer-imx-gpt: Fix potential memory leak + (bsc#1012628). +- clocksource/drivers/timer-atmel-tcb: Fix initialization on + SAM9 hardware (bsc#1012628). +- srcu: Only accelerate on enqueue time (bsc#1012628). +- smp,csd: Throw an error if a CSD lock is stuck for too long + (bsc#1012628). +- cpu/hotplug: Don't offline the last non-isolated CPU + (bsc#1012628). +- workqueue: Provide one lock class key per work_on_cpu() callsite + (bsc#1012628). +- x86/mm: Drop the 4 MB restriction on minimal NUMA node memory + size (bsc#1012628). +- wifi: plfxlc: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: Ignore fragments from uninitialized peer in dp + (bsc#1012628). +- wifi: mac80211_hwsim: fix clang-specific fortify warning + (bsc#1012628). +- wifi: mac80211: don't return unset power in + ieee80211_get_tx_power() (bsc#1012628). +- atl1c: Work around the DMA RX overflow issue (bsc#1012628). +- bpf: Detect IP == ksym.end as part of BPF program (bsc#1012628). +- wifi: ath9k: fix clang-specific fortify warnings (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound read in + ath12k_htt_pull_ppdu_stats() (bsc#1012628). +- wifi: ath10k: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() (bsc#1012628). +- ACPI: APEI: Fix AER info corruption when error status data + has multiple sections (bsc#1012628). +- net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + (bsc#1012628). +- wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 + Pro (2023) (bsc#1012628). +- wifi: mt76: fix clang-specific fortify warnings (bsc#1012628). +- net: annotate data-races around sk->sk_tx_queue_mapping + (bsc#1012628). +- net: annotate data-races around sk->sk_dst_pending_confirm + (bsc#1012628). +- wifi: ath12k: mhi: fix potential memory leak in + ath12k_mhi_register() (bsc#1012628). +- wifi: ath10k: Don't touch the CE interrupt registers after + power up (bsc#1012628). +- net: sfp: add quirk for FS's 2.5G copper SFP (bsc#1012628). +- vsock: read from socket's error queue (bsc#1012628). +- bpf: Ensure proper register state printing for cond jumps + (bsc#1012628). +- wifi: iwlwifi: mvm: fix size check for fw_link_id (bsc#1012628). +- Bluetooth: btusb: Add date->evt_skb is NULL check (bsc#1012628). +- Bluetooth: Fix double free in hci_conn_cleanup (bsc#1012628). +- ACPI: EC: Add quirk for HP 250 G7 Notebook PC (bsc#1012628). +- tsnep: Fix tsnep_request_irq() format-overflow warning + (bsc#1012628). +- gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + (bsc#1012628). +- platform/chrome: kunit: initialize lock for fake ec_dev + (bsc#1012628). +- of: address: Fix address translation when address-size is + greater than 2 (bsc#1012628). +- platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad + X120e (bsc#1012628). +- drm/gma500: Fix call trace when psb_gem_mm_init() fails + (bsc#1012628). +- drm/amdkfd: ratelimited SQ interrupt messages (bsc#1012628). +- drm/komeda: drop all currently held locks if deadlock happens + (bsc#1012628). +- drm/amd/display: Blank phantom OTG before enabling + (bsc#1012628). +- drm/amd/display: Don't lock phantom pipe on disabling + (bsc#1012628). +- drm/amd/display: add seamless pipe topology transition check + (bsc#1012628). +- drm/edid: Fixup h/vsync_end instead of h/vtotal (bsc#1012628). +- md: don't rely on 'mddev->pers' to be set in mddev_suspend() + (bsc#1012628). +- drm/amdgpu: not to save bo in the case of RAS err_event_athub + (bsc#1012628). +- drm/amdkfd: Fix a race condition of vram buffer unref in svm + code (bsc#1012628). +- drm/amdgpu: update retry times for psp vmbx wait (bsc#1012628). +- drm/amd: Update `update_pcie_parameters` functions to use + uint8_t arguments (bsc#1012628). +- drm/amd/display: use full update for clip size increase of + large plane source (bsc#1012628). +- string.h: add array-wrappers for (v)memdup_user() (bsc#1012628). +- kernel: kexec: copy user-array safely (bsc#1012628). +- kernel: watch_queue: copy user-array safely (bsc#1012628). +- drm_lease.c: copy user-array safely (bsc#1012628). +- drm: vmwgfx_surface.c: copy user-array safely (bsc#1012628). +- drm/msm/dp: skip validity check for DP CTS EDID checksum + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and + Tonga (bsc#1012628). +- drm/amdgpu: Fix potential null pointer derefernce (bsc#1012628). +- drm/panel: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel/panel-tpo-tpg110: fix a possible null pointer + dereference (bsc#1012628). +- drm/radeon: fix a possible null pointer dereference + (bsc#1012628). +- drm/amdgpu/vkms: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel: st7703: Pick different reset sequence (bsc#1012628). +- drm/amdkfd: Fix shift out-of-bounds issue (bsc#1012628). +- drm/amdgpu: Fix a null pointer access when the smc_rreg pointer + is NULL (bsc#1012628). +- drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching + not supported (bsc#1012628). +- drm/amd/display: fix num_ways overflow error (bsc#1012628). +- drm/amd: check num of link levels when update pcie param + (bsc#1012628). +- soc: qcom: pmic: Fix resource leaks in a + device_for_each_child_node() loop (bsc#1012628). +- arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support + (bsc#1012628). +- arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + (bsc#1012628). +- selftests/efivarfs: create-read: fix a resource leak + (bsc#1012628). +- ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + (bsc#1012628). +- ASoC: soc-card: Add storage for PCI SSID (bsc#1012628). +- ASoC: SOF: Pass PCI SSID to machine driver (bsc#1012628). +- ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card + (bsc#1012628). +- ASoC: cs35l56: Use PCI SSID as the firmware UID (bsc#1012628). +- crypto: pcrypt - Fix hungtask for PADATA_RESET (bsc#1012628). +- ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from + firmware (bsc#1012628). +- RDMA/hfi1: Use FIELD_GET() to extract Link Width (bsc#1012628). +- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing + debugfs (bsc#1012628). +- scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + (bsc#1012628). +- fs/jfs: Add check for negative db_l2nbperpage (bsc#1012628). +- fs/jfs: Add validity check for db_maxag and db_agpref + (bsc#1012628). +- jfs: fix array-index-out-of-bounds in dbFindLeaf (bsc#1012628). +- jfs: fix array-index-out-of-bounds in diAlloc (bsc#1012628). +- HID: lenovo: Detect quirk-free fw on cptkbd and stop applying + workaround (bsc#1012628). +- ARM: 9320/1: fix stack depot IRQ stack filter (bsc#1012628). +- ALSA: hda: Fix possible null-ptr-deref when assigning a stream + (bsc#1012628). +- gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + (bsc#1012628). +- PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width + fields (bsc#1012628). +- PCI: mvebu: Use FIELD_PREP() with Link Width (bsc#1012628). +- atm: iphase: Do PCI error checks on own line (bsc#1012628). +- PCI: Do error check on own line to split long "if" conditions + (bsc#1012628). +- scsi: libfc: Fix potential NULL pointer dereference in + fc_lport_ptp_setup() (bsc#1012628). +- PCI: Use FIELD_GET() to extract Link Width (bsc#1012628). +- PCI: Extract ATS disabling to a helper function (bsc#1012628). +- PCI: Disable ATS for specific Intel IPU E2000 devices + (bsc#1012628). +- PCI: dwc: Add dw_pcie_link_set_max_link_width() (bsc#1012628). +- PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling (bsc#1012628). +- misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe + controller (bsc#1012628). +- PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 + quirk (bsc#1012628). +- crypto: hisilicon/qm - prevent soft lockup in receive loop + (bsc#1012628). +- HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + (bsc#1012628). +- exfat: support handle zero-size directory (bsc#1012628). +- mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs (bsc#1012628). +- iio: adc: stm32-adc: harden against NULL pointer deref in + stm32_adc_probe() (bsc#1012628). +- thunderbolt: Apply USB 3.x bandwidth quirk only in software + connection manager (bsc#1012628). +- tty: vcc: Add check for kstrdup() in vcc_probe() (bsc#1012628). +- dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning + overrides (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched + tuning regs (bsc#1012628). +- usb: dwc3: core: configure TX/RX threshold for DWC3_IP + (bsc#1012628). +- usb: ucsi: glink: use the connector orientation GPIO to provide + switch events (bsc#1012628). +- soundwire: dmi-quirks: update HP Omen match (bsc#1012628). +- f2fs: fix error path of __f2fs_build_free_nids (bsc#1012628). +- f2fs: fix error handling of __get_node_page (bsc#1012628). +- usb: host: xhci: Avoid XHCI resume delay if SSUSB device is + not present (bsc#1012628). +- usb: gadget: f_ncm: Always set current gadget in ncm_bind() + (bsc#1012628). +- 9p/trans_fd: Annotate data-racy writes to file::f_flags + (bsc#1012628). +- 9p: v9fs_listxattr: fix %s null argument warning (bsc#1012628). +- i3c: mipi-i3c-hci: Fix out of bounds access in + hci_dma_irq_handler (bsc#1012628). +- i2c: i801: Add support for Intel Birch Stream SoC (bsc#1012628). +- i2c: fix memleak in i2c_new_client_device() (bsc#1012628). +- i2c: sun6i-p2wi: Prevent potential division by zero + (bsc#1012628). +- virtio-blk: fix implicit overflow on virtio_max_dma_size + (bsc#1012628). +- i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing + DAT_data (bsc#1012628). +- media: gspca: cpia1: shift-out-of-bounds in set_flicker + (bsc#1012628). +- media: vivid: avoid integer overflow (bsc#1012628). +- media: ipu-bridge: increase sensor_name size (bsc#1012628). +- gfs2: ignore negated quota changes (bsc#1012628). +- gfs2: fix an oops in gfs2_permission (bsc#1012628). +- media: cobalt: Use FIELD_GET() to extract Link Width + (bsc#1012628). +- media: ccs: Fix driver quirk struct documentation (bsc#1012628). +- media: imon: fix access to invalid resource for the second + interface (bsc#1012628). +- drm/amd/display: Avoid NULL dereference of timing generator + (bsc#1012628). +- gfs2: Fix slab-use-after-free in gfs2_qd_dealloc (bsc#1012628). +- kgdb: Flush console before entering kgdb on panic (bsc#1012628). +- riscv: VMAP_STACK overflow detection thread-safe (bsc#1012628). +- i2c: dev: copy userspace array safely (bsc#1012628). +- ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + (bsc#1012628). +- drm/qxl: prevent memory leak (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UX7602ZM (bsc#1012628). +- drm/amdgpu: fix software pci_unplug on some chips (bsc#1012628). +- pwm: Fix double shift bug (bsc#1012628). +- mtd: rawnand: tegra: add missing check for platform_get_irq() + (bsc#1012628). +- wifi: iwlwifi: Use FW rate for non-data frames (bsc#1012628). +- sched/core: Optimize in_task() and in_interrupt() a bit + (bsc#1012628). +- samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + (bsc#1012628). +- samples/bpf: syscall_tp_user: Fix array out-of-bound access + (bsc#1012628). +- dt-bindings: serial: fix regex pattern for matching serial + node children (bsc#1012628). +- SUNRPC: ECONNRESET might require a rebind (bsc#1012628). +- mtd: rawnand: intel: check return value of devm_kasprintf() + (bsc#1012628). +- mtd: rawnand: meson: check return value of devm_kasprintf() + (bsc#1012628). +- drm/i915/mtl: avoid stringop-overflow warning (bsc#1012628). +- NFSv4.1: fix handling NFS4ERR_DELAY when testing for session + trunking (bsc#1012628). +- SUNRPC: Add an IS_ERR() check back to where it was + (bsc#1012628). +- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (bsc#1012628). +- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + (bsc#1012628). +- RISC-V: hwprobe: Fix vDSO SIGSEGV (bsc#1012628). +- riscv: provide riscv-specific is_trap_insn() (bsc#1012628). +- gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + (bsc#1012628). +- drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + (bsc#1012628). +- riscv: split cache ops out of dma-noncoherent.c (bsc#1012628). +- vdpa_sim_blk: allocate the buffer zeroed (bsc#1012628). +- vhost-vdpa: fix use after free in vhost_vdpa_probe() + (bsc#1012628). +- gcc-plugins: randstruct: Only warn about true flexible arrays + (bsc#1012628). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1012628). +- bpf: fix precision backtracking instruction iteration + (bsc#1012628). +- bpf: fix control-flow graph checking in privileged mode + (bsc#1012628). +- net: set SOCK_RCU_FREE before inserting socket into hashtable + (bsc#1012628). +- ipvlan: add ipvlan_route_v6_outbound() helper (bsc#1012628). +- tty: Fix uninit-value access in ppp_sync_receive() + (bsc#1012628). +- net: ti: icssg-prueth: Add missing icss_iep_put to error path + (bsc#1012628). +- net: ti: icssg-prueth: Fix error cleanup on failing + pruss_request_mem_region (bsc#1012628). +- xen/events: avoid using info_for_irq() in xen_send_IPI_one() + (bsc#1012628). +- net: hns3: fix add VLAN fail issue (bsc#1012628). +- net: hns3: add barrier in vf mailbox reply process + (bsc#1012628). +- net: hns3: fix incorrect capability bit display for copper port + (bsc#1012628). +- net: hns3: fix out-of-bounds access may occur when coalesce + info is read via debugfs (bsc#1012628). +- net: hns3: fix variable may not initialized problem in + hns3_init_mac_addr() (bsc#1012628). +- net: hns3: fix VF reset fail issue (bsc#1012628). +- net: hns3: fix VF wrong speed and duplex issue (bsc#1012628). +- tipc: Fix kernel-infoleak due to uninitialized TLV value + (bsc#1012628). +- net: mvneta: fix calls to page_pool_get_stats (bsc#1012628). +- ppp: limit MRU to 64K (bsc#1012628). +- xen/events: fix delayed eoi list handling (bsc#1012628). +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1012628). +- ptp: annotate data-race around q->head and q->tail + (bsc#1012628). +- bonding: stop the device in bond_setup_by_slave() (bsc#1012628). +- net: ethernet: cortina: Fix max RX frame define (bsc#1012628). +- net: ethernet: cortina: Handle large frames (bsc#1012628). +- net: ethernet: cortina: Fix MTU max setting (bsc#1012628). +- af_unix: fix use-after-free in unix_stream_read_actor() + (bsc#1012628). +- netfilter: nf_conntrack_bridge: initialize err to 0 + (bsc#1012628). +- netfilter: nf_tables: fix pointer math issue in + nft_byteorder_eval() (bsc#1012628). +- netfilter: nf_tables: bogus ENOENT when destroying element + which does not exist (bsc#1012628). +- net: stmmac: fix rx budget limit check (bsc#1012628). +- net: stmmac: avoid rx queue overrun (bsc#1012628). +- pds_core: use correct index to mask irq (bsc#1012628). +- pds_core: fix up some format-truncation complaints + (bsc#1012628). +- gve: Fixes for napi_poll when budget is 0 (bsc#1012628). +- io_uring/fdinfo: remove need for sqpoll lock for thread/pid + retrieval (bsc#1012628). +- Revert "net/mlx5: DR, Supporting inline WQE when possible" + (bsc#1012628). +- net/mlx5: Free used cpus mask when an IRQ is released + (bsc#1012628). +- net/mlx5: Decouple PHC .adjtime and .adjphase implementations + (bsc#1012628). +- net/mlx5e: fix double free of encap_header (bsc#1012628). +- net/mlx5e: fix double free of encap_header in update funcs + (bsc#1012628). +- net/mlx5e: Fix pedit endianness (bsc#1012628). +- net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec + offload (bsc#1012628). +- net/mlx5e: Avoid referencing skb after free-ing in drop path + of mlx5e_sq_xmit_wqe (bsc#1012628). +- net/mlx5e: Track xmit submission to PTP WQ after populating + metadata map (bsc#1012628). +- net/mlx5e: Update doorbell for port timestamping CQ before + the software counter (bsc#1012628). +- net/mlx5: Increase size of irq name buffer (bsc#1012628). +- net/mlx5e: Reduce the size of icosq_str (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer for representors (bsc#1012628). +- net: sched: do not offload flows with a helper in act_ct + (bsc#1012628). +- macvlan: Don't propagate promisc change to lower dev in passthru + (bsc#1012628). +- tools/power/turbostat: Fix a knl bug (bsc#1012628). +- tools/power/turbostat: Enable the C-state Pre-wake printing + (bsc#1012628). +- scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + + 1 (bsc#1012628). +- cifs: spnego: add ';' in HOST_KEY_LEN (bsc#1012628). +- cifs: fix check of rc in function generate_smb3signingkey + (bsc#1012628). +- perf/core: Fix cpuctx refcounting (bsc#1012628). +- i915/perf: Fix NULL deref bugs with drm_dbg() calls + (bsc#1012628). +- perf: arm_cspmu: Reject events meant for other PMUs + (bsc#1012628). +- drivers: perf: Check find_first_bit() return value + (bsc#1012628). +- media: venus: hfi: add checks to perform sanity on queue + pointers (bsc#1012628). +- perf intel-pt: Fix async branch flags (bsc#1012628). +- powerpc/perf: Fix disabling BHRB and instruction sampling + (bsc#1012628). +- randstruct: Fix gcc-plugin performance mode to stay in group + (bsc#1012628). +- spi: Fix null dereference on suspend (bsc#1012628). +- bpf: Fix check_stack_write_fixed_off() to correctly spill imm + (bsc#1012628). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (bsc#1012628). +- scsi: mpt3sas: Fix loop logic (bsc#1012628). +- scsi: megaraid_sas: Increase register read retry rount from + 3 to 30 for selected registers (bsc#1012628). +- scsi: ufs: qcom: Update PHY settings only when scaling to + higher gears (bsc#1012628). +- scsi: qla2xxx: Fix system crash due to bad pointer access + (bsc#1012628). +- scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() + and ISR (bsc#1012628). +- x86/shstk: Delay signal entry SSP write until after user + accesses (bsc#1012628). +- crypto: x86/sha - load modules based on CPU features + (bsc#1012628). +- x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and + Phoenix USB4 (bsc#1012628). +- x86/apic/msi: Fix misconfigured non-maskable MSI quirk + (bsc#1012628). +- x86/cpu/hygon: Fix the CPU topology evaluation for real + (bsc#1012628). +- KVM: x86: hyper-v: Don't auto-enable stimer on write from + user-space (bsc#1012628). +- KVM: x86: Ignore MSR_AMD64_TW_CFG access (bsc#1012628). +- KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + (bsc#1012628). +- KVM: x86: Fix lapic timer interrupt lost after loading a + snapshot (bsc#1012628). +- mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of + AER (bsc#1012628). +- sched: psi: fix unprivileged polling against cgroups + (bsc#1012628). +- audit: don't take task_lock() in audit_exe_compare() code path + (bsc#1012628). +- audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + (bsc#1012628). +- proc: sysctl: prevent aliased sysctls from getting passed to + init (bsc#1012628). +- tty/sysrq: replace smp_processor_id() with get_cpu() + (bsc#1012628). +- tty: serial: meson: fix hard LOCKUP on crtscts mode + (bsc#1012628). +- acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + (bsc#1012628). +- hvc/xen: fix console unplug (bsc#1012628). +- hvc/xen: fix error path in xen_hvc_init() to always register + frontend driver (bsc#1012628). +- hvc/xen: fix event channel handling for secondary consoles + (bsc#1012628). +- PCI/sysfs: Protect driver's D3cold preference from user space + (bsc#1012628). +- mm/damon/sysfs: remove requested targets when online-commit + inputs (bsc#1012628). +- mm/damon/sysfs: update monitoring target regions for online + input commit (bsc#1012628). +- watchdog: move softlockup_panic back to early_param + (bsc#1012628). +- iommufd: Fix missing update of domains_itree after splitting + iopt_area (bsc#1012628). +- fbdev: stifb: Make the STI next font pointer a 32-bit signed + offset (bsc#1012628). +- dm crypt: account large pages in cc->n_allocated_pages + (bsc#1012628). +- mm/damon/lru_sort: avoid divide-by-zero in hot threshold + calculation (bsc#1012628). +- mm/damon/ops-common: avoid divide-by-zero during region hotness + calculation (bsc#1012628). +- mm/damon: implement a function for max nr_accesses safe + calculation (bsc#1012628). +- mm/damon/core: avoid divide-by-zero during monitoring results + update (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried region directory allocation + failure (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried regions sysfs directory + allocation failure (bsc#1012628). +- mm/damon/core.c: avoid unintentional filtering out of schemes + (bsc#1012628). +- mm/damon/sysfs: check error from damon_sysfs_update_target() + (bsc#1012628). +- parisc: Add nop instructions after TLB inserts (bsc#1012628). +- ACPI: resource: Do IRQ override on TongFang GMxXGxx + (bsc#1012628). +- regmap: Ensure range selector registers are updated after + cache sync (bsc#1012628). +- wifi: ath11k: fix temperature event locking (bsc#1012628). +- wifi: ath11k: fix dfs radar event locking (bsc#1012628). +- wifi: ath11k: fix htt pktlog locking (bsc#1012628). +- wifi: ath11k: fix gtk offload status event locking + (bsc#1012628). +- wifi: ath12k: fix htt mlo-offset event locking (bsc#1012628). +- wifi: ath12k: fix dfs-radar and temperature event locking + (bsc#1012628). +- mmc: meson-gx: Remove setting of CMD_CFG_ERROR (bsc#1012628). +- genirq/generic_chip: Make irq_remove_generic_chip() irqdomain + aware (bsc#1012628). +- sched/core: Fix RQCF_ACT_SKIP leak (bsc#1012628). +- pmdomain: bcm: bcm2835-power: check if the ASB register is + equal to enable (bsc#1012628). +- KEYS: trusted: tee: Refactor register SHM usage (bsc#1012628). +- KEYS: trusted: Rollback init_trusted() consistently + (bsc#1012628). +- PCI: keystone: Don't discard .remove() callback (bsc#1012628). +- PCI: keystone: Don't discard .probe() callback (bsc#1012628). +- pmdomain: amlogic: Fix mask for the second NNA mem PD domain + (bsc#1012628). +- arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or + newer (bsc#1012628). +- arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + (bsc#1012628). +- pmdomain: imx: Make imx pgc power domain also set the fwnode + (bsc#1012628). +- parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + (bsc#1012628). +- parisc/pdc: Add width field to struct pdc_model (bsc#1012628). +- parisc/power: Add power soft-off when running on qemu + (bsc#1012628). +- cpufreq: stats: Fix buffer overflow detection in trans_stats() + (bsc#1012628). +- powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() + to pr_debug() (bsc#1012628). +- clk: socfpga: Fix undefined behavior bug in struct + stratix10_clock_data (bsc#1012628). +- clk: visconti: Fix undefined behavior bug in struct + visconti_pll_provider (bsc#1012628). +- integrity: powerpc: Do not select CA_MACHINE_KEYRING + (bsc#1012628). +- clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- ksmbd: fix recursive locking in vfs helpers (bsc#1012628). +- ksmbd: handle malformed smb1 message (bsc#1012628). +- ksmbd: fix slab out of bounds write in smb_inherit_dacl() + (bsc#1012628). +- mmc: vub300: fix an error code (bsc#1012628). +- mmc: sdhci_am654: fix start loop index for TAP value parsing + (bsc#1012628). +- mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC + Q2J54A (bsc#1012628). +- PCI: qcom-ep: Add dedicated callback for writing to DBI2 + registers (bsc#1012628). +- PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + (bsc#1012628). +- PCI: kirin: Don't discard .remove() callback (bsc#1012628). +- PCI: exynos: Don't discard .remove() callback (bsc#1012628). +- PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + (bsc#1012628). +- wifi: wilc1000: use vmm_table as array in wilc struct + (bsc#1012628). +- svcrdma: Drop connection after an RDMA Read error (bsc#1012628). +- rcu/tree: Defer setting of jiffies during stall reset + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + (bsc#1012628). +- dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow + interrupt names (bsc#1012628). +- PM: hibernate: Use __get_safe_page() rather than touching the + list (bsc#1012628). +- PM: hibernate: Clean up sync_read handling in + snapshot_write_next() (bsc#1012628). +- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing + objects (bsc#1012628). +- btrfs: don't arbitrarily slow down delalloc if we're committing + (bsc#1012628). +- thermal: intel: powerclamp: fix mismatch in get function for + max_idle (bsc#1012628). +- arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + (bsc#1012628). +- firmware: qcom_scm: use 64-bit calling convention only when + client is 64-bit (bsc#1012628). +- ACPI: FPDT: properly handle invalid FPDT subtables + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + (bsc#1012628). +- leds: trigger: netdev: Move size check in set_device_name + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix revid implementation (bsc#1012628). +- ima: annotate iint mutex to avoid lockdep false positive + warnings (bsc#1012628). +- ima: detect changes to the backing overlay file (bsc#1012628). +- netfilter: nf_tables: remove catchall element in GC sync path + (bsc#1012628). +- netfilter: nf_tables: split async and sync catchall in two + functions (bsc#1012628). +- selftests/resctrl: Fix uninitialized .sa_flags (bsc#1012628). +- selftests/resctrl: Remove duplicate feature check from CMT test + (bsc#1012628). +- selftests/resctrl: Move _GNU_SOURCE define into Makefile + (bsc#1012628). +- selftests/resctrl: Refactor feature check to use resource and + feature name (bsc#1012628). +- selftests/resctrl: Fix feature checks (bsc#1012628). +- selftests/resctrl: Reduce failures due to outliers in MBA/MBM + tests (bsc#1012628). +- hid: lenovo: Resend all settings on reset_resume for compact + keyboards (bsc#1012628). +- ASoC: codecs: wsa-macro: fix uninitialized stack variables + with name prefix (bsc#1012628). +- jbd2: fix potential data lost in recovering journal raced with + synchronizing fs bdev (bsc#1012628). +- quota: explicitly forbid quota files from being encrypted + (bsc#1012628). +- kernel/reboot: emergency_restart: Set correct system_state + (bsc#1012628). +- scripts/gdb/vmalloc: disable on no-MMU (bsc#1012628). +- fs: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- mips: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- i2c: core: Run atomic i2c xfer when !preemptible (bsc#1012628). +- selftests/clone3: Fix broken test under !CONFIG_TIME_NS + (bsc#1012628). +- tracing: Have the user copy of synthetic event address use + correct context (bsc#1012628). +- driver core: Release all resources during unbind before updating + device links (bsc#1012628). +- mcb: fix error handling for different scenarios when parsing + (bsc#1012628). +- dmaengine: stm32-mdma: correct desc prep when channel running + (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to + vmem_crst_alloc() (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to gmap + allocations (bsc#1012628). +- s390/cmma: fix detection of DAT pages (bsc#1012628). +- mm/cma: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/hugetlb: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/memory_hotplug: use pfn math in place of direct struct page + manipulation (bsc#1012628). +- mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + (bsc#1012628). +- mtd: cfi_cmdset_0001: Byte swap OTP info (bsc#1012628). +- cxl/region: Do not try to cleanup after + cxl_region_setup_targets() fails (bsc#1012628). +- i3c: master: cdns: Fix reading status register (bsc#1012628). +- i3c: master: svc: fix race condition in ibi work thread + (bsc#1012628). +- i3c: master: svc: fix wrong data return when IBI happen during + start frame (bsc#1012628). +- i3c: master: svc: fix ibi may not return mandatory data byte + (bsc#1012628). +- i3c: master: svc: fix check wrong status register in irq handler + (bsc#1012628). +- i3c: master: svc: fix SDA keep low when polling IBIWON timeout + happen (bsc#1012628). +- i3c: master: svc: fix random hot join failure since timeout + error (bsc#1012628). +- cxl/region: Fix x1 root-decoder granularity calculations + (bsc#1012628). +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/audit.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/lib.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/resource.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/policy.c + (bsc#1012628). +- apparmor: combine common_audit_data and apparmor_audit_data + (bsc#1012628). +- apparmor: rename audit_data->label to audit_data->subj_label + (bsc#1012628). +- apparmor: pass cred through to audit info (bsc#1012628). +- apparmor: Fix regression in mount mediation (bsc#1012628). +- Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device + tables (bsc#1012628). +- Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE + (bsc#1012628). +- drm/amd/display: enable dsc_clk even if dsc_pg disabled + (bsc#1012628). +- torture: Make torture_hrtimeout_ns() take an hrtimer mode + parameter (bsc#1012628). +- rcutorture: Fix stuttering races and other issues (bsc#1012628). +- selftests/resctrl: Remove bw_report and bm_type from main() + (bsc#1012628). +- selftests/resctrl: Simplify span lifetime (bsc#1012628). +- selftests/resctrl: Make benchmark command const and build it + with pointers (bsc#1012628). +- selftests/resctrl: Extend signal handler coverage to unmount + on receiving signal (bsc#1012628). +- parisc: Prevent booting 64-bit kernels on PA1.x machines + (bsc#1012628). +- parisc/pgtable: Do not drop upper 5 address bits of physical + address (bsc#1012628). +- parisc/power: Fix power soft-off when running on qemu + (bsc#1012628). +- parisc: fix mmap_base calculation when stack grows upwards + (bsc#1012628). +- xhci: Enable RPM on controllers that support low-power states + (bsc#1012628). +- smb3: fix creating FIFOs when mounting with "sfu" mount option + (bsc#1012628). +- smb3: fix touch -h of symlink (bsc#1012628). +- smb3: allow dumping session and tcon id to improve stats + analysis and debugging (bsc#1012628). +- smb3: fix caching of ctime on setxattr (bsc#1012628). +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1012628). +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1012628). +- smb: client: fix potential deadlock when releasing mids + (bsc#1012628). +- smb: client: fix mount when dns_resolver key is not available + (bsc#1012628). +- cifs: reconnect helper should set reconnect for the right + channel (bsc#1012628). +- cifs: force interface update before a fresh session setup + (bsc#1012628). +- cifs: do not reset chan_max if multichannel is not supported + at mount (bsc#1012628). +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1012628). +- cifs: Fix encryption of cleared, but unset rq_iter data buffers + (bsc#1012628). +- xfs: recovery should not clear di_flushiter unconditionally + (bsc#1012628). +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1012628). +- ALSA: info: Fix potential deadlock at disconnection + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G8 (bsc#1012628). +- ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + (bsc#1012628). +- ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G10 (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP Laptops (bsc#1012628). +- Revert ncsi: Propagate carrier gain/loss events to the NCSI + controller (bsc#1012628). +- Revert "i2c: pxa: move to generic GPIO recovery" (bsc#1012628). +- lsm: fix default return value for vm_enough_memory + (bsc#1012628). +- lsm: fix default return value for inode_getsecctx (bsc#1012628). +- sbsa_gwdt: Calculate timeout with 64-bit math (bsc#1012628). +- i2c: designware: Disable TX_EMPTY irq while waiting for block + length byte (bsc#1012628). +- s390/ap: fix AP bus crash on early config change callback + invocation (bsc#1012628). +- net: ethtool: Fix documentation of ethtool_sprintf() + (bsc#1012628). +- net: dsa: lan9303: consequently nested-lock physical MDIO + (bsc#1012628). +- net: phylink: initialize carrier state at creation + (bsc#1012628). +- gfs2: don't withdraw if init_threads() got interrupted + (bsc#1012628). +- i2c: i801: fix potential race in + i801_block_transaction_byte_by_byte (bsc#1012628). +- f2fs: do not return EFSCORRUPTED, but try to run online repair + (bsc#1012628). +- f2fs: set the default compress_level on ioctl (bsc#1012628). +- f2fs: avoid format-overflow warning (bsc#1012628). +- f2fs: split initial and dynamic conditions for extent_cache + (bsc#1012628). +- media: lirc: drop trailing space from scancode transmit + (bsc#1012628). +- media: sharp: fix sharp encoding (bsc#1012628). +- media: venus: hfi_parser: Add check to keep the number of + codecs within range (bsc#1012628). +- media: venus: hfi: fix the check to handle session buffer + requirement (bsc#1012628). +- media: venus: hfi: add checks to handle capabilities from + firmware (bsc#1012628). +- media: ccs: Correctly initialise try compose rectangle + (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback audio + detection (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback error + path (bsc#1012628). +- dm-bufio: fix no-sleep mode (bsc#1012628). +- dm-verity: don't use blocking calls from tasklets (bsc#1012628). +- nfsd: fix file memleak on client_opens_release (bsc#1012628). +- NFSD: Update nfsd_cache_append() to use xdr_stream + (bsc#1012628). +- LoongArch: Mark __percpu functions as always inline + (bsc#1012628). +- tracing: fprobe-event: Fix to check tracepoint event and return + (bsc#1012628). +- swiotlb: do not free decrypted pages if dynamic (bsc#1012628). +- swiotlb: fix out-of-bounds TLB allocations with + CONFIG_SWIOTLB_DYNAMIC (bsc#1012628). +- riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + (bsc#1012628). +- riscv: put interrupt entries into .irqentry.text (bsc#1012628). +- riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + (bsc#1012628). +- riscv: correct pt_level name via pgtable_l5/4_enabled + (bsc#1012628). +- riscv: kprobes: allow writing to x0 (bsc#1012628). +- mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM + L1.2 (bsc#1012628). +- mm: fix for negative counter: nr_file_hugepages (bsc#1012628). +- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + (bsc#1012628). +- mptcp: deal with large GSO size (bsc#1012628). +- mptcp: add validity check for sending RM_ADDR (bsc#1012628). +- mptcp: fix setsockopt(IP_TOS) subflow locking (bsc#1012628). +- selftests: mptcp: fix fastclose with csum failure (bsc#1012628). +- r8169: fix network lost after resume on DASH systems + (bsc#1012628). +- r8169: add handling DASH when DASH is disabled (bsc#1012628). +- mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of + AER (bsc#1012628). +- media: qcom: camss: Fix pm_domain_on sequence in probe + (bsc#1012628). +- media: qcom: camss: Fix vfe_get() error jump (bsc#1012628). +- media: qcom: camss: Fix VFE-17x vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix VFE-480 vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix missing vfe_lite clocks check + (bsc#1012628). +- media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is + greater than 3 (bsc#1012628). +- media: qcom: camss: Fix invalid clock enable bit disjunction + (bsc#1012628). +- media: qcom: camss: Fix csid-gen2 for test pattern generator + (bsc#1012628). +- Revert "HID: logitech-dj: Add support for a new lightspeed + receiver iteration" (bsc#1012628). +- Revert "net: r8169: Disable multicast filter for RTL8168H and + RTL8107E" (bsc#1012628). +- ext4: fix race between writepages and remount (bsc#1012628). +- ext4: no need to generate from free list in mballoc + (bsc#1012628). +- ext4: make sure allocate pending entry not fail (bsc#1012628). +- ext4: apply umask if ACL support is disabled (bsc#1012628). +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1012628). +- ext4: mark buffer new if it is unwritten to avoid stale data + exposure (bsc#1012628). +- ext4: correct return value of ext4_convert_meta_bg + (bsc#1012628). +- ext4: correct the start block of counting reserved clusters + (bsc#1012628). +- ext4: remove gdb backup copy for meta bg in + setup_new_flex_group_blocks (bsc#1012628). +- ext4: add missed brelse in update_backups (bsc#1012628). +- ext4: properly sync file size update after O_SYNC direct IO + (bsc#1012628). +- ext4: fix racy may inline data check in dio write (bsc#1012628). +- drm/amd/pm: Handle non-terminated overdrive commands + (bsc#1012628). +- drm: bridge: it66121: ->get_edid callback must not return err + pointers (bsc#1012628). +- x86/srso: Move retbleed IBPB check into existing 'has_microcode' + code block (bsc#1012628). +- drm/amd/display: Add Null check for DPP resource (bsc#1012628). +- drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + (bsc#1012628). +- drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + (bsc#1012628). +- drm/i915: Fix potential spectre vulnerability (bsc#1012628). +- drm/i915: Flush WC GGTT only on required platforms + (bsc#1012628). +- drm/amd/pm: Fix error of MACO flag setting code (bsc#1012628). +- drm/amdgpu/smu13: drop compute workload workaround + (bsc#1012628). +- drm/amdgpu: don't use pci_is_thunderbolt_attached() + (bsc#1012628). +- drm/amdgpu: fix GRBM read timeout when do mes_self_test + (bsc#1012628). +- drm/amdgpu: add a retry for IP discovery init (bsc#1012628). +- drm/amdgpu: don't use ATRM for external devices (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_vm_init (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_bo_list_get() + (bsc#1012628). +- drm/amdgpu: lower CS errors to debug severity (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- drm/amd/display: Guard against invalid RPTR/WPTR being set + (bsc#1012628). +- drm/amd/display: Fix DSC not Enabled on Direct MST Sink + (bsc#1012628). +- drm/amd/display: fix a NULL pointer dereference in + amdgpu_dm_i2c_xfer() (bsc#1012628). +- drm/amd/display: Enable fast plane updates on DCN3.2 and above + (bsc#1012628). +- drm/amd/display: Clear dpcd_sink_ext_caps if not set + (bsc#1012628). +- drm/amd/display: Change the DMCUB mailbox memory location from + FB to inbox (bsc#1012628). +- Refresh patches.suse/vfs-add-super_operations-get_inode_dev. +- Rename to + patches.kernel.org/6.6.3-350-ASoC-soc-dai-add-flag-to-mute-and-unmute-stream.patch. +- Rename to + patches.kernel.org/6.6.3-351-ASoC-codecs-wsa883x-make-use-of-new-mute_unmute.patch. +- commit d766c57 + ------------------------------------------------------------------- Fri Nov 24 19:21:53 CET 2023 - rfrohl@suse.com @@ -2692,6 +7399,21 @@ Fri Nov 24 11:42:01 CET 2023 - fcrozat@suse.com may not be very reliable] - commit 56a2c2f +------------------------------------------------------------------- +Wed Nov 22 17:52:15 CET 2023 - tiwai@suse.de + +- ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger + flag (bsc#1217412). +- ASoC: soc-dai: add flag to mute and unmute stream during trigger + (bsc#1217412). +- commit 1a298a3 + +------------------------------------------------------------------- +Wed Nov 22 17:30:17 CET 2023 - tiwai@suse.de + +- Update config files: CONFIG_SND_SOC_WSA883X=m for Thinkpad X13s audio (bsc#1217412) +- commit 8be32dc + ------------------------------------------------------------------- Wed Nov 22 10:33:50 CET 2023 - msuchanek@suse.de @@ -2704,6 +7426,1092 @@ Wed Nov 22 08:39:48 CET 2023 - msuchanek@suse.de - kernel-source: Move provides after sources - commit dbbf742 +------------------------------------------------------------------- +Tue Nov 21 17:26:22 CET 2023 - tiwai@suse.de + +- leds: class: Don't expose color sysfs entry (bsc#1217172). +- commit 1be1eb4 + +------------------------------------------------------------------- +Mon Nov 20 17:02:45 CET 2023 - tiwai@suse.de + +- drm/i915: Also check for VGA converter in eDP probe + (bsc#1217282). +- commit b22e785 + +------------------------------------------------------------------- +Mon Nov 20 12:22:36 CET 2023 - jslaby@suse.cz + +- Linux 6.6.2 (bsc#1012628). +- hwmon: (nct6775) Fix incorrect variable reuse in fan_div + calculation (bsc#1012628). +- numa: Generalize numa_map_to_online_node() (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + (bsc#1012628). +- sched/fair: Fix cfs_rq_is_decayed() on !SMP (bsc#1012628). +- iov_iter, x86: Be consistent about the __user tag on + copy_mc_to_user() (bsc#1012628). +- sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + (bsc#1012628). +- sched/uclamp: Ignore (util == 0) optimization in feec() when + p_util_max = 0 (bsc#1012628). +- objtool: Propagate early errors (bsc#1012628). +- sched: Fix stop_one_cpu_nowait() vs hotplug (bsc#1012628). +- nfsd: Handle EOPENSTALE correctly in the filecache + (bsc#1012628). +- vfs: fix readahead(2) on block devices (bsc#1012628). +- writeback, cgroup: switch inodes with dirty timestamps to + release dying cgwbs (bsc#1012628). +- x86/srso: Fix SBPB enablement for (possible) future fixed HW + (bsc#1012628). +- x86/srso: Print mitigation for retbleed IBPB case (bsc#1012628). +- x86/srso: Fix vulnerability reporting for missing microcode + (bsc#1012628). +- x86/srso: Fix unret validation dependencies (bsc#1012628). +- futex: Don't include process MM in futex key on no-MMU + (bsc#1012628). +- x86/numa: Introduce numa_fill_memblks() (bsc#1012628). +- ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + (bsc#1012628). +- cgroup/cpuset: Fix load balance state in + update_partition_sd_lb() (bsc#1012628). +- x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + (bsc#1012628). +- x86/boot: Fix incorrect startup_gdt_descr.size (bsc#1012628). +- cpu/SMT: Make SMT control more robust against enumeration + failures (bsc#1012628). +- x86/apic: Fake primary thread mask for XEN/PV (bsc#1012628). +- srcu: Fix callbacks acceleration mishandling (bsc#1012628). +- drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() + in stop function (bsc#1012628). +- x86/nmi: Fix out-of-order NMI nesting checks & false positive + warning (bsc#1012628). +- pstore/platform: Add check for kstrdup (bsc#1012628). +- perf: Optimize perf_cgroup_switch() (bsc#1012628). +- selftests/x86/lam: Zero out buffer for readlink() (bsc#1012628). +- PCI/MSI: Provide stubs for IMS functions (bsc#1012628). +- string: Adjust strtomem() logic to allow for smaller sources + (bsc#1012628). +- genirq/matrix: Exclude managed interrupts in + irq_matrix_allocated() (bsc#1012628). +- irqchip/sifive-plic: Fix syscore registration for multi-socket + systems (bsc#1012628). +- wifi: ath12k: fix undefined behavior with __fls in dp + (bsc#1012628). +- wifi: cfg80211: add flush functions for wiphy work + (bsc#1012628). +- wifi: mac80211: move radar detect work to wiphy work + (bsc#1012628). +- wifi: mac80211: move scan work to wiphy work (bsc#1012628). +- wifi: mac80211: move offchannel works to wiphy work + (bsc#1012628). +- wifi: mac80211: move sched-scan stop work to wiphy work + (bsc#1012628). +- wifi: mac80211: fix RCU usage warning in mesh fast-xmit + (bsc#1012628). +- wifi: cfg80211: fix off-by-one in element defrag (bsc#1012628). +- wifi: mac80211: fix # of MSDU in A-MSDU calculation + (bsc#1012628). +- wifi: iwlwifi: honor the enable_ini value (bsc#1012628). +- wifi: iwlwifi: don't use an uninitialized variable + (bsc#1012628). +- i40e: fix potential memory leaks in i40e_remove() (bsc#1012628). +- iavf: Fix promiscuous mode configuration flow messages + (bsc#1012628). +- selftests/bpf: Correct map_fd to data_fd in tailcalls + (bsc#1012628). +- bpf, x64: Fix tailcall infinite loop (bsc#1012628). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1012628). +- udp: introduce udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_tx to udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_rx to udp->udp_flags (bsc#1012628). +- udp: move udp->gro_enabled to udp->udp_flags (bsc#1012628). +- udp: add missing WRITE_ONCE() around up->encap_rcv + (bsc#1012628). +- udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + (bsc#1012628). +- udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO (bsc#1012628). +- udp: annotate data-races around udp->encap_type (bsc#1012628). +- udplite: remove UDPLITE_BIT (bsc#1012628). +- udplite: fix various data-races (bsc#1012628). +- selftests/bpf: Skip module_fentry_shadow test when bpf_testmod + is not available (bsc#1012628). +- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + (bsc#1012628). +- bpf: Fix kfunc callback register type handling (bsc#1012628). +- gve: Use size_add() in call to struct_size() (bsc#1012628). +- mlxsw: Use size_mul() in call to struct_size() (bsc#1012628). +- tls: Use size_add() in call to struct_size() (bsc#1012628). +- tipc: Use size_add() in calls to struct_size() (bsc#1012628). +- net: spider_net: Use size_add() in call to struct_size() + (bsc#1012628). +- ice: fix pin assignment for E810-T without SMA control + (bsc#1012628). +- net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions + for MT7986 SoC (bsc#1012628). +- wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- wifi: ath12k: fix DMA unmap warning on NULL DMA address + (bsc#1012628). +- wifi: ath11k: fix boot failure with one MSI vector + (bsc#1012628). +- wifi: mac80211: fix check for unusable RX result (bsc#1012628). +- PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + (bsc#1012628). +- cpufreq: tegra194: fix warning due to missing opp_put + (bsc#1012628). +- wifi: mt76: mt7603: rework/fix rx pse hang check (bsc#1012628). +- wifi: mt76: mt7603: improve watchdog reset reliablity + (bsc#1012628). +- wifi: mt76: mt7603: improve stuck beacon handling (bsc#1012628). +- wifi: mt76: remove unused error path in + mt76_connac_tx_complete_skb (bsc#1012628). +- wifi: mt76: mt7996: set correct wcid in txp (bsc#1012628). +- wifi: mt76: mt7996: fix beamform mcu cmd configuration + (bsc#1012628). +- wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + (bsc#1012628). +- wifi: mt76: mt7996: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7996: fix rx rate report for CBW320-2 + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT command format (bsc#1012628). +- wifi: mt76: update beacon size limitation (bsc#1012628). +- wifi: mt76: fix potential memory leak of beacon commands + (bsc#1012628). +- wifi: mt76: get rid of false alamrs of tx emission issues + (bsc#1012628). +- wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + (bsc#1012628). +- wifi: mt76: mt7915: fix beamforming availability check + (bsc#1012628). +- wifi: mt76: move struct ieee80211_chanctx_conf up to struct + mt76_vif (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx + driver (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate selected in fw for the + chanctx driver (bsc#1012628). +- wifi: ath: dfs_pattern_detector: Fix a memory initialization + issue (bsc#1012628). +- tcp_metrics: add missing barriers on delete (bsc#1012628). +- tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + (bsc#1012628). +- tcp_metrics: do not create an entry from tcp_init_metrics() + (bsc#1012628). +- wifi: rtlwifi: fix EDCA limit set by BT coexistence + (bsc#1012628). +- ACPI: property: Allow _DSD buffer data only for byte accessors + (bsc#1012628). +- =?UTF-8?q?ACPI:=20video:=20Add=20acpi=5Fbacklight=3Dvendo?= + =?UTF-8?q?r=20quirk=20for=20Toshiba=20Port=C3=A9g=C3=A9=20R100?= + (bsc#1012628). +- can: etas_es58x: rework the version check logic to silence + -Wformat-truncation (bsc#1012628). +- can: etas_es58x: add missing a blank line after declaration + (bsc#1012628). +- libbpf: Fix syscall access arguments on riscv (bsc#1012628). +- selftests/bpf: Define SYS_PREFIX for riscv (bsc#1012628). +- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv + (bsc#1012628). +- r8152: break the loop when the budget is exhausted + (bsc#1012628). +- wifi: ath11k: fix Tx power value during active CAC + (bsc#1012628). +- can: dev: can_restart(): don't crash kernel if carrier is OK + (bsc#1012628). +- can: dev: can_restart(): fix race condition between controller + restart and netif_carrier_on() (bsc#1012628). +- can: dev: can_put_echo_skb(): don't crash kernel if + can_priv::echo_skb is accessed out of bounds (bsc#1012628). +- PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + (bsc#1012628). +- wifi: wfx: fix case where rates are out of order (bsc#1012628). +- netfilter: nf_tables: Drop pointless memset when dumping rules + (bsc#1012628). +- virtio-net: fix mismatch of getting tx-frames (bsc#1012628). +- virtio-net: consistently save parameters for per-queue + (bsc#1012628). +- virtio-net: fix per queue coalescing parameter setting + (bsc#1012628). +- virtio-net: fix the vq coalescing setting for vq resize + (bsc#1012628). +- wifi: rtw88: Remove duplicate NULL check before calling + usb_kill/free_urb() (bsc#1012628). +- thermal: core: prevent potential string overflow (bsc#1012628). +- r8169: fix rare issue with broken rx after link-down on RTL8125 + (bsc#1012628). +- thermal/drivers/mediatek: Fix probe for THERMAL_V2 + (bsc#1012628). +- bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + (bsc#1012628). +- net: skb_find_text: Ignore patterns extending past 'to' + (bsc#1012628). +- selftests/bpf: Make linked_list failure test more robust + (bsc#1012628). +- thermal: core: Don't update trip points inside the hysteresis + range (bsc#1012628). +- chtls: fix tp->rcv_tstamp initialization (bsc#1012628). +- tcp: fix cookie_init_timestamp() overflows (bsc#1012628). +- wifi: iwlwifi: mvm: update station's MFP flag after association + (bsc#1012628). +- wifi: iwlwifi: mvm: fix removing pasn station for responder + (bsc#1012628). +- wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + (bsc#1012628). +- wifi: mac80211: don't recreate driver link debugfs in reconfig + (bsc#1012628). +- wifi: mac80211: Fix setting vif links (bsc#1012628). +- wifi: iwlwifi: yoyo: swap cdb and jacket bits values + (bsc#1012628). +- wifi: iwlwifi: mvm: Correctly set link configuration + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + (bsc#1012628). +- wifi: iwlwifi: mvm: Don't always bind/link the P2P Device + interface (bsc#1012628). +- wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + (bsc#1012628). +- wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() (bsc#1012628). +- wifi: iwlwifi: mvm: remove TDLS stations from FW (bsc#1012628). +- wifi: iwlwifi: increase number of RX buffers for EHT devices + (bsc#1012628). +- wifi: iwlwifi: mvm: fix netif csum flags (bsc#1012628). +- wifi: iwlwifi: pcie: synchronize IRQs before NAPI (bsc#1012628). +- wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + (bsc#1012628). +- wifi: iwlwifi: empty overflow queue during flush (bsc#1012628). +- Bluetooth: ISO: Pass BIG encryption info through QoS + (bsc#1012628). +- Bluetooth: Make handle of hci_conn be unique (bsc#1012628). +- Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + (bsc#1012628). +- bpf: Fix unnecessary -EBUSY from htab_lock_bucket (bsc#1012628). +- ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + (bsc#1012628). +- mptcp: properly account fastopen data (bsc#1012628). +- ipv6: avoid atomic fragment on GSO packets (bsc#1012628). +- virtio_net: use u64_stats_t infra to avoid data-races + (bsc#1012628). +- net: add DEV_STATS_READ() helper (bsc#1012628). +- ipvlan: properly track tx_errors (bsc#1012628). +- regmap: debugfs: Fix a erroneous check after snprintf() + (bsc#1012628). +- spi: tegra: Fix missing IRQ check in tegra_slink_probe() + (bsc#1012628). +- clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent + clocks (bsc#1012628). +- clk: qcom: gcc-msm8996: Remove RPM bus clocks (bsc#1012628). +- clk: qcom: clk-rcg2: Fix clock rate overflow for high parent + frequencies (bsc#1012628). +- clk: qcom: mmcc-msm8998: Don't check halt bit on some branch + clks (bsc#1012628). +- clk: qcom: mmcc-msm8998: Fix the SMMU GDSC (bsc#1012628). +- clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- gpio: sim: initialize a managed pointer when declaring it + (bsc#1012628). +- regulator: mt6358: Fail probe on unknown chip ID (bsc#1012628). +- clk: imx: Select MXC_CLK for CLK_IMX8QXP (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + clk_imx_acm_attach_pm_domains() (bsc#1012628). +- clk: imx: imx8: Fix an error handling path if + devm_clk_hw_register_mux_parent_data_table() fails + (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + imx8_acm_clk_probe() (bsc#1012628). +- clk: imx: imx8mq: correct error handling path (bsc#1012628). +- clk: imx: imx8qxp: Fix elcdif_pll clock (bsc#1012628). +- clk: renesas: rcar-gen3: Extend SDnH divider table + (bsc#1012628). +- clk: renesas: rzg2l: Wait for status bit of SD mux before + continuing (bsc#1012628). +- clk: renesas: rzg2l: Lock around writes to mux register + (bsc#1012628). +- clk: renesas: rzg2l: Trust value returned by hardware + (bsc#1012628). +- clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + (bsc#1012628). +- clk: renesas: rzg2l: Fix computation formula (bsc#1012628). +- clk: linux/clk-provider.h: fix kernel-doc warnings and typos + (bsc#1012628). +- spi: nxp-fspi: use the correct ioremap function (bsc#1012628). +- clk: ralink: mtmips: quiet unused variable warning + (bsc#1012628). +- clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- clk: ti: fix double free in of_ti_divider_clk_setup() + (bsc#1012628). +- clk: npcm7xx: Fix incorrect kfree (bsc#1012628). +- clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + (bsc#1012628). +- clk: qcom: clk-alpha-pll: introduce stromer plus ops + (bsc#1012628). +- clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus + pll (bsc#1012628). +- clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + (bsc#1012628). +- clk: qcom: ipq5018: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: mediatek: fix double free in mtk_clk_register_pllfh() + (bsc#1012628). +- platform/x86: wmi: Fix probe failure when failing to register + WMI devices (bsc#1012628). +- platform/x86: wmi: Fix opening of char device (bsc#1012628). +- regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + (bsc#1012628). +- hwmon: (axi-fan-control) Fix possible NULL pointer dereference + (bsc#1012628). +- hwmon: (coretemp) Fix potentially truncated sysfs attribute name + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add DMI override table" + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add automatic module loading + on supported devices" (bsc#1012628). +- hwmon: (pmbus/mp2975) Move PGOOD fix (bsc#1012628). +- hwmon: (sch5627) Use bit macros when accessing the control + register (bsc#1012628). +- hwmon: (sch5627) Disallow write access if virtual registers + are locked (bsc#1012628). +- hte: tegra: Fix missing error code in tegra_hte_test_probe() + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Separate host command and irq + disable (bsc#1012628). +- spi: omap2-mcspi: switch to use modern name (bsc#1012628). +- spi: omap2-mcspi: Fix hardcoded reference clock (bsc#1012628). +- drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + (bsc#1012628). +- drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer + FIFO on older Exynos (bsc#1012628). +- drm/loongson: Fix error handling in lsdc_pixel_pll_setup() + (bsc#1012628). +- drm/rockchip: vop: Fix reset of state in duplicate state crtc + funcs (bsc#1012628). +- drm/rockchip: vop: Fix call to crtc reset helper (bsc#1012628). +- drm/rockchip: vop2: Don't crash for invalid duplicate_state + (bsc#1012628). +- drm/rockchip: vop2: Add missing call to crtc reset helper + (bsc#1012628). +- drm/radeon: possible buffer overflow (bsc#1012628). +- drm/radeon: Remove the references of radeon_gem_ pread & + pwrite ioctls (bsc#1012628). +- drm: bridge: it66121: Fix invalid connector dereference + (bsc#1012628). +- drm/bridge: lt8912b: Fix bridge_detach (bsc#1012628). +- drm/bridge: lt8912b: Fix crash on bridge detach (bsc#1012628). +- drm/bridge: lt8912b: Manually disable HPD only if it was enabled + (bsc#1012628). +- drm/bridge: lt8912b: Add missing drm_bridge_attach call + (bsc#1012628). +- drm/ssd130x: Fix screen clearing (bsc#1012628). +- drm/mediatek: Fix coverity issue with unintentional integer + overflow (bsc#1012628). +- x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + (bsc#1012628). +- drm/bridge: tc358768: Fix use of uninitialized variable + (bsc#1012628). +- drm/bridge: tc358768: Fix bit updates (bsc#1012628). +- drm/bridge: tc358768: Use struct videomode (bsc#1012628). +- drm/bridge: tc358768: Print logical values, not raw register + values (bsc#1012628). +- drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + (bsc#1012628). +- drm/bridge: tc358768: Rename dsibclk to hsbyteclk (bsc#1012628). +- drm/bridge: tc358768: Clean up clock period code (bsc#1012628). +- drm/bridge: tc358768: Fix tc358768_ns_to_cnt() (bsc#1012628). +- drm: Call drm_atomic_helper_shutdown() at shutdown/remove time + for misc drivers (bsc#1012628). +- drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + (bsc#1012628). +- drm/amdkfd: fix some race conditions in vram buffer alloc/free + of svm code (bsc#1012628). +- drm/amdkfd: Remove svm range validated_once flag (bsc#1012628). +- drm/amdkfd: Handle errors from svm validate and map + (bsc#1012628). +- drm/amd/display: Fix null pointer dereference in error message + (bsc#1012628). +- drm/amd/display: Check all enabled planes in + dm_check_crtc_cursor (bsc#1012628). +- drm/amd/display: Refactor dm_get_plane_scale helper + (bsc#1012628). +- drm/amd/display: Bail from dm_check_crtc_cursor if no relevant + change (bsc#1012628). +- io_uring/kbuf: Fix check of BID wrapping in provided buffers + (bsc#1012628). +- io_uring/kbuf: Allow the full buffer id space for provided + buffers (bsc#1012628). +- drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + (bsc#1012628). +- drm/mediatek: Fix iommu fault by swapping FBs after updating + plane state (bsc#1012628). +- drm/mediatek: Fix iommu fault during crtc enabling + (bsc#1012628). +- accel/habanalabs/gaudi2: Fix incorrect string length computation + in gaudi2_psoc_razwi_get_engines() (bsc#1012628). +- drm/msm/adreno: Fix SM6375 GPU ID (bsc#1012628). +- drm/msm/a6xx: Fix unknown speedbin case (bsc#1012628). +- drm/rockchip: cdn-dp: Fix some error handling paths in + cdn_dp_probe() (bsc#1012628). +- gpu: host1x: Correct allocated size for contexts (bsc#1012628). +- drm/bridge: lt9611uxc: fix the race in the error path + (bsc#1012628). +- arm64/arm: xen: enlighten: Fix KPTI checks (bsc#1012628). +- drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + (bsc#1012628). +- xenbus: fix error exit in xenbus_init() (bsc#1012628). +- xen: Make struct privcmd_irqfd's layout architecture independent + (bsc#1012628). +- xen: irqfd: Use _IOW instead of the internal _IOC() macro + (bsc#1012628). +- xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + (bsc#1012628). +- drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + (bsc#1012628). +- drm/msm/dsi: free TX buffer in unbind (bsc#1012628). +- clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + (bsc#1012628). +- drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + (bsc#1012628). +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (bsc#1012628). +- drm/amd/pm: Fix a memory leak on an error path (bsc#1012628). +- perf/arm-cmn: Fix DTC domain detection (bsc#1012628). +- drivers/perf: hisi_pcie: Check the type first in + pmu::event_init() (bsc#1012628). +- perf: hisi: Fix use-after-free when register pmu fails + (bsc#1012628). +- ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix PSCI power domain names + (bsc#1012628). +- arm64: dts: qcom: sdm845: cheza doesn't support LMh node + (bsc#1012628). +- arm64: dts: qcom: sc7280: link + usb3_phy_wrapper_gcc_usb30_pipe_clk (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix iommu local address range + (bsc#1012628). +- arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + (bsc#1012628). +- arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + (bsc#1012628). +- arm64: dts: qcom: sc7280: Add missing LMH interrupts + (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Swap UART index (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Fix regulators (bsc#1012628). +- arm64: dts: qcom: sdm670: Fix pdc mapping (bsc#1012628). +- arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + (bsc#1012628). +- arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + (bsc#1012628). +- arm64: dts: qcom: sm8350: fix pinctrl for UART18 (bsc#1012628). +- arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + (bsc#1012628). +- arm64: dts: qcom: sdx75-idp: align RPMh regulator nodes with + bindings (bsc#1012628). +- ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + (bsc#1012628). +- arm64: dts: qcom: msm8976: Fix ipc bit shifts (bsc#1012628). +- arm64: dts: qcom: msm8939: Fix iommu local address range + (bsc#1012628). +- riscv: dts: allwinner: remove address-cells from intc node + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + (bsc#1012628). +- ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted + hall sensor (bsc#1012628). +- ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + (bsc#1012628). +- soc: qcom: llcc: Handle a second device without data corruption + (bsc#1012628). +- kunit: Fix missed memory release in kunit_free_suite_set() + (bsc#1012628). +- kunit: Fix the wrong kfree of copy for kunit_filter_suites() + (bsc#1012628). +- kunit: Fix possible memory leak in kunit_filter_suites() + (bsc#1012628). +- kunit: test: Fix the possible memory leak in executor_test + (bsc#1012628). +- ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines + (bsc#1012628). +- firmware: ti_sci: Mark driver as non removable (bsc#1012628). +- arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for + overlay file (bsc#1012628). +- arm64: dts: ti: verdin-am62: disable MIPI DSI bridge + (bsc#1012628). +- arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + (bsc#1012628). +- arm64: dts: ti: Fix HDMI Audio overlay in Makefile + (bsc#1012628). +- firmware: arm_ffa: Assign the missing IDR allocation ID to + the FFA device (bsc#1012628). +- firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode + of messaging (bsc#1012628). +- ARM: dts: am3517-evm: Fix LED3/4 pinmux (bsc#1012628). +- clk: scmi: Free scmi_clk allocated when the clocks with invalid + info are skipped (bsc#1012628). +- arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + (bsc#1012628). +- arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + (bsc#1012628). +- arm64: dts: imx8mm: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: dts: imx8mn: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: tegra: Fix P3767 card detect polarity (bsc#1012628). +- arm64: tegra: Fix P3767 QSPI speed (bsc#1012628). +- firmware: tegra: Add suspend hook and reset BPMP IPC early on + resume (bsc#1012628). +- memory: tegra: Set BPMP msg flags to reset IPC channels + (bsc#1012628). +- arm64: tegra: Use correct interrupts for Tegra234 TKE + (bsc#1012628). +- selftests/pidfd: Fix ksft print formats (bsc#1012628). +- selftests/resctrl: Ensure the benchmark commands fits to its + array (bsc#1012628). +- soc: qcom: pmic_glink: fix connector type to be DisplayPort + (bsc#1012628). +- ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + (bsc#1012628). +- iommufd: Add iopt_area_alloc() (bsc#1012628). +- module/decompress: use vmalloc() for gzip decompression + workspace (bsc#1012628). +- KEYS: Include linux/errno.h in linux/verification.h + (bsc#1012628). +- crypto: ccp - Get a free page to use while fetching initial + nonce (bsc#1012628). +- crypto: ccp - Fix ioctl unit tests (bsc#1012628). +- crypto: ccp - Fix DBC sample application error handling + (bsc#1012628). +- crypto: ccp - Fix sample application signature passing + (bsc#1012628). +- crypto: ccp - Fix some unfused tests (bsc#1012628). +- crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + (bsc#1012628). +- hwrng: bcm2835 - Fix hwrng throughput regression (bsc#1012628). +- hwrng: geode - fix accessing registers (bsc#1012628). +- RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + (bsc#1012628). +- crypto: qat - fix state machines cleanup paths (bsc#1012628). +- crypto: qat - ignore subsequent state up commands (bsc#1012628). +- crypto: qat - fix unregistration of crypto algorithms + (bsc#1012628). +- crypto: qat - fix unregistration of compression algorithms + (bsc#1012628). +- scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall + return code (bsc#1012628). +- ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI + becomes inactive (bsc#1012628). +- libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and + check its return value (bsc#1012628). +- nd_btt: Make BTT lanes preemptible (bsc#1012628). +- crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: qat - increase size of buffers (bsc#1012628). +- ASoC: SOF: ipc4-topology: Use size_add() in call to + struct_size() (bsc#1012628). +- PCI: vmd: Correct PCI Header Type Register's multi-function + check (bsc#1012628). +- hid: cp2112: Fix duplicate workqueue initialization + (bsc#1012628). +- crypto: hisilicon/qm - fix PF queue parameter issue + (bsc#1012628). +- ARM: 9321/1: memset: cast the constant byte to unsigned char + (bsc#1012628). +- ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + (bsc#1012628). +- ext4: add missing initialization of call_notify_error in + update_super_work() (bsc#1012628). +- ext4: move 'ix' sanity check to corrent position (bsc#1012628). +- kselftest: vm: fix mdwe's mmap_FIXED test case (bsc#1012628). +- ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter + or member not described (bsc#1012628). +- backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + (bsc#1012628). +- ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + (bsc#1012628). +- fs: dlm: Fix the size of a buffer in dlm_create_debug_file() + (bsc#1012628). +- dlm: fix creating multiple node structures (bsc#1012628). +- dlm: fix remove member after close call (bsc#1012628). +- dlm: be sure we reset all nodes at forced shutdown + (bsc#1012628). +- dlm: fix no ack after final message (bsc#1012628). +- IB/mlx5: Fix rdma counter binding for RAW QP (bsc#1012628). +- RDMA/hns: Fix printing level of asynchronous events + (bsc#1012628). +- RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + (bsc#1012628). +- RDMA/hns: Fix signed-unsigned mixed comparisons (bsc#1012628). +- RDMA/hns: Add check for SL (bsc#1012628). +- RDMA/hns: The UD mode can only be configured with DCQCN + (bsc#1012628). +- RDMA/hns: Fix unnecessary port_num transition in HW stats + allocation (bsc#1012628). +- RDMA/hns: Fix init failure of RoCE VF and HIP08 (bsc#1012628). +- ASoC: SOF: core: Ensure sof_ops_free() is still called when + probe never ran (bsc#1012628). +- ASoC: intel: sof_sdw: Stop processing CODECs when enough are + found (bsc#1012628). +- ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + (bsc#1012628). +- scsi: ufs: core: Leave space for '\0' in utf8 desc string + (bsc#1012628). +- RDMA/hfi1: Workaround truncation compilation error + (bsc#1012628). +- hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs + on chip (bsc#1012628). +- HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() (bsc#1012628). +- HID: uclogic: Fix a work->entry not empty bug in __queue_work() + (bsc#1012628). +- sh: bios: Revive earlyprintk support (bsc#1012628). +- HID: logitech-hidpp: Don't restart IO, instead defer + hid_connect() only (bsc#1012628). +- HID: logitech-hidpp: Revert "Don't restart communication if + not necessary" (bsc#1012628). +- HID: logitech-hidpp: Move get_wireless_feature_index() check + to hidpp_connect_event() (bsc#1012628). +- ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + (bsc#1012628). +- PCI: endpoint: Fix double free in __pci_epc_create() + (bsc#1012628). +- padata: Fix refcnt handling in padata_free_shell() + (bsc#1012628). +- certs: Break circular dependency when selftest is modular + (bsc#1012628). +- crypto: qat - consolidate services structure (bsc#1012628). +- crypto: qat - enable dc chaining service (bsc#1012628). +- crypto: qat - refactor fw config related functions + (bsc#1012628). +- crypto: qat - use masks for AE groups (bsc#1012628). +- crypto: qat - fix ring to service map for QAT GEN4 + (bsc#1012628). +- crypto: qat - fix deadlock in backlog processing (bsc#1012628). +- ASoC: ams-delta.c: use component after check (bsc#1012628). +- erofs: fix erofs_insert_workgroup() lockref usage (bsc#1012628). +- IB/mlx5: Fix init stage error handling to avoid double free + of same QP and UAF (bsc#1012628). +- mfd: core: Un-constify mfd_cell.of_reg (bsc#1012628). +- mfd: core: Ensure disabled devices are skipped without aborting + (bsc#1012628). +- mfd: dln2: Fix double put in dln2_probe (bsc#1012628). +- dt-bindings: mfd: mt6397: Split out compatible for MediaTek + MT6366 PMIC (bsc#1012628). +- mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated + devs (bsc#1012628). +- leds: turris-omnia: Do not use SMBUS calls (bsc#1012628). +- leds: pwm: Don't disable the PWM when the LED should be off + (bsc#1012628). +- leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' + issue for 'cpu' (bsc#1012628). +- scripts/gdb: fix usage of MOD_TEXT not defined when + CONFIG_MODULES=n (bsc#1012628). +- apparmor: fix invalid reference on profile->disconnected + (bsc#1012628). +- perf stat: Fix aggr mode initialization (bsc#1012628). +- iio: frequency: adf4350: Use device managed functions and fix + power down issue (bsc#1012628). +- pinctrl: baytrail: fix debounce disable case (bsc#1012628). +- perf kwork: Fix incorrect and missing free atom in + work_push_atom() (bsc#1012628). +- perf kwork: Add the supported subcommands to the document + (bsc#1012628). +- perf kwork: Set ordered_events to true in 'struct perf_tool' + (bsc#1012628). +- f2fs: compress: fix deadloop in f2fs_write_cache_pages() + (bsc#1012628). +- f2fs: compress: fix to avoid use-after-free on dic + (bsc#1012628). +- f2fs: compress: fix to avoid redundant compress extension + (bsc#1012628). +- f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + (bsc#1012628). +- tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + (bsc#1012628). +- perf parse-events: Fix tracepoint name memory leak + (bsc#1012628). +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1012628). +- pinctrl: renesas: rzg2l: Make reverse order of enable() for + disable() (bsc#1012628). +- perf vendor events arm64: Fix for AmpereOne metrics + (bsc#1012628). +- perf record: Fix BTF type checks in the off-cpu profiling + (bsc#1012628). +- dmaengine: idxd: Register dsa_bus_type before registering idxd + sub-drivers (bsc#1012628). +- usb: dwc2: fix possible NULL pointer dereference caused by + driver concurrency (bsc#1012628). +- usb: chipidea: Fix DMA overwrite for Tegra (bsc#1012628). +- usb: chipidea: Simplify Tegra DMA alignment code (bsc#1012628). +- dmaengine: ti: edma: handle irq_of_parse_and_map() errors + (bsc#1012628). +- tools/perf: Update call stack check in builtin-lock.c + (bsc#1012628). +- misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + (bsc#1012628). +- debugfs: Fix __rcu type comparison warning (bsc#1012628). +- tools: iio: iio_generic_buffer ensure alignment (bsc#1012628). +- USB: usbip: fix stub_dev hub disconnect (bsc#1012628). +- dmaengine: pxa_dma: Remove an erroneous BUG_ON() in + pxad_free_desc() (bsc#1012628). +- f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + (bsc#1012628). +- interconnect: qcom: qdu1000: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7180: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7280: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8180x: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8280xp: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm670: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm845: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm6350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8150: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8250: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (bsc#1012628). +- powerpc: Only define __parse_fpscr() when required + (bsc#1012628). +- interconnect: fix error handling in qnoc_probe() (bsc#1012628). +- perf build: Add missing comment about NO_LIBTRACEEVENT=1 + (bsc#1012628). +- perf parse-events: Fix for term values that are raw events + (bsc#1012628). +- perf mem-events: Avoid uninitialized read (bsc#1012628). +- s390/ap: re-init AP queues on config on (bsc#1012628). +- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- perf tools: Do not ignore the default vmlinux.h (bsc#1012628). +- powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + (bsc#1012628). +- powerpc/xive: Fix endian conversion size (bsc#1012628). +- powerpc: Hide empty pt_regs at base of the stack (bsc#1012628). +- perf trace: Use the right bpf_probe_read(_str) variant for + reading user data (bsc#1012628). +- powerpc/vas: Limit open window failure messages in log bufffer + (bsc#1012628). +- powerpc/imc-pmu: Use the correct spinlock initializer + (bsc#1012628). +- powerpc/pseries: fix potential memory leak in + init_cpu_associativity() (bsc#1012628). +- perf vendor events: Update PMC used in PM_RUN_INST_CMPL event + for power10 platform (bsc#1012628). +- xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + (bsc#1012628). +- usb: host: xhci-plat: fix possible kernel oops while resuming + (bsc#1012628). +- powerpc/vmcore: Add MMU information to vmcoreinfo (bsc#1012628). +- perf machine: Avoid out of bounds LBR memory read (bsc#1012628). +- libperf rc_check: Make implicit enabling work for GCC + (bsc#1012628). +- perf hist: Add missing puts to hist__account_cycles + (bsc#1012628). +- perf vendor events intel: Fix broadwellde + tma_info_system_dram_bw_use metric (bsc#1012628). +- perf vendor events intel: Add broadwellde two metrics + (bsc#1012628). +- 9p/net: fix possible memory leak in p9_check_errors() + (bsc#1012628). +- rtla: Fix uninitialized variable found (bsc#1012628). +- i3c: Fix potential refcount leak in + i3c_master_register_new_i3c_devs (bsc#1012628). +- rtc: brcmstb-waketimer: support level alarm_irq (bsc#1012628). +- cxl/pci: Remove unnecessary device reference management in + sanitize work (bsc#1012628). +- cxl/pci: Cleanup 'sanitize' to always poll (bsc#1012628). +- cxl/pci: Remove inconsistent usage of dev_err_probe() + (bsc#1012628). +- cxl/pci: Clarify devm host for memdev relative setup + (bsc#1012628). +- cxl/pci: Fix sanitize notifier setup (bsc#1012628). +- cxl/memdev: Fix sanitize vs decoder setup locking (bsc#1012628). +- cxl/mem: Fix shutdown order (bsc#1012628). +- virt: sevguest: Fix passing a stack buffer as a scatterlist + target (bsc#1012628). +- rtc: pcf85363: fix wrong mask/val parameters in + regmap_update_bits call (bsc#1012628). +- cxl/region: Prepare the decoder match range helper for reuse + (bsc#1012628). +- cxl/region: Calculate a target position in a region interleave + (bsc#1012628). +- cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + (bsc#1012628). +- cxl/region: Fix cxl_region_rwsem lock held when returning to + user space (bsc#1012628). +- cxl/core/regs: Rename @dev to @host in struct cxl_register_map + (bsc#1012628). +- cxl/port: Fix @host confusion in cxl_dport_setup_regs() + (bsc#1012628). +- cxl/hdm: Remove broken error path (bsc#1012628). +- pcmcia: cs: fix possible hung task and memory leak pccardd() + (bsc#1012628). +- pcmcia: ds: fix refcount leak in pcmcia_device_add() + (bsc#1012628). +- pcmcia: ds: fix possible name leak in error path in + pcmcia_device_add() (bsc#1012628). +- media: imx-jpeg: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: hantro: Check whether reset op is defined before use + (bsc#1012628). +- media: verisilicon: Do not enable G2 postproc downscale if + source is narrower than destination (bsc#1012628). +- media: ov13b10: Fix some error checking in probe (bsc#1012628). +- media: ov5640: fix vblank unchange issue when work at dvp mode + (bsc#1012628). +- media: i2c: max9286: Fix some redundant of_node_put() calls + (bsc#1012628). +- media: ov5640: Fix a memory leak when ov5640_probe fails + (bsc#1012628). +- media: bttv: fix use after free error due to btv->timeout timer + (bsc#1012628). +- media: amphion: handle firmware debug message (bsc#1012628). +- media: mtk-jpegenc: Fix bug in JPEG encode quality selection + (bsc#1012628). +- media: s3c-camif: Avoid inappropriate kfree() (bsc#1012628). +- media: vidtv: psi: Add check for kstrdup (bsc#1012628). +- media: vidtv: mux: Add check and kfree for kstrdup + (bsc#1012628). +- media: cedrus: Fix clock/reset sequence (bsc#1012628). +- media: i2c: imx219: Convert to CCI register access helpers + (bsc#1012628). +- media: i2c: imx219: Replace register addresses with macros + (bsc#1012628). +- media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common + regs array (bsc#1012628). +- media: cadence: csi2rx: Unregister v4l2 async notifier + (bsc#1012628). +- media: dvb-usb-v2: af9035: fix missing unlock (bsc#1012628). +- media: verisilicon: Fixes clock list for rk3588 av1 decoder + (bsc#1012628). +- media: mediatek: vcodec: Handle invalid encoder vsi + (bsc#1012628). +- media: imx-jpeg: notify source chagne event when the first + picture parsed (bsc#1012628). +- media: mediatek: vcodec: using encoder device to alloc/free + encoder memory (bsc#1012628). +- media: platform: mtk-mdp3: fix uninitialized variable in + mdp_path_config() (bsc#1012628). +- media: cec: meson: always include meson sub-directory in + Makefile (bsc#1012628). +- cpupower: fix reference to nonexistent document (bsc#1012628). +- regmap: prevent noinc writes from clobbering cache + (bsc#1012628). +- drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + (bsc#1012628). +- drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (bsc#1012628). +- pwm: sti: Reduce number of allocations and drop usage of + chip_data (bsc#1012628). +- pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + (bsc#1012628). +- Input: synaptics-rmi4 - fix use after free in + rmi_unregister_function() (bsc#1012628). +- watchdog: marvell_gti_wdt: Fix error code in probe() + (bsc#1012628). +- watchdog: ixp4xx: Make sure restart always works (bsc#1012628). +- llc: verify mac len before reading mac header (bsc#1012628). +- hsr: Prevent use after free in prp_create_tagged_frame() + (bsc#1012628). +- tipc: Change nla_policy for bearer-related names to + NLA_NUL_STRING (bsc#1012628). +- rxrpc: Fix two connection reaping bugs (bsc#1012628). +- bpf: Check map->usercnt after timer->timer is assigned + (bsc#1012628). +- inet: shrink struct flowi_common (bsc#1012628). +- octeontx2-pf: Fix error codes (bsc#1012628). +- octeontx2-pf: Fix holes in error code (bsc#1012628). +- net: page_pool: add missing free_percpu when page_pool_init fail + (bsc#1012628). +- dccp: Call security_inet_conn_request() after setting IPv4 + addresses (bsc#1012628). +- dccp/tcp: Call security_inet_conn_request() after setting IPv6 + addresses (bsc#1012628). +- net: r8169: Disable multicast filter for RTL8168H and RTL8107E + (bsc#1012628). +- Fix termination state for idr_for_each_entry_ul() (bsc#1012628). +- net: stmmac: xgmac: Enable support for multiple Flexible PPS + outputs (bsc#1012628). +- selftests: pmtu.sh: fix result checking (bsc#1012628). +- octeontx2-pf: Free pending and dropped SQEs (bsc#1012628). +- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + (bsc#1012628). +- net/smc: allow cdc msg send rather than drop it with NULL + sndbuf_desc (bsc#1012628). +- net/smc: put sk reference if close work was canceled + (bsc#1012628). +- nvme: fix error-handling for io_uring nvme-passthrough + (bsc#1012628). +- riscv: boot: Fix creation of loader.bin (bsc#1012628). +- ice: Fix SRIOV LAG disable on non-compliant aggregate + (bsc#1012628). +- ice: lag: in RCU, use atomic allocation (bsc#1012628). +- ice: Fix VF-VF filter rules in switchdev mode (bsc#1012628). +- ice: Fix VF-VF direction matching in drop rule in switchdev + (bsc#1012628). +- tg3: power down device only on SYSTEM_POWER_OFF (bsc#1012628). +- nbd: fix uaf in nbd_open (bsc#1012628). +- blk-core: use pr_warn_ratelimited() in bio_check_ro() + (bsc#1012628). +- vsock/virtio: remove socket from connected/bound list on + shutdown (bsc#1012628). +- r8169: respect userspace disabling IFF_MULTICAST (bsc#1012628). +- virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() + (bsc#1012628). +- net: enetc: shorten enetc_setup_xdp_prog() error message to + fit NETLINK_MAX_FMTMSG_LEN (bsc#1012628). +- i2c: iproc: handle invalid slave state (bsc#1012628). +- netfilter: xt_recent: fix (increase) ipv6 literal buffer length + (bsc#1012628). +- netfilter: nat: fix ipv6 nat redirect with mapped and scoped + addresses (bsc#1012628). +- net/sched: act_ct: Always fill offloading tuple iifidx + (bsc#1012628). +- RISC-V: Don't fail in riscv_of_parent_hartid() for disabled + HARTs (bsc#1012628). +- net: ti: icss-iep: fix setting counter value (bsc#1012628). +- drivers: perf: Do not broadcast to other cpus when starting + a counter (bsc#1012628). +- module/decompress: use kvmalloc() consistently (bsc#1012628). +- fs: dlm: Simplify buffer size computation in + dlm_create_debug_file() (bsc#1012628). +- drm/vc4: tests: Fix UAF in the mock helpers (bsc#1012628). +- drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + (bsc#1012628). +- ASoC: rt712-sdca: fix speaker route missing issue (bsc#1012628). +- ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix + error messages (bsc#1012628). +- ASoC: hdmi-codec: register hpd callback on component probe + (bsc#1012628). +- ASoC: dapm: fix clock get name (bsc#1012628). +- spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + (bsc#1012628). +- arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + (bsc#1012628). +- fbdev: imsttfb: fix double free in probe() (bsc#1012628). +- fbdev: imsttfb: fix a resource leak in probe (bsc#1012628). +- ALSA: hda/realtek: Add support dual speaker for Dell + (bsc#1012628). +- fbdev: fsl-diu-fb: mark wr_reg_wa() static (bsc#1012628). +- tracing/kprobes: Fix the order of argument descriptions + (bsc#1012628). +- eventfs: Check for NULL ef in eventfs_set_attr() (bsc#1012628). +- selftests: mptcp: run userspace pm tests slower (bsc#1012628). +- selftests: mptcp: fix wait_rm_addr/sf parameters (bsc#1012628). +- io_uring/net: ensure socket is marked connected on connect retry + (bsc#1012628). +- x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + (bsc#1012628). +- Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, + disables L1" (bsc#1012628). +- Revert "mmc: core: Capture correct oemid-bits for eMMC cards" + (bsc#1012628). +- btrfs: use u64 for buffer sizes in the tree search ioctls + (bsc#1012628). +- btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() (bsc#1012628). +- Refresh + patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch. +- Rename to + patches.kernel.org/6.6.2-328-ASoC-cs35l41-Handle-mdsync_down-reg-write-error.patch. +- Rename to + patches.kernel.org/6.6.2-329-ASoC-cs35l41-Handle-mdsync_up-reg-write-errors.patch. +- Rename to + patches.kernel.org/6.6.2-330-ASoC-cs35l41-Initialize-completion-object-befor.patch. +- Rename to + patches.kernel.org/6.6.2-331-ASoC-cs35l41-Fix-broken-shared-boost-activation.patch. +- Rename to + patches.kernel.org/6.6.2-332-ASoC-cs35l41-Verify-PM-runtime-resume-errors-in.patch. +- Rename to + patches.kernel.org/6.6.2-333-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver-.patch. +- Rename to + patches.kernel.org/6.6.2-334-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch. +- Rename to + patches.kernel.org/6.6.2-335-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dri.patch. +- commit 263a855 + +------------------------------------------------------------------- +Wed Nov 15 15:15:13 CET 2023 - tiwai@suse.de + +- Refresh patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + Add entries for more *.pnvm files +- commit 058e978 + +------------------------------------------------------------------- +Wed Nov 15 14:58:30 CET 2023 - tiwai@suse.de + +- ALSA: hda: cs35l41: Fix missing error code in + cs35l41_smart_amp() (bsc#1213745). +- ALSA: hda: cs35l41: mark cs35l41_verify_id() static + (bsc#1213745). +- ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + (bsc#1213745). +- ALSA: hda: cs35l41: Check CSPL state after loading firmware + (bsc#1213745). +- ALSA: hda: cs35l41: Do not unload firmware before reset in + system suspend (bsc#1213745). +- ALSA: hda: cs35l41: Force a software reset after hardware reset + (bsc#1213745). +- ALSA: hda: cs35l41: Run boot process during resume callbacks + (bsc#1213745). +- ALSA: hda: cs35l41: Assert Reset prior to de-asserting in + probe and system resume (bsc#1213745). +- ALSA: hda: cs35l41: Assert reset before system suspend + (bsc#1213745). +- ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook + Fury 17 G9 (bsc#1213745). +- ALSA: hda: cs35l41: Consistently use dev_err_probe() + (bsc#1213745). +- ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + (bsc#1213745). +- ASoC: cs35l41: Use modern pm_ops (bsc#1213745). +- ASoC: cs35l41: Make use of dev_err_probe() (bsc#1213745). +- ASoC: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + (bsc#1213745). +- ASoC: cs35l41: Fix broken shared boost activation (bsc#1213745). +- ASoC: cs35l41: Initialize completion object before requesting + IRQ (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_up reg write errors (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_down reg write errors + (bsc#1213745). +- ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + (bsc#1213745). +- ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + (bsc#1213745). +- ALSA: hda/realtek: Support ACPI Notification framework via + component binding (bsc#1213745). +- ALSA: hda: cs35l41: Add notification support into component + binding (bsc#1213745). +- commit 1b0014b + ------------------------------------------------------------------- Mon Nov 13 16:32:53 CET 2023 - schwab@suse.de @@ -2733,16 +8541,1352 @@ Mon Nov 13 15:33:04 CET 2023 - rfrohl@suse.com Still missing config changes, spec dependencies, renaming rpms - commit a5b5893 +------------------------------------------------------------------- +Fri Nov 10 17:02:16 CET 2023 - jdelvare@suse.de + +- Disable Loongson drivers + Loongson is a mips architecture, I don't think it makes sense to + build Loongson drivers on other architectures. +- commit 4d5bd14 + +------------------------------------------------------------------- +Fri Nov 10 10:36:21 CET 2023 - tiwai@suse.de + +- wifi: ath11k: support hibernation (bsc#1207948). +- wifi: ath11k: thermal: don't try to register multiple times + (bsc#1207948). +- wifi: ath11k: fix warning on DMA ring capabilities event + (bsc#1207948). +- wifi: ath11k: do not dump SRNG statistics during resume + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- bus: mhi: host: add new interfaces to handle MHI channels + directly (bsc#1207948). +- bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948). +- commit 10bbcec + +------------------------------------------------------------------- +Fri Nov 10 10:34:47 CET 2023 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1207948). +- commit e66948e + +------------------------------------------------------------------- +Fri Nov 10 10:33:31 CET 2023 - tiwai@suse.de + +- Drop ath11k hibernation patch set once for renewal (bsc#1207948) +- commit 9ecdaa5 + +------------------------------------------------------------------- +Thu Nov 9 06:27:25 CET 2023 - jslaby@suse.cz + +- Linux 6.6.1 (bsc#1012628). +- ASoC: SOF: sof-pci-dev: Fix community key quirk detection + (bsc#1012628). +- ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + (bsc#1012628). +- serial: core: Fix runtime PM handling for pending tx + (bsc#1012628). +- misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device + support (bsc#1012628). +- dt-bindings: serial: rs485: Add rs485-rts-active-high + (bsc#1012628). +- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + (bsc#1012628). +- tty: 8250: Add support for Intashield IX cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes PX cards + (bsc#1012628). +- tty: 8250: Fix up PX-803/PX-857 (bsc#1012628). +- tty: 8250: Fix port count of PX-257 (bsc#1012628). +- tty: 8250: Add support for Intashield IS-100 (bsc#1012628). +- tty: 8250: Add support for Brainboxes UP cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes UC cards + (bsc#1012628). +- tty: 8250: Remove UC-257 and UC-431 (bsc#1012628). +- tty: n_gsm: fix race condition in status line change on dead + connections (bsc#1012628). +- Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + (bsc#1012628). +- usb: raw-gadget: properly handle interrupted requests + (bsc#1012628). +- usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + (bsc#1012628). +- usb: typec: tcpm: Add additional checks for contaminant + (bsc#1012628). +- usb: storage: set 1.50 as the lower bcdDevice for older "Super + Top" compatibility (bsc#1012628). +- PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD + device (bsc#1012628). +- ALSA: usb-audio: add quirk flag to enable native DSD for + McIntosh devices (bsc#1012628). +- eventfs: Use simple_recursive_removal() to clean up dentries + (bsc#1012628). +- eventfs: Delete eventfs_inode when the last dentry is freed + (bsc#1012628). +- eventfs: Save ownership and mode (bsc#1012628). +- eventfs: Remove "is_freed" union with rcu head (bsc#1012628). +- tracing: Have trace_event_file have ref counters (bsc#1012628). +- perf evlist: Avoid frequency mode for the dummy event + (bsc#1012628). +- power: supply: core: Use blocking_notifier_call_chain to avoid + RCU complaint (bsc#1012628). +- drm/amd/display: Don't use fsleep for PSR exit waits + (bsc#1012628). +- commit 758e4f0 + +------------------------------------------------------------------- +Sun Nov 5 23:08:29 CET 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream reference + - patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch +- commit 93ae682 + +------------------------------------------------------------------- +Thu Nov 2 22:44:53 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into sorted section: + - patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch + - patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch + - patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch +- commit 157ac85 + +------------------------------------------------------------------- +Thu Nov 2 09:35:14 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Delete + patches.rpmify/kbuild-dummy-tools-Add-support-for-fpatchable-functi.patch. + Replace the latter with the former (upstream accepted solution). +- commit 8050c17 + +------------------------------------------------------------------- +Wed Nov 1 15:54:26 CET 2023 - schwab@suse.de + +- riscv: enable CONFIG_PCI_HOST_GENERIC + Needed for the pci host controller emulated by qemu. +- commit ebb7db3 + ------------------------------------------------------------------- Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz +- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch. +- Update config files. + This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The + patch was not accepted upstream: + https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ + Instead, we merged the packaging branch which fixes this in + rpm/check-for-config-changes instead. - rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes to fix build on x86_32. There was a fix submitted to upstream but it was not accepted: https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ So carry this in IGNORED_CONFIGS_RE instead. -- commit 7acca37 +- commit ce5bc31 + +------------------------------------------------------------------- +Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz + +- config: enable NFS_V4_2_READ_PLUS (bsc#1216736) + This option was introduced and disabled by default because of unresolved + issues. As stated in mainline commit 9cf2744d2491 ("NFS: Enable the + READ_PLUS operation by default") which changes the upstream default to + enabled, these issues are addressed so that it is safe to enable the + option and as it allows to transfer sparse files more efficiently, it is + desirable to do so. +- commit c4f1dc1 + +------------------------------------------------------------------- +Tue Oct 31 10:57:23 CET 2023 - jslaby@suse.cz + +- x86: Let AS_WRUSS depend on X86_64 (i386-build-fix). +- Update config files. +- commit 9ab2e07 + +------------------------------------------------------------------- +Mon Oct 30 12:36:34 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Update config files. +- commit 2c8a930 + +------------------------------------------------------------------- +Mon Oct 30 09:35:27 CET 2023 - msuchanek@suse.de + +- kbuild: dummy-tools: Add support for -fpatchable-function-entry (dummy-tools). + Update config files. +- commit 494c209 + +------------------------------------------------------------------- +Mon Oct 30 07:50:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Already present in 6.6-rc1. This was applied twice due to too few + context in the diff. But it did not hurt... +- commit 2a844dc + +------------------------------------------------------------------- +Mon Oct 30 06:12:00 CET 2023 - mkubecek@suse.cz + +- Update to 6.6 final +- refresh configs (headers only) +- commit e0904b6 + +------------------------------------------------------------------- +Sun Oct 29 21:45:54 CET 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- armv7hl specific config options: + - TI_ICSS_IEP=m +- commit 09e0fd1 + +------------------------------------------------------------------- +Fri Oct 27 10:37:50 CEST 2023 - vkarasulli@suse.de + +- Update + patches.kernel.org/6.5.9-016-x86-sev-Disable-MMIO-emulation-from-user-mode.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-017-x86-sev-Check-IOBM-for-IOIO-exceptions-from-use.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-018-x86-sev-Check-for-user-space-IOIO-pointing-to-k.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- commit b854e69 + +------------------------------------------------------------------- +Wed Oct 25 12:31:37 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.9 (bsc#1012628). +- Bluetooth: hci_event: Ignore NULL link key (bsc#1012628). +- Bluetooth: Reject connection with the device which has same + BD_ADDR (bsc#1012628). +- Bluetooth: Fix a refcnt underflow problem for hci_conn + (bsc#1012628). +- Bluetooth: vhci: Fix race when opening vhci device + (bsc#1012628). +- Bluetooth: hci_event: Fix coding style (bsc#1012628). +- Bluetooth: avoid memcmp() out of bounds warning (bsc#1012628). +- Bluetooth: hci_conn: Fix modifying handle while aborting + (bsc#1012628). +- ice: fix over-shifted variable (bsc#1012628). +- ice: Fix safe mode when DDP is missing (bsc#1012628). +- ice: reset first in crash dump kernels (bsc#1012628). +- net/smc: return the right falback reason when prefix checks fail + (bsc#1012628). +- btrfs: fix stripe length calculation for non-zoned data chunk + allocation (bsc#1012628). +- nfc: nci: fix possible NULL pointer dereference in + send_acknowledge() (bsc#1012628). +- regmap: fix NULL deref on lookup (bsc#1012628). +- KVM: x86: Mask LVTPC when handling a PMI (bsc#1012628). +- x86/sev: Disable MMIO emulation from user mode (bsc#1012628). +- x86/sev: Check IOBM for IOIO exceptions from user-space + (bsc#1012628). +- x86/sev: Check for user-space IOIO pointing to kernel space + (bsc#1012628). +- x86/fpu: Allow caller to constrain xfeatures when copying to + uabi buffer (bsc#1012628). +- KVM: x86/pmu: Truncate counter value to allowed width on write + (bsc#1012628). +- KVM: x86: Constrain guest-supported xfeatures only at + KVM_GET_XSAVE{2} (bsc#1012628). +- x86: KVM: SVM: always update the x2avic msr interception + (bsc#1012628). +- x86: KVM: SVM: add support for Invalid IPI Vector interception + (bsc#1012628). +- x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + (bsc#1012628). +- audit,io_uring: io_uring openat triggers audit reference count + underflow (bsc#1012628). +- tcp: check mptcp-level constraints for backlog coalescing + (bsc#1012628). +- mptcp: more conservative check for zero probes (bsc#1012628). +- selftests: mptcp: join: no RST when rm subflow/addr + (bsc#1012628). +- mm: slab: Do not create kmalloc caches smaller than + arch_slab_minalign() (bsc#1012628). +- fs/ntfs3: Fix OOB read in ntfs_init_from_boot (bsc#1012628). +- fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + (bsc#1012628). +- fs/ntfs3: fix panic about slab-out-of-bounds caused by + ntfs_list_ea() (bsc#1012628). +- fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + (bsc#1012628). +- fs/ntfs3: fix deadlock in mark_as_free_ex (bsc#1012628). +- Revert "net: wwan: iosm: enable runtime pm support for 7560" + (bsc#1012628). +- netfilter: nft_payload: fix wrong mac header matching + (bsc#1012628). +- io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ + ring address (bsc#1012628). +- nvmet-tcp: Fix a possible UAF in queue intialization setup + (bsc#1012628). +- drm/i915: Retry gtt fault when out of fence registers + (bsc#1012628). +- drm/mediatek: Correctly free sg_table in gem prime vmap + (bsc#1012628). +- drm/nouveau/disp: fix DP capable DSM connectors (bsc#1012628). +- drm/edid: add 8 bpc quirk to the BenQ GW2765 (bsc#1012628). +- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe + errors (bsc#1012628). +- ASoC: codecs: wcd938x: drop bogus bind error handling + (bsc#1012628). +- ASoC: codecs: wcd938x: fix unbind tear down order (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on bind errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix regulator leaks on probe errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + (bsc#1012628). +- qed: fix LL2 RX buffer allocation (bsc#1012628). +- xfrm: fix a data-race in xfrm_lookup_with_ifid() (bsc#1012628). +- xfrm6: fix inet6_dev refcount underflow problem (bsc#1012628). +- xfrm: fix a data-race in xfrm_gen_index() (bsc#1012628). +- xfrm: interface: use DEV_STATS_INC() (bsc#1012628). +- net: xfrm: skip policies marked as dead while reinserting + policies (bsc#1012628). +- fprobe: Fix to ensure the number of active retprobes is not zero + (bsc#1012628). +- wifi: cfg80211: use system_unbound_wq for wiphy work + (bsc#1012628). +- net: ipv4: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: ipv6: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: rfkill: gpio: prevent value glitch during probe + (bsc#1012628). +- tcp: fix excessive TLP and RACK timeouts from HZ rounding + (bsc#1012628). +- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains + a single skb (bsc#1012628). +- tcp: Fix listen() warning with v4-mapped-v6 address + (bsc#1012628). +- docs: fix info about representor identification (bsc#1012628). +- tun: prevent negative ifindex (bsc#1012628). +- gve: Do not fully free QPL pages on prefill errors + (bsc#1012628). +- ipv4: fib: annotate races around nh->nh_saddr_genid and + nh->nh_saddr (bsc#1012628). +- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + (bsc#1012628). +- octeon_ep: update BQL sent bytes before ringing doorbell + (bsc#1012628). +- i40e: prevent crash on probe if hw registers have invalid values + (bsc#1012628). +- net: dsa: bcm_sf2: Fix possible memory leak in + bcm_sf2_mdio_register() (bsc#1012628). +- bonding: Return pointer to data after pull on skb (bsc#1012628). +- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a + inner curve (bsc#1012628). +- neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + (bsc#1012628). +- selftests: openvswitch: Catch cases where the tests are killed + (bsc#1012628). +- selftests: openvswitch: Fix the ct_tuple for v4 (bsc#1012628). +- selftests: netfilter: Run nft_audit.sh in its own netns + (bsc#1012628). +- netfilter: nft_set_rbtree: .deactivate fails if element has + expired (bsc#1012628). +- netlink: Correct offload_xstats size (bsc#1012628). +- netfilter: nf_tables: do not refresh timeout when resetting + element (bsc#1012628). +- nf_tables: fix NULL pointer dereference in + nft_expr_inner_parse() (bsc#1012628). +- nf_tables: fix NULL pointer dereference in nft_inner_init() + (bsc#1012628). +- netfilter: nf_tables: do not remove elements if set backend + implements .abort (bsc#1012628). +- netfilter: nf_tables: revert do not remove elements if set + backend implements .abort (bsc#1012628). +- selftests: openvswitch: Add version check for pyroute2 + (bsc#1012628). +- net: phy: bcm7xxx: Add missing 16nm EPHY statistics + (bsc#1012628). +- net: pktgen: Fix interface flags printing (bsc#1012628). +- net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + (bsc#1012628). +- net: mdio-mux: fix C45 access returning -EIO after API change + (bsc#1012628). +- net: avoid UAF on deleted altname (bsc#1012628). +- net: fix ifname in netlink ntf during netns move (bsc#1012628). +- net: check for altname conflicts when changing netdev's netns + (bsc#1012628). +- iio: light: vcnl4000: Don't power on/off chip in config + (bsc#1012628). +- pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + (bsc#1012628). +- ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms + for mapphone (bsc#1012628). +- arm64: dts: mediatek: Fix "mediatek,merge-mute" and + "mediatek,merge-fifo-en" types (bsc#1012628). +- fs-writeback: do not requeue a clean inode having skipped pages + (bsc#1012628). +- btrfs: fix race when refilling delayed refs block reserve + (bsc#1012628). +- btrfs: prevent transaction block reserve underflow when starting + transaction (bsc#1012628). +- btrfs: return -EUCLEAN for delayed tree ref with a ref count + not equals to 1 (bsc#1012628). +- btrfs: initialize start_slot in btrfs_log_prealloc_extents + (bsc#1012628). +- i2c: mux: Avoid potential false error message in + i2c_mux_add_adapter (bsc#1012628). +- overlayfs: set ctime when setting mtime and atime (bsc#1012628). +- accel/ivpu: Don't flood dmesg with VPU ready message + (bsc#1012628). +- gpio: timberdale: Fix potential deadlock on &tgpio->lock + (bsc#1012628). +- ata: libata-core: Fix compilation warning in + ata_dev_config_ncq() (bsc#1012628). +- ata: libata-eh: Fix compilation warning in ata_eh_link_report() + (bsc#1012628). +- tracing: relax trace_event_eval_update() execution with + cond_resched() (bsc#1012628). +- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + (bsc#1012628). +- wifi: cfg80211: validate AP phy operation before starting it + (bsc#1012628). +- wifi: iwlwifi: Ensure ack flag is properly cleared + (bsc#1012628). +- rfkill: sync before userspace visibility/changes (bsc#1012628). +- HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 + Triathlon mouse (bsc#1012628). +- HID: holtek: fix slab-out-of-bounds Write in + holtek_kbd_input_event (bsc#1012628). +- Bluetooth: btusb: add shutdown function for QCA6174 + (bsc#1012628). +- Bluetooth: Avoid redundant authentication (bsc#1012628). +- Bluetooth: hci_core: Fix build warnings (bsc#1012628). +- wifi: cfg80211: Fix 6GHz scan configuration (bsc#1012628). +- wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + (bsc#1012628). +- wifi: mac80211: allow transmitting EAPOL frames with tainted + key (bsc#1012628). +- wifi: cfg80211: avoid leaking stack data into trace + (bsc#1012628). +- regulator/core: Revert "fix kobject release warning and memory + leak in regulator_register()" (bsc#1012628). +- SUNRPC: Fail quickly when server does not recognize TLS + (bsc#1012628). +- SUNRPC/TLS: Lock the lower_xprt during the tls handshake + (bsc#1012628). +- nfs: decrement nrequests counter before releasing the req + (bsc#1012628). +- sky2: Make sure there is at least one frag_addr available + (bsc#1012628). +- ipv4/fib: send notify when delete source address routes + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for One Mix 2S + (bsc#1012628). +- btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + (bsc#1012628). +- btrfs: error out when COWing block using a stale transaction + (bsc#1012628). +- btrfs: error when COWing block from a root that is being deleted + (bsc#1012628). +- btrfs: error out when reallocating block for defrag using a + stale transaction (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the BUSH Bush + Windows tablet (bsc#1012628). +- drm/amd/pm: add unique_id for gc 11.0.3 (bsc#1012628). +- HID: multitouch: Add required quirk for Synaptics 0xcd7e device + (bsc#1012628). +- HID: nintendo: reinitialize USB Pro Controller after resuming + from suspend (bsc#1012628). +- HID: Add quirk to ignore the touchscreen battery on HP ENVY + 15-eu0556ng (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + (bsc#1012628). +- cpufreq: schedutil: Update next_freq when cpufreq_limits change + (bsc#1012628). +- io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() (bsc#1012628). +- Bluetooth: hci_sync: Fix not handling ISO_LINK in + hci_abort_conn_sync (bsc#1012628). +- Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + (bsc#1012628). +- Bluetooth: ISO: Fix invalid context error (bsc#1012628). +- Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when + aborting (bsc#1012628). +- Bluetooth: hci_sync: always check if connection is alive before + deleting (bsc#1012628). +- net/mlx5: E-switch, register event handler before arming the + event (bsc#1012628). +- net/mlx5: Handle fw tracer change ownership event based on MTRC + (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + striding rq (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + legacy rq (bsc#1012628). +- net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on + shutdown (bsc#1012628). +- net/mlx5e: Take RTNL lock before triggering netdev notifiers + (bsc#1012628). +- net/mlx5e: Don't offload internal port if filter device is + out device (bsc#1012628). +- net/mlx5e: Fix VF representors reporting zero counters to + "ip -s" command (bsc#1012628). +- net/tls: split tls_rx_reader_lock (bsc#1012628). +- tcp: allow again tcp_disconnect() when threads are waiting + (bsc#1012628). +- Bluetooth: hci_event: Fix using memcmp when comparing keys + (bsc#1012628). +- tcp_bpf: properly release resources on error paths + (bsc#1012628). +- mtd: rawnand: qcom: Unmap the right resource upon probe failure + (bsc#1012628). +- mtd: rawnand: pl353: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: marvell: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: arasan: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: Ensure the nand chip supports cached reads + (bsc#1012628). +- mtd: spinand: micron: correct bitmask for ecc status + (bsc#1012628). +- mtd: physmap-core: Restore map_rom fallback (bsc#1012628). +- dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + (bsc#1012628). +- mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can + suspend (bsc#1012628). +- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + (bsc#1012628). +- mmc: core: Fix error propagation for some ioctl commands + (bsc#1012628). +- mmc: core: sdio: hold retuning if sdio in 1-bit mode + (bsc#1012628). +- mmc: core: Capture correct oemid-bits for eMMC cards + (bsc#1012628). +- pinctrl: qcom: lpass-lpi: fix concurrent register updates + (bsc#1012628). +- Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" + (bsc#1012628). +- pNFS: Fix a hang in nfs4_evict_inode() (bsc#1012628). +- pNFS/flexfiles: Check the layout validity in + ff_layout_mirror_prepare_stats (bsc#1012628). +- ACPI: irq: Fix incorrect return value in acpi_register_gsi() + (bsc#1012628). +- ACPI: bus: Move acpi_arm_init() to the place of after + acpi_ghes_init() (bsc#1012628). +- perf dlfilter: Fix use of addr_location__exit() in + dlfilter__object_code() (bsc#1012628). +- Revert "accel/ivpu: Use cached buffers for FW loading" + (bsc#1012628). +- fanotify: limit reporting of event with non-decodeable file + handles (bsc#1012628). +- NFS: Fix potential oops in nfs_inode_remove_request() + (bsc#1012628). +- nfs42: client needs to strip file mode's suid/sgid bit after + ALLOCATE op (bsc#1012628). +- nvme: sanitize metadata bounce buffer for reads (bsc#1012628). +- nvme-pci: add BOGUS_NID for Intel 0a54 device (bsc#1012628). +- nvme-auth: use chap->s2 to indicate bidirectional authentication + (bsc#1012628). +- nvmet-auth: complete a request only after freeing the dhchap + pointers (bsc#1012628). +- nvme-rdma: do not try to stop unallocated queues (bsc#1012628). +- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + (bsc#1012628). +- USB: serial: option: add entry for Sierra EM9191 with new + firmware (bsc#1012628). +- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + (bsc#1012628). +- thunderbolt: Call tb_switch_put() once DisplayPort bandwidth + request is finished (bsc#1012628). +- perf: Disallow mis-matched inherited group reads (bsc#1012628). +- s390/pci: fix iommu bitmap allocation (bsc#1012628). +- tracing/kprobes: Return EADDRNOTAVAIL when func matches several + symbols (bsc#1012628). +- selftests/ftrace: Add new test case which checks non unique + symbol (bsc#1012628). +- KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + (bsc#1012628). +- apple-gmux: Hard Code max brightness for MMIO gmux + (bsc#1012628). +- s390/cio: fix a memleak in css_alloc_subchannel (bsc#1012628). +- platform/surface: platform_profile: Propagate error if profile + registration fails (bsc#1012628). +- platform/x86: intel-uncore-freq: Conditionally create attribute + for read frequency (bsc#1012628). +- platform/x86: msi-ec: Fix the 3rd config (bsc#1012628). +- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from + 0x20 to 0x2e (bsc#1012628). +- platform/x86: asus-wmi: Only map brightness codes when using + asus-wmi backlight control (bsc#1012628). +- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c + events (bsc#1012628). +- rust: error: fix the description for `ECHILD` (bsc#1012628). +- gpiolib: acpi: Add missing memset(0) to + acpi_get_gpiod_from_data() (bsc#1012628). +- gpio: vf610: set value before the direction to avoid a glitch + (bsc#1012628). +- gpio: vf610: mask the gpio irq in system suspend and support + wakeup (bsc#1012628). +- ASoC: cs35l56: Fix illegal use of init_completion() + (bsc#1012628). +- ASoC: pxa: fix a memory leak in probe() (bsc#1012628). +- ASoC: cs42l42: Fix missing include of gpio/consumer.h + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with + auxiliary device (bsc#1012628). +- drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY + Lanes Owned (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 (bsc#1012628). +- powerpc/qspinlock: Fix stale propagated yield_cpu (bsc#1012628). +- docs: Move rustdoc output, cross-reference it (bsc#1012628). +- rust: docs: fix logo replacement (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime disable on probe + (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime PM for remove (bsc#1012628). +- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + (bsc#1012628). +- phy: qcom-qmp-usb: initialize PCS_USB registers (bsc#1012628). +- phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and + sa8775p (bsc#1012628). +- phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + (bsc#1012628). +- phy: qcom-qmp-combo: initialize PCS_USB registers (bsc#1012628). +- efi/unaccepted: Fix soft lockups caused by parallel memory + acceptance (bsc#1012628). +- net: move altnames together with the netdevice (bsc#1012628). +- Bluetooth: hci_sock: fix slab oob read in create_monitor_event + (bsc#1012628). +- net: rfkill: reduce data->mtx scope in rfkill_fop_open + (bsc#1012628). +- docs: rust: update Rust docs output path (bsc#1012628). +- kbuild: remove old Rust docs output path (bsc#1012628). +- Bluetooth: hci_sock: Correctly bounds check and pad + HCI_MON_NEW_INDEX name (bsc#1012628). +- mptcp: avoid sending RST when closing the initial subflow + (bsc#1012628). +- selftests: mptcp: join: correctly check for no RST + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.9-178-NFSv4.1-fixup-use-EXCHGID4_FLAG_USE_PNFS_DS-for.patch. +- commit 29edc7c + +------------------------------------------------------------------- +Mon Oct 23 10:58:51 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/NFSv4-1-fixup-use-EXCHGID4-FLAG-USE-PNFS-DS-for-DS-server-.patch. + Update upstream status. +- commit 06d7c82 + +------------------------------------------------------------------- +Mon Oct 23 00:16:06 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc7 +- refresh configs +- commit 4a117b4 + +------------------------------------------------------------------- +Fri Oct 20 18:39:43 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 +- Update config files: + * Same settings like x86_64, plus all ARM specific errata turned on + * rest all mod +- commit 5e5e96e + +------------------------------------------------------------------- +Fri Oct 20 10:54:42 CEST 2023 - clin@suse.com + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ee580b5 + +------------------------------------------------------------------- +Fri Oct 20 10:38:57 CEST 2023 - clin@suse.com + +- Delete + patches.suse/clk-qcom-sc8280xp-Add-fallback-compatibles-to-lpasscc.patch. + Removed lpasscc fallback compatibles since Lenovo X13s UEFI FW has fixes since v1.58 +- commit d32d7cb + +------------------------------------------------------------------- +Fri Oct 20 07:40:59 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.8 (bsc#1012628). +- net: stmmac: remove unneeded stmmac_poll_controller + (bsc#1012628). +- RDMA/cxgb4: Check skb value for failure to allocate + (bsc#1012628). +- perf/arm-cmn: Fix the unhandled overflow status of counter 4 + to 7 (bsc#1012628). +- platform/x86: think-lmi: Fix reference leak (bsc#1012628). +- drm/i915: Register engines early to avoid type confusion + (bsc#1012628). +- cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + (bsc#1012628). +- drm/amdgpu: Fix a memory leak (bsc#1012628). +- platform/x86: hp-wmi:: Mark driver struct with __refdata to + prevent section mismatch warning (bsc#1012628). +- media: dt-bindings: imx7-csi: Make power-domains not required + for imx8mq (bsc#1012628). +- drm/amd/display: implement pipe type definition and adding + accessors (bsc#1012628). +- drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to + master OTG pipes only (bsc#1012628). +- scsi: Do not rescan devices with a suspended queue + (bsc#1012628). +- ata: pata_parport: fix pata_parport_devchk (bsc#1012628). +- ata: pata_parport: implement set_devctl (bsc#1012628). +- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + (bsc#1012628). +- quota: Fix slow quotaoff (bsc#1012628). +- dm crypt: Fix reqsize in crypt_iv_eboiv_gen (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + (bsc#1012628). +- ASoC: hdmi-codec: Fix broken channel map reporting + (bsc#1012628). +- ata: libata-scsi: Disable scsi device manage_system_start_stop + (bsc#1012628). +- net: prevent address rewrite in kernel_bind() (bsc#1012628). +- arm64: dts: qcom: sm8150: extend the size of the PDC resource + (bsc#1012628). +- dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update + description for '#interrupt-cells' property (bsc#1012628). +- irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + (bsc#1012628). +- KEYS: trusted: Remove redundant static calls usage + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Nexigo webcam + (bsc#1012628). +- ALSA: hda: cs35l41: Cleanup and fix double free in firmware + request (bsc#1012628). +- ALSA: hda/realtek: Change model for Intel RVP board + (bsc#1012628). +- ASoC: SOF: amd: fix for firmware reload failure after playback + (bsc#1012628). +- ASoC: simple-card-utils: fixup simple_util_startup() error + handling (bsc#1012628). +- ASoC: Intel: soc-acpi: fix Dell SKU 0B34 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support + in MTL match table (bsc#1012628). +- ASoC: fsl_sai: Don't disable bitclock for i.MX8MP (bsc#1012628). +- ASoC: Intel: sof_sdw: add support for SKU 0B14 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match + table (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable + mute LED (bsc#1012628). +- ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 + 15-eu0xxx (bsc#1012628). +- ALSA: hda/realtek - ALC287 I2S speaker platform support + (bsc#1012628). +- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + (bsc#1012628). +- pinctrl: nuvoton: wpcm450: fix out of bounds write + (bsc#1012628). +- pinctrl: starfive: jh7110: Fix failure to set irq after + CONFIG_PM is enabled (bsc#1012628). +- drm/msm/dp: do not reinitialize phy unless retry during link + training (bsc#1012628). +- drm/msm/dsi: skip the wait for video mode done if not applicable + (bsc#1012628). +- drm/msm/dsi: fix irq_of_parse_and_map() error checking + (bsc#1012628). +- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid + overflow (bsc#1012628). +- drm/msm/dp: Add newlines to debug printks (bsc#1012628). +- drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk + limits (bsc#1012628). +- phy: lynx-28g: cancel the CDR check work item on the remove path + (bsc#1012628). +- phy: lynx-28g: lock PHY while performing CDR lock workaround + (bsc#1012628). +- phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls + to shared registers (bsc#1012628). +- net: dsa: qca8k: fix regmap bulk read/write methods on big + endian systems (bsc#1012628). +- net: dsa: qca8k: fix potential MDIO bus conflict when accessing + internal PHYs via management frames (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix TX state detection and wait + behavior (bsc#1012628). +- can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + (bsc#1012628). +- arm64: dts: mediatek: fix t-phy unit name (bsc#1012628). +- arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + (bsc#1012628). +- devlink: Hold devlink lock on health reporter dump get + (bsc#1012628). +- ravb: Fix up dma_free_coherent() call in ravb_remove() + (bsc#1012628). +- ravb: Fix use-after-free issue in ravb_tx_timeout_work() + (bsc#1012628). +- ieee802154: ca8210: Fix a potential UAF in ca8210_probe + (bsc#1012628). +- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + (bsc#1012628). +- xen-netback: use default TX queue size for vifs (bsc#1012628). +- riscv, bpf: Sign-extend return values (bsc#1012628). +- riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return + values (bsc#1012628). +- xdp: Fix zero-size allocation warning in xskq_create() + (bsc#1012628). +- drm/vmwgfx: fix typo of sizeof argument (bsc#1012628). +- bpf: Fix verifier log for async callback return values + (bsc#1012628). +- net: refine debug info in skb_checksum_help() (bsc#1012628). +- octeontx2-pf: mcs: update PN only when update_pn is true + (bsc#1012628). +- net: macsec: indicate next pn update when offloading + (bsc#1012628). +- net: phy: mscc: macsec: reject PN update requests (bsc#1012628). +- net/mlx5e: macsec: use update_pn flag instead of PN comparation + (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before + TP term (bsc#1012628). +- ixgbe: fix crash with empty VF macvlan list (bsc#1012628). +- net/smc: Fix dependency of SMC on ISM (bsc#1012628). +- net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + (bsc#1012628). +- s390/bpf: Fix clobbering the caller's backchain in the + trampoline (bsc#1012628). +- s390/bpf: Fix unwinding past the trampoline (bsc#1012628). +- net: nfc: fix races in nfc_llcp_sock_get() and + nfc_llcp_sock_get_sn() (bsc#1012628). +- net/smc: Fix pos miscalculation in statistics (bsc#1012628). +- net: tcp: fix crashes trying to free half-baked MTU probes + (bsc#1012628). +- pinctrl: renesas: rzn1: Enable missing PINMUX (bsc#1012628). +- af_packet: Fix fortified memcpy() without flex array + (bsc#1012628). +- nfc: nci: assert requested protocol is valid (bsc#1012628). +- octeontx2-pf: Fix page pool frag allocation warning + (bsc#1012628). +- rswitch: Fix renesas_eth_sw_remove() implementation + (bsc#1012628). +- rswitch: Fix imbalance phy_power_off() calling (bsc#1012628). +- workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() (bsc#1012628). +- riscv: signal: fix sigaltstack frame size checking + (bsc#1012628). +- ovl: temporarily disable appending lowedirs (bsc#1012628). +- dmaengine: stm32-mdma: abort resume if no ongoing transfer + (bsc#1012628). +- dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of + MDMA chaining (bsc#1012628). +- dmaengine: stm32-dma: fix residue in case of MDMA chaining + (bsc#1012628). +- dmaengine: stm32-mdma: use Link Address Register to compute + residue (bsc#1012628). +- dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag + is set (bsc#1012628). +- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + (bsc#1012628). +- xhci: track port suspend state correctly in unsuccessful resume + cases (bsc#1012628). +- xhci: Clear EHB bit only at end of interrupt handler + (bsc#1012628). +- xhci: Preserve RsvdP bits in ERSTBA register correctly + (bsc#1012628). +- net: usb: dm9601: fix uninitialized variable use in + dm9601_mdio_read (bsc#1012628). +- usb: dwc3: Soft reset phy on probe for host (bsc#1012628). +- usb: cdns3: Modify the return value of cdns_set_active () + to void when CONFIG_PM_SLEEP is disabled (bsc#1012628). +- usb: hub: Guard against accesses to uninitialized BOS + descriptors (bsc#1012628). +- usb: musb: Get the musb_qh poniter after musb_giveback + (bsc#1012628). +- usb: musb: Modify the "HWVers" register address (bsc#1012628). +- iio: pressure: bmp280: Fix NULL pointer exception (bsc#1012628). +- iio: imu: bno055: Fix missing Kconfig dependencies + (bsc#1012628). +- iio: cros_ec: fix an use-after-free in + cros_ec_sensors_push_data() (bsc#1012628). +- iio: adc: imx8qxp: Fix address for command buffer registers + (bsc#1012628). +- iio: dac: ad3552r: Correct device IDs (bsc#1012628). +- iio: admv1013: add mixer_vgate corner cases (bsc#1012628). +- iio: pressure: dps310: Adjust Timeout Settings (bsc#1012628). +- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + (bsc#1012628). +- iio: adc: ad7192: Correct reference voltage (bsc#1012628). +- iio: addac: Kconfig: update ad74413r selections (bsc#1012628). +- media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the + streams API is disabled (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: update and reorder reserved + memory regions (bsc#1012628). +- drm: Do not overrun array in drm_gem_get_pages() (bsc#1012628). +- drm/tiny: correctly print `struct resource *` on error + (bsc#1012628). +- drm/atomic-helper: relax unregistered connector check + (bsc#1012628). +- drm/amdgpu: add missing NULL check (bsc#1012628). +- drm/amd/display: Don't set dpms_off for seamless boot + (bsc#1012628). +- drm/vmwgfx: Keep a gem reference to user bos in surfaces + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + (bsc#1012628). +- ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] (bsc#1012628). +- ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + (bsc#1012628). +- serial: Reduce spinlocked portion of uart_rs485_config() + (bsc#1012628). +- serial: 8250_omap: Fix errors with no_console_suspend + (bsc#1012628). +- serial: core: Fix checks for tx runtime PM state (bsc#1012628). +- binder: fix memory leaks of spam and pending work (bsc#1012628). +- ksmbd: not allow to open file if delelete on close bit is set + (bsc#1012628). +- perf/x86/lbr: Filter vsyscall addresses (bsc#1012628). +- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs (bsc#1012628). +- x86/alternatives: Disable KASAN in apply_alternatives() + (bsc#1012628). +- mcb: remove is_added flag from mcb_device struct (bsc#1012628). +- thunderbolt: Workaround an IOMMU fault on certain systems with + Intel Maple Ridge (bsc#1012628). +- thunderbolt: Check that lane 1 is in CL0 before enabling lane + bonding (bsc#1012628). +- thunderbolt: Correct TMU mode initialization from hardware + (bsc#1012628). +- thunderbolt: Restart XDomain discovery handshake after failure + (bsc#1012628). +- powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + (bsc#1012628). +- powerpc/47x: Fix 47x syscall return crash (bsc#1012628). +- libceph: use kernel_connect() (bsc#1012628). +- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + (bsc#1012628). +- ceph: fix type promotion bug on 32bit systems (bsc#1012628). +- Input: powermate - fix use-after-free in + powermate_config_complete (bsc#1012628). +- Input: psmouse - fix fast_reconnect function for PS/2 mode + (bsc#1012628). +- Input: xpad - add PXN V900 support (bsc#1012628). +- Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + (bsc#1012628). +- Input: xpad - add HyperX Clutch Gladiate Support (bsc#1012628). +- Input: goodix - ensure int GPIO is in input for gpio_count == + 1 && gpio_int_idx == 0 case (bsc#1012628). +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1012628). +- mctp: perform route lookups under a RCU read-side lock + (bsc#1012628). +- block: Don't invalidate pagecache for invalid falloc modes + (bsc#1012628). +- nfp: flower: avoid rmmod nfp crash issues (bsc#1012628). +- can: sja1000: Always restart the Tx queue after an overrun + (bsc#1012628). +- power: supply: qcom_battmgr: fix battery_id type (bsc#1012628). +- power: supply: qcom_battmgr: fix enable request endianness + (bsc#1012628). +- usb: typec: ucsi: Use GET_CAPABILITY attributes data to set + power supply scope (bsc#1012628). +- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1012628). +- dma-buf: add dma_fence_timestamp helper (bsc#1012628). +- pinctrl: avoid unsafe code pattern in find_pinctrl() + (bsc#1012628). +- scsi: ufs: core: Correct clear TM error log (bsc#1012628). +- riscv: Only consider swbp/ss handlers for correct privileged + mode (bsc#1012628). +- counter: chrdev: fix getting array extensions (bsc#1012628). +- counter: microchip-tcb-capture: Fix the use of internal GCLK + logic (bsc#1012628). +- coresight: Fix run time warnings while reusing ETR buffer + (bsc#1012628). +- riscv: Remove duplicate objcopy flag (bsc#1012628). +- RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + (bsc#1012628). +- usb: typec: ucsi: Fix missing link removal (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd low when exiting + mode (bsc#1012628). +- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command + fails (bsc#1012628). +- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + (bsc#1012628). +- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap + call (bsc#1012628). +- usb: cdnsp: Fixes issue with dequeuing not queued requests + (bsc#1012628). +- usb: typec: qcom: Update the logic of regulator enable and + disable (bsc#1012628). +- usb: misc: onboard_hub: add support for Microchip USB2412 USB + 2.0 hub (bsc#1012628). +- dmaengine: idxd: use spin_lock_irqsave before + wait_event_lock_irq (bsc#1012628). +- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + (bsc#1012628). +- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + (bsc#1012628). +- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + (bsc#1012628). +- fs: Fix kernel-doc warnings (bsc#1012628). +- fs: factor out vfs_parse_monolithic_sep() helper (bsc#1012628). +- ovl: fix regression in parsing of mount options with escaped + comma (bsc#1012628). +- ovl: make use of ->layers safe in rcu pathwalk (bsc#1012628). +- ovl: fix regression in showing lowerdir mount option + (bsc#1012628). +- ALSA: hda/realtek - Fixed two speaker platform (bsc#1012628). +- Rename to + patches.kernel.org/6.5.8-179-Revert-x86-smp-Put-CPUs-into-INIT-on-shutdown-i.patch. +- commit 51baea8 + +------------------------------------------------------------------- +Thu Oct 19 15:06:34 CEST 2023 - mbrugger@suse.com + +- arm64: Update config files. + Make iMX93 clock and pinctrl driver build-in. +- commit 897b0cf + +------------------------------------------------------------------- +Tue Oct 17 00:30:49 CEST 2023 - neilb@suse.de + +- NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1216201). +- commit 1dbb418 + +------------------------------------------------------------------- +Mon Oct 16 10:00:11 CEST 2023 - jslaby@suse.cz + +- Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + (shutdown-issue). +- commit 9fcbf99 + +------------------------------------------------------------------- +Sun Oct 15 22:46:40 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc6 +- refresh configs +- commit 8f5995d + +------------------------------------------------------------------- +Sat Oct 14 16:51:28 CEST 2023 - matwey.kornilov@gmail.com + +- config: Reenable Rockchip RK8XX hardware + In Linux commit + c20e8c5b1203 ("mfd: rk808: Split into core and i2c") + CONFIG_MFD_RK808 was renamed to CONFIG_MFD_RK8XX. + Reenable options required to boot kernel 6.5 on Rock64 board. +- commit 41037b9 + +------------------------------------------------------------------- +Wed Oct 11 07:39:58 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.7 (bsc#1012628). +- xen/events: replace evtchn_rwlock with RCU (bsc#1012628). +- RDMA/mlx5: Remove not-used cache disable flag (bsc#1012628). +- ksmbd: fix race condition from parallel smb2 lock requests + (bsc#1012628). +- ksmbd: fix uaf in smb20_oplock_break_ack (bsc#1012628). +- ksmbd: fix race condition between session lookup and expire + (bsc#1012628). +- x86/sev: Use the GHCB protocol when available for SNP CPUID + requests (bsc#1012628). +- x86/sev: Change npages to unsigned long in snp_accept_memory() + (bsc#1012628). +- RDMA/mlx5: Fix NULL string error (bsc#1012628). +- RDMA/mlx5: Fix mutex unlocking on error flow for steering + anchor creation (bsc#1012628). +- RDMA/mlx5: Fix assigning access flags to cache mkeys + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + (bsc#1012628). +- RDMA/siw: Fix connection failure handling (bsc#1012628). +- RDMA/srp: Do not call scsi_done() from srp_abort() + (bsc#1012628). +- RDMA/uverbs: Fix typo of sizeof argument (bsc#1012628). +- RDMA/bnxt_re: Fix the handling of control path response data + (bsc#1012628). +- RDMA/cma: Fix truncation compilation warning in make_cma_ports + (bsc#1012628). +- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + (bsc#1012628). +- gpio: pxa: disable pinctrl calls for MMP_GPIO (bsc#1012628). +- gpio: aspeed: fix the GPIO number passed to + pinctrl_gpio_set_config() (bsc#1012628). +- IB/mlx4: Fix the size of a buffer in add_port_entries() + (bsc#1012628). +- of: dynamic: Fix potential memory leak in of_changeset_action() + (bsc#1012628). +- RDMA/core: Require admin capabilities to set system parameters + (bsc#1012628). +- dm zoned: free dmz->ddev array in dmz_put_zoned_devices + (bsc#1012628). +- parisc: Fix crash with nr_cpus=1 option (bsc#1012628). +- smb: use kernel_connect() and kernel_bind() (bsc#1012628). +- parisc: Restore __ldcw_align for PA-RISC 2.0 processors + (bsc#1012628). +- net: lan743x: also select PHYLIB (bsc#1012628). +- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + (bsc#1012628). +- HID: sony: remove duplicate NULL check before calling + usb_free_urb() (bsc#1012628). +- HID: nvidia-shield: Fix a missing led_classdev_unregister() + in the probe error handling path (bsc#1012628). +- net: mana: Fix oversized sge0 for GSO packets (bsc#1012628). +- net: mana: Fix the tso_bytes calculation (bsc#1012628). +- netlink: annotate data-races around sk->sk_err (bsc#1012628). +- sctp: update hb timer immediately after users change hb_interval + (bsc#1012628). +- sctp: update transport state when processing a dupcook packet + (bsc#1012628). +- tcp: fix delayed ACKs for MSS boundary condition (bsc#1012628). +- tcp: fix quick-ack counting to count actual ACKs of new data + (bsc#1012628). +- tipc: fix a potential deadlock on &tx->lock (bsc#1012628). +- net: stmmac: dwmac-stm32: fix resume on STM32 MCU (bsc#1012628). +- ipv4: Set offload_failed flag in fibmatch results (bsc#1012628). +- netfilter: nf_tables: nft_set_rbtree: fix spurious insertion + failure (bsc#1012628). +- netfilter: nf_tables: Deduplicate nft_register_obj audit logs + (bsc#1012628). +- selftests: netfilter: Extend nft_audit.sh (bsc#1012628). +- selftests: netfilter: Test nf_tables audit logging + (bsc#1012628). +- netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp (bsc#1012628). +- netfilter: nft_payload: rebuild vlan header on h_proto access + (bsc#1012628). +- ibmveth: Remove condition to recompute TCP header checksum + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() (bsc#1012628). +- rswitch: Fix PHY station management clock setting (bsc#1012628). +- net: renesas: rswitch: Add spin lock protection for irq {un}mask + (bsc#1012628). +- net: nfc: llcp: Add lock when modifying device list + (bsc#1012628). +- ethtool: plca: fix plca enable data type while parsing the value + (bsc#1012628). +- net: usb: smsc75xx: Fix uninit-value access in + __smsc75xx_read_reg (bsc#1012628). +- ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + (bsc#1012628). +- ovl: fetch inode once in ovl_dentry_revalidate_common() + (bsc#1012628). +- ovl: move freeing ovl_entry past rcu delay (bsc#1012628). +- net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + (bsc#1012628). +- ptp: ocp: Fix error handling in ptp_ocp_device_init + (bsc#1012628). +- ipv4, ipv6: Fix handling of transhdrlen in + __ip{,6}_append_data() (bsc#1012628). +- neighbour: fix data-races around n->output (bsc#1012628). +- net: fix possible store tearing in neigh_periodic_work() + (bsc#1012628). +- net: stmmac: platform: fix the incorrect parameter + (bsc#1012628). +- modpost: add missing else to the "of" check (bsc#1012628). +- bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + (bsc#1012628). +- bpf, sockmap: Do not inc copied_seq when PEEK flag set + (bsc#1012628). +- bpf: tcp_read_skb needs to pop skb regardless of seq + (bsc#1012628). +- ice: always add legacy 32byte RXDID in supported_rxdids + (bsc#1012628). +- NFSv4: Fix a nfs4_state_manager() race (bsc#1012628). +- ima: rework CONFIG_IMA dependency block (bsc#1012628). +- scsi: target: core: Fix deadlock due to recursive locking + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix incorrect usage of scan API + (bsc#1012628). +- ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- Update config files (set the defaults). +- regulator/core: regulator_register: set device->class earlier + (bsc#1012628). +- wifi: mac80211: Create resources for disabled links + (bsc#1012628). +- iommu/mediatek: Fix share pgtable for iova over 4GB + (bsc#1012628). +- perf/x86/amd: Do not WARN() on every IRQ (bsc#1012628). +- wifi: mac80211: fix potential key use-after-free (bsc#1012628). +- regmap: rbtree: Fix wrong register marked as in-cache when + creating new node (bsc#1012628). +- rtla/timerlat: Do not stop user-space if a cpu is offline + (bsc#1012628). +- perf/x86/amd/core: Fix overflow reset on hotplug (bsc#1012628). +- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + (bsc#1012628). +- drivers/net: process the result of hdlc_open() and add call + of hdlc_close() in uhdlc_close() (bsc#1012628). +- Bluetooth: ISO: Fix handling of listen for unicast + (bsc#1012628). +- Bluetooth: Fix hci_link_tx_to RCU lock usage (bsc#1012628). +- Bluetooth: Delete unused hci_req_prepare_suspend() declaration + (bsc#1012628). +- regulator: mt6358: split ops for buck and linear range LDO + regulators (bsc#1012628). +- bpf: unconditionally reset backtrack_state masks on global + func exit (bsc#1012628). +- bpf: Fix tr dereferencing (bsc#1012628). +- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (bsc#1012628). +- s390/bpf: Let arch_prepare_bpf_trampoline return program size + (bsc#1012628). +- erofs: allow empty device tags in flatdev mode (bsc#1012628). +- HID: nvidia-shield: add LEDS_CLASS dependency (bsc#1012628). +- wifi: mwifiex: Fix oob check condition in + mwifiex_process_rx_packet (bsc#1012628). +- wifi: mac80211: fix mesh id corruption on 32 bit systems + (bsc#1012628). +- wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + (bsc#1012628). +- rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens + after thread sample (bsc#1012628). +- rtla/timerlat_aa: Fix negative IRQ delay (bsc#1012628). +- rtla/timerlat_aa: Zero thread sum after every sample analysis + (bsc#1012628). +- wifi: cfg80211: fix cqm_config access race (bsc#1012628). +- wifi: iwlwifi: mvm: Fix a memory corruption issue (bsc#1012628). +- wifi: iwlwifi: dbg_ini: fix structure packing (bsc#1012628). +- iwlwifi: mvm: handle PS changes in vif_cfg_changed + (bsc#1012628). +- wifi: cfg80211/mac80211: hold link BSSes when assoc fails for + MLO connection (bsc#1012628). +- erofs: fix memory leak of LZMA global compressed deduplication + (bsc#1012628). +- ubi: Refuse attaching if mtd's erasesize is 0 (bsc#1012628). +- wifi: mt76: fix lock dependency problem for wed_lock + (bsc#1012628). +- HID: sony: Fix a potential memory leak in sony_probe() + (bsc#1012628). +- arm64: errata: Add Cortex-A520 speculative unprivileged load + workaround (bsc#1012628). +- Update config files (use the default). +- arm64: Add Cortex-A520 CPU part definition (bsc#1012628). +- drm/amd: Fix logic error in + sienna_cichlid_update_pcie_parameters() (bsc#1012628). +- drm/amd: Fix detection of _PR3 on the PCIe root port + (bsc#1012628). +- drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + (bsc#1012628). +- net: prevent rewrite of msg_name in sock_sendmsg() + (bsc#1012628). +- btrfs: always print transaction aborted messages with an error + level (bsc#1012628). +- io_uring: ensure io_lockdep_assert_cq_locked() handles disabled + rings (bsc#1012628). +- io_uring/kbuf: don't allow registered buffer rings on highmem + pages (bsc#1012628). +- net: replace calls to sock->ops->connect() with kernel_connect() + (bsc#1012628). +- platform/x86/intel/ifs: release cpus_read_lock() (bsc#1012628). +- PCI: qcom: Fix IPQ8074 enumeration (bsc#1012628). +- PCI/PM: Mark devices disconnected if upstream PCIe link is + down on resume (bsc#1012628). +- md/raid5: release batch_last before waiting for another + stripe_head (bsc#1012628). +- io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem + pages (bsc#1012628). +- wifi: mwifiex: Fix tlv_buf_left calculation (bsc#1012628). +- wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + (bsc#1012628). +- Bluetooth: hci_sync: Fix handling of + HCI_QUIRK_STRICT_DUPLICATE_FILTER (bsc#1012628). +- wifi: brcmfmac: Replace 1-element arrays with flexible arrays + (bsc#1012628). +- Bluetooth: hci_codec: Fix leaking content of local_codecs + (bsc#1012628). +- qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + (bsc#1012628). +- mptcp: userspace pm allow creating id 0 subflow (bsc#1012628). +- mptcp: fix delegated action races (bsc#1012628). +- net: ethernet: mediatek: disable irq before schedule napi + (bsc#1012628). +- vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + (bsc#1012628). +- net: mana: Fix TX CQE error handling (bsc#1012628). +- iommu/vt-d: Avoid memory allocation in iommu_suspend() + (bsc#1012628). +- scsi: zfcp: Fix a double put in zfcp_port_enqueue() + (bsc#1012628). +- iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + (bsc#1012628). +- maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + (bsc#1012628). +- maple_tree: reduce resets during store setup (bsc#1012628). +- iommu/arm-smmu-v3: Avoid constructing invalid range commands + (bsc#1012628). +- net: release reference to inet6_dev pointer (bsc#1012628). +- net: change accept_ra_min_rtr_lft to affect all RA lifetimes + (bsc#1012628). +- net: add sysctl accept_ra_min_rtr_lft (bsc#1012628). +- arm64: cpufeature: Fix CLRBHB and BC detection (bsc#1012628). +- arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + (bsc#1012628). +- btrfs: don't clear uptodate on write errors (bsc#1012628). +- btrfs: remove end_extent_writepage (bsc#1012628). +- btrfs: remove btrfs_writepage_endio_finish_ordered + (bsc#1012628). +- ata: libata-scsi: Fix delayed scsi_rescan_device() execution + (bsc#1012628). +- scsi: Do not attempt to rescan suspended devices (bsc#1012628). +- scsi: core: Improve type safety of scsi_rescan_device() + (bsc#1012628). +- mptcp: fix dangling connection hang-up (bsc#1012628). +- mptcp: rename timer related helper to less confusing names + (bsc#1012628). +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (bsc#1012628). +- maple_tree: add mas_is_active() to detect in-tree walks + (bsc#1012628). +- ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + (bsc#1012628). +- ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + (bsc#1012628). +- commit e060757 + +------------------------------------------------------------------- +Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de + +- config/arm64: Unset default IOMMU passthrough option (jsc#PED-7009) + This will effectively enable ARM64 SMMU translation by default, + which will help to avoid installation and runtime issues on some + platforms. The passtrhough mode could still be enabled by kernel + cmdline. +- commit 06e7b0d + +------------------------------------------------------------------- +Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de + +- mkspec-dtb: add toplevel symlinks also on arm +- commit d26c540 + +------------------------------------------------------------------- +Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc5 +- update configs + - IMA_BLACKLIST_KEYRING=n + - IMA_LOAD_X509=n + - IPU_BRIDGE=m (new on riscv64) +- commit a59832f ------------------------------------------------------------------- Sat Oct 7 14:29:01 CEST 2023 - petr.pavlu@suse.com @@ -2757,6 +9901,600 @@ Sat Oct 7 13:58:12 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Convert the document to Markdown (jsc#PED-5021) - commit bff5e3e +------------------------------------------------------------------- +Fri Oct 6 13:20:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.6 (bsc#1012628). +- NFS: Fix error handling for O_DIRECT write scheduling + (bsc#1012628). +- NFS: Fix O_DIRECT locking issues (bsc#1012628). +- NFS: More O_DIRECT accounting fixes for error paths + (bsc#1012628). +- NFS: Use the correct commit info in nfs_join_page_group() + (bsc#1012628). +- NFS: More fixes for nfs_direct_write_reschedule_io() + (bsc#1012628). +- NFS/pNFS: Report EINVAL errors from connect() to the server + (bsc#1012628). +- SUNRPC: Mark the cred for revalidation if the server rejects it + (bsc#1012628). +- NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1012628). +- NFSv4.1: fix pnfs MDS=DS session trunking (bsc#1012628). +- media: v4l: Use correct dependency for camera sensor drivers + (bsc#1012628). +- media: via: Use correct dependency for camera sensor drivers + (bsc#1012628). +- gfs2: Fix another freeze/thaw hang (bsc#1012628). +- netfs: Only call folio_start_fscache() one time for each folio + (bsc#1012628). +- btrfs: improve error message after failure to add delayed dir + index item (bsc#1012628). +- btrfs: remove BUG() after failure to insert delayed dir index + item (bsc#1012628). +- ext4: replace the traditional ternary conditional operator + with with max()/min() (bsc#1012628). +- ext4: move setting of trimmed bit into ext4_try_to_trim_range() + (bsc#1012628). +- ext4: do not let fstrim block system suspend (bsc#1012628). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (bsc#1012628). +- netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() + in catchall GC (bsc#1012628). +- netfilter: nft_set_pipapo: stop GC iteration if GC transaction + allocation fails (bsc#1012628). +- netfilter: nft_set_hash: try later when GC hits EAGAIN on + iteration (bsc#1012628). +- netfilter: nf_tables: fix memleak when more than 255 elements + expired (bsc#1012628). +- netfilter: nf_tables: disallow rule removal from chain binding + (bsc#1012628). +- ASoC: meson: spdifin: start hw on dai probe (bsc#1012628). +- netfilter: nf_tables: disallow element removal on anonymous sets + (bsc#1012628). +- bpf: Avoid deadlock when using queue and stack maps from NMI + (bsc#1012628). +- bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + (bsc#1012628). +- ALSA: docs: Fix a typo of midi2_ump_probe option for + snd-usb-audio (bsc#1012628). +- ALSA: seq: Avoid delivery of events for disabled UMP groups + (bsc#1012628). +- ASoC: rt5640: Revert "Fix sleep in atomic context" + (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: rt5640: fix typos (bsc#1012628). +- ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + (bsc#1012628). +- ASoC: rt5640: Enable the IRQ on resume after configuring + jack-detect (bsc#1012628). +- ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + (bsc#1012628). +- bpf: Fix a erroneous check after snprintf() (bsc#1012628). +- selftests/bpf: fix unpriv_disabled check in test_verifier + (bsc#1012628). +- ALSA: hda/realtek: Splitting the UX3402 into two separate models + (bsc#1012628). +- netfilter: conntrack: fix extension size table (bsc#1012628). +- netfilter: nf_tables: Fix entries val in rule reset audit log + (bsc#1012628). +- Compiler Attributes: counted_by: Adjust name and identifier + expansion (bsc#1012628). +- uapi: stddef.h: Fix header guard location (bsc#1012628). +- uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ (bsc#1012628). +- memblock tests: Fix compilation errors (bsc#1012628). +- ASoC: SOF: ipc4-topology: fix wrong sizeof argument + (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + vcap_api_kunit (bsc#1012628). +- selftests: tls: swap the TX and RX sockets in some tests + (bsc#1012628). +- net/core: Fix ETH_P_1588 flow dissector (bsc#1012628). +- ALSA: seq: ump: Fix -Wformat-truncation warning (bsc#1012628). +- ASoC: hdaudio.c: Add missing check for devm_kstrdup + (bsc#1012628). +- ASoC: imx-audmix: Fix return error with devm_clk_get() + (bsc#1012628). +- octeon_ep: fix tx dma unmap len values in SG (bsc#1012628). +- iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK + is set (bsc#1012628). +- ASoC: SOF: core: Only call sof_ops_free() on remove if the + probe was successful (bsc#1012628). +- iavf: add iavf_schedule_aq_request() helper (bsc#1012628). +- iavf: schedule a request immediately after add/delete vlan + (bsc#1012628). +- i40e: Fix VF VLAN offloading when port VLAN is configured + (bsc#1012628). +- netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() (bsc#1012628). +- ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + (bsc#1012628). +- igc: Fix infinite initialization loop with early XDP redirect + (bsc#1012628). +- scsi: iscsi_tcp: restrict to TCP sockets (bsc#1012628). +- powerpc/perf/hv-24x7: Update domain value check (bsc#1012628). +- powerpc/dexcr: Move HASHCHK trap handler (bsc#1012628). +- dccp: fix dccp_v4_err()/dccp_v6_err() again (bsc#1012628). +- x86/mm, kexec, ima: Use memblock_free_late() from + ima_free_kexec_buffer() (bsc#1012628). +- net: hsr: Properly parse HSRv1 supervisor frames (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status after timeout in + busy_loop() (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() (bsc#1012628). +- platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() (bsc#1012628). +- platform/x86: intel_scu_ipc: Fail IPC send if still busy + (bsc#1012628). +- x86/asm: Fix build of UML with KASAN (bsc#1012628). +- x86/srso: Fix srso_show_state() side effect (bsc#1012628). +- x86/srso: Set CPUID feature bits independently of bug or + mitigation status (bsc#1012628). +- x86/srso: Don't probe microcode in a guest (bsc#1012628). +- x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + (bsc#1012628). +- net: hns3: add cmdq check for vf periodic service task + (bsc#1012628). +- net: hns3: fix GRE checksum offload issue (bsc#1012628). +- net: hns3: only enable unicast promisc when mac table full + (bsc#1012628). +- net: hns3: fix fail to delete tc flower rules during reset issue + (bsc#1012628). +- net: hns3: add 5ms delay before clear firmware reset irq source + (bsc#1012628). +- net: bridge: use DEV_STATS_INC() (bsc#1012628). +- team: fix null-ptr-deref when team device type is changed + (bsc#1012628). +- locking/atomic: scripts: fix fallback ifdeffery (bsc#1012628). +- net: rds: Fix possible NULL-pointer dereference (bsc#1012628). +- vxlan: Add missing entries to vxlan_get_size() (bsc#1012628). +- netfilter: nf_tables: disable toggling dormant table state + more than once (bsc#1012628). +- net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable + dereferenced before check 'hwdev' (bsc#1012628). +- net/handshake: Fix memory leak in __sock_create() and + sock_alloc_file() (bsc#1012628). +- i915/pmu: Move execlist stats initialization to execlist + specific setup (bsc#1012628). +- drm/virtio: clean out_fence on complete_submit (bsc#1012628). +- locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() (bsc#1012628). +- net: ena: Flush XDP packets on error (bsc#1012628). +- bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI (bsc#1012628). +- octeontx2-pf: Do xdp_do_flush() after redirects (bsc#1012628). +- igc: Expose tx-usecs coalesce setting to user (bsc#1012628). +- cxl/region: Match auto-discovered region decoders by HPA range + (bsc#1012628). +- proc: nommu: /proc//maps: release mmap read lock + (bsc#1012628). +- proc: nommu: fix empty /proc//maps (bsc#1012628). +- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + (bsc#1012628). +- i2c: mux: demux-pinctrl: check the return value of + devm_kstrdup() (bsc#1012628). +- i2c: mux: gpio: Add missing fwnode_handle_put() (bsc#1012628). +- i2c: xiic: Correct return value check for xiic_reinit() + (bsc#1012628). +- ASoC: cs35l56: Disable low-power hibernation mode (bsc#1012628). +- drm/amd/display: Update DPG test pattern programming + (bsc#1012628). +- drm/amd/display: fix a regression in blank pixel data caused + by coding mistake (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region + as reserved (bsc#1012628). +- direct_write_fallback(): on error revert the ->ki_pos update + from buffered write (bsc#1012628). +- btrfs: reset destination buffer when read_extent_buffer() + gets invalid range (bsc#1012628). +- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + (bsc#1012628). +- MIPS: Alchemy: only build mmc support helpers if au1xmmc is + enabled (bsc#1012628). +- spi: spi-gxp: BUG: Correct spi write return value (bsc#1012628). +- bus: ti-sysc: Use fsleep() instead of usleep_range() in + sysc_reset() (bsc#1012628). +- bus: ti-sysc: Fix missing AM35xx SoC matching (bsc#1012628). +- firmware: arm_scmi: Harden perf domain info access + (bsc#1012628). +- firmware: arm_scmi: Fixup perf power-cost/microwatt support + (bsc#1012628). +- power: supply: mt6370: Fix missing error code in + mt6370_chg_toggle_cfo() (bsc#1012628). +- clk: sprd: Fix thm_parents incorrect configuration + (bsc#1012628). +- clk: si521xx: Use REGCACHE_FLAT instead of NONE (bsc#1012628). +- clk: si521xx: Fix regmap write accessor (bsc#1012628). +- clk: tegra: fix error return case for recalc_rate (bsc#1012628). +- ARM: dts: ti: omap: Fix bandgap thermal cells addressing for + omap3/4 (bsc#1012628). +- ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning + on boot (bsc#1012628). +- bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart + wake-up (bsc#1012628). +- swiotlb: use the calculated number of areas (bsc#1012628). +- power: supply: ucs1002: fix error code in ucs1002_get_property() + (bsc#1012628). +- power: supply: rt9467: Fix rt9467_run_aicl() (bsc#1012628). +- power: supply: core: fix use after free in uevent (bsc#1012628). +- firmware: imx-dsp: Fix an error handling path in + imx_dsp_setup_channels() (bsc#1012628). +- xtensa: add default definition for XCHAL_HAVE_DIV32 + (bsc#1012628). +- xtensa: iss/network: make functions static (bsc#1012628). +- xtensa: boot: don't add include-dirs (bsc#1012628). +- xtensa: umulsidi3: fix conditional expression (bsc#1012628). +- xtensa: boot/lib: fix function prototypes (bsc#1012628). +- power: supply: rk817: Fix node refcount leak (bsc#1012628). +- powerpc/stacktrace: Fix arch_stack_walk_reliable() + (bsc#1012628). +- selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + (bsc#1012628). +- arm64: dts: imx8mp: Fix SDMA2/3 clocks (bsc#1012628). +- arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + (bsc#1012628). +- soc: imx8m: Enable OCOTP clock for imx8mm before reading + registers (bsc#1012628). +- arm64: dts: imx8mm-evk: Fix hdmi@3d node (bsc#1012628). +- arm64: dts: imx: Add imx8mm-prt8mm.dtb to build (bsc#1012628). +- firmware: arm_ffa: Don't set the memory region attributes for + MEM_LEND (bsc#1012628). +- i915/guc: Get runtime pm in busyness worker only if already + active (bsc#1012628). +- accel/ivpu: Do not use wait event interruptible (bsc#1012628). +- accel/ivpu: Use cached buffers for FW loading (bsc#1012628). +- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + (bsc#1012628). +- i2c: npcm7xx: Fix callback completion ordering (bsc#1012628). +- NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + (bsc#1012628). +- x86/reboot: VMCLEAR active VMCSes before emergency reboot + (bsc#1012628). +- ceph: drop messages from MDS when unmounting (bsc#1012628). +- dma-debug: don't call __dma_entry_alloc_check_leak() under + free_entries_lock (bsc#1012628). +- bpf: Annotate bpf_long_memcpy with data_race (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming + Laptop 15-fb0xxx (8A3E) (bsc#1012628). +- spi: sun6i: reduce DMA RX transfer width to single byte + (bsc#1012628). +- spi: sun6i: fix race between DMA RX transfer completion and + RX FIFO drain (bsc#1012628). +- nvme-fc: Prevent null pointer dereference in + nvme_fc_io_getuuid() (bsc#1012628). +- parisc: sba: Fix compile warning wrt list of SBA devices + (bsc#1012628). +- parisc: sba-iommu: Fix sparse warnigs (bsc#1012628). +- parisc: ccio-dma: Fix sparse warnings (bsc#1012628). +- parisc: iosapic.c: Fix sparse warnings (bsc#1012628). +- parisc: drivers: Fix sparse warning (bsc#1012628). +- parisc: irq: Make irq_stack_union static to avoid sparse warning + (bsc#1012628). +- scsi: qedf: Add synchronization between I/O completions and + abort (bsc#1012628). +- scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + (bsc#1012628). +- scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + (bsc#1012628). +- selftests/ftrace: Correctly enable event in instance-event.tc + (bsc#1012628). +- ring-buffer: Avoid softlockup in ring_buffer_resize() + (bsc#1012628). +- btrfs: assert delayed node locked when removing delayed item + (bsc#1012628). +- selftests: fix dependency checker script (bsc#1012628). +- ring-buffer: Do not attempt to read past "commit" (bsc#1012628). +- net/smc: bugfix for smcr v2 server connect success statistic + (bsc#1012628). +- ata: sata_mv: Fix incorrect string length computation in + mv_dump_mem() (bsc#1012628). +- efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + (bsc#1012628). +- platform/mellanox: mlxbf-bootctl: add NET dependency into + Kconfig (bsc#1012628). +- platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + (bsc#1012628). +- thermal/of: add missing of_node_put() (bsc#1012628). +- drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update cache info reporting for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update CU masking for GFX 9.4.3 (bsc#1012628). +- drm/amd/display: Don't check registers, if using AUX BL control + (bsc#1012628). +- drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + (bsc#1012628). +- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + (bsc#1012628). +- drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + (bsc#1012628). +- drm/amdkfd: Checkpoint and restore queues on GFX11 + (bsc#1012628). +- drm/amdgpu: Handle null atom context in VBIOS info ioctl + (bsc#1012628). +- objtool: Fix _THIS_IP_ detection for cold functions + (bsc#1012628). +- nvme-pci: do not set the NUMA node of device if it has none + (bsc#1012628). +- riscv: errata: fix T-Head dcache.cva encoding (bsc#1012628). +- scsi: pm80xx: Use phy-specific SAS address when sending + PHY_START command (bsc#1012628). +- scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command (bsc#1012628). +- smb3: correct places where ENOTSUPP is used instead of preferred + EOPNOTSUPP (bsc#1012628). +- ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in + ata_eh_reset() (bsc#1012628). +- ata: libata-eh: do not thaw the port twice in ata_eh_reset() + (bsc#1012628). +- Add DMI ID for MSI Bravo 15 B7ED (bsc#1012628). +- spi: nxp-fspi: reset the FLSHxCR1 registers (bsc#1012628). +- spi: stm32: add a delay before SPI disable (bsc#1012628). +- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- spi: intel-pci: Add support for Granite Rapids SPI serial flash + (bsc#1012628). +- bpf: Clarify error expectations from bpf_clone_redirect + (bsc#1012628). +- ASoC: rt5640: Only cancel jack-detect work on suspend if active + (bsc#1012628). +- ALSA: hda: intel-sdw-acpi: Use u8 type for link index + (bsc#1012628). +- ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width + (bsc#1012628). +- ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET + initially low (bsc#1012628). +- ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + (bsc#1012628). +- firmware: cirrus: cs_dsp: Only log list of algorithms in debug + build (bsc#1012628). +- ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + (bsc#1012628). +- memblock tests: fix warning: "__ALIGN_KERNEL" redefined + (bsc#1012628). +- =?UTF-8?q?memblock=20tests:=20fix=20warning=20=E2=80=98st?= + =?UTF-8?q?ruct=20seq=5Ffile=E2=80=99=20declared=20inside=20parameter=20li?= + =?UTF-8?q?st?= (bsc#1012628). +- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + (bsc#1012628). +- ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget + setup failure (bsc#1012628). +- media: vb2: frame_vector.c: replace WARN_ONCE with a comment + (bsc#1012628). +- NFSv4.1: fix zero value filehandle in post open getattr + (bsc#1012628). +- ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + (bsc#1012628). +- powerpc/watchpoints: Disable preemption in thread_change_pc() + (bsc#1012628). +- powerpc/watchpoint: Disable pagefaults when getting user + instruction (bsc#1012628). +- powerpc/watchpoints: Annotate atomic context in more places + (bsc#1012628). +- ncsi: Propagate carrier gain/loss events to the NCSI controller + (bsc#1012628). +- net: hsr: Add __packed to struct hsr_sup_tlv (bsc#1012628). +- tsnep: Fix NAPI scheduling (bsc#1012628). +- tsnep: Fix ethtool channels (bsc#1012628). +- tsnep: Fix NAPI polling with budget 0 (bsc#1012628). +- gfs2: fix glock shrinker ref issues (bsc#1012628). +- i2c: designware: fix __i2c_dw_disable() in case master is + holding SCL low (bsc#1012628). +- LoongArch: Use _UL() and _ULL() (bsc#1012628). +- LoongArch: Set all reserved memblocks on Node#0 at + initialization (bsc#1012628). +- fbdev/sh7760fb: Depend on FB=y (bsc#1012628). +- perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + (bsc#1012628). +- ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + (bsc#1012628). +- iommu/arm-smmu-v3: Fix soft lockup triggered by + arm_smmu_mm_invalidate_range (bsc#1012628). +- spi: zynqmp-gqspi: fix clock imbalance on probe failure + (bsc#1012628). +- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + (bsc#1012628). +- x86/srso: Add SRSO mitigation for Hygon processors + (bsc#1012628). +- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + (bsc#1012628). +- KVM: SVM: Fix TSC_AUX virtualization setup (bsc#1012628). +- KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + (bsc#1012628). +- KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() (bsc#1012628). +- KVM: x86/mmu: Stop zapping invalidated TDP MMU roots + asynchronously (bsc#1012628). +- mptcp: fix bogus receive window shrinkage with multiple subflows + (bsc#1012628). +- mptcp: move __mptcp_error_report in protocol.c (bsc#1012628). +- mptcp: process pending subflow error on close (bsc#1012628). +- Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" (bsc#1012628). +- scsi: core: ata: Do no try to probe for CDL on old drives + (bsc#1012628). +- serial: 8250_port: Check IRQ data before use (bsc#1012628). +- nilfs2: fix potential use after free in + nilfs_gccache_submit_read_data() (bsc#1012628). +- crypto: sm2 - Fix crash caused by uninitialized context + (bsc#1012628). +- ALSA: rawmidi: Fix NULL dereference at proc read (bsc#1012628). +- ALSA: hda: Disable power save for solving pop issue on Lenovo + ThinkCentre M70q (bsc#1012628). +- LoongArch: Fix lockdep static memory detection (bsc#1012628). +- LoongArch: Define relocation types for ABI v2.10 (bsc#1012628). +- LoongArch: numa: Fix high_memory calculation (bsc#1012628). +- LoongArch: Add support for 32_PCREL relocation type + (bsc#1012628). +- LoongArch: Add support for 64_PCREL relocation type + (bsc#1012628). +- ata: libata-scsi: link ata port and scsi device (bsc#1012628). +- scsi: sd: Differentiate system and runtime start/stop management + (bsc#1012628). +- scsi: sd: Do not issue commands to suspended disks on shutdown + (bsc#1012628). +- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED + OPERATION CODES (bsc#1012628). +- io_uring/fs: remove sqe->rw_flags checking from LINKAT + (bsc#1012628). +- i2c: i801: unregister tco_pdev in i801_probe() error path + (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + (bsc#1012628). +- kernel/sched: Modify initial boot task idle setup (bsc#1012628). +- sched/rt: Fix live lock between select_fallback_rq() and RT push + (bsc#1012628). +- Revert "SUNRPC dont update timeout value on connection reset" + (bsc#1012628). +- NFSv4: Fix a state manager thread deadlock regression + (bsc#1012628). +- ACPI: NFIT: Fix incorrect calculation of idt size (bsc#1012628). +- timers: Tag (hr)timer softirq as hotplug safe (bsc#1012628). +- drm/tests: Fix incorrect argument in drm_test_mm_insert_range + (bsc#1012628). +- cxl/mbox: Fix CEL logic for poison and security commands + (bsc#1012628). +- arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + (bsc#1012628). +- mm/damon/vaddr-test: fix memory leak in + damon_do_test_apply_three_regions() (bsc#1012628). +- selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error (bsc#1012628). +- mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and + MPOL_MF_MOVE are specified (bsc#1012628). +- mm/slab_common: fix slab_caches list corruption after + kmem_cache_destroy() (bsc#1012628). +- mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong + buddy list (bsc#1012628). +- mm: memcontrol: fix GFP_NOFS recursion in memory.high + enforcement (bsc#1012628). +- cxl/port: Fix cxl_test register enumeration regression + (bsc#1012628). +- cxl/pci: Fix appropriate checking for _OSC while handling CXL + RAS registers (bsc#1012628). +- ring-buffer: Fix bytes info in per_cpu buffer stats + (bsc#1012628). +- ring-buffer: Update "shortest_full" in polling (bsc#1012628). +- btrfs: refresh dir last index during a rewinddir(3) call + (bsc#1012628). +- btrfs: file_remove_privs needs an exclusive lock in direct io + write (bsc#1012628). +- btrfs: set last dir index to the current last index when + opening dir (bsc#1012628). +- btrfs: fix race between reading a directory and adding entries + to it (bsc#1012628). +- btrfs: properly report 0 avail for very full file systems + (bsc#1012628). +- media: uvcvideo: Fix OOB read (bsc#1012628). +- bpf: Add override check to kprobe multi link attach + (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision in tools/ + (bsc#1012628). +- net: thunderbolt: Fix TCPv6 GSO checksum calculation + (bsc#1012628). +- thermal: sysfs: Fix trip_point_hyst_store() (bsc#1012628). +- tracing/user_events: Align set_bit() address for all archs + (bsc#1012628). +- ata: libata-core: Fix ata_port_request_pm() locking + (bsc#1012628). +- ata: libata-core: Fix port and device removal (bsc#1012628). +- ata: libata-core: Do not register PM operations for SAS ports + (bsc#1012628). +- ata: libata-sata: increase PMP SRST timeout to 10s + (bsc#1012628). +- i915: Limit the length of an sg list to the requested length + (bsc#1012628). +- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + (bsc#1012628). +- power: supply: rk817: Add missing module alias (bsc#1012628). +- power: supply: ab8500: Set typing and props (bsc#1012628). +- fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + (bsc#1012628). +- drm/amdkfd: Use gpu_offset for user queue's wptr (bsc#1012628). +- drm/amd/display: fix the ability to use lower resolution modes + on eDP (bsc#1012628). +- drm/meson: fix memory leak on ->hpd_notify callback + (bsc#1012628). +- rbd: move rbd_dev_refresh() definition (bsc#1012628). +- rbd: decouple header read-in from updating rbd_dev->header + (bsc#1012628). +- rbd: decouple parent info read-in from updating rbd_dev + (bsc#1012628). +- rbd: take header_rwsem in rbd_dev_refresh() only when updating + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm, memcg: reconsider kmem.limit_in_bytes deprecation + (bsc#1012628). +- ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.6-066-ipv4-fix-null-deref-in-ipv4_link_failure.patch. +- Rename to + patches.kernel.org/6.5.6-093-netfilter-ipset-Fix-race-between-IPSET_CMD_CREA.patch. +- Rename to + patches.kernel.org/6.5.6-106-cifs-Fix-UAF-in-cifs_demultiplex_thread.patch. +- Rename to + patches.kernel.org/6.5.6-111-drm-amdgpu-set-completion-status-as-preempted-f.patch. +- Rename to + patches.kernel.org/6.5.6-250-misc-rtsx-Fix-some-platforms-can-not-boot-and-m.patch. +- Rename to + patches.kernel.org/6.5.6-300-fs-smb-client-Reset-password-pointer-to-NULL.patch. +- commit c97c2df + +------------------------------------------------------------------- +Thu Oct 5 07:09:48 CEST 2023 - jslaby@suse.cz + +- misc: rtsx: Fix some platforms can not boot and move the l1ss + judgment to probe (bsc#1214428). +- Delete + patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch. + Replace the revert by the upstream fix. +- commit e5944a3 + +------------------------------------------------------------------- +Wed Oct 4 12:47:42 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-625-netfilter-xt_sctp-validate-the-flag_info-count.patch + references (add CVE-2023-39193 bsc#1215860). +- commit c56e2dd + +------------------------------------------------------------------- +Wed Oct 4 12:46:32 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-624-netfilter-xt_u32-validate-user-space-input.patch + references (add CVE-2023-39192 bsc#1215858). +- commit d5f1e57 + +------------------------------------------------------------------- +Wed Oct 4 12:45:29 CEST 2023 - mkubecek@suse.cz + +- ipv4: fix null-deref in ipv4_link_failure (CVE-2023-42754 + bsc#1215467). +- commit a4ade06 + +------------------------------------------------------------------- +Tue Oct 3 16:19:55 CEST 2023 - palcantara@suse.de + +- cifs: Fix UAF in cifs_demultiplex_thread() (bsc#1208995 + CVE-2023-1192). +- commit 34d5680 + +------------------------------------------------------------------- +Tue Oct 3 16:18:13 CEST 2023 - palcantara@suse.de + +- fs/smb/client: Reset password pointer to NULL (bsc#1215899 + CVE-2023-5345). +- commit 180c31b + ------------------------------------------------------------------- Tue Oct 3 11:07:14 CEST 2023 - petr.pavlu@suse.com @@ -2775,6 +10513,29 @@ Tue Oct 3 10:31:29 CEST 2023 - petr.pavlu@suse.com the current SUSE Documentation Style Guide. - commit 11e3267 +------------------------------------------------------------------- +Tue Oct 3 08:47:21 CEST 2023 - mkubecek@suse.cz + +- netfilter: ipset: Fix race between IPSET_CMD_CREATE and + IPSET_CMD_SWAP (CVE-2023-42756 bsc#1215767). +- commit 5c8516c + +------------------------------------------------------------------- +Tue Oct 3 08:45:02 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-622-netfilter-ipset-add-the-missing-IP_SET_HASH_WIT.patch + references (add CVE-2023-42753 bsc#1215150). +- commit ddd076d + +------------------------------------------------------------------- +Mon Oct 2 06:34:04 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc4 +- eliminate 1 patch + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch (0e4cac557531) +- commit 019d4ec + ------------------------------------------------------------------- Tue Sep 26 16:06:05 CEST 2023 - petr.pavlu@suse.com @@ -2830,6 +10591,410 @@ Mon Sep 25 19:40:07 CEST 2023 - msuchanek@suse.de future reorganization of the spec template. - commit 30e2cef +------------------------------------------------------------------- +Mon Sep 25 10:34:49 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ea38674 + +------------------------------------------------------------------- +Mon Sep 25 10:23:15 CEST 2023 - tzimmermann@suse.com + +- drm/amdgpu: Update invalid PTE flag setting (boo#1215470) +- commit 74bb304 + +------------------------------------------------------------------- +Mon Sep 25 07:05:25 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.5 (bsc#1012628). +- iomap: Fix possible overflow condition in + iomap_write_delalloc_scan (bsc#1012628). +- autofs: fix memory leak of waitqueues in autofs_catatonic_mode + (bsc#1012628). +- btrfs: handle errors properly in update_inline_extent_backref() + (bsc#1012628). +- btrfs: output extra debug info if we failed to find an inline + backref (bsc#1012628). +- locks: fix KASAN: use-after-free in + trace_event_raw_event_filelock_lock (bsc#1012628). +- ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (bsc#1012628). +- kernel/fork: beware of __put_task_struct() calling context + (bsc#1012628). +- rcuscale: Move rcu_scale_writer() + schedule_timeout_uninterruptible() to _idle() (bsc#1012628). +- scftorture: Forgive memory-allocation failure if KASAN + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + (bsc#1012628). +- x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + (bsc#1012628). +- perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for + HIP08/09 (bsc#1012628). +- s390/boot: cleanup number of page table levels setup + (bsc#1012628). +- kselftest/arm64: fix a memleak in zt_regs_run() (bsc#1012628). +- perf/imx_ddr: speed up overflow frequency of cycle + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 + and iMac12,2 (bsc#1012628). +- hw_breakpoint: fix single-stepping when using + bpf_overflow_handler (bsc#1012628). +- ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + (bsc#1012628). +- selftests/nolibc: fix up kernel parameters support + (bsc#1012628). +- selftests/nolibc: prevent out of bounds access in + expect_vfprintf (bsc#1012628). +- spi: sun6i: add quirk for dual and quad SPI modes support + (bsc#1012628). +- devlink: remove reload failed checks in params get/set callbacks + (bsc#1012628). +- crypto: lrw,xts - Replace strlcpy with strscpy (bsc#1012628). +- ice: Don't tx before switchdev is fully configured + (bsc#1012628). +- wifi: ath9k: fix fortify warnings (bsc#1012628). +- wifi: ath9k: fix printk specifier (bsc#1012628). +- wifi: rtw88: delete timer and free skb queue when unloading + (bsc#1012628). +- wifi: mwifiex: fix fortify warning (bsc#1012628). +- mt76: mt7921: don't assume adequate headroom for SDIO headers + (bsc#1012628). +- wifi: wil6210: fix fortify warnings (bsc#1012628). +- can: sun4i_can: Add acceptance register quirk (bsc#1012628). +- can: sun4i_can: Add support for the Allwinner D1 (bsc#1012628). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (bsc#1012628). +- wifi: ath12k: Fix a NULL pointer dereference in + ath12k_mac_op_hw_scan() (bsc#1012628). +- wifi: ath12k: avoid array overflow of hw mode for + preferred_hw_mode (bsc#1012628). +- net/ipv4: return the real errno instead of -EINVAL + (bsc#1012628). +- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + (bsc#1012628). +- Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + (bsc#1012628). +- Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + (bsc#1012628). +- Bluetooth: Fix hci_suspend_sync crash (bsc#1012628). +- Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + (bsc#1012628). +- netlink: convert nlk->flags to atomic flags (bsc#1012628). +- tpm_tis: Resend command to recover from data transfer errors + (bsc#1012628). +- mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + (bsc#1012628). +- alx: fix OOB-read compiler warning (bsc#1012628). +- wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + (bsc#1012628). +- wifi: mac80211: check S1G action frame size (bsc#1012628). +- netfilter: ebtables: fix fortify warnings in size_entry_mwt() + (bsc#1012628). +- wifi: cfg80211: reject auth/assoc to AP with our address + (bsc#1012628). +- wifi: cfg80211: ocb: don't leave if not joined (bsc#1012628). +- wifi: mac80211: check for station first in client probe + (bsc#1012628). +- wifi: mac80211_hwsim: drop short frames (bsc#1012628). +- Revert "wifi: mac80211_hwsim: check the return value of + nla_put_u32" (bsc#1012628). +- libbpf: Free btf_vmlinux when closing bpf_object (bsc#1012628). +- wifi: ath12k: Fix memory leak in rx_desc and tx_desc + (bsc#1012628). +- wifi: ath12k: add check max message length while scanning with + extraie (bsc#1012628). +- Fix nomenclature for USB and PCI wireless devices (bsc#1012628). +- bpf: Consider non-owning refs trusted (bsc#1012628). +- bpf: Consider non-owning refs to refcounted nodes RCU protected + (bsc#1012628). +- drm/bridge: tc358762: Instruct DSI host to generate HSE packets + (bsc#1012628). +- drm/edid: Add quirk for OSVR HDK 2.0 (bsc#1012628). +- drm: bridge: samsung-dsim: Drain command transfer FIFO before + transfer (bsc#1012628). +- arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6350: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + (bsc#1012628). +- drm/amdgpu: Increase soft IH ring size (bsc#1012628). +- samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + (bsc#1012628). +- drm/amdgpu: Update ring scheduler info as needed (bsc#1012628). +- drm/amd/display: Fix underflow issue on 175hz timing + (bsc#1012628). +- ASoC: SOF: topology: simplify code to prevent static analysis + warnings (bsc#1012628). +- ASoC: Intel: sof_sdw: Update BT offload config for soundwire + config (bsc#1012628). +- ALSA: hda: intel-dsp-cfg: add LunarLake support (bsc#1012628). +- drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN31 (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN314 (bsc#1012628). +- drm/amd/display: Use max memclk variable when setting max memclk + (bsc#1012628). +- drm/msm/adreno: Use quirk identify hw_apriv (bsc#1012628). +- drm/msm/adreno: Use quirk to identify cached-coherent support + (bsc#1012628). +- drm/exynos: fix a possible null-pointer dereference due to + data race in exynos_drm_crtc_atomic_disable() (bsc#1012628). +- io_uring: annotate the struct io_kiocb slab for appropriate + user copy (bsc#1012628). +- drm/mediatek: dp: Change logging to dev for + mtk_dp_aux_transfer() (bsc#1012628). +- bus: ti-sysc: Configure uart quirks for k3 SoC (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + (bsc#1012628). +- md: raid1: fix potential OOB in raid1_remove_disk() + (bsc#1012628). +- ext2: fix datatype of block number in ext2_xattr_set2() + (bsc#1012628). +- blk-mq: fix tags leak when shrink nr_hw_queues (bsc#1012628). +- ASoC: SOF: amd: clear panic mask status when panic occurs + (bsc#1012628). +- x86: bring back rep movsq for user access on CPUs without ERMS + (bsc#1012628). +- fs/jfs: prevent double-free in dbUnmount() after failed + jfs_remount() (bsc#1012628). +- jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + (bsc#1012628). +- ext4: add two helper functions extent_logical_end() and + pa_logical_end() (bsc#1012628). +- ext4: avoid overlapping preallocations due to overflow + (bsc#1012628). +- PCI: dwc: Provide deinit callback for i.MX (bsc#1012628). +- ARM: 9317/1: kexec: Make smp stop calls asynchronous + (bsc#1012628). +- powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + (bsc#1012628). +- PCI: vmd: Disable bridge window for domain reset (bsc#1012628). +- PCI: fu740: Set the number of MSI vectors (bsc#1012628). +- media: mdp3: Fix resource leaks in of_find_device_by_node + (bsc#1012628). +- media: dvb-usb-v2: af9035: Fix null-ptr-deref in + af9035_i2c_master_xfer (bsc#1012628). +- media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + (bsc#1012628). +- media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + (bsc#1012628). +- media: anysee: fix null-ptr-deref in anysee_master_xfer + (bsc#1012628). +- media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: gl861: Fix null-ptr-deref in + gl861_i2c_master_xfer (bsc#1012628). +- scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout + error is detected (bsc#1012628). +- media: tuners: qt1010: replace BUG_ON with a regular error + (bsc#1012628). +- media: pci: cx23885: replace BUG with error return + (bsc#1012628). +- usb: cdns3: Put the cdns set active part outside the spin lock + (bsc#1012628). +- usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM + device (bsc#1012628). +- usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + (bsc#1012628). +- tools: iio: iio_generic_buffer: Fix some integer type and + calculation (bsc#1012628). +- scsi: target: iscsi: Fix buffer overflow in + lio_target_nacl_info_show() (bsc#1012628). +- serial: cpm_uart: Avoid suspicious locking (bsc#1012628). +- misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + (bsc#1012628). +- usb: dwc3: dwc3-octeon: Verify clock divider (bsc#1012628). +- usb: ehci: add workaround for chipidea PORTSC.PEC bug + (bsc#1012628). +- usb: chipidea: add workaround for chipidea PEC bug + (bsc#1012628). +- media: pci: ipu3-cio2: Initialise timing struct to avoid a + compiler warning (bsc#1012628). +- kobject: Add sanity check for kset->kobj.ktype in + kset_register() (bsc#1012628). +- interconnect: Fix locking for runpm vs reclaim (bsc#1012628). +- usb: typec: qcom-pmic-typec: register drm_bridge (bsc#1012628). +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1012628). +- printk: Keep non-panic-CPUs out of console lock (bsc#1012628). +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1012628). +- printk: Consolidate console deferred printing (bsc#1012628). +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1012628). +- ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + (bsc#1012628). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1012628). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1012628). +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1012628). +- btrfs: zoned: defer advancing meta write pointer (bsc#1012628). +- btrfs: zoned: activate metadata block group on write time + (bsc#1012628). +- mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + (bsc#1012628). +- mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + (bsc#1012628). +- btrfs: add a helper to read the superblock metadata_uuid + (bsc#1012628). +- btrfs: compare the correct fsid/metadata_uuid in + btrfs_validate_super (bsc#1012628). +- nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + (bsc#1012628). +- drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + (bsc#1012628). +- scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- md: don't dereference mddev after export_rdev() (bsc#1012628). +- md: fix warning for holder mismatch from export_rdev() + (bsc#1012628). +- PM: hibernate: Fix the exclusive get block device in test_resume + mode (bsc#1012628). +- selftests: tracing: Fix to unmount tracefs for recovering + environment (bsc#1012628). +- x86/ibt: Suppress spurious ENDBR (bsc#1012628). +- x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + (bsc#1012628). +- riscv: kexec: Align the kexeced kernel entry (bsc#1012628). +- x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + (bsc#1012628). +- scsi: target: core: Fix target_cmd_counter leak (bsc#1012628). +- scsi: lpfc: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- panic: Reenable preemption in WARN slowpath (bsc#1012628). +- ata: libata-core: fetch sense data for successful commands + iff CDL enabled (bsc#1012628). +- x86/boot/compressed: Reserve more memory for page tables + (bsc#1012628). +- x86/purgatory: Remove LTO flags (bsc#1012628). +- samples/hw_breakpoint: fix building without module unloading + (bsc#1012628). +- blk-mq: prealloc tags when increase tagset nr_hw_queues + (bsc#1012628). +- blk-mq: fix tags UAF when shrinking q->nr_hw_queues + (bsc#1012628). +- md/raid1: fix error: ISO C90 forbids mixed declarations + (bsc#1012628). +- Revert "SUNRPC: Fail faster on bad verifier" (bsc#1012628). +- attr: block mode changes of symlinks (bsc#1012628). +- ovl: fix failed copyup of fileattr on a symlink (bsc#1012628). +- ovl: fix incorrect fdput() on aio completion (bsc#1012628). +- io_uring/net: fix iter retargeting for selected buf + (bsc#1012628). +- nvme: avoid bogus CRTO values (bsc#1012628). +- x86/platform/uv: Use alternate source for socket to node data + (bsc#1012628). +- Revert "firewire: core: obsolete usage of GFP_ATOMIC at building + node tree" (bsc#1012628). +- md: Put the right device in md_seq_next (bsc#1012628). +- drm/amd: Make fence wait in suballocator uninterruptible + (bsc#1012628). +- Revert "drm/amd: Disable S/G for APUs when 64GB or more host + memory" (bsc#1012628). +- dm: don't attempt to queue IO under RCU protection + (bsc#1012628). +- dm: fix a race condition in retrieve_deps (bsc#1012628). +- btrfs: fix lockdep splat and potential deadlock after failure + running delayed items (bsc#1012628). +- btrfs: fix a compilation error if DEBUG is defined in + btree_dirty_folio (bsc#1012628). +- btrfs: fix race between finishing block group creation and + its item update (bsc#1012628). +- btrfs: release path before inode lookup during the ino lookup + ioctl (bsc#1012628). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert + (bsc#1012628). +- tracing/synthetic: Fix order of struct trace_dynamic_info + (bsc#1012628). +- tracing: Have tracing_max_latency inc the trace array ref count + (bsc#1012628). +- tracing: Have event inject files inc the trace array ref count + (bsc#1012628). +- tracing/synthetic: Print out u64 values properly (bsc#1012628). +- tracing: Increase trace array ref count on enable and filter + files (bsc#1012628). +- tracing: Have current_trace inc the trace array ref count + (bsc#1012628). +- tracing: Have option files inc the trace array ref count + (bsc#1012628). +- selinux: fix handling of empty opts in + selinux_fs_context_submount() (bsc#1012628). +- nfsd: fix change_info in NFSv4 RENAME replies (bsc#1012628). +- tracefs: Add missing lockdown check to tracefs_create_dir() + (bsc#1012628). +- i2c: aspeed: Reset the i2c controller when timeout occurs + (bsc#1012628). +- ata: libata: disallow dev-initiated LPM transitions to + unsupported states (bsc#1012628). +- ata: libahci: clear pending interrupt status (bsc#1012628). +- scsi: megaraid_sas: Fix deadlock on firmware crashdump + (bsc#1012628). +- scsi: qla2xxx: Use raw_smp_processor_id() instead of + smp_processor_id() (bsc#1012628). +- scsi: pm8001: Setup IRQs on resume (bsc#1012628). +- Revert "comedi: add HAS_IOPORT dependencies" (bsc#1012628). +- ext4: fix rec_len verify error (bsc#1012628). +- drm/radeon: make fence wait in suballocator uninterrruptable + (bsc#1012628). +- drm/i915: Only check eDP HPD when AUX CH is shared + (bsc#1012628). +- drm/amdkfd: Insert missing TLB flush on GFX10 and later + (bsc#1012628). +- drm/tests: helpers: Avoid a driver uaf (bsc#1012628). +- drm/amd/display: Adjust the MST resume flow (bsc#1012628). +- drm/amd/display: fix the white screen issue when >= 64GB DRAM + (bsc#1012628). +- drm/amd/display: Add DPIA Link Encoder Assignment Fix + (bsc#1012628). +- drm/amd/display: Fix 2nd DPIA encoder Assignment (bsc#1012628). +- Revert "memcg: drop kmem.limit_in_bytes" (bsc#1012628). +- drm/amdgpu: fix amdgpu_cs_p1_user_fence (bsc#1012628). +- interconnect: Teach lockdep about icc_bw_lock order + (bsc#1012628). +- x86/alternatives: Remove faulty optimization (bsc#1012628). +- x86,static_call: Fix static-call vs return-thunk (bsc#1012628). +- Update config files. + * restore COMEDI_ISA_DRIVERS=n + * CAN_SUN4I=m, following master +- Rename to + patches.kernel.org/6.5.5-010-ACPI-video-Add-backlight-native-DMI-quirk-for-L.patch. +- Rename to + patches.kernel.org/6.5.5-147-efivarfs-fix-statfs-on-efivarfs.patch. +- commit 2459c16 + +------------------------------------------------------------------- +Sun Sep 24 23:36:19 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc3 +- commit 15b4ad8 + +------------------------------------------------------------------- +Fri Sep 22 08:13:55 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu: set completion status + as preempted for the resubmission + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit f926df3 + ------------------------------------------------------------------- Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de @@ -2838,12 +11003,596 @@ Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de Other simimlar scripts may exist. - commit c882efa +------------------------------------------------------------------- +Wed Sep 20 10:41:15 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-188-net-sched-sch_hfsc-Ensure-inner-classes-have-fs.patch + references (add CVE-2023-4623 bsc#1215115). +- commit e836b0d + +------------------------------------------------------------------- +Wed Sep 20 07:07:04 CEST 2023 - jslaby@suse.cz + +- smb3: move server check earlier when setting channel sequence + number (git-fixes). +- commit fdd7e9e + +------------------------------------------------------------------- +Tue Sep 19 17:54:53 CEST 2023 - jlee@suse.com + +- Update config files. (bsc#1205447, jsc#PED-6528) + Set CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=n + to armv6hl/default, armv7hl/default + Let's disable CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY + before we have conclusion on PED-6528. Which means that the + .secondary_trusted_keys keyring can NOT be used to verify .ima/.evm + keys. It also means that MOK in .machine keyring can not be used to + verify .ima/.evm keys. (bsc#1205447, jsc#PED-6528) +- commit 6f5f69b + +------------------------------------------------------------------- +Tue Sep 19 12:52:42 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.4 (bsc#1012628). +- drm/virtio: Conditionally allocate virtio_gpu_fence + (bsc#1012628). +- scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 + does not support EHS length in UTRD (bsc#1012628). +- scsi: qla2xxx: Adjust IOCB resource on qpair create + (bsc#1012628). +- scsi: qla2xxx: Limit TMF to 8 per function (bsc#1012628). +- scsi: qla2xxx: Fix deletion race condition (bsc#1012628). +- scsi: qla2xxx: fix inconsistent TMF timeout (bsc#1012628). +- scsi: qla2xxx: Fix command flush during TMF (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link up failure (bsc#1012628). +- scsi: qla2xxx: Turn off noisy message log (bsc#1012628). +- scsi: qla2xxx: Fix session hang in gnl (bsc#1012628). +- scsi: qla2xxx: Fix TMF leak through (bsc#1012628). +- scsi: qla2xxx: Remove unsupported ql2xenabledif option + (bsc#1012628). +- scsi: qla2xxx: Flush mailbox commands on chip reset + (bsc#1012628). +- scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + (bsc#1012628). +- scsi: qla2xxx: Error code did not return to upper layer + (bsc#1012628). +- scsi: qla2xxx: Fix firmware resource tracking (bsc#1012628). +- null_blk: fix poll request timeout handling (bsc#1012628). +- kernfs: fix missing kernfs_iattr_rwsem locking (bsc#1012628). +- fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + (bsc#1012628). +- clk: qcom: camcc-sc7180: fix async resume during probe + (bsc#1012628). +- drm/ast: Fix DRAM init on AST2200 (bsc#1012628). +- ASoC: tegra: Fix SFC conversion for few rates (bsc#1012628). +- ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical + size (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate on Tegra234 + (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate (bsc#1012628). +- clk: qcom: turingcc-qcs404: fix missing resume during probe + (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct inverted X of + touchscreen (bsc#1012628). +- arm64: dts: qcom: msm8953-vince: drop duplicated touschreen + parent interrupt (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen function + names (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen + syna,nosleep-mode (bsc#1012628). +- arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + (bsc#1012628). +- ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 + V2 (bsc#1012628). +- send channel sequence number in SMB3 requests after reconnects + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + (bsc#1012628). +- lib/test_meminit: allocate pages up to order MAX_ORDER + (bsc#1012628). +- Multi-gen LRU: avoid race in inc_min_seq() (bsc#1012628). +- parisc: led: Fix LAN receive and transmit LEDs (bsc#1012628). +- parisc: led: Reduce CPU overhead for disk & lan LED computation + (bsc#1012628). +- cifs: update desired access while requesting for directory lease + (bsc#1012628). +- pinctrl: cherryview: fix address_space_handler() argument + (bsc#1012628). +- dt-bindings: clock: xlnx,versal-clk: drop select:false + (bsc#1012628). +- clk: imx: pll14xx: dynamically configure PLL for + 393216000/361267200Hz (bsc#1012628). +- clk: imx: pll14xx: align pdiv with reference manual + (bsc#1012628). +- clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + (bsc#1012628). +- soc: qcom: qmi_encdec: Restrict string length in decode + (bsc#1012628). +- clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: lpasscc-sc7280: fix missing resume during probe + (bsc#1012628). +- clk: qcom: q6sstop-qcs404: fix missing resume during probe + (bsc#1012628). +- clk: qcom: mss-sc7180: fix missing resume during probe + (bsc#1012628). +- NFS: Fix a potential data corruption (bsc#1012628). +- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + (bsc#1012628). +- bus: mhi: host: Skip MHI reset if device is in RDDM + (bsc#1012628). +- kbuild: rpm-pkg: define _arch conditionally (bsc#1012628). +- kbuild: do not run depmod for 'make modules_sign' (bsc#1012628). +- tpm_crb: Fix an error handling path in crb_acpi_add() + (bsc#1012628). +- gfs2: Switch to wait_event in gfs2_logd (bsc#1012628). +- gfs2: low-memory forced flush fixes (bsc#1012628). +- mailbox: qcom-ipcc: fix incorrect num_chans counting + (bsc#1012628). +- kconfig: fix possible buffer overflow (bsc#1012628). +- tools/mm: fix undefined reference to pthread_once (bsc#1012628). +- Input: iqs7222 - configure power mode before triggering ATI + (bsc#1012628). +- perf trace: Really free the evsel->priv area (bsc#1012628). +- pwm: atmel-tcb: Harmonize resource allocation order + (bsc#1012628). +- pwm: atmel-tcb: Fix resource freeing in error path and remove + (bsc#1012628). +- backlight: lp855x: Initialize PWM state on first brightness + change (bsc#1012628). +- backlight: gpio_backlight: Drop output GPIO direction check + for initial power state (bsc#1012628). +- perf parse-events: Separate YYABORT and YYNOMEM cases + (bsc#1012628). +- perf parse-events: Move instances of YYABORT to YYNOMEM + (bsc#1012628). +- perf parse-events: Separate ENOMEM memory handling + (bsc#1012628). +- perf parse-events: Additional error reporting (bsc#1012628). +- KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES + guests (bsc#1012628). +- Input: tca6416-keypad - always expect proper IRQ number in + i2c client (bsc#1012628). +- Input: tca6416-keypad - fix interrupt enable disbalance + (bsc#1012628). +- perf annotate bpf: Don't enclose non-debug code with an assert() + (bsc#1012628). +- x86/virt: Drop unnecessary check on extended CPUID level in + cpu_has_svm() (bsc#1012628). +- perf script: Print "cgroup" field on the same line as "comm" + (bsc#1012628). +- perf bpf-filter: Fix sample flag check with || (bsc#1012628). +- perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() (bsc#1012628). +- perf dlfilter: Add al_cleanup() (bsc#1012628). +- perf vendor events: Update the JSON/events descriptions for + power10 platform (bsc#1012628). +- perf vendor events: Drop some of the JSON/events for power10 + platform (bsc#1012628). +- perf vendor events: Drop STORES_PER_INST metric event for + power10 platform (bsc#1012628). +- perf vendor events: Move JSON/events to appropriate files for + power10 platform (bsc#1012628). +- perf vendor events: Update metric event names for power10 + platform (bsc#1012628). +- perf top: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- perf lock: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + (bsc#1012628). +- perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne + list (bsc#1012628). +- pwm: lpc32xx: Remove handling of PWM channels (bsc#1012628). +- accel/ivpu: refactor deprecated strncpy (bsc#1012628). +- perf header: Fix missing PMU caps (bsc#1012628). +- i3c: master: svc: Describe member 'saved_regs' (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Fix shellcheck issue about + logical operators (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup + BPF counter test (bsc#1012628). +- regulator: tps6287x: Fix n_voltages (bsc#1012628). +- selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + (bsc#1012628). +- drm/i915: mark requests for GuC virtual engines to avoid + use-after-free (bsc#1012628). +- blk-throttle: use calculate_io/bytes_allowed() for + throtl_trim_slice() (bsc#1012628). +- blk-throttle: consider 'carryover_ios/bytes' in + throtl_trim_slice() (bsc#1012628). +- netfilter: nf_tables: Audit log setelem reset (bsc#1012628). +- netfilter: nf_tables: Audit log rule reset (bsc#1012628). +- smb: propagate error code of extract_sharename() (bsc#1012628). +- net/sched: fq_pie: avoid stalls in fq_pie_timer() (bsc#1012628). +- sctp: annotate data-races around sk->sk_wmem_queued + (bsc#1012628). +- ipv4: annotate data-races around fi->fib_dead (bsc#1012628). +- net: read sk->sk_family once in sk_mc_loop() (bsc#1012628). +- net: fib: avoid warn splat in flow dissector (bsc#1012628). +- xsk: Fix xsk_diag use-after-free error during socket cleanup + (bsc#1012628). +- drm/i915/gvt: Verify pfn is "valid" before dereferencing + "struct page" (bsc#1012628). +- drm/i915/gvt: Put the page reference obtained by KVM's + gfn_to_pfn() (bsc#1012628). +- drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + (bsc#1012628). +- drm/amd/display: fix mode scaling (RMX_.*) (bsc#1012628). +- net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + (bsc#1012628). +- net: use sk_forward_alloc_get() in sk_get_meminfo() + (bsc#1012628). +- net: annotate data-races around sk->sk_forward_alloc + (bsc#1012628). +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (bsc#1012628). +- net: annotate data-races around sk->sk_tsflags (bsc#1012628). +- net: annotate data-races around sk->sk_bind_phc (bsc#1012628). +- ipv4: ignore dst hint for multipath routes (bsc#1012628). +- ipv6: ignore dst hint for multipath routes (bsc#1012628). +- selftests/bpf: Fix a CI failure caused by vsock write + (bsc#1012628). +- igb: disable virtualization features on 82580 (bsc#1012628). +- gve: fix frag_list chaining (bsc#1012628). +- veth: Fixing transmit return status for dropped packets + (bsc#1012628). +- net: ipv6/addrconf: avoid integer underflow in + ipv6_create_tempaddr (bsc#1012628). +- net: phy: micrel: Correct bit assignments for phy_device flags + (bsc#1012628). +- bpf, sockmap: Fix skb refcnt race after locking changes + (bsc#1012628). +- af_unix: Fix msg_controllen test in scm_pidfd_recv() for + MSG_CMSG_COMPAT (bsc#1012628). +- af_unix: Fix data-races around user->unix_inflight + (bsc#1012628). +- af_unix: Fix data-race around unix_tot_inflight (bsc#1012628). +- af_unix: Fix data-races around sk->sk_shutdown (bsc#1012628). +- af_unix: Fix data race around sk->sk_err (bsc#1012628). +- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (bsc#1012628). +- kcm: Destroy mutex in kcm_exit_net() (bsc#1012628). +- octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue + mbox handler (bsc#1012628). +- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 + and 80 (bsc#1012628). +- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- s390/zcrypt: don't leak memory if dev_set_name() fails + (bsc#1012628). +- regulator: tps6594-regulator: Fix random kernel crash + (bsc#1012628). +- idr: fix param name in idr_alloc_cyclic() doc (bsc#1012628). +- ip_tunnels: use DEV_STATS_INC() (bsc#1012628). +- net/mlx5e: Clear mirred devices array if the rule is split + (bsc#1012628). +- net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + (bsc#1012628). +- net/mlx5: Rework devlink port alloc/free into init/cleanup + (bsc#1012628). +- net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() (bsc#1012628). +- mlx5/core: E-Switch, Create ACL FT for eswitch manager in + switchdev mode (bsc#1012628). +- net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs + software and offload (bsc#1012628). +- net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs + too many times (bsc#1012628). +- net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + (bsc#1012628). +- net: phylink: fix sphinx complaint about invalid literal + (bsc#1012628). +- bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf() (bsc#1012628). +- bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion + check (bsc#1012628). +- s390/bpf: Pass through tail call counter in trampolines + (bsc#1012628). +- bpf: bpf_sk_storage: Fix invalid wait context lockdep report + (bsc#1012628). +- bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + (bsc#1012628). +- netfilter: nfnetlink_osf: avoid OOB read (bsc#1012628). +- netfilter: nft_set_rbtree: skip sync GC for new elements in + this transaction (bsc#1012628). +- netfilter: nf_tables: Unbreak audit log reset (bsc#1012628). +- net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + (bsc#1012628). +- net: hns3: fix tx timeout issue (bsc#1012628). +- net: hns3: fix byte order conversion issue in + hclge_dbg_fd_tcam_read() (bsc#1012628). +- net: hns3: fix debugfs concurrency issue between kfree buffer + and read (bsc#1012628). +- net: hns3: fix invalid mutex between tc qdisc and dcb ets + command issue (bsc#1012628). +- net: hns3: fix the port information display when sfp is absent + (bsc#1012628). +- net: hns3: remove GSO partial feature bit (bsc#1012628). +- net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() (bsc#1012628). +- sh: boards: Fix CEU buffer size passed to + dma_declare_coherent_memory() (bsc#1012628). +- sh: push-switch: Reorder cleanup operations to avoid + use-after-free bug (bsc#1012628). +- linux/export: fix reference to exported functions for parisc64 + (bsc#1012628). +- watchdog: advantech_ec_wdt: fix Kconfig dependencies + (bsc#1012628). +- drm/amd/display: Temporary Disable MST DP Colorspace Property + (bsc#1012628). +- ARC: atomics: Add compiler barrier to atomic + operations.. (bsc#1012628). +- clocksource/drivers/arm_arch_timer: Disable timer before + programming CVAL (bsc#1012628). +- dmaengine: sh: rz-dmac: Fix destination and source data size + setting (bsc#1012628). +- misc: fastrpc: Fix remote heap allocation request (bsc#1012628). +- misc: fastrpc: Fix incorrect DMA mapping unmap request + (bsc#1012628). +- jbd2: fix checkpoint cleanup performance regression + (bsc#1012628). +- jbd2: check 'jh->b_transaction' before removing it from + checkpoint (bsc#1012628). +- jbd2: correct the end of the journal recovery scan range + (bsc#1012628). +- ext4: fix slab-use-after-free in ext4_es_insert_extent() + (bsc#1012628). +- ext4: add correct group descriptors and reserved GDT blocks + to system zone (bsc#1012628). +- ext4: fix memory leaks in + ext4_fname_{setup_filename,prepare_lookup} (bsc#1012628). +- ext4: drop dio overwrite only flag and associated warning + (bsc#1012628). +- f2fs: get out of a repeat loop when getting a locked data page + (bsc#1012628). +- f2fs: flush inode if atomic file is aborted (bsc#1012628). +- f2fs: avoid false alarm of circular locking (bsc#1012628). +- lib: test_scanf: Add explicit type cast to result initialization + in test_number_prefix() (bsc#1012628). +- hwspinlock: qcom: add missing regmap config for SFPB MMIO + implementation (bsc#1012628). +- memcontrol: ensure memcg acquired by id is properly set up + (bsc#1012628). +- ata: ahci: Add Elkhart Lake AHCI controller (bsc#1012628). +- ata: pata_falcon: fix IO base selection for Q40 (bsc#1012628). +- ata: sata_gemini: Add missing MODULE_DESCRIPTION (bsc#1012628). +- ata: pata_ftide010: Add missing MODULE_DESCRIPTION + (bsc#1012628). +- fuse: nlookup missing decrement in fuse_direntplus_link + (bsc#1012628). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1012628). +- btrfs: fix start transaction qgroup rsv double free + (bsc#1012628). +- btrfs: free qgroup rsv on io failure (bsc#1012628). +- btrfs: don't start transaction when joining with + TRANS_JOIN_NOSTART (bsc#1012628). +- btrfs: set page extent mapped after read_folio in + relocate_one_page (bsc#1012628). +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1012628). +- btrfs: use the correct superblock to compare fsid in + btrfs_validate_super (bsc#1012628). +- btrfs: scrub: avoid unnecessary extent tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: avoid unnecessary csum tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: fix grouping of read IO (bsc#1012628). +- drm/mxsfb: Disable overlay plane in + mxsfb_plane_overlay_atomic_disable() (bsc#1012628). +- mtd: rawnand: brcmnand: Fix crash during the panic_write + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential out-of-bounds access in + oob write (bsc#1012628). +- mtd: spi-nor: Correct flags for Winbond w25q128 (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential false time out warning + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 + controller (bsc#1012628). +- Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + (bsc#1012628). +- drm/amd/display: enable cursor degamma for DCN3+ DRM legacy + gamma (bsc#1012628). +- drm/amd/display: limit the v_startup workaround to ASICs older + than DCN3.1 (bsc#1012628). +- drm/amd/display: prevent potential division by zero errors + (bsc#1012628). +- KVM: VMX: Refresh available regs and IDT vectoring info before + NMI handling (bsc#1012628). +- KVM: SVM: Take and hold ir_list_lock when updating vCPU's + Physical ID entry (bsc#1012628). +- KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest + insn (bsc#1012628). +- KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost + migration (bsc#1012628). +- KVM: nSVM: Check instead of asserting on nested TSC scaling + support (bsc#1012628). +- KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 + state (bsc#1012628). +- KVM: SVM: Set target pCPU during IRTE update if target vCPU + is running (bsc#1012628). +- KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is + NULL (bsc#1012628). +- MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + (bsc#1012628). +- MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' + regression (bsc#1012628). +- perf hists browser: Fix hierarchy mode header (bsc#1012628). +- perf build: Update build rule for generated files (bsc#1012628). +- perf test shell stat_bpf_counters: Fix test on Intel + (bsc#1012628). +- perf tools: Handle old data in PERF_RECORD_ATTR (bsc#1012628). +- perf build: Include generated header files properly + (bsc#1012628). +- perf hists browser: Fix the number of entries for 'e' key + (bsc#1012628). +- drm/amd/display: always switch off ODM before committing more + streams (bsc#1012628). +- drm/amd/display: Remove wait while locked (bsc#1012628). +- drm/amdkfd: Add missing gfx11 MQD manager callbacks + (bsc#1012628). +- drm/amdgpu: register a dirty framebuffer callback for fbcon + (bsc#1012628). +- bpf: fix bpf_probe_read_kernel prototype mismatch (bsc#1012628). +- regulator: raa215300: Change the scope of the variables + {clkin_name, xin_name} (bsc#1012628). +- regulator: raa215300: Fix resource leak in case of error + (bsc#1012628). +- parisc: sba_iommu: Fix build warning if procfs if disabled + (bsc#1012628). +- kunit: Fix wild-memory-access bug in kunit_free_suite_set() + (bsc#1012628). +- net: ipv4: fix one memleak in __inet_del_ifa() (bsc#1012628). +- kselftest/runner.sh: Propagate SIGTERM to runner child + (bsc#1012628). +- selftests: Keep symlinks, when possible (bsc#1012628). +- selftests/ftrace: Fix dependencies for some of the synthetic + event tests (bsc#1012628). +- net: microchip: vcap api: Fix possible memory leak for + vcap_dup_rule() (bsc#1012628). +- octeontx2-pf: Fix page pool cache index corruption + (bsc#1012628). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (bsc#1012628). +- net: stmmac: fix handling of zero coalescing tx-usecs + (bsc#1012628). +- net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix possible NULL pointer + dereference in mtk_hwlro_get_fdir_all() (bsc#1012628). +- hsr: Fix uninit-value access in fill_frame_info() (bsc#1012628). +- net: ethernet: adi: adin1110: use eth_broadcast_addr() to + assign broadcast address (bsc#1012628). +- net:ethernet:adi:adin1110: Fix forwarding offload (bsc#1012628). +- net: dsa: sja1105: hide all multicast addresses from "bridge + fdb show" (bsc#1012628). +- net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() (bsc#1012628). +- net: dsa: sja1105: fix multicast forwarding working only for + last added mdb entry (bsc#1012628). +- net: dsa: sja1105: serialize sja1105_port_mcast_flood() with + other FDB accesses (bsc#1012628). +- net: dsa: sja1105: block FDB accesses that are concurrent with + a switch reset (bsc#1012628). +- r8152: check budget for r8152_poll() (bsc#1012628). +- kcm: Fix memory leak in error path of kcm_sendmsg() + (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more + descriptors (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + (bsc#1012628). +- platform/mellanox: NVSW_SN2201 should depend on ACPI + (bsc#1012628). +- net/tls: do not free tls_rec on async operation in + bpf_exec_tx_verdict() (bsc#1012628). +- net: macb: fix sleep inside spinlock (bsc#1012628). +- veth: Update XDP feature set when bringing up device + (bsc#1012628). +- ipv6: fix ip6_sock_set_addr_preferences() typo (bsc#1012628). +- tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any) (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 wildcard address + (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address + (bsc#1012628). +- selftest: tcp: Fix address length in bind_wildcard.c + (bsc#1012628). +- ixgbe: fix timestamp configuration code (bsc#1012628). +- igb: clean up in all error paths when enabling SR-IOV + (bsc#1012628). +- net: renesas: rswitch: Fix unmasking irq condition + (bsc#1012628). +- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg() + (bsc#1012628). +- vm: fix move_vma() memory accounting being off (bsc#1012628). +- drm/amd/display: Fix a bug when searching for insert_above_mpcc + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.4-001-net-ipv6-SKB-symmetric-hash-should-incorporate-.patch. +- Rename to + patches.kernel.org/6.5.4-058-kbuild-dummy-tools-make-MPROFILE_KERNEL-checks-.patch. +- Rename to + patches.kernel.org/6.5.4-161-netfilter-nftables-exthdr-fix-4-byte-stack-OOB-.patch. +- Update config files. +- commit b203436 + +------------------------------------------------------------------- +Tue Sep 19 10:16:48 CEST 2023 - schwab@suse.de + +- riscv: enable CONFIG_MEDIA_PLATFORM_SUPPORT + - MEDIA_PLATFORM_SUPPORT=y + - V4L2_H264=m + - V4L2_VP9=m + - MEDIA_PLATFORM_DRIVERS=y + - V4L_PLATFORM_DRIVERS=y + - SDR_PLATFORM_DRIVERS=y + - DVB_PLATFORM_DRIVERS=y + - V4L_MEM2MEM_DRIVERS=y + - VIDEO_MEM2MEM_DEINTERLACE=m + - VIDEO_MUX=m + - VIDEO_CADENCE_CSI2RX=m + - VIDEO_CADENCE_CSI2TX=m + - VIDEO_CAFE_CCIC=m + - VIDEO_RCAR_ISP=m + - VIDEO_RCAR_CSI2=m + - VIDEO_RCAR_VIN=m + - VIDEO_RZG2L_CSI2=m + - VIDEO_RZG2L_CRU=m + - VIDEO_RENESAS_FCP=m + - VIDEO_RENESAS_FDP1=m + - VIDEO_RENESAS_JPU=m + - VIDEO_RENESAS_VSP1=m + - VIDEO_RCAR_DRIF=m + - VIDEO_SUN4I_CSI=m + - VIDEO_SUN6I_CSI=m + - VIDEO_SUN6I_MIPI_CSI2=m + - VIDEO_SUN8I_A83T_MIPI_CSI2=m + - VIDEO_SUN8I_DEINTERLACE=m + - VIDEO_SUN8I_ROTATE=m + - VIDEO_HANTRO=m + - VIDEO_HANTRO_SUNXI=y + - VIDEO_XILINX=m + - VIDEO_XILINX_CSI2RXSS=m + - VIDEO_XILINX_TPG=m + - VIDEO_XILINX_VTC=m + - SMS_SDIO_DRV=m + - SMS_SIANO_DEBUGFS=n + - VIDEO_SUN6I_ISP=m +- commit 337896e + +------------------------------------------------------------------- +Tue Sep 19 09:57:16 CEST 2023 - tiwai@suse.de + +- efivarfs: fix statfs() on efivarfs (bsc#1215284). +- commit 6b704c5 + ------------------------------------------------------------------- Mon Sep 18 16:31:22 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Reflow text to 80-column width (jsc#PED-5021) - commit e8f2c67 +------------------------------------------------------------------- +Mon Sep 18 14:35:23 CEST 2023 - tiwai@suse.de + +- Update config files: make SCSI/ATA drivers modules again + As discussed on opensuse-kernel ML, we want to make SCSI and ATA + drivers from built-in back to modules again: + https://lists.opensuse.org/archives/list/kernel@lists.opensuse.org/thread/MLRQW7RFEAKTAP63NMPFFIYTXAF7E3I3/ + They were made as built-in many many years ago just for boot speed up + and a slight hope of initrd-less systems. But it makes more sense to + align with the SLE configurations. +- commit 8c848c4 + ------------------------------------------------------------------- Mon Sep 18 14:24:26 CEST 2023 - petr.pavlu@suse.com @@ -2878,6 +11627,28 @@ Mon Sep 18 11:27:26 CEST 2023 - petr.pavlu@suse.com * Fix some typos and wording. - commit 2997d22 +------------------------------------------------------------------- +Mon Sep 18 10:20:52 CEST 2023 - clin@suse.com + +- Update config files: enable arm64 regulator modules for mediatek boards (bsc#1215335) +- commit b197b36 + +------------------------------------------------------------------- +Mon Sep 18 00:19:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc2 +- eliminate 1 patch + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- refresh configs +- commit 8a1f7fd + +------------------------------------------------------------------- +Fri Sep 15 17:09:42 CEST 2023 - mkubecek@suse.cz + +- netfilter: nftables: exthdr: fix 4-byte stack OOB write + (CVE-2023-4881 bsc#1215221). +- commit 89de233 + ------------------------------------------------------------------- Fri Sep 15 16:03:36 CEST 2023 - petr.pavlu@suse.com @@ -2938,6 +11709,45 @@ Fri Sep 15 11:28:20 CEST 2023 - petr.pavlu@suse.com * Fix some typos+grammar. - commit b9b7e79 +------------------------------------------------------------------- +Fri Sep 15 07:26:41 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "io_uring/net: don't overflow multishot recv"" + This reverts commit 561ed6f4e7c483049221b51678bdddad3677fb61, liburing + was fixed in by commit b73e940c9dd4. +- commit ba6631b + +------------------------------------------------------------------- +Thu Sep 14 10:46:53 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Update upstream status. +- commit 786e0d6 + +------------------------------------------------------------------- +Thu Sep 14 10:37:05 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring/net: don't overflow multishot recv" + (bsc#1215332). +- commit 561ed6f + +------------------------------------------------------------------- +Thu Sep 14 09:26:27 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.5.3-669-media-dvb-symbol-fixup-for-dvb_attach.patch + (bsc#1012628 bsc#1215264). + Add a bsc reference. +- commit 3940da6 + +------------------------------------------------------------------- +Thu Sep 14 07:20:07 CEST 2023 - clin@suse.com + +- drm/msm/adreno: Add missing MODULE_FIRMWARE macros + (bsc#1213614). +- commit 421188e + ------------------------------------------------------------------- Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com @@ -2948,6 +11758,12 @@ Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com * Improve wording and fix some typos+grammar. - commit 798c075 +------------------------------------------------------------------- +Wed Sep 13 12:46:45 CEST 2023 - jslaby@suse.cz + +- sysctl/defaults: increase vm.max_map_count (bsc#1214445) +- commit ac3c174 + ------------------------------------------------------------------- Wed Sep 13 11:28:53 CEST 2023 - petr.pavlu@suse.com @@ -2987,6 +11803,1320 @@ Wed Sep 13 10:20:29 CEST 2023 - petr.pavlu@suse.com documentation for more information. - commit 7eeba4e +------------------------------------------------------------------- +Wed Sep 13 10:11:21 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.3 (bsc#1012628). +- drm/amd/display: ensure async flips are only accepted for fast + updates (bsc#1012628). +- cpufreq: intel_pstate: set stale CPU frequency to minimum + (bsc#1012628). +- tpm: Enable hwrng only for Pluton on AMD CPUs (bsc#1012628). +- net: Avoid address overwrite in kernel_connect (bsc#1012628). +- Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C + (bsc#1012628). +- Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN + (bsc#1012628). +- Revert "fuse: in fuse_flush only wait if someone wants the + return code" (bsc#1012628). +- Revert "f2fs: clean up w/ sbi->log_sectors_per_block" + (bsc#1012628). +- Revert "PCI: tegra194: Enable support for 256 Byte payload" + (bsc#1012628). +- Revert "net: macsec: preserve ingress frame ordering" + (bsc#1012628). +- reiserfs: Check the return value from __getblk() (bsc#1012628). +- splice: always fsnotify_access(in), fsnotify_modify(out) + on success (bsc#1012628). +- splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice + (bsc#1012628). +- splice: fsnotify_access(in), fsnotify_modify(out) on success + in tee (bsc#1012628). +- eventfd: prevent underflow for eventfd semaphores (bsc#1012628). +- fs: Fix error checking for d_hash_and_lookup() (bsc#1012628). +- iomap: Remove large folio handling in iomap_invalidate_folio() + (bsc#1012628). +- tmpfs: verify {g,u}id mount options correctly (bsc#1012628). +- selftests/harness: Actually report SKIP for signal tests + (bsc#1012628). +- vfs, security: Fix automount superblock LSM init problem, + preventing NFS sb sharing (bsc#1012628). +- ARM: ptrace: Restore syscall restart tracing (bsc#1012628). +- ARM: ptrace: Restore syscall skipping for tracers (bsc#1012628). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1012628). +- erofs: release ztailpacking pclusters properly (bsc#1012628). +- locking/arch: Avoid variable shadowing in local_try_cmpxchg() + (bsc#1012628). +- refscale: Fix uninitalized use of wait_queue_head_t + (bsc#1012628). +- clocksource: Handle negative skews in "skew is too large" + messages (bsc#1012628). +- powercap: arm_scmi: Remove recursion while parsing zones + (bsc#1012628). +- OPP: Fix potential null ptr dereference in + dev_pm_opp_get_required_pstate() (bsc#1012628). +- OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() + (bsc#1012628). +- selftests/resctrl: Add resctrl.h into build deps (bsc#1012628). +- selftests/resctrl: Don't leak buffer in fill_cache() + (bsc#1012628). +- selftests/resctrl: Unmount resctrl FS if child fails to run + benchmark (bsc#1012628). +- selftests/resctrl: Close perf value read fd on errors + (bsc#1012628). +- sched/fair: remove util_est boosting (bsc#1012628). +- arm64/ptrace: Clean up error handling path in sve_set_common() + (bsc#1012628). +- sched/psi: Select KERNFS as needed (bsc#1012628). +- cpuidle: teo: Update idle duration estimate when choosing + shallower state (bsc#1012628). +- x86/decompressor: Don't rely on upper 32 bits of GPRs being + preserved (bsc#1012628). +- arm64/fpsimd: Only provide the length to cpufeature for xCR + registers (bsc#1012628). +- sched/rt: Fix sysctl_sched_rr_timeslice intial value + (bsc#1012628). +- perf/imx_ddr: don't enable counter0 if none of 4 counters are + used (bsc#1012628). +- selftests/futex: Order calls to futex_lock_pi (bsc#1012628). +- s390/pkey: fix/harmonize internal keyblob headers (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in + PKEY_KBLOB2PROTK[23] (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes + (bsc#1012628). +- s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs + (bsc#1012628). +- irqchip/loongson-eiointc: Fix return value checking of + eiointc_index (bsc#1012628). +- ACPI: x86: s2idle: Post-increment variables when getting + constraints (bsc#1012628). +- ACPI: x86: s2idle: Fix a logic error parsing AMD constraints + table (bsc#1012628). +- thermal/of: Fix potential uninitialized value access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Remove module parameter access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver + (bsc#1012628). +- tools/nolibc: arch-*.h: add missing space after ',' + (bsc#1012628). +- tools/nolibc: fix up startup failures for -O0 under gcc < + 11.1.0 (bsc#1012628). +- x86/efistub: Fix PCI ROM preservation in mixed mode + (bsc#1012628). +- cpufreq: powernow-k8: Use related_cpus instead of cpus in + driver.exit() (bsc#1012628). +- cpufreq: tegra194: add online/offline hooks (bsc#1012628). +- cpufreq: tegra194: remove opp table in exit hook (bsc#1012628). +- selftests/bpf: Fix bpf_nf failure upon test rerun (bsc#1012628). +- libbpf: only reset sec_def handler when necessary (bsc#1012628). +- bpftool: use a local copy of perf_event to fix accessing :: + Bpf_cookie (bsc#1012628). +- bpftool: Define a local bpf_perf_link to fix accessing its + fields (bsc#1012628). +- bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in + pid_iter.bpf.c (bsc#1012628). +- bpftool: Use a local bpf_perf_event_value to fix accessing + its fields (bsc#1012628). +- libbpf: Fix realloc API handling in zero-sized edge cases + (bsc#1012628). +- bpf: Clear the probe_addr for uprobe (bsc#1012628). +- bpf: Fix an error around PTR_UNTRUSTED (bsc#1012628). +- bpf: Fix an error in verifying a field in a union (bsc#1012628). +- crypto: qat - change value of default idle filter (bsc#1012628). +- tcp: tcp_enter_quickack_mode() should be static (bsc#1012628). +- hwrng: nomadik - keep clock enabled while hwrng is registered + (bsc#1012628). +- hwrng: pic32 - use devm_clk_get_enabled (bsc#1012628). +- regmap: maple: Use alloc_flags for memory allocations + (bsc#1012628). +- regmap: rbtree: Use alloc_flags for memory allocations + (bsc#1012628). +- wifi: rtw89: debug: Fix error handling in + rtw89_debug_priv_btc_manual_set() (bsc#1012628). +- wifi: mt76: mt7996: fix header translation logic (bsc#1012628). +- wifi: mt76: mt7915: fix background radar event being blocked + (bsc#1012628). +- wifi: mt76: mt7915: rework tx packets counting when WED is + active (bsc#1012628). +- wifi: mt76: mt7915: rework tx bytes counting when WED is active + (bsc#1012628). +- wifi: mt76: mt7921: fix non-PSC channel scan fail (bsc#1012628). +- wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info + command (bsc#1012628). +- wifi: mt76: mt7996: use correct phy for background radar event + (bsc#1012628). +- wifi: mt76: mt7996: fix WA event ring size (bsc#1012628). +- udp: re-score reuseport groups when connected sockets are + present (bsc#1012628). +- bpf: reject unhashed sockets in bpf_sk_assign (bsc#1012628). +- wifi: mt76: mt7915: fix command timeout in AP stop period + (bsc#1012628). +- wifi: mt76: mt7915: fix capabilities in non-AP mode + (bsc#1012628). +- wifi: mt76: mt7915: remove VHT160 capability on MT7915 + (bsc#1012628). +- wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH + (bsc#1012628). +- spi: tegra20-sflash: fix to check return value of + platform_get_irq() in tegra_sflash_probe() (bsc#1012628). +- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow + errors also in case of OOM (bsc#1012628). +- can: tcan4x5x: Remove reserved register 0x814 from writable + table (bsc#1012628). +- wifi: mt76: mt7915: fix tlv length of + mt7915_mcu_get_chan_mib_info (bsc#1012628). +- wifi: mt76: mt7915: fix power-limits while chan_switch + (bsc#1012628). +- wifi: mwifiex: Fix OOB and integer underflow when rx packets + (bsc#1012628). +- wifi: mwifiex: fix error recovery in PCIE buffer descriptor + management (bsc#1012628). +- wifi: ath11k: fix band selection for ppdu received in channel + 177 of 5 GHz (bsc#1012628). +- wifi: ath12k: fix memcpy array overflow in + ath12k_peer_assoc_h_he() (bsc#1012628). +- selftests/bpf: fix static assert compilation issue for + test_cls_*.c (bsc#1012628). +- power: supply: qcom_pmi8998_charger: fix uninitialized variable + (bsc#1012628). +- spi: mpc5xxx-psc: Fix unsigned expression compared with zero + (bsc#1012628). +- crypto: af_alg - Fix missing initialisation affecting + gcm-aes-s390 (bsc#1012628). +- bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR + (bsc#1012628). +- kbuild: rust_is_available: remove -v option (bsc#1012628). +- kbuild: rust_is_available: fix version check when CC has + multiple arguments (bsc#1012628). +- kbuild: rust_is_available: add check for `bindgen` invocation + (bsc#1012628). +- kbuild: rust_is_available: fix confusion when a version appears + in the path (bsc#1012628). +- crypto: stm32 - Properly handle pm_runtime_get failing + (bsc#1012628). +- crypto: api - Use work queue in crypto_destroy_instance + (bsc#1012628). +- Bluetooth: ISO: Add support for connecting multiple BISes + (bsc#1012628). +- Bluetooth: ISO: do not emit new LE Create CIS if previous is + pending (bsc#1012628). +- Bluetooth: nokia: fix value check in + nokia_bluetooth_serdev_probe() (bsc#1012628). +- Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs + (bsc#1012628). +- Bluetooth: hci_conn: Fix not allowing valid CIS ID + (bsc#1012628). +- Bluetooth: hci_conn: Fix hci_le_set_cig_params (bsc#1012628). +- Bluetooth: Fix potential use-after-free when clear keys + (bsc#1012628). +- Bluetooth: hci_sync: Don't double print name in add/remove + adv_monitor (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_add_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: Always allocate unique handles + (bsc#1012628). +- Bluetooth: hci_event: drop only unbound CIS if Set CIG + Parameters fails (bsc#1012628). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (bsc#1012628). +- net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything + in fixed-link mode (bsc#1012628). +- libbpf: Set close-on-exec flag on gzopen (bsc#1012628). +- selftests/bpf: Fix repeat option when kfunc_call verification + fails (bsc#1012628). +- selftests/bpf: Clean up fmod_ret in bench_rename test script + (bsc#1012628). +- net: hns3: move dump regs function to a separate file + (bsc#1012628). +- net: hns3: Support tlv in regs data for HNS3 PF driver + (bsc#1012628). +- net: hns3: fix wrong rpu tln reg issue (bsc#1012628). +- net-memcg: Fix scope of sockmem pressure indicators + (bsc#1012628). +- ice: ice_aq_check_events: fix off-by-one check when filling + buffer (bsc#1012628). +- crypto: caam - fix unchecked return value error (bsc#1012628). +- hwrng: iproc-rng200 - Implement suspend and resume calls + (bsc#1012628). +- lwt: Fix return values of BPF xmit ops (bsc#1012628). +- lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (bsc#1012628). +- usb: typec: tcpm: set initial svdm version based on pd revision + (bsc#1012628). +- usb: typec: bus: verify partner exists in + typec_altmode_attention (bsc#1012628). +- USB: core: Unite old scheme and new scheme descriptor reads + (bsc#1012628). +- USB: core: Change usb_get_device_descriptor() API (bsc#1012628). +- USB: core: Fix race by not overwriting udev->descriptor in + hub_port_init() (bsc#1012628). +- scripts/gdb: fix 'lx-lsmod' show the wrong size (bsc#1012628). +- nmi_backtrace: allow excluding an arbitrary CPU (bsc#1012628). +- watchdog/hardlockup: avoid large stack frames in + watchdog_hardlockup_check() (bsc#1012628). +- fs: ocfs2: namei: check return value of ocfs2_add_entry() + (bsc#1012628). +- net: lan966x: Fix return value check for vcap_get_rule() + (bsc#1012628). +- net: annotate data-races around sk->sk_lingertime (bsc#1012628). +- hwmon: (asus-ec-sensosrs) fix mutex path for X670E Hero + (bsc#1012628). +- wifi: mwifiex: fix memory leak in mwifiex_histogram_read() + (bsc#1012628). +- wifi: mwifiex: Fix missed return in oob checks failed path + (bsc#1012628). +- wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve + performance on 2GHz band (bsc#1012628). +- selftests: memfd: error out test process when child test fails + (bsc#1012628). +- samples/bpf: fix bio latency check with tracepoint + (bsc#1012628). +- samples/bpf: fix broken map lookup probe (bsc#1012628). +- wifi: ath9k: fix races between ath9k_wmi_cmd and + ath9k_wmi_ctrl_rx (bsc#1012628). +- wifi: ath9k: protect WMI command response buffer replacement + with a lock (bsc#1012628). +- bpf: Fix a bpf_kptr_xchg() issue with local kptr (bsc#1012628). +- wifi: mac80211: fix puncturing bitmap handling in CSA + (bsc#1012628). +- wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color + attribute (bsc#1012628). +- mac80211: make ieee80211_tx_info padding explicit (bsc#1012628). +- bpf: Fix check_func_arg_reg_off bug for graph root/node + (bsc#1012628). +- wifi: mwifiex: avoid possible NULL skb pointer dereference + (bsc#1012628). +- Bluetooth: hci_conn: Consolidate code for aborting connections + (bsc#1012628). +- Bluetooth: ISO: Notify user space about failed bis connections + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync + (bsc#1012628). +- Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL + gone early (bsc#1012628). +- Bluetooth: btusb: Do not call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- arm64: mm: use ptep_clear() instead of pte_clear() in + clear_flush() (bsc#1012628). +- net/mlx5: Dynamic cyclecounter shift calculation for PTP free + running clock (bsc#1012628). +- wifi: ath9k: use IS_ERR() with debugfs_create_dir() + (bsc#1012628). +- ice: avoid executing commands on other ports when driving sync + (bsc#1012628). +- octeontx2-pf: fix page_pool creation fail for rings > 32k + (bsc#1012628). +- net: arcnet: Do not call kfree_skb() under local_irq_disable() + (bsc#1012628). +- kunit: Fix checksum tests on big endian CPUs (bsc#1012628). +- mlxsw: i2c: Fix chunk size setting in output mailbox buffer + (bsc#1012628). +- mlxsw: i2c: Limit single transaction buffer size (bsc#1012628). +- mlxsw: core_hwmon: Adjust module label names based on MTCAP + sensor counter (bsc#1012628). +- crypto: qat - fix crypto capability detection for 4xxx + (bsc#1012628). +- hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() + (bsc#1012628). +- octeontx2-pf: Fix PFC TX scheduler free (bsc#1012628). +- octeontx2-af: CN10KB: fix PFC configuration (bsc#1012628). +- cteonxt2-pf: Fix backpressure config for multiple PFC priorities + to work simultaneously (bsc#1012628). +- sfc: Check firmware supports Ethernet PTP filter (bsc#1012628). +- net/sched: sch_hfsc: Ensure inner classes have fsc curve + (bsc#1012628). +- pds_core: protect devlink callbacks from fw_down state + (bsc#1012628). +- pds_core: no health reporter in VF (bsc#1012628). +- pds_core: no reset command for VF (bsc#1012628). +- pds_core: check for work queue before use (bsc#1012628). +- pds_core: pass opcode to devcmd_wait (bsc#1012628). +- netrom: Deny concurrent connect() (bsc#1012628). +- drm/bridge: tc358764: Fix debug print parameter order + (bsc#1012628). +- ASoC: soc-compress: Fix deadlock in soc_compr_open_fe + (bsc#1012628). +- ASoC: cs43130: Fix numerator/denominator mixup (bsc#1012628). +- drm: bridge: dw-mipi-dsi: Fix enable/disable of DSI controller + (bsc#1012628). +- quota: factor out dquot_write_dquot() (bsc#1012628). +- quota: rename dquot_active() to inode_quota_active() + (bsc#1012628). +- quota: add new helper dquot_active() (bsc#1012628). +- quota: fix dqput() to follow the guarantees dquot_srcu should + provide (bsc#1012628). +- drm/amd/display: Do not set drr on pipe commit (bsc#1012628). +- drm/hyperv: Fix a compilation issue because of not including + screen_info.h (bsc#1012628). +- ASoC: stac9766: fix build errors with REGMAP_AC97 (bsc#1012628). +- soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros + (bsc#1012628). +- arm64: defconfig: enable Qualcomm MSM8996 Global Clock + Controller as built-in (bsc#1012628). +- arm64: dts: qcom: sm8150: use proper DSI PHY compatible + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix ZAP region (bsc#1012628). +- Revert "arm64: dts: qcom: msm8996: rename labels for HDMI nodes" + (bsc#1012628). +- arm64: dts: qcom: sm8250: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO + supply (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Rectify gpio-keys (bsc#1012628). +- arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add missing SCM interconnect + (bsc#1012628). +- arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible + (bsc#1012628). +- arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 + controller (bsc#1012628). +- arm64: dts: qcom: sdm845-tama: Set serial indices and + stdout-path (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix CPU idle state residency times + (bsc#1012628). +- arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param + (bsc#1012628). +- arm64: dts: qcom: sm8350: Use proper CPU compatibles + (bsc#1012628). +- arm64: dts: qcom: pm8350: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pm8350b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmr735b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmk8350: fix ADC-TM compatible string + (bsc#1012628). +- arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent + (bsc#1012628). +- arm64: dts: qcom: minor whitespace cleanup around '=' + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark SMMUs as DMA coherent + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for emtrion + emSBC-Argon (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOR SoM + (bsc#1012628). +- firmware: ti_sci: Use system_state to determine polling + (bsc#1012628). +- drm/amdgpu: avoid integer overflow warning in + amdgpu_device_resize_fb_bar() (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger + (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent #usb-cells (bsc#1012628). +- ARM: dts: BCM53573: Add cells sizes to PCIe node (bsc#1012628). +- ARM: dts: BCM53573: Use updated "spi-gpio" binding properties + (bsc#1012628). +- arm64: tegra: Add missing alias for NVIDIA IGX Orin + (bsc#1012628). +- arm64: tegra: Fix HSUART for Jetson AGX Orin (bsc#1012628). +- arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup + again (bsc#1012628). +- arm64: dts: qcom: pm6150l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pm660l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8950: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8994: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 + (bsc#1012628). +- arm64: tegra: Fix HSUART for Smaug (bsc#1012628). +- drm/etnaviv: fix dumping of active MMU context (bsc#1012628). +- block: cleanup queue_wc_store (bsc#1012628). +- block: don't allow enabling a cache on devices that don't + support it (bsc#1012628). +- blk-flush: fix rq->flush.seq for post-flush requests + (bsc#1012628). +- x86/mm: Fix PAT bit missing from page protection modify mask + (bsc#1012628). +- drm/bridge: anx7625: Use common macros for DP power sequencing + commands (bsc#1012628). +- drm/bridge: anx7625: Use common macros for HDCP capabilities + (bsc#1012628). +- ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg + addresses (split) (bsc#1012628). +- ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg + addresses (split) (bsc#1012628). +- drm: adv7511: Fix low refresh rate register for ADV7533/5 + (bsc#1012628). +- ARM: dts: BCM53573: Fix Ethernet info for Luxul devices + (bsc#1012628). +- arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the min frequency of + "ice_core_clk" (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix LLCC reg property (bsc#1012628). +- arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing qcom,spmi-gpio + fallbacks (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node + name with dtschema (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align LPG node name with + dtschema (bsc#1012628). +- dt-bindings: arm: msm: kpss-acc: Make the optional reg truly + optional (bsc#1012628). +- drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' + (bsc#1012628). +- drm/amdgpu: Use seq_puts() instead of seq_printf() + (bsc#1012628). +- arm64: dts: rockchip: Fix PCIe regulators on Radxa E25 + (bsc#1012628). +- arm64: dts: rockchip: Enable SATA on Radxa E25 (bsc#1012628). +- ASoC: loongson: drop of_match_ptr for OF device id + (bsc#1012628). +- ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handling + (bsc#1012628). +- md: restore 'noio_flag' for the last mddev_resume() + (bsc#1012628). +- md/raid10: factor out dereference_rdev_and_rrdev() + (bsc#1012628). +- md/raid10: use dereference_rdev_and_rrdev() to get devices + (bsc#1012628). +- md/md-bitmap: remove unnecessary local variable in + backlog_store() (bsc#1012628). +- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() + (bsc#1012628). +- drm/msm: Update dev core dump to not print backwards + (bsc#1012628). +- drm/tegra: dpaux: Fix incorrect return value of platform_get_irq + (bsc#1012628). +- of: unittest: fix null pointer dereferencing in + of_unittest_find_node_by_name() (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the I2C7 interrupt (bsc#1012628). +- drm/ast: report connection status on Display Port (bsc#1012628). +- ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port (bsc#1012628). +- drm/armada: Fix off-by-one error in + armada_overlay_get_property() (bsc#1012628). +- drm/repaper: Reduce temporary buffer size in repaper_fb_dirty() + (bsc#1012628). +- drm/panel: simple: Add missing connector type and pixel format + for AUO T215HVN01 (bsc#1012628). +- ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask + (bsc#1012628). +- drm/msm/dpu: increase memtype count to 16 for sm8550 + (bsc#1012628). +- drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros + (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 block lengths (bsc#1012628). +- drm/msm/dpu1: Rename sm8150_dspp_blk to sdm845_dspp_blk + (bsc#1012628). +- drm/msm/dpu: Define names for unnamed sblks (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 enc subblock length (bsc#1012628). +- arm64: dts: qcom: sm8550-mtp: Add missing supply for L1B + regulator (bsc#1012628). +- soc: qcom: smem: Fix incompatible types in comparison + (bsc#1012628). +- drm/msm/mdp5: Don't leak some plane state (bsc#1012628). +- firmware: meson_sm: fix to avoid potential NULL pointer + dereference (bsc#1012628). +- drm/msm/dpu: fix the irq index in + dpu_encoder_phys_wb_wait_for_commit_done (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ospi + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: correct pinmux offset for ospi + (bsc#1012628). +- smackfs: Prevent underflow in smk_set_cipso() (bsc#1012628). +- drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.c + (bsc#1012628). +- drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & + _psp.h (bsc#1012628). +- drm/amd/pm: fix variable dereferenced issue in + amdgpu_device_attr_create() (bsc#1012628). +- drm/msm/a2xx: Call adreno_gpu_init() earlier (bsc#1012628). +- drm/msm/a6xx: Fix GMU lockdep splat (bsc#1012628). +- ASoC: SOF: Intel: hda-mlink: fix off-by-one error (bsc#1012628). +- ASoC: SOF: Intel: fix u16/32 confusion in LSDIID (bsc#1012628). +- drm/mediatek: Fix uninitialized symbol (bsc#1012628). +- audit: fix possible soft lockup in __audit_inode_child() + (bsc#1012628). +- block/mq-deadline: use correct way to throttling write requests + (bsc#1012628). +- io_uring: fix drain stalls by invalid SQE (bsc#1012628). +- block: move the BIO_CLONED checks out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_vcnt check out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size overflow check in __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size update out of __bio_try_merge_page + (bsc#1012628). +- block: don't pass a bio to bio_try_merge_hw_seg (bsc#1012628). +- block: make bvec_try_merge_hw_page() non-static (bsc#1012628). +- bio-integrity: create multi-page bvecs in + bio_integrity_add_page() (bsc#1012628). +- drm/mediatek: dp: Add missing error checks in + mtk_dp_parse_capabilities (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & + main gpio (bsc#1012628). +- bus: ti-sysc: Fix build warning for 64-bit build (bsc#1012628). +- drm/mediatek: Remove freeing not dynamic allocated memory + (bsc#1012628). +- drm/mediatek: Add cnt checking for coverity issue (bsc#1012628). +- arm64: dts: imx8mp-debix: remove unused fec pinctrl node + (bsc#1012628). +- ARM: dts: qcom: ipq4019: correct SDHCI XO clock (bsc#1012628). +- arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency + (bsc#1012628). +- drm/mediatek: Fix potential memory leak if vmap() fail + (bsc#1012628). +- drm/mediatek: Fix void-pointer-to-enum-cast warning + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to + powerdown-gpios (bsc#1012628). +- arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS + SMMU (bsc#1012628). +- arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU + (bsc#1012628). +- ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix dsi1 interrupts (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins + (bsc#1012628). +- bus: ti-sysc: Fix cast to enum warning (bsc#1012628). +- block: uapi: Fix compilation errors using ioprio.h with C++ + (bsc#1012628). +- md/raid5-cache: fix a deadlock in r5l_exit_log() (bsc#1012628). +- md/raid5-cache: fix null-ptr-deref for + r5l_flush_stripe_to_raid() (bsc#1012628). +- firmware: cs_dsp: Fix new control name check (bsc#1012628). +- blk-cgroup: Fix NULL deref caused by blkg_policy_data being + installed before init (bsc#1012628). +- md/raid0: Factor out helper for mapping and submitting a bio + (bsc#1012628). +- md/raid0: Fix performance regression for large sequential writes + (bsc#1012628). +- md: raid0: account for split bio in iostat accounting + (bsc#1012628). +- ASoC: SOF: amd: clear dsp to host interrupt status + (bsc#1012628). +- of: overlay: Call of_changeset_init() early (bsc#1012628). +- of: unittest: Fix overlay type in apply/revert check + (bsc#1012628). +- ALSA: ac97: Fix possible error value of *rac97 (bsc#1012628). +- ALSA: usb-audio: Attach legacy rawmidi after probing all UMP + EPs (bsc#1012628). +- ALSA: ump: Fill group names for legacy rawmidi substreams + (bsc#1012628). +- ALSA: ump: Don't create unused substreams for static blocks + (bsc#1012628). +- ALSA: ump: Fix -Wformat-truncation warnings (bsc#1012628). +- ipmi:ssif: Add check for kstrdup (bsc#1012628). +- ipmi:ssif: Fix a memory leak when scanning for an adapter + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Introduce index-based clk lookup + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Fix clock source names (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSC flags (bsc#1012628). +- dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSCs (bsc#1012628). +- clk: qcom: gcc-sm7150: Add CLK_OPS_PARENT_ENABLE to sdcc2 rcg + (bsc#1012628). +- clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz + (bsc#1012628). +- PCI: apple: Initialize pcie->nvecs before use (bsc#1012628). +- PCI: qcom-ep: Switch MHI bus master clock off during L1SS + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: fix runtime PM imbalance on probe + errors (bsc#1012628). +- drivers: clk: keystone: Fix parameter judgment in + _of_pll_clk_init() (bsc#1012628). +- EDAC/i10nm: Skip the absent memory controllers (bsc#1012628). +- iommufd: Fix locking around hwpt allocation (bsc#1012628). +- PCI/DOE: Fix destroy_work_on_stack() race (bsc#1012628). +- clk: qcom: dispcc-sc8280xp: Use ret registers on GDSCs + (bsc#1012628). +- clk: sunxi-ng: Modify mismatched function name (bsc#1012628). +- clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- EDAC/igen6: Fix the issue of no error events (bsc#1012628). +- ext4: correct grp validation in ext4_mb_good_group + (bsc#1012628). +- ext4: avoid potential data overflow in next_linear_group + (bsc#1012628). +- clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- clk: qcom: fix some Kconfig corner cases (bsc#1012628). +- kvm/vfio: Prepare for accepting vfio device fd (bsc#1012628). +- kvm/vfio: ensure kvg instance stays around in + kvm_vfio_group_add() (bsc#1012628). +- clk: qcom: reset: Use the correct type of sleep/delay based + on length (bsc#1012628). +- clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- PCI: microchip: Correct the DED and SEC interrupt bit offsets + (bsc#1012628). +- PCI: Mark NVIDIA T4 GPUs to avoid bus reset (bsc#1012628). +- pinctrl: mcp23s08: check return value of devm_kasprintf() + (bsc#1012628). +- PCI: Add locking to RMW PCI Express Capability Register + accessors (bsc#1012628). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI: pciehp: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (bsc#1012628). +- clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs + (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock + handling (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix clkref clocks handling + (bsc#1012628). +- clk: imx: pllv4: Fix SPLL2 MULT range (bsc#1012628). +- clk: imx: imx8ulp: update SPLL2 type (bsc#1012628). +- clk: imx8mp: fix sai4 clock (bsc#1012628). +- clk: imx: composite-8m: fix clock pauses when set_rate would + be a no-op (bsc#1012628). +- powerpc/radix: Move some functions into #ifdef + CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1012628). +- vfio/type1: fix cap_migration information leak (bsc#1012628). +- nvdimm: Fix memleak of pmu attr_groups in + unregister_nvdimm_pmu() (bsc#1012628). +- nvdimm: Fix dereference after free in register_nvdimm_pmu() + (bsc#1012628). +- powerpc/fadump: reset dump area size if fadump memory reserve + fails (bsc#1012628). +- powerpc/perf: Convert fsl_emb notifier to state machine + callbacks (bsc#1012628). +- pinctrl: mediatek: fix pull_type data for MT7981 (bsc#1012628). +- pinctrl: mediatek: assign functions to configure pin bias on + MT7986 (bsc#1012628). +- drm/amdgpu: Use RMW accessors for changing LNKCTL (bsc#1012628). +- drm/radeon: Use RMW accessors for changing LNKCTL (bsc#1012628). +- net/mlx5: Use RMW accessors for changing LNKCTL (bsc#1012628). +- wifi: ath11k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath12k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath10k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- NFSv4.2: Fix READ_PLUS smatch warnings (bsc#1012628). +- NFSv4.2: Fix READ_PLUS size calculations (bsc#1012628). +- NFSv4.2: Rework scratch handling for READ_PLUS (again) + (bsc#1012628). +- PCI: layerscape: Add workaround for lost link capabilities + during reset (bsc#1012628). +- powerpc: Don't include lppaca.h in paca.h (bsc#1012628). +- powerpc/pseries: Rework lppaca_shared_proc() to avoid + DEBUG_PREEMPT (bsc#1012628). +- nfs/blocklayout: Use the passed in gfp flags (bsc#1012628). +- powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n + (bsc#1012628). +- powerpc/mpc5xxx: Add missing fwnode_handle_put() (bsc#1012628). +- powerpc/iommu: Fix notifiers being shared by PCI and VIO buses + (bsc#1012628). +- ext4: fix unttached inode after power cut with orphan file + feature enabled (bsc#1012628). +- jfs: validate max amount of blocks before allocation + (bsc#1012628). +- SUNRPC: Fix the recent bv_offset fix (bsc#1012628). +- fs: lockd: avoid possible wrong NULL parameter (bsc#1012628). +- NFSD: da_addr_body field missing in some GETDEVICEINFO replies + (bsc#1012628). +- clk: qcom: Fix SM_GPUCC_8450 dependencies (bsc#1012628). +- NFS: Guard against READDIR loop when entry names exceed + MAXNAMELEN (bsc#1012628). +- NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ (bsc#1012628). +- pNFS: Fix assignment of xprtdata.cred (bsc#1012628). +- cgroup/cpuset: Inherit parent's load balance state in v2 + (bsc#1012628). +- RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() + (bsc#1012628). +- media: ov5640: fix low resolution image abnormal issue + (bsc#1012628). +- media: i2c: imx290: drop format param from imx290_ctrl_update + (bsc#1012628). +- media: ad5820: Drop unsupported ad5823 from i2c_ and + of_device_id tables (bsc#1012628). +- media: i2c: tvp5150: check return value of devm_kasprintf() + (bsc#1012628). +- media: v4l2-core: Fix a potential resource leak in + v4l2_fwnode_parse_link() (bsc#1012628). +- iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning + on pasid unbind (bsc#1012628). +- iommu: rockchip: Fix directory table address encoding + (bsc#1012628). +- drivers: usb: smsusb: fix error handling code in + smsusb_init_device (bsc#1012628). +- media: dib7000p: Fix potential division by zero (bsc#1012628). +- media: dvb-usb: m920x: Fix a potential memory leak in + m920x_i2c_xfer() (bsc#1012628). +- media: cx24120: Add retval check for cx24120_message_send() + (bsc#1012628). +- RDMA/siw: Fabricate a GID on tun and loopback devices + (bsc#1012628). +- scsi: hisi_sas: Fix normally completed I/O analysed as failed + (bsc#1012628). +- dt-bindings: extcon: maxim,max77843: restrict connector + properties (bsc#1012628). +- media: amphion: reinit vpu if reqbufs output 0 (bsc#1012628). +- media: amphion: add helper function to get id name + (bsc#1012628). +- media: verisilicon: Fix TRY_FMT on encoder OUTPUT (bsc#1012628). +- media: mtk-jpeg: Fix use after free bug due to uncanceled work + (bsc#1012628). +- media: amphion: decoder support display delay for all formats + (bsc#1012628). +- media: rkvdec: increase max supported height for H.264 + (bsc#1012628). +- media: amphion: fix CHECKED_RETURN issues reported by coverity + (bsc#1012628). +- media: amphion: fix REVERSE_INULL issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNINIT issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNUSED_VALUE issue reported by coverity + (bsc#1012628). +- media: amphion: ensure the bitops don't cross boundaries + (bsc#1012628). +- media: mediatek: vcodec: fix AV1 decode fail for 36bit iova + (bsc#1012628). +- media: mediatek: vcodec: Return NULL if no vdec_fb is found + (bsc#1012628). +- media: mediatek: vcodec: fix potential double free + (bsc#1012628). +- media: mediatek: vcodec: fix resource leaks in + vdec_msg_queue_init() (bsc#1012628). +- usb: phy: mxs: fix getting wrong state with + mxs_phy_is_otg_host() (bsc#1012628). +- scsi: RDMA/srp: Fix residual handling (bsc#1012628). +- scsi: ufs: Fix residual handling (bsc#1012628). +- scsi: iscsi: Add length check for nlattr payload (bsc#1012628). +- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() + (bsc#1012628). +- scsi: be2iscsi: Add length check when parsing nlattrs + (bsc#1012628). +- scsi: qla4xxx: Add length check when parsing nlattrs + (bsc#1012628). +- iio: accel: adxl313: Fix adxl313_i2c_id[] table (bsc#1012628). +- serial: sprd: Assign sprd_port after initialized to avoid + wrong access (bsc#1012628). +- serial: sprd: Fix DMA buffer leak issue (bsc#1012628). +- x86/APM: drop the duplicate APM_MINOR_DEV macro (bsc#1012628). +- RDMA/rxe: Move work queue code to subroutines (bsc#1012628). +- RDMA/rxe: Fix unsafe drain work queue code (bsc#1012628). +- RDMA/rxe: Fix rxe_modify_srq (bsc#1012628). +- RDMA/rxe: Fix incomplete state save in rxe_requester + (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_stop_io_on_error_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_debug_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_fp_int_cmd_read() directly (bsc#1012628). +- RDMA/irdma: Replace one-element array with flexible-array member + (bsc#1012628). +- coresight: tmc: Explicit type conversions to prevent integer + overflow (bsc#1012628). +- interconnect: qcom: qcm2290: Enable sync state (bsc#1012628). +- dma-buf/sync_file: Fix docs syntax (bsc#1012628). +- driver core: test_async: fix an error code (bsc#1012628). +- driver core: Call dma_cleanup() on the test_remove path + (bsc#1012628). +- kernfs: add stub helper for kernfs_generic_poll() (bsc#1012628). +- extcon: cht_wc: add POWER_SUPPLY dependency (bsc#1012628). +- iommu/mediatek: Fix two IOMMU share pagetable issue + (bsc#1012628). +- iommu/sprd: Add missing force_aperture (bsc#1012628). +- iommu: Remove kernel-doc warnings (bsc#1012628). +- bnxt_en: Update HW interface headers (bsc#1012628). +- bnxt_en: Share the bar0 address with the RoCE driver + (bsc#1012628). +- RDMA/bnxt_re: Initialize Doorbell pacing feature (bsc#1012628). +- RDMA/bnxt_re: Fix max_qp count for virtual functions + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant flag (bsc#1012628). +- RDMA/hns: Fix port active speed (bsc#1012628). +- RDMA/hns: Fix incorrect post-send with direct wqe of wr-list + (bsc#1012628). +- RDMA/hns: Fix inaccurate error label name in init instance + (bsc#1012628). +- RDMA/hns: Fix CQ and QP cache affinity (bsc#1012628). +- IB/uverbs: Fix an potential error pointer dereference + (bsc#1012628). +- fsi: aspeed: Reset master errors after CFAM reset (bsc#1012628). +- iommu/qcom: Disable and reset context bank before programming + (bsc#1012628). +- tty: serial: qcom-geni-serial: Poll primary sequencer irq + status after cancel_tx (bsc#1012628). +- iommu/vt-d: Fix to flush cache of PASID directory table + (bsc#1012628). +- platform/x86: dell-sysman: Fix reference leak (bsc#1012628). +- media: cec: core: add adap_nb_transmit_canceled() callback + (bsc#1012628). +- media: cec: core: add adap_unconfigured() callback + (bsc#1012628). +- media: go7007: Remove redundant if statement (bsc#1012628). +- media: venus: hfi_venus: Only consider sys_idle_indicator on V1 + (bsc#1012628). +- arm64: defconfig: Drop CONFIG_VIDEO_IMX_MEDIA (bsc#1012628). +- media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing + warnings (bsc#1012628). +- media: ipu3-cio2: rename cio2 bridge to ipu bridge and move + out of ipu3 (bsc#1012628). +- media: ipu-bridge: Do not use on stack memory for + software_node.name field (bsc#1012628). +- docs: ABI: fix spelling/grammar in SBEFIFO timeout interface + (bsc#1012628). +- USB: gadget: core: Add missing kerneldoc for vbus_work + (bsc#1012628). +- USB: gadget: f_mass_storage: Fix unused variable warning + (bsc#1012628). +- drivers: base: Free devm resources when unregistering a device + (bsc#1012628). +- HID: input: Support devices sending Eraser without Invert + (bsc#1012628). +- HID: nvidia-shield: Remove led_classdev_unregister in + thunderstrike_create (bsc#1012628). +- media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() + (bsc#1012628). +- media: ov5640: Fix initial RESETB state and annotate timings + (bsc#1012628). +- media: Documentation: Fix [GS]_ROUTING documentation + (bsc#1012628). +- media: ov2680: Remove auto-gain and auto-exposure controls + (bsc#1012628). +- media: ov2680: Fix ov2680_bayer_order() (bsc#1012628). +- media: ov2680: Fix vflip / hflip set functions (bsc#1012628). +- media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s + (bsc#1012628). +- media: ov2680: Don't take the lock for try_fmt calls + (bsc#1012628). +- media: ov2680: Add ov2680_fill_format() helper function + (bsc#1012628). +- media: ov2680: Fix ov2680_set_fmt() which == + V4L2_SUBDEV_FORMAT_TRY not working (bsc#1012628). +- media: ov2680: Fix regulators being left enabled on + ov2680_power_on() errors (bsc#1012628). +- media: i2c: rdacm21: Fix uninitialized value (bsc#1012628). +- f2fs: fix spelling in ABI documentation (bsc#1012628). +- f2fs: fix to avoid mmap vs set_compress_option case + (bsc#1012628). +- f2fs: don't reopen the main block device in f2fs_scan_devices + (bsc#1012628). +- f2fs: check zone type before sending async reset zone command + (bsc#1012628). +- f2fs: Only lfs mode is allowed with zoned block device feature + (bsc#1012628). +- Revert "f2fs: fix to do sanity check on extent cache correctly" + (bsc#1012628). +- f2fs: fix to account gc stats correctly (bsc#1012628). +- f2fs: fix to account cp stats correctly (bsc#1012628). +- cgroup:namespace: Remove unused cgroup_namespaces_init() + (bsc#1012628). +- coresight: trbe: Allocate platform data per device + (bsc#1012628). +- coresight: platform: acpi: Ignore the absence of graph + (bsc#1012628). +- coresight: Fix memory leak in acpi_buffer->pointer + (bsc#1012628). +- coresight: trbe: Fix TRBE potential sleep in atomic context + (bsc#1012628). +- Revert "f2fs: do not issue small discard commands during + checkpoint" (bsc#1012628). +- RDMA/irdma: Prevent zero-length STAG registration (bsc#1012628). +- scsi: core: Use 32-bit hostnum in scsi_host_lookup() + (bsc#1012628). +- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock + (bsc#1012628). +- interconnect: qcom: sm8450: Enable sync_state (bsc#1012628). +- interconnect: qcom: bcm-voter: Improve enable_mask handling + (bsc#1012628). +- interconnect: qcom: bcm-voter: Use enable_maks for keepalive + voting (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on + Exynos5433 (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible + (bsc#1012628). +- serial: tegra: handle clk prepare error in tegra_uart_hw_init() + (bsc#1012628). +- Documentation: devices.txt: Remove ttyIOC* (bsc#1012628). +- Documentation: devices.txt: Remove ttySIOC* (bsc#1012628). +- Documentation: devices.txt: Fix minors for ttyCPM* + (bsc#1012628). +- amba: bus: fix refcount leak (bsc#1012628). +- Revert "IB/isert: Fix incorrect release of isert connection" + (bsc#1012628). +- RDMA/siw: Balance the reference of cep->kref in the error path + (bsc#1012628). +- RDMA/siw: Correct wrong debug message (bsc#1012628). +- RDMA/efa: Fix wrong resources deallocation order (bsc#1012628). +- HID: logitech-dj: Fix error handling in + logi_dj_recv_switch_to_dj_mode() (bsc#1012628). +- nvmem: core: Return NULL when no nvmem layout is found + (bsc#1012628). +- riscv: Require FRAME_POINTER for some configurations + (bsc#1012628). +- f2fs: compress: fix to assign compress_level for lz4 correctly + (bsc#1012628). +- HID: uclogic: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: multitouch: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: nvidia-shield: Reference hid_device devm allocation of + input_dev name (bsc#1012628). +- platform/x86/amd/pmf: Fix a missing cleanup path (bsc#1012628). +- workqueue: fix data race with the pwq->stats[] increment + (bsc#1012628). +- tick/rcu: Fix false positive "softirq work is pending" messages + (bsc#1012628). +- x86/speculation: Mark all Skylake CPUs as vulnerable to GDS + (bsc#1012628). +- tracing: Remove extra space at the end of hwlat_detector/mode + (bsc#1012628). +- tracing: Fix race issue between cpu buffer write and swap + (bsc#1012628). +- mm/pagewalk: fix bootstopping regression from extra pte_unmap() + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix mtd oobsize (bsc#1012628). +- dmaengine: idxd: Modify the dependence of attribute + pasid_enabled (bsc#1012628). +- phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 + (bsc#1012628). +- phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 + recalc_rate (bsc#1012628). +- phy/rockchip: inno-hdmi: do not power on rk3328 post pll on + reg write (bsc#1012628). +- rpmsg: glink: Add check for kstrdup (bsc#1012628). +- leds: aw200xx: Fix error code in probe() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependency + (bsc#1012628). +- leds: pwm: Fix error code in led_pwm_create_fwnode() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all + controllers (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Honor sensors in + immediate mode (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Use offset threshold + for IRQ (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Disable undesired + interrupts (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Don't leave threshold + zeroed (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Manage threshold between + sensors (bsc#1012628). +- thermal/drivers/imx8mm: Suppress log message on probe deferral + (bsc#1012628). +- leds: multicolor: Use rounded division when calculating color + components (bsc#1012628). +- leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always + false (bsc#1012628). +- leds: trigger: tty: Do not use LED_ON/OFF constants, use + led_blink_set_oneshot instead (bsc#1012628). +- mtd: spi-nor: Check bus width while setting QE bit + (bsc#1012628). +- mtd: rawnand: fsmc: handle clk prepare error in + fsmc_nand_resume() (bsc#1012628). +- mfd: rk808: Make MFD_RK8XX tristate (bsc#1012628). +- mfd: rz-mtu3: Link time dependencies (bsc#1012628). +- um: Fix hostaudio build errors (bsc#1012628). +- dmaengine: ste_dma40: Add missing IRQ check in d40_probe + (bsc#1012628). +- dmaengine: idxd: Simplify WQ attribute visibility checks + (bsc#1012628). +- dmaengine: idxd: Expose ATS disable knob only when WQ ATS is + supported (bsc#1012628). +- dmaengine: idxd: Allow ATS disable update only for configurable + devices (bsc#1012628). +- dmaengine: idxd: Fix issues with PRS disable sysfs knob + (bsc#1012628). +- remoteproc: stm32: fix incorrect optional pointers + (bsc#1012628). +- Drivers: hv: vmbus: Don't dereference ACPI root object handle + (bsc#1012628). +- um: virt-pci: fix missing declaration warning (bsc#1012628). +- cpufreq: Fix the race condition while updating the + transition_task of policy (bsc#1012628). +- virtio_vdpa: build affinity masks conditionally (bsc#1012628). +- virtio_ring: fix avail_wrap_counter in virtqueue_add_packed + (bsc#1012628). +- net: deal with integer overflows in kmalloc_reserve() + (bsc#1012628). +- igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + (bsc#1012628). +- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro + for ip_set_hash_netportnet.c (bsc#1012628). +- netfilter: nft_exthdr: Fix non-linear header modification + (bsc#1012628). +- netfilter: xt_u32: validate user space input (bsc#1012628). +- netfilter: xt_sctp: validate the flag_info count (bsc#1012628). +- skbuff: skb_segment, Call zero copy functions before using + skbuff frags (bsc#1012628). +- drbd: swap bvec_set_page len and offset (bsc#1012628). +- gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres + callbacks (bsc#1012628). +- igb: set max size RX buffer when store bad packet is enabled + (bsc#1012628). +- parisc: ccio-dma: Create private runway procfs root entry + (bsc#1012628). +- PM / devfreq: Fix leak in devfreq_dev_release() (bsc#1012628). +- Multi-gen LRU: fix per-zone reclaim (bsc#1012628). +- ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl + (bsc#1012628). +- virtio_pmem: add the missing REQ_OP_WRITE for flush bio + (bsc#1012628). +- rcu: dump vmalloc memory info safely (bsc#1012628). +- printk: ringbuffer: Fix truncating buffer size min_t cast + (bsc#1012628). +- scsi: core: Fix the scsi_set_resid() documentation + (bsc#1012628). +- mm/vmalloc: add a safer version of find_vm_area() for debug + (bsc#1012628). +- cpu/hotplug: Prevent self deadlock on CPU hot-unplug + (bsc#1012628). +- media: i2c: ccs: Check rules is non-NULL (bsc#1012628). +- media: i2c: Add a camera sensor top level menu (bsc#1012628). +- PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address + (bsc#1012628). +- ipmi_si: fix a memleak in try_smi_init() (bsc#1012628). +- ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() + (bsc#1012628). +- riscv: Move create_tmp_mapping() to init sections (bsc#1012628). +- riscv: Mark KASAN tmp* page tables variables as static + (bsc#1012628). +- XArray: Do not return sibling entries from xa_load() + (bsc#1012628). +- io_uring: fix false positive KASAN warnings (bsc#1012628). +- io_uring: break iopolling on signal (bsc#1012628). +- io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL + is used (bsc#1012628). +- io_uring/net: don't overflow multishot recv (bsc#1012628). +- io_uring/net: don't overflow multishot accept (bsc#1012628). +- io_uring: break out of iowq iopoll on teardown (bsc#1012628). +- backlight/gpio_backlight: Compare against struct fb_info.device + (bsc#1012628). +- backlight/bd6107: Compare against struct fb_info.device + (bsc#1012628). +- backlight/lv5207lp: Compare against struct fb_info.device + (bsc#1012628). +- drm/amd/display: register edp_backlight_control() for DCN301 + (bsc#1012628). +- xtensa: PMU: fix base address for the newer hardware + (bsc#1012628). +- LoongArch: mm: Add p?d_leaf() definitions (bsc#1012628). +- powercap: intel_rapl: Fix invalid setting of Power Limit 4 + (bsc#1012628). +- powerpc/ftrace: Fix dropping weak symbols with older toolchains + (bsc#1012628). +- i3c: master: svc: fix probe failure when no i3c device exist + (bsc#1012628). +- io_uring: Don't set affinity on a dying sqpoll thread + (bsc#1012628). +- arm64: csum: Fix OoB access in IP checksum code for negative + lengths (bsc#1012628). +- ALSA: usb-audio: Fix potential memory leaks at error path for + UMP open (bsc#1012628). +- ALSA: seq: Fix snd_seq_expand_var_event() call to user-space + (bsc#1012628). +- ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 + codecs (bsc#1012628). +- selftests/landlock: Fix a resource leak (bsc#1012628). +- media: dvb: symbol fixup for dvb_attach() (bsc#1012628). +- media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking + interrupts (bsc#1012628). +- media: nxp: Fix wrong return pointer check in + mxc_isi_crossbar_init() (bsc#1012628). +- Revert "scsi: qla2xxx: Fix buffer overrun" (bsc#1012628). +- scsi: mpt3sas: Perform additional retries if doorbell read + returns 0 (bsc#1012628). +- PCI: Free released resource after coalescing (bsc#1012628). +- PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during + hibernation (bsc#1012628). +- PCI/PM: Only read PCI_PM_CTRL register when available + (bsc#1012628). +- dt-bindings: PCI: qcom: Fix SDX65 compatible (bsc#1012628). +- ntb: Drop packets when qp link is down (bsc#1012628). +- ntb: Clean up tx tail index on link down (bsc#1012628). +- ntb: Fix calculation ntb_transport_tx_free_entry() + (bsc#1012628). +- Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" + (bsc#1012628). +- block: fix pin count management when merging same-page segments + (bsc#1012628). +- block: don't add or resize partition on the disk with + GENHD_FL_NO_PART (bsc#1012628). +- procfs: block chmod on /proc/thread-self/comm (bsc#1012628). +- parisc: Fix /proc/cpuinfo output for lscpu (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for static process init + (bsc#1012628). +- drm/amd/display: Add smu write msg id fail retry process + (bsc#1012628). +- bpf: Fix issue in verifying allow_ptr_leaks (bsc#1012628). +- dlm: fix plock lookup when using multiple lockspaces + (bsc#1012628). +- dccp: Fix out of bounds access in DCCP error handler + (bsc#1012628). +- x86/sev: Make enc_dec_hypercall() accept a size instead of + npages (bsc#1012628). +- r8169: fix ASPM-related issues on a number of systems with + NIC version from RTL8168h (bsc#1012628). +- X.509: if signature is unsupported skip validation + (bsc#1012628). +- net: handle ARPHRD_PPP in dev_is_mac_header_xmit() + (bsc#1012628). +- fsverity: skip PKCS#7 parser when keyring is empty + (bsc#1012628). +- x86/MCE: Always save CS register on AMD Zen IF Poison errors + (bsc#1012628). +- crypto: af_alg - Decrement struct key.usage in + alg_set_by_key_serial() (bsc#1012628). +- platform/chrome: chromeos_acpi: print hex string for + ACPI_TYPE_BUFFER (bsc#1012628). +- mmc: renesas_sdhi: register irqs before registering controller + (bsc#1012628). +- pstore/ram: Check start of empty przs during init (bsc#1012628). +- arm64: sdei: abort running SDEI handlers during crash + (bsc#1012628). +- regulator: dt-bindings: qcom,rpm: fix pattern for children + (bsc#1012628). +- iov_iter: Fix iov_iter_extract_pages() with zero-sized entries + (bsc#1012628). +- RISC-V: Add ptrace support for vectors (bsc#1012628). +- s390/dcssblk: fix kernel crash with list_add corruption + (bsc#1012628). +- s390/ipl: add missing secure/has_secure file to ipl type + 'unknown' (bsc#1012628). +- s390/dasd: fix string length handling (bsc#1012628). +- HID: logitech-hidpp: rework one more time the retries attempts + (bsc#1012628). +- crypto: stm32 - fix loop iterating through scatterlist for DMA + (bsc#1012628). +- crypto: stm32 - fix MDMAT condition (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug + (bsc#1012628). +- of: property: fw_devlink: Add a devlink for panel followers + (bsc#1012628). +- USB: core: Fix oversight in SuperSpeed initialization + (bsc#1012628). +- x86/smp: Don't send INIT to non-present and non-booted CPUs + (bsc#1012628). +- x86/sgx: Break up long non-preemptible delays in + sgx_vepc_release() (bsc#1012628). +- x86/build: Fix linker fill bytes quirk/incompatibility for + ld.lld (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on EMR + (bsc#1012628). +- media: ipu3-cio2: allow ipu_bridge to be a module again + (bsc#1012628). +- Bluetooth: msft: Extended monitor tracking by address filter + (bsc#1012628). +- serial: sc16is7xx: remove obsolete out_thread label + (bsc#1012628). +- serial: sc16is7xx: fix regression with GPIO configuration + (bsc#1012628). +- mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- memfd: do not -EACCES old memfd_create() users with + vm.memfd_noexec=2 (bsc#1012628). +- memfd: replace ratcheting feature from vm.memfd_noexec with + hierarchy (bsc#1012628). +- memfd: improve userspace warnings for missing exec-related flags + (bsc#1012628). +- revert "memfd: improve userspace warnings for missing + exec-related flags" (bsc#1012628). +- drm/amd/display: Block optimize on consecutive FAMS enables + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.5.3-099-wifi-rtw89-Fix-loading-of-compressed-firmware.patch. +- Rename to + patches.kernel.org/6.5.3-346-drm-msm-a690-Switch-to-a660_gmu.bin.patch. +- Rename to + patches.kernel.org/6.5.3-720-Bluetooth-HCI-Introduce-HCI_QUIRK_BROKEN_LE_COD.patch. +- commit 127fbf8 + +------------------------------------------------------------------- +Wed Sep 13 10:05:21 CEST 2023 - jslaby@suse.cz + +- config.conf: Drop ppc64 (BE) +- Delete config/ppc64/debug. +- Delete config/ppc64/default. +- Delete config/ppc64/kvmsmall. +- Delete config/ppc64/vanilla. + The ppc64 builds are being stopped in OBS. Stop producing the big endian + kernel too. + See also: + https://build.opensuse.org/request/show/1110638 + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/G6IJ4GAEHXL23FYDPZ4J6ML4Z2WY7ARF/ + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/SELOVYRDN5ZDDQ2EN7CXNS7BH33XACLU/ +- commit d271544 + +------------------------------------------------------------------- +Wed Sep 13 09:49:51 CEST 2023 - jslaby@suse.cz + +- net/ipv6: SKB symmetric hash should incorporate transport ports + (20230913065407.GA510095@bm02). +- commit dc48d90 + +------------------------------------------------------------------- +Wed Sep 13 04:52:29 CEST 2023 - clin@suse.com + +- Update config files: add QSEECOM support for Lenovo X13s (bsc#1215268) +- commit 574861d + +------------------------------------------------------------------- +Wed Sep 13 04:49:19 CEST 2023 - clin@suse.com + +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- clk: qcom: sc8280xp: Add fallback compatibles to lpasscc + (bsc#1215268). +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- commit 2eb2d4b + +------------------------------------------------------------------- +Wed Sep 13 04:43:42 CEST 2023 - clin@suse.com + +- Update config files: Add audio support for Lenovo X13s (bsc#1215268) +- commit 11e1625 + +------------------------------------------------------------------- +Tue Sep 12 17:41:22 CEST 2023 - tiwai@suse.de + +- Update config files: enable audio on Lenovo X13s (bsc#1215256) + Enable CONFIG_SND_SOC_LPASS_*_MACRO for arm64. +- commit 7859b9e + ------------------------------------------------------------------- Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com @@ -3018,14 +13148,771 @@ Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com afterwards. - commit 4aa02b8 +------------------------------------------------------------------- +Mon Sep 11 16:33:37 CEST 2023 - clin@suse.com + +- drm/msm/a690: Switch to a660_gmu.bin (bsc#1213614). +- commit 221ff83 + +------------------------------------------------------------------- +Mon Sep 11 12:33:13 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc1 +- drop 47 patches (44 stable, 3 mainline) + - patches.kernel.org/* + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch +- refresh + - patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch + - patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch + - patches.suse/add-product-identifying-information-to-vmcoreinfo.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/wifi-ath11k-add-support-for-suspend-in-power-down-st.patch +- add build failure fix + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CRASH_HOTPLUG=y + - CRASH_MAX_MEMORY_RANGES=8192 + - Processor type and features + - X86_USER_SHADOW_STACK=n + - Virtualization + - KVM_PROVE_MMU=n + - Memory Management options + - RANDOM_KMALLOC_CACHES=n + - File systems + - OVERLAY_FS_DEBUG=n + - TMPFS_QUOTA=y + - EROFS_FS_ZIP_DEFLATE=y + - Security options + - SECURITY_SELINUX_DEBUG=n + - LIST_HARDENED=n + - Library routines + - SWIOTLB_DYNAMIC=n + - DMA_NUMA_CMA=y + - Multiple devices driver support (RAID and LVM) + - MD_BITMAP_FILE=y + - Network device support + - NETCONSOLE_EXTENDED_LOG=n + - MLX5_MACSEC=y + - MARVELL_88Q2XXX_PHY=m + - Hardware Monitoring support + - SENSORS_HS3001=m + - SENSORS_MP2975_REGULATOR=y + - Multifunction device drivers + - MFD_CS42L43_I2C=m + - MFD_CS42L43_SDW=m + - Voltage and Current Regulator Support + - REGULATOR_AW37503=m + - REGULATOR_MAX77857=m + - REGULATOR_RTQ2208=m + - Multimedia support + - INTEL_VSC=m + - VIDEO_CAMERA_SENSOR=y + - VIDEO_DW9719=m + - Graphics support + - DRM_LOONGSON=m + - FB_DEVICE=y + - Sound card support + - SND_HDA_SCODEC_CS35L56_I2C=m + - SND_HDA_SCODEC_CS35L56_SPI=m + - SND_HDA_SCODEC_TAS2781_I2C=m + - SND_SOC_INTEL_AVS_MACH_ES8336=m + - SND_SOC_INTEL_AVS_MACH_RT5663=m + - SND_SOC_SOF_AMD_VANGOGH=m + - SND_SOC_SOF_LUNARLAKE=m + - SND_SOC_AUDIO_IIO_AUX=n + - SND_SOC_AW88261=n + - SND_SOC_CS42L43=m + - SND_SOC_CS42L43_SDW=m + - SND_SOC_RT1017_SDCA_SDW=m + - LED Support + - LEDS_PCA995X=m + - LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE=m + - X86 Platform Specific Device Drivers + - HP_BIOSCFG=m + - SIEMENS_SIMATIC_IPC_BATT=m + - SIEMENS_SIMATIC_IPC_BATT_APOLLOLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_ELKHARTLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_F7188X=m + - SEL3350_PLATFORM=m + - Industrial I/O support + - MCP4728=n + - IRSD200=n + - PHY Subsystem + - PHY_RTK_RTD_USB2PHY=m + - PHY_RTK_RTD_USB3PHY=m + - Counter support + - 104_QUAD_8=m + - INTEL_QEP=m + - INTERRUPT_CNT=m + - Misc drivers + - TOUCHSCREEN_IQS7211=m + - I2C_ATR=m + - SPI_CS42L43=n + - PTP_1588_CLOCK_MOCK=m + - PINCTRL_CS42L43=m + - GPIO_DS4520=m + - HID_GOOGLE_STADIA_FF=m + - USB_CONFIGFS_F_MIDI2=y + - XILINX_DMA=m + - PDS_VFIO_PCI=m + - XEN_PRIVCMD_IRQFD=y + - OF dependent (i386, ppc64/ppc64le, riscv64) + - PCI_DYNAMIC_OF_NODES=y + - REGULATOR_MAX5970=m + - VIDEO_DS90UB913=m + - VIDEO_DS90UB953=m + - VIDEO_DS90UB960=m + - DRM_PANEL_STARTEK_KD070FHFID015=n + - DRM_PANEL_VISIONOX_R66451=n + - LEDS_GROUP_MULTICOLOR=m + - COMMON_CLK_VC3=m + - ppc64 / ppc64le + - FSI_MASTER_I2CR=n + - INTEGRITY_MACHINE_KEYRING=y + - ppc64le + - CRYPTO_CHACHA20_P10=m + - CRYPTO_POLY1305_P10=m + - s390x + - CERT_STORE=y + - S390_HYPFS=y + - FUNCTION_GRAPH_RETVAL=y + - riscv64 + - PREEMPT_DYNAMIC=y + - RANDOMIZE_BASE=y + - RISCV_ISA_FALLBACK=y + - CFI_CLANG=n + - CAN_SUN4I=m + - CEC_GPIO=m + - CLK_STARFIVE_JH7110_STG=m + - SUN20I_GPADC=n + - PHY_STARFIVE_JH7110_DPHY_RX=m + - PHY_STARFIVE_JH7110_PCIE=m + - PHY_STARFIVE_JH7110_USB=m + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - DEBUG_PREEMPT=n + - PREEMPT_TRACER=n + - CEC_PIN_ERROR_INJ=n +- commit 8c17599 + +------------------------------------------------------------------- +Fri Sep 8 09:31:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.2 (bsc#1012628). +- drm/amdgpu: correct vmhub index in GMC v10/11 (bsc#1012628). +- erofs: ensure that the post-EOF tails are all zeroed + (bsc#1012628). +- ksmbd: fix wrong DataOffset validation of create context + (bsc#1012628). +- ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() + (bsc#1012628). +- ksmbd: replace one-element array with flex-array member in + struct smb2_ea_info (bsc#1012628). +- ksmbd: reduce descriptor size if remaining bytes is less than + request size (bsc#1012628). +- ARM: pxa: remove use of symbol_get() (bsc#1012628). +- mmc: au1xmmc: force non-modular build and remove symbol_get + usage (bsc#1012628). +- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index + (bsc#1012628). +- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff + (bsc#1012628). +- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + (bsc#1012628). +- USB: serial: option: add Quectel EM05G variant (0x030e) + (bsc#1012628). +- USB: serial: option: add FOXCONN T99W368/T99W373 product + (bsc#1012628). +- ALSA: usb-audio: Fix init call orders for UAC1 (bsc#1012628). +- usb: dwc3: meson-g12a: do post init to fix broken usb after + resumption (bsc#1012628). +- usb: chipidea: imx: improve logic if samsung,picophy-* parameter + is 0 (bsc#1012628). +- HID: wacom: remove the battery when the EKR is off + (bsc#1012628). +- staging: rtl8712: fix race condition (bsc#1012628). +- wifi: mt76: mt7921: do not support one stream on secondary + antenna only (bsc#1012628). +- wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU + (bsc#1012628). +- wifi: ath11k: Don't drop tx_status when peer cannot be found + (bsc#1012628). +- wifi: ath11k: Cleanup mac80211 references on failure during + tx_complete (bsc#1012628). +- serial: qcom-geni: fix opp vote on shutdown (bsc#1012628). +- serial: sc16is7xx: fix broken port 0 uart init (bsc#1012628). +- serial: sc16is7xx: fix bug when first setting GPIO direction + (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (bsc#1012628). +- tcpm: Avoid soft reset when partner does not support get_status + (bsc#1012628). +- dt-bindings: sc16is7xx: Add property to change GPIO function + (bsc#1012628). +- tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY + (bsc#1012628). +- nilfs2: fix WARNING in mark_buffer_dirty due to discarded + buffer reuse (bsc#1012628). +- usb: typec: tcpci: clear the fault status bit (bsc#1012628). +- Rename to + patches.kernel.org/6.5.2-021-wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-f.patch. +- Rename to + patches.kernel.org/6.5.2-034-pinctrl-amd-Don-t-show-Invalid-config-param-err.patch. +- commit e785fd6 + +------------------------------------------------------------------- +Wed Sep 6 11:38:33 CEST 2023 - tiwai@suse.de + +- Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED + (bsc#1213972). +- commit 74930eb + +------------------------------------------------------------------- +Wed Sep 6 07:52:58 CEST 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream references + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch +- commit aaab89b + +------------------------------------------------------------------- +Wed Sep 6 07:45:10 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit bd40664 + +------------------------------------------------------------------- +Tue Sep 5 14:47:55 CEST 2023 - msuchanek@suse.de + +- Update config files. + IPR is powerpc-only driver, disable on other architectures. +- commit 62fd4da + +------------------------------------------------------------------- +Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.1 (bsc#1012628). +- ACPI: thermal: Drop nocrt parameter (bsc#1012628). +- module: Expose module_init_layout_section() (bsc#1012628). +- arm64: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- ARM: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- module/decompress: use vmalloc() for zstd decompression + workspace (bsc#1012628). +- lockdep: fix static memory detection even more (bsc#1012628). +- kallsyms: Fix kallsyms_selftest failure (bsc#1012628). +- commit d232ff6 + +------------------------------------------------------------------- +Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de + +- firmware: qemu_fw_cfg: Do not hard depend on + CONFIG_HAS_IOPORT_MAP (bsc#1214773). +- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl +- commit b5edcad + +------------------------------------------------------------------- +Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch +- update upstream references and resort + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit de97d09 + ------------------------------------------------------------------- Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz +- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5 + By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor + sub-directories"). + So switch to them. - rpm/mkspec-dtb: support for nested subdirs Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") moved the dts to nested subdirs, add a support for that. That is, generate a %dir entry in %files for them. -- commit 6484eda +- commit 06c1acc + +------------------------------------------------------------------- +Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz + +- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage + 20230829174957.0ae84f41@kernel.org). +- commit 7f2ff2a + +------------------------------------------------------------------- +Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: support make MPROFILE_KERNEL checks work + on BE (ppc64-build-fix). +- Update config files. + Fix ppc64 build and update configs accordingly (values taken from + ppc64le). +- commit 6df272d + +------------------------------------------------------------------- +Tue Aug 29 09:51:00 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch +- update upstream references and move into sorted section + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit 940b0a2 + +------------------------------------------------------------------- +Tue Aug 29 01:07:26 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit 1042651 + +------------------------------------------------------------------- +Mon Aug 28 18:18:25 CEST 2023 - jack@suse.cz + +- patches.suse/add-suse-supported-flag.patch: Add CONFIG_MODULES dependency +- commit d5be025 + +------------------------------------------------------------------- +Mon Aug 28 00:17:54 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5 final +- refresh configs (headers only) +- commit 2844291 + +------------------------------------------------------------------- +Fri Aug 25 08:12:37 CEST 2023 - msuchanek@suse.de + +- Revert 101bd907b424 ("misc: rtsx: judge ASPM Mode to set + PETXCFG Reg") (boo#1214428 boo#1214397). +- commit 1b02b15 + +------------------------------------------------------------------- +Fri Aug 25 07:39:36 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.12 (bsc#1012628). +- crypto, cifs: fix error handling in extract_iter_to_sg() + (bsc#1012628). +- net: phy: at803x: Use devm_regulator_get_enable_optional() + (bsc#1012628). +- net: phy: at803x: fix the wol setting functions (bsc#1012628). +- drm/amd/display: Update DTBCLK for DCN32 (bsc#1012628). +- drm/scheduler: set entity to NULL in drm_sched_entity_pop_job() + (bsc#1012628). +- drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + (bsc#1012628). +- drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + (bsc#1012628). +- drm/amdgpu: fix memory leak in mes self test (bsc#1012628). +- Revert "drm/amd/display: disable SubVP + DRR to prevent + underflow" (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for MTL RVP (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for LNL RVP (bsc#1012628). +- PCI: tegra194: Fix possible array out of bounds access + (bsc#1012628). +- ASoC: cs35l56: Move DSP part string generation so that it is + done only once (bsc#1012628). +- ASoC: SOF: amd: Add pci revision id check (bsc#1012628). +- drm/stm: ltdc: fix late dereference check (bsc#1012628). +- arm64: dts: qcom: ipq5332: add QFPROM node (bsc#1012628). +- drm: rcar-du: remove R-Car H3 ES1.* workarounds (bsc#1012628). +- ASoC: amd: vangogh: Add check for acp config flags in vangogh + platform (bsc#1012628). +- RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX + coalescing (bsc#1012628). +- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB + related warnings (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC + in _exit (bsc#1012628). +- ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA (bsc#1012628). +- ASoC: Intel: sof_sdw: Add support for Rex soundwire + (bsc#1012628). +- iopoll: Call cpu_relax() in busy loops (bsc#1012628). +- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + (bsc#1012628). +- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + (bsc#1012628). +- accel/habanalabs: add pci health check during heartbeat + (bsc#1012628). +- accel/habanalabs: fix mem leak in capture user mappings + (bsc#1012628). +- dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" + property (bsc#1012628). +- HID: i2c-hid: goodix: Add support for + "goodix,no-reset-during-suspend" property (bsc#1012628). +- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech + G915 TKL Keyboard (bsc#1012628). +- iommu/amd: Introduce Disable IRTE Caching Support (bsc#1012628). +- drm/amdgpu: install stub fence into potential unused fence + pointers (bsc#1012628). +- drm/amd/display: Remove v_startup workaround for dcn3+ + (bsc#1012628). +- drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + (bsc#1012628). +- drm/amdgpu: unmap and remove csa_va properly (bsc#1012628). +- RDMA/mlx5: Return the firmware result upon destroying QP/RQ + (bsc#1012628). +- RDMA/bnxt_re: consider timeout of destroy ah as success + (bsc#1012628). +- drm/amd/display: Skip DPP DTO update if root clock is gated + (bsc#1012628). +- drm/amd/display: Enable dcn314 DPP RCO (bsc#1012628). +- ASoC: SOF: core: Free the firmware trace before calling + snd_sof_shutdown() (bsc#1012628). +- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + (bsc#1012628). +- Revert "[PATCH] uml: export symbols added by GCC hardened" + (bsc#1012628). +- smb: client: fix warning in cifs_smb3_do_mount() (bsc#1012628). +- cifs: fix session state check in reconnect to avoid + use-after-free issue (bsc#1012628). +- serial: stm32: Ignore return value of uart_remove_one_port() + in .remove() (bsc#1012628). +- led: qcom-lpg: Fix resource leaks in + for_each_available_child_of_node() loops (bsc#1012628). +- media: v4l2-mem2mem: add lock to protect parameter num_rdy + (bsc#1012628). +- media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + (bsc#1012628). +- usb: gadget: u_serial: Avoid spinlock recursion in + __gs_console_push (bsc#1012628). +- usb: gadget: uvc: queue empty isoc requests if no video buffer + is available (bsc#1012628). +- media: platform: mediatek: vpu: fix NULL ptr dereference + (bsc#1012628). +- thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() (bsc#1012628). +- xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup + (bsc#1012628). +- usb: chipidea: imx: don't request QoS for imx8ulp (bsc#1012628). +- usb: chipidea: imx: turn off vbus comparator when suspend + (bsc#1012628). +- usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + (bsc#1012628). +- gfs2: Fix possible data races in gfs2_show_options() + (bsc#1012628). +- pcmcia: rsrc_nonstatic: Fix memory leak in + nonstatic_release_resource_db() (bsc#1012628). +- thunderbolt: Add Intel Barlow Ridge PCI ID (bsc#1012628). +- thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + (bsc#1012628). +- firewire: net: fix use after free in + fwnet_finish_incoming_packet() (bsc#1012628). +- watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller + Hub) (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free (bsc#1012628). +- Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + (bsc#1012628). +- ceph: try to dump the msgs when decoding fails (bsc#1012628). +- drm/amdgpu: Fix potential fence use-after-free v2 (bsc#1012628). +- fs/ntfs3: Enhance sanity check while generating attr_list + (bsc#1012628). +- fs/ntfs3: Return error for inconsistent extended attributes + (bsc#1012628). +- fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + (bsc#1012628). +- fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + (bsc#1012628). +- fs/ntfs3: Alternative boot if primary boot is corrupted + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + (bsc#1012628). +- ALSA: hda: fix a possible null-pointer dereference due to data + race in snd_hdac_regmap_sync() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GX650P (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GA402X (bsc#1012628). +- ALSA: hda/realtek: Amend G634 quirk to enable rear speakers + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V (bsc#1012628). +- powerpc/kasan: Disable KCOV in KASAN code (bsc#1012628). +- Bluetooth: MGMT: Use correct address for memcpy() (bsc#1012628). +- ring-buffer: Do not swap cpu_buffer during resize process + (bsc#1012628). +- btrfs: move out now unused BG from the reclaim list + (bsc#1012628). +- btrfs: fix use-after-free of new block group that became unused + (bsc#1012628). +- regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 + (bsc#1012628). +- virtio-mmio: don't break lifecycle of vm_dev (bsc#1012628). +- vduse: Use proper spinlock for IRQ injection (bsc#1012628). +- virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() + (bsc#1012628). +- vdpa/mlx5: Fix mr->initialized semantics (bsc#1012628). +- vdpa/mlx5: Delete control vq iotlb in destroy_mr only when + necessary (bsc#1012628). +- cifs: fix potential oops in cifs_oplock_break (bsc#1012628). +- rust: macros: vtable: fix `HAS_*` redefinition + (`gen_const_name`) (bsc#1012628). +- i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + (bsc#1012628). +- i2c: hisi: Only handle the interrupt of the driver's transfer + (bsc#1012628). +- i2c: tegra: Fix i2c-tegra DMA config option processing + (bsc#1012628). +- blk-cgroup: hold queue_lock when removing blkg->q_node + (bsc#1012628). +- fbdev: mmp: fix value check in mmphw_probe() (bsc#1012628). +- media: mtk-jpeg: Set platform driver data earlier (bsc#1012628). +- powerpc/rtas_flash: allow user copy to flash block cache objects + (bsc#1012628). +- vdpa: Add features attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add queue index attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + (bsc#1012628). +- vdpa: Enable strict validation for netlinks ops (bsc#1012628). +- smb3: display network namespace in debug information + (bsc#1012628). +- tty: n_gsm: fix the UAF caused by race condition in + gsm_cleanup_mux (bsc#1012628). +- tty: serial: fsl_lpuart: Clear the error flags by writing 1 + for lpuart32 platforms (bsc#1012628). +- btrfs: fix infinite directory reads (bsc#1012628). +- btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + (bsc#1012628). +- btrfs: fix BUG_ON condition in btrfs_cancel_balance + (bsc#1012628). +- btrfs: fix replace/scrub failure with metadata_uuid + (bsc#1012628). +- btrfs: only subtract from len_to_oe_boundary when it is tracking + an extent (bsc#1012628). +- i2c: designware: Correct length byte validation logic + (bsc#1012628). +- i2c: designware: Handle invalid SMBus block data response + length value (bsc#1012628). +- x86/cpu: Fix __x86_return_thunk symbol type (bsc#1012628). +- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + (bsc#1012628). +- objtool/x86: Fix SRSO mess (bsc#1012628). +- x86/alternative: Make custom return thunk unconditional + (bsc#1012628). +- x86/cpu: Clean up SRSO return thunk mess (bsc#1012628). +- x86/cpu: Rename original retbleed methods (bsc#1012628). +- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (bsc#1012628). +- x86/cpu: Cleanup the untrain mess (bsc#1012628). +- x86/cpu/kvm: Provide UNTRAIN_RET_VM (bsc#1012628). +- x86/srso: Explain the untraining sequences a bit more + (bsc#1012628). +- objtool/x86: Fixup frame-pointer vs rethunk (bsc#1012628). +- x86/static_call: Fix __static_call_fixup() (bsc#1012628). +- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + (bsc#1012628). +- x86/CPU/AMD: Fix the DIV(0) initial fix attempt (bsc#1012628). +- x86/srso: Disable the mitigation on unaffected configurations + (bsc#1012628). +- x86/retpoline,kprobes: Fix position of thunk sections with + CONFIG_LTO_CLANG (bsc#1012628). +- x86/retpoline,kprobes: Skip optprobe check for indirect jumps + with retpolines and IBT (bsc#1012628). +- x86/srso: Correct the mitigation status when SMT is disabled + (bsc#1012628). +- net: xfrm: Fix xfrm_address_filter OOB read (bsc#1012628). +- net: af_key: fix sadb_x_filter validation (bsc#1012628). +- net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + (bsc#1012628). +- xfrm: Silence warnings triggerable by bad packets (bsc#1012628). +- xfrm: fix slab-use-after-free in decode_session6 (bsc#1012628). +- ip6_vti: fix slab-use-after-free in decode_session6 + (bsc#1012628). +- ip_vti: fix potential slab-use-after-free in decode_session6 + (bsc#1012628). +- xfrm: add NULL check in xfrm_update_ae_params (bsc#1012628). +- xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + (bsc#1012628). +- xfrm: delete offloaded policy (bsc#1012628). +- xfrm: don't skip free of empty state in acquire policy + (bsc#1012628). +- virtio-net: set queues after driver_ok (bsc#1012628). +- net: pcs: Add missing put_device call in miic_create + (bsc#1012628). +- net: phy: fix IRQ-based wake-on-lan over hibernate / power off + (bsc#1012628). +- selftests: mirror_gre_changes: Tighten up the TTL test match + (bsc#1012628). +- drm/panel: simple: Fix AUO G121EAN01 panel timings according + to the docs (bsc#1012628). +- drm/i915/guc/slpc: Restore efficient freq earlier (bsc#1012628). +- net: macb: In ZynqMP resume always configure PS GTR for + non-wakeup source (bsc#1012628). +- octeon_ep: fix timeout value for waiting on mbox response + (bsc#1012628). +- octeon_ep: cancel tx_timeout_task later in remove sequence + (bsc#1012628). +- octeon_ep: cancel ctrl_mbox_task after intr_poll_task + (bsc#1012628). +- octeon_ep: cancel queued works in probe error path + (bsc#1012628). +- net: veth: Page pool creation error handling for existing + pools only (bsc#1012628). +- accel/qaic: Fix slicing memory leak (bsc#1012628). +- accel/qaic: Clean up integer overflow checking in + map_user_pages() (bsc#1012628). +- netfilter: nf_tables: fix false-positive lockdep splat + (bsc#1012628). +- netfilter: nf_tables: deactivate catchall elements in next + generation (bsc#1012628). +- netfilter: nf_tables: don't fail inserts if duplicate has + expired (bsc#1012628). +- netfilter: set default timeout to 3 secs for sctp shutdown + send and recv state (bsc#1012628). +- ipvs: fix racy memcpy in proc_do_sync_threshold (bsc#1012628). +- netfilter: nf_tables: fix GC transaction races with netns and + netlink event exit path (bsc#1012628). +- netfilter: nf_tables: GC transaction race with netns dismantle + (bsc#1012628). +- netfilter: nft_dynset: disallow object maps (bsc#1012628). +- net: phy: broadcom: stub c45 read/write for 54810 (bsc#1012628). +- team: Fix incorrect deletion of ETH_P_8021AD protocol vid from + slaves (bsc#1012628). +- net: openvswitch: reject negative ifindex (bsc#1012628). +- iavf: fix FDIR rule fields masks validation (bsc#1012628). +- i40e: fix misleading debug logs (bsc#1012628). +- net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECT (bsc#1012628). +- net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + (bsc#1012628). +- sfc: add fallback action-set-lists for TC offload (bsc#1012628). +- sfc: don't unregister flow_indr if it was never registered + (bsc#1012628). +- sfc: don't fail probe if MAE/TC setup fails (bsc#1012628). +- sock: Fix misuse of sk_under_memory_pressure() (bsc#1012628). +- net: do not allow gso_size to be set to GSO_BY_FRAGS + (bsc#1012628). +- qede: fix firmware halt over suspend and resume (bsc#1012628). +- ice: Block switchdev mode when ADQ is active and vice versa + (bsc#1012628). +- bus: ti-sysc: Flush posted write on enable before reset + (bsc#1012628). +- arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + (bsc#1012628). +- ARM: dts: imx6: phytec: fix RTC interrupt level (bsc#1012628). +- ARM: dts: imx: Adjust dma-apbh node name (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx7d usdhc + (bsc#1012628). +- arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx6sx usdhc + (bsc#1012628). +- ASoC: max98363: don't return on success reading revision ID + (bsc#1012628). +- arm64: dts: imx93: Fix anatop node size (bsc#1012628). +- ASoC: rt5665: add missed regulator_bulk_disable (bsc#1012628). +- ASoC: meson: axg-tdm-formatter: fix channel slot allocation + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP G11 Laptops (bsc#1012628). +- pinctrl: qcom: Add intr_target_width field to support increased + number of interrupt targets (bsc#1012628). +- soc: aspeed: uart-routing: Use __sysfs_match_string + (bsc#1012628). +- soc: aspeed: socinfo: Add kfree for kstrdup (bsc#1012628). +- ALSA: hda/realtek - Remodified 3k pull low procedure + (bsc#1012628). +- riscv: entry: set a0 = -ENOSYS only when syscall != -1 + (bsc#1012628). +- riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr() + (bsc#1012628). +- riscv: uaccess: Return the number of bytes effectively not + copied (bsc#1012628). +- serial: 8250: Fix oops for port->pm on uart_change_pm() + (bsc#1012628). +- ALSA: usb-audio: Add support for Mythware XA001AU capture and + playback interfaces (bsc#1012628). +- cifs: Release folio lock on fscache read hit (bsc#1012628). +- parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock + checks (bsc#1012628). +- smb: client: fix null auth (bsc#1012628). +- regulator: da9063: better fix null deref with partial DT + (bsc#1012628). +- virtio-net: Zero max_tx_vq field for + VIRTIO_NET_CTRL_MQ_HASH_CONFIG case (bsc#1012628). +- arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + (bsc#1012628). +- arm64/ptrace: Ensure that SME is set up for target when writing + SSVE state (bsc#1012628). +- arm64/ptrace: Ensure that the task sees ZT writes on first use + (bsc#1012628). +- blk-crypto: dynamically allocate fallback profile (bsc#1012628). +- media: uvcvideo: Fix menu count handling for userspace XU + mappings (bsc#1012628). +- dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function + constant (bsc#1012628). +- mmc: f-sdh30: fix order of function calls in + sdhci_f_sdh30_remove (bsc#1012628). +- mmc: wbsd: fix double mmc_free_host() in wbsd_init() + (bsc#1012628). +- mmc: block: Fix in_flight[issue_type] value error (bsc#1012628). +- mmc: sunplus: fix return value check of mmc_add_host() + (bsc#1012628). +- mmc: sunplus: Fix error handling in spmmc_drv_probe() + (bsc#1012628). +- drm/qxl: fix UAF on handle creation (bsc#1012628). +- Revert "Revert "drm/amdgpu/display: change pipe policy for + DCN 2.0"" (bsc#1012628). +- drm/i915/sdvo: fix panel_type initialization (bsc#1012628). +- drm/amd: flush any delayed gfxoff on suspend entry + (bsc#1012628). +- drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + (bsc#1012628). +- drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + (bsc#1012628). +- ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + (bsc#1012628). +- drm/amd/display: disable RCO for DCN314 (bsc#1012628). +- drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU + v13.0.4/11 (bsc#1012628). +- drm/amdgpu: keep irq count in amdgpu_irq_disable_all + (bsc#1012628). +- Revert "perf report: Append inlines to non-DWARF callchains" + (bsc#1012628). +- af_unix: Fix null-ptr-deref in unix_stream_sendpage() + (bsc#1012628). +- net: fix the RTO timer retransmitting skb every 1ms if linear + option is enabled (bsc#1012628). +- commit 4789ce4 + +------------------------------------------------------------------- +Thu Aug 24 21:35:35 CEST 2023 - msuchanek@suse.de + +- Update ppc64 config + - CONFIG_COMPAT_32BIT_TIME=n + - CONFIG_IMA_ARCH_POLICY=y + - CONFIG_IMA_DISABLE_HTABLE=y + - CONFIG_IMA_KEXEC=y + - CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y + - CONFIG_LOAD_PPC_KEYS=y + - CONFIG_PPC_SECURE_BOOT=y + - CONFIG_PPC_SECVAR_SYSFS=y +- commit 2b1052f + +------------------------------------------------------------------- +Thu Aug 24 10:53:22 CEST 2023 - tiwai@suse.de + +- wifi: rtw88: usb: kill and free rx urbs on probe failure + (bsc#1214385). +- commit 5c3979f + +------------------------------------------------------------------- +Wed Aug 23 16:54:54 CEST 2023 - vkarasulli@suse.de + +- Update references in + patches.kernel.org/6.4.4-230-Input-cyttsp4_core-change-del_timer_sync-to-tim.patch + (bsc#1012628 bsc#1213971 CVE-2023-4134). +- commit f6b7737 ------------------------------------------------------------------- Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de @@ -3034,6 +13921,36 @@ Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de 2.6 based kernels are EOL, upgrading from them is no longer suported. - commit 7bb5087 +------------------------------------------------------------------- +Tue Aug 22 10:17:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ASoC-SOF-intel-hda-Clean-up-link-DMA-for-IPC3-during.patch. + Update to upstream version and move to sorted section. +- commit e2dbc84 + +------------------------------------------------------------------- +Tue Aug 22 10:05:54 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-handlin.patch. + Update to upstream version and move to sorted section. +- commit 2419864 + +------------------------------------------------------------------- +Tue Aug 22 10:04:32 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/Revert-drm-edid-Fix-csync-detailed-mode-parsing.patch. + Update to upstream version and move to sorted section. +- commit dcc3072 + +------------------------------------------------------------------- +Sun Aug 20 21:29:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc7 +- commit 869afb7 + ------------------------------------------------------------------- Fri Aug 18 14:37:26 CEST 2023 - msuchanek@suse.de @@ -3047,6 +13964,358 @@ Fri Aug 18 10:41:33 CEST 2023 - msuchanek@suse.de gcc7 on SLE 15 does not support this while later gcc does. - commit 5b41c27 +------------------------------------------------------------------- +Thu Aug 17 06:57:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.11 (bsc#1012628). +- tpm: Disable RNG for all AMD fTPMs (bsc#1012628). +- tpm: Add a helper for checking hwrng enabled (bsc#1012628). +- ksmbd: validate command request size (bsc#1012628). +- ksmbd: fix wrong next length validation of ea buffer in + smb2_set_ea() (bsc#1012628). +- KVM: SEV: snapshot the GHCB before accessing it (bsc#1012628). +- KVM: SEV: only access GHCB fields once (bsc#1012628). +- wifi: nl80211: fix integer overflow in + nl80211_parse_mbssid_elems() (bsc#1012628). +- wifi: rtw89: fix 8852AE disconnection caused by RX full flags + (bsc#1012628). +- selftests: forwarding: Set default IPv6 traceroute utility + (bsc#1012628). +- wireguard: allowedips: expand maximum node depth (bsc#1012628). +- mmc: moxart: read scr register without changing byte order + (bsc#1012628). +- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (bsc#1012628). +- ipv6: adjust ndisc_is_useropt() to also return true for PIO + (bsc#1012628). +- selftests: mptcp: join: fix 'delete and re-add' test + (bsc#1012628). +- selftests: mptcp: join: fix 'implicit EP' test (bsc#1012628). +- mptcp: avoid bogus reset on fallback close (bsc#1012628). +- mptcp: fix disconnect vs accept race (bsc#1012628). +- dmaengine: pl330: Return DMA_PAUSED when transaction is paused + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix interrupt vector setting + (bsc#1012628). +- net: mana: Fix MANA VF unload when hardware is unresponsive + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina + Pro 16 M (bsc#1012628). +- zram: take device and not only bvec offset into account + (bsc#1012628). +- io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + (bsc#1012628). +- parisc: Fix lightweight spinlock checks to not break futexes + (bsc#1012628). +- riscv: Start of DRAM should at least be aligned on PMD size + for the direct mapping (bsc#1012628). +- riscv/kexec: load initrd high in available memory (bsc#1012628). +- riscv,mmio: Fix readX()-to-delay() ordering (bsc#1012628). +- riscv/kexec: handle R_RISCV_CALL_PLT relocation type + (bsc#1012628). +- riscv: mm: fix 2 instances of -Wmissing-variable-declarations + (bsc#1012628). +- nvme: fix possible hang when removing a controller during + error recovery (bsc#1012628). +- nvme-tcp: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-rdma: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and + 512G (bsc#1012628). +- drm/nouveau/gr: enable memory loads on helper invocation on + all channels (bsc#1012628). +- drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + (bsc#1012628). +- drm/shmem-helper: Reset vma->vm_ops before calling + dma_buf_mmap() (bsc#1012628). +- drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() (bsc#1012628). +- drm/amd/pm: correct the pcie width for smu 13.0.0 (bsc#1012628). +- drm/amd/display: check attr flag before set cursor degamma on + DCN3+ (bsc#1012628). +- tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition (bsc#1012628). +- cpuidle: dt_idle_genpd: Add helper function to remove genpd + topology (bsc#1012628). +- cpuidle: psci: Move enabling OSI mode after power domains + creation (bsc#1012628). +- io_uring: correct check for O_TMPFILE (bsc#1012628). +- zsmalloc: fix races between modifications of fullness and + isolated (bsc#1012628). +- hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for + pfe1100 (bsc#1012628). +- radix tree test suite: fix incorrect allocation size for + pthreads (bsc#1012628). +- cpufreq: amd-pstate: fix global sysfs attribute type + (bsc#1012628). +- fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions + (bsc#1012628). +- nilfs2: fix use-after-free of nilfs_root in dirtying inodes + via iput (bsc#1012628). +- accel/ivpu: Add set_pages_array_wc/uc for internal buffers + (bsc#1012628). +- hugetlb: do not clear hugetlb dtor until allocating vmemmap + (bsc#1012628). +- mm/damon/core: initialize damo_filter->list from + damos_new_filter() (bsc#1012628). +- selftests: mm: ksm: fix incorrect evaluation of parameter + (bsc#1012628). +- mm: memory-failure: fix potential unexpected return value from + unpoison_memory() (bsc#1012628). +- mm: memory-failure: avoid false hwpoison page mapped error info + (bsc#1012628). +- drm/amd/pm: expose swctf threshold setting for legacy powerplay + (bsc#1012628). +- drm/amd/pm: avoid unintentional shutdown due to temperature + momentary fluctuation (bsc#1012628). +- iio: cros_ec: Fix the allocation size for cros_ec_command + (bsc#1012628). +- iio: frequency: admv1013: propagate errors from + regulator_get_voltage() (bsc#1012628). +- iio: adc: ad7192: Fix ac excitation feature (bsc#1012628). +- iio: adc: meson: fix core clock enable/disable moment + (bsc#1012628). +- iio: adc: ina2xx: avoid NULL pointer dereference on OF device + match (bsc#1012628). +- binder: fix memory leak in binder_init() (bsc#1012628). +- misc: rtsx: judge ASPM Mode to set PETXCFG Reg (bsc#1012628). +- thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() + (bsc#1012628). +- usb-storage: alauda: Fix uninit-value in alauda_check_media() + (bsc#1012628). +- usb: dwc3: Properly handle processing of pending events + (bsc#1012628). +- USB: Gadget: core: Help prevent panic during UVC unconfigure + (bsc#1012628). +- usb: common: usb-conn-gpio: Prevent bailing out if initial + role is none (bsc#1012628). +- usb: typec: tcpm: Fix response to vsafe0V event (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd when configuring + pin assignment (bsc#1012628). +- x86/srso: Fix build breakage with the LLVM linker (bsc#1012628). +- x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() + on 64-bit kernel (bsc#1012628). +- x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + (bsc#1012628). +- x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + (bsc#1012628). +- x86/sev: Do not try to parse for the CC blob on non-AMD hardware + (bsc#1012628). +- x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + (bsc#1012628). +- x86/speculation: Add cpu_show_gds() prototype (bsc#1012628). +- x86: Move gds_ucode_mitigated() declaration to header + (bsc#1012628). +- Revert "PCI: mvebu: Mark driver as BROKEN" (bsc#1012628). +- drm/nouveau/disp: Revert a NULL check inside + nouveau_connector_get_modes (bsc#1012628). +- netfilter: nf_tables: don't skip expired elements during walk + (bsc#1012628). +- netfilter: nf_tables: GC transaction API to avoid race with + control plane (bsc#1012628). +- netfilter: nf_tables: adapt set backend to use GC transaction + API (bsc#1012628). +- netfilter: nft_set_hash: mark set element as dead when deleting + from packet path (bsc#1012628). +- iio: imu: lsm6dsx: Fix mount matrix retrieval (bsc#1012628). +- iio: core: Prevent invalid memory access when there is no parent + (bsc#1012628). +- iio: light: bu27034: Fix scale format (bsc#1012628). +- interconnect: qcom: Add support for mask-based BCMs + (bsc#1012628). +- interconnect: qcom: sa8775p: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8450: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8550: add enable_mask for bcm nodes + (bsc#1012628). +- selftests: forwarding: tc_tunnel_key: Make filters more specific + (bsc#1012628). +- selftests: forwarding: ethtool_mm: Skip when MAC Merge is not + supported (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Check iproute2 version + (bsc#1012628). +- selftests: forwarding: bridge_mdb: Check iproute2 version + (bsc#1012628). +- KVM: arm64: Fix hardware enable/disable flows for pKVM + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix typo (bsc#1012628). +- dmaengine: xilinx: xdma: Fix Judgment of the return value + (bsc#1012628). +- selftests/bpf: fix a CI failure caused by vsock sockmap test + (bsc#1012628). +- selftests/rseq: Fix build with undefined __weak (bsc#1012628). +- selftests: forwarding: Add a helper to skip test when using + veth pairs (bsc#1012628). +- selftests: forwarding: ethtool: Skip when using veth pairs + (bsc#1012628). +- selftests: forwarding: ethtool_extended_state: Skip when using + veth pairs (bsc#1012628). +- selftests: forwarding: hw_stats_l3_gre: Skip when using veth + pairs (bsc#1012628). +- selftests: forwarding: Skip test when no interfaces are + specified (bsc#1012628). +- selftests: forwarding: Switch off timeout (bsc#1012628). +- selftests: forwarding: tc_actions: Use ncat instead of nc + (bsc#1012628). +- selftests: forwarding: tc_flower: Relax success criterion + (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Fix failing test with + old libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Fix failing test with old + libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Make test more robust + (bsc#1012628). +- net: core: remove unnecessary frame_sz check in + bpf_xdp_adjust_tail() (bsc#1012628). +- bpf, sockmap: Fix map type error in sock_map_del_link + (bsc#1012628). +- bpf, sockmap: Fix bug that strp_done cannot be called + (bsc#1012628). +- hwmon: (aquacomputer_d5next) Add selective 200ms delay after + sending ctrl report (bsc#1012628). +- mISDN: Update parameter type of dsp_cmx_send() (bsc#1012628). +- macsec: use DEV_STATS_INC() (bsc#1012628). +- mptcp: fix the incorrect judgment for msk->cb_flags + (bsc#1012628). +- igc: Add lock to safeguard global Qbv variables (bsc#1012628). +- ionic: Add missing err handling for queue reconfig + (bsc#1012628). +- net/packet: annotate data-races around tp->status (bsc#1012628). +- net/smc: Fix setsockopt and sysctl to specify same buffer size + again (bsc#1012628). +- net/smc: Use correct buffer sizes when switching between TCP + and SMC (bsc#1012628). +- PCI: move OF status = "disabled" detection to dev->match_driver + (bsc#1012628). +- tcp: add missing family to tcp_set_ca_state() tracepoint + (bsc#1012628). +- tunnels: fix kasan splat when generating ipv4 pmtu error + (bsc#1012628). +- xsk: fix refcount underflow in error path (bsc#1012628). +- bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid + from slaves (bsc#1012628). +- dccp: fix data-race around dp->dccps_mss_cache (bsc#1012628). +- drivers: net: prevent tun_build_skb() to exceed the packet + size limit (bsc#1012628). +- drivers: vxlan: vnifilter: free percpu vni stats on error path + (bsc#1012628). +- iavf: fix potential races for FDIR filters (bsc#1012628). +- IB/hfi1: Fix possible panic during hotplug remove (bsc#1012628). +- drm/amd/display: Don't show stack trace for missing eDP + (bsc#1012628). +- drm/bridge: it6505: Check power state with it6505->powered in + IRQ handler (bsc#1012628). +- drm/nouveau: remove unused tu102_gr_load() function + (bsc#1012628). +- drm/rockchip: Don't spam logs in atomic check (bsc#1012628). +- wifi: brcm80211: handle params_v1 allocation failure + (bsc#1012628). +- wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + (bsc#1012628). +- RDMA/umem: Set iova in ODP flow (bsc#1012628). +- RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF + (bsc#1012628). +- RDMA/bnxt_re: Fix error handling in probe failure path + (bsc#1012628). +- net: tls: avoid discarding data on record close (bsc#1012628). +- net: marvell: prestera: fix handling IPv4 routes with nhid + (bsc#1012628). +- net: phy: at803x: remove set/get wol callbacks for AR8032 + (bsc#1012628). +- net: dsa: ocelot: call dsa_tag_8021q_unregister() under + rtnl_lock() on driver remove (bsc#1012628). +- net: hns3: refactor hclge_mac_link_status_wait for interface + reuse (bsc#1012628). +- net: hns3: add wait until mac link down (bsc#1012628). +- net: hns3: fix deadlock issue when externel_lb and reset are + executed together (bsc#1012628). +- net: enetc: reimplement RFS/RSS memory clearing as PCI quirk + (bsc#1012628). +- nexthop: Fix infinite nexthop dump when using maximum nexthop ID + (bsc#1012628). +- nexthop: Make nexthop bucket dump more efficient (bsc#1012628). +- nexthop: Fix infinite nexthop bucket dump when using maximum + nexthop ID (bsc#1012628). +- net: hns3: fix strscpy causing content truncation issue + (bsc#1012628). +- dmaengine: mcf-edma: Fix a potential un-allocated memory access + (bsc#1012628). +- dmaengine: idxd: Clear PRS disable flag when disabling IDXD + device (bsc#1012628). +- dmaengine: owl-dma: Modify mismatched function name + (bsc#1012628). +- net/mlx5e: Take RTNL lock when needed before calling + xdp_set_features() (bsc#1012628). +- net/mlx5e: TC, Fix internal port memory leak (bsc#1012628). +- net/mlx5: DR, Fix wrong allocation of modify hdr pattern + (bsc#1012628). +- net/mlx5: Allow 0 for total host VFs (bsc#1012628). +- net/mlx5e: Unoffload post act rule when handling FIB events + (bsc#1012628). +- net/mlx5: LAG, Check correct bucket when modifying LAG + (bsc#1012628). +- net/mlx5: Skip clock update work when device is in error state + (bsc#1012628). +- net/mlx5: Reload auxiliary devices in pci error handlers + (bsc#1012628). +- ibmvnic: Enforce stronger sanity checks on login response + (bsc#1012628). +- ibmvnic: Unmap DMA login rsp buffer on send login fail + (bsc#1012628). +- ibmvnic: Handle DMA unmapping of login buffs in release + functions (bsc#1012628). +- ibmvnic: Do partial reset on login failure (bsc#1012628). +- ibmvnic: Ensure login failure recovery is safe from other resets + (bsc#1012628). +- gpio: ws16c48: Fix off-by-one error in WS16C48 resource region + extent (bsc#1012628). +- gpio: sim: mark the GPIO chip as a one that can sleep + (bsc#1012628). +- btrfs: wait for actual caching progress during allocation + (bsc#1012628). +- btrfs: don't stop integrity writeback too early (bsc#1012628). +- btrfs: don't wait for writeback on clean pages in + extent_write_cache_pages (bsc#1012628). +- btrfs: properly clear end of the unreserved range in + cow_file_range (bsc#1012628). +- btrfs: exit gracefully if reloc roots don't match (bsc#1012628). +- btrfs: reject invalid reloc tree root keys with stack dump + (bsc#1012628). +- btrfs: set cache_block_group_error if we find an error + (bsc#1012628). +- scsi: core: Fix legacy /proc parsing buffer overflow + (bsc#1012628). +- scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + (bsc#1012628). +- scsi: ufs: renesas: Fix private allocation (bsc#1012628). +- scsi: 53c700: Check that command slot is not NULL (bsc#1012628). +- scsi: snic: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: core: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + (bsc#1012628). +- scsi: qedi: Fix firmware halt over suspend and resume + (bsc#1012628). +- scsi: qedf: Fix firmware halt over suspend and resume + (bsc#1012628). +- platform/x86: msi-ec: Fix the build (bsc#1012628). +- platform/x86: lenovo-ymc: Only bind on machines with a + convertible DMI chassis-type (bsc#1012628). +- platform: mellanox: Change register offset addresses + (bsc#1012628). +- platform: mellanox: mlx-platform: Fix signals polarity and + latch mask (bsc#1012628). +- platform: mellanox: mlx-platform: Modify graceful shutdown + callback and power down mask (bsc#1012628). +- platform: mellanox: Fix order in exit flow (bsc#1012628). +- platform/x86: serial-multi-instantiate: Auto detect IRQ resource + for CSC3551 (bsc#1012628). +- ACPI: scan: Create platform device for CS35L56 (bsc#1012628). +- alpha: remove __init annotation from exported page_is_ram() + (bsc#1012628). +- Update config files. +- commit 2a5b3f6 + ------------------------------------------------------------------- Wed Aug 16 17:23:40 CEST 2023 - msuchanek@suse.de @@ -3062,6 +14331,974 @@ Wed Aug 16 17:09:00 CEST 2023 - msuchanek@suse.de Kerntypes was a SUSE-specific feature dropped before SLE 12. - commit 2c37773 +------------------------------------------------------------------- +Tue Aug 15 17:19:42 CEST 2023 - palcantara@suse.de + +- Update + patches.kernel.org/6.4.5-008-ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch + (bsc#1012628 bsc#1213545). +- commit d8f70b2 + +------------------------------------------------------------------- +Mon Aug 14 17:04:39 CEST 2023 - tiwai@suse.de + +- drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create (bsc#1214073). +- Delete + patches.suse/Revert-drm-nouveau-disp-PIOR-DP-uses-GPIO-for-HPD-no.patch. +- commit 1b3aee5 + +------------------------------------------------------------------- +Mon Aug 14 08:44:42 CEST 2023 - tiwai@suse.de + +- tpm_tis: Opt-in interrupts (bsc#1213779) + Also dropped the obsoleted patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-categorically-for-Len.patch +- commit 80aa18d + +------------------------------------------------------------------- +Mon Aug 14 08:22:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-resource-Always-use-MADT-override-IRQ-settings-.patch. +- Refresh + patches.suse/ACPI-resource-Honor-MADT-INT_SRC_OVR-settings-for-IR.patch. +- Refresh + patches.suse/ACPI-resource-revert-Remove-Zen-specific-match-and-q.patch. + Update upstream status and move to sorted section. +- commit d0aa45f + +------------------------------------------------------------------- +Mon Aug 14 08:15:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-cards.patch. + Update upstream status and move to sorted section. +- commit e1f43a2 + +------------------------------------------------------------------- +Mon Aug 14 07:08:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.10 (bsc#1012628). +- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + (bsc#1012628). +- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + (bsc#1012628). +- iommu/arm-smmu-v3: Add explicit feature for nesting + (bsc#1012628). +- iommu/arm-smmu-v3: Document nesting-related errata + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: phycore-imx8mm: Label typo-fix of VPU (bsc#1012628). +- arm64: dts: phycore-imx8mm: Correction in gpio-line-names + (bsc#1012628). +- arm64: dts: imx8mn-var-som: add missing pull-up for onboard + PHY reset pinmux (bsc#1012628). +- arm64: dts: freescale: Fix VPU G2 clock (bsc#1012628). +- firmware: smccc: Fix use of uninitialised results structure + (bsc#1012628). +- firmware: arm_scmi: Fix signed error return values handling + (bsc#1012628). +- lib/bitmap: workaround const_eval test build failure + (bsc#1012628). +- ARM: dts: nxp/imx: limit sk-imx53 supported frequencies + (bsc#1012628). +- soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as + bus_power_dev child (bsc#1012628). +- firmware: arm_scmi: Fix chan_free cleanup on SMC (bsc#1012628). +- ARM: dts: at91: use clock-controller name for PMC nodes + (bsc#1012628). +- ARM: dts: at91: use clock-controller name for sckc nodes + (bsc#1012628). +- ARM: dts: at91: use generic name for shutdown controller + (bsc#1012628). +- ARM: dts: at91: sam9x60: fix the SOC detection (bsc#1012628). +- word-at-a-time: use the same return type for has_zero regardless + of endianness (bsc#1012628). +- s390/vmem: split pages when debug pagealloc is enabled + (bsc#1012628). +- KVM: s390: fix sthyi error handling (bsc#1012628). +- erofs: fix wrong primary bvec selection on deduplicated extents + (bsc#1012628). +- perf pmu arm64: Fix reading the PMU cpu slots in sysfs + (bsc#1012628). +- wifi: cfg80211: Fix return value in scan logic (bsc#1012628). +- net/mlx5e: fix double free in + macsec_fs_tx_create_crypto_table_groups (bsc#1012628). +- net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + (bsc#1012628). +- net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + (bsc#1012628). +- net/mlx5e: fix return value check in + mlx5e_ipsec_remove_trailer() (bsc#1012628). +- net/mlx5: Honor user input for migratable port fn attr + (bsc#1012628). +- net/mlx5e: Don't hold encap tbl lock if there is no encap action + (bsc#1012628). +- net/mlx5e: Fix crash moving to switchdev mode when ntuple + offload is set (bsc#1012628). +- net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + (bsc#1012628). +- net/mlx5e: xsk: Fix invalid buffer access for legacy rq + (bsc#1012628). +- net/mlx5e: xsk: Fix crash on regular rq reactivation + (bsc#1012628). +- net/mlx5e: kTLS, Fix protection domain in use syndrome when + devlink reload (bsc#1012628). +- net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not + supported (bsc#1012628). +- net/mlx5: Unregister devlink params in case interface is down + (bsc#1012628). +- bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + (bsc#1012628). +- rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE + length (bsc#1012628). +- net: dsa: fix value check in bcm_sf2_sw_probe() (bsc#1012628). +- perf test uprobe_from_different_cu: Skip if there is no gcc + (bsc#1012628). +- net: sched: cls_u32: Fix match key mis-addressing (bsc#1012628). +- mISDN: hfcpci: Fix potential deadlock on &hc->lock + (bsc#1012628). +- net: stmmac: tegra: Properly allocate clock bulk data + (bsc#1012628). +- qed: Fix scheduling in a tasklet while getting stats + (bsc#1012628). +- net: move gso declarations and functions to their own files + (bsc#1012628). +- net: gro: fix misuse of CB in udp socket lookup (bsc#1012628). +- net: annotate data-races around sk->sk_reserved_mem + (bsc#1012628). +- net: annotate data-race around sk->sk_txrehash (bsc#1012628). +- net: annotate data-races around sk->sk_max_pacing_rate + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_sndbuf) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + (bsc#1012628). +- net: annotate data-races around sk->sk_mark (bsc#1012628). +- net: add missing data-race annotations around sk->sk_peek_off + (bsc#1012628). +- net: add missing data-race annotation for sk_ll_usec + (bsc#1012628). +- net: annotate data-races around sk->sk_priority (bsc#1012628). +- net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to + INT_MAX (bsc#1012628). +- net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + (bsc#1012628). +- ice: Fix RDMA VSI removal during queue rebuild (bsc#1012628). +- bnxt: don't handle XDP in netpoll (bsc#1012628). +- octeon_ep: initialize mbox mutexes (bsc#1012628). +- bpf: Move unprivileged checks into map_create() and + bpf_prog_load() (bsc#1012628). +- bpf: Inline map creation logic in map_create() function + (bsc#1012628). +- bpf: Centralize permissions checks for all BPF map types + (bsc#1012628). +- bpf, cpumap: Make sure kthread is running before map update + returns (bsc#1012628). +- bpf, cpumap: Handle skb as well when clean up ptr_ring + (bsc#1012628). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + (bsc#1012628). +- net: ll_temac: fix error checking of irq_of_parse_and_map() + (bsc#1012628). +- net: korina: handle clk prepare error in korina_probe() + (bsc#1012628). +- net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + (bsc#1012628). +- selftest: net: Assert on a proper value in so_incoming_cpu.c + (bsc#1012628). +- bnxt_en: Fix page pool logic for page size >= 64K (bsc#1012628). +- bnxt_en: Fix max_mtu setting for multi-buf XDP (bsc#1012628). +- net: dcb: choose correct policy to parse DCB_ATTR_BCN + (bsc#1012628). +- s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + (bsc#1012628). +- ip6mr: Fix skb_under_panic in ip6mr_cache_report() + (bsc#1012628). +- vxlan: Fix nexthop hash size (bsc#1012628). +- net/mlx5: fs_core: Make find_closest_ft more generic + (bsc#1012628). +- net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS + fs_prio (bsc#1012628). +- net/mlx5e: Set proper IPsec source port in L4 selector + (bsc#1012628). +- prestera: fix fallback to previous version on same major version + (bsc#1012628). +- tcp_metrics: fix addr_same() helper (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_stamp + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_lock + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_vals[] + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_net + (bsc#1012628). +- tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + (bsc#1012628). +- test/vsock: remove vsock_perf executable on `make clean` + (bsc#1012628). +- rust: allocator: Prevent mis-aligned allocation (bsc#1012628). +- scsi: zfcp: Defer fc_rport blocking until after ADISC response + (bsc#1012628). +- scsi: storvsc: Limit max_sectors for virtual Fibre Channel + devices (bsc#1012628). +- Documentation: kdump: Add va_kernel_pa_offset for RISCV64 + (bsc#1012628). +- libceph: fix potential hang in ceph_osdc_notify() (bsc#1012628). +- USB: zaurus: Add ID for A-300/B-500/C-700 (bsc#1012628). +- ceph: defer stopping mdsc delayed_work (bsc#1012628). +- firmware: arm_scmi: Drop OF node reference in the transport + channel setup (bsc#1012628). +- exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + (bsc#1012628). +- exfat: check if filename entries exceeds max filename length + (bsc#1012628). +- exfat: release s_lock before calling dir_emit() (bsc#1012628). +- mtd: spinand: toshiba: Fix ecc_get_status (bsc#1012628). +- mtd: spinand: winbond: Fix ecc_get_status (bsc#1012628). +- mtd: rawnand: meson: fix OOB available bytes for ECC + (bsc#1012628). +- riscv: Export va_kernel_pa_offset in vmcoreinfo (bsc#1012628). +- bpf: Disable preemption in bpf_perf_event_output (bsc#1012628). +- arm64: dts: stratix10: fix incorrect I2C property for SCL signal + (bsc#1012628). +- wifi: mt76: mt7615: do not advertise 5 GHz on first phy of + MT7615D (DBDC) (bsc#1012628). +- x86/hyperv: Disable IBT when hypercall page lacks ENDBR + instruction (bsc#1012628). +- rbd: prevent busy loop when requesting exclusive lock + (bsc#1012628). +- bpf: Disable preemption in bpf_event_output (bsc#1012628). +- smb: client: fix dfs link mount against w2k8 (bsc#1012628). +- powerpc/ftrace: Create a dummy stackframe to fix stack unwind + (bsc#1012628). +- parisc/mm: preallocate fixmap page tables at init (bsc#1012628). +- arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + (bsc#1012628). +- arm64/fpsimd: Clear SME state in the target task when setting + the VL (bsc#1012628). +- arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + (bsc#1012628). +- arm64/ptrace: Flush FP state when setting ZT0 (bsc#1012628). +- arm64/ptrace: Don't enable SVE when setting streaming SVE + (bsc#1012628). +- open: make RESOLVE_CACHED correctly test for O_TMPFILE + (bsc#1012628). +- drm/ttm: check null pointer before accessing when swapping + (bsc#1012628). +- drm/i915: Fix premature release of request's reusable memory + (bsc#1012628). +- drm/i915/gt: Cleanup aux invalidation registers (bsc#1012628). +- Revert "page cache: fix page_cache_next/prev_miss off by one" + (bsc#1012628). +- sunvnet: fix sparc64 build error after gso code split + (bsc#1012628). +- clk: imx93: Propagate correct error in imx93_clocks_probe() + (bsc#1012628). +- file: reinstate f_pos locking optimization for regular files + (bsc#1012628). +- mm: kmem: fix a NULL pointer dereference in + obj_stock_flush_required() (bsc#1012628). +- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + (bsc#1012628). +- kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan + (bsc#1012628). +- fs/sysv: Null check to prevent null-ptr-deref bug (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + (bsc#1012628). +- debugobjects: Recheck debug_objects_enabled before reporting + (bsc#1012628). +- net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + (bsc#1012628). +- fs: Protect reconfiguration of sb read-write from racing writes + (bsc#1012628). +- mm/gup: do not return 0 from pin_user_pages_fast() for bad args + (bsc#1012628). +- ext2: Drop fragment support (bsc#1012628). +- btrfs: remove BUG_ON()'s in add_new_free_space() (bsc#1012628). +- f2fs: fix to do sanity check on direct node in truncate_dnode() + (bsc#1012628). +- io_uring: annotate offset timeout races (bsc#1012628). +- mtd: rawnand: omap_elm: Fix incorrect type in assignment + (bsc#1012628). +- mtd: rawnand: rockchip: fix oobfree offset and description + (bsc#1012628). +- mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + (bsc#1012628). +- clk: mediatek: mt8183: Add back SSPM related clocks + (bsc#1012628). +- mtd: spi-nor: avoid holes in struct spi_mem_op (bsc#1012628). +- mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + (bsc#1012628). +- powerpc/mm/altmap: Fix altmap boundary check (bsc#1012628). +- drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + (bsc#1012628). +- drm/amdgpu: Use apt name for FW reserved region (bsc#1012628). +- selftests/rseq: Play nice with binaries statically linked + against glibc 2.35+ (bsc#1012628). +- ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + (bsc#1012628). +- drm/i915: Add the gen12_needs_ccs_aux_inv helper (bsc#1012628). +- drm/i915/gt: Ensure memory quiesced before invalidation + (bsc#1012628). +- drm/i915/gt: Add workaround 14016712196 (bsc#1012628). +- drm/i915/gt: Rename flags with bit_group_X according to the + datasheet (bsc#1012628). +- drm/i915/gt: Poll aux invalidation register bit on invalidation + (bsc#1012628). +- drm/i915/gt: Support aux invalidation on all engines + (bsc#1012628). +- drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and + in the CS (bsc#1012628). +- x86/CPU/AMD: Do not leak quotient data after a division by 0 + (bsc#1012628). +- commit eb77301 + +------------------------------------------------------------------- +Sun Aug 13 23:08:39 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc6 +- update configs + - x86 + - GDS_FORCE_MITIGATION=n + - x86_64 + - CPU_SRSO=y +- commit c65258c + +------------------------------------------------------------------- +Sat Aug 12 09:53:57 CEST 2023 - tiwai@suse.de + +- drm/amd: Disable S/G for APUs when 64GB or more host memory + (bsc#1213787). +- commit 1b8ce3e + +------------------------------------------------------------------- +Sat Aug 12 09:51:47 CEST 2023 - tiwai@suse.de + +- pinctrl: amd: Don't show `Invalid config param` errors + (bsc#1214212). +- commit e95f7e7 + +------------------------------------------------------------------- +Fri Aug 11 16:05:44 CEST 2023 - vkarasulli@suse.de + +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- commit 4368d3a + +------------------------------------------------------------------- +Fri Aug 11 09:31:39 CEST 2023 - tiwai@suse.de + +- Revert "drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR + AUX interrupts" (bsc#1214073). +- commit db7e8f0 + +------------------------------------------------------------------- +Fri Aug 11 09:19:17 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts categorically for Lenovo + (bsc#1213779). + Replaced the obsoleted fix patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-for-Lenovo-Thinkpad-E.patch +- commit efae9ac + +------------------------------------------------------------------- +Fri Aug 11 09:18:26 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo P620 devices + (bsc#1213779). +- commit 4f44748 + +------------------------------------------------------------------- +Fri Aug 11 09:17:46 CEST 2023 - tiwai@suse.de + +- Move upstreamed tpm_tis patch into sorted section +- commit 693df97 + +------------------------------------------------------------------- +Thu Aug 10 07:38:00 CEST 2023 - jslaby@suse.cz + +- mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock + (per-VMA_lock_fix). +- commit c5c7c45 + +------------------------------------------------------------------- +Thu Aug 10 07:29:43 CEST 2023 - jslaby@suse.cz + +- ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on + AMD Zen (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: Always use MADT override + IRQ settings for all legacy non i8042 IRQs + (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: revert "Remove "Zen" specific match and quirks" + (20230809085526.84913-1-hdegoede@redhat.com). +- commit 17e449f + +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 15:54:28 CEST 2023 - mfranc@suse.cz + +- net: tun_chr_open(): set sk_uid from current_fsuid() + (CVE-2023-4194 bsc#1214019). +- commit 8967829 + +------------------------------------------------------------------- +Mon Aug 7 15:54:01 CEST 2023 - mfranc@suse.cz + +- net: tap_open(): set sk_uid from current_fsuid() (CVE-2023-4194 + bsc#1214019). +- commit e5a2ecb + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + +------------------------------------------------------------------- +Mon Aug 7 11:51:29 CEST 2023 - mkubecek@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + Mirrored openSUSE repositories are long term more reliable than + SUSE:Factory:HEAD we use now for IBS builds. Dropping the IBS_PROJECT* + variables is the simplest way to switch to them as MyBS.pm prepends + "openSUSE.org:" to the corresponding OBS_PROJECT* variable in their + absence. + This is a combination of kernel-source commits 21cafd1fd12a + ("rpm/config.sh: switch to openSUSE.org repos for IBS") and 294d54140dd0 + ("rpm/config.sh: remove IBS repos completely") from stable branch. +- commit 997a7e4 + +------------------------------------------------------------------- +Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: remove IBS repos completely + The commit 21cafd1f (rpm/config.sh: switch to openSUSE.org repos for + IBS) duplicated the OBS repos in openSUSE.org: space. But this is done + automatically in MyBS.pm. So drop all of them instead of duplicating. +- commit 294d541 + +------------------------------------------------------------------- +Mon Aug 7 00:32:26 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc5 +- commit b685771 + +------------------------------------------------------------------- +Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + SUSE:Factory:HEAD is currently (and often) broken. Switch to + openSUSE.org: repositories. They are up-to-date and provide the same + archs plus armv6. +- commit 21cafd1 + +------------------------------------------------------------------- +Thu Aug 3 15:32:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.8 (bsc#1012628). +- platform/x86/amd/pmf: Notify OS power slider update + (bsc#1012628). +- platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + (bsc#1012628). +- drm/amd: Move helper for dynamic speed switch check out of smu13 + (bsc#1012628). +- drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters + implementation with SMU13 (bsc#1012628). +- jbd2: Fix wrongly judgement for buffer head removing while + doing checkpoint (bsc#1012628). +- KVM: arm64: Handle kvm_arm_init failure correctly in + finalize_pkvm (bsc#1012628). +- blk-mq: Fix stall due to recursive flush plug (bsc#1012628). +- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during + window close (bsc#1012628). +- KVM: s390: pv: simplify shutdown and fix race (bsc#1012628). +- KVM: s390: pv: fix index value of replaced ASCE (bsc#1012628). +- s390/mm: fix per vma lock fault handling (bsc#1012628). +- io_uring: don't audit the capability check in io_uring_create() + (bsc#1012628). +- gpio: tps68470: Make tps68470_gpio_output() always set the + initial value (bsc#1012628). +- gpio: mvebu: Make use of devm_pwmchip_add (bsc#1012628). +- gpio: mvebu: fix irq domain leak (bsc#1012628). +- regmap: Disable locking for RBTREE and MAPLE unit tests + (bsc#1012628). +- btrfs: factor out a btrfs_verify_page helper (bsc#1012628). +- btrfs: fix fsverify read error handling in end_page_read + (bsc#1012628). +- btrfs: fix race between quota disable and relocation + (bsc#1012628). +- i2c: Delete error messages for failed memory allocations + (bsc#1012628). +- i2c: Improve size determinations (bsc#1012628). +- i2c: nomadik: Remove unnecessary goto label (bsc#1012628). +- i2c: nomadik: Use devm_clk_get_enabled() (bsc#1012628). +- i2c: nomadik: Remove a useless call in the remove function + (bsc#1012628). +- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + (bsc#1012628). +- PCI/ASPM: Factor out pcie_wait_for_retrain() (bsc#1012628). +- PCI/ASPM: Avoid link retraining race (bsc#1012628). +- PCI: rockchip: Remove writes to unused registers (bsc#1012628). +- PCI: rockchip: Fix window mapping and address translation for + endpoint (bsc#1012628). +- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + (bsc#1012628). +- drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch + (bsc#1012628). +- drm/amd/display: Keep disable aux-i delay as 0 (bsc#1012628). +- drm/amd/display: add pixel rate based CRB allocation support + (bsc#1012628). +- drm/amd/display: fix dcn315 single stream crb allocation + (bsc#1012628). +- drm/amd/display: Update correct DCN314 register header + (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Rembrandt (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Phoenix (bsc#1012628). +- drm/ttm: never consider pinned BOs for eviction&swap + (bsc#1012628). +- maple_tree: add __init and __exit to test module (bsc#1012628). +- maple_tree: fix 32 bit mas_next testing (bsc#1012628). +- drm/amd/display: Add FAMS validation before trying to use it + (bsc#1012628). +- drm/amd/display: update extended blank for dcn314 onwards + (bsc#1012628). +- drm/amd/display: Fix possible underflow for displays with + large vblank (bsc#1012628). +- drm/amd/display: Prevent vtotal from being set to 0 + (bsc#1012628). +- ext4: add EXT4_MB_HINT_GOAL_ONLY test in + ext4_mb_use_preallocated (bsc#1012628). +- ext4: mballoc: Remove useless setting of ac_criteria + (bsc#1012628). +- ext4: fix rbtree traversal bug in ext4_mb_use_preallocated + (bsc#1012628). +- phy: phy-mtk-dp: Fix an error code in probe() (bsc#1012628). +- phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test + (bsc#1012628). +- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during + runtime suspend (bsc#1012628). +- phy: qcom-snps-femto-v2: properly enable ref clock + (bsc#1012628). +- soundwire: qcom: update status correctly with mask + (bsc#1012628). +- soundwire: amd: Fix a check for errors in probe() (bsc#1012628). +- media: tc358746: Address compiler warnings (bsc#1012628). +- media: staging: atomisp: select V4L2_FWNODE (bsc#1012628). +- media: amphion: Fix firmware path to match linux-firmware + (bsc#1012628). +- media: mtk-jpeg: move data/code inside CONFIG_OF blocks + (bsc#1012628). +- media: mtk_jpeg_core: avoid unused-variable warning + (bsc#1012628). +- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- iavf: fix potential deadlock on allocation failure + (bsc#1012628). +- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + (bsc#1012628). +- net: phy: marvell10g: fix 88x3310 power up (bsc#1012628). +- net: hns3: fix the imp capability bit cannot exceed 32 bits + issue (bsc#1012628). +- net: hns3: fix wrong tc bandwidth weight data issue + (bsc#1012628). +- net: hns3: fix wrong bw weight of disabled tc issue + (bsc#1012628). +- vxlan: calculate correct header length for GPE (bsc#1012628). +- vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + (bsc#1012628). +- vxlan: fix GRO with VXLAN-GPE (bsc#1012628). +- phy: hisilicon: Fix an out of bounds check in + hisi_inno_phy_probe() (bsc#1012628). +- atheros: fix return value check in atl1_tso() (bsc#1012628). +- ethernet: atheros: fix return value check in atl1e_tso_csum() + (bsc#1012628). +- ipv6 addrconf: fix bug where deleting a mngtmpaddr can create + a new temporary address (bsc#1012628). +- net: fec: avoid tx queue timeout when XDP is enabled + (bsc#1012628). +- tcp: Reduce chance of collisions in inet6_hashfn() + (bsc#1012628). +- ice: Fix memory management in ice_ethtool_fdir.c (bsc#1012628). +- bonding: reset bond's flags when down link is P2P device + (bsc#1012628). +- team: reset team's flags when down link is P2P device + (bsc#1012628). +- octeontx2-af: Fix hash extraction enable configuration + (bsc#1012628). +- net: stmmac: Apply redundant write work around on 4.xx too + (bsc#1012628). +- platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind + U100 (bsc#1012628). +- x86/traps: Fix load_unaligned_zeropad() handling for shared + TDX memory (bsc#1012628). +- macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF + (bsc#1012628). +- igc: Fix Kernel Panic during ndo_tx_timeout callback + (bsc#1012628). +- netfilter: nft_set_rbtree: fix overlap expiration walk + (bsc#1012628). +- netfilter: nf_tables: skip immediate deactivate in + _PREPARE_ERROR (bsc#1012628). +- netfilter: nf_tables: disallow rule addition to bound chain + via NFTA_RULE_CHAIN_ID (bsc#1012628). +- mm: suppress mm fault logging if fatal signal already pending + (bsc#1012628). +- tools: ynl-gen: fix enum index in + _decode_enum(..) (bsc#1012628). +- net: fec: tx processing does not call XDP APIs if budget is 0 + (bsc#1012628). +- net/sched: mqprio: Add length check for + TCA_MQPRIO_{MAX/MIN}_RATE64 (bsc#1012628). +- benet: fix return value check in be_lancer_xmit_workarounds() + (bsc#1012628). +- tipc: check return value of pskb_trim() (bsc#1012628). +- tipc: stop tipc crypto on failure in tipc_node_create + (bsc#1012628). +- fs/9p: Fix a datatype used with V9FS_DIRECT_IO (bsc#1012628). +- RDMA/mlx4: Make check for invalid flags stricter (bsc#1012628). +- drm/msm/mdss: correct UBWC programming for SM8550 (bsc#1012628). +- drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 + planes (bsc#1012628). +- drm/msm/dpu: drop enum dpu_core_perf_data_bus_id (bsc#1012628). +- drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY + config (bsc#1012628). +- drm/msm/adreno: Fix snapshot BINDLESS_DATA size (bsc#1012628). +- RDMA/irdma: Add missing read barriers (bsc#1012628). +- RDMA/irdma: Fix data race on CQP completion stats (bsc#1012628). +- RDMA/irdma: Fix data race on CQP request done (bsc#1012628). +- RDMA/core: Update CMA destination address on rdma_resolve_addr + (bsc#1012628). +- RDMA/mthca: Fix crash when polling CQ for shared QPs + (bsc#1012628). +- RDMA/bnxt_re: Prevent handling any completions after qp destroy + (bsc#1012628). +- RDMA/bnxt_re: Enhance the existing functions that wait for FW + responses (bsc#1012628). +- RDMA/bnxt_re: Avoid the command wait if firmware is inactive + (bsc#1012628). +- RDMA/bnxt_re: use shadow qd while posting non blocking rcfw + command (bsc#1012628). +- RDMA/bnxt_re: Simplify the function that sends the FW commands + (bsc#1012628). +- RDMA/bnxt_re: add helper function __poll_for_resp (bsc#1012628). +- RDMA/bnxt_re: Fix hang during driver unload (bsc#1012628). +- drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in + a5xx_submit_in_rb() (bsc#1012628). +- drm/msm: Fix hw_fence error path cleanup (bsc#1012628). +- cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + (bsc#1012628). +- cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + (bsc#1012628). +- ASoC: fsl_spdif: Silence output on stop (bsc#1012628). +- block: Fix a source code comment in + include/uapi/linux/blkzoned.h (bsc#1012628). +- smb3: do not set NTLMSSP_VERSION flag for negotiate not auth + request (bsc#1012628). +- drm/i915: Fix an error handling path in igt_write_huge() + (bsc#1012628). +- xenbus: check xen_domain in xenbus_probe_initcall (bsc#1012628). +- dm raid: fix missing reconfig_mutex unlock in raid_ctr() + error paths (bsc#1012628). +- dm raid: clean up four equivalent goto tags in raid_ctr() + (bsc#1012628). +- dm raid: protect md_stop() with 'reconfig_mutex' (bsc#1012628). +- drm/amd: Fix an error handling mistake in psp_sw_init() + (bsc#1012628). +- drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() (bsc#1012628). +- RDMA/irdma: Fix op_type reporting in CQEs (bsc#1012628). +- RDMA/irdma: Report correct WC error (bsc#1012628). +- drm/msm: Disallow submit with fence id 0 (bsc#1012628). +- ublk: fail to start device if queue setup is interrupted + (bsc#1012628). +- ublk: fail to recover device if queue setup is interrupted + (bsc#1012628). +- ublk: return -EINTR if breaking from waiting for existed users + in DEL_DEV (bsc#1012628). +- iommufd: IOMMUFD_DESTROY should not increase the refcount + (bsc#1012628). +- tmpfs: fix Documentation of noswap and huge mount options + (bsc#1012628). +- ata: pata_ns87415: mark ns87560_tf_read static (bsc#1012628). +- ring-buffer: Fix wrong stat of cpu_buffer->read (bsc#1012628). +- tracing: Fix warning in trace_buffered_event_disable() + (bsc#1012628). +- Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" (bsc#1012628). +- usb: gadget: call usb_gadget_check_config() to verify UDC + capability (bsc#1012628). +- USB: gadget: Fix the memory leak in raw_gadget driver + (bsc#1012628). +- usb: gadget: core: remove unbalanced mutex_unlock in + usb_gadget_activate (bsc#1012628). +- KVM: Grab a reference to KVM for VM and vCPU stats file + descriptors (bsc#1012628). +- KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + (bsc#1012628). +- KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + (bsc#1012628). +- serial: qcom-geni: drop bogus runtime pm state update + (bsc#1012628). +- tty: serial: sh-sci: Fix sleeping in atomic context + (bsc#1012628). +- serial: 8250_dw: Preserve original value of DLF register + (bsc#1012628). +- serial: sifive: Fix sifive_serial_console_setup() section + (bsc#1012628). +- USB: serial: option: support Quectel EM060K_128 (bsc#1012628). +- USB: serial: option: add Quectel EC200A module support + (bsc#1012628). +- USB: serial: simple: add Kaufmann RKS+CAN VCP (bsc#1012628). +- USB: serial: simple: sort driver entries (bsc#1012628). +- can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED (bsc#1012628). +- TIOCSTI: always enable for CAP_SYS_ADMIN (bsc#1012628). +- usb: typec: Set port->pd before adding device for typec_port + (bsc#1012628). +- usb: typec: Iterate pds array when showing the pd list + (bsc#1012628). +- usb: typec: Use sysfs_emit_at when concatenating the string + (bsc#1012628). +- Revert "usb: dwc3: core: Enable AutoRetry feature in the + controller" (bsc#1012628). +- usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + (bsc#1012628). +- usb: dwc3: don't reset device side if dwc3 was configured as + host-only (bsc#1012628). +- usb: misc: ehset: fix wrong if condition (bsc#1012628). +- usb: ohci-at91: Fix the unhandle interrupt when resume + (bsc#1012628). +- USB: quirks: add quirk for Focusrite Scarlett (bsc#1012628). +- usb: cdns3: fix incorrect calculation of ep_buf_size when more + than one config (bsc#1012628). +- usb: xhci-mtk: set the dma max_seg_size (bsc#1012628). +- Revert "usb: xhci: tegra: Fix error check" (bsc#1012628). +- Documentation: security-bugs.rst: update preferences when + dealing with the linux-distros group (bsc#1012628). +- Documentation: security-bugs.rst: clarify CVE handling + (bsc#1012628). +- staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + (bsc#1012628). +- staging: ks7010: potential buffer overflow in + ks_wlan_set_encode_ext() (bsc#1012628). +- tty: n_gsm: fix UAF in gsm_cleanup_mux (bsc#1012628). +- Revert "xhci: add quirk for host controllers that don't update + endpoint DCS" (bsc#1012628). +- ALSA: hda/realtek: Support ASUS G713PV laptop (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP 250 G8 (bsc#1012628). +- hwmon: (k10temp) Enable AMD3255 Proc to show negative + temperature (bsc#1012628). +- hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 + disabled (bsc#1012628). +- hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + (bsc#1012628). +- hwmon: (pmbus_core) Fix pmbus_is_enabled() (bsc#1012628). +- hwmon: (pmbus_core) Fix NULL pointer dereference (bsc#1012628). +- hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status + (bsc#1012628). +- btrfs: zoned: do not enable async discard (bsc#1012628). +- btrfs: account block group tree when calculating global reserve + size (bsc#1012628). +- btrfs: check if the transaction was aborted at + btrfs_wait_for_commit() (bsc#1012628). +- btrfs: check for commit error at + btrfs_attach_transaction_barrier() (bsc#1012628). +- x86/MCE/AMD: Decrement threshold_bank refcount when removing + threshold blocks (bsc#1012628). +- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled + (bsc#1012628). +- file: always lock position for FMODE_ATOMIC_POS (bsc#1012628). +- nfsd: Remove incorrect check in nfsd4_validate_stateid + (bsc#1012628). +- ksmbd: check if a mount point is crossed during path lookup + (bsc#1012628). +- ACPI/IORT: Remove erroneous id_count check in + iort_node_get_rmr_info() (bsc#1012628). +- tpm_tis: Explicitly check for error code (bsc#1012628). +- irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + (bsc#1012628). +- irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI + invalidation (bsc#1012628). +- locking/rtmutex: Fix task->pi_waiters integrity (bsc#1012628). +- proc/vmcore: fix signedness bug in read_from_oldmem() + (bsc#1012628). +- xen: speed up grant-table reclaim (bsc#1012628). +- virtio-net: fix race between set queues and probe (bsc#1012628). +- net: ipa: only reset hashed tables when supported (bsc#1012628). +- net: dsa: qca8k: enable use_single_write for qca8xxx + (bsc#1012628). +- net: dsa: qca8k: fix search_and_insert wrong handling of new + rule (bsc#1012628). +- net: dsa: qca8k: fix broken search_and_del (bsc#1012628). +- net: dsa: qca8k: fix mdb add/del case with 0 VID (bsc#1012628). +- io_uring: gate iowait schedule on having pending requests + (bsc#1012628). +- iommufd: Set end correctly when doing batch carry (bsc#1012628). +- selftests: mptcp: join: only check for ip6tables if needed + (bsc#1012628). +- soundwire: fix enumeration completion (bsc#1012628). +- Revert "um: Use swap() to make code cleaner" (bsc#1012628). +- LoongArch: Fix return value underflow in exception path + (bsc#1012628). +- LoongArch: BPF: Fix check condition to call lu32id in move_imm() + (bsc#1012628). +- LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + (bsc#1012628). +- 9p: fix ignored return value in v9fs_dir_release (bsc#1012628). +- fs/9p: remove unnecessary and overrestrictive check + (bsc#1012628). +- fs/9p: fix typo in comparison logic for cache mode + (bsc#1012628). +- fs/9p: fix type mismatch in file cache mode helper + (bsc#1012628). +- fs/9p: remove unnecessary invalidate_inode_pages2 (bsc#1012628). +- s390/dasd: fix hanging device after quiesce/resume + (bsc#1012628). +- s390/dasd: print copy pair message only for the correct error + (bsc#1012628). +- mptcp: more accurate NL event generation (bsc#1012628). +- ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + (bsc#1012628). +- arm64/sme: Set new vector length before reallocating + (bsc#1012628). +- PM: sleep: wakeirq: fix wake irq arming (bsc#1012628). +- thermal: of: fix double-free on unregistration (bsc#1012628). +- ceph: never send metrics if disable_send_metrics is set + (bsc#1012628). +- drm/i915/dpt: Use shmem for dpt objects (bsc#1012628). +- dm cache policy smq: ensure IO doesn't prevent cleaner policy + progress (bsc#1012628). +- rbd: make get_lock_owner_info() return a single locker or NULL + (bsc#1012628). +- rbd: harden get_lock_owner_info() a bit (bsc#1012628). +- rbd: retrieve and check lock owner twice before blocklisting + (bsc#1012628). +- mm: lock VMA in dup_anon_vma() before setting ->anon_vma + (bsc#1012628). +- mm: fix memory ordering for mm_lock_seq and vm_lock_seq + (bsc#1012628). +- mm/memory-failure: fix hardware poison check in + unpoison_memory() (bsc#1012628). +- mm/mempolicy: Take VMA lock before replacing policy + (bsc#1012628). +- dma-buf: keep the signaling time of merged fences v3 + (bsc#1012628). +- dma-buf: fix an error pointer vs NULL bug (bsc#1012628). +- commit c24ac79 + +------------------------------------------------------------------- +Tue Aug 1 12:08:18 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ALSA-usb-audio-Add-quirk-for-Microsoft-Modern-Wirele.patch. + Update upstream status. +- commit cba3fa8 + +------------------------------------------------------------------- +Sun Jul 30 22:55:01 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc4 +- refresh configs +- commit 2390421 + +------------------------------------------------------------------- +Sun Jul 30 10:03:34 CEST 2023 - tiwai@suse.de + +- Revert "drm/edid: Fix csync detailed mode parsing" + (bsc#1213693). +- commit 8de9301 + +------------------------------------------------------------------- +Fri Jul 28 13:06:20 CEST 2023 - tiwai@suse.de + +- Update MHI and ath11k hibernation fix patches (bsc#1207948) + Upstream updated / cleaned up the patch set slightly +- commit 5da2543 + ------------------------------------------------------------------- Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de @@ -3069,18 +15306,2504 @@ Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de Fixes: 02b7735e0caf ("rpm/kernel-binary.spec.in: Add Enhances and Supplements tags to in-tree KMPs") - commit 264db74 +------------------------------------------------------------------- +Thu Jul 27 12:09:59 CEST 2023 - tiwai@suse.de + +- wifi: rtw89: Fix loading of compressed firmware (bsc#1212808). +- commit 6cc40be + +------------------------------------------------------------------- +Thu Jul 27 10:51:09 CEST 2023 - tiwai@suse.de + +- ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop + (bsc#1213583). +- commit e67f54f + +------------------------------------------------------------------- +Thu Jul 27 09:14:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.7 (bsc#1012628). +- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + (bsc#1012628). +- ALSA: hda/realtek - remove 3k pull low procedure (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS70AU (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + (bsc#1012628). +- maple_tree: set the node limit when creating a new root node + (bsc#1012628). +- mm/mlock: fix vma iterator conversion of apply_vma_lock_flags() + (bsc#1012628). +- maple_tree: fix node allocation testing on 32 bit (bsc#1012628). +- selftests/mm: mkdirty: fix incorrect position of #endif + (bsc#1012628). +- keys: Fix linking a duplicate key to a keyring's assoc_array + (bsc#1012628). +- prctl: move PR_GET_AUXV out of PR_MCE_KILL (bsc#1012628). +- perf probe: Add test for regression introduced by switch to + die_get_decl_file() (bsc#1012628). +- perf probe: Read DWARF files from the correct CU (bsc#1012628). +- btrfs: fix iput() on error pointer after error during orphan + cleanup (bsc#1012628). +- btrfs: fix warning when putting transaction with qgroups + enabled after abort (bsc#1012628). +- fuse: revalidate: don't invalidate if interrupted (bsc#1012628). +- fuse: add feature flag for expire-only (bsc#1012628). +- fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + (bsc#1012628). +- btrfs: raid56: always verify the P/Q contents for scrub + (bsc#1012628). +- btrfs: set_page_extent_mapped after read_folio in + btrfs_cont_expand (bsc#1012628). +- btrfs: fix double iput() on inode after an error during orphan + cleanup (bsc#1012628). +- btrfs: zoned: fix memory leak after finding block group with + super blocks (bsc#1012628). +- fuse: ioctl: translate ENOSYS in outarg (bsc#1012628). +- btrfs: fix race between balance and cancel/pause (bsc#1012628). +- selftests: tc: set timeout to 15 minutes (bsc#1012628). +- accel/qaic: Fix a leak in map_user_pages() (bsc#1012628). +- selftests: tc: add 'ct' action kconfig dep (bsc#1012628). +- regmap: Drop initial version of maximum transfer length fixes + (bsc#1012628). +- s390/zcrypt: fix reply buffer calculations for CCA replies + (bsc#1012628). +- regmap: Account for register length in SMBus I/O limits + (bsc#1012628). +- ia64: mmap: Consider pgoff when searching for free mapping + (bsc#1012628). +- arm64/fpsimd: Ensure SME storage is allocated after SVE VL + changes (bsc#1012628). +- can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll + timeout (bsc#1012628). +- can: bcm: Fix UAF in bcm_proc_show() (bsc#1012628). +- can: gs_usb: gs_can_open(): improve error handling + (bsc#1012628). +- can: gs_usb: fix time stamp counter initialization + (bsc#1012628). +- selftests: tc: add ConnTrack procfs kconfig (bsc#1012628). +- accel/qaic: tighten bounds checking in encode_message() + (bsc#1012628). +- accel/qaic: tighten bounds checking in decode_message() + (bsc#1012628). +- accel/qaic: Add consistent integer overflow checks + (bsc#1012628). +- dma-buf/dma-resv: Stop leaking on krealloc() failure + (bsc#1012628). +- drm/amdgpu/vkms: relax timer deactivation by + hrtimer_try_to_cancel (bsc#1012628). +- drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + (bsc#1012628). +- drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + (bsc#1012628). +- drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX + interrupts (bsc#1012628). +- drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP + (bsc#1012628). +- drm/nouveau/i2c: fix number of aux event slots (bsc#1012628). +- drm/client: Fix memory leak in drm_client_target_cloned + (bsc#1012628). +- drm/client: Fix memory leak in drm_client_modeset_probe + (bsc#1012628). +- drm/amd/display: only accept async flips for fast updates + (bsc#1012628). +- drm/amd/display: Disable MPC split by default on special asic + (bsc#1012628). +- drm/amd/display: check TG is non-null before checking if enabled + (bsc#1012628). +- drm/amd/display: Keep PHY active for DP displays on DCN31 + (bsc#1012628). +- ASoC: fsl_sai: Disable bit clock with transmitter (bsc#1012628). +- ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit + for master mode" (bsc#1012628). +- ASoC: tegra: Fix ADX byte map (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: cs42l51: fix driver to properly autoload with automatic + module loading (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + (bsc#1012628). +- ASoC: cs35l45: Select REGMAP_IRQ (bsc#1012628). +- ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component + remove (bsc#1012628). +- ASoC: qdsp6: audioreach: fix topology probe deferral + (bsc#1012628). +- ASoC: tegra: Fix AMX byte map (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing mbhc init error handling + (bsc#1012628). +- ASoC: codecs: wcd934x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix codec initialisation race + (bsc#1012628). +- ASoC: codecs: wcd938x: fix soundwire initialisation race + (bsc#1012628). +- KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 + bits (bsc#1012628). +- KVM: arm64: Correctly handle page aging notifiers for unaligned + memslot (bsc#1012628). +- KVM: arm64: Disable preemption in kvm_arch_hardware_enable() + (bsc#1012628). +- KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t + preemption (bsc#1012628). +- ext4: correct inline offset when handling xattrs in inode body + (bsc#1012628). +- drm/radeon: Fix integer overflow in radeon_cs_parser_init + (bsc#1012628). +- ALSA: emu10k1: roll up loops in DSP setup code for Audigy + (bsc#1012628). +- quota: Properly disable quotas when add_dquot_ref() fails + (bsc#1012628). +- quota: fix warning in dqgrab() (bsc#1012628). +- HID: add quirk for 03f0:464a HP Elite Presenter Mouse + (bsc#1012628). +- ovl: check type and offset of struct vfsmount in ovl_entry + (bsc#1012628). +- udf: Fix uninitialized array access for some pathnames + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + (bsc#1012628). +- fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + (bsc#1012628). +- MIPS: dec: prom: Address -Warray-bounds warning (bsc#1012628). +- FS: JFS: Fix null-ptr-deref Read in txBegin (bsc#1012628). +- FS: JFS: Check for read-only mounted filesystem in txBegin + (bsc#1012628). +- md: fix data corruption for raid456 when reshape restart while + grow up (bsc#1012628). +- md/raid10: prevent soft lockup while flush writes (bsc#1012628). +- scsi: sg: fix blktrace debugfs entries leakage (bsc#1012628). +- blk-mq: fix NULL dereference on q->elevator in + blk_mq_elv_switch_none (bsc#1012628). +- posix-timers: Ensure timer ID search-loop limit is valid + (bsc#1012628). +- btrfs: add xxhash to fast checksum implementations + (bsc#1012628). +- btrfs: don't check PageError in __extent_writepage + (bsc#1012628). +- btrfs: abort transaction at update_ref_for_cow() when ref + count is zero (bsc#1012628). +- erofs: Fix detection of atomic context (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book + yb1-x90f/l (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad + X131e (3371 AMD version) (bsc#1012628). +- ACPI: resource: Remove "Zen" specific match and quirks + (bsc#1012628). +- arm64: set __exception_irq_entry with __irq_entry as a default + (bsc#1012628). +- arm64: mm: fix VA-range sanity check (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + (bsc#1012628). +- rcu-tasks: Avoid pr_info() with spin lock in + cblist_init_generic() (bsc#1012628). +- rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + (bsc#1012628). +- tools/nolibc: ensure stack protector guard is never zero + (bsc#1012628). +- sched/fair: Don't balance task to its current running CPU + (bsc#1012628). +- wifi: ath11k: fix registration of 6Ghz-only phy without the + full channel range (bsc#1012628). +- bpf: Print a warning only if writing to + unprivileged_bpf_disabled (bsc#1012628). +- bpf: Address KCSAN report on bpf_lru_list (bsc#1012628). +- spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC + (bsc#1012628). +- bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl + log (bsc#1012628). +- bpf: tcp: Avoid taking fast sock lock in iterator (bsc#1012628). +- wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in + rtw_sdio_rx_isr() (bsc#1012628). +- bpf: Silence a warning in btf_type_id_size() (bsc#1012628). +- devlink: make health report on unregistered instance warn just + once (bsc#1012628). +- wifi: ath11k: add support default regdb while searching + board-2.bin for WCN6855 (bsc#1012628). +- wifi: mac80211_hwsim: Fix possible NULL dereference + (bsc#1012628). +- spi: dw: Add compatible for Intel Mount Evans SoC (bsc#1012628). +- wifi: ath12k: Avoid NULL pointer access during management + transmit cleanup (bsc#1012628). +- wifi: ath11k: fix memory leak in WMI firmware stats + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential array out of bounds access + (bsc#1012628). +- net: ethernet: litex: add support for 64 bit stats + (bsc#1012628). +- devlink: report devlink_port_type_warn source device + (bsc#1012628). +- wifi: iwlwifi: mvm: Add NULL check before dereferencing the + pointer (bsc#1012628). +- wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() (bsc#1012628). +- wifi: iwlwifi: Add support for new PCI Id (bsc#1012628). +- wifi: iwlwifi: mvm: avoid baid size integer overflow + (bsc#1012628). +- wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + (bsc#1012628). +- igb: Fix igb_down hung on surprise removal (bsc#1012628). +- net: hns3: fix strncpy() not using dest-buf length as length + issue (bsc#1012628). +- ASoC: amd: acp: fix for invalid dai id handling in + acp_get_byte_count() (bsc#1012628). +- ASoC: codecs: wcd938x: fix mbhc impedance loglevel + (bsc#1012628). +- ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + (bsc#1012628). +- ASoC: qcom: q6apm: do not close GPR port before closing graph + (bsc#1012628). +- iov_iter: Mark copy_iovec_from_user() noclone (bsc#1012628). +- sched/fair: Use recent_used_cpu to test p->cpus_ptr + (bsc#1012628). +- sched/psi: use kernfs polling functions for PSI trigger polling + (bsc#1012628). +- pinctrl: renesas: rzv2m: Handle non-unique subnode names + (bsc#1012628). +- pinctrl: renesas: rzg2l: Handle non-unique subnode names + (bsc#1012628). +- spi: bcm63xx: fix max prepend length (bsc#1012628). +- fbdev: imxfb: warn about invalid left/right margin + (bsc#1012628). +- fbdev: imxfb: Removed unneeded release_mem_region (bsc#1012628). +- perf build: Fix library not found error when using CSLIBS + (bsc#1012628). +- btrfs: be a bit more careful when setting mirror_num_ret in + btrfs_map_block (bsc#1012628). +- spi: s3c64xx: clear loopback bit after loopback test + (bsc#1012628). +- kallsyms: strip LTO-only suffixes from promoted global functions + (bsc#1012628). +- smb: client: fix missed ses refcounting (bsc#1012628). +- arm64: Fix HFGxTR_EL2 field naming (bsc#1012628). +- dsa: mv88e6xxx: Do a final check before timing out + (bsc#1012628). +- net: ethernet: ti: cpsw_ale: Fix + cpsw_ale_get_field()/cpsw_ale_set_field() (bsc#1012628). +- bridge: Add extack warning when enabling STP in netns + (bsc#1012628). +- net: ethernet: mtk_eth_soc: handle probe deferral (bsc#1012628). +- gso: fix dodgy bit handling for GSO_UDP_L4 (bsc#1012628). +- iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid() + (bsc#1012628). +- cifs: fix mid leak during reconnection after timeout threshold + (bsc#1012628). +- ice: Unregister netdev and devlink_port only once (bsc#1012628). +- ice: prevent NULL pointer deref during reload (bsc#1012628). +- ASoC: SOF: ipc3-dtrace: uninitialized data in + dfsentry_trace_filter_write() (bsc#1012628). +- regulator: da9063: fix null pointer deref with partial DT config + (bsc#1012628). +- net: sched: cls_matchall: Undo tcf_bind_filter in case of + failure after mall_set_parms (bsc#1012628). +- net: sched: cls_u32: Undo tcf_bind_filter if + u32_replace_hw_knode (bsc#1012628). +- net: sched: cls_u32: Undo refcount decrement in case update + failed (bsc#1012628). +- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + (bsc#1012628). +- net: dsa: microchip: correct KSZ8795 static MAC table access + (bsc#1012628). +- drm/i915/perf: add sentinel to xehp_oa_b_counters (bsc#1012628). +- iavf: Fix use-after-free in free_netdev (bsc#1012628). +- iavf: Fix out-of-bounds when setting channels on remove + (bsc#1012628). +- iavf: use internal state to free traffic IRQs (bsc#1012628). +- iavf: make functions static where possible (bsc#1012628). +- iavf: Wait for reset in callbacks which trigger it + (bsc#1012628). +- iavf: fix a deadlock caused by rtnl and driver's lock circular + dependencies (bsc#1012628). +- iavf: fix reset task race with iavf_remove() (bsc#1012628). +- security: keys: Modify mismatched function name (bsc#1012628). +- vrf: Fix lockdep splat in output path (bsc#1012628). +- octeontx2-pf: Dont allocate BPIDs for LBK interfaces + (bsc#1012628). +- bpf: Fix subprog idx logic in check_max_stack_depth + (bsc#1012628). +- bpf: Repeat check_max_stack_depth for async callbacks + (bsc#1012628). +- bpf, arm64: Fix BTI type used for freplace attached functions + (bsc#1012628). +- igc: Avoid transmit queue timeout for XDP (bsc#1012628). +- igc: Prevent garbled TX queue with XDP ZEROCOPY (bsc#1012628). +- net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->txhash + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->ts_recent + (bsc#1012628). +- net: ipv4: Use kfree_sensitive instead of kfree (bsc#1012628). +- net:ipv6: check return value of pskb_trim() (bsc#1012628). +- Revert "tcp: avoid the lookup process failing to get sk in + ehash table" (bsc#1012628). +- net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + (bsc#1012628). +- fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + (bsc#1012628). +- llc: Don't drop packet from non-root netns (bsc#1012628). +- ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + (bsc#1012628). +- netfilter: nf_tables: fix spurious set element insertion failure + (bsc#1012628). +- netfilter: nf_tables: can't schedule in nft_chain_validate + (bsc#1012628). +- netfilter: nft_set_pipapo: fix improper element removal + (bsc#1012628). +- netfilter: nf_tables: skip bound chain in netns release path + (bsc#1012628). +- netfilter: nf_tables: skip bound chain on rule flush + (bsc#1012628). +- Bluetooth: use RCU for hci_conn_params and iterate safely in + hci_sync (bsc#1012628). +- Bluetooth: hci_event: call disconnect callback before deleting + conn (bsc#1012628). +- Bluetooth: ISO: fix iso_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: return ERR_PTR instead of NULL when there + is no link (bsc#1012628). +- Bluetooth: SCO: fix sco_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 + (bsc#1012628). +- tcp: annotate data-races around tp->tcp_tx_delay (bsc#1012628). +- tcp: annotate data-races around tp->tsoffset (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_time + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_intvl + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_probes + (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_syn_retries + (bsc#1012628). +- tcp: annotate data-races around tp->linger2 (bsc#1012628). +- tcp: annotate data-races around rskq_defer_accept (bsc#1012628). +- tcp: annotate data-races around tp->notsent_lowat (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_user_timeout + (bsc#1012628). +- tcp: annotate data-races around fastopenq.max_qlen + (bsc#1012628). +- net: phy: prevent stale pointer dereference in phy_init() + (bsc#1012628). +- jbd2: recheck chechpointing non-dirty buffer (bsc#1012628). +- kbuild: rust: avoid creating temporary files (bsc#1012628). +- tracing/histograms: Return an error if we fail to add histogram + to hist_vars list (bsc#1012628). +- drm/ttm: fix bulk_move corruption when adding a entry + (bsc#1012628). +- spi: dw: Remove misleading comment for Mount Evans SoC + (bsc#1012628). +- scsi/sg: don't grab scsi host module reference (bsc#1012628). +- scsi: sg: Fix checking return value of blk_get_queue() + (bsc#1012628). +- drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + (bsc#1012628). +- drm/amd/display: Add polling method to handle MST reply packet + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- commit 90999e4 + +------------------------------------------------------------------- +Wed Jul 26 18:02:03 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S + 15/17 Gen7 (bsc#1213645). +- commit 74a8144 + +------------------------------------------------------------------- +Wed Jul 26 15:17:03 CEST 2023 - tiwai@suse.de + +- bus: mhi: host: add destroy_device argument to mhi_power_down() + (bsc#1207948). +- commit fad4ac5 + +------------------------------------------------------------------- +Wed Jul 26 13:44:51 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- commit 5408d73 + +------------------------------------------------------------------- +Tue Jul 25 14:55:58 CEST 2023 - tiwai@suse.de + +- ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset + (bsc#1207129). +- commit 24fe873 + +------------------------------------------------------------------- +Tue Jul 25 06:42:30 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.6-002-x86-cpu-amd-Add-a-Zenbleed-fix.patch + (bsc#1012628 bsc#1213286 CVE-2023-20593). + Add references. +- commit 55520bc + +------------------------------------------------------------------- +Tue Jul 25 06:36:35 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.6 (bsc#1012628). +- x86/cpu/amd: Add a Zenbleed fix (bsc#1012628). +- x86/cpu/amd: Move the errata checking functionality up + (bsc#1012628). +- commit cd14b53 + +------------------------------------------------------------------- +Mon Jul 24 23:26:15 CEST 2023 - mkubecek@suse.cz + +- Delete patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + As confirmed by Jiří Slabý, the issue should be fixed by mainline commit + 32832a407a71 ("io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area()") present in 6.5-rc3 so that the revert is no longer + needed. +- commit c2a47b2 + +------------------------------------------------------------------- +Mon Jul 24 13:03:17 CEST 2023 - jslaby@suse.cz + +- Update config files. (bsc#1213592) + Disable old unmaintained serial drivers +- commit 6254189 + +------------------------------------------------------------------- +Mon Jul 24 08:30:36 CEST 2023 - jslaby@suse.cz + +- io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area() (bsc#1212773). +- Delete + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + Replace the temporary fix by an upstream fix. +- commit 2f220f8 + +------------------------------------------------------------------- +Mon Jul 24 08:19:20 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/of-Preserve-of-display-device-name-for-compatibility.patch. + Update upstream status. +- commit 8817ac3 + +------------------------------------------------------------------- +Mon Jul 24 06:52:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.5 (bsc#1012628). +- security/integrity: fix pointer to ESL data and its size on + pseries (bsc#1012628). +- HID: input: fix mapping for camera access keys (bsc#1012628). +- HID: amd_sfh: Rename the float32 variable (bsc#1012628). +- HID: amd_sfh: Fix for shift-out-of-bounds (bsc#1012628). +- net: lan743x: Don't sleep in atomic context (bsc#1012628). +- net: lan743x: select FIXED_PHY (bsc#1012628). +- ksmbd: add missing compound request handing in some commands + (bsc#1012628). +- ksmbd: fix out of bounds read in smb2_sess_setup (bsc#1012628). +- drm/panel: simple: Add connector_type for innolux_at043tn24 + (bsc#1012628). +- drm: bridge: dw_hdmi: fix connector access for scdc + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + (bsc#1012628). +- swiotlb: always set the number of areas before allocating the + pool (bsc#1012628). +- swiotlb: reduce the number of areas to match actual memory + pool size (bsc#1012628). +- drm/panel: simple: Add Powertip PH800480T013 drm_display_mode + flags (bsc#1012628). +- xen/virtio: Fix NULL deref when a bridge of PCI root bus has + no parent (bsc#1012628). +- netfilter: nf_tables: report use refcount overflow + (bsc#1012628). +- netfilter: conntrack: don't fold port numbers into addresses + before hashing (bsc#1012628). +- ice: Fix max_rate check while configuring TX rate limits + (bsc#1012628). +- ice: Fix tx queue rate limit when TCs are configured + (bsc#1012628). +- igc: Add condition for qbv_config_change_errors counter + (bsc#1012628). +- igc: Remove delay during TX ring configuration (bsc#1012628). +- igc: Add igc_xdp_buff wrapper for xdp_buff in driver + (bsc#1012628). +- igc: Add XDP hints kfuncs for RX hash (bsc#1012628). +- igc: Fix TX Hang issue when QBV Gate is closed (bsc#1012628). +- net/mlx5e: fix double free in mlx5e_destroy_flow_table + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_ptp_open (bsc#1012628). +- net/mlx5e: RX, Fix flush and close release flow of regular rq + for legacy rq (bsc#1012628). +- net/mlx5: Register a unique thermal zone per device + (bsc#1012628). +- net/mlx5e: Check for NOT_READY flag state after locking + (bsc#1012628). +- net/mlx5e: TC, CT: Offload ct clear only once (bsc#1012628). +- net/mlx5: Query hca_cap_2 only when supported (bsc#1012628). +- net/mlx5e: RX, Fix page_pool page fragment tracking for XDP + (bsc#1012628). +- igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings (bsc#1012628). +- igc: Include the length/type field and VLAN tag in queueMaxSDU + (bsc#1012628). +- igc: Handle PPS start time programming for past time values + (bsc#1012628). +- blk-crypto: use dynamic lock class for blk_crypto_profile::lock + (bsc#1012628). +- scsi: qla2xxx: Fix error code in qla2x00_start_sp() + (bsc#1012628). +- scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + (bsc#1012628). +- bpf: Fix max stack depth check for async callbacks + (bsc#1012628). +- net: mvneta: fix txq_map in case of txq_number==1 (bsc#1012628). +- net: dsa: felix: make vsc9959_tas_guard_bands_update() visible + to ocelot->ops (bsc#1012628). +- net: mscc: ocelot: fix oversize frame dropping for preemptible + TCs (bsc#1012628). +- net/sched: cls_fw: Fix improper refcount update leads to + use-after-free (bsc#1012628). +- gve: Set default duplex configuration to full (bsc#1012628). +- drm/fbdev-dma: Fix documented default preferred_bpp value + (bsc#1012628). +- octeontx2-af: Promisc enable/disable through mbox (bsc#1012628). +- octeontx2-af: Move validation of ptp pointer before its usage + (bsc#1012628). +- ionic: remove WARN_ON to prevent panic_on_warn (bsc#1012628). +- udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + (bsc#1012628). +- net: bgmac: postpone turning IRQs off to avoid SoC hangs + (bsc#1012628). +- net: prevent skb corruption on frag list segmentation + (bsc#1012628). +- s390/ism: Fix locking for forwarding of IRQs and events to + clients (bsc#1012628). +- s390/ism: Fix and simplify add()/remove() callback handling + (bsc#1012628). +- s390/ism: Do not unregister clients with registered DMBs + (bsc#1012628). +- icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in + icmp6_dev() (bsc#1012628). +- udp6: fix udp6_ehashfn() typo (bsc#1012628). +- ntb: idt: Fix error handling in idt_pci_driver_init() + (bsc#1012628). +- NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + (bsc#1012628). +- ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + (bsc#1012628). +- NTB: ntb_transport: fix possible memory leak while + device_register() fails (bsc#1012628). +- NTB: ntb_tool: Add check for devm_kcalloc (bsc#1012628). +- ipv6/addrconf: fix a potential refcount underflow for idev + (bsc#1012628). +- HID: hyperv: avoid struct memcpy overrun warning (bsc#1012628). +- net: dsa: qca8k: Add check for skb_copy (bsc#1012628). +- platform/x86: wmi: Break possible infinite loop when parsing + GUID (bsc#1012628). +- net/sched: taprio: replace tc_taprio_qopt_offload :: enable + with a "cmd" enum (bsc#1012628). +- igc: Rename qbv_enable to taprio_offload_enable (bsc#1012628). +- igc: Do not enable taprio offload for invalid arguments + (bsc#1012628). +- igc: Handle already enabled taprio offload for basetime 0 + (bsc#1012628). +- kernel/trace: Fix cleanup logic of enable_trace_eprobe + (bsc#1012628). +- fprobe: add unlock to match a succeeded + ftrace_test_recursion_trylock (bsc#1012628). +- igc: No strict mode in pure launchtime/CBS offload + (bsc#1012628). +- igc: Fix launchtime before start of cycle (bsc#1012628). +- igc: Fix inserting of empty frame for launchtime (bsc#1012628). +- nvme: fix the NVME_ID_NS_NVM_STS_MASK definition (bsc#1012628). +- openrisc: Union fpcsr and oldmask in sigcontext to unbreak + userspace ABI (bsc#1012628). +- riscv, bpf: Fix inconsistent JIT image generation (bsc#1012628). +- net: fec: remove useless fec_enet_reset_skb() (bsc#1012628). +- net: fec: remove last_bdp from fec_enet_txq_xmit_frame() + (bsc#1012628). +- net: fec: recycle pages for transmitted XDP frames + (bsc#1012628). +- net: fec: increase the size of tx ring and update + tx_wake_threshold (bsc#1012628). +- drm/i915: Don't preserve dpll_hw_state for slave crtc in + Bigjoiner (bsc#1012628). +- drm/i915: Fix one wrong caching mode enum usage (bsc#1012628). +- net: dsa: Removed unneeded of_node_put in felix_parse_ports_node + (bsc#1012628). +- octeontx2-pf: Add additional check for MCAM rules (bsc#1012628). +- erofs: avoid useless loops in z_erofs_pcluster_readmore() + when reading beyond EOF (bsc#1012628). +- erofs: avoid infinite loop in z_erofs_do_read_page() when + reading beyond EOF (bsc#1012628). +- erofs: fix fsdax unavailability for chunk-based regular files + (bsc#1012628). +- wifi: airo: avoid uninitialized warning in airo_get_rate() + (bsc#1012628). +- bpf: cpumap: Fix memory leak in cpu_map_update_elem + (bsc#1012628). +- xdp: use trusted arguments in XDP hints kfuncs (bsc#1012628). +- net/sched: flower: Ensure both minimum and maximum ports are + specified (bsc#1012628). +- riscv: mm: fix truncation warning on RV32 (bsc#1012628). +- drm/nouveau/disp: fix HDMI on gt215+ (bsc#1012628). +- drm/nouveau/disp/g94: enable HDMI (bsc#1012628). +- netdevsim: fix uninitialized data in + nsim_dev_trap_fa_cookie_write() (bsc#1012628). +- drm/nouveau/acr: Abort loading ACR if no firmware was found + (bsc#1012628). +- drm/nouveau: bring back blit subchannel for pre nv50 GPUs + (bsc#1012628). +- net/sched: make psched_mtu() RTNL-less safe (bsc#1012628). +- net: txgbe: fix eeprom calculation error (bsc#1012628). +- wifi: rtw89: debug: fix error code in + rtw89_debug_priv_send_h2c_set() (bsc#1012628). +- net/sched: sch_qfq: reintroduce lmax bound check for MTU + (bsc#1012628). +- net/sched: sch_qfq: account for stab overhead in qfq_enqueue + (bsc#1012628). +- nvme-pci: fix DMA direction of unmapping integrity data + (bsc#1012628). +- smb: client: improve DFS mount check (bsc#1012628). +- cifs: fix session state check in smb2_find_smb_ses + (bsc#1012628). +- smb: client: fix parsing of source mount option (bsc#1012628). +- drm/client: Send hotplug event after registering a client + (bsc#1012628). +- f2fs: don't reset unchangable mount option in f2fs_remount() + (bsc#1012628). +- f2fs: fix deadlock in i_xattr_sem and inode page lock + (bsc#1012628). +- kbuild: make modules_install copy modules.builtin(.modinfo) + (bsc#1012628). +- tpm: Do not remap from ACPI resources again for Pluton TPM + (bsc#1012628). +- tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + (bsc#1012628). +- tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11 + (bsc#1012628). +- tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 12th gen (bsc#1012628). +- tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm: return false from tpm_amd_is_rng_defective on non-x86 + platforms (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 13th gen (bsc#1012628). +- tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs + (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Lenovo L590 devices + (bsc#1012628). +- mtd: rawnand: meson: fix unaligned DMA buffers handling + (bsc#1012628). +- net: bcmgenet: Ensure MDIO unregistration has clocks enabled + (bsc#1012628). +- net: phy: dp83td510: fix kernel stall during netboot in + DP83TD510E PHY driver (bsc#1012628). +- kasan: add kasan_tag_mismatch prototype (bsc#1012628). +- kasan: use internal prototypes matching gcc-13 builtins + (bsc#1012628). +- kasan, slub: fix HW_TAGS zeroing with slub_debug (bsc#1012628). +- kasan: fix type cast in memory_is_poisoned_n (bsc#1012628). +- tracing/user_events: Fix incorrect return value for writing + operation when events are disabled (bsc#1012628). +- powerpc: Fail build if using recordmcount with binutils v2.37 + (bsc#1012628). +- misc: fastrpc: Create fastrpc scalar with correct buffer count + (bsc#1012628). +- powerpc/security: Fix Speculation_Store_Bypass reporting on + Power10 (bsc#1012628). +- powerpc/64s: Fix native_hpte_remove() to be irq-safe + (bsc#1012628). +- MIPS: cpu-features: Use boot_cpu_type for CPU type based + features (bsc#1012628). +- MIPS: Loongson: Fix cpu_probe_loongson() again (bsc#1012628). +- MIPS: Loongson: Fix build error when make modules_install + (bsc#1012628). +- MIPS: KVM: Fix NULL pointer dereference (bsc#1012628). +- ext4: Fix reusing stale buffer heads from last failed mounting + (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_clear_bb (bsc#1012628). +- ext4: get block from bh in ext4_free_blocks for fast commit + replay (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_new_blocks (bsc#1012628). +- ext4: avoid updating the superblock on a r/o mount if not needed + (bsc#1012628). +- ext4: fix to check return value of freeze_bdev() in + ext4_shutdown() (bsc#1012628). +- ext4: turn quotas off if mount failed after enabling quotas + (bsc#1012628). +- ext4: only update i_reserved_data_blocks on successful block + allocation (bsc#1012628). +- fs: dlm: revert check required context while close + (bsc#1012628). +- mm/mmap: Fix error return in do_vmi_align_munmap() + (bsc#1012628). +- soc: qcom: mdt_loader: Fix unconditional call to + scm_pas_mem_setup (bsc#1012628). +- ext2/dax: Fix ext2_setsize when len is page aligned + (bsc#1012628). +- jfs: jfs_dmap: Validate db_l2nbperpage while mounting + (bsc#1012628). +- arm64: dts: mt7986: use size of reserved partition for bl2 + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix wkup pinmux range (bsc#1012628). +- hwrng: imx-rngc - fix the timeout for init and self check + (bsc#1012628). +- dm integrity: reduce vmalloc space footprint on 32-bit + architectures (bsc#1012628). +- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + (bsc#1012628). +- s390/zcrypt: do not retry administrative requests (bsc#1012628). +- PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + (bsc#1012628). +- PCI: Release resource invalidated by coalescing (bsc#1012628). +- PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.3.3 (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion initialization + (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion detection + (bsc#1012628). +- PCI: rockchip: Assert PCI Configuration Enable bit after probe + (bsc#1012628). +- PCI: rockchip: Write PCI Device ID to correct register + (bsc#1012628). +- PCI: rockchip: Add poll and timeout to wait for PHY PLLs to + be locked (bsc#1012628). +- PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe + endpoint core (bsc#1012628). +- PCI: rockchip: Use u32 variable to access 32-bit registers + (bsc#1012628). +- PCI: rockchip: Set address alignment for endpoint mode + (bsc#1012628). +- misc: pci_endpoint_test: Free IRQs before removing the device + (bsc#1012628). +- misc: pci_endpoint_test: Re-init completion for every test + (bsc#1012628). +- mfd: pm8008: Fix module autoloading (bsc#1012628). +- md/raid0: add discard support for the 'original' layout + (bsc#1012628). +- fs: dlm: return positive pid value for F_GETLK (bsc#1012628). +- fs: dlm: fix cleanup pending ops when interrupted (bsc#1012628). +- fs: dlm: interrupt posix locks only when process is killed + (bsc#1012628). +- fs: dlm: make F_SETLK use unkillable wait_event (bsc#1012628). +- fs: dlm: fix mismatch of plock results from userspace + (bsc#1012628). +- fs: dlm: clear pending bit when queue was empty (bsc#1012628). +- fs: dlm: fix missing pending to false (bsc#1012628). +- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused + by lpfc_nlp_not_used() (bsc#1012628). +- drm/atomic: Allow vblank-enabled + self-refresh "disable" + (bsc#1012628). +- drm/rockchip: vop: Leave vblank enabled in self-refresh + (bsc#1012628). +- drm/dp_mst: Clear MSG_RDY flag before sending new message + (bsc#1012628). +- drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 + for FPO (bsc#1012628). +- drm/amd/display: Fix in secure display context creation + (bsc#1012628). +- drm/amd/display: fix seamless odm transitions (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd/display: Remove Phantom Pipe Check When Calculating + K1 and K2 (bsc#1012628). +- drm/amd/display: Correct `DMUB_FW_VERSION` macro (bsc#1012628). +- drm/amd/display: Add monitor specific edid quirk (bsc#1012628). +- drm/amdgpu: avoid restore process run into dead loop + (bsc#1012628). +- drm/amd/pm: fix smu i2c data read risk (bsc#1012628). +- drm/ttm: Don't leak a resource on eviction error (bsc#1012628). +- drm/ttm: Don't leak a resource on swapout move error + (bsc#1012628). +- serial: atmel: don't enable IRQs prematurely (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() in case of error (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() when iterating clk (bsc#1012628). +- tty: serial: imx: fix rs485 rx after tx (bsc#1012628). +- tty: fix hang on tty device with no_room set (bsc#1012628). +- firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() (bsc#1012628). +- libceph: harden msgr2.1 frame segment length checks + (bsc#1012628). +- ceph: add a dedicated private data for netfs rreq (bsc#1012628). +- ceph: fix blindly expanding the readahead windows (bsc#1012628). +- ceph: don't let check_caps skip sending responses for revoke + msgs (bsc#1012628). +- nfp: clean mc addresses in application firmware when closing + port (bsc#1012628). +- arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + (bsc#1012628). +- xhci: Fix resume issue of some ZHAOXIN hosts (bsc#1012628). +- xhci: Fix TRB prefetch issue of ZHAOXIN hosts (bsc#1012628). +- xhci: Show ZHAOXIN xHCI root hub speed correctly (bsc#1012628). +- meson saradc: fix clock divider mask length (bsc#1012628). +- opp: Fix use-after-free in lazy_opp_tables after probe deferral + (bsc#1012628). +- soundwire: qcom: fix storing port config out-of-bounds + (bsc#1012628). +- media: uapi: Fix [GS]_ROUTING ACTIVE flag value (bsc#1012628). +- Revert "8250: add support for ASIX devices with a FIFO bug" + (bsc#1012628). +- bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (bsc#1012628). +- s390/decompressor: fix misaligned symbol build error + (bsc#1012628). +- dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + (bsc#1012628). +- tracing/histograms: Add histograms to hist_vars if they have + referenced variables (bsc#1012628). +- tracing: Fix memory leak of iter->temp when reading trace_pipe + (bsc#1012628). +- nvme: don't reject probe due to duplicate IDs for single-ported + PCIe devices (bsc#1012628). +- samples: ftrace: Save required argument registers in sample + trampolines (bsc#1012628). +- perf: RISC-V: Remove PERF_HES_STOPPED flag checking in + riscv_pmu_start() (bsc#1012628). +- regmap-irq: Fix out-of-bounds access when allocating config + buffers (bsc#1012628). +- net: ena: fix shift-out-of-bounds in exponential backoff + (bsc#1012628). +- ring-buffer: Fix deadloop issue on reading trace_pipe + (bsc#1012628). +- ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() (bsc#1012628). +- drm/amd/pm: share the code around SMU13 pcie parameters update + (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane/speed switching + for SMU13 (bsc#1012628). +- cifs: if deferred close is disabled then close files immediately + (bsc#1012628). +- xtensa: ISS: fix call to split_if_spec (bsc#1012628). +- perf/x86: Fix lockdep warning in for_each_sibling_event() + on SPR (bsc#1012628). +- PM: QoS: Restore support for default value on frequency QoS + (bsc#1012628). +- pwm: meson: modify and simplify calculation in + meson_pwm_get_state (bsc#1012628). +- pwm: meson: fix handling of period/duty if greater than UINT_MAX + (bsc#1012628). +- accel/ivpu: Fix VPU register access in irq disable + (bsc#1012628). +- accel/ivpu: Clear specific interrupt status bits on C0 + (bsc#1012628). +- fprobe: Release rethook after the ftrace_ops is unregistered + (bsc#1012628). +- fprobe: Ensure running fprobe_exit_handler() finished before + calling rethook_free() (bsc#1012628). +- tracing: Fix null pointer dereference in tracing_err_log_open() + (bsc#1012628). +- mptcp: do not rely on implicit state check in mptcp_listen() + (bsc#1012628). +- mptcp: ensure subflow is unhashed before cleaning the backlog + (bsc#1012628). +- selftests: mptcp: sockopt: use 'iptables-legacy' if available + (bsc#1012628). +- selftests: mptcp: connect: fail if nft supposed to work + (bsc#1012628). +- selftests: mptcp: sockopt: return error if wrong mark + (bsc#1012628). +- selftests: mptcp: userspace_pm: use correct server port + (bsc#1012628). +- selftests: mptcp: userspace_pm: report errors with 'remove' + tests (bsc#1012628). +- selftests: mptcp: depend on SYN_COOKIES (bsc#1012628). +- selftests: mptcp: pm_nl_ctl: fix 32-bit support (bsc#1012628). +- smb: client: Fix -Wstringop-overflow issues (bsc#1012628). +- tracing/probes: Fix to avoid double count of the string length + on the array (bsc#1012628). +- tracing/probes: Fix not to count error code to total length + (bsc#1012628). +- tracing/probes: Fix to update dynamic data counter if fetcharg + uses it (bsc#1012628). +- Revert "tracing: Add "(fault)" name injection to kernel probes" + (bsc#1012628). +- tracing/probes: Fix to record 0-length data_loc in + fetch_store_string*() if fails (bsc#1012628). +- tracing/user_events: Fix struct arg size match check + (bsc#1012628). +- scsi: qla2xxx: Multi-que support for TMF (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd failure (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd fail due to unavailable + resource (bsc#1012628). +- scsi: qla2xxx: Fix hang in task management (bsc#1012628). +- scsi: qla2xxx: Wait for io return on terminate rport + (bsc#1012628). +- scsi: qla2xxx: Fix mem access after free (bsc#1012628). +- scsi: qla2xxx: Array index may go out of bound (bsc#1012628). +- scsi: qla2xxx: Avoid fcport pointer dereference (bsc#1012628). +- scsi: qla2xxx: Fix buffer overrun (bsc#1012628). +- scsi: qla2xxx: Fix potential NULL pointer dereference + (bsc#1012628). +- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + (bsc#1012628). +- scsi: qla2xxx: Correct the index of array (bsc#1012628). +- scsi: qla2xxx: Pointer may be dereferenced (bsc#1012628). +- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + (bsc#1012628). +- scsi: qla2xxx: Fix end of loop test (bsc#1012628). +- net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set() + (bsc#1012628). +- MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS + enabled (bsc#1012628). +- Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + (bsc#1012628). +- drm/atomic: Fix potential use-after-free in nonblocking commits + (bsc#1012628). +- net/ncsi: make one oem_gma function for all mfr id + (bsc#1012628). +- net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + (bsc#1012628). +- Update config files. Set CONFIG_AMPERE_ERRATUM_AC03_CPU_38=y (the + default) +- commit 6282d80 + +------------------------------------------------------------------- +Mon Jul 24 06:42:23 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- disable + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch +- commit de7235b + +------------------------------------------------------------------- +Sun Jul 23 19:41:07 CEST 2023 - schwab@suse.de + +- rpm/mkspec-dtb: add riscv64 dtb-thead subpackage +- commit 5f4d0a7 + ------------------------------------------------------------------- Sun Jul 23 19:39:03 CEST 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-allwinner subpackage - commit ec82ffc +------------------------------------------------------------------- +Sun Jul 23 12:14:22 CEST 2023 - tiwai@suse.de + +- Revert "r8169: disable ASPM during NAPI poll" (bsc#1213491). +- r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions + now that ASPM is disabled during NAPI poll") (bsc#1213491). +- r8169: fix ASPM-related problem for chip version 42 and 43 + (bsc#1213491). +- commit 8d5ae5f + +------------------------------------------------------------------- +Thu Jul 20 07:33:38 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.4 (bsc#1012628). +- start_kernel: Add __no_stack_protector function attribute + (bsc#1012628). +- USB: serial: option: add LARA-R6 01B PIDs (bsc#1012628). +- usb: dwc3: gadget: Propagate core init errors to UDC during + pullup (bsc#1012628). +- phy: tegra: xusb: Clear the driver reference in usb-phy dev + (bsc#1012628). +- extcon: usbc-tusb320: Unregister typec port on driver removal + (bsc#1012628). +- dt-bindings: iio: ad7192: Add mandatory reference voltage source + (bsc#1012628). +- iio: addac: ad74413: don't set DIN_SINK for functions other + than digital input (bsc#1012628). +- iio: adc: ad7192: Fix null ad7192_state pointer access + (bsc#1012628). +- iio: adc: ad7192: Fix internal/external clock selection + (bsc#1012628). +- iio: accel: fxls8962af: errata bug only applicable for + FXLS8962AF (bsc#1012628). +- iio: accel: fxls8962af: fixup buffer scan element type + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- fs: pipe: reveal missing function protoypes (bsc#1012628). +- s390/kasan: fix insecure W+X mapping warning (bsc#1012628). +- blk-mq: don't queue plugged passthrough requests into scheduler + (bsc#1012628). +- block: Fix the type of the second bdev_op_is_zoned_write() + argument (bsc#1012628). +- block/rq_qos: protect rq_qos apis with a new lock (bsc#1012628). +- splice: Fix filemap_splice_read() to use the correct inode + (bsc#1012628). +- erofs: kill hooked chains to avoid loops on deduplicated + compressed images (bsc#1012628). +- x86/resctrl: Only show tasks' pid in current pid namespace + (bsc#1012628). +- fsverity: use shash API instead of ahash API (bsc#1012628). +- fsverity: don't use bio_first_page_all() in + fsverity_verify_bio() (bsc#1012628). +- blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + (bsc#1012628). +- x86/sev: Fix calculation of end address based on number of pages + (bsc#1012628). +- blk-cgroup: Reinit blkg_iostat_set after clearing in + blkcg_reset_stats() (bsc#1012628). +- virt: sevguest: Add CONFIG_CRYPTO dependency (bsc#1012628). +- blk-mq: fix potential io hang by wrong 'wake_batch' + (bsc#1012628). +- lockd: drop inappropriate svc_get() from locked_get() + (bsc#1012628). +- nvme-core: fix memory leak in dhchap_secret_store (bsc#1012628). +- nvme-core: fix memory leak in dhchap_ctrl_secret (bsc#1012628). +- nvme-core: add missing fault-injection cleanup (bsc#1012628). +- nvme-core: fix dev_pm_qos memleak (bsc#1012628). +- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + (bsc#1012628). +- md/raid10: fix overflow of md/safe_mode_delay (bsc#1012628). +- md/raid10: fix wrong setting of max_corr_read_errors + (bsc#1012628). +- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + (bsc#1012628). +- md/raid10: fix io loss while replacement replace rdev + (bsc#1012628). +- md/raid1-10: factor out a helper to add bio to plug + (bsc#1012628). +- md/raid1-10: factor out a helper to submit normal write + (bsc#1012628). +- md/raid1-10: submit write io directly if bitmap is not enabled + (bsc#1012628). +- block: fix blktrace debugfs entries leakage (bsc#1012628). +- irqchip/loongson-eiointc: Fix irq affinity setting during resume + (bsc#1012628). +- splice: don't call file_accessed in copy_splice_read + (bsc#1012628). +- irqchip/stm32-exti: Fix warning on initialized field overwritten + (bsc#1012628). +- irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + (bsc#1012628). +- svcrdma: Prevent page release when nothing was received + (bsc#1012628). +- erofs: fix compact 4B support for 16k block size (bsc#1012628). +- posix-timers: Prevent RT livelock in itimer_delete() + (bsc#1012628). +- tick/rcu: Fix bogus ratelimit condition (bsc#1012628). +- tracing/timer: Add missing hrtimer modes to + decode_hrtimer_mode() (bsc#1012628). +- btrfs: always read the entire extent_buffer (bsc#1012628). +- btrfs: don't use btrfs_bio_ctrl for extent buffer reading + (bsc#1012628). +- btrfs: return bool from lock_extent_buffer_for_io (bsc#1012628). +- btrfs: submit a writeback bio per extent_buffer (bsc#1012628). +- btrfs: fix range_end calculation in extent_write_locked_range + (bsc#1012628). +- btrfs: don't fail writeback when allocating the compression + context fails (bsc#1012628). +- btrfs: only call __extent_writepage_io from + extent_write_locked_range (bsc#1012628). +- btrfs: don't treat zoned writeback as being from an async + helper thread (bsc#1012628). +- btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that + get split (bsc#1012628). +- blk-mq: don't insert passthrough request into sw queue + (bsc#1012628). +- clocksource/drivers/cadence-ttc: Fix memory leak in + ttc_timer_probe (bsc#1012628). +- PM: domains: fix integer overflow issues in genpd_parse_state() + (bsc#1012628). +- perf/arm-cmn: Fix DTC reset (bsc#1012628). +- drivers/perf: apple_m1: Force 63bit counters for M2 CPUs + (bsc#1012628). +- x86/mm: Allow guest.enc_status_change_prepare() to fail + (bsc#1012628). +- x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() (bsc#1012628). +- drivers/perf: hisi: Don't migrate perf to the CPU going to + teardown (bsc#1012628). +- perf: arm_cspmu: Set irq affinitiy only if overflow interrupt + is used (bsc#1012628). +- perf/arm_cspmu: Fix event attribute type (bsc#1012628). +- APEI: GHES: correctly return NULL for ghes_get_devices() + (bsc#1012628). +- powercap: RAPL: fix invalid initialization for pl4_supported + field (bsc#1012628). +- powercap: RAPL: Fix CONFIG_IOSF_MBI dependency (bsc#1012628). +- PM: domains: Move the verification of in-params from + genpd_add_device() (bsc#1012628). +- ARM: 9303/1: kprobes: avoid missing-declaration warnings + (bsc#1012628). +- cpufreq: intel_pstate: Fix energy_performance_preference for + passive (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226 + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets + (bsc#1012628). +- thermal/drivers/sun8i: Fix some error handling paths in + sun8i_ths_probe() (bsc#1012628). +- thermal/drivers/qoriq: Only enable supported sensors + (bsc#1012628). +- kunit: tool: undo type subscripts for subprocess.Popen + (bsc#1012628). +- rcu: Make rcu_cpu_starting() rely on interrupts being disabled + (bsc#1012628). +- rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined + CPUs (bsc#1012628). +- rcutorture: Correct name of use_softirq module parameter + (bsc#1012628). +- rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + (bsc#1012628). +- rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading + rcuscale (bsc#1012628). +- x86/mtrr: Remove physical address size calculation + (bsc#1012628). +- x86/mtrr: Support setting MTRR state for software defined MTRRs + (bsc#1012628). +- x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guest + (bsc#1012628). +- x86/mtrr: Replace size_or_mask and size_and_mask with a much + easier concept (bsc#1012628). +- x86/xen: Set MTRR state when running as Xen PV initial domain + (bsc#1012628). +- tools/nolibc: ensure fast64 integer types have 64 bits + (bsc#1012628). +- kselftest: vDSO: Fix accumulation of uninitialized ret when + CLOCK_REALTIME is undefined (bsc#1012628). +- selftests/ftace: Fix KTAP output ordering (bsc#1012628). +- perf/ibs: Fix interface via core pmu events (bsc#1012628). +- x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + (bsc#1012628). +- reiserfs: Initialize sec->length in reiserfs_security_init() + (bsc#1012628). +- locking/atomic: arm: fix sync ops (bsc#1012628). +- evm: Complete description of evm_inode_setattr() (bsc#1012628). +- evm: Fix build warnings (bsc#1012628). +- ima: Fix build warnings (bsc#1012628). +- pstore/ram: Add check for kstrdup (bsc#1012628). +- sched/core: Avoid multiple calling update_rq_clock() in + __cfsb_csd_unthrottle() (bsc#1012628). +- igc: Enable and fix RX hash usage by netstack (bsc#1012628). +- wifi: ath9k: fix AR9003 mac hardware hang check register offset + calculation (bsc#1012628). +- wifi: ath9k: avoid referencing uninit memory in + ath9k_wmi_ctrl_rx (bsc#1012628). +- libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE (bsc#1012628). +- bpf: encapsulate precision backtracking bookkeeping + (bsc#1012628). +- bpf: improve precision backtrack logging (bsc#1012628). +- bpf: maintain bitmasks across all active frames in + __mark_chain_precision (bsc#1012628). +- bpf: fix propagate_precision() logic for inner frames + (bsc#1012628). +- wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851B + (bsc#1012628). +- samples/bpf: Fix buffer overflow in tcp_basertt (bsc#1012628). +- spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + (bsc#1012628). +- wifi: wilc1000: fix for absent RSN capabilities WFA testcase + (bsc#1012628). +- wifi: rtw88: unlock on error path in rtw_ops_add_interface() + (bsc#1012628). +- wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() (bsc#1012628). +- sctp: add bpf_bypass_getsockopt proto callback (bsc#1012628). +- sfc: release encap match in efx_tc_flow_free() (bsc#1012628). +- libbpf: fix offsetof() and container_of() to work with CO-RE + (bsc#1012628). +- bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + (bsc#1012628). +- spi: dw: Round of n_bytes to power of 2 (bsc#1012628). +- nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() (bsc#1012628). +- bpftool: JIT limited misreported as negative value on aarch64 + (bsc#1012628). +- bpf: Remove bpf trampoline selector (bsc#1012628). +- bpf: Fix memleak due to fentry attach failure (bsc#1012628). +- selftests/bpf: Do not use sign-file as testcase (bsc#1012628). +- regulator: rk808: fix asynchronous probing (bsc#1012628). +- regulator: core: Fix more error checking for + debugfs_create_dir() (bsc#1012628). +- regulator: core: Streamline debugfs operations (bsc#1012628). +- wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + (bsc#1012628). +- wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + (bsc#1012628). +- wifi: atmel: Fix an error handling path in atmel_probe() + (bsc#1012628). +- wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + (bsc#1012628). +- wifi: ray_cs: Fix an error handling path in ray_probe() + (bsc#1012628). +- wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + (bsc#1012628). +- wifi: rtw88: usb: silence log flooding error message + (bsc#1012628). +- samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + (bsc#1012628). +- wifi: ath10k: Trigger STA disconnect after reconfig complete + on hardware restart (bsc#1012628). +- bpf: Remove anonymous union in bpf_kfunc_call_arg_meta + (bsc#1012628). +- bpf: Set kptr_struct_meta for node param to list and rbtree + insert funcs (bsc#1012628). +- bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation + (bsc#1012628). +- bpf: Make bpf_refcount_acquire fallible for non-owning refs + (bsc#1012628). +- tools/resolve_btfids: Fix setting HOSTCFLAGS (bsc#1012628). +- wifi: iwlwifi: mvm: send time sync only if needed (bsc#1012628). +- wifi: mac80211: recalc min chandef for new STA links + (bsc#1012628). +- selftests/bpf: Fix check_mtu using wrong variable type + (bsc#1012628). +- soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() + and geni_se_rx_init_dma() (bsc#1012628). +- spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, + use framework instead (bsc#1012628). +- wifi: rsi: Do not configure WoWlan in shutdown hook if not + enabled (bsc#1012628). +- wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + (bsc#1012628). +- ice: handle extts in the miscellaneous interrupt thread + (bsc#1012628). +- selftests: cgroup: fix unexpected failure on test_memcg_low + (bsc#1012628). +- watchdog/perf: define dummy watchdog_update_hrtimer_threshold() + on correct config (bsc#1012628). +- watchdog/perf: more properly prevent false positives with + turbo modes (bsc#1012628). +- kexec: fix a memory leak in crash_shrink_memory() (bsc#1012628). +- mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ + isn't used (bsc#1012628). +- memstick r592: make memstick_debug_get_tpc_name() static + (bsc#1012628). +- selftests/bpf: Fix invalid pointer check in get_xlated_program() + (bsc#1012628). +- wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + (bsc#1012628). +- bpf: Use scalar ids in mark_chain_precision() (bsc#1012628). +- bpf: Verify scalar ids mapping in regsafe() using check_ids() + (bsc#1012628). +- wifi: mac80211: Fix permissions for valid_links debugfs entry + (bsc#1012628). +- wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_init + (bsc#1012628). +- wifi: iwlwifi: fw: print PC register value instead of address + (bsc#1012628). +- rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + (bsc#1012628). +- wifi: ath11k: Add missing check for ioremap (bsc#1012628). +- wifi: ath11k: Add missing ops config for IPQ5018 in + ath11k_ahb_probe() (bsc#1012628). +- wifi: ath11k: Restart firmware after cold boot calibration + for IPQ5018 (bsc#1012628). +- wifi: ath11k: Add missing hw_ops->get_ring_selector() for + IPQ5018 (bsc#1012628). +- wifi: mac80211: add helpers to access sband iftype data + (bsc#1012628). +- wifi: iwlwifi: mvm: add support for Extra EHT LTF (bsc#1012628). +- wifi: iwlwifi: mvm: correctly access HE/EHT sband capa + (bsc#1012628). +- wifi: iwlwifi: pull from TXQs with softirqs disabled + (bsc#1012628). +- wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() (bsc#1012628). +- wifi: mac80211: Remove "Missing iftype sband data/EHT cap" + spam (bsc#1012628). +- wifi: cfg80211: rewrite merging of inherited elements + (bsc#1012628). +- wifi: cfg80211: drop incorrect nontransmitted BSS update code + (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect with OCB/NAN + (bsc#1012628). +- wifi: ieee80211: Fix the common size calculation for + reconfiguration ML (bsc#1012628). +- mm: move mm_count into its own cache line (bsc#1012628). +- watchdog: remove WATCHDOG_DEFAULT (bsc#1012628). +- watchdog/hardlockup: change watchdog_nmi_enable() to void + (bsc#1012628). +- watchdog/hardlockup: move perf hardlockup checking/panic to + common watchdog.c (bsc#1012628). +- watchdog/hardlockup: rename some "NMI watchdog" + constants/function (bsc#1012628). +- watchdog/perf: adapt the watchdog_perf interface for async model + (bsc#1012628). +- watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 + if probe fails (bsc#1012628). +- mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus + from 11/2019 (bsc#1012628). +- wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + (bsc#1012628). +- wifi: iwlwifi: mvm: check only affected links (bsc#1012628). +- wifi: ath9k: convert msecs to jiffies where needed + (bsc#1012628). +- bpf: Factor out socket lookup functions for the TC hookpoint + (bsc#1012628). +- bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via + TC hookpoint (bsc#1012628). +- bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF + bindings (bsc#1012628). +- can: length: fix bitstuffing count (bsc#1012628). +- can: kvaser_pciefd: Add function to set skb hwtstamps + (bsc#1012628). +- can: kvaser_pciefd: Set hardware timestamp on transmitted + packets (bsc#1012628). +- igc: Fix race condition in PTP tx code (bsc#1012628). +- igc: Check if hardware TX timestamping is enabled earlier + (bsc#1012628). +- igc: Retrieve TX timestamp during interrupt handling + (bsc#1012628). +- igc: Work around HW bug causing missing timestamps + (bsc#1012628). +- net: stmmac: fix double serdes powerdown (bsc#1012628). +- netlink: fix potential deadlock in netlink_set_err() + (bsc#1012628). +- netlink: do not hard code device address lenth in fdb dumps + (bsc#1012628). +- bonding: do not assume skb mac_header is set (bsc#1012628). +- sch_netem: fix issues in netem_change() vs get_dist_table() + (bsc#1012628). +- selftests: rtnetlink: remove netdevsim device after ipsec + offload test (bsc#1012628). +- gtp: Fix use-after-free in __gtp_encap_destroy() (bsc#1012628). +- net: axienet: Move reset before 64-bit DMA detection + (bsc#1012628). +- ocfs2: Fix use of slab data with sendpage (bsc#1012628). +- sfc: fix crash when reading stats while NIC is resetting + (bsc#1012628). +- net: nfc: Fix use-after-free caused by nfc_llcp_find_local + (bsc#1012628). +- lib/ts_bm: reset initial match offset for every block of text + (bsc#1012628). +- netfilter: conntrack: dccp: copy entire header to stack buffer, + not just basic one (bsc#1012628). +- netfilter: nf_conntrack_sip: fix the + ct_sip_parse_numerical_param() return value (bsc#1012628). +- netfilter: nf_tables: unbind non-anonymous set if rule + construction fails (bsc#1012628). +- netfilter: nf_tables: fix underflow in chain reference counter + (bsc#1012628). +- ipvlan: Fix return value of ipvlan_queue_xmit() (bsc#1012628). +- net: dsa: avoid suspicious RCU usage for synced VLAN-aware + MAC addresses (bsc#1012628). +- netlink: Add __sock_i_ino() for __netlink_diag_dump() + (bsc#1012628). +- drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe (bsc#1012628). +- drm/amd/display: Unconditionally print when DP sink power + state fails (bsc#1012628). +- drm/amd/display: Add logging for display MALL refresh setting + (bsc#1012628). +- drm/amd/display: fix is_timing_changed() prototype + (bsc#1012628). +- radeon: avoid double free in ci_dpm_init() (bsc#1012628). +- drm/amd/display: Explicitly specify update type per plane info + change (bsc#1012628). +- drm/i915/guc/slpc: Provide sysfs for efficient freq + (bsc#1012628). +- drm/bridge: it6505: Move a variable assignment behind a null + pointer check in receive_timing_debugfs_show() (bsc#1012628). +- Input: drv260x - sleep between polling GO bit (bsc#1012628). +- Input: cyttsp4_core - change del_timer_sync() to + timer_shutdown_sync() (bsc#1012628). +- Input: tests - fix use-after-free and refcount underflow in + input_test_exit() (bsc#1012628). +- Input: tests - modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable error path (bsc#1012628). +- drm/bridge: tc358768: always enable HS video mode (bsc#1012628). +- drm/bridge: tc358768: fix PLL parameters computation + (bsc#1012628). +- drm/bridge: tc358768: fix PLL target frequency (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_ZEROCNT computation + (bsc#1012628). +- drm/bridge: tc358768: Add atomic_get_input_bus_fmts() + implementation (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_TRAILCNT computation + (bsc#1012628). +- drm/bridge: tc358768: fix THS_ZEROCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix TXTAGOCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix THS_TRAILCNT computation + (bsc#1012628). +- Input: tests - fix input_test_match_device_id test + (bsc#1012628). +- drm/vram-helper: fix function names in vram helper doc + (bsc#1012628). +- ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + (bsc#1012628). +- ARM: dts: meson8b: correct uart_B and uart_C clock references + (bsc#1012628). +- clk: vc5: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: vc7: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: rs9: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- Input: adxl34x - do not hardcode interrupt trigger type + (bsc#1012628). +- drm: sun4i_tcon: use devm_clk_get_enabled in + `sun4i_tcon_init_clocks` (bsc#1012628). +- drm/panel: sharp-ls043t1le01: adjust mode settings + (bsc#1012628). +- driver: soc: xilinx: use _safe loop iterator to avoid a use + after free (bsc#1012628). +- ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name + (bsc#1012628). +- ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake + devices (bsc#1012628). +- ASoC: Intel: sof_sdw: start set codec init function with an + adr index (bsc#1012628). +- drm/vkms: isolate pixel conversion functionality (bsc#1012628). +- drm: Add fixed-point helper to get rounded integer values + (bsc#1012628). +- drm/vkms: Fix RGB565 pixel conversion (bsc#1012628). +- ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier + boards (bsc#1012628). +- bus: ti-sysc: Fix dispc quirk masking bool variables + (bsc#1012628). +- arm64: dts: microchip: sparx5: do not use PSCI on reference + boards (bsc#1012628). +- drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Update the size of GICC & GICV + regions (bsc#1012628). +- clk: imx: scu: use _safe list iterator to avoid a use after free + (bsc#1012628). +- hwmon: (f71882fg) prevent possible division by zero + (bsc#1012628). +- RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove unnecessary return labels + (bsc#1012628). +- RDMA/bnxt_re: Use unique names while registering interrupts + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove an unnecessary log (bsc#1012628). +- drm/msm/dpu: enable DSPP_2/3 for LM_2/3 on sm8450 (bsc#1012628). +- drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed + rate (bsc#1012628). +- drm/msm/dpu: fix cursor block register bit offset in msm8998 + hw catalog (bsc#1012628). +- drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80 + (bsc#1012628). +- drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + (bsc#1012628). +- drm/nouveau: dispnv50: fix missing-prototypes warning + (bsc#1012628). +- iommu/virtio: Detach domain on endpoint release (bsc#1012628). +- iommu/virtio: Return size mapped for a detached domain + (bsc#1012628). +- clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + (bsc#1012628). +- ARM: dts: gta04: Move model property out of pinctrl node + (bsc#1012628). +- arm64: dts: qcom: qrb4210-rb2: Fix CD gpio for SDHC2 + (bsc#1012628). +- drm/bridge: anx7625: Prevent endless probe loop (bsc#1012628). +- ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1 + (bsc#1012628). +- ARM: omap1: Drop header on AMS Delta (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from PalmTE + (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from SX1 + (bsc#1012628). +- Input: ads7846 - Convert to use software nodes (bsc#1012628). +- ARM/mmc: Convert old mmci-omap to GPIO descriptors + (bsc#1012628). +- ARM: omap1: Fix up the Nokia 770 board device IRQs + (bsc#1012628). +- ARM: omap1: Make serial wakeup GPIOs use descriptors + (bsc#1012628). +- ARM: omap1: Exorcise the legacy GPIO header (bsc#1012628). +- ARM/gpio: Push OMAP2 quirk down into TWL4030 driver + (bsc#1012628). +- ARM: omap2: Get USB hub reset GPIO from descriptor + (bsc#1012628). +- ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors + (bsc#1012628). +- ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 + (bsc#1012628). +- ARM: dts: qcom: msm8974: do not use underscore in node name + (again) (bsc#1012628). +- arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + (bsc#1012628). +- arm64: dts: qcom: ipq6018: correct qrng unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct IOMMU unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8976: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8994: correct SPMI unit address + (bsc#1012628). +- arm64: dts: qcom: msm8996: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm630: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct thermal-sensor unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct DMA controller unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct PCI phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct USB phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct pinctrl unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: add missing touchscreen + child node reg (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS + expansion (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] + (bsc#1012628). +- drm/panel: simple: fix active size for Ampire + AM-480272H3TMQW-T01H (bsc#1012628). +- ARM: ep93xx: fix missing-prototype warnings (bsc#1012628). +- ARM: omap2: fix missing tick_broadcast() prototype + (bsc#1012628). +- arm64: dts: qcom: pm7250b: add missing spmi-vadc include + (bsc#1012628). +- arm64: dts: qcom: apq8096: fix fixed regulator name property + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Add + mediatek,broken-save-restore-fw to kukui (bsc#1012628). +- arm64: dts: mediatek: mt8192: Add + mediatek,broken-save-restore-fw to asurada (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add + mediatek,broken-save-restore-fw to cherry (bsc#1012628). +- ARM: dts: stm32: Shorten the AV96 HDMI sound card name + (bsc#1012628). +- memory: brcmstb_dpfe: fix testing array offset after use + (bsc#1012628). +- ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely + controlled (bsc#1012628). +- ASoC: es8316: Increment max value for ALC Capture Target Volume + control (bsc#1012628). +- ASoC: es8316: Do not set rate constraints for unsupported MCLKs + (bsc#1012628). +- ARM: dts: meson8: correct uart_B and uart_C clock references + (bsc#1012628). +- soc/fsl/qe: fix usb.c build errors (bsc#1012628). +- RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + (bsc#1012628). +- IB/hfi1: Fix wrong mmu_node used for user SDMA packet after + invalidate (bsc#1012628). +- RDMA/hns: Fix hns_roce_table_get return value (bsc#1012628). +- ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + (bsc#1012628). +- arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + (bsc#1012628). +- drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush + register (bsc#1012628). +- drm/msm/dpu: always clear every individual pending flush mask + (bsc#1012628). +- fbdev: omapfb: lcd_mipid: Fix an error handling path in + mipid_spi_probe() (bsc#1012628). +- dt-bindings: arm-smmu: Fix SC8280XP Adreno binding + (bsc#1012628). +- drm/i915: Fix limited range csc matrix (bsc#1012628). +- drm/i915: hide mkwrite_device_info() better (bsc#1012628). +- drm/i915/display: Move display device info to header under + display/ (bsc#1012628). +- drm/i915: Convert INTEL_INFO()->display to a pointer + (bsc#1012628). +- drm/i915/display: Move display runtime info to display structure + (bsc#1012628). +- drm/i915/display: Make display responsible for probing its + own IP (bsc#1012628). +- drm/i915: No 10bit gamma on desktop gen3 parts (bsc#1012628). +- arm64: dts: rockchip: Assign ES8316 MCLK rate on rk3588-rock-5b + (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix physical address of pin + (bsc#1012628). +- Input: pm8941-powerkey - fix debounce on gen2+ PMICs + (bsc#1012628). +- arm64: dts: rockchip: Fix compatible for Bluetooth on + rk3566-anbernic (bsc#1012628). +- ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + (bsc#1012628). +- accel/habanalabs: fix gaudi2_get_tpc_idle_status() return + (bsc#1012628). +- ARM: dts: stm32: fix i2s endpoint format property for + stm32mp15xx-dkx (bsc#1012628). +- hwmon: (gsc-hwmon) fix fan pwm temperature scaling + (bsc#1012628). +- hwmon: (pmbus/adm1275) Fix problems with temperature monitoring + on ADM1272 (bsc#1012628). +- ARM: dts: BCM5301X: fix duplex-full => full-duplex + (bsc#1012628). +- clk: Export clk_hw_forward_rate_request() (bsc#1012628). +- drm/amd/display: Fix a test CalculatePrefetchSchedule() + (bsc#1012628). +- drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + (bsc#1012628). +- drm/amdkfd: Fix potential deallocation of previously deallocated + memory (bsc#1012628). +- soc: mediatek: SVS: Fix MT8192 GPU node name (bsc#1012628). +- drm/amd/display: Fix artifacting on eDP panels when engaging + freesync video mode (bsc#1012628). +- drm/radeon: fix possible division-by-zero errors (bsc#1012628). +- HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- RDMA/rxe: Fix access checks in rxe_check_bind_mw (bsc#1012628). +- amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + (bsc#1012628). +- drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with + coherent SMMU (bsc#1012628). +- drm/msm/a5xx: really check for A510 in a5xx_gpu_init + (bsc#1012628). +- RDMA/bnxt_re: wraparound mbox producer index (bsc#1012628). +- RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock + context (bsc#1012628). +- clk: imx: composite-8m: Add imx8m_divider_determine_rate + (bsc#1012628). +- clk: imx: clk-imxrt1050: fix memory leak in + imxrt1050_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + (bsc#1012628). +- clk: imx93: fix memory leak and missing unwind goto in + imx93_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mp: improve error handling in + imx8mp_clocks_probe() (bsc#1012628). +- clk: mediatek: fix of_iomap memory leak (bsc#1012628). +- arm64: dts: qcom: qdu1000: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8550: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead + of 4k (bsc#1012628). +- arm64: dts: qcom: sm8550: Add missing interconnect path to + USB HC (bsc#1012628). +- clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + (bsc#1012628). +- clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + (bsc#1012628). +- clk: tegra: tegra124-emc: Fix potential memory leak + (bsc#1012628). +- arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl + node offsets (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias (bsc#1012628). +- ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + (bsc#1012628). +- drm/msm/dpu: do not enable color-management if DSPPs are not + available (bsc#1012628). +- drm/msm/dpu: Fix slice_last_group_size calculation + (bsc#1012628). +- drm/msm/dsi: Remove incorrect references to slice_count + (bsc#1012628). +- drm/msm/dp: Drop aux devices together with DP controller + (bsc#1012628). +- drm/msm/dp: Free resources after unregistering them + (bsc#1012628). +- arm64: dts: mediatek: Add cpufreq nodes for MT8192 + (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + (bsc#1012628). +- arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi + R3 (bsc#1012628). +- drm/amdgpu: Fix memcpy() in + sienna_cichlid_append_powerplay_table function (bsc#1012628). +- drm/amdgpu: Fix usage of UMC fill record in RAS (bsc#1012628). +- drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callback + (bsc#1012628). +- drm/msm/dpu: Move autorefresh disable from CMD encoder to + pingpong (bsc#1012628). +- drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and above + (bsc#1012628). +- drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts + (bsc#1012628). +- drm/msm/dpu: correct MERGE_3D length (bsc#1012628). +- clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks + (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix return value for + of_iomap() error (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released + issue (bsc#1012628). +- clk: vc5: check memory returned by kasprintf() (bsc#1012628). +- clk: cdce925: check return value of kasprintf() (bsc#1012628). +- clk: si5341: return error if one synth clock registration fails + (bsc#1012628). +- clk: si5341: check return value of {devm_}kasprintf() + (bsc#1012628). +- clk: si5341: free unused memory on probe failure (bsc#1012628). +- clk: keystone: sci-clk: check return value of kasprintf() + (bsc#1012628). +- clk: ti: clkctrl: check return value of kasprintf() + (bsc#1012628). +- clk: clocking-wizard: check return value of devm_kasprintf() + (bsc#1012628). +- drivers: meson: secure-pwrc: always enable DMA domain + (bsc#1012628). +- ovl: update of dentry revalidate flags after copy up + (bsc#1012628). +- ASoC: imx-audmix: check return value of devm_kasprintf() + (bsc#1012628). +- clk: Fix memory leak in devm_clk_notifier_register() + (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix board reset (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix SPI CS (bsc#1012628). +- ASoC: amd: acp: clear pdm dma interrupt mask (bsc#1012628). +- iommufd: Do not access the area pointer after unlocking + (bsc#1012628). +- iommufd: Call iopt_area_contig_done() under the lock + (bsc#1012628). +- PCI: cadence: Fix Gen2 Link Retraining process (bsc#1012628). +- PCI: vmd: Reset VMD config register between soft reboots + (bsc#1012628). +- scsi: qedf: Fix NULL dereference in error handling + (bsc#1012628). +- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + (bsc#1012628). +- platform/x86: lenovo-yogabook: Fix work race on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Reprobe devices on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Set default keyboard backligh + brightness on probe() (bsc#1012628). +- PCI/ASPM: Disable ASPM on MFD function removal to avoid + use-after-free (bsc#1012628). +- scsi: 3w-xxxx: Add error handling for initialization failure + in tw_probe() (bsc#1012628). +- pinctrl: at91: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- PCI: pciehp: Cancel bringup sequence if card is not present + (bsc#1012628). +- perf evsel: Don't let for_each_group() treat the head of the + list as one of its nodes (bsc#1012628). +- PCI: ftpci100: Release the clock resources (bsc#1012628). +- pinctrl: sunplus: Add check for kmalloc (bsc#1012628). +- scsi: ufs: Declare ufshcd_{hold,release}() once (bsc#1012628). +- PCI: Add pci_clear_master() stub for non-CONFIG_PCI + (bsc#1012628). +- scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp + based on nlp_state (bsc#1012628). +- scsi: ufs: core: Increase the START STOP UNIT timeout from + one to ten seconds (bsc#1012628). +- scsi: ufs: core: Fix handling of lrbp->cmd (bsc#1012628). +- pinctrl: tegra: Duplicate pinmux functions table (bsc#1012628). +- perf bench: Add missing setlocale() call to allow usage of + %'d style formatting (bsc#1012628). +- pinctrl: cherryview: Return correct value if pin in push-pull + mode (bsc#1012628). +- platform/x86:intel/pmc: Remove Meteor Lake S platform support + (bsc#1012628). +- platform/x86: think-lmi: mutex protection around multiple WMI + calls (bsc#1012628). +- platform/x86: think-lmi: Correct System password interface + (bsc#1012628). +- platform/x86: think-lmi: Correct NVME password handling + (bsc#1012628). +- pinctrl:sunplus: Add check for kmalloc (bsc#1012628). +- pinctrl: npcm7xx: Add missing check for ioremap (bsc#1012628). +- kcsan: Don't expect 64 bits atomic builtins from 32 bits + architectures (bsc#1012628). +- powerpc/interrupt: Don't read MSR from + interrupt_exit_kernel_prepare() (bsc#1012628). +- powerpc/signal32: Force inlining of __unsafe_save_user_regs() + and save_tm_user_regs_unsafe() (bsc#1012628). +- perf script: Fix allocation of evsel->priv related to per-event + dump files (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform + profiles (bsc#1012628). +- platform/x86/intel/pmc: Add resume callback (bsc#1012628). +- platform/x86/intel/pmc/mtl: Put devices in D3 during resume + (bsc#1012628). +- perf dwarf-aux: Fix off-by-one in die_get_varname() + (bsc#1012628). +- perf metric: Fix no group check (bsc#1012628). +- perf tests task_analyzer: Fix bad substitution ${$1} + (bsc#1012628). +- perf tests task_analyzer: Skip tests if no libtraceevent support + (bsc#1012628). +- platform/x86/dell/dell-rbtn: Fix resources leaking on error path + (bsc#1012628). +- perf tool x86: Consolidate is_amd check into single function + (bsc#1012628). +- perf tool x86: Fix perf_env memory leak (bsc#1012628). +- powerpc/64s: Fix VAS mm use after free (bsc#1012628). +- pinctrl: freescale: Fix a memory out of bounds when num_configs + is 1 (bsc#1012628). +- pinctrl: microchip-sgpio: check return value of devm_kasprintf() + (bsc#1012628). +- pinctrl: at91-pio4: check return value of devm_kasprintf() + (bsc#1012628). +- perf stat: Reset aggr stats for each run (bsc#1012628). +- scsi: ufs: core: Remove a ufshcd_add_command_trace() call + (bsc#1012628). +- scsi: ufs: core: mcq: Fix the incorrect OCS value for the + device command (bsc#1012628). +- powerpc/powernv/sriov: perform null check on iov before + dereferencing iov (bsc#1012628). +- powerpc: update ppc_save_regs to save current r1 in pt_regs + (bsc#1012628). +- riscv: hibernation: Remove duplicate call of + suspend_restore_csrs (bsc#1012628). +- PCI: qcom: Use DWC helpers for modifying the read-only DBI + registers (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.9.0 (bsc#1012628). +- platform/x86:intel/pmc: Update maps for Meteor Lake P/M + platforms (bsc#1012628). +- riscv: uprobes: Restore thread.bad_cause (bsc#1012628). +- powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + (bsc#1012628). +- powerpc/mm/dax: Fix the condition when checking if altmap + vmemap can cross-boundary (bsc#1012628). +- perf test: Set PERF_EXEC_PATH for script execution + (bsc#1012628). +- riscv: hibernate: remove WARN_ON in save_processor_state + (bsc#1012628). +- PCI: endpoint: Fix a Kconfig prompt of vNTB driver + (bsc#1012628). +- PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + (bsc#1012628). +- PCI: vmd: Fix uninitialized variable usage in + vmd_enable_domain() (bsc#1012628). +- vfio/mdev: Move the compat_class initialization to module init + (bsc#1012628). +- hwrng: virtio - Fix race on data_avail and actual data + (bsc#1012628). +- modpost: remove broken calculation of exception_table_entry size + (bsc#1012628). +- crypto: nx - fix build warnings when DEBUG_FS is not enabled + (bsc#1012628). +- modpost: fix section mismatch message for R_ARM_ABS32 + (bsc#1012628). +- modpost: fix section mismatch message for + R_ARM_{PC24,CALL,JUMP24} (bsc#1012628). +- crypto: marvell/cesa - Fix type mismatch warning (bsc#1012628). +- crypto: jitter - correct health test during initialization + (bsc#1012628). +- dt-bindings: qcom-qce: Fix compatible combinations for SM8150 + and IPQ4019 SoCs (bsc#1012628). +- scripts/mksysmap: Fix badly escaped '$' (bsc#1012628). +- modpost: fix off by one in is_executable_section() + (bsc#1012628). +- ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ + guard (bsc#1012628). +- crypto: qat - unmap buffer before free for DH (bsc#1012628). +- crypto: qat - unmap buffers before free for RSA (bsc#1012628). +- NFSv4.2: fix wrong shrinker_id (bsc#1012628). +- NFSv4.1: freeze the session table upon receiving + NFS4ERR_BADSESSION (bsc#1012628). +- SMB3: Do not send lease break acknowledgment if all file + handles have been closed (bsc#1012628). +- dax: Fix dax_mapping_release() use after free (bsc#1012628). +- dax: Introduce alloc_dev_dax_id() (bsc#1012628). +- dax/kmem: Pass valid argument to memory_group_register_static + (bsc#1012628). +- hwrng: st - keep clock enabled while hwrng is registered + (bsc#1012628). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on EliteBook (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NPx0SNx (bsc#1012628). +- ALSA: jack: Fix mutex call in snd_jack_report() (bsc#1012628). +- ALSA: pcm: Fix potential data race at PCM memory allocation + helpers (bsc#1012628). +- apparmor: fix: kzalloc perms tables for shared dfas + (bsc#1012628). +- block: fix signed int overflow in Amiga partition support + (bsc#1012628). +- block: add overflow checks for Amiga partition support + (bsc#1012628). +- block: change all __u32 annotations to __be32 in + affs_hardblocks.h (bsc#1012628). +- block: increment diskseq on all media change events + (bsc#1012628). +- mmc: block: ioctl: do write error check for spi (bsc#1012628). +- btrfs: fix race when deleting free space root from the dirty + cow roots list (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + balance_level() (bsc#1012628). +- SUNRPC: Fix UAF in svc_tcp_listen_data_ready() (bsc#1012628). +- kbuild: Fix CFI failures with GCOV (bsc#1012628). +- kbuild: Disable GCOV for *.mod.o (bsc#1012628). +- cxl/region: Move cache invalidation before region teardown, + and before setup (bsc#1012628). +- cxl/region: Flag partially torn down regions as unusable + (bsc#1012628). +- cxl/region: Fix state transitions after reset failure + (bsc#1012628). +- tools/testing/cxl: Fix command effects for inject/clear poison + (bsc#1012628). +- kbuild: builddeb: always make modules_install, to install + modules.builtin* (bsc#1012628). +- kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb + (bsc#1012628). +- efi/libstub: Disable PCI DMA before grabbing the EFI memory map + (bsc#1012628). +- cifs: prevent use-after-free by freeing the cfile later + (bsc#1012628). +- cifs: do all necessary checks for credits within or before + locking (bsc#1012628). +- smb: client: fix broken file attrs with nodfs mounts + (bsc#1012628). +- smb: client: fix shared DFS root mounts with different prefixes + (bsc#1012628). +- ksmbd: avoid field overflow warning (bsc#1012628). +- arm64: sme: Use STR P to clear FFR context field in streaming + SVE mode (bsc#1012628). +- x86/efi: Make efi_set_virtual_address_map IBT safe + (bsc#1012628). +- w1: w1_therm: fix locking behavior in convert_t (bsc#1012628). +- w1: fix loop in w1_fini() (bsc#1012628). +- dt-bindings: power: reset: qcom-pon: Only allow reboot-mode + pre-pmk8350 (bsc#1012628). +- f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + (bsc#1012628). +- sh: j2: Use ioremap() to translate device tree address into + kernel memory (bsc#1012628). +- cpufreq: tegra194: Fix an error handling path in + tegra194_cpufreq_probe() (bsc#1012628). +- USB: Extend pci resume function to handle PM events + (bsc#1012628). +- xhci: Improve the XHCI system resume time (bsc#1012628). +- usb: dwc2: Fix some error handling paths (bsc#1012628). +- serial: 8250: omap: Fix freeing of resources on failed register + (bsc#1012628). +- interconnect: qcom: rpm: Rename icc provider num_clocks to + num_bus_clocks (bsc#1012628). +- interconnect: qcom: rpm: Don't use clk_get_optional for bus + clocks anymore (bsc#1012628). +- clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocks + (bsc#1012628). +- clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk (bsc#1012628). +- clk: qcom: camcc-sc7180: Add parent dependency to all camera + GDSCs (bsc#1012628). +- clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + (bsc#1012628). +- clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + (bsc#1012628). +- media: usb: Check az6007_read() return value (bsc#1012628). +- media: amphion: drop repeated codec data for vc1l format + (bsc#1012628). +- media: amphion: drop repeated codec data for vc1g format + (bsc#1012628). +- media: common: saa7146: Avoid a leak in vmalloc_to_sg() + (bsc#1012628). +- media: videodev2.h: Fix p_s32 and p_s64 pointer types + (bsc#1012628). +- media: amphion: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: videodev2.h: Fix struct v4l2_input tuner index comment + (bsc#1012628). +- media: usb: siano: Fix warning due to null work_func_t function + pointer (bsc#1012628). +- media: i2c: imx296: fix error checking in + imx296_read_temperature() (bsc#1012628). +- media: i2c: Correct format propagation for st-mipid02 + (bsc#1012628). +- media: renesas: fdp1: Identify R-Car Gen2 versions + (bsc#1012628). +- media: hi846: fix usage of pm_runtime_get_if_in_use() + (bsc#1012628). +- media: mediatek: vcodec: using decoder status instead of core + work count (bsc#1012628). +- clk: qcom: ipq6018: fix networking resets (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + (bsc#1012628). +- clk: qcom: ipq5332: fix the src parameter in + ftbl_gcc_apss_axi_clk_src (bsc#1012628). +- clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock + (bsc#1012628). +- clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src + clock (bsc#1012628). +- staging: vchiq_arm: mark vchiq_platform_init() static + (bsc#1012628). +- soundwire: qcom: use consistently 'ctrl' as state variable name + (bsc#1012628). +- soundwire: qcom: fix unbalanced pm_runtime_put() (bsc#1012628). +- soundwire: debugfs: fix unbalanced pm_runtime_put() + (bsc#1012628). +- usb: dwc3: qcom: Fix potential memory leak (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_suspend + (bsc#1012628). +- extcon: Fix kernel doc of property fields to avoid warnings + (bsc#1012628). +- extcon: Fix kernel doc of property capability fields to avoid + warnings (bsc#1012628). +- usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + (bsc#1012628). +- usb: hide unused usbfs_notify_suspend/resume functions + (bsc#1012628). +- usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + (bsc#1012628). +- serial: core: lock port for stop_rx() in uart_suspend_port() + (bsc#1012628). +- serial: 8250: lock port for stop_rx() in omap8250_irq() + (bsc#1012628). +- serial: core: lock port for start_rx() in uart_resume_port() + (bsc#1012628). +- serial: 8250: lock port for UART_IER access in omap8250_irq() + (bsc#1012628). +- kernfs: fix missing kernfs_idr_lock to remove an ID from the + IDR (bsc#1012628). +- lkdtm: replace ll_rw_block with submit_bh (bsc#1012628). +- i3c: master: svc: fix cpu schedule in spin lock (bsc#1012628). +- coresight: Fix loss of connection info when a module is unloaded + (bsc#1012628). +- coresight: etm4x: Fix missing trctraceidr file in sysfs + (bsc#1012628). +- power: supply: rt9467: Make charger-enable control as logic + level (bsc#1012628). +- mfd: rt5033: Drop rt5033-battery sub-device (bsc#1012628). +- media: venus: helpers: Fix ALIGN() of non power of two + (bsc#1012628). +- media: atomisp: gc0310: Fix double free in gc0310_remove() + (bsc#1012628). +- media: atomisp: gmin_platform: fix out_len in + gmin_get_config_dsm_var() (bsc#1012628). +- media: atomisp: ov2680: Stop using half pixelclock for binned + modes (bsc#1012628). +- sh: Avoid using IRQ0 on SH3 and SH4 (bsc#1012628). +- gfs2: Fix duplicate should_fault_in_pages() call (bsc#1012628). +- f2fs: fix potential deadlock due to unpaired node_write lock + use (bsc#1012628). +- f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + (bsc#1012628). +- f2fs: support errors=remount-ro|continue|panic mountoption + (bsc#1012628). +- f2fs: fix the wrong condition to determine atomic context + (bsc#1012628). +- f2fs: flush error flags in workqueue (bsc#1012628). +- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + (bsc#1012628). +- usb: dwc3: qcom: Release the correct resources in + dwc3_qcom_remove() (bsc#1012628). +- usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + (bsc#1012628). +- usb: common: usb-conn-gpio: Set last role to unknown before + initial detection (bsc#1012628). +- usb: dwc3-meson-g12a: Fix an error handling path in + dwc3_meson_g12a_probe() (bsc#1012628). +- rtla/hwnoise: Reduce runtime to 75% (bsc#1012628). +- mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + (bsc#1012628). +- mfd: intel-lpss: Add missing check for platform_get_resource + (bsc#1012628). +- Revert "usb: common: usb-conn-gpio: Set last role to unknown + before initial detection" (bsc#1012628). +- serial: 8250_omap: Use force_suspend and resume for system + suspend (bsc#1012628). +- drivers: fwnode: fix fwnode_irq_get[_byname]() (bsc#1012628). +- cdx: fix driver managed dma support (bsc#1012628). +- nvmem: sunplus-ocotp: release otp->clk before return + (bsc#1012628). +- nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates + (bsc#1012628). +- test_firmware: return ENOMEM instead of ENOSPC on failed memory + allocation (bsc#1012628). +- nvmem: rmem: Use NVMEM_DEVID_AUTO (bsc#1012628). +- bus: fsl-mc: don't assume child devices are all fsl-mc devices + (bsc#1012628). +- mfd: stmfx: Fix error path in stmfx_chip_init (bsc#1012628). +- mfd: stmfx: Nullify stmfx->vdd in case of error (bsc#1012628). +- KVM: s390: vsie: fix the length of APCB bitmap (bsc#1012628). +- KVM: s390/diag: fix racy access of physical cpu number in diag + 9c handler (bsc#1012628). +- cpufreq: mediatek: correct voltages for MT7622 and MT7623 + (bsc#1012628). +- misc: fastrpc: check return value of devm_kasprintf() + (bsc#1012628). +- clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + (bsc#1012628). +- hwtracing: hisi_ptt: Fix potential sleep in atomic context + (bsc#1012628). +- phy: qcom: qmp-combo: fix Display Port PHY configuration for + SM8550 (bsc#1012628). +- mfd: stmpe: Only disable the regulators if they are enabled + (bsc#1012628). +- phy: tegra: xusb: check return value of devm_kzalloc() + (bsc#1012628). +- lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + (bsc#1012628). +- pwm: imx-tpm: force 'real_period' to be zero in suspend + (bsc#1012628). +- pwm: sysfs: Do not apply state to already disabled PWMs + (bsc#1012628). +- pwm: ab8500: Fix error code in probe() (bsc#1012628). +- pwm: mtk_disp: Fix the disable flow of disp_pwm (bsc#1012628). +- md/raid10: fix the condition to call bio_end_io_acct() + (bsc#1012628). +- perf bpf: Move the declaration of struct rq (bsc#1012628). +- blk-throttle: Fix io statistics for cgroup v1 (bsc#1012628). +- rtc: st-lpc: Release some resources in st_rtc_probe() in case + of error (bsc#1012628). +- drm/i915/psr: Use hw.adjusted mode when calculating io/fast + wake times (bsc#1012628). +- drm/i915/guc/slpc: Apply min softlimit correctly (bsc#1012628). +- f2fs: check return value of freeze_super() (bsc#1012628). +- virtio-vdpa: Fix unchecked call to NULL set_vq_affinity + (bsc#1012628). +- tools/virtio: fix build break for aarch64 (bsc#1012628). +- media: tc358746: select CONFIG_GENERIC_PHY (bsc#1012628). +- media: cec: i2c: ch7322: also select REGMAP (bsc#1012628). +- sctp: fix potential deadlock on &net->sctp.addr_wq_lock + (bsc#1012628). +- net/sched: act_ipt: add sanity checks on table name and hook + locations (bsc#1012628). +- net/sched: act_ipt: add sanity checks on skb before calling + target (bsc#1012628). +- net/sched: act_ipt: zero skb->cb before calling target + (bsc#1012628). +- spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA + mode (bsc#1012628). +- net: mscc: ocelot: don't report that RX timestamping is enabled + by default (bsc#1012628). +- net: mscc: ocelot: don't keep PTP configuration of all ports + in single structure (bsc#1012628). +- net: dsa: felix: don't drop PTP frames with tag_8021q when RX + timestamping is disabled (bsc#1012628). +- net: dsa: sja1105: always enable the INCL_SRCPT option + (bsc#1012628). +- net: dsa: tag_sja1105: always prefer source port information + from INCL_SRCPT (bsc#1012628). +- Add MODULE_FIRMWARE() for FIRMWARE_TG357766 (bsc#1012628). +- Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + (bsc#1012628). +- Bluetooth: ISO: use hci_sync for setting CIG parameters + (bsc#1012628). +- Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + (bsc#1012628). +- sfc: support for devlink port requires MAE access (bsc#1012628). +- ibmvnic: Do not reset dql stats on NON_FATAL err (bsc#1012628). +- net: dsa: vsc73xx: fix MTU configuration (bsc#1012628). +- mlxsw: minimal: fix potential memory leak in + mlxsw_m_linecards_init (bsc#1012628). +- spi: bcm-qspi: return error if neither hif_mspi nor mspi is + available (bsc#1012628). +- mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + (bsc#1012628). +- f2fs: fix error path handling in truncate_dnode() (bsc#1012628). +- octeontx2-af: cn10kb: fix interrupt csr addresses (bsc#1012628). +- octeontx2-af: Fix mapping for NIX block from CGX connection + (bsc#1012628). +- octeontx2-af: Add validation before accessing cgx and lmac + (bsc#1012628). +- octeontx2-af: Reset MAC features in FLR (bsc#1012628). +- ntfs: Fix panic about slab-out-of-bounds caused by + ntfs_listxattr() (bsc#1012628). +- powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + (bsc#1012628). +- powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + (bsc#1012628). +- net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC + mode (bsc#1012628). +- net: dsa: tag_sja1105: fix source port decoding in + vlan_filtering=0 bridge mode (bsc#1012628). +- net: fix net_dev_start_xmit trace event vs + skb_transport_offset() (bsc#1012628). +- tcp: annotate data races in __tcp_oow_rate_limited() + (bsc#1012628). +- vduse: fix NULL pointer dereference (bsc#1012628). +- bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() (bsc#1012628). +- xsk: Honor SO_BINDTODEVICE on bind (bsc#1012628). +- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + (bsc#1012628). +- drm/i915/psr: Fix BDW PSR AUX CH data register offsets + (bsc#1012628). +- fanotify: disallow mount/sb marks on kernel internal pseudo fs + (bsc#1012628). +- riscv: move memblock_allow_resize() after linear mapping is + ready (bsc#1012628). +- pptp: Fix fib lookup calls (bsc#1012628). +- net: dsa: tag_sja1105: fix MAC DA patching from meta frames + (bsc#1012628). +- net: dsa: sja1105: always enable the send_meta options + (bsc#1012628). +- octeontx-af: fix hardware timestamp configuration (bsc#1012628). +- afs: Fix accidental truncation when storing data (bsc#1012628). +- s390/qeth: Fix vipa deletion (bsc#1012628). +- risc-v: Fix order of IPI enablement vs RCU startup + (bsc#1012628). +- sh: dma: Fix DMA channel offset calculation (bsc#1012628). +- apparmor: fix missing error check for rhashtable_insert_fast + (bsc#1012628). +- apparmor: add missing failure check in compute_xmatch_perms + (bsc#1012628). +- apparmor: fix policy_compat permission remap with extended + permissions (bsc#1012628). +- apparmor: fix profile verification and enable it (bsc#1012628). +- i2c: xiic: Don't try to handle more interrupt events after error + (bsc#1012628). +- writeback: account the number of pages written back + (bsc#1012628). +- lib: dhry: fix sleeping allocations inside non-preemptable + section (bsc#1012628). +- Revert "drm/amd/display: Move DCN314 DOMAIN power control to + DMCUB" (bsc#1012628). +- arm64/signal: Restore TPIDR2 register rather than memory state + (bsc#1012628). +- irqchip/loongson-liointc: Fix IRQ trigger polarity + (bsc#1012628). +- nfsd: move init of percpu reply_cache_stats counters back to + nfsd_init_net (bsc#1012628). +- irqchip/loongson-pch-pic: Fix potential incorrect hwirq + assignment (bsc#1012628). +- NFSD: add encoding of op_recall flag for write delegation + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix initialization of HT vector + register (bsc#1012628). +- io_uring: wait interruptibly for request completions on exit + (bsc#1012628). +- mm/mglru: make memcg_lru->lock irq safe (bsc#1012628). +- mmc: core: disable TRIM on Kingston EMMC04G-M627 (bsc#1012628). +- mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M (bsc#1012628). +- mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS (bsc#1012628). +- mmc: sdhci: fix DMA configure compatibility issue when 64bit + DMA mode is used (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect for non-MLO + (bsc#1012628). +- wifi: ath10k: Serialize wake_tx_queue ops (bsc#1012628). +- wifi: cfg80211: fix receiving mesh packets without RFC1042 + header (bsc#1012628). +- wifi: mt76: mt7921e: fix init command fail with enabled device + (bsc#1012628). +- bcache: fixup btree_cache_wait list damage (bsc#1012628). +- bcache: Remove unnecessary NULL point check in node allocations + (bsc#1012628). +- bcache: Fix __bch_btree_node_alloc to make the failure behavior + consistent (bsc#1012628). +- watch_queue: prevent dangling pipe pointer (bsc#1012628). +- um: Use HOST_DIR for mrproper (bsc#1012628). +- integrity: Fix possible multiple allocation in + integrity_inode_get() (bsc#1012628). +- autofs: use flexible array in ioctl structure (bsc#1012628). +- mm/damon/ops-common: atomically test and clear young on ptes + and pmds (bsc#1012628). +- shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based + tmpfs (bsc#1012628). +- nfsd: use vfs setgid helper (bsc#1012628). +- jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + (bsc#1012628). +- fs: avoid empty option when generating legacy mount string + (bsc#1012628). +- ext4: Remove ext4 locking of moved directory (bsc#1012628). +- Revert "f2fs: fix potential corruption when moving a directory" + (bsc#1012628). +- Revert "udf: Protect rename against modification of moved + directory" (bsc#1012628). +- fs: Establish locking order for unrelated directories + (bsc#1012628). +- fs: Lock moved directories (bsc#1012628). +- usb: typec: ucsi: Mark dGPUs as DEVICE scope (bsc#1012628). +- ipvs: increase ip_vs_conn_tab_bits range for 64BIT + (bsc#1012628). +- btrfs: add handling for RAID1C23/DUP to + btrfs_reduce_alloc_profile (bsc#1012628). +- btrfs: fix dirty_metadata_bytes for redirtied buffers + (bsc#1012628). +- btrfs: insert tree mod log move in push_node_left (bsc#1012628). +- btrfs: warn on invalid slot in tree mod log rewind + (bsc#1012628). +- btrfs: delete unused BGs while reclaiming BGs (bsc#1012628). +- btrfs: bail out reclaim process if filesystem is read-only + (bsc#1012628). +- btrfs: add block-group tree to lockdep classes (bsc#1012628). +- btrfs: reinsert BGs failed to reclaim (bsc#1012628). +- btrfs: fix race when deleting quota root from the dirty cow + roots list (bsc#1012628). +- btrfs: add missing error handling when logging operation while + COWing extent buffer (bsc#1012628). +- btrfs: fix extent buffer leak after tree mod log failure at + split_node() (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + __btrfs_cow_block() (bsc#1012628). +- ASoC: mediatek: mt8173: Fix irq error path (bsc#1012628). +- ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error + path (bsc#1012628). +- regulator: tps65219: Fix matching interrupts for their + regulators (bsc#1012628). +- ARM: dts: qcom: msm8660: Fix regulator node names (bsc#1012628). +- ARM: dts: qcom: ipq4019: fix broken NAND controller properties + override (bsc#1012628). +- ARM: orion5x: fix d2net gpio initialization (bsc#1012628). +- leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev + rename (bsc#1012628). +- blktrace: use inline function for blk_trace_remove() while + blktrace is disabled (bsc#1012628). +- Input: ads7846 - Fix usage of match data (bsc#1012628). +- md/raid1-10: fix casting from randomized structure in + raid1_submit_write() (bsc#1012628). +- fs: no need to check source (bsc#1012628). +- Input: ads7846 - fix pointer cast warning (bsc#1012628). +- mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-y + (bsc#1012628). +- kbuild: Add CLANG_FLAGS to as-instr (bsc#1012628). +- kbuild: Add KBUILD_CPPFLAGS to as-option invocation + (bsc#1012628). +- kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS (bsc#1012628). +- ovl: fix null pointer dereference in ovl_permission() + (bsc#1012628). +- ovl: let helper ovl_i_path_real() return the realinode + (bsc#1012628). +- ovl: fix null pointer dereference in ovl_get_acl_rcu() + (bsc#1012628). +- LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + (bsc#1012628). +- netfilter: nf_tables: do not ignore genmask when looking up + chain by id (bsc#1012628). +- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + (bsc#1012628). +- wireguard: queueing: use saner cpu selection wrapping + (bsc#1012628). +- wireguard: netlink: send staged packets when setting initial + private key (bsc#1012628). +- tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + (bsc#1012628). +- io_uring: Use io_schedule* in cqring wait (bsc#1012628). +- block/partition: fix signedness issue for Amiga partitions + (bsc#1012628). +- sh: mach-r2d: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-highlander: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + (bsc#1012628). +- sh: hd64461: Handle virq offset for offchip IRQ base and + HD64461 IRQ (bsc#1012628). +- commit 919c802 + +------------------------------------------------------------------- +Tue Jul 18 18:13:06 CEST 2023 - msuchanek@suse.de + +- Revert "kbuild: Hack for depmod not handling X.Y versions" (bsc#1212835). +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. +- commit 8a9c423 + +------------------------------------------------------------------- +Tue Jul 18 09:35:28 CEST 2023 - jslaby@suse.cz + +- ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad + Z470 (bsc#1208724). +- commit 54e3bad + +------------------------------------------------------------------- +Tue Jul 18 09:33:55 CEST 2023 - jslaby@suse.cz + +- pinctrl: amd: Unify debounce handling into amd_pinconf_set() + (bko#217336). +- pinctrl: amd: Drop pull up select configuration (bko#217336). +- pinctrl: amd: Use amd_pinconf_set() for all config options + (bko#217336). +- pinctrl: amd: Only use special debounce behavior for GPIO 0 + (bko#217336). +- pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts + on probe" (bko#217336). +- pinctrl: amd: Detect and mask spurious interrupts (bko#217336). +- pinctrl: amd: Fix mistake in handling clearing pins at startup + (bko#217336). +- pinctrl: amd: Detect internal GPIO0 debounce handling + (bko#217336). +- commit a3dbbc0 + ------------------------------------------------------------------- Mon Jul 17 15:43:25 CEST 2023 - msuchanek@suse.de - rpm: Update dependency to match current kmod. +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Update to match current kmod (bsc#1212835). - commit d687dc3 +------------------------------------------------------------------- +Mon Jul 17 13:30:31 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amdgpu-sdma4-set-align-mask-to-255.patch. + Update to upstream version. 6.4 already contains 4_4_2. +- commit 48f7169 + +------------------------------------------------------------------- +Mon Jul 17 00:30:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- eliminate 1 patch + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch (9f71fbcde282) +- commit c159bc5 + +------------------------------------------------------------------- +Thu Jul 13 19:01:27 CEST 2023 - msuchanek@suse.de + +- of: Preserve "of-display" device name for compatibility + (bsc#1212405). +- commit 58e8dc0 + +------------------------------------------------------------------- +Thu Jul 13 15:22:56 CEST 2023 - msuchanek@suse.de + +- depmod: Handle installing modules under a prefix (bsc#1212835). +- commit b2abe86 + +------------------------------------------------------------------- +Wed Jul 12 17:00:50 CEST 2023 - jgross@suse.com + +- Restore kABI for NVidia vGPU driver (bsc#1210825). +- commit 01c9bbd + +------------------------------------------------------------------- +Wed Jul 12 16:25:24 CEST 2023 - tiwai@suse.de + +- Move upstreamed AMDGPU patches into sorted section +- commit f6ca0bc + +------------------------------------------------------------------- +Tue Jul 11 07:03:09 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.3 (bsc#1012628). +- mm: call arch_swap_restore() from do_swap_page() (bsc#1012628). +- bootmem: remove the vmemmap pages from kmemleak in + free_bootmem_page (bsc#1012628). +- commit 5fb5b21 + ------------------------------------------------------------------- Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de @@ -3088,17 +17811,501 @@ Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de They depend on CONFIG_TOOLCHAIN_HAS_*. - commit 1007103 +------------------------------------------------------------------- +Mon Jul 10 12:03:25 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/fork-lock-VMAs-of-the-parent-process-when-forking.patch. + Replace by the correct one. It was merged to upstream twice. And this is + the right version. +- commit b97b894 + +------------------------------------------------------------------- +Mon Jul 10 11:51:35 CEST 2023 - jslaby@suse.cz + +- Update vanilla config files. + Just run oldconfig for vanillas too. No actual changes. +- commit dcdca04 + +------------------------------------------------------------------- +Mon Jul 10 11:50:41 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.1-021-mm-always-expand-the-stack-with-the-mmap-write-.patch + (bsc#1012628 bsc#1212395 CVE-2023-3269). + Add references to CVE. +- commit 5a45f18 + +------------------------------------------------------------------- +Mon Jul 10 10:15:47 CEST 2023 - mkubecek@suse.cz + +- refresh vanilla configs +- commit ab4066a + +------------------------------------------------------------------- +Mon Jul 10 07:07:20 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run_oldconfig. +- commit 37ad463 + +------------------------------------------------------------------- +Mon Jul 10 07:05:48 CEST 2023 - jslaby@suse.cz + +- fork: lock VMAs of the parent process when forking + (bsc#1212775). +- mm: lock a vma before stack expansion (bsc#1212775). +- mm: lock newly mapped VMA which can be modified after it + becomes visible (bsc#1212775). +- mm: lock newly mapped VMA with corrected ordering (bsc#1212775). +- Update config files. +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. + Drop the downstream revert in favor of upstream fixes above and reset + the configs -- leave STATS off as per default. +- commit e2dafc9 + +------------------------------------------------------------------- +Mon Jul 10 06:50:11 CEST 2023 - jslaby@suse.cz + +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files. + It was fixed in 6.5-rc1 by commits: + fb49c455 fork: lock VMAs of the parent process when forking + 2b4f3b49 fork: lock VMAs of the parent process when forking + 1c7873e3 mm: lock newly mapped VMA with corrected ordering + 33313a74 mm: lock newly mapped VMA which can be modified after it becomes visible + c137381f mm: lock a vma before stack expansion + So drop the downstream revert and reset the configs -- leave STATS off + as per default. +- commit 50f64ca + +------------------------------------------------------------------- +Mon Jul 10 01:05:24 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc1 +- drop 34 patches (33 stable, 1 mainline) + - patches.kernel.org/* + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- refresh + - patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch + - patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- add build failure fix + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CACHESTAT_SYSCALL=y + - Power management and ACPI options + - X86_AMD_PSTATE_DEFAULT_MODE=3 + - Memory Management options + - ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=n + - SLAB_DEPRECATED=n + - Cryptographic API + - CRYPTO_JITTERENTROPY_TESTINTERFACE=n + - Kernel hacking + - HARDLOCKUP_DETECTOR_PREFER_BUDDY=n + - WQ_CPU_INTENSIVE_REPORT=n + - FUNCTION_GRAPH_RETVAL=y + - FPROBE_EVENTS=y + - PROBE_EVENTS_BTF_ARGS=y + - PCI support + - PCI_EPF_MHI=m + - CXL_PMU=m + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - Network device support + - CAN_F81604=m + - PPPOE_HASH_BITS_1=n + - PPPOE_HASH_BITS_2=n + - PPPOE_HASH_BITS_4=y + - PPPOE_HASH_BITS_8=n + - RTW88_8723DS=m + - RTW89_8851BE=m + - Hardware Monitoring support + - MAX31827=m + - SENSORS_HP_WMI=m + - Multifunction device drivers + - MFD_MAX77541=n + - MFD_TPS6594_I2C=m + - MFD_TPS6594_SPI=m + - Sound card support + - SND_SEQ_UMP=y + - SND_UMP_LEGACY_RAWMIDI=y + - SND_PCMTEST=m + - SND_USB_AUDIO_MIDI_V2=y + - SND_SOC_CHV3_I2S=m + - SND_SOC_CHV3_CODEC=m + - SND_SOC_MAX98388=m + - SND_SOC_RT722_SDCA_SDW=m + - SND_SOC_TAS2781_I2C=n + - SND_SOC_WSA884X=n + - HID bus support + - HID_NVIDIA_SHIELD=m + - NVIDIA_SHIELD_FF=y + - USB support + - USB_CDNS2_UDC=m + - TYPEC_MUX_NB7VPQ904M=m + - LED Support + - LEDS_AW200XX=m + - LEDS_CHT_WCOVE=m + - LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE=m + - LEDS_SIEMENS_SIMATIC_IPC_F7188X=m + - X86 Platform Specific Device Drivers + - YOGABOOK=m + - AMD_PMF_DEBUG=n + - Industrial I/O support + - ROHM_BU27008=m + - OPT4001=n + - X9250=m + - MPRLS0025PA=n + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - THERMAL_DEFAULT_GOV_BANG_BANG=n + - REGULATOR_RAA215300=m + - VIDEO_OV01A10=m + - DRM_AMDGPU_WERROR=n + - PDS_VDPA=m + - INTEL_RAPL_TPMI=m + - CXL_PMU=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX5970=m + - MFD_RK8XX_I2C=n + - MFD_RK8XX_SPI=n + - REGULATOR_TPS6287X=m + - REGULATOR_TPS6594=m + - DRM_PANEL_SAMSUNG_S6D7AA0=n + - i386 + - SND_SOC_SSM3515=n + - i386/default + - TOUCHSCREEN_MK712=m + - s390x + - RFKILL_GPIO=m + - TI_ST=m + - GP_PCI1XXXX=m + - MDIO_GPIO=m + - ISDN=n + - I2C_CBUS_GPIO=m + - I2C_GPIO=m + - I2C_GPIO_FAULT_INJECTOR=n + - GPIOLIB_FASTPATH_LIMIT=512 + - DEBUG_GPIO=n + - GPIO_SYSFS=y + - GPIO_CDEV_V1=y + - GPIO_DWAPB=n + - GPIO_GENERIC_PLATFORM=m + - GPIO_MB86S7X=n + - GPIO_AMD_FCH=m + - GPIO_FXL6408=m + - GPIO_MAX7300=m + - GPIO_MAX732X=m + - GPIO_PCA953X=m + - GPIO_PCA953X_IRQ=y + - GPIO_PCA9570=m + - GPIO_PCF857X=m + - GPIO_TPIC2810=m + - GPIO_BT8XX=n + - GPIO_PCI_IDIO_16=m + - GPIO_PCIE_IDIO_24=m + - GPIO_RDC321X=n + - GPIO_AGGREGATOR=m + - GPIO_LATCH=m + - GPIO_MOCKUP=m + - GPIO_VIRTIO=m + - GPIO_SIM=m + - SENSORS_LTC2992=n + - SENSORS_SHT15=m + - MEN_A21_WDT=m + - SSB_DRIVER_GPIO=y + - TPS65010=m + - REGULATOR_GPIO=m + - REGULATOR_TPS65132=m + - FB_SSD1307=n + - HD44780=m + - PANEL_CHANGE_MESSAGE=n + - EXTCON_GPIO=m + - EXTCON_MAX3355=m + - EXTCON_PTN5150=m + - EXTCON_USB_GPIO=n + - MUX_GPIO=n + - s390x/zfcpdump + - NVME_TARGET=y + - NVME_TARGET_LOOP=y + - NVME_TARGET_FC=y + - NVME_TARGET_AUTH=n + - NVME_MULTIPATH=y + - NVME_VERBOSE_ERRORS=n + - NVME_AUTH=n + - NVME_TARGET_PASSTHRU=n + - MOST=n + - riscv64 + - LD_DEAD_CODE_DATA_ELIMINATION=n + - ARCH_THEAD=y + - IRQ_STACKS=y + - THREAD_SIZE_ORDER=2 + - SUSPEND=y + - SUSPEND_SKIP_SYNC=n + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - PM_TEST_SUSPEND=n + - ACPI=y + - ACPI_DEBUGGER=n + - ACPI_SPCR_TABLE=y + - ACPI_EC_DEBUGFS=m + - ACPI_AC=m + - ACPI_BATTERY=m + - ACPI_BUTTON=m + - ACPI_TINY_POWER_BUTTON=m + - ACPI_TINY_POWER_BUTTON_SIGNAL=38 + - ACPI_VIDEO=m + - ACPI_FAN=m + - ACPI_TAD=m + - ACPI_DOCK=y + - ACPI_IPMI=m + - ACPI_CUSTOM_DSDT_FILE="" + - ACPI_DEBUG=y + - ACPI_PCI_SLOT=y + - ACPI_CONTAINER=y + - ACPI_HED=y + - ACPI_CUSTOM_METHOD=m + - ACPI_NFIT=m + - NFIT_SECURITY_DEBUG=n + - ACPI_CONFIGFS=m + - ACPI_PFRUT=m + - ACPI_FFH=y + - PMIC_OPREGION=y + - BT_HCIUART_RTL=y + - PCIE_EDR=y + - HOTPLUG_PCI_ACPI=y + - HOTPLUG_PCI_ACPI_IBM=m + - CXL_ACPI=m + - FW_CACHE=y + - ISCSI_IBFT=m + - EFI_CUSTOM_SSDT_OVERLAYS=y + - PNP_DEBUG_MESSAGES=n + - ATA_ACPI=y + - SATA_ZPODD=y + - PATA_ACPI=m + - NET_SB1000=n + - FUJITSU_ES=m + - TOUCHSCREEN_CHIPONE_ICN8505=m + - INPUT_SOC_BUTTON_ARRAY=m + - SERIAL_8250_PNP=y + - TCG_INFINEON=m + - ACPI_I2C_OPREGIOSENSORS_ACPI_POWERN=y + - I2C_AMD_MP2=m + - I2C_SCMI=m + - SPI_RZV2M_CSI=m + - PINCTRL_AMD=y + - GPIO_AMDPT=m + - SENSORS_NCT6775=m + - SENSORS_ACPI_POWER=m + - WDAT_WDT=m + - IR_ENE=m + - IR_FINTEK=m + - IR_ITE_CIR=m + - IR_NUVOTON=m + - VIDEO_OV2740=m + - VIDEO_OV9734=m + - DRM_SHMOBILE=n + - SND_HDA_SCODEC_CS35L41_I2C=m + - SND_HDA_SCODEC_CS35L41_SPI=m + - SND_SOC_AMD_CZ_DA7219MX98357_MACH=m + - SND_SOC_AMD_ST_ES8336_MACH=m + - SND_SOC_SOF_ACPI=m + - SND_SOC_STARFIVE=m + - SND_SOC_JH7110_TDM=m + - SND_SOC_SSM3515=n + - I2C_HID_ACPI=m + - USB_CDNS3_PCI_WRAP=m + - USB_CDNS3_STARFIVE=m + - USB_CDNSP_PCI=m + - USB_CDNSP_HOST=y + - UCSI_ACPI=m + - MMC_SDHCI_ACPI=m + - VMGENID=m + - PCC=y + - ACPI_ALS=m + - PWM_MICROCHIP_CORE=m + - INTEL_TH_ACPI=m + - CRYPTO_DEV_JH7110=m + - PER_VMA_LOCK_STATS=y + - HARDLOCKUP_DETECTOR=y + - BOOTPARAM_HARDLOCKUP_PANIC=y + - ACPI_PCC=y + - SENSORS_XGENE=m +- commit fe612b0 + +------------------------------------------------------------------- +Sun Jul 9 08:15:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.2 (bsc#1012628). +- arch/arm64/mm/fault: Fix undeclared variable error in + do_page_fault() (bsc#1012628). +- drm/amdgpu: Validate VM ioctl flags (bsc#1012628). +- dm ioctl: Avoid double-fetch of version (bsc#1012628). +- docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + (bsc#1012628). +- scripts/tags.sh: Resolve gtags empty index generation + (bsc#1012628). +- hugetlb: revert use of page_cache_next_miss() (bsc#1012628). +- nubus: Partially revert proc_create_single_data() conversion + (bsc#1012628). +- Revert "cxl/port: Enable the HDM decoder capability for switch + ports" (bsc#1012628). +- nfs: don't report STATX_BTIME in ->getattr (bsc#1012628). +- execve: always mark stack as growing down during early stack + setup (bsc#1012628). +- PCI/ACPI: Call _REG when transitioning D-states (bsc#1012628). +- PCI/ACPI: Validate acpi_pci_set_power_state() parameter + (bsc#1012628). +- tools/nolibc: x86_64: disable stack protector for _start + (bsc#1012628). +- xtensa: fix lock_mm_and_find_vma in case VMA not found + (bsc#1012628). +- commit 648ac3b + +------------------------------------------------------------------- +Fri Jul 7 17:08:32 CEST 2023 - duwe@suse.de + +- regulator: axp20x: Add AXP15060 support. +- commit db7b000 + +------------------------------------------------------------------- +Wed Jul 5 15:33:06 CEST 2023 - jslaby@suse.cz + +- Revert "Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch." + This reverts commit b8411965e8341c82ba2e01bb38698945be2390a0. It breaks + the build: + + ln -s /usr/src/linux-6.4.1-1 /home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source + ln: failed to create symbolic link '/home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source': No such file or directory +- commit 3561b10 + +------------------------------------------------------------------- +Wed Jul 5 09:41:22 CEST 2023 - tiwai@suse.de + +- drm/amd: Don't try to enable secure display TA multiple times + (bsc#1212848). +- drm/amdgpu: fix number of fence calculations (bsc#1212848). +- drm/amd/display: perform a bounds check before filling dirty + rectangles (bsc#1212848). +- drm/amdgpu: check RAS irq existence for VCN/JPEG (bsc#1212848). +- drm/amd/pm: add abnormal fan detection for smu 13.0.0 + (bsc#1212848). +- drm/amd: Disable PSR-SU on Parade 0803 TCON (bsc#1212848). +- drm/amd/pm: update the LC_L1_INACTIVITY setting to address + possible noise issue (bsc#1212848). +- drm/amd/display: Fix 128b132b link loss handling (bsc#1212848). +- drm/amd/display: disable seamless boot if force_odm_combine + is enabled (bsc#1212848). +- drm/amd/display: add a NULL pointer check (bsc#1212848). +- drm/amd/pm: revise the ASPM settings for thunderbolt attached + scenario (bsc#1212848). +- drm/amdgpu: fix clearing mappings for BOs that are always + valid in VM (bsc#1212848). +- drm/amdgpu: Skip mark offset for high priority rings + (bsc#1212848). +- drm/amdgpu: make sure that BOs have a backing store + (bsc#1212848). +- drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory + (bsc#1212848). +- commit a695138 + ------------------------------------------------------------------- Mon Jul 3 08:14:09 CEST 2023 - msuchanek@suse.de - Remove more packaging cruft for SLE < 12 SP3 - commit a16781c +------------------------------------------------------------------- +Mon Jul 3 07:30:04 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.1 (bsc#1012628). +- x86/microcode/AMD: Load late on both threads too (bsc#1012628). +- x86/smp: Make stop_other_cpus() more robust (bsc#1012628). +- x86/smp: Dont access non-existing CPUID leaf (bsc#1012628). +- x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + (bsc#1012628). +- x86/smp: Use dedicated cache-line for mwait_play_dead() + (bsc#1012628). +- x86/smp: Cure kexec() vs. mwait_play_dead() breakage + (bsc#1012628). +- cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated + (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix return error fix on TX path + (bsc#1012628). +- maple_tree: fix potential out-of-bounds access in + mas_wr_end_piv() (bsc#1012628). +- mm: introduce new 'lock_mm_and_find_vma()' page fault helper + (bsc#1012628). +- mm: make the page fault mmap locking killable (bsc#1012628). +- arm64/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: Convert to using lock_mm_and_find_vma() + (bsc#1012628). +- mips/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- riscv/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- arm/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- mm/fault: convert remaining simple cases to + lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma() + (bsc#1012628). +- mm: make find_extend_vma() fail if write lock not held + (bsc#1012628). +- execve: expand new process stack manually ahead of time + (bsc#1012628). +- mm: always expand the stack with the mmap write lock held + (bsc#1012628). +- HID: wacom: Use ktime_t rather than int when dealing with + timestamps (bsc#1012628). +- gup: add warning if some caller would seem to want stack + expansion (bsc#1012628). +- mm/khugepaged: fix regression in collapse_file() (bsc#1012628). +- fbdev: fix potential OOB read in fast_imageblit() (bsc#1012628). +- HID: hidraw: fix data race on device refcount (bsc#1012628). +- HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651 + (bsc#1012628). +- Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid + resource leak in mtk_thermal_probe" (bsc#1012628). +- sparc32: fix lock_mm_and_find_vma() conversion (bsc#1012628). +- parisc: fix expand_stack() conversion (bsc#1012628). +- csky: fix up lock_mm_and_find_vma() conversion (bsc#1012628). +- xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + (bsc#1012628). +- Refresh + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files (CONFIG_LOCK_MM_AND_FIND_VMA=y). + There is no choice. +- commit eb53035 + ------------------------------------------------------------------- Fri Jun 30 21:46:24 CEST 2023 - msuchanek@suse.de +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). + Uses jq to parse 'kmod config' output. - Get module prefix from kmod (bsc#1212835). -- commit f6691b0 +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). +- commit 75e1d32 + +------------------------------------------------------------------- +Fri Jun 30 14:55:43 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section: + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- commit ce0878a ------------------------------------------------------------------- Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz @@ -3107,6 +18314,12 @@ Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz We now also have options like CONFIG_PAHOLE_HAS_LANG_EXCLUDE. - commit 86b52c1 +------------------------------------------------------------------- +Thu Jun 29 18:35:05 CEST 2023 - msuchanek@suse.de + +- Update vanilla config files. +- commit 94a0f63 + ------------------------------------------------------------------- Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de @@ -3114,7 +18327,22 @@ Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de With the module path adjustment applied as source patch only ALP/Tumbleweed kernel built on SLE/Leap needs the path changed back to non-usrmerged. -- commit dd9a820 +- commit bde5158 + +------------------------------------------------------------------- +Thu Jun 29 16:45:32 CEST 2023 - jslaby@suse.cz + +- Revert "x86/mm: try VMA lock-based page fault handling first" + (bsc#1212775). +- Update config files. +- commit 43c9b6b + +------------------------------------------------------------------- +Wed Jun 28 06:37:42 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring: Adjust mapping wrt architecture aliasing + requirements" (bsc#1212773). +- commit d2e19af ------------------------------------------------------------------- Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de @@ -3122,6 +18350,392 @@ Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de - kernel-docs: Use python3 together with python3-Sphinx (bsc#1212741). - commit 95a40a6 +------------------------------------------------------------------- +Mon Jun 26 07:37:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch. + Update upstream status and move to upstream-soon section. +- commit 1a327c7 + +------------------------------------------------------------------- +Mon Jun 26 01:34:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4 final +- refresh configs (headers only) +- commit 4b7bbac + +------------------------------------------------------------------- +Thu Jun 22 05:53:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.9 (bsc#1012628). +- x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + (bsc#1012628). +- cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + (bsc#1012628). +- cgroup: always put cset in cgroup_css_set_put_fork + (bsc#1012628). +- cgroup: fix missing cpus_read_{lock,unlock}() in + cgroup_transfer_tasks() (bsc#1012628). +- qcom: llcc/edac: Fix the base address used for accessing LLCC + banks (bsc#1012628). +- EDAC/qcom: Get rid of hardcoded register offsets (bsc#1012628). +- ksmbd: validate smb request protocol id (bsc#1012628). +- of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() (bsc#1012628). +- power: supply: ab8500: Fix external_power_changed race + (bsc#1012628). +- power: supply: sc27xx: Fix external_power_changed race + (bsc#1012628). +- power: supply: bq27xxx: Use mod_delayed_work() instead of + cancel() + schedule() (bsc#1012628). +- ARM: dts: vexpress: add missing cache properties (bsc#1012628). +- arm64: dts: arm: add missing cache properties (bsc#1012628). +- tools: gpio: fix debounce_period_us output of lsgpio + (bsc#1012628). +- selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent + change (bsc#1012628). +- power: supply: Ratelimit no data debug output (bsc#1012628). +- PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + (bsc#1012628). +- platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, + 0xC0 (bsc#1012628). +- regulator: Fix error checking for debugfs_create_dir + (bsc#1012628). +- irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ + firmware issues (bsc#1012628). +- irqchip/meson-gpio: Mark OF related data as maybe unused + (bsc#1012628). +- power: supply: Fix logic checking if system is running from + battery (bsc#1012628). +- drm: panel-orientation-quirks: Change Air's quirk to support + Air Plus (bsc#1012628). +- btrfs: scrub: try harder to mark RAID56 block groups read-only + (bsc#1012628). +- btrfs: handle memory allocation failure in btrfs_csum_one_bio + (bsc#1012628). +- ASoC: soc-pcm: test if a BE can be prepared (bsc#1012628). +- sfc: fix devlink info error handling (bsc#1012628). +- ASoC: Intel: avs: Account for UID of ACPI device (bsc#1012628). +- ASoC: Intel: avs: Fix avs_path_module::instance_id size + (bsc#1012628). +- ASoC: Intel: avs: Add missing checks on FE startup + (bsc#1012628). +- parisc: Improve cache flushing for PCXL in + arch_sync_dma_for_cpu() (bsc#1012628). +- parisc: Flush gatt writes and adjust gatt mask in + parisc_agp_mask_memory() (bsc#1012628). +- erofs: use HIPRI by default if per-cpu kthreads are enabled + (bsc#1012628). +- MIPS: unhide PATA_PLATFORM (bsc#1012628). +- MIPS: Restore Au1300 support (bsc#1012628). +- MIPS: Alchemy: fix dbdma2 (bsc#1012628). +- mips: Move initrd_start check after initrd address sanitisation + (bsc#1012628). +- ASoC: cs35l41: Fix default regmap values for some registers + (bsc#1012628). +- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + (bsc#1012628). +- xen/blkfront: Only check REQ_FUA for writes (bsc#1012628). +- drm:amd:amdgpu: Fix missing buffer object unlock in failure path + (bsc#1012628). +- io_uring: unlock sqd->lock before sq thread release CPU + (bsc#1012628). +- NVMe: Add MAXIO 1602 to bogus nid list (bsc#1012628). +- irqchip/gic: Correctly validate OF quirk descriptors + (bsc#1012628). +- wifi: cfg80211: fix locking in regulatory disconnect + (bsc#1012628). +- wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + (bsc#1012628). +- epoll: ep_autoremove_wake_function should use + list_del_init_careful (bsc#1012628). +- ocfs2: fix use-after-free when unmounting read-only filesystem + (bsc#1012628). +- ocfs2: check new file size on fallocate call (bsc#1012628). +- zswap: do not shrink if cgroup may not zswap (bsc#1012628). +- mm/damon/core: fix divide error in + damon_nr_accesses_to_accesses_bp() (bsc#1012628). +- nios2: dts: Fix tse_mac "max-frame-size" property (bsc#1012628). +- mm/uffd: fix vma operation where start addr cuts part of vma + (bsc#1012628). +- nilfs2: fix incomplete buffer cleanup in + nilfs_btnode_abort_change_key() (bsc#1012628). +- nilfs2: fix possible out-of-bounds segment allocation in resize + ioctl (bsc#1012628). +- nilfs2: reject devices with insufficient block count + (bsc#1012628). +- LoongArch: Fix debugfs_create_dir() error checking + (bsc#1012628). +- LoongArch: Fix perf event id calculation (bsc#1012628). +- io_uring/net: save msghdr->msg_control for retries + (bsc#1012628). +- Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM + in large bar system" (bsc#1012628). +- kexec: support purgatories with .text.hot sections + (bsc#1012628). +- x86/purgatory: remove PGO flags (bsc#1012628). +- riscv/purgatory: remove PGO flags (bsc#1012628). +- powerpc/purgatory: remove PGO flags (bsc#1012628). +- btrfs: subpage: fix a crash in metadata repair path + (bsc#1012628). +- btrfs: properly enable async discard when switching from RO->RW + (bsc#1012628). +- btrfs: do not ASSERT() on duplicated global roots (bsc#1012628). +- btrfs: fix iomap_begin length for nocow writes (bsc#1012628). +- btrfs: can_nocow_file_extent should pass down args->strict + from callers (bsc#1012628). +- ALSA: usb-audio: Fix broken resume due to UAC3 power state + (bsc#1012628). +- ALSA: usb-audio: Add quirk flag for HEM devices to enable + native DSD playback (bsc#1012628). +- s390/ism: Fix trying to free already-freed IRQ by repeated + ism_dev_exit() (bsc#1012628). +- dm thin metadata: check fail_io before using data_sm + (bsc#1012628). +- dm thin: fix issue_discard to pass GFP_NOIO to + __blkdev_issue_discard (bsc#1012628). +- net: ethernet: stmicro: stmmac: fix possible memory leak in + __stmmac_open (bsc#1012628). +- mm/gup_test: fix ioctl fail for compat task (bsc#1012628). +- RDMA/uverbs: Restrict usage of privileged QKEYs (bsc#1012628). +- drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + (bsc#1012628). +- net: usb: qmi_wwan: add support for Compal RXM-G1 (bsc#1012628). +- drm/amd/display: limit DPIA link rate to HBR3 (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd: Make sure image is written to trigger VBIOS image + update flow (bsc#1012628). +- drm/amd: Tighten permissions on VBIOS flashing attributes + (bsc#1012628). +- drm/amd/pm: workaround for compute workload type on some skus + (bsc#1012628). +- drm/amdgpu: add missing radeon secondary PCI ID (bsc#1012628). +- drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled + (bsc#1012628). +- drm/amdgpu: Program gds backup address as zero if no gds + allocated (bsc#1012628). +- drm/amdgpu: Implement gfx9 patch functions for resubmission + (bsc#1012628). +- drm/amdgpu: Modify indirect buffer packages for resubmission + (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for Compaq N14JP6 (bsc#1012628). +- thunderbolt: Increase DisplayPort Connection Manager handshake + timeout (bsc#1012628). +- thunderbolt: Do not touch CL state configuration during + discovery (bsc#1012628). +- thunderbolt: dma_test: Use correct value for absent rings when + creating paths (bsc#1012628). +- clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + (bsc#1012628). +- USB: serial: option: add Quectel EM061KGL series (bsc#1012628). +- serial: lantiq: add missing interrupt ack (bsc#1012628). +- tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + (bsc#1012628). +- usb: typec: ucsi: Fix command cancellation (bsc#1012628). +- usb: typec: Fix fast_role_swap_current show function + (bsc#1012628). +- usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + (bsc#1012628). +- usb: gadget: udc: core: Prevent soft_connect_store() race + (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} + error (bsc#1012628). +- USB: dwc3: qcom: fix NULL-deref on suspend (bsc#1012628). +- USB: dwc3: fix use-after-free on core driver unbind + (bsc#1012628). +- usb: dwc3: gadget: Reset num TRBs before giving back the request + (bsc#1012628). +- RDMA/rtrs: Fix the last iu->buf leak in err path (bsc#1012628). +- RDMA/rtrs: Fix rxe_dealloc_pd warning (bsc#1012628). +- RDMA/rxe: Fix packet length checks (bsc#1012628). +- RDMA/rxe: Fix ref count error in check_rkey() (bsc#1012628). +- RDMA/bnxt_re: Fix reporting active_{speed,width} attributes + (bsc#1012628). +- spi: cadence-quadspi: Add missing check for dma_set_mask + (bsc#1012628). +- spi: fsl-dspi: avoid SCK glitches with continuous transfers + (bsc#1012628). +- regulator: qcom-rpmh: add support for pmm8654au regulators + (bsc#1012628). +- regulator: qcom-rpmh: Fix regulators for PM8550 (bsc#1012628). +- netfilter: nf_tables: integrate pipapo into commit protocol + (bsc#1012628). +- netfilter: nfnetlink: skip error delivery on batch in case of + ENOMEM (bsc#1012628). +- ice: do not busy-wait to read GNSS data (bsc#1012628). +- ice: Don't dereference NULL in ice_gnss_read error path + (bsc#1012628). +- ice: Fix XDP memory leak when NIC is brought up and down + (bsc#1012628). +- netfilter: nf_tables: incorrect error path handling with + NFT_MSG_NEWRULE (bsc#1012628). +- net: enetc: correct the indexes of highest and 2nd highest TCs + (bsc#1012628). +- ping6: Fix send to link-local addresses with VRF (bsc#1012628). +- igb: Fix extts capture value format for 82580/i354/i350 + (bsc#1012628). +- net/sched: act_pedit: remove extra check for key type + (bsc#1012628). +- net/sched: act_pedit: Parse L3 Header for L4 offset + (bsc#1012628). +- net: renesas: rswitch: Fix timestamp feature after all + descriptors are used (bsc#1012628). +- octeontx2-af: Fix promiscuous mode (bsc#1012628). +- net/sched: taprio: fix slab-out-of-bounds Read in + taprio_dequeue_from_txq (bsc#1012628). +- net/sched: cls_u32: Fix reference counter leak leading to + overflow (bsc#1012628). +- wifi: mac80211: fix link activation settings order + (bsc#1012628). +- wifi: cfg80211: fix link del callback to call correct handler + (bsc#1012628). +- wifi: mac80211: take lock before setting vif links + (bsc#1012628). +- RDMA/rxe: Fix the use-before-initialization error of resp_pkts + (bsc#1012628). +- iavf: remove mask from iavf_irq_enable_queues() (bsc#1012628). +- octeontx2-af: fixed resource availability check (bsc#1012628). +- octeontx2-af: fix lbk link credits on cn10k (bsc#1012628). +- RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + (bsc#1012628). +- RDMA/mlx5: Create an indirect flow table for steering anchor + (bsc#1012628). +- RDMA/cma: Always set static rate to 0 for RoCE (bsc#1012628). +- IB/uverbs: Fix to consider event queue closing also upon + non-blocking mode (bsc#1012628). +- RDMA/mlx5: Fix affinity assignment (bsc#1012628). +- IB/isert: Fix dead lock in ib_isert (bsc#1012628). +- IB/isert: Fix possible list corruption in CMA handler + (bsc#1012628). +- IB/isert: Fix incorrect release of isert connection + (bsc#1012628). +- net: ethtool: correct MAX attribute value for stats + (bsc#1012628). +- wifi: mac80211: fragment per STA profile correctly + (bsc#1012628). +- ipvlan: fix bound dev checking for IPv6 l3s mode (bsc#1012628). +- sctp: fix an error code in sctp_sf_eat_auth() (bsc#1012628). +- igc: Clean the TX buffer and TX descriptor ring (bsc#1012628). +- igc: Fix possible system crash when loading module + (bsc#1012628). +- igb: fix nvm.ops.read() error handling (bsc#1012628). +- net: phylink: report correct max speed for QUSGMII + (bsc#1012628). +- net: phylink: use a dedicated helper to parse usgmii control + word (bsc#1012628). +- drm/nouveau: don't detect DSM for non-NVIDIA device + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + (bsc#1012628). +- drm/nouveau/dp: check for NULL nv_connector->native_mode + (bsc#1012628). +- drm/nouveau: add nv_encoder pointer check for NULL + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Call of_node_put() on error path + (bsc#1012628). +- selftests/tc-testing: Fix Error: Specified qdisc kind is unknown + (bsc#1012628). +- selftests/tc-testing: Fix Error: failed to find target LOG + (bsc#1012628). +- selftests/tc-testing: Fix SFB db test (bsc#1012628). +- net/sched: act_ct: Fix promotion of offloaded unreplied tuple + (bsc#1012628). +- net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + (bsc#1012628). +- net/sched: qdisc_destroy() old ingress and clsact Qdiscs before + grafting (bsc#1012628). +- selftests: forwarding: hw_stats_l3: Set addrgenmode in a + separate step (bsc#1012628). +- cifs: fix lease break oops in xfstest generic/098 (bsc#1012628). +- RDMA/rxe: Fix rxe_cq_post (bsc#1012628). +- ext4: drop the call to ext4_error() from ext4_get_group_info() + (bsc#1012628). +- ice: Fix ice module unload (bsc#1012628). +- net/sched: cls_api: Fix lockup on flushing explicitly created + chain (bsc#1012628). +- net: dsa: felix: fix taprio guard band overflow at 10Mbps with + jumbo frames (bsc#1012628). +- net: lapbether: only support ethernet devices (bsc#1012628). +- net: macsec: fix double free of percpu stats (bsc#1012628). +- sfc: fix XDP queues mode with legacy IRQ (bsc#1012628). +- dm: don't lock fs when the map is NULL during suspend or resume + (bsc#1012628). +- net: tipc: resize nlattr array to correct size (bsc#1012628). +- selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + (bsc#1012628). +- octeon_ep: Add missing check for ioremap (bsc#1012628). +- afs: Fix vlserver probe RTT handling (bsc#1012628). +- parisc: Delete redundant register definitions in + (bsc#1012628). +- arm64: dts: qcom: sm8550: Use the correct LLCC register scheme + (bsc#1012628). +- neighbour: delete neigh_lookup_nodev as not used (bsc#1012628). +- scsi: target: core: Fix error path in target_setup_session() + (bsc#1012628). +- blk-cgroup: Flush stats before releasing blkcg_gq (bsc#1012628). +- commit 0df701d + +------------------------------------------------------------------- +Wed Jun 21 06:24:15 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Fix usrmerge error (boo#1211796)"" + This reverts commit 4b4675f106bef7714110771742fd12e4791f94a8. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- commit 5587eea + +------------------------------------------------------------------- +Mon Jun 19 08:47:07 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu/sdma4: set align mask to 255 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit e044c8e + +------------------------------------------------------------------- +Mon Jun 19 08:31:02 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/thunderbolt-Mask-ring-interrupt-on-Intel-hardware-as.patch. + Update upstream status and move to sorted section. +- commit 27c2ccc + +------------------------------------------------------------------- +Mon Jun 19 08:26:10 CEST 2023 - jslaby@suse.cz + +- series: move the previously updated patch to the sorted section +- commit 19aa3e4 + +------------------------------------------------------------------- +Mon Jun 19 08:24:42 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/nouveau-fix-client-work-fence-deletion-race.patch. + Update upstream status. +- commit 26b9458 + +------------------------------------------------------------------- +Sun Jun 18 23:37:12 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc7 +- commit a8abd7d + +------------------------------------------------------------------- +Fri Jun 16 16:09:42 CEST 2023 - tiwai@suse.de + +- Revert "media: dvb-core: Fix use-after-free on race condition + at dvb_frontend" (bsc#1212439). +- commit 4dead9b + +------------------------------------------------------------------- +Fri Jun 16 09:21:49 CEST 2023 - tiwai@suse.de + +- nouveau: fix client work fence deletion race (bsc#1211217 + bsc#1211568). +- thunderbolt: Mask ring interrupt on Intel hardware as well + (bsc#1210165). +- commit 4abd087 + ------------------------------------------------------------------- Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de @@ -3129,12 +18743,829 @@ Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de The python3 binary is provided by python3-base. - commit c5df526 +------------------------------------------------------------------- +Wed Jun 14 12:27:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.8 (bsc#1012628). +- Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with + PCI_DEVICE" (bsc#1012628). +- wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- ext4: only check dquot_initialize_needed() when debugging + (bsc#1012628). +- Revert "ext4: don't clear SB_RDONLY when remounting r/w until + quota is re-enabled" (bsc#1012628). +- Bluetooth: Fix UAF in hci_conn_hash_flush again (bsc#1012628). +- Bluetooth: Refcnt drop must be placed last in hci_conn_unlink + (bsc#1012628). +- Bluetooth: Fix potential double free caused by hci_conn_unlink + (bsc#1012628). +- ksmbd: check the validation of pdu_size in + ksmbd_conn_handler_loop (bsc#1012628). +- ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + (bsc#1012628). +- ksmbd: fix out-of-bound read in parse_lease_state() + (bsc#1012628). +- ksmbd: fix out-of-bound read in deassemble_neg_contexts() + (bsc#1012628). +- vhost_vdpa: support PACKED when setting-getting vring_base + (bsc#1012628). +- vhost: support PACKED when setting-getting vring_base + (bsc#1012628). +- vdpa/mlx5: Fix hang when cvq commands are triggered during + device unregister (bsc#1012628). +- vduse: avoid empty string for dev name (bsc#1012628). +- riscv: fix kprobe __user string arg print fault issue + (bsc#1012628). +- Update config files. +- soundwire: stream: Add missing clear of alloc_slave_rt + (bsc#1012628). +- eeprom: at24: also select REGMAP (bsc#1012628). +- riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + (bsc#1012628). +- i2c: sprd: Delete i2c adapter in .remove's error path + (bsc#1012628). +- gpio: sim: fix memory corruption when adding named lines and + unnamed hogs (bsc#1012628). +- firmware: arm_ffa: Set handle field to zero in memory descriptor + (bsc#1012628). +- i2c: mv64xxx: Fix reading invalid status value in atomic mode + (bsc#1012628). +- arm64: dts: imx8mn-beacon: Fix SPI CS pinmux (bsc#1012628). +- blk-mq: fix blk_mq_hw_ctx active request accounting + (bsc#1012628). +- ASoC: simple-card-utils: fix PCM constraint error check + (bsc#1012628). +- ASoC: mediatek: mt8195: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove + callback returning void (bsc#1012628). +- ASoC: mediatek: mt8188: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: amd: ps: fix for acp_lock access in pdm driver + (bsc#1012628). +- arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + (bsc#1012628). +- arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP + signals (bsc#1012628). +- arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified + sc7180-lite boards (bsc#1012628). +- soc: qcom: rmtfs: Fix error code in probe() (bsc#1012628). +- soc: qcom: ramp_controller: Fix an error handling path in + qcom_ramp_controller_probe() (bsc#1012628). +- ASoC: codecs: wsa881x: do not set can_multi_write flag + (bsc#1012628). +- ASoC: codecs: wsa883x: do not set can_multi_write flag + (bsc#1012628). +- ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + (bsc#1012628). +- ARM: at91: pm: fix imbalanced reference counter for ethernet + devices (bsc#1012628). +- arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + (bsc#1012628). +- soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + (bsc#1012628). +- mm: page_table_check: Ensure user pages are not slab pages + (bsc#1012628). +- mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + (bsc#1012628). +- usb: usbfs: Use consistent mmap functions (bsc#1012628). +- usb: usbfs: Enforce page requirements for mmap (bsc#1012628). +- pinctrl: meson-axg: add missing GPIOA_18 gpio group + (bsc#1012628). +- soc: qcom: icc-bwmon: fix incorrect error code passed to + dev_err_probe() (bsc#1012628). +- virtio_net: use control_buf for coalesce params (bsc#1012628). +- rbd: get snapshot context after exclusive lock is ensured to + be held (bsc#1012628). +- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + (bsc#1012628). +- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + (bsc#1012628). +- Bluetooth: hci_qca: fix debugfs registration (bsc#1012628). +- Bluetooth: fix debugfs registration (bsc#1012628). +- Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + (bsc#1012628). +- s390/dasd: Use correct lock while counting channel queue length + (bsc#1012628). +- accel/ivpu: Fix sporadic VPU boot failure (bsc#1012628). +- accel/ivpu: Do not trigger extra VPU reset if the VPU is idle + (bsc#1012628). +- ceph: fix use-after-free bug for inodes when flushing capsnaps + (bsc#1012628). +- selftests: mptcp: update userspace pm subflow tests + (bsc#1012628). +- selftests: mptcp: update userspace pm addr tests (bsc#1012628). +- mptcp: update userspace pm infos (bsc#1012628). +- mptcp: add address into userspace pm list (bsc#1012628). +- mptcp: only send RM_ADDR in nl_cmd_remove (bsc#1012628). +- can: j1939: avoid possible use-after-free when + j1939_can_rx_register fails (bsc#1012628). +- can: j1939: change j1939_netdev_lock type to mutex + (bsc#1012628). +- can: j1939: j1939_sk_send_loop_abort(): improved error queue + handling in J1939 Socket (bsc#1012628). +- wifi: iwlwifi: mvm: Fix -Warray-bounds bug in + iwl_mvm_wait_d3_notif() (bsc#1012628). +- drm/amd/display: add ODM case when looking for first split pipe + (bsc#1012628). +- drm/amd/display: Reduce sdp bw after urgent to 90% + (bsc#1012628). +- drm/amd/pm: Fix power context allocation in SMU13 (bsc#1012628). +- drm/amd: Disallow s0ix without BIOS support again (bsc#1012628). +- drm/amdgpu: change reserved vram info print (bsc#1012628). +- drm/amdgpu: fix xclk freq on CHIP_STONEY (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane switching for some + sienna_cichlid SKUs (bsc#1012628). +- drm/i915/gt: Use the correct error value when kernel_context() + fails (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using + CS35L41 (bsc#1012628). +- ALSA: hda/realtek: Add Lenovo P3 Tower platform (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + (bsc#1012628). +- ALSA: ice1712,ice1724: fix the kcontrol->id initialization + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS50AU (bsc#1012628). +- ALSA: cmipci: Fix kctl->id initialization (bsc#1012628). +- ALSA: gus: Fix kctl->id initialization (bsc#1012628). +- ALSA: ymfpci: Fix kctl->id initialization (bsc#1012628). +- ALSA: hda: Fix kctl->id initialization (bsc#1012628). +- Input: fix open count when closing inhibited device + (bsc#1012628). +- Input: psmouse - fix OOB access in Elantech protocol + (bsc#1012628). +- Input: cyttsp5 - fix array length (bsc#1012628). +- Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + (bsc#1012628). +- batman-adv: Broken sync while rescheduling delayed work + (bsc#1012628). +- drm/msm/a6xx: initialize GMU mutex earlier (bsc#1012628). +- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + (bsc#1012628). +- bnxt_en: Prevent kernel panic when receiving unexpected + PHC_UPDATE event (bsc#1012628). +- bnxt_en: Skip firmware fatal error recovery if chip is not + accessible (bsc#1012628). +- bnxt_en: Query default VLAN before VNIC setup on a VF + (bsc#1012628). +- bnxt_en: Don't issue AP reset during ethtool's reset operation + (bsc#1012628). +- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (bsc#1012628). +- accel/ivpu: Do not use mutex_lock_interruptible (bsc#1012628). +- net: bcmgenet: Fix EEE implementation (bsc#1012628). +- lib: cpu_rmap: Fix potential use-after-free in + irq_cpu_rmap_release() (bsc#1012628). +- drm/amdgpu: fix Null pointer dereference error in + amdgpu_device_recover_vram (bsc#1012628). +- bpf: Add extra path pointer check to d_path helper + (bsc#1012628). +- net: sched: fix possible refcount leak in tc_chain_tmplt_add() + (bsc#1012628). +- net: sched: act_police: fix sparse errors in tcf_police_dump() + (bsc#1012628). +- net: openvswitch: fix upcall counter access before allocation + (bsc#1012628). +- net: sched: move rtm_tca_policy declaration to include file + (bsc#1012628). +- ice: make writes to /dev/gnssX synchronous (bsc#1012628). +- drm/i915/selftests: Add some missing error propagation + (bsc#1012628). +- net: sched: add rcu annotations around qdisc->qdisc_sleeping + (bsc#1012628). +- rfs: annotate lockless accesses to RFS sock flow table + (bsc#1012628). +- rfs: annotate lockless accesses to sk->sk_rxhash (bsc#1012628). +- tcp: gso: really support BIG TCP (bsc#1012628). +- ipv6: rpl: Fix Route of Death (bsc#1012628). +- drm/lima: fix sched context destroy (bsc#1012628). +- netfilter: nf_tables: out-of-bound check in chain blob + (bsc#1012628). +- netfilter: ipset: Add schedule point in call_ad() (bsc#1012628). +- netfilter: conntrack: fix NULL pointer dereference in + nf_confirm_cthelper (bsc#1012628). +- netfilter: nft_bitwise: fix register tracking (bsc#1012628). +- netfilter: nf_tables: Add null check for nla_nest_start_noflag() + in nft_dump_basechain_hook() (bsc#1012628). +- selftests/bpf: Fix sockopt_sk selftest (bsc#1012628). +- selftests/bpf: Verify optval=NULL case (bsc#1012628). +- wifi: cfg80211: fix locking in sched scan stop work + (bsc#1012628). +- accel/ivpu: Reserve all non-command bo's using + DMA_RESV_USAGE_BOOKKEEP (bsc#1012628). +- accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR (bsc#1012628). +- qed/qede: Fix scheduling while atomic (bsc#1012628). +- wifi: mac80211: don't translate beacon/presp addrs + (bsc#1012628). +- wifi: mac80211: mlme: fix non-inheritence element (bsc#1012628). +- wifi: cfg80211: reject bad AP MLD address (bsc#1012628). +- wifi: mac80211: use correct iftype HE cap (bsc#1012628). +- Bluetooth: L2CAP: Add missing checks for invalid DCID + (bsc#1012628). +- Bluetooth: ISO: use correct CIS order in Set CIG Parameters + event (bsc#1012628). +- Bluetooth: hci_conn: Fix not matching by CIS ID (bsc#1012628). +- Bluetooth: hci_conn: Add support for linking multiple hcon + (bsc#1012628). +- Bluetooth: ISO: don't try to remove CIG if there are bound + CIS left (bsc#1012628). +- Bluetooth: Fix l2cap_disconnect_req deadlock (bsc#1012628). +- Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + (bsc#1012628). +- Bluetooth: ISO: Fix CIG auto-allocation to select configurable + CIG (bsc#1012628). +- Bluetooth: ISO: consider right CIS when removing CIG at cleanup + (bsc#1012628). +- Bluetooth: Split bt_iso_qos into dedicated structures + (bsc#1012628). +- drm/i915: Use 18 fast wake AUX sync len (bsc#1012628). +- drm/i915: Explain the magic numbers for AUX SYNC/precharge + length (bsc#1012628). +- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + (bsc#1012628). +- net: enetc: correct rx_bytes statistics of XDP (bsc#1012628). +- net: enetc: correct the statistics of rx bytes (bsc#1012628). +- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK + CONT (bsc#1012628). +- net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + (bsc#1012628). +- bpf: Fix elem_size not being set for inner maps (bsc#1012628). +- bpf: Fix UAF in task local storage (bsc#1012628). +- net/ipv4: ping_group_range: allow GID from 2147483648 to + 4294967294 (bsc#1012628). +- net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + (bsc#1012628). +- neighbour: fix unaligned access to pneigh_entry (bsc#1012628). +- bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() (bsc#1012628). +- wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + (bsc#1012628). +- afs: Fix setting of mtime when creating a file/dir/symlink + (bsc#1012628). +- spi: qup: Request DMA before enabling clocks (bsc#1012628). +- platform/surface: aggregator_tabletsw: Add support for book + mode in KIP subsystem (bsc#1012628). +- platform/surface: aggregator: Allow completion work-items to + be executed in parallel (bsc#1012628). +- spi: mt65xx: make sure operations completed before unloading + (bsc#1012628). +- commit 627a49e + +------------------------------------------------------------------- +Tue Jun 13 16:33:10 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv6 configs +- Update config files (same settings like armv7hl) +- commit d3ab761 + +------------------------------------------------------------------- +Tue Jun 13 09:59:55 CEST 2023 - tzimmermann@suse.com + +- drm/prime: reject DMA-BUF attach when get_sg_table is missing (bsc#1212133) +- commit d322cd6 + +------------------------------------------------------------------- +Tue Jun 13 09:59:53 CEST 2023 - tzimmermann@suse.com + +- drm/vram-helper: turn on PRIME import/export (bsc#1212133) +- commit 6c91918 + +------------------------------------------------------------------- +Tue Jun 13 07:26:41 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to accumulate all the past changes. +- commit c0cd722 + +------------------------------------------------------------------- +Mon Jun 12 07:01:32 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.7 (bsc#1012628). +- RDMA/bnxt_re: Fix the page_size used during the MR creation + (bsc#1012628). +- phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix + CNTL2_DIF_TX_CTL0 value (bsc#1012628). +- RDMA/efa: Fix unsupported page sizes in device (bsc#1012628). +- RDMA/hns: Fix timeout attr in query qp for HIP08 (bsc#1012628). +- RDMA/hns: Fix base address table allocation (bsc#1012628). +- RDMA/hns: Modify the value of long message loopback slice + (bsc#1012628). +- dmaengine: at_xdmac: fix potential Oops in + at_xdmac_prep_interleaved() (bsc#1012628). +- RDMA/bnxt_re: Fix a possible memory leak (bsc#1012628). +- RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + (bsc#1012628). +- iommu: Make IPMMU_VMSA dependencies more strict (bsc#1012628). +- iommu/rockchip: Fix unwind goto issue (bsc#1012628). +- iommu/amd: Don't block updates to GATag if guest mode is on + (bsc#1012628). +- iommu/amd: Handle GALog overflows (bsc#1012628). +- iommu/amd: Fix up merge conflict resolution (bsc#1012628). +- iommu/amd: Add missing domain type checks (bsc#1012628). +- nfsd: make a copy of struct iattr before calling notify_change + (bsc#1012628). +- dmaengine: pl330: rename _start to prevent build error + (bsc#1012628). +- crypto: x86/aria - Use 16 byte alignment for GFNI constant + vectors (bsc#1012628). +- riscv: Fix unused variable warning when BUILTIN_DTB is set + (bsc#1012628). +- net/mlx5e: TC, Remove unused vf_tun variable (bsc#1012628). +- net/mlx5e: TC, Move main flow attribute cleanup to helper func + (bsc#1012628). +- net/mlx5e: Extract remaining tunnel encap code to dedicated file + (bsc#1012628). +- net/mlx5e: Prevent encap offload when neigh update is running + (bsc#1012628). +- net/mlx5e: Consider internal buffers size in port buffer + calculations (bsc#1012628). +- net/mlx5e: Do not update SBCM when prio2buffer command is + invalid (bsc#1012628). +- net/mlx5: Drain health before unregistering devlink + (bsc#1012628). +- net/mlx5: SF, Drain health before removing device (bsc#1012628). +- net/mlx5: fw_tracer, Fix event handling (bsc#1012628). +- net/mlx5e: Use query_special_contexts cmd only once per mdev + (bsc#1012628). +- net/mlx5e: CT: Use per action stats (bsc#1012628). +- net/mlx5e: TC, Remove CT action reordering (bsc#1012628). +- net/mlx5: Fix post parse infra to only parse every action once + (bsc#1012628). +- net/mlx5e: Don't attach netdev profile while handling internal + error (bsc#1012628). +- net/mlx5e: Move Ethernet driver debugfs to profile init callback + (bsc#1012628). +- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory + pressure (bsc#1012628). +- net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked + (bsc#1012628). +- netrom: fix info-leak in nr_write_internal() (bsc#1012628). +- af_packet: Fix data-races of pkt_sk(sk)->num (bsc#1012628). +- tls: improve lockless access safety of tls_err_abort() + (bsc#1012628). +- amd-xgbe: fix the false linkup in xgbe_phy_status (bsc#1012628). +- perf ftrace latency: Remove unnecessary "--" from --use-nsec + option (bsc#1012628). +- mtd: rawnand: ingenic: fix empty stub helper definitions + (bsc#1012628). +- efi: Bump stub image version for macOS HVF compatibility + (bsc#1012628). +- RDMA/irdma: Prevent QP use after free (bsc#1012628). +- RDMA/irdma: Fix Local Invalidate fencing (bsc#1012628). +- af_packet: do not use READ_ONCE() in packet_bind() + (bsc#1012628). +- tcp: deny tcp_disconnect() when threads are waiting + (bsc#1012628). +- tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if + user_mss set (bsc#1012628). +- rxrpc: Truncate UTS_RELEASE for rxrpc version (bsc#1012628). +- net/smc: Scan from current RMB list when no position specified + (bsc#1012628). +- net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD + LINK (bsc#1012628). +- net/sched: sch_ingress: Only create under TC_H_INGRESS + (bsc#1012628). +- net/sched: sch_clsact: Only create under TC_H_CLSACT + (bsc#1012628). +- net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress + (clsact) Qdiscs (bsc#1012628). +- net/sched: Prohibit regrafting ingress or clsact Qdiscs + (bsc#1012628). +- net: sched: fix NULL pointer dereference in mq_attach + (bsc#1012628). +- net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + (bsc#1012628). +- udp6: Fix race condition in udp6_sendmsg & connect + (bsc#1012628). +- nfsd: fix double fget() bug in __write_ports_addfd() + (bsc#1012628). +- HID: logitech-hidpp: Handle timeout differently from busy + (bsc#1012628). +- nvme: fix the name of Zone Append for verbose logging + (bsc#1012628). +- net/mlx5e: Fix error handling in mlx5e_refresh_tirs + (bsc#1012628). +- net/mlx5: Read embedded cpu after init bit cleared + (bsc#1012628). +- sfc: fix error unwinds in TC offload (bsc#1012628). +- iommu/mediatek: Flush IOTLB completely only if domain has been + attached (bsc#1012628). +- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() + (bsc#1012628). +- tcp: fix mishandling when the sack compression is deferred + (bsc#1012628). +- net: ipa: Use correct value for IPA_STATUS_SIZE (bsc#1012628). +- net: dsa: mv88e6xxx: Increase wait after reset deactivation + (bsc#1012628). +- mtd: rawnand: marvell: ensure timing values are written + (bsc#1012628). +- mtd: rawnand: marvell: don't set the NAND frequency select + (bsc#1012628). +- net: renesas: rswitch: Fix return value in error path of xmit + (bsc#1012628). +- net: phy: mxl-gpy: extend interrupt fix to all impacted variants + (bsc#1012628). +- ice: recycle/free all of the fragments from multi-buffer frame + (bsc#1012628). +- rtnetlink: call validate_linkmsg in rtnl_create_link + (bsc#1012628). +- rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg + (bsc#1012628). +- rtnetlink: add the missing IFLA_GRO_ tb check in + validate_linkmsg (bsc#1012628). +- mptcp: avoid unneeded __mptcp_nmpc_socket() usage (bsc#1012628). +- mptcp: add annotations around msk->subflow accesses + (bsc#1012628). +- mptcp: avoid unneeded address copy (bsc#1012628). +- mptcp: simplify subflow_syn_recv_sock() (bsc#1012628). +- mptcp: consolidate passive msk socket initialization + (bsc#1012628). +- mptcp: fix data race around msk->first access (bsc#1012628). +- mptcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- drm/amdgpu: release gpu full access after + "amdgpu_device_ip_late_init" (bsc#1012628). +- watchdog: menz069_wdt: fix watchdog initialisation + (bsc#1012628). +- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor + IDs (bsc#1012628). +- drm/amd/display: fix memleak in aconnector->timing_requested + (bsc#1012628). +- LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + (bsc#1012628). +- drm/amdgpu: Use the default reset when loading or reloading + the driver (bsc#1012628). +- mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() (bsc#1012628). +- drm/ast: Fix ARM compatibility (bsc#1012628). +- btrfs: abort transaction when sibling keys check fails for + leaves (bsc#1012628). +- ARM: 9295/1: unwind:fix unwind abort for uleb128 case + (bsc#1012628). +- perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFG + (bsc#1012628). +- hwmon: (k10temp) Add PCI ID for family 19, model 78h + (bsc#1012628). +- media: rcar-vin: Gen3 can not scale NV12 (bsc#1012628). +- media: rcar-vin: Fix NV12 size alignment (bsc#1012628). +- media: rcar-vin: Select correct interrupt mode for + V4L2_FIELD_ALTERNATE (bsc#1012628). +- platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + (bsc#1012628). +- platform/mellanox: fix potential race in mlxbf-tmfifo driver + (bsc#1012628). +- gfs2: Don't deref jdesc in evict (bsc#1012628). +- drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution + (bsc#1012628). +- drm/amdgpu: set gfx9 onwards APU atomics support to be true + (bsc#1012628). +- fbdev: imsttfb: Fix use after free bug in imsttfb_probe + (bsc#1012628). +- fbdev: modedb: Add 1920x1080 at 60 Hz video mode (bsc#1012628). +- fbdev: stifb: Fix info entry in sti_struct on error path + (bsc#1012628). +- nbd: Fix debugfs_create_dir error checking (bsc#1012628). +- block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + (bsc#1012628). +- nvme-pci: add quirk for missing secondary temperature thresholds + (bsc#1012628). +- nvme-pci: clamp max_hw_sectors based on DMA optimized limitation + (bsc#1012628). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + (bsc#1012628). +- ASoC: dwc: limit the number of overrun messages (bsc#1012628). +- cpupower:Fix resource leaks in sysfs_get_enabled() + (bsc#1012628). +- ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data + function (bsc#1012628). +- um: harddog: fix modular build (bsc#1012628). +- xfrm: Check if_id in inbound policy/secpath match (bsc#1012628). +- ASoC: jz4740-i2s: Make I2S divider calculations more robust + (bsc#1012628). +- ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI + codecs (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + (bsc#1012628). +- ASoC: ssm2602: Add workaround for playback distortions + (bsc#1012628). +- media: dvb_demux: fix a bug for the continuity counter + (bsc#1012628). +- media: dvb-usb: az6027: fix three null-ptr-deref in + az6027_i2c_xfer() (bsc#1012628). +- media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: ce6230: fix null-ptr-deref in + ce6230_i2c_master_xfer() (bsc#1012628). +- media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in + rtl28xxu_i2c_xfer (bsc#1012628). +- media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + (bsc#1012628). +- media: dvb-usb: dw2102: fix uninit-value in + su3000_read_mac_address (bsc#1012628). +- media: netup_unidvb: fix irq init by register it at the end + of probe (bsc#1012628). +- media: dvb_ca_en50221: fix a size write bug (bsc#1012628). +- media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr + from ID table (bsc#1012628). +- ASoC: SOF: debug: conditionally bump runtime_pm counter on + exceptions (bsc#1012628). +- ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + (bsc#1012628). +- ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in + error handling (bsc#1012628). +- ASoC: SOF: pm: save io region state in case of errors in resume + (bsc#1012628). +- s390/pkey: zeroize key blobs (bsc#1012628). +- s390/topology: honour nr_cpu_ids when adding CPUs (bsc#1012628). +- s390/ipl: fix IPIB virtual vs physical address confusion + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + (bsc#1012628). +- wifi: rtl8xxxu: fix authentication timeout due to incorrect + RCR value (bsc#1012628). +- ARM: dts: stm32: add pin map for CAN controller on stm32f7 + (bsc#1012628). +- arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + (bsc#1012628). +- arm64: vdso: Pass (void *) to virt_to_page() (bsc#1012628). +- wifi: mac80211: simplify chanctx allocation (bsc#1012628). +- wifi: mac80211: consider reserved chanctx for mindef + (bsc#1012628). +- wifi: mac80211: recalc chanctx mindef before assigning + (bsc#1012628). +- wifi: iwlwifi: mvm: Add locking to the rate read flow + (bsc#1012628). +- scsi: ufs: core: Fix MCQ tag calculation (bsc#1012628). +- scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc() + (bsc#1012628). +- scsi: ufs: core: Fix MCQ nr_hw_queues (bsc#1012628). +- scsi: core: Decrease scsi_device's iorequest_cnt if dispatch + failed (bsc#1012628). +- wifi: b43: fix incorrect __packed annotation (bsc#1012628). +- net: wwan: t7xx: Ensure init is completed before system sleep + (bsc#1012628). +- netfilter: conntrack: define variables exp_nat_nla_policy and + any_addr with CONFIG_NF_NAT (bsc#1012628). +- nvme-multipath: don't call blk_mark_disk_dead in + nvme_mpath_remove_disk (bsc#1012628). +- nvme: do not let the user delete a ctrl before a complete + initialization (bsc#1012628). +- ALSA: oss: avoid missing-prototype warnings (bsc#1012628). +- drm/msm: Be more shouty if per-process pgtables aren't working + (bsc#1012628). +- atm: hide unused procfs functions (bsc#1012628). +- ceph: silence smatch warning in reconnect_caps_cb() + (bsc#1012628). +- drm/amdgpu: skip disabling fence driver src_irqs when device + is unplugged (bsc#1012628). +- ublk: fix AB-BA lockdep warning (bsc#1012628). +- nvme-pci: Add quirk for Teamgroup MP33 SSD (bsc#1012628). +- block: Deny writable memory mapping if block is read-only + (bsc#1012628). +- iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw() + (bsc#1012628). +- KVM: arm64: vgic: Fix a circular locking issue (bsc#1012628). +- KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + (bsc#1012628). +- KVM: arm64: vgic: Fix locking comment (bsc#1012628). +- KVM: arm64: Prevent unconditional donation of unmapped regions + from the host (bsc#1012628). +- scsi: qla2xxx: Fix NULL pointer dereference in target mode + (bsc#1012628). +- perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when + using guest PEBS (bsc#1012628). +- KVM: arm64: Reload PTE after invoking walker callback on + preorder traversal (bsc#1012628). +- media: mediatek: vcodec: Only apply 4K frame sizes on decoder + formats (bsc#1012628). +- mailbox: mailbox-test: fix a locking issue in + mbox_test_message_write() (bsc#1012628). +- drivers: base: cacheinfo: Fix shared_cpu_map changes in event + of CPU hotplug (bsc#1012628). +- drivers: base: cacheinfo: Update cpu_map_populated during CPU + Hotplug (bsc#1012628). +- dt-bindings: serial: 8250_omap: add rs485-rts-active-high + (bsc#1012628). +- media: uvcvideo: Don't expose unsupported formats to userspace + (bsc#1012628). +- selftests/ftrace: Choose target function for filter test from + samples (bsc#1012628). +- iio: accel: st_accel: Fix invalid mount_matrix on devices + without ACPI _ONT method (bsc#1012628). +- iio: adc: mxs-lradc: fix the order of two cleanup operations + (bsc#1012628). +- iio: tmag5273: Fix runtime PM leak on measurement error + (bsc#1012628). +- iio: ad4130: Make sure clock provider gets removed + (bsc#1012628). +- iio: adc: mt6370: Fix ibus and ibat scaling value of some + specific vendor ID chips (bsc#1012628). +- HID: google: add jewel USB id (bsc#1012628). +- HID: wacom: avoid integer overflow in wacom_intuos_inout() + (bsc#1012628). +- iio: imu: inv_icm42600: fix timestamp reset (bsc#1012628). +- dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 + compatible value (bsc#1012628). +- iio: light: vcnl4035: fixed chip ID check (bsc#1012628). +- iio: accel: kx022a fix irq getting (bsc#1012628). +- iio: adc: stm32-adc: skip adc-channels setup if none is present + (bsc#1012628). +- iio: adc: ad_sigma_delta: Fix IRQ issue by setting + IRQ_DISABLE_UNLAZY flag (bsc#1012628). +- iio: dac: mcp4725: Fix i2c_master_send() return value handling + (bsc#1012628). +- iio: addac: ad74413: fix resistance input processing + (bsc#1012628). +- iio: adc: ad7192: Change "shorted" channels to differential + (bsc#1012628). +- iio: adc: stm32-adc: skip adc-diff-channels setup if none is + present (bsc#1012628). +- iio: dac: build ad5758 driver when AD5758 is selected + (bsc#1012628). +- net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + (bsc#1012628). +- dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + (bsc#1012628). +- usb: cdns3: fix NCM gadget RX speed 20x slow than expection + at iMX8QM (bsc#1012628). +- usb: gadget: f_fs: Add unbind event before functionfs_unbind + (bsc#1012628). +- md/raid5: fix miscalculation of 'end_sector' in + raid5_read_one_chunk() (bsc#1012628). +- misc: fastrpc: Reassign memory ownership only for remote heap + (bsc#1012628). +- misc: fastrpc: return -EPIPE to invocations on device removal + (bsc#1012628). +- misc: fastrpc: reject new invocations during device removal + (bsc#1012628). +- scsi: stex: Fix gcc 13 warnings (bsc#1012628). +- ata: libata-scsi: Use correct device no in ata_find_dev() + (bsc#1012628). +- drm/amdgpu: enable tmz by default for GC 11.0.1 (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + (bsc#1012628). +- drm/amd/pm: resolve reboot exception for si oland (bsc#1012628). +- drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for renoir + (bsc#1012628). +- mmc: vub300: fix invalid response handling (bsc#1012628). +- mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + (bsc#1012628). +- tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break + instead of UARTCTRL_SBK (bsc#1012628). +- btrfs: fix csum_tree_block page iteration to avoid tripping + on -Werror=array-bounds (bsc#1012628). +- phy: qcom-qmp-combo: fix init-count imbalance (bsc#1012628). +- phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + (bsc#1012628). +- block: fix revalidate performance regression (bsc#1012628). +- powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + (bsc#1012628). +- iommu/amd: Fix domain flush size when syncing iotlb + (bsc#1012628). +- tpm, tpm_tis: correct tpm_tis_flags enumeration values + (bsc#1012628). +- module/decompress: Fix error checking on zstd decompression + (bsc#1012628). +- firmware: qcom_scm: Use fixed width src vm bitmap (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for secure map request + (bsc#1012628). +- btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work + (bsc#1012628). +- HID: hidpp: terminate retry loop on success (bsc#1012628). +- dmaengine: at_hdmac: Repair bitfield macros for peripheral ID + handling (bsc#1012628). +- dmaengine: at_hdmac: Extend the Flow Controller bitfield to + three bits (bsc#1012628). +- riscv: perf: Fix callchain parse error with kernel tracepoint + events (bsc#1012628). +- io_uring: undeprecate epoll_ctl support (bsc#1012628). +- selinux: don't use make's grouped targets feature yet + (bsc#1012628). +- mtdchar: mark bits of ioctl handler noinline (bsc#1012628). +- tracing/timerlat: Always wakeup the timerlat thread + (bsc#1012628). +- tracing/histograms: Allow variables to have some modifiers + (bsc#1012628). +- tracing/probe: trace_probe_primary_from_call(): checked + list_first_entry (bsc#1012628). +- selftests: mptcp: connect: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: pm nl: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: avoid using 'cmp --bytes' (bsc#1012628). +- selftests: mptcp: diag: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: simult flows: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: sockopt: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: userspace pm: skip if MPTCP is not supported + (bsc#1012628). +- mptcp: fix connect timeout handling (bsc#1012628). +- mptcp: fix active subflow finalization (bsc#1012628). +- ext4: add EA_INODE checking to ext4_iget() (bsc#1012628). +- ext4: set lockdep subclass for the ea_inode in + ext4_xattr_inode_cache_find() (bsc#1012628). +- ext4: disallow ea_inodes with extended attributes (bsc#1012628). +- ext4: add lockdep annotations for i_data_sem for ea_inode's + (bsc#1012628). +- fbcon: Fix null-ptr-deref in soft_cursor (bsc#1012628). +- serial: 8250_tegra: Fix an error handling path in + tegra_uart_probe() (bsc#1012628). +- serial: cpm_uart: Fix a COMPILE_TEST dependency (bsc#1012628). +- powerpc/xmon: Use KSYM_NAME_LEN in array size (bsc#1012628). +- test_firmware: prevent race conditions by a correct + implementation of locking (bsc#1012628). +- test_firmware: fix a memory leak with reqs buffer (bsc#1012628). +- test_firmware: fix the memory leak of the allocated firmware + buffer (bsc#1012628). +- KVM: arm64: Populate fault info for watchpoint (bsc#1012628). +- KVM: arm64: Drop last page ref in + kvm_pgtable_stage2_free_removed() (bsc#1012628). +- KVM: x86/mmu: Grab memslot for correct address space in NX + recovery worker (bsc#1012628). +- KVM: x86: Account fastpath-only VM-Exits in vCPU stats + (bsc#1012628). +- KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID + is out-of-bounds (bsc#1012628). +- ksmbd: fix credit count leakage (bsc#1012628). +- ksmbd: fix UAF issue from opinfo->conn (bsc#1012628). +- ksmbd: fix incorrect AllocationSize set in smb2_get_info + (bsc#1012628). +- ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + (bsc#1012628). +- ksmbd: fix multiple out-of-bounds read during context decoding + (bsc#1012628). +- KEYS: asymmetric: Copy sig and digest in + public_key_verify_signature() (bsc#1012628). +- regmap: Account for register length when chunking (bsc#1012628). +- tpm, tpm_tis: Request threaded interrupt handler (bsc#1012628). +- iommu/amd/pgtbl_v2: Fix domain max address (bsc#1012628). +- riscv: vmlinux.lds.S: Explicitly handle '.got' section + (bsc#1012628). +- ext4: enable the lazy init thread when remounting read/write + (bsc#1012628). +- commit b5f9ff5 + +------------------------------------------------------------------- +Sun Jun 11 23:55:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc6 +- refresh configs +- commit e5bdb6f + +------------------------------------------------------------------- +Sun Jun 11 23:43:29 CEST 2023 - mkubecek@suse.cz + +- config: refresh arm64/vanilla +- commit 3087200 + +------------------------------------------------------------------- +Sun Jun 11 15:31:51 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv7hl +- Update config files for armv7hl/6.4.0rc6 +- commit 782615b + +------------------------------------------------------------------- +Sun Jun 11 13:19:31 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 configs +- config: Update to 6.4-rc5: + * this includes lowering the ARCH_FORCE_MAX_ORDER by one given the + change of definition in mainline commit 23baf831a32c + ("mm, treewide: redefine MAX_ORDER sanely") + * config change from x86_64 adopted for arm64. Enabled all erratas, + rest compile as modules +- commit 084e86f + ------------------------------------------------------------------- Fri Jun 9 14:57:16 CEST 2023 - msuchanek@suse.de - Move setting %%build_html to config.sh - commit dd39da3 +------------------------------------------------------------------- +Fri Jun 9 12:31:43 CEST 2023 - tiwai@suse.de + +- Update patch reference for memstick fix (CVE-2023-3141 bsc#1212129 bsc#1211449) +- commit 2c9fe82 + ------------------------------------------------------------------- Fri Jun 9 10:23:55 CEST 2023 - msuchanek@suse.de @@ -3204,8 +19635,16 @@ Wed Jun 7 13:07:40 CEST 2023 - msuchanek@suse.de ------------------------------------------------------------------- Wed Jun 7 09:42:27 CEST 2023 - msuchanek@suse.de +- Generalize kernel-docs build requirements. - Generalize kernel-doc build requirements. -- commit 23b058f +- commit c80fe12 + +------------------------------------------------------------------- +Tue Jun 6 16:58:50 CEST 2023 - msuchanek@suse.de + +- Refresh patches.suse/add-suse-supported-flag.patch. + Fix table alignment. +- commit 6152a50 ------------------------------------------------------------------- Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de @@ -3215,18 +19654,435 @@ Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de not signing the kernel on non-efi - commit 28c22af +------------------------------------------------------------------- +Mon Jun 5 15:51:03 CEST 2023 - mfranc@suse.cz + +- s390/ap: add ap status asynch error support (jsc#PED-3332). +- s390/ap: implement SE AP bind, unbind and associate + (jsc#PED-3332). +- s390/ap: introduce low frequency polling possibility + (jsc#PED-3332). +- s390/ap: new low level inline functions ap_bapq() and ap_aapq() + (jsc#PED-3332). +- s390/ap: provide F bit parameter for ap_rapq() and ap_zapq() + (jsc#PED-3332). +- s390/ap: filter ap card functions, new queue functions attribute + (jsc#PED-3332). +- s390/ap: make tapq gr2 response a struct (jsc#PED-3332). +- s390/ap: introduce new AP bus sysfs attribute features + (jsc#PED-3332). +- s390/ap: exploit new B bit from QCI config info (jsc#PED-3332). +- s390/zcrypt: replace scnprintf with sysfs_emit (jsc#PED-3332). +- s390/zcrypt: rework length information for dqap (jsc#PED-3332). +- s390/zcrypt: make psmid unsigned long instead of long long + (jsc#PED-3332). +- commit 589eabc + +------------------------------------------------------------------- +Mon Jun 5 13:41:25 CEST 2023 - tiwai@suse.de + +- media: dvb-core: Fix use-after-free due to race condition at + dvb_ca_en50221 (CVE-2022-45919 bsc#1205803). +- media: dvb-core: Fix kernel WARNING for blocking operation in + wait_event*() (CVE-2023-31084 bsc#1210783). +- media: dvb-core: Fix use-after-free due to race at + dvb_register_device() (CVE-2022-45884 bsc#1205756). +- media: dvb-core: Fix use-after-free due on race condition at + dvb_net (CVE-2022-45886 bsc#1205760). +- media: dvb-core: Fix use-after-free on race condition at + dvb_frontend (CVE-2022-45885 bsc#1205758). +- media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + (CVE-2022-45887 bsc#1205762). +- commit c56eadf + +------------------------------------------------------------------- +Mon Jun 5 13:37:12 CEST 2023 - tiwai@suse.de + +- Update patch metadata for security fixes (bsc#1209287 CVE-2023-1380 bsc#1210533 CVE-2023-2002 bsc#1210806 CVE-2023-2269 CVE-2023-32233 bsc#1211043) +- commit 461c57a + +------------------------------------------------------------------- +Mon Jun 5 09:58:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.6 (bsc#1012628). +- netfilter: ctnetlink: Support offloaded conntrack entry deletion + (bsc#1012628). +- cpufreq: amd-pstate: Add ->fast_switch() callback (bsc#1012628). +- cpufreq: amd-pstate: Update policy->cur in + amd_pstate_adjust_perf() (bsc#1012628). +- bluetooth: Add cmd validity checks at the start of + hci_sock_ioctl() (bsc#1012628). +- net: phy: mscc: enable VSC8501/2 RGMII RX clock (bsc#1012628). +- cpufreq: amd-pstate: Remove fast_switch_possible flag from + active driver (bsc#1012628). +- vfio/type1: check pfn valid before converting to struct page + (bsc#1012628). +- blk-mq: fix race condition in active queue accounting + (bsc#1012628). +- blk-wbt: fix that wbt can't be disabled by default + (bsc#1012628). +- bpf, sockmap: Incorrectly handling copied_seq (bsc#1012628). +- bpf, sockmap: Wake up polling after data copy (bsc#1012628). +- bpf, sockmap: TCP data stall on recv before accept + (bsc#1012628). +- bpf, sockmap: Handle fin correctly (bsc#1012628). +- bpf, sockmap: Improved check for empty queue (bsc#1012628). +- bpf, sockmap: Reschedule is now done through backlog + (bsc#1012628). +- bpf, sockmap: Convert schedule_work into delayed_work + (bsc#1012628). +- bpf, sockmap: Pass skb ownership through read_skb (bsc#1012628). +- gpio-f7188x: fix chip name and pin count on Nuvoton chip + (bsc#1012628). +- net/mlx5: E-switch, Devcom, sync devcom events and devcom comp + register (bsc#1012628). +- Revert "net/mlx5: Expose vnic diagnostic counters for eswitch + managed vports" (bsc#1012628). +- Revert "net/mlx5: Expose steering dropped packets counter" + (bsc#1012628). +- net/mlx5e: TC, Fix using eswitch mapping in nic mode + (bsc#1012628). +- drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + (bsc#1012628). +- drm/i915: Disable DPLLs before disconnecting the TC PHY + (bsc#1012628). +- drm/i915: Move shared DPLL disabling into CRTC disable hook + (bsc#1012628). +- ASoC: Intel: avs: Fix module lookup (bsc#1012628). +- cxl/port: Fix NULL pointer access in devm_cxl_add_port() + (bsc#1012628). +- net: fec: add dma_wmb to ensure correct descriptor values + (bsc#1012628). +- tls: rx: strp: don't use GFP_KERNEL in softirq context + (bsc#1012628). +- tls: rx: strp: preserve decryption status of skbs when needed + (bsc#1012628). +- tls: rx: strp: factor out copying skb data (bsc#1012628). +- tls: rx: strp: force mixed decrypted records into copy mode + (bsc#1012628). +- tls: rx: strp: fix determining record length in copy mode + (bsc#1012628). +- tls: rx: strp: set the skb->len of detached / CoW'ed skbs + (bsc#1012628). +- tls: rx: device: fix checking decryption status (bsc#1012628). +- gpiolib: fix allocation of mixed dynamic/static GPIOs + (bsc#1012628). +- bpf: netdev: init the offload table earlier (bsc#1012628). +- platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + (bsc#1012628). +- power: supply: rt9467: Fix passing zero to 'dev_err_probe' + (bsc#1012628). +- selftests/bpf: Fix pkg-config call building sign-file + (bsc#1012628). +- ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, + 2 and 3 (bsc#1012628). +- coresight: perf: Release Coresight path when alloc trace id + failed (bsc#1012628). +- spi: spi-geni-qcom: Select FIFO mode for chip select + (bsc#1012628). +- firmware: arm_ffa: Fix usage of partition info get count flag + (bsc#1012628). +- firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation + (bsc#1012628). +- commit f583ba4 + +------------------------------------------------------------------- +Mon Jun 5 09:57:43 CEST 2023 - jslaby@suse.cz + +- drm/amd/display: Only wait for blank completion if OTG active + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit fc379fb + +------------------------------------------------------------------- +Sun Jun 4 22:15:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc5 +- refresh configs +- commit 2cab33e + ------------------------------------------------------------------- Fri Jun 2 08:24:33 CEST 2023 - msuchanek@suse.de - usrmerge: Compatibility with earlier rpm (boo#1211796) - commit 2191d32 +------------------------------------------------------------------- +Fri Jun 2 08:15:14 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 6db9c44 + +------------------------------------------------------------------- +Fri Jun 2 08:14:31 CEST 2023 - jslaby@suse.cz + +- Revert "Fix usrmerge error (boo#1211796)" + This reverts commit da84579e78f4c4efa5b3b910484fdaedc79fefec. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 4b4675f + +------------------------------------------------------------------- +Fri Jun 2 06:30:32 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit 6db9c44d07ee5bb9d1556fb52efbec6bb26b00a3. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit d3cbce2379049d1657919d6ced51f6f5141f66fd, we will + merge a fix from the packaging branch. +- commit 92dc30d + ------------------------------------------------------------------- Thu Jun 1 17:59:02 CEST 2023 - msuchanek@suse.de - Fix usrmerge error (boo#1211796) - commit da84579 +------------------------------------------------------------------- +Thu Jun 1 12:53:28 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7, as it + breaks the build: + + sed -ie s,/lib/modules/,/usr/lib/modules/,linux-6.3.5-0.g99c5100/Makefile scripts/depmod.sh + sed: can't read linux-6.3.5-0.g99c5100/Makefile: No such file or directory +- commit d3cbce2 + +------------------------------------------------------------------- +Thu Jun 1 12:01:34 CEST 2023 - ailiop@suse.com + +- xfs: verify buffer contents when we skip log replay (bsc#1210498 + CVE-2023-2124). +- commit 394c575 + +------------------------------------------------------------------- +Thu Jun 1 10:45:00 CEST 2023 - jslaby@suse.cz + +- Update config files -- X86_KERNEL_IBT=y (bsc#1211890). +- commit 50dbc0a + +------------------------------------------------------------------- +Wed May 31 08:18:30 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.5 (bsc#1012628). +- wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by + access null page (bsc#1012628). +- usb: dwc3: fix gadget mode suspend interrupt handler issue + (bsc#1012628). +- tpm, tpm_tis: Avoid cache incoherency in test for interrupts + (bsc#1012628). +- tpm, tpm_tis: Only handle supported interrupts (bsc#1012628). +- tpm_tis: Use tpm_chip_{start,stop} decoration inside + tpm_tis_resume (bsc#1012628). +- tpm, tpm_tis: startup chip before testing for interrupts + (bsc#1012628). +- tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + (bsc#1012628). +- tpm: Prevent hwrng from activating during resume (bsc#1012628). +- zsmalloc: move LRU update from zs_map_object() to zs_malloc() + (bsc#1012628). +- watchdog: sp5100_tco: Immediately trigger upon starting + (bsc#1012628). +- mm/vmemmap/devdax: fix kernel crash when probing devdax devices + (bsc#1012628). +- ocfs2: Switch to security_inode_init_security() (bsc#1012628). +- x86/mm: Avoid incomplete Global INVLPG flushes (bsc#1012628). +- platform/x86/intel/ifs: Annotate work queue on stack so object + debug does not complain (bsc#1012628). +- cifs: Fix cifs_limit_bvec_subset() to correctly check the + maxmimum size (bsc#1012628). +- cifs: fix smb1 mount regression (bsc#1012628). +- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (bsc#1012628). +- ALSA: hda: Fix unhandled register update during auto-suspend + period (bsc#1012628). +- ALSA: hda/realtek: Enable headset onLenovo M70/M90 + (bsc#1012628). +- SUNRPC: Don't change task->tk_status after the call to + rpc_exit_task (bsc#1012628). +- mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works (bsc#1012628). +- mmc: block: ensure error propagation for non-blk (bsc#1012628). +- power: supply: axp288_fuel_gauge: Fix external_power_changed + race (bsc#1012628). +- power: supply: bq25890: Fix external_power_changed race + (bsc#1012628). +- ASoC: rt5682: Disable jack detection interrupt during suspend + (bsc#1012628). +- net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + (bsc#1012628). +- m68k: Move signal frame following exception on 68020/030 + (bsc#1012628). +- ipv{4,6}/raw: fix output xfrm lookup wrt protocol (bsc#1012628). +- xtensa: fix signal delivery to FDPIC process (bsc#1012628). +- xtensa: add __bswap{si,di}2 helpers (bsc#1012628). +- parisc: Use num_present_cpus() in alternative patching code + (bsc#1012628). +- parisc: Handle kgdb breakpoints only in kernel context + (bsc#1012628). +- parisc: Fix flush_dcache_page() for usage from irq context + (bsc#1012628). +- parisc: Allow to reboot machine after system halt (bsc#1012628). +- parisc: Enable LOCKDEP support (bsc#1012628). +- parisc: Handle kprobes breakpoints only in kernel context + (bsc#1012628). +- cxl/port: Enable the HDM decoder capability for switch ports + (bsc#1012628). +- gpio: mockup: Fix mode of debugfs files (bsc#1012628). +- btrfs: use nofs when cleaning up aborted transactions + (bsc#1012628). +- thermal: intel: int340x: Add new line for UUID display + (bsc#1012628). +- block: fix bio-cache for passthru IO (bsc#1012628). +- dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + (bsc#1012628). +- drm/amd/display: Have Payload Properly Created After Resume + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized (bsc#1012628). +- drm/radeon: reintroduce radeon_dp_work_func content + (bsc#1012628). +- drm/amdgpu: don't enable secure display on incompatible + platforms (bsc#1012628). +- drm/amd/pm: add missing NotifyPowerSource message mapping for + SMU13.0.7 (bsc#1012628). +- drm/amd/pm: Fix output of pp_od_clk_voltage (bsc#1012628). +- Revert "binder_alloc: add missing mmap_lock calls when using + the VMA" (bsc#1012628). +- Revert "android: binder: stop saving a pointer to the VMA" + (bsc#1012628). +- binder: add lockless binder_alloc_(set|get)_vma() (bsc#1012628). +- binder: fix UAF caused by faulty buffer cleanup (bsc#1012628). +- binder: fix UAF of alloc->vma in race with munmap() + (bsc#1012628). +- drm/amd/amdgpu: limit one queue per gang (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on SPR + (bsc#1012628). +- x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid + platforms (bsc#1012628). +- irqchip/mips-gic: Don't touch vl_map if a local interrupt is + not routable (bsc#1012628). +- irqchip/mips-gic: Use raw spinlock for gic_lock (bsc#1012628). +- debugobjects: Don't wake up kswapd from fill_pool() + (bsc#1012628). +- fbdev: udlfb: Fix endpoint check (bsc#1012628). +- net: fix stack overflow when LRO is disabled for virtual + interfaces (bsc#1012628). +- udplite: Fix NULL pointer dereference in + __sk_mem_raise_allocated() (bsc#1012628). +- USB: core: Add routines for endpoint checks in old drivers + (bsc#1012628). +- USB: sisusbvga: Add endpoint checks (bsc#1012628). +- media: radio-shark: Add endpoint checks (bsc#1012628). +- ASoC: lpass: Fix for KASAN use_after_free out of bounds + (bsc#1012628). +- net: fix skb leak in __skb_tstamp_tx() (bsc#1012628). +- drm: fix drmm_mutex_init() (bsc#1012628). +- selftests: fib_tests: mute cleanup error message (bsc#1012628). +- octeontx2-pf: Fix TSOv6 offload (bsc#1012628). +- bpf: Fix mask generation for 32-bit narrow loads of 64-bit + fields (bsc#1012628). +- bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + (bsc#1012628). +- lan966x: Fix unloading/loading of the driver (bsc#1012628). +- ipv6: Fix out-of-bounds access in ipv6_find_tlv() (bsc#1012628). +- cifs: mapchars mount option ignored (bsc#1012628). +- power: supply: leds: Fix blink to LED on transition + (bsc#1012628). +- power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe (bsc#1012628). +- power: supply: bq27xxx: Fix bq27xxx_battery_update() race + condition (bsc#1012628). +- power: supply: bq27xxx: Fix I2C IRQ race on remove + (bsc#1012628). +- power: supply: bq27xxx: Fix poll_interval handling and races + on remove (bsc#1012628). +- power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() (bsc#1012628). +- power: supply: bq27xxx: Move bq27xxx_battery_update() down + (bsc#1012628). +- power: supply: bq27xxx: Ensure power_supply_changed() is called + on current sign changes (bsc#1012628). +- power: supply: bq27xxx: After charger plug in/out wait 0.5s + for things to stabilize (bsc#1012628). +- power: supply: bq25890: Call power_supply_changed() after + updating input current or voltage (bsc#1012628). +- power: supply: bq24190: Call power_supply_changed() after + updating input current (bsc#1012628). +- power: supply: sbs-charger: Fix INHIBITED bit for Status reg + (bsc#1012628). +- optee: fix uninited async notif value (bsc#1012628). +- firmware: arm_ffa: Check if ffa_driver remove is present before + executing (bsc#1012628). +- firmware: arm_ffa: Fix FFA device names for logical partitions + (bsc#1012628). +- fs: fix undefined behavior in bit shift for SB_NOUSER + (bsc#1012628). +- regulator: pca9450: Fix BUCK2 enable_mask (bsc#1012628). +- platform/x86: ISST: Remove 8 socket limit (bsc#1012628). +- coresight: Fix signedness bug in + tmc_etr_buf_insert_barrier_packet() (bsc#1012628). +- ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + (bsc#1012628). +- x86/pci/xen: populate MSI sysfs entries (bsc#1012628). +- xen/pvcalls-back: fix double frees with + pvcalls_new_active_socket() (bsc#1012628). +- x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + (bsc#1012628). +- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + (bsc#1012628). +- ASoC: Intel: avs: Fix declaration of enum avs_channel_config + (bsc#1012628). +- ASoC: Intel: avs: Access path components under lock + (bsc#1012628). +- cxl: Wait Memory_Info_Valid before access memory related info + (bsc#1012628). +- cxl: Move cxl_await_media_ready() to before capacity info + retrieval (bsc#1012628). +- sctp: fix an issue that plpmtu can never go to complete state + (bsc#1012628). +- forcedeth: Fix an error handling path in nv_probe() + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: fix sscanf() error checking + (bsc#1012628). +- net/mlx5e: Fix SQ wake logic in ptp napi_poll context + (bsc#1012628). +- net/mlx5e: Fix deadlock in tc route query code (bsc#1012628). +- net/mlx5e: Use correct encap attribute during invalidation + (bsc#1012628). +- net/mlx5e: do as little as possible in napi poll when budget + is 0 (bsc#1012628). +- net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) + CPUs (bsc#1012628). +- net/mlx5: Handle pairing of E-switch via uplink un/load APIs + (bsc#1012628). +- net/mlx5: DR, Check force-loopback RC QP capability + independently from RoCE (bsc#1012628). +- net/mlx5: Fix error message when failing to allocate device + memory (bsc#1012628). +- net/mlx5: Collect command failures data only for known commands + (bsc#1012628). +- net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + (bsc#1012628). +- net/mlx5: Devcom, serialize devcom registration (bsc#1012628). +- arm64: dts: imx8mn-var-som: fix PHY detection bug by adding + deassert delay (bsc#1012628). +- firmware: arm_ffa: Set reserved/MBZ fields to zero in the + memory descriptors (bsc#1012628). +- regulator: mt6359: add read check for PMIC MT6359 (bsc#1012628). +- net/smc: Reset connection when trying to use SMCRv2 fails + (bsc#1012628). +- 3c589_cs: Fix an error handling path in tc589_probe() + (bsc#1012628). +- page_pool: fix inconsistency for page_pool_ring_[un]lock() + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non + MTK_NETSYS_V2 SoCs (bsc#1012628). +- net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + (bsc#1012628). +- Revert "arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl" (bsc#1012628). +- commit fc86ff2 + ------------------------------------------------------------------- Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de @@ -3235,18 +20091,2511 @@ Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de Requires corresponding patch to kmod. - commit b8e00c5 +------------------------------------------------------------------- +Mon May 29 08:22:29 CEST 2023 - jslaby@suse.cz + +- xfs: fix livelock in delayed allocation at ENOSPC (brc#2208553 + xfs-issue). +- commit 2c66b1f + +------------------------------------------------------------------- +Sun May 28 21:56:00 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc4 +- refresh configs +- commit 2e9e157 + +------------------------------------------------------------------- +Fri May 26 13:24:11 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported rose module +- commit ffa03aa + +------------------------------------------------------------------- +Fri May 26 10:50:38 CEST 2023 - jlee@suse.com + +- Revert "Disable lockdown. (bsc#1209006)" + This reverts commit 44ca817f15b215421a4c788790dd5351c186d1df. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 5ab030f + +------------------------------------------------------------------- +Fri May 26 10:50:15 CEST 2023 - jlee@suse.com + +- Revert "Revert "Update config files." (bsc#1211166)" + This reverts commit 944713a45f59680c926e1a4d51798970f8af1767. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 1bf0f73 + +------------------------------------------------------------------- +Thu May 25 17:09:27 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add guard against future CVE-2016-3695 (bsc#1023051) + Just add more comment in support.conf, no change. +- commit 337e000 + +------------------------------------------------------------------- +Thu May 25 06:46:56 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.4 (bsc#1012628). +- drm/fbdev-generic: prohibit potential out-of-bounds access + (bsc#1012628). +- drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values (bsc#1012628). +- drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + (bsc#1012628). +- drm/mipi-dsi: Set the fwnode for mipi_dsi_device (bsc#1012628). +- ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + (bsc#1012628). +- net: skb_partial_csum_set() fix against transport header magic + value (bsc#1012628). +- net: mdio: mvusb: Fix an error handling path in + mvusb_mdio_probe() (bsc#1012628). +- perf/core: Fix perf_sample_data not properly initialized for + different swevents in perf_tp_event() (bsc#1012628). +- scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in + W-LUN suspend (bsc#1012628). +- tick/broadcast: Make broadcast device replacement work correctly + (bsc#1012628). +- linux/dim: Do nothing if no time delta between samples + (bsc#1012628). +- net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + (bsc#1012628). +- net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs() + (bsc#1012628). +- net: phy: bcm7xx: Correct read from expansion register + (bsc#1012628). +- netfilter: nf_tables: always release netdev hooks from notifier + (bsc#1012628). +- netfilter: conntrack: fix possible bug_on with enable_hooks=1 + (bsc#1012628). +- bonding: fix send_peer_notif overflow (bsc#1012628). +- netlink: annotate accesses to nlk->cb_running (bsc#1012628). +- net: annotate sk->sk_err write from do_recvmmsg() (bsc#1012628). +- net: deal with most data-races in sk_wait_event() (bsc#1012628). +- net: add vlan_get_protocol_and_depth() helper (bsc#1012628). +- tcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- gve: Remove the code of clearing PBA bit (bsc#1012628). +- ipvlan:Fix out-of-bounds caused by unclear skb->cb + (bsc#1012628). +- net: mscc: ocelot: fix stat counter register values + (bsc#1012628). +- drm/sched: Check scheduler work queue before calling timeout + handling (bsc#1012628). +- net: datagram: fix data-races in datagram_poll() (bsc#1012628). +- af_unix: Fix a data race of sk->sk_receive_queue->qlen + (bsc#1012628). +- af_unix: Fix data races around sk->sk_shutdown (bsc#1012628). +- drm/i915/guc: Don't capture Gen8 regs on Xe devices + (bsc#1012628). +- drm/i915: Fix NULL ptr deref by checking new_crtc_state + (bsc#1012628). +- drm/i915/dp: prevent potential div-by-zero (bsc#1012628). +- drm/i915: taint kernel when force probing unsupported devices + (bsc#1012628). +- fbdev: arcfb: Fix error handling in arcfb_probe() (bsc#1012628). +- ext4: reflect error codes from ext4_multi_mount_protect() + to its callers (bsc#1012628). +- ext4: don't clear SB_RDONLY when remounting r/w until quota + is re-enabled (bsc#1012628). +- ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + (bsc#1012628). +- ext4: allow ext4_get_group_info() to fail (bsc#1012628). +- refscale: Move shutdown from wait_event() to wait_event_idle() + (bsc#1012628). +- selftests: cgroup: Add 'malloc' failures checks in + test_memcontrol (bsc#1012628). +- rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + (bsc#1012628). +- open: return EINVAL for O_DIRECTORY | O_CREAT (bsc#1012628). +- fs: hfsplus: remove WARN_ON() from + hfsplus_cat_{read,write}_inode() (bsc#1012628). +- drm/displayid: add displayid_get_header() and check bounds + better (bsc#1012628). +- drm/amd/display: populate subvp cmd info only for the top pipe + (bsc#1012628). +- drm/amd/display: Correct DML calculation to align HW formula + (bsc#1012628). +- drm/amd/display: enable DPG when disabling plane for phantom + pipe (bsc#1012628). +- platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 + data (bsc#1012628). +- drm/amd/display: Enable HostVM based on rIOMMU active + (bsc#1012628). +- drm/amd/display: Use DC_LOG_DC in the trasform pixel function + (bsc#1012628). +- regmap: cache: Return error in cache sync operations for + REGCACHE_NONE (bsc#1012628). +- remoteproc: imx_dsp_rproc: Add custom memory copy implementation + for i.MX DSP Cores (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing DWC3 quirks + (bsc#1012628). +- accel/habanalabs: postpone mem_mgr IDR destruction to + hpriv_release() (bsc#1012628). +- drm/amd/display: reallocate DET for dual displays with high + pixel rate ratio (bsc#1012628). +- media: imx-jpeg: Bounds check sizeimage access (bsc#1012628). +- media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() + and buffer_finish() (bsc#1012628). +- media: pci: tw68: Fix null-ptr-deref bug in buf prepare and + finish (bsc#1012628). +- media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* + symbols (bsc#1012628). +- platform/x86/intel: vsec: Explicitly enable capabilities + (bsc#1012628). +- ACPI: processor: Check for null return of devm_kzalloc() + in fch_misc_setup() (bsc#1012628). +- drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + (bsc#1012628). +- memstick: r592: Fix UAF bug in r592_remove due to race condition + (bsc#1012628). +- arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from + usb_dwc3_0 (bsc#1012628). +- firmware: arm_sdei: Fix sleep from invalid context BUG + (bsc#1012628). +- ACPI: EC: Fix oops when removing custom query handlers + (bsc#1012628). +- drm/amd/display: fixed dcn30+ underflow issue (bsc#1012628). +- remoteproc: stm32_rproc: Add mutex protection for workqueue + (bsc#1012628). +- accel/ivpu: Remove D3hot delay for Meteorlake (bsc#1012628). +- drm/tegra: Avoid potential 32-bit integer overflow + (bsc#1012628). +- drm/msm/dp: Clean up handling of DP AUX interrupts + (bsc#1012628). +- ACPICA: Avoid undefined behavior: applying zero offset to null + pointer (bsc#1012628). +- ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + (bsc#1012628). +- arm64: dts: qcom: sm6115-j606f: Add ramoops node (bsc#1012628). +- irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + (bsc#1012628). +- media: ipu3-cio2: support multiple sensors and VCMs with same + HID (bsc#1012628). +- ACPI: video: Remove desktops without backlight DMI quirks + (bsc#1012628). +- drm/amd/display: Correct DML calculation to follow HW SPEC + (bsc#1012628). +- drm/amd: Fix an out of bounds error in BIOS parser + (bsc#1012628). +- drm/amdgpu: Fix sdma v4 sw fini error (bsc#1012628). +- media: Prefer designated initializers over memset for subdev + pad ops (bsc#1012628). +- drm/amdgpu: Enable IH retry CAM on GFX9 (bsc#1012628). +- media: mediatek: vcodec: Fix potential array out-of-bounds in + decoder queue_setup (bsc#1012628). +- platform/x86/amd: pmc: Fix memory leak in + amd_pmc_stb_debugfs_open_v2() (bsc#1012628). +- hwmon: (nzxt-smart2) add another USB ID (bsc#1012628). +- wifi: ath: Silence memcpy run-time false positive warning + (bsc#1012628). +- wifi: ath12k: Handle lock during peer_id find (bsc#1012628). +- wifi: ath12k: PCI ops for wakeup/release MHI (bsc#1012628). +- bpf: Annotate data races in bpf_local_storage (bsc#1012628). +- wifi: brcmfmac: pcie: Provide a buffer of random bytes to the + device (bsc#1012628). +- wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4387 + (bsc#1012628). +- ext2: Check block size validity during mount (bsc#1012628). +- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer + overflow (bsc#1012628). +- scsi: lpfc: Correct used_rpi count when devloss tmo fires with + no recovery (bsc#1012628). +- wifi: rtw88: fix memory leak in rtw_usb_probe() (bsc#1012628). +- bnxt: avoid overflow in bnxt_get_nvram_directory() + (bsc#1012628). +- net: pasemi: Fix return type of pasemi_mac_start_tx() + (bsc#1012628). +- wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work() + (bsc#1012628). +- net: Catch invalid index in XPS mapping (bsc#1012628). +- netdev: Enforce index cap in netdev_get_tx_queue (bsc#1012628). +- scsi: target: iscsit: Free cmds before session free + (bsc#1012628). +- lib: cpu_rmap: Avoid use after free on rmap->obj array entries + (bsc#1012628). +- scsi: message: mptlan: Fix use after free bug in mptlan_remove() + due to race condition (bsc#1012628). +- gfs2: Fix inode height consistency check (bsc#1012628). +- scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + (bsc#1012628). +- scsi: hisi_sas: Grab sas_dev lock when traversing the members + of sas_dev.list (bsc#1012628). +- ext4: set goal start correctly in ext4_mb_normalize_request + (bsc#1012628). +- ext4: Fix best extent lstart adjustment logic in + ext4_mb_new_inode_pa() (bsc#1012628). +- crypto: jitter - permanent and intermittent health errors + (bsc#1012628). +- f2fs: Fix system crash due to lack of free space in LFS + (bsc#1012628). +- f2fs: fix to drop all dirty pages during umount() if cp_error + is set (bsc#1012628). +- f2fs: fix to check readonly condition correctly (bsc#1012628). +- samples/bpf: Fix fout leak in hbm's run_bpf_prog (bsc#1012628). +- bpf: Add preempt_count_{sub,add} into btf id deny list + (bsc#1012628). +- md: fix soft lockup in status_resync (bsc#1012628). +- net/sched: pass netlink extack to mqprio and taprio offload + (bsc#1012628). +- wifi: iwlwifi: pcie: fix possible NULL pointer dereference + (bsc#1012628). +- wifi: iwlwifi: add a new PCI device ID for BZ device + (bsc#1012628). +- wifi: iwlwifi: pcie: Fix integer overflow in + iwl_write_to_user_buf (bsc#1012628). +- wifi: iwlwifi: mvm: fix ptk_pn memory leak (bsc#1012628). +- block, bfq: Fix division by zero error on zero wsum + (bsc#1012628). +- wifi: ath11k: Ignore frags from uninitialized peer in dp + (bsc#1012628). +- wifi: mt76: mt7921: add Netgear AXE3000 (A8000) support + (bsc#1012628). +- wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + (bsc#1012628). +- f2fs: relax sanity check if checkpoint is corrupted + (bsc#1012628). +- null_blk: Always check queue mode setting from configfs + (bsc#1012628). +- wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write + backtrace (bsc#1012628). +- wifi: ath11k: Fix SKB corruption in REO destination ring + (bsc#1012628). +- wifi: rtw88: Fix memory leak in rtw88_usb (bsc#1012628). +- nbd: fix incomplete validation of ioctl arg (bsc#1012628). +- ipvs: Update width of source for ip_vs_sync_conn_options + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + (bsc#1012628). +- Bluetooth: Add new quirk for broken local ext features page 2 + (bsc#1012628). +- Bluetooth: btrtl: add support for the RTL8723CS (bsc#1012628). +- Bluetooth: Improve support for Actions Semi ATS2851 based + devices (bsc#1012628). +- Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + (bsc#1012628). +- Bluetooth: btintel: Add LE States quirk support (bsc#1012628). +- Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if + not set (bsc#1012628). +- Bluetooth: Add new quirk for broken set random RPA timeout + for ATS2851 (bsc#1012628). +- Bluetooth: L2CAP: fix "bad unlock balance" in + l2cap_disconnect_rsp (bsc#1012628). +- Bluetooth: btrtl: Add the support for RTL8851B (bsc#1012628). +- staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE + (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 4 and later + (bsc#1012628). +- iio: imu: st_lsm6dsx: discard samples during filters settling + time (bsc#1012628). +- staging: axis-fifo: initialize timeouts in init only + (bsc#1012628). +- xhci: mem: Carefully calculate size for memory allocations + (bsc#1012628). +- spi: intel-pci: Add support for Meteor Lake-S SPI serial flash + (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A42) (bsc#1012628). +- HID: logitech-hidpp: Don't use the USB serial for USB devices + (bsc#1012628). +- HID: logitech-hidpp: Reconcile USB and Unifying serials + (bsc#1012628). +- spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 (bsc#1012628). +- usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + (bsc#1012628). +- ALSA: hda: LNL: add HD Audio PCI ID (bsc#1012628). +- ASoC: amd: Add Dell G15 5525 to quirks list (bsc#1012628). +- ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + (bsc#1012628). +- ASoC: amd: Add check for acp config flags (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 3 + (bsc#1012628). +- HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + (bsc#1012628). +- HID: wacom: generic: Set battery quirk only when we see battery + data (bsc#1012628). +- usb: typec: tcpm: fix multiple times discover svids error + (bsc#1012628). +- serial: 8250: Reinit port->pm on port specific driver unbind + (bsc#1012628). +- mcb-pci: Reallocate memory region to avoid memory overlapping + (bsc#1012628). +- powerpc: Use of_property_present() for testing DT property + presence (bsc#1012628). +- sched: Fix KCSAN noinstr violation (bsc#1012628). +- lkdtm/stackleak: Fix noinstr violation (bsc#1012628). +- riscv: Fix EFI stub usage of KASAN instrumented strcmp function + (bsc#1012628). +- recordmcount: Fix memory leaks in the uwrite function + (bsc#1012628). +- RDMA/core: Fix multiple -Warray-bounds warnings (bsc#1012628). +- KVM: selftests: Add 'malloc' failure check in vcpu_save_state + (bsc#1012628). +- iommu/arm-smmu-qcom: Limit the SMR groups to 128 (bsc#1012628). +- fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' + (bsc#1012628). +- fs/ntfs3: Enhance the attribute size check (bsc#1012628). +- fs/ntfs3: Fix NULL dereference in ni_write_inode (bsc#1012628). +- fs/ntfs3: Validate MFT flags before replaying logs + (bsc#1012628). +- fs/ntfs3: Add length check in indx_get_root (bsc#1012628). +- fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() + (bsc#1012628). +- clk: tegra20: fix gcc-7 constant overflow warning (bsc#1012628). +- iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any + (bsc#1012628). +- iommu/sprd: Release dma buffer to avoid memory leak + (bsc#1012628). +- power: supply: axp288_charger: Use alt usb-id extcon on some + x86 android tablets (bsc#1012628). +- Input: xpad - add constants for GIP interface numbers + (bsc#1012628). +- RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for + RO write (bsc#1012628). +- clk: rockchip: rk3588: make gate linked clocks critical + (bsc#1012628). +- cifs: missing lock when updating session status (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (part 2) (bsc#1012628). +- soundwire: dmi-quirks: add remapping for Intel 'Rooks County' + NUC M15 (bsc#1012628). +- phy: st: miphy28lp: use _poll_timeout functions for waits + (bsc#1012628). +- soundwire: qcom: gracefully handle too many ports in DT + (bsc#1012628). +- soundwire: bus: Fix unbalanced pm_runtime_put() causing usage + count underflow (bsc#1012628). +- mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to + intel_cht_wc_models (bsc#1012628). +- mfd: dln2: Fix memory leak in dln2_probe() (bsc#1012628). +- mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + (bsc#1012628). +- parisc: Replace regular spinlock with spin_trylock on panic path + (bsc#1012628). +- xfrm: don't check the default policy if the policy allows the + packet (bsc#1012628). +- xfrm: release all offloaded policy memory (bsc#1012628). +- xfrm: Fix leak of dev tracker (bsc#1012628). +- Revert "Fix XFRM-I support for nested ESP tunnels" + (bsc#1012628). +- drm/msm/dp: unregister audio driver during unbind (bsc#1012628). +- drm/msm/dpu: Assign missing writeback log_mask (bsc#1012628). +- drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio + header (bsc#1012628). +- drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabs + (bsc#1012628). +- drm/msm/dpu: populate SmartDMA features in hw catalog + (bsc#1012628). +- drm/msm/dpu: drop smart_dma_rev from dpu_caps (bsc#1012628). +- drm/msm/dpu: Allow variable SSPP_BLK size (bsc#1012628). +- drm/msm/dpu: Allow variable INTF_BLK size (bsc#1012628). +- drm/msm/dpu: move UBWC/memory configuration to separate struct + (bsc#1012628). +- drm/msm/dpu: split SM8550 catalog entry to the separate file + (bsc#1012628). +- drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typo (bsc#1012628). +- drm/msm/dpu: Remove duplicate register defines from INTF + (bsc#1012628). +- dt-bindings: display/msm: dsi-controller-main: Document qcom, + master-dsi and qcom, sync-dual-dsi (bsc#1012628). +- ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + (bsc#1012628). +- cpupower: Make TSC read per CPU for Mperf monitor (bsc#1012628). +- xfrm: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- af_key: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- drm/msm: Fix submit error-path leaks (bsc#1012628). +- selftests: seg6: disable DAD on IPv6 router cfg for + srv6_end_dt4_l3vpn_test (bsc#1012628). +- selftets: seg6: disable rp_filter by default in + srv6_end_dt4_l3vpn_test (bsc#1012628). +- devlink: change per-devlink netdev notifier to static one + (bsc#1012628). +- net: fec: Better handle pm_runtime_get() failing in .remove() + (bsc#1012628). +- net: phy: dp83867: add w/a for packet errors seen with short + cables (bsc#1012628). +- ALSA: firewire-digi00x: prevent potential use after free + (bsc#1012628). +- wifi: mt76: connac: fix stats->tx_bytes calculation + (bsc#1012628). +- ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion + 15 (bsc#1012628). +- ice: Fix undersized tx_flags variable (bsc#1012628). +- sfc: disable RXFCS and RXALL features by default (bsc#1012628). +- vsock: avoid to close connected socket after the timeout + (bsc#1012628). +- tcp: fix possible sk_priority leak in tcp_v4_send_reset() + (bsc#1012628). +- media: pvrusb2: fix DVB_CORE dependency (bsc#1012628). +- serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + (bsc#1012628). +- serial: 8250_bcm7271: balance clk_enable calls (bsc#1012628). +- serial: 8250_bcm7271: fix leak in `brcmuart_probe` + (bsc#1012628). +- erspan: get the proto with the md version for collect_md + (bsc#1012628). +- net: dsa: rzn1-a5psw: enable management frames for CPU port + (bsc#1012628). +- net: dsa: rzn1-a5psw: fix STP states handling (bsc#1012628). +- net: dsa: rzn1-a5psw: disable learning for standalone ports + (bsc#1012628). +- net: hns3: fix output information incomplete for dumping tx + queue info with debugfs (bsc#1012628). +- net: hns3: fix sending pfc frames after reset issue + (bsc#1012628). +- net: hns3: fix reset delay time to avoid configuration timeout + (bsc#1012628). +- net: hns3: fix reset timeout when enable full VF (bsc#1012628). +- media: netup_unidvb: fix use-after-free at del_timer() + (bsc#1012628). +- SUNRPC: double free xprt_ctxt while still in use (bsc#1012628). +- SUNRPC: always free ctxt when freeing deferred request + (bsc#1012628). +- SUNRPC: Fix trace_svc_register() call site (bsc#1012628). +- ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent + in dai_config (bsc#1012628). +- ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: SOF: topology: Fix logic for copying tuples (bsc#1012628). +- drm/exynos: fix g2d_open/close helper function definitions + (bsc#1012628). +- net: nsh: Use correct mac_offset to unwind gso skb in + nsh_gso_segment() (bsc#1012628). +- net: fec: remove the xdp_return_frame when lack of tx BDs + (bsc#1012628). +- virtio_net: Fix error unwinding of XDP initialization + (bsc#1012628). +- tipc: add tipc_bearer_min_mtu to calculate min mtu + (bsc#1012628). +- tipc: do not update mtu if msg_max is too small in mtu + negotiation (bsc#1012628). +- tipc: check the bearer min mtu properly when setting it by + netlink (bsc#1012628). +- s390/cio: include subchannels without devices also for + evaluation (bsc#1012628). +- can: dev: fix missing CAN XL support in can_put_echo_skb() + (bsc#1012628). +- net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + (bsc#1012628). +- net: bcmgenet: Restore phy_stop() depending upon suspend/close + (bsc#1012628). +- ice: Fix stats after PF reset (bsc#1012628). +- ice: Fix ice VF reset during iavf initialization (bsc#1012628). +- iavf: send VLAN offloading caps once after VFR (bsc#1012628). +- wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + (bsc#1012628). +- wifi: mac80211: fortify the spinlock against deadlock by + interrupt (bsc#1012628). +- wifi: mac80211: Fix puncturing bitmap handling in + __ieee80211_csa_finalize() (bsc#1012628). +- wifi: mac80211: fix min center freq offset tracing + (bsc#1012628). +- wifi: mac80211: Abort running color change when stopping the AP + (bsc#1012628). +- wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + (bsc#1012628). +- wifi: iwlwifi: fw: fix DBGI dump (bsc#1012628). +- wifi: iwlwifi: fix OEM's name in the ppag approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: don't trust firmware n_channels + (bsc#1012628). +- scsi: storvsc: Don't pass unused PFNs to Hyper-V host + (bsc#1012628). +- devlink: Fix crash with CONFIG_NET_NS=n (bsc#1012628). +- tun: Fix memory leak for detached NAPI queue (bsc#1012628). +- cassini: Fix a memory leak in the error handling path of + cas_init_one() (bsc#1012628). +- net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + (bsc#1012628). +- igb: fix bit_shift to be in [1..8] range (bsc#1012628). +- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + (bsc#1012628). +- net: wwan: iosm: fix NULL pointer dereference when removing + device (bsc#1012628). +- net: pcs: xpcs: fix C73 AN not getting enabled (bsc#1012628). +- net: selftests: Fix optstring (bsc#1012628). +- netfilter: nf_tables: fix nft_trans type confusion + (bsc#1012628). +- netfilter: nft_set_rbtree: fix null deref on element insertion + (bsc#1012628). +- bridge: always declare tunnel functions (bsc#1012628). +- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + (bsc#1012628). +- USB: usbtmc: Fix direction for 0-length ioctl control messages + (bsc#1012628). +- usb-storage: fix deadlock when a scsi command timeouts more + than once (bsc#1012628). +- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + (bsc#1012628). +- usb: dwc3: gadget: Improve dwc3_gadget_suspend() and + dwc3_gadget_resume() (bsc#1012628). +- usb: dwc3: debugfs: Resume dwc3 before accessing registers + (bsc#1012628). +- usb: gadget: u_ether: Fix host MAC address case (bsc#1012628). +- usb: typec: altmodes/displayport: fix pin_assignment_show + (bsc#1012628). +- Revert "usb: gadget: udc: core: Prevent redundant calls to + pullup" (bsc#1012628). +- Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only + when started" (bsc#1012628). +- xhci-pci: Only run d3cold avoidance quirk for s2idle + (bsc#1012628). +- xhci: Fix incorrect tracking of free space on transfer rings + (bsc#1012628). +- ALSA: hda: Fix Oops by 9.1 surround channel names (bsc#1012628). +- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo L140AU (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for yet another + HP laptop (bsc#1012628). +- can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: kvaser_pciefd: Set CAN_STATE_STOPPED in + kvaser_pciefd_stop() (bsc#1012628). +- can: kvaser_pciefd: Call request_irq() before enabling + interrupts (bsc#1012628). +- can: kvaser_pciefd: Empty SRB buffer in probe (bsc#1012628). +- can: kvaser_pciefd: Clear listen-only bit if not explicitly + requested (bsc#1012628). +- can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + (bsc#1012628). +- can: kvaser_pciefd: Disable interrupts in probe error path + (bsc#1012628). +- wifi: brcmfmac: Check for probe() id argument being NULL + (bsc#1012628). +- wifi: rtw88: use work to update rate to avoid RCU warning + (bsc#1012628). +- wifi: rtw88: correct qsel_to_ep[] type as int (bsc#1012628). +- SMB3: Close all deferred handles of inode in case of handle + lease break (bsc#1012628). +- SMB3: drop reference to cfile before sending oplock break + (bsc#1012628). +- ksmbd: smb2: Allow messages padded to 8byte boundary + (bsc#1012628). +- ksmbd: allocate one more byte for implied bcc[0] (bsc#1012628). +- ksmbd: fix wrong UserName check in session_user (bsc#1012628). +- ksmbd: fix global-out-of-bounds in smb2_find_context_vals + (bsc#1012628). +- KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + (bsc#1012628). +- KVM: Fix vcpu_array[0] races (bsc#1012628). +- statfs: enforce statfs[64] structure initialization + (bsc#1012628). +- maple_tree: make maple state reusable after mas_empty_area() + (bsc#1012628). +- mm: fix zswap writeback race condition (bsc#1012628). +- perf script: Skip aggregation for stat events (bsc#1012628). +- serial: Add support for Advantech PCI-1611U card (bsc#1012628). +- serial: 8250_exar: Add support for USR298x PCI Modems + (bsc#1012628). +- serial: qcom-geni: fix enabling deactivated interrupt + (bsc#1012628). +- thunderbolt: Clear registers properly when auto clear isn't + in use (bsc#1012628). +- vc_screen: reload load of struct vc_data pointer in vcs_write() + to avoid UAF (bsc#1012628). +- ceph: force updating the msg pointer in non-split case + (bsc#1012628). +- drm/amd/pm: fix possible power mode mismatch between driver + and PMFW (bsc#1012628). +- drm/amdgpu/gmc11: implement get_vbios_fb_size() (bsc#1012628). +- drm/amdgpu/gfx10: Disable gfxoff before disabling powergating + (bsc#1012628). +- drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 + as well (bsc#1012628). +- drm/amdgpu: refine get gpu clock counter method (bsc#1012628). +- drm/amdgpu/gfx11: update gpu_clock_counter logic (bsc#1012628). +- iommu/arm-smmu-qcom: Fix missing adreno_smmu's (bsc#1012628). +- dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + (bsc#1012628). +- powerpc/iommu: DMA address offset is incorrectly calculated + with 2MB TCEs (bsc#1012628). +- powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV + device (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for more Lenovo devices + (bsc#1012628). +- powerpc/64s/radix: Fix soft dirty tracking (bsc#1012628). +- powerpc/bpf: populate extable entries only during the last pass + (bsc#1012628). +- nfp: fix NFP_NET_MAX_DSCP definition error (bsc#1012628). +- nilfs2: fix use-after-free bug of nilfs_root in + nilfs_evict_inode() (bsc#1012628). +- s390/dasd: fix command reject error on ESE devices + (bsc#1012628). +- s390/crypto: use vector instructions only if available for + ChaCha20 (bsc#1012628). +- s390/qdio: fix do_sqbs() inline assembly constraint + (bsc#1012628). +- arm64: Also reset KASAN tag if page is not PG_mte_tagged + (bsc#1012628). +- arm64: mte: Do not set PG_mte_tagged if tags were not + initialized (bsc#1012628). +- rethook: use preempt_{disable, enable}_notrace in + rethook_trampoline_handler (bsc#1012628). +- rethook, fprobe: do not trace rethook related functions + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + (bsc#1012628). +- ARM: 9294/2: vfp: Fix broken softirq handling with + instrumentation enabled (bsc#1012628). +- ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return + path (bsc#1012628). +- drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 (bsc#1012628). +- drm/amdgpu: reserve the old gc_11_0_*_mes.bin (bsc#1012628). +- scsi: Revert "scsi: core: Do not increase scsi_device's + iorequest_cnt if dispatch failed" (bsc#1012628). +- commit c5b4604 + +------------------------------------------------------------------- +Tue May 23 08:58:00 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of accepted but unsuccessful RPC replies + (bsc#1210995). + Update upstream status. +- commit 1ef7149 + ------------------------------------------------------------------- Mon May 22 17:01:25 CEST 2023 - msuchanek@suse.de - kernel-source: Remove unused macro variant_symbols - commit 915ac72 +------------------------------------------------------------------- +Sun May 21 23:24:50 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc3 +- eliminate 1 patch + - patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch (29cd2927fb91) +- update configs + - VFIO_CCW=m (s390x only) +- commit 02bdb8c + +------------------------------------------------------------------- +Wed May 17 21:14:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.3 (bsc#1012628). +- drm/amd/display: Fix hang when skipping modeset (bsc#1012628). +- s390/mm: fix direct map accounting (bsc#1012628). +- s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT + (bsc#1012628). +- spi: fsl-cpm: Use 16 bit mode for large transfers with even size + (bsc#1012628). +- spi: fsl-spi: Re-organise transfer bits_per_word adaptation + (bsc#1012628). +- x86: fix clear_user_rep_good() exception handling annotation + (bsc#1012628). +- x86/amd_nb: Add PCI ID for family 19h model 78h (bsc#1012628). +- ext4: fix invalid free tracking in ext4_xattr_move_to_block() + (bsc#1012628). +- ext4: remove a BUG_ON in ext4_mb_release_group_pa() + (bsc#1012628). +- ext4: fix lockdep warning when enabling MMP (bsc#1012628). +- ext4: bail out of ext4_xattr_ibody_get() fails for any reason + (bsc#1012628). +- ext4: add bounds checking in get_max_inline_xattr_value_size() + (bsc#1012628). +- ext4: fix deadlock when converting an inline directory in + nojournal mode (bsc#1012628). +- ext4: improve error handling from ext4_dirhash() (bsc#1012628). +- ext4: improve error recovery code paths in __ext4_remount() + (bsc#1012628). +- ext4: check iomap type only if ext4_iomap_begin() does not fail + (bsc#1012628). +- ext4: avoid deadlock in fs reclaim with page writeback + (bsc#1012628). +- ext4: fix data races when using cached status extents + (bsc#1012628). +- ext4: avoid a potential slab-out-of-bounds in + ext4_group_desc_csum (bsc#1012628). +- ext4: fix WARNING in mb_find_extent (bsc#1012628). +- locking/rwsem: Add __always_inline annotation to + __down_read_common() and inlined callers (bsc#1012628). +- perf/x86: Fix missing sample size update on AMD BRS + (bsc#1012628). +- parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE + flag (bsc#1012628). +- drm/amd/display: Lowering min Z8 residency time (bsc#1012628). +- drm/amd/display: Update minimum stutter residency for DCN314 Z8 + (bsc#1012628). +- drm/amd/display: Add minimum Z8 residency debug option + (bsc#1012628). +- drm/i915: disable sampler indirect state in bindless heap + (bsc#1012628). +- drm/i915/mtl: Add Wa_14017856879 (bsc#1012628). +- drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + (bsc#1012628). +- drm/i915: Add _PICK_EVEN_2RANGES() (bsc#1012628). +- drm/amd/display: hpd rx irq not working with eDP interface + (bsc#1012628). +- drm/amd/display: merge dc_link.h into dc.h and dc_types.h + (bsc#1012628). +- drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() + on load error (bsc#1012628). +- Revert "net/sched: flower: Fix wrong handle assignment during + filter change" (bsc#1012628). +- fs/ntfs3: Refactoring of various minor issues (bsc#1012628). +- HID: wacom: insert timestamp to packed Bluetooth (BT) events + (bsc#1012628). +- HID: wacom: Set a default resolution for older tablets + (bsc#1012628). +- firewire: net: fix unexpected release of object for asynchronous + request packet (bsc#1012628). +- drm/amd/pm: avoid potential UBSAN issue on legacy asics + (bsc#1012628). +- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled + in suspend (bsc#1012628). +- drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs (bsc#1012628). +- drm/amd/pm: parse pp_handle under appropriate conditions + (bsc#1012628). +- drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + (bsc#1012628). +- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset + (v2) (bsc#1012628). +- drm/amdgpu: change gfx 11.0.4 external_id range (bsc#1012628). +- drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + (bsc#1012628). +- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling + legacy gfx ras (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + (bsc#1012628). +- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + (bsc#1012628). +- drm/amd/display: Change default Z8 watermark values + (bsc#1012628). +- drm/amdgpu: drop redundant sched job cleanup when cs is aborted + (bsc#1012628). +- drm/amd/display: fix flickering caused by S/G mode + (bsc#1012628). +- drm/amd/display: fix access hdcp_workqueue assert (bsc#1012628). +- drm/amd/display: filter out invalid bits in pipe_fuses + (bsc#1012628). +- drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + (bsc#1012628). +- drm/amd/display: Add NULL plane_state check for cursor disable + logic (bsc#1012628). +- drm/panel: otm8009a: Set backlight parent to panel device + (bsc#1012628). +- irqchip/loongson-eiointc: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-eiointc: Fix incorrect use of + acpi_get_vec_parent (bsc#1012628). +- irqchip/loongson-eiointc: Fix returned value on parsing MADT + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + (bsc#1012628). +- f2fs: fix potential corruption when moving a directory + (bsc#1012628). +- f2fs: fix null pointer panic in tracepoint in + __replace_atomic_write_block (bsc#1012628). +- f2fs: remove entire rb_entry sharing (bsc#1012628). +- f2fs: factor out discard_cmd usage from general rb_tree use + (bsc#1012628). +- f2fs: factor out victim_entry usage from general rb_tree use + (bsc#1012628). +- drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + (bsc#1012628). +- drm/i915/dsi: Use unconditional msleep() instead of + intel_dsi_msleep() (bsc#1012628). +- drm/i915: Check pipe source size when using skl+ scalers + (bsc#1012628). +- drm/msm: fix workqueue leak on bind errors (bsc#1012628). +- drm/msm: fix missing wq allocation error handling (bsc#1012628). +- drm/msm: fix vram leak on bind errors (bsc#1012628). +- drm/msm: fix drm device leak on bind errors (bsc#1012628). +- drm/msm: fix NULL-deref on irq uninstall (bsc#1012628). +- drm/msm: fix NULL-deref on snapshot tear down (bsc#1012628). +- drm/i915/color: Fix typo for Plane CSC indexes (bsc#1012628). +- drm/bridge: lt8912b: Fix DSI Video Mode (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at gpu load + (bsc#1012628). +- ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault + LED (bsc#1012628). +- ARM: dts: s5pv210: correct MIPI CSIS clock name (bsc#1012628). +- ARM: dts: exynos: fix WM8960 clock name in Itop Elite + (bsc#1012628). +- ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + (bsc#1012628). +- sysctl: clarify register_sysctl_init() base directory order + (bsc#1012628). +- remoteproc: rcar_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: st: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: stm32: Call of_node_put() on iteration error + (bsc#1012628). +- proc_sysctl: enhance documentation (bsc#1012628). +- proc_sysctl: update docs for __register_sysctl_table() + (bsc#1012628). +- sh: nmi_debug: fix return value of __setup handler + (bsc#1012628). +- sh: init: use OF_EARLY_FLATTREE for early init (bsc#1012628). +- sh: mcount.S: fix build error when PRINTK is not enabled + (bsc#1012628). +- sh: math-emu: fix macro redefined warning (bsc#1012628). +- SMB3: force unmount was failing to close deferred close files + (bsc#1012628). +- smb3: fix problem remounting a share after shutdown + (bsc#1012628). +- inotify: Avoid reporting event with invalid wd (bsc#1012628). +- platform/x86: thinkpad_acpi: Add profile force ability + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Dexp Ursus + KX210i (bsc#1012628). +- platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix platform profiles on T490 + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add upside-down quirk for + GDIX1002 ts on the Juno Tablet (bsc#1012628). +- platform/x86/intel-uncore-freq: Return error on write frequency + (bsc#1012628). +- cifs: release leases for deferred close handles when freezing + (bsc#1012628). +- cifs: fix pcchunk length type in smb2_copychunk_range + (bsc#1012628). +- btrfs: fix backref walking not returning all inode refs + (bsc#1012628). +- btrfs: zoned: fix full zone super block reading on ZNS + (bsc#1012628). +- btrfs: zoned: zone finish data relocation BG with last IO + (bsc#1012628). +- btrfs: fix space cache inconsistency after error loading it + from disk (bsc#1012628). +- btrfs: print-tree: parent bytenr must be aligned to sector size + (bsc#1012628). +- btrfs: make clear_cache mount option to rebuild FST without + disabling it (bsc#1012628). +- btrfs: zero the buffer before marking it dirty in + btrfs_redirty_list_add (bsc#1012628). +- btrfs: don't free qgroup space unless specified (bsc#1012628). +- btrfs: fix encoded write i_size corruption with no-holes + (bsc#1012628). +- btrfs: fix assertion of exclop condition when starting balance + (bsc#1012628). +- btrfs: properly reject clear_cache and v1 cache for + block-group-tree (bsc#1012628). +- btrfs: zoned: fix wrong use of bitops API in + btrfs_ensure_empty_zones (bsc#1012628). +- btrfs: fix btrfs_prev_leaf() to not return the same key twice + (bsc#1012628). +- x86/retbleed: Fix return thunk alignment (bsc#1012628). +- KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated + permission faults (bsc#1012628). +- KVM: VMX: Make CR0.WP a guest owned bit (bsc#1012628). +- KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + (bsc#1012628). +- KVM: x86: Do not unload MMU roots when only toggling CR0.WP + with TDP enabled (bsc#1012628). +- KVM: x86/mmu: Avoid indirect call for get_cr3 (bsc#1012628). +- perf stat: Separate bperf from bpf_profiler (bsc#1012628). +- perf tracepoint: Fix memory leak in is_valid_tracepoint() + (bsc#1012628). +- perf symbols: Fix return incorrect build_id size in + elf_read_build_id() (bsc#1012628). +- crypto: engine - fix crypto_queue backlog handling + (bsc#1012628). +- crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + (bsc#1012628). +- perf cs-etm: Fix timeless decode mode detection (bsc#1012628). +- perf map: Delete two variable initialisations before null + pointer checks in sort__sym_from_cmp() (bsc#1012628). +- perf pmu: zfree() expects a pointer to a pointer to zero it + after freeing its contents (bsc#1012628). +- perf symbols: Fix unaligned access in get_x86_64_plt_disp() + (bsc#1012628). +- perf symbols: Fix use-after-free in get_plt_got_name() + (bsc#1012628). +- perf vendor events power9: Remove UTF-8 characters from JSON + files (bsc#1012628). +- perf ftrace: Make system wide the default target for latency + subcommand (bsc#1012628). +- perf tests record_offcpu.sh: Fix redirection of stderr to stdin + (bsc#1012628). +- perf vendor events s390: Remove UTF-8 characters from JSON file + (bsc#1012628). +- perf hist: Improve srcfile sort key performance (really) + (bsc#1012628). +- perf test: Fix wrong size expectation for 'Setup struct + perf_event_attr' (bsc#1012628). +- perf script: Fix Python support when no libtraceevent + (bsc#1012628). +- perf scripts intel-pt-events.py: Fix IPC output for Python 2 + (bsc#1012628). +- perf test: Fix "PMU event table sanity" for NO_JEVENTS=1 + (bsc#1012628). +- perf build: Support python/perf.so testing (bsc#1012628). +- perf lock contention: Fix compiler builtin detection + (bsc#1012628). +- perf record: Fix "read LOST count failed" msg with sample read + (bsc#1012628). +- net/sched: flower: fix error handler on replace (bsc#1012628). +- net/sched: flower: fix filter idr initialization (bsc#1012628). +- net: fec: correct the counting of XDP sent frames (bsc#1012628). +- net: enetc: check the index of the SFI rather than the handle + (bsc#1012628). +- virtio_net: suppress cpu stall when free_unused_bufs + (bsc#1012628). +- ice: block LAN in case of VF to VF offload (bsc#1012628). +- net: dsa: mt7530: fix network connectivity with multiple CPU + ports (bsc#1012628). +- net: dsa: mt7530: split-off common parts from mt7531_setup + (bsc#1012628). +- net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz + XTAL MT7621 (bsc#1012628). +- dt-bindings: perf: riscv,pmu: fix property dependencies + (bsc#1012628). +- KVM: s390: fix race in gmap_make_secure() (bsc#1012628). +- KVM: s390: pv: fix asynchronous teardown for small VMs + (bsc#1012628). +- ALSA: caiaq: input: Add error handling for unsupported input + methods in `snd_usb_caiaq_input_init` (bsc#1012628). +- drm/amdgpu: add a missing lock for AMDGPU_SCHED (bsc#1012628). +- ublk: add timeout handler (bsc#1012628). +- i2c: gxp: fix build failure without CONFIG_I2C_SLAVE + (bsc#1012628). +- netfilter: nf_tables: fix ct untracked match breakage + (bsc#1012628). +- af_packet: Don't send zero-byte data in packet_sendmsg_spkt() + (bsc#1012628). +- ionic: catch failure from devlink_alloc (bsc#1012628). +- ethtool: Fix uninitialized number of lanes (bsc#1012628). +- r8152: fix the autosuspend doesn't work (bsc#1012628). +- ionic: remove noise from ethtool rxnfc error msg (bsc#1012628). +- octeontx2-vf: Detach LF resources on probe cleanup + (bsc#1012628). +- octeontx2-pf: Disable packet I/O for graceful exit + (bsc#1012628). +- octeontx2-af: Skip PFs if not enabled (bsc#1012628). +- octeontx2-af: Fix issues with NPC field hash extract + (bsc#1012628). +- octeontx2-af: Update/Fix NPC field hash extract feature + (bsc#1012628). +- octeontx2-af: Update correct mask to filter IPv4 fragments + (bsc#1012628). +- octeontx2-af: Add validation for lmac type (bsc#1012628). +- octeontx2-pf: Increase the size of dmac filter flows + (bsc#1012628). +- octeontx2-af: Fix depth of cam and mem table (bsc#1012628). +- octeontx2-af: Fix start and end bit for scan config + (bsc#1012628). +- octeontx2-af: Secure APR table update with the lock + (bsc#1012628). +- selftests: netfilter: fix libmnl pkg-config usage (bsc#1012628). +- netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable + update with missing attributes (bsc#1012628). +- netfilter: nf_tables: support for adding new devices to an + existing netdev chain (bsc#1012628). +- netfilter: nf_tables: rename function to destroy hook list + (bsc#1012628). +- netfilter: nf_tables: extended netlink error reporting for + netdevice (bsc#1012628). +- drm/i915/mtl: Add the missing CPU transcoder mask in + intel_device_info (bsc#1012628). +- drm/i915/guc: Actually return an error if GuC version range + check fails (bsc#1012628). +- drm/i915/guc: More debug print updates - UC firmware + (bsc#1012628). +- net: ethernet: mtk_eth_soc: drop generic vlan rx offload, + only use DSA untagging (bsc#1012628). +- arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text + (bsc#1012628). +- riscv: compat_syscall_table: Fixup compile warning + (bsc#1012628). +- rxrpc: Fix timeout of a call that hasn't yet been granted a + channel (bsc#1012628). +- rxrpc: Make it so that a waiting process can be aborted + (bsc#1012628). +- rxrpc: Fix hard call timeout units (bsc#1012628). +- sfc: Fix module EEPROM reporting for QSFP modules (bsc#1012628). +- r8152: move setting r8153b_rx_agg_chg_indicate() (bsc#1012628). +- r8152: fix the poor throughput for 2.5G devices (bsc#1012628). +- r8152: fix flow control issue of RTL8156A (bsc#1012628). +- net/sched: act_mirred: Add carrier check (bsc#1012628). +- i2c: tegra: Fix PEC support for SMBUS block read (bsc#1012628). +- RISC-V: mm: Enable huge page support to kernel_page_present() + function (bsc#1012628). +- watchdog: dw_wdt: Fix the error handling path of + dw_wdt_drv_probe() (bsc#1012628). +- block: Skip destroyed blkg when restart in blkg_destroy_all() + (bsc#1012628). +- writeback: fix call of incorrect macro (bsc#1012628). +- net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu (bsc#1012628). +- net: ipv6: fix skb hash for some RST packets (bsc#1012628). +- selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + (bsc#1012628). +- sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + (bsc#1012628). +- net/sched: cls_api: remove block_cb from driver_list before + freeing (bsc#1012628). +- tcp: fix skb_copy_ubufs() vs BIG TCP (bsc#1012628). +- net/ncsi: clear Tx enable mode when handling a Config required + AEN (bsc#1012628). +- octeontx2-pf: mcs: Do not reset PN while updating secy + (bsc#1012628). +- octeontx2-pf: mcs: Fix shared counters logic (bsc#1012628). +- octeontx2-pf: mcs: Clear stats before freeing resource + (bsc#1012628). +- octeontx2-pf: mcs: Match macsec ethertype along with DMAC + (bsc#1012628). +- octeontx2-pf: mcs: Fix NULL pointer dereferences (bsc#1012628). +- octeontx2-af: mcs: Fix MCS block interrupt (bsc#1012628). +- octeontx2-af: mcs: Config parser to skip 8B header + (bsc#1012628). +- octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at + once (bsc#1012628). +- octeonxt2-af: mcs: Fix per port bypass config (bsc#1012628). +- ixgbe: Fix panic during XDP_TX with > 64 CPUs (bsc#1012628). +- net/sched: flower: Fix wrong handle assignment during filter + change (bsc#1012628). +- rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + (bsc#1012628). +- drm/amd/display: Update bounding box values for DCN321 + (bsc#1012628). +- drm/amd/display: Do not clear GPINT register when releasing + DMUB from reset (bsc#1012628). +- drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + (bsc#1012628). +- drm/amd/display: Fixes for dcn32_clk_mgr implementation + (bsc#1012628). +- drm/amd/display: Return error code on DSC atomic check failure + (bsc#1012628). +- drm/amd/display: Add missing WA and MCLK validation + (bsc#1012628). +- arm64: Fix label placement in record_mmu_state() (bsc#1012628). +- scsi: qedi: Fix use after free bug in qedi_remove() + (bsc#1012628). +- scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue + (bsc#1012628). +- ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer + working (bsc#1012628). +- RDMA/rxe: Extend dbg log messages to err and info (bsc#1012628). +- RDMA/rxe: Change rxe_dbg to rxe_dbg_dev (bsc#1012628). +- fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s25hx SEMPER flash (bsc#1012628). +- soc: qcom: llcc: Do not create EDAC platform device on SDM845 + (bsc#1012628). +- qcom: llcc/edac: Support polling mode for ECC handling + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s28hx SEMPER flash (bsc#1012628). +- mtd: spi-nor: Add a RWW flag (bsc#1012628). +- crypto: ccp - Clear PSP interrupt status register before + calling handler (bsc#1012628). +- usb: dwc3: gadget: Execute gadget stop after halting the + controller (bsc#1012628). +- USB: dwc3: gadget: drop dead hibernation code (bsc#1012628). +- commit 1237d35 + +------------------------------------------------------------------- +Mon May 15 15:22:13 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.2 (bsc#1012628). +- netfilter: nf_tables: deactivate anonymous set from preparation + phase (bsc#1012628). +- arch_topology: Remove early cacheinfo error message if -ENOENT + (bsc#1012628). +- debugobject: Ensure pool refill (again) (bsc#1012628). +- cifs: avoid potential races when handling multiple dfs tcons + (bsc#1012628). +- cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath + (bsc#1012628). +- cifs: fix potential race when tree connecting ipc (bsc#1012628). +- cifs: fix sharing of DFS connections (bsc#1012628). +- cifs: protect session status check in smb2_reconnect() + (bsc#1012628). +- cifs: fix potential use-after-free bugs in + TCP_Server_Info::hostname (bsc#1012628). +- io_uring/rsrc: check for nonconsecutive pages (bsc#1012628). +- perf intel-pt: Fix CYC timestamps after standalone CBR + (bsc#1012628). +- perf auxtrace: Fix address filter entire kernel size + (bsc#1012628). +- dm: don't lock fs when the map is NULL in process of resume + (bsc#1012628). +- dm ioctl: fix nested locking in table_clear() to remove deadlock + concern (bsc#1012628). +- dm flakey: fix a crash with invalid table line (bsc#1012628). +- dm integrity: call kmem_cache_destroy() in dm_integrity_init() + error path (bsc#1012628). +- dm clone: call kmem_cache_destroy() in dm_clone_init() error + path (bsc#1012628). +- dm verity: fix error handling for check_at_most_once on FEC + (bsc#1012628). +- vhost_vdpa: fix unmap process in no-batch mode (bsc#1012628). +- mm/hugetlb: fix uffd-wp during fork() (bsc#1012628). +- mm/mempolicy: correctly update prev when policy is equal on + mbind (bsc#1012628). +- ia64: fix an addr to taddr in huge_pte_offset() (bsc#1012628). +- s390/dasd: fix hanging blockdevice after request requeue + (bsc#1012628). +- btrfs: scrub: reject unsupported scrub flags (bsc#1012628). +- scripts/gdb: fix lx-timerlist for Python3 (bsc#1012628). +- afs: Avoid endless loop if file is larger than expected + (bsc#1012628). +- afs: Fix getattr to report server i_size on dirs, not local size + (bsc#1012628). +- afs: Fix updating of i_size with dv jump from server + (bsc#1012628). +- PM: hibernate: Do not get block device exclusively in + test_resume mode (bsc#1012628). +- PM: hibernate: Turn snapshot_test into global variable + (bsc#1012628). +- ACPI: PM: Do not turn of unused power resources on the Toshiba + Click Mini (bsc#1012628). +- hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() + (bsc#1012628). +- hte: tegra: fix 'struct of_device_id' build error (bsc#1012628). +- mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE (bsc#1012628). +- mfd: ocelot-spi: Fix unsupported bulk read (bsc#1012628). +- mfd: tqmx86: Correct board names for TQMxE39x (bsc#1012628). +- mfd: tqmx86: Specify IO port register range more precisely + (bsc#1012628). +- mfd: tqmx86: Do not access I2C_DETECT register through io_base + (bsc#1012628). +- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource + leak in mtk_thermal_probe (bsc#1012628). +- pinctrl-bcm2835.c: fix race condition when setting gpio dir + (bsc#1012628). +- dmaengine: at_xdmac: do not enable all cyclic channels + (bsc#1012628). +- dmaengine: at_xdmac: restore the content of grws register + (bsc#1012628). +- dmaengine: at_xdmac: do not resume channels paused by consumers + (bsc#1012628). +- dmaengine: at_xdmac: fix imbalanced runtime PM reference counter + (bsc#1012628). +- dmaengine: at_xdmac: disable/enable clock directly on + suspend/resume (bsc#1012628). +- dmaengine: dw-edma: Fix to enable to issue dma request on DMA + processing (bsc#1012628). +- dmaengine: dw-edma: Fix to change for continuous transfer + (bsc#1012628). +- dma: gpi: remove spurious unlock in gpi_ch_init (bsc#1012628). +- phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() + (bsc#1012628). +- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for + usb2_port and ulpi_port (bsc#1012628). +- soundwire: intel: don't save hw_params for use in prepare + (bsc#1012628). +- pwm: mtk-disp: Configure double buffering before reading in + .get_state() (bsc#1012628). +- pwm: mtk-disp: Disable shadow registers before setting backlight + values (bsc#1012628). +- leds: tca6507: Fix error handling of using + fwnode_property_read_string (bsc#1012628). +- dmaengine: mv_xor_v2: Fix an error code (bsc#1012628). +- pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible + string (bsc#1012628). +- leds: TI_LMU_COMMON: select REGMAP instead of depending on it + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix ERROROUTC function names + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group + (bsc#1012628). +- pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux + configuration (bsc#1012628). +- ext4: fix use-after-free read in ext4_find_extent for bigalloc + + inline (bsc#1012628). +- ext4: fix i_disksize exceeding i_size problem in paritally + written case (bsc#1012628). +- rtc: jz4740: Make sure clock provider gets removed + (bsc#1012628). +- SMB3: Close deferred file handles in case of handle lease break + (bsc#1012628). +- SMB3: Add missing locks to protect deferred close file list + (bsc#1012628). +- timekeeping: Fix references to nonexistent ktime_get_fast_ns() + (bsc#1012628). +- openrisc: Properly store r31 to pt_regs on unhandled exceptions + (bsc#1012628). +- clocksource/drivers/davinci: Fix memory leak in + davinci_timer_register when init fails (bsc#1012628). +- RDMA/mlx5: Use correct device num_ports when modify DC + (bsc#1012628). +- SUNRPC: remove the maximum number of retries in call_bind_status + (bsc#1012628). +- RDMA/mlx5: Fix flow counter query via DEVX (bsc#1012628). +- RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR + (bsc#1012628). +- RDMA/rxe: Fix the error "trying to register non-static key in + rxe_cleanup_task" (bsc#1012628). +- RDMA/rxe: Remove __rxe_do_task() (bsc#1012628). +- RDMA/rxe: Convert tasklet args to queue pairs (bsc#1012628). +- swiotlb: fix debugfs reporting of reserved memory pools + (bsc#1012628). +- swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup + (bsc#1012628). +- Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk + (bsc#1012628). +- clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling + (bsc#1012628). +- clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain + clks in lpass_cc_sc7280_desc (bsc#1012628). +- clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration + (bsc#1012628). +- s390/checksum: always use cksm instruction (bsc#1012628). +- iommu/amd: Set page size bitmap during V2 domain allocation + (bsc#1012628). +- NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease + (bsc#1012628). +- clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents + (bsc#1012628). +- clk: imx: fracn-gppll: disable hardware select control + (bsc#1012628). +- clk: imx: fracn-gppll: fix the rate table (bsc#1012628). +- IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA + requests (bsc#1012628). +- IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order + (bsc#1012628). +- RDMA/srpt: Add a check for valid 'mad_agent' pointer + (bsc#1012628). +- RDMA/cm: Trace icm_send_rej event before the cm state is reset + (bsc#1012628). +- power: supply: rk817: Fix low SOC bugs (bsc#1012628). +- clk: qcom: gcc-sm6115: Mark RCGs shared where applicable + (bsc#1012628). +- RDMA/siw: Remove namespace check from siw_netdev_event() + (bsc#1012628). +- clk: add missing of_node_put() in "assigned-clocks" property + parsing (bsc#1012628). +- power: supply: generic-adc-battery: fix unit scaling + (bsc#1012628). +- RDMA/rxe: Remove tasklet call from rxe_cq.c (bsc#1012628). +- iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN (bsc#1012628). +- fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() + (bsc#1012628). +- fs/ntfs3: Fix OOB read in indx_insert_into_buffer (bsc#1012628). +- fs/ntfs3: Add check for kmemdup (bsc#1012628). +- fs/ntfs3: Fix memory leak if ntfs_read_mft failed (bsc#1012628). +- RDMA/erdma: Use fixed hardware page size (bsc#1012628). +- RDMA/rxe: Replace exists by rxe in rxe.c (bsc#1012628). +- rtc: k3: handle errors while enabling wake irq (bsc#1012628). +- rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current + time (bsc#1012628). +- RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() + (bsc#1012628). +- rtc: omap: include header for omap_rtc_power_off_program + prototype (bsc#1012628). +- workqueue: Fix hung time report of worker pools (bsc#1012628). +- clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- clk: mediatek: clk-pllfh: fix missing of_node_put() in + fhctl_parse_dt() (bsc#1012628). +- RDMA/rdmavt: Delete unnecessary NULL check (bsc#1012628). +- clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: Consistently use GATE_MTK() macro (bsc#1012628). +- clk: mediatek: mt2712: Add error handling to + clk_mt2712_apmixed_probe() (bsc#1012628). +- RDMA/siw: Fix potential page_array out of range access + (bsc#1012628). +- IB/hifi1: add a null check of kzalloc_node in + hfi1_ipoib_txreq_init (bsc#1012628). +- clk: at91: clk-sam9x60-pll: fix return value check + (bsc#1012628). +- tracing/user_events: Ensure write index cannot be negative + (bsc#1012628). +- rtla/timerlat: Fix "Previous IRQ" auto analysis' line + (bsc#1012628). +- rv: Fix addition on an uninitialized variable 'run' + (bsc#1012628). +- sched/clock: Fix local_clock() before sched_clock_init() + (bsc#1012628). +- sched/rt: Fix bad task migration for rt tasks (bsc#1012628). +- riscv: Fix ptdump when KASAN is enabled (bsc#1012628). +- Revert "objtool: Support addition to set CFA base" + (bsc#1012628). +- perf/core: Fix hardlockup failure caused by perf throttle + (bsc#1012628). +- sched/fair: Fix inaccurate tally of ttwu_move_affine + (bsc#1012628). +- powerpc/rtas: use memmove for potentially overlapping buffer + copy (bsc#1012628). +- macintosh: via-pmu-led: requires ATA to be set (bsc#1012628). +- powerpc/sysdev/tsi108: fix resource printk format warnings + (bsc#1012628). +- powerpc/wii: fix resource printk format warnings (bsc#1012628). +- powerpc/mpc512x: fix resource printk format warning + (bsc#1012628). +- powerpc/perf: Properly detect mpc7450 family (bsc#1012628). +- macintosh/windfarm_smu_sat: Add missing of_node_put() + (bsc#1012628). +- selftests/powerpc/pmu: Fix sample field check in the + mmcra_thresh_marked_sample_test (bsc#1012628). +- fbdev: mmp: Fix deferred clk handling in mmphw_probe() + (bsc#1012628). +- virtio_ring: don't update event idx on get_buf (bsc#1012628). +- vdpa/mlx5: Avoid losing link state updates (bsc#1012628). +- spmi: Add a check for remove callback when removing a SPMI + driver (bsc#1012628). +- staging: rtl8192e: Fix W_DISABLE# does not work after stop/start + (bsc#1012628). +- spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS + (bsc#1012628). +- serial: 8250: Add missing wakeup event reporting (bsc#1012628). +- tty: serial: fsl_lpuart: adjust buffer length to the intended + size (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- usb: mtu3: fix kernel panic at qmu transfer done irq handler + (bsc#1012628). +- usb: chipidea: fix missing goto in `ci_hdrc_probe` + (bsc#1012628). +- usb: gadget: tegra-xudc: Fix crash in vbus_draw (bsc#1012628). +- sh: sq: Fix incorrect element size for allocating bitmap buffer + (bsc#1012628). +- uapi/linux/const.h: prefer ISO-friendly __typeof__ + (bsc#1012628). +- scripts/gdb: raise error with reduced debugging information + (bsc#1012628). +- i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path + (bsc#1012628). +- i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on + error path (bsc#1012628). +- spi: cadence-quadspi: fix suspend-resume implementations + (bsc#1012628). +- drm/panel: novatek-nt35950: Only unregister DSI1 if it exists + (bsc#1012628). +- PCI/PM: Extend D3hot delay for NVIDIA HDA controllers + (bsc#1012628). +- ASoC: fsl_mqs: move of_node_put() to the correct location + (bsc#1012628). +- drm/panel: novatek-nt35950: Improve error handling + (bsc#1012628). +- coresight: etm_pmu: Set the module field (bsc#1012628). +- cacheinfo: Check cache properties are present in DT + (bsc#1012628). +- cacheinfo: Check sib_leaf in cache_leaves_are_shared() + (bsc#1012628). +- HID: amd_sfh: Handle "no sensors" enabled for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Increase sensor command timeout for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Correct the stop all command (bsc#1012628). +- HID: amd_sfh: Add support for shutdown operation (bsc#1012628). +- HID: amd_sfh: Fix illuminance value (bsc#1012628). +- HID: amd_sfh: Correct the sensor enable and disable command + (bsc#1012628). +- HID: amd_sfh: Correct the structure fields (bsc#1012628). +- ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info + (bsc#1012628). +- scripts/gdb: bail early if there are no generic PD + (bsc#1012628). +- scripts/gdb: bail early if there are no clocks (bsc#1012628). +- ia64: salinfo: placate defined-but-not-used warning + (bsc#1012628). +- ia64: mm/contig: fix section mismatch warning/error + (bsc#1012628). +- PCI/EDR: Clear Device Status after EDR error recovery + (bsc#1012628). +- of: Fix modalias string generation (bsc#1012628). +- vmci_host: fix a race condition in vmci_host_poll() causing GPF + (bsc#1012628). +- spi: fsl-spi: Fix CPM/QE mode Litte Endian (bsc#1012628). +- spi: mchp-pci1xxxx: Fix improper implementation of disabling + chip select lines (bsc#1012628). +- spi: mpc5xxx-psc: Remove unused platform_data (bsc#1012628). +- spi: mchp-pci1xxxx: Fix SPI transactions not working after + suspend and resume (bsc#1012628). +- spi: mchp-pci1xxxx: Fix length of SPI transactions not set + properly in driver (bsc#1012628). +- interconnect: qcom: rpm: drop bogus pm domain attach + (bsc#1012628). +- spi: qup: Don't skip cleanup in remove's error path + (bsc#1012628). +- dt-bindings: serial: snps-dw-apb-uart: correct number of DMAs + (bsc#1012628). +- linux/vt_buffer.h: allow either builtin or modular for macros + (bsc#1012628). +- ASoC: es8316: Handle optional IRQ assignment (bsc#1012628). +- PCI: imx6: Install the fault handler only on compatible match + (bsc#1012628). +- ASoC: soc-compress: Inherit atomicity from DAI link for Compress + FE (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix use after free bug in + renesas_usb3_remove due to race condition (bsc#1012628). +- module/decompress: Never use kunmap() for local un-mappings + (bsc#1012628). +- spi: f_ospi: Add missing spi_mem_default_supports_op() helper + (bsc#1012628). +- interconnect: qcom: osm-l3: drop unuserd header inclusion + (bsc#1012628). +- interconnect: qcom: drop obsolete OSM_L3/EPSS defines + (bsc#1012628). +- spi: imx: Don't skip cleanup in remove's error path + (bsc#1012628). +- spi: atmel-quadspi: Free resources even if runtime resume + failed in .remove() (bsc#1012628). +- spi: atmel-quadspi: Don't leak clk enable count in pm resume + (bsc#1012628). +- serial: 8250_bcm7271: Fix arbitration handling (bsc#1012628). +- spi: Constify spi parameters of chip select APIs (bsc#1012628). +- iio: light: max44009: add missing OF device matching + (bsc#1012628). +- iommufd/selftest: Catch overflow of uptr and length + (bsc#1012628). +- fpga: bridge: fix kernel-doc parameter description + (bsc#1012628). +- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if + more data are transmitted (bsc#1012628). +- usb: dwc3: gadget: Change condition for processing suspend event + (bsc#1012628). +- usb: host: xhci-rcar: remove leftover quirk handling + (bsc#1012628). +- pstore: Revert pmsg_lock back to a normal mutex (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + rtw_scan_timeout_handler() (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + _rtw_join_timeout_handler() (bsc#1012628). +- ASoC: cs35l41: Only disable internal boost (bsc#1012628). +- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of + depending on it (bsc#1012628). +- tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp + (bsc#1012628). +- net: amd: Fix link leak when verifying config failed + (bsc#1012628). +- netlink: Use copy_to_user() for optval in netlink_getsockopt() + (bsc#1012628). +- Revert "Bluetooth: btsdio: fix use after free bug in + btsdio_remove due to unfinished work" (bsc#1012628). +- rxrpc: Fix error when reading rxrpc tokens (bsc#1012628). +- ipv4: Fix potential uninit variable access bug in + __ip_make_skb() (bsc#1012628). +- net/sched: cls_api: Initialize miss_cookie_node when action + miss is not used (bsc#1012628). +- net/sched: sch_fq: fix integer overflow of "credit" + (bsc#1012628). +- net: dpaa: Fix uninitialized variable in dpaa_stop() + (bsc#1012628). +- netfilter: nf_tables: don't write table validation state + without mutex (bsc#1012628). +- bpf: Don't EFAULT for getsockopt with optval=NULL (bsc#1012628). +- bpf: Fix race between btf_put and btf_idr walk (bsc#1012628). +- net: stmmac:fix system hang when setting up tag_8021q VLAN + for DSA ports (bsc#1012628). +- Revert "net/mlx5e: Don't use termination table when redundant" + (bsc#1012628). +- net/mlx5e: Nullify table pointer when failing to create + (bsc#1012628). +- net/mlx5: Use recovery timeout on sync reset flow (bsc#1012628). +- Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() + function" (bsc#1012628). +- net/mlx5e: Fix error flow in representor failing to add vport + rx rule (bsc#1012628). +- net/mlx5: Release tunnel device after tc update skb + (bsc#1012628). +- net/mlx5: E-switch, Don't destroy indirect table in split rule + (bsc#1012628). +- net/mlx5: E-switch, Create per vport table based on devlink + encap mode (bsc#1012628). +- net/mlx5e: Release the label when replacing existing ct entry + (bsc#1012628). +- net/mlx5e: Don't clone flow post action attributes second time + (bsc#1012628). +- ixgbe: Enable setting RSS table to default values (bsc#1012628). +- ixgbe: Allow flow hash to be set via ethtool (bsc#1012628). +- net: libwx: fix memory leak in wx_setup_rx_resources + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential memory leak (bsc#1012628). +- wifi: iwlwifi: mvm: support wowlan info notification version 2 + (bsc#1012628). +- wifi: iwlwifi: fw: fix memory leak in debugfs (bsc#1012628). +- netfilter: conntrack: fix wrong ct->timeout value (bsc#1012628). +- wifi: mt76: mt7996: fill txd by host driver (bsc#1012628). +- netfilter: conntrack: restore IPS_CONFIRMED out of + nf_conntrack_hash_check_insert() (bsc#1012628). +- wifi: iwlwifi: mvm: check firmware response size (bsc#1012628). +- wifi: mt76: connac: fix txd multicast rate setting + (bsc#1012628). +- wifi: mt76: mt7921e: stop chip reset worker in unregister hook + (bsc#1012628). +- wifi: mt76: mt7921e: improve reliability of dma reset + (bsc#1012628). +- wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe` + (bsc#1012628). +- mt76: mt7921: fix kernel panic by accessing unallocated + eeprom.data (bsc#1012628). +- wifi: mt76: fix 6GHz high channel not be scanned (bsc#1012628). +- wifi: mt76: mt7921e: fix probe timeout after reboot + (bsc#1012628). +- wifi: mt76: mt7921: use driver flags rather than mac80211 + flags to mcu (bsc#1012628). +- wifi: mt76: mt7996: fix eeprom tx path bitfields (bsc#1012628). +- wifi: mt76: mt7996: fix pointer calculation in ie countdown + event (bsc#1012628). +- wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw + queue (bsc#1012628). +- wifi: mt76: handle failure of vzalloc in mt7615_coredump_work + (bsc#1012628). +- wifi: mt76: mt7915: rework init flow in mt7915_thermal_init() + (bsc#1012628). +- wifi: mt76: mt7915: expose device tree match table + (bsc#1012628). +- wifi: mt76: mt7996: fix radiotap bitfield (bsc#1012628). +- wifi: mt76: mt7915: unlock on error in + mt7915_thermal_temp_store() (bsc#1012628). +- wifi: mt76: mt7921: fix PCI DMA hang after reboot (bsc#1012628). +- wifi: mt76: mt7921: fix wrong command to set STA channel + (bsc#1012628). +- wifi: mt76: remove redundent MCU_UNI_CMD_* definitions + (bsc#1012628). +- wifi: iwlwifi: make the loop for card preparation effective + (bsc#1012628). +- io_uring/rsrc: use nospec'ed indexes (bsc#1012628). +- jdb2: Don't refuse invalidation of already invalidated buffers + (bsc#1012628). +- wifi: iwlwifi: fw: move memset before early return + (bsc#1012628). +- wifi: iwlwifi: mvm: initialize seq variable (bsc#1012628). +- wifi: iwlwifi: yoyo: Fix possible division by zero + (bsc#1012628). +- wifi: iwlwifi: yoyo: skip dump correctly on hw error + (bsc#1012628). +- wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames + (bsc#1012628). +- md/raid10: don't call bio_start_io_acct twice for bio which + experienced read error (bsc#1012628). +- md/raid10: fix memleak of md thread (bsc#1012628). +- md/raid10: fix memleak for 'conf->bio_split' (bsc#1012628). +- md/raid10: fix leak of 'r10bio->remaining' for recovery + (bsc#1012628). +- md/raid10: fix task hung in raid10d (bsc#1012628). +- f2fs: fix to check return value of inc_valid_block_count() + (bsc#1012628). +- f2fs: fix to check return value of f2fs_do_truncate_blocks() + (bsc#1012628). +- bpf, sockmap: Revert buggy deadlock fix in the sockhash and + sockmap (bsc#1012628). +- wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported + protocols (bsc#1012628). +- wifi: iwlwifi: trans: don't trigger d3 interrupt twice + (bsc#1012628). +- wifi: iwlwifi: mvm: fix A-MSDU checks (bsc#1012628). +- wifi: iwlwifi: debug: fix crash in __iwl_err() (bsc#1012628). +- blk-mq: don't plug for head insertions in blk_execute_rq_nowait + (bsc#1012628). +- selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach + (bsc#1012628). +- selftests/bpf: Use read_perf_max_sample_freq() in + perf_event_stackmap (bsc#1012628). +- nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} + usage" (bsc#1012628). +- nvme: fix async event trace event (bsc#1012628). +- nvmet: fix I/O Command Set specific Identify Controller + (bsc#1012628). +- nvmet: fix Identify Active Namespace ID list handling + (bsc#1012628). +- nvmet: fix Identify Controller handling (bsc#1012628). +- nvmet: fix Identify Namespace handling (bsc#1012628). +- nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() + (bsc#1012628). +- bpf, sockmap: fix deadlocks in the sockhash and sockmap + (bsc#1012628). +- wifi: ath11k: fix writing to unintended memory region + (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: fix optional phy regulator + handling (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: rework optional clock handling + (bsc#1012628). +- scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() + (bsc#1012628). +- bpf/btf: Fix is_int_ptr() (bsc#1012628). +- wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table + (bsc#1012628). +- f2fs: fix to avoid use-after-free for cached IPU bio + (bsc#1012628). +- xsk: Fix unaligned descriptor validation (bsc#1012628). +- crypto: drbg - Only fail when jent is unavailable in FIPS mode + (bsc#1012628). +- bpftool: Fix bug for long instructions in program CFG dumps + (bsc#1012628). +- selftests/bpf: Wait for receive in cg_storage_multi test + (bsc#1012628). +- selftests: xsk: Deflakify STATS_RX_DROPPED test (bsc#1012628). +- selftests: xsk: Disable IPv6 on VETH1 (bsc#1012628). +- selftests: xsk: Use correct UMEM size in testapp_invalid_desc + (bsc#1012628). +- net: qrtr: correct types of trace event parameters + (bsc#1012628). +- f2fs: fix iostat lock protection (bsc#1012628). +- bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call + (bsc#1012628). +- bpf: factor out fetching basic kfunc metadata (bsc#1012628). +- wifi: rt2x00: Fix memory leak when handling surveys + (bsc#1012628). +- scsi: hisi_sas: Handle NCQ error when IPTT is valid + (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_reg() (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_rfreg() (bsc#1012628). +- crypto: sa2ul - Select CRYPTO_DES (bsc#1012628). +- crypto: caam - Clear some memory in instantiate_rng + (bsc#1012628). +- f2fs: fix scheduling while atomic in decompression path + (bsc#1012628). +- f2fs: compress: fix to call f2fs_wait_on_page_writeback() + in f2fs_write_raw_pages() (bsc#1012628). +- f2fs: apply zone capacity to all zone type (bsc#1012628). +- f2fs: fix uninitialized skipped_gc_rwsem (bsc#1012628). +- f2fs: handle dqget error in f2fs_transfer_project_quota() + (bsc#1012628). +- testing/vsock: add vsock_perf to gitignore (bsc#1012628). +- net: sunhme: Fix uninitialized return code (bsc#1012628). +- scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS + (bsc#1012628). +- scsi: target: iscsit: Fix TAS handling during conn cleanup + (bsc#1012628). +- scsi: target: Fix multiple LUN_RESET handling (bsc#1012628). +- scsi: target: iscsit: Stop/wait on cmds during conn close + (bsc#1012628). +- scsi: target: iscsit: isert: Alloc per conn cmd counter + (bsc#1012628). +- scsi: target: Pass in cmd counter to use during cmd setup + (bsc#1012628). +- scsi: target: Move cmd counter allocation (bsc#1012628). +- scsi: target: Move sess cmd counter to new struct (bsc#1012628). +- bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation + (bsc#1012628). +- bpf: return long from bpf_map_ops funcs (bsc#1012628). +- netfilter: keep conntrack reference until IPsecv6 policy checks + are done (bsc#1012628). +- net: dsa: qca8k: remove assignment of an_enabled in + pcs_get_state() (bsc#1012628). +- libbpf: Fix ld_imm64 copy logic for ksym in light skeleton + (bsc#1012628). +- net/packet: convert po->auxdata to an atomic flag (bsc#1012628). +- net/packet: convert po->origdev to an atomic flag (bsc#1012628). +- net/packet: annotate accesses to po->xmit (bsc#1012628). +- vlan: partially enable SIOCSHWTSTAMP in container (bsc#1012628). +- net: pcs: xpcs: remove double-read of link state when using AN + (bsc#1012628). +- bpf: Remove misleading spec_v1 check on var-offset stack read + (bsc#1012628). +- bpf: Free struct bpf_cpumask in call_rcu handler (bsc#1012628). +- bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma + (bsc#1012628). +- selftests/bpf: Fix a fd leak in an error path in + network_helpers.c (bsc#1012628). +- wifi: ath11k: fix deinitialization of firmware resources + (bsc#1012628). +- wifi: ath12k: Add missing unwind goto in ath12k_pci_probe() + (bsc#1012628). +- scm: fix MSG_CTRUNC setting condition for SO_PASSSEC + (bsc#1012628). +- crypto: qat - fix concurrency issue when device state changes + (bsc#1012628). +- bpf: fix precision propagation verbose logging (bsc#1012628). +- bpf: take into account liveness when propagating precision + (bsc#1012628). +- selftests/bpf: Fix flaky fib_lookup test (bsc#1012628). +- selftests/bpf: move SYS() macro into the test_progs.h + (bsc#1012628). +- selftests/bpf: Fix IMA test (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_mac_power_switch() (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_pwr_seq_parser() (bsc#1012628). +- libbpf: Fix bpf_xdp_query() in old kernels (bsc#1012628). +- libbpf: Fix arm syscall regs spec in bpf_tracing.h + (bsc#1012628). +- tools: bpftool: Remove invalid \' json escape (bsc#1012628). +- wifi: ath6kl: reduce WARN to dev_dbg() in callback + (bsc#1012628). +- wifi: brcmfmac: support CQM RSSI notification with older + firmware (bsc#1012628). +- wifi: rtl8xxxu: Remove always true condition in + rtl8xxxu_print_chipinfo (bsc#1012628). +- wifi: ath11k: fix SAC bug on peer addition with sta band + migration (bsc#1012628). +- wifi: ath5k: fix an off by one check in + ath5k_eeprom_read_freq_list() (bsc#1012628). +- wifi: ath5k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath11k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath9k: hif_usb: fix memory leak of remain_skbs + (bsc#1012628). +- wifi: ath11k: fix return value check in ath11k_ahb_probe() + (bsc#1012628). +- wifi: ath12k: use kfree_skb() instead of kfree() (bsc#1012628). +- wifi: ath6kl: minor fix for allocation size (bsc#1012628). +- media: ov5670: Fix probe on ACPI (bsc#1012628). +- platform/chrome: cros_typec_switch: Add missing + fwnode_handle_put() (bsc#1012628). +- hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y + YM-2151E (bsc#1012628). +- rpmsg: glink: Propagate TX failures in intentless mode as well + (bsc#1012628). +- cpufreq: use correct unit when verify cur freq (bsc#1012628). +- ACPI: bus: Ensure that notify handlers are not running after + removal (bsc#1012628). +- tick/common: Align tick period with the HZ tick (bsc#1012628). +- drm/i915: Fix memory leaks in i915 selftests (bsc#1012628). +- drm/i915: Make intel_get_crtc_new_encoder() less oopsy + (bsc#1012628). +- debugobject: Prevent init race with static objects + (bsc#1012628). +- media: mediatek: vcodec: add remove function for decoder + platform driver (bsc#1012628). +- media: mediatek: vcodec: fix decoder disable pm crash + (bsc#1012628). +- perf/arm-cmn: Fix port detection for CMN-700 (bsc#1012628). +- arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step + (bsc#1012628). +- x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() + (bsc#1012628). +- regulator: stm32-pwr: fix of_iomap leak (bsc#1012628). +- media: venus: dec: Fix capture formats enumeration order + (bsc#1012628). +- media: venus: dec: Fix handling of the start cmd (bsc#1012628). +- media: rc: gpio-ir-recv: Fix support for wake-up (bsc#1012628). +- drm/amd/display: Fix potential null dereference (bsc#1012628). +- media: hi846: Fix memleak in hi846_init_controls() + (bsc#1012628). +- media: v4l: async: Return async sub-devices to subnotifier list + (bsc#1012628). +- media: rcar_fdp1: Fix refcount leak in probe and remove function + (bsc#1012628). +- media: rcar_fdp1: Convert to platform remove callback returning + void (bsc#1012628). +- media: vsp1: Replace vb2_is_streaming() with + vb2_start_streaming_called() (bsc#1012628). +- media: platform: mtk-mdp3: fix potential frame size overflow + in mdp_try_fmt_mplane() (bsc#1012628). +- media: saa7134: fix use after free bug in saa7134_finidev due + to race condition (bsc#1012628). +- media: dm1105: Fix use after free bug in dm1105_remove due to + race condition (bsc#1012628). +- platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init + (bsc#1012628). +- platform/x86/amd: pmc: Utilize SMN index 0 for driver probe + (bsc#1012628). +- platform/x86/amd: pmc: Move idlemask check into + `amd_pmc_idlemask_read` (bsc#1012628). +- platform/x86/amd: pmc: Don't dump data after resume from s0i3 + on picasso (bsc#1012628). +- platform/x86/amd: pmc: Hide SMU version and program attributes + for Picasso (bsc#1012628). +- platform/x86/amd: pmc: Don't try to read SMU version on Picasso + (bsc#1012628). +- platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe + (bsc#1012628). +- media: rkvdec: fix use after free bug in rkvdec_remove + (bsc#1012628). +- media: cedrus: fix use after free bug in cedrus_remove due to + race condition (bsc#1012628). +- media: mediatek: vcodec: change lat thread decode error + condition (bsc#1012628). +- media: mediatek: vcodec: making sure queue_work successfully + (bsc#1012628). +- media: mediatek: vcodec: remove unused lat_buf (bsc#1012628). +- media: mediatek: vcodec: add core decode done event + (bsc#1012628). +- media: mediatek: vcodec: move lat_buf to the top of core list + (bsc#1012628). +- media: mediatek: vcodec: using each instance lat_buf count + replace core ready list (bsc#1012628). +- media: mediatek: vcodec: add params to record lat and core + lat_buf count (bsc#1012628). +- media: mediatek: vcodec: Force capture queue format to MM21 + (bsc#1012628). +- media: mediatek: vcodec: Make MM21 the default capture format + (bsc#1012628). +- media: mediatek: vcodec: Use 4K frame size when supported by + stateful decoder (bsc#1012628). +- media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow + (bsc#1012628). +- media: mtk-jpeg: Fixes jpeghw multi-core judgement + (bsc#1012628). +- arm64: dts: sdm845: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7280: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7180: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: removed clash with smem_region + (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping + (bsc#1012628). +- soc: qcom: rpmh-rsc: Support RSC v3 minor versions + (bsc#1012628). +- x86/apic: Fix atomic update of offset in reserve_eilvt_offset() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt + status bitmask (bsc#1012628). +- drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro + (bsc#1012628). +- Revert "drm/msm: Fix failure paths in msm_drm_init()" + (bsc#1012628). +- Revert "drm/msm: Add missing check and destroy for + alloc_ordered_workqueue" (bsc#1012628). +- regulator: core: Avoid lockdep reports when resolving supplies + (bsc#1012628). +- regulator: core: Consistently set mutex_owner when using + ww_mutex_lock_slow() (bsc#1012628). +- drm/ttm/pool: Fix ttm_pool_alloc error path (bsc#1012628). +- arm64: dts: rockchip: Assign PLL_PPLL clock rate to 1.1 GHz + on rk3588s (bsc#1012628). +- drm/i915/pxp: limit drm-errors or warning on firmware API + failures (bsc#1012628). +- drm/i915/pxp: Invalidate all PXP fw sessions during teardown + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: apq8096-db820c: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address + from PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-kitakami: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix + backlight pin function" (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad + supply (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply + (bsc#1012628). +- arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad + supply (bsc#1012628). +- gpu: host1x: Fix memory leak of device names (bsc#1012628). +- gpu: host1x: Fix potential double free if IOMMU is disabled + (bsc#1012628). +- soc: renesas: renesas-soc: Release 'chipid' from ioremap() + (bsc#1012628). +- soc: bcm: brcmstb: biuctrl: fix of_iomap leak (bsc#1012628). +- mailbox: mpfs: switch to txdone_poll (bsc#1012628). +- drm/mediatek: dp: Change the aux retries times when receiving + AUX_DEFER (bsc#1012628). +- drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() + (bsc#1012628). +- ACPI: VIOT: Initialize the correct IOMMU fwspec (bsc#1012628). +- arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to + usbss1 (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint + for Vgpu (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos + (bsc#1012628). +- cpufreq: mediatek: Raise proc and sram max voltage for + MT7622/7623 (bsc#1012628). +- cpufreq: mediatek: raise proc/sram max voltage for MT8516 + (bsc#1012628). +- cpufreq: mediatek: fix KP caused by handler usage after + regulator_put/clk_put (bsc#1012628). +- cpufreq: mediatek: fix passing zero to 'PTR_ERR' (bsc#1012628). +- arm64: dts: apple: t8103: Disable unused PCIe ports + (bsc#1012628). +- ARM: dts: stm32: fix spi1 pin assignment on stm32mp15 + (bsc#1012628). +- perf/amlogic: Fix config1/config2 parsing issue (bsc#1012628). +- perf/arm-cmn: Move overlapping wp_combine field (bsc#1012628). +- firmware: arm_scmi: Fix xfers allocation on Rx channel + (bsc#1012628). +- ARM: dts: gta04: fix excess dma channel usage (bsc#1012628). +- drm: rcar-du: Fix a NULL vs IS_ERR() bug (bsc#1012628). +- arm64: dts: qcom: sm8450: fix pcie1 gpios properties name + (bsc#1012628). +- mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for + data (bsc#1012628). +- ACPI: processor: Fix evaluating _PDC method when running as + Xen dom0 (bsc#1012628). +- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to + silence known override-init warnings (bsc#1012628). +- arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role + mode property (bsc#1012628). +- arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed + property (bsc#1012628). +- virt/coco/sev-guest: Double-buffer messages (bsc#1012628). +- drm: msm: adreno: Disable preemption on Adreno 510 + (bsc#1012628). +- drm/msm/adreno: drop bogus pm_runtime_set_active() + (bsc#1012628). +- ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error + (bsc#1012628). +- arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB + (bsc#1012628). +- arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB + (bsc#1012628). +- accel: Link to compute accelerator subsystem intro + (bsc#1012628). +- media: max9286: Free control handler (bsc#1012628). +- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and + adv7535 (bsc#1012628). +- firmware: qcom_scm: Clear download bit during reboot + (bsc#1012628). +- media: av7110: prevent underflow in write_ts_to_decoder() + (bsc#1012628). +- media: amphion: decoder implement display delay enable + (bsc#1012628). +- media: platform: mtk-mdp3: Add missing check and free for + ida_alloc (bsc#1012628). +- media: bdisp: Add missing check for create_workqueue + (bsc#1012628). +- x86/MCE/AMD: Use an u64 for bank_map (bsc#1012628). +- media: v4l: subdev: Make link validation safer (bsc#1012628). +- arm64: dts: qcom: sc8280xp: fix external display power domain + (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix tsens_mode unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: misc style fixes (bsc#1012628). +- arm64: dts: qcom: sm8550: fix qup_spi0_cs node (bsc#1012628). +- ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node + (bsc#1012628). +- arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc + (bsc#1012628). +- ARM: dts: qcom: ipq8064: Fix the PCI I/O port range + (bsc#1012628). +- ARM: dts: qcom: ipq4019: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8450: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8250: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc7280: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sc7280: fix EUD port properties (bsc#1012628). +- arm64: dts: qcom: qdu1000: drop incorrect serial properties + (bsc#1012628). +- soc: canaan: Make K210_SYSCTL depend on CLK_K210 (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix PCIe PHYs and controllers nodes + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-*: Add 'ti,sci-dev-id' for NAVSS nodes + (bsc#1012628). +- arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT + (bsc#1012628). +- regulator: core: Shorten off-on-delay-us for always-on/boot-on + by time since booted (bsc#1012628). +- arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl (bsc#1012628). +- ARM: dts: qcom-apq8064: Fix opp table child name (bsc#1012628). +- EDAC/skx: Fix overflows on the DRAM row address mapping arrays + (bsc#1012628). +- drm/msm/disp/dpu: check for crtc enable rather than crtc active + to release shared resources (bsc#1012628). +- drm/mediatek: dp: Only trigger DRM HPD events if bridge is + attached (bsc#1012628). +- arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP + table (bsc#1012628). +- arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP + table (bsc#1012628). +- soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe + (bsc#1012628). +- soc: ti: k3-ringacc: Add try_module_get() to + k3_dmaring_request_dual_ring() (bsc#1012628). +- tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in + Fn00000007 (bsc#1012628). +- drm/amdgpu: register a vga_switcheroo client for MacBooks with + apple-gmux (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-radxa-zero2: fix pwm clock names + (bsc#1012628). +- drm/probe-helper: Cancel previous job before starting new one + (bsc#1012628). +- drm/vgem: add missing mutex_destroy (bsc#1012628). +- drm/i915/dg2: Drop one PCI ID (bsc#1012628). +- drm/rockchip: Drop unbalanced obj unref (bsc#1012628). +- accel/ivpu: PM: remove broken ivpu_dbg() statements + (bsc#1012628). +- erofs: fix potential overflow calculating xattr_isize + (bsc#1012628). +- erofs: initialize packed inode after root inode is assigned + (bsc#1012628). +- erofs: stop parsing non-compact HEAD index if clusterofs is + invalid (bsc#1012628). +- selftests/clone3: fix number of tests in ksft_set_plan + (bsc#1012628). +- tpm, tpm_tis: Claim locality when interrupts are reenabled on + resume (bsc#1012628). +- tpm, tpm: Implement usage counter for locality (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing interrupt registers + (bsc#1012628). +- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed + (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE + register (bsc#1012628). +- tpm, tpm_tis: Do not skip reset of original interrupt vector + (bsc#1012628). +- selinux: ensure av_permissions.h is built when needed + (bsc#1012628). +- selinux: fix Makefile dependencies of flask.h (bsc#1012628). +- ARM: 9293/1: vfp: Pass successful return address via register R3 + (bsc#1012628). +- ARM: 9292/1: vfp: Pass thread_info pointer to vfp_support_entry + (bsc#1012628). +- selftests/resctrl: Check for return value after write_schemata() + (bsc#1012628). +- selftests/resctrl: Allow ->setup() to return errors + (bsc#1012628). +- selftests/resctrl: Move ->setup() call outside of test specific + branches (bsc#1012628). +- selftests/resctrl: Return NULL if malloc_and_init_memory() + did not alloc mem (bsc#1012628). +- rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check + (bsc#1012628). +- kunit: fix bug in the order of lines in debugfs logs + (bsc#1012628). +- clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src + to reparent (bsc#1012628). +- clk: microchip: fix potential UAF in auxdev release callback + (bsc#1012628). +- wifi: rtw89: fix potential race condition between napi_init + and napi_enable (bsc#1012628). +- wifi: rtw88: rtw8821c: Fix rfe_option field width (bsc#1012628). +- wifi: rtl8xxxu: RTL8192EU always needs full init (bsc#1012628). +- nfp: fix incorrect pointer deference when offloading IPsec + with bonding (bsc#1012628). +- mailbox: zynqmp: Fix typo in IPI documentation (bsc#1012628). +- mailbox: zynqmp: Fix counts of child nodes (bsc#1012628). +- kcsan: Avoid READ_ONCE() in read_instrumented_memory() + (bsc#1012628). +- mailbox: zynqmp: Fix IPI isr handling (bsc#1012628). +- drivers: remoteproc: xilinx: Fix carveout names (bsc#1012628). +- mtd: spi-nor: core: Update flash's current address mode when + changing address mode (bsc#1012628). +- mtd: core: fix error path for nvmem provider (bsc#1012628). +- mtd: core: fix nvmem error reporting (bsc#1012628). +- mtd: core: provide unique name for nvmem device, take two + (bsc#1012628). +- kasan: hw_tags: avoid invalid virt_to_page() (bsc#1012628). +- md/raid5: Improve performance for sequential IO (bsc#1012628). +- md/raid10: fix null-ptr-deref in raid10_sync_request + (bsc#1012628). +- drbd: correctly submit flush bio on barrier (bsc#1012628). +- mm: do not reclaim private data from pinned page (bsc#1012628). +- nilfs2: fix infinite loop in nilfs_mdt_get_block() + (bsc#1012628). +- nilfs2: do not write dirty data after degenerating to read-only + (bsc#1012628). +- ASoC: codecs: wcd938x: fix accessing regmap on unattached + devices (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop + (bsc#1012628). +- ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 + (bsc#1012628). +- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (bsc#1012628). +- parisc: Ensure page alignment in flush functions (bsc#1012628). +- parisc: Fix argument pointer in real64_call_asm() (bsc#1012628). +- ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for + clocks (bsc#1012628). +- bus: mhi: host: Range check CHDBOFF and ERDBOFF (bsc#1012628). +- bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error + state (bsc#1012628). +- bus: mhi: host: Remove duplicate ee check for syserr + (bsc#1012628). +- cxl/port: Scan single-target ports for decoders (bsc#1012628). +- cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit + (bsc#1012628). +- cxl/hdm: Fail upon detecting 0-sized decoders (bsc#1012628). +- xfs: don't consider future format versions valid (bsc#1012628). +- fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten (bsc#1012628). +- ceph: fix potential use-after-free bug when trimming caps + (bsc#1012628). +- ubifs: Fix memory leak in do_rename (bsc#1012628). +- ubifs: Free memory for tmpfile name (bsc#1012628). +- ubi: Fix return value overwrite issue in + try_write_vid_and_data() (bsc#1012628). +- ubifs: Fix memleak when insert_old_idx() failed (bsc#1012628). +- Revert "ubifs: dirty_cow_znode: Fix memleak in error handling + path" (bsc#1012628). +- RISC-V: Align SBI probe implementation with spec (bsc#1012628). +- iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" + configuration in IRTE (bsc#1012628). +- drm/amd/pm: re-enable the gfx imu when smu resume (bsc#1012628). +- tracing: Fix permissions for the buffer_percent file + (bsc#1012628). +- thermal: intel: powerclamp: Fix NULL pointer access issue + (bsc#1012628). +- riscv: mm: remove redundant parameter of + create_fdt_early_page_table (bsc#1012628). +- i2c: omap: Fix standard mode false ACK readings (bsc#1012628). +- igc: read before write to SRRCTL register (bsc#1012628). +- ACPI: video: Remove acpi_backlight=video quirk for Lenovo + ThinkPad W530 (bsc#1012628). +- ksmbd: fix racy issue from smb2 close and logoff with + multichannel (bsc#1012628). +- ksmbd: destroy expired sessions (bsc#1012628). +- ksmbd: block asynchronous requests when making a delay on + session setup (bsc#1012628). +- ksmbd: fix racy issue from session setup and logoff + (bsc#1012628). +- ksmbd: fix deadlock in ksmbd_find_crypto_ctx() (bsc#1012628). +- ksmbd: not allow guest user on multichannel (bsc#1012628). +- ksmbd: fix memleak in session setup (bsc#1012628). +- ksmbd: fix NULL pointer dereference in + smb2_get_info_filesystem() (bsc#1012628). +- ksmbd: call rcu_barrier() in ksmbd_server_exit() (bsc#1012628). +- ksmbd: fix racy issue under cocurrent smb2 tree disconnect + (bsc#1012628). +- KVM: x86: Preserve TDP MMU roots until they are explicitly + invalidated (bsc#1012628). +- KVM: RISC-V: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- relayfs: fix out-of-bounds access in relay_file_read + (bsc#1012628). +- KVM: arm64: vgic: Don't acquire its_lock before config_lock + (bsc#1012628). +- KVM: arm64: Use config_lock to protect vgic state (bsc#1012628). +- KVM: arm64: Use config_lock to protect data ordered against + KVM_RUN (bsc#1012628). +- KVM: arm64: Avoid lock inversion when setting the VM register + width (bsc#1012628). +- KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON + (bsc#1012628). +- KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted + (bsc#1012628). +- KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are + available (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource + release on exit (bsc#1012628). +- reiserfs: Add security prefix to xattr name in + reiserfs_security_write() (bsc#1012628). +- rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() + being kprobe-ed (bsc#1012628). +- crypto: ccp - Don't initialize CCP for PSP 0x1649 (bsc#1012628). +- crypto: testmgr - fix RNG performance in fuzz tests + (bsc#1012628). +- crypto: arm64/aes-neonbs - fix crash with CFI enabled + (bsc#1012628). +- crypto: safexcel - Cleanup ring IRQ workqueues on load failure + (bsc#1012628). +- crypto: api - Demote BUG_ON() in crypto_unregister_alg() + to a WARN_ON() (bsc#1012628). +- ring-buffer: Sync IRQ works before buffer destruction + (bsc#1012628). +- ring-buffer: Ensure proper resetting of atomic variables in + ring_buffer_reset_online_cpus (bsc#1012628). +- pinctrl: qcom: lpass-lpi: set output value before enabling + output (bsc#1012628). +- soundwire: qcom: correct setting ignore bit on v1.5.1 + (bsc#1012628). +- pwm: meson: Fix g12a ao clk81 name (bsc#1012628). +- pwm: meson: Fix axg ao mux parents (bsc#1012628). +- wifi: rtw89: correct 5 MHz mask setting (bsc#1012628). +- wifi: mt76: add missing locking to protect against concurrent + rx/status calls (bsc#1012628). +- kheaders: Use array declaration instead of char (bsc#1012628). +- iio: addac: stx104: Fix race condition for stx104_write_raw() + (bsc#1012628). +- iio: addac: stx104: Fix race condition when converting + analog-to-digital (bsc#1012628). +- ipmi: fix SSIF not responding under certain cond (bsc#1012628). +- ipmi:ssif: Add send_retries increment (bsc#1012628). +- MIPS: fw: Allow firmware to pass a empty env (bsc#1012628). +- fs: fix sysctls.c built (bsc#1012628). +- tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz + subsystem (bsc#1012628). +- serial: max310x: fix IO data corruption in batched operations + (bsc#1012628). +- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx + (bsc#1012628). +- serial: fix TIOCSRS485 locking (bsc#1012628). +- xhci: fix debugfs register accesses while suspended + (bsc#1012628). +- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH + (bsc#1012628). +- staging: iio: resolver: ads1210: fix config mode (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() more robust + (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() return void + (bsc#1012628). +- blk-mq: release crypto keyslot before reporting I/O complete + (bsc#1012628). +- blk-stat: fix QUEUE_FLAG_STATS clear (bsc#1012628). +- drm/vmwgfx: Fix Legacy Display Unit atomic drm support + (bsc#1012628). +- media: ov8856: Do not check for for module version + (bsc#1012628). +- posix-cpu-timers: Implement the missing timer_wait_running + callback (bsc#1012628). +- tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() + call site (bsc#1012628). +- hwmon: (adt7475) Use device_property APIs when configuring + polarity (bsc#1012628). +- hwmon: (k10temp) Check range scale when CUR_TEMP register is + read-write (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on unbind (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on probe errors + (bsc#1012628). +- usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive + (bsc#1012628). +- usb: gadget: udc: core: Prevent redundant calls to pullup + (bsc#1012628). +- usb: gadget: udc: core: Invoke usb_gadget_connect only when + started (bsc#1012628). +- wifi: rtw88: usb: fix priority queue to endpoint mapping + (bsc#1012628). +- IMA: allow/fix UML builds (bsc#1012628). +- phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes (bsc#1012628). +- bus: mhi: host: pci_generic: Revert "Add a secondary AT port + to Telit FN990" (bsc#1012628). +- PCI: qcom: Fix the incorrect register usage in v2.7.0 config + (bsc#1012628). +- PCI: pciehp: Fix AB-BA deadlock between reset_lock and + device_lock (bsc#1012628). +- PCI: kirin: Select REGMAP_MMIO (bsc#1012628). +- powerpc/boot: Fix boot wrapper code generation with + CONFIG_POWER10_CPU (bsc#1012628). +- ASoC: amd: ps: update the acp clock source (bsc#1012628). +- wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND + if unset (bsc#1012628). +- commit bcfb900 + +------------------------------------------------------------------- +Sun May 14 23:08:36 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc2 +- eliminate 1 patch + - patches.suse/0001-firmware-sysfb-Fix-VESA-format-selection.patch +- commit 679133f + +------------------------------------------------------------------- +Fri May 12 15:39:13 CEST 2023 - tiwai@suse.de + +- HID: microsoft: Add rumble support to latest xbox controllers + (bsc#1211280). +- commit 512d474 + +------------------------------------------------------------------- +Fri May 12 09:49:25 CEST 2023 - dmueller@suse.com + +- config: align all architectures on CONFIG_HZ=300 (bsc#1196438) +- commit 9b7c645 + +------------------------------------------------------------------- +Thu May 11 17:07:28 CEST 2023 - tzimmermann@suse.com + +- firmware/sysfb: Fix VESA format selection (bsc#1211119) +- commit 26ec1ca + ------------------------------------------------------------------- Tue May 9 09:32:52 CEST 2023 - schwab@suse.de - rpm/constraints.in: Increase disk size constraint for riscv64 to 52GB - commit 1c1a4cd +------------------------------------------------------------------- +Tue May 9 08:08:50 CEST 2023 - jslaby@suse.cz + +- Revert "Update config files." (bsc#1211166) + This reverts commit 90a46594a115a4abf9381bd4c327fd875ac0da0b. + Lockdown is not ready and was disabled in stable. Since this is still + not resolved in 6.3/6.4-rc, let's disable it in master completely too. + And let's retry once everything is ready. +- commit 944713a + +------------------------------------------------------------------- +Mon May 8 01:11:24 CEST 2023 - mkubecek@suse.cz + +- config: use ARCH_FORCE_MAX_ORDER=8 on ppc64/ppc64le + Mainline commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") + redefined the meaning of MAX_ORDER, and therefore also related + ARCH_FORCE_MAX_ORDER config option to be one lower than the old value so + that having ARCH_FORCE_MAX_ORDER=9 with 64KB pages results in build time + error "Allocator MAX_ORDER exceeds SECTION_SIZE". + Update the values on ppc64 and ppc64le architectures from 9 to 8 to + preserve the old behaviour and fix the build error. +- commit 668187d + +------------------------------------------------------------------- +Sun May 7 23:36:17 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc1 +- drop 14 patches (12 stable, 2 mainline) + - patches.kernel.org/* + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch + - patches.suse/usbtv-usbtv_set_regs-the-pipe-is-output.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch + - patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch + - patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch + - patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch +- disable ARM architectures (need config update) +- new config options + - Processor type and features + - ADDRESS_MASKING=y + - Enable loadable module support + - MODULE_DEBUG=n + - Memory Management options + - DMAPOOL_TEST=n + - Networking support + - MAX_SKB_FRAGS=17 + - BT_NXPUART=m + - File systems + - XFS_SUPPORT_ASCII_CI=y + - Security options + - INTEGRITY_CA_MACHINE_KEYRING=n + - Kernel hacking + - PER_VMA_LOCK_STATS=y + - USER_EVENTS=n + - FAULT_INJECTION_CONFIGFS=n + - Generic Driver Options + - FW_LOADER_DEBUG=y + - FW_DEVLINK_SYNC_STATE_TIMEOUT=n + - Block devices + - BLKDEV_UBLK_LEGACY_OPCODES=y + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT_BPCK6=m + - Generic Target Core Mod (TCM) and ConfigFS Infrastructure + - REMOTE_TARGET=m + - Network device support + - NET_DSA_MT7530_MDIO=m + - NET_DSA_MT7530_MMIO=m + - NET_DSA_QCA8K_LEDS_SUPPORT=y + - PDS_CORE=m + - MICROCHIP_T1S_PHY=m + - NXP_CBTX_PHY=m + - RTW88_8822BS=m + - RTW88_8822CS=m + - RTW88_8821CS=m + - GPIO Support + - GPIO_FXL6408=m + - GPIO_ELKHARTLAKE=m + - Voltage and Current Regulator Support + - REGULATOR_RT4803=m + - REGULATOR_RT5739=m + - Sound card support + - SND_SOC_CS35L56_I2C=m + - SND_SOC_CS35L56_SPI=m + - SND_SOC_CS35L56_SDW=m + - SND_SOC_MAX98363=m + - SND_SOC_RT712_SDCA_DMIC_SDW=m + - X86 Platform Specific Device Drivers + - LENOVO_YMC=m + - INTEL_BYTCRC_PWRSRC=m + - MSI_EC=m + - Industrial I/O support + - TI_ADS1100=n + - ROHM_BU27034=n + - NVMEM Support + - NVMEM_LAYOUT_SL28_VPD=m + - NVMEM_LAYOUT_ONIE_TLV=m + - Misc drivers + - TOUCHSCREEN_NOVATEK_NVT_TS=m + - PTP_DFL_TOD=m + - SENSORS_ACBEL_FSG032=m + - DRM_VIRTIO_GPU_KMS=y + - DRM_ACCEL_QAIC=m + - I2C_HID_OF=m + - LEDS_BD2606MVV=m + - HYPERV_VTL_MODE=n + - SOUNDWIRE_AMD=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX597X=m + - REGULATOR_MAX597X=m + - DRM_PANEL_MAGNACHIP_D53E6EA8966=n + - DRM_PANEL_NOVATEK_NT36523=n + - DRM_PANEL_SONY_TD4353_JDI=n + - DRM_SAMSUNG_DSIM=n + - UCSI_PMIC_GLINK=m + - COMMON_CLK_SI521XX=m + - i386 + - CAN_BXCAN=m + - ppc64le + - CRYPTO_AES_GCM_P10=m + - s390x + - SECRETMEM=y + - SCSI_IPR=m + - SCSI_IPR_TRACE=y + - SCSI_IPR_DUMP=y + - GCC_PLUGIN_STACKLEAK=n + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - riscv64 + - SCHED_MC=y + - RISCV_ISA_SVNAPOT=y + - RISCV_ISA_ZICBOZ=y + - RELOCATABLE=y + - HIBERNATION=y + - HIBERNATION_SNAPSHOT_DEV=y + - PM_STD_PARTITION="" + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - FW_CACHE=y + - DWMAC_STARFIVE=m + - CAN_BXCAN=m + - AIRO=m + - SPI_CADENCE_QUADSPI=m + - SENSORS_SFCTEMP=m + - STARFIVE_WATCHDOG=m + - RZ_MTU3=n + - SND_SOC_MAX98090=n + - CLK_STARFIVE_JH7110_SYS=y + - CLK_STARFIVE_JH7110_AON=m +- commit 5685b1d + ------------------------------------------------------------------- Fri May 5 15:03:15 CEST 2023 - msuchanek@suse.de @@ -3269,6 +22618,365 @@ Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de - kernel-binary: install expoline.o (boo#1210791 bsc#1211089) - commit d6c8c20 +------------------------------------------------------------------- +Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com + +- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334). +- commit 98c1e01 + +------------------------------------------------------------------- +Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of rejected RPCs (bsc#1210995). +- commit 9aec45d + +------------------------------------------------------------------- +Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.1 (bsc#1012628). +- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() + (bsc#1012628). +- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds + (bsc#1012628). +- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var + (bsc#1012628). +- fsverity: explicitly check for buffer overflow in + build_merkle_tree() (bsc#1012628). +- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU + (bsc#1012628). +- bluetooth: Perform careful capability checks in hci_sock_ioctl() + (bsc#1012628). +- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628). +- btrfs: fix uninitialized variable warnings (bsc#1012628). +- USB: serial: option: add UNISOC vendor and TOZED LT70C product + (bsc#1012628). +- driver core: Don't require dynamic_debug for initcall_debug + probe timing (bsc#1012628). +- commit 4fd5b5c + +------------------------------------------------------------------- +Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz + +- mm/mremap: fix vm_pgoff in vma_merge() case 3 (bsc#1210903). + Update upstream status. +- commit 602ef9b + +------------------------------------------------------------------- +Thu Apr 27 16:22:34 CEST 2023 - vbabka@suse.cz + +- [PATCH for v6.3 regression] mm/mremap: fix vm_pgoff in + vma_merge() case 3 (bsc#1210903). +- commit 1fc982b + +------------------------------------------------------------------- +Thu Apr 27 10:45:02 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch +- commit 5408aa8 + +------------------------------------------------------------------- +Thu Apr 27 10:12:09 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv6hl configs + New values are copied from arvm7hl. +- commit 1d2204b + +------------------------------------------------------------------- +Thu Apr 27 10:05:58 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- commit 6bca092 + +------------------------------------------------------------------- +Thu Apr 27 09:54:37 CEST 2023 - mkubecek@suse.cz + +- update and reenable arm64 configs + Where possible, new values are copied from x86_64, i386 or riscv64. The + rest is guessed, mostly based on existing values of similar config options. +- commit 3f00e19 + +------------------------------------------------------------------- +Wed Apr 26 11:18:54 CEST 2023 - jslaby@suse.cz + +- config.sh: add :LegacyX86 + To pull i586 and build against that. +- commit 723ba5c + +------------------------------------------------------------------- +Mon Apr 24 10:09:07 CEST 2023 - jslaby@suse.cz + +- wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries + (bsc#1209965). +- Refresh + patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch. + Update to upstream versions. +- commit 996f7a1 + +------------------------------------------------------------------- +Sun Apr 23 23:12:34 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3 final +- update configs +- commit 9cc1a40 + +------------------------------------------------------------------- +Thu Apr 20 12:59:57 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.12 (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD + (bsc#1012628). +- nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN (bsc#1012628). +- cifs: fix negotiate context parsing (bsc#1012628). +- i2c: ocores: generate stop condition after timeout in polling + mode (bsc#1012628). +- x86/rtc: Remove __init for runtime functions (bsc#1012628). +- sched/fair: Fix imbalance overflow (bsc#1012628). +- powerpc/papr_scm: Update the NUMA distance table for the target + node (bsc#1012628). +- i2c: mchp-pci1xxxx: Update Timing registers (bsc#1012628). +- ubi: Fix deadlock caused by recursively holding work_sem + (bsc#1012628). +- ubi: Fix failure attaching when vid_hdr offset equals to + (sub)page size (bsc#1012628). +- selftests: mptcp: userspace pm: uniform verify events + (bsc#1012628). +- mptcp: fix NULL pointer dereference on fastopen early fallback + (bsc#1012628). +- mptcp: stricter state check in mptcp_worker (bsc#1012628). +- mptcp: use mptcp_schedule_work instead of open-coding it + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 max shader clock reporting + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings + (bsc#1012628). +- cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() + methods (bsc#1012628). +- cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP + properly (bsc#1012628). +- cgroup/cpuset: Wake up cpuset_attach_wq tasks in + cpuset_cancel_attach() (bsc#1012628). +- cgroup/cpuset: Fix partition root's cpuset.cpus update bug + (bsc#1012628). +- cgroup: fix display of forceidle time at root (bsc#1012628). +- x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X + state in D3hot (bsc#1012628). +- PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn() + (bsc#1012628). +- PCI: Fix use-after-free in pci_bus_release_domain_nr() + (bsc#1012628). +- drm/amd/pm: correct the pcie link state check for SMU13 + (bsc#1012628). +- thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR + mask bits (bsc#1012628). +- scsi: ses: Handle enclosure with just a primary component + gracefully (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix unsigned long multiplication + overflow (bsc#1012628). +- net: phy: nxp-c45-tja11xx: add remove callback (bsc#1012628). +- net: sfp: initialize sfp->i2c_block_size at sfp allocation + (bsc#1012628). +- HID: intel-ish-hid: Fix kernel panic during warm reset + (bsc#1012628). +- riscv: add icache flush for nommu sigreturn trampoline + (bsc#1012628). +- ksmbd: avoid out of bounds access in decode_preauth_ctxt() + (bsc#1012628). +- maple_tree: fix write memory barrier of nodes once dead for + RCU mode (bsc#1012628). +- tracing: Have tracing_snapshot_instance_cond() write errors + to the appropriate instance (bsc#1012628). +- tracing: Add trace_array_puts() to write into instance + (bsc#1012628). +- ACPI: resource: Add Medion S17413 to IRQ override quirk + (bsc#1012628). +- drm/amdgpu/gfx: set cg flags to enter/exit safe mode + (bsc#1012628). +- drm/amdgpu: Force signal hw_fences that are embedded in + non-sched jobs (bsc#1012628). +- drm/amdgpu: add mes resume when do gfx post soft reset + (bsc#1012628). +- wifi: iwlwifi: mvm: protect TXQ list manipulation (bsc#1012628). +- wifi: iwlwifi: mvm: fix mvmtxq->stopped handling (bsc#1012628). +- nvme: send Identify with CNS 06h only to I/O controllers + (bsc#1012628). +- asymmetric_keys: log on fatal failures in PE/pkcs7 + (bsc#1012628). +- verify_pefile: relax wrapper length check (bsc#1012628). +- hwmon: (xgene) Fix ioremap and memremap leak (bsc#1012628). +- hwmon: (peci/cputemp) Fix miscalculated DTS for SKX + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book + X90F (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Acer Aspire + 3830TG (bsc#1012628). +- block: ublk_drv: mark device as LIVE before adding disk + (bsc#1012628). +- efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L + (bsc#1012628). +- i2c: hisi: Avoid redundant interrupts (bsc#1012628). +- i2c: imx-lpi2c: clean rx/tx buffers upon new message + (bsc#1012628). +- wifi: mwifiex: mark OF related data as maybe unused + (bsc#1012628). +- selftests/bpf: Fix progs/find_vma_fail1.c build error + (bsc#1012628). +- power: supply: axp288_fuel_gauge: Added check for negative + values (bsc#1012628). +- power: supply: cros_usbpd: reclassify "default case!" as debug + (bsc#1012628). +- power: supply: rk817: Fix unsigned comparison with less than + zero (bsc#1012628). +- arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 + firmware (bsc#1012628). +- ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory + (bsc#1012628). +- ARM: 9290/1: uaccess: Fix KASAN false-positives (bsc#1012628). +- skbuff: Fix a race between coalescing and releasing SKBs + (bsc#1012628). +- net: macb: fix a memory corruption in extended buffer descriptor + mode (bsc#1012628). +- selftests: add the missing CONFIG_IP_SCTP in net config + (bsc#1012628). +- udp6: fix potential access to stale information (bsc#1012628). +- selftests: openvswitch: adjust datapath NL message declaration + (bsc#1012628). +- RDMA/core: Fix GID entry ref leak when create_ah fails + (bsc#1012628). +- sctp: fix a potential overflow in sctp_ifwdtsn_skip + (bsc#1012628). +- net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() + (bsc#1012628). +- rtnetlink: Restore RTM_NEW/DELLINK notification behavior + (bsc#1012628). +- cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex + (bsc#1012628). +- net: wwan: iosm: Fix error handling path in ipc_pcie_probe() + (bsc#1012628). +- smc: Fix use-after-free in tcp_write_timer_handler() + (bsc#1012628). +- qlcnic: check pci_reset_function result (bsc#1012628). +- drm/armada: Fix a potential double free in an error handling + path (bsc#1012628). +- drm/nouveau/fb: add missing sysmen flush callbacks + (bsc#1012628). +- Bluetooth: Set ISO Data Path on broadcast sink (bsc#1012628). +- Bluetooth: SCO: Fix possible circular locking dependency + sco_sock_getsockopt (bsc#1012628). +- Bluetooth: Fix printing errors if LE Connection times out + (bsc#1012628). +- Bluetooth: hci_conn: Fix not cleaning up on LE Connection + failure (bsc#1012628). +- net: openvswitch: fix race on port output (bsc#1012628). +- iavf: remove active_cvlans and active_svlans bitmaps + (bsc#1012628). +- iavf: refactor VLAN filter states (bsc#1012628). +- bonding: fix ns validation on backup slaves (bsc#1012628). +- tcp: restrict net.ipv4.tcp_app_win (bsc#1012628). +- niu: Fix missing unwind goto in niu_alloc_channels() + (bsc#1012628). +- KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs + (bsc#1012628). +- bpf, arm64: Fixed a BTI error on returning to patched function + (bsc#1012628). +- 9p/xen : Fix use after free bug in xen_9pfs_front_remove due + to race condition (bsc#1012628). +- dmaengine: apple-admac: Fix 'current_tx' not getting freed + (bsc#1012628). +- dmaengine: apple-admac: Set src_addr_widths capability + (bsc#1012628). +- dmaengine: apple-admac: Handle 'global' interrupt flags + (bsc#1012628). +- LoongArch, bpf: Fix jit to skip speculation barrier opcode + (bsc#1012628). +- bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp + (bsc#1012628). +- RDMA/cma: Allow UD qp_type to join multicast only (bsc#1012628). +- clk: rs9: Fix suspend/resume (bsc#1012628). +- RDMA/erdma: Defer probing if netdevice can not be found + (bsc#1012628). +- RDMA/erdma: Inline mtt entries into WQE if supported + (bsc#1012628). +- RDMA/erdma: Update default EQ depth to 4096 and max_send_wr + to 8192 (bsc#1012628). +- RDMA/erdma: Fix some typos (bsc#1012628). +- IB/mlx5: Add support for 400G_8X lane speed (bsc#1012628). +- RDMA/irdma: Add ipv4 check to irdma_find_listener() + (bsc#1012628). +- RDMA/irdma: Increase iWARP CM default rexmit count + (bsc#1012628). +- RDMA/irdma: Fix memory leak of PBLE objects (bsc#1012628). +- RDMA/irdma: Do not generate SW completions for NOPs + (bsc#1012628). +- clk: sprd: set max_register according to mapping range + (bsc#1012628). +- io_uring: complete request via task work in case of + DEFER_TASKRUN (bsc#1012628). +- drm/i915/dsi: fix DSS CTL register offsets for TGL+ + (bsc#1012628). +- fbcon: set_con2fb_map needs to set con2fb_map! (bsc#1012628). +- fbcon: Fix error paths in set_con2fb_map (bsc#1012628). +- KVM: arm64: PMU: Restore the guest's EL0 event counting after + migration (bsc#1012628). +- mtd: rawnand: stm32_fmc2: use timings.mode instead of checking + tRC_min (bsc#1012628). +- mtd: rawnand: stm32_fmc2: remove unsupported EDO mode + (bsc#1012628). +- mtd: rawnand: meson: fix bitmask for length in command word + (bsc#1012628). +- mtdblock: tolerate corrected bit-flips (bsc#1012628). +- fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace (bsc#1012628). +- btrfs: fix fast csum implementation detection (bsc#1012628). +- btrfs: restore the thread_pool= behavior in remount for the + end I/O workqueues (bsc#1012628). +- Bluetooth: hci_conn: Fix possible UAF (bsc#1012628). +- Bluetooth: Free potentially unfreed SCO connection + (bsc#1012628). +- bluetooth: btbcm: Fix logic error in forming the board name + (bsc#1012628). +- Bluetooth: Fix race condition in hidp_session_thread + (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in + l2cap_disconnect_{req,rsp} (bsc#1012628). +- ALSA: hda/hdmi: disable KAE for Intel DG2 (bsc#1012628). +- ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards + (bsc#1012628). +- ALSA: emu10k1: don't create old pass-through playback device + on Audigy (bsc#1012628). +- ALSA: firewire-tascam: add missing unwind goto in + snd_tscm_stream_start_duplex() (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 + (bsc#1012628). +- ALSA: hda: patch_realtek: add quirk for Asus N7601ZM + (bsc#1012628). +- ALSA: i2c/cs8427: fix iec958 mixer control deactivation + (bsc#1012628). +- ALSA: hda/sigmatel: add pin overrides for Intel DP45SG + motherboard (bsc#1012628). +- ALSA: emu10k1: fix capture interrupt handler unlinking + (bsc#1012628). +- drm/i915: Workaround ICL CSC_MODE sticky arming (bsc#1012628). +- drm/amd/display: Pass the right info to drm_dp_remove_payload + (bsc#1012628). +- Revert "pinctrl: amd: Disable and mask interrupts on resume" + (bsc#1012628). +- commit eb3255d + +------------------------------------------------------------------- +Mon Apr 17 17:27:45 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported DVB module(s) +- commit 7a3054e + +------------------------------------------------------------------- +Mon Apr 17 00:47:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc7 +- commit 9e073da + ------------------------------------------------------------------- Fri Apr 14 22:07:00 CEST 2023 - msuchanek@suse.de @@ -3281,6 +22989,647 @@ Fri Apr 14 19:29:28 CEST 2023 - msuchanek@suse.de - Remove obsolete KMP obsoletes (bsc#1210469). - commit 7f325c6 +------------------------------------------------------------------- +Thu Apr 13 17:21:47 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.11 (bsc#1012628). +- mm: enable maple tree RCU mode by default (bsc#1012628). +- maple_tree: add RCU lock checking to rcu callback functions + (bsc#1012628). +- maple_tree: add smp_rmb() to dead node detection (bsc#1012628). +- maple_tree: remove extra smp_wmb() from mas_dead_leaves() + (bsc#1012628). +- maple_tree: fix freeing of nodes in rcu mode (bsc#1012628). +- maple_tree: detect dead nodes in mas_start() (bsc#1012628). +- maple_tree: refine ma_state init from mas_start() (bsc#1012628). +- maple_tree: be more cautious about dead nodes (bsc#1012628). +- maple_tree: fix mas_prev() and mas_find() state handling + (bsc#1012628). +- maple_tree: fix handle of invalidated state in + mas_wr_store_setup() (bsc#1012628). +- maple_tree: reduce user error potential (bsc#1012628). +- maple_tree: fix potential rcu issue (bsc#1012628). +- maple_tree: remove GFP_ZERO from kmem_cache_alloc() and + kmem_cache_alloc_bulk() (bsc#1012628). +- mm: take a page reference when removing device exclusive entries + (bsc#1012628). +- drm/bridge: lt9611: Fix PLL being unable to lock (bsc#1012628). +- drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset + (bsc#1012628). +- drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume + (bsc#1012628). +- drm/amd/display: Clear MST topology if it fails to resume + (bsc#1012628). +- maple_tree: fix a potential concurrency bug in RCU mode + (bsc#1012628). +- maple_tree: fix get wrong data_end in mtree_lookup_walk() + (bsc#1012628). +- mm/hugetlb: fix uffd wr-protection for CoW optimization path + (bsc#1012628). +- mm/swap: fix swap_info_struct race between swapoff and + get_swap_pages() (bsc#1012628). +- ring-buffer: Fix race while reader and writer are on the same + page (bsc#1012628). +- drm/i915: fix race condition UAF in i915_perf_add_config_ioctl + (bsc#1012628). +- drm/i915: Fix context runtime accounting (bsc#1012628). +- drm/nouveau/disp: Support more modes by checking with lower bpc + (bsc#1012628). +- drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path + (bsc#1012628). +- ublk: read any SQE values upfront (bsc#1012628). +- wifi: mt76: ignore key disable commands (bsc#1012628). +- wifi: mt76: mt7921: fix fw used for offload check for mt7922 + (bsc#1012628). +- mm: vmalloc: avoid warn_alloc noise caused by fatal signal + (bsc#1012628). +- zsmalloc: document freeable stats (bsc#1012628). +- tracing/synthetic: Make lastcmd_mutex static (bsc#1012628). +- perf/core: Fix the same task check in perf_event_set_output + (bsc#1012628). +- perf: Optimize perf_pmu_migrate_context() (bsc#1012628). +- block: don't set GD_NEED_PART_SCAN if scan partition failed + (bsc#1012628). +- block: ublk: make sure that block size is set correctly + (bsc#1012628). +- cifs: sanitize paths in cifs_update_super_prepath (bsc#1012628). +- nvme: fix discard support without oncs (bsc#1012628). +- scsi: iscsi_tcp: Check that sock is valid before + iscsi_set_param() (bsc#1012628). +- scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() + (bsc#1012628). +- io_uring: fix memory leak when removing provided buffers + (bsc#1012628). +- io_uring: fix return value when removing provided buffers + (bsc#1012628). +- iio: adc: ad7791: fix IRQ flags (bsc#1012628). +- ASoC: SOF: avoid a NULL dereference with unsupported widgets + (bsc#1012628). +- ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() + (bsc#1012628). +- iommufd: Do not corrupt the pfn list when doing batch carry + (bsc#1012628). +- iommufd: Fix unpinning of pages when an access is present + (bsc#1012628). +- iommufd: Check for uptr overflow (bsc#1012628). +- tracing: Free error logs of tracing instances (bsc#1012628). +- tracing/osnoise: Fix notify new tracing_max_latency + (bsc#1012628). +- tracing/timerlat: Notify new max thread latency (bsc#1012628). +- tracing/synthetic: Fix races on freeing last_cmd (bsc#1012628). +- net: stmmac: Add queue reset into stmmac_xdp_open() function + (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad + W530 (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 + and iMac14,2 (bsc#1012628). +- ACPI: video: Make acpi_backlight=video work independent from + GPU driver (bsc#1012628). +- ACPI: video: Add auto_detect arg to + __acpi_video_get_backlight_type() (bsc#1012628). +- can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get + SOCK_RXQ_OVFL infos (bsc#1012628). +- can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT + events (bsc#1012628). +- can: isotp: fix race between isotp_sendsmg() and isotp_release() + (bsc#1012628). +- can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory + access (bsc#1012628). +- fs: drop peer group ids under namespace lock (bsc#1012628). +- ftrace: Fix issue that 'direct->addr' not restored in + modify_ftrace_direct() (bsc#1012628). +- ftrace: Mark get_lock_parent_ip() __always_inline (bsc#1012628). +- blk-mq: directly poll requests (bsc#1012628). +- counter: 104-quad-8: Fix Synapse action reported for Index + signals (bsc#1012628). +- counter: 104-quad-8: Fix race condition between FLAG and CNTR + reads (bsc#1012628). +- coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug + (bsc#1012628). +- coresight: etm4x: Do not access TRCIDR1 for identification + (bsc#1012628). +- mm: kfence: fix handling discontiguous page (bsc#1012628). +- mm: kfence: fix PG_slab and memcg_data clearing (bsc#1012628). +- KVM: SVM: Flush Hyper-V TLB when required (bsc#1012628). +- KVM: nVMX: Do not report error code when synthesizing VM-Exit + from Real Mode (bsc#1012628). +- KVM: x86: Clear "has_error_code", not "error_code", for RM + exception injection (bsc#1012628). +- x86/ACPI/boot: Use FADT version to check support for online + capable (bsc#1012628). +- x86/acpi/boot: Correct acpi_is_processor_usable() check + (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo X370SNW (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr + (bsc#1012628). +- ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN + (bsc#1012628). +- serial: 8250: Prevent starting up DMA Rx on THRI interrupt + (bsc#1012628). +- dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs + (bsc#1012628). +- fsdax: force clear dirty mark if CoW (bsc#1012628). +- fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN + (bsc#1012628). +- fsdax: dedupe should compare the min of two iters' length + (bsc#1012628). +- nilfs2: fix sysfs interface lifetime (bsc#1012628). +- nilfs2: fix potential UAF of struct nilfs_sc_info in + nilfs_segctor_thread() (bsc#1012628). +- tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active + (bsc#1012628). +- tty: serial: fsl_lpuart: avoid checking for transfer + complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty + (bsc#1012628). +- tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (bsc#1012628). +- tty: serial: sh-sci: Fix transmit end interrupt handler + (bsc#1012628). +- iio: light: vcnl4000: Fix WARN_ON on uninitialized lock + (bsc#1012628). +- iio: light: cm32181: Unregister second I2C client if present + (bsc#1012628). +- iio: buffer: make sure O_NONBLOCK is respected (bsc#1012628). +- iio: buffer: correctly return bytes written in output buffers + (bsc#1012628). +- iio: accel: kionix-kx022a: Get the timestamp from the driver's + private data in the trigger_handler (bsc#1012628). +- iio: adc: max11410: fix read_poll_timeout() usage (bsc#1012628). +- iio: dac: cio-dac: Fix max DAC write value check for 12-bit + (bsc#1012628). +- iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- iio: adc: qcom-spmi-adc5: Fix the channel name (bsc#1012628). +- iio: adis16480: select CONFIG_CRC32 (bsc#1012628). +- drivers: iio: adc: ltc2497: fix LSB shift (bsc#1012628). +- USB: serial: option: add Quectel RM500U-CN modem (bsc#1012628). +- USB: serial: option: add Telit FE990 compositions (bsc#1012628). +- usb: typec: altmodes/displayport: Fix configure initial pin + assignment (bsc#1012628). +- USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-S + (bsc#1012628). +- usb: cdnsp: Fixes error: uninitialized symbol 'len' + (bsc#1012628). +- xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough + iommu (bsc#1012628). +- xhci: Free the command allocated for setting LPM if we return + early (bsc#1012628). +- usb: xhci: tegra: fix sleep in atomic call (bsc#1012628). +- Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" + (bsc#1012628). +- PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- cxl/pci: Handle excessive CDAT length (bsc#1012628). +- cxl/pci: Handle truncated CDAT entries (bsc#1012628). +- cxl/pci: Handle truncated CDAT header (bsc#1012628). +- cxl/pci: Fix CDAT retrieval on big endian (bsc#1012628). +- net: stmmac: check fwnode for phy device before scanning for + phy (bsc#1012628). +- arm64: compat: Work around uninitialized variable warning + (bsc#1012628). +- gve: Secure enough bytes in the first TX desc for all TCP pkts + (bsc#1012628). +- netlink: annotate lockless accesses to nlk->max_recvmsg_len + (bsc#1012628). +- ethtool: reset #lanes when lanes is omitted (bsc#1012628). +- ping: Fix potentail NULL deref for /proc/net/icmp (bsc#1012628). +- raw: Fix NULL deref in raw_get_next() (bsc#1012628). +- raw: use net_hash_mix() in hash function (bsc#1012628). +- ice: Reset FDIR counter in FDIR init stage (bsc#1012628). +- ice: fix wrong fallback logic for FDIR (bsc#1012628). +- NFSD: callback request does not use correct credential for + AUTH_SYS (bsc#1012628). +- sunrpc: only free unix grouplist after RCU settles + (bsc#1012628). +- net: stmmac: fix up RX flow hash indirection table when setting + channels (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe + (bsc#1012628). +- gpio: davinci: Add irq chip flag to skip set wake (bsc#1012628). +- gpio: davinci: Do not clear the bank intr enable bit in + save_context (bsc#1012628). +- platform/x86: think-lmi: Clean up display of current_value on + Thinkstation (bsc#1012628). +- platform/x86: think-lmi: Fix memory leaks when parsing + ThinkStation WMI strings (bsc#1012628). +- platform/x86: think-lmi: Fix memory leak when showing current + settings (bsc#1012628). +- ipv6: Fix an uninit variable access bug in __ip6_make_skb() + (bsc#1012628). +- net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT + (bsc#1012628). +- drm/i915/huc: Cancel HuC delayed load timer on reset + (bsc#1012628). +- sctp: check send stream number after wait_for_sndbuf + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix remaining throughput regression + (bsc#1012628). +- net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit + (bsc#1012628). +- net: don't let netpoll invoke NAPI if in xmit context + (bsc#1012628). +- ALSA: hda/hdmi: Preserve the previous PCM device upon + re-enablement (bsc#1012628). +- icmp: guard against too small mtu (bsc#1012628). +- nfsd: call op_release, even when op_func returns an error + (bsc#1012628). +- NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL + (bsc#1012628). +- wifi: brcmfmac: Fix SDIO suspend/resume regression + (bsc#1012628). +- l2tp: generate correct module alias strings (bsc#1012628). +- net: stmmac: remove redundant fixup to support fixed-link mode + (bsc#1012628). +- net: stmmac: check if MAC needs to attach to a PHY + (bsc#1012628). +- net: phylink: add phylink_expects_phy() method (bsc#1012628). +- net: qrtr: Fix a refcount bug in qrtr_recvmsg() (bsc#1012628). +- wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for + non-uploaded sta (bsc#1012628). +- wifi: mac80211: fix the size calculation of + ieee80211_ie_len_eht_cap() (bsc#1012628). +- KVM: s390: pv: fix external interruption loop not always + detected (bsc#1012628). +- ASoC: codecs: lpass: fix the order or clks turn off during + suspend (bsc#1012628). +- pwm: meson: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: sprd: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: iqs620a: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: cros-ec: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: hibvt: Explicitly set .polarity in .get_state() + (bsc#1012628). +- ASoC: SOF: ipc4: Ensure DSP is in D0I0 during + sof_ipc4_set_get_data() (bsc#1012628). +- Drivers: vmbus: Check for channel allocation before looking + up relids (bsc#1012628). +- gpio: GPIO_REGMAP: select REGMAP instead of depending on it + (bsc#1012628). +- drm/i915: Add a .color_post_update() hook (bsc#1012628). +- drm/i915: Move the DSB setup/cleaup into the color code + (bsc#1012628). +- dm: fix improper splitting for abnormal bios (bsc#1012628). +- dm: change "unsigned" to "unsigned int" (bsc#1012628). +- dm integrity: Remove bi_sector that's only used by commented + debug code (bsc#1012628). +- dm cache: Add some documentation to + dm-cache-background-tracker.h (bsc#1012628). +- commit 19dcda6 + +------------------------------------------------------------------- +Thu Apr 13 11:12:07 CEST 2023 - jslaby@suse.cz + +- net: wwan: t7xx: do not compile with -Werror (bsc#1209724). + Update upstream status. +- commit ad61c68 + +------------------------------------------------------------------- +Thu Apr 13 08:15:49 CEST 2023 - tiwai@suse.de + +- iwlwifi: cfg: Add missing MODULE_FIRMWARE() for *.pnvm + (bsc#1207553). +- commit 2a07952 + +------------------------------------------------------------------- +Tue Apr 11 11:31:54 CEST 2023 - msuchanek@suse.de + +- Update patches.kernel.org/6.2.10-153-powerpc-pseries-vas-Ignore-VAS-update-for-DLPA.patch + (bsc#1012628 bsc#1210216 ltc#202189). +- commit 4e944ba + +------------------------------------------------------------------- +Sun Apr 9 22:20:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc6 +- commit 97dd3d4 + +------------------------------------------------------------------- +Thu Apr 6 12:36:55 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.10 (bsc#1012628). +- thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host + routers (bsc#1012628). +- cifs: update ip_addr for ses only for primary chan setup + (bsc#1012628). +- cifs: prevent data race in cifs_reconnect_tcon() (bsc#1012628). +- cifs: avoid race conditions with parallel reconnects + (bsc#1012628). +- zonefs: Reorganize code (bsc#1012628). +- zonefs: Simplify IO error handling (bsc#1012628). +- zonefs: Reduce struct zonefs_inode_info size (bsc#1012628). +- zonefs: Separate zone information from inode information + (bsc#1012628). +- zonefs: Fix error message in zonefs_file_dio_append() + (bsc#1012628). +- btrfs: rename BTRFS_FS_NO_OVERCOMMIT to + BTRFS_FS_ACTIVE_ZONE_TRACKING (bsc#1012628). +- btrfs: zoned: count fresh BG region as zone unusable + (bsc#1012628). +- btrfs: zoned: drop space_info->active_total_bytes (bsc#1012628). +- fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY + (bsc#1012628). +- cifs: fix missing unload_nls() in smb2_reconnect() + (bsc#1012628). +- xfrm: Zero padding when dumping algos and encap (bsc#1012628). +- ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds + (bsc#1012628). +- ASoC: Intel: avs: max98357a: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: da7219: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: rt5682: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: ssm4567: Remove nau8825 bits (bsc#1012628). +- ASoC: Intel: avs: nau8825: Adjust clock control (bsc#1012628). +- lib: zstd: Backport fix for in-place decompression + (bsc#1012628). +- zstd: Fix definition of assert() (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Vostro + 15 3535 (bsc#1012628). +- ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() + helper (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 + B1-750 (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 + (bsc#1012628). +- ASoC: SOF: ipc3: Check for upper size limit for the received + message (bsc#1012628). +- ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit + (bsc#1012628). +- ASoC: SOF: Intel: pci-tng: revert invalid bar size setting + (bsc#1012628). +- ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence + (bsc#1012628). +- ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and + exiting reset (bsc#1012628). +- ASoC: SOF: IPC4: update gain ipc msg definition to align with fw + (bsc#1012628). +- ASoC: hdmi-codec: only startup/shutdown on supported streams + (bsc#1012628). +- wifi: mac80211: check basic rates validity (bsc#1012628). +- md: avoid signed overflow in slot_store() (bsc#1012628). +- x86/PVH: obtain VGA console info in Dom0 (bsc#1012628). +- drm/amdkfd: Fix BO offset for multi-VMA page migration + (bsc#1012628). +- drm/amdkfd: fix a potential double free in pqm_create_queue + (bsc#1012628). +- drm/amdgpu/vcn: custom video info caps for sriov (bsc#1012628). +- drm/amdkfd: fix potential kgd_mem UAFs (bsc#1012628). +- drm/amd/display: Fix HDCP failing to enable after suspend + (bsc#1012628). +- net: hsr: Don't log netdev_err message on unknown prp dst node + (bsc#1012628). +- ALSA: asihpi: check pao in control_message() (bsc#1012628). +- ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() + (bsc#1012628). +- fbdev: tgafb: Fix potential divide by zero (bsc#1012628). +- ACPI: tools: pfrut: Check if the input of level and type is + in the right numeric range (bsc#1012628). +- sched_getaffinity: don't assume 'cpumask_size()' is fully + initialized (bsc#1012628). +- nvme-pci: fixing memory leak in probe teardown path + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620 + (bsc#1012628). +- drm/amdkfd: Fixed kfd_process cleanup on module exit + (bsc#1012628). +- net/mlx5e: Lower maximum allowed MTU in XSK to match XDP + prerequisites (bsc#1012628). +- fbdev: nvidia: Fix potential divide by zero (bsc#1012628). +- fbdev: intelfb: Fix potential divide by zero (bsc#1012628). +- fbdev: lxfb: Fix potential divide by zero (bsc#1012628). +- fbdev: au1200fb: Fix potential divide by zero (bsc#1012628). +- tools/power turbostat: Fix /dev/cpu_dma_latency warnings + (bsc#1012628). +- tools/power turbostat: fix decoding of HWP_STATUS (bsc#1012628). +- tracing: Fix wrong return in kprobe_event_gen_test.c + (bsc#1012628). +- btrfs: fix uninitialized variable warning in + btrfs_update_block_group (bsc#1012628). +- btrfs: use temporary variable for space_info in + btrfs_update_block_group (bsc#1012628). +- mtd: rawnand: meson: initialize struct with zeroes + (bsc#1012628). +- mtd: nand: mxic-ecc: Fix + mxic_ecc_data_xfer_wait_for_completion() when irq is used + (bsc#1012628). +- ca8210: Fix unsigned mac_len comparison with zero in + ca8210_skb_tx() (bsc#1012628). +- riscv/kvm: Fix VM hang in case of timer delta being zero + (bsc#1012628). +- mips: bmips: BCM6358: disable RAC flush for TP1 (bsc#1012628). +- ALSA: usb-audio: Fix recursive locking at XRUN during syncing + (bsc#1012628). +- PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled + (bsc#1012628). +- platform/x86: think-lmi: add missing type attribute + (bsc#1012628). +- platform/x86: think-lmi: use correct possible_values delimiters + (bsc#1012628). +- platform/x86: think-lmi: only display possible_values if + available (bsc#1012628). +- platform/x86: think-lmi: Add possible_values for ThinkStation + (bsc#1012628). +- platform/surface: aggregator: Add missing fwnode_handle_put() + (bsc#1012628). +- mtd: rawnand: meson: invalidate cache on polling ECC bit + (bsc#1012628). +- SUNRPC: fix shutdown of NFS TCP client socket (bsc#1012628). +- sfc: ef10: don't overwrite offload features at NIC reset + (bsc#1012628). +- scsi: megaraid_sas: Fix crash after a double completion + (bsc#1012628). +- scsi: mpt3sas: Don't print sense pool info twice (bsc#1012628). +- net: dsa: realtek: fix out-of-bounds access (bsc#1012628). +- ptp_qoriq: fix memory leak in probe() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all + 1024 entries (bsc#1012628). +- net: dsa: microchip: ksz8: fix offset for the timestamp filed + (bsc#1012628). +- net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting + ghost entry from empty dynamic MAC table (bsc#1012628). +- net: dsa: microchip: ksz8863_smi: fix bulk access (bsc#1012628). +- net: dsa: microchip: ksz8: fix MDB configuration with non-zero + VID (bsc#1012628). +- r8169: fix RTL8168H and RTL8107E rx crc error (bsc#1012628). +- regulator: Handle deferred clk (bsc#1012628). +- net/net_failover: fix txq exceeding warning (bsc#1012628). +- net: stmmac: don't reject VLANs when IFF_PROMISC is set + (bsc#1012628). +- drm/i915/pmu: Use functions common with sysfs to read actual + freq (bsc#1012628). +- drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state + (bsc#1012628). +- drm/i915/perf: Drop wakeref on GuC RC error (bsc#1012628). +- platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix + (bsc#1012628). +- can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write + (bsc#1012628). +- s390/vfio-ap: fix memory leak in vfio_ap device driver + (bsc#1012628). +- ACPI: bus: Rework system-level device notification handling + (bsc#1012628). +- loop: LOOP_CONFIGURE: send uevents for partitions (bsc#1012628). +- net: mvpp2: classifier flow fix fragmentation flags + (bsc#1012628). +- net: mvpp2: parser fix QinQ (bsc#1012628). +- net: mvpp2: parser fix PPPoE (bsc#1012628). +- smsc911x: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ice: Fix ice_cfg_rdma_fltr() to only update relevant fields + (bsc#1012628). +- ice: add profile conflict check for AVF FDIR (bsc#1012628). +- ice: fix invalid check for empty list in + ice_sched_assoc_vsi_to_agg() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix tx throughput regression with + direct 1G links (bsc#1012628). +- ALSA: ymfpci: Create card with device-managed + snd_devm_card_new() (bsc#1012628). +- ALSA: ymfpci: Fix BUG_ON in probe function (bsc#1012628). +- net: wwan: iosm: fixes 7560 modem crash (bsc#1012628). +- net: ipa: compute DMA pool size properly (bsc#1012628). +- bnx2x: use the right build_skb() helper (bsc#1012628). +- i40e: fix registers dump after run ethtool adapter self test + (bsc#1012628). +- bnxt_en: Fix reporting of test result in ethtool selftest + (bsc#1012628). +- bnxt_en: Fix typo in PCI id to device description string mapping + (bsc#1012628). +- bnxt_en: Add missing 200G link speed reporting (bsc#1012628). +- net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only + (bsc#1012628). +- net: dsa: sync unicast and multicast addresses for VLAN filters + too (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix flow block refcounting logic + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag + offload (bsc#1012628). +- net: ethernet: mtk_eth_soc: add missing ppe cache flush when + deleting a flow (bsc#1012628). +- pinctrl: ocelot: Fix alt mode for ocelot (bsc#1012628). +- Input: xpad - fix incorrectly applied patch for + MAP_PROFILE_BUTTON (bsc#1012628). +- iommu/vt-d: Allow zero SAGAW if second-stage not supported + (bsc#1012628). +- Revert "venus: firmware: Correct non-pix start and end + addresses" (bsc#1012628). +- Input: i8042 - add TUXEDO devices to i8042 quirk tables for + partial fix (bsc#1012628). +- Input: focaltech - use explicitly signed char type + (bsc#1012628). +- cifs: prevent infinite recursion in CIFSGetDFSRefer() + (bsc#1012628). +- cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL + (bsc#1012628). +- Input: i8042 - add quirk for Fujitsu Lifebook A574/H + (bsc#1012628). +- Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report + DMI table (bsc#1012628). +- btrfs: fix deadlock when aborting transaction during relocation + with scrub (bsc#1012628). +- btrfs: fix race between quota disable and quota assign ioctls + (bsc#1012628). +- btrfs: scan device in non-exclusive mode (bsc#1012628). +- btrfs: ignore fiemap path cache when there are multiple paths + for a node (bsc#1012628). +- zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user + space (bsc#1012628). +- io_uring/poll: clear single/double poll flags on poll arming + (bsc#1012628). +- io_uring/rsrc: fix rogue rsrc node grabbing (bsc#1012628). +- io_uring: fix poll/netmsg alloc caches (bsc#1012628). +- vmxnet3: use gro callback when UPT is enabled (bsc#1012628). +- zonefs: Always invalidate last cached page on append write + (bsc#1012628). +- dm: fix __send_duplicate_bios() to always allow for splitting IO + (bsc#1012628). +- can: j1939: prevent deadlock by moving j1939_sk_errqueue() + (bsc#1012628). +- xen/netback: don't do grant copy across page boundary + (bsc#1012628). +- net: phy: dp83869: fix default value for tx-/rx-internal-delay + (bsc#1012628). +- modpost: Fix processing of CRCs on 32-bit build machines + (bsc#1012628). +- pinctrl: amd: Disable and mask interrupts on resume + (bsc#1012628). +- pinctrl: at91-pio4: fix domain name assignment (bsc#1012628). +- platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE + (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix additional + deadlock (bsc#1012628). +- powerpc: Don't try to copy PPR for task with NULL pt_regs + (bsc#1012628). +- powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste + is not enabled (bsc#1012628). +- powerpc/64s: Fix __pte_needs_flush() false positive warning + (bsc#1012628). +- NFSv4: Fix hangs when recovering open state after a server + reboot (bsc#1012628). +- ALSA: hda/conexant: Partial revert of a quirk for Lenovo + (bsc#1012628). +- ALSA: usb-audio: Fix regression on detection of Roland VS-100 + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z + (bsc#1012628). +- xtensa: fix KASAN report for show_stack (bsc#1012628). +- rcu: Fix rcu_torture_read ftrace event (bsc#1012628). +- dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support + (bsc#1012628). +- s390/uaccess: add missing earlyclobber annotations to + __clear_user() (bsc#1012628). +- drm/etnaviv: fix reference leak when mmaping imported buffer + (bsc#1012628). +- drm/amdgpu: allow more APUs to do mode2 reset when go to S4 + (bsc#1012628). +- drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub + (bsc#1012628). +- drm/amd/display: Take FEC Overhead into Timeslot Calculation + (bsc#1012628). +- drm/i915/gem: Flush lmem contents after construction + (bsc#1012628). +- drm/i915/dpt: Treat the DPT BO as a framebuffer (bsc#1012628). +- drm/i915: Disable DC states for all commits (bsc#1012628). +- drm/i915: Split icl_color_commit_noarm() from + skl_color_commit_noarm() (bsc#1012628). +- drm/i915: Move CSC load back into .color_commit_arm() when + PSR is enabled on skl/glk (bsc#1012628). +- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the + current value (bsc#1012628). +- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU + (bsc#1012628). +- KVM: arm64: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- KVM: arm64: Disable interrupts while walking userspace PTs + (bsc#1012628). +- KVM: arm64: Check for kvm_vma_mte_allowed in the critical + section (bsc#1012628). +- usb: ucsi: Fix ucsi->connector race (bsc#1012628). +- libbpf: Fix BTF-to-C converter's padding logic (bsc#1012628). +- selftests/bpf: Add few corner cases to test padding handling + of btf_dump (bsc#1012628). +- libbpf: Fix btf_dump's packed struct determination + (bsc#1012628). +- drm/amdkfd: Get prange->offset after svm_range_vram_node_new + (bsc#1012628). +- hsr: ratelimit only when errors are printed (bsc#1012628). +- x86/PVH: avoid 32-bit build warning when obtaining VGA console + info (bsc#1012628). +- Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE + *again*" (bsc#1012628). +- commit ba7816e + ------------------------------------------------------------------- Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de @@ -3296,6 +23645,22 @@ Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de setting as well. - commit 36ba909 +------------------------------------------------------------------- +Tue Apr 4 11:52:28 CEST 2023 - jdelvare@suse.de + +- Update config files: disable CONFIG_SENSORS_OCC_P8_I2C and CONFIG_SENSORS_OCC_P9_SBE + These drivers are intended to run on the BMC of Power systems, not on + the host, so they are useless in our distribution. +- commit 8dba174 + +------------------------------------------------------------------- +Tue Apr 4 07:17:34 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-kms-Fix-backlight-registration.patch. + Update upstream status. +- commit 8db91ce + ------------------------------------------------------------------- Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de @@ -3303,6 +23668,22 @@ Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de It grows and the build fails recently on SLE15-SP4/5. - commit 41ac816 +------------------------------------------------------------------- +Mon Apr 3 11:01:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch. + Update upstream status. +- commit 549d742 + +------------------------------------------------------------------- +Sun Apr 2 23:48:47 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc5 +- eliminate 1 patch + - patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch (7bb2107e63d8) +- commit e8c15b9 + ------------------------------------------------------------------- Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de @@ -3311,6 +23692,1157 @@ Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de zicsr/zifencei issues between clang and binutils"). - commit 234baea +------------------------------------------------------------------- +Fri Mar 31 15:47:35 CEST 2023 - msuchanek@suse.de + +- Disable compat options on ppc64le (jsc#PED-3184). + CONFIG_PPC_TRANSACTIONAL_MEM=n + CONFIG_COMPAT=n +- commit 427a93d + +------------------------------------------------------------------- +Fri Mar 31 08:40:48 CEST 2023 - tiwai@suse.de + +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). + [js] update upstream status +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). +- commit 33c2186 + +------------------------------------------------------------------- +Fri Mar 31 07:42:25 CEST 2023 - jslaby@suse.cz + +- Update config files. + (Only oldconfig, RISCV fails.) +- commit f0487ac + +------------------------------------------------------------------- +Thu Mar 30 17:33:42 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: reduce the MHI timeout to 20s (bsc#1207948). +- commit 343f603 + +------------------------------------------------------------------- +Thu Mar 30 13:30:50 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.9 (bsc#1012628). +- interconnect: qcom: osm-l3: fix icc_onecell_data allocation + (bsc#1012628). +- interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function + (bsc#1012628). +- interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT + (bsc#1012628). +- perf/core: Fix perf_output_begin parameter is incorrectly + invoked in perf_event_bpf_output (bsc#1012628). +- perf: fix perf_event_context->time (bsc#1012628). +- tracing/hwlat: Replace sched_setaffinity with + set_cpus_allowed_ptr (bsc#1012628). +- drm/amd/display: fix k1 k2 divider programming for phantom + streams (bsc#1012628). +- drm/amd/display: Remove OTG DIV register write for Virtual + signals (bsc#1012628). +- drm/amd/display: Fix DP MST sinks removal issue (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add label property to vadc channel + nodes (bsc#1012628). +- arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct WSA2 assigned clocks + (bsc#1012628). +- arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent + (bsc#1012628). +- power: supply: bq24190: Fix use after free bug in bq24190_remove + due to race condition (bsc#1012628). +- power: supply: da9150: Fix use after free bug in + da9150_charger_remove due to race condition (bsc#1012628). +- wifi: mt76: do not run mt76_unregister_device() on unregistered + hw (bsc#1012628). +- wifi: mt76: connac: do not check WED status for non-mmio devices + (bsc#1012628). +- efi: earlycon: Reprobe after parsing config tables + (bsc#1012628). +- arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 + for EQOS (bsc#1012628). +- arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio (bsc#1012628). +- ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl + (bsc#1012628). +- arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes + (bsc#1012628). +- arm64: dts: imx93: add missing #address-cells and #size-cells + to i2c nodes (bsc#1012628). +- NFS: Fix /proc/PID/io read_bytes for buffered reads + (bsc#1012628). +- NFS: Correct timing for assigning access cache timestamp + (bsc#1012628). +- xsk: Add missing overflow check in xdp_umem_reg (bsc#1012628). +- iavf: fix inverted Rx hash condition leading to disabled hash + (bsc#1012628). +- iavf: fix non-tunneled IPv6 UDP packet type and hashing + (bsc#1012628). +- iavf: do not track VLAN 0 filters (bsc#1012628). +- intel/igbvf: free irq on the error path in igbvf_request_msix() + (bsc#1012628). +- igbvf: Regard vf reset nack as success (bsc#1012628). +- igc: fix the validation logic for taprio's gate list + (bsc#1012628). +- i2c: imx-lpi2c: check only for enabled interrupt flags + (bsc#1012628). +- i2c: mxs: ensure that DMA buffers are safe for DMA + (bsc#1012628). +- i2c: hisi: Only use the completion interrupt to finish the + transfer (bsc#1012628). +- scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() + (bsc#1012628). +- nfsd: don't replace page in rq_pages if it's a continuation + of last page (bsc#1012628). +- net: dsa: b53: mmap: fix device tree support (bsc#1012628). +- net: usb: smsc95xx: Limit packet length to skb->len + (bsc#1012628). +- qed/qed_sriov: guard against NULL derefs from + qed_iov_get_vf_info (bsc#1012628). +- xirc2ps_cs: Fix use after free bug in xirc2ps_detach + (bsc#1012628). +- net: phy: Ensure state transitions are processed from phy_stop() + (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using + device-tree (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using ACPI + (bsc#1012628). +- net: stmmac: Fix for mismatched host/device DMA address width + (bsc#1012628). +- thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function (bsc#1012628). +- mlxsw: core_thermal: Fix fan speed in maximum cooling state + (bsc#1012628). +- drm/i915/fbdev: lock the fbdev obj before vma pin (bsc#1012628). +- drm/i915/mtl: Disable MC6 for MTL A step (bsc#1012628). +- drm/i915/guc: Rename GuC register state capture node to be + more obvious (bsc#1012628). +- drm/i915/guc: Fix missing ecodes (bsc#1012628). +- drm/i915/gt: perform uc late init after probe error injection + (bsc#1012628). +- drm/i915: Fix format for perf_limit_reasons (bsc#1012628). +- drm/i915: Update vblank timestamping stuff on seamless M/N + change (bsc#1012628). +- net: dsa: report rx_bytes unadjusted for ETH_HLEN (bsc#1012628). +- net: qcom/emac: Fix use after free bug in emac_remove due to + race condition (bsc#1012628). +- net: usb: lan78xx: Limit packet length to skb->len + (bsc#1012628). +- net/ps3_gelic_net: Fix RX sk_buff length (bsc#1012628). +- net/ps3_gelic_net: Use dma_mapping_error (bsc#1012628). +- octeontx2-vf: Add missing free for alloc_percpu (bsc#1012628). +- bootconfig: Fix testcase to increase max node (bsc#1012628). +- keys: Do not cache key in task struct if key is requested from + kernel thread (bsc#1012628). +- ice: check if VF exists before mode check (bsc#1012628). +- iavf: fix hang on reboot with ice (bsc#1012628). +- i40e: fix flow director packet filter programming (bsc#1012628). +- bpf: Adjust insufficient default bpf_jit_limit (bsc#1012628). +- net/mlx5e: Set uplink rep as NETNS_LOCAL (bsc#1012628). +- net/mlx5e: Block entering switchdev mode with ns inconsistency + (bsc#1012628). +- net/mlx5: Fix steering rules cleanup (bsc#1012628). +- net/mlx5e: Overcome slow response for first macsec ASO WQE + (bsc#1012628). +- net/mlx5: Read the TC mapping of all priorities on ETS query + (bsc#1012628). +- net/mlx5: E-Switch, Fix an Oops in error handling code + (bsc#1012628). +- net: dsa: tag_brcm: legacy: fix daisy-chained switches + (bsc#1012628). +- atm: idt77252: fix kmemleak when rmmod idt77252 (bsc#1012628). +- erspan: do not use skb_mac_header() in ndo_start_xmit() + (bsc#1012628). +- net: mscc: ocelot: fix stats region batching (bsc#1012628). +- net/sonic: use dma_mapping_error() for error check + (bsc#1012628). +- nvme-tcp: fix nvme_tcp_term_pdu to match spec (bsc#1012628). +- mlxsw: spectrum_fid: Fix incorrect local port type + (bsc#1012628). +- hvc/xen: prevent concurrent accesses to the shared ring + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES + (bsc#1012628). +- ksmbd: fix possible refcount leak in smb2_open() (bsc#1012628). +- Bluetooth: hci_sync: Resume adv with no RPA when active scan + (bsc#1012628). +- Bluetooth: hci_core: Detect if an ACL packet is in fact an + ISO packet (bsc#1012628). +- Bluetooth: btusb: Remove detection of ISO packets over bulk + (bsc#1012628). +- Bluetooth: ISO: fix timestamped HCI ISO data packet parsing + (bsc#1012628). +- Bluetooth: Remove "Power-on" check from Mesh feature + (bsc#1012628). +- gve: Cache link_speed value from device (bsc#1012628). +- net: asix: fix modprobe "sysfs: cannot create duplicate + filename" (bsc#1012628). +- net: dsa: mt7530: move enabling disabling core clock to + mt7530_pll_setup() (bsc#1012628). +- net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() + (bsc#1012628). +- net: dsa: mt7530: move setting ssc_delta to + PHY_INTERFACE_MODE_TRGMII case (bsc#1012628). +- net: mdio: thunder: Add missing fwnode_handle_put() + (bsc#1012628). +- efi/libstub: Use relocated version of kernel's struct + screen_info (bsc#1012628). +- drm/amd/display: Set dcn32 caps.seamless_odm (bsc#1012628). +- Bluetooth: btqcomsmd: Fix command timeout after setting BD + address (bsc#1012628). +- Bluetooth: L2CAP: Fix responding with wrong PDU type + (bsc#1012628). +- Bluetooth: btsdio: fix use after free bug in btsdio_remove + due to unfinished work (bsc#1012628). +- Bluetooth: mgmt: Fix MGMT add advmon with RSSI command + (bsc#1012628). +- Bluetooth: HCI: Fix global-out-of-bounds (bsc#1012628). +- platform/chrome: cros_ec_chardev: fix kernel data leak from + ioctl (bsc#1012628). +- entry: Fix noinstr warning in __enter_from_user_mode() + (bsc#1012628). +- perf/x86/amd/core: Always clear status for idx (bsc#1012628). +- entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up + (bsc#1012628). +- hwmon: fix potential sensor registration fail if of_node is + missing (bsc#1012628). +- hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs + (bsc#1012628). +- scsi: qla2xxx: Synchronize the IOCB count to be in order + (bsc#1012628). +- scsi: qla2xxx: Perform lockless command completion in abort path + (bsc#1012628). +- smb3: lower default deferred close timeout to address perf + regression (bsc#1012628). +- smb3: fix unusable share after force unmount failure + (bsc#1012628). +- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 + (bsc#1012628). +- thunderbolt: Use scale field when allocating USB3 bandwidth + (bsc#1012628). +- thunderbolt: Call tb_check_quirks() after initializing adapters + (bsc#1012628). +- thunderbolt: Add quirk to disable CLx (bsc#1012628). +- thunderbolt: Fix memory leak in margining (bsc#1012628). +- thunderbolt: Disable interrupt auto clear for rings + (bsc#1012628). +- thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access + (bsc#1012628). +- thunderbolt: Use const qualifier for `ring_interrupt_index` + (bsc#1012628). +- thunderbolt: Rename shadowed variables bit to interrupt_bit + and auto_clear_bit (bsc#1012628). +- ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks + (bsc#1012628). +- ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a + amplifier (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A43) (bsc#1012628). +- ACPI: x86: Drop quirk for HP Elitebook (bsc#1012628). +- ACPI: x86: utils: Add Cezanne to the list for forcing + StorageD3Enable (bsc#1012628). +- riscv: Bump COMMAND_LINE_SIZE value to 1024 (bsc#1012628). +- drm/cirrus: NULL-check pipe->plane.state->fb in + cirrus_pipe_update() (bsc#1012628). +- HID: cp2112: Fix driver not registering GPIO IRQ chip as + threaded (bsc#1012628). +- ca8210: fix mac_len negative array access (bsc#1012628). +- HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse + (bsc#1012628). +- HID: intel-ish-hid: ipc: Fix potential use-after-free in work + function (bsc#1012628). +- m68k: mm: Fix systems with memory at end of 32-bit address space + (bsc#1012628). +- m68k: Only force 030 bus error if PC not in exception table + (bsc#1012628). +- selftests/bpf: check that modifier resolves after pointer + (bsc#1012628). +- cpumask: fix incorrect cpumask scanning result checks + (bsc#1012628). +- scsi: target: iscsi: Fix an error message in iscsi_check_key() + (bsc#1012628). +- scsi: qla2xxx: Add option to disable FC2 Target support + (bsc#1012628). +- scsi: hisi_sas: Check devm_add_action() return value + (bsc#1012628). +- scsi: ufs: core: Add soft dependency on governor_simpleondemand + (bsc#1012628). +- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() + (bsc#1012628). +- scsi: lpfc: Avoid usage of list iterator variable after loop + (bsc#1012628). +- scsi: mpi3mr: Driver unload crashes host when enhanced logging + is enabled (bsc#1012628). +- scsi: mpi3mr: Wait for diagnostic save during controller init + (bsc#1012628). +- scsi: mpi3mr: NVMe command size greater than 8K fails + (bsc#1012628). +- scsi: mpi3mr: Bad drive in topology results kernel crash + (bsc#1012628). +- scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file + (bsc#1012628). +- platform/x86: int3472: Add GPIOs to Surface Go 3 Board data + (bsc#1012628). +- net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 + (bsc#1012628). +- net: usb: qmi_wwan: add Telit 0x1080 composition (bsc#1012628). +- drm/amd/display: Update clock table to include highest clock + setting (bsc#1012628). +- sh: sanitize the flags on sigreturn (bsc#1012628). +- drm/amdgpu: Fix call trace warning and hang when removing + amdgpu device (bsc#1012628). +- drm/amd: Fix initialization mistake for NBIO 7.3.0 + (bsc#1012628). +- net/sched: act_mirred: better wording on protection against + excessive stack growth (bsc#1012628). +- act_mirred: use the backlog for nested calls to mirred ingress + (bsc#1012628). +- cifs: lock chan_lock outside match_session (bsc#1012628). +- cifs: append path to open_enter trace event (bsc#1012628). +- cifs: do not poll server interfaces too regularly (bsc#1012628). +- cifs: empty interface list when server doesn't support query + interfaces (bsc#1012628). +- cifs: dump pending mids for all channels in DebugData + (bsc#1012628). +- cifs: print session id while listing open files (bsc#1012628). +- cifs: fix dentry lookups in directory handle cache + (bsc#1012628). +- x86/mm: Do not shuffle CPU entry areas without KASLR + (bsc#1012628). +- x86/fpu/xstate: Prevent false-positive warning in + __copy_xstate_uabi_buf() (bsc#1012628). +- selftests/x86/amx: Add a ptrace test (bsc#1012628). +- scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB2517 USB + 2.0 hub (bsc#1012628). +- usb: dwc2: fix a race, don't power off/on phy for dual-role mode + (bsc#1012628). +- usb: dwc2: drd: fix inconsistent mode if + role-switch-default-mode="host" (bsc#1012628). +- usb: dwc2: fix a devres leak in hw_enable upon suspend resume + (bsc#1012628). +- block/io_uring: pass in issue_flags for uring_cmd task_work + handling (bsc#1012628). +- usb: gadget: u_audio: don't let userspace block driver unbind + (bsc#1012628). +- btrfs: zoned: fix btrfs_can_activate_zone() to support DUP + profile (bsc#1012628). +- Bluetooth: Fix race condition in hci_cmd_sync_clear + (bsc#1012628). +- efi: sysfb_efi: Fix DMI quirks not working for simpledrm + (bsc#1012628). +- mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP + (bsc#1012628). +- efi/libstub: zboot: Mark zboot EFI application as NX compatible + (bsc#1012628). +- arm64: efi: Set NX compat flag in PE/COFF header (bsc#1012628). +- fscrypt: destroy keyring after security_sb_delete() + (bsc#1012628). +- fsverity: Remove WQ_UNBOUND from fsverity read workqueue + (bsc#1012628). +- lockd: set file_lock start and end when decoding nlm4 testargs + (bsc#1012628). +- arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name + (bsc#1012628). +- igb: revert rtnl_lock() that causes deadlock (bsc#1012628). +- dm thin: fix deadlock when swapping to thin device + (bsc#1012628). +- usb: typec: tcpm: fix create duplicate source-capabilities file + (bsc#1012628). +- usb: typec: tcpm: fix warning when handle discover_identity + message (bsc#1012628). +- usb: cdns3: Fix issue with using incorrect PCI device function + (bsc#1012628). +- usb: cdnsp: Fixes issue with redundant Status Stage + (bsc#1012628). +- usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 + driver (bsc#1012628). +- usb: chipdea: core: fix return -EINVAL if request role is the + same with current role (bsc#1012628). +- usb: chipidea: core: fix possible concurrent when switch role + (bsc#1012628). +- usb: dwc3: gadget: Add 1ms delay after end transfer command + without IOC (bsc#1012628). +- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() + (bsc#1012628). +- usb: ucsi_acpi: Increase the command completion timeout + (bsc#1012628). +- mm: kfence: fix using kfence_metadata without initialization + in show_object() (bsc#1012628). +- kfence: avoid passing -g for test (bsc#1012628). +- io_uring/net: avoid sending -ECONNABORTED on repeated connection + requests (bsc#1012628). +- io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() + (bsc#1012628). +- Revert "kasan: drop skip_kasan_poison variable in + free_pages_prepare" (bsc#1012628). +- kcsan: avoid passing -g for test (bsc#1012628). +- test_maple_tree: add more testing for mas_empty_area() + (bsc#1012628). +- maple_tree: fix mas_skip_node() end slot detection + (bsc#1012628). +- ksmbd: fix wrong signingkey creation when encryption is AES256 + (bsc#1012628). +- ksmbd: set FILE_NAMED_STREAMS attribute in + FS_ATTRIBUTE_INFORMATION (bsc#1012628). +- ksmbd: don't terminate inactive sessions after a few seconds + (bsc#1012628). +- ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect + (bsc#1012628). +- ksmbd: return unsupported error on smb1 mount (bsc#1012628). +- wifi: mac80211: fix qos on mesh interfaces (bsc#1012628). +- wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() + (bsc#1012628). +- nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() + (bsc#1012628). +- drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found + (bsc#1012628). +- drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk + (bsc#1012628). +- drm/meson: fix missing component unbind on bind errors + (bsc#1012628). +- drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi + (bsc#1012628). +- drm/i915/active: Fix missing debug object activation + (bsc#1012628). +- drm/i915: Preserve crtc_state->inherited during state clearing + (bsc#1012628). +- drm/amdgpu: skip ASIC reset for APUs when go to S4 + (bsc#1012628). +- drm/amdgpu: reposition the gpu reset checking for reuse + (bsc#1012628). +- riscv: mm: Fix incorrect ASID argument when flushing TLB + (bsc#1012628). +- riscv: Handle zicsr/zifencei issues between clang and binutils + (bsc#1012628). +- tee: amdtee: fix race condition in amdtee_open_session + (bsc#1012628). +- firmware: arm_scmi: Fix device node validation for mailbox + transport (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as + always-on (bsc#1012628). +- arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe + controllers (bsc#1012628). +- soc: qcom: llcc: Fix slice configuration values for SC8280XP + (bsc#1012628). +- mm/ksm: fix race with VMA iteration and mm_struct teardown + (bsc#1012628). +- bus: imx-weim: fix branch condition evaluates to a garbage value + (bsc#1012628). +- i2c: xgene-slimpro: Fix out-of-bounds bug in + xgene_slimpro_i2c_xfer() (bsc#1012628). +- dm stats: check for and propagate alloc_percpu failure + (bsc#1012628). +- dm crypt: add cond_resched() to dmcrypt_write() (bsc#1012628). +- dm crypt: avoid accessing uninitialized tasklet (bsc#1012628). +- sched/fair: sanitize vruntime of entity being placed + (bsc#1012628). +- sched/fair: Sanitize vruntime of entity being migrated + (bsc#1012628). +- commit 7a187a3 + +------------------------------------------------------------------- +Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de + +- supported.conf: fix typos in module names +- commit cbe8816 + +------------------------------------------------------------------- +Wed Mar 29 11:32:09 CEST 2023 - tiwai@suse.de + +- Input: alps - fix compatibility with -funsigned-char + (bsc#1209805). +- commit fb69353 + +------------------------------------------------------------------- +Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz + +- net/wwan/t7xx: disable Werror (bsc#1209724). +- commit fd61888 + +------------------------------------------------------------------- +Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz + +- efi/libstub: smbios: Use length member instead of record struct + size (bsc#1208750). + Use the patches from upstream to fix the issue. +- commit 94a1030 + +------------------------------------------------------------------- +Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de + +- drm/nouveau/kms: Fix backlight registration (bsc#1209296). +- commit f84ef02 + +------------------------------------------------------------------- +Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de + +- supported.conf: add missing modules + Mark most modules as unsupported by default +- commit 994ed9c + +------------------------------------------------------------------- +Mon Mar 27 00:01:16 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc4 +- eliminate 1 patch + - patches.suse/arm64-efi-Use-SMBIOS-processor-ID-to-key-off-Altra-q.patch (eb684408f3ea) +- refresh configs +- commit f77c350 + +------------------------------------------------------------------- +Wed Mar 22 19:56:06 CET 2023 - jslaby@suse.cz + +- Linux 6.2.8 (bsc#1012628). +- xfrm: Allow transport-mode states with AF_UNSPEC selector + (bsc#1012628). +- drm/virtio: Pass correct device to dma_sync_sgtable_for_device() + (bsc#1012628). +- drm/msm/gem: Prevent blocking within shrinker loop + (bsc#1012628). +- drm/panfrost: Don't sync rpm suspension after mmu flushing + (bsc#1012628). +- fbdev: chipsfb: Fix error codes in chipsfb_pci_init() + (bsc#1012628). +- cifs: Move the in_send statistic to __smb_send_rqst() + (bsc#1012628). +- drm/meson: fix 1px pink line on GXM when scaling video overlay + (bsc#1012628). +- clk: HI655X: select REGMAP instead of depending on it + (bsc#1012628). +- selftests: amd-pstate: fix TEST_FILES (bsc#1012628). +- ASoC: SOF: Intel: MTL: Fix the device description (bsc#1012628). +- ASoC: SOF: Intel: HDA: Fix device description (bsc#1012628). +- ASoC: SOF: Intel: SKL: Fix device description (bsc#1012628). +- ASOC: SOF: Intel: pci-tgl: Fix device description (bsc#1012628). +- ASoC: SOF: ipc4-topology: set dmic dai index from copier + (bsc#1012628). +- docs: Correct missing "d_" prefix for dentry_operations member + d_weak_revalidate (bsc#1012628). +- scsi: mpt3sas: Fix NULL pointer access in + mpt3sas_transport_port_add() (bsc#1012628). +- scsi: mpi3mr: Fix throttle_groups memory leak (bsc#1012628). +- scsi: mpi3mr: Fix config page DMA memory leak (bsc#1012628). +- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Return proper values for failures in firmware + init path (bsc#1012628). +- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() + (bsc#1012628). +- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt + (bsc#1012628). +- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() + (bsc#1012628). +- ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() + (bsc#1012628). +- netfilter: nft_nat: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_masq: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct value of inet type `.maxattrs` + (bsc#1012628). +- scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD (bsc#1012628). +- scsi: core: Fix a procfs host directory removal regression + (bsc#1012628). +- ftrace,kcfi: Define ftrace_stub_graph conditionally + (bsc#1012628). +- tcp: tcp_make_synack() can be called from process context + (bsc#1012628). +- vdpa/mlx5: should not activate virtq object when suspended + (bsc#1012628). +- wifi: nl80211: fix NULL-ptr deref in offchan check + (bsc#1012628). +- wifi: cfg80211: fix MLO connection ownership (bsc#1012628). +- selftests: fix LLVM build for i386 and x86_64 (bsc#1012628). +- nfc: pn533: initialize struct pn533_out_arg properly + (bsc#1012628). +- ipvlan: Make skb->skb_iif track skb->dev for l3s mode + (bsc#1012628). +- i40e: Fix kernel crash during reboot when adapter is in recovery + mode (bsc#1012628). +- vhost-vdpa: free iommu domain after last use during cleanup + (bsc#1012628). +- vdpa_sim: not reset state in vdpasim_queue_ready (bsc#1012628). +- vdpa_sim: set last_used_idx as last_avail_idx in + vdpasim_queue_ready (bsc#1012628). +- PCI: s390: Fix use-after-free of PCI resources with per-function + hotplug (bsc#1012628). +- drm/i915/psr: Use calculated io and fast wake lines + (bsc#1012628). +- drm/i915/sseu: fix max_subslices array-index-out-of-bounds + access (bsc#1012628). +- bnxt_en: reset PHC frequency in free-running mode (bsc#1012628). +- net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() + (bsc#1012628). +- qed/qed_dev: guard against a possible division by zero + (bsc#1012628). +- net: dsa: mt7530: remove now incorrect comment regarding port 5 + (bsc#1012628). +- net: dsa: mt7530: set PLL frequency and trgmii only when trgmii + is used (bsc#1012628). +- block: do not reverse request order when flushing plug list + (bsc#1012628). +- loop: Fix use-after-free issues (bsc#1012628). +- blk-mq: fix "bad unlock balance detected" on q->srcu in + __blk_mq_run_dispatch_ops (bsc#1012628). +- net: tunnels: annotate lockless accesses to dev->needed_headroom + (bsc#1012628). +- net: phy: smsc: bail out in lan87xx_read_status if + genphy_read_status fails (bsc#1012628). +- tcp: Fix bind() conflict check for dual-stack wildcard address + (bsc#1012628). +- nfc: st-nci: Fix use after free bug in ndlc_remove due to race + condition (bsc#1012628). +- mlxsw: spectrum: Fix incorrect parsing depth after reload + (bsc#1012628). +- net/smc: fix deadlock triggered by cancel_delayed_work_syn() + (bsc#1012628). +- net: usb: smsc75xx: Limit packet length to skb->len + (bsc#1012628). +- net: ethernet: mtk_eth_soc: reset PCS state (bsc#1012628). +- net: ethernet: mtk_eth_soc: only write values if needed + (bsc#1012628). +- drm/bridge: Fix returned array size name for + atomic_get_input_bus_fmts kdoc (bsc#1012628). +- block: null_blk: Fix handling of fake timeout request + (bsc#1012628). +- nvme: fix handling single range discard request (bsc#1012628). +- nvmet: avoid potential UAF in nvmet_req_complete() + (bsc#1012628). +- block: sunvdc: add check for mdesc_grab() returning NULL + (bsc#1012628). +- block: count 'ios' and 'sectors' when io is done for bio-based + device (bsc#1012628). +- net/mlx5e: Fix macsec ASO context alignment (bsc#1012628). +- net/mlx5e: Don't cache tunnel offloads capability (bsc#1012628). +- net/mlx5: Fix setting ec_function bit in MANAGE_PAGES + (bsc#1012628). +- net/mlx5: Disable eswitch before waiting for VF pages + (bsc#1012628). +- net/mlx5: E-switch, Fix wrong usage of source port rewrite in + split rules (bsc#1012628). +- net/mlx5: E-switch, Fix missing set of split_count when forward + to ovs internal port (bsc#1012628). +- net/mlx5e: Fix cleanup null-ptr deref on encap lock + (bsc#1012628). +- net/mlx5: Set BREAK_FW_WAIT flag first when removing driver + (bsc#1012628). +- veth: Fix use after free in XDP_REDIRECT (bsc#1012628). +- ice: xsk: disable txq irq before flushing hw (bsc#1012628). +- net: dsa: don't error out when drivers return ETH_DATA_LEN in + .port_max_mtu() (bsc#1012628). +- net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, + 6250, 6290 (bsc#1012628). +- ravb: avoid PHY being resumed when interface is not up + (bsc#1012628). +- sh_eth: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ipv4: Fix incorrect table ID in IOCTL path (bsc#1012628). +- net: usb: smsc75xx: Move packet length check to prevent kernel + panic in skb_pull (bsc#1012628). +- net: atlantic: Fix crash when XDP is enabled but no program + is loaded (bsc#1012628). +- net/iucv: Fix size of interrupt data (bsc#1012628). +- i825xx: sni_82596: use eth_hw_addr_set() (bsc#1012628). +- selftests: net: devlink_port_split.py: skip test if no suitable + device available (bsc#1012628). +- qed/qed_mng_tlv: correctly zero out ->min instead of ->hour + (bsc#1012628). +- net: dsa: microchip: fix RGMII delay configuration on + KSZ8765/KSZ8794/KSZ8795 (bsc#1012628). +- ethernet: sun: add check for the mdesc_grab() (bsc#1012628). +- net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue + (bsc#1012628). +- net: renesas: rswitch: Fix the output value of quote from + rswitch_rx() (bsc#1012628). +- bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether + type change (bsc#1012628). +- bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave + fails (bsc#1012628). +- hwmon: (adt7475) Display smoothing attributes in correct order + (bsc#1012628). +- hwmon: (adt7475) Fix masking of hysteresis registers + (bsc#1012628). +- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove + due to race condition (bsc#1012628). +- hwmon: (ina3221) return prober error code (bsc#1012628). +- hwmon: (ucd90320) Add minimum delay between bus accesses + (bsc#1012628). +- hwmon: tmp512: drop of_match_ptr for ID table (bsc#1012628). +- kconfig: Update config changed flag before calling callback + (bsc#1012628). +- hwmon: (adm1266) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- media: m5mols: fix off-by-one loop termination error + (bsc#1012628). +- ext4: update s_journal_inum if it changes after journal replay + (bsc#1012628). +- ext4: fix task hung in ext4_xattr_delete_inode (bsc#1012628). +- drm/amdkfd: Fix an illegal memory access (bsc#1012628). +- net/9p: fix bug in client create for .L (bsc#1012628). +- LoongArch: Only call get_timer_irq() once in + constant_clockevent_init() (bsc#1012628). +- sh: intc: Avoid spurious sizeof-pointer-div warning + (bsc#1012628). +- drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini + (bsc#1012628). +- drm/amd/display: fix shift-out-of-bounds in + CalculateVMAndRowBytes (bsc#1012628). +- ext4: fix possible double unlock when moving a directory + (bsc#1012628). +- Revert "tty: serial: fsl_lpuart: adjust + SERIAL_FSL_LPUART_CONSOLE config dependency" (bsc#1012628). +- tty: serial: fsl_lpuart: fix race on RX DMA shutdown + (bsc#1012628). +- tty: serial: fsl_lpuart: skip waiting for transmission complete + when UARTCTRL_SBK is asserted (bsc#1012628). +- serial: 8250_em: Fix UART port type (bsc#1012628). +- serial: 8250_fsl: fix handle_irq locking (bsc#1012628). +- serial: 8250: ASPEED_VUART: select REGMAP instead of depending + on it (bsc#1012628). +- firmware: xilinx: don't make a sleepable memory allocation + from an atomic context (bsc#1012628). +- memory: tegra: fix interconnect registration race (bsc#1012628). +- memory: tegra20-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra124-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra30-emc: fix interconnect registration race + (bsc#1012628). +- drm/ttm: Fix a NULL pointer dereference (bsc#1012628). +- s390/ipl: add missing intersection check to ipl_report handling + (bsc#1012628). +- interconnect: fix icc_provider_del() error handling + (bsc#1012628). +- interconnect: fix provider registration API (bsc#1012628). +- interconnect: imx: fix registration race (bsc#1012628). +- interconnect: fix mem leak when freeing nodes (bsc#1012628). +- interconnect: qcom: osm-l3: fix registration race (bsc#1012628). +- interconnect: qcom: rpm: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpm: fix registration race (bsc#1012628). +- interconnect: qcom: rpmh: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpmh: fix registration race (bsc#1012628). +- interconnect: qcom: msm8974: fix registration race + (bsc#1012628). +- interconnect: exynos: fix node leak in probe PM QoS error path + (bsc#1012628). +- interconnect: exynos: fix registration race (bsc#1012628). +- md: select BLOCK_LEGACY_AUTOLOAD (bsc#1012628). +- cifs: generate signkey for the channel that's reconnecting + (bsc#1012628). +- tracing: Make splice_read available again (bsc#1012628). +- tracing: Do not let histogram values have some modifiers + (bsc#1012628). +- tracing: Check field value in hist_field_name() (bsc#1012628). +- tracing: Make tracepoint lockdep check actually test something + (bsc#1012628). +- cifs: Fix smb2_set_path_size() (bsc#1012628). +- cifs: set DFS root session in cifs_get_smb_ses() (bsc#1012628). +- cifs: fix use-after-free bug in refresh_cache_worker() + (bsc#1012628). +- cifs: return DFS root session id in DebugData (bsc#1012628). +- cifs: use DFS root session instead of tcon ses (bsc#1012628). +- KVM: SVM: Fix a benign off-by-one bug in AVIC physical table + mask (bsc#1012628). +- KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs + (bsc#1012628). +- KVM: nVMX: add missing consistency checks for CR0 and CR4 + (bsc#1012628). +- ALSA: hda: intel-dsp-config: add MTL PCI id (bsc#1012628). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book2 Pro (bsc#1012628). +- ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on + a HP platform (bsc#1012628). +- Revert "riscv: mm: notify remote harts about mmu cache updates" + (bsc#1012628). +- riscv: asid: Fixup stale TLB entry cause application crash + (bsc#1012628). +- drm/edid: fix info leak when failing to get panel id + (bsc#1012628). +- drm/shmem-helper: Remove another errant put in error path + (bsc#1012628). +- drm/sun4i: fix missing component unbind on bind errors + (bsc#1012628). +- drm/i915/active: Fix misuse of non-idle barriers as fence + trackers (bsc#1012628). +- drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and + 319.89 MHz (bsc#1012628). +- drm/amdgpu: Don't resume IOMMU after incomplete init + (bsc#1012628). +- drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume + (bsc#1012628). +- drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes + (bsc#1012628). +- drm/amd/pm: bump SMU 13.0.4 driver_if header version + (bsc#1012628). +- drm/amd/display: Do not set DRR on pipe Commit (bsc#1012628). +- drm/amd/display: disconnect MPCC only on OTG change + (bsc#1012628). +- drm/amd/display: Write to correct dirty_rect (bsc#1012628). +- mptcp: fix possible deadlock in subflow_error_report + (bsc#1012628). +- mptcp: refactor passive socket initialization (bsc#1012628). +- mptcp: use the workqueue to destroy unaccepted sockets + (bsc#1012628). +- mptcp: fix UaF in listener shutdown (bsc#1012628). +- mptcp: add ro_after_init for tcp{,v6}_prot_override + (bsc#1012628). +- mptcp: avoid setting TCP_CLOSE state twice (bsc#1012628). +- mptcp: fix lockdep false positive in + mptcp_pm_nl_create_listen_socket() (bsc#1012628). +- ftrace: Fix invalid address access in lookup_rec() when index + is 0 (bsc#1012628). +- ocfs2: fix data corruption after failed write (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 + (bsc#1012628). +- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock + (bsc#1012628). +- vp_vdpa: fix the crash in hot unplug with vp_vdpa (bsc#1012628). +- mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the + huge zeropage (bsc#1012628). +- mm: teach mincore_hugetlb about pte markers (bsc#1012628). +- powerpc/64: Set default CPU in Kconfig (bsc#1012628). +- powerpc/boot: Don't always pass -mcpu=powerpc when building + 32-bit uImage (bsc#1012628). +- mmc: sdhci_am654: lower power-on failed message severity + (bsc#1012628). +- fbdev: stifb: Provide valid pixelclock and add fb_check_var() + checks (bsc#1012628). +- trace/hwlat: Do not wipe the contents of per-cpu thread data + (bsc#1012628). +- trace/hwlat: Do not start per-cpu thread if it is already + running (bsc#1012628). +- ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT + is absent (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit + (bsc#1012628). +- fbdev: Fix incorrect page mapping clearance at + fb_deferred_io_release() (bsc#1012628). +- RISC-V: mm: Support huge page in vmalloc_fault() (bsc#1012628). +- io_uring/msg_ring: let target know allocated index + (bsc#1012628). +- cpuidle: psci: Iterate backwards over list in psci_pd_remove() + (bsc#1012628). +- ASoC: Intel: soc-acpi: fix copy-paste issue in topology names + (bsc#1012628). +- ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP + (bsc#1012628). +- x86/mce: Make sure logged MCEs are processed after sysfs update + (bsc#1012628). +- x86/mm: Fix use of uninitialized buffer in sme_enable() + (bsc#1012628). +- x86/resctrl: Clear staged_config[] before and after it is used + (bsc#1012628). +- powerpc: Pass correct CPU reference to assembler (bsc#1012628). +- virt/coco/sev-guest: Check SEV_SNP attribute at probe time + (bsc#1012628). +- virt/coco/sev-guest: Simplify extended guest request handling + (bsc#1012628). +- virt/coco/sev-guest: Remove the disable_vmpck label in + handle_guest_request() (bsc#1012628). +- virt/coco/sev-guest: Carve out the request issuing logic into + a helper (bsc#1012628). +- virt/coco/sev-guest: Do some code style cleanups (bsc#1012628). +- virt/coco/sev-guest: Convert the sw_exit_info_2 checking to + a switch-case (bsc#1012628). +- virt/coco/sev-guest: Add throttling awareness (bsc#1012628). +- perf: Fix check before add_event_to_groups() in + perf_group_detach() (bsc#1012628). +- powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG + (bsc#1012628). +- powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500 (bsc#1012628). +- Update config files. +- commit 221c28f + +------------------------------------------------------------------- +Mon Mar 20 12:02:04 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch. +- commit 0845652 + +------------------------------------------------------------------- +Mon Mar 20 12:01:26 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch. +- commit 8c46a8f + +------------------------------------------------------------------- +Sun Mar 19 22:25:52 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc3 +- eliminate 1 patch + - patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch (f2c7e3562b4c) +- refresh configs +- commit d72bdba + +------------------------------------------------------------------- +Fri Mar 17 09:05:37 CET 2023 - jslaby@suse.cz + +- Linux 6.2.7 (bsc#1012628). +- UML: define RUNTIME_DISCARD_EXIT (bsc#1012628). +- RISC-V: fix taking the text_mutex twice during sifive errata + patching (bsc#1012628). +- Revert "bpf, test_run: fix &xdp_frame misplacement for + LIVE_FRAMES" (bsc#1012628). +- filelocks: use mount idmapping for setlease permission check + (bsc#1012628). +- drm/amd/display: adjust MALL size available for DCN32 and DCN321 + (bsc#1012628). +- drm/amd/display: Allow subvp on vactive pipes that are + 2560x1440@60 (bsc#1012628). +- media: rc: gpio-ir-recv: add remove function (bsc#1012628). +- media: ov5640: Fix analogue gain control (bsc#1012628). +- scripts: handle BrokenPipeError for python scripts + (bsc#1012628). +- PCI: Add SolidRun vendor ID (bsc#1012628). +- macintosh: windfarm: Use unsigned type for 1-bit bitfields + (bsc#1012628). +- alpha: fix R_ALPHA_LITERAL reloc for large modules + (bsc#1012628). +- powerpc/kcsan: Exclude udelay to prevent recursive + instrumentation (bsc#1012628). +- powerpc/64: Move paca allocation to early_setup() (bsc#1012628). +- powerpc/64: Fix task_cpu in early boot when booting non-zero + cpuid (bsc#1012628). +- powerpc/bpf/32: Only set a stack frame when necessary + (bsc#1012628). +- powerpc: Remove __kernel_text_address() in show_instructions() + (bsc#1012628). +- clk: renesas: rcar-gen3: Disable R-Car H3 ES1.* (bsc#1012628). +- powerpc/iommu: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- powerpc/64: Don't recurse irq replay (bsc#1012628). +- MIPS: Fix a compilation issue (bsc#1012628). +- tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address + (bsc#1012628). +- watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths + (bsc#1012628). +- drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4 + (bsc#1012628). +- drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested + (bsc#1012628). +- RISC-V: take text_mutex during alternative patching + (bsc#1012628). +- ext4: Fix deadlock during directory rename (bsc#1012628). +- drm/amdgpu: fix return value check in kfd (bsc#1012628). +- RISC-V: Don't check text_mutex during stop_machine + (bsc#1012628). +- riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode + (bsc#1012628). +- erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" + (bsc#1012628). +- af_unix: fix struct pid leaks in OOB support (bsc#1012628). +- net: dsa: mt7530: permit port 5 to work without port 6 on + MT7621 SoC (bsc#1012628). +- SUNRPC: Fix a server shutdown leak (bsc#1012628). +- octeontx2-af: Unlock contexts in the queue context cache in + case of fault detection (bsc#1012628). +- net/smc: fix fallback failed while sendmsg with fastopen + (bsc#1012628). +- ethernet: ice: avoid gcc-9 integer overflow warning + (bsc#1012628). +- ice: Fix DSCP PFC TLV creation (bsc#1012628). +- NFSD: Protect against filesystem freezing (bsc#1012628). +- block: fix wrong mode for blkdev_put() from + disk_scan_partitions() (bsc#1012628). +- platform: x86: MLX_PLATFORM: select REGMAP instead of depending + on it (bsc#1012628). +- platform: mellanox: select REGMAP instead of depending on it + (bsc#1012628). +- platform/x86: dell-ddv: Fix temperature scaling (bsc#1012628). +- platform/x86: dell-ddv: Return error if buffer is empty + (bsc#1012628). +- netfilter: conntrack: adopt safer max chain length + (bsc#1012628). +- scsi: sd: Fix wrong zone_write_granularity value during + revalidate (bsc#1012628). +- scsi: megaraid_sas: Update max supported LD IDs to 240 + (bsc#1012628). +- net: tls: fix device-offloaded sendpage straddling records + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix RX data corruption issue + (bsc#1012628). +- net: phy: smsc: fix link up detection in forced irq mode + (bsc#1012628). +- btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, + PTR (bsc#1012628). +- bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES + (bsc#1012628). +- btrfs: fix extent map logging bit not cleared for split maps + after dropping range (bsc#1012628). +- m68k: mm: Move initrd phys_to_virt handling after paging_init() + (bsc#1012628). +- netfilter: tproxy: fix deadlock due to missing BH disable + (bsc#1012628). +- netfilter: ctnetlink: revert to dumping mark regardless of + event type (bsc#1012628). +- bnxt_en: Avoid order-5 memory allocation for TPA data + (bsc#1012628). +- net: phylib: get rid of unnecessary locking (bsc#1012628). +- net: stmmac: add to set device wake up flag when stmmac init + phy (bsc#1012628). +- drm/msm/dpu: clear DSPP reservations in rm release + (bsc#1012628). +- drm/msm/disp/dpu: fix sc7280_pp base offset (bsc#1012628). +- drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks + (bsc#1012628). +- drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK + (bsc#1012628). +- drm/msm/dpu: correct sm6115 scaler (bsc#1012628). +- drm/msm/dpu: correct sm8250 and sm8350 scaler (bsc#1012628). +- drm/msm/dpu: fix sm6115 and qcm2290 mixer width limits + (bsc#1012628). +- drm/msm/dpu: fix len of sc7180 ctl blocks (bsc#1012628). +- bpf, sockmap: Fix an infinite loop error when len is 0 in + tcp_bpf_recvmsg_parser() (bsc#1012628). +- nfp: fix esp-tx-csum-offload doesn't take effect (bsc#1012628). +- nfp: fix incorrectly set csum flag for nfd3 path (bsc#1012628). +- ice: copy last block omitted in ice_get_module_eeprom() + (bsc#1012628). +- net: caif: Fix use-after-free in cfusbl_device_notify() + (bsc#1012628). +- net: lan78xx: fix accessing the LAN7800's internal phy specific + registers from the MAC driver (bsc#1012628). +- perf stat: Fix counting when initial delay configured + (bsc#1012628). +- net: use indirect calls helpers for sk_exit_memory_pressure() + (bsc#1012628). +- net: tls: fix possible race condition between + do_tls_getsockopt_conf() and do_tls_setsockopt_conf() + (bsc#1012628). +- netfilter: nft_quota: copy content when cloning expression + (bsc#1012628). +- netfilter: nft_last: copy content when cloning expression + (bsc#1012628). +- selftests: nft_nat: ensuring the listening side is up before + starting the client (bsc#1012628). +- net: lan966x: Fix port police support using tc-matchall + (bsc#1012628). +- ila: do not generate empty messages in + ila_xlat_nl_cmd_get_mapping() (bsc#1012628). +- drm/msm/dpu: disable features unsupported by QCM2290 + (bsc#1012628). +- tls: rx: fix return value for async crypto (bsc#1012628). +- powerpc: dts: t1040rdb: fix compatible string for Rev A boards + (bsc#1012628). +- nfc: fdp: add null check of devm_kmalloc_array in + fdp_nci_i2c_read_device_properties (bsc#1012628). +- bgmac: fix *initial* chip reset to support BCM5358 + (bsc#1012628). +- drm/msm/a5xx: fix context faults during ring switch + (bsc#1012628). +- drm/msm/a5xx: fix the emptyness check in the preempt code + (bsc#1012628). +- drm/msm/a5xx: fix highest bank bit for a530 (bsc#1012628). +- drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL + register (bsc#1012628). +- drm/msm: Fix potential invalid ptr free (bsc#1012628). +- drm/nouveau/fb/gp102-: cache scrubber binary on first load + (bsc#1012628). +- drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype + (bsc#1012628). +- ext4: Fix possible corruption when moving a directory + (bsc#1012628). +- scsi: core: Remove the /proc/scsi/${proc_name} directory earlier + (bsc#1012628). +- riscv: Add header include guards to insn.h (bsc#1012628). +- block: fix scan partition for exclusively open device again + (bsc#1012628). +- block: Revert "block: Do not reread partition table on + exclusively open device" (bsc#1012628). +- drm/i915: Populate encoder->devdata for DSI on icl+ + (bsc#1012628). +- drm/i915: Do panel VBT init early if the VBT declares an + explicit panel type (bsc#1012628). +- drm/i915: Introduce intel_panel_init_alloc() (bsc#1012628). +- bus: mhi: ep: Change state_lock to mutex (bsc#1012628). +- bus: mhi: ep: Power up/down MHI stack during MHI RESET + (bsc#1012628). +- udf: Fix off-by-one error when discarding preallocation + (bsc#1012628). +- KVM: VMX: Do _all_ initialization before exposing /dev/kvm to + userspace (bsc#1012628). +- KVM: x86: Move guts of kvm_arch_init() to standalone helper + (bsc#1012628). +- KVM: VMX: Don't bother disabling eVMCS static key on module exit + (bsc#1012628). +- KVM: VMX: Reset eVMCS controls in VP assist page during hardware + disabling (bsc#1012628). +- nfc: change order inside nfc_se_io error path (bsc#1012628). +- HID: uhid: Over-ride the default maximum data buffer value + with our own (bsc#1012628). +- HID: core: Provide new max_buffer_size attribute to over-ride + the default (bsc#1012628). +- ext4: zero i_disksize when initializing the bootloader inode + (bsc#1012628). +- ext4: fix WARNING in ext4_update_inline_data (bsc#1012628). +- ext4: move where set the MAY_INLINE_DATA flag is set + (bsc#1012628). +- ext4: fix another off-by-one fsmap error on 1k block filesystems + (bsc#1012628). +- ext4: fix RENAME_WHITEOUT handling for inline directories + (bsc#1012628). +- ext4: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- staging: rtl8723bs: Pass correct parameters to + cfg80211_get_bss() (bsc#1012628). +- staging: rtl8723bs: Fix key-store index handling (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at unbind + (bsc#1012628). +- drm/connector: print max_requested_bpc in state debugfs + (bsc#1012628). +- drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF + (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for nv (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc21 (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc15 (bsc#1012628). +- x86/CPU/AMD: Disable XSAVES on AMD family 0x17 (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix deadlock + (bsc#1012628). +- RISC-V: Stop emitting attributes (bsc#1012628). +- fork: allow CLONE_NEWTIME in clone3 flags (bsc#1012628). +- perf inject: Fix --buildid-all not to eat up MMAP2 + (bsc#1012628). +- erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms + (bsc#1012628). +- io_uring/uring_cmd: ensure that device supports IOPOLL + (bsc#1012628). +- btrfs: fix block group item corruption after inserting new + block group (bsc#1012628). +- btrfs: fix percent calculation for bg reclaim message + (bsc#1012628). +- btrfs: fix unnecessary increment of read error stat on write + error (bsc#1012628). +- fs: prevent out-of-bounds array speculation when closing a + file descriptor (bsc#1012628). +- commit e2e7685 + +------------------------------------------------------------------- +Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz + +- s390: reintroduce expoline dependence to scripts (s390 expolines + & fixdep). +- commit a0e8ac4 + ------------------------------------------------------------------- Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com @@ -3348,6 +24880,2205 @@ Tue Mar 14 14:29:54 CET 2023 - msuchanek@suse.de - rpm/kernel-obs-build.spec.in: Remove SLE11 cruft - commit 871eeb4 +------------------------------------------------------------------- +Tue Mar 14 10:35:57 CET 2023 - mfranc@suse.cz + +- Update + patches.kernel.org/6.2.3-277-rds-rds_rm_zerocopy_callback-correct-order-for-.patch + (bsc#1012628 bsc#1208601 CVE-2023-1078). +- commit 581e0e0 + +------------------------------------------------------------------- +Mon Mar 13 15:08:49 CET 2023 - mkubecek@suse.cz + +- series.conf: whitespace cleanup +- commit af164d0 + +------------------------------------------------------------------- +Mon Mar 13 11:57:24 CET 2023 - jslaby@suse.cz + +- Linux 6.2.6 (bsc#1012628). +- staging: rtl8192e: Remove call_usermodehelper starting + RadioPower.sh (bsc#1012628). +- staging: rtl8192e: Remove function ..dm_check_ac_dc_power + calling a script (bsc#1012628). +- wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after + free for wext" (bsc#1012628). +- tpm: disable hwrng for fTPM on some AMD designs (bsc#1012628). +- commit fa1a4c6 + +------------------------------------------------------------------- +Mon Mar 13 00:50:33 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc2 +- eliminate 1 patch + - patches.suse/cpumask-fix-incorrect-cpumask-scanning-result-checks.patch +- update configs + - FEALNX=m (x86, riscv64), =n otherwise (restored from < 6.2-rc1) +- commit 4015adb + +------------------------------------------------------------------- +Sat Mar 11 16:46:56 CET 2023 - jslaby@suse.cz + +- Linux 6.2.5 (bsc#1012628). +- usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() + fails (bsc#1012628). +- arm64: efi: Make efi_rt_lock a raw_spinlock (bsc#1012628). +- media: uvcvideo: Fix race condition with usb_kill_urb + (bsc#1012628). +- drm/i915: Fix system suspend without fbdev being initialized + (bsc#1012628). +- drm/i915/dp_mst: Fix payload removal during output disabling + (bsc#1012628). +- drm/display/dp_mst: Handle old/new payload states in + drm_dp_remove_payload() (bsc#1012628). +- drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs + (bsc#1012628). +- drm/display/dp_mst: Fix payload addition on a disconnected sink + (bsc#1012628). +- drm/display/dp_mst: Fix down message handling after a packet + reception error (bsc#1012628). +- drm/display/dp_mst: Fix down/up message handling after sink + disconnect (bsc#1012628). +- drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state() + (bsc#1012628). +- vDPA/ifcvf: allocate the adapter in dev_add() (bsc#1012628). +- vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev (bsc#1012628). +- vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw (bsc#1012628). +- vDPA/ifcvf: decouple config/dev IRQ requester and vectors + allocator from the adapter (bsc#1012628). +- vDPA/ifcvf: decouple vq irq requester from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple config IRQ releaser from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple vq IRQ releasers from the adapter + (bsc#1012628). +- vDPA/ifcvf: alloc the mgmt_dev before the adapter (bsc#1012628). +- vDPA/ifcvf: decouple config space ops from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple hw features manipulators from the adapter + (bsc#1012628). +- x86/resctl: fix scheduler confusion with 'current' + (bsc#1012628). +- net: tls: avoid hanging tasks on the tx_lock (bsc#1012628). +- eth: fealnx: bring back this old driver (bsc#1012628). +- Update config files. (set to pre-6.2 state) +- soundwire: cadence: Drain the RX FIFO after an IO timeout + (bsc#1012628). +- soundwire: cadence: Remove wasted space in response_buf + (bsc#1012628). +- RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by + size (bsc#1012628). +- phy: rockchip-typec: Fix unsigned comparison with less than zero + (bsc#1012628). +- PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + (bsc#1012628). +- PCI: Add ACS quirk for Wangxun NICs (bsc#1012628). +- PCI: loongson: Add more devices that need MRRS quirk + (bsc#1012628). +- kernel/fail_function: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- drivers: base: dd: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- drivers: base: component: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- misc: vmw_balloon: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- tty: pcn_uart: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: Distribute available resources for root buses, too + (bsc#1012628). +- PCI: Take other bus devices into account when distributing + resources (bsc#1012628). +- PCI: Align extra resources for hotplug bridges properly + (bsc#1012628). +- usb: gadget: uvc: Make bSourceID read/write (bsc#1012628). +- usb: uvc: Enumerate valid values for color matching + (bsc#1012628). +- USB: ene_usb6250: Allocate enough memory for full object + (bsc#1012628). +- usb: host: xhci: mvebu: Iterate over array indexes instead of + using pointer math (bsc#1012628). +- USB: gadget: pxa27x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: pxa25x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: lpc32xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: bcm63xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: gr_udc: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp1362: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp116x: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: fotg210: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: sl811: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: uhci: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: ULPI: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: chipidea: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: dwc3: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- staging: pi433: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: loongson: Prevent LS7A MRRS increases (bsc#1012628). +- PCI/portdrv: Prevent LS7A Bus Master clearing on shutdown + (bsc#1012628). +- soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() + (bsc#1012628). +- media: uvcvideo: Add GUID for BGRA/X 8:8:8:8 (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_config_word() (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_status_word() (bsc#1012628). +- bus: mhi: ep: Fix the debug message for + MHI_PKT_TYPE_RESET_CHAN_CMD cmd (bsc#1012628). +- tools/iio/iio_utils:fix memory leak (bsc#1012628). +- mei: bus-fixup:upon error print return values of send and + receive (bsc#1012628). +- serial: sc16is7xx: setup GPIO controller later in probe + (bsc#1012628). +- tty: serial: fsl_lpuart: disable the CTS when send break signal + (bsc#1012628). +- tty: fix out-of-bounds access in tty_driver_lookup_tty() + (bsc#1012628). +- staging: emxx_udc: Add checks for dma_alloc_coherent() + (bsc#1012628). +- dt-bindings: usb: Add device id for Genesys Logic hub controller + (bsc#1012628). +- usb: fotg210: List different variants (bsc#1012628). +- cacheinfo: Fix shared_cpu_map to handle shared caches at + different levels (bsc#1012628). +- USB: fix memory leak with using debugfs_lookup() (bsc#1012628). +- media: uvcvideo: Silence memcpy() run-time false positive + warnings (bsc#1012628). +- media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 + (bsc#1012628). +- media: uvcvideo: Handle errors from calls to usb_string + (bsc#1012628). +- media: uvcvideo: Handle cameras with invalid descriptors + (bsc#1012628). +- media: uvcvideo: Remove format descriptions (bsc#1012628). +- PCI/ACPI: Account for _S0W of the target bridge in + acpi_pci_bridge_d3() (bsc#1012628). +- iommu: Remove deferred attach check from __iommu_detach_device() + (bsc#1012628). +- IB/hfi1: Update RMT size calculation (bsc#1012628). +- mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt + leak (bsc#1012628). +- bootconfig: Increase max nodes of bootconfig from 1024 to 8192 + for DCC support (bsc#1012628). +- firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 + (bsc#1012628). +- kernel/printk/index.c: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- tracing: Add NULL checks for buffer in + ring_buffer_free_read_page() (bsc#1012628). +- cpufreq: apple-soc: Fix an IS_ERR() vs NULL check (bsc#1012628). +- thermal: intel: BXT_PMIC: select REGMAP instead of depending + on it (bsc#1012628). +- thermal: intel: quark_dts: fix error pointer dereference + (bsc#1012628). +- ASoC: mediatek: mt8195: add missing initialization + (bsc#1012628). +- ASoC: zl38060 add gpiolib dependency (bsc#1012628). +- nvme-fabrics: show well known discovery name (bsc#1012628). +- nvme-tcp: don't access released socket during error recovery + (bsc#1012628). +- nvme: bring back auto-removal of deleted namespaces during + sequential scan (bsc#1012628). +- ASoC: apple: mca: Improve handling of unavailable DMA channels + (bsc#1012628). +- ASoC: apple: mca: Fix SERDES reset sequence (bsc#1012628). +- ASoC: apple: mca: Fix final status read on SERDES reset + (bsc#1012628). +- ASoC: adau7118: don't disable regulators on device unbind + (bsc#1012628). +- loop: loop_set_status_from_info() check before assignment + (bsc#1012628). +- io_uring: fix size calculation when registering buf ring + (bsc#1012628). +- rtc: allow rtc_read_alarm without read_alarm callback + (bsc#1012628). +- scsi: mpi3mr: Use number of bits to manage bitmap sizes + (bsc#1012628). +- scsi: mpi3mr: Fix an issue found by KASAN (bsc#1012628). +- scsi: ipr: Work around fortify-string warning (bsc#1012628). +- genirq/ipi: Fix NULL pointer deref in + irq_data_get_affinity_mask() (bsc#1012628). +- rtc: sun6i: Always export the internal oscillator (bsc#1012628). +- spi: tegra210-quad: Fix iterator outside loop (bsc#1012628). +- vc_screen: modify vcs_size() handling in vcs_read() + (bsc#1012628). +- tcp: tcp_check_req() can be called from process context + (bsc#1012628). +- ARM: dts: spear320-hmi: correct STMPE GPIO compatible + (bsc#1012628). +- ARM: dts: aspeed: p10bmc: Update battery node name + (bsc#1012628). +- net: dsa: felix: fix internal MDIO controller resource length + (bsc#1012628). +- net: dsa: seville: ignore mscc-miim read errors from Lynx PCS + (bsc#1012628). +- net/sched: act_sample: fix action bind logic (bsc#1012628). +- net/sched: act_mpls: fix action bind logic (bsc#1012628). +- net/sched: act_pedit: fix action bind logic (bsc#1012628). +- net/sched: transition act_pedit to rcu and percpu stats + (bsc#1012628). +- nfc: fix memory leak of se_io context in nfc_genl_se_io + (bsc#1012628). +- ext4: fix incorrect options show of original mount_opt and + extend mount_opt2 (bsc#1012628). +- net/mlx5: Geneve, Fix handling of Geneve object id as error code + (bsc#1012628). +- net/mlx5e: Verify flow_source cap before using it (bsc#1012628). +- net/mlx5: ECPF, wait for VF pages only after disabling host PFs + (bsc#1012628). +- mlx5: fix possible ptp queue fifo use-after-free (bsc#1012628). +- mlx5: fix skb leak while fifo resync and push (bsc#1012628). +- spi: tegra210-quad: Fix validate combined sequence + (bsc#1012628). +- 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() + (bsc#1012628). +- 9p/xen: fix connection sequence (bsc#1012628). +- 9p/xen: fix version parsing (bsc#1012628). +- net: fix __dev_kfree_skb_any() vs drop monitor (bsc#1012628). +- octeontx2-pf: Use correct struct reference in test condition + (bsc#1012628). +- sctp: add a refcnt in sctp_stream_priorities to avoid a nested + loop (bsc#1012628). +- net: sunhme: Fix region request (bsc#1012628). +- octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync + packet (bsc#1012628). +- drm/i915/xelpmp: Consider GSI offset when doing MCR lookups + (bsc#1012628). +- ipv6: Add lwtunnel encap size of all siblings in nexthop + calculation (bsc#1012628). +- drm/i915: move a Kconfig symbol to unbreak the menu presentation + (bsc#1012628). +- Update config files. +- ptp: vclock: use mutex to fix "sleep on atomic" bug + (bsc#1012628). +- swiotlb: mark swiotlb_memblock_alloc() as __init (bsc#1012628). +- netfilter: x_tables: fix percpu counter block leak on error + path when creating new netns (bsc#1012628). +- netfilter: ctnetlink: make event listener tracking global + (bsc#1012628). +- netfilter: xt_length: use skb len to match in length_mt6 + (bsc#1012628). +- netfilter: ebtables: fix table blob use-after-free + (bsc#1012628). +- netfilter: ip6t_rpfilter: Fix regression with VRF interfaces + (bsc#1012628). +- netfilter: conntrack: fix rmmod double-free race (bsc#1012628). +- netfilter: ctnetlink: fix possible refcount leak in + ctnetlink_create_conntrack() (bsc#1012628). +- watchdog: sbsa_wdog: Make sure the timeout programming is + within the limits (bsc#1012628). +- watchdog: pcwd_usb: Fix attempting to access uninitialized + memory (bsc#1012628). +- watchdog: Fix kmemleak in watchdog_cdev_register (bsc#1012628). +- watchdog: at91sam9_wdt: use devm_request_irq to avoid missing + free_irq() in error path (bsc#1012628). +- watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M + (bsc#1012628). +- watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks + (bsc#1012628). +- f2fs: synchronize atomic write aborts (bsc#1012628). +- um: virt-pci: properly remove PCI device from bus (bsc#1012628). +- um: virtio_uml: move device breaking into workqueue + (bsc#1012628). +- um: virtio_uml: mark device as unregistered when breaking it + (bsc#1012628). +- um: virtio_uml: free command if adding to virtqueue failed + (bsc#1012628). +- x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list + (bsc#1012628). +- netfilter: nf_tables: allow to fetch set elements when table + has an owner (bsc#1012628). +- ext4: don't show commit interval if it is zero (bsc#1012628). +- ext4: use ext4_fc_tl_mem in fast-commit replay path + (bsc#1012628). +- f2fs: fix to set ipu policy (bsc#1012628). +- f2fs: introduce IS_F2FS_IPU_* macro (bsc#1012628). +- soc: qcom: stats: Populate all subsystem debugfs files + (bsc#1012628). +- f2fs: fix to update age extent in f2fs_do_zero_range() + (bsc#1012628). +- f2fs: fix to update age extent correctly during truncation + (bsc#1012628). +- f2fs: fix to avoid potential memory corruption in + __update_iostat_latency() (bsc#1012628). +- f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in + f2fs_compat_ioctl() (bsc#1012628). +- ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work + failed (bsc#1012628). +- ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() + (bsc#1012628). +- ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after + disabling fastmap (bsc#1012628). +- ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this + process (bsc#1012628). +- ubifs: ubifs_writepage: Mark page dirty after writing inode + failed (bsc#1012628). +- ubifs: dirty_cow_znode: Fix memleak in error handling path + (bsc#1012628). +- ubifs: Re-statistic cleaned znode count if commit failed + (bsc#1012628). +- ubi: Fix possible null-ptr-deref in ubi_free_volume() + (bsc#1012628). +- ubifs: Fix memory leak in alloc_wbufs() (bsc#1012628). +- ubi: Fix unreferenced object reported by kmemleak in + ubi_resize_volume() (bsc#1012628). +- ubi: Fix use-after-free when volume resizing failed + (bsc#1012628). +- ubifs: Reserve one leb for each journal head while doing budget + (bsc#1012628). +- ubifs: do_rename: Fix wrong space budget when target inode's + nlink > 1 (bsc#1012628). +- ubifs: Fix wrong dirty space budget for dirty inode + (bsc#1012628). +- ubifs: Rectify space budget for ubifs_xrename() (bsc#1012628). +- ubifs: Rectify space budget for ubifs_symlink() if symlink is + encrypted (bsc#1012628). +- ubifs: Fix memory leak in ubifs_sysfs_init() (bsc#1012628). +- ubifs: Fix build errors as symbol undefined (bsc#1012628). +- ubi: ensure that VID header offset + VID header size <= alloc, + size (bsc#1012628). +- um: vector: Fix memory leak in vector_config (bsc#1012628). +- f2fs: fix to abort atomic write only during do_exist() + (bsc#1012628). +- f2fs: allow set compression option of files without blocks + (bsc#1012628). +- fs: f2fs: initialize fsdata in pagecache_write() (bsc#1012628). +- f2fs: fix to do sanity check on extent cache correctly + (bsc#1012628). +- soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in + svs_init01() (bsc#1012628). +- soc: mediatek: mtk-svs: reset svs when svs_resume() fail + (bsc#1012628). +- soc: mediatek: mtk-svs: restore default voltages when + svs_init02() fail (bsc#1012628). +- f2fs: clear atomic_write_task in f2fs_abort_atomic_write() + (bsc#1012628). +- f2fs: introduce trace_f2fs_replace_atomic_write_block + (bsc#1012628). +- pwm: stm32-lp: fix the check on arr and cmp registers update + (bsc#1012628). +- pwm: sifive: Always let the first pwm_apply_state succeed + (bsc#1012628). +- soc: mediatek: mtk-svs: Enable the IRQ later (bsc#1012628). +- memory: renesas-rpc-if: Move resource acquisition to .probe() + (bsc#1012628). +- memory: renesas-rpc-if: Split-off private data from struct rpcif + (bsc#1012628). +- soc: qcom: socinfo: Fix soc_id order (bsc#1012628). +- soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power + on (bsc#1012628). +- objtool: Fix memory leak in create_static_call_sections() + (bsc#1012628). +- f2fs: fix to avoid potential deadlock (bsc#1012628). +- f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin + (bsc#1012628). +- driver: soc: xilinx: fix memory leak in + xlnx_add_cb_for_notify_event() (bsc#1012628). +- fs/jfs: fix shift exponent db_agl2size negative (bsc#1012628). +- auxdisplay: hd44780: Fix potential memory leak in + hd44780_remove() (bsc#1012628). +- net/sched: Retire tcindex classifier (bsc#1012628). +- Update config files. +- commit 72ee280 + +------------------------------------------------------------------- +Sat Mar 11 11:13:45 CET 2023 - jslaby@suse.cz + +- Linux 6.2.4 (bsc#1012628). +- Revert "blk-cgroup: dropping parent refcount after pd_free_fn() + is done" (bsc#1012628). +- Revert "blk-cgroup: synchronize pd_free_fn() from + blkg_free_workfn() and blkcg_deactivate_policy()" (bsc#1012628). +- commit 0532a55 + +------------------------------------------------------------------- +Sat Mar 11 09:42:58 CET 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.2.3-264-tap-tap_open-correctly-initialize-socket-uid.patch + (bsc#1012628 bsc#1208599 CVE-2023-1076). + Add a CVE reference. +- commit 99340b9 + +------------------------------------------------------------------- +Fri Mar 10 17:39:45 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch +- commit 60a3726 + +------------------------------------------------------------------- +Fri Mar 10 15:12:57 CET 2023 - msuchanek@suse.de + +- powerpc/mm: Fix false detection of read faults (bsc#1208864). +- commit 6635b6f + +------------------------------------------------------------------- +Fri Mar 10 09:59:40 CET 2023 - jslaby@suse.cz + +- Linux 6.2.3 (bsc#1012628). +- HID: asus: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: asus: use spinlock to safely schedule workers + (bsc#1012628). +- iommu/amd: Fix error handling for pdev_pri_ats_enable() + (bsc#1012628). +- iommu/amd: Skip attach device domain is same as new domain + (bsc#1012628). +- iommu/amd: Improve page fault error reporting (bsc#1012628). +- iommu: Attach device group to old domain in error path + (bsc#1012628). +- powerpc/mm: Rearrange if-else block to avoid clang warning + (bsc#1012628). +- ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI + controller" (bsc#1012628). +- ARM: OMAP2+: Fix memory leak in realtime_counter_init() + (bsc#1012628). +- arm64: dts: qcom: qcs404: use symbol names for PCIe resets + (bsc#1012628). +- arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to + wake up (bsc#1012628). +- arm64: dts: qcom: sm6115: Fix UFS node (bsc#1012628). +- arm64: dts: qcom: sm6115: Provide xo clk to rpmcc (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k + instead of 4k (bsc#1012628). +- arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix up the ramoops node (bsc#1012628). +- arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on + (bsc#1012628). +- arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards + (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on + PDX215 (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC + GPIOs (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys + (bsc#1012628). +- arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state + (bsc#1012628). +- arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match + bindings (bsc#1012628). +- arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down) + (bsc#1012628). +- arm64: dts: imx8m: Align SoC unique ID node unit address + (bsc#1012628). +- ARM: zynq: Fix refcount leak in zynq_early_slcr_init + (bsc#1012628). +- fs: dlm: fix return value check in dlm_memory_init() + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt + pin name (bsc#1012628). +- arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec + interrupt pin name (bsc#1012628). +- x86/acpi/boot: Do not register processors that cannot be + onlined for x2APIC (bsc#1012628). +- arm64: dts: qcom: sc7180: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc7280: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: sdm845: make DP node follow the schema + (bsc#1012628). +- arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply + from DSI PHY (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name + (bsc#1012628). +- arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names + (bsc#1012628). +- arm64: dts: meson-gx: Fix Ethernet MAC address unit name + (bsc#1012628). +- arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name + (bsc#1012628). +- arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit + address (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix clocks for McSPI + (bsc#1012628). +- arm64: tegra: Fix duplicate regulator on Jetson TX1 + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem + (bsc#1012628). +- arm64: dts: qcom: msm8956: use SoC-specific compat for tsens + (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output + names (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges + (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe node (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock + names (bsc#1012628). +- arm64: dts: meson: remove CPU opps below 1GHz for G12A boards + (bsc#1012628). +- ARM: OMAP1: call platform_device_put() in error case in + omap1_dm_timer_init() (bsc#1012628). +- arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken + (bsc#1012628). +- ARM: bcm2835_defconfig: Enable the framebuffer (bsc#1012628). +- ARM: s3c: fix s3c64xx_set_timer_source prototype (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix wakeup pinmux range (bsc#1012628). +- ARM: dts: exynos: correct wr-active property in Exynos3250 + Rinato (bsc#1012628). +- ARM: imx: Call ida_simple_remove() for ida_simple_get + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing SCPI sensors + compatible (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply + name of USB controller node (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid + clock-names property (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing unit address to + rng node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: + fix invalid rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid + rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl: add missing unit address to + eth-phy-mux node name (bsc#1012628). +- arm64: dts: amlogic: meson-gx-libretech-pc: fix update button + name (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node + names (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node + name (bsc#1012628). +- arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name + (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 + pmic properties (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan + thermal trip (bsc#1012628). +- locking/rwsem: Disable preemption in all down_read*() and + up_read() code paths (bsc#1012628). +- arm64: tegra: Mark host1x as dma-coherent on Tegra194/234 + (bsc#1012628). +- arm64: dts: renesas: beacon-renesom: Fix gpio expander reference + (bsc#1012628). +- arm64: dts: meson: radxa-zero: allow usb otg mode (bsc#1012628). +- arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN + (bsc#1012628). +- ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference + (bsc#1012628). +- ublk_drv: remove nr_aborted_queues from ublk_device + (bsc#1012628). +- ublk_drv: don't probe partitions if the ubq daemon isn't trusted + (bsc#1012628). +- ARM: dts: imx7s: correct iomuxc gpr mux controller cells + (bsc#1012628). +- sbitmap: remove redundant check in __sbitmap_queue_get_batch + (bsc#1012628). +- sbitmap: correct wake_batch recalculation to avoid potential + IO hung (bsc#1012628). +- arm64: dts: mt8195: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8192: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8186: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt7986: Fix watchdog compatible + (bsc#1012628). +- ARM: dts: stm32: Update part number NVMEM description on + stm32mp131 (bsc#1012628). +- arm64: dts: qcom: sm8450-nagara: Correct firmware paths + (bsc#1012628). +- blk-mq: avoid sleep in blk_mq_alloc_request_hctx (bsc#1012628). +- blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx + (bsc#1012628). +- blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait + (bsc#1012628). +- blk-mq: Fix potential io hung for shared sbitmap per tagset + (bsc#1012628). +- blk-mq: correct stale comment of .get_budget (bsc#1012628). +- arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input + (bsc#1012628). +- arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to + RPM_SMD_XO_CLK_SRC (bsc#1012628). +- arm64: dts: qcom: sm8350: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: sm8450: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps + with the SMEM and MPSS memory regions (bsc#1012628). +- arm64: dts: qcom: msm8953: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators + (bsc#1012628). +- s390/dasd: Fix potential memleak in dasd_eckd_init() + (bsc#1012628). +- io_uring,audit: don't log IORING_OP_MADVISE (bsc#1012628). +- sched/rt: pick_next_rt_entity(): check list_entry (bsc#1012628). +- perf/x86/intel/ds: Fix the conversion from TSC to perf time + (bsc#1012628). +- x86/perf/zhaoxin: Add stepping check for ZXC (bsc#1012628). +- KEYS: asymmetric: Fix ECDSA use via keyctl uapi (bsc#1012628). +- block: ublk: check IO buffer based on flag need_get_data + (bsc#1012628). +- arm64: dts: qcom: pmk8350: Use the correct PON compatible + (bsc#1012628). +- erofs: relinquish volume with mutex held (bsc#1012628). +- block: sync mixed merged request's failfast with 1st bio's + (bsc#1012628). +- block: Fix io statistics for cgroup in throttle path + (bsc#1012628). +- block: bio-integrity: Copy flags when bio_integrity_payload + is cloned (bsc#1012628). +- block: use proper return value from bio_failfast() + (bsc#1012628). +- wifi: mt76: mt7915: add missing of_node_put() (bsc#1012628). +- wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host + (bsc#1012628). +- wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks + (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_ie_countdown() (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_rx_radar_detected() (bsc#1012628). +- wifi: mt76: mt7996: fix integer handling issue of + mt7996_rf_regval_set() (bsc#1012628). +- wifi: mt76: mt7915: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7996: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7915: drop always true condition of + __mt7915_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: drop always true condition of + __mt7996_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: fix endianness warning in + mt7996_mcu_sta_he_tlv (bsc#1012628). +- wifi: mt76: mt76x0: fix oob access in + mt76x0_phy_get_target_power (bsc#1012628). +- wifi: mt76: mt7996: fix unintended sign extension of + mt7996_hw_queue_read() (bsc#1012628). +- wifi: mt76: mt7915: fix unintended sign extension of + mt7915_hw_queue_read() (bsc#1012628). +- wifi: mt76: fix coverity uninit_use_in_call in + mt76_connac2_reverse_frag0_hdr_trans() (bsc#1012628). +- wifi: mt76: mt7921: resource leaks at + mt7921_check_offload_capability() (bsc#1012628). +- wifi: rsi: Fix memory leak in rsi_coex_attach() (bsc#1012628). +- wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8723be: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: iwlegacy: common: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: fix memory leak in lbs_init_adapter() + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field + priv->cck_agc_report_type (bsc#1012628). +- wifi: rtl8xxxu: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DACK setting (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DPK settings (bsc#1012628). +- wifi: rtlwifi: Fix global-out-of-bounds bug in + _rtl8812ae_phy_set_txpower_limit() (bsc#1012628). +- libbpf: Fix single-line struct definition output in btf_dump + (bsc#1012628). +- libbpf: Fix btf__align_of() by taking into account field offsets + (bsc#1012628). +- wifi: ipw2x00: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: ipw2200: fix memory leak in ipw_wdev_init() (bsc#1012628). +- wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() + (bsc#1012628). +- wifi: wilc1000: add missing unregister_netdev() in + wilc_netdev_ifc_init() (bsc#1012628). +- wifi: brcmfmac: fix potential memory leak in + brcmf_netdev_start_xmit() (bsc#1012628). +- wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid() + (bsc#1012628). +- wifi: libertas_tf: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: if_usb: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: main: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: cmdresp: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: wl3501_cs: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- libbpf: Fix invalid return address register in s390 + (bsc#1012628). +- crypto: x86/ghash - fix unaligned access in ghash_setkey() + (bsc#1012628). +- crypto: ux500 - update debug config after ux500 cryp driver + removal (bsc#1012628). +- ACPICA: Drop port I/O validation for some regions (bsc#1012628). +- genirq: Fix the return type of kstat_cpu_irqs_sum() + (bsc#1012628). +- rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu + purpose (bsc#1012628). +- rcu-tasks: Remove preemption disablement around + srcu_read_[un]lock() calls (bsc#1012628). +- rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() + (bsc#1012628). +- lib/mpi: Fix buffer overrun when SG is too long (bsc#1012628). +- crypto: ccp - Avoid page allocation failure warning for + SEV_GET_ID2 (bsc#1012628). +- platform/chrome: cros_ec_typec: Update port DP VDO + (bsc#1012628). +- ACPICA: nsrepair: handle cases without a return value correctly + (bsc#1012628). +- libbpf: Fix map creation flags sanitization (bsc#1012628). +- selftests/xsk: print correct payload for packet dump + (bsc#1012628). +- selftests/xsk: print correct error codes when exiting + (bsc#1012628). +- arm64/cpufeature: Fix field sign for DIT hwcap detection + (bsc#1012628). +- arm64/sysreg: Fix errors in 32 bit enumeration values + (bsc#1012628). +- kselftest/arm64: Fix syscall-abi for systems without 128 bit + SME (bsc#1012628). +- workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex + (bsc#1012628). +- s390/early: fix sclp_early_sccb variable lifetime (bsc#1012628). +- s390/vfio-ap: fix an error handling path in + vfio_ap_mdev_probe_queue() (bsc#1012628). +- x86/signal: Fix the value returned by strict_sas_size() + (bsc#1012628). +- thermal/drivers/tsens: Drop msm8976-specific defines + (bsc#1012628). +- thermal/drivers/tsens: Sort out msm8976 vs msm8956 data + (bsc#1012628). +- thermal/drivers/tsens: fix slope values for msm8939 + (bsc#1012628). +- thermal/drivers/tsens: limit num_sensors to 9 for msm8939 + (bsc#1012628). +- wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() + (bsc#1012628). +- wifi: rtw89: Add missing check for alloc_workqueue + (bsc#1012628). +- wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU + (bsc#1012628). +- wifi: orinoco: check return value of hermes_write_wordrec() + (bsc#1012628). +- wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter() + (bsc#1012628). +- wifi: rtw88: Use non-atomic sta iterator in + rtw_ra_mask_info_update() (bsc#1012628). +- thermal/drivers/imx_sc_thermal: Fix the loop condition + (bsc#1012628). +- wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there + is no callback function (bsc#1012628). +- wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() + fails (bsc#1012628). +- wifi: ath9k: Fix potential stack-out-of-bounds write in + ath9k_wmi_rsp_callback() (bsc#1012628). +- wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup + (bsc#1012628). +- wifi: cfg80211: Fix extended KCK key length check in + nl80211_set_rekey_data() (bsc#1012628). +- ACPI: battery: Fix missing NUL-termination with large strings + (bsc#1012628). +- selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m + (bsc#1012628). +- crypto: ccp - Failure on re-initialization due to duplicate + sysfs filename (bsc#1012628). +- crypto: essiv - Handle EBUSY correctly (bsc#1012628). +- crypto: seqiv - Handle EBUSY correctly (bsc#1012628). +- powercap: fix possible name leak in powercap_register_zone() + (bsc#1012628). +- bpf: Fix state pruning for STACK_DYNPTR stack slots + (bsc#1012628). +- bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR + (bsc#1012628). +- bpf: Fix partial dynptr stack slot reads/writes (bsc#1012628). +- x86/microcode: Add a parameter to microcode_check() to store + CPU capabilities (bsc#1012628). +- x86/microcode: Check CPU capabilities after late microcode + update correctly (bsc#1012628). +- x86/microcode: Adjust late loading result reporting message + (bsc#1012628). +- net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action + (bsc#1012628). +- selftests/bpf: Fix vmtest static compilation error + (bsc#1012628). +- crypto: xts - Handle EBUSY correctly (bsc#1012628). +- leds: led-class: Add missing put_device() to led_put() + (bsc#1012628). +- drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size + (bsc#1012628). +- s390/bpf: Add expoline to tail calls (bsc#1012628). +- wifi: iwlwifi: mei: fix compilation errors in rfkill() + (bsc#1012628). +- kselftest/arm64: Fix enumeration of systems without 128 bit SME + (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U CAN mode selection (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses + (bsc#1012628). +- selftests/bpf: Initialize tc in xdp_synproxy (bsc#1012628). +- crypto: ccp - Flush the SEV-ES TMR memory before giving it to + firmware (bsc#1012628). +- bpftool: profile online CPUs instead of possible (bsc#1012628). +- wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc + (bsc#1012628). +- wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() + only after init_work (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling + (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_thermal_temp_store() + (bsc#1012628). +- wifi: mt76: mt7921: fix channel switch fail in monitor mode + (bsc#1012628). +- wifi: mt76: mt7996: fix chainmask calculation in + mt7996_set_antenna() (bsc#1012628). +- wifi: mt76: mt7996: update register for CFEND_RATE + (bsc#1012628). +- wifi: mt76: connac: fix POWER_CTRL command name typo + (bsc#1012628). +- wifi: mt76: mt7921: fix invalid remain_on_channel duration + (bsc#1012628). +- wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit + (bsc#1012628). +- wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit + (bsc#1012628). +- wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup + (bsc#1012628). +- wifi: mt76: fix switch default case in + mt7996_reverse_frag0_hdr_trans (bsc#1012628). +- wifi: mt76: mt7915: fix WED TxS reporting (bsc#1012628). +- wifi: mt76: add memory barrier to SDIO queue kick (bsc#1012628). +- wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read + (bsc#1012628). +- wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val + (bsc#1012628). +- net/mlx5: Enhance debug print in page allocation failure + (bsc#1012628). +- irqchip: Fix refcount leak in platform_irqchip_probe + (bsc#1012628). +- irqchip/alpine-msi: Fix refcount leak in + alpine_msix_init_domains (bsc#1012628). +- irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe + (bsc#1012628). +- irqchip/ti-sci: Fix refcount leak in + ti_sci_intr_irq_domain_probe (bsc#1012628). +- s390/mem_detect: fix detect_memory() error handling + (bsc#1012628). +- s390/vmem: fix empty page tables cleanup under KASAN + (bsc#1012628). +- s390/boot: cleanup decompressor header files (bsc#1012628). +- s390/mem_detect: rely on diag260() if sclp_early_get_memsize() + fails (bsc#1012628). +- s390/boot: fix mem_detect extended area allocation + (bsc#1012628). +- net: add sock_init_data_uid() (bsc#1012628). +- tun: tun_chr_open(): correctly initialize socket uid + (bsc#1012628). +- tap: tap_open(): correctly initialize socket uid (bsc#1012628). +- rxrpc: Fix overwaking on call poking (bsc#1012628). +- OPP: fix error checking in opp_migrate_dentry() (bsc#1012628). +- cpufreq: davinci: Fix clk use after free (bsc#1012628). +- Bluetooth: hci_conn: Refactor hci_bind_bis() since it always + succeeds (bsc#1012628). +- Bluetooth: L2CAP: Fix potential user-after-free (bsc#1012628). +- Bluetooth: hci_qca: get wakeup status from serdev device handle + (bsc#1012628). +- net: ipa: generic command param fix (bsc#1012628). +- s390: vfio-ap: tighten the NIB validity check (bsc#1012628). +- s390/ap: fix status returned by ap_aqic() (bsc#1012628). +- s390/ap: fix status returned by ap_qact() (bsc#1012628). +- libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() + (bsc#1012628). +- xen/grant-dma-iommu: Implement a dummy probe_device() callback + (bsc#1012628). +- rds: rds_rm_zerocopy_callback() correct order for + list_add_tail() (bsc#1012628). +- crypto: rsa-pkcs1pad - Use akcipher_request_complete + (bsc#1012628). +- m68k: /proc/hardware should depend on PROC_FS (bsc#1012628). +- RISC-V: time: initialize hrtimer based broadcast clock event + device (bsc#1012628). +- clocksource/drivers/riscv: Patch riscv_clock_next_event() + jump before first use (bsc#1012628). +- wifi: iwl3945: Add missing check for + create_singlethread_workqueue (bsc#1012628). +- wifi: iwl4965: Add missing check for + create_singlethread_workqueue() (bsc#1012628). +- wifi: brcmfmac: Rename Cypress 89459 to BCM4355 (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4355 + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4377 + (bsc#1012628). +- wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection + (bsc#1012628). +- wifi: mwifiex: fix loop iterator in + mwifiex_update_ampdu_txwinsize() (bsc#1012628). +- wifi: rtw89: fix parsing offset for MCC C2H (bsc#1012628). +- selftests/bpf: Fix out-of-srctree build (bsc#1012628). +- ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 + models (bsc#1012628). +- ACPI: resource: Do IRQ override on all TongFang GMxRGxx + (bsc#1012628). +- crypto: octeontx2 - Fix objects shared between several modules + (bsc#1012628). +- crypto: crypto4xx - Call dma_unmap_page when done (bsc#1012628). +- vfio/ccw: remove WARN_ON during shutdown (bsc#1012628). +- wifi: mac80211: move color collision detection report in a + delayed work (bsc#1012628). +- wifi: mac80211: make rate u32 in sta_set_rate_info_rx() + (bsc#1012628). +- wifi: mac80211: fix non-MLO station association (bsc#1012628). +- wifi: mac80211: Don't translate MLD addresses for multicast + (bsc#1012628). +- wifi: mac80211: avoid u32_encode_bits() warning (bsc#1012628). +- wifi: mac80211: fix off-by-one link setting (bsc#1012628). +- tools/lib/thermal: Fix thermal_sampling_exit() (bsc#1012628). +- thermal/drivers/hisi: Drop second sensor hi3660 (bsc#1012628). +- selftests/bpf: Fix map_kptr test (bsc#1012628). +- wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta() + (bsc#1012628). +- bpf: Zeroing allocated object from slab in bpf memory allocator + (bsc#1012628). +- selftests/bpf: Fix xdp_do_redirect on s390x (bsc#1012628). +- can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits + in case of a bus error (bsc#1012628). +- can: esd_usb: Make use of can_change_state() and relocate + checking skb for NULL (bsc#1012628). +- xsk: check IFF_UP earlier in Tx path (bsc#1012628). +- LoongArch, bpf: Use 4 instructions for function address in JIT + (bsc#1012628). +- bpf: Fix global subprog context argument resolution logic + (bsc#1012628). +- irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- net/smc: fix potential panic dues to unprotected + smc_llc_srv_add_link() (bsc#1012628). +- net/smc: fix application data exception (bsc#1012628). +- selftests/net: Interpret UDP_GRO cmsg data as an int value + (bsc#1012628). +- l2tp: Avoid possible recursive deadlock in + l2tp_tunnel_register() (bsc#1012628). +- net: bcmgenet: fix MoCA LED control (bsc#1012628). +- net: lan966x: Fix possible deadlock inside PTP (bsc#1012628). +- net/mlx4_en: Introduce flexible array to silence overflow + warning (bsc#1012628). +- net/mlx5e: Align IPsec ASO result memory to be as required by + hardware (bsc#1012628). +- selftest: fib_tests: Always cleanup before exit (bsc#1012628). +- sefltests: netdevsim: wait for devlink instance after netns + removal (bsc#1012628). +- drm: Fix potential null-ptr-deref due to drmm_mode_config_init() + (bsc#1012628). +- drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to + match spec (bsc#1012628). +- drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC + (bsc#1012628). +- drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC + (bsc#1012628). +- drm/bridge: megachips: Fix error handling in + i2c_register_driver() (bsc#1012628). +- drm/vkms: Fix memory leak in vkms_init() (bsc#1012628). +- drm/vkms: Fix null-ptr-deref in vkms_release() (bsc#1012628). +- drm/modes: Use strscpy() to copy command-line mode name + (bsc#1012628). +- drm/vc4: dpi: Fix format mapping for RGB565 (bsc#1012628). +- drm/bridge: it6505: Guard bridge power in IRQ handler + (bsc#1012628). +- drm: tidss: Fix pixel format definition (bsc#1012628). +- gpu: ipu-v3: common: Add of_node_put() for reference returned + by of_graph_get_port_by_id() (bsc#1012628). +- drm/ast: Init iosys_map pointer as I/O memory for damage + handling (bsc#1012628). +- drm/vc4: drop all currently held locks if deadlock happens + (bsc#1012628). +- hwmon: (ftsteutates) Fix scaling of measurements (bsc#1012628). +- drm/msm/dpu: check for null return of devm_kzalloc() in + dpu_writeback_init() (bsc#1012628). +- drm/msm/hdmi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- pinctrl: qcom: pinctrl-msm8976: Correct function names for + wcss pins (bsc#1012628). +- pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain + (bsc#1012628). +- pinctrl: rockchip: Fix refcount leak in + rockchip_pinctrl_parse_groups (bsc#1012628). +- drm/vc4: hvs: Configure the HVS COB allocations (bsc#1012628). +- drm/vc4: hvs: Set AXI panic modes (bsc#1012628). +- drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4 + (bsc#1012628). +- drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5 + (bsc#1012628). +- drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5 + (bsc#1012628). +- drm/vc4: hdmi: Correct interlaced timings again (bsc#1012628). +- drm/msm: clean event_thread->worker in case of an error + (bsc#1012628). +- drm/panel-edp: fix name for IVO product id 854b (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription for management + commands (bsc#1012628). +- scsi: qla2xxx: edif: Fix clang warning (bsc#1012628). +- ASoC: fsl_sai: initialize is_dsp_mode flag (bsc#1012628). +- drm/bridge: tc358767: Set default CLRSIPO count (bsc#1012628). +- drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup() + (bsc#1012628). +- ALSA: hda/ca0132: minor fix for allocation size (bsc#1012628). +- drm/amdgpu: Use the sched from entity for amdgpu_cs trace + (bsc#1012628). +- drm/msm/gem: Add check for kmalloc (bsc#1012628). +- drm/msm/dpu: Disallow unallocated resources to be returned + (bsc#1012628). +- drm/bridge: lt9611: fix sleep mode setup (bsc#1012628). +- drm/bridge: lt9611: fix HPD reenablement (bsc#1012628). +- drm/bridge: lt9611: fix polarity programming (bsc#1012628). +- drm/bridge: lt9611: fix programming of video modes + (bsc#1012628). +- drm/bridge: lt9611: fix clock calculation (bsc#1012628). +- drm/bridge: lt9611: pass a pointer to the of node (bsc#1012628). +- regulator: tps65219: use IS_ERR() to detect an error pointer + (bsc#1012628). +- drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness + (bsc#1012628). +- drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags (bsc#1012628). +- drm/msm/dsi: Allow 2 CTRLs on v2.5.0 (bsc#1012628). +- scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096 + (bsc#1012628). +- drm/msm/dpu: sc7180: add missing WB2 clock control + (bsc#1012628). +- drm/msm: use strscpy instead of strncpy (bsc#1012628). +- drm/msm/dpu: Add check for cstate (bsc#1012628). +- drm/msm/dpu: Add check for pstates (bsc#1012628). +- drm/msm/mdp5: Add check for kzalloc (bsc#1012628). +- habanalabs: bugs fixes in timestamps buff alloc (bsc#1012628). +- pinctrl: bcm2835: Remove of_node_put() in + bcm2835_of_gpio_ranges_fallback() (bsc#1012628). +- pinctrl: mediatek: Initialize variable pullen and pullup to zero + (bsc#1012628). +- pinctrl: mediatek: Initialize variable *buf to zero + (bsc#1012628). +- gpu: host1x: Fix mask for syncpoint increment register + (bsc#1012628). +- gpu: host1x: Don't skip assigning syncpoints to channels + (bsc#1012628). +- drm/tegra: firewall: Check for is_addr_reg existence in IMM + check (bsc#1012628). +- drm/i915/mtl: Add initial gt workarounds (bsc#1012628). +- drm/i915/xehp: GAM registers don't need to be re-applied on + engine resets (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as + interrupts (bsc#1012628). +- drm/i915/xehp: Annotate a couple more workaround registers as + MCR (bsc#1012628). +- drm/msm/dpu: set pdpu->is_rt_pipe early in + dpu_plane_sspp_atomic_update() (bsc#1012628). +- drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending + cmd (bsc#1012628). +- drm/mediatek: Use NULL instead of 0 for NULL pointer + (bsc#1012628). +- drm/mediatek: Drop unbalanced obj unref (bsc#1012628). +- drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc + (bsc#1012628). +- drm/mediatek: Clean dangling pointer on bind error path + (bsc#1012628). +- ASoC: soc-compress.c: fixup private_data on + snd_soc_new_compress() (bsc#1012628). +- dt-bindings: display: mediatek: Fix the fallback for + mediatek,mt8186-disp-ccorr (bsc#1012628). +- gpio: pca9570: rename platform_data to chip_data (bsc#1012628). +- gpio: vf610: connect GPIO label to dev name (bsc#1012628). +- ASoC: topology: Properly access value coming from topology file + (bsc#1012628). +- spi: dw_bt1: fix MUX_MMIO dependencies (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls which rely on rsr register + (bsc#1012628). +- ASoC: mchp-spdifrx: fix return value in case completion times + out (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls that works with completion + mechanism (bsc#1012628). +- ASoC: mchp-spdifrx: disable all interrupts in + mchp_spdifrx_dai_remove() (bsc#1012628). +- dm: improve shrinker debug names (bsc#1012628). +- regmap: apply reg_base and reg_downshift for single register + ops (bsc#1012628). +- accel: fix CONFIG_DRM dependencies (bsc#1012628). +- ASoC: rsnd: fixup #endif position (bsc#1012628). +- ASoC: mchp-spdifrx: Fix uninitialized use of mr in + mchp_spdifrx_hw_params() (bsc#1012628). +- ASoC: dt-bindings: meson: fix gx-card codec node regex + (bsc#1012628). +- regulator: tps65219: use generic set_bypass() (bsc#1012628). +- hwmon: (asus-ec-sensors) add missing mutex path (bsc#1012628). +- hwmon: (ltc2945) Handle error case in ltc2945_value_store + (bsc#1012628). +- ALSA: hda: Fix the control element identification for multiple + codecs (bsc#1012628). +- drm/amdgpu: fix enum odm_combine_mode mismatch (bsc#1012628). +- scsi: mpt3sas: Fix a memory leak (bsc#1012628). +- scsi: aic94xx: Add missing check for dma_map_single() + (bsc#1012628). +- HID: multitouch: Add quirks for flipped axes (bsc#1012628). +- HID: retain initial quirks set up when creating HID devices + (bsc#1012628). +- ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already + prepared (bsc#1012628). +- ASoC: qcom: q6apm-dai: fix race condition while updating the + position pointer (bsc#1012628). +- ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- ASoC: codecs: lpass: register mclk after runtime pm + (bsc#1012628). +- ASoC: codecs: lpass: fix incorrect mclk rate (bsc#1012628). +- drm/amd/display: don't call dc_interrupt_set() for disabled + crtcs (bsc#1012628). +- HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support + (bsc#1012628). +- spi: bcm63xx-hsspi: Fix multi-bit mode setting (bsc#1012628). +- hwmon: (mlxreg-fan) Return zero speed for broken fan + (bsc#1012628). +- ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init + (bsc#1012628). +- dm: remove flush_scheduled_work() during local_exit() + (bsc#1012628). +- nfs4trace: fix state manager flag printing (bsc#1012628). +- NFS: fix disabling of swap (bsc#1012628). +- drm/i915/pvc: Implement recommended caching policy + (bsc#1012628). +- drm/i915/pvc: Annotate two more workaround/tuning registers + as MCR (bsc#1012628). +- drm/i915: Fix GEN8_MISCCPCTL (bsc#1012628). +- spi: synquacer: Fix timeout handling in + synquacer_spi_transfer_one() (bsc#1012628). +- ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not + declared (bsc#1012628). +- HID: bigben: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: bigben_worker() remove unneeded check on report_field + (bsc#1012628). +- HID: bigben: use spinlock to safely schedule workers + (bsc#1012628). +- hid: bigben_probe(): validate report count (bsc#1012628). +- ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU + Macbooks (bsc#1012628). +- drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt() + (bsc#1012628). +- NFSD: enhance inter-server copy cleanup (bsc#1012628). +- NFSD: fix leaked reference count of nfsd4_ssc_umount_item + (bsc#1012628). +- nfsd: fix race to check ls_layouts (bsc#1012628). +- nfsd: clean up potential nfsd_file refcount leaks in COPY + codepath (bsc#1012628). +- NFSD: fix problems with cleanup on errors in nfsd4_copy + (bsc#1012628). +- nfsd: fix courtesy client with deny mode handling in + nfs4_upgrade_open (bsc#1012628). +- nfsd: don't fsync nfsd_files on last close (bsc#1012628). +- NFSD: copy the whole verifier in nfsd_copy_write_verifier + (bsc#1012628). +- cifs: Fix lost destroy smbd connection when MR allocate failed + (bsc#1012628). +- cifs: Fix warning and UAF when destroy the MR list + (bsc#1012628). +- cifs: use tcon allocation functions even for dummy tcon + (bsc#1012628). +- gfs2: jdata writepage fix (bsc#1012628). +- perf llvm: Fix inadvertent file creation (bsc#1012628). +- leds: led-core: Fix refcount leak in of_led_get() (bsc#1012628). +- leds: is31fl319x: Wrap mutex_destroy() for + devm_add_action_or_rest() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Make sure we have the GPIO + providing driver (bsc#1012628). +- tools/tracing/rtla: osnoise_hist: use total duration for + average calculation (bsc#1012628). +- perf inject: Use perf_data__read() for auxtrace (bsc#1012628). +- perf intel-pt: Do not try to queue auxtrace data on pipe + (bsc#1012628). +- perf stat: Hide invalid uncore event output for aggr mode + (bsc#1012628). +- perf jevents: Correct bad character encoding (bsc#1012628). +- perf test bpf: Skip test if kernel-debuginfo is not present + (bsc#1012628). +- perf tools: Fix auto-complete on aarch64 (bsc#1012628). +- perf stat: Avoid merging/aggregating metric counts twice + (bsc#1012628). +- sparc: allow PM configs for sparc32 COMPILE_TEST (bsc#1012628). +- selftests: find echo binary to use -ne options (bsc#1012628). +- selftests/ftrace: Fix bash specific "==" operator (bsc#1012628). +- selftests: use printf instead of echo -ne (bsc#1012628). +- perf record: Fix segfault with --overwrite and --max-size + (bsc#1012628). +- printf: fix errname.c list (bsc#1012628). +- perf tests stat_all_metrics: Change true workload to sleep + workload for system wide check (bsc#1012628). +- objtool: add UACCESS exceptions for __tsan_volatile_read/write + (bsc#1012628). +- selftests/ftrace: Fix probepoint testcase to ignore __pfx_* + symbols (bsc#1012628). +- sysctl: fix proc_dobool() usability (bsc#1012628). +- mfd: rk808: Re-add rk808-clkout to RK818 (bsc#1012628). +- mfd: cs5535: Don't build on UML (bsc#1012628). +- mfd: pcf50633-adc: Fix potential memleak in + pcf50633_adc_async_read() (bsc#1012628). +- dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 + (bsc#1012628). +- RDMA/erdma: Fix refcount leak in erdma_mmap (bsc#1012628). +- dmaengine: HISI_DMA should depend on ARCH_HISI (bsc#1012628). +- RDMA/hns: Fix refcount leak in hns_roce_mmap (bsc#1012628). +- iio: light: tsl2563: Do not hardcode interrupt trigger type + (bsc#1012628). +- usb: gadget: fusb300_udc: free irq on the error path in + fusb300_probe() (bsc#1012628). +- i2c: designware: fix i2c_dw_clk_rate() return size to be u32 + (bsc#1012628). +- i2c: qcom-geni: change i2c_master_hub to static (bsc#1012628). +- soundwire: cadence: Don't overflow the command FIFOs + (bsc#1012628). +- driver core: fix potential null-ptr-deref in device_add() + (bsc#1012628). +- kobject: Fix slab-out-of-bounds in fill_kobj_path() + (bsc#1012628). +- alpha/boot/tools/objstrip: fix the check for ELF header + (bsc#1012628). +- media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible() + (bsc#1012628). +- media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU + (bsc#1012628). +- media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX (bsc#1012628). +- media: uvcvideo: Refactor power_line_frequency_controls_limited + (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR + (bsc#1012628). +- coresight: cti: Prevent negative values of enable count + (bsc#1012628). +- coresight: cti: Add PM runtime call in enable_store + (bsc#1012628). +- usb: typec: intel_pmc_mux: Don't leak the ACPI device reference + count (bsc#1012628). +- PCI/IOV: Enlarge virtfn sysfs name buffer (bsc#1012628). +- PCI: switchtec: Return -EFAULT for copy_to_user() errors + (bsc#1012628). +- PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() + num_mws kernel-doc (bsc#1012628). +- hwtracing: hisi_ptt: Only add the supported devices to the + filters list (bsc#1012628). +- tty: serial: fsl_lpuart: disable Rx/Tx DMA in + lpuart32_shutdown() (bsc#1012628). +- tty: serial: fsl_lpuart: clear LPUART Status Register in + lpuart32_shutdown() (bsc#1012628). +- serial: tegra: Add missing clk_disable_unprepare() in + tegra_uart_hw_init() (bsc#1012628). +- Revert "char: pcmcia: cm4000_cs: Replace mdelay with + usleep_range in set_protocol" (bsc#1012628). +- eeprom: idt_89hpesx: Fix error handling in idt_init() + (bsc#1012628). +- applicom: Fix PCI device refcount leak in applicom_init() + (bsc#1012628). +- firmware: stratix10-svc: add missing gen_pool_destroy() in + stratix10_svc_drv_probe() (bsc#1012628). +- firmware: stratix10-svc: fix error handle while alloc/add + device failed (bsc#1012628). +- VMCI: check context->notify_page after call to + get_user_pages_fast() to avoid GPF (bsc#1012628). +- mei: pxp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc/mei/hdcp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc: fastrpc: Fix an error handling path in + fastrpc_rpmsg_probe() (bsc#1012628). +- iommu/exynos: Fix error handling in exynos_iommu_init() + (bsc#1012628). +- driver core: fix resource leak in device_add() (bsc#1012628). +- driver core: location: Free struct acpi_pld_info *pld before + return false (bsc#1012628). +- drivers: base: transport_class: fix possible memory leak + (bsc#1012628). +- drivers: base: transport_class: fix resource leak when + transport_add_device() fails (bsc#1012628). +- firmware: dmi-sysfs: Fix null-ptr-deref in + dmi_sysfs_register_handle (bsc#1012628). +- selftests: iommu: Fix test_cmd_destroy_access() call in + user_copy (bsc#1012628). +- iommufd: Add three missing structures in ucmd_buffer + (bsc#1012628). +- fotg210-udc: Add missing completion handler (bsc#1012628). +- dmaengine: dw-edma: Fix missing src/dst address of interleaved + xfers (bsc#1012628). +- fpga: microchip-spi: move SPI I/O buffers out of stack + (bsc#1012628). +- fpga: microchip-spi: rewrite status polling in a time measurable + way (bsc#1012628). +- usb: early: xhci-dbc: Fix a potential out-of-bound memory access + (bsc#1012628). +- tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx + dma case (bsc#1012628). +- RDMA/cxgb4: add null-ptr-check after ip_dev_find() + (bsc#1012628). +- usb: musb: mediatek: don't unregister something that wasn't + registered (bsc#1012628). +- usb: gadget: configfs: Restrict symlink creation is UDC already + binded (bsc#1012628). +- phy: mediatek: remove temporary variable @mask_ (bsc#1012628). +- PCI: mt7621: Delay phy ports initialization (bsc#1012628). +- iommu/vt-d: Set No Execute Enable bit in PASID table entry + (bsc#1012628). +- power: supply: remove faulty cooling logic (bsc#1012628). +- RDMA/siw: Fix user page pinning accounting (bsc#1012628). +- RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() + (bsc#1012628). +- usb: max-3421: Fix setting of I/O pins (bsc#1012628). +- RDMA/irdma: Cap MSIX used to online CPUs + 1 (bsc#1012628). +- serial: fsl_lpuart: fix RS485 RTS polariy inverse issue + (bsc#1012628). +- tty: serial: imx: disable Ageing Timer interrupt request irq + (bsc#1012628). +- driver core: fw_devlink: Add DL_FLAG_CYCLE support to device + links (bsc#1012628). +- driver core: fw_devlink: Don't purge child fwnode's consumer + links (bsc#1012628). +- driver core: fw_devlink: Allow marking a fwnode link as being + part of a cycle (bsc#1012628). +- driver core: fw_devlink: Consolidate device link flag + computation (bsc#1012628). +- driver core: fw_devlink: Improve check for fwnode with no + device/driver (bsc#1012628). +- driver core: fw_devlink: Make cycle detection more robust + (bsc#1012628). +- mtd: mtdpart: Don't create platform device that'll never probe + (bsc#1012628). +- usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev + (bsc#1012628). +- dmaengine: dw-edma: Fix readq_ch() return value truncation + (bsc#1012628). +- PCI: Fix dropping valid root bus resources with .end = zero + (bsc#1012628). +- phy: rockchip-typec: fix tcphy_get_mode error case + (bsc#1012628). +- PCI: qcom: Fix host-init error handling (bsc#1012628). +- iw_cxgb4: Fix potential NULL dereference in + c4iw_fill_res_cm_id_entry() (bsc#1012628). +- iommu: Fix error unwind in iommu_group_alloc() (bsc#1012628). +- iommu/amd: Do not identity map v2 capable device when snp is + enabled (bsc#1012628). +- dmaengine: sf-pdma: pdma_desc memory leak fix (bsc#1012628). +- dmaengine: dw-axi-dmac: Do not dereference NULL structure + (bsc#1012628). +- dmaengine: ptdma: check for null desc before calling + pt_cmd_callback (bsc#1012628). +- iommu/vt-d: Fix error handling in sva enable/disable paths + (bsc#1012628). +- iommu/vt-d: Allow to use flush-queue when first level is default + (bsc#1012628). +- RDMA/rxe: Cleanup mr_check_range (bsc#1012628). +- RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_reply() (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_write_reply() + (bsc#1012628). +- RDMA/rxe: Cleanup page variables in rxe_mr.c (bsc#1012628). +- RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray + (bsc#1012628). +- Subject: RDMA/rxe: Handle zero length rdma (bsc#1012628). +- RDMA/mana_ib: Fix a bug when the PF indicates more entries + for registering memory on first packet (bsc#1012628). +- RDMA/rxe: Fix missing memory barriers in rxe_queue.h + (bsc#1012628). +- IB/hfi1: Fix math bugs in hfi1_can_pin_pages() (bsc#1012628). +- IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors + (bsc#1012628). +- Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region + before/after use" (bsc#1012628). +- remoteproc: qcom_q6v5_mss: Use a carveout to authenticate + modem headers (bsc#1012628). +- media: ti: cal: fix possible memory leak in cal_ctx_create() + (bsc#1012628). +- media: platform: ti: Add missing check for devm_regulator_get + (bsc#1012628). +- media: imx: imx7-media-csi: fix missing clk_disable_unprepare() + in imx7_csi_init() (bsc#1012628). +- powerpc: Remove linker flag from KBUILD_AFLAGS (bsc#1012628). +- s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64 (bsc#1012628). +- builddeb: clean generated package content (bsc#1012628). +- media: max9286: Fix memleak in max9286_v4l2_register() + (bsc#1012628). +- media: ov2740: Fix memleak in ov2740_init_controls() + (bsc#1012628). +- media: ov5675: Fix memleak in ov5675_init_controls() + (bsc#1012628). +- media: i2c: tc358746: fix missing return assignment + (bsc#1012628). +- media: i2c: tc358746: fix ignoring read error in g_register + callback (bsc#1012628). +- media: i2c: tc358746: fix possible endianness issue + (bsc#1012628). +- media: ov5640: Fix soft reset sequence and timings + (bsc#1012628). +- media: ov5640: Handle delays when no reset_gpio set + (bsc#1012628). +- media: mc: Get media_device directly from pad (bsc#1012628). +- media: i2c: ov772x: Fix memleak in ov772x_probe() (bsc#1012628). +- media: i2c: imx219: Split common registers from mode tables + (bsc#1012628). +- media: i2c: imx219: Fix binning for RAW8 capture (bsc#1012628). +- media: platform: mtk-mdp3: Fix return value check in mdp_probe() + (bsc#1012628). +- media: camss: csiphy-3ph: avoid undefined behavior + (bsc#1012628). +- media: platform: mtk-mdp3: fix Kconfig dependencies + (bsc#1012628). +- media: v4l2-jpeg: correct the skip count in + jpeg_parse_app14_data (bsc#1012628). +- media: v4l2-jpeg: ignore the unknown APP14 marker (bsc#1012628). +- media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399 + (bsc#1012628). +- media: imx-jpeg: Apply clk_bulk api instead of operating + specific clk (bsc#1012628). +- media: amphion: correct the unspecified color space + (bsc#1012628). +- media: drivers/media/v4l2-core/v4l2-h264 : add detection of + null pointers (bsc#1012628). +- media: rc: Fix use-after-free bugs caused by ene_tx_irqsim() + (bsc#1012628). +- media: atomisp: fix videobuf2 Kconfig depenendency + (bsc#1012628). +- media: atomisp: Only set default_run_mode on first open of a + stream/asd (bsc#1012628). +- media: i2c: ov7670: 0 instead of -EINVAL was returned + (bsc#1012628). +- media: usb: siano: Fix use after free bugs caused by + do_submit_urb (bsc#1012628). +- media: saa7134: Use video_unregister_device for radio_dev + (bsc#1012628). +- rpmsg: glink: Avoid infinite loop on intent for missing channel + (bsc#1012628). +- rpmsg: glink: Release driver_override (bsc#1012628). +- ARM: OMAP2+: omap4-common: Fix refcount leak bug (bsc#1012628). +- arm64: dts: qcom: msm8996: Add additional A2NoC clocks + (bsc#1012628). +- udf: Define EFSCORRUPTED error code (bsc#1012628). +- context_tracking: Fix noinstr vs KASAN (bsc#1012628). +- exit: Detect and fix irq disabled state in oops (bsc#1012628). +- ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video + phy (bsc#1012628). +- fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected + (bsc#1012628). +- blk-iocost: fix divide by 0 error in calc_lcoefs() + (bsc#1012628). +- blk-cgroup: dropping parent refcount after pd_free_fn() is done + (bsc#1012628). +- blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() + and blkcg_deactivate_policy() (bsc#1012628). +- trace/blktrace: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- btrfs: scrub: improve tree block error reporting (bsc#1012628). +- arm64: zynqmp: Enable hs termination flag for USB dwc3 + controller (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE (bsc#1012628). +- x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads + (bsc#1012628). +- cpuidle: drivers: firmware: psci: Dont instrument suspend code + (bsc#1012628). +- cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG + (bsc#1012628). +- perf/x86/intel/uncore: Add Meteor Lake support (bsc#1012628). +- wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect() + (bsc#1012628). +- wifi: ath11k: fix monitor mode bringup crash (bsc#1012628). +- wifi: brcmfmac: Fix potential stack-out-of-bounds in + brcmf_c_preinit_dcmds() (bsc#1012628). +- rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks + (bsc#1012628). +- rcu: Suppress smp_processor_id() complaint in + synchronize_rcu_expedited_wait() (bsc#1012628). +- srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL + (bsc#1012628). +- rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug + (bsc#1012628). +- rcu-tasks: Handle queue-shrink/callback-enqueue race condition + (bsc#1012628). +- wifi: ath11k: debugfs: fix to work with multiple PCI devices + (bsc#1012628). +- thermal: intel: Fix unsigned comparison with less than zero + (bsc#1012628). +- timers: Prevent union confusion from unexpected + restart_syscall() (bsc#1012628). +- x86/bugs: Reset speculation control settings on init + (bsc#1012628). +- bpftool: Always disable stack protection for BPF objects + (bsc#1012628). +- wifi: brcmfmac: ensure CLM version is null-terminated to + prevent stack-out-of-bounds (bsc#1012628). +- wifi: rtw89: fix assignation of TX BD RAM table (bsc#1012628). +- wifi: mt7601u: fix an integer underflow (bsc#1012628). +- inet: fix fast path in __inet_hash_connect() (bsc#1012628). +- ice: restrict PTP HW clock freq adjustments to 100, 000, + 000 PPB (bsc#1012628). +- ice: add missing checks for PF vsi type (bsc#1012628). +- Compiler attributes: GCC cold function alignment workarounds + (bsc#1012628). +- ACPI: Don't build ACPICA with '-Os' (bsc#1012628). +- bpf, docs: Fix modulo zero, division by zero, overflow, and + underflow (bsc#1012628). +- thermal: intel: intel_pch: Add support for Wellsburg PCH + (bsc#1012628). +- clocksource: Suspend the watchdog temporarily when high read + latency detected (bsc#1012628). +- crypto: hisilicon: Wipe entire pool on error (bsc#1012628). +- net: bcmgenet: Add a check for oversized packets (bsc#1012628). +- m68k: Check syscall_trace_enter() return code (bsc#1012628). +- s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping + (bsc#1012628). +- netfilter: nf_tables: NULL pointer dereference in + nf_tables_updobj() (bsc#1012628). +- can: isotp: check CAN address family in isotp_bind() + (bsc#1012628). +- gcc-plugins: drop -std=gnu++11 to fix GCC 13 build + (bsc#1012628). +- tools/power/x86/intel-speed-select: Add Emerald Rapid quirk + (bsc#1012628). +- platform/x86: dell-ddv: Add support for interface version 3 + (bsc#1012628). +- wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup + (bsc#1012628). +- ACPI: video: Fix Lenovo Ideapad Z570 DMI match (bsc#1012628). +- net/mlx5: fw_tracer: Fix debug print (bsc#1012628). +- coda: Avoid partial allocation of sig_inputArgs (bsc#1012628). +- uaccess: Add minimum bounds check on kernel buffer size + (bsc#1012628). +- s390/idle: mark arch_cpu_idle() noinstr (bsc#1012628). +- time/debug: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: domains: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: EM: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- Bluetooth: Fix issue with Actions Semi ATS2851 based devices + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 + (bsc#1012628). +- Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE + (bsc#1012628). +- wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30 + (bsc#1012628). +- hv_netvsc: Check status in SEND_RNDIS_PKT completion message + (bsc#1012628). +- s390/kfence: fix page fault reporting (bsc#1012628). +- devlink: Fix TP_STRUCT_entry in trace of devlink health report + (bsc#1012628). +- scm: add user copy checks to put_cmsg() (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab + 3 X90F (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for DynaBook K50 + (bsc#1012628). +- drm/amd/display: Reduce expected sdp bandwidth for dcn321 + (bsc#1012628). +- drm/amd/display: Revert Reduce delay when sink device not able + to ACK 00340h write (bsc#1012628). +- drm/amd/display: Fix potential null-deref in dm_resume + (bsc#1012628). +- drm/omap: dsi: Fix excessive stack usage (bsc#1012628). +- HID: Add Mapping for System Microphone Mute (bsc#1012628). +- drm/tiny: ili9486: Do not assume 8-bit only SPI controllers + (bsc#1012628). +- drm/amd/display: Defer DIG FIFO disable after VID stream enable + (bsc#1012628). +- drm/radeon: free iio for atombios when driver shutdown + (bsc#1012628). +- drm/amd: Avoid BUG() for case of SRIOV missing IP version + (bsc#1012628). +- drm/amdkfd: Page aligned memory reserve size (bsc#1012628). +- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs + firmware write (bsc#1012628). +- Revert "fbcon: don't lose the console font across generic->chip + driver switch" (bsc#1012628). +- drm/amd: Avoid ASSERT for some message failures (bsc#1012628). +- drm: amd: display: Fix memory leakage (bsc#1012628). +- drm/amd/display: fix mapping to non-allocated address + (bsc#1012628). +- HID: uclogic: Add frame type quirk (bsc#1012628). +- HID: uclogic: Add battery quirk (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro SW (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro MW (bsc#1012628). +- drm/msm/dsi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- drm: rcar-du: Add quirk for H3 ES1.x pclk workaround + (bsc#1012628). +- drm: rcar-du: Fix setting a reserved bit in DPLLCR + (bsc#1012628). +- drm/drm_print: correct format problem (bsc#1012628). +- drm/amd/display: Set hvm_enabled flag for S/G mode + (bsc#1012628). +- drm/client: Test for connectors before sending hotplug event + (bsc#1012628). +- habanalabs: extend fatal messages to contain PCI info + (bsc#1012628). +- habanalabs: fix bug in timestamps registration code + (bsc#1012628). +- docs/scripts/gdb: add necessary make scripts_gdb step + (bsc#1012628). +- drm/msm/dpu: Add DSC hardware blocks to register snapshot + (bsc#1012628). +- ASoC: soc-compress: Reposition and add pcm_mutex (bsc#1012628). +- ASoC: kirkwood: Iterate over array indexes instead of using + pointer math (bsc#1012628). +- regulator: max77802: Bounds check regulator id against opmode + (bsc#1012628). +- regulator: s5m8767: Bounds check id indexing into arrays + (bsc#1012628). +- Revert "drm/amdgpu: TA unload messages are not actually sent + to psp when amdgpu is uninstalled" (bsc#1012628). +- drm/amd/display: fix FCLK pstate change underflow (bsc#1012628). +- gfs2: Improve gfs2_make_fs_rw error handling (bsc#1012628). +- hwmon: (coretemp) Simplify platform device handling + (bsc#1012628). +- hwmon: (nct6775) Directly call ASUS ACPI WMI method + (bsc#1012628). +- hwmon: (nct6775) B650/B660/X670 ASUS boards support + (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (bsc#1012628). +- drm/amd/display: Do not commit pipe when updating DRR + (bsc#1012628). +- scsi: snic: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- scsi: ufs: core: Fix device management cmd timeout flow + (bsc#1012628). +- HID: logitech-hidpp: Don't restart communication if not + necessary (bsc#1012628). +- drm/amd/display: Enable P-state validation checks for DCN314 + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad + Duet 3 10IGL5 (bsc#1012628). +- drm/amd/display: Disable HUBP/DPP PG on DCN314 for now + (bsc#1012628). +- drm/amd/display: disable SubVP + DRR to prevent underflow + (bsc#1012628). +- dm thin: add cond_resched() to various workqueue loops + (bsc#1012628). +- dm cache: add cond_resched() to various workqueue loops + (bsc#1012628). +- nfsd: zero out pointers after putting nfsd_files on COPY setup + error (bsc#1012628). +- nfsd: don't hand out delegation on setuid files being opened + for write (bsc#1012628). +- cifs: prevent data race in smb2_reconnect() (bsc#1012628). +- drm/i915/mtl: Correct implementation of Wa_18018781329 + (bsc#1012628). +- drm/shmem-helper: Revert accidental non-GPL export + (bsc#1012628). +- driver core: fw_devlink: Avoid spurious error message + (bsc#1012628). +- wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu + (bsc#1012628). +- firmware: coreboot: framebuffer: Ignore reserved pixel color + bits (bsc#1012628). +- block: don't allow multiple bios for IOCB_NOWAIT issue + (bsc#1012628). +- block: clear bio->bi_bdev when putting a bio back in the cache + (bsc#1012628). +- block: be a bit more careful in checking for NULL bdev while + polling (bsc#1012628). +- rtc: pm8xxx: fix set-alarm race (bsc#1012628). +- ipmi: ipmb: Fix the MODULE_PARM_DESC associated to + 'retry_time_ms' (bsc#1012628). +- ipmi:ssif: resend_msg() cannot fail (bsc#1012628). +- ipmi_ssif: Rename idle state and check (bsc#1012628). +- ipmi:ssif: Add a timer between request retries (bsc#1012628). +- io_uring: Replace 0-length array with flexible array + (bsc#1012628). +- io_uring: use user visible tail in io_uring_poll() + (bsc#1012628). +- io_uring: handle TIF_NOTIFY_RESUME when checking for task_work + (bsc#1012628). +- io_uring: add a conditional reschedule to the IOPOLL cancelation + loop (bsc#1012628). +- io_uring: add reschedule point to handle_tw_list() + (bsc#1012628). +- io_uring/rsrc: disallow multi-source reg buffers (bsc#1012628). +- io_uring: remove MSG_NOSIGNAL from recvmsg (bsc#1012628). +- io_uring/poll: allow some retries for poll triggering spuriously + (bsc#1012628). +- io_uring: fix fget leak when fs don't support nowait buffered + read (bsc#1012628). +- s390/extmem: return correct segment type in __segment_load() + (bsc#1012628). +- s390: discard .interp section (bsc#1012628). +- s390/ipl: add DEFINE_GENERIC_LOADPARM() (bsc#1012628). +- s390/ipl: add loadparm parameter to eckd ipl/reipl data + (bsc#1012628). +- s390/kprobes: fix irq mask clobbering on kprobe reenter from + post_handler (bsc#1012628). +- s390/kprobes: fix current_kprobe never cleared after kprobes + reenter (bsc#1012628). +- KVM: s390: disable migration mode when dirty tracking is + disabled (bsc#1012628). +- cifs: improve checking of DFS links over + STATUS_OBJECT_NAME_INVALID (bsc#1012628). +- cifs: Fix uninitialized memory read in smb3_qfs_tcon() + (bsc#1012628). +- cifs: Fix uninitialized memory reads for oparms.mode + (bsc#1012628). +- cifs: fix mount on old smb servers (bsc#1012628). +- cifs: introduce cifs_io_parms in smb2_async_writev() + (bsc#1012628). +- cifs: split out smb3_use_rdma_offload() helper (bsc#1012628). +- cifs: don't try to use rdma offload on encrypted connections + (bsc#1012628). +- cifs: Check the lease context if we actually got a lease + (bsc#1012628). +- cifs: return a single-use cfid if we did not get a lease + (bsc#1012628). +- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization + (bsc#1012628). +- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() + (bsc#1012628). +- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi + (bsc#1012628). +- btrfs: hold block group refcount during async discard + (bsc#1012628). +- btrfs: sysfs: update fs features directory asynchronously + (bsc#1012628). +- locking/rwsem: Prevent non-first waiter from spinning in + down_write() slowpath (bsc#1012628). +- ksmbd: fix wrong data area length for smb2 lock request + (bsc#1012628). +- ksmbd: do not allow the actual frame length to be smaller than + the rfc1002 length (bsc#1012628). +- ksmbd: fix possible memory leak in smb2_lock() (bsc#1012628). +- torture: Fix hang during kthread shutdown phase (bsc#1012628). +- ARM: dts: exynos: correct HDMI phy compatible in Exynos4 + (bsc#1012628). +- io_uring: mark task TASK_RUNNING before handling resume/task + work (bsc#1012628). +- hfs: fix missing hfs_bnode_get() in __hfs_bnode_create + (bsc#1012628). +- fs: hfsplus: fix UAF issue in hfsplus_put_super (bsc#1012628). +- exfat: fix reporting fs error when reading dir beyond EOF + (bsc#1012628). +- exfat: fix unexpected EOF while reading dir (bsc#1012628). +- exfat: redefine DIR_DELETED as the bad cluster number + (bsc#1012628). +- exfat: fix inode->i_blocks for non-512 byte sector size device + (bsc#1012628). +- fs: dlm: start midcomms before scand (bsc#1012628). +- fs: dlm: fix use after free in midcomms commit (bsc#1012628). +- fs: dlm: be sure to call dlm_send_queue_flush() (bsc#1012628). +- fs: dlm: fix race setting stop tx flag (bsc#1012628). +- fs: dlm: don't set stop rx flag after node reset (bsc#1012628). +- fs: dlm: move sending fin message into state change handling + (bsc#1012628). +- fs: dlm: send FIN ack back in right cases (bsc#1012628). +- f2fs: fix information leak in f2fs_move_inline_dirents() + (bsc#1012628). +- f2fs: retry to update the inode page given data corruption + (bsc#1012628). +- f2fs: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- f2fs: fix kernel crash due to null io->bio (bsc#1012628). +- f2fs: Revert "f2fs: truncate blocks in batch in + __complete_revoke_list()" (bsc#1012628). +- ocfs2: fix defrag path triggering jbd2 ASSERT (bsc#1012628). +- ocfs2: fix non-auto defrag path not working issue (bsc#1012628). +- fs/cramfs/inode.c: initialize file_ra_state (bsc#1012628). +- selftests/landlock: Skip overlayfs tests when not supported + (bsc#1012628). +- selftests/landlock: Test ptrace as much as possible with Yama + (bsc#1012628). +- udf: Truncate added extents on failed expansion (bsc#1012628). +- udf: Do not bother merging very long extents (bsc#1012628). +- udf: Do not update file length for failed writes to inline files + (bsc#1012628). +- udf: Preserve link count of system files (bsc#1012628). +- udf: Detect system inodes linked into directory hierarchy + (bsc#1012628). +- udf: Fix file corruption when appending just after end of + preallocated extent (bsc#1012628). +- md: don't update recovery_cp when curr_resync is ACTIVE + (bsc#1012628). +- KVM: Destroy target device if coalesced MMIO unregistration + fails (bsc#1012628). +- KVM: VMX: Fix crash due to uninitialized current_vmcs + (bsc#1012628). +- KVM: Register /dev/kvm as the _very_ last thing during + initialization (bsc#1012628). +- KVM: x86: Purge "highest ISR" cache when updating APICv state + (bsc#1012628). +- KVM: x86: Blindly get current x2APIC reg value on "nodecode + write" traps (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if + APIC is disabled (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is + due to 32-bit ID (bsc#1012628). +- KVM: SVM: Flush the "current" TLB when activating AVIC + (bsc#1012628). +- KVM: SVM: Process ICR on AVIC IPI delivery failure due to + invalid target (bsc#1012628). +- KVM: SVM: Don't put/load AVIC when setting virtual APIC mode + (bsc#1012628). +- KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC + Self-IPI (bsc#1012628). +- KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits + 63:32 (bsc#1012628). +- KVM: SVM: Fix potential overflow in SEV's + send|receive_update_data() (bsc#1012628). +- KVM: SVM: hyper-v: placate modpost section mismatch error + (bsc#1012628). +- selftests: x86: Fix incorrect kernel headers search path + (bsc#1012628). +- x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows) + (bsc#1012628). +- x86/crash: Disable virt in core NMI crash handler to avoid + double shootdown (bsc#1012628). +- x86/reboot: Disable virtualization in an emergency if SVM is + supported (bsc#1012628). +- x86/reboot: Disable SVM, not just VMX, when stopping CPUs + (bsc#1012628). +- x86/kprobes: Fix __recover_optprobed_insn check optimizing logic + (bsc#1012628). +- x86/kprobes: Fix arch_check_optimized_kprobe check within + optimized_kprobe range (bsc#1012628). +- x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter + (bsc#1012628). +- x86/microcode/AMD: Add a @cpu parameter to the reloading + functions (bsc#1012628). +- x86/microcode/AMD: Fix mixed steppings support (bsc#1012628). +- x86/speculation: Allow enabling STIBP with legacy IBRS + (bsc#1012628). +- Documentation/hw-vuln: Document the interaction between IBRS + and STIBP (bsc#1012628). +- virt/sev-guest: Return -EIO if certificate buffer is not large + enough (bsc#1012628). +- brd: mark as nowait compatible (bsc#1012628). +- brd: return 0/-error from brd_insert_page() (bsc#1012628). +- brd: check for REQ_NOWAIT and set correct page allocation mask + (bsc#1012628). +- ima: fix error handling logic when file measurement failed + (bsc#1012628). +- ima: Align ima_file_mmap() parameters with mmap_file LSM hook + (bsc#1012628). +- selftests/powerpc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests/ftrace: Fix eprobe syntax test case to check filter + support (bsc#1012628). +- selftests: sched: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: core: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pid_namespace: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: arm64: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: clone3: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pidfd: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: membarrier: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: kcmp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: media_tests: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: gpio: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: filesystems: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: user_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ptp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: sync: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: rseq: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: move_mount_set_group: Fix incorrect kernel headers + search path (bsc#1012628). +- selftests: mount_setattr: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: perf_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ipc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: futex: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: drivers: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: dmabuf-heaps: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: vm: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: seccomp: Fix incorrect kernel headers search path + (bsc#1012628). +- irqdomain: Fix association race (bsc#1012628). +- irqdomain: Fix disassociation race (bsc#1012628). +- irqdomain: Look for existing mapping only once (bsc#1012628). +- irqdomain: Drop bogus fwspec-mapping error handling + (bsc#1012628). +- irqdomain: Refactor __irq_domain_alloc_irqs() (bsc#1012628). +- irqdomain: Fix mapping-creation race (bsc#1012628). +- irqdomain: Fix domain registration race (bsc#1012628). +- crypto: qat - fix out-of-bounds read (bsc#1012628). +- mm/damon/paddr: fix missing folio_put() (bsc#1012628). +- ALSA: ice1712: Do not left ice->gpio_mutex locked in + aureon_add_controls() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC + (bsc#1012628). +- jbd2: fix data missing when reusing bh which is ready to be + checkpointed (bsc#1012628). +- ext4: optimize ea_inode block expansion (bsc#1012628). +- ext4: refuse to create ea block when umounted (bsc#1012628). +- cxl/pmem: Fix nvdimm registration races (bsc#1012628). +- Input: exc3000 - properly stop timer on shutdown (bsc#1012628). +- mtd: spi-nor: sfdp: Fix index value for SCCR dwords + (bsc#1012628). +- mtd: spi-nor: spansion: Consider reserved bits in CFR5 register + (bsc#1012628). +- mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type + (bsc#1012628). +- dm: send just one event on resize, not two (bsc#1012628). +- dm: add cond_resched() to dm_wq_work() (bsc#1012628). +- dm: add cond_resched() to dm_wq_requeue_work() (bsc#1012628). +- wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power + on/off twice (bsc#1012628). +- wifi: rtl8xxxu: Use a longer retry limit of 48 (bsc#1012628). +- wifi: ath11k: allow system suspend to survive ath11k + (bsc#1012628). +- wifi: cfg80211: Fix use after free for wext (bsc#1012628). +- wifi: cfg80211: Set SSID if it is not already set (bsc#1012628). +- cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies (bsc#1012628). +- qede: fix interrupt coalescing configuration (bsc#1012628). +- thermal: intel: powerclamp: Fix cur_state for multi package + system (bsc#1012628). +- dm flakey: fix logic when corrupting a bio (bsc#1012628). +- dm cache: free background tracker's queued work in + btracker_destroy (bsc#1012628). +- dm flakey: don't corrupt the zero page (bsc#1012628). +- dm flakey: fix a bug with 32-bit highmem systems (bsc#1012628). +- hwmon: (peci/cputemp) Fix off-by-one in coretemp_label + allocation (bsc#1012628). +- hwmon: (nct6775) Fix incorrect parenthesization in + nct6775_write_fan_div() (bsc#1012628). +- spi: intel: Check number of chip selects after reading the + descriptor (bsc#1012628). +- ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4210 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4 (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU3 family + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos5250 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid HC1 + (bsc#1012628). +- arm64: acpi: Fix possible memory leak of ffh_ctxt (bsc#1012628). +- arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP + (bsc#1012628). +- arm64: Reset KASAN tag in copy_highpage with HW tags only + (bsc#1012628). +- fuse: add inode/permission checks to fileattr_get/fileattr_set + (bsc#1012628). +- rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() + fails (bsc#1012628). +- ceph: update the time stamps and try to drop the suid/sgid + (bsc#1012628). +- regulator: core: Use ktime_get_boottime() to determine how + long a regulator was off (bsc#1012628). +- panic: fix the panic_print NMI backtrace setting (bsc#1012628). +- mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON + (bsc#1012628). +- genirq/msi, platform-msi: Ensure that MSI descriptors are + unreferenced (bsc#1012628). +- genirq/msi: Take the per-device MSI lock before validating + the control structure (bsc#1012628). +- spi: spi-sn-f-ospi: fix duplicate flag while assigning to + mode_bits (bsc#1012628). +- alpha: fix FEN fault handling (bsc#1012628). +- dax/kmem: Fix leak of memory-hotplug resources (bsc#1012628). +- mips: fix syscall_get_nr (bsc#1012628). +- media: ipu3-cio2: Fix PM runtime usage_count in driver unbind + (bsc#1012628). +- remoteproc/mtk_scp: Move clk ops outside send_lock + (bsc#1012628). +- vfio: Fix NULL pointer dereference caused by uninitialized + group->iommufd (bsc#1012628). +- docs: gdbmacros: print newest record (bsc#1012628). +- mm: memcontrol: deprecate charge moving (bsc#1012628). +- mm/thp: check and bail out if page in deferred queue already + (bsc#1012628). +- ktest.pl: Give back console on Ctrt^C on monitor (bsc#1012628). +- kprobes: Fix to handle forcibly unoptimized kprobes on + freeing_list (bsc#1012628). +- ktest.pl: Fix missing "end_monitor" when machine check fails + (bsc#1012628). +- ktest.pl: Add RUN_TIMEOUT option with default unlimited + (bsc#1012628). +- memory tier: release the new_memtier in + find_create_memory_tier() (bsc#1012628). +- ring-buffer: Handle race between rb_move_tail and rb_check_pages + (bsc#1012628). +- tools/bootconfig: fix single & used for logical condition + (bsc#1012628). +- tracing/eprobe: Fix to add filter on eprobe description in + README file (bsc#1012628). +- iommu/amd: Add a length limitation for the ivrs_acpihid + command-line parameter (bsc#1012628). +- scsi: aacraid: Allocate cmd_priv with scsicmd (bsc#1012628). +- scsi: qla2xxx: Fix link failure in NPIV environment + (bsc#1012628). +- scsi: qla2xxx: Check if port is online before sending ELS + (bsc#1012628). +- scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests + (bsc#1012628). +- scsi: qla2xxx: Remove unintended flag clearing (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link down (bsc#1012628). +- scsi: qla2xxx: Remove increment of interface err cnt + (bsc#1012628). +- scsi: ses: Don't attach if enclosure has no components + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in + ses_enclosure_data_process() (bsc#1012628). +- scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix possible desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() + (bsc#1012628). +- RISC-V: add a spin_shadow_stack declaration (bsc#1012628). +- riscv: Avoid enabling interrupts in die() (bsc#1012628). +- riscv: mm: fix regression due to update_mmu_cache change + (bsc#1012628). +- riscv: jump_label: Fixup unaligned arch_static_branch function + (bsc#1012628). +- riscv: ftrace: Fixup panic by disabling preemption + (bsc#1012628). +- riscv, mm: Perform BPF exhandler fixup on page fault + (bsc#1012628). +- riscv: ftrace: Remove wasted nops for !RISCV_ISA_C + (bsc#1012628). +- riscv: ftrace: Reduce the detour code size to half + (bsc#1012628). +- MIPS: DTS: CI20: fix otg power gpio (bsc#1012628). +- PCI/PM: Observe reset delay irrespective of bridge_d3 + (bsc#1012628). +- PCI: Unify delay handling for reset and resume (bsc#1012628). +- PCI: hotplug: Allow marking devices as disconnected during + bind/unbind (bsc#1012628). +- PCI: Avoid FLR for AMD FCH AHCI adapters (bsc#1012628). +- PCI/DPC: Await readiness of secondary bus after reset + (bsc#1012628). +- bus: mhi: ep: Only send -ENOTCONN status if client driver is + available (bsc#1012628). +- bus: mhi: ep: Move chan->lock to the start of processing queued + ch ring (bsc#1012628). +- bus: mhi: ep: Save channel state locally during suspend and + resume (bsc#1012628). +- iommufd: Make sure to zero vfio_iommu_type1_info before copying + to user (bsc#1012628). +- iommufd: Do not add the same hwpt to the ioas->hwpt_list twice + (bsc#1012628). +- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode + (bsc#1012628). +- iommu/vt-d: Fix PASID directory pointer coherency (bsc#1012628). +- vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR (bsc#1012628). +- vfio/type1: prevent underflow of locked_vm via exec() + (bsc#1012628). +- vfio/type1: track locked_vm per dma (bsc#1012628). +- vfio/type1: restore locked_vm (bsc#1012628). +- drm/amd: Fix initialization for nbio 7.5.1 (bsc#1012628). +- drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv + (bsc#1012628). +- drm/radeon: Fix eDP for single-display iMac11,2 (bsc#1012628). +- drm/i915: Don't use stolen memory for ring buffers with LLC + (bsc#1012628). +- drm/i915: Don't use BAR mappings for ring buffers with LLC + (bsc#1012628). +- drm/gud: Fix UBSAN warning (bsc#1012628). +- drm/edid: fix AVI infoframe aspect ratio handling (bsc#1012628). +- drm/edid: fix parsing of 3D modes from HDMI VSDB (bsc#1012628). +- qede: avoid uninitialized entries in coal_entry array + (bsc#1012628). +- brd: use radix_tree_maybe_preload instead of radix_tree_preload + (bsc#1012628). +- net: avoid double iput when sock_alloc_file fails (bsc#1012628). +- Update config files. +- commit ef7db20 + +------------------------------------------------------------------- +Thu Mar 9 07:01:29 CET 2023 - jslaby@suse.cz + +- Disable lockdown. (bsc#1209006 bsc#1211166) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- Disable lockdown. (bsc#1209006) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- commit 77c9b15 + +------------------------------------------------------------------- +Thu Mar 9 06:25:10 CET 2023 - jlee@suse.com + +- Update config files. + Add the following config to x86_64, arm64 and i386. + CONFIG_IMA_ARCH_POLICY=y + CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y + This config be used to detect secure boot. (bsc#1209006) +- commit 90a4659 + +------------------------------------------------------------------- +Wed Mar 8 14:50:04 CET 2023 - jlee@suse.com + +- KEYS: Make use of platform keyring for module signature verify + (FATE#314508, FATE#316531, bsc#1209006). +- commit 261191e + ------------------------------------------------------------------- Wed Mar 8 11:36:15 CET 2023 - msuchanek@suse.de @@ -3379,6 +27110,13 @@ Tue Mar 7 15:24:22 CET 2023 - shung-hsi.yu@suse.com Link: http://mailman.suse.de/mlarch/SuSE/kernel/2023/kernel.2023.03/msg00024.html - commit 6d65136 +------------------------------------------------------------------- +Tue Mar 7 09:58:06 CET 2023 - mkubecek@suse.cz + +- cpumask: fix incorrect cpumask scanning result checks + (https://lkml.iu.edu/hypermail/linux/kernel/2303.0/05801.html). +- commit f6f6da4 + ------------------------------------------------------------------- Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de @@ -3389,6 +27127,398 @@ Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de instead. - commit 152a069 +------------------------------------------------------------------- +Mon Mar 6 11:29:41 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc1 +- drop 32 patches (30 stable, 2 mainline) + - patches.kernel.org/* + - patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch + - patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - BOOT_CONFIG_FORCE=n + - Memory Management options + - ZSMALLOC_CHAIN_SIZE=8 + - Networking support + - AF_RXRPC_INJECT_RX_DELAY=n + - File systems + - EROFS_FS_PCPU_KTHREAD=n + - RPCSEC_GSS_KRB5_ENCTYPES_DES=n + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y + - RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2=y + - Cryptographic API + - CRYPTO_ARIA_AESNI_AVX2_X86_64=m + - CRYPTO_ARIA_GFNI_AVX512_X86_64=m + - Kernel hacking + - NMI_CHECK_CPU=y + - RCU_CPU_STALL_CPUTIME=y + - TEST_DHRY=n + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT renamed from PARIDE + - PATA_PARPORT_* renamed from PARIDE_* + - Network device support + - NET_DSA_MICROCHIP_KSZ_PTP=y + - NET_DSA_MSCC_OCELOT_EXT=m + - NCN26000_PHY=m + - ATH12K=m + - ATH12K_DEBUG=n + - ATH12K_TRACING=n + - Character devices + - SERIAL_8250_PCI1XXXX=y + - SERIAL_8250_DFL=m + - Power supply class support + - CHARGER_RT9467=m + - CHARGER_RT9471=m + - Hardware Monitoring support + - SENSORS_MC34VR500=m + - SENSORS_MPQ7932=m + - SENSORS_MPQ7932_REGULATOR=y + - SENSORS_TDA38640=m + - SENSORS_TDA38640_REGULATOR=y + - Multifunction device drivers + - MFD_INTEL_M10_BMC_SPI=n + - MFD_INTEL_M10_BMC_PMCI=n + - Multimedia support + - VIDEO_IMX296=m + - VIDEO_OV8858=m + - Graphics support + - DRM_PANEL_AUO_A030JTN01=n + - DRM_PANEL_ORISETECH_OTA5601A=n + - BACKLIGHT_KTZ8866=m + - Compute Acceleration Framework + - DRM_ACCEL_HABANALABS=m + - DRM_ACCEL_IVPU=m + - Sound card support + - SND_HDA_CTL_DEV_ID=n + - SND_SOC_AW88395=n + - SND_SOC_CS42L42_SDW=m + - SND_SOC_IDT821034=n + - SND_SOC_PEB2466=n + - SND_SOC_RT712_SDCA_SDW=m + - SND_SOC_SMA1303=n + - HID_SUPPORT=y + - HID_SUPPORT=y + - HID_EVISION=m + - STEAM_FF=y + - HID_BPF=y + - I2C_HID=m + - vDPA drivers + - MLX5_VDPA_STEERING_DEBUG=n + - SNET_VDPA=m + - Industrial I/O support + - TI_ADS7924=n + - TI_LMP92064=n + - MAX5522=n + - TI_TMAG5273=n + - Misc devices + - REGULATOR_MAX20411=m + - TYPEC_MUX_GPIO_SBU=m + - XILINX_XDMA=m + - CROS_EC_UART=m + - INTEL_TPMI=m + - INTEL_IOMMU_PERF_EVENTS=y + - WPCM450_SOC=m + - DEV_DAX_CXL=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - VIDEO_IMX415=m + - DRM_PANEL_HIMAX_HX8394=n + - DRM_PANEL_VISIONOX_VTDR6130=n + - QCOM_PMIC_GLINK=m + - BATTERY_QCOM_BATTMGR=m + - ppc64le / ppc64 + - KCSAN=n + - s390x + - FPROBE=y + - s390x/zfcpdump + - GLOB_SELFTEST=n + - riscv64 + - ARCH_SUNXI=y + - RISCV_ISA_ZBB=y + - SUN50I_DE2_BUS=n + - SUNXI_RSB=m + - MTD_NAND_SUNXI=m + - AHCI_SUNXI=m + - NET_VENDOR_ALLWINNER=y + - SUN4I_EMAC=m + - DWMAC_SUNXI=m + - DWMAC_SUN8I=m + - KEYBOARD_SUN4I_LRADC=m + - TOUCHSCREEN_SUN4I=m + - SERIO_SUN4I_PS2=m + - SERIAL_EARLYCON_SEMIHOST=y + - HW_RANDOM_JH7110=m + - I2C_MV64XXX=m + - SPI_SUN4I=m + - SPI_SUN6I=m + - PINCTRL_STARFIVE_JH7110_SYS=m + - PINCTRL_STARFIVE_JH7110_AON=m + - PINCTRL_SUN*=y + - SUN8I_THERMAL=m + - SUNXI_WATCHDOG=m + - MFD_SUN4I_GPADC=n + - MFD_AC100=n + - MFD_AXP20X_RSB=n + - MFD_SUN6I_PRCM=n + - IR_SUNXI=m + - DRM_SUN4I=n + - SND_SUN4I_CODEC=m + - SND_SUN4I_I2S=m + - SND_SUN4I_SPDIF=m + - SND_SUN50I_DMIC=m + - MMC_DW_STARFIVE=m + - MMC_SUNXI=m + - RTC_DRV_SUN6I=n + - DMA_SUN6I=m + - VIDEO_SUNXI=y + - VIDEO_SUNXI_CEDRUS=m + - SUNXI_CCU=m + - SUN20I_D1_CCU=m + - SUN20I_D1_R_CCU=m + - SUN6I_RTC_CCU=m + - SUN8I_DE2_CCU=m + - HWSPINLOCK_SUN6I=m + - SUN6I_MSGBOX=m + - SUN50I_IOMMU=y + - JH71XX_PMU=n + - SUN20I_PPU=n + - ARM_SUN8I_A33_MBUS_DEVFREQ=m + - PWM_SUN4I=m + - PHY_SUN4I_USB=m + - PHY_SUN6I_MIPI_DPHY=m + - PHY_SUN9I_USB=m + - PHY_SUN50I_USB3=m + - NVMEM_SUNXI_SID=m + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - CRYPTO_DEV_ALLWINNER=y + - CRYPTO_DEV_SUN4I_SS=m + - CRYPTO_DEV_SUN4I_SS_PRNG=y + - CRYPTO_DEV_SUN4I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_CE=m + - CRYPTO_DEV_SUN8I_CE_DEBUG=n + - CRYPTO_DEV_SUN8I_CE_HASH=y + - CRYPTO_DEV_SUN8I_CE_PRNG=y + - CRYPTO_DEV_SUN8I_CE_TRNG=y + - CRYPTO_DEV_SUN8I_SS=m + - CRYPTO_DEV_SUN8I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_SS_PRNG=y + - CRYPTO_DEV_SUN8I_SS_HASH=y + - USB_MUSB_SUNXI=m +- commit f3bbae4 + +------------------------------------------------------------------- +Fri Mar 3 12:24:23 CET 2023 - jslaby@suse.cz + +- Linux 6.2.2 (bsc#1012628). +- USB: core: Don't hold device lock while reading the + "descriptors" sysfs file (bsc#1012628). +- usb: typec: pd: Remove usb_suspend_supported sysfs from sink + PDO (bsc#1012628). +- arm64: dts: uniphier: Fix property name in PXs3 USB node + (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_resume + (bsc#1012628). +- USB: serial: option: add support for VW/Skoda "Carstick LTE" + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-M + (bsc#1012628). +- wifi: rtw88: usb: drop now unnecessary URB size check + (bsc#1012628). +- wifi: rtw88: usb: send Zero length packets if necessary + (bsc#1012628). +- wifi: rtw88: usb: Set qsel correctly (bsc#1012628). +- scripts/tags.sh: fix incompatibility with PCRE2 (bsc#1012628). +- drm/amd/display: Properly reuse completion structure + (bsc#1012628). +- drm/amd/display: Move DCN314 DOMAIN power control to DMCUB + (bsc#1012628). +- vc_screen: don't clobber return value in vcs_read (bsc#1012628). +- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state + (bsc#1012628). +- crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption + (bsc#1012628). +- ALSA: hda: cs35l41: Correct error condition handling + (bsc#1012628). +- commit ec730fa + +------------------------------------------------------------------- +Wed Mar 1 13:02:45 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia drivers (bsc#1208780). +- commit 789fdf4 + +------------------------------------------------------------------- +Wed Mar 1 12:47:40 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia socket drivers (bsc#1208780). +- commit 27af844 + +------------------------------------------------------------------- +Wed Mar 1 09:27:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch. +- Delete + patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch. +- Delete + patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch. + These drivers are now disabled, so remove the non-upstream patches. See + bsc#1208775. +- commit 03a39b9 + +------------------------------------------------------------------- +Wed Mar 1 09:26:23 CET 2023 - jslaby@suse.cz + +- Update config files. Disable char/pcmcia drivers (bsc#1208775). +- commit a2a5aac + +------------------------------------------------------------------- +Wed Mar 1 09:09:28 CET 2023 - jslaby@suse.cz + +- arm64: efi: Use SMBIOS processor ID to key off Altra quirk + (bsc#1208750). +- commit 533dcdd + +------------------------------------------------------------------- +Tue Feb 28 16:32:23 CET 2023 - schwab@suse.de + +- config: riscv64: enable SPI_SPIDEV and SPI_SLAVE +- commit 8cad76a + +------------------------------------------------------------------- +Mon Feb 27 12:39:20 CET 2023 - jslaby@suse.cz + +- Linux 6.2.1 (bsc#1012628). +- bpf: add missing header file include (bsc#1012628). +- randstruct: disable Clang 15 support (bsc#1012628). +- ext4: Fix function prototype mismatch for ext4_feat_ktype + (bsc#1012628). +- platform/x86: nvidia-wmi-ec-backlight: Add force module + parameter (bsc#1012628). +- platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY + (bsc#1012628). +- audit: update the mailing list in MAINTAINERS (bsc#1012628). +- wifi: mwifiex: Add missing compatible string for SD8787 + (bsc#1012628). +- HID: mcp-2221: prevent UAF in delayed work (bsc#1012628). +- x86/static_call: Add support for Jcc tail-calls (bsc#1012628). +- x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 + instructions (bsc#1012628). +- x86/alternatives: Introduce int3_emulate_jcc() (bsc#1012628). +- uaccess: Add speculation barrier to copy_from_user() + (bsc#1012628). +- commit 15796ef + +------------------------------------------------------------------- +Fri Feb 24 15:32:06 CET 2023 - msuchanek@suse.de + +- Disable PS3 support + The PS3 hardware cannot be used with up-to-date firmware. +- commit 484fa63 + +------------------------------------------------------------------- +Fri Feb 24 14:53:02 CET 2023 - tzimmermann@suse.com + +- uvesafb: Disable fbdev driver (boo#1208662) + A VESA-based driver. Dropped in favor of generic DRM drivers. +- commit f0d0f1a + +------------------------------------------------------------------- +Fri Feb 24 14:39:16 CET 2023 - tzimmermann@suse.com + +- ocfb: Disable fbdev driver (boo#1208660) + The OpenCores fbdev driver is for an old homebrew chip design. Probably + unused. +- commit 00dd263 + +------------------------------------------------------------------- +Fri Feb 24 14:10:24 CET 2023 - tzimmermann@suse.com + +- udlfb: Disable fbdev driver (boo#1208658) + We've long shipped the DRM-based udl driver, which handles the same + devices. +- commit 8a53173 + +------------------------------------------------------------------- +Fri Feb 24 13:16:18 CET 2023 - tzimmermann@suse.com + +- ssd1307fb: Replace with ssd130x (boo#1208656) + Replace fbdev's ssd1307fb driver with the new DRM-based driver + ssd130x. Adds support for SPI and Wayland-based userspace. +- commit 1fe1b4c + +------------------------------------------------------------------- +Fri Feb 24 10:30:43 CET 2023 - tzimmermann@suse.com + +- vfb: Disable fbdev driver (boo#1208646) + The vfb fbdev driver is backed by system memory and only relevant for + testing. Disable it. There is DRM's vkms, if a software-only driver is + required. +- commit b1c9331 + +------------------------------------------------------------------- +Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com + +- Disable gxt4500 fbdev driver (boo#1208642) + The gxt4500 driver serves a 20yrs-old graphics hardware for + IBM RS/6000 system. Probably not in use any longer. +- commit 5313a19 + +------------------------------------------------------------------- +Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz + +- blacklist.conf: clean up + Remove the only (5.5) entry. It was needed only years ago. +- commit de1e630 + +------------------------------------------------------------------- +Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz + +- Update to 6.2 final +- refresh configs +- commit 28fe266 + +------------------------------------------------------------------- +Sat Feb 18 08:02:26 CET 2023 - jlee@suse.com + +- arm64: lock down kernel in secure boot mode (jsc#SLE-15020, bsc#1198101). +- efi: Lock down the kernel at the integrity level if booted in + secure boot mode (jsc#SLE-9870, bsc#1198101). +- efi: Lock down the kernel if booted in secure boot mode + (jsc#SLE-9870, bsc#1198101). +- Update config files. + - The shim for openSUSE Tumbleweed needs to be reviewed by upstream + and signed by Microsoft. So we need to lockdown kernel on x86_64 + and arm64 because EFI secure boot. + - We disable CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT in other + architectures. +- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + (jsc#SLE-9870, bsc#1198101). +- security: lockdown: expose a hook to lock the kernel down + (jsc#SLE-9870, bsc#1198101). +- commit a7d5b50 + +------------------------------------------------------------------- +Thu Feb 16 18:56:58 CET 2023 - mkoutny@suse.com + +- Update config files. + Disable CONFIG_BLK_CGROUP_IOPRIO. + io.prio.class is a misdesigned mechanism that doesn't fit well with the + cgroup (especially v2): +- it's not properly hierarchical + - cgroup-wise: parent cgroup has no contol over child cgroup + - task-wise: priority impact outside of a cgroup (i.e. affects + cousins competition) +- it's not device dependent (device oblivious) + Disable it in openSUSE Tumbleweed (and future products) so that we don't + teach users to use it and force ourselves to support it. +- commit 35713cd + ------------------------------------------------------------------- Wed Feb 15 06:26:48 CET 2023 - jslaby@suse.cz @@ -3606,6 +27736,13 @@ Tue Feb 14 09:26:04 CET 2023 - jslaby@suse.cz Add refereces. - commit 69a37c0 +------------------------------------------------------------------- +Tue Feb 14 08:20:41 CET 2023 - jslaby@suse.cz + +- Update config files. + Just run oldconfig. +- commit f33197d + ------------------------------------------------------------------- Tue Feb 14 08:18:30 CET 2023 - jslaby@suse.cz @@ -3619,7 +27756,13 @@ Tue Feb 14 07:08:39 CET 2023 - jlee@suse.com - Removed the support of EINJ (bsc#1023051, CVE-2016-3695) - Update config files. - supported.conf: removed drivers/acpi/apei/einj support. -- commit 0a54635 +- commit c2c7791 + +------------------------------------------------------------------- +Sun Feb 12 23:19:13 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc8 +- commit 3c381aa ------------------------------------------------------------------- Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz @@ -4042,6 +28185,12 @@ Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz - ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628). - commit 2a0570b +------------------------------------------------------------------- +Mon Feb 6 00:03:04 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc7 +- commit 225bfb7 + ------------------------------------------------------------------- Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz @@ -4570,6 +28719,14 @@ Mon Jan 30 06:47:33 CET 2023 - jslaby@suse.cz Update upstream status. - commit e426c74 +------------------------------------------------------------------- +Sun Jan 29 23:23:29 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc6 +- eliminate 1 patch + - patches.suse/0001-Revert-mm-compaction-fix-set-skip-in-fast_find_migra.patch +- commit 4fa09ed + ------------------------------------------------------------------- Tue Jan 24 09:14:25 CET 2023 - tiwai@suse.de @@ -4919,6 +29076,20 @@ Mon Jan 23 07:14:31 CET 2023 - jslaby@suse.cz Update to upstream version. - commit a02770c +------------------------------------------------------------------- +Sun Jan 22 16:57:35 CET 2023 - mkubecek@suse.cz + +- objtool: Check that module init/exit function is an indirect + call target. +- commit 39a491d + +------------------------------------------------------------------- +Sun Jan 22 16:55:08 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc5 +- refresh configs +- commit e1e1e9c + ------------------------------------------------------------------- Fri Jan 20 08:21:40 CET 2023 - jslaby@suse.cz @@ -5271,6 +29442,12 @@ Mon Jan 16 17:02:14 CET 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-renesas subpackage - commit 6020754 +------------------------------------------------------------------- +Mon Jan 16 11:57:20 CET 2023 - msuchanek@suse.de + +- Refresh patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch. +- commit df46e81 + ------------------------------------------------------------------- Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz @@ -5308,6 +29485,27 @@ Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz architectures (bsc#1012628). - commit 573f4a9 +------------------------------------------------------------------- +Sun Jan 15 20:50:24 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc4 +- eliminate 2 patches + - patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch + - patches.suse/drm-amdgpu-fix-pipeline-sync-v2.patch +- update configs + - ARM64_ERRATUM_2645198=y (arm64) + - SND_SOC_APQ8016_SBC=m (armv7hl/default, value from arm64) + - SND_SOC_MSM8996=m (armv7hl/default, value from arm64) + - SND_SOC_SC7180=m (armv7hl/default, value from arm64) +- commit b1ecb39 + +------------------------------------------------------------------- +Fri Jan 13 18:40:05 CET 2023 - vbabka@suse.cz + +- Revert "mm/compaction: fix set skip in fast_find_migrateblock" + (bsc#1206848). +- commit 5049637 + ------------------------------------------------------------------- Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz @@ -5315,6 +29513,20 @@ Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz (bsc#1206848). - commit e99ed0e +------------------------------------------------------------------- +Fri Jan 13 09:59:34 CET 2023 - mkubecek@suse.cz + +- drm/amdgpu: fix pipeline sync v2 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Delete + patches.suse/Revert-drm-amdgpu-move-explicit-sync-check-into-the-.patch. +- Delete + patches.suse/Revert-drm-amdgpu-use-scheduler-dependencies-for-CS.patch. +- Delete + patches.suse/Revert-drm-scheduler-remove-drm_sched_dependency_opt.patch. + Replace reverts of offending commits by queued upstream fix. +- commit 90ac672 + ------------------------------------------------------------------- Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz @@ -5584,6 +29796,30 @@ Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz (bsc#1012628). - commit 0fb77d6 +------------------------------------------------------------------- +Mon Jan 9 22:05:09 CET 2023 - svarbanov@suse.de + +- Update armv7 to 6.2.0-rc3 +- update configs +- re-enable armv7 +- commit e578e47 + +------------------------------------------------------------------- +Mon Jan 9 17:19:08 CET 2023 - svarbanov@suse.de + +- Update arm64 to 6.2.0-rc3 +- update configs +- re-enable arm64 +- commit 72fe5c3 + +------------------------------------------------------------------- +Mon Jan 9 13:58:39 CET 2023 - svarbanov@suse.de + +- Update armv6 to 6.2.0-rc3 +- update configs +- reenable armv6 +- commit ed1892b + ------------------------------------------------------------------- Mon Jan 9 11:59:51 CET 2023 - jslaby@suse.cz @@ -5948,6 +30184,31 @@ Mon Jan 9 07:15:38 CET 2023 - jslaby@suse.cz SMU13 asics (bsc#1012628). - commit 9fd04e2 +------------------------------------------------------------------- +Sun Jan 8 20:12:40 CET 2023 - mkubecek@suse.cz + +- Revert "drm/amdgpu: move explicit sync check into the CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/amdgpu: use scheduler dependencies for CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/scheduler: remove drm_sched_dependency_optimized" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- commit 13b3e26 + +------------------------------------------------------------------- +Sun Jan 8 19:58:20 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc3 +- eliminate 1 patch + - patches.suse/tcp-Add-TIME_WAIT-sockets-in-bhash2.patch +- refresh + - patches.suse/add-suse-supported-flag.patch +- update configs + - CDROM_PKTCDVD=m (restored, except s390x) + - CDROM_PKTCDVD_BUFFERS=8 (restored, except s390x) + - CDROM_PKTCDVD_WCACHE=y (restored, except s390x) +- commit 8fc2af0 + ------------------------------------------------------------------- Fri Jan 6 16:42:04 CET 2023 - jeffm@suse.com @@ -5969,6 +30230,13 @@ Fri Jan 6 15:33:16 CET 2023 - mkubecek@suse.cz as well. - commit 887416f +------------------------------------------------------------------- +Fri Jan 6 11:43:50 CET 2023 - msuchanek@suse.de + +- bpf_doc: Fix build error with older python versions + (TypeError: '_sre.SRE_Match' object is not subscriptable). +- commit 37f7888 + ------------------------------------------------------------------- Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com @@ -6146,6 +30414,33 @@ Mon Jan 2 13:33:38 CET 2023 - jslaby@suse.cz Update upstream status. - commit c14f878 +------------------------------------------------------------------- +Mon Jan 2 13:15:11 CET 2023 - msuchanek@suse.de + +- ppc64: Swap out FB_OF for OFDRM (boo#1193476) + FB_OF=n + AGP=n + OFDRM=y + DRM=y + This disables support for the Apple UniNorth AGP bridge. + yast does not support installing on Apple hardware anyway. +- commit eebb76b + +------------------------------------------------------------------- +Mon Jan 2 11:50:53 CET 2023 - schwab@suse.de + +- config: riscv64: disable CONFIG_IPMMU_VMSA + This is an ARM-only driver. +- commit dc8fbaa + +------------------------------------------------------------------- +Mon Jan 2 00:09:53 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc2 +- refresh + - patches.suse/add-suse-supported-flag.patch +- commit 8e1570b + ------------------------------------------------------------------- Sun Jan 1 11:39:03 CET 2023 - jslaby@suse.cz @@ -8123,6 +32418,209 @@ Fri Dec 30 10:18:44 CET 2022 - tiwai@suse.de (bsc#1206683). - commit 081acb5 +------------------------------------------------------------------- +Mon Dec 26 12:32:18 CET 2022 - mkubecek@suse.cz + +- Update to 6.2-rc1 +- drop 32 patches (25 stable, 7 mainline) + - patches.kernel.org/* + - patches.suse/NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch + - patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch + - patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch + - patches.suse/io_uring-net-ensure-compat-import-handlers-clear-fre.patch + - patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch + - patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch + - patches.suse/mm-mremap-fix-mremap-expanding-vma-with-addr-inside-.patch +- refresh + - patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/crasher.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - RCU_LAZY=n + - KALLSYMS_SELFTEST=n + - Processor type and features + - EFI_HANDOVER_PROTOCOL=y + - Mitigations for speculative execution vulnerabilities + - CALL_DEPTH_TRACKING=y + - CALL_THUNKS_DEBUG=n + - Power management and ACPI options + - ACPI_FFH=y + - Virtualization + - KVM_SMM=y + - Memory Management options + - SLOB_DEPRECATED=n + - SLUB_TINY=n + - Networking support + - BT_LE_L2CAP_ECRED=y + - BT_HCIBTUSB_POLL_SYNC=y + - BT_HCIBCM4377=m + - RXPERF=m + - File systems + - SQUASHFS_CHOICE_DECOMP_BY_MOUNT=y + - NFSD_V2=n + - Kernel hacking + - DEBUG_INFO_COMPRESSED_NONE=y + - DEBUG_INFO_COMPRESSED_ZLIB=n + - DEBUG_CGROUP_REF=n + - FAULT_INJECTION_STACKTRACE_FILTER=n + - Network device support + - NFP_NET_IPSEC=y + - MT7996E=m + - RTW88_8822BU=m + - RTW88_8822CU=m + - RTW88_8723DU=m + - RTW88_8821CU=m + - RTW89_8852BE=m + - Input device support + - TOUCHSCREEN_CYTTSP5=m + - TOUCHSCREEN_HYNITRON_CSTXXX=m + - TOUCHSCREEN_HIMAX_HX83112B=m + - Hardware Monitoring support + - SENSORS_OCC_P8_I2C=m + - SENSORS_OXP=m + - Multimedia support + - VIDEO_OV08X40=m + - VIDEO_OV4689=m + - VIDEO_TC358746=m + - Graphics support + - DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500 + - DRM_ACCEL=y + - DRM_ACCEL=y + - Sound card support + - SND_SOC_INTEL_AVS_MACH_MAX98927=m + - SND_SOC_INTEL_AVS_MACH_PROBE=m + - SND_SOC_WM8961=n + - X86 Platform Specific Device Drivers + - DELL_WMI_DDV=m + - X86_PLATFORM_DRIVERS_HP=y + - INTEL_IFS=m + - Industrial I/O support + - IIO_KX022A_SPI=n + - IIO_KX022A_I2C=n + - AD4130=n + - MAX11410=n + - AD74115=n + - ADF4377=n + - MAX30208=m + - Misc devices + - CXL_REGION_INVALIDATION_TEST=n + - ZRAM_MULTI_COMP=y + - LEGACY_TIOCSTI=n + - SPI_PCI1XXXX=n + - GPIO_LATCH=m + - ADVANTECH_EC_WDT=m + - MFD_SMPRO=n + - REGULATOR_RT6190=m + - MANA_INFINIBAND=m + - TDX_GUEST_DRIVER=m + - CROS_HPS_I2C=m + - IOMMUFD=n + - NVDIMM_SECURITY_TEST=n + - FPGA_MGR_LATTICE_SYSCONFIG_SPI=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - SPI_SN_F_OSPI=n + - MFD_TPS65219=n + - VIDEO_ST_VGXY61=m + - DRM_PANEL_JADARD_JD9365DA_H3=n + - DRM_PANEL_NEWVISION_NV3051D=n + - i386 + - SND_SOC_RT1318_SDW=n + - ppc64le / ppc64 + - SSIF_IPMI_BMC=m + - SENSORS_OCC_P9_SBE=m + - DRM_OFDRM=m + - ppc64 + - PPC64_BIG_ENDIAN_ELF_ABI_V2=y + - s390x + - VCAP=y + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - riscv64 + - ARCH_RENESAS=y + - ERRATA_THEAD_PMU=y + - CPU_FREQ=y + - CPU_FREQ_STAT=y (arm64) + - CPU_FREQ_DEFAULT_GOV_ONDEMAND=y (arm64) + - CPU_FREQ_GOV_POWERSAVE=m + - CPU_FREQ_GOV_USERSPACE=m + - CPU_FREQ_GOV_CONSERVATIVE=m + - CPU_FREQ_GOV_SCHEDUTIL=y + - CPUFREQ_DT=m + - PCIE_RCAR_HOST=y + - PCIE_RCAR_EP=y + - MTD_NAND_RENESAS=m + - SCSI_LPFC=m + - SCSI_LPFC_DEBUG_FS=n + - SATA_RCAR=m + - SH_ETH=m + - RAVB=m + - RENESAS_ETHER_SWITCH=m + - CAN_RCAR=m + - CAN_RCAR_CANFD=m + - SERIAL_8250_EM=y + - SERIAL_SH_SCI=n + - I2C_RIIC=m + - I2C_RZV2M=m + - I2C_SH_MOBILE=m + - I2C_RCAR=m + - I2C_SLAVE_EEPROM=m + - I2C_SLAVE_TESTUNIT=n + - SPI_RSPI=m + - SPI_SH_MSIOF=m + - SPI_SH_HSPI=m + - GPIO_RCAR=m + - CPU_FREQ_THERMAL=y + - RCAR_THERMAL=m + - RCAR_GEN3_THERMAL=m + - RZG2L_THERMAL=m + - RENESAS_WDT=m + - RENESAS_RZAWDT=m + - RENESAS_RZN1WDT=m + - RENESAS_RZG2LWDT=m + - DRM_RZG2L_MIPI_DSI=n + - FB_SH_MOBILE_LCDC=n + - SND_SOC_SH4_FSI=n + - SND_SOC_RCAR=n + - MMC_SDHI=m + - MMC_SDHI_SYS_DMAC=m + - MMC_SH_MMCIF=m + - SCSI_UFS_RENESAS=m + - RTC_DRV_SH=m + - RCAR_DMAC=m + - RENESAS_USB_DMAC=m + - CLK_RCAR_USB2_CLOCK_SEL=y + - RENESAS_OSTM=y + - IPMMU_VMSA=y + - ARCH_R9A07G043=y + - RENESAS_RPCIF=m + - RZG2L_ADC=n + - PWM_RCAR=m + - PWM_RENESAS_TPU=m + - RESET_RZG2L_USBPHY_CTRL=m + - PHY_R8A779F0_ETHERNET_SERDES=m + - PHY_RCAR_GEN2=m + - PHY_RCAR_GEN3_PCIE=m + - PHY_RCAR_GEN3_USB2=m + - PHY_RCAR_GEN3_USB3=m + - FPROBE=y + - UCLAMP_TASK=n + - ENERGY_MODEL=y + - MCTP_TRANSPORT_I2C=m + - INPUT_IBM_PANEL=m + - IPMI_IPMB=m + - SSIF_IPMI_BMC=m + - IPMB_DEVICE_INTERFACE=m + - SPI_RPCIF=m + - THERMAL_GOV_POWER_ALLOCATOR=n + - SND_SOC_RZ=n + - RZ_DMAC=m + - IOMMU_IO_PGTABLE_LPAE_SELFTEST=n + - DTPM_CPU=y + - DTPM_DEVFREQ=y +- commit 769d7ad + ------------------------------------------------------------------- Thu Dec 22 22:41:52 CET 2022 - mkubecek@suse.cz @@ -8359,7 +32857,7 @@ Thu Dec 8 20:32:18 CET 2022 - jeffm@suse.com over time and we haven't updated it, leading to things like bpf LSMs not working out of the box. This change just updates CONFIG_LSM to what the default would be now. -- commit b64d18c +- commit 720c383 ------------------------------------------------------------------- Thu Dec 8 11:49:09 CET 2022 - jslaby@suse.cz @@ -32712,7 +57210,12 @@ Fri Jan 7 10:50:54 CET 2022 - tiwai@suse.de - rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) For smooth migration with the former kernel-preempt user, kernel-default provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. -- commit d292a81 + [js] this fixes mismerge of this commit (d292a8131079) via 99c510061314. + It lost this one hunk in there. +- rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) + For smooth migration with the former kernel-preempt user, kernel-default + provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. +- commit 85ebeb0 ------------------------------------------------------------------- Fri Jan 7 10:38:24 CET 2022 - tiwai@suse.de @@ -106554,7 +131057,7 @@ Fri Aug 17 11:05:01 CEST 2018 - mkubecek@suse.cz Build statistics show that most architectures already need more than 2 GB. Require 4 GB except s390x where the memory usage is much lower and we might have trouble finding any compliant worker. -- commit 494fb32 +- commit 71aefb3 ------------------------------------------------------------------- Thu Aug 16 20:47:54 CEST 2018 - msuchanek@suse.de diff --git a/kernel-longterm.spec b/kernel-longterm.spec index 18b8081..7eed30a 100644 --- a/kernel-longterm.spec +++ b/kernel-longterm.spec @@ -17,9 +17,9 @@ # needssslcertforbuild -%define srcversion 6.1 -%define patchversion 6.1.76 -%define git_commit d63edaf58bcc98a132add0daf498f26084cb6776 +%define srcversion 6.6 +%define patchversion 6.6.15 +%define git_commit 94b55c2ed19d56a6bf4a187d11ab78341beac1d4 %define variant -longterm%{nil} %define compress_modules zstd %define compress_vmlinux xz @@ -113,9 +113,9 @@ Name: kernel-longterm Summary: The Linux Kernel License: GPL-2.0-only Group: System/Kernel -Version: 6.1.76 +Version: 6.6.15 %if 0%{?is_kotd} -Release: .gd63edaf +Release: .g94b55c2 %else Release: 0 %endif @@ -212,6 +212,7 @@ Source82: modflist Source83: kernel-subpackage-build Source84: kernel-subpackage-spec Source85: kernel-default-base.spec.txt +Source86: old_changelog.txt Source100: config.tar.bz2 Source101: config.addon.tar.bz2 Source102: patches.arch.tar.bz2 @@ -281,6 +282,7 @@ NoSource: 82 NoSource: 83 NoSource: 84 NoSource: 85 +NoSource: 86 NoSource: 100 NoSource: 101 NoSource: 102 diff --git a/kernel-source-longterm.changes b/kernel-source-longterm.changes index bdd69fd..25e075f 100644 --- a/kernel-source-longterm.changes +++ b/kernel-source-longterm.changes @@ -1,3 +1,1874 @@ +------------------------------------------------------------------- +Sat Feb 3 16:02:19 CET 2024 - rfrohl@suse.com + +- firmware: qcom: qseecom: add missing include guards (git-fixes). +- firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes). +- commit 94b55c2 + +------------------------------------------------------------------- +Sat Feb 3 16:01:02 CET 2024 - rfrohl@suse.com + +- Update blacklist.conf for 6.6 +- commit fd53c88 + +------------------------------------------------------------------- +Fri Feb 2 10:37:01 CET 2024 - rfrohl@suse.com + +- Linux 6.6.15 (bsc#1218260). +- thermal: trip: Drop lockdep assertion from + thermal_zone_trip_id() (bsc#1218260). +- serial: core: fix kernel-doc for uart_port_unlock_irqrestore() + (bsc#1218260). +- x86/entry/ia32: Ensure s32 is sign extended to s64 + (bsc#1218260). +- tick/sched: Preserve number of idle sleeps across CPU hotplug + events (bsc#1218260). +- clocksource: Skip watchdog check for large watchdog intervals + (bsc#1218260). +- genirq: Initialize resend_node hlist for all interrupt + descriptors (bsc#1218260). +- mips: Call lose_fpu(0) before initializing fcr31 in + mips_set_personality_nan (bsc#1218260). +- =?UTF-8?q?cxl/region=EF=BC=9AFix=20overflow=20issue=20in?= + =?UTF-8?q?=20alloc=5Fhpa()?= (bsc#1218260). +- drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE + (bsc#1218260). +- MIPS: lantiq: register smp_ops on non-smp platforms + (bsc#1218260). +- spi: fix finalize message on error return (bsc#1218260). +- cifs: fix stray unlock in cifs_chan_skip_or_disable + (bsc#1218260). +- spi: spi-cadence: Reverse the order of interleaved write and + read operations (bsc#1218260). +- spi: bcm-qspi: fix SFDP BFPT read by usig mspi read + (bsc#1218260). +- cpufreq/amd-pstate: Fix setting scaling max/min freq values + (bsc#1218260). +- drm/bridge: anx7625: Ensure bridge is suspended in disable() + (bsc#1218260). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1218260). +- spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list + (bsc#1218260). +- ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd + (bsc#1218260). +- gpio: eic-sprd: Clear interrupt after set the interrupt type + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() when saving raw queues + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() to store opps (bsc#1218260). +- drm/exynos: gsc: minor fix for loop iteration in + gsc_runtime_resume (bsc#1218260). +- drm/exynos: fix accidental on-stack copy of exynos_drm_plane + (bsc#1218260). +- memblock: fix crash when reserved memory is not added to memory + (bsc#1218260). +- drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in + the error case (bsc#1218260). +- drm/bridge: parade-ps8640: Ensure bridge is suspended in + .post_disable() (bsc#1218260). +- drm/bridge: sii902x: Fix audio codec unregistration + (bsc#1218260). +- drm/bridge: sii902x: Fix probing race issue (bsc#1218260). +- drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for + lsl080al02 (bsc#1218260). +- drm: panel-simple: add missing bus flags for Tianma + tm070jvhg[30/33] (bsc#1218260). +- drm/bridge: parade-ps8640: Wait for HPD when doing an AUX + transfer (bsc#1218260). +- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing + (bsc#1218260). +- drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, + NV116WHM-N49 V8.0 (bsc#1218260). +- drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT + (bsc#1218260). +- drm/i915/lnl: Remove watchdog timers for PSR (bsc#1218260). +- btrfs: zoned: optimize hint byte for zoned allocator + (bsc#1218260). +- btrfs: zoned: factor out prepare_allocation_zoned() + (bsc#1218260). +- serial: sc16is7xx: fix unconditional activation of THRI + interrupt (bsc#1218260). +- serial: sc16is7xx: Use port lock wrappers (bsc#1218260). +- serial: core: Provide port lock wrappers (bsc#1218260). +- mm: migrate: fix getting incorrect page mapping during page + migration (bsc#1218260). +- mm: migrate: record the mlocked page status to remove + unnecessary lru drain (bsc#1218260). +- thermal: gov_power_allocator: avoid inability to reset a cdev + (bsc#1218260). +- thermal: core: Store trip pointer in struct thermal_instance + (bsc#1218260). +- thermal: trip: Drop redundant trips check from + for_each_thermal_trip() (bsc#1218260). +- media: i2c: imx290: Properly encode registers as little-endian + (bsc#1218260). +- media: v4l2-cci: Add support for little-endian encoded registers + (bsc#1218260). +- media: v4l: cci: Add macros to obtain register width and address + (bsc#1218260). +- media: v4l: cci: Include linux/bits.h (bsc#1218260). +- pipe: wakeup wr_wait after setting max_usage (bsc#1218260). +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1218260). +- thermal: intel: hfi: Add syscore callbacks for system-wide PM + (bsc#1218260). +- thermal: intel: hfi: Disable an HFI instance when all its CPUs + go offline (bsc#1218260). +- thermal: intel: hfi: Refactor enabling code into helper + functions (bsc#1218260). +- net/bpf: Avoid unused "sin_addr_len" warning when + CONFIG_CGROUP_BPF is not set (bsc#1218260). +- drm/amd/display: Fix uninitialized variable usage in core_link_ + 'read_dpcd() & write_dpcd()' functions (bsc#1218260). +- drm/amdgpu/pm: Fix the power source flag error (bsc#1218260). +- drm/amd/display: Fix late derefrence 'dsc' check in + 'link_set_dsc_pps_packet()' (bsc#1218260). +- drm/amd/display: Align the returned error code with legacy DP + (bsc#1218260). +- drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable + W/A (bsc#1218260). +- drm/amd/display: Fix variable deferencing before NULL check + in edp_setup_replay() (bsc#1218260). +- drm/amdgpu: correct the cu count for gfx v11 (bsc#1218260). +- drm/bridge: nxp-ptn3460: simplify some error checking + (bsc#1218260). +- Revert "drm/amd/display: fix bandwidth validation failure on + DCN 2.1" (bsc#1218260). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1218260). +- drm/amd/display: fix bandwidth validation failure on DCN 2.1 + (bsc#1218260). +- drm: Allow drivers to indicate the damage helpers to ignore + damage clips (bsc#1218260). +- drm/virtio: Disable damage clipping if FB changed since last + page-flip (bsc#1218260). +- drm: Disable the cursor plane on atomic contexts with + virtualized drivers (bsc#1218260). +- drm/tidss: Fix atomic_flush check (bsc#1218260). +- drm: Fix TODO list mentioning non-KMS drivers (bsc#1218260). +- drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking + (bsc#1218260). +- drm: Don't unref the same fb many times by mistake due to + deadlock handling (bsc#1218260). +- Revert "drm/i915/dsi: Do display on sequence later on icl+" + (bsc#1218260). +- cpufreq: intel_pstate: Refine computation of P-state for given + frequency (bsc#1218260). +- gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04 + (bsc#1218260). +- xfs: read only mounts with fsopen mount API are busted + (bsc#1218260). +- drm/amdgpu: Fix the null pointer when load rlc firmware + (bsc#1218260). +- Revert "drivers/firmware: Move sysfb_init() from device_initcall + to subsys_initcall_sync" (bsc#1218260). +- firmware: arm_scmi: Check mailbox/SMT channel for consistency + (bsc#1218260). +- ksmbd: fix global oob in ksmbd_nl_policy (bsc#1218260). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1218260). +- platform/x86: intel-uncore-freq: Fix types in sysfs callbacks + (bsc#1218260). +- netfilter: nf_tables: reject QUEUE/DROP verdict parameters + (bsc#1218260). +- netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for + inet/ingress basechain (bsc#1218260). +- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not + 4 Kbytes (bsc#1218260). +- nfsd: fix RELEASE_LOCKOWNER (bsc#1218260). +- wifi: iwlwifi: fix a memory corruption (bsc#1218260). +- exec: Fix error handling in begin_new_exec() (bsc#1218260). +- rbd: don't move requests to the running list on errors + (bsc#1218260). +- btrfs: don't abort filesystem when attempting to snapshot + deleted subvolume (bsc#1218260). +- btrfs: defrag: reject unknown flags of + btrfs_ioctl_defrag_range_args (bsc#1218260). +- btrfs: don't warn if discard range is not aligned to sector + (bsc#1218260). +- btrfs: tree-checker: fix inline ref size in error messages + (bsc#1218260). +- btrfs: ref-verify: free ref cache before clearing mount opt + (bsc#1218260). +- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot + of subvolume being deleted (bsc#1218260). +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1218260). +- btrfs: scrub: avoid use-after-free when chunk length is not + 64K aligned (bsc#1218260). +- tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring + (bsc#1218260). +- tsnep: Remove FCS for XDP data path (bsc#1218260). +- net: fec: fix the unhandled context fault from smmu + (bsc#1218260). +- selftests: bonding: do not test arp/ns target with mode + balance-alb/tlb (bsc#1218260). +- fjes: fix memleaks in fjes_hw_setup (bsc#1218260). +- i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- i40e: set xdp_rxq_info::frag_size (bsc#1218260). +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1218260). +- ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers + (bsc#1218260). +- ice: remove redundant xdp_rxq_info registration (bsc#1218260). +- i40e: handle multi-buffer packets that are shrunk by xdp prog + (bsc#1218260). +- ice: work on pre-XDP prog frag count (bsc#1218260). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1218260). +- bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix + sockaddr from bpf (bsc#1218260). +- bpf: Propagate modified uaddrlen from cgroup sockaddr programs + (bsc#1218260). +- xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags + (bsc#1218260). +- xsk: recycle buffer in case Rx queue was full (bsc#1218260). +- selftests: netdevsim: fix the udp_tunnel_nic test (bsc#1218260). +- selftests: net: fix rps_default_mask with >32 CPUs + (bsc#1218260). +- net: mvpp2: clear BM pool before initialization (bsc#1218260). +- net: stmmac: Wait a bit for the reset to take effect + (bsc#1218260). +- netfilter: nf_tables: validate NFPROTO_* family (bsc#1218260). +- netfilter: nf_tables: restrict anonymous set and map names to + 16 bytes (bsc#1218260). +- netfilter: nft_limit: reject configurations that cause integer + overflow (bsc#1218260). +- rcu: Defer RCU kthreads wakeup when CPU is dying (bsc#1218260). +- net/mlx5e: fix a potential double-free in fs_any_create_groups + (bsc#1218260). +- net/mlx5e: fix a double-free in arfs_create_groups + (bsc#1218260). +- net/mlx5e: Ignore IPsec replay window values on sender side + (bsc#1218260). +- net/mlx5e: Allow software parsing when IPsec crypto is enabled + (bsc#1218260). +- net/mlx5: Use mlx5 device constant for selecting CQ period + mode for ASO (bsc#1218260). +- net/mlx5: DR, Can't go to uplink vport on RX rule (bsc#1218260). +- net/mlx5: DR, Use the right GVMI number for drop action + (bsc#1218260). +- net/mlx5: Bridge, fix multicast packets sent to uplink + (bsc#1218260). +- net/mlx5: Bridge, Enable mcast in smfs steering mode + (bsc#1218260). +- net/mlx5: Fix a WARN upon a callback command failure + (bsc#1218260). +- net/mlx5e: Fix peer flow lists handling (bsc#1218260). +- net/mlx5e: Fix operation precedence bug in port timestamping + napi_poll context (bsc#1218260). +- net/sched: flower: Fix chain template offload (bsc#1218260). +- selftests: fill in some missing configs for net (bsc#1218260). +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1218260). +- netlink: fix potential sleeping issue in mqueue_flush_file + (bsc#1218260). +- selftest: Don't reuse port for SO_INCOMING_CPU test + (bsc#1218260). +- tcp: Add memory barrier to tcp_push() (bsc#1218260). +- afs: Hide silly-rename files from userspace (bsc#1218260). +- tracing: Ensure visibility when inserting an element into + tracing_map (bsc#1218260). +- netfs, fscache: Prevent Oops in fscache_put_cache() + (bsc#1218260). +- net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv + (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8814 (bsc#1218260). +- tun: add missing rx stats accounting in tun_xdp_act + (bsc#1218260). +- tun: fix missing dropped counter in tun_xdp_act (bsc#1218260). +- net: fix removing a namespace with conflicting altnames + (bsc#1218260). +- udp: fix busy polling (bsc#1218260). +- llc: Drop support for ETH_P_TR_802_2 (bsc#1218260). +- llc: make llc_ui_sendmsg() more robust against bonding changes + (bsc#1218260). +- vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING + (bsc#1218260). +- bnxt_en: Prevent kernel warning when running offline self test + (bsc#1218260). +- bnxt_en: Wait for FLR to complete during probe (bsc#1218260). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1218260). +- selftests: bonding: Increase timeout to 1200s (bsc#1218260). +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1218260). +- wifi: mac80211: fix potential sta-link leak (bsc#1218260). +- SUNRPC: use request size to initialize bio_vec in + svc_udp_sendto() (bsc#1218260). +- cifs: after disabling multichannel, mark tcon for reconnect + (bsc#1218260). +- cifs: fix a pending undercount of srv_count (bsc#1218260). +- cifs: fix lock ordering while disabling multichannel + (bsc#1218260). +- Revert "drm/amd: Enable PCIe PME from D3" (bsc#1218260). +- selftests/bpf: check if max number of bpf_loop iterations is + tracked (bsc#1218260). +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1218260). +- selftests/bpf: test widening for iterating callbacks + (bsc#1218260). +- bpf: widening for callback iterators (bsc#1218260). +- selftests/bpf: tests for iterating callbacks (bsc#1218260). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1218260). +- bpf: extract setup_func_entry() utility function (bsc#1218260). +- bpf: extract __check_reg_arg() utility function (bsc#1218260). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1218260). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1218260). +- bpf: print full verifier states on infinite loop detection + (bsc#1218260). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1218260). +- bpf: correct loop detection for iterators convergence + (bsc#1218260). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1218260). +- bpf: exact states comparison for iterator convergence checks + (bsc#1218260). +- bpf: extract same_callsites() as utility function (bsc#1218260). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1218260). +- dt-bindings: net: snps,dwmac: Tx coe unsupported (bsc#1218260). +- ksmbd: Add missing set_freezable() for freezable kthread + (bsc#1218260). +- ksmbd: send lease break notification on FILE_RENAME_INFORMATION + (bsc#1218260). +- ksmbd: don't increment epoch if current state and request + state are same (bsc#1218260). +- ksmbd: fix potential circular locking issue in smb2_set_ea() + (bsc#1218260). +- ksmbd: set v2 lease version on lease upgrade (bsc#1218260). +- serial: Do not hold the port lock when setting rx-during-tx GPIO + (bsc#1218260). +- mm: page_alloc: unreserve highatomic page blocks before oom + (bsc#1218260). +- LoongArch/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- serial: sc16is7xx: improve do/while loop in sc16is7xx_irq() + (bsc#1218260). +- serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq() + (bsc#1218260). +- serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in + case of probe error (bsc#1218260). +- serial: sc16is7xx: convert from _raw_ to _noinc_ regmap + functions for FIFO (bsc#1218260). +- serial: sc16is7xx: change EFR lock to operate on each channels + (bsc#1218260). +- serial: sc16is7xx: remove unused line structure member + (bsc#1218260). +- serial: sc16is7xx: remove global regmap from struct + sc16is7xx_port (bsc#1218260). +- serial: sc16is7xx: remove wasteful static buffer in + sc16is7xx_regmap_name() (bsc#1218260). +- serial: sc16is7xx: improve regmap debugfs by using one regmap + per port (bsc#1218260). +- rename(): fix the locking of subdirectories (bsc#1218260). +- mm/sparsemem: fix race in accessing memory_section->usage + (bsc#1218260). +- mm/rmap: fix misplaced parenthesis of a likely() (bsc#1218260). +- selftests: mm: hugepage-vmemmap fails on 64K page size systems + (bsc#1218260). +- kexec: do syscore_shutdown() in kernel_kexec (bsc#1218260). +- ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path + (bsc#1218260). +- efi: disable mirror feature during crashkernel (bsc#1218260). +- nouveau/vmm: don't set addr on the fail path to avoid warning + (bsc#1218260). +- rtc: Extend timeout for waiting for UIP to clear to 1s + (bsc#1218260). +- rtc: Add support for configuring the UIP timeout for RTC reads + (bsc#1218260). +- rtc: mc146818-lib: Adjust failure return code for + mc146818_get_time() (bsc#1218260). +- rtc: Adjust failure return code for cmos_set_alarm() + (bsc#1218260). +- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too + (bsc#1218260). +- arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD + (bsc#1218260). +- arm64/sme: Always exit sme_alloc() early with existing storage + (bsc#1218260). +- arm64: errata: Add Cortex-A510 speculative unprivileged load + workaround (bsc#1218260). +- arm64: Rename ARM64_WORKAROUND_2966298 (bsc#1218260). +- riscv: mm: Fixup compat mode boot failure (bsc#1218260). +- riscv: mm: Fixup compat arch_get_mmap_end (bsc#1218260). +- media: mtk-jpeg: Fix use after free bug due to error path + handling in mtk_jpeg_dec_device_run (bsc#1218260). +- media: mtk-jpeg: Fix timeout schedule error in + mtk_jpegdec_worker (bsc#1218260). +- media: i2c: st-mipid02: correct format propagation + (bsc#1218260). +- mmc: mmc_spi: remove custom DMA mapped buffers (bsc#1218260). +- mmc: core: Use mrq.sbc in close-ended ffu (bsc#1218260). +- media: videobuf2-dma-sg: fix vmap callback (bsc#1218260). +- scripts/get_abi: fix source path leak (bsc#1218260). +- docs: kernel_abi.py: fix command injection (bsc#1218260). +- dlm: use kernel_connect() and kernel_bind() (bsc#1218260). +- lsm: new security_file_ioctl_compat() hook (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: Add missing vio-supply for AW2013 + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_1 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7180: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: msm8939: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: rockchip: Fix rk3588 USB power-domain clocks + (bsc#1218260). +- arm64: dts: rockchip: configure eth pad driver strength for + orangepi r1 plus lts (bsc#1218260). +- arm64: dts: sprd: fix the cpu node for UMS512 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' (bsc#1218260). +- ARM: dts: samsung: exynos4210-i9100: Unconditionally enable + LDO12 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible + (bsc#1218260). +- ARM: dts: imx6q-apalis: add can power-up delay on ixora board + (bsc#1218260). +- parisc/power: Fix power soft-off button emulation on qemu + (bsc#1218260). +- parisc/firmware: Fix F-extend for PDC addresses (bsc#1218260). +- bus: mhi: host: Add spinlock to protect WP access when queueing + TREs (bsc#1218260). +- bus: mhi: host: Drop chan lock before queuing buffers + (bsc#1218260). +- bus: mhi: host: Add alignment check for event ring read pointer + (bsc#1218260). +- mips: Fix max_mapnr being uninitialized on early stages + (bsc#1218260). +- nbd: always initialize struct msghdr completely (bsc#1218260). +- s390/vfio-ap: do not reset queue removed from host config + (bsc#1218260). +- s390/vfio-ap: reset queues associated with adapter for queue + unbound from driver (bsc#1218260). +- s390/vfio-ap: reset queues filtered from the guest's AP config + (bsc#1218260). +- s390/vfio-ap: let on_scan_complete() callback filter matrix + and update guest's APCB (bsc#1218260). +- s390/vfio-ap: loop over the shadow APCB when filtering guest's + AP configuration (bsc#1218260). +- s390/vfio-ap: always filter entire AP matrix (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix rx channel reset (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix __iomem addresses declaration + (bsc#1218260). +- soc: fsl: cpm1: tsa: Fix __iomem addresses declaration + (bsc#1218260). +- media: ov01a10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov13b10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov9734: Enable runtime PM before registering async + sub-device (bsc#1218260). +- rpmsg: virtio: Free driver_override when rpmsg_remove() + (bsc#1218260). +- media: imx355: Enable runtime PM before registering async + sub-device (bsc#1218260). +- soc: qcom: pmic_glink_altmode: fix port sanity check + (bsc#1218260). +- mtd: rawnand: Clarify conditions to enable continuous reads + (bsc#1218260). +- mtd: rawnand: Prevent sequential reads with on-die ECC engines + (bsc#1218260). +- mtd: rawnand: Fix core interference with sequential reads + (bsc#1218260). +- mtd: rawnand: Prevent crossing LUN boundaries during sequential + reads (bsc#1218260). +- mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters + (bsc#1218260). +- PM / devfreq: Fix buffer overflow in trans_stat_show + (bsc#1218260). +- s390/vfio-ap: unpin pages on gisc registration failure + (bsc#1218260). +- crypto: s390/aes - Fix buffer overread in CTR mode + (bsc#1218260). +- hwrng: core - Fix page fault dead lock on mmap-ed hwrng + (bsc#1218260). +- PM: hibernate: Enforce ordering during image + compression/decompression (bsc#1218260). +- crypto: api - Disallow identical driver names (bsc#1218260). +- erofs: fix lz4 inplace decompression (bsc#1218260). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (bsc#1218260). +- btrfs: sysfs: validate scrub_speed_max value (bsc#1218260). +- OPP: Pass rounded rate to _set_opp() (bsc#1218260). +- arm64: properly install vmlinuz.efi (bsc#1218260). +- PM: sleep: Fix possible deadlocks in core system-wide PM code + (bsc#1218260). +- async: Introduce async_schedule_dev_nocall() (bsc#1218260). +- async: Split async_schedule_node_domain() (bsc#1218260). +- ext4: allow for the last group to be marked as trimmed + (bsc#1218260). +- powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2 + (bsc#1218260). +- cifs: update iface_last_update on each query-and-update + (bsc#1218260). +- cifs: handle servers that still advertise multichannel after + disabling (bsc#1218260). +- cifs: reconnect worker should take reference on server struct + unconditionally (bsc#1218260). +- Revert "cifs: reconnect work should have reference on server + struct" (bsc#1218260). +- cifs: handle when server stops supporting multichannel + (bsc#1218260). +- cifs: handle when server starts supporting multichannel + (bsc#1218260). +- cifs: reconnect work should have reference on server struct + (bsc#1218260). +- cifs: handle cases where a channel is closed (bsc#1218260). +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (bsc#1218260). +- sh: ecovec24: Rename missed backlight field from fbdev to dev + (bsc#1218260). +- scsi: core: Kick the requeue list after inserting when flushing + (bsc#1218260). +- riscv: Fix an off-by-one in get_early_cmdline() (bsc#1218260). +- scsi: ufs: core: Remove the ufshcd_hba_exit() call from + ufshcd_async_scan() (bsc#1218260). +- dmaengine: idxd: Move dma_free_coherent() out of spinlocked + context (bsc#1218260). +- dmaengine: fix NULL pointer in channel unregistration function + (bsc#1218260). +- dmaengine: fsl-edma: fix eDMAv4 channel allocation issue + (bsc#1218260). +- iio: adc: ad7091r: Enable internal vref if external vref is + not supplied (bsc#1218260). +- iio: adc: ad7091r: Allow users to configure device events + (bsc#1218260). +- iio: adc: ad7091r: Set alert bit in config register + (bsc#1218260). +- net: stmmac: Prevent DSA tags from breaking COE (bsc#1218260). +- net: stmmac: Tx coe sw fallback (bsc#1218260). +- soundwire: fix initializing sysfs for same devices on different + buses (bsc#1218260). +- soundwire: bus: introduce controller_id (bsc#1218260). +- serial: core: set missing supported flag for RX during TX GPIO + (bsc#1218260). +- serial: core: Simplify uart_get_rs485_mode() (bsc#1218260). +- docs: kernel_feat.py: fix potential command injection + (bsc#1218260). +- docs: sparse: add sparse.rst to toctree (bsc#1218260). +- docs: sparse: move TW sparse.txt to TW dev-tools (bsc#1218260). +- commit acbe000 + +------------------------------------------------------------------- +Fri Feb 2 10:35:36 CET 2024 - rfrohl@suse.com + +- Linux 6.6.14 (bsc#1218260). +- x86/lib: Fix overflow when counting digits (bsc#1218260). +- x86/mce/inject: Clear test status value (bsc#1218260). +- EDAC/thunderx: Fix possible out-of-bounds string access + (bsc#1218260). +- powerpc: add crtsavres.o to always-y instead of extra-y + (bsc#1218260). +- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram + (bsc#1218260). +- powerpc/44x: select I2C for CURRITUCK (bsc#1218260). +- powerpc/pseries/memhp: Fix access beyond end of drmem array + (bsc#1218260). +- perf/arm-cmn: Fix HN-F class_occup_id events (bsc#1218260). +- drivers/perf: hisi: Fix some event id for HiSilicon UC pmu + (bsc#1218260). +- KVM: PPC: Book3S HV: Use accessors for VCPU registers + (bsc#1218260). +- KVM: PPC: Book3S HV: Introduce low level MSR accessor + (bsc#1218260). +- KVM: PPC: Book3S HV: Handle pending exceptions on guest entry + with MSR_EE (bsc#1218260). +- selftests/powerpc: Fix error handling in FPU/VMX preemption + tests (bsc#1218260). +- powerpc/hv-gpci: Add return value check in + affinity_domain_via_partition_show function (bsc#1218260). +- powerpc/rtas: Avoid warning on invalid token argument to + sys_rtas() (bsc#1218260). +- powerpc/powernv: Add a null pointer check to + scom_debug_init_one() (bsc#1218260). +- powerpc/powernv: Add a null pointer check in opal_event_init() + (bsc#1218260). +- powerpc/powernv: Add a null pointer check in + opal_powercap_init() (bsc#1218260). +- powerpc/imc-pmu: Add a null pointer check in + update_events_in_group() (bsc#1218260). +- sched/fair: Update min_vruntime for reweight_entity() correctly + (bsc#1218260). +- perf/x86/intel/uncore: Fix NULL pointer dereference issue in + upi_fill_topology() (bsc#1218260). +- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies + (bsc#1218260). +- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller + response (bsc#1218260). +- ACPI: video: check for error while searching for backlight + device parent (bsc#1218260). +- ACPI: LPIT: Avoid u32 multiplication overflow (bsc#1218260). +- KEYS: encrypted: Add check for strsep (bsc#1218260). +- spi: cadence-quadspi: add missing clk_disable_unprepare() + in cqspi_probe() (bsc#1218260). +- platform/x86/intel/vsec: Fix xa_alloc memory leak (bsc#1218260). +- cpufreq: scmi: process the result of + devm_of_clk_add_hw_provider() (bsc#1218260). +- calipso: fix memory leak in netlbl_calipso_add_pass() + (bsc#1218260). +- efivarfs: force RO when remounting if SetVariable is not + supported (bsc#1218260). +- efivarfs: Free s_fs_info on unmount (bsc#1218260). +- spi: sh-msiof: Enforce fixed DTDL for R-Car H3 (bsc#1218260). +- ACPI: LPSS: Fix the fractional clock divider flags + (bsc#1218260). +- ACPI: extlog: Clear Extended Error Log status when RAS_CEC + handled the error (bsc#1218260). +- thermal: core: Fix NULL pointer dereference in zone registration + error path (bsc#1218260). +- kunit: debugfs: Fix unchecked dereference in + debugfs_print_results() (bsc#1218260). +- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier + (bsc#1218260). +- cpuidle: haltpoll: Do not enable interrupts when entering idle + (bsc#1218260). +- drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() + judgment (bsc#1218260). +- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 + socket (bsc#1218260). +- crypto: rsa - add a check for allocation failure (bsc#1218260). +- crypto: jh7110 - Correct deferred probe return (bsc#1218260). +- crypto: virtio - Handle dataq logic with tasklet (bsc#1218260). +- crypto: sa2ul - Return crypto_aead_setkey to transfer the error + (bsc#1218260). +- crypto: ccp - fix memleak in ccp_init_dm_workarea (bsc#1218260). +- crypto: af_alg - Disallow multiple in-flight AIO requests + (bsc#1218260). +- crypto: safexcel - Add error handling for dma_map_sg() calls + (bsc#1218260). +- crypto: sahara - remove FLAGS_NEW_KEY logic (bsc#1218260). +- crypto: sahara - fix cbc selftest failure (bsc#1218260). +- crypto: sahara - fix ahash selftest failure (bsc#1218260). +- crypto: sahara - fix processing requests with cryptlen < + sg->length (bsc#1218260). +- crypto: sahara - fix error handling in + sahara_hw_descriptor_create() (bsc#1218260). +- crypto: hisilicon/qm - save capability registers in qm init + process (bsc#1218260). +- crypto: hisilicon/zip - add zip comp high perf mode + configuration (bsc#1218260). +- crypto: hisilicon/qm - add a function to set qm algs + (bsc#1218260). +- crypto: hisilicon/hpre - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/sec2 - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/zip - save capability registers in probe + process (bsc#1218260). +- pstore: ram_core: fix possible overflow in + persistent_ram_init_ecc() (bsc#1218260). +- erofs: fix memory leak on short-lived bounced pages + (bsc#1218260). +- fs: indicate request originates from old mount API + (bsc#1218260). +- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump + (bsc#1218260). +- gfs2: fix kernel BUG in gfs2_quota_cleanup (bsc#1218260). +- dlm: fix format seq ops type 4 (bsc#1218260). +- crypto: virtio - Wait for tasklet to complete on device remove + (bsc#1218260). +- crypto: sahara - avoid skcipher fallback code duplication + (bsc#1218260). +- crypto: sahara - handle zero-length aes requests (bsc#1218260). +- crypto: sahara - fix ahash reqsize (bsc#1218260). +- crypto: sahara - fix wait_for_completion_timeout() error + handling (bsc#1218260). +- crypto: sahara - improve error handling in sahara_sha_process() + (bsc#1218260). +- crypto: sahara - fix processing hash requests with req->nbytes < + sg->length (bsc#1218260). +- crypto: sahara - do not resize req->src when doing hash + operations (bsc#1218260). +- crypto: scomp - fix req->dst buffer overflow (bsc#1218260). +- csky: fix arch_jump_label_transform_static override + (bsc#1218260). +- blocklayoutdriver: Fix reference leak of pnfs_device_node + (bsc#1218260). +- NFS: Use parent's objective cred in nfs_access_login_time() + (bsc#1218260). +- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT + (bsc#1218260). +- SUNRPC: fix _xprt_switch_find_current_entry logic (bsc#1218260). +- pNFS: Fix the pnfs block driver's calculation of layoutget size + (bsc#1218260). +- asm-generic: Fix 32 bit __generic_cmpxchg_local (bsc#1218260). +- arm64: dts: qcom: qrb4210-rb2: don't force usb peripheral mode + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY + compatible (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin + config (bsc#1218260). +- ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc + (bsc#1218260). +- wifi: plfxlc: check for allocation failure in + plfxlc_usb_wreq_async() (bsc#1218260). +- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (bsc#1218260). +- bpf, lpm: Fix check prefixlen before walking trie (bsc#1218260). +- bpf: Add crosstask check to __bpf_get_stack (bsc#1218260). +- wifi: ath11k: Defer on rproc_get failure (bsc#1218260). +- wifi: libertas: stop selecting wext (bsc#1218260). +- ARM: dts: qcom: apq8064: correct XOADC register address + (bsc#1218260). +- net/ncsi: Fix netlink major/minor version numbers (bsc#1218260). +- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() + (bsc#1218260). +- scsi: bfa: Use the proper data type for BLIST flags + (bsc#1218260). +- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift + behavior (bsc#1218260). +- arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes + (bsc#1218260). +- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type + (bsc#1218260). +- arm64: dts: ti: iot2050: Re-add aliases (bsc#1218260). +- wifi: rtw88: sdio: Honor the host max_req_size in the RX path + (bsc#1218260). +- selftests/bpf: Fix erroneous bitmask operation (bsc#1218260). +- md: synchronize flush io with array reconfiguration + (bsc#1218260). +- bpf: enforce precision of R0 on callback return (bsc#1218260). +- ARM: dts: qcom: sdx65: correct PCIe EP phy-names (bsc#1218260). +- ARM: dts: qcom: sdx65: correct SPMI node name (bsc#1218260). +- dt-bindings: arm: qcom: Fix html link (bsc#1218260). +- arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity + (bsc#1218260). +- arm64: dts: qcom: sm8450: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sm8550: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark some nodes as 'reserved' + (bsc#1218260). +- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sa8775p: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- bpf: Add map and need_defer parameters to .map_fd_put_ptr() + (bsc#1218260). +- bpf: Defer the free of inner map when necessary (bsc#1218260). +- selftests/net: specify the interface when do arping + (bsc#1218260). +- bpf: fix check for attempt to corrupt spilled pointer + (bsc#1218260). +- scsi: fnic: Return error if vmalloc() failed (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: Hook up USB3 (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: use USB host mode (bsc#1218260). +- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller + (bsc#1218260). +- arm64: dts: qcom: sm8350: Fix DMA0 address (bsc#1218260). +- arm64: dts: qcom: sc7280: Fix up GPU SIDs (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent + (bsc#1218260). +- arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8550: fix USB wakeup interrupt types + (bsc#1218260). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1218260). +- wifi: mt76: mt7915: fallback to non-wed mode if + platform_get_resource fails in mt7915_mmio_wed_init() + (bsc#1218260). +- wifi: mt76: mt7996: fix the size of struct bss_rate_tlv + (bsc#1218260). +- wifi: mt76: mt7996: fix rate usage of inband discovery frames + (bsc#1218260). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1218260). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1218260). +- wifi: mt76: mt7921s: fix workqueue problem causes STA + association fail (bsc#1218260). +- bpf: Fix verification of indirect var-off stack access + (bsc#1218260). +- arm64: dts: hisilicon: hikey970-pmic: fix regulator cells + properties (bsc#1218260). +- bpf: Guard stack limits against 32bit overflow (bsc#1218260). +- bpf: Fix accesses to uninit stack slots (bsc#1218260). +- dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node + with generic names (bsc#1218260). +- arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes + (bsc#1218260). +- arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name + (bsc#1218260). +- arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0 + (bsc#1218260). +- arm64: dts: mediatek: mt8186: fix address warning for ADSP + mailboxes (bsc#1218260). +- wifi: mt76: mt7921: fix country count limitation for CLC + (bsc#1218260). +- wifi: iwlwifi: don't support triggered EHT CQI feedback + (bsc#1218260). +- selftests/bpf: Relax time_tai test for equal timestamps in + tai_forward (bsc#1218260). +- block: Set memalloc_noio to false on device_add_disk() error + path (bsc#1218260). +- arm64: dts: xilinx: Apply overlays to base dtbs (bsc#1218260). +- arm64: dts: renesas: white-hawk-cpu: Fix missing serial console + pin control (bsc#1218260). +- arm64: dts: imx8mm: Reduce GPU to nominal speed (bsc#1218260). +- scsi: ufs: qcom: Fix the return value of + ufs_qcom_ice_program_key() (bsc#1218260). +- scsi: ufs: qcom: Fix the return value when + platform_get_resource_byname() fails (bsc#1218260). +- scsi: hisi_sas: Replace with standard error code return value + (bsc#1218260). +- scsi: hisi_sas: Check before using pointer variables + (bsc#1218260). +- scsi: hisi_sas: Rollback some operations if FLR failed + (bsc#1218260). +- scsi: hisi_sas: Correct the number of global debugfs registers + (bsc#1218260). +- ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles + (bsc#1218260). +- bpf: Fix a race condition between btf_put() and map_free() + (bsc#1218260). +- selftests/net: fix grep checking for fib_nexthop_multiprefix + (bsc#1218260). +- ipmr: support IP_PKTINFO on cache report IGMP msg (bsc#1218260). +- virtio/vsock: fix logic which reduces credit update messages + (bsc#1218260). +- virtio/vsock: send credit update during setting SO_RCVLOWAT + (bsc#1218260). +- dma-mapping: clear dev->dma_mem to NULL after freeing it + (bsc#1218260). +- bpf: Limit the number of uprobes when attaching program to + multiple uprobes (bsc#1218260). +- bpf: Limit the number of kprobes when attaching program to + multiple kprobes (bsc#1218260). +- arm64: dts: qcom: acer-aspire1: Correct audio codec definition + (bsc#1218260). +- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc + configuration (bsc#1218260). +- arm64: dts: qcom: sm6375: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm6375: Hook up MPM (bsc#1218260). +- arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX + (bsc#1218260). +- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators + (bsc#1218260). +- soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset (bsc#1218260). +- block: add check of 'minors' and 'first_minor' in + device_add_disk() (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent + (bsc#1218260). +- arm64: dts: qcom: ipq6018: fix clock rates for + GCC_USB0_MOCK_UTMI_CLK (bsc#1218260). +- arm64: dts: qcom: sm8550: Separate out X3 idle state + (bsc#1218260). +- arm64: dts: qcom: sm8550: Update idle state time requirements + (bsc#1218260). +- arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent + (bsc#1218260). +- arm64: dts: qcom: sc8180x: switch PCIe QMP PHY to new style + of bindings (bsc#1218260). +- arm64: dts: qcom: sc8180x: Fix up PCIe nodes (bsc#1218260). +- bpf: Re-enable unit_size checking for global per-cpu allocator + (bsc#1218260). +- bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}() + (bsc#1218260). +- bpf: Use c->unit_size to select target cache during free + (bsc#1218260). +- wifi: rtlwifi: add calculate_bit_shift() (bsc#1218260). +- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192c: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192de: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192se: using calculate_bit_shift() + (bsc#1218260). +- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request + (bsc#1218260). +- wifi: iwlwifi: mvm: send TX path flush in rfkill (bsc#1218260). +- wifi: iwlwifi: fix out of bound copy_from_user (bsc#1218260). +- wifi: iwlwifi: assign phy_ctxt before eSR activation + (bsc#1218260). +- netfilter: nf_tables: mark newset as dead on transaction abort + (bsc#1218260). +- netfilter: nf_tables: validate chain type update if available + (bsc#1218260). +- Bluetooth: Fix bogus check for re-auth no supported with non-ssp + (bsc#1218260). +- Bluetooth: btnxpuart: fix recv_buf() return value (bsc#1218260). +- Bluetooth: btmtkuart: fix recv_buf() return value (bsc#1218260). +- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS + (bsc#1218260). +- arm64: dts: rockchip: Fix led pinctrl of lubancat 1 + (bsc#1218260). +- wifi: cfg80211: correct comment about MLD ID (bsc#1218260). +- wifi: cfg80211: parse all ML elements in an ML probe response + (bsc#1218260). +- bpf: sockmap, fix proto update hook to avoid dup calls + (bsc#1218260). +- sctp: support MSG_ERRQUEUE flag in recvmsg() (bsc#1218260). +- sctp: fix busy polling (bsc#1218260). +- blk-cgroup: fix rcu lockdep warning in blkg_lookup() + (bsc#1218260). +- net/sched: act_ct: fix skb leak and crash on ooo frags + (bsc#1218260). +- mlxbf_gige: Fix intermittent no ip issue (bsc#1218260). +- mlxbf_gige: Enable the GigE port in mlxbf_gige_open + (bsc#1218260). +- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and + rx_oos_queue (bsc#1218260). +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (bsc#1218260). +- ARM: davinci: always select CONFIG_CPU_ARM926T (bsc#1218260). +- Revert "drm/tidss: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- Revert "drm/omapdrm: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- drm/dp_mst: Fix fractional DSC bpp handling (bsc#1218260). +- drm/panfrost: Really power off GPU cores in + panfrost_gpu_power_off() (bsc#1218260). +- RDMA/usnic: Silence uninitialized symbol smatch warnings + (bsc#1218260). +- RDMA/hns: Fix inappropriate err code for unsupported operations + (bsc#1218260). +- drm/panel: nv3051d: Hold panel in reset for unprepare + (bsc#1218260). +- drm/panel-elida-kd35t133: hold panel in reset for unprepare + (bsc#1218260). +- drm/nouveau/fence:: fix warning directly dereferencing a rcu + pointer (bsc#1218260). +- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove + function (bsc#1218260). +- drm/tilcdc: Fix irq free on unload (bsc#1218260). +- media: pvrusb2: fix use after free on context disconnection + (bsc#1218260). +- media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to + avoid the crash of multi-core JPEG devices (bsc#1218260). +- media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: amphion: Fix VPU core alias name (bsc#1218260). +- drm/bridge: Fix typo in post_disable() description + (bsc#1218260). +- f2fs: fix to avoid dirent corruption (bsc#1218260). +- drm/radeon/r600_cs: Fix possible int overflows in + r600_cs_check_reg() (bsc#1218260). +- drm/radeon/r100: Fix integer overflow issues in + r100_cs_track_check() (bsc#1218260). +- drm/radeon: check return value of radeon_ring_lock() + (bsc#1218260). +- drm/tidss: Move reset to the end of dispc_init() (bsc#1218260). +- drm/tidss: Return error value from from softreset (bsc#1218260). +- drm/tidss: Check for K2G in in dispc_softreset() (bsc#1218260). +- drm/tidss: Fix dss reset (bsc#1218260). +- drm/imx/lcdc: Fix double-free of driver data (bsc#1218260). +- ASoC: cs35l33: Fix GPIO name and drop legacy include + (bsc#1218260). +- drm/msm/mdp4: flush vblank event on disable (bsc#1218260). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog + (bsc#1218260). +- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt + leaks (bsc#1218260). +- drm/drv: propagate errors from drm_modeset_register_all() + (bsc#1218260). +- media: v4l: async: Fix duplicated list deletion (bsc#1218260). +- ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch + (bsc#1218260). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev + = NULL (bsc#1218260). +- ASoC: SOF: topology: Use partial match for disconnecting DAI + link and DAI widget (bsc#1218260). +- drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS + irq (bsc#1218260). +- drm/msm/dpu: correct clk bit for WB2 block (bsc#1218260). +- drm/radeon: check the alloc_workqueue return value in + radeon_crtc_init() (bsc#1218260). +- drm/radeon/dpm: fix a memleak in sumo_parse_power_table + (bsc#1218260). +- drm/radeon/trinity_dpm: fix a memleak in + trinity_parse_power_table (bsc#1218260). +- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable + (bsc#1218260). +- drm/bridge: tc358767: Fix return value on error case + (bsc#1218260). +- media: cx231xx: fix a memleak in cx231xx_init_isoc + (bsc#1218260). +- RDMA/hns: Fix memory leak in free_mr_init() (bsc#1218260). +- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config + (bsc#1218260). +- media: bttv: start_streaming should return a proper error code + (bsc#1218260). +- media: bttv: add back vbi hack (bsc#1218260). +- media: imx-mipi-csis: Fix clock handling in remove() + (bsc#1218260). +- media: imx-mipi-csis: Drop extra clock enable at probe() + (bsc#1218260). +- media: dt-bindings: media: rkisp1: Fix the port description + for the parallel interface (bsc#1218260). +- media: rkisp1: Fix media device memory leak (bsc#1218260). +- drm/msm/adreno: Fix A680 chip id (bsc#1218260). +- drm/panel: st7701: Fix AVCL calculation (bsc#1218260). +- f2fs: fix to wait on block writeback for post_read case + (bsc#1218260). +- f2fs: fix to check compress file in f2fs_move_file_range() + (bsc#1218260). +- f2fs: fix to update iostat correctly in f2fs_filemap_fault() + (bsc#1218260). +- media: dvbdev: drop refcount on error path in dvb_device_open() + (bsc#1218260). +- media: dvb-frontends: m88ds3103: Fix a memory leak in an error + handling path of m88ds3103_probe() (bsc#1218260). +- clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset() + (bsc#1218260). +- clk: renesas: rzg2l: Check reset monitor registers + (bsc#1218260). +- drm/msm/dpu: Set input_sel bit for INTF (bsc#1218260). +- drm/msm/dpu: Drop enable and frame_count parameters from + dpu_hw_setup_misr() (bsc#1218260). +- drm/mediatek: Return error if MDP RDMA failed to enable the + clock (bsc#1218260). +- drm/mediatek: Remove the redundant driver data for DPI + (bsc#1218260). +- drm/mediatek: Fix underrun in VDO1 when switches off the layer + (bsc#1218260). +- drm/amdgpu/debugfs: fix error code when smc register accessors + are NULL (bsc#1218260). +- drm/amd/pm: fix a double-free in si_dpm_init (bsc#1218260). +- drivers/amd/pm: fix a use-after-free in kv_parse_power_table + (bsc#1218260). +- gpu/drm/radeon: fix two memleaks in radeon_vm_init + (bsc#1218260). +- drm/amd/pm: fix a double-free in + amdgpu_parse_extended_power_table (bsc#1218260). +- f2fs: fix to check return value of f2fs_recover_xattr_data + (bsc#1218260). +- dt-bindings: clock: Update the videocc resets for sm8150 + (bsc#1218260). +- clk: qcom: videocc-sm8150: Update the videocc resets + (bsc#1218260). +- clk: qcom: videocc-sm8150: Add missing PLL config property + (bsc#1218260). +- clk: sp7021: fix return value check in sp7021_clk_probe() + (bsc#1218260). +- drivers: clk: zynqmp: calculate closest mux rate (bsc#1218260). +- drivers: clk: zynqmp: update divider round rate logic + (bsc#1218260). +- watchdog: set cdev owner before adding (bsc#1218260). +- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO + (bsc#1218260). +- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling + (bsc#1218260). +- watchdog: rti_wdt: Drop runtime pm reference count when watchdog + is unused (bsc#1218260). +- clk: rs9: Fix DIF OEn bit placement on 9FGV0241 (bsc#1218260). +- clk: si5341: fix an error code problem in + si5341_output_clk_set_rate (bsc#1218260). +- ASoC: amd: vangogh: Drop conflicting ACPI-based probing + (bsc#1218260). +- ASoC: tas2781: add support for FW version 0x0503 (bsc#1218260). +- drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency + (bsc#1218260). +- accel/habanalabs: fix information leak in sec_attest_info() + (bsc#1218260). +- clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC + flag (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable + (bsc#1218260). +- clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs + (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark RCGs shared where applicable + (bsc#1218260). +- clk: qcom: dispcc-sm8550: Update disp PLL settings + (bsc#1218260). +- clk: fixed-rate: fix + clk_hw_register_fixed_rate_with_accuracy_parent_hw + (bsc#1218260). +- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels + (bsc#1218260). +- pwm: stm32: Fix enable count for clk in .probe() (bsc#1218260). +- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[] + (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (bsc#1218260). +- ALSA: scarlett2: Allow passing any output to line_out_remap() + (bsc#1218260). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (bsc#1218260). +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (bsc#1218260). +- mmc: sdhci_am654: Fix TI SoC dependencies (bsc#1218260). +- mmc: sdhci_omap: Fix TI SoC dependencies (bsc#1218260). +- drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process' + (bsc#1218260). +- gpiolib: make gpio_device_get() and gpio_device_put() public + (bsc#1218260). +- gpiolib: provide gpio_device_find() (bsc#1218260). +- gpio: sysfs: drop the mention of gpiochip_find() from sysfs code + (bsc#1218260). +- IB/iser: Prevent invalidating wrong MR (bsc#1218260). +- drm/amdkfd: Confirm list is non-empty before utilizing + list_first_entry in kfd_topology.c (bsc#1218260). +- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init + (bsc#1218260). +- drm/amd/display: avoid stringop-overflow warnings for + dp_decide_lane_settings() (bsc#1218260). +- kselftest/alsa - mixer-test: fix the number of parameters to + ksft_exit_fail_msg() (bsc#1218260). +- kselftest/alsa - mixer-test: Fix the print format specifier + warning (bsc#1218260). +- kselftest/alsa - conf: Stringify the printed errno in + sysfs_get() (bsc#1218260). +- ksmbd: validate the zero field of packet header (bsc#1218260). +- of: Fix double free in of_parse_phandle_with_args_map + (bsc#1218260). +- fbdev: imxfb: fix left margin setting (bsc#1218260). +- of: unittest: Fix of_count_phandle_with_args() expected value + message (bsc#1218260). +- class: fix use-after-free in class_register() (bsc#1218260). +- kernfs: convert kernfs_idr_lock to an irq safe raw spinlock + (bsc#1218260). +- Revert "kernfs: convert kernfs_idr_lock to an irq safe raw + spinlock" (bsc#1218260). +- selftests/bpf: Add assert for user stacks in test_task_stack + (bsc#1218260). +- binder: fix async space check for 0-sized buffers (bsc#1218260). +- binder: fix unused alloc->free_async_space (bsc#1218260). +- mips/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- Input: atkbd - use ab83 as id when skipping the getid command + (bsc#1218260). +- rust: Ignore preserve-most functions (bsc#1218260). +- Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM + hole" (bsc#1218260). +- xen-netback: don't produce zero-size SKB frags (bsc#1218260). +- binder: fix race between mmput() and do_exit() (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings + (bsc#1218260). +- powerpc/64s: Increase default stack size to 32KB (bsc#1218260). +- tick-sched: Fix idle and iowait sleeptime accounting vs CPU + hotplug (bsc#1218260). +- Revert "usb: gadget: f_uvc: change endpoint allocation in + uvc_function_bind()" (bsc#1218260). +- usb: phy: mxs: remove CONFIG_USB_OTG condition for + mxs_phy_is_otg_host() (bsc#1218260). +- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart + (bsc#1218260). +- usb: dwc3: gadget: Handle EP0 request dequeuing properly + (bsc#1218260). +- usb: dwc3: gadget: Queue PM runtime idle on disconnect event + (bsc#1218260). +- Revert "usb: dwc3: Soft reset phy on probe for host" + (bsc#1218260). +- Revert "usb: dwc3: don't reset device side if dwc3 was + configured as host-only" (bsc#1218260). +- usb: chipidea: wait controller resume finished for wakeup irq + (bsc#1218260). +- usb: cdns3: fix uvc failure work since sg support enabled + (bsc#1218260). +- usb: cdns3: fix iso transfer error when mult is not zero + (bsc#1218260). +- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg + enabled (bsc#1218260). +- Revert "usb: typec: class: fix typec_altmode_put_partner to + put plugs" (bsc#1218260). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1218260). +- usb: mon: Fix atomicity violation in mon_bin_vma_fault + (bsc#1218260). +- dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to + header (bsc#1218260). +- serial: core: fix sanitizing check for RTS settings + (bsc#1218260). +- serial: core: make sure RS485 cannot be enabled when it is + not supported (bsc#1218260). +- serial: 8250_bcm2835aux: Restore clock error handling + (bsc#1218260). +- serial: core, imx: do not set RS485 enabled if it is not + supported (bsc#1218260). +- serial: imx: Ensure that imx_uart_rs485_config() is called + with enabled clock (bsc#1218260). +- serial: 8250_exar: Set missing rs485_supported flag + (bsc#1218260). +- serial: omap: do not override settings for RS485 support + (bsc#1218260). +- ALSA: oxygen: Fix right channel of capture volume mixer + (bsc#1218260). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx + (bsc#1218260). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on HP ZBook (bsc#1218260). +- ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5 + (bsc#1218260). +- ksmbd: validate mech token in session setup (bsc#1218260). +- ksmbd: fix UAF issue in ksmbd_tcp_new_connection() + (bsc#1218260). +- ksmbd: only v2 leases handle the directory (bsc#1218260). +- ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION (bsc#1218260). +- LoongArch: Fix and simplify fcsr initialization on execve() + (bsc#1218260). +- io_uring: don't check iopoll if request completes (bsc#1218260). +- io_uring/rw: ensure io->bytes_done is always initialized + (bsc#1218260). +- io_uring: ensure local task_work is run on wait timeout + (bsc#1218260). +- fbdev/acornfb: Fix name of fb_ops initializer macro + (bsc#1218260). +- fbdev: flush deferred work in fb_deferred_io_fsync() + (bsc#1218260). +- fbdev: flush deferred IO before closing (bsc#1218260). +- scsi: ufs: core: Simplify power management during async scan + (bsc#1218260). +- scsi: target: core: add missing file_{start,end}_write() + (bsc#1218260). +- scsi: mpi3mr: Refresh sdev queue depth after controller reset + (bsc#1218260). +- scsi: mpi3mr: Clean up block devices post controller reset + (bsc#1218260). +- scsi: mpi3mr: Block PEL Enable Command on Controller Reset + and Unrecoverable State (bsc#1218260). +- drm/amd: Enable PCIe PME from D3 (bsc#1218260). +- block: add check that partition length needs to be aligned + with block size (bsc#1218260). +- block: Remove special-casing of compound pages (bsc#1218260). +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1218260). +- netfilter: nf_tables: check if catch-all set element is active + in next generation (bsc#1218260). +- pwm: jz4740: Don't use dev_err_probe() in .request() + (bsc#1218260). +- pwm: Fix out-of-bounds access in of_pwm_single_xlate() + (bsc#1218260). +- md/raid1: Use blk_opf_t for read and write operations + (bsc#1218260). +- rootfs: Fix support for rootfstype= when root= is given + (bsc#1218260). +- Bluetooth: Fix atomicity violation in {min,max}_key_size_set + (bsc#1218260). +- bpf: Fix re-attachment branch in bpf_tracing_prog_attach + (bsc#1218260). +- iommu/arm-smmu-qcom: Add missing GMU entry to match table + (bsc#1218260). +- iommu/dma: Trace bounce buffer usage when mapping buffers + (bsc#1218260). +- wifi: mt76: fix broken precal loading from MTD for mt7915 + (bsc#1218260). +- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable + code (bsc#1218260). +- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors + (bsc#1218260). +- wifi: mwifiex: add extra delay for firmware ready (bsc#1218260). +- wifi: mwifiex: configure BSSID consistently when starting AP + (bsc#1218260). +- wifi: mwifiex: fix uninitialized firmware_stat (bsc#1218260). +- net: stmmac: fix ethtool per-queue statistics (bsc#1218260). +- Revert "net: rtnetlink: Enslave device before bringing it up" + (bsc#1218260). +- Revert "nSVM: Check for reserved encodings of TLB_CONTROL in + nested VMCB" (bsc#1218260). +- cxl/port: Fix decoder initialization when nr_targets > + interleave_ways (bsc#1218260). +- PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg() + (bsc#1218260). +- x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS + (bsc#1218260). +- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment + support (bsc#1218260). +- PCI: mediatek: Clear interrupt status before dispatching handler + (bsc#1218260). +- x86/kvm: Do not try to disable kvmclock if it was not enabled + (bsc#1218260). +- KVM: arm64: vgic-v4: Restore pending state on host userspace + write (bsc#1218260). +- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation + cache (bsc#1218260). +- KVM: x86/pmu: Move PMU reset logic to common x86 code + (bsc#1218260). +- KVM: x86/pmu: Reset the PMU, i.e. stop counters, before + refreshing (bsc#1218260). +- iio: adc: ad7091r: Pass iio_dev to event handler (bsc#1218260). +- HID: sensor-hub: Enable hid core report processing for all + devices (bsc#1218260). +- HID: wacom: Correct behavior when processing some confidence == + false touches (bsc#1218260). +- serial: sc16is7xx: add check for unsupported SPI modes during + probe (bsc#1218260). +- serial: sc16is7xx: set safe default SPI clock frequency + (bsc#1218260). +- ARM: 9330/1: davinci: also select PINCTRL (bsc#1218260). +- mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO + (bsc#1218260). +- mfd: cs42l43: Correct SoundWire port list (bsc#1218260). +- mfd: syscon: Fix null pointer dereference in + of_syscon_register() (bsc#1218260). +- leds: aw2013: Select missing dependency REGMAP_I2C + (bsc#1218260). +- leds: aw200xx: Fix write to DIM parameter (bsc#1218260). +- mfd: tps6594: Add null pointer check to tps6594_device_init() + (bsc#1218260). +- mfd: intel-lpss: Fix the fractional clock divider flags + (bsc#1218260). +- srcu: Use try-lock lockdep annotation for NMI-safe access + (bsc#1218260). +- mips: dmi: Fix early remap on MIPS32 (bsc#1218260). +- mips: Fix incorrect max_low_pfn adjustment (bsc#1218260). +- um: virt-pci: fix platform map offset (bsc#1218260). +- riscv: Check if the code to patch lies in the exit section + (bsc#1218260). +- riscv: Fix module_alloc() that did not reset the linear mapping + permissions (bsc#1218260). +- riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting + huge linear mappings (bsc#1218260). +- riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC + (bsc#1218260). +- riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup() + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup() + (bsc#1218260). +- power: supply: cw2015: correct time_to_empty units in sysfs + (bsc#1218260). +- power: supply: bq256xx: fix some problem in bq256xx_hw_init + (bsc#1218260). +- PCI: Avoid potential out-of-bounds read in + pci_dev_for_each_resource() (bsc#1218260). +- serial: 8250: omap: Don't skip resource freeing if + pm_runtime_resume_and_get() failed (bsc#1218260). +- iommu: Map reserved memory as cacheable if device is coherent + (bsc#1218260). +- perf test: Remove atomics from test_loop to avoid test failures + (bsc#1218260). +- perf header: Fix segfault on build_mem_topology() error path + (bsc#1218260). +- libapi: Add missing linux/types.h header to get the __u64 type + on io.h (bsc#1218260). +- perf test record user-regs: Fix mask for vg register + (bsc#1218260). +- vfio/pds: Fix calculations in pds_vfio_dirty_sync (bsc#1218260). +- perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT + to GPC_FLUSH_MEM_FAULT (bsc#1218260). +- perf mem: Fix error on hybrid related to availability of mem + event in a PMU (bsc#1218260). +- perf stat: Exit perf stat if parse groups fails (bsc#1218260). +- base/node.c: initialize the accessor list before registering + (bsc#1218260). +- acpi: property: Let args be NULL in + __acpi_node_get_property_reference (bsc#1218260). +- software node: Let args be NULL in + software_node_get_reference_args (bsc#1218260). +- serial: imx: fix tx statemachine deadlock (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereference in error + path (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereferences in + encl_get_entry (bsc#1218260). +- selftests/sgx: Include memory clobber for inline asm in test + enclave (bsc#1218260). +- selftests/sgx: Skip non X86_64 platform (bsc#1218260). +- iio: adc: ad9467: fix reset gpio handling (bsc#1218260). +- iio: adc: ad9467: don't ignore error codes (bsc#1218260). +- iio: adc: ad9467: add mutex to struct ad9467_state + (bsc#1218260). +- iio: adc: ad9467: fix scale setting (bsc#1218260). +- perf header: Fix one memory leakage in + perf_event__fprintf_event_update() (bsc#1218260). +- perf hisi-ptt: Fix one memory leakage in + hisi_ptt_process_auxtrace_event() (bsc#1218260). +- perf genelf: Set ELF program header addresses properly + (bsc#1218260). +- perf unwind-libdw: Handle JIT-generated DSOs properly + (bsc#1218260). +- perf unwind-libunwind: Fix base address for .eh_frame + (bsc#1218260). +- bus: mhi: ep: Do not allocate event ring element on stack + (bsc#1218260). +- bus: mhi: ep: Use slab allocator where applicable (bsc#1218260). +- bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs + (bsc#1218260). +- PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single() + (bsc#1218260). +- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK + (bsc#1218260). +- tty: don't check for signal_pending() in send_break() + (bsc#1218260). +- tty: use 'if' in send_break() instead of 'goto' (bsc#1218260). +- usb: cdc-acm: return correct error code on unsupported break + (bsc#1218260). +- spmi: mtk-pmif: Serialize PMIF status check and command + submission (bsc#1218260). +- usb: gadget: webcam: Make g_webcam loadable again (bsc#1218260). +- iommu: Don't reserve 0-length IOVA region (bsc#1218260). +- power: supply: Fix null pointer dereference in smb2_probe + (bsc#1218260). +- vdpa: Fix an error handling path in eni_vdpa_probe() + (bsc#1218260). +- apparmor: Fix ref count leak in task_kill (bsc#1218260). +- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C + PDU length (bsc#1218260). +- nvmet-tcp: fix a crash in nvmet_req_complete() (bsc#1218260). +- perf env: Avoid recursively taking env->bpf_progs.lock + (bsc#1218260). +- perf stat: Fix hard coded LL miss units (bsc#1218260). +- cxl/region: fix x9 interleave typo (bsc#1218260). +- apparmor: fix possible memory leak in unpack_trans_table + (bsc#1218260). +- apparmor: avoid crash when parsed profile name is empty + (bsc#1218260). +- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer + (bsc#1218260). +- serial: imx: Correct clock error message in function probe() + (bsc#1218260). +- serial: apbuart: fix console prompt on qemu (bsc#1218260). +- perf db-export: Fix missing reference count get in + call_path_from_sample() (bsc#1218260). +- cxl/port: Fix missing target list lock (bsc#1218260). +- spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() + from the remove function (bsc#1218260). +- hisi_acc_vfio_pci: Update migration data pointer correctly on + saving/resume (bsc#1218260). +- nvmet: re-fix tracing strncpy() warning (bsc#1218260). +- nvme: trace: avoid memcpy overflow warning (bsc#1218260). +- nvmet-tcp: Fix the H2C expected PDU len calculation + (bsc#1218260). +- PCI: keystone: Fix race condition when initializing PHYs + (bsc#1218260). +- PCI: mediatek-gen3: Fix translation window size calculation + (bsc#1218260). +- ASoC: mediatek: sof-common: Add NULL check for normal_link + string (bsc#1218260). +- s390/pci: fix max size calculation in zpci_memcpy_toio() + (bsc#1218260). +- net: qualcomm: rmnet: fix global oob in rmnet_policy + (bsc#1218260). +- rxrpc: Fix use of Don't Fragment flag (bsc#1218260). +- octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2 + (bsc#1218260). +- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames + (bsc#1218260). +- amt: do not use overwrapped cb area (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8841 (bsc#1218260). +- net: phy: micrel: populate .soft_reset for KSZ9131 + (bsc#1218260). +- ALSA: hda: Properly setup HDMI stream (bsc#1218260). +- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN + (bsc#1218260). +- mptcp: strict validation before using mp_opt->hmac + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect() + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req() + (bsc#1218260). +- mptcp: refine opt_mp_capable determination (bsc#1218260). +- block: ensure we hold a queue reference when using queue limits + (bsc#1218260). +- net: stmmac: Fix ethool link settings ops for integrated PCS + (bsc#1218260). +- udp: annotate data-races around up->pending (bsc#1218260). +- erofs: simplify compression configuration parser (bsc#1218260). +- erofs: fix inconsistent per-file compression format + (bsc#1218260). +- net: add more sanity check in virtio_net_hdr_to_skb() + (bsc#1218260). +- net: netdev_queue: netdev_txq_completed_mb(): fix wake condition + (bsc#1218260). +- bpf: iter_udp: Retry with a larger batch size without going + back to the previous bucket (bsc#1218260). +- bpf: Avoid iter->offset making backward progress in bpf_iter_udp + (bsc#1218260). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1218260). +- net: ravb: Fix dma_addr_t truncation in error case + (bsc#1218260). +- dt-bindings: gpio: xilinx: Fix node address in gpio + (bsc#1218260). +- gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe + (bsc#1218260). +- ASoC: SOF: ipc4-loader: remove the CPC check warnings + (bsc#1218260). +- drm/amdkfd: fixes for HMM mem allocation (bsc#1218260). +- drm/amdgpu: fall back to INPUT power for AVG power via INFO + IOCTL (bsc#1218260). +- selftests: bonding: Change script interpreter (bsc#1218260). +- net: stmmac: ethtool: Fixed calltrace caused by unbalanced + disable_irq_wake calls (bsc#1218260). +- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS + (bsc#1218260). +- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe + (bsc#1218260). +- LoongArch: BPF: Prevent out-of-bounds memory access + (bsc#1218260). +- mptcp: relax check on MPC passive fallback (bsc#1218260). +- net: netdevsim: don't try to destroy PHC on VFs (bsc#1218260). +- netfilter: nf_tables: reject invalid set policy (bsc#1218260). +- netfilter: nft_limit: do not ignore unsupported flags + (bsc#1218260). +- netfilter: nfnetlink_log: use proper helper for fetching + physinif (bsc#1218260). +- netfilter: nf_queue: remove excess nf_bridge variable + (bsc#1218260). +- netfilter: propagate net to nf_bridge_get_physindev + (bsc#1218260). +- netfilter: bridge: replace physindev with physinif in + nf_bridge_info (bsc#1218260). +- netfilter: nf_tables: do not allow mismatch field size and + set key length (bsc#1218260). +- netfilter: nf_tables: skip dead set elements in netlink dump + (bsc#1218260). +- netfilter: nf_tables: reject NFT_SET_CONCAT with not field + length description (bsc#1218260). +- ipvs: avoid stat macros calls from preemptible context + (bsc#1218260). +- io_uring: adjust defer tw counting (bsc#1218260). +- kdb: Fix a potential buffer overflow in kdb_local() + (bsc#1218260). +- arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via + ptrace (bsc#1218260). +- ethtool: netlink: Add missing ethnl_ops_begin/complete + (bsc#1218260). +- loop: fix the the direct I/O support check when used on top + of block devices (bsc#1218260). +- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation + failure (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in + error path (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix stack corruption (bsc#1218260). +- mlxsw: spectrum_router: Register netdevice notifier before + nexthop (bsc#1218260). +- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes + (bsc#1218260). +- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work + (bsc#1218260). +- i2c: s3c24xx: fix read transfers in polling mode (bsc#1218260). +- i2c: s3c24xx: fix transferring more than one message in polling + mode (bsc#1218260). +- riscv: Fix wrong usage of lm_alias() when splitting a huge + linear mapping (bsc#1218260). +- Revert "KEYS: encrypted: Add check for strsep" (bsc#1218260). +- arm64: dts: armada-3720-turris-mox: set irq type for RTC + (bsc#1218260). +- Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in + raid5d"" (bsc#1218260). +- Rename to + patches.kernel.org/6.6.14-345-keys-dns-Fix-size-check-of-V1-server-list-head.patch. +- commit ca00e0c + +------------------------------------------------------------------- +Fri Feb 2 10:34:23 CET 2024 - rfrohl@suse.com + +- Linux 6.6.13 (bsc#1218260). +- f2fs: explicitly null-terminate the xattr list (bsc#1218260). +- pinctrl: s32cc: Avoid possible string truncation (bsc#1218260). +- kunit: Warn if tests are slow (bsc#1218260). +- kunit: Reset suite counter right before running tests + (bsc#1218260). +- pinctrl: lochnagar: Don't build on MIPS (bsc#1218260). +- ALSA: hda - Fix speaker and headset mic pin config for CHUWI + CoreBook XPro (bsc#1218260). +- mptcp: fix uninit-value in mptcp_incoming_options (bsc#1218260). +- wifi: cfg80211: lock wiphy mutex for rfkill poll (bsc#1218260). +- wifi: avoid offset calculation on NULL pointer (bsc#1218260). +- wifi: mac80211: handle 320 MHz in + ieee80211_ht_cap_ie_to_sta_ht_cap (bsc#1218260). +- debugfs: fix automount d_fsdata usage (bsc#1218260). +- ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 + bps format (bsc#1218260). +- nvme-core: fix a memory leak in nvme_ns_info_from_identify() + (bsc#1218260). +- io_uring: use fget/fput consistently (bsc#1218260). +- block: warn once for each partition in bio_check_ro() + (bsc#1218260). +- drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt + (bsc#1218260). +- drm/amdkfd: Use common function for IP version check + (bsc#1218260). +- drm/amd/display: update dcn315 lpddr pstate latency + (bsc#1218260). +- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel + null pointer (bsc#1218260). +- drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit + (bsc#1218260). +- drm/amdgpu: Use another offset for GC 9.4.3 remap (bsc#1218260). +- smb: client, common: fix fortify warnings (bsc#1218260). +- Revert "drm/prime: Unexport helpers for fd/handle conversion" + (bsc#1218260). +- blk-mq: don't count completed flush data request as inflight + in case of quiesce (bsc#1218260). +- nvme-core: check for too small lba shift (bsc#1218260). +- hwtracing: hisi_ptt: Handle the interrupt in hardirq context + (bsc#1218260). +- hwtracing: hisi_ptt: Don't try to attach a task (bsc#1218260). +- ASoC: amd: yc: Add HP 255 G10 into quirk table (bsc#1218260). +- ASoC: wm8974: Correct boost mixer inputs (bsc#1218260). +- arm64: dts: rockchip: fix rk356x pcie msg interrupt name + (bsc#1218260). +- ASoC: Intel: Skylake: Fix mem leak in few functions + (bsc#1218260). +- ASoC: nau8822: Fix incorrect type in assignment and cast to + restricted __be16 (bsc#1218260). +- ASoC: SOF: topology: Fix mem leak in sof_dai_load() + (bsc#1218260). +- ASoC: Intel: Skylake: mem leak in skl register function + (bsc#1218260). +- ASoC: cs43130: Fix the position of const qualifier + (bsc#1218260). +- ASoC: cs43130: Fix incorrect frame delay configuration + (bsc#1218260). +- ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case + (bsc#1218260). +- ASoC: rt5650: add mutex to avoid the jack detection failure + (bsc#1218260). +- ASoC: fsl_xcvr: refine the requested phy clock frequency + (bsc#1218260). +- ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI + is not available (bsc#1218260). +- ASoC: SOF: ipc4-topology: Add core_mask in struct + snd_sof_pipeline (bsc#1218260). +- ASoC: SOF: sof-audio: Modify logic for enabling/disabling + topology cores (bsc#1218260). +- nouveau/tu102: flush all pdbs on vmm flush (bsc#1218260). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13 + (bsc#1218260). +- ASoC: hdac_hda: Conditionally register dais for HDMI and Analog + (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the SRC + module (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the GAIN + module (bsc#1218260). +- pds_vdpa: fix up format-truncation complaint (bsc#1218260). +- pds_vdpa: clear config callback when status goes to 0 + (bsc#1218260). +- pds_vdpa: set features order (bsc#1218260). +- net/tg3: fix race condition in tg3_reset_task() (bsc#1218260). +- ASoC: da7219: Support low DC impedance headset (bsc#1218260). +- nvme: introduce helper function to get ctrl state (bsc#1218260). +- nvme: ensure reset state check ordering (bsc#1218260). +- nvme-ioctl: move capable() admin check to the end (bsc#1218260). +- nvme: prevent potential spectre v1 gadget (bsc#1218260). +- nvme: fix deadlock between reset and scan (bsc#1218260). +- arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru + (bsc#1218260). +- drm/amd/display: Add monitor patch for specific eDP + (bsc#1218260). +- drm/amdgpu: Add NULL checks for function pointers (bsc#1218260). +- drm/exynos: fix a potential error pointer dereference + (bsc#1218260). +- drm/exynos: fix a wrong error checking (bsc#1218260). +- ALSA: pcmtest: stop timer before buffer is released + (bsc#1218260). +- hwmon: (corsair-psu) Fix probe when built-in (bsc#1218260). +- LoongArch: Apply dynamic relocations for LLD (bsc#1218260). +- LoongArch: Set unwind stack type to unknown rather than set + error flag (bsc#1218260). +- LoongArch: Preserve syscall nr across execve() (bsc#1218260). +- clk: rockchip: rk3568: Add PLL rate for 292.5MHz (bsc#1218260). +- clk: rockchip: rk3128: Fix HCLK_OTG gate register (bsc#1218260). +- soundwire: intel_ace2x: fix AC timing setting for ACE2.x + (bsc#1218260). +- jbd2: correct the printing of write_flags in + jbd2_write_superblock() (bsc#1218260). +- jbd2: increase the journal IO's priority (bsc#1218260). +- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc + (bsc#1218260). +- neighbour: Don't let neigh_forced_gc() disable preemption for + long (bsc#1218260). +- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events + (bsc#1218260). +- efi/loongarch: Use load address to calculate kernel entry + address (bsc#1218260). +- jbd2: fix soft lockup in journal_finish_inode_data_buffers() + (bsc#1218260). +- tracing: Have large events show up as '[LINE TOO BIG]' instead + of nothing (bsc#1218260). +- tracing: Add size check when printing trace_marker output + (bsc#1218260). +- stmmac: dwmac-loongson: drop useless check for compatible + fallback (bsc#1218260). +- MIPS: dts: loongson: drop incorrect dwmac fallback compatible + (bsc#1218260). +- tracing: Fix uaf issue when open the hist or hist_debug file + (bsc#1218260). +- ring-buffer: Do not record in NMI if the arch does not support + cmpxchg in NMI (bsc#1218260). +- Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1 + (bsc#1218260). +- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning + (bsc#1218260). +- Input: atkbd - skip ATKBD_CMD_GETID in translated mode + (bsc#1218260). +- Input: i8042 - add nomux quirk for Acer P459-G2-M (bsc#1218260). +- pinctrl: amd: Mask non-wake source pins with interrupt enabled + at suspend (bsc#1218260). +- ASoC: cs35l45: Use modern pm_ops (bsc#1218260). +- ASoC: cs35l45: Prevent IRQ handling when suspending/resuming + (bsc#1218260). +- ASoC: cs35l45: Prevents spinning during runtime suspend + (bsc#1218260). +- s390/scm: fix virtual vs physical address confusion + (bsc#1218260). +- ARC: fix spare error (bsc#1218260). +- ARC: fix smatch warning (bsc#1218260). +- wifi: iwlwifi: pcie: avoid a NULL pointer dereference + (bsc#1218260). +- Input: xpad - add Razer Wolverine V2 support (bsc#1218260). +- driver core: Add a guard() definition for the device_lock() + (bsc#1218260). +- kselftest: alsa: fixed a print formatting warning (bsc#1218260). +- HID: nintendo: fix initializer element is not constant error + (bsc#1218260). +- platform/x86: thinkpad_acpi: fix for incorrect fan reporting + on some ThinkPad systems (bsc#1218260). +- platform/x86/amd/pmc: Move platform defines to header + (bsc#1218260). +- platform/x86/amd/pmc: Only run IRQ1 firmware version check on + Cezanne (bsc#1218260). +- platform/x86/amd/pmc: Move keyboard wakeup disablement detection + to pmc-quirks (bsc#1218260). +- platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework + 13 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab + S10346 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models + (bsc#1218260). +- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM + (bsc#1218260). +- HID: nintendo: Prevent divide-by-zero on code (bsc#1218260). +- i2c: rk3x: fix potential spinlock recursion on poll + (bsc#1218260). +- drm/amdkfd: svm range always mapped flag not working on APU + (bsc#1218260). +- drm/amd/display: Add case for dcn35 to support usb4 dmub hpd + event (bsc#1218260). +- drm/amd/display: get dprefclk ss info from integration info + table (bsc#1218260). +- pinctrl: cy8c95x0: Fix typo (bsc#1218260). +- pinctrl: cy8c95x0: Fix regression (bsc#1218260). +- pinctrl: cy8c95x0: Fix get_pincfg (bsc#1218260). +- posix-timers: Get rid of [COMPAT_]SYS_NI() uses (bsc#1218260). +- ida: Fix crash in ida_free when the bitmap is empty + (bsc#1218260). +- virtio_blk: fix snprintf truncation compiler warning + (bsc#1218260). +- nfc: Do not send datagram if socket state isn't LLCP_BOUND + (bsc#1218260). +- net: qrtr: ns: Return 0 if server port is not present + (bsc#1218260). +- connector: Fix proc_event_num_listeners count not cleared + (bsc#1218260). +- ARM: sun9i: smp: fix return code check of + of_property_match_string (bsc#1218260). +- x86/csum: Remove unnecessary odd handling (bsc#1218260). +- x86/csum: clean up `csum_partial' further (bsc#1218260). +- drm/crtc: fix uninitialized variable use (bsc#1218260). +- x86/microcode: do not cache microcode if it will not be used + (bsc#1218260). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 + 13-ay0xxx (bsc#1218260). +- ACPI: resource: Add another DMI match for the TongFang GMxXGxx + (bsc#1218260). +- bus: moxtet: Mark the irq as shared (bsc#1218260). +- bus: moxtet: Add spi device table (bsc#1218260). +- ASoC: SOF: Intel: hda-codec: Delay the codec device registration + (bsc#1218260). +- drm/amd/display: Pass pwrseq inst for backlight and ABM + (bsc#1218260). +- ksmbd: don't allow O_TRUNC open on read-only share + (bsc#1218260). +- ksmbd: free ppace array on error in parse_dacl (bsc#1218260). +- Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" + (bsc#1218260). +- binder: use EPOLLERR from eventpoll.h (bsc#1218260). +- binder: fix use-after-free in shinker's callback (bsc#1218260). +- binder: fix trivial typo of binder_free_buf_locked() + (bsc#1218260). +- binder: fix comment on binder_alloc_new_buf() return value + (bsc#1218260). +- uio: Fix use-after-free in uio_open (bsc#1218260). +- parport: parport_serial: Add Brainboxes BAR details + (bsc#1218260). +- parport: parport_serial: Add Brainboxes device IDs and geometry + (bsc#1218260). +- leds: ledtrig-tty: Free allocated ttyname buffer on deactivate + (bsc#1218260). +- PCI: Add ACS quirk for more Zhaoxin Root Ports (bsc#1218260). +- coresight: etm4x: Fix width of CCITMIN field (bsc#1218260). +- scripts/decode_stacktrace.sh: optionally use LLVM utilities + (bsc#1218260). +- mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval + (bsc#1218260). +- Rename to + patches.kernel.org/6.6.13-110-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch. +- commit 1942b49 + +------------------------------------------------------------------- +Fri Feb 2 10:33:31 CET 2024 - rfrohl@suse.com + +- Linux 6.6.12 (bsc#1218260). +- nfsd: drop the nfsd_put helper (bsc#1218260). +- commit 152ed54 + ------------------------------------------------------------------- Thu Feb 1 12:53:13 CET 2024 - rfrohl@suse.com @@ -329,6 +2200,23 @@ Thu Feb 1 09:57:11 CET 2024 - rfrohl@suse.com separate API (bsc#1012628). - commit 9bd35fb +------------------------------------------------------------------- +Tue Jan 30 11:54:54 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: set jobs for riscv to 8 + The same workers are used for x86 and riscv and the riscv builds take + ages. So align the riscv jobs count to x86. +- commit b2c82b9 + +------------------------------------------------------------------- +Fri Jan 26 11:55:03 CET 2024 - msuchanek@suse.de + +- mkspec: Use variant in constraints template + Constraints are not applied consistently with kernel package variants. + Add variant to the constraints template as appropriate, and expand it + in mkspec. +- commit cc68ab9 + ------------------------------------------------------------------- Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com @@ -1069,6 +2957,68 @@ Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch. - commit ef1c32e +------------------------------------------------------------------- +Fri Jan 26 07:27:41 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: add static multibuild packages + Commit 841012b049a5 (rpm/mkspec: use kernel-source: prefix for + constraints on multibuild) added "kernel-source:" prefix to the + dynamically generated kernels. But there are also static ones like + kernel-docs. Those fail to build as the constraints are still not + applied. + So add the prefix also to the static ones. + Note kernel-docs-rt is given kernel-source-rt prefix. I am not sure it + will ever be multibuilt... +- commit c2e0681 + +------------------------------------------------------------------- +Thu Jan 25 12:41:57 CET 2024 - msuchanek@suse.de + +- Revert "Limit kernel-source build to architectures for which the kernel binary" + This reverts commit 08a9e44c00758b5f3f3b641830ab6affff041132. + The fix for bsc#1108281 directly causes bsc#1218768, revert. +- commit 2943b8a + +------------------------------------------------------------------- +Thu Jan 25 12:39:11 CET 2024 - msuchanek@suse.de + +- mkspec: Include constraints for both multibuild and plain package always + There is no need to check for multibuild flag, the constraints can be + always generated for both cases. +- commit 308ea09 + +------------------------------------------------------------------- +Thu Jan 25 11:53:37 CET 2024 - jslaby@suse.cz + +- rpm/mkspec: use kernel-source: prefix for constraints on multibuild + Otherwise the constraints are not applied with multibuild enabled. +- commit 841012b + +------------------------------------------------------------------- +Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz + +- rpm/kernel-source.rpmlintrc: add action-ebpf + Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf + plugin) added this precompiled binary blob. Adapt rpmlintrc for + kernel-source. +- commit b5ccb33 + +------------------------------------------------------------------- +Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de + +- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old + The previous change added the manual entry from kernel-sources.change.old + to old_changelog.txt unnecessarily. Let's fix it. +- commit fb033e8 + +------------------------------------------------------------------- +Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz + +- rpm/kernel-docs.spec.in: fix build with 6.8 + Since upstream commit f061c9f7d058 (Documentation: Document each netlink + family), the build needs python yaml. +- commit 6a7ece3 + ------------------------------------------------------------------- Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com @@ -1280,6 +3230,24 @@ Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1ef6c36 +------------------------------------------------------------------- +Mon Jan 15 14:52:49 CET 2024 - rfrohl@suse.com + +- Update README.BRANCH (bsc#1218260). +- commit fed66f4 + +------------------------------------------------------------------- +Mon Jan 15 14:40:22 CET 2024 - rfrohl@suse.com + +- config: Remove unsupported architectures, add longterm config (bsc#1218260). +- commit fa1ed81 + +------------------------------------------------------------------- +Mon Jan 15 14:26:11 CET 2024 - rfrohl@suse.com + +- rpm/config.sh: Update VARIANT and remove unsupported architecture build projects (bsc#1218260). +- commit 9c1fec8 + ------------------------------------------------------------------- Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com @@ -1294,6 +3262,235 @@ Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first. - commit ea3257f +------------------------------------------------------------------- +Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de + +- Store the old kernel changelog entries in kernel-docs package (bsc#1218713) + The old entries are found in kernel-docs/old_changelog.txt in docdir. + rpm/old_changelog.txt can be an optional file that stores the similar + info like rpm/kernel-sources.changes.old. It can specify the commit + range that have been truncated. scripts/tar-up.sh expands from the + git log accordingly. +- commit c9a2566 + +------------------------------------------------------------------- +Thu Jan 11 09:01:39 CET 2024 - jslaby@suse.cz + +- keys, dns: Fix size check of V1 server-list header (git-fixes). +- commit 05ae4ad + +------------------------------------------------------------------- +Thu Jan 11 08:05:24 CET 2024 - jslaby@suse.cz + +- Linux 6.6.11 (bsc#1012628). +- keys, dns: Fix missing size check of V1 server-list header + (bsc#1012628). +- ALSA: hda/tas2781: do not use regcache (bsc#1012628). +- ALSA: hda/tas2781: move set_drv_data outside tasdevice_init + (bsc#1012628). +- ALSA: hda/tas2781: remove sound controls in unbind + (bsc#1012628). +- ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion + 14-ec1xxx series (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook + 440 G6 (bsc#1012628). +- drm/amd/display: pbn_div need be updated for hotplug event + (bsc#1012628). +- mptcp: prevent tcp diag from closing listener subflows + (bsc#1012628). +- Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()" + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, + G200SE (bsc#1012628). +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1012628). +- cifs: do not depend on release_iface for maintaining iface_list + (bsc#1012628). +- KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL + (bsc#1012628). +- accel/qaic: Fix GEM import path code (bsc#1012628). +- accel/qaic: Implement quirk for SOC_HW_VERSION (bsc#1012628). +- wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ + (bsc#1012628). +- drm/bridge: parade-ps8640: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ps8640: Fix size mismatch warning w/ len + (bsc#1012628). +- netfilter: nf_tables: set transport offset from mac header + for netdev/egress (bsc#1012628). +- nfc: llcp_core: Hold a ref to llcp_local->dev when holding a + ref to llcp_local (bsc#1012628). +- octeontx2-af: Fix marking couple of structure as __packed + (bsc#1012628). +- drm/i915/dp: Fix passing the correct DPCD_REV for + drm_dp_set_phy_test_pattern (bsc#1012628). +- drm/i915/perf: Update handling of MMIO triggered reports + (bsc#1012628). +- ice: Fix link_down_on_close message (bsc#1012628). +- ice: Shut down VSI with "link-down-on-close" enabled + (bsc#1012628). +- i40e: Fix filter input checks to prevent config with invalid + values (bsc#1012628). +- igc: Report VLAN EtherType matching back to user (bsc#1012628). +- igc: Check VLAN TCI mask (bsc#1012628). +- igc: Check VLAN EtherType mask (bsc#1012628). +- ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable + (bsc#1012628). +- ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset + (bsc#1012628). +- mlxbf_gige: fix receive packet race condition (bsc#1012628). +- net: sched: em_text: fix possible memory leak in + em_text_destroy() (bsc#1012628). +- r8169: Fix PCI error on system resume (bsc#1012628). +- net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) + (bsc#1012628). +- selftests: bonding: do not set port down when adding to bond + (bsc#1012628). +- ARM: sun9i: smp: Fix array-index-out-of-bounds read in + sunxi_mc_smp_init (bsc#1012628). +- sfc: fix a double-free bug in efx_probe_filters (bsc#1012628). +- net: bcmgenet: Fix FCS generation for fragmented skbuffs + (bsc#1012628). +- netfilter: nf_nat: fix action not being set for all ct states + (bsc#1012628). +- netfilter: nft_immediate: drop chain reference counter on error + (bsc#1012628). +- net: Save and restore msg_namelen in sock_sendmsg (bsc#1012628). +- i40e: fix use-after-free in i40e_aqc_add_filters() + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Fix event generation (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux + (bsc#1012628). +- i40e: Restore VF MSI-X state during PCI reset (bsc#1012628). +- igc: Fix hicredit calculation (bsc#1012628). +- apparmor: Fix move_mount mediation by detecting if source is + detached (bsc#1012628). +- virtio_net: avoid data-races on dev->stats fields (bsc#1012628). +- virtio_net: fix missing dma unmap for resize (bsc#1012628). +- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues + (bsc#1012628). +- net/smc: fix invalid link access in dumping SMC-R connections + (bsc#1012628). +- octeontx2-af: Always configure NIX TX link credits based on + max frame size (bsc#1012628). +- octeontx2-af: Re-enable MAC TX in otx2_stop processing + (bsc#1012628). +- asix: Add check for usbnet_get_endpoints (bsc#1012628). +- net: ravb: Wait for operating mode to be applied (bsc#1012628). +- bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() + (bsc#1012628). +- net: Implement missing SO_TIMESTAMPING_NEW cmsg support + (bsc#1012628). +- mm: convert DAX lock/unlock page to lock/unlock folio + (bsc#1012628). +- mm/memory-failure: pass the folio and the page to + collect_procs() (bsc#1012628). +- xsk: add multi-buffer support for sockets sharing umem + (bsc#1012628). +- media: qcom: camss: Fix V4L2 async notifier error path + (bsc#1012628). +- media: qcom: camss: Fix genpd cleanup (bsc#1012628). +- tcp: derive delack_max from rto_min (bsc#1012628). +- bpftool: Fix -Wcast-qual warning (bsc#1012628). +- bpftool: Align output skeleton ELF code (bsc#1012628). +- crypto: xts - use 'spawn' for underlying single-block cipher + (bsc#1012628). +- crypto: qat - fix double free during reset (bsc#1012628). +- crypto: hisilicon/qm - fix EQ/AEQ interrupt issue (bsc#1012628). +- vfio/mtty: Overhaul mtty interrupt handling (bsc#1012628). +- clk: si521xx: Increase stack based print buffer size in probe + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache WQ flush (bsc#1012628). +- ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() + cleanup (bsc#1012628). +- rcu: Break rcu_node_0 --> &rq->__lock order (bsc#1012628). +- rcu: Introduce rcu_cpu_online() (bsc#1012628). +- rcu/tasks: Handle new PF_IDLE semantics (bsc#1012628). +- rcu/tasks-trace: Handle new PF_IDLE semantics (bsc#1012628). +- riscv: don't probe unaligned access speed if already done + (bsc#1012628). +- KVM: s390: vsie: fix wrong VIR 37 when MSO is used + (bsc#1012628). +- phy: ti: gmii-sel: Fix register offset when parent is not a + syscon node (bsc#1012628). +- dmaengine: ti: k3-psil-am62: Fix SPI PDMA data (bsc#1012628). +- dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data (bsc#1012628). +- dmaengine: fsl-edma: Do not suspend and resume the masked dma + channel when the system is sleeping (bsc#1012628). +- dmaengine: fsl-edma: Add judgment on enabling round robin + arbitration (bsc#1012628). +- iio: imu: adis16475: use bit numbers in assign_bit() + (bsc#1012628). +- iommu/vt-d: Support enforce_cache_coherency only for empty + domains (bsc#1012628). +- phy: mediatek: mipi: mt8183: fix minimal supported frequency + (bsc#1012628). +- phy: sunplus: return negative error code in sp_usb_phy_probe + (bsc#1012628). +- clk: rockchip: rk3128: Fix aclk_peri_src's parent (bsc#1012628). +- clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name + (bsc#1012628). +- drm/i915: Call intel_pre_plane_updates() also for pipes getting + enabled (bsc#1012628). +- drm/amd/display: Increase num voltage states to 40 + (bsc#1012628). +- cxl: Add cxl_decoders_committed() helper (bsc#1012628). +- cxl/core: Always hold region_rwsem while reading poison lists + (bsc#1012628). +- kernel/resource: Increment by align value in + get_free_mem_region() (bsc#1012628). +- drm/amd/display: Increase frame warning limit with KASAN or + KCSAN in dml (bsc#1012628). +- dmaengine: idxd: Protect int_handle field in hw descriptor + (bsc#1012628). +- dmaengine: fsl-edma: fix wrong pointer check in + fsl_edma3_attach_pd() (bsc#1012628). +- RISCV: KVM: update external interrupt atomically for IMSIC + swfile (bsc#1012628). +- powerpc/pseries/vas: Migration suspend waits for no in-progress + open windows (bsc#1012628). +- net: prevent mss overflow in skb_segment() (bsc#1012628). +- cxl/pmu: Ensure put_device on pmu devices (bsc#1012628). +- net: libwx: fix memory leak on free page (bsc#1012628). +- net: constify sk_dst_get() and __sk_dst_get() argument + (bsc#1012628). +- mm/mglru: skip special VMAs in lru_gen_look_around() + (bsc#1012628). +- x86/kprobes: fix incorrect return address calculation in + kprobe_emulate_call_indirect (bsc#1012628). +- i2c: core: Fix atomic xfer check for non-preempt config + (bsc#1012628). +- mm: fix unmap_mapping_range high bits shift bug (bsc#1012628). +- drm/amdgpu: skip gpu_info fw loading on navi12 (bsc#1012628). +- drm/amd/display: add nv12 bounding box (bsc#1012628). +- drm/amd/display: Fix sending VSC (+ colorimetry) packets for + DP/eDP displays without PSR (bsc#1012628). +- mmc: meson-mx-sdhc: Fix initialization frozen issue + (bsc#1012628). +- mmc: rpmb: fixes pause retune on all RPMB partitions + (bsc#1012628). +- mmc: core: Cancel delayed work before releasing host + (bsc#1012628). +- mmc: sdhci-sprd: Fix eMMC init failure after hw reset + (bsc#1012628). +- cxl: Add cxl_num_decoders_committed() usage to cxl_test + (bsc#1012628). +- cxl/hdm: Fix a benign lockdep splat (bsc#1012628). +- cxl/memdev: Hold region_rwsem during inject and clear poison + ops (bsc#1012628). +- media: qcom: camss: Comment CSID dt_id field (bsc#1012628). +- Rename to + patches.kernel.org/6.6.11-110-firewire-ohci-suppress-unexpected-system-reboo.patch. +- commit f421cf4 + ------------------------------------------------------------------- Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com @@ -1546,6 +3743,117 @@ Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1dc1956 +------------------------------------------------------------------- +Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de + +- smb: client: fix potential OOB in smb2_dump_detail() + (bsc#1217946 CVE-2023-6610). +- commit edb885a + +------------------------------------------------------------------- +Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de + +- Limit kernel-source build to architectures for which the kernel binary + is built (bsc#1108281). +- commit 08a9e44 + +------------------------------------------------------------------- +Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status and move to sorted section. +- commit 7d3b8d0 + +------------------------------------------------------------------- +Mon Jan 8 08:15:20 CET 2024 - jslaby@suse.cz + +- Linux 6.6.10 (bsc#1012628). +- Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI + device probe" (bsc#1012628). +- netfilter: nf_tables: skip set commit for deleted/destroyed sets + (bsc#1012628). +- wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x) + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- tracing: Fix blocked reader of snapshot buffer (bsc#1012628). +- ftrace: Fix modification of direct_function hash while in use + (bsc#1012628). +- ring-buffer: Fix wake ups when buffer_percent is set to 100 + (bsc#1012628). +- Revert "nvme-fc: fix race between error recovery and creating + association" (bsc#1012628). +- mm/memory-failure: check the mapcount of the precise page + (bsc#1012628). +- mm/memory-failure: cast index to loff_t before shifting it + (bsc#1012628). +- mm: migrate high-order folios in swap cache correctly + (bsc#1012628). +- mm/filemap: avoid buffered read/write race to read inconsistent + data (bsc#1012628). +- selftests: secretmem: floor the memory size to the multiple + of page_size (bsc#1012628). +- maple_tree: do not preallocate nodes for slot stores + (bsc#1012628). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() + (bsc#1012628). +- platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback + (bsc#1012628). +- platform/x86/intel/pmc: Allow reenabling LTRs (bsc#1012628). +- platform/x86/intel/pmc: Add suspend callback (bsc#1012628). +- block: renumber QUEUE_FLAG_HW_WC (bsc#1012628). +- mptcp: fix inconsistent state on fastopen race (bsc#1012628). +- mptcp: fix possible NULL pointer dereference on close + (bsc#1012628). +- mptcp: refactor sndbuf auto-tuning (bsc#1012628). +- linux/export: Ensure natural alignment of kcrctab array + (bsc#1012628). +- linux/export: Fix alignment for 64-bit ksymtab entries + (bsc#1012628). +- kexec: select CRYPTO from KEXEC_FILE instead of depending on it + (bsc#1012628). +- kexec: fix KEXEC_FILE dependencies (bsc#1012628). +- Update config files. + The defaults for s390 taken from the master branch. +- virtio_ring: fix syncs DMA memory with different direction + (bsc#1012628). +- fs: cifs: Fix atime update check (bsc#1012628). +- client: convert to new timestamp accessors (bsc#1012628). +- fs: new accessor methods for atime and mtime (bsc#1012628). +- ksmbd: avoid duplicate opinfo_put() call on error of + smb21_lease_break_ack() (bsc#1012628). +- ksmbd: lazy v2 lease break on smb2_write() (bsc#1012628). +- ksmbd: send v2 lease break notification for directory + (bsc#1012628). +- ksmbd: downgrade RWH lease caching state to RH for directory + (bsc#1012628). +- ksmbd: set v2 lease capability (bsc#1012628). +- ksmbd: set epoch in create context v2 lease (bsc#1012628). +- ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error + (bsc#1012628). +- ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId + (bsc#1012628). +- ksmbd: release interim response after sending status pending + response (bsc#1012628). +- ksmbd: move oplock handling after unlock parent dir + (bsc#1012628). +- ksmbd: separately allocate ci per dentry (bsc#1012628). +- ksmbd: prevent memory leak on error return (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked() + (bsc#1012628). +- ksmbd: no need to wait for binded connection termination at + logoff (bsc#1012628). +- ksmbd: add support for surrogate pair conversion (bsc#1012628). +- ksmbd: fix missing RDMA-capable flag for IPoIB device in + ksmbd_rdma_capable_netdev() (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr() + (bsc#1012628). +- ksmbd: reorganize ksmbd_iov_pin_rsp() (bsc#1012628). +- ksmbd: Remove unused field in ksmbd_user struct (bsc#1012628). +- commit b5b393f + ------------------------------------------------------------------- Fri Jan 5 17:13:22 CET 2024 - rfrohl@suse.com @@ -1722,6 +4030,28 @@ Fri Jan 5 10:20:08 CET 2024 - petr.pavlu@suse.com (jsc#PED-5021)"), remove the now unused file from the tree. - commit 7af3a92 +------------------------------------------------------------------- +Fri Jan 5 08:21:44 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status. +- commit 6da42fc + +------------------------------------------------------------------- +Thu Jan 4 08:08:35 CET 2024 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to keep up with the lost configs. +- commit 473d8d7 + +------------------------------------------------------------------- +Thu Jan 4 07:35:06 CET 2024 - jslaby@suse.cz + +- firewire: ohci: suppress unexpected system reboot in AMD Ryzen + machines and ASM108x/VT630x PCIe cards (bsc#1215436). +- commit 139a7b3 + ------------------------------------------------------------------- Wed Jan 3 19:47:37 CET 2024 - msuchanek@suse.de @@ -1750,7 +4080,282 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de - rpm/config.sh: Enable multibuild. -- commit 14b497b +- commit cf15421 + +------------------------------------------------------------------- +Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz + +- Linux 6.6.9 (bsc#1012628). +- bpf: Fix prog_array_map_poke_run map poke update (bsc#1012628). +- mm/damon/core: use number of passed access sampling as a timer + (bsc#1012628). +- mm/damon/core: make damon_start() waits until kdamond_fn() + starts (bsc#1012628). +- btrfs: qgroup: iterate qgroups without memory allocation for + qgroup_reserve() (bsc#1012628). +- btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta() + (bsc#1012628). +- btrfs: free qgroup pertrans reserve on transaction abort + (bsc#1012628). +- drm/amd/display: fix hw rotated modes when PSR-SU is enabled + (bsc#1012628). +- drm/i915: Fix FEC state dump (bsc#1012628). +- drm/i915: Introduce crtc_state->enhanced_framing (bsc#1012628). +- drm/i915/edp: don't write to DP_LINK_BW_SET when using rate + select (bsc#1012628). +- drm: Update file owner during use (bsc#1012628). +- drm: Fix FD ownership check in drm_master_check_perm() + (bsc#1012628). +- spi: spi-imx: correctly configure burst length when using dma + (bsc#1012628). +- arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3 + (bsc#1012628). +- ARM: dts: dra7: Fix DRA7 L3 NoC node register size + (bsc#1012628). +- ARM: OMAP2+: Fix null pointer dereference and memory leak in + omap_soc_device_init (bsc#1012628). +- reset: Fix crash when freeing non-existent optional resets + (bsc#1012628). +- s390/vx: fix save/restore of fpu kernel context (bsc#1012628). +- platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore() + (bsc#1012628). +- SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806 + (bsc#1012628). +- wifi: ieee80211: don't require protected vendor action frames + (bsc#1012628). +- wifi: iwlwifi: pcie: add another missing bh-disable for + rxq->lock (bsc#1012628). +- wifi: mac80211: check if the existing link config remains + unchanged (bsc#1012628). +- wifi: mac80211: don't re-add debugfs during reconfig + (bsc#1012628). +- wifi: mac80211: check defragmentation succeeded (bsc#1012628). +- wifi: mac80211: mesh: check element parsing succeeded + (bsc#1012628). +- wifi: mac80211: mesh_plink: fix matches_local logic + (bsc#1012628). +- ice: fix theoretical out-of-bounds access in ethtool link modes + (bsc#1012628). +- bpf: syzkaller found null ptr deref in unix_bpf proto add + (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header in update + funcs" (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header" + (bsc#1012628). +- net/mlx5e: Fix slab-out-of-bounds in + mlx5_query_nic_vport_mac_list() (bsc#1012628). +- net/mlx5e: Fix a race in command alloc flow (bsc#1012628). +- net/mlx5e: fix a potential double-free in fs_udp_create_groups + (bsc#1012628). +- net/mlx5e: Fix overrun reported by coverity (bsc#1012628). +- net/mlx5e: Decrease num_block_tc when unblock tc offload + (bsc#1012628). +- net/mlx5e: XDP, Drop fragmented packets larger than MTU size + (bsc#1012628). +- net/mlx5: Fix fw tracer first block check (bsc#1012628). +- net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport + num (bsc#1012628). +- net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get() + (bsc#1012628). +- net/mlx5e: Fix error codes in alloc_branch_attr() (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer used by representors (bsc#1012628). +- net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- octeontx2-pf: Fix graceful exit during PFC configuration failure + (bsc#1012628). +- net: Return error from sk_stream_wait_connect() if + sk_wait_event() fails (bsc#1012628). +- net: sched: ife: fix potential use-after-free (bsc#1012628). +- ethernet: atheros: fix a memleak in atl1e_setup_ring_resources + (bsc#1012628). +- net/rose: fix races in rose_kill_by_device() (bsc#1012628). +- Bluetooth: Fix not notifying when connection encryption changes + (bsc#1012628). +- Bluetooth: Fix deadlock in vhci_send_frame (bsc#1012628). +- Bluetooth: hci_event: shut up a false-positive warning + (bsc#1012628). +- Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis (bsc#1012628). +- bnxt_en: do not map packet buffers twice (bsc#1012628). +- net: phy: skip LED triggers on PHYs on SFP modules + (bsc#1012628). +- ice: stop trashing VF VSI aggregator node ID information + (bsc#1012628). +- ice: alter feature support check for SRIOV and LAG + (bsc#1012628). +- ice: Fix PF with enabled XDP going no-carrier after reset + (bsc#1012628). +- net: mana: select PAGE_POOL (bsc#1012628). +- net: check vlan filter feature in vlan_vids_add_by_dev() + and vlan_vids_del_by_dev() (bsc#1012628). +- afs: Fix the dynamic root's d_delete to always delete unused + dentries (bsc#1012628). +- afs: Fix dynamic root lookup DNS check (bsc#1012628). +- net: ethernet: mtk_wed: fix possible NULL pointer dereference + in mtk_wed_wo_queue_tx_clean() (bsc#1012628). +- net/ipv6: Revert remove expired routes with a separated list + of routes (bsc#1012628). +- net: check dev->gso_max_size in gso_features_check() + (bsc#1012628). +- keys, dns: Allow key types (eg. DNS) to be reclaimed immediately + on expiry (bsc#1012628). +- afs: Fix overwriting of result of DNS query (bsc#1012628). +- afs: Fix use-after-free due to get/remove race in volume tree + (bsc#1012628). +- drm/i915/hwmon: Fix static analysis tool reported issues + (bsc#1012628). +- drm/i915/mtl: Fix HDMI/DP PLL clock selection (bsc#1012628). +- ASoC: hdmi-codec: fix missing report for jack initial status + (bsc#1012628). +- ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (bsc#1012628). +- i2c: qcom-geni: fix missing clk_disable_unprepare() and + geni_se_resources_off() (bsc#1012628). +- drm/amdgpu: re-create idle bo's PTE during VM state machine + reset (bsc#1012628). +- i2c: aspeed: Handle the coalesced stop conditions with the + start conditions (bsc#1012628). +- x86/xen: add CPU dependencies for 32-bit build (bsc#1012628). +- pinctrl: at91-pio4: use dedicated lock class for IRQ + (bsc#1012628). +- gpiolib: cdev: add gpio_device locking wrapper around + gpio_ioctl() (bsc#1012628). +- nvme-pci: fix sleeping function called from interrupt context + (bsc#1012628). +- interconnect: Treat xlate() returning NULL node as an error + (bsc#1012628). +- iio: imu: inv_mpu6050: fix an error code problem in + inv_mpu6050_read_raw (bsc#1012628). +- interconnect: qcom: sm8250: Enable sync_state (bsc#1012628). +- Input: ipaq-micro-keys - add error handling for devm_kmemdup + (bsc#1012628). +- iio: adc: meson: add separate config for axg SoC family + (bsc#1012628). +- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (bsc#1012628). +- scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in + ufs_qcom_clk_scale_notify() (bsc#1012628). +- scsi: ufs: core: Let the sq_lock protect sq_tail_slot access + (bsc#1012628). +- iio: kx022a: Fix acceleration value scaling (bsc#1012628). +- iio: adc: imx93: add four channels for imx93 adc (bsc#1012628). +- iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion + time table (bsc#1012628). +- iio: imu: adis16475: add spi_device_id table (bsc#1012628). +- iio: adc: ti_am335x_adc: Fix return value check of + tiadc_request_dma() (bsc#1012628). +- iio: tmag5273: fix temperature offset (bsc#1012628). +- iio: triggered-buffer: prevent possible freeing of wrong buffer + (bsc#1012628). +- ALSA: usb-audio: Increase delay in MOTU M quirk (bsc#1012628). +- ARM: dts: Fix occasional boot hang for am3 usb (bsc#1012628). +- usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate + 3.0 G3 (bsc#1012628). +- wifi: mt76: fix crash with WED rx support enabled (bsc#1012628). +- wifi: cfg80211: Add my certificate (bsc#1012628). +- wifi: cfg80211: fix certs build to not depend on file order + (bsc#1012628). +- USB: serial: ftdi_sio: update Actisense PIDs constant names + (bsc#1012628). +- USB: serial: option: add Quectel EG912Y module support + (bsc#1012628). +- USB: serial: option: add Foxconn T99W265 with new baseline + (bsc#1012628). +- USB: serial: option: add Quectel RM500Q R13 firmware support + (bsc#1012628). +- ALSA: hda/tas2781: select program 0, conf 0 by default + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA (bsc#1012628). +- ASoC: tas2781: check the validity of prm_no/cfg_no + (bsc#1012628). +- Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has + been sent (bsc#1012628). +- Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + (bsc#1012628). +- Bluetooth: L2CAP: Send reject on command corrupted request + (bsc#1012628). +- Bluetooth: MGMT/SMP: Fix address type when using SMP over + BREDR/LE (bsc#1012628). +- Bluetooth: Add more enc key size check (bsc#1012628). +- usb: typec: ucsi: fix gpio-based orientation detection + (bsc#1012628). +- usb: fotg210-hcd: delete an incorrect bounds test (bsc#1012628). +- net: usb: ax88179_178a: avoid failed operations when device + is disconnected (bsc#1012628). +- Input: soc_button_array - add mapping for airplane mode button + (bsc#1012628). +- net: 9p: avoid freeing uninit memory in p9pdu_vreadf + (bsc#1012628). +- net: rfkill: gpio: set GPIO direction (bsc#1012628). +- net: ks8851: Fix TX stall caused by TX buffer overrun + (bsc#1012628). +- net: avoid build bug in skb extension length calculation + (bsc#1012628). +- net: stmmac: fix incorrect flag check in timestamp interrupt + (bsc#1012628). +- dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp (bsc#1012628). +- nfsd: call nfsd_last_thread() before final nfsd_put() + (bsc#1012628). +- smb: client: fix OOB in cifsd when receiving compounded resps + (bsc#1012628). +- smb: client: fix potential OOB in cifs_dump_detail() + (bsc#1012628). +- smb: client: fix OOB in SMB2_query_info_init() (bsc#1012628). +- drm/i915: Reject async flips with bigjoiner (bsc#1012628). +- drm/i915/dmc: Don't enable any pipe DMC events (bsc#1012628). +- 9p: prevent read overrun in protocol dump tracepoint + (bsc#1012628). +- ring-buffer: Fix 32-bit rb_time_read() race with + rb_time_cmpxchg() (bsc#1012628). +- ring-buffer: Remove useless update to write_stamp in + rb_try_to_discard() (bsc#1012628). +- ring-buffer: Fix slowpath of interrupted event (bsc#1012628). +- spi: atmel: Do not cancel a transfer upon any signal + (bsc#1012628). +- spi: atmel: Prevent spi transfers from being killed + (bsc#1012628). +- spi: atmel: Fix clock issue when using devices with different + polarities (bsc#1012628). +- nvmem: brcm_nvram: store a copy of NVRAM content (bsc#1012628). +- Revert "scsi: aacraid: Reply queue mapping to CPUs based on + IRQ affinity" (bsc#1012628). +- scsi: core: Always send batch on reset or error handling command + (bsc#1012628). +- tracing / synthetic: Disable events after testing in + synth_event_gen_test_init() (bsc#1012628). +- dm-integrity: don't modify bio's immutable bio_vec in + integrity_metadata() (bsc#1012628). +- selftests: mptcp: join: fix subflow_send_ack lookup + (bsc#1012628). +- pinctrl: starfive: jh7110: ignore disabled device tree nodes + (bsc#1012628). +- pinctrl: starfive: jh7100: ignore disabled device tree nodes + (bsc#1012628). +- bus: ti-sysc: Flush posted write only after srst_udelay + (bsc#1012628). +- gpio: dwapb: mask/unmask IRQ when disable/enale it + (bsc#1012628). +- lib/vsprintf: Fix %pfwf when current node refcount == 0 + (bsc#1012628). +- thunderbolt: Fix memory leak in margining_port_remove() + (bsc#1012628). +- KVM: arm64: vgic: Simplify kvm_vgic_destroy() (bsc#1012628). +- KVM: arm64: vgic: Add a non-locking primitive for + kvm_vgic_vcpu_destroy() (bsc#1012628). +- KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy + (bsc#1012628). +- x86/alternatives: Sync core before enabling interrupts + (bsc#1012628). +- x86/alternatives: Disable interrupts and sync when optimizing + NOPs in place (bsc#1012628). +- x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully + (bsc#1012628). +- spi: cadence: revert "Add SPI transfer delays" (bsc#1012628). +- Rename to + patches.kernel.org/6.6.9-128-smb-client-fix-OOB-in-smbCalcSize.patch. +- commit 61d1d44 ------------------------------------------------------------------- Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com @@ -1952,6 +4557,13 @@ Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 80524fb +------------------------------------------------------------------- +Tue Dec 26 23:47:20 CET 2023 - palcantara@suse.de + +- smb: client: fix OOB in smbCalcSize() (bsc#1217947 + CVE-2023-6606). +- commit c2168b0 + ------------------------------------------------------------------- Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com @@ -2136,6 +4748,308 @@ Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com table (bsc#1218052). - commit 818425a +------------------------------------------------------------------- +Wed Dec 20 17:29:01 CET 2023 - jslaby@suse.cz + +- Linux 6.6.8 (bsc#1012628). +- r8152: add vendor/device ID pair for ASUS USB-C2500 + (bsc#1012628). +- ext4: fix warning in ext4_dio_write_end_io() (bsc#1012628). +- ksmbd: fix memory leak in smb2_lock() (bsc#1012628). +- afs: Fix refcount underflow from error handling race + (bsc#1012628). +- HID: lenovo: Restrict detection of patched firmware only to + USB cptkbd (bsc#1012628). +- net/mlx5e: Honor user choice of IPsec replay window size + (bsc#1012628). +- net/mlx5e: Ensure that IPsec sequence packet number starts + from 1 (bsc#1012628). +- net/mlx5e: Unify esw and normal IPsec status table + creation/destruction (bsc#1012628). +- net/mlx5e: Tidy up IPsec NAT-T SA discovery (bsc#1012628). +- net/mlx5e: Reduce eswitch mode_lock protection context + (bsc#1012628). +- net/mlx5e: Check the number of elements before walk TC + rhashtable (bsc#1012628). +- RDMA/mlx5: Send events from IB driver about device affiliation + state (bsc#1012628). +- net/mlx5e: Disable IPsec offload support if not FW steering + (bsc#1012628). +- net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work + (bsc#1012628). +- net/mlx5e: TC, Don't offload post action rule if not supported + (bsc#1012628). +- net/mlx5: Nack sync reset request when HotPlug is enabled + (bsc#1012628). +- net/mlx5e: Check netdev pointer before checking its net ns + (bsc#1012628). +- net/mlx5: Fix a NULL vs IS_ERR() check (bsc#1012628). +- net: ipv6: support reporting otherwise unknown prefix flags + in RTM_NEWPREFIX (bsc#1012628). +- qca_debug: Prevent crash on TX ring changes (bsc#1012628). +- qca_debug: Fix ethtool -G iface tx behavior (bsc#1012628). +- qca_spi: Fix reset behavior (bsc#1012628). +- bnxt_en: Clear resource reservation during resume (bsc#1012628). +- bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() + (bsc#1012628). +- bnxt_en: Fix wrong return value check in bnxt_close_nic() + (bsc#1012628). +- bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &cli_queue_lock + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &tx_queue_lock + (bsc#1012628). +- net: fec: correct queue selection (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_nix_register_reporters + (bsc#1012628). +- net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table + (bsc#1012628). +- octeon_ep: explicitly test for firmware ready value + (bsc#1012628). +- octeontx2-pf: Fix promisc mcam entry action (bsc#1012628). +- octeontx2-af: Update RSS algorithm index (bsc#1012628). +- octeontx2-af: Fix pause frame configuration (bsc#1012628). +- atm: Fix Use-After-Free in do_vcc_ioctl (bsc#1012628). +- net/rose: Fix Use-After-Free in rose_ioctl (bsc#1012628). +- iavf: Introduce new state machines for flow director + (bsc#1012628). +- iavf: Handle ntuple on/off based on new state machines for + flow director (bsc#1012628). +- iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close + (bsc#1012628). +- qed: Fix a potential use-after-free in qed_cxt_tables_alloc + (bsc#1012628). +- net: Remove acked SYN flag from packet in the transmit queue + correctly (bsc#1012628). +- net: ena: Destroy correct number of xdp queues upon failure + (bsc#1012628). +- net: ena: Fix xdp drops handling due to multibuf packets + (bsc#1012628). +- net: ena: Fix DMA syncing in XDP path when SWIOTLB is on + (bsc#1012628). +- net: ena: Fix XDP redirection error (bsc#1012628). +- stmmac: dwmac-loongson: Make sure MDIO is initialized before + use (bsc#1012628). +- sign-file: Fix incorrect return values check (bsc#1012628). +- vsock/virtio: Fix unsigned integer wrap around in + virtio_transport_has_space() (bsc#1012628). +- dpaa2-switch: fix size of the dma_unmap (bsc#1012628). +- dpaa2-switch: do not ask for MDB, VLAN and FDB replay + (bsc#1012628). +- net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX + (bsc#1012628). +- net: stmmac: Handle disabled MDIO busses from devicetree + (bsc#1012628). +- appletalk: Fix Use-After-Free in atalk_ioctl (bsc#1012628). +- net: atlantic: fix double free in ring reinit logic + (bsc#1012628). +- cred: switch to using atomic_long_t (bsc#1012628). +- cred: get rid of CONFIG_DEBUG_CREDENTIALS (bsc#1012628). +- HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[] + (bsc#1012628). +- HID: Add quirk for Labtec/ODDOR/aikeec handbrake (bsc#1012628). +- fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP + (bsc#1012628). +- fuse: share lookup state between submount and its parent + (bsc#1012628). +- fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with + FUSE_DIRECT_IO_ALLOW_MMAP (bsc#1012628). +- fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() + (bsc#1012628). +- io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* + implementation (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB + (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 + variants (bsc#1012628). +- ALSA: hda/realtek: Apply mute LED quirk for HP15-db + (bsc#1012628). +- ALSA: hda/tas2781: leave hda_component in usable state + (bsc#1012628). +- ALSA: hda/tas2781: handle missing EFI calibration data + (bsc#1012628). +- ALSA: hda/tas2781: call cleanup functions only once + (bsc#1012628). +- ALSA: hda/tas2781: reset the amp before component_add + (bsc#1012628). +- Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + (bsc#1012628). +- PCI: loongson: Limit MRRS to 256 (bsc#1012628). +- PCI/ASPM: Add pci_enable_link_state_locked() (bsc#1012628). +- ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE + (bsc#1012628). +- PCI: vmd: Fix potential deadlock when enabling ASPM + (bsc#1012628). +- drm/mediatek: fix kernel oops if no crtc is found (bsc#1012628). +- drm/mediatek: Add spinlock for setting vblank event in + atomic_begin (bsc#1012628). +- accel/ivpu: Print information about used workarounds + (bsc#1012628). +- accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization + (bsc#1012628). +- drm/i915/selftests: Fix engine reset count storage for + multi-tile (bsc#1012628). +- drm/i915: Use internal class when counting engine resets + (bsc#1012628). +- selftests/mm: cow: print ksft header before printing anything + else (bsc#1012628). +- x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM + (bsc#1012628). +- usb: aqc111: check packet for fixup for true limit + (bsc#1012628). +- stmmac: dwmac-loongson: Add architecture dependency + (bsc#1012628). +- rxrpc: Fix some minor issues with bundle tracing (bsc#1012628). +- blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read + lock required!" (bsc#1012628). +- blk-cgroup: bypass blkcg_deactivate_policy after destroying + (bsc#1012628). +- bcache: avoid oversize memory allocation by small stripe_size + (bsc#1012628). +- bcache: remove redundant assignment to variable cur_idx + (bsc#1012628). +- bcache: add code comments for bch_btree_node_get() and + __bch_btree_node_alloc() (bsc#1012628). +- bcache: avoid NULL checking to c->root in run_cache_set() + (bsc#1012628). +- nbd: fold nbd config initialization into nbd_alloc_config() + (bsc#1012628). +- nbd: factor out a helper to get nbd_config without holding + 'config_lock' (bsc#1012628). +- nbd: fix null-ptr-dereference while accessing 'nbd->config' + (bsc#1012628). +- nvme-auth: set explanation code for failure2 msgs (bsc#1012628). +- nvme: catch errors from nvme_configure_metadata() (bsc#1012628). +- selftests/bpf: fix bpf_loop_bench for new callback verification + scheme (bsc#1012628). +- LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi + (bsc#1012628). +- LoongArch: Record pc instead of offset in la_abs relocation + (bsc#1012628). +- LoongArch: Silence the boot warning about 'nokaslr' + (bsc#1012628). +- LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL + (bsc#1012628). +- LoongArch: Implement constant timer shutdown interface + (bsc#1012628). +- platform/x86: intel_telemetry: Fix kernel doc descriptions + (bsc#1012628). +- HID: mcp2221: Set driver data before I2C adapter add + (bsc#1012628). +- HID: mcp2221: Allow IO to start during probe (bsc#1012628). +- HID: apple: add Jamesdonkey and A3R to non-apple keyboards list + (bsc#1012628). +- HID: glorious: fix Glorious Model I HID report (bsc#1012628). +- HID: add ALWAYS_POLL quirk for Apple kb (bsc#1012628). +- nbd: pass nbd_sock to nbd_read_reply() instead of index + (bsc#1012628). +- HID: hid-asus: reset the backlight brightness level on resume + (bsc#1012628). +- HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad + (bsc#1012628). +- nfc: virtual_ncidev: Add variable to check if ndev is running + (bsc#1012628). +- scripts/checkstack.pl: match all stack sizes for s390 + (bsc#1012628). +- asm-generic: qspinlock: fix queued_spin_value_unlocked() + implementation (bsc#1012628). +- eventfs: Do not allow NULL parent to eventfs_start_creating() + (bsc#1012628). +- net: usb: qmi_wwan: claim interface 4 for ZTE MF290 + (bsc#1012628). +- smb: client: implement ->query_reparse_point() for SMB1 + (bsc#1012628). +- smb: client: introduce ->parse_reparse_point() (bsc#1012628). +- smb: client: set correct file type from NFS reparse points + (bsc#1012628). +- arm64: add dependency between vmlinuz.efi and Image + (bsc#1012628). +- HID: hid-asus: add const to read-only outgoing usb buffer + (bsc#1012628). +- perf: Fix perf_event_validate_size() lockdep splat + (bsc#1012628). +- btrfs: do not allow non subvolume root targets for snapshot + (bsc#1012628). +- cxl/hdm: Fix dpa translation locking (bsc#1012628). +- soundwire: stream: fix NULL pointer dereference for multi_link + (bsc#1012628). +- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS + (bsc#1012628). +- Revert "selftests: error out if kernel header files are not + yet built" (bsc#1012628). +- arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify + (bsc#1012628). +- team: Fix use-after-free when an option instance allocation + fails (bsc#1012628). +- drm/amdgpu/sdma5.2: add begin/end_use ring callbacks + (bsc#1012628). +- drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get + (bsc#1012628). +- dmaengine: stm32-dma: avoid bitfield overflow assertion + (bsc#1012628). +- dmaengine: fsl-edma: fix DMA channel leak in eDMAv4 + (bsc#1012628). +- mm/mglru: fix underprotected page cache (bsc#1012628). +- mm/mglru: try to stop at high watermarks (bsc#1012628). +- mm/mglru: respect min_ttl_ms with memcgs (bsc#1012628). +- mm/mglru: reclaim offlined memcgs harder (bsc#1012628). +- mm/shmem: fix race in shmem_undo_range w/THP (bsc#1012628). +- kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP + (bsc#1012628). +- btrfs: free qgroup reserve when ORDERED_IOERR is set + (bsc#1012628). +- btrfs: fix qgroup_free_reserved_data int overflow (bsc#1012628). +- btrfs: don't clear qgroup reserved bit in release_folio + (bsc#1012628). +- drm/amdgpu: fix tear down order in amdgpu_vm_pt_free + (bsc#1012628). +- drm/edid: also call add modes in EDID connector update fallback + (bsc#1012628). +- drm/amd/display: Restore guard against default backlight value < + 1 nit (bsc#1012628). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1012628). +- drm/i915: Fix ADL+ tiled plane stride when the POT stride is + smaller than the original (bsc#1012628). +- drm/i915: Fix intel_atomic_setup_scalers() plane_state handling + (bsc#1012628). +- drm/i915: Fix remapped stride with CCS on ADL+ (bsc#1012628). +- smb: client: fix OOB in receive_encrypted_standard() + (bsc#1012628). +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1012628). +- smb: client: fix NULL deref in asn1_ber_decoder() (bsc#1012628). +- smb: client: fix OOB in smb2_query_reparse_point() + (bsc#1012628). +- ring-buffer: Fix memory leak of free page (bsc#1012628). +- tracing: Update snapshot buffer on resize if it is allocated + (bsc#1012628). +- ring-buffer: Do not update before stamp when switching + sub-buffers (bsc#1012628). +- ring-buffer: Have saved event hold the entire event + (bsc#1012628). +- ring-buffer: Fix writing to the buffer with max_data_size + (bsc#1012628). +- ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs + (bsc#1012628). +- ring-buffer: Do not try to put back write_stamp (bsc#1012628). +- ring-buffer: Have rb_time_cmpxchg() set the msb counter too + (bsc#1012628). +- x86/speculation, objtool: Use absolute relocations for + annotations (bsc#1012628). +- RDMA/mlx5: Change the key being sent for MPV device affiliation + (bsc#1012628). +- Rename to + patches.kernel.org/6.6.8-004-efi-x86-Avoid-physical-KASLR-on-older-Dell-syst.patch. +- commit e7a87d7 + +------------------------------------------------------------------- +Wed Dec 20 11:20:34 CET 2023 - rfrohl@suse.com + +- scripts/stableids: update tracker bug reference +- commit 34f7092 + ------------------------------------------------------------------- Fri Dec 15 11:22:01 CET 2023 - rfrohl@suse.com @@ -2497,18 +5411,466 @@ Thu Dec 14 11:44:20 CET 2023 - rfrohl@suse.com - vdpa/mlx5: preserve CVQ vringh index (bsc#1218052). - commit e2d741c +------------------------------------------------------------------- +Thu Dec 14 11:38:31 CET 2023 - tiwai@suse.de + +- efi/x86: Avoid physical KASLR on older Dell systems + (bsc#1217344). +- commit ee1123d + ------------------------------------------------------------------- Thu Dec 14 11:31:21 CET 2023 - rfrohl@suse.com - scripts/stableids: update tracker bug reference - commit 4a87df8 +------------------------------------------------------------------- +Thu Dec 14 07:33:40 CET 2023 - jslaby@suse.cz + +- Linux 6.6.7 (bsc#1012628). +- vdpa/mlx5: preserve CVQ vringh index (bsc#1012628). +- scsi: sd: Fix sshdr use in sd_suspend_common() (bsc#1012628). +- hrtimers: Push pending hrtimers away from outgoing CPU earlier + (bsc#1012628). +- i2c: designware: Fix corrupted memory seen in the ISR + (bsc#1012628). +- i2c: ocores: Move system PM hooks to the NOIRQ phase + (bsc#1012628). +- netfilter: ipset: fix race condition between swap/destroy and + kernel side add/del/test (bsc#1012628). +- nouveau: use an rwlock for the event lock (bsc#1012628). +- zstd: Fix array-index-out-of-bounds UBSAN warning (bsc#1012628). +- tg3: Move the [rt]x_dropped counters to tg3_napi (bsc#1012628). +- tg3: Increment tx_dropped in tg3_tso_bug() (bsc#1012628). +- modpost: fix section mismatch message for RELA (bsc#1012628). +- kconfig: fix memory leak from range properties (bsc#1012628). +- drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under + SRIOV (v2) (bsc#1012628). +- drm/amdgpu: finalizing mem_partitions at the end of GMC v9 + sw_fini (bsc#1012628). +- drm/amdgpu: correct chunk_ptr to a pointer to chunk + (bsc#1012628). +- dm-crypt: start allocating with MAX_ORDER (bsc#1012628). +- x86: Introduce ia32_enabled() (bsc#1012628). +- x86/coco: Disable 32-bit emulation by default on TDX and SEV + (bsc#1012628). +- x86/entry: Convert INT 0x80 emulation to IDTENTRY (bsc#1012628). +- x86/entry: Do not allow external 0x80 interrupts (bsc#1012628). +- x86/tdx: Allow 32-bit emulation by default (bsc#1012628). +- dt: dt-extract-compatibles: Handle cfile arguments in generator + function (bsc#1012628). +- dt: dt-extract-compatibles: Don't follow symlinks when walking + tree (bsc#1012628). +- platform/x86: asus-wmi: Move i8042 filter install to shared + asus-wmi code (bsc#1012628). +- of: dynamic: Fix of_reconfig_get_state_change() return value + documentation (bsc#1012628). +- platform/x86: wmi: Skip blocks with zero instances + (bsc#1012628). +- ipv6: fix potential NULL deref in fib6_add() (bsc#1012628). +- octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + (bsc#1012628). +- octeontx2-af: Check return value of nix_get_nixlf before using + nixlf (bsc#1012628). +- bpf: Fix a verifier bug due to incorrect branch offset + comparison with cpu=v4 (bsc#1012628). +- hv_netvsc: rndis_filter needs to select NLS (bsc#1012628). +- r8152: Hold the rtnl_lock for all of reset (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE checks to more loops + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + (bsc#1012628). +- mlxbf-bootctl: correctly identify secure boot with development + keys (bsc#1012628). +- platform/mellanox: Add null pointer checks for devm_kasprintf() + (bsc#1012628). +- platform/mellanox: Check + devm_hwmon_device_register_with_groups() return value + (bsc#1012628). +- arcnet: restoring support for multiple Sohard Arcnet cards + (bsc#1012628). +- octeontx2-pf: consider both Rx and Tx packet stats for adaptive + interrupt coalescing (bsc#1012628). +- net: stmmac: fix FPE events losing (bsc#1012628). +- xsk: Skip polling event check for unbound socket (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + (bsc#1012628). +- ice: Restore fix disabling RX VLAN filtering (bsc#1012628). +- i40e: Fix unexpected MFS warning message (bsc#1012628). +- iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is + zero (bsc#1012628). +- net: bnxt: fix a potential use-after-free in bnxt_init_tc + (bsc#1012628). +- tcp: fix mid stream window clamp (bsc#1012628). +- ionic: fix snprintf format length warning (bsc#1012628). +- ionic: Fix dim work handling in split interrupt mode + (bsc#1012628). +- ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + (bsc#1012628). +- net: atlantic: Fix NULL dereference of skb pointer in + (bsc#1012628). +- net: hns: fix wrong head when modify the tx feature when + sending packets (bsc#1012628). +- net: hns: fix fake link up on xge port (bsc#1012628). +- octeontx2-af: Adjust Tx credits when MCS external bypass is + disabled (bsc#1012628). +- octeontx2-af: Fix mcs sa cam entries size (bsc#1012628). +- octeontx2-af: Fix mcs stats register address (bsc#1012628). +- octeontx2-af: Add missing mcs flr handler call (bsc#1012628). +- octeontx2-af: Update Tx link register range (bsc#1012628). +- dt-bindings: interrupt-controller: Allow #power-domain-cells + (bsc#1012628). +- netfilter: bpf: fix bad registration on nf_defrag (bsc#1012628). +- netfilter: nf_tables: fix 'exist' matching on bigendian arches + (bsc#1012628). +- netfilter: nf_tables: bail out on mismatching dynset and set + expressions (bsc#1012628). +- netfilter: nf_tables: validate family when identifying table + via handle (bsc#1012628). +- netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + (bsc#1012628). +- tcp: do not accept ACK of bytes we never sent (bsc#1012628). +- net: dsa: mv88e6xxx: Restore USXGMII support for 6393X + (bsc#1012628). +- net: tls, update curr on splice as well (bsc#1012628). +- bpf: sockmap, updating the sg structure should also update curr + (bsc#1012628). +- psample: Require 'CAP_NET_ADMIN' when joining "packets" group + (bsc#1012628). +- drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" + group (bsc#1012628). +- net: dsa: microchip: provide a list of valid protocols for + xmit handler (bsc#1012628). +- net/smc: fix missing byte order conversion in CLC handshake + (bsc#1012628). +- drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param + 'doorbell_index' (bsc#1012628). +- drm/amdkfd: get doorbell's absolute offset based on the db_size + (bsc#1012628). +- mm/damon/sysfs: eliminate potential uninitialized variable + warning (bsc#1012628). +- tee: optee: Fix supplicant based device enumeration + (bsc#1012628). +- RDMA/core: Fix uninit-value access in ib_get_eth_speed() + (bsc#1012628). +- RDMA/hns: Fix unnecessary err return when using invalid congest + control algorithm (bsc#1012628). +- RDMA/irdma: Do not modify to SQD on error (bsc#1012628). +- RDMA/irdma: Add wait for suspend on SQD (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + (bsc#1012628). +- ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + (bsc#1012628). +- RDMA/rtrs-srv: Do not unconditionally enable irq (bsc#1012628). +- RDMA/rtrs-clt: Start hb after path_up (bsc#1012628). +- RDMA/rtrs-srv: Check return values while processing info request + (bsc#1012628). +- RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is + true (bsc#1012628). +- RDMA/rtrs-srv: Destroy path files after making sure no IOs + in-flight (bsc#1012628). +- RDMA/rtrs-clt: Fix the max_send_wr setting (bsc#1012628). +- RDMA/rtrs-clt: Remove the warnings for req in_use check + (bsc#1012628). +- RDMA/bnxt_re: Correct module description string (bsc#1012628). +- RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + (bsc#1012628). +- arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config + (bsc#1012628). +- ARM: dts: imx6q: skov: fix ethernet clock regression + (bsc#1012628). +- ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + (bsc#1012628). +- ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + (bsc#1012628). +- hwmon: (acpi_power_meter) Fix 4.29 MW bug (bsc#1012628). +- ASoC: codecs: lpass-tx-macro: set active_decimator correct + default value (bsc#1012628). +- hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get number of + domains (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get information + of a domain (bsc#1012628). +- firmware: arm_scmi: Fix frequency truncation by promoting + multiplier type (bsc#1012628). +- firmware: arm_scmi: Simplify error path in + scmi_dvfs_device_opps_add() (bsc#1012628). +- firmware: arm_scmi: Fix possible frequency truncation when + using level indexing mode (bsc#1012628). +- ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + (bsc#1012628). +- RDMA/core: Fix umem iterator when PAGE_SIZE is greater then + HCA pgsz (bsc#1012628). +- RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + (bsc#1012628). +- RDMA/irdma: Fix support for 64k pages (bsc#1012628). +- RDMA/irdma: Avoid free the non-cqp_request scratch + (bsc#1012628). +- drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + (bsc#1012628). +- arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on + DWC3 (bsc#1012628). +- ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + (bsc#1012628). +- io_uring/kbuf: Fix an NULL vs IS_ERR() bug in + io_alloc_pbuf_ring() (bsc#1012628). +- io_uring/kbuf: check for buffer list readiness after NULL check + (bsc#1012628). +- tracing: Fix a warning when allocating buffered events fails + (bsc#1012628). +- scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + (bsc#1012628). +- arm64: dts: imx8-ss-lsio: Add PWM interrupts (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + (bsc#1012628). +- arm64: dts: imx93: correct mediamix power (bsc#1012628). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (bsc#1012628). +- arm64: dts: imx8-apalis: set wifi regulator to always-on + (bsc#1012628). +- ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + (bsc#1012628). +- ARM: dts: imx28-xea: Pass the 'model' property (bsc#1012628). +- arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + (bsc#1012628). +- riscv: fix misaligned access handling of C.SWSP and C.SDSP + (bsc#1012628). +- riscv: errata: andes: Probe for IOCP only once in boot stage + (bsc#1012628). +- md: don't leave 'MD_RECOVERY_FROZEN' in error path of + md_set_readonly() (bsc#1012628). +- kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP + (bsc#1012628). +- scripts/gdb: fix lx-device-list-bus and lx-device-list-class + (bsc#1012628). +- rethook: Use __rcu pointer for rethook::handler (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + (bsc#1012628). +- io_uring/af_unix: disable sending io_uring over sockets + (bsc#1012628). +- nvme-pci: Add sleep quirk for Kingston drives (bsc#1012628). +- io_uring: fix mutex_unlock with unreferenced ctx (bsc#1012628). +- ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + (bsc#1012628). +- ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + (bsc#1012628). +- ALSA: hda/realtek: Apply quirk for ASUS UM3504DA (bsc#1012628). +- ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + (bsc#1012628). +- ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + (bsc#1012628). +- ALSA: hda/realtek: add new Framework laptop to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add Framework laptop 16 to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + (bsc#1012628). +- ring-buffer: Test last update in 32bit version of + __rb_time_read() (bsc#1012628). +- ring-buffer: Force absolute timestamp on discard of event + (bsc#1012628). +- highmem: fix a memory copy problem in memcpy_from_folio + (bsc#1012628). +- nilfs2: fix missing error check for sb_set_blocksize call + (bsc#1012628). +- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + (bsc#1012628). +- lib/group_cpus.c: avoid acquiring cpu hotplug lock in + group_cpus_evenly (bsc#1012628). +- cgroup_freezer: cgroup_freezing: Check if not frozen + (bsc#1012628). +- checkstack: fix printed address (bsc#1012628). +- tracing: Always update snapshot buffer size (bsc#1012628). +- tracing: Stop current tracer when resizing buffer (bsc#1012628). +- tracing: Disable snapshot buffer when stopping instance tracers + (bsc#1012628). +- tracing: Fix incomplete locking when disabling buffered events + (bsc#1012628). +- tracing: Fix a possible race when disabling buffered events + (bsc#1012628). +- leds: trigger: netdev: fix RTNL handling to prevent potential + deadlock (bsc#1012628). +- nfp: flower: fix for take a mutex lock in soft irq context + and rcu lock (bsc#1012628). +- packet: Move reference count in packet_sock to atomic_long_t + (bsc#1012628). +- r8169: fix rtl8125b PAUSE frames blasting when suspended + (bsc#1012628). +- regmap: fix bogus error on regcache_sync success (bsc#1012628). +- platform/surface: aggregator: fix recv_buf() return value + (bsc#1012628). +- workqueue: Make sure that wq_unbound_cpumask is never empty + (bsc#1012628). +- hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + (bsc#1012628). +- drivers/base/cpu: crash data showing should depends on + KEXEC_CORE (bsc#1012628). +- mm/memory_hotplug: add missing mem_hotplug_lock (bsc#1012628). +- mm: fix oops when filemap_map_pmd() without prealloc_pte + (bsc#1012628). +- mm/memory_hotplug: fix error handling in add_memory_resource() + (bsc#1012628). +- powercap: DTPM: Fix missing cpufreq_cpu_put() calls + (bsc#1012628). +- md/raid6: use valid sector values to determine if an I/O should + wait on the reshape (bsc#1012628). +- drm/atomic-helpers: Invoke end_fb_access while owning plane + state (bsc#1012628). +- drm/i915/mst: Fix .mode_valid_ctx() return values (bsc#1012628). +- drm/i915/mst: Reject modes that require the bigjoiner + (bsc#1012628). +- drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + (bsc#1012628). +- arm64: dts: mt7986: change cooling trips (bsc#1012628). +- arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + (bsc#1012628). +- arm64: dts: mt7986: fix emmc hs400 mode without uboot + initialization (bsc#1012628). +- arm64: dts: mediatek: mt7622: fix memory node warning check + (bsc#1012628). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary + cells properties (bsc#1012628). +- arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 + on I2C7 (bsc#1012628). +- arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc + clocks (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix unit address for scp reserved + memory (bsc#1012628). +- arm64: dts: mediatek: mt8183: Move thermal-zones to the root + node (bsc#1012628). +- arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg + warning on ntc (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix clock names for power domains + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell + name (bsc#1012628). +- coresight: etm4x: Remove bogous __exit annotation for some + functions (bsc#1012628). +- coresight: Fix crash when Perf and sysfs modes are used + concurrently (bsc#1012628). +- hwtracing: hisi_ptt: Add dummy callback pmu::read() + (bsc#1012628). +- coresight: ultrasoc-smb: Fix sleep while close preempt in + enable_smb (bsc#1012628). +- coresight: ultrasoc-smb: Config SMB buffer before register sink + (bsc#1012628). +- coresight: ultrasoc-smb: Fix uninitialized before use + buf_hw_base (bsc#1012628). +- misc: mei: client.c: return negative error code in mei_cl_write + (bsc#1012628). +- misc: mei: client.c: fix problem of return '-EOVERFLOW' in + mei_cl_write (bsc#1012628). +- perf vendor events arm64: AmpereOne: Add missing + DefaultMetricgroupName fields (bsc#1012628). +- LoongArch: BPF: Don't sign extend memory load operand + (bsc#1012628). +- LoongArch: BPF: Don't sign extend function return value + (bsc#1012628). +- parisc: Reduce size of the bug_table on 64-bit kernel by half + (bsc#1012628). +- arm64: dts: mediatek: add missing space before { (bsc#1012628). +- arm64: dts: mt8183: kukui: Fix underscores in node names + (bsc#1012628). +- drm/amdgpu: disable MCBP by default (bsc#1012628). +- perf: Fix perf_event_validate_size() (bsc#1012628). +- x86/sev: Fix kernel crash due to late update to read-only + ghcb_version (bsc#1012628). +- gpiolib: sysfs: Fix error handling on failed export + (bsc#1012628). +- ASoC: ops: add correct range check for limiting volume + (bsc#1012628). +- kprobes: consistent rcu api usage for kretprobe holder + (bsc#1012628). +- usb: gadget: f_hid: fix report descriptor allocation + (bsc#1012628). +- nvmem: Do not expect fixed layouts to grab a layout driver + (bsc#1012628). +- serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + (bsc#1012628). +- serial: ma35d1: Validate console index before assignment + (bsc#1012628). +- parport: Add support for Brainboxes IX/UC/PX parallel cards + (bsc#1012628). +- cifs: Fix non-availability of dedup breaking generic/304 + (bsc#1012628). +- Revert "xhci: Loosen RPM as default policy to cover for AMD + xHC 1.1" (bsc#1012628). +- smb: client: fix potential NULL deref in parse_dfs_referrals() + (bsc#1012628). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1012628). +- ARM: PL011: Fix DMA support (bsc#1012628). +- serial: sc16is7xx: address RX timeout interrupt errata + (bsc#1012628). +- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + (bsc#1012628). +- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + (bsc#1012628). +- serial: 8250_omap: Add earlycon support for the AM654 UART + controller (bsc#1012628). +- devcoredump: Send uevent once devcd is ready (bsc#1012628). +- x86/CPU/AMD: Check vendor in the AMD microcode callback + (bsc#1012628). +- powerpc/ftrace: Fix stack teardown in ftrace_no_trace + (bsc#1012628). +- USB: gadget: core: adjust uevent timing on gadget unbind + (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with + copy_file_range() (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with FICLONE + (bsc#1012628). +- MIPS: kernel: Clear FPU states when setting up kernel threads + (bsc#1012628). +- KVM: s390/mm: Properly reset no-dat (bsc#1012628). +- KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + (bsc#1012628). +- perf list: Fix JSON segfault by setting the used + skip_duplicate_pmus callback (bsc#1012628). +- perf metrics: Avoid segv if default metricgroup isn't set + (bsc#1012628). +- MIPS: Loongson64: Reserve vgabios memory on boot (bsc#1012628). +- MIPS: Loongson64: Handle more memory types passed from firmware + (bsc#1012628). +- MIPS: Loongson64: Enable DMA noncoherent support (bsc#1012628). +- netfilter: nft_set_pipapo: skip inactive elements during set + walk (bsc#1012628). +- ASoC: qcom: sc8280xp: Limit speaker digital volumes + (bsc#1012628). +- gcc-plugins: randstruct: Update code comment in + relayout_struct() (bsc#1012628). +- riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + (bsc#1012628). +- drm/amdgpu: Fix refclk reporting for SMU v13.0.6 (bsc#1012628). +- drm/amdgpu: update retry times for psp BL wait (bsc#1012628). +- drm/amdgpu: Restrict extended wait to PSP v13.0.6 (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.6.7-201-parisc-Fix-asm-operand-number-out-of-range-buil.patch. +- commit 59f1683 + ------------------------------------------------------------------- Mon Dec 11 12:22:27 CET 2023 - rfrohl@suse.com - Update to 6.1.67. - commit 7a503e9 +------------------------------------------------------------------- +Mon Dec 11 10:46:37 CET 2023 - jslaby@suse.cz + +- Linux 6.6.6 (bsc#1012628). +- Revert "wifi: cfg80211: fix CQM for non-range use" + (bsc#1012628). +- commit a946a9f + ------------------------------------------------------------------- Fri Dec 8 11:23:50 CET 2023 - petr.pavlu@suse.com @@ -2536,6 +5898,249 @@ Fri Dec 8 09:57:11 CET 2023 - petr.pavlu@suse.com with README.md. - commit 70e3c33 +------------------------------------------------------------------- +Fri Dec 8 09:27:12 CET 2023 - jslaby@suse.cz + +- parisc: Fix asm operand number out of range build error in + bug table (git-fixes). +- commit 7675861 + +------------------------------------------------------------------- +Fri Dec 8 08:58:51 CET 2023 - jslaby@suse.cz + +- Linux 6.6.5 (bsc#1012628). +- cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + (bsc#1012628). +- cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF + moved (bsc#1012628). +- smb: client: fix missing mode bits for SMB symlinks + (bsc#1012628). +- smb: client: report correct st_size for SMB and NFS symlinks + (bsc#1012628). +- ksmbd: fix possible deadlock in smb2_open (bsc#1012628). +- pinctrl: avoid reload of p state in list iteration + (bsc#1012628). +- firewire: core: fix possible memory leak in create_units() + (bsc#1012628). +- mmc: sdhci-pci-gli: Disable LPM during initialization + (bsc#1012628). +- mmc: sdhci-sprd: Fix vqmmc not shutting down after the card + was pulled (bsc#1012628). +- mmc: cqhci: Increase recovery halt timeout (bsc#1012628). +- mmc: cqhci: Warn of halt or task clear failure (bsc#1012628). +- mmc: cqhci: Fix task clearing in CQE error recovery + (bsc#1012628). +- mmc: block: Retry commands in CQE error recovery (bsc#1012628). +- mmc: block: Do not lose cache flush during CQE error recovery + (bsc#1012628). +- mmc: block: Be sure to wait while busy in CQE error recovery + (bsc#1012628). +- ALSA: hda: Disable power-save on KONTRON SinglePC (bsc#1012628). +- ALSA: hda/realtek: Headset Mic VREF to 100% (bsc#1012628). +- ALSA: hda/realtek: Add supported ALC257 for ChromeOS + (bsc#1012628). +- net: libwx: fix memory leak on msix entry (bsc#1012628). +- dm-verity: align struct dm_verity_fec_io properly (bsc#1012628). +- scsi: Change SCSI device boolean fields to single bit flags + (bsc#1012628). +- scsi: sd: Fix system start for ATA devices (bsc#1012628). +- scsi: ufs: core: Clear cmd if abort succeeds in MCQ mode + (bsc#1012628). +- drm/amd: Enable PCIe PME from D3 (bsc#1012628). +- drm/amdgpu: correct the amdgpu runtime dereference usage count + (bsc#1012628). +- drm/amdgpu: Force order between a read and write to the same + address (bsc#1012628). +- drm/amdgpu: fix memory overflow in the IB test (bsc#1012628). +- drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + (bsc#1012628). +- drm/amd/display: Include udelay when waiting for INBOX0 ACK + (bsc#1012628). +- drm/amd/display: Remove min_dst_y_next_start check for Z8 + (bsc#1012628). +- drm/amd/display: Use DRAM speed from validation for dummy + p-state (bsc#1012628). +- drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + (bsc#1012628). +- drm/amd/display: fix ABM disablement (bsc#1012628). +- drm/amd/display: force toggle rate wa for first link training + for a retimer (bsc#1012628). +- dm verity: initialize fec io before freeing it (bsc#1012628). +- dm verity: don't perform FEC for failed readahead IO + (bsc#1012628). +- nvme: check for valid nvme_identify_ns() before using it + (bsc#1012628). +- r8169: fix deadlock on RTL8125 in jumbo mtu mode (bsc#1012628). +- ACPI: video: Use acpi_video_device for cooling-dev driver data + (bsc#1012628). +- io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + (bsc#1012628). +- iommu/vt-d: Fix incorrect cache invalidation for mm notification + (bsc#1012628). +- io_uring: free io_buffer_list entries via RCU (bsc#1012628). +- nouveau: find the smallest page allocation to cover a buffer + alloc (bsc#1012628). +- powercap: DTPM: Fix unneeded conversions to micro-Watts + (bsc#1012628). +- cpufreq/amd-pstate: Fix the return value of + amd_pstate_fast_switch() (bsc#1012628). +- dma-buf: fix check in dma_resv_add_fence (bsc#1012628). +- io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + (bsc#1012628). +- iommu: Avoid more races around device probe (bsc#1012628). +- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + (bsc#1012628). +- ext2: Fix ki_pos update for DIO buffered-io fallback case + (bsc#1012628). +- iommu/vt-d: Add MTL to quirk list to skip TE disabling + (bsc#1012628). +- KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user + registers (bsc#1012628). +- powerpc: Don't clobber f0/vs0 during fp|altivec register save + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in assembly.h + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in uaccess.h + (bsc#1012628). +- parisc: Use natural CPU alignment for bug_table (bsc#1012628). +- parisc: Mark lock_aligned variables 16-byte aligned on SMP + (bsc#1012628). +- parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + (bsc#1012628). +- parisc: Mark jump_table naturally aligned (bsc#1012628). +- parisc: Ensure 32-bit alignment on parisc unwind section + (bsc#1012628). +- parisc: Mark altinstructions read-only and 32-bit aligned + (bsc#1012628). +- btrfs: add dmesg output for first mount and last unmount of + a filesystem (bsc#1012628). +- btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + (bsc#1012628). +- btrfs: fix off-by-one when checking chunk map includes logical + address (bsc#1012628). +- btrfs: send: ensure send_fd is writable (bsc#1012628). +- btrfs: make error messages more clear when getting a chunk map + (bsc#1012628). +- btrfs: free the allocated memory if btrfs_alloc_page_array() + fails (bsc#1012628). +- btrfs: fix 64bit compat send ioctl arguments not initializing + version member (bsc#1012628). +- io_uring: enable io_mem_alloc/free to be used in other parts + (bsc#1012628). +- io_uring/kbuf: defer release of mapped buffer rings + (bsc#1012628). +- io_uring/kbuf: recycle freed mapped buffer ring entries + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- pinctrl: stm32: Add check for devm_kcalloc (bsc#1012628). +- pinctrl: stm32: fix array read out of bound (bsc#1012628). +- media: v4l2-subdev: Fix a 64bit bug (bsc#1012628). +- netdevsim: Don't accept device bound programs (bsc#1012628). +- net: rswitch: Fix type of ret in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix return value in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix missing dev_kfree_skb_any() in error path + (bsc#1012628). +- ipv4: igmp: fix refcnt uaf issue when receiving igmp query + packet (bsc#1012628). +- wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + (bsc#1012628). +- wifi: mac80211: do not pass AP_VLAN vif pointer to drivers + during flush (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 switch probing + (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 probe crash (bsc#1012628). +- dpaa2-eth: increase the needed headroom to account for alignment + (bsc#1012628). +- dpaa2-eth: recycle the RX buffer only after all processing done + (bsc#1012628). +- bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + (bsc#1012628). +- uapi: propagate __struct_group() attributes to the container + union (bsc#1012628). +- selftests/net: ipsec: fix constant out of range (bsc#1012628). +- selftests/net: fix a char signedness issue (bsc#1012628). +- selftests/net: unix: fix unused variable compiler warning + (bsc#1012628). +- selftests/net: mptcp: fix uninitialized variable warnings + (bsc#1012628). +- octeontx2-af: Fix possible buffer overflow (bsc#1012628). +- net: stmmac: xgmac: Disable FPE MMC interrupts (bsc#1012628). +- octeontx2-pf: Fix adding mbox work queue entry when num_vfs > + 64 (bsc#1012628). +- octeontx2-pf: Restore TC ingress police rules when interface + is up (bsc#1012628). +- neighbour: Fix __randomize_layout crash in struct neighbour + (bsc#1012628). +- efi/unaccepted: Fix off-by-one when checking for overlapping + ranges (bsc#1012628). +- r8169: prevent potential deadlock in rtl8169_close + (bsc#1012628). +- ravb: Fix races between ravb_tx_timeout_work() and net related + ops (bsc#1012628). +- ethtool: don't propagate EOPNOTSUPP from dumps (bsc#1012628). +- bpf, sockmap: af_unix stream sockets need to hold ref for pair + sock (bsc#1012628). +- ice: Fix VF Reset paths when interface in a failed over + aggregate (bsc#1012628). +- net: ravb: Check return value of reset_control_deassert() + (bsc#1012628). +- net: ravb: Use pm_runtime_resume_and_get() (bsc#1012628). +- net: ravb: Make write access to CXR35 first before accessing + other EMAC registers (bsc#1012628). +- net: ravb: Start TX queues after HW initialization succeeded + (bsc#1012628). +- net: ravb: Stop DMA in case of failures on ravb_open() + (bsc#1012628). +- net: ravb: Keep reverse order of operations in ravb_remove() + (bsc#1012628). +- powerpc/pseries/iommu: enable_ddw incorrectly returns direct + mapping for SR-IOV device (bsc#1012628). +- s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + (bsc#1012628). +- drm/amd/display: Refactor edp power control (bsc#1012628). +- drm/amd/display: Remove power sequencing check (bsc#1012628). +- cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + (bsc#1012628). +- iommu/vt-d: Omit devTLB invalidation requests when TES=0 + (bsc#1012628). +- iommu/vt-d: Disable PCI ATS in legacy passthrough mode + (bsc#1012628). +- iommu/vt-d: Make context clearing consistent with context + mapping (bsc#1012628). +- drm/i915/gsc: Mark internal GSC engine with reserved uabi class + (bsc#1012628). +- drm/panel: starry-2081101qfh032011-53g: Fine tune the panel + power sequence (bsc#1012628). +- drm/panel: nt36523: fix return value check in nt36523_probe() + (bsc#1012628). +- cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq + update (bsc#1012628). +- cpufreq/amd-pstate: Only print supported EPP values for + performance governor (bsc#1012628). +- drm/amd/pm: fix a memleak in aldebaran_tables_init + (bsc#1012628). +- iommu: Fix printk arg in of_iommu_get_resv_regions() + (bsc#1012628). +- drm/amd/display: refactor ILR to make it work (bsc#1012628). +- drm/amd/display: Reduce default backlight min from 5 nits to + 1 nits (bsc#1012628). +- drm/amd/display: Simplify brightness initialization + (bsc#1012628). +- drm/amd/display: Fix MPCC 1DLUT programming (bsc#1012628). +- vfio/pds: Fix mutex lock->magic != lock warning (bsc#1012628). +- vfio/pds: Fix possible sleep while in atomic context + (bsc#1012628). +- x86/xen: fix percpu vcpu_info allocation (bsc#1012628). +- vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM + wart (bsc#1012628). +- Rename to + patches.kernel.org/6.6.5-001-leds-class-Don-t-expose-color-sysfs-entry.patch. +- Rename to + patches.kernel.org/6.6.5-017-drm-i915-Also-check-for-VGA-converter-in-eDP-pr.patch. +- commit 30a850b + ------------------------------------------------------------------- Thu Dec 7 16:36:26 CET 2023 - petr.pavlu@suse.com @@ -2577,6 +6182,210 @@ Wed Dec 6 16:37:18 CET 2023 - petr.pavlu@suse.com Package. - commit 9285bb8 +------------------------------------------------------------------- +Tue Dec 5 08:57:20 CET 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-i915-Also-check-for-VGA-converter-in-eDP-probe.patch. +- Refresh + patches.suse/leds-class-Don-t-expose-color-sysfs-entry.patch. + Update upstream status and move to sorted section. +- commit a1661c2 + +------------------------------------------------------------------- +Sun Dec 3 14:14:27 CET 2023 - jslaby@suse.cz + +- Linux 6.6.4 (bsc#1012628). +- USB: dwc3: qcom: fix wakeup after probe deferral (bsc#1012628). +- USB: dwc3: qcom: fix software node leak on probe errors + (bsc#1012628). +- usb: dwc3: set the dma max_seg_size (bsc#1012628). +- usb: dwc3: Fix default mode initialization (bsc#1012628). +- USB: dwc2: write HCINT with INTMASK applied (bsc#1012628). +- usb: typec: tcpm: Skip hard reset when in error recovery + (bsc#1012628). +- usb: typec: tcpm: Fix sink caps op current check (bsc#1012628). +- USB: serial: option: don't claim interface 4 for ZTE MF290 + (bsc#1012628). +- USB: serial: option: fix FM101R-GL defines (bsc#1012628). +- USB: serial: option: add Fibocom L7xx modules (bsc#1012628). +- usb: cdnsp: Fix deadlock issue during using NCM gadget + (bsc#1012628). +- usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + (bsc#1012628). +- USB: xhci-plat: fix legacy PHY double init (bsc#1012628). +- bcache: fixup lock c->root error (bsc#1012628). +- bcache: fixup init dirty data errors (bsc#1012628). +- bcache: prevent potential division by zero error (bsc#1012628). +- bcache: check return value from btree_node_alloc_replacement() + (bsc#1012628). +- veth: Use tstats per-CPU traffic counters (bsc#1012628). +- dm-delay: fix a race between delay_presuspend and delay_bio + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + (bsc#1012628). +- ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 + on i2c bus (bsc#1012628). +- cifs: fix leak of iface for primary channel (bsc#1012628). +- cifs: account for primary channel in the interface list + (bsc#1012628). +- cifs: distribute channels across interfaces based on speed + (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 2.0 PHY" (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 3.0 PHY" (bsc#1012628). +- Revert "usb: phy: add usb phy notify port status API" + (bsc#1012628). +- hv_netvsc: Mark VF as slave before exposing it to user-mode + (bsc#1012628). +- hv_netvsc: Fix race of register_netdevice_notifier and VF + register (bsc#1012628). +- hv_netvsc: fix race of netvsc and VF register_netdevice + (bsc#1012628). +- platform/x86: ideapad-laptop: Set max_brightness before using it + (bsc#1012628). +- platform/x86/amd/pmc: adjust getting DRAM size behavior + (bsc#1012628). +- USB: serial: option: add Luat Air72*U series products + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB5744 + (bsc#1012628). +- dt-bindings: usb: microchip,usb5744: Add second supply + (bsc#1012628). +- platform/x86: hp-bioscfg: Fix error handling in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: move mutex_lock() down in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: Simplify return check in + hp_add_other_attributes() (bsc#1012628). +- s390/dasd: protect device queue against concurrent access + (bsc#1012628). +- io_uring/fs: consider link->flags when getting path for LINKAT + (bsc#1012628). +- bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up + race (bsc#1012628). +- md: fix bi_status reporting in md_end_clone_io (bsc#1012628). +- bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() (bsc#1012628). +- io_uring: fix off-by one bvec index (bsc#1012628). +- tls: fix NULL deref on tls_sw_splice_eof() with empty record + (bsc#1012628). +- swiotlb-xen: provide the "max_mapping_size" method + (bsc#1012628). +- ACPI: PM: Add acpi_device_fix_up_power_children() function + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + (bsc#1012628). +- ACPI: processor_idle: use raw_safe_halt() in + acpi_idle_play_dead() (bsc#1012628). +- ACPI: video: Use acpi_device_fix_up_power_children() + (bsc#1012628). +- thunderbolt: Set lane bonding bit only for downstream port + (bsc#1012628). +- drm/ast: Disconnect BMC if physical connector is connected + (bsc#1012628). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + (bsc#1012628). +- kselftest/arm64: Fix output formatting for za-fork + (bsc#1012628). +- prctl: Disable prctl(PR_SET_MDWE) on parisc (bsc#1012628). +- mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + (bsc#1012628). +- lockdep: Fix block chain corruption (bsc#1012628). +- USB: dwc3: qcom: fix ACPI platform device leak (bsc#1012628). +- USB: dwc3: qcom: fix resource leaks on probe deferral + (bsc#1012628). +- nvmet: nul-terminate the NQNs passed in the connect command + (bsc#1012628). +- nvme: blank out authentication fabrics options if not configured + (bsc#1012628). +- afs: Fix file locking on R/O volumes to operate in local mode + (bsc#1012628). +- afs: Return ENOENT if no cell DNS record can be found + (bsc#1012628). +- net: ipa: fix one GSI register field width (bsc#1012628). +- net: axienet: Fix check for partial TX checksum (bsc#1012628). +- vsock/test: fix SEQPACKET message bounds test (bsc#1012628). +- i40e: Fix adding unsupported cloud filters (bsc#1012628). +- amd-xgbe: propagate the correct speed and duplex status + (bsc#1012628). +- amd-xgbe: handle the corner-case during tx completion + (bsc#1012628). +- amd-xgbe: handle corner-case during sfp hotplug (bsc#1012628). +- net: veth: fix ethtool stats reporting (bsc#1012628). +- octeontx2-pf: Fix ntuple rule creation to direct packet to VF + with higher Rx queue than its PF (bsc#1012628). +- arm/xen: fix xen_vcpu_info allocation alignment (bsc#1012628). +- arm64: mm: Fix "rodata=on" when + CONFIG_RODATA_FULL_DEFAULT_ENABLED=y (bsc#1012628). +- s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + (bsc#1012628). +- net/smc: avoid data corruption caused by decline (bsc#1012628). +- net: usb: ax88179_178a: fix failed operations during + ax88179_reset (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel + HFP and HBP (bsc#1012628). +- ipv4: Correct/silence an endian warning in __ip_do_redirect + (bsc#1012628). +- HID: fix HID device resource race between HID core and debugging + support (bsc#1012628). +- accel/ivpu/37xx: Fix hangs related to MMIO reset (bsc#1012628). +- accel/ivpu: Do not initialize parameters on power up + (bsc#1012628). +- bpf: Fix dev's rx stats for bpf_redirect_peer traffic + (bsc#1012628). +- net: Move {l,t,d}stats allocation to core and convert veth & + vrf (bsc#1012628). +- net, vrf: Move dstats structure to core (bsc#1012628). +- PM: tools: Fix sleepgraph syntax error (bsc#1012628). +- drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP + full (bsc#1012628). +- libfs: getdents() should return 0 after reaching EOD + (bsc#1012628). +- block: update the stable_writes flag in bdev_add (bsc#1012628). +- filemap: add a per-mapping stable writes flag (bsc#1012628). +- drm/i915: do not clean GT table on error path (bsc#1012628). +- ata: pata_isapnp: Add missing error check for devm_ioport_map() + (bsc#1012628). +- octeontx2-pf: Fix memory leak during interface down + (bsc#1012628). +- wireguard: use DEV_STATS_INC() (bsc#1012628). +- net: wangxun: fix kernel panic due to null pointer + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 timings + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + (bsc#1012628). +- fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + (bsc#1012628). +- drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + (bsc#1012628). +- blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + (bsc#1012628). +- afs: Make error on cell lookup failure consistent with OpenAFS + (bsc#1012628). +- afs: Fix afs_server_list to be cleaned up with RCU + (bsc#1012628). +- rxrpc: Defer the response to a PING ACK until we've parsed it + (bsc#1012628). +- rxrpc: Fix RTT determination to use any ACK as a source + (bsc#1012628). +- s390/ism: ism driver implies smc protocol (bsc#1012628). +- drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + (bsc#1012628). +- sched/fair: Fix the decision for load balance (bsc#1012628). +- sched/eevdf: Fix vruntime adjustment on reweight (bsc#1012628). +- hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles + (bsc#1012628). +- irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent + GIC designs (bsc#1012628). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (bsc#1012628). +- NFSD: Fix "start of NFS reply" pointer passed to + nfsd_cache_update() (bsc#1012628). +- commit eafb2e8 + ------------------------------------------------------------------- Fri Dec 1 21:20:13 CET 2023 - msuchanek@suse.de @@ -2654,6 +6463,12 @@ Wed Nov 29 14:56:05 CET 2023 - rfrohl@suse.com - Update README.BRANCH - commit f21bdf3 +------------------------------------------------------------------- +Wed Nov 29 13:07:16 CET 2023 - tiwai@suse.de + +- Update ath11k hibernation patches from the latest code (bsc#1207948) +- commit 7dc7bda + ------------------------------------------------------------------- Wed Nov 29 13:06:37 CET 2023 - rfrohl@suse.com @@ -2668,6 +6483,898 @@ Wed Nov 29 11:40:12 CET 2023 - rfrohl@suse.com Adjusted patches.suse/vfs-add-super_operations-get_inode_dev - commit eb19d4b +------------------------------------------------------------------- +Wed Nov 29 06:06:07 CET 2023 - jslaby@suse.cz + +- Linux 6.6.3 (bsc#1012628). +- locking/ww_mutex/test: Fix potential workqueue corruption + (bsc#1012628). +- btrfs: abort transaction on generation mismatch when marking + eb as dirty (bsc#1012628). +- lib/generic-radix-tree.c: Don't overflow in peek() + (bsc#1012628). +- x86/retpoline: Make sure there are no unconverted return thunks + due to KCSAN (bsc#1012628). +- perf/core: Bail out early if the request AUX area is out of + bound (bsc#1012628). +- srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + (bsc#1012628). +- selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + (bsc#1012628). +- clocksource/drivers/timer-imx-gpt: Fix potential memory leak + (bsc#1012628). +- clocksource/drivers/timer-atmel-tcb: Fix initialization on + SAM9 hardware (bsc#1012628). +- srcu: Only accelerate on enqueue time (bsc#1012628). +- smp,csd: Throw an error if a CSD lock is stuck for too long + (bsc#1012628). +- cpu/hotplug: Don't offline the last non-isolated CPU + (bsc#1012628). +- workqueue: Provide one lock class key per work_on_cpu() callsite + (bsc#1012628). +- x86/mm: Drop the 4 MB restriction on minimal NUMA node memory + size (bsc#1012628). +- wifi: plfxlc: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: Ignore fragments from uninitialized peer in dp + (bsc#1012628). +- wifi: mac80211_hwsim: fix clang-specific fortify warning + (bsc#1012628). +- wifi: mac80211: don't return unset power in + ieee80211_get_tx_power() (bsc#1012628). +- atl1c: Work around the DMA RX overflow issue (bsc#1012628). +- bpf: Detect IP == ksym.end as part of BPF program (bsc#1012628). +- wifi: ath9k: fix clang-specific fortify warnings (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound read in + ath12k_htt_pull_ppdu_stats() (bsc#1012628). +- wifi: ath10k: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() (bsc#1012628). +- ACPI: APEI: Fix AER info corruption when error status data + has multiple sections (bsc#1012628). +- net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + (bsc#1012628). +- wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 + Pro (2023) (bsc#1012628). +- wifi: mt76: fix clang-specific fortify warnings (bsc#1012628). +- net: annotate data-races around sk->sk_tx_queue_mapping + (bsc#1012628). +- net: annotate data-races around sk->sk_dst_pending_confirm + (bsc#1012628). +- wifi: ath12k: mhi: fix potential memory leak in + ath12k_mhi_register() (bsc#1012628). +- wifi: ath10k: Don't touch the CE interrupt registers after + power up (bsc#1012628). +- net: sfp: add quirk for FS's 2.5G copper SFP (bsc#1012628). +- vsock: read from socket's error queue (bsc#1012628). +- bpf: Ensure proper register state printing for cond jumps + (bsc#1012628). +- wifi: iwlwifi: mvm: fix size check for fw_link_id (bsc#1012628). +- Bluetooth: btusb: Add date->evt_skb is NULL check (bsc#1012628). +- Bluetooth: Fix double free in hci_conn_cleanup (bsc#1012628). +- ACPI: EC: Add quirk for HP 250 G7 Notebook PC (bsc#1012628). +- tsnep: Fix tsnep_request_irq() format-overflow warning + (bsc#1012628). +- gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + (bsc#1012628). +- platform/chrome: kunit: initialize lock for fake ec_dev + (bsc#1012628). +- of: address: Fix address translation when address-size is + greater than 2 (bsc#1012628). +- platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad + X120e (bsc#1012628). +- drm/gma500: Fix call trace when psb_gem_mm_init() fails + (bsc#1012628). +- drm/amdkfd: ratelimited SQ interrupt messages (bsc#1012628). +- drm/komeda: drop all currently held locks if deadlock happens + (bsc#1012628). +- drm/amd/display: Blank phantom OTG before enabling + (bsc#1012628). +- drm/amd/display: Don't lock phantom pipe on disabling + (bsc#1012628). +- drm/amd/display: add seamless pipe topology transition check + (bsc#1012628). +- drm/edid: Fixup h/vsync_end instead of h/vtotal (bsc#1012628). +- md: don't rely on 'mddev->pers' to be set in mddev_suspend() + (bsc#1012628). +- drm/amdgpu: not to save bo in the case of RAS err_event_athub + (bsc#1012628). +- drm/amdkfd: Fix a race condition of vram buffer unref in svm + code (bsc#1012628). +- drm/amdgpu: update retry times for psp vmbx wait (bsc#1012628). +- drm/amd: Update `update_pcie_parameters` functions to use + uint8_t arguments (bsc#1012628). +- drm/amd/display: use full update for clip size increase of + large plane source (bsc#1012628). +- string.h: add array-wrappers for (v)memdup_user() (bsc#1012628). +- kernel: kexec: copy user-array safely (bsc#1012628). +- kernel: watch_queue: copy user-array safely (bsc#1012628). +- drm_lease.c: copy user-array safely (bsc#1012628). +- drm: vmwgfx_surface.c: copy user-array safely (bsc#1012628). +- drm/msm/dp: skip validity check for DP CTS EDID checksum + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and + Tonga (bsc#1012628). +- drm/amdgpu: Fix potential null pointer derefernce (bsc#1012628). +- drm/panel: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel/panel-tpo-tpg110: fix a possible null pointer + dereference (bsc#1012628). +- drm/radeon: fix a possible null pointer dereference + (bsc#1012628). +- drm/amdgpu/vkms: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel: st7703: Pick different reset sequence (bsc#1012628). +- drm/amdkfd: Fix shift out-of-bounds issue (bsc#1012628). +- drm/amdgpu: Fix a null pointer access when the smc_rreg pointer + is NULL (bsc#1012628). +- drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching + not supported (bsc#1012628). +- drm/amd/display: fix num_ways overflow error (bsc#1012628). +- drm/amd: check num of link levels when update pcie param + (bsc#1012628). +- soc: qcom: pmic: Fix resource leaks in a + device_for_each_child_node() loop (bsc#1012628). +- arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support + (bsc#1012628). +- arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + (bsc#1012628). +- selftests/efivarfs: create-read: fix a resource leak + (bsc#1012628). +- ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + (bsc#1012628). +- ASoC: soc-card: Add storage for PCI SSID (bsc#1012628). +- ASoC: SOF: Pass PCI SSID to machine driver (bsc#1012628). +- ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card + (bsc#1012628). +- ASoC: cs35l56: Use PCI SSID as the firmware UID (bsc#1012628). +- crypto: pcrypt - Fix hungtask for PADATA_RESET (bsc#1012628). +- ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from + firmware (bsc#1012628). +- RDMA/hfi1: Use FIELD_GET() to extract Link Width (bsc#1012628). +- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing + debugfs (bsc#1012628). +- scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + (bsc#1012628). +- fs/jfs: Add check for negative db_l2nbperpage (bsc#1012628). +- fs/jfs: Add validity check for db_maxag and db_agpref + (bsc#1012628). +- jfs: fix array-index-out-of-bounds in dbFindLeaf (bsc#1012628). +- jfs: fix array-index-out-of-bounds in diAlloc (bsc#1012628). +- HID: lenovo: Detect quirk-free fw on cptkbd and stop applying + workaround (bsc#1012628). +- ARM: 9320/1: fix stack depot IRQ stack filter (bsc#1012628). +- ALSA: hda: Fix possible null-ptr-deref when assigning a stream + (bsc#1012628). +- gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + (bsc#1012628). +- PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width + fields (bsc#1012628). +- PCI: mvebu: Use FIELD_PREP() with Link Width (bsc#1012628). +- atm: iphase: Do PCI error checks on own line (bsc#1012628). +- PCI: Do error check on own line to split long "if" conditions + (bsc#1012628). +- scsi: libfc: Fix potential NULL pointer dereference in + fc_lport_ptp_setup() (bsc#1012628). +- PCI: Use FIELD_GET() to extract Link Width (bsc#1012628). +- PCI: Extract ATS disabling to a helper function (bsc#1012628). +- PCI: Disable ATS for specific Intel IPU E2000 devices + (bsc#1012628). +- PCI: dwc: Add dw_pcie_link_set_max_link_width() (bsc#1012628). +- PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling (bsc#1012628). +- misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe + controller (bsc#1012628). +- PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 + quirk (bsc#1012628). +- crypto: hisilicon/qm - prevent soft lockup in receive loop + (bsc#1012628). +- HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + (bsc#1012628). +- exfat: support handle zero-size directory (bsc#1012628). +- mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs (bsc#1012628). +- iio: adc: stm32-adc: harden against NULL pointer deref in + stm32_adc_probe() (bsc#1012628). +- thunderbolt: Apply USB 3.x bandwidth quirk only in software + connection manager (bsc#1012628). +- tty: vcc: Add check for kstrdup() in vcc_probe() (bsc#1012628). +- dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning + overrides (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched + tuning regs (bsc#1012628). +- usb: dwc3: core: configure TX/RX threshold for DWC3_IP + (bsc#1012628). +- usb: ucsi: glink: use the connector orientation GPIO to provide + switch events (bsc#1012628). +- soundwire: dmi-quirks: update HP Omen match (bsc#1012628). +- f2fs: fix error path of __f2fs_build_free_nids (bsc#1012628). +- f2fs: fix error handling of __get_node_page (bsc#1012628). +- usb: host: xhci: Avoid XHCI resume delay if SSUSB device is + not present (bsc#1012628). +- usb: gadget: f_ncm: Always set current gadget in ncm_bind() + (bsc#1012628). +- 9p/trans_fd: Annotate data-racy writes to file::f_flags + (bsc#1012628). +- 9p: v9fs_listxattr: fix %s null argument warning (bsc#1012628). +- i3c: mipi-i3c-hci: Fix out of bounds access in + hci_dma_irq_handler (bsc#1012628). +- i2c: i801: Add support for Intel Birch Stream SoC (bsc#1012628). +- i2c: fix memleak in i2c_new_client_device() (bsc#1012628). +- i2c: sun6i-p2wi: Prevent potential division by zero + (bsc#1012628). +- virtio-blk: fix implicit overflow on virtio_max_dma_size + (bsc#1012628). +- i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing + DAT_data (bsc#1012628). +- media: gspca: cpia1: shift-out-of-bounds in set_flicker + (bsc#1012628). +- media: vivid: avoid integer overflow (bsc#1012628). +- media: ipu-bridge: increase sensor_name size (bsc#1012628). +- gfs2: ignore negated quota changes (bsc#1012628). +- gfs2: fix an oops in gfs2_permission (bsc#1012628). +- media: cobalt: Use FIELD_GET() to extract Link Width + (bsc#1012628). +- media: ccs: Fix driver quirk struct documentation (bsc#1012628). +- media: imon: fix access to invalid resource for the second + interface (bsc#1012628). +- drm/amd/display: Avoid NULL dereference of timing generator + (bsc#1012628). +- gfs2: Fix slab-use-after-free in gfs2_qd_dealloc (bsc#1012628). +- kgdb: Flush console before entering kgdb on panic (bsc#1012628). +- riscv: VMAP_STACK overflow detection thread-safe (bsc#1012628). +- i2c: dev: copy userspace array safely (bsc#1012628). +- ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + (bsc#1012628). +- drm/qxl: prevent memory leak (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UX7602ZM (bsc#1012628). +- drm/amdgpu: fix software pci_unplug on some chips (bsc#1012628). +- pwm: Fix double shift bug (bsc#1012628). +- mtd: rawnand: tegra: add missing check for platform_get_irq() + (bsc#1012628). +- wifi: iwlwifi: Use FW rate for non-data frames (bsc#1012628). +- sched/core: Optimize in_task() and in_interrupt() a bit + (bsc#1012628). +- samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + (bsc#1012628). +- samples/bpf: syscall_tp_user: Fix array out-of-bound access + (bsc#1012628). +- dt-bindings: serial: fix regex pattern for matching serial + node children (bsc#1012628). +- SUNRPC: ECONNRESET might require a rebind (bsc#1012628). +- mtd: rawnand: intel: check return value of devm_kasprintf() + (bsc#1012628). +- mtd: rawnand: meson: check return value of devm_kasprintf() + (bsc#1012628). +- drm/i915/mtl: avoid stringop-overflow warning (bsc#1012628). +- NFSv4.1: fix handling NFS4ERR_DELAY when testing for session + trunking (bsc#1012628). +- SUNRPC: Add an IS_ERR() check back to where it was + (bsc#1012628). +- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (bsc#1012628). +- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + (bsc#1012628). +- RISC-V: hwprobe: Fix vDSO SIGSEGV (bsc#1012628). +- riscv: provide riscv-specific is_trap_insn() (bsc#1012628). +- gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + (bsc#1012628). +- drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + (bsc#1012628). +- riscv: split cache ops out of dma-noncoherent.c (bsc#1012628). +- vdpa_sim_blk: allocate the buffer zeroed (bsc#1012628). +- vhost-vdpa: fix use after free in vhost_vdpa_probe() + (bsc#1012628). +- gcc-plugins: randstruct: Only warn about true flexible arrays + (bsc#1012628). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1012628). +- bpf: fix precision backtracking instruction iteration + (bsc#1012628). +- bpf: fix control-flow graph checking in privileged mode + (bsc#1012628). +- net: set SOCK_RCU_FREE before inserting socket into hashtable + (bsc#1012628). +- ipvlan: add ipvlan_route_v6_outbound() helper (bsc#1012628). +- tty: Fix uninit-value access in ppp_sync_receive() + (bsc#1012628). +- net: ti: icssg-prueth: Add missing icss_iep_put to error path + (bsc#1012628). +- net: ti: icssg-prueth: Fix error cleanup on failing + pruss_request_mem_region (bsc#1012628). +- xen/events: avoid using info_for_irq() in xen_send_IPI_one() + (bsc#1012628). +- net: hns3: fix add VLAN fail issue (bsc#1012628). +- net: hns3: add barrier in vf mailbox reply process + (bsc#1012628). +- net: hns3: fix incorrect capability bit display for copper port + (bsc#1012628). +- net: hns3: fix out-of-bounds access may occur when coalesce + info is read via debugfs (bsc#1012628). +- net: hns3: fix variable may not initialized problem in + hns3_init_mac_addr() (bsc#1012628). +- net: hns3: fix VF reset fail issue (bsc#1012628). +- net: hns3: fix VF wrong speed and duplex issue (bsc#1012628). +- tipc: Fix kernel-infoleak due to uninitialized TLV value + (bsc#1012628). +- net: mvneta: fix calls to page_pool_get_stats (bsc#1012628). +- ppp: limit MRU to 64K (bsc#1012628). +- xen/events: fix delayed eoi list handling (bsc#1012628). +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1012628). +- ptp: annotate data-race around q->head and q->tail + (bsc#1012628). +- bonding: stop the device in bond_setup_by_slave() (bsc#1012628). +- net: ethernet: cortina: Fix max RX frame define (bsc#1012628). +- net: ethernet: cortina: Handle large frames (bsc#1012628). +- net: ethernet: cortina: Fix MTU max setting (bsc#1012628). +- af_unix: fix use-after-free in unix_stream_read_actor() + (bsc#1012628). +- netfilter: nf_conntrack_bridge: initialize err to 0 + (bsc#1012628). +- netfilter: nf_tables: fix pointer math issue in + nft_byteorder_eval() (bsc#1012628). +- netfilter: nf_tables: bogus ENOENT when destroying element + which does not exist (bsc#1012628). +- net: stmmac: fix rx budget limit check (bsc#1012628). +- net: stmmac: avoid rx queue overrun (bsc#1012628). +- pds_core: use correct index to mask irq (bsc#1012628). +- pds_core: fix up some format-truncation complaints + (bsc#1012628). +- gve: Fixes for napi_poll when budget is 0 (bsc#1012628). +- io_uring/fdinfo: remove need for sqpoll lock for thread/pid + retrieval (bsc#1012628). +- Revert "net/mlx5: DR, Supporting inline WQE when possible" + (bsc#1012628). +- net/mlx5: Free used cpus mask when an IRQ is released + (bsc#1012628). +- net/mlx5: Decouple PHC .adjtime and .adjphase implementations + (bsc#1012628). +- net/mlx5e: fix double free of encap_header (bsc#1012628). +- net/mlx5e: fix double free of encap_header in update funcs + (bsc#1012628). +- net/mlx5e: Fix pedit endianness (bsc#1012628). +- net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec + offload (bsc#1012628). +- net/mlx5e: Avoid referencing skb after free-ing in drop path + of mlx5e_sq_xmit_wqe (bsc#1012628). +- net/mlx5e: Track xmit submission to PTP WQ after populating + metadata map (bsc#1012628). +- net/mlx5e: Update doorbell for port timestamping CQ before + the software counter (bsc#1012628). +- net/mlx5: Increase size of irq name buffer (bsc#1012628). +- net/mlx5e: Reduce the size of icosq_str (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer for representors (bsc#1012628). +- net: sched: do not offload flows with a helper in act_ct + (bsc#1012628). +- macvlan: Don't propagate promisc change to lower dev in passthru + (bsc#1012628). +- tools/power/turbostat: Fix a knl bug (bsc#1012628). +- tools/power/turbostat: Enable the C-state Pre-wake printing + (bsc#1012628). +- scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + + 1 (bsc#1012628). +- cifs: spnego: add ';' in HOST_KEY_LEN (bsc#1012628). +- cifs: fix check of rc in function generate_smb3signingkey + (bsc#1012628). +- perf/core: Fix cpuctx refcounting (bsc#1012628). +- i915/perf: Fix NULL deref bugs with drm_dbg() calls + (bsc#1012628). +- perf: arm_cspmu: Reject events meant for other PMUs + (bsc#1012628). +- drivers: perf: Check find_first_bit() return value + (bsc#1012628). +- media: venus: hfi: add checks to perform sanity on queue + pointers (bsc#1012628). +- perf intel-pt: Fix async branch flags (bsc#1012628). +- powerpc/perf: Fix disabling BHRB and instruction sampling + (bsc#1012628). +- randstruct: Fix gcc-plugin performance mode to stay in group + (bsc#1012628). +- spi: Fix null dereference on suspend (bsc#1012628). +- bpf: Fix check_stack_write_fixed_off() to correctly spill imm + (bsc#1012628). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (bsc#1012628). +- scsi: mpt3sas: Fix loop logic (bsc#1012628). +- scsi: megaraid_sas: Increase register read retry rount from + 3 to 30 for selected registers (bsc#1012628). +- scsi: ufs: qcom: Update PHY settings only when scaling to + higher gears (bsc#1012628). +- scsi: qla2xxx: Fix system crash due to bad pointer access + (bsc#1012628). +- scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() + and ISR (bsc#1012628). +- x86/shstk: Delay signal entry SSP write until after user + accesses (bsc#1012628). +- crypto: x86/sha - load modules based on CPU features + (bsc#1012628). +- x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and + Phoenix USB4 (bsc#1012628). +- x86/apic/msi: Fix misconfigured non-maskable MSI quirk + (bsc#1012628). +- x86/cpu/hygon: Fix the CPU topology evaluation for real + (bsc#1012628). +- KVM: x86: hyper-v: Don't auto-enable stimer on write from + user-space (bsc#1012628). +- KVM: x86: Ignore MSR_AMD64_TW_CFG access (bsc#1012628). +- KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + (bsc#1012628). +- KVM: x86: Fix lapic timer interrupt lost after loading a + snapshot (bsc#1012628). +- mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of + AER (bsc#1012628). +- sched: psi: fix unprivileged polling against cgroups + (bsc#1012628). +- audit: don't take task_lock() in audit_exe_compare() code path + (bsc#1012628). +- audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + (bsc#1012628). +- proc: sysctl: prevent aliased sysctls from getting passed to + init (bsc#1012628). +- tty/sysrq: replace smp_processor_id() with get_cpu() + (bsc#1012628). +- tty: serial: meson: fix hard LOCKUP on crtscts mode + (bsc#1012628). +- acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + (bsc#1012628). +- hvc/xen: fix console unplug (bsc#1012628). +- hvc/xen: fix error path in xen_hvc_init() to always register + frontend driver (bsc#1012628). +- hvc/xen: fix event channel handling for secondary consoles + (bsc#1012628). +- PCI/sysfs: Protect driver's D3cold preference from user space + (bsc#1012628). +- mm/damon/sysfs: remove requested targets when online-commit + inputs (bsc#1012628). +- mm/damon/sysfs: update monitoring target regions for online + input commit (bsc#1012628). +- watchdog: move softlockup_panic back to early_param + (bsc#1012628). +- iommufd: Fix missing update of domains_itree after splitting + iopt_area (bsc#1012628). +- fbdev: stifb: Make the STI next font pointer a 32-bit signed + offset (bsc#1012628). +- dm crypt: account large pages in cc->n_allocated_pages + (bsc#1012628). +- mm/damon/lru_sort: avoid divide-by-zero in hot threshold + calculation (bsc#1012628). +- mm/damon/ops-common: avoid divide-by-zero during region hotness + calculation (bsc#1012628). +- mm/damon: implement a function for max nr_accesses safe + calculation (bsc#1012628). +- mm/damon/core: avoid divide-by-zero during monitoring results + update (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried region directory allocation + failure (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried regions sysfs directory + allocation failure (bsc#1012628). +- mm/damon/core.c: avoid unintentional filtering out of schemes + (bsc#1012628). +- mm/damon/sysfs: check error from damon_sysfs_update_target() + (bsc#1012628). +- parisc: Add nop instructions after TLB inserts (bsc#1012628). +- ACPI: resource: Do IRQ override on TongFang GMxXGxx + (bsc#1012628). +- regmap: Ensure range selector registers are updated after + cache sync (bsc#1012628). +- wifi: ath11k: fix temperature event locking (bsc#1012628). +- wifi: ath11k: fix dfs radar event locking (bsc#1012628). +- wifi: ath11k: fix htt pktlog locking (bsc#1012628). +- wifi: ath11k: fix gtk offload status event locking + (bsc#1012628). +- wifi: ath12k: fix htt mlo-offset event locking (bsc#1012628). +- wifi: ath12k: fix dfs-radar and temperature event locking + (bsc#1012628). +- mmc: meson-gx: Remove setting of CMD_CFG_ERROR (bsc#1012628). +- genirq/generic_chip: Make irq_remove_generic_chip() irqdomain + aware (bsc#1012628). +- sched/core: Fix RQCF_ACT_SKIP leak (bsc#1012628). +- pmdomain: bcm: bcm2835-power: check if the ASB register is + equal to enable (bsc#1012628). +- KEYS: trusted: tee: Refactor register SHM usage (bsc#1012628). +- KEYS: trusted: Rollback init_trusted() consistently + (bsc#1012628). +- PCI: keystone: Don't discard .remove() callback (bsc#1012628). +- PCI: keystone: Don't discard .probe() callback (bsc#1012628). +- pmdomain: amlogic: Fix mask for the second NNA mem PD domain + (bsc#1012628). +- arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or + newer (bsc#1012628). +- arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + (bsc#1012628). +- pmdomain: imx: Make imx pgc power domain also set the fwnode + (bsc#1012628). +- parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + (bsc#1012628). +- parisc/pdc: Add width field to struct pdc_model (bsc#1012628). +- parisc/power: Add power soft-off when running on qemu + (bsc#1012628). +- cpufreq: stats: Fix buffer overflow detection in trans_stats() + (bsc#1012628). +- powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() + to pr_debug() (bsc#1012628). +- clk: socfpga: Fix undefined behavior bug in struct + stratix10_clock_data (bsc#1012628). +- clk: visconti: Fix undefined behavior bug in struct + visconti_pll_provider (bsc#1012628). +- integrity: powerpc: Do not select CA_MACHINE_KEYRING + (bsc#1012628). +- clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- ksmbd: fix recursive locking in vfs helpers (bsc#1012628). +- ksmbd: handle malformed smb1 message (bsc#1012628). +- ksmbd: fix slab out of bounds write in smb_inherit_dacl() + (bsc#1012628). +- mmc: vub300: fix an error code (bsc#1012628). +- mmc: sdhci_am654: fix start loop index for TAP value parsing + (bsc#1012628). +- mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC + Q2J54A (bsc#1012628). +- PCI: qcom-ep: Add dedicated callback for writing to DBI2 + registers (bsc#1012628). +- PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + (bsc#1012628). +- PCI: kirin: Don't discard .remove() callback (bsc#1012628). +- PCI: exynos: Don't discard .remove() callback (bsc#1012628). +- PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + (bsc#1012628). +- wifi: wilc1000: use vmm_table as array in wilc struct + (bsc#1012628). +- svcrdma: Drop connection after an RDMA Read error (bsc#1012628). +- rcu/tree: Defer setting of jiffies during stall reset + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + (bsc#1012628). +- dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow + interrupt names (bsc#1012628). +- PM: hibernate: Use __get_safe_page() rather than touching the + list (bsc#1012628). +- PM: hibernate: Clean up sync_read handling in + snapshot_write_next() (bsc#1012628). +- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing + objects (bsc#1012628). +- btrfs: don't arbitrarily slow down delalloc if we're committing + (bsc#1012628). +- thermal: intel: powerclamp: fix mismatch in get function for + max_idle (bsc#1012628). +- arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + (bsc#1012628). +- firmware: qcom_scm: use 64-bit calling convention only when + client is 64-bit (bsc#1012628). +- ACPI: FPDT: properly handle invalid FPDT subtables + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + (bsc#1012628). +- leds: trigger: netdev: Move size check in set_device_name + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix revid implementation (bsc#1012628). +- ima: annotate iint mutex to avoid lockdep false positive + warnings (bsc#1012628). +- ima: detect changes to the backing overlay file (bsc#1012628). +- netfilter: nf_tables: remove catchall element in GC sync path + (bsc#1012628). +- netfilter: nf_tables: split async and sync catchall in two + functions (bsc#1012628). +- selftests/resctrl: Fix uninitialized .sa_flags (bsc#1012628). +- selftests/resctrl: Remove duplicate feature check from CMT test + (bsc#1012628). +- selftests/resctrl: Move _GNU_SOURCE define into Makefile + (bsc#1012628). +- selftests/resctrl: Refactor feature check to use resource and + feature name (bsc#1012628). +- selftests/resctrl: Fix feature checks (bsc#1012628). +- selftests/resctrl: Reduce failures due to outliers in MBA/MBM + tests (bsc#1012628). +- hid: lenovo: Resend all settings on reset_resume for compact + keyboards (bsc#1012628). +- ASoC: codecs: wsa-macro: fix uninitialized stack variables + with name prefix (bsc#1012628). +- jbd2: fix potential data lost in recovering journal raced with + synchronizing fs bdev (bsc#1012628). +- quota: explicitly forbid quota files from being encrypted + (bsc#1012628). +- kernel/reboot: emergency_restart: Set correct system_state + (bsc#1012628). +- scripts/gdb/vmalloc: disable on no-MMU (bsc#1012628). +- fs: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- mips: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- i2c: core: Run atomic i2c xfer when !preemptible (bsc#1012628). +- selftests/clone3: Fix broken test under !CONFIG_TIME_NS + (bsc#1012628). +- tracing: Have the user copy of synthetic event address use + correct context (bsc#1012628). +- driver core: Release all resources during unbind before updating + device links (bsc#1012628). +- mcb: fix error handling for different scenarios when parsing + (bsc#1012628). +- dmaengine: stm32-mdma: correct desc prep when channel running + (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to + vmem_crst_alloc() (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to gmap + allocations (bsc#1012628). +- s390/cmma: fix detection of DAT pages (bsc#1012628). +- mm/cma: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/hugetlb: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/memory_hotplug: use pfn math in place of direct struct page + manipulation (bsc#1012628). +- mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + (bsc#1012628). +- mtd: cfi_cmdset_0001: Byte swap OTP info (bsc#1012628). +- cxl/region: Do not try to cleanup after + cxl_region_setup_targets() fails (bsc#1012628). +- i3c: master: cdns: Fix reading status register (bsc#1012628). +- i3c: master: svc: fix race condition in ibi work thread + (bsc#1012628). +- i3c: master: svc: fix wrong data return when IBI happen during + start frame (bsc#1012628). +- i3c: master: svc: fix ibi may not return mandatory data byte + (bsc#1012628). +- i3c: master: svc: fix check wrong status register in irq handler + (bsc#1012628). +- i3c: master: svc: fix SDA keep low when polling IBIWON timeout + happen (bsc#1012628). +- i3c: master: svc: fix random hot join failure since timeout + error (bsc#1012628). +- cxl/region: Fix x1 root-decoder granularity calculations + (bsc#1012628). +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/audit.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/lib.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/resource.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/policy.c + (bsc#1012628). +- apparmor: combine common_audit_data and apparmor_audit_data + (bsc#1012628). +- apparmor: rename audit_data->label to audit_data->subj_label + (bsc#1012628). +- apparmor: pass cred through to audit info (bsc#1012628). +- apparmor: Fix regression in mount mediation (bsc#1012628). +- Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device + tables (bsc#1012628). +- Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE + (bsc#1012628). +- drm/amd/display: enable dsc_clk even if dsc_pg disabled + (bsc#1012628). +- torture: Make torture_hrtimeout_ns() take an hrtimer mode + parameter (bsc#1012628). +- rcutorture: Fix stuttering races and other issues (bsc#1012628). +- selftests/resctrl: Remove bw_report and bm_type from main() + (bsc#1012628). +- selftests/resctrl: Simplify span lifetime (bsc#1012628). +- selftests/resctrl: Make benchmark command const and build it + with pointers (bsc#1012628). +- selftests/resctrl: Extend signal handler coverage to unmount + on receiving signal (bsc#1012628). +- parisc: Prevent booting 64-bit kernels on PA1.x machines + (bsc#1012628). +- parisc/pgtable: Do not drop upper 5 address bits of physical + address (bsc#1012628). +- parisc/power: Fix power soft-off when running on qemu + (bsc#1012628). +- parisc: fix mmap_base calculation when stack grows upwards + (bsc#1012628). +- xhci: Enable RPM on controllers that support low-power states + (bsc#1012628). +- smb3: fix creating FIFOs when mounting with "sfu" mount option + (bsc#1012628). +- smb3: fix touch -h of symlink (bsc#1012628). +- smb3: allow dumping session and tcon id to improve stats + analysis and debugging (bsc#1012628). +- smb3: fix caching of ctime on setxattr (bsc#1012628). +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1012628). +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1012628). +- smb: client: fix potential deadlock when releasing mids + (bsc#1012628). +- smb: client: fix mount when dns_resolver key is not available + (bsc#1012628). +- cifs: reconnect helper should set reconnect for the right + channel (bsc#1012628). +- cifs: force interface update before a fresh session setup + (bsc#1012628). +- cifs: do not reset chan_max if multichannel is not supported + at mount (bsc#1012628). +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1012628). +- cifs: Fix encryption of cleared, but unset rq_iter data buffers + (bsc#1012628). +- xfs: recovery should not clear di_flushiter unconditionally + (bsc#1012628). +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1012628). +- ALSA: info: Fix potential deadlock at disconnection + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G8 (bsc#1012628). +- ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + (bsc#1012628). +- ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G10 (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP Laptops (bsc#1012628). +- Revert ncsi: Propagate carrier gain/loss events to the NCSI + controller (bsc#1012628). +- Revert "i2c: pxa: move to generic GPIO recovery" (bsc#1012628). +- lsm: fix default return value for vm_enough_memory + (bsc#1012628). +- lsm: fix default return value for inode_getsecctx (bsc#1012628). +- sbsa_gwdt: Calculate timeout with 64-bit math (bsc#1012628). +- i2c: designware: Disable TX_EMPTY irq while waiting for block + length byte (bsc#1012628). +- s390/ap: fix AP bus crash on early config change callback + invocation (bsc#1012628). +- net: ethtool: Fix documentation of ethtool_sprintf() + (bsc#1012628). +- net: dsa: lan9303: consequently nested-lock physical MDIO + (bsc#1012628). +- net: phylink: initialize carrier state at creation + (bsc#1012628). +- gfs2: don't withdraw if init_threads() got interrupted + (bsc#1012628). +- i2c: i801: fix potential race in + i801_block_transaction_byte_by_byte (bsc#1012628). +- f2fs: do not return EFSCORRUPTED, but try to run online repair + (bsc#1012628). +- f2fs: set the default compress_level on ioctl (bsc#1012628). +- f2fs: avoid format-overflow warning (bsc#1012628). +- f2fs: split initial and dynamic conditions for extent_cache + (bsc#1012628). +- media: lirc: drop trailing space from scancode transmit + (bsc#1012628). +- media: sharp: fix sharp encoding (bsc#1012628). +- media: venus: hfi_parser: Add check to keep the number of + codecs within range (bsc#1012628). +- media: venus: hfi: fix the check to handle session buffer + requirement (bsc#1012628). +- media: venus: hfi: add checks to handle capabilities from + firmware (bsc#1012628). +- media: ccs: Correctly initialise try compose rectangle + (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback audio + detection (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback error + path (bsc#1012628). +- dm-bufio: fix no-sleep mode (bsc#1012628). +- dm-verity: don't use blocking calls from tasklets (bsc#1012628). +- nfsd: fix file memleak on client_opens_release (bsc#1012628). +- NFSD: Update nfsd_cache_append() to use xdr_stream + (bsc#1012628). +- LoongArch: Mark __percpu functions as always inline + (bsc#1012628). +- tracing: fprobe-event: Fix to check tracepoint event and return + (bsc#1012628). +- swiotlb: do not free decrypted pages if dynamic (bsc#1012628). +- swiotlb: fix out-of-bounds TLB allocations with + CONFIG_SWIOTLB_DYNAMIC (bsc#1012628). +- riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + (bsc#1012628). +- riscv: put interrupt entries into .irqentry.text (bsc#1012628). +- riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + (bsc#1012628). +- riscv: correct pt_level name via pgtable_l5/4_enabled + (bsc#1012628). +- riscv: kprobes: allow writing to x0 (bsc#1012628). +- mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM + L1.2 (bsc#1012628). +- mm: fix for negative counter: nr_file_hugepages (bsc#1012628). +- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + (bsc#1012628). +- mptcp: deal with large GSO size (bsc#1012628). +- mptcp: add validity check for sending RM_ADDR (bsc#1012628). +- mptcp: fix setsockopt(IP_TOS) subflow locking (bsc#1012628). +- selftests: mptcp: fix fastclose with csum failure (bsc#1012628). +- r8169: fix network lost after resume on DASH systems + (bsc#1012628). +- r8169: add handling DASH when DASH is disabled (bsc#1012628). +- mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of + AER (bsc#1012628). +- media: qcom: camss: Fix pm_domain_on sequence in probe + (bsc#1012628). +- media: qcom: camss: Fix vfe_get() error jump (bsc#1012628). +- media: qcom: camss: Fix VFE-17x vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix VFE-480 vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix missing vfe_lite clocks check + (bsc#1012628). +- media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is + greater than 3 (bsc#1012628). +- media: qcom: camss: Fix invalid clock enable bit disjunction + (bsc#1012628). +- media: qcom: camss: Fix csid-gen2 for test pattern generator + (bsc#1012628). +- Revert "HID: logitech-dj: Add support for a new lightspeed + receiver iteration" (bsc#1012628). +- Revert "net: r8169: Disable multicast filter for RTL8168H and + RTL8107E" (bsc#1012628). +- ext4: fix race between writepages and remount (bsc#1012628). +- ext4: no need to generate from free list in mballoc + (bsc#1012628). +- ext4: make sure allocate pending entry not fail (bsc#1012628). +- ext4: apply umask if ACL support is disabled (bsc#1012628). +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1012628). +- ext4: mark buffer new if it is unwritten to avoid stale data + exposure (bsc#1012628). +- ext4: correct return value of ext4_convert_meta_bg + (bsc#1012628). +- ext4: correct the start block of counting reserved clusters + (bsc#1012628). +- ext4: remove gdb backup copy for meta bg in + setup_new_flex_group_blocks (bsc#1012628). +- ext4: add missed brelse in update_backups (bsc#1012628). +- ext4: properly sync file size update after O_SYNC direct IO + (bsc#1012628). +- ext4: fix racy may inline data check in dio write (bsc#1012628). +- drm/amd/pm: Handle non-terminated overdrive commands + (bsc#1012628). +- drm: bridge: it66121: ->get_edid callback must not return err + pointers (bsc#1012628). +- x86/srso: Move retbleed IBPB check into existing 'has_microcode' + code block (bsc#1012628). +- drm/amd/display: Add Null check for DPP resource (bsc#1012628). +- drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + (bsc#1012628). +- drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + (bsc#1012628). +- drm/i915: Fix potential spectre vulnerability (bsc#1012628). +- drm/i915: Flush WC GGTT only on required platforms + (bsc#1012628). +- drm/amd/pm: Fix error of MACO flag setting code (bsc#1012628). +- drm/amdgpu/smu13: drop compute workload workaround + (bsc#1012628). +- drm/amdgpu: don't use pci_is_thunderbolt_attached() + (bsc#1012628). +- drm/amdgpu: fix GRBM read timeout when do mes_self_test + (bsc#1012628). +- drm/amdgpu: add a retry for IP discovery init (bsc#1012628). +- drm/amdgpu: don't use ATRM for external devices (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_vm_init (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_bo_list_get() + (bsc#1012628). +- drm/amdgpu: lower CS errors to debug severity (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- drm/amd/display: Guard against invalid RPTR/WPTR being set + (bsc#1012628). +- drm/amd/display: Fix DSC not Enabled on Direct MST Sink + (bsc#1012628). +- drm/amd/display: fix a NULL pointer dereference in + amdgpu_dm_i2c_xfer() (bsc#1012628). +- drm/amd/display: Enable fast plane updates on DCN3.2 and above + (bsc#1012628). +- drm/amd/display: Clear dpcd_sink_ext_caps if not set + (bsc#1012628). +- drm/amd/display: Change the DMCUB mailbox memory location from + FB to inbox (bsc#1012628). +- Refresh patches.suse/vfs-add-super_operations-get_inode_dev. +- Rename to + patches.kernel.org/6.6.3-350-ASoC-soc-dai-add-flag-to-mute-and-unmute-stream.patch. +- Rename to + patches.kernel.org/6.6.3-351-ASoC-codecs-wsa883x-make-use-of-new-mute_unmute.patch. +- commit d766c57 + ------------------------------------------------------------------- Fri Nov 24 19:21:53 CET 2023 - rfrohl@suse.com @@ -2692,6 +7399,21 @@ Fri Nov 24 11:42:01 CET 2023 - fcrozat@suse.com may not be very reliable] - commit 56a2c2f +------------------------------------------------------------------- +Wed Nov 22 17:52:15 CET 2023 - tiwai@suse.de + +- ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger + flag (bsc#1217412). +- ASoC: soc-dai: add flag to mute and unmute stream during trigger + (bsc#1217412). +- commit 1a298a3 + +------------------------------------------------------------------- +Wed Nov 22 17:30:17 CET 2023 - tiwai@suse.de + +- Update config files: CONFIG_SND_SOC_WSA883X=m for Thinkpad X13s audio (bsc#1217412) +- commit 8be32dc + ------------------------------------------------------------------- Wed Nov 22 10:33:50 CET 2023 - msuchanek@suse.de @@ -2704,6 +7426,1092 @@ Wed Nov 22 08:39:48 CET 2023 - msuchanek@suse.de - kernel-source: Move provides after sources - commit dbbf742 +------------------------------------------------------------------- +Tue Nov 21 17:26:22 CET 2023 - tiwai@suse.de + +- leds: class: Don't expose color sysfs entry (bsc#1217172). +- commit 1be1eb4 + +------------------------------------------------------------------- +Mon Nov 20 17:02:45 CET 2023 - tiwai@suse.de + +- drm/i915: Also check for VGA converter in eDP probe + (bsc#1217282). +- commit b22e785 + +------------------------------------------------------------------- +Mon Nov 20 12:22:36 CET 2023 - jslaby@suse.cz + +- Linux 6.6.2 (bsc#1012628). +- hwmon: (nct6775) Fix incorrect variable reuse in fan_div + calculation (bsc#1012628). +- numa: Generalize numa_map_to_online_node() (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + (bsc#1012628). +- sched/fair: Fix cfs_rq_is_decayed() on !SMP (bsc#1012628). +- iov_iter, x86: Be consistent about the __user tag on + copy_mc_to_user() (bsc#1012628). +- sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + (bsc#1012628). +- sched/uclamp: Ignore (util == 0) optimization in feec() when + p_util_max = 0 (bsc#1012628). +- objtool: Propagate early errors (bsc#1012628). +- sched: Fix stop_one_cpu_nowait() vs hotplug (bsc#1012628). +- nfsd: Handle EOPENSTALE correctly in the filecache + (bsc#1012628). +- vfs: fix readahead(2) on block devices (bsc#1012628). +- writeback, cgroup: switch inodes with dirty timestamps to + release dying cgwbs (bsc#1012628). +- x86/srso: Fix SBPB enablement for (possible) future fixed HW + (bsc#1012628). +- x86/srso: Print mitigation for retbleed IBPB case (bsc#1012628). +- x86/srso: Fix vulnerability reporting for missing microcode + (bsc#1012628). +- x86/srso: Fix unret validation dependencies (bsc#1012628). +- futex: Don't include process MM in futex key on no-MMU + (bsc#1012628). +- x86/numa: Introduce numa_fill_memblks() (bsc#1012628). +- ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + (bsc#1012628). +- cgroup/cpuset: Fix load balance state in + update_partition_sd_lb() (bsc#1012628). +- x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + (bsc#1012628). +- x86/boot: Fix incorrect startup_gdt_descr.size (bsc#1012628). +- cpu/SMT: Make SMT control more robust against enumeration + failures (bsc#1012628). +- x86/apic: Fake primary thread mask for XEN/PV (bsc#1012628). +- srcu: Fix callbacks acceleration mishandling (bsc#1012628). +- drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() + in stop function (bsc#1012628). +- x86/nmi: Fix out-of-order NMI nesting checks & false positive + warning (bsc#1012628). +- pstore/platform: Add check for kstrdup (bsc#1012628). +- perf: Optimize perf_cgroup_switch() (bsc#1012628). +- selftests/x86/lam: Zero out buffer for readlink() (bsc#1012628). +- PCI/MSI: Provide stubs for IMS functions (bsc#1012628). +- string: Adjust strtomem() logic to allow for smaller sources + (bsc#1012628). +- genirq/matrix: Exclude managed interrupts in + irq_matrix_allocated() (bsc#1012628). +- irqchip/sifive-plic: Fix syscore registration for multi-socket + systems (bsc#1012628). +- wifi: ath12k: fix undefined behavior with __fls in dp + (bsc#1012628). +- wifi: cfg80211: add flush functions for wiphy work + (bsc#1012628). +- wifi: mac80211: move radar detect work to wiphy work + (bsc#1012628). +- wifi: mac80211: move scan work to wiphy work (bsc#1012628). +- wifi: mac80211: move offchannel works to wiphy work + (bsc#1012628). +- wifi: mac80211: move sched-scan stop work to wiphy work + (bsc#1012628). +- wifi: mac80211: fix RCU usage warning in mesh fast-xmit + (bsc#1012628). +- wifi: cfg80211: fix off-by-one in element defrag (bsc#1012628). +- wifi: mac80211: fix # of MSDU in A-MSDU calculation + (bsc#1012628). +- wifi: iwlwifi: honor the enable_ini value (bsc#1012628). +- wifi: iwlwifi: don't use an uninitialized variable + (bsc#1012628). +- i40e: fix potential memory leaks in i40e_remove() (bsc#1012628). +- iavf: Fix promiscuous mode configuration flow messages + (bsc#1012628). +- selftests/bpf: Correct map_fd to data_fd in tailcalls + (bsc#1012628). +- bpf, x64: Fix tailcall infinite loop (bsc#1012628). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1012628). +- udp: introduce udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_tx to udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_rx to udp->udp_flags (bsc#1012628). +- udp: move udp->gro_enabled to udp->udp_flags (bsc#1012628). +- udp: add missing WRITE_ONCE() around up->encap_rcv + (bsc#1012628). +- udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + (bsc#1012628). +- udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO (bsc#1012628). +- udp: annotate data-races around udp->encap_type (bsc#1012628). +- udplite: remove UDPLITE_BIT (bsc#1012628). +- udplite: fix various data-races (bsc#1012628). +- selftests/bpf: Skip module_fentry_shadow test when bpf_testmod + is not available (bsc#1012628). +- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + (bsc#1012628). +- bpf: Fix kfunc callback register type handling (bsc#1012628). +- gve: Use size_add() in call to struct_size() (bsc#1012628). +- mlxsw: Use size_mul() in call to struct_size() (bsc#1012628). +- tls: Use size_add() in call to struct_size() (bsc#1012628). +- tipc: Use size_add() in calls to struct_size() (bsc#1012628). +- net: spider_net: Use size_add() in call to struct_size() + (bsc#1012628). +- ice: fix pin assignment for E810-T without SMA control + (bsc#1012628). +- net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions + for MT7986 SoC (bsc#1012628). +- wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- wifi: ath12k: fix DMA unmap warning on NULL DMA address + (bsc#1012628). +- wifi: ath11k: fix boot failure with one MSI vector + (bsc#1012628). +- wifi: mac80211: fix check for unusable RX result (bsc#1012628). +- PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + (bsc#1012628). +- cpufreq: tegra194: fix warning due to missing opp_put + (bsc#1012628). +- wifi: mt76: mt7603: rework/fix rx pse hang check (bsc#1012628). +- wifi: mt76: mt7603: improve watchdog reset reliablity + (bsc#1012628). +- wifi: mt76: mt7603: improve stuck beacon handling (bsc#1012628). +- wifi: mt76: remove unused error path in + mt76_connac_tx_complete_skb (bsc#1012628). +- wifi: mt76: mt7996: set correct wcid in txp (bsc#1012628). +- wifi: mt76: mt7996: fix beamform mcu cmd configuration + (bsc#1012628). +- wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + (bsc#1012628). +- wifi: mt76: mt7996: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7996: fix rx rate report for CBW320-2 + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT command format (bsc#1012628). +- wifi: mt76: update beacon size limitation (bsc#1012628). +- wifi: mt76: fix potential memory leak of beacon commands + (bsc#1012628). +- wifi: mt76: get rid of false alamrs of tx emission issues + (bsc#1012628). +- wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + (bsc#1012628). +- wifi: mt76: mt7915: fix beamforming availability check + (bsc#1012628). +- wifi: mt76: move struct ieee80211_chanctx_conf up to struct + mt76_vif (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx + driver (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate selected in fw for the + chanctx driver (bsc#1012628). +- wifi: ath: dfs_pattern_detector: Fix a memory initialization + issue (bsc#1012628). +- tcp_metrics: add missing barriers on delete (bsc#1012628). +- tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + (bsc#1012628). +- tcp_metrics: do not create an entry from tcp_init_metrics() + (bsc#1012628). +- wifi: rtlwifi: fix EDCA limit set by BT coexistence + (bsc#1012628). +- ACPI: property: Allow _DSD buffer data only for byte accessors + (bsc#1012628). +- =?UTF-8?q?ACPI:=20video:=20Add=20acpi=5Fbacklight=3Dvendo?= + =?UTF-8?q?r=20quirk=20for=20Toshiba=20Port=C3=A9g=C3=A9=20R100?= + (bsc#1012628). +- can: etas_es58x: rework the version check logic to silence + -Wformat-truncation (bsc#1012628). +- can: etas_es58x: add missing a blank line after declaration + (bsc#1012628). +- libbpf: Fix syscall access arguments on riscv (bsc#1012628). +- selftests/bpf: Define SYS_PREFIX for riscv (bsc#1012628). +- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv + (bsc#1012628). +- r8152: break the loop when the budget is exhausted + (bsc#1012628). +- wifi: ath11k: fix Tx power value during active CAC + (bsc#1012628). +- can: dev: can_restart(): don't crash kernel if carrier is OK + (bsc#1012628). +- can: dev: can_restart(): fix race condition between controller + restart and netif_carrier_on() (bsc#1012628). +- can: dev: can_put_echo_skb(): don't crash kernel if + can_priv::echo_skb is accessed out of bounds (bsc#1012628). +- PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + (bsc#1012628). +- wifi: wfx: fix case where rates are out of order (bsc#1012628). +- netfilter: nf_tables: Drop pointless memset when dumping rules + (bsc#1012628). +- virtio-net: fix mismatch of getting tx-frames (bsc#1012628). +- virtio-net: consistently save parameters for per-queue + (bsc#1012628). +- virtio-net: fix per queue coalescing parameter setting + (bsc#1012628). +- virtio-net: fix the vq coalescing setting for vq resize + (bsc#1012628). +- wifi: rtw88: Remove duplicate NULL check before calling + usb_kill/free_urb() (bsc#1012628). +- thermal: core: prevent potential string overflow (bsc#1012628). +- r8169: fix rare issue with broken rx after link-down on RTL8125 + (bsc#1012628). +- thermal/drivers/mediatek: Fix probe for THERMAL_V2 + (bsc#1012628). +- bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + (bsc#1012628). +- net: skb_find_text: Ignore patterns extending past 'to' + (bsc#1012628). +- selftests/bpf: Make linked_list failure test more robust + (bsc#1012628). +- thermal: core: Don't update trip points inside the hysteresis + range (bsc#1012628). +- chtls: fix tp->rcv_tstamp initialization (bsc#1012628). +- tcp: fix cookie_init_timestamp() overflows (bsc#1012628). +- wifi: iwlwifi: mvm: update station's MFP flag after association + (bsc#1012628). +- wifi: iwlwifi: mvm: fix removing pasn station for responder + (bsc#1012628). +- wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + (bsc#1012628). +- wifi: mac80211: don't recreate driver link debugfs in reconfig + (bsc#1012628). +- wifi: mac80211: Fix setting vif links (bsc#1012628). +- wifi: iwlwifi: yoyo: swap cdb and jacket bits values + (bsc#1012628). +- wifi: iwlwifi: mvm: Correctly set link configuration + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + (bsc#1012628). +- wifi: iwlwifi: mvm: Don't always bind/link the P2P Device + interface (bsc#1012628). +- wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + (bsc#1012628). +- wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() (bsc#1012628). +- wifi: iwlwifi: mvm: remove TDLS stations from FW (bsc#1012628). +- wifi: iwlwifi: increase number of RX buffers for EHT devices + (bsc#1012628). +- wifi: iwlwifi: mvm: fix netif csum flags (bsc#1012628). +- wifi: iwlwifi: pcie: synchronize IRQs before NAPI (bsc#1012628). +- wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + (bsc#1012628). +- wifi: iwlwifi: empty overflow queue during flush (bsc#1012628). +- Bluetooth: ISO: Pass BIG encryption info through QoS + (bsc#1012628). +- Bluetooth: Make handle of hci_conn be unique (bsc#1012628). +- Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + (bsc#1012628). +- bpf: Fix unnecessary -EBUSY from htab_lock_bucket (bsc#1012628). +- ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + (bsc#1012628). +- mptcp: properly account fastopen data (bsc#1012628). +- ipv6: avoid atomic fragment on GSO packets (bsc#1012628). +- virtio_net: use u64_stats_t infra to avoid data-races + (bsc#1012628). +- net: add DEV_STATS_READ() helper (bsc#1012628). +- ipvlan: properly track tx_errors (bsc#1012628). +- regmap: debugfs: Fix a erroneous check after snprintf() + (bsc#1012628). +- spi: tegra: Fix missing IRQ check in tegra_slink_probe() + (bsc#1012628). +- clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent + clocks (bsc#1012628). +- clk: qcom: gcc-msm8996: Remove RPM bus clocks (bsc#1012628). +- clk: qcom: clk-rcg2: Fix clock rate overflow for high parent + frequencies (bsc#1012628). +- clk: qcom: mmcc-msm8998: Don't check halt bit on some branch + clks (bsc#1012628). +- clk: qcom: mmcc-msm8998: Fix the SMMU GDSC (bsc#1012628). +- clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- gpio: sim: initialize a managed pointer when declaring it + (bsc#1012628). +- regulator: mt6358: Fail probe on unknown chip ID (bsc#1012628). +- clk: imx: Select MXC_CLK for CLK_IMX8QXP (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + clk_imx_acm_attach_pm_domains() (bsc#1012628). +- clk: imx: imx8: Fix an error handling path if + devm_clk_hw_register_mux_parent_data_table() fails + (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + imx8_acm_clk_probe() (bsc#1012628). +- clk: imx: imx8mq: correct error handling path (bsc#1012628). +- clk: imx: imx8qxp: Fix elcdif_pll clock (bsc#1012628). +- clk: renesas: rcar-gen3: Extend SDnH divider table + (bsc#1012628). +- clk: renesas: rzg2l: Wait for status bit of SD mux before + continuing (bsc#1012628). +- clk: renesas: rzg2l: Lock around writes to mux register + (bsc#1012628). +- clk: renesas: rzg2l: Trust value returned by hardware + (bsc#1012628). +- clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + (bsc#1012628). +- clk: renesas: rzg2l: Fix computation formula (bsc#1012628). +- clk: linux/clk-provider.h: fix kernel-doc warnings and typos + (bsc#1012628). +- spi: nxp-fspi: use the correct ioremap function (bsc#1012628). +- clk: ralink: mtmips: quiet unused variable warning + (bsc#1012628). +- clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- clk: ti: fix double free in of_ti_divider_clk_setup() + (bsc#1012628). +- clk: npcm7xx: Fix incorrect kfree (bsc#1012628). +- clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + (bsc#1012628). +- clk: qcom: clk-alpha-pll: introduce stromer plus ops + (bsc#1012628). +- clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus + pll (bsc#1012628). +- clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + (bsc#1012628). +- clk: qcom: ipq5018: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: mediatek: fix double free in mtk_clk_register_pllfh() + (bsc#1012628). +- platform/x86: wmi: Fix probe failure when failing to register + WMI devices (bsc#1012628). +- platform/x86: wmi: Fix opening of char device (bsc#1012628). +- regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + (bsc#1012628). +- hwmon: (axi-fan-control) Fix possible NULL pointer dereference + (bsc#1012628). +- hwmon: (coretemp) Fix potentially truncated sysfs attribute name + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add DMI override table" + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add automatic module loading + on supported devices" (bsc#1012628). +- hwmon: (pmbus/mp2975) Move PGOOD fix (bsc#1012628). +- hwmon: (sch5627) Use bit macros when accessing the control + register (bsc#1012628). +- hwmon: (sch5627) Disallow write access if virtual registers + are locked (bsc#1012628). +- hte: tegra: Fix missing error code in tegra_hte_test_probe() + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Separate host command and irq + disable (bsc#1012628). +- spi: omap2-mcspi: switch to use modern name (bsc#1012628). +- spi: omap2-mcspi: Fix hardcoded reference clock (bsc#1012628). +- drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + (bsc#1012628). +- drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer + FIFO on older Exynos (bsc#1012628). +- drm/loongson: Fix error handling in lsdc_pixel_pll_setup() + (bsc#1012628). +- drm/rockchip: vop: Fix reset of state in duplicate state crtc + funcs (bsc#1012628). +- drm/rockchip: vop: Fix call to crtc reset helper (bsc#1012628). +- drm/rockchip: vop2: Don't crash for invalid duplicate_state + (bsc#1012628). +- drm/rockchip: vop2: Add missing call to crtc reset helper + (bsc#1012628). +- drm/radeon: possible buffer overflow (bsc#1012628). +- drm/radeon: Remove the references of radeon_gem_ pread & + pwrite ioctls (bsc#1012628). +- drm: bridge: it66121: Fix invalid connector dereference + (bsc#1012628). +- drm/bridge: lt8912b: Fix bridge_detach (bsc#1012628). +- drm/bridge: lt8912b: Fix crash on bridge detach (bsc#1012628). +- drm/bridge: lt8912b: Manually disable HPD only if it was enabled + (bsc#1012628). +- drm/bridge: lt8912b: Add missing drm_bridge_attach call + (bsc#1012628). +- drm/ssd130x: Fix screen clearing (bsc#1012628). +- drm/mediatek: Fix coverity issue with unintentional integer + overflow (bsc#1012628). +- x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + (bsc#1012628). +- drm/bridge: tc358768: Fix use of uninitialized variable + (bsc#1012628). +- drm/bridge: tc358768: Fix bit updates (bsc#1012628). +- drm/bridge: tc358768: Use struct videomode (bsc#1012628). +- drm/bridge: tc358768: Print logical values, not raw register + values (bsc#1012628). +- drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + (bsc#1012628). +- drm/bridge: tc358768: Rename dsibclk to hsbyteclk (bsc#1012628). +- drm/bridge: tc358768: Clean up clock period code (bsc#1012628). +- drm/bridge: tc358768: Fix tc358768_ns_to_cnt() (bsc#1012628). +- drm: Call drm_atomic_helper_shutdown() at shutdown/remove time + for misc drivers (bsc#1012628). +- drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + (bsc#1012628). +- drm/amdkfd: fix some race conditions in vram buffer alloc/free + of svm code (bsc#1012628). +- drm/amdkfd: Remove svm range validated_once flag (bsc#1012628). +- drm/amdkfd: Handle errors from svm validate and map + (bsc#1012628). +- drm/amd/display: Fix null pointer dereference in error message + (bsc#1012628). +- drm/amd/display: Check all enabled planes in + dm_check_crtc_cursor (bsc#1012628). +- drm/amd/display: Refactor dm_get_plane_scale helper + (bsc#1012628). +- drm/amd/display: Bail from dm_check_crtc_cursor if no relevant + change (bsc#1012628). +- io_uring/kbuf: Fix check of BID wrapping in provided buffers + (bsc#1012628). +- io_uring/kbuf: Allow the full buffer id space for provided + buffers (bsc#1012628). +- drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + (bsc#1012628). +- drm/mediatek: Fix iommu fault by swapping FBs after updating + plane state (bsc#1012628). +- drm/mediatek: Fix iommu fault during crtc enabling + (bsc#1012628). +- accel/habanalabs/gaudi2: Fix incorrect string length computation + in gaudi2_psoc_razwi_get_engines() (bsc#1012628). +- drm/msm/adreno: Fix SM6375 GPU ID (bsc#1012628). +- drm/msm/a6xx: Fix unknown speedbin case (bsc#1012628). +- drm/rockchip: cdn-dp: Fix some error handling paths in + cdn_dp_probe() (bsc#1012628). +- gpu: host1x: Correct allocated size for contexts (bsc#1012628). +- drm/bridge: lt9611uxc: fix the race in the error path + (bsc#1012628). +- arm64/arm: xen: enlighten: Fix KPTI checks (bsc#1012628). +- drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + (bsc#1012628). +- xenbus: fix error exit in xenbus_init() (bsc#1012628). +- xen: Make struct privcmd_irqfd's layout architecture independent + (bsc#1012628). +- xen: irqfd: Use _IOW instead of the internal _IOC() macro + (bsc#1012628). +- xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + (bsc#1012628). +- drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + (bsc#1012628). +- drm/msm/dsi: free TX buffer in unbind (bsc#1012628). +- clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + (bsc#1012628). +- drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + (bsc#1012628). +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (bsc#1012628). +- drm/amd/pm: Fix a memory leak on an error path (bsc#1012628). +- perf/arm-cmn: Fix DTC domain detection (bsc#1012628). +- drivers/perf: hisi_pcie: Check the type first in + pmu::event_init() (bsc#1012628). +- perf: hisi: Fix use-after-free when register pmu fails + (bsc#1012628). +- ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix PSCI power domain names + (bsc#1012628). +- arm64: dts: qcom: sdm845: cheza doesn't support LMh node + (bsc#1012628). +- arm64: dts: qcom: sc7280: link + usb3_phy_wrapper_gcc_usb30_pipe_clk (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix iommu local address range + (bsc#1012628). +- arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + (bsc#1012628). +- arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + (bsc#1012628). +- arm64: dts: qcom: sc7280: Add missing LMH interrupts + (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Swap UART index (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Fix regulators (bsc#1012628). +- arm64: dts: qcom: sdm670: Fix pdc mapping (bsc#1012628). +- arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + (bsc#1012628). +- arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + (bsc#1012628). +- arm64: dts: qcom: sm8350: fix pinctrl for UART18 (bsc#1012628). +- arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + (bsc#1012628). +- arm64: dts: qcom: sdx75-idp: align RPMh regulator nodes with + bindings (bsc#1012628). +- ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + (bsc#1012628). +- arm64: dts: qcom: msm8976: Fix ipc bit shifts (bsc#1012628). +- arm64: dts: qcom: msm8939: Fix iommu local address range + (bsc#1012628). +- riscv: dts: allwinner: remove address-cells from intc node + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + (bsc#1012628). +- ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted + hall sensor (bsc#1012628). +- ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + (bsc#1012628). +- soc: qcom: llcc: Handle a second device without data corruption + (bsc#1012628). +- kunit: Fix missed memory release in kunit_free_suite_set() + (bsc#1012628). +- kunit: Fix the wrong kfree of copy for kunit_filter_suites() + (bsc#1012628). +- kunit: Fix possible memory leak in kunit_filter_suites() + (bsc#1012628). +- kunit: test: Fix the possible memory leak in executor_test + (bsc#1012628). +- ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines + (bsc#1012628). +- firmware: ti_sci: Mark driver as non removable (bsc#1012628). +- arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for + overlay file (bsc#1012628). +- arm64: dts: ti: verdin-am62: disable MIPI DSI bridge + (bsc#1012628). +- arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + (bsc#1012628). +- arm64: dts: ti: Fix HDMI Audio overlay in Makefile + (bsc#1012628). +- firmware: arm_ffa: Assign the missing IDR allocation ID to + the FFA device (bsc#1012628). +- firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode + of messaging (bsc#1012628). +- ARM: dts: am3517-evm: Fix LED3/4 pinmux (bsc#1012628). +- clk: scmi: Free scmi_clk allocated when the clocks with invalid + info are skipped (bsc#1012628). +- arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + (bsc#1012628). +- arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + (bsc#1012628). +- arm64: dts: imx8mm: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: dts: imx8mn: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: tegra: Fix P3767 card detect polarity (bsc#1012628). +- arm64: tegra: Fix P3767 QSPI speed (bsc#1012628). +- firmware: tegra: Add suspend hook and reset BPMP IPC early on + resume (bsc#1012628). +- memory: tegra: Set BPMP msg flags to reset IPC channels + (bsc#1012628). +- arm64: tegra: Use correct interrupts for Tegra234 TKE + (bsc#1012628). +- selftests/pidfd: Fix ksft print formats (bsc#1012628). +- selftests/resctrl: Ensure the benchmark commands fits to its + array (bsc#1012628). +- soc: qcom: pmic_glink: fix connector type to be DisplayPort + (bsc#1012628). +- ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + (bsc#1012628). +- iommufd: Add iopt_area_alloc() (bsc#1012628). +- module/decompress: use vmalloc() for gzip decompression + workspace (bsc#1012628). +- KEYS: Include linux/errno.h in linux/verification.h + (bsc#1012628). +- crypto: ccp - Get a free page to use while fetching initial + nonce (bsc#1012628). +- crypto: ccp - Fix ioctl unit tests (bsc#1012628). +- crypto: ccp - Fix DBC sample application error handling + (bsc#1012628). +- crypto: ccp - Fix sample application signature passing + (bsc#1012628). +- crypto: ccp - Fix some unfused tests (bsc#1012628). +- crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + (bsc#1012628). +- hwrng: bcm2835 - Fix hwrng throughput regression (bsc#1012628). +- hwrng: geode - fix accessing registers (bsc#1012628). +- RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + (bsc#1012628). +- crypto: qat - fix state machines cleanup paths (bsc#1012628). +- crypto: qat - ignore subsequent state up commands (bsc#1012628). +- crypto: qat - fix unregistration of crypto algorithms + (bsc#1012628). +- crypto: qat - fix unregistration of compression algorithms + (bsc#1012628). +- scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall + return code (bsc#1012628). +- ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI + becomes inactive (bsc#1012628). +- libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and + check its return value (bsc#1012628). +- nd_btt: Make BTT lanes preemptible (bsc#1012628). +- crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: qat - increase size of buffers (bsc#1012628). +- ASoC: SOF: ipc4-topology: Use size_add() in call to + struct_size() (bsc#1012628). +- PCI: vmd: Correct PCI Header Type Register's multi-function + check (bsc#1012628). +- hid: cp2112: Fix duplicate workqueue initialization + (bsc#1012628). +- crypto: hisilicon/qm - fix PF queue parameter issue + (bsc#1012628). +- ARM: 9321/1: memset: cast the constant byte to unsigned char + (bsc#1012628). +- ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + (bsc#1012628). +- ext4: add missing initialization of call_notify_error in + update_super_work() (bsc#1012628). +- ext4: move 'ix' sanity check to corrent position (bsc#1012628). +- kselftest: vm: fix mdwe's mmap_FIXED test case (bsc#1012628). +- ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter + or member not described (bsc#1012628). +- backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + (bsc#1012628). +- ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + (bsc#1012628). +- fs: dlm: Fix the size of a buffer in dlm_create_debug_file() + (bsc#1012628). +- dlm: fix creating multiple node structures (bsc#1012628). +- dlm: fix remove member after close call (bsc#1012628). +- dlm: be sure we reset all nodes at forced shutdown + (bsc#1012628). +- dlm: fix no ack after final message (bsc#1012628). +- IB/mlx5: Fix rdma counter binding for RAW QP (bsc#1012628). +- RDMA/hns: Fix printing level of asynchronous events + (bsc#1012628). +- RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + (bsc#1012628). +- RDMA/hns: Fix signed-unsigned mixed comparisons (bsc#1012628). +- RDMA/hns: Add check for SL (bsc#1012628). +- RDMA/hns: The UD mode can only be configured with DCQCN + (bsc#1012628). +- RDMA/hns: Fix unnecessary port_num transition in HW stats + allocation (bsc#1012628). +- RDMA/hns: Fix init failure of RoCE VF and HIP08 (bsc#1012628). +- ASoC: SOF: core: Ensure sof_ops_free() is still called when + probe never ran (bsc#1012628). +- ASoC: intel: sof_sdw: Stop processing CODECs when enough are + found (bsc#1012628). +- ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + (bsc#1012628). +- scsi: ufs: core: Leave space for '\0' in utf8 desc string + (bsc#1012628). +- RDMA/hfi1: Workaround truncation compilation error + (bsc#1012628). +- hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs + on chip (bsc#1012628). +- HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() (bsc#1012628). +- HID: uclogic: Fix a work->entry not empty bug in __queue_work() + (bsc#1012628). +- sh: bios: Revive earlyprintk support (bsc#1012628). +- HID: logitech-hidpp: Don't restart IO, instead defer + hid_connect() only (bsc#1012628). +- HID: logitech-hidpp: Revert "Don't restart communication if + not necessary" (bsc#1012628). +- HID: logitech-hidpp: Move get_wireless_feature_index() check + to hidpp_connect_event() (bsc#1012628). +- ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + (bsc#1012628). +- PCI: endpoint: Fix double free in __pci_epc_create() + (bsc#1012628). +- padata: Fix refcnt handling in padata_free_shell() + (bsc#1012628). +- certs: Break circular dependency when selftest is modular + (bsc#1012628). +- crypto: qat - consolidate services structure (bsc#1012628). +- crypto: qat - enable dc chaining service (bsc#1012628). +- crypto: qat - refactor fw config related functions + (bsc#1012628). +- crypto: qat - use masks for AE groups (bsc#1012628). +- crypto: qat - fix ring to service map for QAT GEN4 + (bsc#1012628). +- crypto: qat - fix deadlock in backlog processing (bsc#1012628). +- ASoC: ams-delta.c: use component after check (bsc#1012628). +- erofs: fix erofs_insert_workgroup() lockref usage (bsc#1012628). +- IB/mlx5: Fix init stage error handling to avoid double free + of same QP and UAF (bsc#1012628). +- mfd: core: Un-constify mfd_cell.of_reg (bsc#1012628). +- mfd: core: Ensure disabled devices are skipped without aborting + (bsc#1012628). +- mfd: dln2: Fix double put in dln2_probe (bsc#1012628). +- dt-bindings: mfd: mt6397: Split out compatible for MediaTek + MT6366 PMIC (bsc#1012628). +- mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated + devs (bsc#1012628). +- leds: turris-omnia: Do not use SMBUS calls (bsc#1012628). +- leds: pwm: Don't disable the PWM when the LED should be off + (bsc#1012628). +- leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' + issue for 'cpu' (bsc#1012628). +- scripts/gdb: fix usage of MOD_TEXT not defined when + CONFIG_MODULES=n (bsc#1012628). +- apparmor: fix invalid reference on profile->disconnected + (bsc#1012628). +- perf stat: Fix aggr mode initialization (bsc#1012628). +- iio: frequency: adf4350: Use device managed functions and fix + power down issue (bsc#1012628). +- pinctrl: baytrail: fix debounce disable case (bsc#1012628). +- perf kwork: Fix incorrect and missing free atom in + work_push_atom() (bsc#1012628). +- perf kwork: Add the supported subcommands to the document + (bsc#1012628). +- perf kwork: Set ordered_events to true in 'struct perf_tool' + (bsc#1012628). +- f2fs: compress: fix deadloop in f2fs_write_cache_pages() + (bsc#1012628). +- f2fs: compress: fix to avoid use-after-free on dic + (bsc#1012628). +- f2fs: compress: fix to avoid redundant compress extension + (bsc#1012628). +- f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + (bsc#1012628). +- tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + (bsc#1012628). +- perf parse-events: Fix tracepoint name memory leak + (bsc#1012628). +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1012628). +- pinctrl: renesas: rzg2l: Make reverse order of enable() for + disable() (bsc#1012628). +- perf vendor events arm64: Fix for AmpereOne metrics + (bsc#1012628). +- perf record: Fix BTF type checks in the off-cpu profiling + (bsc#1012628). +- dmaengine: idxd: Register dsa_bus_type before registering idxd + sub-drivers (bsc#1012628). +- usb: dwc2: fix possible NULL pointer dereference caused by + driver concurrency (bsc#1012628). +- usb: chipidea: Fix DMA overwrite for Tegra (bsc#1012628). +- usb: chipidea: Simplify Tegra DMA alignment code (bsc#1012628). +- dmaengine: ti: edma: handle irq_of_parse_and_map() errors + (bsc#1012628). +- tools/perf: Update call stack check in builtin-lock.c + (bsc#1012628). +- misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + (bsc#1012628). +- debugfs: Fix __rcu type comparison warning (bsc#1012628). +- tools: iio: iio_generic_buffer ensure alignment (bsc#1012628). +- USB: usbip: fix stub_dev hub disconnect (bsc#1012628). +- dmaengine: pxa_dma: Remove an erroneous BUG_ON() in + pxad_free_desc() (bsc#1012628). +- f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + (bsc#1012628). +- interconnect: qcom: qdu1000: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7180: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7280: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8180x: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8280xp: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm670: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm845: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm6350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8150: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8250: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (bsc#1012628). +- powerpc: Only define __parse_fpscr() when required + (bsc#1012628). +- interconnect: fix error handling in qnoc_probe() (bsc#1012628). +- perf build: Add missing comment about NO_LIBTRACEEVENT=1 + (bsc#1012628). +- perf parse-events: Fix for term values that are raw events + (bsc#1012628). +- perf mem-events: Avoid uninitialized read (bsc#1012628). +- s390/ap: re-init AP queues on config on (bsc#1012628). +- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- perf tools: Do not ignore the default vmlinux.h (bsc#1012628). +- powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + (bsc#1012628). +- powerpc/xive: Fix endian conversion size (bsc#1012628). +- powerpc: Hide empty pt_regs at base of the stack (bsc#1012628). +- perf trace: Use the right bpf_probe_read(_str) variant for + reading user data (bsc#1012628). +- powerpc/vas: Limit open window failure messages in log bufffer + (bsc#1012628). +- powerpc/imc-pmu: Use the correct spinlock initializer + (bsc#1012628). +- powerpc/pseries: fix potential memory leak in + init_cpu_associativity() (bsc#1012628). +- perf vendor events: Update PMC used in PM_RUN_INST_CMPL event + for power10 platform (bsc#1012628). +- xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + (bsc#1012628). +- usb: host: xhci-plat: fix possible kernel oops while resuming + (bsc#1012628). +- powerpc/vmcore: Add MMU information to vmcoreinfo (bsc#1012628). +- perf machine: Avoid out of bounds LBR memory read (bsc#1012628). +- libperf rc_check: Make implicit enabling work for GCC + (bsc#1012628). +- perf hist: Add missing puts to hist__account_cycles + (bsc#1012628). +- perf vendor events intel: Fix broadwellde + tma_info_system_dram_bw_use metric (bsc#1012628). +- perf vendor events intel: Add broadwellde two metrics + (bsc#1012628). +- 9p/net: fix possible memory leak in p9_check_errors() + (bsc#1012628). +- rtla: Fix uninitialized variable found (bsc#1012628). +- i3c: Fix potential refcount leak in + i3c_master_register_new_i3c_devs (bsc#1012628). +- rtc: brcmstb-waketimer: support level alarm_irq (bsc#1012628). +- cxl/pci: Remove unnecessary device reference management in + sanitize work (bsc#1012628). +- cxl/pci: Cleanup 'sanitize' to always poll (bsc#1012628). +- cxl/pci: Remove inconsistent usage of dev_err_probe() + (bsc#1012628). +- cxl/pci: Clarify devm host for memdev relative setup + (bsc#1012628). +- cxl/pci: Fix sanitize notifier setup (bsc#1012628). +- cxl/memdev: Fix sanitize vs decoder setup locking (bsc#1012628). +- cxl/mem: Fix shutdown order (bsc#1012628). +- virt: sevguest: Fix passing a stack buffer as a scatterlist + target (bsc#1012628). +- rtc: pcf85363: fix wrong mask/val parameters in + regmap_update_bits call (bsc#1012628). +- cxl/region: Prepare the decoder match range helper for reuse + (bsc#1012628). +- cxl/region: Calculate a target position in a region interleave + (bsc#1012628). +- cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + (bsc#1012628). +- cxl/region: Fix cxl_region_rwsem lock held when returning to + user space (bsc#1012628). +- cxl/core/regs: Rename @dev to @host in struct cxl_register_map + (bsc#1012628). +- cxl/port: Fix @host confusion in cxl_dport_setup_regs() + (bsc#1012628). +- cxl/hdm: Remove broken error path (bsc#1012628). +- pcmcia: cs: fix possible hung task and memory leak pccardd() + (bsc#1012628). +- pcmcia: ds: fix refcount leak in pcmcia_device_add() + (bsc#1012628). +- pcmcia: ds: fix possible name leak in error path in + pcmcia_device_add() (bsc#1012628). +- media: imx-jpeg: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: hantro: Check whether reset op is defined before use + (bsc#1012628). +- media: verisilicon: Do not enable G2 postproc downscale if + source is narrower than destination (bsc#1012628). +- media: ov13b10: Fix some error checking in probe (bsc#1012628). +- media: ov5640: fix vblank unchange issue when work at dvp mode + (bsc#1012628). +- media: i2c: max9286: Fix some redundant of_node_put() calls + (bsc#1012628). +- media: ov5640: Fix a memory leak when ov5640_probe fails + (bsc#1012628). +- media: bttv: fix use after free error due to btv->timeout timer + (bsc#1012628). +- media: amphion: handle firmware debug message (bsc#1012628). +- media: mtk-jpegenc: Fix bug in JPEG encode quality selection + (bsc#1012628). +- media: s3c-camif: Avoid inappropriate kfree() (bsc#1012628). +- media: vidtv: psi: Add check for kstrdup (bsc#1012628). +- media: vidtv: mux: Add check and kfree for kstrdup + (bsc#1012628). +- media: cedrus: Fix clock/reset sequence (bsc#1012628). +- media: i2c: imx219: Convert to CCI register access helpers + (bsc#1012628). +- media: i2c: imx219: Replace register addresses with macros + (bsc#1012628). +- media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common + regs array (bsc#1012628). +- media: cadence: csi2rx: Unregister v4l2 async notifier + (bsc#1012628). +- media: dvb-usb-v2: af9035: fix missing unlock (bsc#1012628). +- media: verisilicon: Fixes clock list for rk3588 av1 decoder + (bsc#1012628). +- media: mediatek: vcodec: Handle invalid encoder vsi + (bsc#1012628). +- media: imx-jpeg: notify source chagne event when the first + picture parsed (bsc#1012628). +- media: mediatek: vcodec: using encoder device to alloc/free + encoder memory (bsc#1012628). +- media: platform: mtk-mdp3: fix uninitialized variable in + mdp_path_config() (bsc#1012628). +- media: cec: meson: always include meson sub-directory in + Makefile (bsc#1012628). +- cpupower: fix reference to nonexistent document (bsc#1012628). +- regmap: prevent noinc writes from clobbering cache + (bsc#1012628). +- drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + (bsc#1012628). +- drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (bsc#1012628). +- pwm: sti: Reduce number of allocations and drop usage of + chip_data (bsc#1012628). +- pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + (bsc#1012628). +- Input: synaptics-rmi4 - fix use after free in + rmi_unregister_function() (bsc#1012628). +- watchdog: marvell_gti_wdt: Fix error code in probe() + (bsc#1012628). +- watchdog: ixp4xx: Make sure restart always works (bsc#1012628). +- llc: verify mac len before reading mac header (bsc#1012628). +- hsr: Prevent use after free in prp_create_tagged_frame() + (bsc#1012628). +- tipc: Change nla_policy for bearer-related names to + NLA_NUL_STRING (bsc#1012628). +- rxrpc: Fix two connection reaping bugs (bsc#1012628). +- bpf: Check map->usercnt after timer->timer is assigned + (bsc#1012628). +- inet: shrink struct flowi_common (bsc#1012628). +- octeontx2-pf: Fix error codes (bsc#1012628). +- octeontx2-pf: Fix holes in error code (bsc#1012628). +- net: page_pool: add missing free_percpu when page_pool_init fail + (bsc#1012628). +- dccp: Call security_inet_conn_request() after setting IPv4 + addresses (bsc#1012628). +- dccp/tcp: Call security_inet_conn_request() after setting IPv6 + addresses (bsc#1012628). +- net: r8169: Disable multicast filter for RTL8168H and RTL8107E + (bsc#1012628). +- Fix termination state for idr_for_each_entry_ul() (bsc#1012628). +- net: stmmac: xgmac: Enable support for multiple Flexible PPS + outputs (bsc#1012628). +- selftests: pmtu.sh: fix result checking (bsc#1012628). +- octeontx2-pf: Free pending and dropped SQEs (bsc#1012628). +- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + (bsc#1012628). +- net/smc: allow cdc msg send rather than drop it with NULL + sndbuf_desc (bsc#1012628). +- net/smc: put sk reference if close work was canceled + (bsc#1012628). +- nvme: fix error-handling for io_uring nvme-passthrough + (bsc#1012628). +- riscv: boot: Fix creation of loader.bin (bsc#1012628). +- ice: Fix SRIOV LAG disable on non-compliant aggregate + (bsc#1012628). +- ice: lag: in RCU, use atomic allocation (bsc#1012628). +- ice: Fix VF-VF filter rules in switchdev mode (bsc#1012628). +- ice: Fix VF-VF direction matching in drop rule in switchdev + (bsc#1012628). +- tg3: power down device only on SYSTEM_POWER_OFF (bsc#1012628). +- nbd: fix uaf in nbd_open (bsc#1012628). +- blk-core: use pr_warn_ratelimited() in bio_check_ro() + (bsc#1012628). +- vsock/virtio: remove socket from connected/bound list on + shutdown (bsc#1012628). +- r8169: respect userspace disabling IFF_MULTICAST (bsc#1012628). +- virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() + (bsc#1012628). +- net: enetc: shorten enetc_setup_xdp_prog() error message to + fit NETLINK_MAX_FMTMSG_LEN (bsc#1012628). +- i2c: iproc: handle invalid slave state (bsc#1012628). +- netfilter: xt_recent: fix (increase) ipv6 literal buffer length + (bsc#1012628). +- netfilter: nat: fix ipv6 nat redirect with mapped and scoped + addresses (bsc#1012628). +- net/sched: act_ct: Always fill offloading tuple iifidx + (bsc#1012628). +- RISC-V: Don't fail in riscv_of_parent_hartid() for disabled + HARTs (bsc#1012628). +- net: ti: icss-iep: fix setting counter value (bsc#1012628). +- drivers: perf: Do not broadcast to other cpus when starting + a counter (bsc#1012628). +- module/decompress: use kvmalloc() consistently (bsc#1012628). +- fs: dlm: Simplify buffer size computation in + dlm_create_debug_file() (bsc#1012628). +- drm/vc4: tests: Fix UAF in the mock helpers (bsc#1012628). +- drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + (bsc#1012628). +- ASoC: rt712-sdca: fix speaker route missing issue (bsc#1012628). +- ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix + error messages (bsc#1012628). +- ASoC: hdmi-codec: register hpd callback on component probe + (bsc#1012628). +- ASoC: dapm: fix clock get name (bsc#1012628). +- spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + (bsc#1012628). +- arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + (bsc#1012628). +- fbdev: imsttfb: fix double free in probe() (bsc#1012628). +- fbdev: imsttfb: fix a resource leak in probe (bsc#1012628). +- ALSA: hda/realtek: Add support dual speaker for Dell + (bsc#1012628). +- fbdev: fsl-diu-fb: mark wr_reg_wa() static (bsc#1012628). +- tracing/kprobes: Fix the order of argument descriptions + (bsc#1012628). +- eventfs: Check for NULL ef in eventfs_set_attr() (bsc#1012628). +- selftests: mptcp: run userspace pm tests slower (bsc#1012628). +- selftests: mptcp: fix wait_rm_addr/sf parameters (bsc#1012628). +- io_uring/net: ensure socket is marked connected on connect retry + (bsc#1012628). +- x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + (bsc#1012628). +- Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, + disables L1" (bsc#1012628). +- Revert "mmc: core: Capture correct oemid-bits for eMMC cards" + (bsc#1012628). +- btrfs: use u64 for buffer sizes in the tree search ioctls + (bsc#1012628). +- btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() (bsc#1012628). +- Refresh + patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch. +- Rename to + patches.kernel.org/6.6.2-328-ASoC-cs35l41-Handle-mdsync_down-reg-write-error.patch. +- Rename to + patches.kernel.org/6.6.2-329-ASoC-cs35l41-Handle-mdsync_up-reg-write-errors.patch. +- Rename to + patches.kernel.org/6.6.2-330-ASoC-cs35l41-Initialize-completion-object-befor.patch. +- Rename to + patches.kernel.org/6.6.2-331-ASoC-cs35l41-Fix-broken-shared-boost-activation.patch. +- Rename to + patches.kernel.org/6.6.2-332-ASoC-cs35l41-Verify-PM-runtime-resume-errors-in.patch. +- Rename to + patches.kernel.org/6.6.2-333-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver-.patch. +- Rename to + patches.kernel.org/6.6.2-334-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch. +- Rename to + patches.kernel.org/6.6.2-335-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dri.patch. +- commit 263a855 + +------------------------------------------------------------------- +Wed Nov 15 15:15:13 CET 2023 - tiwai@suse.de + +- Refresh patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + Add entries for more *.pnvm files +- commit 058e978 + +------------------------------------------------------------------- +Wed Nov 15 14:58:30 CET 2023 - tiwai@suse.de + +- ALSA: hda: cs35l41: Fix missing error code in + cs35l41_smart_amp() (bsc#1213745). +- ALSA: hda: cs35l41: mark cs35l41_verify_id() static + (bsc#1213745). +- ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + (bsc#1213745). +- ALSA: hda: cs35l41: Check CSPL state after loading firmware + (bsc#1213745). +- ALSA: hda: cs35l41: Do not unload firmware before reset in + system suspend (bsc#1213745). +- ALSA: hda: cs35l41: Force a software reset after hardware reset + (bsc#1213745). +- ALSA: hda: cs35l41: Run boot process during resume callbacks + (bsc#1213745). +- ALSA: hda: cs35l41: Assert Reset prior to de-asserting in + probe and system resume (bsc#1213745). +- ALSA: hda: cs35l41: Assert reset before system suspend + (bsc#1213745). +- ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook + Fury 17 G9 (bsc#1213745). +- ALSA: hda: cs35l41: Consistently use dev_err_probe() + (bsc#1213745). +- ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + (bsc#1213745). +- ASoC: cs35l41: Use modern pm_ops (bsc#1213745). +- ASoC: cs35l41: Make use of dev_err_probe() (bsc#1213745). +- ASoC: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + (bsc#1213745). +- ASoC: cs35l41: Fix broken shared boost activation (bsc#1213745). +- ASoC: cs35l41: Initialize completion object before requesting + IRQ (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_up reg write errors (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_down reg write errors + (bsc#1213745). +- ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + (bsc#1213745). +- ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + (bsc#1213745). +- ALSA: hda/realtek: Support ACPI Notification framework via + component binding (bsc#1213745). +- ALSA: hda: cs35l41: Add notification support into component + binding (bsc#1213745). +- commit 1b0014b + ------------------------------------------------------------------- Mon Nov 13 16:32:53 CET 2023 - schwab@suse.de @@ -2733,16 +8541,1352 @@ Mon Nov 13 15:33:04 CET 2023 - rfrohl@suse.com Still missing config changes, spec dependencies, renaming rpms - commit a5b5893 +------------------------------------------------------------------- +Fri Nov 10 17:02:16 CET 2023 - jdelvare@suse.de + +- Disable Loongson drivers + Loongson is a mips architecture, I don't think it makes sense to + build Loongson drivers on other architectures. +- commit 4d5bd14 + +------------------------------------------------------------------- +Fri Nov 10 10:36:21 CET 2023 - tiwai@suse.de + +- wifi: ath11k: support hibernation (bsc#1207948). +- wifi: ath11k: thermal: don't try to register multiple times + (bsc#1207948). +- wifi: ath11k: fix warning on DMA ring capabilities event + (bsc#1207948). +- wifi: ath11k: do not dump SRNG statistics during resume + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- bus: mhi: host: add new interfaces to handle MHI channels + directly (bsc#1207948). +- bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948). +- commit 10bbcec + +------------------------------------------------------------------- +Fri Nov 10 10:34:47 CET 2023 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1207948). +- commit e66948e + +------------------------------------------------------------------- +Fri Nov 10 10:33:31 CET 2023 - tiwai@suse.de + +- Drop ath11k hibernation patch set once for renewal (bsc#1207948) +- commit 9ecdaa5 + +------------------------------------------------------------------- +Thu Nov 9 06:27:25 CET 2023 - jslaby@suse.cz + +- Linux 6.6.1 (bsc#1012628). +- ASoC: SOF: sof-pci-dev: Fix community key quirk detection + (bsc#1012628). +- ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + (bsc#1012628). +- serial: core: Fix runtime PM handling for pending tx + (bsc#1012628). +- misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device + support (bsc#1012628). +- dt-bindings: serial: rs485: Add rs485-rts-active-high + (bsc#1012628). +- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + (bsc#1012628). +- tty: 8250: Add support for Intashield IX cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes PX cards + (bsc#1012628). +- tty: 8250: Fix up PX-803/PX-857 (bsc#1012628). +- tty: 8250: Fix port count of PX-257 (bsc#1012628). +- tty: 8250: Add support for Intashield IS-100 (bsc#1012628). +- tty: 8250: Add support for Brainboxes UP cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes UC cards + (bsc#1012628). +- tty: 8250: Remove UC-257 and UC-431 (bsc#1012628). +- tty: n_gsm: fix race condition in status line change on dead + connections (bsc#1012628). +- Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + (bsc#1012628). +- usb: raw-gadget: properly handle interrupted requests + (bsc#1012628). +- usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + (bsc#1012628). +- usb: typec: tcpm: Add additional checks for contaminant + (bsc#1012628). +- usb: storage: set 1.50 as the lower bcdDevice for older "Super + Top" compatibility (bsc#1012628). +- PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD + device (bsc#1012628). +- ALSA: usb-audio: add quirk flag to enable native DSD for + McIntosh devices (bsc#1012628). +- eventfs: Use simple_recursive_removal() to clean up dentries + (bsc#1012628). +- eventfs: Delete eventfs_inode when the last dentry is freed + (bsc#1012628). +- eventfs: Save ownership and mode (bsc#1012628). +- eventfs: Remove "is_freed" union with rcu head (bsc#1012628). +- tracing: Have trace_event_file have ref counters (bsc#1012628). +- perf evlist: Avoid frequency mode for the dummy event + (bsc#1012628). +- power: supply: core: Use blocking_notifier_call_chain to avoid + RCU complaint (bsc#1012628). +- drm/amd/display: Don't use fsleep for PSR exit waits + (bsc#1012628). +- commit 758e4f0 + +------------------------------------------------------------------- +Sun Nov 5 23:08:29 CET 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream reference + - patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch +- commit 93ae682 + +------------------------------------------------------------------- +Thu Nov 2 22:44:53 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into sorted section: + - patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch + - patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch + - patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch +- commit 157ac85 + +------------------------------------------------------------------- +Thu Nov 2 09:35:14 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Delete + patches.rpmify/kbuild-dummy-tools-Add-support-for-fpatchable-functi.patch. + Replace the latter with the former (upstream accepted solution). +- commit 8050c17 + +------------------------------------------------------------------- +Wed Nov 1 15:54:26 CET 2023 - schwab@suse.de + +- riscv: enable CONFIG_PCI_HOST_GENERIC + Needed for the pci host controller emulated by qemu. +- commit ebb7db3 + ------------------------------------------------------------------- Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz +- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch. +- Update config files. + This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The + patch was not accepted upstream: + https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ + Instead, we merged the packaging branch which fixes this in + rpm/check-for-config-changes instead. - rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes to fix build on x86_32. There was a fix submitted to upstream but it was not accepted: https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ So carry this in IGNORED_CONFIGS_RE instead. -- commit 7acca37 +- commit ce5bc31 + +------------------------------------------------------------------- +Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz + +- config: enable NFS_V4_2_READ_PLUS (bsc#1216736) + This option was introduced and disabled by default because of unresolved + issues. As stated in mainline commit 9cf2744d2491 ("NFS: Enable the + READ_PLUS operation by default") which changes the upstream default to + enabled, these issues are addressed so that it is safe to enable the + option and as it allows to transfer sparse files more efficiently, it is + desirable to do so. +- commit c4f1dc1 + +------------------------------------------------------------------- +Tue Oct 31 10:57:23 CET 2023 - jslaby@suse.cz + +- x86: Let AS_WRUSS depend on X86_64 (i386-build-fix). +- Update config files. +- commit 9ab2e07 + +------------------------------------------------------------------- +Mon Oct 30 12:36:34 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Update config files. +- commit 2c8a930 + +------------------------------------------------------------------- +Mon Oct 30 09:35:27 CET 2023 - msuchanek@suse.de + +- kbuild: dummy-tools: Add support for -fpatchable-function-entry (dummy-tools). + Update config files. +- commit 494c209 + +------------------------------------------------------------------- +Mon Oct 30 07:50:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Already present in 6.6-rc1. This was applied twice due to too few + context in the diff. But it did not hurt... +- commit 2a844dc + +------------------------------------------------------------------- +Mon Oct 30 06:12:00 CET 2023 - mkubecek@suse.cz + +- Update to 6.6 final +- refresh configs (headers only) +- commit e0904b6 + +------------------------------------------------------------------- +Sun Oct 29 21:45:54 CET 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- armv7hl specific config options: + - TI_ICSS_IEP=m +- commit 09e0fd1 + +------------------------------------------------------------------- +Fri Oct 27 10:37:50 CEST 2023 - vkarasulli@suse.de + +- Update + patches.kernel.org/6.5.9-016-x86-sev-Disable-MMIO-emulation-from-user-mode.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-017-x86-sev-Check-IOBM-for-IOIO-exceptions-from-use.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-018-x86-sev-Check-for-user-space-IOIO-pointing-to-k.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- commit b854e69 + +------------------------------------------------------------------- +Wed Oct 25 12:31:37 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.9 (bsc#1012628). +- Bluetooth: hci_event: Ignore NULL link key (bsc#1012628). +- Bluetooth: Reject connection with the device which has same + BD_ADDR (bsc#1012628). +- Bluetooth: Fix a refcnt underflow problem for hci_conn + (bsc#1012628). +- Bluetooth: vhci: Fix race when opening vhci device + (bsc#1012628). +- Bluetooth: hci_event: Fix coding style (bsc#1012628). +- Bluetooth: avoid memcmp() out of bounds warning (bsc#1012628). +- Bluetooth: hci_conn: Fix modifying handle while aborting + (bsc#1012628). +- ice: fix over-shifted variable (bsc#1012628). +- ice: Fix safe mode when DDP is missing (bsc#1012628). +- ice: reset first in crash dump kernels (bsc#1012628). +- net/smc: return the right falback reason when prefix checks fail + (bsc#1012628). +- btrfs: fix stripe length calculation for non-zoned data chunk + allocation (bsc#1012628). +- nfc: nci: fix possible NULL pointer dereference in + send_acknowledge() (bsc#1012628). +- regmap: fix NULL deref on lookup (bsc#1012628). +- KVM: x86: Mask LVTPC when handling a PMI (bsc#1012628). +- x86/sev: Disable MMIO emulation from user mode (bsc#1012628). +- x86/sev: Check IOBM for IOIO exceptions from user-space + (bsc#1012628). +- x86/sev: Check for user-space IOIO pointing to kernel space + (bsc#1012628). +- x86/fpu: Allow caller to constrain xfeatures when copying to + uabi buffer (bsc#1012628). +- KVM: x86/pmu: Truncate counter value to allowed width on write + (bsc#1012628). +- KVM: x86: Constrain guest-supported xfeatures only at + KVM_GET_XSAVE{2} (bsc#1012628). +- x86: KVM: SVM: always update the x2avic msr interception + (bsc#1012628). +- x86: KVM: SVM: add support for Invalid IPI Vector interception + (bsc#1012628). +- x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + (bsc#1012628). +- audit,io_uring: io_uring openat triggers audit reference count + underflow (bsc#1012628). +- tcp: check mptcp-level constraints for backlog coalescing + (bsc#1012628). +- mptcp: more conservative check for zero probes (bsc#1012628). +- selftests: mptcp: join: no RST when rm subflow/addr + (bsc#1012628). +- mm: slab: Do not create kmalloc caches smaller than + arch_slab_minalign() (bsc#1012628). +- fs/ntfs3: Fix OOB read in ntfs_init_from_boot (bsc#1012628). +- fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + (bsc#1012628). +- fs/ntfs3: fix panic about slab-out-of-bounds caused by + ntfs_list_ea() (bsc#1012628). +- fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + (bsc#1012628). +- fs/ntfs3: fix deadlock in mark_as_free_ex (bsc#1012628). +- Revert "net: wwan: iosm: enable runtime pm support for 7560" + (bsc#1012628). +- netfilter: nft_payload: fix wrong mac header matching + (bsc#1012628). +- io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ + ring address (bsc#1012628). +- nvmet-tcp: Fix a possible UAF in queue intialization setup + (bsc#1012628). +- drm/i915: Retry gtt fault when out of fence registers + (bsc#1012628). +- drm/mediatek: Correctly free sg_table in gem prime vmap + (bsc#1012628). +- drm/nouveau/disp: fix DP capable DSM connectors (bsc#1012628). +- drm/edid: add 8 bpc quirk to the BenQ GW2765 (bsc#1012628). +- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe + errors (bsc#1012628). +- ASoC: codecs: wcd938x: drop bogus bind error handling + (bsc#1012628). +- ASoC: codecs: wcd938x: fix unbind tear down order (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on bind errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix regulator leaks on probe errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + (bsc#1012628). +- qed: fix LL2 RX buffer allocation (bsc#1012628). +- xfrm: fix a data-race in xfrm_lookup_with_ifid() (bsc#1012628). +- xfrm6: fix inet6_dev refcount underflow problem (bsc#1012628). +- xfrm: fix a data-race in xfrm_gen_index() (bsc#1012628). +- xfrm: interface: use DEV_STATS_INC() (bsc#1012628). +- net: xfrm: skip policies marked as dead while reinserting + policies (bsc#1012628). +- fprobe: Fix to ensure the number of active retprobes is not zero + (bsc#1012628). +- wifi: cfg80211: use system_unbound_wq for wiphy work + (bsc#1012628). +- net: ipv4: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: ipv6: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: rfkill: gpio: prevent value glitch during probe + (bsc#1012628). +- tcp: fix excessive TLP and RACK timeouts from HZ rounding + (bsc#1012628). +- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains + a single skb (bsc#1012628). +- tcp: Fix listen() warning with v4-mapped-v6 address + (bsc#1012628). +- docs: fix info about representor identification (bsc#1012628). +- tun: prevent negative ifindex (bsc#1012628). +- gve: Do not fully free QPL pages on prefill errors + (bsc#1012628). +- ipv4: fib: annotate races around nh->nh_saddr_genid and + nh->nh_saddr (bsc#1012628). +- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + (bsc#1012628). +- octeon_ep: update BQL sent bytes before ringing doorbell + (bsc#1012628). +- i40e: prevent crash on probe if hw registers have invalid values + (bsc#1012628). +- net: dsa: bcm_sf2: Fix possible memory leak in + bcm_sf2_mdio_register() (bsc#1012628). +- bonding: Return pointer to data after pull on skb (bsc#1012628). +- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a + inner curve (bsc#1012628). +- neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + (bsc#1012628). +- selftests: openvswitch: Catch cases where the tests are killed + (bsc#1012628). +- selftests: openvswitch: Fix the ct_tuple for v4 (bsc#1012628). +- selftests: netfilter: Run nft_audit.sh in its own netns + (bsc#1012628). +- netfilter: nft_set_rbtree: .deactivate fails if element has + expired (bsc#1012628). +- netlink: Correct offload_xstats size (bsc#1012628). +- netfilter: nf_tables: do not refresh timeout when resetting + element (bsc#1012628). +- nf_tables: fix NULL pointer dereference in + nft_expr_inner_parse() (bsc#1012628). +- nf_tables: fix NULL pointer dereference in nft_inner_init() + (bsc#1012628). +- netfilter: nf_tables: do not remove elements if set backend + implements .abort (bsc#1012628). +- netfilter: nf_tables: revert do not remove elements if set + backend implements .abort (bsc#1012628). +- selftests: openvswitch: Add version check for pyroute2 + (bsc#1012628). +- net: phy: bcm7xxx: Add missing 16nm EPHY statistics + (bsc#1012628). +- net: pktgen: Fix interface flags printing (bsc#1012628). +- net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + (bsc#1012628). +- net: mdio-mux: fix C45 access returning -EIO after API change + (bsc#1012628). +- net: avoid UAF on deleted altname (bsc#1012628). +- net: fix ifname in netlink ntf during netns move (bsc#1012628). +- net: check for altname conflicts when changing netdev's netns + (bsc#1012628). +- iio: light: vcnl4000: Don't power on/off chip in config + (bsc#1012628). +- pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + (bsc#1012628). +- ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms + for mapphone (bsc#1012628). +- arm64: dts: mediatek: Fix "mediatek,merge-mute" and + "mediatek,merge-fifo-en" types (bsc#1012628). +- fs-writeback: do not requeue a clean inode having skipped pages + (bsc#1012628). +- btrfs: fix race when refilling delayed refs block reserve + (bsc#1012628). +- btrfs: prevent transaction block reserve underflow when starting + transaction (bsc#1012628). +- btrfs: return -EUCLEAN for delayed tree ref with a ref count + not equals to 1 (bsc#1012628). +- btrfs: initialize start_slot in btrfs_log_prealloc_extents + (bsc#1012628). +- i2c: mux: Avoid potential false error message in + i2c_mux_add_adapter (bsc#1012628). +- overlayfs: set ctime when setting mtime and atime (bsc#1012628). +- accel/ivpu: Don't flood dmesg with VPU ready message + (bsc#1012628). +- gpio: timberdale: Fix potential deadlock on &tgpio->lock + (bsc#1012628). +- ata: libata-core: Fix compilation warning in + ata_dev_config_ncq() (bsc#1012628). +- ata: libata-eh: Fix compilation warning in ata_eh_link_report() + (bsc#1012628). +- tracing: relax trace_event_eval_update() execution with + cond_resched() (bsc#1012628). +- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + (bsc#1012628). +- wifi: cfg80211: validate AP phy operation before starting it + (bsc#1012628). +- wifi: iwlwifi: Ensure ack flag is properly cleared + (bsc#1012628). +- rfkill: sync before userspace visibility/changes (bsc#1012628). +- HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 + Triathlon mouse (bsc#1012628). +- HID: holtek: fix slab-out-of-bounds Write in + holtek_kbd_input_event (bsc#1012628). +- Bluetooth: btusb: add shutdown function for QCA6174 + (bsc#1012628). +- Bluetooth: Avoid redundant authentication (bsc#1012628). +- Bluetooth: hci_core: Fix build warnings (bsc#1012628). +- wifi: cfg80211: Fix 6GHz scan configuration (bsc#1012628). +- wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + (bsc#1012628). +- wifi: mac80211: allow transmitting EAPOL frames with tainted + key (bsc#1012628). +- wifi: cfg80211: avoid leaking stack data into trace + (bsc#1012628). +- regulator/core: Revert "fix kobject release warning and memory + leak in regulator_register()" (bsc#1012628). +- SUNRPC: Fail quickly when server does not recognize TLS + (bsc#1012628). +- SUNRPC/TLS: Lock the lower_xprt during the tls handshake + (bsc#1012628). +- nfs: decrement nrequests counter before releasing the req + (bsc#1012628). +- sky2: Make sure there is at least one frag_addr available + (bsc#1012628). +- ipv4/fib: send notify when delete source address routes + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for One Mix 2S + (bsc#1012628). +- btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + (bsc#1012628). +- btrfs: error out when COWing block using a stale transaction + (bsc#1012628). +- btrfs: error when COWing block from a root that is being deleted + (bsc#1012628). +- btrfs: error out when reallocating block for defrag using a + stale transaction (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the BUSH Bush + Windows tablet (bsc#1012628). +- drm/amd/pm: add unique_id for gc 11.0.3 (bsc#1012628). +- HID: multitouch: Add required quirk for Synaptics 0xcd7e device + (bsc#1012628). +- HID: nintendo: reinitialize USB Pro Controller after resuming + from suspend (bsc#1012628). +- HID: Add quirk to ignore the touchscreen battery on HP ENVY + 15-eu0556ng (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + (bsc#1012628). +- cpufreq: schedutil: Update next_freq when cpufreq_limits change + (bsc#1012628). +- io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() (bsc#1012628). +- Bluetooth: hci_sync: Fix not handling ISO_LINK in + hci_abort_conn_sync (bsc#1012628). +- Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + (bsc#1012628). +- Bluetooth: ISO: Fix invalid context error (bsc#1012628). +- Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when + aborting (bsc#1012628). +- Bluetooth: hci_sync: always check if connection is alive before + deleting (bsc#1012628). +- net/mlx5: E-switch, register event handler before arming the + event (bsc#1012628). +- net/mlx5: Handle fw tracer change ownership event based on MTRC + (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + striding rq (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + legacy rq (bsc#1012628). +- net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on + shutdown (bsc#1012628). +- net/mlx5e: Take RTNL lock before triggering netdev notifiers + (bsc#1012628). +- net/mlx5e: Don't offload internal port if filter device is + out device (bsc#1012628). +- net/mlx5e: Fix VF representors reporting zero counters to + "ip -s" command (bsc#1012628). +- net/tls: split tls_rx_reader_lock (bsc#1012628). +- tcp: allow again tcp_disconnect() when threads are waiting + (bsc#1012628). +- Bluetooth: hci_event: Fix using memcmp when comparing keys + (bsc#1012628). +- tcp_bpf: properly release resources on error paths + (bsc#1012628). +- mtd: rawnand: qcom: Unmap the right resource upon probe failure + (bsc#1012628). +- mtd: rawnand: pl353: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: marvell: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: arasan: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: Ensure the nand chip supports cached reads + (bsc#1012628). +- mtd: spinand: micron: correct bitmask for ecc status + (bsc#1012628). +- mtd: physmap-core: Restore map_rom fallback (bsc#1012628). +- dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + (bsc#1012628). +- mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can + suspend (bsc#1012628). +- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + (bsc#1012628). +- mmc: core: Fix error propagation for some ioctl commands + (bsc#1012628). +- mmc: core: sdio: hold retuning if sdio in 1-bit mode + (bsc#1012628). +- mmc: core: Capture correct oemid-bits for eMMC cards + (bsc#1012628). +- pinctrl: qcom: lpass-lpi: fix concurrent register updates + (bsc#1012628). +- Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" + (bsc#1012628). +- pNFS: Fix a hang in nfs4_evict_inode() (bsc#1012628). +- pNFS/flexfiles: Check the layout validity in + ff_layout_mirror_prepare_stats (bsc#1012628). +- ACPI: irq: Fix incorrect return value in acpi_register_gsi() + (bsc#1012628). +- ACPI: bus: Move acpi_arm_init() to the place of after + acpi_ghes_init() (bsc#1012628). +- perf dlfilter: Fix use of addr_location__exit() in + dlfilter__object_code() (bsc#1012628). +- Revert "accel/ivpu: Use cached buffers for FW loading" + (bsc#1012628). +- fanotify: limit reporting of event with non-decodeable file + handles (bsc#1012628). +- NFS: Fix potential oops in nfs_inode_remove_request() + (bsc#1012628). +- nfs42: client needs to strip file mode's suid/sgid bit after + ALLOCATE op (bsc#1012628). +- nvme: sanitize metadata bounce buffer for reads (bsc#1012628). +- nvme-pci: add BOGUS_NID for Intel 0a54 device (bsc#1012628). +- nvme-auth: use chap->s2 to indicate bidirectional authentication + (bsc#1012628). +- nvmet-auth: complete a request only after freeing the dhchap + pointers (bsc#1012628). +- nvme-rdma: do not try to stop unallocated queues (bsc#1012628). +- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + (bsc#1012628). +- USB: serial: option: add entry for Sierra EM9191 with new + firmware (bsc#1012628). +- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + (bsc#1012628). +- thunderbolt: Call tb_switch_put() once DisplayPort bandwidth + request is finished (bsc#1012628). +- perf: Disallow mis-matched inherited group reads (bsc#1012628). +- s390/pci: fix iommu bitmap allocation (bsc#1012628). +- tracing/kprobes: Return EADDRNOTAVAIL when func matches several + symbols (bsc#1012628). +- selftests/ftrace: Add new test case which checks non unique + symbol (bsc#1012628). +- KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + (bsc#1012628). +- apple-gmux: Hard Code max brightness for MMIO gmux + (bsc#1012628). +- s390/cio: fix a memleak in css_alloc_subchannel (bsc#1012628). +- platform/surface: platform_profile: Propagate error if profile + registration fails (bsc#1012628). +- platform/x86: intel-uncore-freq: Conditionally create attribute + for read frequency (bsc#1012628). +- platform/x86: msi-ec: Fix the 3rd config (bsc#1012628). +- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from + 0x20 to 0x2e (bsc#1012628). +- platform/x86: asus-wmi: Only map brightness codes when using + asus-wmi backlight control (bsc#1012628). +- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c + events (bsc#1012628). +- rust: error: fix the description for `ECHILD` (bsc#1012628). +- gpiolib: acpi: Add missing memset(0) to + acpi_get_gpiod_from_data() (bsc#1012628). +- gpio: vf610: set value before the direction to avoid a glitch + (bsc#1012628). +- gpio: vf610: mask the gpio irq in system suspend and support + wakeup (bsc#1012628). +- ASoC: cs35l56: Fix illegal use of init_completion() + (bsc#1012628). +- ASoC: pxa: fix a memory leak in probe() (bsc#1012628). +- ASoC: cs42l42: Fix missing include of gpio/consumer.h + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with + auxiliary device (bsc#1012628). +- drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY + Lanes Owned (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 (bsc#1012628). +- powerpc/qspinlock: Fix stale propagated yield_cpu (bsc#1012628). +- docs: Move rustdoc output, cross-reference it (bsc#1012628). +- rust: docs: fix logo replacement (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime disable on probe + (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime PM for remove (bsc#1012628). +- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + (bsc#1012628). +- phy: qcom-qmp-usb: initialize PCS_USB registers (bsc#1012628). +- phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and + sa8775p (bsc#1012628). +- phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + (bsc#1012628). +- phy: qcom-qmp-combo: initialize PCS_USB registers (bsc#1012628). +- efi/unaccepted: Fix soft lockups caused by parallel memory + acceptance (bsc#1012628). +- net: move altnames together with the netdevice (bsc#1012628). +- Bluetooth: hci_sock: fix slab oob read in create_monitor_event + (bsc#1012628). +- net: rfkill: reduce data->mtx scope in rfkill_fop_open + (bsc#1012628). +- docs: rust: update Rust docs output path (bsc#1012628). +- kbuild: remove old Rust docs output path (bsc#1012628). +- Bluetooth: hci_sock: Correctly bounds check and pad + HCI_MON_NEW_INDEX name (bsc#1012628). +- mptcp: avoid sending RST when closing the initial subflow + (bsc#1012628). +- selftests: mptcp: join: correctly check for no RST + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.9-178-NFSv4.1-fixup-use-EXCHGID4_FLAG_USE_PNFS_DS-for.patch. +- commit 29edc7c + +------------------------------------------------------------------- +Mon Oct 23 10:58:51 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/NFSv4-1-fixup-use-EXCHGID4-FLAG-USE-PNFS-DS-for-DS-server-.patch. + Update upstream status. +- commit 06d7c82 + +------------------------------------------------------------------- +Mon Oct 23 00:16:06 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc7 +- refresh configs +- commit 4a117b4 + +------------------------------------------------------------------- +Fri Oct 20 18:39:43 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 +- Update config files: + * Same settings like x86_64, plus all ARM specific errata turned on + * rest all mod +- commit 5e5e96e + +------------------------------------------------------------------- +Fri Oct 20 10:54:42 CEST 2023 - clin@suse.com + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ee580b5 + +------------------------------------------------------------------- +Fri Oct 20 10:38:57 CEST 2023 - clin@suse.com + +- Delete + patches.suse/clk-qcom-sc8280xp-Add-fallback-compatibles-to-lpasscc.patch. + Removed lpasscc fallback compatibles since Lenovo X13s UEFI FW has fixes since v1.58 +- commit d32d7cb + +------------------------------------------------------------------- +Fri Oct 20 07:40:59 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.8 (bsc#1012628). +- net: stmmac: remove unneeded stmmac_poll_controller + (bsc#1012628). +- RDMA/cxgb4: Check skb value for failure to allocate + (bsc#1012628). +- perf/arm-cmn: Fix the unhandled overflow status of counter 4 + to 7 (bsc#1012628). +- platform/x86: think-lmi: Fix reference leak (bsc#1012628). +- drm/i915: Register engines early to avoid type confusion + (bsc#1012628). +- cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + (bsc#1012628). +- drm/amdgpu: Fix a memory leak (bsc#1012628). +- platform/x86: hp-wmi:: Mark driver struct with __refdata to + prevent section mismatch warning (bsc#1012628). +- media: dt-bindings: imx7-csi: Make power-domains not required + for imx8mq (bsc#1012628). +- drm/amd/display: implement pipe type definition and adding + accessors (bsc#1012628). +- drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to + master OTG pipes only (bsc#1012628). +- scsi: Do not rescan devices with a suspended queue + (bsc#1012628). +- ata: pata_parport: fix pata_parport_devchk (bsc#1012628). +- ata: pata_parport: implement set_devctl (bsc#1012628). +- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + (bsc#1012628). +- quota: Fix slow quotaoff (bsc#1012628). +- dm crypt: Fix reqsize in crypt_iv_eboiv_gen (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + (bsc#1012628). +- ASoC: hdmi-codec: Fix broken channel map reporting + (bsc#1012628). +- ata: libata-scsi: Disable scsi device manage_system_start_stop + (bsc#1012628). +- net: prevent address rewrite in kernel_bind() (bsc#1012628). +- arm64: dts: qcom: sm8150: extend the size of the PDC resource + (bsc#1012628). +- dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update + description for '#interrupt-cells' property (bsc#1012628). +- irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + (bsc#1012628). +- KEYS: trusted: Remove redundant static calls usage + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Nexigo webcam + (bsc#1012628). +- ALSA: hda: cs35l41: Cleanup and fix double free in firmware + request (bsc#1012628). +- ALSA: hda/realtek: Change model for Intel RVP board + (bsc#1012628). +- ASoC: SOF: amd: fix for firmware reload failure after playback + (bsc#1012628). +- ASoC: simple-card-utils: fixup simple_util_startup() error + handling (bsc#1012628). +- ASoC: Intel: soc-acpi: fix Dell SKU 0B34 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support + in MTL match table (bsc#1012628). +- ASoC: fsl_sai: Don't disable bitclock for i.MX8MP (bsc#1012628). +- ASoC: Intel: sof_sdw: add support for SKU 0B14 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match + table (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable + mute LED (bsc#1012628). +- ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 + 15-eu0xxx (bsc#1012628). +- ALSA: hda/realtek - ALC287 I2S speaker platform support + (bsc#1012628). +- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + (bsc#1012628). +- pinctrl: nuvoton: wpcm450: fix out of bounds write + (bsc#1012628). +- pinctrl: starfive: jh7110: Fix failure to set irq after + CONFIG_PM is enabled (bsc#1012628). +- drm/msm/dp: do not reinitialize phy unless retry during link + training (bsc#1012628). +- drm/msm/dsi: skip the wait for video mode done if not applicable + (bsc#1012628). +- drm/msm/dsi: fix irq_of_parse_and_map() error checking + (bsc#1012628). +- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid + overflow (bsc#1012628). +- drm/msm/dp: Add newlines to debug printks (bsc#1012628). +- drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk + limits (bsc#1012628). +- phy: lynx-28g: cancel the CDR check work item on the remove path + (bsc#1012628). +- phy: lynx-28g: lock PHY while performing CDR lock workaround + (bsc#1012628). +- phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls + to shared registers (bsc#1012628). +- net: dsa: qca8k: fix regmap bulk read/write methods on big + endian systems (bsc#1012628). +- net: dsa: qca8k: fix potential MDIO bus conflict when accessing + internal PHYs via management frames (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix TX state detection and wait + behavior (bsc#1012628). +- can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + (bsc#1012628). +- arm64: dts: mediatek: fix t-phy unit name (bsc#1012628). +- arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + (bsc#1012628). +- devlink: Hold devlink lock on health reporter dump get + (bsc#1012628). +- ravb: Fix up dma_free_coherent() call in ravb_remove() + (bsc#1012628). +- ravb: Fix use-after-free issue in ravb_tx_timeout_work() + (bsc#1012628). +- ieee802154: ca8210: Fix a potential UAF in ca8210_probe + (bsc#1012628). +- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + (bsc#1012628). +- xen-netback: use default TX queue size for vifs (bsc#1012628). +- riscv, bpf: Sign-extend return values (bsc#1012628). +- riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return + values (bsc#1012628). +- xdp: Fix zero-size allocation warning in xskq_create() + (bsc#1012628). +- drm/vmwgfx: fix typo of sizeof argument (bsc#1012628). +- bpf: Fix verifier log for async callback return values + (bsc#1012628). +- net: refine debug info in skb_checksum_help() (bsc#1012628). +- octeontx2-pf: mcs: update PN only when update_pn is true + (bsc#1012628). +- net: macsec: indicate next pn update when offloading + (bsc#1012628). +- net: phy: mscc: macsec: reject PN update requests (bsc#1012628). +- net/mlx5e: macsec: use update_pn flag instead of PN comparation + (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before + TP term (bsc#1012628). +- ixgbe: fix crash with empty VF macvlan list (bsc#1012628). +- net/smc: Fix dependency of SMC on ISM (bsc#1012628). +- net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + (bsc#1012628). +- s390/bpf: Fix clobbering the caller's backchain in the + trampoline (bsc#1012628). +- s390/bpf: Fix unwinding past the trampoline (bsc#1012628). +- net: nfc: fix races in nfc_llcp_sock_get() and + nfc_llcp_sock_get_sn() (bsc#1012628). +- net/smc: Fix pos miscalculation in statistics (bsc#1012628). +- net: tcp: fix crashes trying to free half-baked MTU probes + (bsc#1012628). +- pinctrl: renesas: rzn1: Enable missing PINMUX (bsc#1012628). +- af_packet: Fix fortified memcpy() without flex array + (bsc#1012628). +- nfc: nci: assert requested protocol is valid (bsc#1012628). +- octeontx2-pf: Fix page pool frag allocation warning + (bsc#1012628). +- rswitch: Fix renesas_eth_sw_remove() implementation + (bsc#1012628). +- rswitch: Fix imbalance phy_power_off() calling (bsc#1012628). +- workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() (bsc#1012628). +- riscv: signal: fix sigaltstack frame size checking + (bsc#1012628). +- ovl: temporarily disable appending lowedirs (bsc#1012628). +- dmaengine: stm32-mdma: abort resume if no ongoing transfer + (bsc#1012628). +- dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of + MDMA chaining (bsc#1012628). +- dmaengine: stm32-dma: fix residue in case of MDMA chaining + (bsc#1012628). +- dmaengine: stm32-mdma: use Link Address Register to compute + residue (bsc#1012628). +- dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag + is set (bsc#1012628). +- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + (bsc#1012628). +- xhci: track port suspend state correctly in unsuccessful resume + cases (bsc#1012628). +- xhci: Clear EHB bit only at end of interrupt handler + (bsc#1012628). +- xhci: Preserve RsvdP bits in ERSTBA register correctly + (bsc#1012628). +- net: usb: dm9601: fix uninitialized variable use in + dm9601_mdio_read (bsc#1012628). +- usb: dwc3: Soft reset phy on probe for host (bsc#1012628). +- usb: cdns3: Modify the return value of cdns_set_active () + to void when CONFIG_PM_SLEEP is disabled (bsc#1012628). +- usb: hub: Guard against accesses to uninitialized BOS + descriptors (bsc#1012628). +- usb: musb: Get the musb_qh poniter after musb_giveback + (bsc#1012628). +- usb: musb: Modify the "HWVers" register address (bsc#1012628). +- iio: pressure: bmp280: Fix NULL pointer exception (bsc#1012628). +- iio: imu: bno055: Fix missing Kconfig dependencies + (bsc#1012628). +- iio: cros_ec: fix an use-after-free in + cros_ec_sensors_push_data() (bsc#1012628). +- iio: adc: imx8qxp: Fix address for command buffer registers + (bsc#1012628). +- iio: dac: ad3552r: Correct device IDs (bsc#1012628). +- iio: admv1013: add mixer_vgate corner cases (bsc#1012628). +- iio: pressure: dps310: Adjust Timeout Settings (bsc#1012628). +- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + (bsc#1012628). +- iio: adc: ad7192: Correct reference voltage (bsc#1012628). +- iio: addac: Kconfig: update ad74413r selections (bsc#1012628). +- media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the + streams API is disabled (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: update and reorder reserved + memory regions (bsc#1012628). +- drm: Do not overrun array in drm_gem_get_pages() (bsc#1012628). +- drm/tiny: correctly print `struct resource *` on error + (bsc#1012628). +- drm/atomic-helper: relax unregistered connector check + (bsc#1012628). +- drm/amdgpu: add missing NULL check (bsc#1012628). +- drm/amd/display: Don't set dpms_off for seamless boot + (bsc#1012628). +- drm/vmwgfx: Keep a gem reference to user bos in surfaces + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + (bsc#1012628). +- ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] (bsc#1012628). +- ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + (bsc#1012628). +- serial: Reduce spinlocked portion of uart_rs485_config() + (bsc#1012628). +- serial: 8250_omap: Fix errors with no_console_suspend + (bsc#1012628). +- serial: core: Fix checks for tx runtime PM state (bsc#1012628). +- binder: fix memory leaks of spam and pending work (bsc#1012628). +- ksmbd: not allow to open file if delelete on close bit is set + (bsc#1012628). +- perf/x86/lbr: Filter vsyscall addresses (bsc#1012628). +- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs (bsc#1012628). +- x86/alternatives: Disable KASAN in apply_alternatives() + (bsc#1012628). +- mcb: remove is_added flag from mcb_device struct (bsc#1012628). +- thunderbolt: Workaround an IOMMU fault on certain systems with + Intel Maple Ridge (bsc#1012628). +- thunderbolt: Check that lane 1 is in CL0 before enabling lane + bonding (bsc#1012628). +- thunderbolt: Correct TMU mode initialization from hardware + (bsc#1012628). +- thunderbolt: Restart XDomain discovery handshake after failure + (bsc#1012628). +- powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + (bsc#1012628). +- powerpc/47x: Fix 47x syscall return crash (bsc#1012628). +- libceph: use kernel_connect() (bsc#1012628). +- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + (bsc#1012628). +- ceph: fix type promotion bug on 32bit systems (bsc#1012628). +- Input: powermate - fix use-after-free in + powermate_config_complete (bsc#1012628). +- Input: psmouse - fix fast_reconnect function for PS/2 mode + (bsc#1012628). +- Input: xpad - add PXN V900 support (bsc#1012628). +- Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + (bsc#1012628). +- Input: xpad - add HyperX Clutch Gladiate Support (bsc#1012628). +- Input: goodix - ensure int GPIO is in input for gpio_count == + 1 && gpio_int_idx == 0 case (bsc#1012628). +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1012628). +- mctp: perform route lookups under a RCU read-side lock + (bsc#1012628). +- block: Don't invalidate pagecache for invalid falloc modes + (bsc#1012628). +- nfp: flower: avoid rmmod nfp crash issues (bsc#1012628). +- can: sja1000: Always restart the Tx queue after an overrun + (bsc#1012628). +- power: supply: qcom_battmgr: fix battery_id type (bsc#1012628). +- power: supply: qcom_battmgr: fix enable request endianness + (bsc#1012628). +- usb: typec: ucsi: Use GET_CAPABILITY attributes data to set + power supply scope (bsc#1012628). +- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1012628). +- dma-buf: add dma_fence_timestamp helper (bsc#1012628). +- pinctrl: avoid unsafe code pattern in find_pinctrl() + (bsc#1012628). +- scsi: ufs: core: Correct clear TM error log (bsc#1012628). +- riscv: Only consider swbp/ss handlers for correct privileged + mode (bsc#1012628). +- counter: chrdev: fix getting array extensions (bsc#1012628). +- counter: microchip-tcb-capture: Fix the use of internal GCLK + logic (bsc#1012628). +- coresight: Fix run time warnings while reusing ETR buffer + (bsc#1012628). +- riscv: Remove duplicate objcopy flag (bsc#1012628). +- RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + (bsc#1012628). +- usb: typec: ucsi: Fix missing link removal (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd low when exiting + mode (bsc#1012628). +- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command + fails (bsc#1012628). +- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + (bsc#1012628). +- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap + call (bsc#1012628). +- usb: cdnsp: Fixes issue with dequeuing not queued requests + (bsc#1012628). +- usb: typec: qcom: Update the logic of regulator enable and + disable (bsc#1012628). +- usb: misc: onboard_hub: add support for Microchip USB2412 USB + 2.0 hub (bsc#1012628). +- dmaengine: idxd: use spin_lock_irqsave before + wait_event_lock_irq (bsc#1012628). +- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + (bsc#1012628). +- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + (bsc#1012628). +- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + (bsc#1012628). +- fs: Fix kernel-doc warnings (bsc#1012628). +- fs: factor out vfs_parse_monolithic_sep() helper (bsc#1012628). +- ovl: fix regression in parsing of mount options with escaped + comma (bsc#1012628). +- ovl: make use of ->layers safe in rcu pathwalk (bsc#1012628). +- ovl: fix regression in showing lowerdir mount option + (bsc#1012628). +- ALSA: hda/realtek - Fixed two speaker platform (bsc#1012628). +- Rename to + patches.kernel.org/6.5.8-179-Revert-x86-smp-Put-CPUs-into-INIT-on-shutdown-i.patch. +- commit 51baea8 + +------------------------------------------------------------------- +Thu Oct 19 15:06:34 CEST 2023 - mbrugger@suse.com + +- arm64: Update config files. + Make iMX93 clock and pinctrl driver build-in. +- commit 897b0cf + +------------------------------------------------------------------- +Tue Oct 17 00:30:49 CEST 2023 - neilb@suse.de + +- NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1216201). +- commit 1dbb418 + +------------------------------------------------------------------- +Mon Oct 16 10:00:11 CEST 2023 - jslaby@suse.cz + +- Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + (shutdown-issue). +- commit 9fcbf99 + +------------------------------------------------------------------- +Sun Oct 15 22:46:40 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc6 +- refresh configs +- commit 8f5995d + +------------------------------------------------------------------- +Sat Oct 14 16:51:28 CEST 2023 - matwey.kornilov@gmail.com + +- config: Reenable Rockchip RK8XX hardware + In Linux commit + c20e8c5b1203 ("mfd: rk808: Split into core and i2c") + CONFIG_MFD_RK808 was renamed to CONFIG_MFD_RK8XX. + Reenable options required to boot kernel 6.5 on Rock64 board. +- commit 41037b9 + +------------------------------------------------------------------- +Wed Oct 11 07:39:58 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.7 (bsc#1012628). +- xen/events: replace evtchn_rwlock with RCU (bsc#1012628). +- RDMA/mlx5: Remove not-used cache disable flag (bsc#1012628). +- ksmbd: fix race condition from parallel smb2 lock requests + (bsc#1012628). +- ksmbd: fix uaf in smb20_oplock_break_ack (bsc#1012628). +- ksmbd: fix race condition between session lookup and expire + (bsc#1012628). +- x86/sev: Use the GHCB protocol when available for SNP CPUID + requests (bsc#1012628). +- x86/sev: Change npages to unsigned long in snp_accept_memory() + (bsc#1012628). +- RDMA/mlx5: Fix NULL string error (bsc#1012628). +- RDMA/mlx5: Fix mutex unlocking on error flow for steering + anchor creation (bsc#1012628). +- RDMA/mlx5: Fix assigning access flags to cache mkeys + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + (bsc#1012628). +- RDMA/siw: Fix connection failure handling (bsc#1012628). +- RDMA/srp: Do not call scsi_done() from srp_abort() + (bsc#1012628). +- RDMA/uverbs: Fix typo of sizeof argument (bsc#1012628). +- RDMA/bnxt_re: Fix the handling of control path response data + (bsc#1012628). +- RDMA/cma: Fix truncation compilation warning in make_cma_ports + (bsc#1012628). +- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + (bsc#1012628). +- gpio: pxa: disable pinctrl calls for MMP_GPIO (bsc#1012628). +- gpio: aspeed: fix the GPIO number passed to + pinctrl_gpio_set_config() (bsc#1012628). +- IB/mlx4: Fix the size of a buffer in add_port_entries() + (bsc#1012628). +- of: dynamic: Fix potential memory leak in of_changeset_action() + (bsc#1012628). +- RDMA/core: Require admin capabilities to set system parameters + (bsc#1012628). +- dm zoned: free dmz->ddev array in dmz_put_zoned_devices + (bsc#1012628). +- parisc: Fix crash with nr_cpus=1 option (bsc#1012628). +- smb: use kernel_connect() and kernel_bind() (bsc#1012628). +- parisc: Restore __ldcw_align for PA-RISC 2.0 processors + (bsc#1012628). +- net: lan743x: also select PHYLIB (bsc#1012628). +- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + (bsc#1012628). +- HID: sony: remove duplicate NULL check before calling + usb_free_urb() (bsc#1012628). +- HID: nvidia-shield: Fix a missing led_classdev_unregister() + in the probe error handling path (bsc#1012628). +- net: mana: Fix oversized sge0 for GSO packets (bsc#1012628). +- net: mana: Fix the tso_bytes calculation (bsc#1012628). +- netlink: annotate data-races around sk->sk_err (bsc#1012628). +- sctp: update hb timer immediately after users change hb_interval + (bsc#1012628). +- sctp: update transport state when processing a dupcook packet + (bsc#1012628). +- tcp: fix delayed ACKs for MSS boundary condition (bsc#1012628). +- tcp: fix quick-ack counting to count actual ACKs of new data + (bsc#1012628). +- tipc: fix a potential deadlock on &tx->lock (bsc#1012628). +- net: stmmac: dwmac-stm32: fix resume on STM32 MCU (bsc#1012628). +- ipv4: Set offload_failed flag in fibmatch results (bsc#1012628). +- netfilter: nf_tables: nft_set_rbtree: fix spurious insertion + failure (bsc#1012628). +- netfilter: nf_tables: Deduplicate nft_register_obj audit logs + (bsc#1012628). +- selftests: netfilter: Extend nft_audit.sh (bsc#1012628). +- selftests: netfilter: Test nf_tables audit logging + (bsc#1012628). +- netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp (bsc#1012628). +- netfilter: nft_payload: rebuild vlan header on h_proto access + (bsc#1012628). +- ibmveth: Remove condition to recompute TCP header checksum + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() (bsc#1012628). +- rswitch: Fix PHY station management clock setting (bsc#1012628). +- net: renesas: rswitch: Add spin lock protection for irq {un}mask + (bsc#1012628). +- net: nfc: llcp: Add lock when modifying device list + (bsc#1012628). +- ethtool: plca: fix plca enable data type while parsing the value + (bsc#1012628). +- net: usb: smsc75xx: Fix uninit-value access in + __smsc75xx_read_reg (bsc#1012628). +- ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + (bsc#1012628). +- ovl: fetch inode once in ovl_dentry_revalidate_common() + (bsc#1012628). +- ovl: move freeing ovl_entry past rcu delay (bsc#1012628). +- net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + (bsc#1012628). +- ptp: ocp: Fix error handling in ptp_ocp_device_init + (bsc#1012628). +- ipv4, ipv6: Fix handling of transhdrlen in + __ip{,6}_append_data() (bsc#1012628). +- neighbour: fix data-races around n->output (bsc#1012628). +- net: fix possible store tearing in neigh_periodic_work() + (bsc#1012628). +- net: stmmac: platform: fix the incorrect parameter + (bsc#1012628). +- modpost: add missing else to the "of" check (bsc#1012628). +- bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + (bsc#1012628). +- bpf, sockmap: Do not inc copied_seq when PEEK flag set + (bsc#1012628). +- bpf: tcp_read_skb needs to pop skb regardless of seq + (bsc#1012628). +- ice: always add legacy 32byte RXDID in supported_rxdids + (bsc#1012628). +- NFSv4: Fix a nfs4_state_manager() race (bsc#1012628). +- ima: rework CONFIG_IMA dependency block (bsc#1012628). +- scsi: target: core: Fix deadlock due to recursive locking + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix incorrect usage of scan API + (bsc#1012628). +- ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- Update config files (set the defaults). +- regulator/core: regulator_register: set device->class earlier + (bsc#1012628). +- wifi: mac80211: Create resources for disabled links + (bsc#1012628). +- iommu/mediatek: Fix share pgtable for iova over 4GB + (bsc#1012628). +- perf/x86/amd: Do not WARN() on every IRQ (bsc#1012628). +- wifi: mac80211: fix potential key use-after-free (bsc#1012628). +- regmap: rbtree: Fix wrong register marked as in-cache when + creating new node (bsc#1012628). +- rtla/timerlat: Do not stop user-space if a cpu is offline + (bsc#1012628). +- perf/x86/amd/core: Fix overflow reset on hotplug (bsc#1012628). +- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + (bsc#1012628). +- drivers/net: process the result of hdlc_open() and add call + of hdlc_close() in uhdlc_close() (bsc#1012628). +- Bluetooth: ISO: Fix handling of listen for unicast + (bsc#1012628). +- Bluetooth: Fix hci_link_tx_to RCU lock usage (bsc#1012628). +- Bluetooth: Delete unused hci_req_prepare_suspend() declaration + (bsc#1012628). +- regulator: mt6358: split ops for buck and linear range LDO + regulators (bsc#1012628). +- bpf: unconditionally reset backtrack_state masks on global + func exit (bsc#1012628). +- bpf: Fix tr dereferencing (bsc#1012628). +- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (bsc#1012628). +- s390/bpf: Let arch_prepare_bpf_trampoline return program size + (bsc#1012628). +- erofs: allow empty device tags in flatdev mode (bsc#1012628). +- HID: nvidia-shield: add LEDS_CLASS dependency (bsc#1012628). +- wifi: mwifiex: Fix oob check condition in + mwifiex_process_rx_packet (bsc#1012628). +- wifi: mac80211: fix mesh id corruption on 32 bit systems + (bsc#1012628). +- wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + (bsc#1012628). +- rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens + after thread sample (bsc#1012628). +- rtla/timerlat_aa: Fix negative IRQ delay (bsc#1012628). +- rtla/timerlat_aa: Zero thread sum after every sample analysis + (bsc#1012628). +- wifi: cfg80211: fix cqm_config access race (bsc#1012628). +- wifi: iwlwifi: mvm: Fix a memory corruption issue (bsc#1012628). +- wifi: iwlwifi: dbg_ini: fix structure packing (bsc#1012628). +- iwlwifi: mvm: handle PS changes in vif_cfg_changed + (bsc#1012628). +- wifi: cfg80211/mac80211: hold link BSSes when assoc fails for + MLO connection (bsc#1012628). +- erofs: fix memory leak of LZMA global compressed deduplication + (bsc#1012628). +- ubi: Refuse attaching if mtd's erasesize is 0 (bsc#1012628). +- wifi: mt76: fix lock dependency problem for wed_lock + (bsc#1012628). +- HID: sony: Fix a potential memory leak in sony_probe() + (bsc#1012628). +- arm64: errata: Add Cortex-A520 speculative unprivileged load + workaround (bsc#1012628). +- Update config files (use the default). +- arm64: Add Cortex-A520 CPU part definition (bsc#1012628). +- drm/amd: Fix logic error in + sienna_cichlid_update_pcie_parameters() (bsc#1012628). +- drm/amd: Fix detection of _PR3 on the PCIe root port + (bsc#1012628). +- drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + (bsc#1012628). +- net: prevent rewrite of msg_name in sock_sendmsg() + (bsc#1012628). +- btrfs: always print transaction aborted messages with an error + level (bsc#1012628). +- io_uring: ensure io_lockdep_assert_cq_locked() handles disabled + rings (bsc#1012628). +- io_uring/kbuf: don't allow registered buffer rings on highmem + pages (bsc#1012628). +- net: replace calls to sock->ops->connect() with kernel_connect() + (bsc#1012628). +- platform/x86/intel/ifs: release cpus_read_lock() (bsc#1012628). +- PCI: qcom: Fix IPQ8074 enumeration (bsc#1012628). +- PCI/PM: Mark devices disconnected if upstream PCIe link is + down on resume (bsc#1012628). +- md/raid5: release batch_last before waiting for another + stripe_head (bsc#1012628). +- io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem + pages (bsc#1012628). +- wifi: mwifiex: Fix tlv_buf_left calculation (bsc#1012628). +- wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + (bsc#1012628). +- Bluetooth: hci_sync: Fix handling of + HCI_QUIRK_STRICT_DUPLICATE_FILTER (bsc#1012628). +- wifi: brcmfmac: Replace 1-element arrays with flexible arrays + (bsc#1012628). +- Bluetooth: hci_codec: Fix leaking content of local_codecs + (bsc#1012628). +- qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + (bsc#1012628). +- mptcp: userspace pm allow creating id 0 subflow (bsc#1012628). +- mptcp: fix delegated action races (bsc#1012628). +- net: ethernet: mediatek: disable irq before schedule napi + (bsc#1012628). +- vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + (bsc#1012628). +- net: mana: Fix TX CQE error handling (bsc#1012628). +- iommu/vt-d: Avoid memory allocation in iommu_suspend() + (bsc#1012628). +- scsi: zfcp: Fix a double put in zfcp_port_enqueue() + (bsc#1012628). +- iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + (bsc#1012628). +- maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + (bsc#1012628). +- maple_tree: reduce resets during store setup (bsc#1012628). +- iommu/arm-smmu-v3: Avoid constructing invalid range commands + (bsc#1012628). +- net: release reference to inet6_dev pointer (bsc#1012628). +- net: change accept_ra_min_rtr_lft to affect all RA lifetimes + (bsc#1012628). +- net: add sysctl accept_ra_min_rtr_lft (bsc#1012628). +- arm64: cpufeature: Fix CLRBHB and BC detection (bsc#1012628). +- arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + (bsc#1012628). +- btrfs: don't clear uptodate on write errors (bsc#1012628). +- btrfs: remove end_extent_writepage (bsc#1012628). +- btrfs: remove btrfs_writepage_endio_finish_ordered + (bsc#1012628). +- ata: libata-scsi: Fix delayed scsi_rescan_device() execution + (bsc#1012628). +- scsi: Do not attempt to rescan suspended devices (bsc#1012628). +- scsi: core: Improve type safety of scsi_rescan_device() + (bsc#1012628). +- mptcp: fix dangling connection hang-up (bsc#1012628). +- mptcp: rename timer related helper to less confusing names + (bsc#1012628). +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (bsc#1012628). +- maple_tree: add mas_is_active() to detect in-tree walks + (bsc#1012628). +- ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + (bsc#1012628). +- ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + (bsc#1012628). +- commit e060757 + +------------------------------------------------------------------- +Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de + +- config/arm64: Unset default IOMMU passthrough option (jsc#PED-7009) + This will effectively enable ARM64 SMMU translation by default, + which will help to avoid installation and runtime issues on some + platforms. The passtrhough mode could still be enabled by kernel + cmdline. +- commit 06e7b0d + +------------------------------------------------------------------- +Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de + +- mkspec-dtb: add toplevel symlinks also on arm +- commit d26c540 + +------------------------------------------------------------------- +Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc5 +- update configs + - IMA_BLACKLIST_KEYRING=n + - IMA_LOAD_X509=n + - IPU_BRIDGE=m (new on riscv64) +- commit a59832f ------------------------------------------------------------------- Sat Oct 7 14:29:01 CEST 2023 - petr.pavlu@suse.com @@ -2757,6 +9901,600 @@ Sat Oct 7 13:58:12 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Convert the document to Markdown (jsc#PED-5021) - commit bff5e3e +------------------------------------------------------------------- +Fri Oct 6 13:20:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.6 (bsc#1012628). +- NFS: Fix error handling for O_DIRECT write scheduling + (bsc#1012628). +- NFS: Fix O_DIRECT locking issues (bsc#1012628). +- NFS: More O_DIRECT accounting fixes for error paths + (bsc#1012628). +- NFS: Use the correct commit info in nfs_join_page_group() + (bsc#1012628). +- NFS: More fixes for nfs_direct_write_reschedule_io() + (bsc#1012628). +- NFS/pNFS: Report EINVAL errors from connect() to the server + (bsc#1012628). +- SUNRPC: Mark the cred for revalidation if the server rejects it + (bsc#1012628). +- NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1012628). +- NFSv4.1: fix pnfs MDS=DS session trunking (bsc#1012628). +- media: v4l: Use correct dependency for camera sensor drivers + (bsc#1012628). +- media: via: Use correct dependency for camera sensor drivers + (bsc#1012628). +- gfs2: Fix another freeze/thaw hang (bsc#1012628). +- netfs: Only call folio_start_fscache() one time for each folio + (bsc#1012628). +- btrfs: improve error message after failure to add delayed dir + index item (bsc#1012628). +- btrfs: remove BUG() after failure to insert delayed dir index + item (bsc#1012628). +- ext4: replace the traditional ternary conditional operator + with with max()/min() (bsc#1012628). +- ext4: move setting of trimmed bit into ext4_try_to_trim_range() + (bsc#1012628). +- ext4: do not let fstrim block system suspend (bsc#1012628). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (bsc#1012628). +- netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() + in catchall GC (bsc#1012628). +- netfilter: nft_set_pipapo: stop GC iteration if GC transaction + allocation fails (bsc#1012628). +- netfilter: nft_set_hash: try later when GC hits EAGAIN on + iteration (bsc#1012628). +- netfilter: nf_tables: fix memleak when more than 255 elements + expired (bsc#1012628). +- netfilter: nf_tables: disallow rule removal from chain binding + (bsc#1012628). +- ASoC: meson: spdifin: start hw on dai probe (bsc#1012628). +- netfilter: nf_tables: disallow element removal on anonymous sets + (bsc#1012628). +- bpf: Avoid deadlock when using queue and stack maps from NMI + (bsc#1012628). +- bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + (bsc#1012628). +- ALSA: docs: Fix a typo of midi2_ump_probe option for + snd-usb-audio (bsc#1012628). +- ALSA: seq: Avoid delivery of events for disabled UMP groups + (bsc#1012628). +- ASoC: rt5640: Revert "Fix sleep in atomic context" + (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: rt5640: fix typos (bsc#1012628). +- ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + (bsc#1012628). +- ASoC: rt5640: Enable the IRQ on resume after configuring + jack-detect (bsc#1012628). +- ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + (bsc#1012628). +- bpf: Fix a erroneous check after snprintf() (bsc#1012628). +- selftests/bpf: fix unpriv_disabled check in test_verifier + (bsc#1012628). +- ALSA: hda/realtek: Splitting the UX3402 into two separate models + (bsc#1012628). +- netfilter: conntrack: fix extension size table (bsc#1012628). +- netfilter: nf_tables: Fix entries val in rule reset audit log + (bsc#1012628). +- Compiler Attributes: counted_by: Adjust name and identifier + expansion (bsc#1012628). +- uapi: stddef.h: Fix header guard location (bsc#1012628). +- uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ (bsc#1012628). +- memblock tests: Fix compilation errors (bsc#1012628). +- ASoC: SOF: ipc4-topology: fix wrong sizeof argument + (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + vcap_api_kunit (bsc#1012628). +- selftests: tls: swap the TX and RX sockets in some tests + (bsc#1012628). +- net/core: Fix ETH_P_1588 flow dissector (bsc#1012628). +- ALSA: seq: ump: Fix -Wformat-truncation warning (bsc#1012628). +- ASoC: hdaudio.c: Add missing check for devm_kstrdup + (bsc#1012628). +- ASoC: imx-audmix: Fix return error with devm_clk_get() + (bsc#1012628). +- octeon_ep: fix tx dma unmap len values in SG (bsc#1012628). +- iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK + is set (bsc#1012628). +- ASoC: SOF: core: Only call sof_ops_free() on remove if the + probe was successful (bsc#1012628). +- iavf: add iavf_schedule_aq_request() helper (bsc#1012628). +- iavf: schedule a request immediately after add/delete vlan + (bsc#1012628). +- i40e: Fix VF VLAN offloading when port VLAN is configured + (bsc#1012628). +- netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() (bsc#1012628). +- ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + (bsc#1012628). +- igc: Fix infinite initialization loop with early XDP redirect + (bsc#1012628). +- scsi: iscsi_tcp: restrict to TCP sockets (bsc#1012628). +- powerpc/perf/hv-24x7: Update domain value check (bsc#1012628). +- powerpc/dexcr: Move HASHCHK trap handler (bsc#1012628). +- dccp: fix dccp_v4_err()/dccp_v6_err() again (bsc#1012628). +- x86/mm, kexec, ima: Use memblock_free_late() from + ima_free_kexec_buffer() (bsc#1012628). +- net: hsr: Properly parse HSRv1 supervisor frames (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status after timeout in + busy_loop() (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() (bsc#1012628). +- platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() (bsc#1012628). +- platform/x86: intel_scu_ipc: Fail IPC send if still busy + (bsc#1012628). +- x86/asm: Fix build of UML with KASAN (bsc#1012628). +- x86/srso: Fix srso_show_state() side effect (bsc#1012628). +- x86/srso: Set CPUID feature bits independently of bug or + mitigation status (bsc#1012628). +- x86/srso: Don't probe microcode in a guest (bsc#1012628). +- x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + (bsc#1012628). +- net: hns3: add cmdq check for vf periodic service task + (bsc#1012628). +- net: hns3: fix GRE checksum offload issue (bsc#1012628). +- net: hns3: only enable unicast promisc when mac table full + (bsc#1012628). +- net: hns3: fix fail to delete tc flower rules during reset issue + (bsc#1012628). +- net: hns3: add 5ms delay before clear firmware reset irq source + (bsc#1012628). +- net: bridge: use DEV_STATS_INC() (bsc#1012628). +- team: fix null-ptr-deref when team device type is changed + (bsc#1012628). +- locking/atomic: scripts: fix fallback ifdeffery (bsc#1012628). +- net: rds: Fix possible NULL-pointer dereference (bsc#1012628). +- vxlan: Add missing entries to vxlan_get_size() (bsc#1012628). +- netfilter: nf_tables: disable toggling dormant table state + more than once (bsc#1012628). +- net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable + dereferenced before check 'hwdev' (bsc#1012628). +- net/handshake: Fix memory leak in __sock_create() and + sock_alloc_file() (bsc#1012628). +- i915/pmu: Move execlist stats initialization to execlist + specific setup (bsc#1012628). +- drm/virtio: clean out_fence on complete_submit (bsc#1012628). +- locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() (bsc#1012628). +- net: ena: Flush XDP packets on error (bsc#1012628). +- bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI (bsc#1012628). +- octeontx2-pf: Do xdp_do_flush() after redirects (bsc#1012628). +- igc: Expose tx-usecs coalesce setting to user (bsc#1012628). +- cxl/region: Match auto-discovered region decoders by HPA range + (bsc#1012628). +- proc: nommu: /proc//maps: release mmap read lock + (bsc#1012628). +- proc: nommu: fix empty /proc//maps (bsc#1012628). +- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + (bsc#1012628). +- i2c: mux: demux-pinctrl: check the return value of + devm_kstrdup() (bsc#1012628). +- i2c: mux: gpio: Add missing fwnode_handle_put() (bsc#1012628). +- i2c: xiic: Correct return value check for xiic_reinit() + (bsc#1012628). +- ASoC: cs35l56: Disable low-power hibernation mode (bsc#1012628). +- drm/amd/display: Update DPG test pattern programming + (bsc#1012628). +- drm/amd/display: fix a regression in blank pixel data caused + by coding mistake (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region + as reserved (bsc#1012628). +- direct_write_fallback(): on error revert the ->ki_pos update + from buffered write (bsc#1012628). +- btrfs: reset destination buffer when read_extent_buffer() + gets invalid range (bsc#1012628). +- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + (bsc#1012628). +- MIPS: Alchemy: only build mmc support helpers if au1xmmc is + enabled (bsc#1012628). +- spi: spi-gxp: BUG: Correct spi write return value (bsc#1012628). +- bus: ti-sysc: Use fsleep() instead of usleep_range() in + sysc_reset() (bsc#1012628). +- bus: ti-sysc: Fix missing AM35xx SoC matching (bsc#1012628). +- firmware: arm_scmi: Harden perf domain info access + (bsc#1012628). +- firmware: arm_scmi: Fixup perf power-cost/microwatt support + (bsc#1012628). +- power: supply: mt6370: Fix missing error code in + mt6370_chg_toggle_cfo() (bsc#1012628). +- clk: sprd: Fix thm_parents incorrect configuration + (bsc#1012628). +- clk: si521xx: Use REGCACHE_FLAT instead of NONE (bsc#1012628). +- clk: si521xx: Fix regmap write accessor (bsc#1012628). +- clk: tegra: fix error return case for recalc_rate (bsc#1012628). +- ARM: dts: ti: omap: Fix bandgap thermal cells addressing for + omap3/4 (bsc#1012628). +- ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning + on boot (bsc#1012628). +- bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart + wake-up (bsc#1012628). +- swiotlb: use the calculated number of areas (bsc#1012628). +- power: supply: ucs1002: fix error code in ucs1002_get_property() + (bsc#1012628). +- power: supply: rt9467: Fix rt9467_run_aicl() (bsc#1012628). +- power: supply: core: fix use after free in uevent (bsc#1012628). +- firmware: imx-dsp: Fix an error handling path in + imx_dsp_setup_channels() (bsc#1012628). +- xtensa: add default definition for XCHAL_HAVE_DIV32 + (bsc#1012628). +- xtensa: iss/network: make functions static (bsc#1012628). +- xtensa: boot: don't add include-dirs (bsc#1012628). +- xtensa: umulsidi3: fix conditional expression (bsc#1012628). +- xtensa: boot/lib: fix function prototypes (bsc#1012628). +- power: supply: rk817: Fix node refcount leak (bsc#1012628). +- powerpc/stacktrace: Fix arch_stack_walk_reliable() + (bsc#1012628). +- selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + (bsc#1012628). +- arm64: dts: imx8mp: Fix SDMA2/3 clocks (bsc#1012628). +- arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + (bsc#1012628). +- soc: imx8m: Enable OCOTP clock for imx8mm before reading + registers (bsc#1012628). +- arm64: dts: imx8mm-evk: Fix hdmi@3d node (bsc#1012628). +- arm64: dts: imx: Add imx8mm-prt8mm.dtb to build (bsc#1012628). +- firmware: arm_ffa: Don't set the memory region attributes for + MEM_LEND (bsc#1012628). +- i915/guc: Get runtime pm in busyness worker only if already + active (bsc#1012628). +- accel/ivpu: Do not use wait event interruptible (bsc#1012628). +- accel/ivpu: Use cached buffers for FW loading (bsc#1012628). +- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + (bsc#1012628). +- i2c: npcm7xx: Fix callback completion ordering (bsc#1012628). +- NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + (bsc#1012628). +- x86/reboot: VMCLEAR active VMCSes before emergency reboot + (bsc#1012628). +- ceph: drop messages from MDS when unmounting (bsc#1012628). +- dma-debug: don't call __dma_entry_alloc_check_leak() under + free_entries_lock (bsc#1012628). +- bpf: Annotate bpf_long_memcpy with data_race (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming + Laptop 15-fb0xxx (8A3E) (bsc#1012628). +- spi: sun6i: reduce DMA RX transfer width to single byte + (bsc#1012628). +- spi: sun6i: fix race between DMA RX transfer completion and + RX FIFO drain (bsc#1012628). +- nvme-fc: Prevent null pointer dereference in + nvme_fc_io_getuuid() (bsc#1012628). +- parisc: sba: Fix compile warning wrt list of SBA devices + (bsc#1012628). +- parisc: sba-iommu: Fix sparse warnigs (bsc#1012628). +- parisc: ccio-dma: Fix sparse warnings (bsc#1012628). +- parisc: iosapic.c: Fix sparse warnings (bsc#1012628). +- parisc: drivers: Fix sparse warning (bsc#1012628). +- parisc: irq: Make irq_stack_union static to avoid sparse warning + (bsc#1012628). +- scsi: qedf: Add synchronization between I/O completions and + abort (bsc#1012628). +- scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + (bsc#1012628). +- scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + (bsc#1012628). +- selftests/ftrace: Correctly enable event in instance-event.tc + (bsc#1012628). +- ring-buffer: Avoid softlockup in ring_buffer_resize() + (bsc#1012628). +- btrfs: assert delayed node locked when removing delayed item + (bsc#1012628). +- selftests: fix dependency checker script (bsc#1012628). +- ring-buffer: Do not attempt to read past "commit" (bsc#1012628). +- net/smc: bugfix for smcr v2 server connect success statistic + (bsc#1012628). +- ata: sata_mv: Fix incorrect string length computation in + mv_dump_mem() (bsc#1012628). +- efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + (bsc#1012628). +- platform/mellanox: mlxbf-bootctl: add NET dependency into + Kconfig (bsc#1012628). +- platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + (bsc#1012628). +- thermal/of: add missing of_node_put() (bsc#1012628). +- drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update cache info reporting for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update CU masking for GFX 9.4.3 (bsc#1012628). +- drm/amd/display: Don't check registers, if using AUX BL control + (bsc#1012628). +- drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + (bsc#1012628). +- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + (bsc#1012628). +- drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + (bsc#1012628). +- drm/amdkfd: Checkpoint and restore queues on GFX11 + (bsc#1012628). +- drm/amdgpu: Handle null atom context in VBIOS info ioctl + (bsc#1012628). +- objtool: Fix _THIS_IP_ detection for cold functions + (bsc#1012628). +- nvme-pci: do not set the NUMA node of device if it has none + (bsc#1012628). +- riscv: errata: fix T-Head dcache.cva encoding (bsc#1012628). +- scsi: pm80xx: Use phy-specific SAS address when sending + PHY_START command (bsc#1012628). +- scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command (bsc#1012628). +- smb3: correct places where ENOTSUPP is used instead of preferred + EOPNOTSUPP (bsc#1012628). +- ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in + ata_eh_reset() (bsc#1012628). +- ata: libata-eh: do not thaw the port twice in ata_eh_reset() + (bsc#1012628). +- Add DMI ID for MSI Bravo 15 B7ED (bsc#1012628). +- spi: nxp-fspi: reset the FLSHxCR1 registers (bsc#1012628). +- spi: stm32: add a delay before SPI disable (bsc#1012628). +- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- spi: intel-pci: Add support for Granite Rapids SPI serial flash + (bsc#1012628). +- bpf: Clarify error expectations from bpf_clone_redirect + (bsc#1012628). +- ASoC: rt5640: Only cancel jack-detect work on suspend if active + (bsc#1012628). +- ALSA: hda: intel-sdw-acpi: Use u8 type for link index + (bsc#1012628). +- ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width + (bsc#1012628). +- ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET + initially low (bsc#1012628). +- ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + (bsc#1012628). +- firmware: cirrus: cs_dsp: Only log list of algorithms in debug + build (bsc#1012628). +- ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + (bsc#1012628). +- memblock tests: fix warning: "__ALIGN_KERNEL" redefined + (bsc#1012628). +- =?UTF-8?q?memblock=20tests:=20fix=20warning=20=E2=80=98st?= + =?UTF-8?q?ruct=20seq=5Ffile=E2=80=99=20declared=20inside=20parameter=20li?= + =?UTF-8?q?st?= (bsc#1012628). +- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + (bsc#1012628). +- ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget + setup failure (bsc#1012628). +- media: vb2: frame_vector.c: replace WARN_ONCE with a comment + (bsc#1012628). +- NFSv4.1: fix zero value filehandle in post open getattr + (bsc#1012628). +- ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + (bsc#1012628). +- powerpc/watchpoints: Disable preemption in thread_change_pc() + (bsc#1012628). +- powerpc/watchpoint: Disable pagefaults when getting user + instruction (bsc#1012628). +- powerpc/watchpoints: Annotate atomic context in more places + (bsc#1012628). +- ncsi: Propagate carrier gain/loss events to the NCSI controller + (bsc#1012628). +- net: hsr: Add __packed to struct hsr_sup_tlv (bsc#1012628). +- tsnep: Fix NAPI scheduling (bsc#1012628). +- tsnep: Fix ethtool channels (bsc#1012628). +- tsnep: Fix NAPI polling with budget 0 (bsc#1012628). +- gfs2: fix glock shrinker ref issues (bsc#1012628). +- i2c: designware: fix __i2c_dw_disable() in case master is + holding SCL low (bsc#1012628). +- LoongArch: Use _UL() and _ULL() (bsc#1012628). +- LoongArch: Set all reserved memblocks on Node#0 at + initialization (bsc#1012628). +- fbdev/sh7760fb: Depend on FB=y (bsc#1012628). +- perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + (bsc#1012628). +- ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + (bsc#1012628). +- iommu/arm-smmu-v3: Fix soft lockup triggered by + arm_smmu_mm_invalidate_range (bsc#1012628). +- spi: zynqmp-gqspi: fix clock imbalance on probe failure + (bsc#1012628). +- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + (bsc#1012628). +- x86/srso: Add SRSO mitigation for Hygon processors + (bsc#1012628). +- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + (bsc#1012628). +- KVM: SVM: Fix TSC_AUX virtualization setup (bsc#1012628). +- KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + (bsc#1012628). +- KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() (bsc#1012628). +- KVM: x86/mmu: Stop zapping invalidated TDP MMU roots + asynchronously (bsc#1012628). +- mptcp: fix bogus receive window shrinkage with multiple subflows + (bsc#1012628). +- mptcp: move __mptcp_error_report in protocol.c (bsc#1012628). +- mptcp: process pending subflow error on close (bsc#1012628). +- Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" (bsc#1012628). +- scsi: core: ata: Do no try to probe for CDL on old drives + (bsc#1012628). +- serial: 8250_port: Check IRQ data before use (bsc#1012628). +- nilfs2: fix potential use after free in + nilfs_gccache_submit_read_data() (bsc#1012628). +- crypto: sm2 - Fix crash caused by uninitialized context + (bsc#1012628). +- ALSA: rawmidi: Fix NULL dereference at proc read (bsc#1012628). +- ALSA: hda: Disable power save for solving pop issue on Lenovo + ThinkCentre M70q (bsc#1012628). +- LoongArch: Fix lockdep static memory detection (bsc#1012628). +- LoongArch: Define relocation types for ABI v2.10 (bsc#1012628). +- LoongArch: numa: Fix high_memory calculation (bsc#1012628). +- LoongArch: Add support for 32_PCREL relocation type + (bsc#1012628). +- LoongArch: Add support for 64_PCREL relocation type + (bsc#1012628). +- ata: libata-scsi: link ata port and scsi device (bsc#1012628). +- scsi: sd: Differentiate system and runtime start/stop management + (bsc#1012628). +- scsi: sd: Do not issue commands to suspended disks on shutdown + (bsc#1012628). +- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED + OPERATION CODES (bsc#1012628). +- io_uring/fs: remove sqe->rw_flags checking from LINKAT + (bsc#1012628). +- i2c: i801: unregister tco_pdev in i801_probe() error path + (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + (bsc#1012628). +- kernel/sched: Modify initial boot task idle setup (bsc#1012628). +- sched/rt: Fix live lock between select_fallback_rq() and RT push + (bsc#1012628). +- Revert "SUNRPC dont update timeout value on connection reset" + (bsc#1012628). +- NFSv4: Fix a state manager thread deadlock regression + (bsc#1012628). +- ACPI: NFIT: Fix incorrect calculation of idt size (bsc#1012628). +- timers: Tag (hr)timer softirq as hotplug safe (bsc#1012628). +- drm/tests: Fix incorrect argument in drm_test_mm_insert_range + (bsc#1012628). +- cxl/mbox: Fix CEL logic for poison and security commands + (bsc#1012628). +- arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + (bsc#1012628). +- mm/damon/vaddr-test: fix memory leak in + damon_do_test_apply_three_regions() (bsc#1012628). +- selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error (bsc#1012628). +- mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and + MPOL_MF_MOVE are specified (bsc#1012628). +- mm/slab_common: fix slab_caches list corruption after + kmem_cache_destroy() (bsc#1012628). +- mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong + buddy list (bsc#1012628). +- mm: memcontrol: fix GFP_NOFS recursion in memory.high + enforcement (bsc#1012628). +- cxl/port: Fix cxl_test register enumeration regression + (bsc#1012628). +- cxl/pci: Fix appropriate checking for _OSC while handling CXL + RAS registers (bsc#1012628). +- ring-buffer: Fix bytes info in per_cpu buffer stats + (bsc#1012628). +- ring-buffer: Update "shortest_full" in polling (bsc#1012628). +- btrfs: refresh dir last index during a rewinddir(3) call + (bsc#1012628). +- btrfs: file_remove_privs needs an exclusive lock in direct io + write (bsc#1012628). +- btrfs: set last dir index to the current last index when + opening dir (bsc#1012628). +- btrfs: fix race between reading a directory and adding entries + to it (bsc#1012628). +- btrfs: properly report 0 avail for very full file systems + (bsc#1012628). +- media: uvcvideo: Fix OOB read (bsc#1012628). +- bpf: Add override check to kprobe multi link attach + (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision in tools/ + (bsc#1012628). +- net: thunderbolt: Fix TCPv6 GSO checksum calculation + (bsc#1012628). +- thermal: sysfs: Fix trip_point_hyst_store() (bsc#1012628). +- tracing/user_events: Align set_bit() address for all archs + (bsc#1012628). +- ata: libata-core: Fix ata_port_request_pm() locking + (bsc#1012628). +- ata: libata-core: Fix port and device removal (bsc#1012628). +- ata: libata-core: Do not register PM operations for SAS ports + (bsc#1012628). +- ata: libata-sata: increase PMP SRST timeout to 10s + (bsc#1012628). +- i915: Limit the length of an sg list to the requested length + (bsc#1012628). +- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + (bsc#1012628). +- power: supply: rk817: Add missing module alias (bsc#1012628). +- power: supply: ab8500: Set typing and props (bsc#1012628). +- fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + (bsc#1012628). +- drm/amdkfd: Use gpu_offset for user queue's wptr (bsc#1012628). +- drm/amd/display: fix the ability to use lower resolution modes + on eDP (bsc#1012628). +- drm/meson: fix memory leak on ->hpd_notify callback + (bsc#1012628). +- rbd: move rbd_dev_refresh() definition (bsc#1012628). +- rbd: decouple header read-in from updating rbd_dev->header + (bsc#1012628). +- rbd: decouple parent info read-in from updating rbd_dev + (bsc#1012628). +- rbd: take header_rwsem in rbd_dev_refresh() only when updating + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm, memcg: reconsider kmem.limit_in_bytes deprecation + (bsc#1012628). +- ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.6-066-ipv4-fix-null-deref-in-ipv4_link_failure.patch. +- Rename to + patches.kernel.org/6.5.6-093-netfilter-ipset-Fix-race-between-IPSET_CMD_CREA.patch. +- Rename to + patches.kernel.org/6.5.6-106-cifs-Fix-UAF-in-cifs_demultiplex_thread.patch. +- Rename to + patches.kernel.org/6.5.6-111-drm-amdgpu-set-completion-status-as-preempted-f.patch. +- Rename to + patches.kernel.org/6.5.6-250-misc-rtsx-Fix-some-platforms-can-not-boot-and-m.patch. +- Rename to + patches.kernel.org/6.5.6-300-fs-smb-client-Reset-password-pointer-to-NULL.patch. +- commit c97c2df + +------------------------------------------------------------------- +Thu Oct 5 07:09:48 CEST 2023 - jslaby@suse.cz + +- misc: rtsx: Fix some platforms can not boot and move the l1ss + judgment to probe (bsc#1214428). +- Delete + patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch. + Replace the revert by the upstream fix. +- commit e5944a3 + +------------------------------------------------------------------- +Wed Oct 4 12:47:42 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-625-netfilter-xt_sctp-validate-the-flag_info-count.patch + references (add CVE-2023-39193 bsc#1215860). +- commit c56e2dd + +------------------------------------------------------------------- +Wed Oct 4 12:46:32 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-624-netfilter-xt_u32-validate-user-space-input.patch + references (add CVE-2023-39192 bsc#1215858). +- commit d5f1e57 + +------------------------------------------------------------------- +Wed Oct 4 12:45:29 CEST 2023 - mkubecek@suse.cz + +- ipv4: fix null-deref in ipv4_link_failure (CVE-2023-42754 + bsc#1215467). +- commit a4ade06 + +------------------------------------------------------------------- +Tue Oct 3 16:19:55 CEST 2023 - palcantara@suse.de + +- cifs: Fix UAF in cifs_demultiplex_thread() (bsc#1208995 + CVE-2023-1192). +- commit 34d5680 + +------------------------------------------------------------------- +Tue Oct 3 16:18:13 CEST 2023 - palcantara@suse.de + +- fs/smb/client: Reset password pointer to NULL (bsc#1215899 + CVE-2023-5345). +- commit 180c31b + ------------------------------------------------------------------- Tue Oct 3 11:07:14 CEST 2023 - petr.pavlu@suse.com @@ -2775,6 +10513,29 @@ Tue Oct 3 10:31:29 CEST 2023 - petr.pavlu@suse.com the current SUSE Documentation Style Guide. - commit 11e3267 +------------------------------------------------------------------- +Tue Oct 3 08:47:21 CEST 2023 - mkubecek@suse.cz + +- netfilter: ipset: Fix race between IPSET_CMD_CREATE and + IPSET_CMD_SWAP (CVE-2023-42756 bsc#1215767). +- commit 5c8516c + +------------------------------------------------------------------- +Tue Oct 3 08:45:02 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-622-netfilter-ipset-add-the-missing-IP_SET_HASH_WIT.patch + references (add CVE-2023-42753 bsc#1215150). +- commit ddd076d + +------------------------------------------------------------------- +Mon Oct 2 06:34:04 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc4 +- eliminate 1 patch + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch (0e4cac557531) +- commit 019d4ec + ------------------------------------------------------------------- Tue Sep 26 16:06:05 CEST 2023 - petr.pavlu@suse.com @@ -2830,6 +10591,410 @@ Mon Sep 25 19:40:07 CEST 2023 - msuchanek@suse.de future reorganization of the spec template. - commit 30e2cef +------------------------------------------------------------------- +Mon Sep 25 10:34:49 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ea38674 + +------------------------------------------------------------------- +Mon Sep 25 10:23:15 CEST 2023 - tzimmermann@suse.com + +- drm/amdgpu: Update invalid PTE flag setting (boo#1215470) +- commit 74bb304 + +------------------------------------------------------------------- +Mon Sep 25 07:05:25 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.5 (bsc#1012628). +- iomap: Fix possible overflow condition in + iomap_write_delalloc_scan (bsc#1012628). +- autofs: fix memory leak of waitqueues in autofs_catatonic_mode + (bsc#1012628). +- btrfs: handle errors properly in update_inline_extent_backref() + (bsc#1012628). +- btrfs: output extra debug info if we failed to find an inline + backref (bsc#1012628). +- locks: fix KASAN: use-after-free in + trace_event_raw_event_filelock_lock (bsc#1012628). +- ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (bsc#1012628). +- kernel/fork: beware of __put_task_struct() calling context + (bsc#1012628). +- rcuscale: Move rcu_scale_writer() + schedule_timeout_uninterruptible() to _idle() (bsc#1012628). +- scftorture: Forgive memory-allocation failure if KASAN + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + (bsc#1012628). +- x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + (bsc#1012628). +- perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for + HIP08/09 (bsc#1012628). +- s390/boot: cleanup number of page table levels setup + (bsc#1012628). +- kselftest/arm64: fix a memleak in zt_regs_run() (bsc#1012628). +- perf/imx_ddr: speed up overflow frequency of cycle + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 + and iMac12,2 (bsc#1012628). +- hw_breakpoint: fix single-stepping when using + bpf_overflow_handler (bsc#1012628). +- ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + (bsc#1012628). +- selftests/nolibc: fix up kernel parameters support + (bsc#1012628). +- selftests/nolibc: prevent out of bounds access in + expect_vfprintf (bsc#1012628). +- spi: sun6i: add quirk for dual and quad SPI modes support + (bsc#1012628). +- devlink: remove reload failed checks in params get/set callbacks + (bsc#1012628). +- crypto: lrw,xts - Replace strlcpy with strscpy (bsc#1012628). +- ice: Don't tx before switchdev is fully configured + (bsc#1012628). +- wifi: ath9k: fix fortify warnings (bsc#1012628). +- wifi: ath9k: fix printk specifier (bsc#1012628). +- wifi: rtw88: delete timer and free skb queue when unloading + (bsc#1012628). +- wifi: mwifiex: fix fortify warning (bsc#1012628). +- mt76: mt7921: don't assume adequate headroom for SDIO headers + (bsc#1012628). +- wifi: wil6210: fix fortify warnings (bsc#1012628). +- can: sun4i_can: Add acceptance register quirk (bsc#1012628). +- can: sun4i_can: Add support for the Allwinner D1 (bsc#1012628). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (bsc#1012628). +- wifi: ath12k: Fix a NULL pointer dereference in + ath12k_mac_op_hw_scan() (bsc#1012628). +- wifi: ath12k: avoid array overflow of hw mode for + preferred_hw_mode (bsc#1012628). +- net/ipv4: return the real errno instead of -EINVAL + (bsc#1012628). +- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + (bsc#1012628). +- Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + (bsc#1012628). +- Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + (bsc#1012628). +- Bluetooth: Fix hci_suspend_sync crash (bsc#1012628). +- Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + (bsc#1012628). +- netlink: convert nlk->flags to atomic flags (bsc#1012628). +- tpm_tis: Resend command to recover from data transfer errors + (bsc#1012628). +- mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + (bsc#1012628). +- alx: fix OOB-read compiler warning (bsc#1012628). +- wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + (bsc#1012628). +- wifi: mac80211: check S1G action frame size (bsc#1012628). +- netfilter: ebtables: fix fortify warnings in size_entry_mwt() + (bsc#1012628). +- wifi: cfg80211: reject auth/assoc to AP with our address + (bsc#1012628). +- wifi: cfg80211: ocb: don't leave if not joined (bsc#1012628). +- wifi: mac80211: check for station first in client probe + (bsc#1012628). +- wifi: mac80211_hwsim: drop short frames (bsc#1012628). +- Revert "wifi: mac80211_hwsim: check the return value of + nla_put_u32" (bsc#1012628). +- libbpf: Free btf_vmlinux when closing bpf_object (bsc#1012628). +- wifi: ath12k: Fix memory leak in rx_desc and tx_desc + (bsc#1012628). +- wifi: ath12k: add check max message length while scanning with + extraie (bsc#1012628). +- Fix nomenclature for USB and PCI wireless devices (bsc#1012628). +- bpf: Consider non-owning refs trusted (bsc#1012628). +- bpf: Consider non-owning refs to refcounted nodes RCU protected + (bsc#1012628). +- drm/bridge: tc358762: Instruct DSI host to generate HSE packets + (bsc#1012628). +- drm/edid: Add quirk for OSVR HDK 2.0 (bsc#1012628). +- drm: bridge: samsung-dsim: Drain command transfer FIFO before + transfer (bsc#1012628). +- arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6350: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + (bsc#1012628). +- drm/amdgpu: Increase soft IH ring size (bsc#1012628). +- samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + (bsc#1012628). +- drm/amdgpu: Update ring scheduler info as needed (bsc#1012628). +- drm/amd/display: Fix underflow issue on 175hz timing + (bsc#1012628). +- ASoC: SOF: topology: simplify code to prevent static analysis + warnings (bsc#1012628). +- ASoC: Intel: sof_sdw: Update BT offload config for soundwire + config (bsc#1012628). +- ALSA: hda: intel-dsp-cfg: add LunarLake support (bsc#1012628). +- drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN31 (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN314 (bsc#1012628). +- drm/amd/display: Use max memclk variable when setting max memclk + (bsc#1012628). +- drm/msm/adreno: Use quirk identify hw_apriv (bsc#1012628). +- drm/msm/adreno: Use quirk to identify cached-coherent support + (bsc#1012628). +- drm/exynos: fix a possible null-pointer dereference due to + data race in exynos_drm_crtc_atomic_disable() (bsc#1012628). +- io_uring: annotate the struct io_kiocb slab for appropriate + user copy (bsc#1012628). +- drm/mediatek: dp: Change logging to dev for + mtk_dp_aux_transfer() (bsc#1012628). +- bus: ti-sysc: Configure uart quirks for k3 SoC (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + (bsc#1012628). +- md: raid1: fix potential OOB in raid1_remove_disk() + (bsc#1012628). +- ext2: fix datatype of block number in ext2_xattr_set2() + (bsc#1012628). +- blk-mq: fix tags leak when shrink nr_hw_queues (bsc#1012628). +- ASoC: SOF: amd: clear panic mask status when panic occurs + (bsc#1012628). +- x86: bring back rep movsq for user access on CPUs without ERMS + (bsc#1012628). +- fs/jfs: prevent double-free in dbUnmount() after failed + jfs_remount() (bsc#1012628). +- jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + (bsc#1012628). +- ext4: add two helper functions extent_logical_end() and + pa_logical_end() (bsc#1012628). +- ext4: avoid overlapping preallocations due to overflow + (bsc#1012628). +- PCI: dwc: Provide deinit callback for i.MX (bsc#1012628). +- ARM: 9317/1: kexec: Make smp stop calls asynchronous + (bsc#1012628). +- powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + (bsc#1012628). +- PCI: vmd: Disable bridge window for domain reset (bsc#1012628). +- PCI: fu740: Set the number of MSI vectors (bsc#1012628). +- media: mdp3: Fix resource leaks in of_find_device_by_node + (bsc#1012628). +- media: dvb-usb-v2: af9035: Fix null-ptr-deref in + af9035_i2c_master_xfer (bsc#1012628). +- media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + (bsc#1012628). +- media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + (bsc#1012628). +- media: anysee: fix null-ptr-deref in anysee_master_xfer + (bsc#1012628). +- media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: gl861: Fix null-ptr-deref in + gl861_i2c_master_xfer (bsc#1012628). +- scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout + error is detected (bsc#1012628). +- media: tuners: qt1010: replace BUG_ON with a regular error + (bsc#1012628). +- media: pci: cx23885: replace BUG with error return + (bsc#1012628). +- usb: cdns3: Put the cdns set active part outside the spin lock + (bsc#1012628). +- usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM + device (bsc#1012628). +- usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + (bsc#1012628). +- tools: iio: iio_generic_buffer: Fix some integer type and + calculation (bsc#1012628). +- scsi: target: iscsi: Fix buffer overflow in + lio_target_nacl_info_show() (bsc#1012628). +- serial: cpm_uart: Avoid suspicious locking (bsc#1012628). +- misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + (bsc#1012628). +- usb: dwc3: dwc3-octeon: Verify clock divider (bsc#1012628). +- usb: ehci: add workaround for chipidea PORTSC.PEC bug + (bsc#1012628). +- usb: chipidea: add workaround for chipidea PEC bug + (bsc#1012628). +- media: pci: ipu3-cio2: Initialise timing struct to avoid a + compiler warning (bsc#1012628). +- kobject: Add sanity check for kset->kobj.ktype in + kset_register() (bsc#1012628). +- interconnect: Fix locking for runpm vs reclaim (bsc#1012628). +- usb: typec: qcom-pmic-typec: register drm_bridge (bsc#1012628). +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1012628). +- printk: Keep non-panic-CPUs out of console lock (bsc#1012628). +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1012628). +- printk: Consolidate console deferred printing (bsc#1012628). +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1012628). +- ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + (bsc#1012628). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1012628). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1012628). +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1012628). +- btrfs: zoned: defer advancing meta write pointer (bsc#1012628). +- btrfs: zoned: activate metadata block group on write time + (bsc#1012628). +- mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + (bsc#1012628). +- mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + (bsc#1012628). +- btrfs: add a helper to read the superblock metadata_uuid + (bsc#1012628). +- btrfs: compare the correct fsid/metadata_uuid in + btrfs_validate_super (bsc#1012628). +- nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + (bsc#1012628). +- drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + (bsc#1012628). +- scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- md: don't dereference mddev after export_rdev() (bsc#1012628). +- md: fix warning for holder mismatch from export_rdev() + (bsc#1012628). +- PM: hibernate: Fix the exclusive get block device in test_resume + mode (bsc#1012628). +- selftests: tracing: Fix to unmount tracefs for recovering + environment (bsc#1012628). +- x86/ibt: Suppress spurious ENDBR (bsc#1012628). +- x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + (bsc#1012628). +- riscv: kexec: Align the kexeced kernel entry (bsc#1012628). +- x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + (bsc#1012628). +- scsi: target: core: Fix target_cmd_counter leak (bsc#1012628). +- scsi: lpfc: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- panic: Reenable preemption in WARN slowpath (bsc#1012628). +- ata: libata-core: fetch sense data for successful commands + iff CDL enabled (bsc#1012628). +- x86/boot/compressed: Reserve more memory for page tables + (bsc#1012628). +- x86/purgatory: Remove LTO flags (bsc#1012628). +- samples/hw_breakpoint: fix building without module unloading + (bsc#1012628). +- blk-mq: prealloc tags when increase tagset nr_hw_queues + (bsc#1012628). +- blk-mq: fix tags UAF when shrinking q->nr_hw_queues + (bsc#1012628). +- md/raid1: fix error: ISO C90 forbids mixed declarations + (bsc#1012628). +- Revert "SUNRPC: Fail faster on bad verifier" (bsc#1012628). +- attr: block mode changes of symlinks (bsc#1012628). +- ovl: fix failed copyup of fileattr on a symlink (bsc#1012628). +- ovl: fix incorrect fdput() on aio completion (bsc#1012628). +- io_uring/net: fix iter retargeting for selected buf + (bsc#1012628). +- nvme: avoid bogus CRTO values (bsc#1012628). +- x86/platform/uv: Use alternate source for socket to node data + (bsc#1012628). +- Revert "firewire: core: obsolete usage of GFP_ATOMIC at building + node tree" (bsc#1012628). +- md: Put the right device in md_seq_next (bsc#1012628). +- drm/amd: Make fence wait in suballocator uninterruptible + (bsc#1012628). +- Revert "drm/amd: Disable S/G for APUs when 64GB or more host + memory" (bsc#1012628). +- dm: don't attempt to queue IO under RCU protection + (bsc#1012628). +- dm: fix a race condition in retrieve_deps (bsc#1012628). +- btrfs: fix lockdep splat and potential deadlock after failure + running delayed items (bsc#1012628). +- btrfs: fix a compilation error if DEBUG is defined in + btree_dirty_folio (bsc#1012628). +- btrfs: fix race between finishing block group creation and + its item update (bsc#1012628). +- btrfs: release path before inode lookup during the ino lookup + ioctl (bsc#1012628). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert + (bsc#1012628). +- tracing/synthetic: Fix order of struct trace_dynamic_info + (bsc#1012628). +- tracing: Have tracing_max_latency inc the trace array ref count + (bsc#1012628). +- tracing: Have event inject files inc the trace array ref count + (bsc#1012628). +- tracing/synthetic: Print out u64 values properly (bsc#1012628). +- tracing: Increase trace array ref count on enable and filter + files (bsc#1012628). +- tracing: Have current_trace inc the trace array ref count + (bsc#1012628). +- tracing: Have option files inc the trace array ref count + (bsc#1012628). +- selinux: fix handling of empty opts in + selinux_fs_context_submount() (bsc#1012628). +- nfsd: fix change_info in NFSv4 RENAME replies (bsc#1012628). +- tracefs: Add missing lockdown check to tracefs_create_dir() + (bsc#1012628). +- i2c: aspeed: Reset the i2c controller when timeout occurs + (bsc#1012628). +- ata: libata: disallow dev-initiated LPM transitions to + unsupported states (bsc#1012628). +- ata: libahci: clear pending interrupt status (bsc#1012628). +- scsi: megaraid_sas: Fix deadlock on firmware crashdump + (bsc#1012628). +- scsi: qla2xxx: Use raw_smp_processor_id() instead of + smp_processor_id() (bsc#1012628). +- scsi: pm8001: Setup IRQs on resume (bsc#1012628). +- Revert "comedi: add HAS_IOPORT dependencies" (bsc#1012628). +- ext4: fix rec_len verify error (bsc#1012628). +- drm/radeon: make fence wait in suballocator uninterrruptable + (bsc#1012628). +- drm/i915: Only check eDP HPD when AUX CH is shared + (bsc#1012628). +- drm/amdkfd: Insert missing TLB flush on GFX10 and later + (bsc#1012628). +- drm/tests: helpers: Avoid a driver uaf (bsc#1012628). +- drm/amd/display: Adjust the MST resume flow (bsc#1012628). +- drm/amd/display: fix the white screen issue when >= 64GB DRAM + (bsc#1012628). +- drm/amd/display: Add DPIA Link Encoder Assignment Fix + (bsc#1012628). +- drm/amd/display: Fix 2nd DPIA encoder Assignment (bsc#1012628). +- Revert "memcg: drop kmem.limit_in_bytes" (bsc#1012628). +- drm/amdgpu: fix amdgpu_cs_p1_user_fence (bsc#1012628). +- interconnect: Teach lockdep about icc_bw_lock order + (bsc#1012628). +- x86/alternatives: Remove faulty optimization (bsc#1012628). +- x86,static_call: Fix static-call vs return-thunk (bsc#1012628). +- Update config files. + * restore COMEDI_ISA_DRIVERS=n + * CAN_SUN4I=m, following master +- Rename to + patches.kernel.org/6.5.5-010-ACPI-video-Add-backlight-native-DMI-quirk-for-L.patch. +- Rename to + patches.kernel.org/6.5.5-147-efivarfs-fix-statfs-on-efivarfs.patch. +- commit 2459c16 + +------------------------------------------------------------------- +Sun Sep 24 23:36:19 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc3 +- commit 15b4ad8 + +------------------------------------------------------------------- +Fri Sep 22 08:13:55 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu: set completion status + as preempted for the resubmission + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit f926df3 + ------------------------------------------------------------------- Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de @@ -2838,12 +11003,596 @@ Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de Other simimlar scripts may exist. - commit c882efa +------------------------------------------------------------------- +Wed Sep 20 10:41:15 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-188-net-sched-sch_hfsc-Ensure-inner-classes-have-fs.patch + references (add CVE-2023-4623 bsc#1215115). +- commit e836b0d + +------------------------------------------------------------------- +Wed Sep 20 07:07:04 CEST 2023 - jslaby@suse.cz + +- smb3: move server check earlier when setting channel sequence + number (git-fixes). +- commit fdd7e9e + +------------------------------------------------------------------- +Tue Sep 19 17:54:53 CEST 2023 - jlee@suse.com + +- Update config files. (bsc#1205447, jsc#PED-6528) + Set CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=n + to armv6hl/default, armv7hl/default + Let's disable CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY + before we have conclusion on PED-6528. Which means that the + .secondary_trusted_keys keyring can NOT be used to verify .ima/.evm + keys. It also means that MOK in .machine keyring can not be used to + verify .ima/.evm keys. (bsc#1205447, jsc#PED-6528) +- commit 6f5f69b + +------------------------------------------------------------------- +Tue Sep 19 12:52:42 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.4 (bsc#1012628). +- drm/virtio: Conditionally allocate virtio_gpu_fence + (bsc#1012628). +- scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 + does not support EHS length in UTRD (bsc#1012628). +- scsi: qla2xxx: Adjust IOCB resource on qpair create + (bsc#1012628). +- scsi: qla2xxx: Limit TMF to 8 per function (bsc#1012628). +- scsi: qla2xxx: Fix deletion race condition (bsc#1012628). +- scsi: qla2xxx: fix inconsistent TMF timeout (bsc#1012628). +- scsi: qla2xxx: Fix command flush during TMF (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link up failure (bsc#1012628). +- scsi: qla2xxx: Turn off noisy message log (bsc#1012628). +- scsi: qla2xxx: Fix session hang in gnl (bsc#1012628). +- scsi: qla2xxx: Fix TMF leak through (bsc#1012628). +- scsi: qla2xxx: Remove unsupported ql2xenabledif option + (bsc#1012628). +- scsi: qla2xxx: Flush mailbox commands on chip reset + (bsc#1012628). +- scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + (bsc#1012628). +- scsi: qla2xxx: Error code did not return to upper layer + (bsc#1012628). +- scsi: qla2xxx: Fix firmware resource tracking (bsc#1012628). +- null_blk: fix poll request timeout handling (bsc#1012628). +- kernfs: fix missing kernfs_iattr_rwsem locking (bsc#1012628). +- fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + (bsc#1012628). +- clk: qcom: camcc-sc7180: fix async resume during probe + (bsc#1012628). +- drm/ast: Fix DRAM init on AST2200 (bsc#1012628). +- ASoC: tegra: Fix SFC conversion for few rates (bsc#1012628). +- ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical + size (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate on Tegra234 + (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate (bsc#1012628). +- clk: qcom: turingcc-qcs404: fix missing resume during probe + (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct inverted X of + touchscreen (bsc#1012628). +- arm64: dts: qcom: msm8953-vince: drop duplicated touschreen + parent interrupt (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen function + names (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen + syna,nosleep-mode (bsc#1012628). +- arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + (bsc#1012628). +- ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 + V2 (bsc#1012628). +- send channel sequence number in SMB3 requests after reconnects + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + (bsc#1012628). +- lib/test_meminit: allocate pages up to order MAX_ORDER + (bsc#1012628). +- Multi-gen LRU: avoid race in inc_min_seq() (bsc#1012628). +- parisc: led: Fix LAN receive and transmit LEDs (bsc#1012628). +- parisc: led: Reduce CPU overhead for disk & lan LED computation + (bsc#1012628). +- cifs: update desired access while requesting for directory lease + (bsc#1012628). +- pinctrl: cherryview: fix address_space_handler() argument + (bsc#1012628). +- dt-bindings: clock: xlnx,versal-clk: drop select:false + (bsc#1012628). +- clk: imx: pll14xx: dynamically configure PLL for + 393216000/361267200Hz (bsc#1012628). +- clk: imx: pll14xx: align pdiv with reference manual + (bsc#1012628). +- clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + (bsc#1012628). +- soc: qcom: qmi_encdec: Restrict string length in decode + (bsc#1012628). +- clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: lpasscc-sc7280: fix missing resume during probe + (bsc#1012628). +- clk: qcom: q6sstop-qcs404: fix missing resume during probe + (bsc#1012628). +- clk: qcom: mss-sc7180: fix missing resume during probe + (bsc#1012628). +- NFS: Fix a potential data corruption (bsc#1012628). +- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + (bsc#1012628). +- bus: mhi: host: Skip MHI reset if device is in RDDM + (bsc#1012628). +- kbuild: rpm-pkg: define _arch conditionally (bsc#1012628). +- kbuild: do not run depmod for 'make modules_sign' (bsc#1012628). +- tpm_crb: Fix an error handling path in crb_acpi_add() + (bsc#1012628). +- gfs2: Switch to wait_event in gfs2_logd (bsc#1012628). +- gfs2: low-memory forced flush fixes (bsc#1012628). +- mailbox: qcom-ipcc: fix incorrect num_chans counting + (bsc#1012628). +- kconfig: fix possible buffer overflow (bsc#1012628). +- tools/mm: fix undefined reference to pthread_once (bsc#1012628). +- Input: iqs7222 - configure power mode before triggering ATI + (bsc#1012628). +- perf trace: Really free the evsel->priv area (bsc#1012628). +- pwm: atmel-tcb: Harmonize resource allocation order + (bsc#1012628). +- pwm: atmel-tcb: Fix resource freeing in error path and remove + (bsc#1012628). +- backlight: lp855x: Initialize PWM state on first brightness + change (bsc#1012628). +- backlight: gpio_backlight: Drop output GPIO direction check + for initial power state (bsc#1012628). +- perf parse-events: Separate YYABORT and YYNOMEM cases + (bsc#1012628). +- perf parse-events: Move instances of YYABORT to YYNOMEM + (bsc#1012628). +- perf parse-events: Separate ENOMEM memory handling + (bsc#1012628). +- perf parse-events: Additional error reporting (bsc#1012628). +- KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES + guests (bsc#1012628). +- Input: tca6416-keypad - always expect proper IRQ number in + i2c client (bsc#1012628). +- Input: tca6416-keypad - fix interrupt enable disbalance + (bsc#1012628). +- perf annotate bpf: Don't enclose non-debug code with an assert() + (bsc#1012628). +- x86/virt: Drop unnecessary check on extended CPUID level in + cpu_has_svm() (bsc#1012628). +- perf script: Print "cgroup" field on the same line as "comm" + (bsc#1012628). +- perf bpf-filter: Fix sample flag check with || (bsc#1012628). +- perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() (bsc#1012628). +- perf dlfilter: Add al_cleanup() (bsc#1012628). +- perf vendor events: Update the JSON/events descriptions for + power10 platform (bsc#1012628). +- perf vendor events: Drop some of the JSON/events for power10 + platform (bsc#1012628). +- perf vendor events: Drop STORES_PER_INST metric event for + power10 platform (bsc#1012628). +- perf vendor events: Move JSON/events to appropriate files for + power10 platform (bsc#1012628). +- perf vendor events: Update metric event names for power10 + platform (bsc#1012628). +- perf top: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- perf lock: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + (bsc#1012628). +- perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne + list (bsc#1012628). +- pwm: lpc32xx: Remove handling of PWM channels (bsc#1012628). +- accel/ivpu: refactor deprecated strncpy (bsc#1012628). +- perf header: Fix missing PMU caps (bsc#1012628). +- i3c: master: svc: Describe member 'saved_regs' (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Fix shellcheck issue about + logical operators (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup + BPF counter test (bsc#1012628). +- regulator: tps6287x: Fix n_voltages (bsc#1012628). +- selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + (bsc#1012628). +- drm/i915: mark requests for GuC virtual engines to avoid + use-after-free (bsc#1012628). +- blk-throttle: use calculate_io/bytes_allowed() for + throtl_trim_slice() (bsc#1012628). +- blk-throttle: consider 'carryover_ios/bytes' in + throtl_trim_slice() (bsc#1012628). +- netfilter: nf_tables: Audit log setelem reset (bsc#1012628). +- netfilter: nf_tables: Audit log rule reset (bsc#1012628). +- smb: propagate error code of extract_sharename() (bsc#1012628). +- net/sched: fq_pie: avoid stalls in fq_pie_timer() (bsc#1012628). +- sctp: annotate data-races around sk->sk_wmem_queued + (bsc#1012628). +- ipv4: annotate data-races around fi->fib_dead (bsc#1012628). +- net: read sk->sk_family once in sk_mc_loop() (bsc#1012628). +- net: fib: avoid warn splat in flow dissector (bsc#1012628). +- xsk: Fix xsk_diag use-after-free error during socket cleanup + (bsc#1012628). +- drm/i915/gvt: Verify pfn is "valid" before dereferencing + "struct page" (bsc#1012628). +- drm/i915/gvt: Put the page reference obtained by KVM's + gfn_to_pfn() (bsc#1012628). +- drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + (bsc#1012628). +- drm/amd/display: fix mode scaling (RMX_.*) (bsc#1012628). +- net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + (bsc#1012628). +- net: use sk_forward_alloc_get() in sk_get_meminfo() + (bsc#1012628). +- net: annotate data-races around sk->sk_forward_alloc + (bsc#1012628). +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (bsc#1012628). +- net: annotate data-races around sk->sk_tsflags (bsc#1012628). +- net: annotate data-races around sk->sk_bind_phc (bsc#1012628). +- ipv4: ignore dst hint for multipath routes (bsc#1012628). +- ipv6: ignore dst hint for multipath routes (bsc#1012628). +- selftests/bpf: Fix a CI failure caused by vsock write + (bsc#1012628). +- igb: disable virtualization features on 82580 (bsc#1012628). +- gve: fix frag_list chaining (bsc#1012628). +- veth: Fixing transmit return status for dropped packets + (bsc#1012628). +- net: ipv6/addrconf: avoid integer underflow in + ipv6_create_tempaddr (bsc#1012628). +- net: phy: micrel: Correct bit assignments for phy_device flags + (bsc#1012628). +- bpf, sockmap: Fix skb refcnt race after locking changes + (bsc#1012628). +- af_unix: Fix msg_controllen test in scm_pidfd_recv() for + MSG_CMSG_COMPAT (bsc#1012628). +- af_unix: Fix data-races around user->unix_inflight + (bsc#1012628). +- af_unix: Fix data-race around unix_tot_inflight (bsc#1012628). +- af_unix: Fix data-races around sk->sk_shutdown (bsc#1012628). +- af_unix: Fix data race around sk->sk_err (bsc#1012628). +- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (bsc#1012628). +- kcm: Destroy mutex in kcm_exit_net() (bsc#1012628). +- octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue + mbox handler (bsc#1012628). +- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 + and 80 (bsc#1012628). +- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- s390/zcrypt: don't leak memory if dev_set_name() fails + (bsc#1012628). +- regulator: tps6594-regulator: Fix random kernel crash + (bsc#1012628). +- idr: fix param name in idr_alloc_cyclic() doc (bsc#1012628). +- ip_tunnels: use DEV_STATS_INC() (bsc#1012628). +- net/mlx5e: Clear mirred devices array if the rule is split + (bsc#1012628). +- net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + (bsc#1012628). +- net/mlx5: Rework devlink port alloc/free into init/cleanup + (bsc#1012628). +- net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() (bsc#1012628). +- mlx5/core: E-Switch, Create ACL FT for eswitch manager in + switchdev mode (bsc#1012628). +- net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs + software and offload (bsc#1012628). +- net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs + too many times (bsc#1012628). +- net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + (bsc#1012628). +- net: phylink: fix sphinx complaint about invalid literal + (bsc#1012628). +- bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf() (bsc#1012628). +- bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion + check (bsc#1012628). +- s390/bpf: Pass through tail call counter in trampolines + (bsc#1012628). +- bpf: bpf_sk_storage: Fix invalid wait context lockdep report + (bsc#1012628). +- bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + (bsc#1012628). +- netfilter: nfnetlink_osf: avoid OOB read (bsc#1012628). +- netfilter: nft_set_rbtree: skip sync GC for new elements in + this transaction (bsc#1012628). +- netfilter: nf_tables: Unbreak audit log reset (bsc#1012628). +- net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + (bsc#1012628). +- net: hns3: fix tx timeout issue (bsc#1012628). +- net: hns3: fix byte order conversion issue in + hclge_dbg_fd_tcam_read() (bsc#1012628). +- net: hns3: fix debugfs concurrency issue between kfree buffer + and read (bsc#1012628). +- net: hns3: fix invalid mutex between tc qdisc and dcb ets + command issue (bsc#1012628). +- net: hns3: fix the port information display when sfp is absent + (bsc#1012628). +- net: hns3: remove GSO partial feature bit (bsc#1012628). +- net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() (bsc#1012628). +- sh: boards: Fix CEU buffer size passed to + dma_declare_coherent_memory() (bsc#1012628). +- sh: push-switch: Reorder cleanup operations to avoid + use-after-free bug (bsc#1012628). +- linux/export: fix reference to exported functions for parisc64 + (bsc#1012628). +- watchdog: advantech_ec_wdt: fix Kconfig dependencies + (bsc#1012628). +- drm/amd/display: Temporary Disable MST DP Colorspace Property + (bsc#1012628). +- ARC: atomics: Add compiler barrier to atomic + operations.. (bsc#1012628). +- clocksource/drivers/arm_arch_timer: Disable timer before + programming CVAL (bsc#1012628). +- dmaengine: sh: rz-dmac: Fix destination and source data size + setting (bsc#1012628). +- misc: fastrpc: Fix remote heap allocation request (bsc#1012628). +- misc: fastrpc: Fix incorrect DMA mapping unmap request + (bsc#1012628). +- jbd2: fix checkpoint cleanup performance regression + (bsc#1012628). +- jbd2: check 'jh->b_transaction' before removing it from + checkpoint (bsc#1012628). +- jbd2: correct the end of the journal recovery scan range + (bsc#1012628). +- ext4: fix slab-use-after-free in ext4_es_insert_extent() + (bsc#1012628). +- ext4: add correct group descriptors and reserved GDT blocks + to system zone (bsc#1012628). +- ext4: fix memory leaks in + ext4_fname_{setup_filename,prepare_lookup} (bsc#1012628). +- ext4: drop dio overwrite only flag and associated warning + (bsc#1012628). +- f2fs: get out of a repeat loop when getting a locked data page + (bsc#1012628). +- f2fs: flush inode if atomic file is aborted (bsc#1012628). +- f2fs: avoid false alarm of circular locking (bsc#1012628). +- lib: test_scanf: Add explicit type cast to result initialization + in test_number_prefix() (bsc#1012628). +- hwspinlock: qcom: add missing regmap config for SFPB MMIO + implementation (bsc#1012628). +- memcontrol: ensure memcg acquired by id is properly set up + (bsc#1012628). +- ata: ahci: Add Elkhart Lake AHCI controller (bsc#1012628). +- ata: pata_falcon: fix IO base selection for Q40 (bsc#1012628). +- ata: sata_gemini: Add missing MODULE_DESCRIPTION (bsc#1012628). +- ata: pata_ftide010: Add missing MODULE_DESCRIPTION + (bsc#1012628). +- fuse: nlookup missing decrement in fuse_direntplus_link + (bsc#1012628). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1012628). +- btrfs: fix start transaction qgroup rsv double free + (bsc#1012628). +- btrfs: free qgroup rsv on io failure (bsc#1012628). +- btrfs: don't start transaction when joining with + TRANS_JOIN_NOSTART (bsc#1012628). +- btrfs: set page extent mapped after read_folio in + relocate_one_page (bsc#1012628). +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1012628). +- btrfs: use the correct superblock to compare fsid in + btrfs_validate_super (bsc#1012628). +- btrfs: scrub: avoid unnecessary extent tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: avoid unnecessary csum tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: fix grouping of read IO (bsc#1012628). +- drm/mxsfb: Disable overlay plane in + mxsfb_plane_overlay_atomic_disable() (bsc#1012628). +- mtd: rawnand: brcmnand: Fix crash during the panic_write + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential out-of-bounds access in + oob write (bsc#1012628). +- mtd: spi-nor: Correct flags for Winbond w25q128 (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential false time out warning + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 + controller (bsc#1012628). +- Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + (bsc#1012628). +- drm/amd/display: enable cursor degamma for DCN3+ DRM legacy + gamma (bsc#1012628). +- drm/amd/display: limit the v_startup workaround to ASICs older + than DCN3.1 (bsc#1012628). +- drm/amd/display: prevent potential division by zero errors + (bsc#1012628). +- KVM: VMX: Refresh available regs and IDT vectoring info before + NMI handling (bsc#1012628). +- KVM: SVM: Take and hold ir_list_lock when updating vCPU's + Physical ID entry (bsc#1012628). +- KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest + insn (bsc#1012628). +- KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost + migration (bsc#1012628). +- KVM: nSVM: Check instead of asserting on nested TSC scaling + support (bsc#1012628). +- KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 + state (bsc#1012628). +- KVM: SVM: Set target pCPU during IRTE update if target vCPU + is running (bsc#1012628). +- KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is + NULL (bsc#1012628). +- MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + (bsc#1012628). +- MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' + regression (bsc#1012628). +- perf hists browser: Fix hierarchy mode header (bsc#1012628). +- perf build: Update build rule for generated files (bsc#1012628). +- perf test shell stat_bpf_counters: Fix test on Intel + (bsc#1012628). +- perf tools: Handle old data in PERF_RECORD_ATTR (bsc#1012628). +- perf build: Include generated header files properly + (bsc#1012628). +- perf hists browser: Fix the number of entries for 'e' key + (bsc#1012628). +- drm/amd/display: always switch off ODM before committing more + streams (bsc#1012628). +- drm/amd/display: Remove wait while locked (bsc#1012628). +- drm/amdkfd: Add missing gfx11 MQD manager callbacks + (bsc#1012628). +- drm/amdgpu: register a dirty framebuffer callback for fbcon + (bsc#1012628). +- bpf: fix bpf_probe_read_kernel prototype mismatch (bsc#1012628). +- regulator: raa215300: Change the scope of the variables + {clkin_name, xin_name} (bsc#1012628). +- regulator: raa215300: Fix resource leak in case of error + (bsc#1012628). +- parisc: sba_iommu: Fix build warning if procfs if disabled + (bsc#1012628). +- kunit: Fix wild-memory-access bug in kunit_free_suite_set() + (bsc#1012628). +- net: ipv4: fix one memleak in __inet_del_ifa() (bsc#1012628). +- kselftest/runner.sh: Propagate SIGTERM to runner child + (bsc#1012628). +- selftests: Keep symlinks, when possible (bsc#1012628). +- selftests/ftrace: Fix dependencies for some of the synthetic + event tests (bsc#1012628). +- net: microchip: vcap api: Fix possible memory leak for + vcap_dup_rule() (bsc#1012628). +- octeontx2-pf: Fix page pool cache index corruption + (bsc#1012628). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (bsc#1012628). +- net: stmmac: fix handling of zero coalescing tx-usecs + (bsc#1012628). +- net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix possible NULL pointer + dereference in mtk_hwlro_get_fdir_all() (bsc#1012628). +- hsr: Fix uninit-value access in fill_frame_info() (bsc#1012628). +- net: ethernet: adi: adin1110: use eth_broadcast_addr() to + assign broadcast address (bsc#1012628). +- net:ethernet:adi:adin1110: Fix forwarding offload (bsc#1012628). +- net: dsa: sja1105: hide all multicast addresses from "bridge + fdb show" (bsc#1012628). +- net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() (bsc#1012628). +- net: dsa: sja1105: fix multicast forwarding working only for + last added mdb entry (bsc#1012628). +- net: dsa: sja1105: serialize sja1105_port_mcast_flood() with + other FDB accesses (bsc#1012628). +- net: dsa: sja1105: block FDB accesses that are concurrent with + a switch reset (bsc#1012628). +- r8152: check budget for r8152_poll() (bsc#1012628). +- kcm: Fix memory leak in error path of kcm_sendmsg() + (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more + descriptors (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + (bsc#1012628). +- platform/mellanox: NVSW_SN2201 should depend on ACPI + (bsc#1012628). +- net/tls: do not free tls_rec on async operation in + bpf_exec_tx_verdict() (bsc#1012628). +- net: macb: fix sleep inside spinlock (bsc#1012628). +- veth: Update XDP feature set when bringing up device + (bsc#1012628). +- ipv6: fix ip6_sock_set_addr_preferences() typo (bsc#1012628). +- tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any) (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 wildcard address + (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address + (bsc#1012628). +- selftest: tcp: Fix address length in bind_wildcard.c + (bsc#1012628). +- ixgbe: fix timestamp configuration code (bsc#1012628). +- igb: clean up in all error paths when enabling SR-IOV + (bsc#1012628). +- net: renesas: rswitch: Fix unmasking irq condition + (bsc#1012628). +- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg() + (bsc#1012628). +- vm: fix move_vma() memory accounting being off (bsc#1012628). +- drm/amd/display: Fix a bug when searching for insert_above_mpcc + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.4-001-net-ipv6-SKB-symmetric-hash-should-incorporate-.patch. +- Rename to + patches.kernel.org/6.5.4-058-kbuild-dummy-tools-make-MPROFILE_KERNEL-checks-.patch. +- Rename to + patches.kernel.org/6.5.4-161-netfilter-nftables-exthdr-fix-4-byte-stack-OOB-.patch. +- Update config files. +- commit b203436 + +------------------------------------------------------------------- +Tue Sep 19 10:16:48 CEST 2023 - schwab@suse.de + +- riscv: enable CONFIG_MEDIA_PLATFORM_SUPPORT + - MEDIA_PLATFORM_SUPPORT=y + - V4L2_H264=m + - V4L2_VP9=m + - MEDIA_PLATFORM_DRIVERS=y + - V4L_PLATFORM_DRIVERS=y + - SDR_PLATFORM_DRIVERS=y + - DVB_PLATFORM_DRIVERS=y + - V4L_MEM2MEM_DRIVERS=y + - VIDEO_MEM2MEM_DEINTERLACE=m + - VIDEO_MUX=m + - VIDEO_CADENCE_CSI2RX=m + - VIDEO_CADENCE_CSI2TX=m + - VIDEO_CAFE_CCIC=m + - VIDEO_RCAR_ISP=m + - VIDEO_RCAR_CSI2=m + - VIDEO_RCAR_VIN=m + - VIDEO_RZG2L_CSI2=m + - VIDEO_RZG2L_CRU=m + - VIDEO_RENESAS_FCP=m + - VIDEO_RENESAS_FDP1=m + - VIDEO_RENESAS_JPU=m + - VIDEO_RENESAS_VSP1=m + - VIDEO_RCAR_DRIF=m + - VIDEO_SUN4I_CSI=m + - VIDEO_SUN6I_CSI=m + - VIDEO_SUN6I_MIPI_CSI2=m + - VIDEO_SUN8I_A83T_MIPI_CSI2=m + - VIDEO_SUN8I_DEINTERLACE=m + - VIDEO_SUN8I_ROTATE=m + - VIDEO_HANTRO=m + - VIDEO_HANTRO_SUNXI=y + - VIDEO_XILINX=m + - VIDEO_XILINX_CSI2RXSS=m + - VIDEO_XILINX_TPG=m + - VIDEO_XILINX_VTC=m + - SMS_SDIO_DRV=m + - SMS_SIANO_DEBUGFS=n + - VIDEO_SUN6I_ISP=m +- commit 337896e + +------------------------------------------------------------------- +Tue Sep 19 09:57:16 CEST 2023 - tiwai@suse.de + +- efivarfs: fix statfs() on efivarfs (bsc#1215284). +- commit 6b704c5 + ------------------------------------------------------------------- Mon Sep 18 16:31:22 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Reflow text to 80-column width (jsc#PED-5021) - commit e8f2c67 +------------------------------------------------------------------- +Mon Sep 18 14:35:23 CEST 2023 - tiwai@suse.de + +- Update config files: make SCSI/ATA drivers modules again + As discussed on opensuse-kernel ML, we want to make SCSI and ATA + drivers from built-in back to modules again: + https://lists.opensuse.org/archives/list/kernel@lists.opensuse.org/thread/MLRQW7RFEAKTAP63NMPFFIYTXAF7E3I3/ + They were made as built-in many many years ago just for boot speed up + and a slight hope of initrd-less systems. But it makes more sense to + align with the SLE configurations. +- commit 8c848c4 + ------------------------------------------------------------------- Mon Sep 18 14:24:26 CEST 2023 - petr.pavlu@suse.com @@ -2878,6 +11627,28 @@ Mon Sep 18 11:27:26 CEST 2023 - petr.pavlu@suse.com * Fix some typos and wording. - commit 2997d22 +------------------------------------------------------------------- +Mon Sep 18 10:20:52 CEST 2023 - clin@suse.com + +- Update config files: enable arm64 regulator modules for mediatek boards (bsc#1215335) +- commit b197b36 + +------------------------------------------------------------------- +Mon Sep 18 00:19:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc2 +- eliminate 1 patch + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- refresh configs +- commit 8a1f7fd + +------------------------------------------------------------------- +Fri Sep 15 17:09:42 CEST 2023 - mkubecek@suse.cz + +- netfilter: nftables: exthdr: fix 4-byte stack OOB write + (CVE-2023-4881 bsc#1215221). +- commit 89de233 + ------------------------------------------------------------------- Fri Sep 15 16:03:36 CEST 2023 - petr.pavlu@suse.com @@ -2938,6 +11709,45 @@ Fri Sep 15 11:28:20 CEST 2023 - petr.pavlu@suse.com * Fix some typos+grammar. - commit b9b7e79 +------------------------------------------------------------------- +Fri Sep 15 07:26:41 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "io_uring/net: don't overflow multishot recv"" + This reverts commit 561ed6f4e7c483049221b51678bdddad3677fb61, liburing + was fixed in by commit b73e940c9dd4. +- commit ba6631b + +------------------------------------------------------------------- +Thu Sep 14 10:46:53 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Update upstream status. +- commit 786e0d6 + +------------------------------------------------------------------- +Thu Sep 14 10:37:05 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring/net: don't overflow multishot recv" + (bsc#1215332). +- commit 561ed6f + +------------------------------------------------------------------- +Thu Sep 14 09:26:27 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.5.3-669-media-dvb-symbol-fixup-for-dvb_attach.patch + (bsc#1012628 bsc#1215264). + Add a bsc reference. +- commit 3940da6 + +------------------------------------------------------------------- +Thu Sep 14 07:20:07 CEST 2023 - clin@suse.com + +- drm/msm/adreno: Add missing MODULE_FIRMWARE macros + (bsc#1213614). +- commit 421188e + ------------------------------------------------------------------- Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com @@ -2948,6 +11758,12 @@ Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com * Improve wording and fix some typos+grammar. - commit 798c075 +------------------------------------------------------------------- +Wed Sep 13 12:46:45 CEST 2023 - jslaby@suse.cz + +- sysctl/defaults: increase vm.max_map_count (bsc#1214445) +- commit ac3c174 + ------------------------------------------------------------------- Wed Sep 13 11:28:53 CEST 2023 - petr.pavlu@suse.com @@ -2987,6 +11803,1320 @@ Wed Sep 13 10:20:29 CEST 2023 - petr.pavlu@suse.com documentation for more information. - commit 7eeba4e +------------------------------------------------------------------- +Wed Sep 13 10:11:21 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.3 (bsc#1012628). +- drm/amd/display: ensure async flips are only accepted for fast + updates (bsc#1012628). +- cpufreq: intel_pstate: set stale CPU frequency to minimum + (bsc#1012628). +- tpm: Enable hwrng only for Pluton on AMD CPUs (bsc#1012628). +- net: Avoid address overwrite in kernel_connect (bsc#1012628). +- Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C + (bsc#1012628). +- Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN + (bsc#1012628). +- Revert "fuse: in fuse_flush only wait if someone wants the + return code" (bsc#1012628). +- Revert "f2fs: clean up w/ sbi->log_sectors_per_block" + (bsc#1012628). +- Revert "PCI: tegra194: Enable support for 256 Byte payload" + (bsc#1012628). +- Revert "net: macsec: preserve ingress frame ordering" + (bsc#1012628). +- reiserfs: Check the return value from __getblk() (bsc#1012628). +- splice: always fsnotify_access(in), fsnotify_modify(out) + on success (bsc#1012628). +- splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice + (bsc#1012628). +- splice: fsnotify_access(in), fsnotify_modify(out) on success + in tee (bsc#1012628). +- eventfd: prevent underflow for eventfd semaphores (bsc#1012628). +- fs: Fix error checking for d_hash_and_lookup() (bsc#1012628). +- iomap: Remove large folio handling in iomap_invalidate_folio() + (bsc#1012628). +- tmpfs: verify {g,u}id mount options correctly (bsc#1012628). +- selftests/harness: Actually report SKIP for signal tests + (bsc#1012628). +- vfs, security: Fix automount superblock LSM init problem, + preventing NFS sb sharing (bsc#1012628). +- ARM: ptrace: Restore syscall restart tracing (bsc#1012628). +- ARM: ptrace: Restore syscall skipping for tracers (bsc#1012628). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1012628). +- erofs: release ztailpacking pclusters properly (bsc#1012628). +- locking/arch: Avoid variable shadowing in local_try_cmpxchg() + (bsc#1012628). +- refscale: Fix uninitalized use of wait_queue_head_t + (bsc#1012628). +- clocksource: Handle negative skews in "skew is too large" + messages (bsc#1012628). +- powercap: arm_scmi: Remove recursion while parsing zones + (bsc#1012628). +- OPP: Fix potential null ptr dereference in + dev_pm_opp_get_required_pstate() (bsc#1012628). +- OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() + (bsc#1012628). +- selftests/resctrl: Add resctrl.h into build deps (bsc#1012628). +- selftests/resctrl: Don't leak buffer in fill_cache() + (bsc#1012628). +- selftests/resctrl: Unmount resctrl FS if child fails to run + benchmark (bsc#1012628). +- selftests/resctrl: Close perf value read fd on errors + (bsc#1012628). +- sched/fair: remove util_est boosting (bsc#1012628). +- arm64/ptrace: Clean up error handling path in sve_set_common() + (bsc#1012628). +- sched/psi: Select KERNFS as needed (bsc#1012628). +- cpuidle: teo: Update idle duration estimate when choosing + shallower state (bsc#1012628). +- x86/decompressor: Don't rely on upper 32 bits of GPRs being + preserved (bsc#1012628). +- arm64/fpsimd: Only provide the length to cpufeature for xCR + registers (bsc#1012628). +- sched/rt: Fix sysctl_sched_rr_timeslice intial value + (bsc#1012628). +- perf/imx_ddr: don't enable counter0 if none of 4 counters are + used (bsc#1012628). +- selftests/futex: Order calls to futex_lock_pi (bsc#1012628). +- s390/pkey: fix/harmonize internal keyblob headers (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in + PKEY_KBLOB2PROTK[23] (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes + (bsc#1012628). +- s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs + (bsc#1012628). +- irqchip/loongson-eiointc: Fix return value checking of + eiointc_index (bsc#1012628). +- ACPI: x86: s2idle: Post-increment variables when getting + constraints (bsc#1012628). +- ACPI: x86: s2idle: Fix a logic error parsing AMD constraints + table (bsc#1012628). +- thermal/of: Fix potential uninitialized value access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Remove module parameter access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver + (bsc#1012628). +- tools/nolibc: arch-*.h: add missing space after ',' + (bsc#1012628). +- tools/nolibc: fix up startup failures for -O0 under gcc < + 11.1.0 (bsc#1012628). +- x86/efistub: Fix PCI ROM preservation in mixed mode + (bsc#1012628). +- cpufreq: powernow-k8: Use related_cpus instead of cpus in + driver.exit() (bsc#1012628). +- cpufreq: tegra194: add online/offline hooks (bsc#1012628). +- cpufreq: tegra194: remove opp table in exit hook (bsc#1012628). +- selftests/bpf: Fix bpf_nf failure upon test rerun (bsc#1012628). +- libbpf: only reset sec_def handler when necessary (bsc#1012628). +- bpftool: use a local copy of perf_event to fix accessing :: + Bpf_cookie (bsc#1012628). +- bpftool: Define a local bpf_perf_link to fix accessing its + fields (bsc#1012628). +- bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in + pid_iter.bpf.c (bsc#1012628). +- bpftool: Use a local bpf_perf_event_value to fix accessing + its fields (bsc#1012628). +- libbpf: Fix realloc API handling in zero-sized edge cases + (bsc#1012628). +- bpf: Clear the probe_addr for uprobe (bsc#1012628). +- bpf: Fix an error around PTR_UNTRUSTED (bsc#1012628). +- bpf: Fix an error in verifying a field in a union (bsc#1012628). +- crypto: qat - change value of default idle filter (bsc#1012628). +- tcp: tcp_enter_quickack_mode() should be static (bsc#1012628). +- hwrng: nomadik - keep clock enabled while hwrng is registered + (bsc#1012628). +- hwrng: pic32 - use devm_clk_get_enabled (bsc#1012628). +- regmap: maple: Use alloc_flags for memory allocations + (bsc#1012628). +- regmap: rbtree: Use alloc_flags for memory allocations + (bsc#1012628). +- wifi: rtw89: debug: Fix error handling in + rtw89_debug_priv_btc_manual_set() (bsc#1012628). +- wifi: mt76: mt7996: fix header translation logic (bsc#1012628). +- wifi: mt76: mt7915: fix background radar event being blocked + (bsc#1012628). +- wifi: mt76: mt7915: rework tx packets counting when WED is + active (bsc#1012628). +- wifi: mt76: mt7915: rework tx bytes counting when WED is active + (bsc#1012628). +- wifi: mt76: mt7921: fix non-PSC channel scan fail (bsc#1012628). +- wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info + command (bsc#1012628). +- wifi: mt76: mt7996: use correct phy for background radar event + (bsc#1012628). +- wifi: mt76: mt7996: fix WA event ring size (bsc#1012628). +- udp: re-score reuseport groups when connected sockets are + present (bsc#1012628). +- bpf: reject unhashed sockets in bpf_sk_assign (bsc#1012628). +- wifi: mt76: mt7915: fix command timeout in AP stop period + (bsc#1012628). +- wifi: mt76: mt7915: fix capabilities in non-AP mode + (bsc#1012628). +- wifi: mt76: mt7915: remove VHT160 capability on MT7915 + (bsc#1012628). +- wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH + (bsc#1012628). +- spi: tegra20-sflash: fix to check return value of + platform_get_irq() in tegra_sflash_probe() (bsc#1012628). +- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow + errors also in case of OOM (bsc#1012628). +- can: tcan4x5x: Remove reserved register 0x814 from writable + table (bsc#1012628). +- wifi: mt76: mt7915: fix tlv length of + mt7915_mcu_get_chan_mib_info (bsc#1012628). +- wifi: mt76: mt7915: fix power-limits while chan_switch + (bsc#1012628). +- wifi: mwifiex: Fix OOB and integer underflow when rx packets + (bsc#1012628). +- wifi: mwifiex: fix error recovery in PCIE buffer descriptor + management (bsc#1012628). +- wifi: ath11k: fix band selection for ppdu received in channel + 177 of 5 GHz (bsc#1012628). +- wifi: ath12k: fix memcpy array overflow in + ath12k_peer_assoc_h_he() (bsc#1012628). +- selftests/bpf: fix static assert compilation issue for + test_cls_*.c (bsc#1012628). +- power: supply: qcom_pmi8998_charger: fix uninitialized variable + (bsc#1012628). +- spi: mpc5xxx-psc: Fix unsigned expression compared with zero + (bsc#1012628). +- crypto: af_alg - Fix missing initialisation affecting + gcm-aes-s390 (bsc#1012628). +- bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR + (bsc#1012628). +- kbuild: rust_is_available: remove -v option (bsc#1012628). +- kbuild: rust_is_available: fix version check when CC has + multiple arguments (bsc#1012628). +- kbuild: rust_is_available: add check for `bindgen` invocation + (bsc#1012628). +- kbuild: rust_is_available: fix confusion when a version appears + in the path (bsc#1012628). +- crypto: stm32 - Properly handle pm_runtime_get failing + (bsc#1012628). +- crypto: api - Use work queue in crypto_destroy_instance + (bsc#1012628). +- Bluetooth: ISO: Add support for connecting multiple BISes + (bsc#1012628). +- Bluetooth: ISO: do not emit new LE Create CIS if previous is + pending (bsc#1012628). +- Bluetooth: nokia: fix value check in + nokia_bluetooth_serdev_probe() (bsc#1012628). +- Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs + (bsc#1012628). +- Bluetooth: hci_conn: Fix not allowing valid CIS ID + (bsc#1012628). +- Bluetooth: hci_conn: Fix hci_le_set_cig_params (bsc#1012628). +- Bluetooth: Fix potential use-after-free when clear keys + (bsc#1012628). +- Bluetooth: hci_sync: Don't double print name in add/remove + adv_monitor (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_add_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: Always allocate unique handles + (bsc#1012628). +- Bluetooth: hci_event: drop only unbound CIS if Set CIG + Parameters fails (bsc#1012628). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (bsc#1012628). +- net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything + in fixed-link mode (bsc#1012628). +- libbpf: Set close-on-exec flag on gzopen (bsc#1012628). +- selftests/bpf: Fix repeat option when kfunc_call verification + fails (bsc#1012628). +- selftests/bpf: Clean up fmod_ret in bench_rename test script + (bsc#1012628). +- net: hns3: move dump regs function to a separate file + (bsc#1012628). +- net: hns3: Support tlv in regs data for HNS3 PF driver + (bsc#1012628). +- net: hns3: fix wrong rpu tln reg issue (bsc#1012628). +- net-memcg: Fix scope of sockmem pressure indicators + (bsc#1012628). +- ice: ice_aq_check_events: fix off-by-one check when filling + buffer (bsc#1012628). +- crypto: caam - fix unchecked return value error (bsc#1012628). +- hwrng: iproc-rng200 - Implement suspend and resume calls + (bsc#1012628). +- lwt: Fix return values of BPF xmit ops (bsc#1012628). +- lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (bsc#1012628). +- usb: typec: tcpm: set initial svdm version based on pd revision + (bsc#1012628). +- usb: typec: bus: verify partner exists in + typec_altmode_attention (bsc#1012628). +- USB: core: Unite old scheme and new scheme descriptor reads + (bsc#1012628). +- USB: core: Change usb_get_device_descriptor() API (bsc#1012628). +- USB: core: Fix race by not overwriting udev->descriptor in + hub_port_init() (bsc#1012628). +- scripts/gdb: fix 'lx-lsmod' show the wrong size (bsc#1012628). +- nmi_backtrace: allow excluding an arbitrary CPU (bsc#1012628). +- watchdog/hardlockup: avoid large stack frames in + watchdog_hardlockup_check() (bsc#1012628). +- fs: ocfs2: namei: check return value of ocfs2_add_entry() + (bsc#1012628). +- net: lan966x: Fix return value check for vcap_get_rule() + (bsc#1012628). +- net: annotate data-races around sk->sk_lingertime (bsc#1012628). +- hwmon: (asus-ec-sensosrs) fix mutex path for X670E Hero + (bsc#1012628). +- wifi: mwifiex: fix memory leak in mwifiex_histogram_read() + (bsc#1012628). +- wifi: mwifiex: Fix missed return in oob checks failed path + (bsc#1012628). +- wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve + performance on 2GHz band (bsc#1012628). +- selftests: memfd: error out test process when child test fails + (bsc#1012628). +- samples/bpf: fix bio latency check with tracepoint + (bsc#1012628). +- samples/bpf: fix broken map lookup probe (bsc#1012628). +- wifi: ath9k: fix races between ath9k_wmi_cmd and + ath9k_wmi_ctrl_rx (bsc#1012628). +- wifi: ath9k: protect WMI command response buffer replacement + with a lock (bsc#1012628). +- bpf: Fix a bpf_kptr_xchg() issue with local kptr (bsc#1012628). +- wifi: mac80211: fix puncturing bitmap handling in CSA + (bsc#1012628). +- wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color + attribute (bsc#1012628). +- mac80211: make ieee80211_tx_info padding explicit (bsc#1012628). +- bpf: Fix check_func_arg_reg_off bug for graph root/node + (bsc#1012628). +- wifi: mwifiex: avoid possible NULL skb pointer dereference + (bsc#1012628). +- Bluetooth: hci_conn: Consolidate code for aborting connections + (bsc#1012628). +- Bluetooth: ISO: Notify user space about failed bis connections + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync + (bsc#1012628). +- Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL + gone early (bsc#1012628). +- Bluetooth: btusb: Do not call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- arm64: mm: use ptep_clear() instead of pte_clear() in + clear_flush() (bsc#1012628). +- net/mlx5: Dynamic cyclecounter shift calculation for PTP free + running clock (bsc#1012628). +- wifi: ath9k: use IS_ERR() with debugfs_create_dir() + (bsc#1012628). +- ice: avoid executing commands on other ports when driving sync + (bsc#1012628). +- octeontx2-pf: fix page_pool creation fail for rings > 32k + (bsc#1012628). +- net: arcnet: Do not call kfree_skb() under local_irq_disable() + (bsc#1012628). +- kunit: Fix checksum tests on big endian CPUs (bsc#1012628). +- mlxsw: i2c: Fix chunk size setting in output mailbox buffer + (bsc#1012628). +- mlxsw: i2c: Limit single transaction buffer size (bsc#1012628). +- mlxsw: core_hwmon: Adjust module label names based on MTCAP + sensor counter (bsc#1012628). +- crypto: qat - fix crypto capability detection for 4xxx + (bsc#1012628). +- hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() + (bsc#1012628). +- octeontx2-pf: Fix PFC TX scheduler free (bsc#1012628). +- octeontx2-af: CN10KB: fix PFC configuration (bsc#1012628). +- cteonxt2-pf: Fix backpressure config for multiple PFC priorities + to work simultaneously (bsc#1012628). +- sfc: Check firmware supports Ethernet PTP filter (bsc#1012628). +- net/sched: sch_hfsc: Ensure inner classes have fsc curve + (bsc#1012628). +- pds_core: protect devlink callbacks from fw_down state + (bsc#1012628). +- pds_core: no health reporter in VF (bsc#1012628). +- pds_core: no reset command for VF (bsc#1012628). +- pds_core: check for work queue before use (bsc#1012628). +- pds_core: pass opcode to devcmd_wait (bsc#1012628). +- netrom: Deny concurrent connect() (bsc#1012628). +- drm/bridge: tc358764: Fix debug print parameter order + (bsc#1012628). +- ASoC: soc-compress: Fix deadlock in soc_compr_open_fe + (bsc#1012628). +- ASoC: cs43130: Fix numerator/denominator mixup (bsc#1012628). +- drm: bridge: dw-mipi-dsi: Fix enable/disable of DSI controller + (bsc#1012628). +- quota: factor out dquot_write_dquot() (bsc#1012628). +- quota: rename dquot_active() to inode_quota_active() + (bsc#1012628). +- quota: add new helper dquot_active() (bsc#1012628). +- quota: fix dqput() to follow the guarantees dquot_srcu should + provide (bsc#1012628). +- drm/amd/display: Do not set drr on pipe commit (bsc#1012628). +- drm/hyperv: Fix a compilation issue because of not including + screen_info.h (bsc#1012628). +- ASoC: stac9766: fix build errors with REGMAP_AC97 (bsc#1012628). +- soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros + (bsc#1012628). +- arm64: defconfig: enable Qualcomm MSM8996 Global Clock + Controller as built-in (bsc#1012628). +- arm64: dts: qcom: sm8150: use proper DSI PHY compatible + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix ZAP region (bsc#1012628). +- Revert "arm64: dts: qcom: msm8996: rename labels for HDMI nodes" + (bsc#1012628). +- arm64: dts: qcom: sm8250: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO + supply (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Rectify gpio-keys (bsc#1012628). +- arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add missing SCM interconnect + (bsc#1012628). +- arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible + (bsc#1012628). +- arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 + controller (bsc#1012628). +- arm64: dts: qcom: sdm845-tama: Set serial indices and + stdout-path (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix CPU idle state residency times + (bsc#1012628). +- arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param + (bsc#1012628). +- arm64: dts: qcom: sm8350: Use proper CPU compatibles + (bsc#1012628). +- arm64: dts: qcom: pm8350: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pm8350b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmr735b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmk8350: fix ADC-TM compatible string + (bsc#1012628). +- arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent + (bsc#1012628). +- arm64: dts: qcom: minor whitespace cleanup around '=' + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark SMMUs as DMA coherent + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for emtrion + emSBC-Argon (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOR SoM + (bsc#1012628). +- firmware: ti_sci: Use system_state to determine polling + (bsc#1012628). +- drm/amdgpu: avoid integer overflow warning in + amdgpu_device_resize_fb_bar() (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger + (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent #usb-cells (bsc#1012628). +- ARM: dts: BCM53573: Add cells sizes to PCIe node (bsc#1012628). +- ARM: dts: BCM53573: Use updated "spi-gpio" binding properties + (bsc#1012628). +- arm64: tegra: Add missing alias for NVIDIA IGX Orin + (bsc#1012628). +- arm64: tegra: Fix HSUART for Jetson AGX Orin (bsc#1012628). +- arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup + again (bsc#1012628). +- arm64: dts: qcom: pm6150l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pm660l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8950: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8994: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 + (bsc#1012628). +- arm64: tegra: Fix HSUART for Smaug (bsc#1012628). +- drm/etnaviv: fix dumping of active MMU context (bsc#1012628). +- block: cleanup queue_wc_store (bsc#1012628). +- block: don't allow enabling a cache on devices that don't + support it (bsc#1012628). +- blk-flush: fix rq->flush.seq for post-flush requests + (bsc#1012628). +- x86/mm: Fix PAT bit missing from page protection modify mask + (bsc#1012628). +- drm/bridge: anx7625: Use common macros for DP power sequencing + commands (bsc#1012628). +- drm/bridge: anx7625: Use common macros for HDCP capabilities + (bsc#1012628). +- ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg + addresses (split) (bsc#1012628). +- ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg + addresses (split) (bsc#1012628). +- drm: adv7511: Fix low refresh rate register for ADV7533/5 + (bsc#1012628). +- ARM: dts: BCM53573: Fix Ethernet info for Luxul devices + (bsc#1012628). +- arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the min frequency of + "ice_core_clk" (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix LLCC reg property (bsc#1012628). +- arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing qcom,spmi-gpio + fallbacks (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node + name with dtschema (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align LPG node name with + dtschema (bsc#1012628). +- dt-bindings: arm: msm: kpss-acc: Make the optional reg truly + optional (bsc#1012628). +- drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' + (bsc#1012628). +- drm/amdgpu: Use seq_puts() instead of seq_printf() + (bsc#1012628). +- arm64: dts: rockchip: Fix PCIe regulators on Radxa E25 + (bsc#1012628). +- arm64: dts: rockchip: Enable SATA on Radxa E25 (bsc#1012628). +- ASoC: loongson: drop of_match_ptr for OF device id + (bsc#1012628). +- ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handling + (bsc#1012628). +- md: restore 'noio_flag' for the last mddev_resume() + (bsc#1012628). +- md/raid10: factor out dereference_rdev_and_rrdev() + (bsc#1012628). +- md/raid10: use dereference_rdev_and_rrdev() to get devices + (bsc#1012628). +- md/md-bitmap: remove unnecessary local variable in + backlog_store() (bsc#1012628). +- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() + (bsc#1012628). +- drm/msm: Update dev core dump to not print backwards + (bsc#1012628). +- drm/tegra: dpaux: Fix incorrect return value of platform_get_irq + (bsc#1012628). +- of: unittest: fix null pointer dereferencing in + of_unittest_find_node_by_name() (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the I2C7 interrupt (bsc#1012628). +- drm/ast: report connection status on Display Port (bsc#1012628). +- ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port (bsc#1012628). +- drm/armada: Fix off-by-one error in + armada_overlay_get_property() (bsc#1012628). +- drm/repaper: Reduce temporary buffer size in repaper_fb_dirty() + (bsc#1012628). +- drm/panel: simple: Add missing connector type and pixel format + for AUO T215HVN01 (bsc#1012628). +- ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask + (bsc#1012628). +- drm/msm/dpu: increase memtype count to 16 for sm8550 + (bsc#1012628). +- drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros + (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 block lengths (bsc#1012628). +- drm/msm/dpu1: Rename sm8150_dspp_blk to sdm845_dspp_blk + (bsc#1012628). +- drm/msm/dpu: Define names for unnamed sblks (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 enc subblock length (bsc#1012628). +- arm64: dts: qcom: sm8550-mtp: Add missing supply for L1B + regulator (bsc#1012628). +- soc: qcom: smem: Fix incompatible types in comparison + (bsc#1012628). +- drm/msm/mdp5: Don't leak some plane state (bsc#1012628). +- firmware: meson_sm: fix to avoid potential NULL pointer + dereference (bsc#1012628). +- drm/msm/dpu: fix the irq index in + dpu_encoder_phys_wb_wait_for_commit_done (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ospi + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: correct pinmux offset for ospi + (bsc#1012628). +- smackfs: Prevent underflow in smk_set_cipso() (bsc#1012628). +- drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.c + (bsc#1012628). +- drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & + _psp.h (bsc#1012628). +- drm/amd/pm: fix variable dereferenced issue in + amdgpu_device_attr_create() (bsc#1012628). +- drm/msm/a2xx: Call adreno_gpu_init() earlier (bsc#1012628). +- drm/msm/a6xx: Fix GMU lockdep splat (bsc#1012628). +- ASoC: SOF: Intel: hda-mlink: fix off-by-one error (bsc#1012628). +- ASoC: SOF: Intel: fix u16/32 confusion in LSDIID (bsc#1012628). +- drm/mediatek: Fix uninitialized symbol (bsc#1012628). +- audit: fix possible soft lockup in __audit_inode_child() + (bsc#1012628). +- block/mq-deadline: use correct way to throttling write requests + (bsc#1012628). +- io_uring: fix drain stalls by invalid SQE (bsc#1012628). +- block: move the BIO_CLONED checks out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_vcnt check out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size overflow check in __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size update out of __bio_try_merge_page + (bsc#1012628). +- block: don't pass a bio to bio_try_merge_hw_seg (bsc#1012628). +- block: make bvec_try_merge_hw_page() non-static (bsc#1012628). +- bio-integrity: create multi-page bvecs in + bio_integrity_add_page() (bsc#1012628). +- drm/mediatek: dp: Add missing error checks in + mtk_dp_parse_capabilities (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & + main gpio (bsc#1012628). +- bus: ti-sysc: Fix build warning for 64-bit build (bsc#1012628). +- drm/mediatek: Remove freeing not dynamic allocated memory + (bsc#1012628). +- drm/mediatek: Add cnt checking for coverity issue (bsc#1012628). +- arm64: dts: imx8mp-debix: remove unused fec pinctrl node + (bsc#1012628). +- ARM: dts: qcom: ipq4019: correct SDHCI XO clock (bsc#1012628). +- arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency + (bsc#1012628). +- drm/mediatek: Fix potential memory leak if vmap() fail + (bsc#1012628). +- drm/mediatek: Fix void-pointer-to-enum-cast warning + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to + powerdown-gpios (bsc#1012628). +- arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS + SMMU (bsc#1012628). +- arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU + (bsc#1012628). +- ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix dsi1 interrupts (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins + (bsc#1012628). +- bus: ti-sysc: Fix cast to enum warning (bsc#1012628). +- block: uapi: Fix compilation errors using ioprio.h with C++ + (bsc#1012628). +- md/raid5-cache: fix a deadlock in r5l_exit_log() (bsc#1012628). +- md/raid5-cache: fix null-ptr-deref for + r5l_flush_stripe_to_raid() (bsc#1012628). +- firmware: cs_dsp: Fix new control name check (bsc#1012628). +- blk-cgroup: Fix NULL deref caused by blkg_policy_data being + installed before init (bsc#1012628). +- md/raid0: Factor out helper for mapping and submitting a bio + (bsc#1012628). +- md/raid0: Fix performance regression for large sequential writes + (bsc#1012628). +- md: raid0: account for split bio in iostat accounting + (bsc#1012628). +- ASoC: SOF: amd: clear dsp to host interrupt status + (bsc#1012628). +- of: overlay: Call of_changeset_init() early (bsc#1012628). +- of: unittest: Fix overlay type in apply/revert check + (bsc#1012628). +- ALSA: ac97: Fix possible error value of *rac97 (bsc#1012628). +- ALSA: usb-audio: Attach legacy rawmidi after probing all UMP + EPs (bsc#1012628). +- ALSA: ump: Fill group names for legacy rawmidi substreams + (bsc#1012628). +- ALSA: ump: Don't create unused substreams for static blocks + (bsc#1012628). +- ALSA: ump: Fix -Wformat-truncation warnings (bsc#1012628). +- ipmi:ssif: Add check for kstrdup (bsc#1012628). +- ipmi:ssif: Fix a memory leak when scanning for an adapter + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Introduce index-based clk lookup + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Fix clock source names (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSC flags (bsc#1012628). +- dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSCs (bsc#1012628). +- clk: qcom: gcc-sm7150: Add CLK_OPS_PARENT_ENABLE to sdcc2 rcg + (bsc#1012628). +- clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz + (bsc#1012628). +- PCI: apple: Initialize pcie->nvecs before use (bsc#1012628). +- PCI: qcom-ep: Switch MHI bus master clock off during L1SS + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: fix runtime PM imbalance on probe + errors (bsc#1012628). +- drivers: clk: keystone: Fix parameter judgment in + _of_pll_clk_init() (bsc#1012628). +- EDAC/i10nm: Skip the absent memory controllers (bsc#1012628). +- iommufd: Fix locking around hwpt allocation (bsc#1012628). +- PCI/DOE: Fix destroy_work_on_stack() race (bsc#1012628). +- clk: qcom: dispcc-sc8280xp: Use ret registers on GDSCs + (bsc#1012628). +- clk: sunxi-ng: Modify mismatched function name (bsc#1012628). +- clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- EDAC/igen6: Fix the issue of no error events (bsc#1012628). +- ext4: correct grp validation in ext4_mb_good_group + (bsc#1012628). +- ext4: avoid potential data overflow in next_linear_group + (bsc#1012628). +- clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- clk: qcom: fix some Kconfig corner cases (bsc#1012628). +- kvm/vfio: Prepare for accepting vfio device fd (bsc#1012628). +- kvm/vfio: ensure kvg instance stays around in + kvm_vfio_group_add() (bsc#1012628). +- clk: qcom: reset: Use the correct type of sleep/delay based + on length (bsc#1012628). +- clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- PCI: microchip: Correct the DED and SEC interrupt bit offsets + (bsc#1012628). +- PCI: Mark NVIDIA T4 GPUs to avoid bus reset (bsc#1012628). +- pinctrl: mcp23s08: check return value of devm_kasprintf() + (bsc#1012628). +- PCI: Add locking to RMW PCI Express Capability Register + accessors (bsc#1012628). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI: pciehp: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (bsc#1012628). +- clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs + (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock + handling (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix clkref clocks handling + (bsc#1012628). +- clk: imx: pllv4: Fix SPLL2 MULT range (bsc#1012628). +- clk: imx: imx8ulp: update SPLL2 type (bsc#1012628). +- clk: imx8mp: fix sai4 clock (bsc#1012628). +- clk: imx: composite-8m: fix clock pauses when set_rate would + be a no-op (bsc#1012628). +- powerpc/radix: Move some functions into #ifdef + CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1012628). +- vfio/type1: fix cap_migration information leak (bsc#1012628). +- nvdimm: Fix memleak of pmu attr_groups in + unregister_nvdimm_pmu() (bsc#1012628). +- nvdimm: Fix dereference after free in register_nvdimm_pmu() + (bsc#1012628). +- powerpc/fadump: reset dump area size if fadump memory reserve + fails (bsc#1012628). +- powerpc/perf: Convert fsl_emb notifier to state machine + callbacks (bsc#1012628). +- pinctrl: mediatek: fix pull_type data for MT7981 (bsc#1012628). +- pinctrl: mediatek: assign functions to configure pin bias on + MT7986 (bsc#1012628). +- drm/amdgpu: Use RMW accessors for changing LNKCTL (bsc#1012628). +- drm/radeon: Use RMW accessors for changing LNKCTL (bsc#1012628). +- net/mlx5: Use RMW accessors for changing LNKCTL (bsc#1012628). +- wifi: ath11k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath12k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath10k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- NFSv4.2: Fix READ_PLUS smatch warnings (bsc#1012628). +- NFSv4.2: Fix READ_PLUS size calculations (bsc#1012628). +- NFSv4.2: Rework scratch handling for READ_PLUS (again) + (bsc#1012628). +- PCI: layerscape: Add workaround for lost link capabilities + during reset (bsc#1012628). +- powerpc: Don't include lppaca.h in paca.h (bsc#1012628). +- powerpc/pseries: Rework lppaca_shared_proc() to avoid + DEBUG_PREEMPT (bsc#1012628). +- nfs/blocklayout: Use the passed in gfp flags (bsc#1012628). +- powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n + (bsc#1012628). +- powerpc/mpc5xxx: Add missing fwnode_handle_put() (bsc#1012628). +- powerpc/iommu: Fix notifiers being shared by PCI and VIO buses + (bsc#1012628). +- ext4: fix unttached inode after power cut with orphan file + feature enabled (bsc#1012628). +- jfs: validate max amount of blocks before allocation + (bsc#1012628). +- SUNRPC: Fix the recent bv_offset fix (bsc#1012628). +- fs: lockd: avoid possible wrong NULL parameter (bsc#1012628). +- NFSD: da_addr_body field missing in some GETDEVICEINFO replies + (bsc#1012628). +- clk: qcom: Fix SM_GPUCC_8450 dependencies (bsc#1012628). +- NFS: Guard against READDIR loop when entry names exceed + MAXNAMELEN (bsc#1012628). +- NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ (bsc#1012628). +- pNFS: Fix assignment of xprtdata.cred (bsc#1012628). +- cgroup/cpuset: Inherit parent's load balance state in v2 + (bsc#1012628). +- RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() + (bsc#1012628). +- media: ov5640: fix low resolution image abnormal issue + (bsc#1012628). +- media: i2c: imx290: drop format param from imx290_ctrl_update + (bsc#1012628). +- media: ad5820: Drop unsupported ad5823 from i2c_ and + of_device_id tables (bsc#1012628). +- media: i2c: tvp5150: check return value of devm_kasprintf() + (bsc#1012628). +- media: v4l2-core: Fix a potential resource leak in + v4l2_fwnode_parse_link() (bsc#1012628). +- iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning + on pasid unbind (bsc#1012628). +- iommu: rockchip: Fix directory table address encoding + (bsc#1012628). +- drivers: usb: smsusb: fix error handling code in + smsusb_init_device (bsc#1012628). +- media: dib7000p: Fix potential division by zero (bsc#1012628). +- media: dvb-usb: m920x: Fix a potential memory leak in + m920x_i2c_xfer() (bsc#1012628). +- media: cx24120: Add retval check for cx24120_message_send() + (bsc#1012628). +- RDMA/siw: Fabricate a GID on tun and loopback devices + (bsc#1012628). +- scsi: hisi_sas: Fix normally completed I/O analysed as failed + (bsc#1012628). +- dt-bindings: extcon: maxim,max77843: restrict connector + properties (bsc#1012628). +- media: amphion: reinit vpu if reqbufs output 0 (bsc#1012628). +- media: amphion: add helper function to get id name + (bsc#1012628). +- media: verisilicon: Fix TRY_FMT on encoder OUTPUT (bsc#1012628). +- media: mtk-jpeg: Fix use after free bug due to uncanceled work + (bsc#1012628). +- media: amphion: decoder support display delay for all formats + (bsc#1012628). +- media: rkvdec: increase max supported height for H.264 + (bsc#1012628). +- media: amphion: fix CHECKED_RETURN issues reported by coverity + (bsc#1012628). +- media: amphion: fix REVERSE_INULL issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNINIT issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNUSED_VALUE issue reported by coverity + (bsc#1012628). +- media: amphion: ensure the bitops don't cross boundaries + (bsc#1012628). +- media: mediatek: vcodec: fix AV1 decode fail for 36bit iova + (bsc#1012628). +- media: mediatek: vcodec: Return NULL if no vdec_fb is found + (bsc#1012628). +- media: mediatek: vcodec: fix potential double free + (bsc#1012628). +- media: mediatek: vcodec: fix resource leaks in + vdec_msg_queue_init() (bsc#1012628). +- usb: phy: mxs: fix getting wrong state with + mxs_phy_is_otg_host() (bsc#1012628). +- scsi: RDMA/srp: Fix residual handling (bsc#1012628). +- scsi: ufs: Fix residual handling (bsc#1012628). +- scsi: iscsi: Add length check for nlattr payload (bsc#1012628). +- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() + (bsc#1012628). +- scsi: be2iscsi: Add length check when parsing nlattrs + (bsc#1012628). +- scsi: qla4xxx: Add length check when parsing nlattrs + (bsc#1012628). +- iio: accel: adxl313: Fix adxl313_i2c_id[] table (bsc#1012628). +- serial: sprd: Assign sprd_port after initialized to avoid + wrong access (bsc#1012628). +- serial: sprd: Fix DMA buffer leak issue (bsc#1012628). +- x86/APM: drop the duplicate APM_MINOR_DEV macro (bsc#1012628). +- RDMA/rxe: Move work queue code to subroutines (bsc#1012628). +- RDMA/rxe: Fix unsafe drain work queue code (bsc#1012628). +- RDMA/rxe: Fix rxe_modify_srq (bsc#1012628). +- RDMA/rxe: Fix incomplete state save in rxe_requester + (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_stop_io_on_error_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_debug_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_fp_int_cmd_read() directly (bsc#1012628). +- RDMA/irdma: Replace one-element array with flexible-array member + (bsc#1012628). +- coresight: tmc: Explicit type conversions to prevent integer + overflow (bsc#1012628). +- interconnect: qcom: qcm2290: Enable sync state (bsc#1012628). +- dma-buf/sync_file: Fix docs syntax (bsc#1012628). +- driver core: test_async: fix an error code (bsc#1012628). +- driver core: Call dma_cleanup() on the test_remove path + (bsc#1012628). +- kernfs: add stub helper for kernfs_generic_poll() (bsc#1012628). +- extcon: cht_wc: add POWER_SUPPLY dependency (bsc#1012628). +- iommu/mediatek: Fix two IOMMU share pagetable issue + (bsc#1012628). +- iommu/sprd: Add missing force_aperture (bsc#1012628). +- iommu: Remove kernel-doc warnings (bsc#1012628). +- bnxt_en: Update HW interface headers (bsc#1012628). +- bnxt_en: Share the bar0 address with the RoCE driver + (bsc#1012628). +- RDMA/bnxt_re: Initialize Doorbell pacing feature (bsc#1012628). +- RDMA/bnxt_re: Fix max_qp count for virtual functions + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant flag (bsc#1012628). +- RDMA/hns: Fix port active speed (bsc#1012628). +- RDMA/hns: Fix incorrect post-send with direct wqe of wr-list + (bsc#1012628). +- RDMA/hns: Fix inaccurate error label name in init instance + (bsc#1012628). +- RDMA/hns: Fix CQ and QP cache affinity (bsc#1012628). +- IB/uverbs: Fix an potential error pointer dereference + (bsc#1012628). +- fsi: aspeed: Reset master errors after CFAM reset (bsc#1012628). +- iommu/qcom: Disable and reset context bank before programming + (bsc#1012628). +- tty: serial: qcom-geni-serial: Poll primary sequencer irq + status after cancel_tx (bsc#1012628). +- iommu/vt-d: Fix to flush cache of PASID directory table + (bsc#1012628). +- platform/x86: dell-sysman: Fix reference leak (bsc#1012628). +- media: cec: core: add adap_nb_transmit_canceled() callback + (bsc#1012628). +- media: cec: core: add adap_unconfigured() callback + (bsc#1012628). +- media: go7007: Remove redundant if statement (bsc#1012628). +- media: venus: hfi_venus: Only consider sys_idle_indicator on V1 + (bsc#1012628). +- arm64: defconfig: Drop CONFIG_VIDEO_IMX_MEDIA (bsc#1012628). +- media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing + warnings (bsc#1012628). +- media: ipu3-cio2: rename cio2 bridge to ipu bridge and move + out of ipu3 (bsc#1012628). +- media: ipu-bridge: Do not use on stack memory for + software_node.name field (bsc#1012628). +- docs: ABI: fix spelling/grammar in SBEFIFO timeout interface + (bsc#1012628). +- USB: gadget: core: Add missing kerneldoc for vbus_work + (bsc#1012628). +- USB: gadget: f_mass_storage: Fix unused variable warning + (bsc#1012628). +- drivers: base: Free devm resources when unregistering a device + (bsc#1012628). +- HID: input: Support devices sending Eraser without Invert + (bsc#1012628). +- HID: nvidia-shield: Remove led_classdev_unregister in + thunderstrike_create (bsc#1012628). +- media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() + (bsc#1012628). +- media: ov5640: Fix initial RESETB state and annotate timings + (bsc#1012628). +- media: Documentation: Fix [GS]_ROUTING documentation + (bsc#1012628). +- media: ov2680: Remove auto-gain and auto-exposure controls + (bsc#1012628). +- media: ov2680: Fix ov2680_bayer_order() (bsc#1012628). +- media: ov2680: Fix vflip / hflip set functions (bsc#1012628). +- media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s + (bsc#1012628). +- media: ov2680: Don't take the lock for try_fmt calls + (bsc#1012628). +- media: ov2680: Add ov2680_fill_format() helper function + (bsc#1012628). +- media: ov2680: Fix ov2680_set_fmt() which == + V4L2_SUBDEV_FORMAT_TRY not working (bsc#1012628). +- media: ov2680: Fix regulators being left enabled on + ov2680_power_on() errors (bsc#1012628). +- media: i2c: rdacm21: Fix uninitialized value (bsc#1012628). +- f2fs: fix spelling in ABI documentation (bsc#1012628). +- f2fs: fix to avoid mmap vs set_compress_option case + (bsc#1012628). +- f2fs: don't reopen the main block device in f2fs_scan_devices + (bsc#1012628). +- f2fs: check zone type before sending async reset zone command + (bsc#1012628). +- f2fs: Only lfs mode is allowed with zoned block device feature + (bsc#1012628). +- Revert "f2fs: fix to do sanity check on extent cache correctly" + (bsc#1012628). +- f2fs: fix to account gc stats correctly (bsc#1012628). +- f2fs: fix to account cp stats correctly (bsc#1012628). +- cgroup:namespace: Remove unused cgroup_namespaces_init() + (bsc#1012628). +- coresight: trbe: Allocate platform data per device + (bsc#1012628). +- coresight: platform: acpi: Ignore the absence of graph + (bsc#1012628). +- coresight: Fix memory leak in acpi_buffer->pointer + (bsc#1012628). +- coresight: trbe: Fix TRBE potential sleep in atomic context + (bsc#1012628). +- Revert "f2fs: do not issue small discard commands during + checkpoint" (bsc#1012628). +- RDMA/irdma: Prevent zero-length STAG registration (bsc#1012628). +- scsi: core: Use 32-bit hostnum in scsi_host_lookup() + (bsc#1012628). +- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock + (bsc#1012628). +- interconnect: qcom: sm8450: Enable sync_state (bsc#1012628). +- interconnect: qcom: bcm-voter: Improve enable_mask handling + (bsc#1012628). +- interconnect: qcom: bcm-voter: Use enable_maks for keepalive + voting (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on + Exynos5433 (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible + (bsc#1012628). +- serial: tegra: handle clk prepare error in tegra_uart_hw_init() + (bsc#1012628). +- Documentation: devices.txt: Remove ttyIOC* (bsc#1012628). +- Documentation: devices.txt: Remove ttySIOC* (bsc#1012628). +- Documentation: devices.txt: Fix minors for ttyCPM* + (bsc#1012628). +- amba: bus: fix refcount leak (bsc#1012628). +- Revert "IB/isert: Fix incorrect release of isert connection" + (bsc#1012628). +- RDMA/siw: Balance the reference of cep->kref in the error path + (bsc#1012628). +- RDMA/siw: Correct wrong debug message (bsc#1012628). +- RDMA/efa: Fix wrong resources deallocation order (bsc#1012628). +- HID: logitech-dj: Fix error handling in + logi_dj_recv_switch_to_dj_mode() (bsc#1012628). +- nvmem: core: Return NULL when no nvmem layout is found + (bsc#1012628). +- riscv: Require FRAME_POINTER for some configurations + (bsc#1012628). +- f2fs: compress: fix to assign compress_level for lz4 correctly + (bsc#1012628). +- HID: uclogic: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: multitouch: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: nvidia-shield: Reference hid_device devm allocation of + input_dev name (bsc#1012628). +- platform/x86/amd/pmf: Fix a missing cleanup path (bsc#1012628). +- workqueue: fix data race with the pwq->stats[] increment + (bsc#1012628). +- tick/rcu: Fix false positive "softirq work is pending" messages + (bsc#1012628). +- x86/speculation: Mark all Skylake CPUs as vulnerable to GDS + (bsc#1012628). +- tracing: Remove extra space at the end of hwlat_detector/mode + (bsc#1012628). +- tracing: Fix race issue between cpu buffer write and swap + (bsc#1012628). +- mm/pagewalk: fix bootstopping regression from extra pte_unmap() + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix mtd oobsize (bsc#1012628). +- dmaengine: idxd: Modify the dependence of attribute + pasid_enabled (bsc#1012628). +- phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 + (bsc#1012628). +- phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 + recalc_rate (bsc#1012628). +- phy/rockchip: inno-hdmi: do not power on rk3328 post pll on + reg write (bsc#1012628). +- rpmsg: glink: Add check for kstrdup (bsc#1012628). +- leds: aw200xx: Fix error code in probe() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependency + (bsc#1012628). +- leds: pwm: Fix error code in led_pwm_create_fwnode() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all + controllers (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Honor sensors in + immediate mode (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Use offset threshold + for IRQ (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Disable undesired + interrupts (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Don't leave threshold + zeroed (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Manage threshold between + sensors (bsc#1012628). +- thermal/drivers/imx8mm: Suppress log message on probe deferral + (bsc#1012628). +- leds: multicolor: Use rounded division when calculating color + components (bsc#1012628). +- leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always + false (bsc#1012628). +- leds: trigger: tty: Do not use LED_ON/OFF constants, use + led_blink_set_oneshot instead (bsc#1012628). +- mtd: spi-nor: Check bus width while setting QE bit + (bsc#1012628). +- mtd: rawnand: fsmc: handle clk prepare error in + fsmc_nand_resume() (bsc#1012628). +- mfd: rk808: Make MFD_RK8XX tristate (bsc#1012628). +- mfd: rz-mtu3: Link time dependencies (bsc#1012628). +- um: Fix hostaudio build errors (bsc#1012628). +- dmaengine: ste_dma40: Add missing IRQ check in d40_probe + (bsc#1012628). +- dmaengine: idxd: Simplify WQ attribute visibility checks + (bsc#1012628). +- dmaengine: idxd: Expose ATS disable knob only when WQ ATS is + supported (bsc#1012628). +- dmaengine: idxd: Allow ATS disable update only for configurable + devices (bsc#1012628). +- dmaengine: idxd: Fix issues with PRS disable sysfs knob + (bsc#1012628). +- remoteproc: stm32: fix incorrect optional pointers + (bsc#1012628). +- Drivers: hv: vmbus: Don't dereference ACPI root object handle + (bsc#1012628). +- um: virt-pci: fix missing declaration warning (bsc#1012628). +- cpufreq: Fix the race condition while updating the + transition_task of policy (bsc#1012628). +- virtio_vdpa: build affinity masks conditionally (bsc#1012628). +- virtio_ring: fix avail_wrap_counter in virtqueue_add_packed + (bsc#1012628). +- net: deal with integer overflows in kmalloc_reserve() + (bsc#1012628). +- igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + (bsc#1012628). +- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro + for ip_set_hash_netportnet.c (bsc#1012628). +- netfilter: nft_exthdr: Fix non-linear header modification + (bsc#1012628). +- netfilter: xt_u32: validate user space input (bsc#1012628). +- netfilter: xt_sctp: validate the flag_info count (bsc#1012628). +- skbuff: skb_segment, Call zero copy functions before using + skbuff frags (bsc#1012628). +- drbd: swap bvec_set_page len and offset (bsc#1012628). +- gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres + callbacks (bsc#1012628). +- igb: set max size RX buffer when store bad packet is enabled + (bsc#1012628). +- parisc: ccio-dma: Create private runway procfs root entry + (bsc#1012628). +- PM / devfreq: Fix leak in devfreq_dev_release() (bsc#1012628). +- Multi-gen LRU: fix per-zone reclaim (bsc#1012628). +- ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl + (bsc#1012628). +- virtio_pmem: add the missing REQ_OP_WRITE for flush bio + (bsc#1012628). +- rcu: dump vmalloc memory info safely (bsc#1012628). +- printk: ringbuffer: Fix truncating buffer size min_t cast + (bsc#1012628). +- scsi: core: Fix the scsi_set_resid() documentation + (bsc#1012628). +- mm/vmalloc: add a safer version of find_vm_area() for debug + (bsc#1012628). +- cpu/hotplug: Prevent self deadlock on CPU hot-unplug + (bsc#1012628). +- media: i2c: ccs: Check rules is non-NULL (bsc#1012628). +- media: i2c: Add a camera sensor top level menu (bsc#1012628). +- PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address + (bsc#1012628). +- ipmi_si: fix a memleak in try_smi_init() (bsc#1012628). +- ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() + (bsc#1012628). +- riscv: Move create_tmp_mapping() to init sections (bsc#1012628). +- riscv: Mark KASAN tmp* page tables variables as static + (bsc#1012628). +- XArray: Do not return sibling entries from xa_load() + (bsc#1012628). +- io_uring: fix false positive KASAN warnings (bsc#1012628). +- io_uring: break iopolling on signal (bsc#1012628). +- io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL + is used (bsc#1012628). +- io_uring/net: don't overflow multishot recv (bsc#1012628). +- io_uring/net: don't overflow multishot accept (bsc#1012628). +- io_uring: break out of iowq iopoll on teardown (bsc#1012628). +- backlight/gpio_backlight: Compare against struct fb_info.device + (bsc#1012628). +- backlight/bd6107: Compare against struct fb_info.device + (bsc#1012628). +- backlight/lv5207lp: Compare against struct fb_info.device + (bsc#1012628). +- drm/amd/display: register edp_backlight_control() for DCN301 + (bsc#1012628). +- xtensa: PMU: fix base address for the newer hardware + (bsc#1012628). +- LoongArch: mm: Add p?d_leaf() definitions (bsc#1012628). +- powercap: intel_rapl: Fix invalid setting of Power Limit 4 + (bsc#1012628). +- powerpc/ftrace: Fix dropping weak symbols with older toolchains + (bsc#1012628). +- i3c: master: svc: fix probe failure when no i3c device exist + (bsc#1012628). +- io_uring: Don't set affinity on a dying sqpoll thread + (bsc#1012628). +- arm64: csum: Fix OoB access in IP checksum code for negative + lengths (bsc#1012628). +- ALSA: usb-audio: Fix potential memory leaks at error path for + UMP open (bsc#1012628). +- ALSA: seq: Fix snd_seq_expand_var_event() call to user-space + (bsc#1012628). +- ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 + codecs (bsc#1012628). +- selftests/landlock: Fix a resource leak (bsc#1012628). +- media: dvb: symbol fixup for dvb_attach() (bsc#1012628). +- media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking + interrupts (bsc#1012628). +- media: nxp: Fix wrong return pointer check in + mxc_isi_crossbar_init() (bsc#1012628). +- Revert "scsi: qla2xxx: Fix buffer overrun" (bsc#1012628). +- scsi: mpt3sas: Perform additional retries if doorbell read + returns 0 (bsc#1012628). +- PCI: Free released resource after coalescing (bsc#1012628). +- PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during + hibernation (bsc#1012628). +- PCI/PM: Only read PCI_PM_CTRL register when available + (bsc#1012628). +- dt-bindings: PCI: qcom: Fix SDX65 compatible (bsc#1012628). +- ntb: Drop packets when qp link is down (bsc#1012628). +- ntb: Clean up tx tail index on link down (bsc#1012628). +- ntb: Fix calculation ntb_transport_tx_free_entry() + (bsc#1012628). +- Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" + (bsc#1012628). +- block: fix pin count management when merging same-page segments + (bsc#1012628). +- block: don't add or resize partition on the disk with + GENHD_FL_NO_PART (bsc#1012628). +- procfs: block chmod on /proc/thread-self/comm (bsc#1012628). +- parisc: Fix /proc/cpuinfo output for lscpu (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for static process init + (bsc#1012628). +- drm/amd/display: Add smu write msg id fail retry process + (bsc#1012628). +- bpf: Fix issue in verifying allow_ptr_leaks (bsc#1012628). +- dlm: fix plock lookup when using multiple lockspaces + (bsc#1012628). +- dccp: Fix out of bounds access in DCCP error handler + (bsc#1012628). +- x86/sev: Make enc_dec_hypercall() accept a size instead of + npages (bsc#1012628). +- r8169: fix ASPM-related issues on a number of systems with + NIC version from RTL8168h (bsc#1012628). +- X.509: if signature is unsupported skip validation + (bsc#1012628). +- net: handle ARPHRD_PPP in dev_is_mac_header_xmit() + (bsc#1012628). +- fsverity: skip PKCS#7 parser when keyring is empty + (bsc#1012628). +- x86/MCE: Always save CS register on AMD Zen IF Poison errors + (bsc#1012628). +- crypto: af_alg - Decrement struct key.usage in + alg_set_by_key_serial() (bsc#1012628). +- platform/chrome: chromeos_acpi: print hex string for + ACPI_TYPE_BUFFER (bsc#1012628). +- mmc: renesas_sdhi: register irqs before registering controller + (bsc#1012628). +- pstore/ram: Check start of empty przs during init (bsc#1012628). +- arm64: sdei: abort running SDEI handlers during crash + (bsc#1012628). +- regulator: dt-bindings: qcom,rpm: fix pattern for children + (bsc#1012628). +- iov_iter: Fix iov_iter_extract_pages() with zero-sized entries + (bsc#1012628). +- RISC-V: Add ptrace support for vectors (bsc#1012628). +- s390/dcssblk: fix kernel crash with list_add corruption + (bsc#1012628). +- s390/ipl: add missing secure/has_secure file to ipl type + 'unknown' (bsc#1012628). +- s390/dasd: fix string length handling (bsc#1012628). +- HID: logitech-hidpp: rework one more time the retries attempts + (bsc#1012628). +- crypto: stm32 - fix loop iterating through scatterlist for DMA + (bsc#1012628). +- crypto: stm32 - fix MDMAT condition (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug + (bsc#1012628). +- of: property: fw_devlink: Add a devlink for panel followers + (bsc#1012628). +- USB: core: Fix oversight in SuperSpeed initialization + (bsc#1012628). +- x86/smp: Don't send INIT to non-present and non-booted CPUs + (bsc#1012628). +- x86/sgx: Break up long non-preemptible delays in + sgx_vepc_release() (bsc#1012628). +- x86/build: Fix linker fill bytes quirk/incompatibility for + ld.lld (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on EMR + (bsc#1012628). +- media: ipu3-cio2: allow ipu_bridge to be a module again + (bsc#1012628). +- Bluetooth: msft: Extended monitor tracking by address filter + (bsc#1012628). +- serial: sc16is7xx: remove obsolete out_thread label + (bsc#1012628). +- serial: sc16is7xx: fix regression with GPIO configuration + (bsc#1012628). +- mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- memfd: do not -EACCES old memfd_create() users with + vm.memfd_noexec=2 (bsc#1012628). +- memfd: replace ratcheting feature from vm.memfd_noexec with + hierarchy (bsc#1012628). +- memfd: improve userspace warnings for missing exec-related flags + (bsc#1012628). +- revert "memfd: improve userspace warnings for missing + exec-related flags" (bsc#1012628). +- drm/amd/display: Block optimize on consecutive FAMS enables + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.5.3-099-wifi-rtw89-Fix-loading-of-compressed-firmware.patch. +- Rename to + patches.kernel.org/6.5.3-346-drm-msm-a690-Switch-to-a660_gmu.bin.patch. +- Rename to + patches.kernel.org/6.5.3-720-Bluetooth-HCI-Introduce-HCI_QUIRK_BROKEN_LE_COD.patch. +- commit 127fbf8 + +------------------------------------------------------------------- +Wed Sep 13 10:05:21 CEST 2023 - jslaby@suse.cz + +- config.conf: Drop ppc64 (BE) +- Delete config/ppc64/debug. +- Delete config/ppc64/default. +- Delete config/ppc64/kvmsmall. +- Delete config/ppc64/vanilla. + The ppc64 builds are being stopped in OBS. Stop producing the big endian + kernel too. + See also: + https://build.opensuse.org/request/show/1110638 + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/G6IJ4GAEHXL23FYDPZ4J6ML4Z2WY7ARF/ + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/SELOVYRDN5ZDDQ2EN7CXNS7BH33XACLU/ +- commit d271544 + +------------------------------------------------------------------- +Wed Sep 13 09:49:51 CEST 2023 - jslaby@suse.cz + +- net/ipv6: SKB symmetric hash should incorporate transport ports + (20230913065407.GA510095@bm02). +- commit dc48d90 + +------------------------------------------------------------------- +Wed Sep 13 04:52:29 CEST 2023 - clin@suse.com + +- Update config files: add QSEECOM support for Lenovo X13s (bsc#1215268) +- commit 574861d + +------------------------------------------------------------------- +Wed Sep 13 04:49:19 CEST 2023 - clin@suse.com + +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- clk: qcom: sc8280xp: Add fallback compatibles to lpasscc + (bsc#1215268). +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- commit 2eb2d4b + +------------------------------------------------------------------- +Wed Sep 13 04:43:42 CEST 2023 - clin@suse.com + +- Update config files: Add audio support for Lenovo X13s (bsc#1215268) +- commit 11e1625 + +------------------------------------------------------------------- +Tue Sep 12 17:41:22 CEST 2023 - tiwai@suse.de + +- Update config files: enable audio on Lenovo X13s (bsc#1215256) + Enable CONFIG_SND_SOC_LPASS_*_MACRO for arm64. +- commit 7859b9e + ------------------------------------------------------------------- Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com @@ -3018,14 +13148,771 @@ Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com afterwards. - commit 4aa02b8 +------------------------------------------------------------------- +Mon Sep 11 16:33:37 CEST 2023 - clin@suse.com + +- drm/msm/a690: Switch to a660_gmu.bin (bsc#1213614). +- commit 221ff83 + +------------------------------------------------------------------- +Mon Sep 11 12:33:13 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc1 +- drop 47 patches (44 stable, 3 mainline) + - patches.kernel.org/* + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch +- refresh + - patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch + - patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch + - patches.suse/add-product-identifying-information-to-vmcoreinfo.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/wifi-ath11k-add-support-for-suspend-in-power-down-st.patch +- add build failure fix + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CRASH_HOTPLUG=y + - CRASH_MAX_MEMORY_RANGES=8192 + - Processor type and features + - X86_USER_SHADOW_STACK=n + - Virtualization + - KVM_PROVE_MMU=n + - Memory Management options + - RANDOM_KMALLOC_CACHES=n + - File systems + - OVERLAY_FS_DEBUG=n + - TMPFS_QUOTA=y + - EROFS_FS_ZIP_DEFLATE=y + - Security options + - SECURITY_SELINUX_DEBUG=n + - LIST_HARDENED=n + - Library routines + - SWIOTLB_DYNAMIC=n + - DMA_NUMA_CMA=y + - Multiple devices driver support (RAID and LVM) + - MD_BITMAP_FILE=y + - Network device support + - NETCONSOLE_EXTENDED_LOG=n + - MLX5_MACSEC=y + - MARVELL_88Q2XXX_PHY=m + - Hardware Monitoring support + - SENSORS_HS3001=m + - SENSORS_MP2975_REGULATOR=y + - Multifunction device drivers + - MFD_CS42L43_I2C=m + - MFD_CS42L43_SDW=m + - Voltage and Current Regulator Support + - REGULATOR_AW37503=m + - REGULATOR_MAX77857=m + - REGULATOR_RTQ2208=m + - Multimedia support + - INTEL_VSC=m + - VIDEO_CAMERA_SENSOR=y + - VIDEO_DW9719=m + - Graphics support + - DRM_LOONGSON=m + - FB_DEVICE=y + - Sound card support + - SND_HDA_SCODEC_CS35L56_I2C=m + - SND_HDA_SCODEC_CS35L56_SPI=m + - SND_HDA_SCODEC_TAS2781_I2C=m + - SND_SOC_INTEL_AVS_MACH_ES8336=m + - SND_SOC_INTEL_AVS_MACH_RT5663=m + - SND_SOC_SOF_AMD_VANGOGH=m + - SND_SOC_SOF_LUNARLAKE=m + - SND_SOC_AUDIO_IIO_AUX=n + - SND_SOC_AW88261=n + - SND_SOC_CS42L43=m + - SND_SOC_CS42L43_SDW=m + - SND_SOC_RT1017_SDCA_SDW=m + - LED Support + - LEDS_PCA995X=m + - LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE=m + - X86 Platform Specific Device Drivers + - HP_BIOSCFG=m + - SIEMENS_SIMATIC_IPC_BATT=m + - SIEMENS_SIMATIC_IPC_BATT_APOLLOLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_ELKHARTLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_F7188X=m + - SEL3350_PLATFORM=m + - Industrial I/O support + - MCP4728=n + - IRSD200=n + - PHY Subsystem + - PHY_RTK_RTD_USB2PHY=m + - PHY_RTK_RTD_USB3PHY=m + - Counter support + - 104_QUAD_8=m + - INTEL_QEP=m + - INTERRUPT_CNT=m + - Misc drivers + - TOUCHSCREEN_IQS7211=m + - I2C_ATR=m + - SPI_CS42L43=n + - PTP_1588_CLOCK_MOCK=m + - PINCTRL_CS42L43=m + - GPIO_DS4520=m + - HID_GOOGLE_STADIA_FF=m + - USB_CONFIGFS_F_MIDI2=y + - XILINX_DMA=m + - PDS_VFIO_PCI=m + - XEN_PRIVCMD_IRQFD=y + - OF dependent (i386, ppc64/ppc64le, riscv64) + - PCI_DYNAMIC_OF_NODES=y + - REGULATOR_MAX5970=m + - VIDEO_DS90UB913=m + - VIDEO_DS90UB953=m + - VIDEO_DS90UB960=m + - DRM_PANEL_STARTEK_KD070FHFID015=n + - DRM_PANEL_VISIONOX_R66451=n + - LEDS_GROUP_MULTICOLOR=m + - COMMON_CLK_VC3=m + - ppc64 / ppc64le + - FSI_MASTER_I2CR=n + - INTEGRITY_MACHINE_KEYRING=y + - ppc64le + - CRYPTO_CHACHA20_P10=m + - CRYPTO_POLY1305_P10=m + - s390x + - CERT_STORE=y + - S390_HYPFS=y + - FUNCTION_GRAPH_RETVAL=y + - riscv64 + - PREEMPT_DYNAMIC=y + - RANDOMIZE_BASE=y + - RISCV_ISA_FALLBACK=y + - CFI_CLANG=n + - CAN_SUN4I=m + - CEC_GPIO=m + - CLK_STARFIVE_JH7110_STG=m + - SUN20I_GPADC=n + - PHY_STARFIVE_JH7110_DPHY_RX=m + - PHY_STARFIVE_JH7110_PCIE=m + - PHY_STARFIVE_JH7110_USB=m + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - DEBUG_PREEMPT=n + - PREEMPT_TRACER=n + - CEC_PIN_ERROR_INJ=n +- commit 8c17599 + +------------------------------------------------------------------- +Fri Sep 8 09:31:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.2 (bsc#1012628). +- drm/amdgpu: correct vmhub index in GMC v10/11 (bsc#1012628). +- erofs: ensure that the post-EOF tails are all zeroed + (bsc#1012628). +- ksmbd: fix wrong DataOffset validation of create context + (bsc#1012628). +- ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() + (bsc#1012628). +- ksmbd: replace one-element array with flex-array member in + struct smb2_ea_info (bsc#1012628). +- ksmbd: reduce descriptor size if remaining bytes is less than + request size (bsc#1012628). +- ARM: pxa: remove use of symbol_get() (bsc#1012628). +- mmc: au1xmmc: force non-modular build and remove symbol_get + usage (bsc#1012628). +- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index + (bsc#1012628). +- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff + (bsc#1012628). +- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + (bsc#1012628). +- USB: serial: option: add Quectel EM05G variant (0x030e) + (bsc#1012628). +- USB: serial: option: add FOXCONN T99W368/T99W373 product + (bsc#1012628). +- ALSA: usb-audio: Fix init call orders for UAC1 (bsc#1012628). +- usb: dwc3: meson-g12a: do post init to fix broken usb after + resumption (bsc#1012628). +- usb: chipidea: imx: improve logic if samsung,picophy-* parameter + is 0 (bsc#1012628). +- HID: wacom: remove the battery when the EKR is off + (bsc#1012628). +- staging: rtl8712: fix race condition (bsc#1012628). +- wifi: mt76: mt7921: do not support one stream on secondary + antenna only (bsc#1012628). +- wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU + (bsc#1012628). +- wifi: ath11k: Don't drop tx_status when peer cannot be found + (bsc#1012628). +- wifi: ath11k: Cleanup mac80211 references on failure during + tx_complete (bsc#1012628). +- serial: qcom-geni: fix opp vote on shutdown (bsc#1012628). +- serial: sc16is7xx: fix broken port 0 uart init (bsc#1012628). +- serial: sc16is7xx: fix bug when first setting GPIO direction + (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (bsc#1012628). +- tcpm: Avoid soft reset when partner does not support get_status + (bsc#1012628). +- dt-bindings: sc16is7xx: Add property to change GPIO function + (bsc#1012628). +- tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY + (bsc#1012628). +- nilfs2: fix WARNING in mark_buffer_dirty due to discarded + buffer reuse (bsc#1012628). +- usb: typec: tcpci: clear the fault status bit (bsc#1012628). +- Rename to + patches.kernel.org/6.5.2-021-wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-f.patch. +- Rename to + patches.kernel.org/6.5.2-034-pinctrl-amd-Don-t-show-Invalid-config-param-err.patch. +- commit e785fd6 + +------------------------------------------------------------------- +Wed Sep 6 11:38:33 CEST 2023 - tiwai@suse.de + +- Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED + (bsc#1213972). +- commit 74930eb + +------------------------------------------------------------------- +Wed Sep 6 07:52:58 CEST 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream references + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch +- commit aaab89b + +------------------------------------------------------------------- +Wed Sep 6 07:45:10 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit bd40664 + +------------------------------------------------------------------- +Tue Sep 5 14:47:55 CEST 2023 - msuchanek@suse.de + +- Update config files. + IPR is powerpc-only driver, disable on other architectures. +- commit 62fd4da + +------------------------------------------------------------------- +Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.1 (bsc#1012628). +- ACPI: thermal: Drop nocrt parameter (bsc#1012628). +- module: Expose module_init_layout_section() (bsc#1012628). +- arm64: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- ARM: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- module/decompress: use vmalloc() for zstd decompression + workspace (bsc#1012628). +- lockdep: fix static memory detection even more (bsc#1012628). +- kallsyms: Fix kallsyms_selftest failure (bsc#1012628). +- commit d232ff6 + +------------------------------------------------------------------- +Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de + +- firmware: qemu_fw_cfg: Do not hard depend on + CONFIG_HAS_IOPORT_MAP (bsc#1214773). +- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl +- commit b5edcad + +------------------------------------------------------------------- +Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch +- update upstream references and resort + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit de97d09 + ------------------------------------------------------------------- Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz +- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5 + By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor + sub-directories"). + So switch to them. - rpm/mkspec-dtb: support for nested subdirs Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") moved the dts to nested subdirs, add a support for that. That is, generate a %dir entry in %files for them. -- commit 6484eda +- commit 06c1acc + +------------------------------------------------------------------- +Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz + +- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage + 20230829174957.0ae84f41@kernel.org). +- commit 7f2ff2a + +------------------------------------------------------------------- +Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: support make MPROFILE_KERNEL checks work + on BE (ppc64-build-fix). +- Update config files. + Fix ppc64 build and update configs accordingly (values taken from + ppc64le). +- commit 6df272d + +------------------------------------------------------------------- +Tue Aug 29 09:51:00 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch +- update upstream references and move into sorted section + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit 940b0a2 + +------------------------------------------------------------------- +Tue Aug 29 01:07:26 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit 1042651 + +------------------------------------------------------------------- +Mon Aug 28 18:18:25 CEST 2023 - jack@suse.cz + +- patches.suse/add-suse-supported-flag.patch: Add CONFIG_MODULES dependency +- commit d5be025 + +------------------------------------------------------------------- +Mon Aug 28 00:17:54 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5 final +- refresh configs (headers only) +- commit 2844291 + +------------------------------------------------------------------- +Fri Aug 25 08:12:37 CEST 2023 - msuchanek@suse.de + +- Revert 101bd907b424 ("misc: rtsx: judge ASPM Mode to set + PETXCFG Reg") (boo#1214428 boo#1214397). +- commit 1b02b15 + +------------------------------------------------------------------- +Fri Aug 25 07:39:36 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.12 (bsc#1012628). +- crypto, cifs: fix error handling in extract_iter_to_sg() + (bsc#1012628). +- net: phy: at803x: Use devm_regulator_get_enable_optional() + (bsc#1012628). +- net: phy: at803x: fix the wol setting functions (bsc#1012628). +- drm/amd/display: Update DTBCLK for DCN32 (bsc#1012628). +- drm/scheduler: set entity to NULL in drm_sched_entity_pop_job() + (bsc#1012628). +- drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + (bsc#1012628). +- drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + (bsc#1012628). +- drm/amdgpu: fix memory leak in mes self test (bsc#1012628). +- Revert "drm/amd/display: disable SubVP + DRR to prevent + underflow" (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for MTL RVP (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for LNL RVP (bsc#1012628). +- PCI: tegra194: Fix possible array out of bounds access + (bsc#1012628). +- ASoC: cs35l56: Move DSP part string generation so that it is + done only once (bsc#1012628). +- ASoC: SOF: amd: Add pci revision id check (bsc#1012628). +- drm/stm: ltdc: fix late dereference check (bsc#1012628). +- arm64: dts: qcom: ipq5332: add QFPROM node (bsc#1012628). +- drm: rcar-du: remove R-Car H3 ES1.* workarounds (bsc#1012628). +- ASoC: amd: vangogh: Add check for acp config flags in vangogh + platform (bsc#1012628). +- RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX + coalescing (bsc#1012628). +- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB + related warnings (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC + in _exit (bsc#1012628). +- ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA (bsc#1012628). +- ASoC: Intel: sof_sdw: Add support for Rex soundwire + (bsc#1012628). +- iopoll: Call cpu_relax() in busy loops (bsc#1012628). +- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + (bsc#1012628). +- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + (bsc#1012628). +- accel/habanalabs: add pci health check during heartbeat + (bsc#1012628). +- accel/habanalabs: fix mem leak in capture user mappings + (bsc#1012628). +- dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" + property (bsc#1012628). +- HID: i2c-hid: goodix: Add support for + "goodix,no-reset-during-suspend" property (bsc#1012628). +- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech + G915 TKL Keyboard (bsc#1012628). +- iommu/amd: Introduce Disable IRTE Caching Support (bsc#1012628). +- drm/amdgpu: install stub fence into potential unused fence + pointers (bsc#1012628). +- drm/amd/display: Remove v_startup workaround for dcn3+ + (bsc#1012628). +- drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + (bsc#1012628). +- drm/amdgpu: unmap and remove csa_va properly (bsc#1012628). +- RDMA/mlx5: Return the firmware result upon destroying QP/RQ + (bsc#1012628). +- RDMA/bnxt_re: consider timeout of destroy ah as success + (bsc#1012628). +- drm/amd/display: Skip DPP DTO update if root clock is gated + (bsc#1012628). +- drm/amd/display: Enable dcn314 DPP RCO (bsc#1012628). +- ASoC: SOF: core: Free the firmware trace before calling + snd_sof_shutdown() (bsc#1012628). +- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + (bsc#1012628). +- Revert "[PATCH] uml: export symbols added by GCC hardened" + (bsc#1012628). +- smb: client: fix warning in cifs_smb3_do_mount() (bsc#1012628). +- cifs: fix session state check in reconnect to avoid + use-after-free issue (bsc#1012628). +- serial: stm32: Ignore return value of uart_remove_one_port() + in .remove() (bsc#1012628). +- led: qcom-lpg: Fix resource leaks in + for_each_available_child_of_node() loops (bsc#1012628). +- media: v4l2-mem2mem: add lock to protect parameter num_rdy + (bsc#1012628). +- media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + (bsc#1012628). +- usb: gadget: u_serial: Avoid spinlock recursion in + __gs_console_push (bsc#1012628). +- usb: gadget: uvc: queue empty isoc requests if no video buffer + is available (bsc#1012628). +- media: platform: mediatek: vpu: fix NULL ptr dereference + (bsc#1012628). +- thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() (bsc#1012628). +- xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup + (bsc#1012628). +- usb: chipidea: imx: don't request QoS for imx8ulp (bsc#1012628). +- usb: chipidea: imx: turn off vbus comparator when suspend + (bsc#1012628). +- usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + (bsc#1012628). +- gfs2: Fix possible data races in gfs2_show_options() + (bsc#1012628). +- pcmcia: rsrc_nonstatic: Fix memory leak in + nonstatic_release_resource_db() (bsc#1012628). +- thunderbolt: Add Intel Barlow Ridge PCI ID (bsc#1012628). +- thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + (bsc#1012628). +- firewire: net: fix use after free in + fwnet_finish_incoming_packet() (bsc#1012628). +- watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller + Hub) (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free (bsc#1012628). +- Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + (bsc#1012628). +- ceph: try to dump the msgs when decoding fails (bsc#1012628). +- drm/amdgpu: Fix potential fence use-after-free v2 (bsc#1012628). +- fs/ntfs3: Enhance sanity check while generating attr_list + (bsc#1012628). +- fs/ntfs3: Return error for inconsistent extended attributes + (bsc#1012628). +- fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + (bsc#1012628). +- fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + (bsc#1012628). +- fs/ntfs3: Alternative boot if primary boot is corrupted + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + (bsc#1012628). +- ALSA: hda: fix a possible null-pointer dereference due to data + race in snd_hdac_regmap_sync() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GX650P (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GA402X (bsc#1012628). +- ALSA: hda/realtek: Amend G634 quirk to enable rear speakers + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V (bsc#1012628). +- powerpc/kasan: Disable KCOV in KASAN code (bsc#1012628). +- Bluetooth: MGMT: Use correct address for memcpy() (bsc#1012628). +- ring-buffer: Do not swap cpu_buffer during resize process + (bsc#1012628). +- btrfs: move out now unused BG from the reclaim list + (bsc#1012628). +- btrfs: fix use-after-free of new block group that became unused + (bsc#1012628). +- regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 + (bsc#1012628). +- virtio-mmio: don't break lifecycle of vm_dev (bsc#1012628). +- vduse: Use proper spinlock for IRQ injection (bsc#1012628). +- virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() + (bsc#1012628). +- vdpa/mlx5: Fix mr->initialized semantics (bsc#1012628). +- vdpa/mlx5: Delete control vq iotlb in destroy_mr only when + necessary (bsc#1012628). +- cifs: fix potential oops in cifs_oplock_break (bsc#1012628). +- rust: macros: vtable: fix `HAS_*` redefinition + (`gen_const_name`) (bsc#1012628). +- i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + (bsc#1012628). +- i2c: hisi: Only handle the interrupt of the driver's transfer + (bsc#1012628). +- i2c: tegra: Fix i2c-tegra DMA config option processing + (bsc#1012628). +- blk-cgroup: hold queue_lock when removing blkg->q_node + (bsc#1012628). +- fbdev: mmp: fix value check in mmphw_probe() (bsc#1012628). +- media: mtk-jpeg: Set platform driver data earlier (bsc#1012628). +- powerpc/rtas_flash: allow user copy to flash block cache objects + (bsc#1012628). +- vdpa: Add features attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add queue index attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + (bsc#1012628). +- vdpa: Enable strict validation for netlinks ops (bsc#1012628). +- smb3: display network namespace in debug information + (bsc#1012628). +- tty: n_gsm: fix the UAF caused by race condition in + gsm_cleanup_mux (bsc#1012628). +- tty: serial: fsl_lpuart: Clear the error flags by writing 1 + for lpuart32 platforms (bsc#1012628). +- btrfs: fix infinite directory reads (bsc#1012628). +- btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + (bsc#1012628). +- btrfs: fix BUG_ON condition in btrfs_cancel_balance + (bsc#1012628). +- btrfs: fix replace/scrub failure with metadata_uuid + (bsc#1012628). +- btrfs: only subtract from len_to_oe_boundary when it is tracking + an extent (bsc#1012628). +- i2c: designware: Correct length byte validation logic + (bsc#1012628). +- i2c: designware: Handle invalid SMBus block data response + length value (bsc#1012628). +- x86/cpu: Fix __x86_return_thunk symbol type (bsc#1012628). +- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + (bsc#1012628). +- objtool/x86: Fix SRSO mess (bsc#1012628). +- x86/alternative: Make custom return thunk unconditional + (bsc#1012628). +- x86/cpu: Clean up SRSO return thunk mess (bsc#1012628). +- x86/cpu: Rename original retbleed methods (bsc#1012628). +- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (bsc#1012628). +- x86/cpu: Cleanup the untrain mess (bsc#1012628). +- x86/cpu/kvm: Provide UNTRAIN_RET_VM (bsc#1012628). +- x86/srso: Explain the untraining sequences a bit more + (bsc#1012628). +- objtool/x86: Fixup frame-pointer vs rethunk (bsc#1012628). +- x86/static_call: Fix __static_call_fixup() (bsc#1012628). +- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + (bsc#1012628). +- x86/CPU/AMD: Fix the DIV(0) initial fix attempt (bsc#1012628). +- x86/srso: Disable the mitigation on unaffected configurations + (bsc#1012628). +- x86/retpoline,kprobes: Fix position of thunk sections with + CONFIG_LTO_CLANG (bsc#1012628). +- x86/retpoline,kprobes: Skip optprobe check for indirect jumps + with retpolines and IBT (bsc#1012628). +- x86/srso: Correct the mitigation status when SMT is disabled + (bsc#1012628). +- net: xfrm: Fix xfrm_address_filter OOB read (bsc#1012628). +- net: af_key: fix sadb_x_filter validation (bsc#1012628). +- net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + (bsc#1012628). +- xfrm: Silence warnings triggerable by bad packets (bsc#1012628). +- xfrm: fix slab-use-after-free in decode_session6 (bsc#1012628). +- ip6_vti: fix slab-use-after-free in decode_session6 + (bsc#1012628). +- ip_vti: fix potential slab-use-after-free in decode_session6 + (bsc#1012628). +- xfrm: add NULL check in xfrm_update_ae_params (bsc#1012628). +- xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + (bsc#1012628). +- xfrm: delete offloaded policy (bsc#1012628). +- xfrm: don't skip free of empty state in acquire policy + (bsc#1012628). +- virtio-net: set queues after driver_ok (bsc#1012628). +- net: pcs: Add missing put_device call in miic_create + (bsc#1012628). +- net: phy: fix IRQ-based wake-on-lan over hibernate / power off + (bsc#1012628). +- selftests: mirror_gre_changes: Tighten up the TTL test match + (bsc#1012628). +- drm/panel: simple: Fix AUO G121EAN01 panel timings according + to the docs (bsc#1012628). +- drm/i915/guc/slpc: Restore efficient freq earlier (bsc#1012628). +- net: macb: In ZynqMP resume always configure PS GTR for + non-wakeup source (bsc#1012628). +- octeon_ep: fix timeout value for waiting on mbox response + (bsc#1012628). +- octeon_ep: cancel tx_timeout_task later in remove sequence + (bsc#1012628). +- octeon_ep: cancel ctrl_mbox_task after intr_poll_task + (bsc#1012628). +- octeon_ep: cancel queued works in probe error path + (bsc#1012628). +- net: veth: Page pool creation error handling for existing + pools only (bsc#1012628). +- accel/qaic: Fix slicing memory leak (bsc#1012628). +- accel/qaic: Clean up integer overflow checking in + map_user_pages() (bsc#1012628). +- netfilter: nf_tables: fix false-positive lockdep splat + (bsc#1012628). +- netfilter: nf_tables: deactivate catchall elements in next + generation (bsc#1012628). +- netfilter: nf_tables: don't fail inserts if duplicate has + expired (bsc#1012628). +- netfilter: set default timeout to 3 secs for sctp shutdown + send and recv state (bsc#1012628). +- ipvs: fix racy memcpy in proc_do_sync_threshold (bsc#1012628). +- netfilter: nf_tables: fix GC transaction races with netns and + netlink event exit path (bsc#1012628). +- netfilter: nf_tables: GC transaction race with netns dismantle + (bsc#1012628). +- netfilter: nft_dynset: disallow object maps (bsc#1012628). +- net: phy: broadcom: stub c45 read/write for 54810 (bsc#1012628). +- team: Fix incorrect deletion of ETH_P_8021AD protocol vid from + slaves (bsc#1012628). +- net: openvswitch: reject negative ifindex (bsc#1012628). +- iavf: fix FDIR rule fields masks validation (bsc#1012628). +- i40e: fix misleading debug logs (bsc#1012628). +- net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECT (bsc#1012628). +- net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + (bsc#1012628). +- sfc: add fallback action-set-lists for TC offload (bsc#1012628). +- sfc: don't unregister flow_indr if it was never registered + (bsc#1012628). +- sfc: don't fail probe if MAE/TC setup fails (bsc#1012628). +- sock: Fix misuse of sk_under_memory_pressure() (bsc#1012628). +- net: do not allow gso_size to be set to GSO_BY_FRAGS + (bsc#1012628). +- qede: fix firmware halt over suspend and resume (bsc#1012628). +- ice: Block switchdev mode when ADQ is active and vice versa + (bsc#1012628). +- bus: ti-sysc: Flush posted write on enable before reset + (bsc#1012628). +- arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + (bsc#1012628). +- ARM: dts: imx6: phytec: fix RTC interrupt level (bsc#1012628). +- ARM: dts: imx: Adjust dma-apbh node name (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx7d usdhc + (bsc#1012628). +- arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx6sx usdhc + (bsc#1012628). +- ASoC: max98363: don't return on success reading revision ID + (bsc#1012628). +- arm64: dts: imx93: Fix anatop node size (bsc#1012628). +- ASoC: rt5665: add missed regulator_bulk_disable (bsc#1012628). +- ASoC: meson: axg-tdm-formatter: fix channel slot allocation + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP G11 Laptops (bsc#1012628). +- pinctrl: qcom: Add intr_target_width field to support increased + number of interrupt targets (bsc#1012628). +- soc: aspeed: uart-routing: Use __sysfs_match_string + (bsc#1012628). +- soc: aspeed: socinfo: Add kfree for kstrdup (bsc#1012628). +- ALSA: hda/realtek - Remodified 3k pull low procedure + (bsc#1012628). +- riscv: entry: set a0 = -ENOSYS only when syscall != -1 + (bsc#1012628). +- riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr() + (bsc#1012628). +- riscv: uaccess: Return the number of bytes effectively not + copied (bsc#1012628). +- serial: 8250: Fix oops for port->pm on uart_change_pm() + (bsc#1012628). +- ALSA: usb-audio: Add support for Mythware XA001AU capture and + playback interfaces (bsc#1012628). +- cifs: Release folio lock on fscache read hit (bsc#1012628). +- parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock + checks (bsc#1012628). +- smb: client: fix null auth (bsc#1012628). +- regulator: da9063: better fix null deref with partial DT + (bsc#1012628). +- virtio-net: Zero max_tx_vq field for + VIRTIO_NET_CTRL_MQ_HASH_CONFIG case (bsc#1012628). +- arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + (bsc#1012628). +- arm64/ptrace: Ensure that SME is set up for target when writing + SSVE state (bsc#1012628). +- arm64/ptrace: Ensure that the task sees ZT writes on first use + (bsc#1012628). +- blk-crypto: dynamically allocate fallback profile (bsc#1012628). +- media: uvcvideo: Fix menu count handling for userspace XU + mappings (bsc#1012628). +- dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function + constant (bsc#1012628). +- mmc: f-sdh30: fix order of function calls in + sdhci_f_sdh30_remove (bsc#1012628). +- mmc: wbsd: fix double mmc_free_host() in wbsd_init() + (bsc#1012628). +- mmc: block: Fix in_flight[issue_type] value error (bsc#1012628). +- mmc: sunplus: fix return value check of mmc_add_host() + (bsc#1012628). +- mmc: sunplus: Fix error handling in spmmc_drv_probe() + (bsc#1012628). +- drm/qxl: fix UAF on handle creation (bsc#1012628). +- Revert "Revert "drm/amdgpu/display: change pipe policy for + DCN 2.0"" (bsc#1012628). +- drm/i915/sdvo: fix panel_type initialization (bsc#1012628). +- drm/amd: flush any delayed gfxoff on suspend entry + (bsc#1012628). +- drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + (bsc#1012628). +- drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + (bsc#1012628). +- ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + (bsc#1012628). +- drm/amd/display: disable RCO for DCN314 (bsc#1012628). +- drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU + v13.0.4/11 (bsc#1012628). +- drm/amdgpu: keep irq count in amdgpu_irq_disable_all + (bsc#1012628). +- Revert "perf report: Append inlines to non-DWARF callchains" + (bsc#1012628). +- af_unix: Fix null-ptr-deref in unix_stream_sendpage() + (bsc#1012628). +- net: fix the RTO timer retransmitting skb every 1ms if linear + option is enabled (bsc#1012628). +- commit 4789ce4 + +------------------------------------------------------------------- +Thu Aug 24 21:35:35 CEST 2023 - msuchanek@suse.de + +- Update ppc64 config + - CONFIG_COMPAT_32BIT_TIME=n + - CONFIG_IMA_ARCH_POLICY=y + - CONFIG_IMA_DISABLE_HTABLE=y + - CONFIG_IMA_KEXEC=y + - CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y + - CONFIG_LOAD_PPC_KEYS=y + - CONFIG_PPC_SECURE_BOOT=y + - CONFIG_PPC_SECVAR_SYSFS=y +- commit 2b1052f + +------------------------------------------------------------------- +Thu Aug 24 10:53:22 CEST 2023 - tiwai@suse.de + +- wifi: rtw88: usb: kill and free rx urbs on probe failure + (bsc#1214385). +- commit 5c3979f + +------------------------------------------------------------------- +Wed Aug 23 16:54:54 CEST 2023 - vkarasulli@suse.de + +- Update references in + patches.kernel.org/6.4.4-230-Input-cyttsp4_core-change-del_timer_sync-to-tim.patch + (bsc#1012628 bsc#1213971 CVE-2023-4134). +- commit f6b7737 ------------------------------------------------------------------- Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de @@ -3034,6 +13921,36 @@ Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de 2.6 based kernels are EOL, upgrading from them is no longer suported. - commit 7bb5087 +------------------------------------------------------------------- +Tue Aug 22 10:17:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ASoC-SOF-intel-hda-Clean-up-link-DMA-for-IPC3-during.patch. + Update to upstream version and move to sorted section. +- commit e2dbc84 + +------------------------------------------------------------------- +Tue Aug 22 10:05:54 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-handlin.patch. + Update to upstream version and move to sorted section. +- commit 2419864 + +------------------------------------------------------------------- +Tue Aug 22 10:04:32 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/Revert-drm-edid-Fix-csync-detailed-mode-parsing.patch. + Update to upstream version and move to sorted section. +- commit dcc3072 + +------------------------------------------------------------------- +Sun Aug 20 21:29:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc7 +- commit 869afb7 + ------------------------------------------------------------------- Fri Aug 18 14:37:26 CEST 2023 - msuchanek@suse.de @@ -3047,6 +13964,358 @@ Fri Aug 18 10:41:33 CEST 2023 - msuchanek@suse.de gcc7 on SLE 15 does not support this while later gcc does. - commit 5b41c27 +------------------------------------------------------------------- +Thu Aug 17 06:57:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.11 (bsc#1012628). +- tpm: Disable RNG for all AMD fTPMs (bsc#1012628). +- tpm: Add a helper for checking hwrng enabled (bsc#1012628). +- ksmbd: validate command request size (bsc#1012628). +- ksmbd: fix wrong next length validation of ea buffer in + smb2_set_ea() (bsc#1012628). +- KVM: SEV: snapshot the GHCB before accessing it (bsc#1012628). +- KVM: SEV: only access GHCB fields once (bsc#1012628). +- wifi: nl80211: fix integer overflow in + nl80211_parse_mbssid_elems() (bsc#1012628). +- wifi: rtw89: fix 8852AE disconnection caused by RX full flags + (bsc#1012628). +- selftests: forwarding: Set default IPv6 traceroute utility + (bsc#1012628). +- wireguard: allowedips: expand maximum node depth (bsc#1012628). +- mmc: moxart: read scr register without changing byte order + (bsc#1012628). +- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (bsc#1012628). +- ipv6: adjust ndisc_is_useropt() to also return true for PIO + (bsc#1012628). +- selftests: mptcp: join: fix 'delete and re-add' test + (bsc#1012628). +- selftests: mptcp: join: fix 'implicit EP' test (bsc#1012628). +- mptcp: avoid bogus reset on fallback close (bsc#1012628). +- mptcp: fix disconnect vs accept race (bsc#1012628). +- dmaengine: pl330: Return DMA_PAUSED when transaction is paused + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix interrupt vector setting + (bsc#1012628). +- net: mana: Fix MANA VF unload when hardware is unresponsive + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina + Pro 16 M (bsc#1012628). +- zram: take device and not only bvec offset into account + (bsc#1012628). +- io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + (bsc#1012628). +- parisc: Fix lightweight spinlock checks to not break futexes + (bsc#1012628). +- riscv: Start of DRAM should at least be aligned on PMD size + for the direct mapping (bsc#1012628). +- riscv/kexec: load initrd high in available memory (bsc#1012628). +- riscv,mmio: Fix readX()-to-delay() ordering (bsc#1012628). +- riscv/kexec: handle R_RISCV_CALL_PLT relocation type + (bsc#1012628). +- riscv: mm: fix 2 instances of -Wmissing-variable-declarations + (bsc#1012628). +- nvme: fix possible hang when removing a controller during + error recovery (bsc#1012628). +- nvme-tcp: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-rdma: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and + 512G (bsc#1012628). +- drm/nouveau/gr: enable memory loads on helper invocation on + all channels (bsc#1012628). +- drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + (bsc#1012628). +- drm/shmem-helper: Reset vma->vm_ops before calling + dma_buf_mmap() (bsc#1012628). +- drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() (bsc#1012628). +- drm/amd/pm: correct the pcie width for smu 13.0.0 (bsc#1012628). +- drm/amd/display: check attr flag before set cursor degamma on + DCN3+ (bsc#1012628). +- tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition (bsc#1012628). +- cpuidle: dt_idle_genpd: Add helper function to remove genpd + topology (bsc#1012628). +- cpuidle: psci: Move enabling OSI mode after power domains + creation (bsc#1012628). +- io_uring: correct check for O_TMPFILE (bsc#1012628). +- zsmalloc: fix races between modifications of fullness and + isolated (bsc#1012628). +- hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for + pfe1100 (bsc#1012628). +- radix tree test suite: fix incorrect allocation size for + pthreads (bsc#1012628). +- cpufreq: amd-pstate: fix global sysfs attribute type + (bsc#1012628). +- fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions + (bsc#1012628). +- nilfs2: fix use-after-free of nilfs_root in dirtying inodes + via iput (bsc#1012628). +- accel/ivpu: Add set_pages_array_wc/uc for internal buffers + (bsc#1012628). +- hugetlb: do not clear hugetlb dtor until allocating vmemmap + (bsc#1012628). +- mm/damon/core: initialize damo_filter->list from + damos_new_filter() (bsc#1012628). +- selftests: mm: ksm: fix incorrect evaluation of parameter + (bsc#1012628). +- mm: memory-failure: fix potential unexpected return value from + unpoison_memory() (bsc#1012628). +- mm: memory-failure: avoid false hwpoison page mapped error info + (bsc#1012628). +- drm/amd/pm: expose swctf threshold setting for legacy powerplay + (bsc#1012628). +- drm/amd/pm: avoid unintentional shutdown due to temperature + momentary fluctuation (bsc#1012628). +- iio: cros_ec: Fix the allocation size for cros_ec_command + (bsc#1012628). +- iio: frequency: admv1013: propagate errors from + regulator_get_voltage() (bsc#1012628). +- iio: adc: ad7192: Fix ac excitation feature (bsc#1012628). +- iio: adc: meson: fix core clock enable/disable moment + (bsc#1012628). +- iio: adc: ina2xx: avoid NULL pointer dereference on OF device + match (bsc#1012628). +- binder: fix memory leak in binder_init() (bsc#1012628). +- misc: rtsx: judge ASPM Mode to set PETXCFG Reg (bsc#1012628). +- thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() + (bsc#1012628). +- usb-storage: alauda: Fix uninit-value in alauda_check_media() + (bsc#1012628). +- usb: dwc3: Properly handle processing of pending events + (bsc#1012628). +- USB: Gadget: core: Help prevent panic during UVC unconfigure + (bsc#1012628). +- usb: common: usb-conn-gpio: Prevent bailing out if initial + role is none (bsc#1012628). +- usb: typec: tcpm: Fix response to vsafe0V event (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd when configuring + pin assignment (bsc#1012628). +- x86/srso: Fix build breakage with the LLVM linker (bsc#1012628). +- x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() + on 64-bit kernel (bsc#1012628). +- x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + (bsc#1012628). +- x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + (bsc#1012628). +- x86/sev: Do not try to parse for the CC blob on non-AMD hardware + (bsc#1012628). +- x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + (bsc#1012628). +- x86/speculation: Add cpu_show_gds() prototype (bsc#1012628). +- x86: Move gds_ucode_mitigated() declaration to header + (bsc#1012628). +- Revert "PCI: mvebu: Mark driver as BROKEN" (bsc#1012628). +- drm/nouveau/disp: Revert a NULL check inside + nouveau_connector_get_modes (bsc#1012628). +- netfilter: nf_tables: don't skip expired elements during walk + (bsc#1012628). +- netfilter: nf_tables: GC transaction API to avoid race with + control plane (bsc#1012628). +- netfilter: nf_tables: adapt set backend to use GC transaction + API (bsc#1012628). +- netfilter: nft_set_hash: mark set element as dead when deleting + from packet path (bsc#1012628). +- iio: imu: lsm6dsx: Fix mount matrix retrieval (bsc#1012628). +- iio: core: Prevent invalid memory access when there is no parent + (bsc#1012628). +- iio: light: bu27034: Fix scale format (bsc#1012628). +- interconnect: qcom: Add support for mask-based BCMs + (bsc#1012628). +- interconnect: qcom: sa8775p: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8450: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8550: add enable_mask for bcm nodes + (bsc#1012628). +- selftests: forwarding: tc_tunnel_key: Make filters more specific + (bsc#1012628). +- selftests: forwarding: ethtool_mm: Skip when MAC Merge is not + supported (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Check iproute2 version + (bsc#1012628). +- selftests: forwarding: bridge_mdb: Check iproute2 version + (bsc#1012628). +- KVM: arm64: Fix hardware enable/disable flows for pKVM + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix typo (bsc#1012628). +- dmaengine: xilinx: xdma: Fix Judgment of the return value + (bsc#1012628). +- selftests/bpf: fix a CI failure caused by vsock sockmap test + (bsc#1012628). +- selftests/rseq: Fix build with undefined __weak (bsc#1012628). +- selftests: forwarding: Add a helper to skip test when using + veth pairs (bsc#1012628). +- selftests: forwarding: ethtool: Skip when using veth pairs + (bsc#1012628). +- selftests: forwarding: ethtool_extended_state: Skip when using + veth pairs (bsc#1012628). +- selftests: forwarding: hw_stats_l3_gre: Skip when using veth + pairs (bsc#1012628). +- selftests: forwarding: Skip test when no interfaces are + specified (bsc#1012628). +- selftests: forwarding: Switch off timeout (bsc#1012628). +- selftests: forwarding: tc_actions: Use ncat instead of nc + (bsc#1012628). +- selftests: forwarding: tc_flower: Relax success criterion + (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Fix failing test with + old libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Fix failing test with old + libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Make test more robust + (bsc#1012628). +- net: core: remove unnecessary frame_sz check in + bpf_xdp_adjust_tail() (bsc#1012628). +- bpf, sockmap: Fix map type error in sock_map_del_link + (bsc#1012628). +- bpf, sockmap: Fix bug that strp_done cannot be called + (bsc#1012628). +- hwmon: (aquacomputer_d5next) Add selective 200ms delay after + sending ctrl report (bsc#1012628). +- mISDN: Update parameter type of dsp_cmx_send() (bsc#1012628). +- macsec: use DEV_STATS_INC() (bsc#1012628). +- mptcp: fix the incorrect judgment for msk->cb_flags + (bsc#1012628). +- igc: Add lock to safeguard global Qbv variables (bsc#1012628). +- ionic: Add missing err handling for queue reconfig + (bsc#1012628). +- net/packet: annotate data-races around tp->status (bsc#1012628). +- net/smc: Fix setsockopt and sysctl to specify same buffer size + again (bsc#1012628). +- net/smc: Use correct buffer sizes when switching between TCP + and SMC (bsc#1012628). +- PCI: move OF status = "disabled" detection to dev->match_driver + (bsc#1012628). +- tcp: add missing family to tcp_set_ca_state() tracepoint + (bsc#1012628). +- tunnels: fix kasan splat when generating ipv4 pmtu error + (bsc#1012628). +- xsk: fix refcount underflow in error path (bsc#1012628). +- bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid + from slaves (bsc#1012628). +- dccp: fix data-race around dp->dccps_mss_cache (bsc#1012628). +- drivers: net: prevent tun_build_skb() to exceed the packet + size limit (bsc#1012628). +- drivers: vxlan: vnifilter: free percpu vni stats on error path + (bsc#1012628). +- iavf: fix potential races for FDIR filters (bsc#1012628). +- IB/hfi1: Fix possible panic during hotplug remove (bsc#1012628). +- drm/amd/display: Don't show stack trace for missing eDP + (bsc#1012628). +- drm/bridge: it6505: Check power state with it6505->powered in + IRQ handler (bsc#1012628). +- drm/nouveau: remove unused tu102_gr_load() function + (bsc#1012628). +- drm/rockchip: Don't spam logs in atomic check (bsc#1012628). +- wifi: brcm80211: handle params_v1 allocation failure + (bsc#1012628). +- wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + (bsc#1012628). +- RDMA/umem: Set iova in ODP flow (bsc#1012628). +- RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF + (bsc#1012628). +- RDMA/bnxt_re: Fix error handling in probe failure path + (bsc#1012628). +- net: tls: avoid discarding data on record close (bsc#1012628). +- net: marvell: prestera: fix handling IPv4 routes with nhid + (bsc#1012628). +- net: phy: at803x: remove set/get wol callbacks for AR8032 + (bsc#1012628). +- net: dsa: ocelot: call dsa_tag_8021q_unregister() under + rtnl_lock() on driver remove (bsc#1012628). +- net: hns3: refactor hclge_mac_link_status_wait for interface + reuse (bsc#1012628). +- net: hns3: add wait until mac link down (bsc#1012628). +- net: hns3: fix deadlock issue when externel_lb and reset are + executed together (bsc#1012628). +- net: enetc: reimplement RFS/RSS memory clearing as PCI quirk + (bsc#1012628). +- nexthop: Fix infinite nexthop dump when using maximum nexthop ID + (bsc#1012628). +- nexthop: Make nexthop bucket dump more efficient (bsc#1012628). +- nexthop: Fix infinite nexthop bucket dump when using maximum + nexthop ID (bsc#1012628). +- net: hns3: fix strscpy causing content truncation issue + (bsc#1012628). +- dmaengine: mcf-edma: Fix a potential un-allocated memory access + (bsc#1012628). +- dmaengine: idxd: Clear PRS disable flag when disabling IDXD + device (bsc#1012628). +- dmaengine: owl-dma: Modify mismatched function name + (bsc#1012628). +- net/mlx5e: Take RTNL lock when needed before calling + xdp_set_features() (bsc#1012628). +- net/mlx5e: TC, Fix internal port memory leak (bsc#1012628). +- net/mlx5: DR, Fix wrong allocation of modify hdr pattern + (bsc#1012628). +- net/mlx5: Allow 0 for total host VFs (bsc#1012628). +- net/mlx5e: Unoffload post act rule when handling FIB events + (bsc#1012628). +- net/mlx5: LAG, Check correct bucket when modifying LAG + (bsc#1012628). +- net/mlx5: Skip clock update work when device is in error state + (bsc#1012628). +- net/mlx5: Reload auxiliary devices in pci error handlers + (bsc#1012628). +- ibmvnic: Enforce stronger sanity checks on login response + (bsc#1012628). +- ibmvnic: Unmap DMA login rsp buffer on send login fail + (bsc#1012628). +- ibmvnic: Handle DMA unmapping of login buffs in release + functions (bsc#1012628). +- ibmvnic: Do partial reset on login failure (bsc#1012628). +- ibmvnic: Ensure login failure recovery is safe from other resets + (bsc#1012628). +- gpio: ws16c48: Fix off-by-one error in WS16C48 resource region + extent (bsc#1012628). +- gpio: sim: mark the GPIO chip as a one that can sleep + (bsc#1012628). +- btrfs: wait for actual caching progress during allocation + (bsc#1012628). +- btrfs: don't stop integrity writeback too early (bsc#1012628). +- btrfs: don't wait for writeback on clean pages in + extent_write_cache_pages (bsc#1012628). +- btrfs: properly clear end of the unreserved range in + cow_file_range (bsc#1012628). +- btrfs: exit gracefully if reloc roots don't match (bsc#1012628). +- btrfs: reject invalid reloc tree root keys with stack dump + (bsc#1012628). +- btrfs: set cache_block_group_error if we find an error + (bsc#1012628). +- scsi: core: Fix legacy /proc parsing buffer overflow + (bsc#1012628). +- scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + (bsc#1012628). +- scsi: ufs: renesas: Fix private allocation (bsc#1012628). +- scsi: 53c700: Check that command slot is not NULL (bsc#1012628). +- scsi: snic: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: core: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + (bsc#1012628). +- scsi: qedi: Fix firmware halt over suspend and resume + (bsc#1012628). +- scsi: qedf: Fix firmware halt over suspend and resume + (bsc#1012628). +- platform/x86: msi-ec: Fix the build (bsc#1012628). +- platform/x86: lenovo-ymc: Only bind on machines with a + convertible DMI chassis-type (bsc#1012628). +- platform: mellanox: Change register offset addresses + (bsc#1012628). +- platform: mellanox: mlx-platform: Fix signals polarity and + latch mask (bsc#1012628). +- platform: mellanox: mlx-platform: Modify graceful shutdown + callback and power down mask (bsc#1012628). +- platform: mellanox: Fix order in exit flow (bsc#1012628). +- platform/x86: serial-multi-instantiate: Auto detect IRQ resource + for CSC3551 (bsc#1012628). +- ACPI: scan: Create platform device for CS35L56 (bsc#1012628). +- alpha: remove __init annotation from exported page_is_ram() + (bsc#1012628). +- Update config files. +- commit 2a5b3f6 + ------------------------------------------------------------------- Wed Aug 16 17:23:40 CEST 2023 - msuchanek@suse.de @@ -3062,6 +14331,974 @@ Wed Aug 16 17:09:00 CEST 2023 - msuchanek@suse.de Kerntypes was a SUSE-specific feature dropped before SLE 12. - commit 2c37773 +------------------------------------------------------------------- +Tue Aug 15 17:19:42 CEST 2023 - palcantara@suse.de + +- Update + patches.kernel.org/6.4.5-008-ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch + (bsc#1012628 bsc#1213545). +- commit d8f70b2 + +------------------------------------------------------------------- +Mon Aug 14 17:04:39 CEST 2023 - tiwai@suse.de + +- drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create (bsc#1214073). +- Delete + patches.suse/Revert-drm-nouveau-disp-PIOR-DP-uses-GPIO-for-HPD-no.patch. +- commit 1b3aee5 + +------------------------------------------------------------------- +Mon Aug 14 08:44:42 CEST 2023 - tiwai@suse.de + +- tpm_tis: Opt-in interrupts (bsc#1213779) + Also dropped the obsoleted patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-categorically-for-Len.patch +- commit 80aa18d + +------------------------------------------------------------------- +Mon Aug 14 08:22:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-resource-Always-use-MADT-override-IRQ-settings-.patch. +- Refresh + patches.suse/ACPI-resource-Honor-MADT-INT_SRC_OVR-settings-for-IR.patch. +- Refresh + patches.suse/ACPI-resource-revert-Remove-Zen-specific-match-and-q.patch. + Update upstream status and move to sorted section. +- commit d0aa45f + +------------------------------------------------------------------- +Mon Aug 14 08:15:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-cards.patch. + Update upstream status and move to sorted section. +- commit e1f43a2 + +------------------------------------------------------------------- +Mon Aug 14 07:08:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.10 (bsc#1012628). +- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + (bsc#1012628). +- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + (bsc#1012628). +- iommu/arm-smmu-v3: Add explicit feature for nesting + (bsc#1012628). +- iommu/arm-smmu-v3: Document nesting-related errata + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: phycore-imx8mm: Label typo-fix of VPU (bsc#1012628). +- arm64: dts: phycore-imx8mm: Correction in gpio-line-names + (bsc#1012628). +- arm64: dts: imx8mn-var-som: add missing pull-up for onboard + PHY reset pinmux (bsc#1012628). +- arm64: dts: freescale: Fix VPU G2 clock (bsc#1012628). +- firmware: smccc: Fix use of uninitialised results structure + (bsc#1012628). +- firmware: arm_scmi: Fix signed error return values handling + (bsc#1012628). +- lib/bitmap: workaround const_eval test build failure + (bsc#1012628). +- ARM: dts: nxp/imx: limit sk-imx53 supported frequencies + (bsc#1012628). +- soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as + bus_power_dev child (bsc#1012628). +- firmware: arm_scmi: Fix chan_free cleanup on SMC (bsc#1012628). +- ARM: dts: at91: use clock-controller name for PMC nodes + (bsc#1012628). +- ARM: dts: at91: use clock-controller name for sckc nodes + (bsc#1012628). +- ARM: dts: at91: use generic name for shutdown controller + (bsc#1012628). +- ARM: dts: at91: sam9x60: fix the SOC detection (bsc#1012628). +- word-at-a-time: use the same return type for has_zero regardless + of endianness (bsc#1012628). +- s390/vmem: split pages when debug pagealloc is enabled + (bsc#1012628). +- KVM: s390: fix sthyi error handling (bsc#1012628). +- erofs: fix wrong primary bvec selection on deduplicated extents + (bsc#1012628). +- perf pmu arm64: Fix reading the PMU cpu slots in sysfs + (bsc#1012628). +- wifi: cfg80211: Fix return value in scan logic (bsc#1012628). +- net/mlx5e: fix double free in + macsec_fs_tx_create_crypto_table_groups (bsc#1012628). +- net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + (bsc#1012628). +- net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + (bsc#1012628). +- net/mlx5e: fix return value check in + mlx5e_ipsec_remove_trailer() (bsc#1012628). +- net/mlx5: Honor user input for migratable port fn attr + (bsc#1012628). +- net/mlx5e: Don't hold encap tbl lock if there is no encap action + (bsc#1012628). +- net/mlx5e: Fix crash moving to switchdev mode when ntuple + offload is set (bsc#1012628). +- net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + (bsc#1012628). +- net/mlx5e: xsk: Fix invalid buffer access for legacy rq + (bsc#1012628). +- net/mlx5e: xsk: Fix crash on regular rq reactivation + (bsc#1012628). +- net/mlx5e: kTLS, Fix protection domain in use syndrome when + devlink reload (bsc#1012628). +- net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not + supported (bsc#1012628). +- net/mlx5: Unregister devlink params in case interface is down + (bsc#1012628). +- bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + (bsc#1012628). +- rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE + length (bsc#1012628). +- net: dsa: fix value check in bcm_sf2_sw_probe() (bsc#1012628). +- perf test uprobe_from_different_cu: Skip if there is no gcc + (bsc#1012628). +- net: sched: cls_u32: Fix match key mis-addressing (bsc#1012628). +- mISDN: hfcpci: Fix potential deadlock on &hc->lock + (bsc#1012628). +- net: stmmac: tegra: Properly allocate clock bulk data + (bsc#1012628). +- qed: Fix scheduling in a tasklet while getting stats + (bsc#1012628). +- net: move gso declarations and functions to their own files + (bsc#1012628). +- net: gro: fix misuse of CB in udp socket lookup (bsc#1012628). +- net: annotate data-races around sk->sk_reserved_mem + (bsc#1012628). +- net: annotate data-race around sk->sk_txrehash (bsc#1012628). +- net: annotate data-races around sk->sk_max_pacing_rate + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_sndbuf) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + (bsc#1012628). +- net: annotate data-races around sk->sk_mark (bsc#1012628). +- net: add missing data-race annotations around sk->sk_peek_off + (bsc#1012628). +- net: add missing data-race annotation for sk_ll_usec + (bsc#1012628). +- net: annotate data-races around sk->sk_priority (bsc#1012628). +- net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to + INT_MAX (bsc#1012628). +- net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + (bsc#1012628). +- ice: Fix RDMA VSI removal during queue rebuild (bsc#1012628). +- bnxt: don't handle XDP in netpoll (bsc#1012628). +- octeon_ep: initialize mbox mutexes (bsc#1012628). +- bpf: Move unprivileged checks into map_create() and + bpf_prog_load() (bsc#1012628). +- bpf: Inline map creation logic in map_create() function + (bsc#1012628). +- bpf: Centralize permissions checks for all BPF map types + (bsc#1012628). +- bpf, cpumap: Make sure kthread is running before map update + returns (bsc#1012628). +- bpf, cpumap: Handle skb as well when clean up ptr_ring + (bsc#1012628). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + (bsc#1012628). +- net: ll_temac: fix error checking of irq_of_parse_and_map() + (bsc#1012628). +- net: korina: handle clk prepare error in korina_probe() + (bsc#1012628). +- net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + (bsc#1012628). +- selftest: net: Assert on a proper value in so_incoming_cpu.c + (bsc#1012628). +- bnxt_en: Fix page pool logic for page size >= 64K (bsc#1012628). +- bnxt_en: Fix max_mtu setting for multi-buf XDP (bsc#1012628). +- net: dcb: choose correct policy to parse DCB_ATTR_BCN + (bsc#1012628). +- s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + (bsc#1012628). +- ip6mr: Fix skb_under_panic in ip6mr_cache_report() + (bsc#1012628). +- vxlan: Fix nexthop hash size (bsc#1012628). +- net/mlx5: fs_core: Make find_closest_ft more generic + (bsc#1012628). +- net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS + fs_prio (bsc#1012628). +- net/mlx5e: Set proper IPsec source port in L4 selector + (bsc#1012628). +- prestera: fix fallback to previous version on same major version + (bsc#1012628). +- tcp_metrics: fix addr_same() helper (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_stamp + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_lock + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_vals[] + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_net + (bsc#1012628). +- tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + (bsc#1012628). +- test/vsock: remove vsock_perf executable on `make clean` + (bsc#1012628). +- rust: allocator: Prevent mis-aligned allocation (bsc#1012628). +- scsi: zfcp: Defer fc_rport blocking until after ADISC response + (bsc#1012628). +- scsi: storvsc: Limit max_sectors for virtual Fibre Channel + devices (bsc#1012628). +- Documentation: kdump: Add va_kernel_pa_offset for RISCV64 + (bsc#1012628). +- libceph: fix potential hang in ceph_osdc_notify() (bsc#1012628). +- USB: zaurus: Add ID for A-300/B-500/C-700 (bsc#1012628). +- ceph: defer stopping mdsc delayed_work (bsc#1012628). +- firmware: arm_scmi: Drop OF node reference in the transport + channel setup (bsc#1012628). +- exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + (bsc#1012628). +- exfat: check if filename entries exceeds max filename length + (bsc#1012628). +- exfat: release s_lock before calling dir_emit() (bsc#1012628). +- mtd: spinand: toshiba: Fix ecc_get_status (bsc#1012628). +- mtd: spinand: winbond: Fix ecc_get_status (bsc#1012628). +- mtd: rawnand: meson: fix OOB available bytes for ECC + (bsc#1012628). +- riscv: Export va_kernel_pa_offset in vmcoreinfo (bsc#1012628). +- bpf: Disable preemption in bpf_perf_event_output (bsc#1012628). +- arm64: dts: stratix10: fix incorrect I2C property for SCL signal + (bsc#1012628). +- wifi: mt76: mt7615: do not advertise 5 GHz on first phy of + MT7615D (DBDC) (bsc#1012628). +- x86/hyperv: Disable IBT when hypercall page lacks ENDBR + instruction (bsc#1012628). +- rbd: prevent busy loop when requesting exclusive lock + (bsc#1012628). +- bpf: Disable preemption in bpf_event_output (bsc#1012628). +- smb: client: fix dfs link mount against w2k8 (bsc#1012628). +- powerpc/ftrace: Create a dummy stackframe to fix stack unwind + (bsc#1012628). +- parisc/mm: preallocate fixmap page tables at init (bsc#1012628). +- arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + (bsc#1012628). +- arm64/fpsimd: Clear SME state in the target task when setting + the VL (bsc#1012628). +- arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + (bsc#1012628). +- arm64/ptrace: Flush FP state when setting ZT0 (bsc#1012628). +- arm64/ptrace: Don't enable SVE when setting streaming SVE + (bsc#1012628). +- open: make RESOLVE_CACHED correctly test for O_TMPFILE + (bsc#1012628). +- drm/ttm: check null pointer before accessing when swapping + (bsc#1012628). +- drm/i915: Fix premature release of request's reusable memory + (bsc#1012628). +- drm/i915/gt: Cleanup aux invalidation registers (bsc#1012628). +- Revert "page cache: fix page_cache_next/prev_miss off by one" + (bsc#1012628). +- sunvnet: fix sparc64 build error after gso code split + (bsc#1012628). +- clk: imx93: Propagate correct error in imx93_clocks_probe() + (bsc#1012628). +- file: reinstate f_pos locking optimization for regular files + (bsc#1012628). +- mm: kmem: fix a NULL pointer dereference in + obj_stock_flush_required() (bsc#1012628). +- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + (bsc#1012628). +- kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan + (bsc#1012628). +- fs/sysv: Null check to prevent null-ptr-deref bug (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + (bsc#1012628). +- debugobjects: Recheck debug_objects_enabled before reporting + (bsc#1012628). +- net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + (bsc#1012628). +- fs: Protect reconfiguration of sb read-write from racing writes + (bsc#1012628). +- mm/gup: do not return 0 from pin_user_pages_fast() for bad args + (bsc#1012628). +- ext2: Drop fragment support (bsc#1012628). +- btrfs: remove BUG_ON()'s in add_new_free_space() (bsc#1012628). +- f2fs: fix to do sanity check on direct node in truncate_dnode() + (bsc#1012628). +- io_uring: annotate offset timeout races (bsc#1012628). +- mtd: rawnand: omap_elm: Fix incorrect type in assignment + (bsc#1012628). +- mtd: rawnand: rockchip: fix oobfree offset and description + (bsc#1012628). +- mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + (bsc#1012628). +- clk: mediatek: mt8183: Add back SSPM related clocks + (bsc#1012628). +- mtd: spi-nor: avoid holes in struct spi_mem_op (bsc#1012628). +- mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + (bsc#1012628). +- powerpc/mm/altmap: Fix altmap boundary check (bsc#1012628). +- drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + (bsc#1012628). +- drm/amdgpu: Use apt name for FW reserved region (bsc#1012628). +- selftests/rseq: Play nice with binaries statically linked + against glibc 2.35+ (bsc#1012628). +- ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + (bsc#1012628). +- drm/i915: Add the gen12_needs_ccs_aux_inv helper (bsc#1012628). +- drm/i915/gt: Ensure memory quiesced before invalidation + (bsc#1012628). +- drm/i915/gt: Add workaround 14016712196 (bsc#1012628). +- drm/i915/gt: Rename flags with bit_group_X according to the + datasheet (bsc#1012628). +- drm/i915/gt: Poll aux invalidation register bit on invalidation + (bsc#1012628). +- drm/i915/gt: Support aux invalidation on all engines + (bsc#1012628). +- drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and + in the CS (bsc#1012628). +- x86/CPU/AMD: Do not leak quotient data after a division by 0 + (bsc#1012628). +- commit eb77301 + +------------------------------------------------------------------- +Sun Aug 13 23:08:39 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc6 +- update configs + - x86 + - GDS_FORCE_MITIGATION=n + - x86_64 + - CPU_SRSO=y +- commit c65258c + +------------------------------------------------------------------- +Sat Aug 12 09:53:57 CEST 2023 - tiwai@suse.de + +- drm/amd: Disable S/G for APUs when 64GB or more host memory + (bsc#1213787). +- commit 1b8ce3e + +------------------------------------------------------------------- +Sat Aug 12 09:51:47 CEST 2023 - tiwai@suse.de + +- pinctrl: amd: Don't show `Invalid config param` errors + (bsc#1214212). +- commit e95f7e7 + +------------------------------------------------------------------- +Fri Aug 11 16:05:44 CEST 2023 - vkarasulli@suse.de + +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- commit 4368d3a + +------------------------------------------------------------------- +Fri Aug 11 09:31:39 CEST 2023 - tiwai@suse.de + +- Revert "drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR + AUX interrupts" (bsc#1214073). +- commit db7e8f0 + +------------------------------------------------------------------- +Fri Aug 11 09:19:17 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts categorically for Lenovo + (bsc#1213779). + Replaced the obsoleted fix patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-for-Lenovo-Thinkpad-E.patch +- commit efae9ac + +------------------------------------------------------------------- +Fri Aug 11 09:18:26 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo P620 devices + (bsc#1213779). +- commit 4f44748 + +------------------------------------------------------------------- +Fri Aug 11 09:17:46 CEST 2023 - tiwai@suse.de + +- Move upstreamed tpm_tis patch into sorted section +- commit 693df97 + +------------------------------------------------------------------- +Thu Aug 10 07:38:00 CEST 2023 - jslaby@suse.cz + +- mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock + (per-VMA_lock_fix). +- commit c5c7c45 + +------------------------------------------------------------------- +Thu Aug 10 07:29:43 CEST 2023 - jslaby@suse.cz + +- ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on + AMD Zen (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: Always use MADT override + IRQ settings for all legacy non i8042 IRQs + (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: revert "Remove "Zen" specific match and quirks" + (20230809085526.84913-1-hdegoede@redhat.com). +- commit 17e449f + +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 15:54:28 CEST 2023 - mfranc@suse.cz + +- net: tun_chr_open(): set sk_uid from current_fsuid() + (CVE-2023-4194 bsc#1214019). +- commit 8967829 + +------------------------------------------------------------------- +Mon Aug 7 15:54:01 CEST 2023 - mfranc@suse.cz + +- net: tap_open(): set sk_uid from current_fsuid() (CVE-2023-4194 + bsc#1214019). +- commit e5a2ecb + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + +------------------------------------------------------------------- +Mon Aug 7 11:51:29 CEST 2023 - mkubecek@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + Mirrored openSUSE repositories are long term more reliable than + SUSE:Factory:HEAD we use now for IBS builds. Dropping the IBS_PROJECT* + variables is the simplest way to switch to them as MyBS.pm prepends + "openSUSE.org:" to the corresponding OBS_PROJECT* variable in their + absence. + This is a combination of kernel-source commits 21cafd1fd12a + ("rpm/config.sh: switch to openSUSE.org repos for IBS") and 294d54140dd0 + ("rpm/config.sh: remove IBS repos completely") from stable branch. +- commit 997a7e4 + +------------------------------------------------------------------- +Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: remove IBS repos completely + The commit 21cafd1f (rpm/config.sh: switch to openSUSE.org repos for + IBS) duplicated the OBS repos in openSUSE.org: space. But this is done + automatically in MyBS.pm. So drop all of them instead of duplicating. +- commit 294d541 + +------------------------------------------------------------------- +Mon Aug 7 00:32:26 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc5 +- commit b685771 + +------------------------------------------------------------------- +Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + SUSE:Factory:HEAD is currently (and often) broken. Switch to + openSUSE.org: repositories. They are up-to-date and provide the same + archs plus armv6. +- commit 21cafd1 + +------------------------------------------------------------------- +Thu Aug 3 15:32:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.8 (bsc#1012628). +- platform/x86/amd/pmf: Notify OS power slider update + (bsc#1012628). +- platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + (bsc#1012628). +- drm/amd: Move helper for dynamic speed switch check out of smu13 + (bsc#1012628). +- drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters + implementation with SMU13 (bsc#1012628). +- jbd2: Fix wrongly judgement for buffer head removing while + doing checkpoint (bsc#1012628). +- KVM: arm64: Handle kvm_arm_init failure correctly in + finalize_pkvm (bsc#1012628). +- blk-mq: Fix stall due to recursive flush plug (bsc#1012628). +- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during + window close (bsc#1012628). +- KVM: s390: pv: simplify shutdown and fix race (bsc#1012628). +- KVM: s390: pv: fix index value of replaced ASCE (bsc#1012628). +- s390/mm: fix per vma lock fault handling (bsc#1012628). +- io_uring: don't audit the capability check in io_uring_create() + (bsc#1012628). +- gpio: tps68470: Make tps68470_gpio_output() always set the + initial value (bsc#1012628). +- gpio: mvebu: Make use of devm_pwmchip_add (bsc#1012628). +- gpio: mvebu: fix irq domain leak (bsc#1012628). +- regmap: Disable locking for RBTREE and MAPLE unit tests + (bsc#1012628). +- btrfs: factor out a btrfs_verify_page helper (bsc#1012628). +- btrfs: fix fsverify read error handling in end_page_read + (bsc#1012628). +- btrfs: fix race between quota disable and relocation + (bsc#1012628). +- i2c: Delete error messages for failed memory allocations + (bsc#1012628). +- i2c: Improve size determinations (bsc#1012628). +- i2c: nomadik: Remove unnecessary goto label (bsc#1012628). +- i2c: nomadik: Use devm_clk_get_enabled() (bsc#1012628). +- i2c: nomadik: Remove a useless call in the remove function + (bsc#1012628). +- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + (bsc#1012628). +- PCI/ASPM: Factor out pcie_wait_for_retrain() (bsc#1012628). +- PCI/ASPM: Avoid link retraining race (bsc#1012628). +- PCI: rockchip: Remove writes to unused registers (bsc#1012628). +- PCI: rockchip: Fix window mapping and address translation for + endpoint (bsc#1012628). +- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + (bsc#1012628). +- drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch + (bsc#1012628). +- drm/amd/display: Keep disable aux-i delay as 0 (bsc#1012628). +- drm/amd/display: add pixel rate based CRB allocation support + (bsc#1012628). +- drm/amd/display: fix dcn315 single stream crb allocation + (bsc#1012628). +- drm/amd/display: Update correct DCN314 register header + (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Rembrandt (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Phoenix (bsc#1012628). +- drm/ttm: never consider pinned BOs for eviction&swap + (bsc#1012628). +- maple_tree: add __init and __exit to test module (bsc#1012628). +- maple_tree: fix 32 bit mas_next testing (bsc#1012628). +- drm/amd/display: Add FAMS validation before trying to use it + (bsc#1012628). +- drm/amd/display: update extended blank for dcn314 onwards + (bsc#1012628). +- drm/amd/display: Fix possible underflow for displays with + large vblank (bsc#1012628). +- drm/amd/display: Prevent vtotal from being set to 0 + (bsc#1012628). +- ext4: add EXT4_MB_HINT_GOAL_ONLY test in + ext4_mb_use_preallocated (bsc#1012628). +- ext4: mballoc: Remove useless setting of ac_criteria + (bsc#1012628). +- ext4: fix rbtree traversal bug in ext4_mb_use_preallocated + (bsc#1012628). +- phy: phy-mtk-dp: Fix an error code in probe() (bsc#1012628). +- phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test + (bsc#1012628). +- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during + runtime suspend (bsc#1012628). +- phy: qcom-snps-femto-v2: properly enable ref clock + (bsc#1012628). +- soundwire: qcom: update status correctly with mask + (bsc#1012628). +- soundwire: amd: Fix a check for errors in probe() (bsc#1012628). +- media: tc358746: Address compiler warnings (bsc#1012628). +- media: staging: atomisp: select V4L2_FWNODE (bsc#1012628). +- media: amphion: Fix firmware path to match linux-firmware + (bsc#1012628). +- media: mtk-jpeg: move data/code inside CONFIG_OF blocks + (bsc#1012628). +- media: mtk_jpeg_core: avoid unused-variable warning + (bsc#1012628). +- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- iavf: fix potential deadlock on allocation failure + (bsc#1012628). +- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + (bsc#1012628). +- net: phy: marvell10g: fix 88x3310 power up (bsc#1012628). +- net: hns3: fix the imp capability bit cannot exceed 32 bits + issue (bsc#1012628). +- net: hns3: fix wrong tc bandwidth weight data issue + (bsc#1012628). +- net: hns3: fix wrong bw weight of disabled tc issue + (bsc#1012628). +- vxlan: calculate correct header length for GPE (bsc#1012628). +- vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + (bsc#1012628). +- vxlan: fix GRO with VXLAN-GPE (bsc#1012628). +- phy: hisilicon: Fix an out of bounds check in + hisi_inno_phy_probe() (bsc#1012628). +- atheros: fix return value check in atl1_tso() (bsc#1012628). +- ethernet: atheros: fix return value check in atl1e_tso_csum() + (bsc#1012628). +- ipv6 addrconf: fix bug where deleting a mngtmpaddr can create + a new temporary address (bsc#1012628). +- net: fec: avoid tx queue timeout when XDP is enabled + (bsc#1012628). +- tcp: Reduce chance of collisions in inet6_hashfn() + (bsc#1012628). +- ice: Fix memory management in ice_ethtool_fdir.c (bsc#1012628). +- bonding: reset bond's flags when down link is P2P device + (bsc#1012628). +- team: reset team's flags when down link is P2P device + (bsc#1012628). +- octeontx2-af: Fix hash extraction enable configuration + (bsc#1012628). +- net: stmmac: Apply redundant write work around on 4.xx too + (bsc#1012628). +- platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind + U100 (bsc#1012628). +- x86/traps: Fix load_unaligned_zeropad() handling for shared + TDX memory (bsc#1012628). +- macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF + (bsc#1012628). +- igc: Fix Kernel Panic during ndo_tx_timeout callback + (bsc#1012628). +- netfilter: nft_set_rbtree: fix overlap expiration walk + (bsc#1012628). +- netfilter: nf_tables: skip immediate deactivate in + _PREPARE_ERROR (bsc#1012628). +- netfilter: nf_tables: disallow rule addition to bound chain + via NFTA_RULE_CHAIN_ID (bsc#1012628). +- mm: suppress mm fault logging if fatal signal already pending + (bsc#1012628). +- tools: ynl-gen: fix enum index in + _decode_enum(..) (bsc#1012628). +- net: fec: tx processing does not call XDP APIs if budget is 0 + (bsc#1012628). +- net/sched: mqprio: Add length check for + TCA_MQPRIO_{MAX/MIN}_RATE64 (bsc#1012628). +- benet: fix return value check in be_lancer_xmit_workarounds() + (bsc#1012628). +- tipc: check return value of pskb_trim() (bsc#1012628). +- tipc: stop tipc crypto on failure in tipc_node_create + (bsc#1012628). +- fs/9p: Fix a datatype used with V9FS_DIRECT_IO (bsc#1012628). +- RDMA/mlx4: Make check for invalid flags stricter (bsc#1012628). +- drm/msm/mdss: correct UBWC programming for SM8550 (bsc#1012628). +- drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 + planes (bsc#1012628). +- drm/msm/dpu: drop enum dpu_core_perf_data_bus_id (bsc#1012628). +- drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY + config (bsc#1012628). +- drm/msm/adreno: Fix snapshot BINDLESS_DATA size (bsc#1012628). +- RDMA/irdma: Add missing read barriers (bsc#1012628). +- RDMA/irdma: Fix data race on CQP completion stats (bsc#1012628). +- RDMA/irdma: Fix data race on CQP request done (bsc#1012628). +- RDMA/core: Update CMA destination address on rdma_resolve_addr + (bsc#1012628). +- RDMA/mthca: Fix crash when polling CQ for shared QPs + (bsc#1012628). +- RDMA/bnxt_re: Prevent handling any completions after qp destroy + (bsc#1012628). +- RDMA/bnxt_re: Enhance the existing functions that wait for FW + responses (bsc#1012628). +- RDMA/bnxt_re: Avoid the command wait if firmware is inactive + (bsc#1012628). +- RDMA/bnxt_re: use shadow qd while posting non blocking rcfw + command (bsc#1012628). +- RDMA/bnxt_re: Simplify the function that sends the FW commands + (bsc#1012628). +- RDMA/bnxt_re: add helper function __poll_for_resp (bsc#1012628). +- RDMA/bnxt_re: Fix hang during driver unload (bsc#1012628). +- drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in + a5xx_submit_in_rb() (bsc#1012628). +- drm/msm: Fix hw_fence error path cleanup (bsc#1012628). +- cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + (bsc#1012628). +- cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + (bsc#1012628). +- ASoC: fsl_spdif: Silence output on stop (bsc#1012628). +- block: Fix a source code comment in + include/uapi/linux/blkzoned.h (bsc#1012628). +- smb3: do not set NTLMSSP_VERSION flag for negotiate not auth + request (bsc#1012628). +- drm/i915: Fix an error handling path in igt_write_huge() + (bsc#1012628). +- xenbus: check xen_domain in xenbus_probe_initcall (bsc#1012628). +- dm raid: fix missing reconfig_mutex unlock in raid_ctr() + error paths (bsc#1012628). +- dm raid: clean up four equivalent goto tags in raid_ctr() + (bsc#1012628). +- dm raid: protect md_stop() with 'reconfig_mutex' (bsc#1012628). +- drm/amd: Fix an error handling mistake in psp_sw_init() + (bsc#1012628). +- drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() (bsc#1012628). +- RDMA/irdma: Fix op_type reporting in CQEs (bsc#1012628). +- RDMA/irdma: Report correct WC error (bsc#1012628). +- drm/msm: Disallow submit with fence id 0 (bsc#1012628). +- ublk: fail to start device if queue setup is interrupted + (bsc#1012628). +- ublk: fail to recover device if queue setup is interrupted + (bsc#1012628). +- ublk: return -EINTR if breaking from waiting for existed users + in DEL_DEV (bsc#1012628). +- iommufd: IOMMUFD_DESTROY should not increase the refcount + (bsc#1012628). +- tmpfs: fix Documentation of noswap and huge mount options + (bsc#1012628). +- ata: pata_ns87415: mark ns87560_tf_read static (bsc#1012628). +- ring-buffer: Fix wrong stat of cpu_buffer->read (bsc#1012628). +- tracing: Fix warning in trace_buffered_event_disable() + (bsc#1012628). +- Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" (bsc#1012628). +- usb: gadget: call usb_gadget_check_config() to verify UDC + capability (bsc#1012628). +- USB: gadget: Fix the memory leak in raw_gadget driver + (bsc#1012628). +- usb: gadget: core: remove unbalanced mutex_unlock in + usb_gadget_activate (bsc#1012628). +- KVM: Grab a reference to KVM for VM and vCPU stats file + descriptors (bsc#1012628). +- KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + (bsc#1012628). +- KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + (bsc#1012628). +- serial: qcom-geni: drop bogus runtime pm state update + (bsc#1012628). +- tty: serial: sh-sci: Fix sleeping in atomic context + (bsc#1012628). +- serial: 8250_dw: Preserve original value of DLF register + (bsc#1012628). +- serial: sifive: Fix sifive_serial_console_setup() section + (bsc#1012628). +- USB: serial: option: support Quectel EM060K_128 (bsc#1012628). +- USB: serial: option: add Quectel EC200A module support + (bsc#1012628). +- USB: serial: simple: add Kaufmann RKS+CAN VCP (bsc#1012628). +- USB: serial: simple: sort driver entries (bsc#1012628). +- can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED (bsc#1012628). +- TIOCSTI: always enable for CAP_SYS_ADMIN (bsc#1012628). +- usb: typec: Set port->pd before adding device for typec_port + (bsc#1012628). +- usb: typec: Iterate pds array when showing the pd list + (bsc#1012628). +- usb: typec: Use sysfs_emit_at when concatenating the string + (bsc#1012628). +- Revert "usb: dwc3: core: Enable AutoRetry feature in the + controller" (bsc#1012628). +- usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + (bsc#1012628). +- usb: dwc3: don't reset device side if dwc3 was configured as + host-only (bsc#1012628). +- usb: misc: ehset: fix wrong if condition (bsc#1012628). +- usb: ohci-at91: Fix the unhandle interrupt when resume + (bsc#1012628). +- USB: quirks: add quirk for Focusrite Scarlett (bsc#1012628). +- usb: cdns3: fix incorrect calculation of ep_buf_size when more + than one config (bsc#1012628). +- usb: xhci-mtk: set the dma max_seg_size (bsc#1012628). +- Revert "usb: xhci: tegra: Fix error check" (bsc#1012628). +- Documentation: security-bugs.rst: update preferences when + dealing with the linux-distros group (bsc#1012628). +- Documentation: security-bugs.rst: clarify CVE handling + (bsc#1012628). +- staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + (bsc#1012628). +- staging: ks7010: potential buffer overflow in + ks_wlan_set_encode_ext() (bsc#1012628). +- tty: n_gsm: fix UAF in gsm_cleanup_mux (bsc#1012628). +- Revert "xhci: add quirk for host controllers that don't update + endpoint DCS" (bsc#1012628). +- ALSA: hda/realtek: Support ASUS G713PV laptop (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP 250 G8 (bsc#1012628). +- hwmon: (k10temp) Enable AMD3255 Proc to show negative + temperature (bsc#1012628). +- hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 + disabled (bsc#1012628). +- hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + (bsc#1012628). +- hwmon: (pmbus_core) Fix pmbus_is_enabled() (bsc#1012628). +- hwmon: (pmbus_core) Fix NULL pointer dereference (bsc#1012628). +- hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status + (bsc#1012628). +- btrfs: zoned: do not enable async discard (bsc#1012628). +- btrfs: account block group tree when calculating global reserve + size (bsc#1012628). +- btrfs: check if the transaction was aborted at + btrfs_wait_for_commit() (bsc#1012628). +- btrfs: check for commit error at + btrfs_attach_transaction_barrier() (bsc#1012628). +- x86/MCE/AMD: Decrement threshold_bank refcount when removing + threshold blocks (bsc#1012628). +- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled + (bsc#1012628). +- file: always lock position for FMODE_ATOMIC_POS (bsc#1012628). +- nfsd: Remove incorrect check in nfsd4_validate_stateid + (bsc#1012628). +- ksmbd: check if a mount point is crossed during path lookup + (bsc#1012628). +- ACPI/IORT: Remove erroneous id_count check in + iort_node_get_rmr_info() (bsc#1012628). +- tpm_tis: Explicitly check for error code (bsc#1012628). +- irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + (bsc#1012628). +- irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI + invalidation (bsc#1012628). +- locking/rtmutex: Fix task->pi_waiters integrity (bsc#1012628). +- proc/vmcore: fix signedness bug in read_from_oldmem() + (bsc#1012628). +- xen: speed up grant-table reclaim (bsc#1012628). +- virtio-net: fix race between set queues and probe (bsc#1012628). +- net: ipa: only reset hashed tables when supported (bsc#1012628). +- net: dsa: qca8k: enable use_single_write for qca8xxx + (bsc#1012628). +- net: dsa: qca8k: fix search_and_insert wrong handling of new + rule (bsc#1012628). +- net: dsa: qca8k: fix broken search_and_del (bsc#1012628). +- net: dsa: qca8k: fix mdb add/del case with 0 VID (bsc#1012628). +- io_uring: gate iowait schedule on having pending requests + (bsc#1012628). +- iommufd: Set end correctly when doing batch carry (bsc#1012628). +- selftests: mptcp: join: only check for ip6tables if needed + (bsc#1012628). +- soundwire: fix enumeration completion (bsc#1012628). +- Revert "um: Use swap() to make code cleaner" (bsc#1012628). +- LoongArch: Fix return value underflow in exception path + (bsc#1012628). +- LoongArch: BPF: Fix check condition to call lu32id in move_imm() + (bsc#1012628). +- LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + (bsc#1012628). +- 9p: fix ignored return value in v9fs_dir_release (bsc#1012628). +- fs/9p: remove unnecessary and overrestrictive check + (bsc#1012628). +- fs/9p: fix typo in comparison logic for cache mode + (bsc#1012628). +- fs/9p: fix type mismatch in file cache mode helper + (bsc#1012628). +- fs/9p: remove unnecessary invalidate_inode_pages2 (bsc#1012628). +- s390/dasd: fix hanging device after quiesce/resume + (bsc#1012628). +- s390/dasd: print copy pair message only for the correct error + (bsc#1012628). +- mptcp: more accurate NL event generation (bsc#1012628). +- ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + (bsc#1012628). +- arm64/sme: Set new vector length before reallocating + (bsc#1012628). +- PM: sleep: wakeirq: fix wake irq arming (bsc#1012628). +- thermal: of: fix double-free on unregistration (bsc#1012628). +- ceph: never send metrics if disable_send_metrics is set + (bsc#1012628). +- drm/i915/dpt: Use shmem for dpt objects (bsc#1012628). +- dm cache policy smq: ensure IO doesn't prevent cleaner policy + progress (bsc#1012628). +- rbd: make get_lock_owner_info() return a single locker or NULL + (bsc#1012628). +- rbd: harden get_lock_owner_info() a bit (bsc#1012628). +- rbd: retrieve and check lock owner twice before blocklisting + (bsc#1012628). +- mm: lock VMA in dup_anon_vma() before setting ->anon_vma + (bsc#1012628). +- mm: fix memory ordering for mm_lock_seq and vm_lock_seq + (bsc#1012628). +- mm/memory-failure: fix hardware poison check in + unpoison_memory() (bsc#1012628). +- mm/mempolicy: Take VMA lock before replacing policy + (bsc#1012628). +- dma-buf: keep the signaling time of merged fences v3 + (bsc#1012628). +- dma-buf: fix an error pointer vs NULL bug (bsc#1012628). +- commit c24ac79 + +------------------------------------------------------------------- +Tue Aug 1 12:08:18 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ALSA-usb-audio-Add-quirk-for-Microsoft-Modern-Wirele.patch. + Update upstream status. +- commit cba3fa8 + +------------------------------------------------------------------- +Sun Jul 30 22:55:01 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc4 +- refresh configs +- commit 2390421 + +------------------------------------------------------------------- +Sun Jul 30 10:03:34 CEST 2023 - tiwai@suse.de + +- Revert "drm/edid: Fix csync detailed mode parsing" + (bsc#1213693). +- commit 8de9301 + +------------------------------------------------------------------- +Fri Jul 28 13:06:20 CEST 2023 - tiwai@suse.de + +- Update MHI and ath11k hibernation fix patches (bsc#1207948) + Upstream updated / cleaned up the patch set slightly +- commit 5da2543 + ------------------------------------------------------------------- Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de @@ -3069,18 +15306,2504 @@ Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de Fixes: 02b7735e0caf ("rpm/kernel-binary.spec.in: Add Enhances and Supplements tags to in-tree KMPs") - commit 264db74 +------------------------------------------------------------------- +Thu Jul 27 12:09:59 CEST 2023 - tiwai@suse.de + +- wifi: rtw89: Fix loading of compressed firmware (bsc#1212808). +- commit 6cc40be + +------------------------------------------------------------------- +Thu Jul 27 10:51:09 CEST 2023 - tiwai@suse.de + +- ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop + (bsc#1213583). +- commit e67f54f + +------------------------------------------------------------------- +Thu Jul 27 09:14:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.7 (bsc#1012628). +- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + (bsc#1012628). +- ALSA: hda/realtek - remove 3k pull low procedure (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS70AU (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + (bsc#1012628). +- maple_tree: set the node limit when creating a new root node + (bsc#1012628). +- mm/mlock: fix vma iterator conversion of apply_vma_lock_flags() + (bsc#1012628). +- maple_tree: fix node allocation testing on 32 bit (bsc#1012628). +- selftests/mm: mkdirty: fix incorrect position of #endif + (bsc#1012628). +- keys: Fix linking a duplicate key to a keyring's assoc_array + (bsc#1012628). +- prctl: move PR_GET_AUXV out of PR_MCE_KILL (bsc#1012628). +- perf probe: Add test for regression introduced by switch to + die_get_decl_file() (bsc#1012628). +- perf probe: Read DWARF files from the correct CU (bsc#1012628). +- btrfs: fix iput() on error pointer after error during orphan + cleanup (bsc#1012628). +- btrfs: fix warning when putting transaction with qgroups + enabled after abort (bsc#1012628). +- fuse: revalidate: don't invalidate if interrupted (bsc#1012628). +- fuse: add feature flag for expire-only (bsc#1012628). +- fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + (bsc#1012628). +- btrfs: raid56: always verify the P/Q contents for scrub + (bsc#1012628). +- btrfs: set_page_extent_mapped after read_folio in + btrfs_cont_expand (bsc#1012628). +- btrfs: fix double iput() on inode after an error during orphan + cleanup (bsc#1012628). +- btrfs: zoned: fix memory leak after finding block group with + super blocks (bsc#1012628). +- fuse: ioctl: translate ENOSYS in outarg (bsc#1012628). +- btrfs: fix race between balance and cancel/pause (bsc#1012628). +- selftests: tc: set timeout to 15 minutes (bsc#1012628). +- accel/qaic: Fix a leak in map_user_pages() (bsc#1012628). +- selftests: tc: add 'ct' action kconfig dep (bsc#1012628). +- regmap: Drop initial version of maximum transfer length fixes + (bsc#1012628). +- s390/zcrypt: fix reply buffer calculations for CCA replies + (bsc#1012628). +- regmap: Account for register length in SMBus I/O limits + (bsc#1012628). +- ia64: mmap: Consider pgoff when searching for free mapping + (bsc#1012628). +- arm64/fpsimd: Ensure SME storage is allocated after SVE VL + changes (bsc#1012628). +- can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll + timeout (bsc#1012628). +- can: bcm: Fix UAF in bcm_proc_show() (bsc#1012628). +- can: gs_usb: gs_can_open(): improve error handling + (bsc#1012628). +- can: gs_usb: fix time stamp counter initialization + (bsc#1012628). +- selftests: tc: add ConnTrack procfs kconfig (bsc#1012628). +- accel/qaic: tighten bounds checking in encode_message() + (bsc#1012628). +- accel/qaic: tighten bounds checking in decode_message() + (bsc#1012628). +- accel/qaic: Add consistent integer overflow checks + (bsc#1012628). +- dma-buf/dma-resv: Stop leaking on krealloc() failure + (bsc#1012628). +- drm/amdgpu/vkms: relax timer deactivation by + hrtimer_try_to_cancel (bsc#1012628). +- drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + (bsc#1012628). +- drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + (bsc#1012628). +- drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX + interrupts (bsc#1012628). +- drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP + (bsc#1012628). +- drm/nouveau/i2c: fix number of aux event slots (bsc#1012628). +- drm/client: Fix memory leak in drm_client_target_cloned + (bsc#1012628). +- drm/client: Fix memory leak in drm_client_modeset_probe + (bsc#1012628). +- drm/amd/display: only accept async flips for fast updates + (bsc#1012628). +- drm/amd/display: Disable MPC split by default on special asic + (bsc#1012628). +- drm/amd/display: check TG is non-null before checking if enabled + (bsc#1012628). +- drm/amd/display: Keep PHY active for DP displays on DCN31 + (bsc#1012628). +- ASoC: fsl_sai: Disable bit clock with transmitter (bsc#1012628). +- ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit + for master mode" (bsc#1012628). +- ASoC: tegra: Fix ADX byte map (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: cs42l51: fix driver to properly autoload with automatic + module loading (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + (bsc#1012628). +- ASoC: cs35l45: Select REGMAP_IRQ (bsc#1012628). +- ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component + remove (bsc#1012628). +- ASoC: qdsp6: audioreach: fix topology probe deferral + (bsc#1012628). +- ASoC: tegra: Fix AMX byte map (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing mbhc init error handling + (bsc#1012628). +- ASoC: codecs: wcd934x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix codec initialisation race + (bsc#1012628). +- ASoC: codecs: wcd938x: fix soundwire initialisation race + (bsc#1012628). +- KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 + bits (bsc#1012628). +- KVM: arm64: Correctly handle page aging notifiers for unaligned + memslot (bsc#1012628). +- KVM: arm64: Disable preemption in kvm_arch_hardware_enable() + (bsc#1012628). +- KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t + preemption (bsc#1012628). +- ext4: correct inline offset when handling xattrs in inode body + (bsc#1012628). +- drm/radeon: Fix integer overflow in radeon_cs_parser_init + (bsc#1012628). +- ALSA: emu10k1: roll up loops in DSP setup code for Audigy + (bsc#1012628). +- quota: Properly disable quotas when add_dquot_ref() fails + (bsc#1012628). +- quota: fix warning in dqgrab() (bsc#1012628). +- HID: add quirk for 03f0:464a HP Elite Presenter Mouse + (bsc#1012628). +- ovl: check type and offset of struct vfsmount in ovl_entry + (bsc#1012628). +- udf: Fix uninitialized array access for some pathnames + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + (bsc#1012628). +- fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + (bsc#1012628). +- MIPS: dec: prom: Address -Warray-bounds warning (bsc#1012628). +- FS: JFS: Fix null-ptr-deref Read in txBegin (bsc#1012628). +- FS: JFS: Check for read-only mounted filesystem in txBegin + (bsc#1012628). +- md: fix data corruption for raid456 when reshape restart while + grow up (bsc#1012628). +- md/raid10: prevent soft lockup while flush writes (bsc#1012628). +- scsi: sg: fix blktrace debugfs entries leakage (bsc#1012628). +- blk-mq: fix NULL dereference on q->elevator in + blk_mq_elv_switch_none (bsc#1012628). +- posix-timers: Ensure timer ID search-loop limit is valid + (bsc#1012628). +- btrfs: add xxhash to fast checksum implementations + (bsc#1012628). +- btrfs: don't check PageError in __extent_writepage + (bsc#1012628). +- btrfs: abort transaction at update_ref_for_cow() when ref + count is zero (bsc#1012628). +- erofs: Fix detection of atomic context (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book + yb1-x90f/l (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad + X131e (3371 AMD version) (bsc#1012628). +- ACPI: resource: Remove "Zen" specific match and quirks + (bsc#1012628). +- arm64: set __exception_irq_entry with __irq_entry as a default + (bsc#1012628). +- arm64: mm: fix VA-range sanity check (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + (bsc#1012628). +- rcu-tasks: Avoid pr_info() with spin lock in + cblist_init_generic() (bsc#1012628). +- rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + (bsc#1012628). +- tools/nolibc: ensure stack protector guard is never zero + (bsc#1012628). +- sched/fair: Don't balance task to its current running CPU + (bsc#1012628). +- wifi: ath11k: fix registration of 6Ghz-only phy without the + full channel range (bsc#1012628). +- bpf: Print a warning only if writing to + unprivileged_bpf_disabled (bsc#1012628). +- bpf: Address KCSAN report on bpf_lru_list (bsc#1012628). +- spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC + (bsc#1012628). +- bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl + log (bsc#1012628). +- bpf: tcp: Avoid taking fast sock lock in iterator (bsc#1012628). +- wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in + rtw_sdio_rx_isr() (bsc#1012628). +- bpf: Silence a warning in btf_type_id_size() (bsc#1012628). +- devlink: make health report on unregistered instance warn just + once (bsc#1012628). +- wifi: ath11k: add support default regdb while searching + board-2.bin for WCN6855 (bsc#1012628). +- wifi: mac80211_hwsim: Fix possible NULL dereference + (bsc#1012628). +- spi: dw: Add compatible for Intel Mount Evans SoC (bsc#1012628). +- wifi: ath12k: Avoid NULL pointer access during management + transmit cleanup (bsc#1012628). +- wifi: ath11k: fix memory leak in WMI firmware stats + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential array out of bounds access + (bsc#1012628). +- net: ethernet: litex: add support for 64 bit stats + (bsc#1012628). +- devlink: report devlink_port_type_warn source device + (bsc#1012628). +- wifi: iwlwifi: mvm: Add NULL check before dereferencing the + pointer (bsc#1012628). +- wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() (bsc#1012628). +- wifi: iwlwifi: Add support for new PCI Id (bsc#1012628). +- wifi: iwlwifi: mvm: avoid baid size integer overflow + (bsc#1012628). +- wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + (bsc#1012628). +- igb: Fix igb_down hung on surprise removal (bsc#1012628). +- net: hns3: fix strncpy() not using dest-buf length as length + issue (bsc#1012628). +- ASoC: amd: acp: fix for invalid dai id handling in + acp_get_byte_count() (bsc#1012628). +- ASoC: codecs: wcd938x: fix mbhc impedance loglevel + (bsc#1012628). +- ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + (bsc#1012628). +- ASoC: qcom: q6apm: do not close GPR port before closing graph + (bsc#1012628). +- iov_iter: Mark copy_iovec_from_user() noclone (bsc#1012628). +- sched/fair: Use recent_used_cpu to test p->cpus_ptr + (bsc#1012628). +- sched/psi: use kernfs polling functions for PSI trigger polling + (bsc#1012628). +- pinctrl: renesas: rzv2m: Handle non-unique subnode names + (bsc#1012628). +- pinctrl: renesas: rzg2l: Handle non-unique subnode names + (bsc#1012628). +- spi: bcm63xx: fix max prepend length (bsc#1012628). +- fbdev: imxfb: warn about invalid left/right margin + (bsc#1012628). +- fbdev: imxfb: Removed unneeded release_mem_region (bsc#1012628). +- perf build: Fix library not found error when using CSLIBS + (bsc#1012628). +- btrfs: be a bit more careful when setting mirror_num_ret in + btrfs_map_block (bsc#1012628). +- spi: s3c64xx: clear loopback bit after loopback test + (bsc#1012628). +- kallsyms: strip LTO-only suffixes from promoted global functions + (bsc#1012628). +- smb: client: fix missed ses refcounting (bsc#1012628). +- arm64: Fix HFGxTR_EL2 field naming (bsc#1012628). +- dsa: mv88e6xxx: Do a final check before timing out + (bsc#1012628). +- net: ethernet: ti: cpsw_ale: Fix + cpsw_ale_get_field()/cpsw_ale_set_field() (bsc#1012628). +- bridge: Add extack warning when enabling STP in netns + (bsc#1012628). +- net: ethernet: mtk_eth_soc: handle probe deferral (bsc#1012628). +- gso: fix dodgy bit handling for GSO_UDP_L4 (bsc#1012628). +- iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid() + (bsc#1012628). +- cifs: fix mid leak during reconnection after timeout threshold + (bsc#1012628). +- ice: Unregister netdev and devlink_port only once (bsc#1012628). +- ice: prevent NULL pointer deref during reload (bsc#1012628). +- ASoC: SOF: ipc3-dtrace: uninitialized data in + dfsentry_trace_filter_write() (bsc#1012628). +- regulator: da9063: fix null pointer deref with partial DT config + (bsc#1012628). +- net: sched: cls_matchall: Undo tcf_bind_filter in case of + failure after mall_set_parms (bsc#1012628). +- net: sched: cls_u32: Undo tcf_bind_filter if + u32_replace_hw_knode (bsc#1012628). +- net: sched: cls_u32: Undo refcount decrement in case update + failed (bsc#1012628). +- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + (bsc#1012628). +- net: dsa: microchip: correct KSZ8795 static MAC table access + (bsc#1012628). +- drm/i915/perf: add sentinel to xehp_oa_b_counters (bsc#1012628). +- iavf: Fix use-after-free in free_netdev (bsc#1012628). +- iavf: Fix out-of-bounds when setting channels on remove + (bsc#1012628). +- iavf: use internal state to free traffic IRQs (bsc#1012628). +- iavf: make functions static where possible (bsc#1012628). +- iavf: Wait for reset in callbacks which trigger it + (bsc#1012628). +- iavf: fix a deadlock caused by rtnl and driver's lock circular + dependencies (bsc#1012628). +- iavf: fix reset task race with iavf_remove() (bsc#1012628). +- security: keys: Modify mismatched function name (bsc#1012628). +- vrf: Fix lockdep splat in output path (bsc#1012628). +- octeontx2-pf: Dont allocate BPIDs for LBK interfaces + (bsc#1012628). +- bpf: Fix subprog idx logic in check_max_stack_depth + (bsc#1012628). +- bpf: Repeat check_max_stack_depth for async callbacks + (bsc#1012628). +- bpf, arm64: Fix BTI type used for freplace attached functions + (bsc#1012628). +- igc: Avoid transmit queue timeout for XDP (bsc#1012628). +- igc: Prevent garbled TX queue with XDP ZEROCOPY (bsc#1012628). +- net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->txhash + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->ts_recent + (bsc#1012628). +- net: ipv4: Use kfree_sensitive instead of kfree (bsc#1012628). +- net:ipv6: check return value of pskb_trim() (bsc#1012628). +- Revert "tcp: avoid the lookup process failing to get sk in + ehash table" (bsc#1012628). +- net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + (bsc#1012628). +- fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + (bsc#1012628). +- llc: Don't drop packet from non-root netns (bsc#1012628). +- ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + (bsc#1012628). +- netfilter: nf_tables: fix spurious set element insertion failure + (bsc#1012628). +- netfilter: nf_tables: can't schedule in nft_chain_validate + (bsc#1012628). +- netfilter: nft_set_pipapo: fix improper element removal + (bsc#1012628). +- netfilter: nf_tables: skip bound chain in netns release path + (bsc#1012628). +- netfilter: nf_tables: skip bound chain on rule flush + (bsc#1012628). +- Bluetooth: use RCU for hci_conn_params and iterate safely in + hci_sync (bsc#1012628). +- Bluetooth: hci_event: call disconnect callback before deleting + conn (bsc#1012628). +- Bluetooth: ISO: fix iso_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: return ERR_PTR instead of NULL when there + is no link (bsc#1012628). +- Bluetooth: SCO: fix sco_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 + (bsc#1012628). +- tcp: annotate data-races around tp->tcp_tx_delay (bsc#1012628). +- tcp: annotate data-races around tp->tsoffset (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_time + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_intvl + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_probes + (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_syn_retries + (bsc#1012628). +- tcp: annotate data-races around tp->linger2 (bsc#1012628). +- tcp: annotate data-races around rskq_defer_accept (bsc#1012628). +- tcp: annotate data-races around tp->notsent_lowat (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_user_timeout + (bsc#1012628). +- tcp: annotate data-races around fastopenq.max_qlen + (bsc#1012628). +- net: phy: prevent stale pointer dereference in phy_init() + (bsc#1012628). +- jbd2: recheck chechpointing non-dirty buffer (bsc#1012628). +- kbuild: rust: avoid creating temporary files (bsc#1012628). +- tracing/histograms: Return an error if we fail to add histogram + to hist_vars list (bsc#1012628). +- drm/ttm: fix bulk_move corruption when adding a entry + (bsc#1012628). +- spi: dw: Remove misleading comment for Mount Evans SoC + (bsc#1012628). +- scsi/sg: don't grab scsi host module reference (bsc#1012628). +- scsi: sg: Fix checking return value of blk_get_queue() + (bsc#1012628). +- drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + (bsc#1012628). +- drm/amd/display: Add polling method to handle MST reply packet + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- commit 90999e4 + +------------------------------------------------------------------- +Wed Jul 26 18:02:03 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S + 15/17 Gen7 (bsc#1213645). +- commit 74a8144 + +------------------------------------------------------------------- +Wed Jul 26 15:17:03 CEST 2023 - tiwai@suse.de + +- bus: mhi: host: add destroy_device argument to mhi_power_down() + (bsc#1207948). +- commit fad4ac5 + +------------------------------------------------------------------- +Wed Jul 26 13:44:51 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- commit 5408d73 + +------------------------------------------------------------------- +Tue Jul 25 14:55:58 CEST 2023 - tiwai@suse.de + +- ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset + (bsc#1207129). +- commit 24fe873 + +------------------------------------------------------------------- +Tue Jul 25 06:42:30 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.6-002-x86-cpu-amd-Add-a-Zenbleed-fix.patch + (bsc#1012628 bsc#1213286 CVE-2023-20593). + Add references. +- commit 55520bc + +------------------------------------------------------------------- +Tue Jul 25 06:36:35 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.6 (bsc#1012628). +- x86/cpu/amd: Add a Zenbleed fix (bsc#1012628). +- x86/cpu/amd: Move the errata checking functionality up + (bsc#1012628). +- commit cd14b53 + +------------------------------------------------------------------- +Mon Jul 24 23:26:15 CEST 2023 - mkubecek@suse.cz + +- Delete patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + As confirmed by Jiří Slabý, the issue should be fixed by mainline commit + 32832a407a71 ("io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area()") present in 6.5-rc3 so that the revert is no longer + needed. +- commit c2a47b2 + +------------------------------------------------------------------- +Mon Jul 24 13:03:17 CEST 2023 - jslaby@suse.cz + +- Update config files. (bsc#1213592) + Disable old unmaintained serial drivers +- commit 6254189 + +------------------------------------------------------------------- +Mon Jul 24 08:30:36 CEST 2023 - jslaby@suse.cz + +- io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area() (bsc#1212773). +- Delete + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + Replace the temporary fix by an upstream fix. +- commit 2f220f8 + +------------------------------------------------------------------- +Mon Jul 24 08:19:20 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/of-Preserve-of-display-device-name-for-compatibility.patch. + Update upstream status. +- commit 8817ac3 + +------------------------------------------------------------------- +Mon Jul 24 06:52:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.5 (bsc#1012628). +- security/integrity: fix pointer to ESL data and its size on + pseries (bsc#1012628). +- HID: input: fix mapping for camera access keys (bsc#1012628). +- HID: amd_sfh: Rename the float32 variable (bsc#1012628). +- HID: amd_sfh: Fix for shift-out-of-bounds (bsc#1012628). +- net: lan743x: Don't sleep in atomic context (bsc#1012628). +- net: lan743x: select FIXED_PHY (bsc#1012628). +- ksmbd: add missing compound request handing in some commands + (bsc#1012628). +- ksmbd: fix out of bounds read in smb2_sess_setup (bsc#1012628). +- drm/panel: simple: Add connector_type for innolux_at043tn24 + (bsc#1012628). +- drm: bridge: dw_hdmi: fix connector access for scdc + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + (bsc#1012628). +- swiotlb: always set the number of areas before allocating the + pool (bsc#1012628). +- swiotlb: reduce the number of areas to match actual memory + pool size (bsc#1012628). +- drm/panel: simple: Add Powertip PH800480T013 drm_display_mode + flags (bsc#1012628). +- xen/virtio: Fix NULL deref when a bridge of PCI root bus has + no parent (bsc#1012628). +- netfilter: nf_tables: report use refcount overflow + (bsc#1012628). +- netfilter: conntrack: don't fold port numbers into addresses + before hashing (bsc#1012628). +- ice: Fix max_rate check while configuring TX rate limits + (bsc#1012628). +- ice: Fix tx queue rate limit when TCs are configured + (bsc#1012628). +- igc: Add condition for qbv_config_change_errors counter + (bsc#1012628). +- igc: Remove delay during TX ring configuration (bsc#1012628). +- igc: Add igc_xdp_buff wrapper for xdp_buff in driver + (bsc#1012628). +- igc: Add XDP hints kfuncs for RX hash (bsc#1012628). +- igc: Fix TX Hang issue when QBV Gate is closed (bsc#1012628). +- net/mlx5e: fix double free in mlx5e_destroy_flow_table + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_ptp_open (bsc#1012628). +- net/mlx5e: RX, Fix flush and close release flow of regular rq + for legacy rq (bsc#1012628). +- net/mlx5: Register a unique thermal zone per device + (bsc#1012628). +- net/mlx5e: Check for NOT_READY flag state after locking + (bsc#1012628). +- net/mlx5e: TC, CT: Offload ct clear only once (bsc#1012628). +- net/mlx5: Query hca_cap_2 only when supported (bsc#1012628). +- net/mlx5e: RX, Fix page_pool page fragment tracking for XDP + (bsc#1012628). +- igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings (bsc#1012628). +- igc: Include the length/type field and VLAN tag in queueMaxSDU + (bsc#1012628). +- igc: Handle PPS start time programming for past time values + (bsc#1012628). +- blk-crypto: use dynamic lock class for blk_crypto_profile::lock + (bsc#1012628). +- scsi: qla2xxx: Fix error code in qla2x00_start_sp() + (bsc#1012628). +- scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + (bsc#1012628). +- bpf: Fix max stack depth check for async callbacks + (bsc#1012628). +- net: mvneta: fix txq_map in case of txq_number==1 (bsc#1012628). +- net: dsa: felix: make vsc9959_tas_guard_bands_update() visible + to ocelot->ops (bsc#1012628). +- net: mscc: ocelot: fix oversize frame dropping for preemptible + TCs (bsc#1012628). +- net/sched: cls_fw: Fix improper refcount update leads to + use-after-free (bsc#1012628). +- gve: Set default duplex configuration to full (bsc#1012628). +- drm/fbdev-dma: Fix documented default preferred_bpp value + (bsc#1012628). +- octeontx2-af: Promisc enable/disable through mbox (bsc#1012628). +- octeontx2-af: Move validation of ptp pointer before its usage + (bsc#1012628). +- ionic: remove WARN_ON to prevent panic_on_warn (bsc#1012628). +- udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + (bsc#1012628). +- net: bgmac: postpone turning IRQs off to avoid SoC hangs + (bsc#1012628). +- net: prevent skb corruption on frag list segmentation + (bsc#1012628). +- s390/ism: Fix locking for forwarding of IRQs and events to + clients (bsc#1012628). +- s390/ism: Fix and simplify add()/remove() callback handling + (bsc#1012628). +- s390/ism: Do not unregister clients with registered DMBs + (bsc#1012628). +- icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in + icmp6_dev() (bsc#1012628). +- udp6: fix udp6_ehashfn() typo (bsc#1012628). +- ntb: idt: Fix error handling in idt_pci_driver_init() + (bsc#1012628). +- NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + (bsc#1012628). +- ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + (bsc#1012628). +- NTB: ntb_transport: fix possible memory leak while + device_register() fails (bsc#1012628). +- NTB: ntb_tool: Add check for devm_kcalloc (bsc#1012628). +- ipv6/addrconf: fix a potential refcount underflow for idev + (bsc#1012628). +- HID: hyperv: avoid struct memcpy overrun warning (bsc#1012628). +- net: dsa: qca8k: Add check for skb_copy (bsc#1012628). +- platform/x86: wmi: Break possible infinite loop when parsing + GUID (bsc#1012628). +- net/sched: taprio: replace tc_taprio_qopt_offload :: enable + with a "cmd" enum (bsc#1012628). +- igc: Rename qbv_enable to taprio_offload_enable (bsc#1012628). +- igc: Do not enable taprio offload for invalid arguments + (bsc#1012628). +- igc: Handle already enabled taprio offload for basetime 0 + (bsc#1012628). +- kernel/trace: Fix cleanup logic of enable_trace_eprobe + (bsc#1012628). +- fprobe: add unlock to match a succeeded + ftrace_test_recursion_trylock (bsc#1012628). +- igc: No strict mode in pure launchtime/CBS offload + (bsc#1012628). +- igc: Fix launchtime before start of cycle (bsc#1012628). +- igc: Fix inserting of empty frame for launchtime (bsc#1012628). +- nvme: fix the NVME_ID_NS_NVM_STS_MASK definition (bsc#1012628). +- openrisc: Union fpcsr and oldmask in sigcontext to unbreak + userspace ABI (bsc#1012628). +- riscv, bpf: Fix inconsistent JIT image generation (bsc#1012628). +- net: fec: remove useless fec_enet_reset_skb() (bsc#1012628). +- net: fec: remove last_bdp from fec_enet_txq_xmit_frame() + (bsc#1012628). +- net: fec: recycle pages for transmitted XDP frames + (bsc#1012628). +- net: fec: increase the size of tx ring and update + tx_wake_threshold (bsc#1012628). +- drm/i915: Don't preserve dpll_hw_state for slave crtc in + Bigjoiner (bsc#1012628). +- drm/i915: Fix one wrong caching mode enum usage (bsc#1012628). +- net: dsa: Removed unneeded of_node_put in felix_parse_ports_node + (bsc#1012628). +- octeontx2-pf: Add additional check for MCAM rules (bsc#1012628). +- erofs: avoid useless loops in z_erofs_pcluster_readmore() + when reading beyond EOF (bsc#1012628). +- erofs: avoid infinite loop in z_erofs_do_read_page() when + reading beyond EOF (bsc#1012628). +- erofs: fix fsdax unavailability for chunk-based regular files + (bsc#1012628). +- wifi: airo: avoid uninitialized warning in airo_get_rate() + (bsc#1012628). +- bpf: cpumap: Fix memory leak in cpu_map_update_elem + (bsc#1012628). +- xdp: use trusted arguments in XDP hints kfuncs (bsc#1012628). +- net/sched: flower: Ensure both minimum and maximum ports are + specified (bsc#1012628). +- riscv: mm: fix truncation warning on RV32 (bsc#1012628). +- drm/nouveau/disp: fix HDMI on gt215+ (bsc#1012628). +- drm/nouveau/disp/g94: enable HDMI (bsc#1012628). +- netdevsim: fix uninitialized data in + nsim_dev_trap_fa_cookie_write() (bsc#1012628). +- drm/nouveau/acr: Abort loading ACR if no firmware was found + (bsc#1012628). +- drm/nouveau: bring back blit subchannel for pre nv50 GPUs + (bsc#1012628). +- net/sched: make psched_mtu() RTNL-less safe (bsc#1012628). +- net: txgbe: fix eeprom calculation error (bsc#1012628). +- wifi: rtw89: debug: fix error code in + rtw89_debug_priv_send_h2c_set() (bsc#1012628). +- net/sched: sch_qfq: reintroduce lmax bound check for MTU + (bsc#1012628). +- net/sched: sch_qfq: account for stab overhead in qfq_enqueue + (bsc#1012628). +- nvme-pci: fix DMA direction of unmapping integrity data + (bsc#1012628). +- smb: client: improve DFS mount check (bsc#1012628). +- cifs: fix session state check in smb2_find_smb_ses + (bsc#1012628). +- smb: client: fix parsing of source mount option (bsc#1012628). +- drm/client: Send hotplug event after registering a client + (bsc#1012628). +- f2fs: don't reset unchangable mount option in f2fs_remount() + (bsc#1012628). +- f2fs: fix deadlock in i_xattr_sem and inode page lock + (bsc#1012628). +- kbuild: make modules_install copy modules.builtin(.modinfo) + (bsc#1012628). +- tpm: Do not remap from ACPI resources again for Pluton TPM + (bsc#1012628). +- tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + (bsc#1012628). +- tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11 + (bsc#1012628). +- tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 12th gen (bsc#1012628). +- tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm: return false from tpm_amd_is_rng_defective on non-x86 + platforms (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 13th gen (bsc#1012628). +- tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs + (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Lenovo L590 devices + (bsc#1012628). +- mtd: rawnand: meson: fix unaligned DMA buffers handling + (bsc#1012628). +- net: bcmgenet: Ensure MDIO unregistration has clocks enabled + (bsc#1012628). +- net: phy: dp83td510: fix kernel stall during netboot in + DP83TD510E PHY driver (bsc#1012628). +- kasan: add kasan_tag_mismatch prototype (bsc#1012628). +- kasan: use internal prototypes matching gcc-13 builtins + (bsc#1012628). +- kasan, slub: fix HW_TAGS zeroing with slub_debug (bsc#1012628). +- kasan: fix type cast in memory_is_poisoned_n (bsc#1012628). +- tracing/user_events: Fix incorrect return value for writing + operation when events are disabled (bsc#1012628). +- powerpc: Fail build if using recordmcount with binutils v2.37 + (bsc#1012628). +- misc: fastrpc: Create fastrpc scalar with correct buffer count + (bsc#1012628). +- powerpc/security: Fix Speculation_Store_Bypass reporting on + Power10 (bsc#1012628). +- powerpc/64s: Fix native_hpte_remove() to be irq-safe + (bsc#1012628). +- MIPS: cpu-features: Use boot_cpu_type for CPU type based + features (bsc#1012628). +- MIPS: Loongson: Fix cpu_probe_loongson() again (bsc#1012628). +- MIPS: Loongson: Fix build error when make modules_install + (bsc#1012628). +- MIPS: KVM: Fix NULL pointer dereference (bsc#1012628). +- ext4: Fix reusing stale buffer heads from last failed mounting + (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_clear_bb (bsc#1012628). +- ext4: get block from bh in ext4_free_blocks for fast commit + replay (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_new_blocks (bsc#1012628). +- ext4: avoid updating the superblock on a r/o mount if not needed + (bsc#1012628). +- ext4: fix to check return value of freeze_bdev() in + ext4_shutdown() (bsc#1012628). +- ext4: turn quotas off if mount failed after enabling quotas + (bsc#1012628). +- ext4: only update i_reserved_data_blocks on successful block + allocation (bsc#1012628). +- fs: dlm: revert check required context while close + (bsc#1012628). +- mm/mmap: Fix error return in do_vmi_align_munmap() + (bsc#1012628). +- soc: qcom: mdt_loader: Fix unconditional call to + scm_pas_mem_setup (bsc#1012628). +- ext2/dax: Fix ext2_setsize when len is page aligned + (bsc#1012628). +- jfs: jfs_dmap: Validate db_l2nbperpage while mounting + (bsc#1012628). +- arm64: dts: mt7986: use size of reserved partition for bl2 + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix wkup pinmux range (bsc#1012628). +- hwrng: imx-rngc - fix the timeout for init and self check + (bsc#1012628). +- dm integrity: reduce vmalloc space footprint on 32-bit + architectures (bsc#1012628). +- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + (bsc#1012628). +- s390/zcrypt: do not retry administrative requests (bsc#1012628). +- PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + (bsc#1012628). +- PCI: Release resource invalidated by coalescing (bsc#1012628). +- PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.3.3 (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion initialization + (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion detection + (bsc#1012628). +- PCI: rockchip: Assert PCI Configuration Enable bit after probe + (bsc#1012628). +- PCI: rockchip: Write PCI Device ID to correct register + (bsc#1012628). +- PCI: rockchip: Add poll and timeout to wait for PHY PLLs to + be locked (bsc#1012628). +- PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe + endpoint core (bsc#1012628). +- PCI: rockchip: Use u32 variable to access 32-bit registers + (bsc#1012628). +- PCI: rockchip: Set address alignment for endpoint mode + (bsc#1012628). +- misc: pci_endpoint_test: Free IRQs before removing the device + (bsc#1012628). +- misc: pci_endpoint_test: Re-init completion for every test + (bsc#1012628). +- mfd: pm8008: Fix module autoloading (bsc#1012628). +- md/raid0: add discard support for the 'original' layout + (bsc#1012628). +- fs: dlm: return positive pid value for F_GETLK (bsc#1012628). +- fs: dlm: fix cleanup pending ops when interrupted (bsc#1012628). +- fs: dlm: interrupt posix locks only when process is killed + (bsc#1012628). +- fs: dlm: make F_SETLK use unkillable wait_event (bsc#1012628). +- fs: dlm: fix mismatch of plock results from userspace + (bsc#1012628). +- fs: dlm: clear pending bit when queue was empty (bsc#1012628). +- fs: dlm: fix missing pending to false (bsc#1012628). +- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused + by lpfc_nlp_not_used() (bsc#1012628). +- drm/atomic: Allow vblank-enabled + self-refresh "disable" + (bsc#1012628). +- drm/rockchip: vop: Leave vblank enabled in self-refresh + (bsc#1012628). +- drm/dp_mst: Clear MSG_RDY flag before sending new message + (bsc#1012628). +- drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 + for FPO (bsc#1012628). +- drm/amd/display: Fix in secure display context creation + (bsc#1012628). +- drm/amd/display: fix seamless odm transitions (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd/display: Remove Phantom Pipe Check When Calculating + K1 and K2 (bsc#1012628). +- drm/amd/display: Correct `DMUB_FW_VERSION` macro (bsc#1012628). +- drm/amd/display: Add monitor specific edid quirk (bsc#1012628). +- drm/amdgpu: avoid restore process run into dead loop + (bsc#1012628). +- drm/amd/pm: fix smu i2c data read risk (bsc#1012628). +- drm/ttm: Don't leak a resource on eviction error (bsc#1012628). +- drm/ttm: Don't leak a resource on swapout move error + (bsc#1012628). +- serial: atmel: don't enable IRQs prematurely (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() in case of error (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() when iterating clk (bsc#1012628). +- tty: serial: imx: fix rs485 rx after tx (bsc#1012628). +- tty: fix hang on tty device with no_room set (bsc#1012628). +- firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() (bsc#1012628). +- libceph: harden msgr2.1 frame segment length checks + (bsc#1012628). +- ceph: add a dedicated private data for netfs rreq (bsc#1012628). +- ceph: fix blindly expanding the readahead windows (bsc#1012628). +- ceph: don't let check_caps skip sending responses for revoke + msgs (bsc#1012628). +- nfp: clean mc addresses in application firmware when closing + port (bsc#1012628). +- arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + (bsc#1012628). +- xhci: Fix resume issue of some ZHAOXIN hosts (bsc#1012628). +- xhci: Fix TRB prefetch issue of ZHAOXIN hosts (bsc#1012628). +- xhci: Show ZHAOXIN xHCI root hub speed correctly (bsc#1012628). +- meson saradc: fix clock divider mask length (bsc#1012628). +- opp: Fix use-after-free in lazy_opp_tables after probe deferral + (bsc#1012628). +- soundwire: qcom: fix storing port config out-of-bounds + (bsc#1012628). +- media: uapi: Fix [GS]_ROUTING ACTIVE flag value (bsc#1012628). +- Revert "8250: add support for ASIX devices with a FIFO bug" + (bsc#1012628). +- bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (bsc#1012628). +- s390/decompressor: fix misaligned symbol build error + (bsc#1012628). +- dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + (bsc#1012628). +- tracing/histograms: Add histograms to hist_vars if they have + referenced variables (bsc#1012628). +- tracing: Fix memory leak of iter->temp when reading trace_pipe + (bsc#1012628). +- nvme: don't reject probe due to duplicate IDs for single-ported + PCIe devices (bsc#1012628). +- samples: ftrace: Save required argument registers in sample + trampolines (bsc#1012628). +- perf: RISC-V: Remove PERF_HES_STOPPED flag checking in + riscv_pmu_start() (bsc#1012628). +- regmap-irq: Fix out-of-bounds access when allocating config + buffers (bsc#1012628). +- net: ena: fix shift-out-of-bounds in exponential backoff + (bsc#1012628). +- ring-buffer: Fix deadloop issue on reading trace_pipe + (bsc#1012628). +- ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() (bsc#1012628). +- drm/amd/pm: share the code around SMU13 pcie parameters update + (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane/speed switching + for SMU13 (bsc#1012628). +- cifs: if deferred close is disabled then close files immediately + (bsc#1012628). +- xtensa: ISS: fix call to split_if_spec (bsc#1012628). +- perf/x86: Fix lockdep warning in for_each_sibling_event() + on SPR (bsc#1012628). +- PM: QoS: Restore support for default value on frequency QoS + (bsc#1012628). +- pwm: meson: modify and simplify calculation in + meson_pwm_get_state (bsc#1012628). +- pwm: meson: fix handling of period/duty if greater than UINT_MAX + (bsc#1012628). +- accel/ivpu: Fix VPU register access in irq disable + (bsc#1012628). +- accel/ivpu: Clear specific interrupt status bits on C0 + (bsc#1012628). +- fprobe: Release rethook after the ftrace_ops is unregistered + (bsc#1012628). +- fprobe: Ensure running fprobe_exit_handler() finished before + calling rethook_free() (bsc#1012628). +- tracing: Fix null pointer dereference in tracing_err_log_open() + (bsc#1012628). +- mptcp: do not rely on implicit state check in mptcp_listen() + (bsc#1012628). +- mptcp: ensure subflow is unhashed before cleaning the backlog + (bsc#1012628). +- selftests: mptcp: sockopt: use 'iptables-legacy' if available + (bsc#1012628). +- selftests: mptcp: connect: fail if nft supposed to work + (bsc#1012628). +- selftests: mptcp: sockopt: return error if wrong mark + (bsc#1012628). +- selftests: mptcp: userspace_pm: use correct server port + (bsc#1012628). +- selftests: mptcp: userspace_pm: report errors with 'remove' + tests (bsc#1012628). +- selftests: mptcp: depend on SYN_COOKIES (bsc#1012628). +- selftests: mptcp: pm_nl_ctl: fix 32-bit support (bsc#1012628). +- smb: client: Fix -Wstringop-overflow issues (bsc#1012628). +- tracing/probes: Fix to avoid double count of the string length + on the array (bsc#1012628). +- tracing/probes: Fix not to count error code to total length + (bsc#1012628). +- tracing/probes: Fix to update dynamic data counter if fetcharg + uses it (bsc#1012628). +- Revert "tracing: Add "(fault)" name injection to kernel probes" + (bsc#1012628). +- tracing/probes: Fix to record 0-length data_loc in + fetch_store_string*() if fails (bsc#1012628). +- tracing/user_events: Fix struct arg size match check + (bsc#1012628). +- scsi: qla2xxx: Multi-que support for TMF (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd failure (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd fail due to unavailable + resource (bsc#1012628). +- scsi: qla2xxx: Fix hang in task management (bsc#1012628). +- scsi: qla2xxx: Wait for io return on terminate rport + (bsc#1012628). +- scsi: qla2xxx: Fix mem access after free (bsc#1012628). +- scsi: qla2xxx: Array index may go out of bound (bsc#1012628). +- scsi: qla2xxx: Avoid fcport pointer dereference (bsc#1012628). +- scsi: qla2xxx: Fix buffer overrun (bsc#1012628). +- scsi: qla2xxx: Fix potential NULL pointer dereference + (bsc#1012628). +- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + (bsc#1012628). +- scsi: qla2xxx: Correct the index of array (bsc#1012628). +- scsi: qla2xxx: Pointer may be dereferenced (bsc#1012628). +- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + (bsc#1012628). +- scsi: qla2xxx: Fix end of loop test (bsc#1012628). +- net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set() + (bsc#1012628). +- MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS + enabled (bsc#1012628). +- Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + (bsc#1012628). +- drm/atomic: Fix potential use-after-free in nonblocking commits + (bsc#1012628). +- net/ncsi: make one oem_gma function for all mfr id + (bsc#1012628). +- net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + (bsc#1012628). +- Update config files. Set CONFIG_AMPERE_ERRATUM_AC03_CPU_38=y (the + default) +- commit 6282d80 + +------------------------------------------------------------------- +Mon Jul 24 06:42:23 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- disable + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch +- commit de7235b + +------------------------------------------------------------------- +Sun Jul 23 19:41:07 CEST 2023 - schwab@suse.de + +- rpm/mkspec-dtb: add riscv64 dtb-thead subpackage +- commit 5f4d0a7 + ------------------------------------------------------------------- Sun Jul 23 19:39:03 CEST 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-allwinner subpackage - commit ec82ffc +------------------------------------------------------------------- +Sun Jul 23 12:14:22 CEST 2023 - tiwai@suse.de + +- Revert "r8169: disable ASPM during NAPI poll" (bsc#1213491). +- r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions + now that ASPM is disabled during NAPI poll") (bsc#1213491). +- r8169: fix ASPM-related problem for chip version 42 and 43 + (bsc#1213491). +- commit 8d5ae5f + +------------------------------------------------------------------- +Thu Jul 20 07:33:38 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.4 (bsc#1012628). +- start_kernel: Add __no_stack_protector function attribute + (bsc#1012628). +- USB: serial: option: add LARA-R6 01B PIDs (bsc#1012628). +- usb: dwc3: gadget: Propagate core init errors to UDC during + pullup (bsc#1012628). +- phy: tegra: xusb: Clear the driver reference in usb-phy dev + (bsc#1012628). +- extcon: usbc-tusb320: Unregister typec port on driver removal + (bsc#1012628). +- dt-bindings: iio: ad7192: Add mandatory reference voltage source + (bsc#1012628). +- iio: addac: ad74413: don't set DIN_SINK for functions other + than digital input (bsc#1012628). +- iio: adc: ad7192: Fix null ad7192_state pointer access + (bsc#1012628). +- iio: adc: ad7192: Fix internal/external clock selection + (bsc#1012628). +- iio: accel: fxls8962af: errata bug only applicable for + FXLS8962AF (bsc#1012628). +- iio: accel: fxls8962af: fixup buffer scan element type + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- fs: pipe: reveal missing function protoypes (bsc#1012628). +- s390/kasan: fix insecure W+X mapping warning (bsc#1012628). +- blk-mq: don't queue plugged passthrough requests into scheduler + (bsc#1012628). +- block: Fix the type of the second bdev_op_is_zoned_write() + argument (bsc#1012628). +- block/rq_qos: protect rq_qos apis with a new lock (bsc#1012628). +- splice: Fix filemap_splice_read() to use the correct inode + (bsc#1012628). +- erofs: kill hooked chains to avoid loops on deduplicated + compressed images (bsc#1012628). +- x86/resctrl: Only show tasks' pid in current pid namespace + (bsc#1012628). +- fsverity: use shash API instead of ahash API (bsc#1012628). +- fsverity: don't use bio_first_page_all() in + fsverity_verify_bio() (bsc#1012628). +- blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + (bsc#1012628). +- x86/sev: Fix calculation of end address based on number of pages + (bsc#1012628). +- blk-cgroup: Reinit blkg_iostat_set after clearing in + blkcg_reset_stats() (bsc#1012628). +- virt: sevguest: Add CONFIG_CRYPTO dependency (bsc#1012628). +- blk-mq: fix potential io hang by wrong 'wake_batch' + (bsc#1012628). +- lockd: drop inappropriate svc_get() from locked_get() + (bsc#1012628). +- nvme-core: fix memory leak in dhchap_secret_store (bsc#1012628). +- nvme-core: fix memory leak in dhchap_ctrl_secret (bsc#1012628). +- nvme-core: add missing fault-injection cleanup (bsc#1012628). +- nvme-core: fix dev_pm_qos memleak (bsc#1012628). +- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + (bsc#1012628). +- md/raid10: fix overflow of md/safe_mode_delay (bsc#1012628). +- md/raid10: fix wrong setting of max_corr_read_errors + (bsc#1012628). +- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + (bsc#1012628). +- md/raid10: fix io loss while replacement replace rdev + (bsc#1012628). +- md/raid1-10: factor out a helper to add bio to plug + (bsc#1012628). +- md/raid1-10: factor out a helper to submit normal write + (bsc#1012628). +- md/raid1-10: submit write io directly if bitmap is not enabled + (bsc#1012628). +- block: fix blktrace debugfs entries leakage (bsc#1012628). +- irqchip/loongson-eiointc: Fix irq affinity setting during resume + (bsc#1012628). +- splice: don't call file_accessed in copy_splice_read + (bsc#1012628). +- irqchip/stm32-exti: Fix warning on initialized field overwritten + (bsc#1012628). +- irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + (bsc#1012628). +- svcrdma: Prevent page release when nothing was received + (bsc#1012628). +- erofs: fix compact 4B support for 16k block size (bsc#1012628). +- posix-timers: Prevent RT livelock in itimer_delete() + (bsc#1012628). +- tick/rcu: Fix bogus ratelimit condition (bsc#1012628). +- tracing/timer: Add missing hrtimer modes to + decode_hrtimer_mode() (bsc#1012628). +- btrfs: always read the entire extent_buffer (bsc#1012628). +- btrfs: don't use btrfs_bio_ctrl for extent buffer reading + (bsc#1012628). +- btrfs: return bool from lock_extent_buffer_for_io (bsc#1012628). +- btrfs: submit a writeback bio per extent_buffer (bsc#1012628). +- btrfs: fix range_end calculation in extent_write_locked_range + (bsc#1012628). +- btrfs: don't fail writeback when allocating the compression + context fails (bsc#1012628). +- btrfs: only call __extent_writepage_io from + extent_write_locked_range (bsc#1012628). +- btrfs: don't treat zoned writeback as being from an async + helper thread (bsc#1012628). +- btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that + get split (bsc#1012628). +- blk-mq: don't insert passthrough request into sw queue + (bsc#1012628). +- clocksource/drivers/cadence-ttc: Fix memory leak in + ttc_timer_probe (bsc#1012628). +- PM: domains: fix integer overflow issues in genpd_parse_state() + (bsc#1012628). +- perf/arm-cmn: Fix DTC reset (bsc#1012628). +- drivers/perf: apple_m1: Force 63bit counters for M2 CPUs + (bsc#1012628). +- x86/mm: Allow guest.enc_status_change_prepare() to fail + (bsc#1012628). +- x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() (bsc#1012628). +- drivers/perf: hisi: Don't migrate perf to the CPU going to + teardown (bsc#1012628). +- perf: arm_cspmu: Set irq affinitiy only if overflow interrupt + is used (bsc#1012628). +- perf/arm_cspmu: Fix event attribute type (bsc#1012628). +- APEI: GHES: correctly return NULL for ghes_get_devices() + (bsc#1012628). +- powercap: RAPL: fix invalid initialization for pl4_supported + field (bsc#1012628). +- powercap: RAPL: Fix CONFIG_IOSF_MBI dependency (bsc#1012628). +- PM: domains: Move the verification of in-params from + genpd_add_device() (bsc#1012628). +- ARM: 9303/1: kprobes: avoid missing-declaration warnings + (bsc#1012628). +- cpufreq: intel_pstate: Fix energy_performance_preference for + passive (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226 + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets + (bsc#1012628). +- thermal/drivers/sun8i: Fix some error handling paths in + sun8i_ths_probe() (bsc#1012628). +- thermal/drivers/qoriq: Only enable supported sensors + (bsc#1012628). +- kunit: tool: undo type subscripts for subprocess.Popen + (bsc#1012628). +- rcu: Make rcu_cpu_starting() rely on interrupts being disabled + (bsc#1012628). +- rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined + CPUs (bsc#1012628). +- rcutorture: Correct name of use_softirq module parameter + (bsc#1012628). +- rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + (bsc#1012628). +- rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading + rcuscale (bsc#1012628). +- x86/mtrr: Remove physical address size calculation + (bsc#1012628). +- x86/mtrr: Support setting MTRR state for software defined MTRRs + (bsc#1012628). +- x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guest + (bsc#1012628). +- x86/mtrr: Replace size_or_mask and size_and_mask with a much + easier concept (bsc#1012628). +- x86/xen: Set MTRR state when running as Xen PV initial domain + (bsc#1012628). +- tools/nolibc: ensure fast64 integer types have 64 bits + (bsc#1012628). +- kselftest: vDSO: Fix accumulation of uninitialized ret when + CLOCK_REALTIME is undefined (bsc#1012628). +- selftests/ftace: Fix KTAP output ordering (bsc#1012628). +- perf/ibs: Fix interface via core pmu events (bsc#1012628). +- x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + (bsc#1012628). +- reiserfs: Initialize sec->length in reiserfs_security_init() + (bsc#1012628). +- locking/atomic: arm: fix sync ops (bsc#1012628). +- evm: Complete description of evm_inode_setattr() (bsc#1012628). +- evm: Fix build warnings (bsc#1012628). +- ima: Fix build warnings (bsc#1012628). +- pstore/ram: Add check for kstrdup (bsc#1012628). +- sched/core: Avoid multiple calling update_rq_clock() in + __cfsb_csd_unthrottle() (bsc#1012628). +- igc: Enable and fix RX hash usage by netstack (bsc#1012628). +- wifi: ath9k: fix AR9003 mac hardware hang check register offset + calculation (bsc#1012628). +- wifi: ath9k: avoid referencing uninit memory in + ath9k_wmi_ctrl_rx (bsc#1012628). +- libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE (bsc#1012628). +- bpf: encapsulate precision backtracking bookkeeping + (bsc#1012628). +- bpf: improve precision backtrack logging (bsc#1012628). +- bpf: maintain bitmasks across all active frames in + __mark_chain_precision (bsc#1012628). +- bpf: fix propagate_precision() logic for inner frames + (bsc#1012628). +- wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851B + (bsc#1012628). +- samples/bpf: Fix buffer overflow in tcp_basertt (bsc#1012628). +- spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + (bsc#1012628). +- wifi: wilc1000: fix for absent RSN capabilities WFA testcase + (bsc#1012628). +- wifi: rtw88: unlock on error path in rtw_ops_add_interface() + (bsc#1012628). +- wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() (bsc#1012628). +- sctp: add bpf_bypass_getsockopt proto callback (bsc#1012628). +- sfc: release encap match in efx_tc_flow_free() (bsc#1012628). +- libbpf: fix offsetof() and container_of() to work with CO-RE + (bsc#1012628). +- bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + (bsc#1012628). +- spi: dw: Round of n_bytes to power of 2 (bsc#1012628). +- nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() (bsc#1012628). +- bpftool: JIT limited misreported as negative value on aarch64 + (bsc#1012628). +- bpf: Remove bpf trampoline selector (bsc#1012628). +- bpf: Fix memleak due to fentry attach failure (bsc#1012628). +- selftests/bpf: Do not use sign-file as testcase (bsc#1012628). +- regulator: rk808: fix asynchronous probing (bsc#1012628). +- regulator: core: Fix more error checking for + debugfs_create_dir() (bsc#1012628). +- regulator: core: Streamline debugfs operations (bsc#1012628). +- wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + (bsc#1012628). +- wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + (bsc#1012628). +- wifi: atmel: Fix an error handling path in atmel_probe() + (bsc#1012628). +- wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + (bsc#1012628). +- wifi: ray_cs: Fix an error handling path in ray_probe() + (bsc#1012628). +- wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + (bsc#1012628). +- wifi: rtw88: usb: silence log flooding error message + (bsc#1012628). +- samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + (bsc#1012628). +- wifi: ath10k: Trigger STA disconnect after reconfig complete + on hardware restart (bsc#1012628). +- bpf: Remove anonymous union in bpf_kfunc_call_arg_meta + (bsc#1012628). +- bpf: Set kptr_struct_meta for node param to list and rbtree + insert funcs (bsc#1012628). +- bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation + (bsc#1012628). +- bpf: Make bpf_refcount_acquire fallible for non-owning refs + (bsc#1012628). +- tools/resolve_btfids: Fix setting HOSTCFLAGS (bsc#1012628). +- wifi: iwlwifi: mvm: send time sync only if needed (bsc#1012628). +- wifi: mac80211: recalc min chandef for new STA links + (bsc#1012628). +- selftests/bpf: Fix check_mtu using wrong variable type + (bsc#1012628). +- soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() + and geni_se_rx_init_dma() (bsc#1012628). +- spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, + use framework instead (bsc#1012628). +- wifi: rsi: Do not configure WoWlan in shutdown hook if not + enabled (bsc#1012628). +- wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + (bsc#1012628). +- ice: handle extts in the miscellaneous interrupt thread + (bsc#1012628). +- selftests: cgroup: fix unexpected failure on test_memcg_low + (bsc#1012628). +- watchdog/perf: define dummy watchdog_update_hrtimer_threshold() + on correct config (bsc#1012628). +- watchdog/perf: more properly prevent false positives with + turbo modes (bsc#1012628). +- kexec: fix a memory leak in crash_shrink_memory() (bsc#1012628). +- mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ + isn't used (bsc#1012628). +- memstick r592: make memstick_debug_get_tpc_name() static + (bsc#1012628). +- selftests/bpf: Fix invalid pointer check in get_xlated_program() + (bsc#1012628). +- wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + (bsc#1012628). +- bpf: Use scalar ids in mark_chain_precision() (bsc#1012628). +- bpf: Verify scalar ids mapping in regsafe() using check_ids() + (bsc#1012628). +- wifi: mac80211: Fix permissions for valid_links debugfs entry + (bsc#1012628). +- wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_init + (bsc#1012628). +- wifi: iwlwifi: fw: print PC register value instead of address + (bsc#1012628). +- rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + (bsc#1012628). +- wifi: ath11k: Add missing check for ioremap (bsc#1012628). +- wifi: ath11k: Add missing ops config for IPQ5018 in + ath11k_ahb_probe() (bsc#1012628). +- wifi: ath11k: Restart firmware after cold boot calibration + for IPQ5018 (bsc#1012628). +- wifi: ath11k: Add missing hw_ops->get_ring_selector() for + IPQ5018 (bsc#1012628). +- wifi: mac80211: add helpers to access sband iftype data + (bsc#1012628). +- wifi: iwlwifi: mvm: add support for Extra EHT LTF (bsc#1012628). +- wifi: iwlwifi: mvm: correctly access HE/EHT sband capa + (bsc#1012628). +- wifi: iwlwifi: pull from TXQs with softirqs disabled + (bsc#1012628). +- wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() (bsc#1012628). +- wifi: mac80211: Remove "Missing iftype sband data/EHT cap" + spam (bsc#1012628). +- wifi: cfg80211: rewrite merging of inherited elements + (bsc#1012628). +- wifi: cfg80211: drop incorrect nontransmitted BSS update code + (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect with OCB/NAN + (bsc#1012628). +- wifi: ieee80211: Fix the common size calculation for + reconfiguration ML (bsc#1012628). +- mm: move mm_count into its own cache line (bsc#1012628). +- watchdog: remove WATCHDOG_DEFAULT (bsc#1012628). +- watchdog/hardlockup: change watchdog_nmi_enable() to void + (bsc#1012628). +- watchdog/hardlockup: move perf hardlockup checking/panic to + common watchdog.c (bsc#1012628). +- watchdog/hardlockup: rename some "NMI watchdog" + constants/function (bsc#1012628). +- watchdog/perf: adapt the watchdog_perf interface for async model + (bsc#1012628). +- watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 + if probe fails (bsc#1012628). +- mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus + from 11/2019 (bsc#1012628). +- wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + (bsc#1012628). +- wifi: iwlwifi: mvm: check only affected links (bsc#1012628). +- wifi: ath9k: convert msecs to jiffies where needed + (bsc#1012628). +- bpf: Factor out socket lookup functions for the TC hookpoint + (bsc#1012628). +- bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via + TC hookpoint (bsc#1012628). +- bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF + bindings (bsc#1012628). +- can: length: fix bitstuffing count (bsc#1012628). +- can: kvaser_pciefd: Add function to set skb hwtstamps + (bsc#1012628). +- can: kvaser_pciefd: Set hardware timestamp on transmitted + packets (bsc#1012628). +- igc: Fix race condition in PTP tx code (bsc#1012628). +- igc: Check if hardware TX timestamping is enabled earlier + (bsc#1012628). +- igc: Retrieve TX timestamp during interrupt handling + (bsc#1012628). +- igc: Work around HW bug causing missing timestamps + (bsc#1012628). +- net: stmmac: fix double serdes powerdown (bsc#1012628). +- netlink: fix potential deadlock in netlink_set_err() + (bsc#1012628). +- netlink: do not hard code device address lenth in fdb dumps + (bsc#1012628). +- bonding: do not assume skb mac_header is set (bsc#1012628). +- sch_netem: fix issues in netem_change() vs get_dist_table() + (bsc#1012628). +- selftests: rtnetlink: remove netdevsim device after ipsec + offload test (bsc#1012628). +- gtp: Fix use-after-free in __gtp_encap_destroy() (bsc#1012628). +- net: axienet: Move reset before 64-bit DMA detection + (bsc#1012628). +- ocfs2: Fix use of slab data with sendpage (bsc#1012628). +- sfc: fix crash when reading stats while NIC is resetting + (bsc#1012628). +- net: nfc: Fix use-after-free caused by nfc_llcp_find_local + (bsc#1012628). +- lib/ts_bm: reset initial match offset for every block of text + (bsc#1012628). +- netfilter: conntrack: dccp: copy entire header to stack buffer, + not just basic one (bsc#1012628). +- netfilter: nf_conntrack_sip: fix the + ct_sip_parse_numerical_param() return value (bsc#1012628). +- netfilter: nf_tables: unbind non-anonymous set if rule + construction fails (bsc#1012628). +- netfilter: nf_tables: fix underflow in chain reference counter + (bsc#1012628). +- ipvlan: Fix return value of ipvlan_queue_xmit() (bsc#1012628). +- net: dsa: avoid suspicious RCU usage for synced VLAN-aware + MAC addresses (bsc#1012628). +- netlink: Add __sock_i_ino() for __netlink_diag_dump() + (bsc#1012628). +- drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe (bsc#1012628). +- drm/amd/display: Unconditionally print when DP sink power + state fails (bsc#1012628). +- drm/amd/display: Add logging for display MALL refresh setting + (bsc#1012628). +- drm/amd/display: fix is_timing_changed() prototype + (bsc#1012628). +- radeon: avoid double free in ci_dpm_init() (bsc#1012628). +- drm/amd/display: Explicitly specify update type per plane info + change (bsc#1012628). +- drm/i915/guc/slpc: Provide sysfs for efficient freq + (bsc#1012628). +- drm/bridge: it6505: Move a variable assignment behind a null + pointer check in receive_timing_debugfs_show() (bsc#1012628). +- Input: drv260x - sleep between polling GO bit (bsc#1012628). +- Input: cyttsp4_core - change del_timer_sync() to + timer_shutdown_sync() (bsc#1012628). +- Input: tests - fix use-after-free and refcount underflow in + input_test_exit() (bsc#1012628). +- Input: tests - modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable error path (bsc#1012628). +- drm/bridge: tc358768: always enable HS video mode (bsc#1012628). +- drm/bridge: tc358768: fix PLL parameters computation + (bsc#1012628). +- drm/bridge: tc358768: fix PLL target frequency (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_ZEROCNT computation + (bsc#1012628). +- drm/bridge: tc358768: Add atomic_get_input_bus_fmts() + implementation (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_TRAILCNT computation + (bsc#1012628). +- drm/bridge: tc358768: fix THS_ZEROCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix TXTAGOCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix THS_TRAILCNT computation + (bsc#1012628). +- Input: tests - fix input_test_match_device_id test + (bsc#1012628). +- drm/vram-helper: fix function names in vram helper doc + (bsc#1012628). +- ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + (bsc#1012628). +- ARM: dts: meson8b: correct uart_B and uart_C clock references + (bsc#1012628). +- clk: vc5: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: vc7: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: rs9: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- Input: adxl34x - do not hardcode interrupt trigger type + (bsc#1012628). +- drm: sun4i_tcon: use devm_clk_get_enabled in + `sun4i_tcon_init_clocks` (bsc#1012628). +- drm/panel: sharp-ls043t1le01: adjust mode settings + (bsc#1012628). +- driver: soc: xilinx: use _safe loop iterator to avoid a use + after free (bsc#1012628). +- ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name + (bsc#1012628). +- ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake + devices (bsc#1012628). +- ASoC: Intel: sof_sdw: start set codec init function with an + adr index (bsc#1012628). +- drm/vkms: isolate pixel conversion functionality (bsc#1012628). +- drm: Add fixed-point helper to get rounded integer values + (bsc#1012628). +- drm/vkms: Fix RGB565 pixel conversion (bsc#1012628). +- ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier + boards (bsc#1012628). +- bus: ti-sysc: Fix dispc quirk masking bool variables + (bsc#1012628). +- arm64: dts: microchip: sparx5: do not use PSCI on reference + boards (bsc#1012628). +- drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Update the size of GICC & GICV + regions (bsc#1012628). +- clk: imx: scu: use _safe list iterator to avoid a use after free + (bsc#1012628). +- hwmon: (f71882fg) prevent possible division by zero + (bsc#1012628). +- RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove unnecessary return labels + (bsc#1012628). +- RDMA/bnxt_re: Use unique names while registering interrupts + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove an unnecessary log (bsc#1012628). +- drm/msm/dpu: enable DSPP_2/3 for LM_2/3 on sm8450 (bsc#1012628). +- drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed + rate (bsc#1012628). +- drm/msm/dpu: fix cursor block register bit offset in msm8998 + hw catalog (bsc#1012628). +- drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80 + (bsc#1012628). +- drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + (bsc#1012628). +- drm/nouveau: dispnv50: fix missing-prototypes warning + (bsc#1012628). +- iommu/virtio: Detach domain on endpoint release (bsc#1012628). +- iommu/virtio: Return size mapped for a detached domain + (bsc#1012628). +- clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + (bsc#1012628). +- ARM: dts: gta04: Move model property out of pinctrl node + (bsc#1012628). +- arm64: dts: qcom: qrb4210-rb2: Fix CD gpio for SDHC2 + (bsc#1012628). +- drm/bridge: anx7625: Prevent endless probe loop (bsc#1012628). +- ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1 + (bsc#1012628). +- ARM: omap1: Drop header on AMS Delta (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from PalmTE + (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from SX1 + (bsc#1012628). +- Input: ads7846 - Convert to use software nodes (bsc#1012628). +- ARM/mmc: Convert old mmci-omap to GPIO descriptors + (bsc#1012628). +- ARM: omap1: Fix up the Nokia 770 board device IRQs + (bsc#1012628). +- ARM: omap1: Make serial wakeup GPIOs use descriptors + (bsc#1012628). +- ARM: omap1: Exorcise the legacy GPIO header (bsc#1012628). +- ARM/gpio: Push OMAP2 quirk down into TWL4030 driver + (bsc#1012628). +- ARM: omap2: Get USB hub reset GPIO from descriptor + (bsc#1012628). +- ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors + (bsc#1012628). +- ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 + (bsc#1012628). +- ARM: dts: qcom: msm8974: do not use underscore in node name + (again) (bsc#1012628). +- arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + (bsc#1012628). +- arm64: dts: qcom: ipq6018: correct qrng unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct IOMMU unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8976: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8994: correct SPMI unit address + (bsc#1012628). +- arm64: dts: qcom: msm8996: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm630: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct thermal-sensor unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct DMA controller unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct PCI phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct USB phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct pinctrl unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: add missing touchscreen + child node reg (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS + expansion (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] + (bsc#1012628). +- drm/panel: simple: fix active size for Ampire + AM-480272H3TMQW-T01H (bsc#1012628). +- ARM: ep93xx: fix missing-prototype warnings (bsc#1012628). +- ARM: omap2: fix missing tick_broadcast() prototype + (bsc#1012628). +- arm64: dts: qcom: pm7250b: add missing spmi-vadc include + (bsc#1012628). +- arm64: dts: qcom: apq8096: fix fixed regulator name property + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Add + mediatek,broken-save-restore-fw to kukui (bsc#1012628). +- arm64: dts: mediatek: mt8192: Add + mediatek,broken-save-restore-fw to asurada (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add + mediatek,broken-save-restore-fw to cherry (bsc#1012628). +- ARM: dts: stm32: Shorten the AV96 HDMI sound card name + (bsc#1012628). +- memory: brcmstb_dpfe: fix testing array offset after use + (bsc#1012628). +- ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely + controlled (bsc#1012628). +- ASoC: es8316: Increment max value for ALC Capture Target Volume + control (bsc#1012628). +- ASoC: es8316: Do not set rate constraints for unsupported MCLKs + (bsc#1012628). +- ARM: dts: meson8: correct uart_B and uart_C clock references + (bsc#1012628). +- soc/fsl/qe: fix usb.c build errors (bsc#1012628). +- RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + (bsc#1012628). +- IB/hfi1: Fix wrong mmu_node used for user SDMA packet after + invalidate (bsc#1012628). +- RDMA/hns: Fix hns_roce_table_get return value (bsc#1012628). +- ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + (bsc#1012628). +- arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + (bsc#1012628). +- drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush + register (bsc#1012628). +- drm/msm/dpu: always clear every individual pending flush mask + (bsc#1012628). +- fbdev: omapfb: lcd_mipid: Fix an error handling path in + mipid_spi_probe() (bsc#1012628). +- dt-bindings: arm-smmu: Fix SC8280XP Adreno binding + (bsc#1012628). +- drm/i915: Fix limited range csc matrix (bsc#1012628). +- drm/i915: hide mkwrite_device_info() better (bsc#1012628). +- drm/i915/display: Move display device info to header under + display/ (bsc#1012628). +- drm/i915: Convert INTEL_INFO()->display to a pointer + (bsc#1012628). +- drm/i915/display: Move display runtime info to display structure + (bsc#1012628). +- drm/i915/display: Make display responsible for probing its + own IP (bsc#1012628). +- drm/i915: No 10bit gamma on desktop gen3 parts (bsc#1012628). +- arm64: dts: rockchip: Assign ES8316 MCLK rate on rk3588-rock-5b + (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix physical address of pin + (bsc#1012628). +- Input: pm8941-powerkey - fix debounce on gen2+ PMICs + (bsc#1012628). +- arm64: dts: rockchip: Fix compatible for Bluetooth on + rk3566-anbernic (bsc#1012628). +- ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + (bsc#1012628). +- accel/habanalabs: fix gaudi2_get_tpc_idle_status() return + (bsc#1012628). +- ARM: dts: stm32: fix i2s endpoint format property for + stm32mp15xx-dkx (bsc#1012628). +- hwmon: (gsc-hwmon) fix fan pwm temperature scaling + (bsc#1012628). +- hwmon: (pmbus/adm1275) Fix problems with temperature monitoring + on ADM1272 (bsc#1012628). +- ARM: dts: BCM5301X: fix duplex-full => full-duplex + (bsc#1012628). +- clk: Export clk_hw_forward_rate_request() (bsc#1012628). +- drm/amd/display: Fix a test CalculatePrefetchSchedule() + (bsc#1012628). +- drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + (bsc#1012628). +- drm/amdkfd: Fix potential deallocation of previously deallocated + memory (bsc#1012628). +- soc: mediatek: SVS: Fix MT8192 GPU node name (bsc#1012628). +- drm/amd/display: Fix artifacting on eDP panels when engaging + freesync video mode (bsc#1012628). +- drm/radeon: fix possible division-by-zero errors (bsc#1012628). +- HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- RDMA/rxe: Fix access checks in rxe_check_bind_mw (bsc#1012628). +- amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + (bsc#1012628). +- drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with + coherent SMMU (bsc#1012628). +- drm/msm/a5xx: really check for A510 in a5xx_gpu_init + (bsc#1012628). +- RDMA/bnxt_re: wraparound mbox producer index (bsc#1012628). +- RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock + context (bsc#1012628). +- clk: imx: composite-8m: Add imx8m_divider_determine_rate + (bsc#1012628). +- clk: imx: clk-imxrt1050: fix memory leak in + imxrt1050_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + (bsc#1012628). +- clk: imx93: fix memory leak and missing unwind goto in + imx93_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mp: improve error handling in + imx8mp_clocks_probe() (bsc#1012628). +- clk: mediatek: fix of_iomap memory leak (bsc#1012628). +- arm64: dts: qcom: qdu1000: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8550: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead + of 4k (bsc#1012628). +- arm64: dts: qcom: sm8550: Add missing interconnect path to + USB HC (bsc#1012628). +- clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + (bsc#1012628). +- clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + (bsc#1012628). +- clk: tegra: tegra124-emc: Fix potential memory leak + (bsc#1012628). +- arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl + node offsets (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias (bsc#1012628). +- ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + (bsc#1012628). +- drm/msm/dpu: do not enable color-management if DSPPs are not + available (bsc#1012628). +- drm/msm/dpu: Fix slice_last_group_size calculation + (bsc#1012628). +- drm/msm/dsi: Remove incorrect references to slice_count + (bsc#1012628). +- drm/msm/dp: Drop aux devices together with DP controller + (bsc#1012628). +- drm/msm/dp: Free resources after unregistering them + (bsc#1012628). +- arm64: dts: mediatek: Add cpufreq nodes for MT8192 + (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + (bsc#1012628). +- arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi + R3 (bsc#1012628). +- drm/amdgpu: Fix memcpy() in + sienna_cichlid_append_powerplay_table function (bsc#1012628). +- drm/amdgpu: Fix usage of UMC fill record in RAS (bsc#1012628). +- drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callback + (bsc#1012628). +- drm/msm/dpu: Move autorefresh disable from CMD encoder to + pingpong (bsc#1012628). +- drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and above + (bsc#1012628). +- drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts + (bsc#1012628). +- drm/msm/dpu: correct MERGE_3D length (bsc#1012628). +- clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks + (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix return value for + of_iomap() error (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released + issue (bsc#1012628). +- clk: vc5: check memory returned by kasprintf() (bsc#1012628). +- clk: cdce925: check return value of kasprintf() (bsc#1012628). +- clk: si5341: return error if one synth clock registration fails + (bsc#1012628). +- clk: si5341: check return value of {devm_}kasprintf() + (bsc#1012628). +- clk: si5341: free unused memory on probe failure (bsc#1012628). +- clk: keystone: sci-clk: check return value of kasprintf() + (bsc#1012628). +- clk: ti: clkctrl: check return value of kasprintf() + (bsc#1012628). +- clk: clocking-wizard: check return value of devm_kasprintf() + (bsc#1012628). +- drivers: meson: secure-pwrc: always enable DMA domain + (bsc#1012628). +- ovl: update of dentry revalidate flags after copy up + (bsc#1012628). +- ASoC: imx-audmix: check return value of devm_kasprintf() + (bsc#1012628). +- clk: Fix memory leak in devm_clk_notifier_register() + (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix board reset (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix SPI CS (bsc#1012628). +- ASoC: amd: acp: clear pdm dma interrupt mask (bsc#1012628). +- iommufd: Do not access the area pointer after unlocking + (bsc#1012628). +- iommufd: Call iopt_area_contig_done() under the lock + (bsc#1012628). +- PCI: cadence: Fix Gen2 Link Retraining process (bsc#1012628). +- PCI: vmd: Reset VMD config register between soft reboots + (bsc#1012628). +- scsi: qedf: Fix NULL dereference in error handling + (bsc#1012628). +- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + (bsc#1012628). +- platform/x86: lenovo-yogabook: Fix work race on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Reprobe devices on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Set default keyboard backligh + brightness on probe() (bsc#1012628). +- PCI/ASPM: Disable ASPM on MFD function removal to avoid + use-after-free (bsc#1012628). +- scsi: 3w-xxxx: Add error handling for initialization failure + in tw_probe() (bsc#1012628). +- pinctrl: at91: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- PCI: pciehp: Cancel bringup sequence if card is not present + (bsc#1012628). +- perf evsel: Don't let for_each_group() treat the head of the + list as one of its nodes (bsc#1012628). +- PCI: ftpci100: Release the clock resources (bsc#1012628). +- pinctrl: sunplus: Add check for kmalloc (bsc#1012628). +- scsi: ufs: Declare ufshcd_{hold,release}() once (bsc#1012628). +- PCI: Add pci_clear_master() stub for non-CONFIG_PCI + (bsc#1012628). +- scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp + based on nlp_state (bsc#1012628). +- scsi: ufs: core: Increase the START STOP UNIT timeout from + one to ten seconds (bsc#1012628). +- scsi: ufs: core: Fix handling of lrbp->cmd (bsc#1012628). +- pinctrl: tegra: Duplicate pinmux functions table (bsc#1012628). +- perf bench: Add missing setlocale() call to allow usage of + %'d style formatting (bsc#1012628). +- pinctrl: cherryview: Return correct value if pin in push-pull + mode (bsc#1012628). +- platform/x86:intel/pmc: Remove Meteor Lake S platform support + (bsc#1012628). +- platform/x86: think-lmi: mutex protection around multiple WMI + calls (bsc#1012628). +- platform/x86: think-lmi: Correct System password interface + (bsc#1012628). +- platform/x86: think-lmi: Correct NVME password handling + (bsc#1012628). +- pinctrl:sunplus: Add check for kmalloc (bsc#1012628). +- pinctrl: npcm7xx: Add missing check for ioremap (bsc#1012628). +- kcsan: Don't expect 64 bits atomic builtins from 32 bits + architectures (bsc#1012628). +- powerpc/interrupt: Don't read MSR from + interrupt_exit_kernel_prepare() (bsc#1012628). +- powerpc/signal32: Force inlining of __unsafe_save_user_regs() + and save_tm_user_regs_unsafe() (bsc#1012628). +- perf script: Fix allocation of evsel->priv related to per-event + dump files (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform + profiles (bsc#1012628). +- platform/x86/intel/pmc: Add resume callback (bsc#1012628). +- platform/x86/intel/pmc/mtl: Put devices in D3 during resume + (bsc#1012628). +- perf dwarf-aux: Fix off-by-one in die_get_varname() + (bsc#1012628). +- perf metric: Fix no group check (bsc#1012628). +- perf tests task_analyzer: Fix bad substitution ${$1} + (bsc#1012628). +- perf tests task_analyzer: Skip tests if no libtraceevent support + (bsc#1012628). +- platform/x86/dell/dell-rbtn: Fix resources leaking on error path + (bsc#1012628). +- perf tool x86: Consolidate is_amd check into single function + (bsc#1012628). +- perf tool x86: Fix perf_env memory leak (bsc#1012628). +- powerpc/64s: Fix VAS mm use after free (bsc#1012628). +- pinctrl: freescale: Fix a memory out of bounds when num_configs + is 1 (bsc#1012628). +- pinctrl: microchip-sgpio: check return value of devm_kasprintf() + (bsc#1012628). +- pinctrl: at91-pio4: check return value of devm_kasprintf() + (bsc#1012628). +- perf stat: Reset aggr stats for each run (bsc#1012628). +- scsi: ufs: core: Remove a ufshcd_add_command_trace() call + (bsc#1012628). +- scsi: ufs: core: mcq: Fix the incorrect OCS value for the + device command (bsc#1012628). +- powerpc/powernv/sriov: perform null check on iov before + dereferencing iov (bsc#1012628). +- powerpc: update ppc_save_regs to save current r1 in pt_regs + (bsc#1012628). +- riscv: hibernation: Remove duplicate call of + suspend_restore_csrs (bsc#1012628). +- PCI: qcom: Use DWC helpers for modifying the read-only DBI + registers (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.9.0 (bsc#1012628). +- platform/x86:intel/pmc: Update maps for Meteor Lake P/M + platforms (bsc#1012628). +- riscv: uprobes: Restore thread.bad_cause (bsc#1012628). +- powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + (bsc#1012628). +- powerpc/mm/dax: Fix the condition when checking if altmap + vmemap can cross-boundary (bsc#1012628). +- perf test: Set PERF_EXEC_PATH for script execution + (bsc#1012628). +- riscv: hibernate: remove WARN_ON in save_processor_state + (bsc#1012628). +- PCI: endpoint: Fix a Kconfig prompt of vNTB driver + (bsc#1012628). +- PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + (bsc#1012628). +- PCI: vmd: Fix uninitialized variable usage in + vmd_enable_domain() (bsc#1012628). +- vfio/mdev: Move the compat_class initialization to module init + (bsc#1012628). +- hwrng: virtio - Fix race on data_avail and actual data + (bsc#1012628). +- modpost: remove broken calculation of exception_table_entry size + (bsc#1012628). +- crypto: nx - fix build warnings when DEBUG_FS is not enabled + (bsc#1012628). +- modpost: fix section mismatch message for R_ARM_ABS32 + (bsc#1012628). +- modpost: fix section mismatch message for + R_ARM_{PC24,CALL,JUMP24} (bsc#1012628). +- crypto: marvell/cesa - Fix type mismatch warning (bsc#1012628). +- crypto: jitter - correct health test during initialization + (bsc#1012628). +- dt-bindings: qcom-qce: Fix compatible combinations for SM8150 + and IPQ4019 SoCs (bsc#1012628). +- scripts/mksysmap: Fix badly escaped '$' (bsc#1012628). +- modpost: fix off by one in is_executable_section() + (bsc#1012628). +- ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ + guard (bsc#1012628). +- crypto: qat - unmap buffer before free for DH (bsc#1012628). +- crypto: qat - unmap buffers before free for RSA (bsc#1012628). +- NFSv4.2: fix wrong shrinker_id (bsc#1012628). +- NFSv4.1: freeze the session table upon receiving + NFS4ERR_BADSESSION (bsc#1012628). +- SMB3: Do not send lease break acknowledgment if all file + handles have been closed (bsc#1012628). +- dax: Fix dax_mapping_release() use after free (bsc#1012628). +- dax: Introduce alloc_dev_dax_id() (bsc#1012628). +- dax/kmem: Pass valid argument to memory_group_register_static + (bsc#1012628). +- hwrng: st - keep clock enabled while hwrng is registered + (bsc#1012628). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on EliteBook (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NPx0SNx (bsc#1012628). +- ALSA: jack: Fix mutex call in snd_jack_report() (bsc#1012628). +- ALSA: pcm: Fix potential data race at PCM memory allocation + helpers (bsc#1012628). +- apparmor: fix: kzalloc perms tables for shared dfas + (bsc#1012628). +- block: fix signed int overflow in Amiga partition support + (bsc#1012628). +- block: add overflow checks for Amiga partition support + (bsc#1012628). +- block: change all __u32 annotations to __be32 in + affs_hardblocks.h (bsc#1012628). +- block: increment diskseq on all media change events + (bsc#1012628). +- mmc: block: ioctl: do write error check for spi (bsc#1012628). +- btrfs: fix race when deleting free space root from the dirty + cow roots list (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + balance_level() (bsc#1012628). +- SUNRPC: Fix UAF in svc_tcp_listen_data_ready() (bsc#1012628). +- kbuild: Fix CFI failures with GCOV (bsc#1012628). +- kbuild: Disable GCOV for *.mod.o (bsc#1012628). +- cxl/region: Move cache invalidation before region teardown, + and before setup (bsc#1012628). +- cxl/region: Flag partially torn down regions as unusable + (bsc#1012628). +- cxl/region: Fix state transitions after reset failure + (bsc#1012628). +- tools/testing/cxl: Fix command effects for inject/clear poison + (bsc#1012628). +- kbuild: builddeb: always make modules_install, to install + modules.builtin* (bsc#1012628). +- kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb + (bsc#1012628). +- efi/libstub: Disable PCI DMA before grabbing the EFI memory map + (bsc#1012628). +- cifs: prevent use-after-free by freeing the cfile later + (bsc#1012628). +- cifs: do all necessary checks for credits within or before + locking (bsc#1012628). +- smb: client: fix broken file attrs with nodfs mounts + (bsc#1012628). +- smb: client: fix shared DFS root mounts with different prefixes + (bsc#1012628). +- ksmbd: avoid field overflow warning (bsc#1012628). +- arm64: sme: Use STR P to clear FFR context field in streaming + SVE mode (bsc#1012628). +- x86/efi: Make efi_set_virtual_address_map IBT safe + (bsc#1012628). +- w1: w1_therm: fix locking behavior in convert_t (bsc#1012628). +- w1: fix loop in w1_fini() (bsc#1012628). +- dt-bindings: power: reset: qcom-pon: Only allow reboot-mode + pre-pmk8350 (bsc#1012628). +- f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + (bsc#1012628). +- sh: j2: Use ioremap() to translate device tree address into + kernel memory (bsc#1012628). +- cpufreq: tegra194: Fix an error handling path in + tegra194_cpufreq_probe() (bsc#1012628). +- USB: Extend pci resume function to handle PM events + (bsc#1012628). +- xhci: Improve the XHCI system resume time (bsc#1012628). +- usb: dwc2: Fix some error handling paths (bsc#1012628). +- serial: 8250: omap: Fix freeing of resources on failed register + (bsc#1012628). +- interconnect: qcom: rpm: Rename icc provider num_clocks to + num_bus_clocks (bsc#1012628). +- interconnect: qcom: rpm: Don't use clk_get_optional for bus + clocks anymore (bsc#1012628). +- clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocks + (bsc#1012628). +- clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk (bsc#1012628). +- clk: qcom: camcc-sc7180: Add parent dependency to all camera + GDSCs (bsc#1012628). +- clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + (bsc#1012628). +- clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + (bsc#1012628). +- media: usb: Check az6007_read() return value (bsc#1012628). +- media: amphion: drop repeated codec data for vc1l format + (bsc#1012628). +- media: amphion: drop repeated codec data for vc1g format + (bsc#1012628). +- media: common: saa7146: Avoid a leak in vmalloc_to_sg() + (bsc#1012628). +- media: videodev2.h: Fix p_s32 and p_s64 pointer types + (bsc#1012628). +- media: amphion: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: videodev2.h: Fix struct v4l2_input tuner index comment + (bsc#1012628). +- media: usb: siano: Fix warning due to null work_func_t function + pointer (bsc#1012628). +- media: i2c: imx296: fix error checking in + imx296_read_temperature() (bsc#1012628). +- media: i2c: Correct format propagation for st-mipid02 + (bsc#1012628). +- media: renesas: fdp1: Identify R-Car Gen2 versions + (bsc#1012628). +- media: hi846: fix usage of pm_runtime_get_if_in_use() + (bsc#1012628). +- media: mediatek: vcodec: using decoder status instead of core + work count (bsc#1012628). +- clk: qcom: ipq6018: fix networking resets (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + (bsc#1012628). +- clk: qcom: ipq5332: fix the src parameter in + ftbl_gcc_apss_axi_clk_src (bsc#1012628). +- clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock + (bsc#1012628). +- clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src + clock (bsc#1012628). +- staging: vchiq_arm: mark vchiq_platform_init() static + (bsc#1012628). +- soundwire: qcom: use consistently 'ctrl' as state variable name + (bsc#1012628). +- soundwire: qcom: fix unbalanced pm_runtime_put() (bsc#1012628). +- soundwire: debugfs: fix unbalanced pm_runtime_put() + (bsc#1012628). +- usb: dwc3: qcom: Fix potential memory leak (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_suspend + (bsc#1012628). +- extcon: Fix kernel doc of property fields to avoid warnings + (bsc#1012628). +- extcon: Fix kernel doc of property capability fields to avoid + warnings (bsc#1012628). +- usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + (bsc#1012628). +- usb: hide unused usbfs_notify_suspend/resume functions + (bsc#1012628). +- usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + (bsc#1012628). +- serial: core: lock port for stop_rx() in uart_suspend_port() + (bsc#1012628). +- serial: 8250: lock port for stop_rx() in omap8250_irq() + (bsc#1012628). +- serial: core: lock port for start_rx() in uart_resume_port() + (bsc#1012628). +- serial: 8250: lock port for UART_IER access in omap8250_irq() + (bsc#1012628). +- kernfs: fix missing kernfs_idr_lock to remove an ID from the + IDR (bsc#1012628). +- lkdtm: replace ll_rw_block with submit_bh (bsc#1012628). +- i3c: master: svc: fix cpu schedule in spin lock (bsc#1012628). +- coresight: Fix loss of connection info when a module is unloaded + (bsc#1012628). +- coresight: etm4x: Fix missing trctraceidr file in sysfs + (bsc#1012628). +- power: supply: rt9467: Make charger-enable control as logic + level (bsc#1012628). +- mfd: rt5033: Drop rt5033-battery sub-device (bsc#1012628). +- media: venus: helpers: Fix ALIGN() of non power of two + (bsc#1012628). +- media: atomisp: gc0310: Fix double free in gc0310_remove() + (bsc#1012628). +- media: atomisp: gmin_platform: fix out_len in + gmin_get_config_dsm_var() (bsc#1012628). +- media: atomisp: ov2680: Stop using half pixelclock for binned + modes (bsc#1012628). +- sh: Avoid using IRQ0 on SH3 and SH4 (bsc#1012628). +- gfs2: Fix duplicate should_fault_in_pages() call (bsc#1012628). +- f2fs: fix potential deadlock due to unpaired node_write lock + use (bsc#1012628). +- f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + (bsc#1012628). +- f2fs: support errors=remount-ro|continue|panic mountoption + (bsc#1012628). +- f2fs: fix the wrong condition to determine atomic context + (bsc#1012628). +- f2fs: flush error flags in workqueue (bsc#1012628). +- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + (bsc#1012628). +- usb: dwc3: qcom: Release the correct resources in + dwc3_qcom_remove() (bsc#1012628). +- usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + (bsc#1012628). +- usb: common: usb-conn-gpio: Set last role to unknown before + initial detection (bsc#1012628). +- usb: dwc3-meson-g12a: Fix an error handling path in + dwc3_meson_g12a_probe() (bsc#1012628). +- rtla/hwnoise: Reduce runtime to 75% (bsc#1012628). +- mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + (bsc#1012628). +- mfd: intel-lpss: Add missing check for platform_get_resource + (bsc#1012628). +- Revert "usb: common: usb-conn-gpio: Set last role to unknown + before initial detection" (bsc#1012628). +- serial: 8250_omap: Use force_suspend and resume for system + suspend (bsc#1012628). +- drivers: fwnode: fix fwnode_irq_get[_byname]() (bsc#1012628). +- cdx: fix driver managed dma support (bsc#1012628). +- nvmem: sunplus-ocotp: release otp->clk before return + (bsc#1012628). +- nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates + (bsc#1012628). +- test_firmware: return ENOMEM instead of ENOSPC on failed memory + allocation (bsc#1012628). +- nvmem: rmem: Use NVMEM_DEVID_AUTO (bsc#1012628). +- bus: fsl-mc: don't assume child devices are all fsl-mc devices + (bsc#1012628). +- mfd: stmfx: Fix error path in stmfx_chip_init (bsc#1012628). +- mfd: stmfx: Nullify stmfx->vdd in case of error (bsc#1012628). +- KVM: s390: vsie: fix the length of APCB bitmap (bsc#1012628). +- KVM: s390/diag: fix racy access of physical cpu number in diag + 9c handler (bsc#1012628). +- cpufreq: mediatek: correct voltages for MT7622 and MT7623 + (bsc#1012628). +- misc: fastrpc: check return value of devm_kasprintf() + (bsc#1012628). +- clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + (bsc#1012628). +- hwtracing: hisi_ptt: Fix potential sleep in atomic context + (bsc#1012628). +- phy: qcom: qmp-combo: fix Display Port PHY configuration for + SM8550 (bsc#1012628). +- mfd: stmpe: Only disable the regulators if they are enabled + (bsc#1012628). +- phy: tegra: xusb: check return value of devm_kzalloc() + (bsc#1012628). +- lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + (bsc#1012628). +- pwm: imx-tpm: force 'real_period' to be zero in suspend + (bsc#1012628). +- pwm: sysfs: Do not apply state to already disabled PWMs + (bsc#1012628). +- pwm: ab8500: Fix error code in probe() (bsc#1012628). +- pwm: mtk_disp: Fix the disable flow of disp_pwm (bsc#1012628). +- md/raid10: fix the condition to call bio_end_io_acct() + (bsc#1012628). +- perf bpf: Move the declaration of struct rq (bsc#1012628). +- blk-throttle: Fix io statistics for cgroup v1 (bsc#1012628). +- rtc: st-lpc: Release some resources in st_rtc_probe() in case + of error (bsc#1012628). +- drm/i915/psr: Use hw.adjusted mode when calculating io/fast + wake times (bsc#1012628). +- drm/i915/guc/slpc: Apply min softlimit correctly (bsc#1012628). +- f2fs: check return value of freeze_super() (bsc#1012628). +- virtio-vdpa: Fix unchecked call to NULL set_vq_affinity + (bsc#1012628). +- tools/virtio: fix build break for aarch64 (bsc#1012628). +- media: tc358746: select CONFIG_GENERIC_PHY (bsc#1012628). +- media: cec: i2c: ch7322: also select REGMAP (bsc#1012628). +- sctp: fix potential deadlock on &net->sctp.addr_wq_lock + (bsc#1012628). +- net/sched: act_ipt: add sanity checks on table name and hook + locations (bsc#1012628). +- net/sched: act_ipt: add sanity checks on skb before calling + target (bsc#1012628). +- net/sched: act_ipt: zero skb->cb before calling target + (bsc#1012628). +- spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA + mode (bsc#1012628). +- net: mscc: ocelot: don't report that RX timestamping is enabled + by default (bsc#1012628). +- net: mscc: ocelot: don't keep PTP configuration of all ports + in single structure (bsc#1012628). +- net: dsa: felix: don't drop PTP frames with tag_8021q when RX + timestamping is disabled (bsc#1012628). +- net: dsa: sja1105: always enable the INCL_SRCPT option + (bsc#1012628). +- net: dsa: tag_sja1105: always prefer source port information + from INCL_SRCPT (bsc#1012628). +- Add MODULE_FIRMWARE() for FIRMWARE_TG357766 (bsc#1012628). +- Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + (bsc#1012628). +- Bluetooth: ISO: use hci_sync for setting CIG parameters + (bsc#1012628). +- Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + (bsc#1012628). +- sfc: support for devlink port requires MAE access (bsc#1012628). +- ibmvnic: Do not reset dql stats on NON_FATAL err (bsc#1012628). +- net: dsa: vsc73xx: fix MTU configuration (bsc#1012628). +- mlxsw: minimal: fix potential memory leak in + mlxsw_m_linecards_init (bsc#1012628). +- spi: bcm-qspi: return error if neither hif_mspi nor mspi is + available (bsc#1012628). +- mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + (bsc#1012628). +- f2fs: fix error path handling in truncate_dnode() (bsc#1012628). +- octeontx2-af: cn10kb: fix interrupt csr addresses (bsc#1012628). +- octeontx2-af: Fix mapping for NIX block from CGX connection + (bsc#1012628). +- octeontx2-af: Add validation before accessing cgx and lmac + (bsc#1012628). +- octeontx2-af: Reset MAC features in FLR (bsc#1012628). +- ntfs: Fix panic about slab-out-of-bounds caused by + ntfs_listxattr() (bsc#1012628). +- powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + (bsc#1012628). +- powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + (bsc#1012628). +- net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC + mode (bsc#1012628). +- net: dsa: tag_sja1105: fix source port decoding in + vlan_filtering=0 bridge mode (bsc#1012628). +- net: fix net_dev_start_xmit trace event vs + skb_transport_offset() (bsc#1012628). +- tcp: annotate data races in __tcp_oow_rate_limited() + (bsc#1012628). +- vduse: fix NULL pointer dereference (bsc#1012628). +- bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() (bsc#1012628). +- xsk: Honor SO_BINDTODEVICE on bind (bsc#1012628). +- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + (bsc#1012628). +- drm/i915/psr: Fix BDW PSR AUX CH data register offsets + (bsc#1012628). +- fanotify: disallow mount/sb marks on kernel internal pseudo fs + (bsc#1012628). +- riscv: move memblock_allow_resize() after linear mapping is + ready (bsc#1012628). +- pptp: Fix fib lookup calls (bsc#1012628). +- net: dsa: tag_sja1105: fix MAC DA patching from meta frames + (bsc#1012628). +- net: dsa: sja1105: always enable the send_meta options + (bsc#1012628). +- octeontx-af: fix hardware timestamp configuration (bsc#1012628). +- afs: Fix accidental truncation when storing data (bsc#1012628). +- s390/qeth: Fix vipa deletion (bsc#1012628). +- risc-v: Fix order of IPI enablement vs RCU startup + (bsc#1012628). +- sh: dma: Fix DMA channel offset calculation (bsc#1012628). +- apparmor: fix missing error check for rhashtable_insert_fast + (bsc#1012628). +- apparmor: add missing failure check in compute_xmatch_perms + (bsc#1012628). +- apparmor: fix policy_compat permission remap with extended + permissions (bsc#1012628). +- apparmor: fix profile verification and enable it (bsc#1012628). +- i2c: xiic: Don't try to handle more interrupt events after error + (bsc#1012628). +- writeback: account the number of pages written back + (bsc#1012628). +- lib: dhry: fix sleeping allocations inside non-preemptable + section (bsc#1012628). +- Revert "drm/amd/display: Move DCN314 DOMAIN power control to + DMCUB" (bsc#1012628). +- arm64/signal: Restore TPIDR2 register rather than memory state + (bsc#1012628). +- irqchip/loongson-liointc: Fix IRQ trigger polarity + (bsc#1012628). +- nfsd: move init of percpu reply_cache_stats counters back to + nfsd_init_net (bsc#1012628). +- irqchip/loongson-pch-pic: Fix potential incorrect hwirq + assignment (bsc#1012628). +- NFSD: add encoding of op_recall flag for write delegation + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix initialization of HT vector + register (bsc#1012628). +- io_uring: wait interruptibly for request completions on exit + (bsc#1012628). +- mm/mglru: make memcg_lru->lock irq safe (bsc#1012628). +- mmc: core: disable TRIM on Kingston EMMC04G-M627 (bsc#1012628). +- mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M (bsc#1012628). +- mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS (bsc#1012628). +- mmc: sdhci: fix DMA configure compatibility issue when 64bit + DMA mode is used (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect for non-MLO + (bsc#1012628). +- wifi: ath10k: Serialize wake_tx_queue ops (bsc#1012628). +- wifi: cfg80211: fix receiving mesh packets without RFC1042 + header (bsc#1012628). +- wifi: mt76: mt7921e: fix init command fail with enabled device + (bsc#1012628). +- bcache: fixup btree_cache_wait list damage (bsc#1012628). +- bcache: Remove unnecessary NULL point check in node allocations + (bsc#1012628). +- bcache: Fix __bch_btree_node_alloc to make the failure behavior + consistent (bsc#1012628). +- watch_queue: prevent dangling pipe pointer (bsc#1012628). +- um: Use HOST_DIR for mrproper (bsc#1012628). +- integrity: Fix possible multiple allocation in + integrity_inode_get() (bsc#1012628). +- autofs: use flexible array in ioctl structure (bsc#1012628). +- mm/damon/ops-common: atomically test and clear young on ptes + and pmds (bsc#1012628). +- shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based + tmpfs (bsc#1012628). +- nfsd: use vfs setgid helper (bsc#1012628). +- jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + (bsc#1012628). +- fs: avoid empty option when generating legacy mount string + (bsc#1012628). +- ext4: Remove ext4 locking of moved directory (bsc#1012628). +- Revert "f2fs: fix potential corruption when moving a directory" + (bsc#1012628). +- Revert "udf: Protect rename against modification of moved + directory" (bsc#1012628). +- fs: Establish locking order for unrelated directories + (bsc#1012628). +- fs: Lock moved directories (bsc#1012628). +- usb: typec: ucsi: Mark dGPUs as DEVICE scope (bsc#1012628). +- ipvs: increase ip_vs_conn_tab_bits range for 64BIT + (bsc#1012628). +- btrfs: add handling for RAID1C23/DUP to + btrfs_reduce_alloc_profile (bsc#1012628). +- btrfs: fix dirty_metadata_bytes for redirtied buffers + (bsc#1012628). +- btrfs: insert tree mod log move in push_node_left (bsc#1012628). +- btrfs: warn on invalid slot in tree mod log rewind + (bsc#1012628). +- btrfs: delete unused BGs while reclaiming BGs (bsc#1012628). +- btrfs: bail out reclaim process if filesystem is read-only + (bsc#1012628). +- btrfs: add block-group tree to lockdep classes (bsc#1012628). +- btrfs: reinsert BGs failed to reclaim (bsc#1012628). +- btrfs: fix race when deleting quota root from the dirty cow + roots list (bsc#1012628). +- btrfs: add missing error handling when logging operation while + COWing extent buffer (bsc#1012628). +- btrfs: fix extent buffer leak after tree mod log failure at + split_node() (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + __btrfs_cow_block() (bsc#1012628). +- ASoC: mediatek: mt8173: Fix irq error path (bsc#1012628). +- ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error + path (bsc#1012628). +- regulator: tps65219: Fix matching interrupts for their + regulators (bsc#1012628). +- ARM: dts: qcom: msm8660: Fix regulator node names (bsc#1012628). +- ARM: dts: qcom: ipq4019: fix broken NAND controller properties + override (bsc#1012628). +- ARM: orion5x: fix d2net gpio initialization (bsc#1012628). +- leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev + rename (bsc#1012628). +- blktrace: use inline function for blk_trace_remove() while + blktrace is disabled (bsc#1012628). +- Input: ads7846 - Fix usage of match data (bsc#1012628). +- md/raid1-10: fix casting from randomized structure in + raid1_submit_write() (bsc#1012628). +- fs: no need to check source (bsc#1012628). +- Input: ads7846 - fix pointer cast warning (bsc#1012628). +- mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-y + (bsc#1012628). +- kbuild: Add CLANG_FLAGS to as-instr (bsc#1012628). +- kbuild: Add KBUILD_CPPFLAGS to as-option invocation + (bsc#1012628). +- kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS (bsc#1012628). +- ovl: fix null pointer dereference in ovl_permission() + (bsc#1012628). +- ovl: let helper ovl_i_path_real() return the realinode + (bsc#1012628). +- ovl: fix null pointer dereference in ovl_get_acl_rcu() + (bsc#1012628). +- LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + (bsc#1012628). +- netfilter: nf_tables: do not ignore genmask when looking up + chain by id (bsc#1012628). +- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + (bsc#1012628). +- wireguard: queueing: use saner cpu selection wrapping + (bsc#1012628). +- wireguard: netlink: send staged packets when setting initial + private key (bsc#1012628). +- tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + (bsc#1012628). +- io_uring: Use io_schedule* in cqring wait (bsc#1012628). +- block/partition: fix signedness issue for Amiga partitions + (bsc#1012628). +- sh: mach-r2d: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-highlander: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + (bsc#1012628). +- sh: hd64461: Handle virq offset for offchip IRQ base and + HD64461 IRQ (bsc#1012628). +- commit 919c802 + +------------------------------------------------------------------- +Tue Jul 18 18:13:06 CEST 2023 - msuchanek@suse.de + +- Revert "kbuild: Hack for depmod not handling X.Y versions" (bsc#1212835). +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. +- commit 8a9c423 + +------------------------------------------------------------------- +Tue Jul 18 09:35:28 CEST 2023 - jslaby@suse.cz + +- ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad + Z470 (bsc#1208724). +- commit 54e3bad + +------------------------------------------------------------------- +Tue Jul 18 09:33:55 CEST 2023 - jslaby@suse.cz + +- pinctrl: amd: Unify debounce handling into amd_pinconf_set() + (bko#217336). +- pinctrl: amd: Drop pull up select configuration (bko#217336). +- pinctrl: amd: Use amd_pinconf_set() for all config options + (bko#217336). +- pinctrl: amd: Only use special debounce behavior for GPIO 0 + (bko#217336). +- pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts + on probe" (bko#217336). +- pinctrl: amd: Detect and mask spurious interrupts (bko#217336). +- pinctrl: amd: Fix mistake in handling clearing pins at startup + (bko#217336). +- pinctrl: amd: Detect internal GPIO0 debounce handling + (bko#217336). +- commit a3dbbc0 + ------------------------------------------------------------------- Mon Jul 17 15:43:25 CEST 2023 - msuchanek@suse.de - rpm: Update dependency to match current kmod. +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Update to match current kmod (bsc#1212835). - commit d687dc3 +------------------------------------------------------------------- +Mon Jul 17 13:30:31 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amdgpu-sdma4-set-align-mask-to-255.patch. + Update to upstream version. 6.4 already contains 4_4_2. +- commit 48f7169 + +------------------------------------------------------------------- +Mon Jul 17 00:30:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- eliminate 1 patch + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch (9f71fbcde282) +- commit c159bc5 + +------------------------------------------------------------------- +Thu Jul 13 19:01:27 CEST 2023 - msuchanek@suse.de + +- of: Preserve "of-display" device name for compatibility + (bsc#1212405). +- commit 58e8dc0 + +------------------------------------------------------------------- +Thu Jul 13 15:22:56 CEST 2023 - msuchanek@suse.de + +- depmod: Handle installing modules under a prefix (bsc#1212835). +- commit b2abe86 + +------------------------------------------------------------------- +Wed Jul 12 17:00:50 CEST 2023 - jgross@suse.com + +- Restore kABI for NVidia vGPU driver (bsc#1210825). +- commit 01c9bbd + +------------------------------------------------------------------- +Wed Jul 12 16:25:24 CEST 2023 - tiwai@suse.de + +- Move upstreamed AMDGPU patches into sorted section +- commit f6ca0bc + +------------------------------------------------------------------- +Tue Jul 11 07:03:09 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.3 (bsc#1012628). +- mm: call arch_swap_restore() from do_swap_page() (bsc#1012628). +- bootmem: remove the vmemmap pages from kmemleak in + free_bootmem_page (bsc#1012628). +- commit 5fb5b21 + ------------------------------------------------------------------- Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de @@ -3088,17 +17811,501 @@ Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de They depend on CONFIG_TOOLCHAIN_HAS_*. - commit 1007103 +------------------------------------------------------------------- +Mon Jul 10 12:03:25 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/fork-lock-VMAs-of-the-parent-process-when-forking.patch. + Replace by the correct one. It was merged to upstream twice. And this is + the right version. +- commit b97b894 + +------------------------------------------------------------------- +Mon Jul 10 11:51:35 CEST 2023 - jslaby@suse.cz + +- Update vanilla config files. + Just run oldconfig for vanillas too. No actual changes. +- commit dcdca04 + +------------------------------------------------------------------- +Mon Jul 10 11:50:41 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.1-021-mm-always-expand-the-stack-with-the-mmap-write-.patch + (bsc#1012628 bsc#1212395 CVE-2023-3269). + Add references to CVE. +- commit 5a45f18 + +------------------------------------------------------------------- +Mon Jul 10 10:15:47 CEST 2023 - mkubecek@suse.cz + +- refresh vanilla configs +- commit ab4066a + +------------------------------------------------------------------- +Mon Jul 10 07:07:20 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run_oldconfig. +- commit 37ad463 + +------------------------------------------------------------------- +Mon Jul 10 07:05:48 CEST 2023 - jslaby@suse.cz + +- fork: lock VMAs of the parent process when forking + (bsc#1212775). +- mm: lock a vma before stack expansion (bsc#1212775). +- mm: lock newly mapped VMA which can be modified after it + becomes visible (bsc#1212775). +- mm: lock newly mapped VMA with corrected ordering (bsc#1212775). +- Update config files. +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. + Drop the downstream revert in favor of upstream fixes above and reset + the configs -- leave STATS off as per default. +- commit e2dafc9 + +------------------------------------------------------------------- +Mon Jul 10 06:50:11 CEST 2023 - jslaby@suse.cz + +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files. + It was fixed in 6.5-rc1 by commits: + fb49c455 fork: lock VMAs of the parent process when forking + 2b4f3b49 fork: lock VMAs of the parent process when forking + 1c7873e3 mm: lock newly mapped VMA with corrected ordering + 33313a74 mm: lock newly mapped VMA which can be modified after it becomes visible + c137381f mm: lock a vma before stack expansion + So drop the downstream revert and reset the configs -- leave STATS off + as per default. +- commit 50f64ca + +------------------------------------------------------------------- +Mon Jul 10 01:05:24 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc1 +- drop 34 patches (33 stable, 1 mainline) + - patches.kernel.org/* + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- refresh + - patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch + - patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- add build failure fix + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CACHESTAT_SYSCALL=y + - Power management and ACPI options + - X86_AMD_PSTATE_DEFAULT_MODE=3 + - Memory Management options + - ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=n + - SLAB_DEPRECATED=n + - Cryptographic API + - CRYPTO_JITTERENTROPY_TESTINTERFACE=n + - Kernel hacking + - HARDLOCKUP_DETECTOR_PREFER_BUDDY=n + - WQ_CPU_INTENSIVE_REPORT=n + - FUNCTION_GRAPH_RETVAL=y + - FPROBE_EVENTS=y + - PROBE_EVENTS_BTF_ARGS=y + - PCI support + - PCI_EPF_MHI=m + - CXL_PMU=m + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - Network device support + - CAN_F81604=m + - PPPOE_HASH_BITS_1=n + - PPPOE_HASH_BITS_2=n + - PPPOE_HASH_BITS_4=y + - PPPOE_HASH_BITS_8=n + - RTW88_8723DS=m + - RTW89_8851BE=m + - Hardware Monitoring support + - MAX31827=m + - SENSORS_HP_WMI=m + - Multifunction device drivers + - MFD_MAX77541=n + - MFD_TPS6594_I2C=m + - MFD_TPS6594_SPI=m + - Sound card support + - SND_SEQ_UMP=y + - SND_UMP_LEGACY_RAWMIDI=y + - SND_PCMTEST=m + - SND_USB_AUDIO_MIDI_V2=y + - SND_SOC_CHV3_I2S=m + - SND_SOC_CHV3_CODEC=m + - SND_SOC_MAX98388=m + - SND_SOC_RT722_SDCA_SDW=m + - SND_SOC_TAS2781_I2C=n + - SND_SOC_WSA884X=n + - HID bus support + - HID_NVIDIA_SHIELD=m + - NVIDIA_SHIELD_FF=y + - USB support + - USB_CDNS2_UDC=m + - TYPEC_MUX_NB7VPQ904M=m + - LED Support + - LEDS_AW200XX=m + - LEDS_CHT_WCOVE=m + - LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE=m + - LEDS_SIEMENS_SIMATIC_IPC_F7188X=m + - X86 Platform Specific Device Drivers + - YOGABOOK=m + - AMD_PMF_DEBUG=n + - Industrial I/O support + - ROHM_BU27008=m + - OPT4001=n + - X9250=m + - MPRLS0025PA=n + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - THERMAL_DEFAULT_GOV_BANG_BANG=n + - REGULATOR_RAA215300=m + - VIDEO_OV01A10=m + - DRM_AMDGPU_WERROR=n + - PDS_VDPA=m + - INTEL_RAPL_TPMI=m + - CXL_PMU=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX5970=m + - MFD_RK8XX_I2C=n + - MFD_RK8XX_SPI=n + - REGULATOR_TPS6287X=m + - REGULATOR_TPS6594=m + - DRM_PANEL_SAMSUNG_S6D7AA0=n + - i386 + - SND_SOC_SSM3515=n + - i386/default + - TOUCHSCREEN_MK712=m + - s390x + - RFKILL_GPIO=m + - TI_ST=m + - GP_PCI1XXXX=m + - MDIO_GPIO=m + - ISDN=n + - I2C_CBUS_GPIO=m + - I2C_GPIO=m + - I2C_GPIO_FAULT_INJECTOR=n + - GPIOLIB_FASTPATH_LIMIT=512 + - DEBUG_GPIO=n + - GPIO_SYSFS=y + - GPIO_CDEV_V1=y + - GPIO_DWAPB=n + - GPIO_GENERIC_PLATFORM=m + - GPIO_MB86S7X=n + - GPIO_AMD_FCH=m + - GPIO_FXL6408=m + - GPIO_MAX7300=m + - GPIO_MAX732X=m + - GPIO_PCA953X=m + - GPIO_PCA953X_IRQ=y + - GPIO_PCA9570=m + - GPIO_PCF857X=m + - GPIO_TPIC2810=m + - GPIO_BT8XX=n + - GPIO_PCI_IDIO_16=m + - GPIO_PCIE_IDIO_24=m + - GPIO_RDC321X=n + - GPIO_AGGREGATOR=m + - GPIO_LATCH=m + - GPIO_MOCKUP=m + - GPIO_VIRTIO=m + - GPIO_SIM=m + - SENSORS_LTC2992=n + - SENSORS_SHT15=m + - MEN_A21_WDT=m + - SSB_DRIVER_GPIO=y + - TPS65010=m + - REGULATOR_GPIO=m + - REGULATOR_TPS65132=m + - FB_SSD1307=n + - HD44780=m + - PANEL_CHANGE_MESSAGE=n + - EXTCON_GPIO=m + - EXTCON_MAX3355=m + - EXTCON_PTN5150=m + - EXTCON_USB_GPIO=n + - MUX_GPIO=n + - s390x/zfcpdump + - NVME_TARGET=y + - NVME_TARGET_LOOP=y + - NVME_TARGET_FC=y + - NVME_TARGET_AUTH=n + - NVME_MULTIPATH=y + - NVME_VERBOSE_ERRORS=n + - NVME_AUTH=n + - NVME_TARGET_PASSTHRU=n + - MOST=n + - riscv64 + - LD_DEAD_CODE_DATA_ELIMINATION=n + - ARCH_THEAD=y + - IRQ_STACKS=y + - THREAD_SIZE_ORDER=2 + - SUSPEND=y + - SUSPEND_SKIP_SYNC=n + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - PM_TEST_SUSPEND=n + - ACPI=y + - ACPI_DEBUGGER=n + - ACPI_SPCR_TABLE=y + - ACPI_EC_DEBUGFS=m + - ACPI_AC=m + - ACPI_BATTERY=m + - ACPI_BUTTON=m + - ACPI_TINY_POWER_BUTTON=m + - ACPI_TINY_POWER_BUTTON_SIGNAL=38 + - ACPI_VIDEO=m + - ACPI_FAN=m + - ACPI_TAD=m + - ACPI_DOCK=y + - ACPI_IPMI=m + - ACPI_CUSTOM_DSDT_FILE="" + - ACPI_DEBUG=y + - ACPI_PCI_SLOT=y + - ACPI_CONTAINER=y + - ACPI_HED=y + - ACPI_CUSTOM_METHOD=m + - ACPI_NFIT=m + - NFIT_SECURITY_DEBUG=n + - ACPI_CONFIGFS=m + - ACPI_PFRUT=m + - ACPI_FFH=y + - PMIC_OPREGION=y + - BT_HCIUART_RTL=y + - PCIE_EDR=y + - HOTPLUG_PCI_ACPI=y + - HOTPLUG_PCI_ACPI_IBM=m + - CXL_ACPI=m + - FW_CACHE=y + - ISCSI_IBFT=m + - EFI_CUSTOM_SSDT_OVERLAYS=y + - PNP_DEBUG_MESSAGES=n + - ATA_ACPI=y + - SATA_ZPODD=y + - PATA_ACPI=m + - NET_SB1000=n + - FUJITSU_ES=m + - TOUCHSCREEN_CHIPONE_ICN8505=m + - INPUT_SOC_BUTTON_ARRAY=m + - SERIAL_8250_PNP=y + - TCG_INFINEON=m + - ACPI_I2C_OPREGIOSENSORS_ACPI_POWERN=y + - I2C_AMD_MP2=m + - I2C_SCMI=m + - SPI_RZV2M_CSI=m + - PINCTRL_AMD=y + - GPIO_AMDPT=m + - SENSORS_NCT6775=m + - SENSORS_ACPI_POWER=m + - WDAT_WDT=m + - IR_ENE=m + - IR_FINTEK=m + - IR_ITE_CIR=m + - IR_NUVOTON=m + - VIDEO_OV2740=m + - VIDEO_OV9734=m + - DRM_SHMOBILE=n + - SND_HDA_SCODEC_CS35L41_I2C=m + - SND_HDA_SCODEC_CS35L41_SPI=m + - SND_SOC_AMD_CZ_DA7219MX98357_MACH=m + - SND_SOC_AMD_ST_ES8336_MACH=m + - SND_SOC_SOF_ACPI=m + - SND_SOC_STARFIVE=m + - SND_SOC_JH7110_TDM=m + - SND_SOC_SSM3515=n + - I2C_HID_ACPI=m + - USB_CDNS3_PCI_WRAP=m + - USB_CDNS3_STARFIVE=m + - USB_CDNSP_PCI=m + - USB_CDNSP_HOST=y + - UCSI_ACPI=m + - MMC_SDHCI_ACPI=m + - VMGENID=m + - PCC=y + - ACPI_ALS=m + - PWM_MICROCHIP_CORE=m + - INTEL_TH_ACPI=m + - CRYPTO_DEV_JH7110=m + - PER_VMA_LOCK_STATS=y + - HARDLOCKUP_DETECTOR=y + - BOOTPARAM_HARDLOCKUP_PANIC=y + - ACPI_PCC=y + - SENSORS_XGENE=m +- commit fe612b0 + +------------------------------------------------------------------- +Sun Jul 9 08:15:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.2 (bsc#1012628). +- arch/arm64/mm/fault: Fix undeclared variable error in + do_page_fault() (bsc#1012628). +- drm/amdgpu: Validate VM ioctl flags (bsc#1012628). +- dm ioctl: Avoid double-fetch of version (bsc#1012628). +- docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + (bsc#1012628). +- scripts/tags.sh: Resolve gtags empty index generation + (bsc#1012628). +- hugetlb: revert use of page_cache_next_miss() (bsc#1012628). +- nubus: Partially revert proc_create_single_data() conversion + (bsc#1012628). +- Revert "cxl/port: Enable the HDM decoder capability for switch + ports" (bsc#1012628). +- nfs: don't report STATX_BTIME in ->getattr (bsc#1012628). +- execve: always mark stack as growing down during early stack + setup (bsc#1012628). +- PCI/ACPI: Call _REG when transitioning D-states (bsc#1012628). +- PCI/ACPI: Validate acpi_pci_set_power_state() parameter + (bsc#1012628). +- tools/nolibc: x86_64: disable stack protector for _start + (bsc#1012628). +- xtensa: fix lock_mm_and_find_vma in case VMA not found + (bsc#1012628). +- commit 648ac3b + +------------------------------------------------------------------- +Fri Jul 7 17:08:32 CEST 2023 - duwe@suse.de + +- regulator: axp20x: Add AXP15060 support. +- commit db7b000 + +------------------------------------------------------------------- +Wed Jul 5 15:33:06 CEST 2023 - jslaby@suse.cz + +- Revert "Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch." + This reverts commit b8411965e8341c82ba2e01bb38698945be2390a0. It breaks + the build: + + ln -s /usr/src/linux-6.4.1-1 /home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source + ln: failed to create symbolic link '/home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source': No such file or directory +- commit 3561b10 + +------------------------------------------------------------------- +Wed Jul 5 09:41:22 CEST 2023 - tiwai@suse.de + +- drm/amd: Don't try to enable secure display TA multiple times + (bsc#1212848). +- drm/amdgpu: fix number of fence calculations (bsc#1212848). +- drm/amd/display: perform a bounds check before filling dirty + rectangles (bsc#1212848). +- drm/amdgpu: check RAS irq existence for VCN/JPEG (bsc#1212848). +- drm/amd/pm: add abnormal fan detection for smu 13.0.0 + (bsc#1212848). +- drm/amd: Disable PSR-SU on Parade 0803 TCON (bsc#1212848). +- drm/amd/pm: update the LC_L1_INACTIVITY setting to address + possible noise issue (bsc#1212848). +- drm/amd/display: Fix 128b132b link loss handling (bsc#1212848). +- drm/amd/display: disable seamless boot if force_odm_combine + is enabled (bsc#1212848). +- drm/amd/display: add a NULL pointer check (bsc#1212848). +- drm/amd/pm: revise the ASPM settings for thunderbolt attached + scenario (bsc#1212848). +- drm/amdgpu: fix clearing mappings for BOs that are always + valid in VM (bsc#1212848). +- drm/amdgpu: Skip mark offset for high priority rings + (bsc#1212848). +- drm/amdgpu: make sure that BOs have a backing store + (bsc#1212848). +- drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory + (bsc#1212848). +- commit a695138 + ------------------------------------------------------------------- Mon Jul 3 08:14:09 CEST 2023 - msuchanek@suse.de - Remove more packaging cruft for SLE < 12 SP3 - commit a16781c +------------------------------------------------------------------- +Mon Jul 3 07:30:04 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.1 (bsc#1012628). +- x86/microcode/AMD: Load late on both threads too (bsc#1012628). +- x86/smp: Make stop_other_cpus() more robust (bsc#1012628). +- x86/smp: Dont access non-existing CPUID leaf (bsc#1012628). +- x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + (bsc#1012628). +- x86/smp: Use dedicated cache-line for mwait_play_dead() + (bsc#1012628). +- x86/smp: Cure kexec() vs. mwait_play_dead() breakage + (bsc#1012628). +- cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated + (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix return error fix on TX path + (bsc#1012628). +- maple_tree: fix potential out-of-bounds access in + mas_wr_end_piv() (bsc#1012628). +- mm: introduce new 'lock_mm_and_find_vma()' page fault helper + (bsc#1012628). +- mm: make the page fault mmap locking killable (bsc#1012628). +- arm64/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: Convert to using lock_mm_and_find_vma() + (bsc#1012628). +- mips/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- riscv/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- arm/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- mm/fault: convert remaining simple cases to + lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma() + (bsc#1012628). +- mm: make find_extend_vma() fail if write lock not held + (bsc#1012628). +- execve: expand new process stack manually ahead of time + (bsc#1012628). +- mm: always expand the stack with the mmap write lock held + (bsc#1012628). +- HID: wacom: Use ktime_t rather than int when dealing with + timestamps (bsc#1012628). +- gup: add warning if some caller would seem to want stack + expansion (bsc#1012628). +- mm/khugepaged: fix regression in collapse_file() (bsc#1012628). +- fbdev: fix potential OOB read in fast_imageblit() (bsc#1012628). +- HID: hidraw: fix data race on device refcount (bsc#1012628). +- HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651 + (bsc#1012628). +- Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid + resource leak in mtk_thermal_probe" (bsc#1012628). +- sparc32: fix lock_mm_and_find_vma() conversion (bsc#1012628). +- parisc: fix expand_stack() conversion (bsc#1012628). +- csky: fix up lock_mm_and_find_vma() conversion (bsc#1012628). +- xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + (bsc#1012628). +- Refresh + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files (CONFIG_LOCK_MM_AND_FIND_VMA=y). + There is no choice. +- commit eb53035 + ------------------------------------------------------------------- Fri Jun 30 21:46:24 CEST 2023 - msuchanek@suse.de +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). + Uses jq to parse 'kmod config' output. - Get module prefix from kmod (bsc#1212835). -- commit f6691b0 +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). +- commit 75e1d32 + +------------------------------------------------------------------- +Fri Jun 30 14:55:43 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section: + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- commit ce0878a ------------------------------------------------------------------- Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz @@ -3107,6 +18314,12 @@ Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz We now also have options like CONFIG_PAHOLE_HAS_LANG_EXCLUDE. - commit 86b52c1 +------------------------------------------------------------------- +Thu Jun 29 18:35:05 CEST 2023 - msuchanek@suse.de + +- Update vanilla config files. +- commit 94a0f63 + ------------------------------------------------------------------- Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de @@ -3114,7 +18327,22 @@ Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de With the module path adjustment applied as source patch only ALP/Tumbleweed kernel built on SLE/Leap needs the path changed back to non-usrmerged. -- commit dd9a820 +- commit bde5158 + +------------------------------------------------------------------- +Thu Jun 29 16:45:32 CEST 2023 - jslaby@suse.cz + +- Revert "x86/mm: try VMA lock-based page fault handling first" + (bsc#1212775). +- Update config files. +- commit 43c9b6b + +------------------------------------------------------------------- +Wed Jun 28 06:37:42 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring: Adjust mapping wrt architecture aliasing + requirements" (bsc#1212773). +- commit d2e19af ------------------------------------------------------------------- Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de @@ -3122,6 +18350,392 @@ Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de - kernel-docs: Use python3 together with python3-Sphinx (bsc#1212741). - commit 95a40a6 +------------------------------------------------------------------- +Mon Jun 26 07:37:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch. + Update upstream status and move to upstream-soon section. +- commit 1a327c7 + +------------------------------------------------------------------- +Mon Jun 26 01:34:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4 final +- refresh configs (headers only) +- commit 4b7bbac + +------------------------------------------------------------------- +Thu Jun 22 05:53:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.9 (bsc#1012628). +- x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + (bsc#1012628). +- cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + (bsc#1012628). +- cgroup: always put cset in cgroup_css_set_put_fork + (bsc#1012628). +- cgroup: fix missing cpus_read_{lock,unlock}() in + cgroup_transfer_tasks() (bsc#1012628). +- qcom: llcc/edac: Fix the base address used for accessing LLCC + banks (bsc#1012628). +- EDAC/qcom: Get rid of hardcoded register offsets (bsc#1012628). +- ksmbd: validate smb request protocol id (bsc#1012628). +- of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() (bsc#1012628). +- power: supply: ab8500: Fix external_power_changed race + (bsc#1012628). +- power: supply: sc27xx: Fix external_power_changed race + (bsc#1012628). +- power: supply: bq27xxx: Use mod_delayed_work() instead of + cancel() + schedule() (bsc#1012628). +- ARM: dts: vexpress: add missing cache properties (bsc#1012628). +- arm64: dts: arm: add missing cache properties (bsc#1012628). +- tools: gpio: fix debounce_period_us output of lsgpio + (bsc#1012628). +- selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent + change (bsc#1012628). +- power: supply: Ratelimit no data debug output (bsc#1012628). +- PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + (bsc#1012628). +- platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, + 0xC0 (bsc#1012628). +- regulator: Fix error checking for debugfs_create_dir + (bsc#1012628). +- irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ + firmware issues (bsc#1012628). +- irqchip/meson-gpio: Mark OF related data as maybe unused + (bsc#1012628). +- power: supply: Fix logic checking if system is running from + battery (bsc#1012628). +- drm: panel-orientation-quirks: Change Air's quirk to support + Air Plus (bsc#1012628). +- btrfs: scrub: try harder to mark RAID56 block groups read-only + (bsc#1012628). +- btrfs: handle memory allocation failure in btrfs_csum_one_bio + (bsc#1012628). +- ASoC: soc-pcm: test if a BE can be prepared (bsc#1012628). +- sfc: fix devlink info error handling (bsc#1012628). +- ASoC: Intel: avs: Account for UID of ACPI device (bsc#1012628). +- ASoC: Intel: avs: Fix avs_path_module::instance_id size + (bsc#1012628). +- ASoC: Intel: avs: Add missing checks on FE startup + (bsc#1012628). +- parisc: Improve cache flushing for PCXL in + arch_sync_dma_for_cpu() (bsc#1012628). +- parisc: Flush gatt writes and adjust gatt mask in + parisc_agp_mask_memory() (bsc#1012628). +- erofs: use HIPRI by default if per-cpu kthreads are enabled + (bsc#1012628). +- MIPS: unhide PATA_PLATFORM (bsc#1012628). +- MIPS: Restore Au1300 support (bsc#1012628). +- MIPS: Alchemy: fix dbdma2 (bsc#1012628). +- mips: Move initrd_start check after initrd address sanitisation + (bsc#1012628). +- ASoC: cs35l41: Fix default regmap values for some registers + (bsc#1012628). +- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + (bsc#1012628). +- xen/blkfront: Only check REQ_FUA for writes (bsc#1012628). +- drm:amd:amdgpu: Fix missing buffer object unlock in failure path + (bsc#1012628). +- io_uring: unlock sqd->lock before sq thread release CPU + (bsc#1012628). +- NVMe: Add MAXIO 1602 to bogus nid list (bsc#1012628). +- irqchip/gic: Correctly validate OF quirk descriptors + (bsc#1012628). +- wifi: cfg80211: fix locking in regulatory disconnect + (bsc#1012628). +- wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + (bsc#1012628). +- epoll: ep_autoremove_wake_function should use + list_del_init_careful (bsc#1012628). +- ocfs2: fix use-after-free when unmounting read-only filesystem + (bsc#1012628). +- ocfs2: check new file size on fallocate call (bsc#1012628). +- zswap: do not shrink if cgroup may not zswap (bsc#1012628). +- mm/damon/core: fix divide error in + damon_nr_accesses_to_accesses_bp() (bsc#1012628). +- nios2: dts: Fix tse_mac "max-frame-size" property (bsc#1012628). +- mm/uffd: fix vma operation where start addr cuts part of vma + (bsc#1012628). +- nilfs2: fix incomplete buffer cleanup in + nilfs_btnode_abort_change_key() (bsc#1012628). +- nilfs2: fix possible out-of-bounds segment allocation in resize + ioctl (bsc#1012628). +- nilfs2: reject devices with insufficient block count + (bsc#1012628). +- LoongArch: Fix debugfs_create_dir() error checking + (bsc#1012628). +- LoongArch: Fix perf event id calculation (bsc#1012628). +- io_uring/net: save msghdr->msg_control for retries + (bsc#1012628). +- Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM + in large bar system" (bsc#1012628). +- kexec: support purgatories with .text.hot sections + (bsc#1012628). +- x86/purgatory: remove PGO flags (bsc#1012628). +- riscv/purgatory: remove PGO flags (bsc#1012628). +- powerpc/purgatory: remove PGO flags (bsc#1012628). +- btrfs: subpage: fix a crash in metadata repair path + (bsc#1012628). +- btrfs: properly enable async discard when switching from RO->RW + (bsc#1012628). +- btrfs: do not ASSERT() on duplicated global roots (bsc#1012628). +- btrfs: fix iomap_begin length for nocow writes (bsc#1012628). +- btrfs: can_nocow_file_extent should pass down args->strict + from callers (bsc#1012628). +- ALSA: usb-audio: Fix broken resume due to UAC3 power state + (bsc#1012628). +- ALSA: usb-audio: Add quirk flag for HEM devices to enable + native DSD playback (bsc#1012628). +- s390/ism: Fix trying to free already-freed IRQ by repeated + ism_dev_exit() (bsc#1012628). +- dm thin metadata: check fail_io before using data_sm + (bsc#1012628). +- dm thin: fix issue_discard to pass GFP_NOIO to + __blkdev_issue_discard (bsc#1012628). +- net: ethernet: stmicro: stmmac: fix possible memory leak in + __stmmac_open (bsc#1012628). +- mm/gup_test: fix ioctl fail for compat task (bsc#1012628). +- RDMA/uverbs: Restrict usage of privileged QKEYs (bsc#1012628). +- drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + (bsc#1012628). +- net: usb: qmi_wwan: add support for Compal RXM-G1 (bsc#1012628). +- drm/amd/display: limit DPIA link rate to HBR3 (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd: Make sure image is written to trigger VBIOS image + update flow (bsc#1012628). +- drm/amd: Tighten permissions on VBIOS flashing attributes + (bsc#1012628). +- drm/amd/pm: workaround for compute workload type on some skus + (bsc#1012628). +- drm/amdgpu: add missing radeon secondary PCI ID (bsc#1012628). +- drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled + (bsc#1012628). +- drm/amdgpu: Program gds backup address as zero if no gds + allocated (bsc#1012628). +- drm/amdgpu: Implement gfx9 patch functions for resubmission + (bsc#1012628). +- drm/amdgpu: Modify indirect buffer packages for resubmission + (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for Compaq N14JP6 (bsc#1012628). +- thunderbolt: Increase DisplayPort Connection Manager handshake + timeout (bsc#1012628). +- thunderbolt: Do not touch CL state configuration during + discovery (bsc#1012628). +- thunderbolt: dma_test: Use correct value for absent rings when + creating paths (bsc#1012628). +- clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + (bsc#1012628). +- USB: serial: option: add Quectel EM061KGL series (bsc#1012628). +- serial: lantiq: add missing interrupt ack (bsc#1012628). +- tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + (bsc#1012628). +- usb: typec: ucsi: Fix command cancellation (bsc#1012628). +- usb: typec: Fix fast_role_swap_current show function + (bsc#1012628). +- usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + (bsc#1012628). +- usb: gadget: udc: core: Prevent soft_connect_store() race + (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} + error (bsc#1012628). +- USB: dwc3: qcom: fix NULL-deref on suspend (bsc#1012628). +- USB: dwc3: fix use-after-free on core driver unbind + (bsc#1012628). +- usb: dwc3: gadget: Reset num TRBs before giving back the request + (bsc#1012628). +- RDMA/rtrs: Fix the last iu->buf leak in err path (bsc#1012628). +- RDMA/rtrs: Fix rxe_dealloc_pd warning (bsc#1012628). +- RDMA/rxe: Fix packet length checks (bsc#1012628). +- RDMA/rxe: Fix ref count error in check_rkey() (bsc#1012628). +- RDMA/bnxt_re: Fix reporting active_{speed,width} attributes + (bsc#1012628). +- spi: cadence-quadspi: Add missing check for dma_set_mask + (bsc#1012628). +- spi: fsl-dspi: avoid SCK glitches with continuous transfers + (bsc#1012628). +- regulator: qcom-rpmh: add support for pmm8654au regulators + (bsc#1012628). +- regulator: qcom-rpmh: Fix regulators for PM8550 (bsc#1012628). +- netfilter: nf_tables: integrate pipapo into commit protocol + (bsc#1012628). +- netfilter: nfnetlink: skip error delivery on batch in case of + ENOMEM (bsc#1012628). +- ice: do not busy-wait to read GNSS data (bsc#1012628). +- ice: Don't dereference NULL in ice_gnss_read error path + (bsc#1012628). +- ice: Fix XDP memory leak when NIC is brought up and down + (bsc#1012628). +- netfilter: nf_tables: incorrect error path handling with + NFT_MSG_NEWRULE (bsc#1012628). +- net: enetc: correct the indexes of highest and 2nd highest TCs + (bsc#1012628). +- ping6: Fix send to link-local addresses with VRF (bsc#1012628). +- igb: Fix extts capture value format for 82580/i354/i350 + (bsc#1012628). +- net/sched: act_pedit: remove extra check for key type + (bsc#1012628). +- net/sched: act_pedit: Parse L3 Header for L4 offset + (bsc#1012628). +- net: renesas: rswitch: Fix timestamp feature after all + descriptors are used (bsc#1012628). +- octeontx2-af: Fix promiscuous mode (bsc#1012628). +- net/sched: taprio: fix slab-out-of-bounds Read in + taprio_dequeue_from_txq (bsc#1012628). +- net/sched: cls_u32: Fix reference counter leak leading to + overflow (bsc#1012628). +- wifi: mac80211: fix link activation settings order + (bsc#1012628). +- wifi: cfg80211: fix link del callback to call correct handler + (bsc#1012628). +- wifi: mac80211: take lock before setting vif links + (bsc#1012628). +- RDMA/rxe: Fix the use-before-initialization error of resp_pkts + (bsc#1012628). +- iavf: remove mask from iavf_irq_enable_queues() (bsc#1012628). +- octeontx2-af: fixed resource availability check (bsc#1012628). +- octeontx2-af: fix lbk link credits on cn10k (bsc#1012628). +- RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + (bsc#1012628). +- RDMA/mlx5: Create an indirect flow table for steering anchor + (bsc#1012628). +- RDMA/cma: Always set static rate to 0 for RoCE (bsc#1012628). +- IB/uverbs: Fix to consider event queue closing also upon + non-blocking mode (bsc#1012628). +- RDMA/mlx5: Fix affinity assignment (bsc#1012628). +- IB/isert: Fix dead lock in ib_isert (bsc#1012628). +- IB/isert: Fix possible list corruption in CMA handler + (bsc#1012628). +- IB/isert: Fix incorrect release of isert connection + (bsc#1012628). +- net: ethtool: correct MAX attribute value for stats + (bsc#1012628). +- wifi: mac80211: fragment per STA profile correctly + (bsc#1012628). +- ipvlan: fix bound dev checking for IPv6 l3s mode (bsc#1012628). +- sctp: fix an error code in sctp_sf_eat_auth() (bsc#1012628). +- igc: Clean the TX buffer and TX descriptor ring (bsc#1012628). +- igc: Fix possible system crash when loading module + (bsc#1012628). +- igb: fix nvm.ops.read() error handling (bsc#1012628). +- net: phylink: report correct max speed for QUSGMII + (bsc#1012628). +- net: phylink: use a dedicated helper to parse usgmii control + word (bsc#1012628). +- drm/nouveau: don't detect DSM for non-NVIDIA device + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + (bsc#1012628). +- drm/nouveau/dp: check for NULL nv_connector->native_mode + (bsc#1012628). +- drm/nouveau: add nv_encoder pointer check for NULL + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Call of_node_put() on error path + (bsc#1012628). +- selftests/tc-testing: Fix Error: Specified qdisc kind is unknown + (bsc#1012628). +- selftests/tc-testing: Fix Error: failed to find target LOG + (bsc#1012628). +- selftests/tc-testing: Fix SFB db test (bsc#1012628). +- net/sched: act_ct: Fix promotion of offloaded unreplied tuple + (bsc#1012628). +- net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + (bsc#1012628). +- net/sched: qdisc_destroy() old ingress and clsact Qdiscs before + grafting (bsc#1012628). +- selftests: forwarding: hw_stats_l3: Set addrgenmode in a + separate step (bsc#1012628). +- cifs: fix lease break oops in xfstest generic/098 (bsc#1012628). +- RDMA/rxe: Fix rxe_cq_post (bsc#1012628). +- ext4: drop the call to ext4_error() from ext4_get_group_info() + (bsc#1012628). +- ice: Fix ice module unload (bsc#1012628). +- net/sched: cls_api: Fix lockup on flushing explicitly created + chain (bsc#1012628). +- net: dsa: felix: fix taprio guard band overflow at 10Mbps with + jumbo frames (bsc#1012628). +- net: lapbether: only support ethernet devices (bsc#1012628). +- net: macsec: fix double free of percpu stats (bsc#1012628). +- sfc: fix XDP queues mode with legacy IRQ (bsc#1012628). +- dm: don't lock fs when the map is NULL during suspend or resume + (bsc#1012628). +- net: tipc: resize nlattr array to correct size (bsc#1012628). +- selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + (bsc#1012628). +- octeon_ep: Add missing check for ioremap (bsc#1012628). +- afs: Fix vlserver probe RTT handling (bsc#1012628). +- parisc: Delete redundant register definitions in + (bsc#1012628). +- arm64: dts: qcom: sm8550: Use the correct LLCC register scheme + (bsc#1012628). +- neighbour: delete neigh_lookup_nodev as not used (bsc#1012628). +- scsi: target: core: Fix error path in target_setup_session() + (bsc#1012628). +- blk-cgroup: Flush stats before releasing blkcg_gq (bsc#1012628). +- commit 0df701d + +------------------------------------------------------------------- +Wed Jun 21 06:24:15 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Fix usrmerge error (boo#1211796)"" + This reverts commit 4b4675f106bef7714110771742fd12e4791f94a8. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- commit 5587eea + +------------------------------------------------------------------- +Mon Jun 19 08:47:07 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu/sdma4: set align mask to 255 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit e044c8e + +------------------------------------------------------------------- +Mon Jun 19 08:31:02 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/thunderbolt-Mask-ring-interrupt-on-Intel-hardware-as.patch. + Update upstream status and move to sorted section. +- commit 27c2ccc + +------------------------------------------------------------------- +Mon Jun 19 08:26:10 CEST 2023 - jslaby@suse.cz + +- series: move the previously updated patch to the sorted section +- commit 19aa3e4 + +------------------------------------------------------------------- +Mon Jun 19 08:24:42 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/nouveau-fix-client-work-fence-deletion-race.patch. + Update upstream status. +- commit 26b9458 + +------------------------------------------------------------------- +Sun Jun 18 23:37:12 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc7 +- commit a8abd7d + +------------------------------------------------------------------- +Fri Jun 16 16:09:42 CEST 2023 - tiwai@suse.de + +- Revert "media: dvb-core: Fix use-after-free on race condition + at dvb_frontend" (bsc#1212439). +- commit 4dead9b + +------------------------------------------------------------------- +Fri Jun 16 09:21:49 CEST 2023 - tiwai@suse.de + +- nouveau: fix client work fence deletion race (bsc#1211217 + bsc#1211568). +- thunderbolt: Mask ring interrupt on Intel hardware as well + (bsc#1210165). +- commit 4abd087 + ------------------------------------------------------------------- Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de @@ -3129,12 +18743,829 @@ Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de The python3 binary is provided by python3-base. - commit c5df526 +------------------------------------------------------------------- +Wed Jun 14 12:27:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.8 (bsc#1012628). +- Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with + PCI_DEVICE" (bsc#1012628). +- wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- ext4: only check dquot_initialize_needed() when debugging + (bsc#1012628). +- Revert "ext4: don't clear SB_RDONLY when remounting r/w until + quota is re-enabled" (bsc#1012628). +- Bluetooth: Fix UAF in hci_conn_hash_flush again (bsc#1012628). +- Bluetooth: Refcnt drop must be placed last in hci_conn_unlink + (bsc#1012628). +- Bluetooth: Fix potential double free caused by hci_conn_unlink + (bsc#1012628). +- ksmbd: check the validation of pdu_size in + ksmbd_conn_handler_loop (bsc#1012628). +- ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + (bsc#1012628). +- ksmbd: fix out-of-bound read in parse_lease_state() + (bsc#1012628). +- ksmbd: fix out-of-bound read in deassemble_neg_contexts() + (bsc#1012628). +- vhost_vdpa: support PACKED when setting-getting vring_base + (bsc#1012628). +- vhost: support PACKED when setting-getting vring_base + (bsc#1012628). +- vdpa/mlx5: Fix hang when cvq commands are triggered during + device unregister (bsc#1012628). +- vduse: avoid empty string for dev name (bsc#1012628). +- riscv: fix kprobe __user string arg print fault issue + (bsc#1012628). +- Update config files. +- soundwire: stream: Add missing clear of alloc_slave_rt + (bsc#1012628). +- eeprom: at24: also select REGMAP (bsc#1012628). +- riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + (bsc#1012628). +- i2c: sprd: Delete i2c adapter in .remove's error path + (bsc#1012628). +- gpio: sim: fix memory corruption when adding named lines and + unnamed hogs (bsc#1012628). +- firmware: arm_ffa: Set handle field to zero in memory descriptor + (bsc#1012628). +- i2c: mv64xxx: Fix reading invalid status value in atomic mode + (bsc#1012628). +- arm64: dts: imx8mn-beacon: Fix SPI CS pinmux (bsc#1012628). +- blk-mq: fix blk_mq_hw_ctx active request accounting + (bsc#1012628). +- ASoC: simple-card-utils: fix PCM constraint error check + (bsc#1012628). +- ASoC: mediatek: mt8195: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove + callback returning void (bsc#1012628). +- ASoC: mediatek: mt8188: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: amd: ps: fix for acp_lock access in pdm driver + (bsc#1012628). +- arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + (bsc#1012628). +- arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP + signals (bsc#1012628). +- arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified + sc7180-lite boards (bsc#1012628). +- soc: qcom: rmtfs: Fix error code in probe() (bsc#1012628). +- soc: qcom: ramp_controller: Fix an error handling path in + qcom_ramp_controller_probe() (bsc#1012628). +- ASoC: codecs: wsa881x: do not set can_multi_write flag + (bsc#1012628). +- ASoC: codecs: wsa883x: do not set can_multi_write flag + (bsc#1012628). +- ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + (bsc#1012628). +- ARM: at91: pm: fix imbalanced reference counter for ethernet + devices (bsc#1012628). +- arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + (bsc#1012628). +- soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + (bsc#1012628). +- mm: page_table_check: Ensure user pages are not slab pages + (bsc#1012628). +- mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + (bsc#1012628). +- usb: usbfs: Use consistent mmap functions (bsc#1012628). +- usb: usbfs: Enforce page requirements for mmap (bsc#1012628). +- pinctrl: meson-axg: add missing GPIOA_18 gpio group + (bsc#1012628). +- soc: qcom: icc-bwmon: fix incorrect error code passed to + dev_err_probe() (bsc#1012628). +- virtio_net: use control_buf for coalesce params (bsc#1012628). +- rbd: get snapshot context after exclusive lock is ensured to + be held (bsc#1012628). +- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + (bsc#1012628). +- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + (bsc#1012628). +- Bluetooth: hci_qca: fix debugfs registration (bsc#1012628). +- Bluetooth: fix debugfs registration (bsc#1012628). +- Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + (bsc#1012628). +- s390/dasd: Use correct lock while counting channel queue length + (bsc#1012628). +- accel/ivpu: Fix sporadic VPU boot failure (bsc#1012628). +- accel/ivpu: Do not trigger extra VPU reset if the VPU is idle + (bsc#1012628). +- ceph: fix use-after-free bug for inodes when flushing capsnaps + (bsc#1012628). +- selftests: mptcp: update userspace pm subflow tests + (bsc#1012628). +- selftests: mptcp: update userspace pm addr tests (bsc#1012628). +- mptcp: update userspace pm infos (bsc#1012628). +- mptcp: add address into userspace pm list (bsc#1012628). +- mptcp: only send RM_ADDR in nl_cmd_remove (bsc#1012628). +- can: j1939: avoid possible use-after-free when + j1939_can_rx_register fails (bsc#1012628). +- can: j1939: change j1939_netdev_lock type to mutex + (bsc#1012628). +- can: j1939: j1939_sk_send_loop_abort(): improved error queue + handling in J1939 Socket (bsc#1012628). +- wifi: iwlwifi: mvm: Fix -Warray-bounds bug in + iwl_mvm_wait_d3_notif() (bsc#1012628). +- drm/amd/display: add ODM case when looking for first split pipe + (bsc#1012628). +- drm/amd/display: Reduce sdp bw after urgent to 90% + (bsc#1012628). +- drm/amd/pm: Fix power context allocation in SMU13 (bsc#1012628). +- drm/amd: Disallow s0ix without BIOS support again (bsc#1012628). +- drm/amdgpu: change reserved vram info print (bsc#1012628). +- drm/amdgpu: fix xclk freq on CHIP_STONEY (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane switching for some + sienna_cichlid SKUs (bsc#1012628). +- drm/i915/gt: Use the correct error value when kernel_context() + fails (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using + CS35L41 (bsc#1012628). +- ALSA: hda/realtek: Add Lenovo P3 Tower platform (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + (bsc#1012628). +- ALSA: ice1712,ice1724: fix the kcontrol->id initialization + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS50AU (bsc#1012628). +- ALSA: cmipci: Fix kctl->id initialization (bsc#1012628). +- ALSA: gus: Fix kctl->id initialization (bsc#1012628). +- ALSA: ymfpci: Fix kctl->id initialization (bsc#1012628). +- ALSA: hda: Fix kctl->id initialization (bsc#1012628). +- Input: fix open count when closing inhibited device + (bsc#1012628). +- Input: psmouse - fix OOB access in Elantech protocol + (bsc#1012628). +- Input: cyttsp5 - fix array length (bsc#1012628). +- Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + (bsc#1012628). +- batman-adv: Broken sync while rescheduling delayed work + (bsc#1012628). +- drm/msm/a6xx: initialize GMU mutex earlier (bsc#1012628). +- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + (bsc#1012628). +- bnxt_en: Prevent kernel panic when receiving unexpected + PHC_UPDATE event (bsc#1012628). +- bnxt_en: Skip firmware fatal error recovery if chip is not + accessible (bsc#1012628). +- bnxt_en: Query default VLAN before VNIC setup on a VF + (bsc#1012628). +- bnxt_en: Don't issue AP reset during ethtool's reset operation + (bsc#1012628). +- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (bsc#1012628). +- accel/ivpu: Do not use mutex_lock_interruptible (bsc#1012628). +- net: bcmgenet: Fix EEE implementation (bsc#1012628). +- lib: cpu_rmap: Fix potential use-after-free in + irq_cpu_rmap_release() (bsc#1012628). +- drm/amdgpu: fix Null pointer dereference error in + amdgpu_device_recover_vram (bsc#1012628). +- bpf: Add extra path pointer check to d_path helper + (bsc#1012628). +- net: sched: fix possible refcount leak in tc_chain_tmplt_add() + (bsc#1012628). +- net: sched: act_police: fix sparse errors in tcf_police_dump() + (bsc#1012628). +- net: openvswitch: fix upcall counter access before allocation + (bsc#1012628). +- net: sched: move rtm_tca_policy declaration to include file + (bsc#1012628). +- ice: make writes to /dev/gnssX synchronous (bsc#1012628). +- drm/i915/selftests: Add some missing error propagation + (bsc#1012628). +- net: sched: add rcu annotations around qdisc->qdisc_sleeping + (bsc#1012628). +- rfs: annotate lockless accesses to RFS sock flow table + (bsc#1012628). +- rfs: annotate lockless accesses to sk->sk_rxhash (bsc#1012628). +- tcp: gso: really support BIG TCP (bsc#1012628). +- ipv6: rpl: Fix Route of Death (bsc#1012628). +- drm/lima: fix sched context destroy (bsc#1012628). +- netfilter: nf_tables: out-of-bound check in chain blob + (bsc#1012628). +- netfilter: ipset: Add schedule point in call_ad() (bsc#1012628). +- netfilter: conntrack: fix NULL pointer dereference in + nf_confirm_cthelper (bsc#1012628). +- netfilter: nft_bitwise: fix register tracking (bsc#1012628). +- netfilter: nf_tables: Add null check for nla_nest_start_noflag() + in nft_dump_basechain_hook() (bsc#1012628). +- selftests/bpf: Fix sockopt_sk selftest (bsc#1012628). +- selftests/bpf: Verify optval=NULL case (bsc#1012628). +- wifi: cfg80211: fix locking in sched scan stop work + (bsc#1012628). +- accel/ivpu: Reserve all non-command bo's using + DMA_RESV_USAGE_BOOKKEEP (bsc#1012628). +- accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR (bsc#1012628). +- qed/qede: Fix scheduling while atomic (bsc#1012628). +- wifi: mac80211: don't translate beacon/presp addrs + (bsc#1012628). +- wifi: mac80211: mlme: fix non-inheritence element (bsc#1012628). +- wifi: cfg80211: reject bad AP MLD address (bsc#1012628). +- wifi: mac80211: use correct iftype HE cap (bsc#1012628). +- Bluetooth: L2CAP: Add missing checks for invalid DCID + (bsc#1012628). +- Bluetooth: ISO: use correct CIS order in Set CIG Parameters + event (bsc#1012628). +- Bluetooth: hci_conn: Fix not matching by CIS ID (bsc#1012628). +- Bluetooth: hci_conn: Add support for linking multiple hcon + (bsc#1012628). +- Bluetooth: ISO: don't try to remove CIG if there are bound + CIS left (bsc#1012628). +- Bluetooth: Fix l2cap_disconnect_req deadlock (bsc#1012628). +- Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + (bsc#1012628). +- Bluetooth: ISO: Fix CIG auto-allocation to select configurable + CIG (bsc#1012628). +- Bluetooth: ISO: consider right CIS when removing CIG at cleanup + (bsc#1012628). +- Bluetooth: Split bt_iso_qos into dedicated structures + (bsc#1012628). +- drm/i915: Use 18 fast wake AUX sync len (bsc#1012628). +- drm/i915: Explain the magic numbers for AUX SYNC/precharge + length (bsc#1012628). +- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + (bsc#1012628). +- net: enetc: correct rx_bytes statistics of XDP (bsc#1012628). +- net: enetc: correct the statistics of rx bytes (bsc#1012628). +- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK + CONT (bsc#1012628). +- net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + (bsc#1012628). +- bpf: Fix elem_size not being set for inner maps (bsc#1012628). +- bpf: Fix UAF in task local storage (bsc#1012628). +- net/ipv4: ping_group_range: allow GID from 2147483648 to + 4294967294 (bsc#1012628). +- net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + (bsc#1012628). +- neighbour: fix unaligned access to pneigh_entry (bsc#1012628). +- bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() (bsc#1012628). +- wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + (bsc#1012628). +- afs: Fix setting of mtime when creating a file/dir/symlink + (bsc#1012628). +- spi: qup: Request DMA before enabling clocks (bsc#1012628). +- platform/surface: aggregator_tabletsw: Add support for book + mode in KIP subsystem (bsc#1012628). +- platform/surface: aggregator: Allow completion work-items to + be executed in parallel (bsc#1012628). +- spi: mt65xx: make sure operations completed before unloading + (bsc#1012628). +- commit 627a49e + +------------------------------------------------------------------- +Tue Jun 13 16:33:10 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv6 configs +- Update config files (same settings like armv7hl) +- commit d3ab761 + +------------------------------------------------------------------- +Tue Jun 13 09:59:55 CEST 2023 - tzimmermann@suse.com + +- drm/prime: reject DMA-BUF attach when get_sg_table is missing (bsc#1212133) +- commit d322cd6 + +------------------------------------------------------------------- +Tue Jun 13 09:59:53 CEST 2023 - tzimmermann@suse.com + +- drm/vram-helper: turn on PRIME import/export (bsc#1212133) +- commit 6c91918 + +------------------------------------------------------------------- +Tue Jun 13 07:26:41 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to accumulate all the past changes. +- commit c0cd722 + +------------------------------------------------------------------- +Mon Jun 12 07:01:32 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.7 (bsc#1012628). +- RDMA/bnxt_re: Fix the page_size used during the MR creation + (bsc#1012628). +- phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix + CNTL2_DIF_TX_CTL0 value (bsc#1012628). +- RDMA/efa: Fix unsupported page sizes in device (bsc#1012628). +- RDMA/hns: Fix timeout attr in query qp for HIP08 (bsc#1012628). +- RDMA/hns: Fix base address table allocation (bsc#1012628). +- RDMA/hns: Modify the value of long message loopback slice + (bsc#1012628). +- dmaengine: at_xdmac: fix potential Oops in + at_xdmac_prep_interleaved() (bsc#1012628). +- RDMA/bnxt_re: Fix a possible memory leak (bsc#1012628). +- RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + (bsc#1012628). +- iommu: Make IPMMU_VMSA dependencies more strict (bsc#1012628). +- iommu/rockchip: Fix unwind goto issue (bsc#1012628). +- iommu/amd: Don't block updates to GATag if guest mode is on + (bsc#1012628). +- iommu/amd: Handle GALog overflows (bsc#1012628). +- iommu/amd: Fix up merge conflict resolution (bsc#1012628). +- iommu/amd: Add missing domain type checks (bsc#1012628). +- nfsd: make a copy of struct iattr before calling notify_change + (bsc#1012628). +- dmaengine: pl330: rename _start to prevent build error + (bsc#1012628). +- crypto: x86/aria - Use 16 byte alignment for GFNI constant + vectors (bsc#1012628). +- riscv: Fix unused variable warning when BUILTIN_DTB is set + (bsc#1012628). +- net/mlx5e: TC, Remove unused vf_tun variable (bsc#1012628). +- net/mlx5e: TC, Move main flow attribute cleanup to helper func + (bsc#1012628). +- net/mlx5e: Extract remaining tunnel encap code to dedicated file + (bsc#1012628). +- net/mlx5e: Prevent encap offload when neigh update is running + (bsc#1012628). +- net/mlx5e: Consider internal buffers size in port buffer + calculations (bsc#1012628). +- net/mlx5e: Do not update SBCM when prio2buffer command is + invalid (bsc#1012628). +- net/mlx5: Drain health before unregistering devlink + (bsc#1012628). +- net/mlx5: SF, Drain health before removing device (bsc#1012628). +- net/mlx5: fw_tracer, Fix event handling (bsc#1012628). +- net/mlx5e: Use query_special_contexts cmd only once per mdev + (bsc#1012628). +- net/mlx5e: CT: Use per action stats (bsc#1012628). +- net/mlx5e: TC, Remove CT action reordering (bsc#1012628). +- net/mlx5: Fix post parse infra to only parse every action once + (bsc#1012628). +- net/mlx5e: Don't attach netdev profile while handling internal + error (bsc#1012628). +- net/mlx5e: Move Ethernet driver debugfs to profile init callback + (bsc#1012628). +- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory + pressure (bsc#1012628). +- net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked + (bsc#1012628). +- netrom: fix info-leak in nr_write_internal() (bsc#1012628). +- af_packet: Fix data-races of pkt_sk(sk)->num (bsc#1012628). +- tls: improve lockless access safety of tls_err_abort() + (bsc#1012628). +- amd-xgbe: fix the false linkup in xgbe_phy_status (bsc#1012628). +- perf ftrace latency: Remove unnecessary "--" from --use-nsec + option (bsc#1012628). +- mtd: rawnand: ingenic: fix empty stub helper definitions + (bsc#1012628). +- efi: Bump stub image version for macOS HVF compatibility + (bsc#1012628). +- RDMA/irdma: Prevent QP use after free (bsc#1012628). +- RDMA/irdma: Fix Local Invalidate fencing (bsc#1012628). +- af_packet: do not use READ_ONCE() in packet_bind() + (bsc#1012628). +- tcp: deny tcp_disconnect() when threads are waiting + (bsc#1012628). +- tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if + user_mss set (bsc#1012628). +- rxrpc: Truncate UTS_RELEASE for rxrpc version (bsc#1012628). +- net/smc: Scan from current RMB list when no position specified + (bsc#1012628). +- net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD + LINK (bsc#1012628). +- net/sched: sch_ingress: Only create under TC_H_INGRESS + (bsc#1012628). +- net/sched: sch_clsact: Only create under TC_H_CLSACT + (bsc#1012628). +- net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress + (clsact) Qdiscs (bsc#1012628). +- net/sched: Prohibit regrafting ingress or clsact Qdiscs + (bsc#1012628). +- net: sched: fix NULL pointer dereference in mq_attach + (bsc#1012628). +- net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + (bsc#1012628). +- udp6: Fix race condition in udp6_sendmsg & connect + (bsc#1012628). +- nfsd: fix double fget() bug in __write_ports_addfd() + (bsc#1012628). +- HID: logitech-hidpp: Handle timeout differently from busy + (bsc#1012628). +- nvme: fix the name of Zone Append for verbose logging + (bsc#1012628). +- net/mlx5e: Fix error handling in mlx5e_refresh_tirs + (bsc#1012628). +- net/mlx5: Read embedded cpu after init bit cleared + (bsc#1012628). +- sfc: fix error unwinds in TC offload (bsc#1012628). +- iommu/mediatek: Flush IOTLB completely only if domain has been + attached (bsc#1012628). +- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() + (bsc#1012628). +- tcp: fix mishandling when the sack compression is deferred + (bsc#1012628). +- net: ipa: Use correct value for IPA_STATUS_SIZE (bsc#1012628). +- net: dsa: mv88e6xxx: Increase wait after reset deactivation + (bsc#1012628). +- mtd: rawnand: marvell: ensure timing values are written + (bsc#1012628). +- mtd: rawnand: marvell: don't set the NAND frequency select + (bsc#1012628). +- net: renesas: rswitch: Fix return value in error path of xmit + (bsc#1012628). +- net: phy: mxl-gpy: extend interrupt fix to all impacted variants + (bsc#1012628). +- ice: recycle/free all of the fragments from multi-buffer frame + (bsc#1012628). +- rtnetlink: call validate_linkmsg in rtnl_create_link + (bsc#1012628). +- rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg + (bsc#1012628). +- rtnetlink: add the missing IFLA_GRO_ tb check in + validate_linkmsg (bsc#1012628). +- mptcp: avoid unneeded __mptcp_nmpc_socket() usage (bsc#1012628). +- mptcp: add annotations around msk->subflow accesses + (bsc#1012628). +- mptcp: avoid unneeded address copy (bsc#1012628). +- mptcp: simplify subflow_syn_recv_sock() (bsc#1012628). +- mptcp: consolidate passive msk socket initialization + (bsc#1012628). +- mptcp: fix data race around msk->first access (bsc#1012628). +- mptcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- drm/amdgpu: release gpu full access after + "amdgpu_device_ip_late_init" (bsc#1012628). +- watchdog: menz069_wdt: fix watchdog initialisation + (bsc#1012628). +- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor + IDs (bsc#1012628). +- drm/amd/display: fix memleak in aconnector->timing_requested + (bsc#1012628). +- LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + (bsc#1012628). +- drm/amdgpu: Use the default reset when loading or reloading + the driver (bsc#1012628). +- mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() (bsc#1012628). +- drm/ast: Fix ARM compatibility (bsc#1012628). +- btrfs: abort transaction when sibling keys check fails for + leaves (bsc#1012628). +- ARM: 9295/1: unwind:fix unwind abort for uleb128 case + (bsc#1012628). +- perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFG + (bsc#1012628). +- hwmon: (k10temp) Add PCI ID for family 19, model 78h + (bsc#1012628). +- media: rcar-vin: Gen3 can not scale NV12 (bsc#1012628). +- media: rcar-vin: Fix NV12 size alignment (bsc#1012628). +- media: rcar-vin: Select correct interrupt mode for + V4L2_FIELD_ALTERNATE (bsc#1012628). +- platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + (bsc#1012628). +- platform/mellanox: fix potential race in mlxbf-tmfifo driver + (bsc#1012628). +- gfs2: Don't deref jdesc in evict (bsc#1012628). +- drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution + (bsc#1012628). +- drm/amdgpu: set gfx9 onwards APU atomics support to be true + (bsc#1012628). +- fbdev: imsttfb: Fix use after free bug in imsttfb_probe + (bsc#1012628). +- fbdev: modedb: Add 1920x1080 at 60 Hz video mode (bsc#1012628). +- fbdev: stifb: Fix info entry in sti_struct on error path + (bsc#1012628). +- nbd: Fix debugfs_create_dir error checking (bsc#1012628). +- block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + (bsc#1012628). +- nvme-pci: add quirk for missing secondary temperature thresholds + (bsc#1012628). +- nvme-pci: clamp max_hw_sectors based on DMA optimized limitation + (bsc#1012628). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + (bsc#1012628). +- ASoC: dwc: limit the number of overrun messages (bsc#1012628). +- cpupower:Fix resource leaks in sysfs_get_enabled() + (bsc#1012628). +- ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data + function (bsc#1012628). +- um: harddog: fix modular build (bsc#1012628). +- xfrm: Check if_id in inbound policy/secpath match (bsc#1012628). +- ASoC: jz4740-i2s: Make I2S divider calculations more robust + (bsc#1012628). +- ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI + codecs (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + (bsc#1012628). +- ASoC: ssm2602: Add workaround for playback distortions + (bsc#1012628). +- media: dvb_demux: fix a bug for the continuity counter + (bsc#1012628). +- media: dvb-usb: az6027: fix three null-ptr-deref in + az6027_i2c_xfer() (bsc#1012628). +- media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: ce6230: fix null-ptr-deref in + ce6230_i2c_master_xfer() (bsc#1012628). +- media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in + rtl28xxu_i2c_xfer (bsc#1012628). +- media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + (bsc#1012628). +- media: dvb-usb: dw2102: fix uninit-value in + su3000_read_mac_address (bsc#1012628). +- media: netup_unidvb: fix irq init by register it at the end + of probe (bsc#1012628). +- media: dvb_ca_en50221: fix a size write bug (bsc#1012628). +- media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr + from ID table (bsc#1012628). +- ASoC: SOF: debug: conditionally bump runtime_pm counter on + exceptions (bsc#1012628). +- ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + (bsc#1012628). +- ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in + error handling (bsc#1012628). +- ASoC: SOF: pm: save io region state in case of errors in resume + (bsc#1012628). +- s390/pkey: zeroize key blobs (bsc#1012628). +- s390/topology: honour nr_cpu_ids when adding CPUs (bsc#1012628). +- s390/ipl: fix IPIB virtual vs physical address confusion + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + (bsc#1012628). +- wifi: rtl8xxxu: fix authentication timeout due to incorrect + RCR value (bsc#1012628). +- ARM: dts: stm32: add pin map for CAN controller on stm32f7 + (bsc#1012628). +- arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + (bsc#1012628). +- arm64: vdso: Pass (void *) to virt_to_page() (bsc#1012628). +- wifi: mac80211: simplify chanctx allocation (bsc#1012628). +- wifi: mac80211: consider reserved chanctx for mindef + (bsc#1012628). +- wifi: mac80211: recalc chanctx mindef before assigning + (bsc#1012628). +- wifi: iwlwifi: mvm: Add locking to the rate read flow + (bsc#1012628). +- scsi: ufs: core: Fix MCQ tag calculation (bsc#1012628). +- scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc() + (bsc#1012628). +- scsi: ufs: core: Fix MCQ nr_hw_queues (bsc#1012628). +- scsi: core: Decrease scsi_device's iorequest_cnt if dispatch + failed (bsc#1012628). +- wifi: b43: fix incorrect __packed annotation (bsc#1012628). +- net: wwan: t7xx: Ensure init is completed before system sleep + (bsc#1012628). +- netfilter: conntrack: define variables exp_nat_nla_policy and + any_addr with CONFIG_NF_NAT (bsc#1012628). +- nvme-multipath: don't call blk_mark_disk_dead in + nvme_mpath_remove_disk (bsc#1012628). +- nvme: do not let the user delete a ctrl before a complete + initialization (bsc#1012628). +- ALSA: oss: avoid missing-prototype warnings (bsc#1012628). +- drm/msm: Be more shouty if per-process pgtables aren't working + (bsc#1012628). +- atm: hide unused procfs functions (bsc#1012628). +- ceph: silence smatch warning in reconnect_caps_cb() + (bsc#1012628). +- drm/amdgpu: skip disabling fence driver src_irqs when device + is unplugged (bsc#1012628). +- ublk: fix AB-BA lockdep warning (bsc#1012628). +- nvme-pci: Add quirk for Teamgroup MP33 SSD (bsc#1012628). +- block: Deny writable memory mapping if block is read-only + (bsc#1012628). +- iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw() + (bsc#1012628). +- KVM: arm64: vgic: Fix a circular locking issue (bsc#1012628). +- KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + (bsc#1012628). +- KVM: arm64: vgic: Fix locking comment (bsc#1012628). +- KVM: arm64: Prevent unconditional donation of unmapped regions + from the host (bsc#1012628). +- scsi: qla2xxx: Fix NULL pointer dereference in target mode + (bsc#1012628). +- perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when + using guest PEBS (bsc#1012628). +- KVM: arm64: Reload PTE after invoking walker callback on + preorder traversal (bsc#1012628). +- media: mediatek: vcodec: Only apply 4K frame sizes on decoder + formats (bsc#1012628). +- mailbox: mailbox-test: fix a locking issue in + mbox_test_message_write() (bsc#1012628). +- drivers: base: cacheinfo: Fix shared_cpu_map changes in event + of CPU hotplug (bsc#1012628). +- drivers: base: cacheinfo: Update cpu_map_populated during CPU + Hotplug (bsc#1012628). +- dt-bindings: serial: 8250_omap: add rs485-rts-active-high + (bsc#1012628). +- media: uvcvideo: Don't expose unsupported formats to userspace + (bsc#1012628). +- selftests/ftrace: Choose target function for filter test from + samples (bsc#1012628). +- iio: accel: st_accel: Fix invalid mount_matrix on devices + without ACPI _ONT method (bsc#1012628). +- iio: adc: mxs-lradc: fix the order of two cleanup operations + (bsc#1012628). +- iio: tmag5273: Fix runtime PM leak on measurement error + (bsc#1012628). +- iio: ad4130: Make sure clock provider gets removed + (bsc#1012628). +- iio: adc: mt6370: Fix ibus and ibat scaling value of some + specific vendor ID chips (bsc#1012628). +- HID: google: add jewel USB id (bsc#1012628). +- HID: wacom: avoid integer overflow in wacom_intuos_inout() + (bsc#1012628). +- iio: imu: inv_icm42600: fix timestamp reset (bsc#1012628). +- dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 + compatible value (bsc#1012628). +- iio: light: vcnl4035: fixed chip ID check (bsc#1012628). +- iio: accel: kx022a fix irq getting (bsc#1012628). +- iio: adc: stm32-adc: skip adc-channels setup if none is present + (bsc#1012628). +- iio: adc: ad_sigma_delta: Fix IRQ issue by setting + IRQ_DISABLE_UNLAZY flag (bsc#1012628). +- iio: dac: mcp4725: Fix i2c_master_send() return value handling + (bsc#1012628). +- iio: addac: ad74413: fix resistance input processing + (bsc#1012628). +- iio: adc: ad7192: Change "shorted" channels to differential + (bsc#1012628). +- iio: adc: stm32-adc: skip adc-diff-channels setup if none is + present (bsc#1012628). +- iio: dac: build ad5758 driver when AD5758 is selected + (bsc#1012628). +- net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + (bsc#1012628). +- dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + (bsc#1012628). +- usb: cdns3: fix NCM gadget RX speed 20x slow than expection + at iMX8QM (bsc#1012628). +- usb: gadget: f_fs: Add unbind event before functionfs_unbind + (bsc#1012628). +- md/raid5: fix miscalculation of 'end_sector' in + raid5_read_one_chunk() (bsc#1012628). +- misc: fastrpc: Reassign memory ownership only for remote heap + (bsc#1012628). +- misc: fastrpc: return -EPIPE to invocations on device removal + (bsc#1012628). +- misc: fastrpc: reject new invocations during device removal + (bsc#1012628). +- scsi: stex: Fix gcc 13 warnings (bsc#1012628). +- ata: libata-scsi: Use correct device no in ata_find_dev() + (bsc#1012628). +- drm/amdgpu: enable tmz by default for GC 11.0.1 (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + (bsc#1012628). +- drm/amd/pm: resolve reboot exception for si oland (bsc#1012628). +- drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for renoir + (bsc#1012628). +- mmc: vub300: fix invalid response handling (bsc#1012628). +- mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + (bsc#1012628). +- tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break + instead of UARTCTRL_SBK (bsc#1012628). +- btrfs: fix csum_tree_block page iteration to avoid tripping + on -Werror=array-bounds (bsc#1012628). +- phy: qcom-qmp-combo: fix init-count imbalance (bsc#1012628). +- phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + (bsc#1012628). +- block: fix revalidate performance regression (bsc#1012628). +- powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + (bsc#1012628). +- iommu/amd: Fix domain flush size when syncing iotlb + (bsc#1012628). +- tpm, tpm_tis: correct tpm_tis_flags enumeration values + (bsc#1012628). +- module/decompress: Fix error checking on zstd decompression + (bsc#1012628). +- firmware: qcom_scm: Use fixed width src vm bitmap (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for secure map request + (bsc#1012628). +- btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work + (bsc#1012628). +- HID: hidpp: terminate retry loop on success (bsc#1012628). +- dmaengine: at_hdmac: Repair bitfield macros for peripheral ID + handling (bsc#1012628). +- dmaengine: at_hdmac: Extend the Flow Controller bitfield to + three bits (bsc#1012628). +- riscv: perf: Fix callchain parse error with kernel tracepoint + events (bsc#1012628). +- io_uring: undeprecate epoll_ctl support (bsc#1012628). +- selinux: don't use make's grouped targets feature yet + (bsc#1012628). +- mtdchar: mark bits of ioctl handler noinline (bsc#1012628). +- tracing/timerlat: Always wakeup the timerlat thread + (bsc#1012628). +- tracing/histograms: Allow variables to have some modifiers + (bsc#1012628). +- tracing/probe: trace_probe_primary_from_call(): checked + list_first_entry (bsc#1012628). +- selftests: mptcp: connect: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: pm nl: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: avoid using 'cmp --bytes' (bsc#1012628). +- selftests: mptcp: diag: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: simult flows: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: sockopt: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: userspace pm: skip if MPTCP is not supported + (bsc#1012628). +- mptcp: fix connect timeout handling (bsc#1012628). +- mptcp: fix active subflow finalization (bsc#1012628). +- ext4: add EA_INODE checking to ext4_iget() (bsc#1012628). +- ext4: set lockdep subclass for the ea_inode in + ext4_xattr_inode_cache_find() (bsc#1012628). +- ext4: disallow ea_inodes with extended attributes (bsc#1012628). +- ext4: add lockdep annotations for i_data_sem for ea_inode's + (bsc#1012628). +- fbcon: Fix null-ptr-deref in soft_cursor (bsc#1012628). +- serial: 8250_tegra: Fix an error handling path in + tegra_uart_probe() (bsc#1012628). +- serial: cpm_uart: Fix a COMPILE_TEST dependency (bsc#1012628). +- powerpc/xmon: Use KSYM_NAME_LEN in array size (bsc#1012628). +- test_firmware: prevent race conditions by a correct + implementation of locking (bsc#1012628). +- test_firmware: fix a memory leak with reqs buffer (bsc#1012628). +- test_firmware: fix the memory leak of the allocated firmware + buffer (bsc#1012628). +- KVM: arm64: Populate fault info for watchpoint (bsc#1012628). +- KVM: arm64: Drop last page ref in + kvm_pgtable_stage2_free_removed() (bsc#1012628). +- KVM: x86/mmu: Grab memslot for correct address space in NX + recovery worker (bsc#1012628). +- KVM: x86: Account fastpath-only VM-Exits in vCPU stats + (bsc#1012628). +- KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID + is out-of-bounds (bsc#1012628). +- ksmbd: fix credit count leakage (bsc#1012628). +- ksmbd: fix UAF issue from opinfo->conn (bsc#1012628). +- ksmbd: fix incorrect AllocationSize set in smb2_get_info + (bsc#1012628). +- ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + (bsc#1012628). +- ksmbd: fix multiple out-of-bounds read during context decoding + (bsc#1012628). +- KEYS: asymmetric: Copy sig and digest in + public_key_verify_signature() (bsc#1012628). +- regmap: Account for register length when chunking (bsc#1012628). +- tpm, tpm_tis: Request threaded interrupt handler (bsc#1012628). +- iommu/amd/pgtbl_v2: Fix domain max address (bsc#1012628). +- riscv: vmlinux.lds.S: Explicitly handle '.got' section + (bsc#1012628). +- ext4: enable the lazy init thread when remounting read/write + (bsc#1012628). +- commit b5f9ff5 + +------------------------------------------------------------------- +Sun Jun 11 23:55:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc6 +- refresh configs +- commit e5bdb6f + +------------------------------------------------------------------- +Sun Jun 11 23:43:29 CEST 2023 - mkubecek@suse.cz + +- config: refresh arm64/vanilla +- commit 3087200 + +------------------------------------------------------------------- +Sun Jun 11 15:31:51 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv7hl +- Update config files for armv7hl/6.4.0rc6 +- commit 782615b + +------------------------------------------------------------------- +Sun Jun 11 13:19:31 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 configs +- config: Update to 6.4-rc5: + * this includes lowering the ARCH_FORCE_MAX_ORDER by one given the + change of definition in mainline commit 23baf831a32c + ("mm, treewide: redefine MAX_ORDER sanely") + * config change from x86_64 adopted for arm64. Enabled all erratas, + rest compile as modules +- commit 084e86f + ------------------------------------------------------------------- Fri Jun 9 14:57:16 CEST 2023 - msuchanek@suse.de - Move setting %%build_html to config.sh - commit dd39da3 +------------------------------------------------------------------- +Fri Jun 9 12:31:43 CEST 2023 - tiwai@suse.de + +- Update patch reference for memstick fix (CVE-2023-3141 bsc#1212129 bsc#1211449) +- commit 2c9fe82 + ------------------------------------------------------------------- Fri Jun 9 10:23:55 CEST 2023 - msuchanek@suse.de @@ -3204,8 +19635,16 @@ Wed Jun 7 13:07:40 CEST 2023 - msuchanek@suse.de ------------------------------------------------------------------- Wed Jun 7 09:42:27 CEST 2023 - msuchanek@suse.de +- Generalize kernel-docs build requirements. - Generalize kernel-doc build requirements. -- commit 23b058f +- commit c80fe12 + +------------------------------------------------------------------- +Tue Jun 6 16:58:50 CEST 2023 - msuchanek@suse.de + +- Refresh patches.suse/add-suse-supported-flag.patch. + Fix table alignment. +- commit 6152a50 ------------------------------------------------------------------- Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de @@ -3215,18 +19654,435 @@ Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de not signing the kernel on non-efi - commit 28c22af +------------------------------------------------------------------- +Mon Jun 5 15:51:03 CEST 2023 - mfranc@suse.cz + +- s390/ap: add ap status asynch error support (jsc#PED-3332). +- s390/ap: implement SE AP bind, unbind and associate + (jsc#PED-3332). +- s390/ap: introduce low frequency polling possibility + (jsc#PED-3332). +- s390/ap: new low level inline functions ap_bapq() and ap_aapq() + (jsc#PED-3332). +- s390/ap: provide F bit parameter for ap_rapq() and ap_zapq() + (jsc#PED-3332). +- s390/ap: filter ap card functions, new queue functions attribute + (jsc#PED-3332). +- s390/ap: make tapq gr2 response a struct (jsc#PED-3332). +- s390/ap: introduce new AP bus sysfs attribute features + (jsc#PED-3332). +- s390/ap: exploit new B bit from QCI config info (jsc#PED-3332). +- s390/zcrypt: replace scnprintf with sysfs_emit (jsc#PED-3332). +- s390/zcrypt: rework length information for dqap (jsc#PED-3332). +- s390/zcrypt: make psmid unsigned long instead of long long + (jsc#PED-3332). +- commit 589eabc + +------------------------------------------------------------------- +Mon Jun 5 13:41:25 CEST 2023 - tiwai@suse.de + +- media: dvb-core: Fix use-after-free due to race condition at + dvb_ca_en50221 (CVE-2022-45919 bsc#1205803). +- media: dvb-core: Fix kernel WARNING for blocking operation in + wait_event*() (CVE-2023-31084 bsc#1210783). +- media: dvb-core: Fix use-after-free due to race at + dvb_register_device() (CVE-2022-45884 bsc#1205756). +- media: dvb-core: Fix use-after-free due on race condition at + dvb_net (CVE-2022-45886 bsc#1205760). +- media: dvb-core: Fix use-after-free on race condition at + dvb_frontend (CVE-2022-45885 bsc#1205758). +- media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + (CVE-2022-45887 bsc#1205762). +- commit c56eadf + +------------------------------------------------------------------- +Mon Jun 5 13:37:12 CEST 2023 - tiwai@suse.de + +- Update patch metadata for security fixes (bsc#1209287 CVE-2023-1380 bsc#1210533 CVE-2023-2002 bsc#1210806 CVE-2023-2269 CVE-2023-32233 bsc#1211043) +- commit 461c57a + +------------------------------------------------------------------- +Mon Jun 5 09:58:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.6 (bsc#1012628). +- netfilter: ctnetlink: Support offloaded conntrack entry deletion + (bsc#1012628). +- cpufreq: amd-pstate: Add ->fast_switch() callback (bsc#1012628). +- cpufreq: amd-pstate: Update policy->cur in + amd_pstate_adjust_perf() (bsc#1012628). +- bluetooth: Add cmd validity checks at the start of + hci_sock_ioctl() (bsc#1012628). +- net: phy: mscc: enable VSC8501/2 RGMII RX clock (bsc#1012628). +- cpufreq: amd-pstate: Remove fast_switch_possible flag from + active driver (bsc#1012628). +- vfio/type1: check pfn valid before converting to struct page + (bsc#1012628). +- blk-mq: fix race condition in active queue accounting + (bsc#1012628). +- blk-wbt: fix that wbt can't be disabled by default + (bsc#1012628). +- bpf, sockmap: Incorrectly handling copied_seq (bsc#1012628). +- bpf, sockmap: Wake up polling after data copy (bsc#1012628). +- bpf, sockmap: TCP data stall on recv before accept + (bsc#1012628). +- bpf, sockmap: Handle fin correctly (bsc#1012628). +- bpf, sockmap: Improved check for empty queue (bsc#1012628). +- bpf, sockmap: Reschedule is now done through backlog + (bsc#1012628). +- bpf, sockmap: Convert schedule_work into delayed_work + (bsc#1012628). +- bpf, sockmap: Pass skb ownership through read_skb (bsc#1012628). +- gpio-f7188x: fix chip name and pin count on Nuvoton chip + (bsc#1012628). +- net/mlx5: E-switch, Devcom, sync devcom events and devcom comp + register (bsc#1012628). +- Revert "net/mlx5: Expose vnic diagnostic counters for eswitch + managed vports" (bsc#1012628). +- Revert "net/mlx5: Expose steering dropped packets counter" + (bsc#1012628). +- net/mlx5e: TC, Fix using eswitch mapping in nic mode + (bsc#1012628). +- drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + (bsc#1012628). +- drm/i915: Disable DPLLs before disconnecting the TC PHY + (bsc#1012628). +- drm/i915: Move shared DPLL disabling into CRTC disable hook + (bsc#1012628). +- ASoC: Intel: avs: Fix module lookup (bsc#1012628). +- cxl/port: Fix NULL pointer access in devm_cxl_add_port() + (bsc#1012628). +- net: fec: add dma_wmb to ensure correct descriptor values + (bsc#1012628). +- tls: rx: strp: don't use GFP_KERNEL in softirq context + (bsc#1012628). +- tls: rx: strp: preserve decryption status of skbs when needed + (bsc#1012628). +- tls: rx: strp: factor out copying skb data (bsc#1012628). +- tls: rx: strp: force mixed decrypted records into copy mode + (bsc#1012628). +- tls: rx: strp: fix determining record length in copy mode + (bsc#1012628). +- tls: rx: strp: set the skb->len of detached / CoW'ed skbs + (bsc#1012628). +- tls: rx: device: fix checking decryption status (bsc#1012628). +- gpiolib: fix allocation of mixed dynamic/static GPIOs + (bsc#1012628). +- bpf: netdev: init the offload table earlier (bsc#1012628). +- platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + (bsc#1012628). +- power: supply: rt9467: Fix passing zero to 'dev_err_probe' + (bsc#1012628). +- selftests/bpf: Fix pkg-config call building sign-file + (bsc#1012628). +- ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, + 2 and 3 (bsc#1012628). +- coresight: perf: Release Coresight path when alloc trace id + failed (bsc#1012628). +- spi: spi-geni-qcom: Select FIFO mode for chip select + (bsc#1012628). +- firmware: arm_ffa: Fix usage of partition info get count flag + (bsc#1012628). +- firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation + (bsc#1012628). +- commit f583ba4 + +------------------------------------------------------------------- +Mon Jun 5 09:57:43 CEST 2023 - jslaby@suse.cz + +- drm/amd/display: Only wait for blank completion if OTG active + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit fc379fb + +------------------------------------------------------------------- +Sun Jun 4 22:15:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc5 +- refresh configs +- commit 2cab33e + ------------------------------------------------------------------- Fri Jun 2 08:24:33 CEST 2023 - msuchanek@suse.de - usrmerge: Compatibility with earlier rpm (boo#1211796) - commit 2191d32 +------------------------------------------------------------------- +Fri Jun 2 08:15:14 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 6db9c44 + +------------------------------------------------------------------- +Fri Jun 2 08:14:31 CEST 2023 - jslaby@suse.cz + +- Revert "Fix usrmerge error (boo#1211796)" + This reverts commit da84579e78f4c4efa5b3b910484fdaedc79fefec. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 4b4675f + +------------------------------------------------------------------- +Fri Jun 2 06:30:32 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit 6db9c44d07ee5bb9d1556fb52efbec6bb26b00a3. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit d3cbce2379049d1657919d6ced51f6f5141f66fd, we will + merge a fix from the packaging branch. +- commit 92dc30d + ------------------------------------------------------------------- Thu Jun 1 17:59:02 CEST 2023 - msuchanek@suse.de - Fix usrmerge error (boo#1211796) - commit da84579 +------------------------------------------------------------------- +Thu Jun 1 12:53:28 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7, as it + breaks the build: + + sed -ie s,/lib/modules/,/usr/lib/modules/,linux-6.3.5-0.g99c5100/Makefile scripts/depmod.sh + sed: can't read linux-6.3.5-0.g99c5100/Makefile: No such file or directory +- commit d3cbce2 + +------------------------------------------------------------------- +Thu Jun 1 12:01:34 CEST 2023 - ailiop@suse.com + +- xfs: verify buffer contents when we skip log replay (bsc#1210498 + CVE-2023-2124). +- commit 394c575 + +------------------------------------------------------------------- +Thu Jun 1 10:45:00 CEST 2023 - jslaby@suse.cz + +- Update config files -- X86_KERNEL_IBT=y (bsc#1211890). +- commit 50dbc0a + +------------------------------------------------------------------- +Wed May 31 08:18:30 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.5 (bsc#1012628). +- wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by + access null page (bsc#1012628). +- usb: dwc3: fix gadget mode suspend interrupt handler issue + (bsc#1012628). +- tpm, tpm_tis: Avoid cache incoherency in test for interrupts + (bsc#1012628). +- tpm, tpm_tis: Only handle supported interrupts (bsc#1012628). +- tpm_tis: Use tpm_chip_{start,stop} decoration inside + tpm_tis_resume (bsc#1012628). +- tpm, tpm_tis: startup chip before testing for interrupts + (bsc#1012628). +- tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + (bsc#1012628). +- tpm: Prevent hwrng from activating during resume (bsc#1012628). +- zsmalloc: move LRU update from zs_map_object() to zs_malloc() + (bsc#1012628). +- watchdog: sp5100_tco: Immediately trigger upon starting + (bsc#1012628). +- mm/vmemmap/devdax: fix kernel crash when probing devdax devices + (bsc#1012628). +- ocfs2: Switch to security_inode_init_security() (bsc#1012628). +- x86/mm: Avoid incomplete Global INVLPG flushes (bsc#1012628). +- platform/x86/intel/ifs: Annotate work queue on stack so object + debug does not complain (bsc#1012628). +- cifs: Fix cifs_limit_bvec_subset() to correctly check the + maxmimum size (bsc#1012628). +- cifs: fix smb1 mount regression (bsc#1012628). +- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (bsc#1012628). +- ALSA: hda: Fix unhandled register update during auto-suspend + period (bsc#1012628). +- ALSA: hda/realtek: Enable headset onLenovo M70/M90 + (bsc#1012628). +- SUNRPC: Don't change task->tk_status after the call to + rpc_exit_task (bsc#1012628). +- mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works (bsc#1012628). +- mmc: block: ensure error propagation for non-blk (bsc#1012628). +- power: supply: axp288_fuel_gauge: Fix external_power_changed + race (bsc#1012628). +- power: supply: bq25890: Fix external_power_changed race + (bsc#1012628). +- ASoC: rt5682: Disable jack detection interrupt during suspend + (bsc#1012628). +- net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + (bsc#1012628). +- m68k: Move signal frame following exception on 68020/030 + (bsc#1012628). +- ipv{4,6}/raw: fix output xfrm lookup wrt protocol (bsc#1012628). +- xtensa: fix signal delivery to FDPIC process (bsc#1012628). +- xtensa: add __bswap{si,di}2 helpers (bsc#1012628). +- parisc: Use num_present_cpus() in alternative patching code + (bsc#1012628). +- parisc: Handle kgdb breakpoints only in kernel context + (bsc#1012628). +- parisc: Fix flush_dcache_page() for usage from irq context + (bsc#1012628). +- parisc: Allow to reboot machine after system halt (bsc#1012628). +- parisc: Enable LOCKDEP support (bsc#1012628). +- parisc: Handle kprobes breakpoints only in kernel context + (bsc#1012628). +- cxl/port: Enable the HDM decoder capability for switch ports + (bsc#1012628). +- gpio: mockup: Fix mode of debugfs files (bsc#1012628). +- btrfs: use nofs when cleaning up aborted transactions + (bsc#1012628). +- thermal: intel: int340x: Add new line for UUID display + (bsc#1012628). +- block: fix bio-cache for passthru IO (bsc#1012628). +- dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + (bsc#1012628). +- drm/amd/display: Have Payload Properly Created After Resume + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized (bsc#1012628). +- drm/radeon: reintroduce radeon_dp_work_func content + (bsc#1012628). +- drm/amdgpu: don't enable secure display on incompatible + platforms (bsc#1012628). +- drm/amd/pm: add missing NotifyPowerSource message mapping for + SMU13.0.7 (bsc#1012628). +- drm/amd/pm: Fix output of pp_od_clk_voltage (bsc#1012628). +- Revert "binder_alloc: add missing mmap_lock calls when using + the VMA" (bsc#1012628). +- Revert "android: binder: stop saving a pointer to the VMA" + (bsc#1012628). +- binder: add lockless binder_alloc_(set|get)_vma() (bsc#1012628). +- binder: fix UAF caused by faulty buffer cleanup (bsc#1012628). +- binder: fix UAF of alloc->vma in race with munmap() + (bsc#1012628). +- drm/amd/amdgpu: limit one queue per gang (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on SPR + (bsc#1012628). +- x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid + platforms (bsc#1012628). +- irqchip/mips-gic: Don't touch vl_map if a local interrupt is + not routable (bsc#1012628). +- irqchip/mips-gic: Use raw spinlock for gic_lock (bsc#1012628). +- debugobjects: Don't wake up kswapd from fill_pool() + (bsc#1012628). +- fbdev: udlfb: Fix endpoint check (bsc#1012628). +- net: fix stack overflow when LRO is disabled for virtual + interfaces (bsc#1012628). +- udplite: Fix NULL pointer dereference in + __sk_mem_raise_allocated() (bsc#1012628). +- USB: core: Add routines for endpoint checks in old drivers + (bsc#1012628). +- USB: sisusbvga: Add endpoint checks (bsc#1012628). +- media: radio-shark: Add endpoint checks (bsc#1012628). +- ASoC: lpass: Fix for KASAN use_after_free out of bounds + (bsc#1012628). +- net: fix skb leak in __skb_tstamp_tx() (bsc#1012628). +- drm: fix drmm_mutex_init() (bsc#1012628). +- selftests: fib_tests: mute cleanup error message (bsc#1012628). +- octeontx2-pf: Fix TSOv6 offload (bsc#1012628). +- bpf: Fix mask generation for 32-bit narrow loads of 64-bit + fields (bsc#1012628). +- bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + (bsc#1012628). +- lan966x: Fix unloading/loading of the driver (bsc#1012628). +- ipv6: Fix out-of-bounds access in ipv6_find_tlv() (bsc#1012628). +- cifs: mapchars mount option ignored (bsc#1012628). +- power: supply: leds: Fix blink to LED on transition + (bsc#1012628). +- power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe (bsc#1012628). +- power: supply: bq27xxx: Fix bq27xxx_battery_update() race + condition (bsc#1012628). +- power: supply: bq27xxx: Fix I2C IRQ race on remove + (bsc#1012628). +- power: supply: bq27xxx: Fix poll_interval handling and races + on remove (bsc#1012628). +- power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() (bsc#1012628). +- power: supply: bq27xxx: Move bq27xxx_battery_update() down + (bsc#1012628). +- power: supply: bq27xxx: Ensure power_supply_changed() is called + on current sign changes (bsc#1012628). +- power: supply: bq27xxx: After charger plug in/out wait 0.5s + for things to stabilize (bsc#1012628). +- power: supply: bq25890: Call power_supply_changed() after + updating input current or voltage (bsc#1012628). +- power: supply: bq24190: Call power_supply_changed() after + updating input current (bsc#1012628). +- power: supply: sbs-charger: Fix INHIBITED bit for Status reg + (bsc#1012628). +- optee: fix uninited async notif value (bsc#1012628). +- firmware: arm_ffa: Check if ffa_driver remove is present before + executing (bsc#1012628). +- firmware: arm_ffa: Fix FFA device names for logical partitions + (bsc#1012628). +- fs: fix undefined behavior in bit shift for SB_NOUSER + (bsc#1012628). +- regulator: pca9450: Fix BUCK2 enable_mask (bsc#1012628). +- platform/x86: ISST: Remove 8 socket limit (bsc#1012628). +- coresight: Fix signedness bug in + tmc_etr_buf_insert_barrier_packet() (bsc#1012628). +- ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + (bsc#1012628). +- x86/pci/xen: populate MSI sysfs entries (bsc#1012628). +- xen/pvcalls-back: fix double frees with + pvcalls_new_active_socket() (bsc#1012628). +- x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + (bsc#1012628). +- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + (bsc#1012628). +- ASoC: Intel: avs: Fix declaration of enum avs_channel_config + (bsc#1012628). +- ASoC: Intel: avs: Access path components under lock + (bsc#1012628). +- cxl: Wait Memory_Info_Valid before access memory related info + (bsc#1012628). +- cxl: Move cxl_await_media_ready() to before capacity info + retrieval (bsc#1012628). +- sctp: fix an issue that plpmtu can never go to complete state + (bsc#1012628). +- forcedeth: Fix an error handling path in nv_probe() + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: fix sscanf() error checking + (bsc#1012628). +- net/mlx5e: Fix SQ wake logic in ptp napi_poll context + (bsc#1012628). +- net/mlx5e: Fix deadlock in tc route query code (bsc#1012628). +- net/mlx5e: Use correct encap attribute during invalidation + (bsc#1012628). +- net/mlx5e: do as little as possible in napi poll when budget + is 0 (bsc#1012628). +- net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) + CPUs (bsc#1012628). +- net/mlx5: Handle pairing of E-switch via uplink un/load APIs + (bsc#1012628). +- net/mlx5: DR, Check force-loopback RC QP capability + independently from RoCE (bsc#1012628). +- net/mlx5: Fix error message when failing to allocate device + memory (bsc#1012628). +- net/mlx5: Collect command failures data only for known commands + (bsc#1012628). +- net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + (bsc#1012628). +- net/mlx5: Devcom, serialize devcom registration (bsc#1012628). +- arm64: dts: imx8mn-var-som: fix PHY detection bug by adding + deassert delay (bsc#1012628). +- firmware: arm_ffa: Set reserved/MBZ fields to zero in the + memory descriptors (bsc#1012628). +- regulator: mt6359: add read check for PMIC MT6359 (bsc#1012628). +- net/smc: Reset connection when trying to use SMCRv2 fails + (bsc#1012628). +- 3c589_cs: Fix an error handling path in tc589_probe() + (bsc#1012628). +- page_pool: fix inconsistency for page_pool_ring_[un]lock() + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non + MTK_NETSYS_V2 SoCs (bsc#1012628). +- net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + (bsc#1012628). +- Revert "arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl" (bsc#1012628). +- commit fc86ff2 + ------------------------------------------------------------------- Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de @@ -3235,18 +20091,2511 @@ Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de Requires corresponding patch to kmod. - commit b8e00c5 +------------------------------------------------------------------- +Mon May 29 08:22:29 CEST 2023 - jslaby@suse.cz + +- xfs: fix livelock in delayed allocation at ENOSPC (brc#2208553 + xfs-issue). +- commit 2c66b1f + +------------------------------------------------------------------- +Sun May 28 21:56:00 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc4 +- refresh configs +- commit 2e9e157 + +------------------------------------------------------------------- +Fri May 26 13:24:11 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported rose module +- commit ffa03aa + +------------------------------------------------------------------- +Fri May 26 10:50:38 CEST 2023 - jlee@suse.com + +- Revert "Disable lockdown. (bsc#1209006)" + This reverts commit 44ca817f15b215421a4c788790dd5351c186d1df. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 5ab030f + +------------------------------------------------------------------- +Fri May 26 10:50:15 CEST 2023 - jlee@suse.com + +- Revert "Revert "Update config files." (bsc#1211166)" + This reverts commit 944713a45f59680c926e1a4d51798970f8af1767. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 1bf0f73 + +------------------------------------------------------------------- +Thu May 25 17:09:27 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add guard against future CVE-2016-3695 (bsc#1023051) + Just add more comment in support.conf, no change. +- commit 337e000 + +------------------------------------------------------------------- +Thu May 25 06:46:56 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.4 (bsc#1012628). +- drm/fbdev-generic: prohibit potential out-of-bounds access + (bsc#1012628). +- drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values (bsc#1012628). +- drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + (bsc#1012628). +- drm/mipi-dsi: Set the fwnode for mipi_dsi_device (bsc#1012628). +- ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + (bsc#1012628). +- net: skb_partial_csum_set() fix against transport header magic + value (bsc#1012628). +- net: mdio: mvusb: Fix an error handling path in + mvusb_mdio_probe() (bsc#1012628). +- perf/core: Fix perf_sample_data not properly initialized for + different swevents in perf_tp_event() (bsc#1012628). +- scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in + W-LUN suspend (bsc#1012628). +- tick/broadcast: Make broadcast device replacement work correctly + (bsc#1012628). +- linux/dim: Do nothing if no time delta between samples + (bsc#1012628). +- net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + (bsc#1012628). +- net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs() + (bsc#1012628). +- net: phy: bcm7xx: Correct read from expansion register + (bsc#1012628). +- netfilter: nf_tables: always release netdev hooks from notifier + (bsc#1012628). +- netfilter: conntrack: fix possible bug_on with enable_hooks=1 + (bsc#1012628). +- bonding: fix send_peer_notif overflow (bsc#1012628). +- netlink: annotate accesses to nlk->cb_running (bsc#1012628). +- net: annotate sk->sk_err write from do_recvmmsg() (bsc#1012628). +- net: deal with most data-races in sk_wait_event() (bsc#1012628). +- net: add vlan_get_protocol_and_depth() helper (bsc#1012628). +- tcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- gve: Remove the code of clearing PBA bit (bsc#1012628). +- ipvlan:Fix out-of-bounds caused by unclear skb->cb + (bsc#1012628). +- net: mscc: ocelot: fix stat counter register values + (bsc#1012628). +- drm/sched: Check scheduler work queue before calling timeout + handling (bsc#1012628). +- net: datagram: fix data-races in datagram_poll() (bsc#1012628). +- af_unix: Fix a data race of sk->sk_receive_queue->qlen + (bsc#1012628). +- af_unix: Fix data races around sk->sk_shutdown (bsc#1012628). +- drm/i915/guc: Don't capture Gen8 regs on Xe devices + (bsc#1012628). +- drm/i915: Fix NULL ptr deref by checking new_crtc_state + (bsc#1012628). +- drm/i915/dp: prevent potential div-by-zero (bsc#1012628). +- drm/i915: taint kernel when force probing unsupported devices + (bsc#1012628). +- fbdev: arcfb: Fix error handling in arcfb_probe() (bsc#1012628). +- ext4: reflect error codes from ext4_multi_mount_protect() + to its callers (bsc#1012628). +- ext4: don't clear SB_RDONLY when remounting r/w until quota + is re-enabled (bsc#1012628). +- ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + (bsc#1012628). +- ext4: allow ext4_get_group_info() to fail (bsc#1012628). +- refscale: Move shutdown from wait_event() to wait_event_idle() + (bsc#1012628). +- selftests: cgroup: Add 'malloc' failures checks in + test_memcontrol (bsc#1012628). +- rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + (bsc#1012628). +- open: return EINVAL for O_DIRECTORY | O_CREAT (bsc#1012628). +- fs: hfsplus: remove WARN_ON() from + hfsplus_cat_{read,write}_inode() (bsc#1012628). +- drm/displayid: add displayid_get_header() and check bounds + better (bsc#1012628). +- drm/amd/display: populate subvp cmd info only for the top pipe + (bsc#1012628). +- drm/amd/display: Correct DML calculation to align HW formula + (bsc#1012628). +- drm/amd/display: enable DPG when disabling plane for phantom + pipe (bsc#1012628). +- platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 + data (bsc#1012628). +- drm/amd/display: Enable HostVM based on rIOMMU active + (bsc#1012628). +- drm/amd/display: Use DC_LOG_DC in the trasform pixel function + (bsc#1012628). +- regmap: cache: Return error in cache sync operations for + REGCACHE_NONE (bsc#1012628). +- remoteproc: imx_dsp_rproc: Add custom memory copy implementation + for i.MX DSP Cores (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing DWC3 quirks + (bsc#1012628). +- accel/habanalabs: postpone mem_mgr IDR destruction to + hpriv_release() (bsc#1012628). +- drm/amd/display: reallocate DET for dual displays with high + pixel rate ratio (bsc#1012628). +- media: imx-jpeg: Bounds check sizeimage access (bsc#1012628). +- media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() + and buffer_finish() (bsc#1012628). +- media: pci: tw68: Fix null-ptr-deref bug in buf prepare and + finish (bsc#1012628). +- media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* + symbols (bsc#1012628). +- platform/x86/intel: vsec: Explicitly enable capabilities + (bsc#1012628). +- ACPI: processor: Check for null return of devm_kzalloc() + in fch_misc_setup() (bsc#1012628). +- drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + (bsc#1012628). +- memstick: r592: Fix UAF bug in r592_remove due to race condition + (bsc#1012628). +- arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from + usb_dwc3_0 (bsc#1012628). +- firmware: arm_sdei: Fix sleep from invalid context BUG + (bsc#1012628). +- ACPI: EC: Fix oops when removing custom query handlers + (bsc#1012628). +- drm/amd/display: fixed dcn30+ underflow issue (bsc#1012628). +- remoteproc: stm32_rproc: Add mutex protection for workqueue + (bsc#1012628). +- accel/ivpu: Remove D3hot delay for Meteorlake (bsc#1012628). +- drm/tegra: Avoid potential 32-bit integer overflow + (bsc#1012628). +- drm/msm/dp: Clean up handling of DP AUX interrupts + (bsc#1012628). +- ACPICA: Avoid undefined behavior: applying zero offset to null + pointer (bsc#1012628). +- ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + (bsc#1012628). +- arm64: dts: qcom: sm6115-j606f: Add ramoops node (bsc#1012628). +- irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + (bsc#1012628). +- media: ipu3-cio2: support multiple sensors and VCMs with same + HID (bsc#1012628). +- ACPI: video: Remove desktops without backlight DMI quirks + (bsc#1012628). +- drm/amd/display: Correct DML calculation to follow HW SPEC + (bsc#1012628). +- drm/amd: Fix an out of bounds error in BIOS parser + (bsc#1012628). +- drm/amdgpu: Fix sdma v4 sw fini error (bsc#1012628). +- media: Prefer designated initializers over memset for subdev + pad ops (bsc#1012628). +- drm/amdgpu: Enable IH retry CAM on GFX9 (bsc#1012628). +- media: mediatek: vcodec: Fix potential array out-of-bounds in + decoder queue_setup (bsc#1012628). +- platform/x86/amd: pmc: Fix memory leak in + amd_pmc_stb_debugfs_open_v2() (bsc#1012628). +- hwmon: (nzxt-smart2) add another USB ID (bsc#1012628). +- wifi: ath: Silence memcpy run-time false positive warning + (bsc#1012628). +- wifi: ath12k: Handle lock during peer_id find (bsc#1012628). +- wifi: ath12k: PCI ops for wakeup/release MHI (bsc#1012628). +- bpf: Annotate data races in bpf_local_storage (bsc#1012628). +- wifi: brcmfmac: pcie: Provide a buffer of random bytes to the + device (bsc#1012628). +- wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4387 + (bsc#1012628). +- ext2: Check block size validity during mount (bsc#1012628). +- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer + overflow (bsc#1012628). +- scsi: lpfc: Correct used_rpi count when devloss tmo fires with + no recovery (bsc#1012628). +- wifi: rtw88: fix memory leak in rtw_usb_probe() (bsc#1012628). +- bnxt: avoid overflow in bnxt_get_nvram_directory() + (bsc#1012628). +- net: pasemi: Fix return type of pasemi_mac_start_tx() + (bsc#1012628). +- wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work() + (bsc#1012628). +- net: Catch invalid index in XPS mapping (bsc#1012628). +- netdev: Enforce index cap in netdev_get_tx_queue (bsc#1012628). +- scsi: target: iscsit: Free cmds before session free + (bsc#1012628). +- lib: cpu_rmap: Avoid use after free on rmap->obj array entries + (bsc#1012628). +- scsi: message: mptlan: Fix use after free bug in mptlan_remove() + due to race condition (bsc#1012628). +- gfs2: Fix inode height consistency check (bsc#1012628). +- scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + (bsc#1012628). +- scsi: hisi_sas: Grab sas_dev lock when traversing the members + of sas_dev.list (bsc#1012628). +- ext4: set goal start correctly in ext4_mb_normalize_request + (bsc#1012628). +- ext4: Fix best extent lstart adjustment logic in + ext4_mb_new_inode_pa() (bsc#1012628). +- crypto: jitter - permanent and intermittent health errors + (bsc#1012628). +- f2fs: Fix system crash due to lack of free space in LFS + (bsc#1012628). +- f2fs: fix to drop all dirty pages during umount() if cp_error + is set (bsc#1012628). +- f2fs: fix to check readonly condition correctly (bsc#1012628). +- samples/bpf: Fix fout leak in hbm's run_bpf_prog (bsc#1012628). +- bpf: Add preempt_count_{sub,add} into btf id deny list + (bsc#1012628). +- md: fix soft lockup in status_resync (bsc#1012628). +- net/sched: pass netlink extack to mqprio and taprio offload + (bsc#1012628). +- wifi: iwlwifi: pcie: fix possible NULL pointer dereference + (bsc#1012628). +- wifi: iwlwifi: add a new PCI device ID for BZ device + (bsc#1012628). +- wifi: iwlwifi: pcie: Fix integer overflow in + iwl_write_to_user_buf (bsc#1012628). +- wifi: iwlwifi: mvm: fix ptk_pn memory leak (bsc#1012628). +- block, bfq: Fix division by zero error on zero wsum + (bsc#1012628). +- wifi: ath11k: Ignore frags from uninitialized peer in dp + (bsc#1012628). +- wifi: mt76: mt7921: add Netgear AXE3000 (A8000) support + (bsc#1012628). +- wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + (bsc#1012628). +- f2fs: relax sanity check if checkpoint is corrupted + (bsc#1012628). +- null_blk: Always check queue mode setting from configfs + (bsc#1012628). +- wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write + backtrace (bsc#1012628). +- wifi: ath11k: Fix SKB corruption in REO destination ring + (bsc#1012628). +- wifi: rtw88: Fix memory leak in rtw88_usb (bsc#1012628). +- nbd: fix incomplete validation of ioctl arg (bsc#1012628). +- ipvs: Update width of source for ip_vs_sync_conn_options + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + (bsc#1012628). +- Bluetooth: Add new quirk for broken local ext features page 2 + (bsc#1012628). +- Bluetooth: btrtl: add support for the RTL8723CS (bsc#1012628). +- Bluetooth: Improve support for Actions Semi ATS2851 based + devices (bsc#1012628). +- Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + (bsc#1012628). +- Bluetooth: btintel: Add LE States quirk support (bsc#1012628). +- Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if + not set (bsc#1012628). +- Bluetooth: Add new quirk for broken set random RPA timeout + for ATS2851 (bsc#1012628). +- Bluetooth: L2CAP: fix "bad unlock balance" in + l2cap_disconnect_rsp (bsc#1012628). +- Bluetooth: btrtl: Add the support for RTL8851B (bsc#1012628). +- staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE + (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 4 and later + (bsc#1012628). +- iio: imu: st_lsm6dsx: discard samples during filters settling + time (bsc#1012628). +- staging: axis-fifo: initialize timeouts in init only + (bsc#1012628). +- xhci: mem: Carefully calculate size for memory allocations + (bsc#1012628). +- spi: intel-pci: Add support for Meteor Lake-S SPI serial flash + (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A42) (bsc#1012628). +- HID: logitech-hidpp: Don't use the USB serial for USB devices + (bsc#1012628). +- HID: logitech-hidpp: Reconcile USB and Unifying serials + (bsc#1012628). +- spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 (bsc#1012628). +- usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + (bsc#1012628). +- ALSA: hda: LNL: add HD Audio PCI ID (bsc#1012628). +- ASoC: amd: Add Dell G15 5525 to quirks list (bsc#1012628). +- ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + (bsc#1012628). +- ASoC: amd: Add check for acp config flags (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 3 + (bsc#1012628). +- HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + (bsc#1012628). +- HID: wacom: generic: Set battery quirk only when we see battery + data (bsc#1012628). +- usb: typec: tcpm: fix multiple times discover svids error + (bsc#1012628). +- serial: 8250: Reinit port->pm on port specific driver unbind + (bsc#1012628). +- mcb-pci: Reallocate memory region to avoid memory overlapping + (bsc#1012628). +- powerpc: Use of_property_present() for testing DT property + presence (bsc#1012628). +- sched: Fix KCSAN noinstr violation (bsc#1012628). +- lkdtm/stackleak: Fix noinstr violation (bsc#1012628). +- riscv: Fix EFI stub usage of KASAN instrumented strcmp function + (bsc#1012628). +- recordmcount: Fix memory leaks in the uwrite function + (bsc#1012628). +- RDMA/core: Fix multiple -Warray-bounds warnings (bsc#1012628). +- KVM: selftests: Add 'malloc' failure check in vcpu_save_state + (bsc#1012628). +- iommu/arm-smmu-qcom: Limit the SMR groups to 128 (bsc#1012628). +- fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' + (bsc#1012628). +- fs/ntfs3: Enhance the attribute size check (bsc#1012628). +- fs/ntfs3: Fix NULL dereference in ni_write_inode (bsc#1012628). +- fs/ntfs3: Validate MFT flags before replaying logs + (bsc#1012628). +- fs/ntfs3: Add length check in indx_get_root (bsc#1012628). +- fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() + (bsc#1012628). +- clk: tegra20: fix gcc-7 constant overflow warning (bsc#1012628). +- iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any + (bsc#1012628). +- iommu/sprd: Release dma buffer to avoid memory leak + (bsc#1012628). +- power: supply: axp288_charger: Use alt usb-id extcon on some + x86 android tablets (bsc#1012628). +- Input: xpad - add constants for GIP interface numbers + (bsc#1012628). +- RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for + RO write (bsc#1012628). +- clk: rockchip: rk3588: make gate linked clocks critical + (bsc#1012628). +- cifs: missing lock when updating session status (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (part 2) (bsc#1012628). +- soundwire: dmi-quirks: add remapping for Intel 'Rooks County' + NUC M15 (bsc#1012628). +- phy: st: miphy28lp: use _poll_timeout functions for waits + (bsc#1012628). +- soundwire: qcom: gracefully handle too many ports in DT + (bsc#1012628). +- soundwire: bus: Fix unbalanced pm_runtime_put() causing usage + count underflow (bsc#1012628). +- mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to + intel_cht_wc_models (bsc#1012628). +- mfd: dln2: Fix memory leak in dln2_probe() (bsc#1012628). +- mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + (bsc#1012628). +- parisc: Replace regular spinlock with spin_trylock on panic path + (bsc#1012628). +- xfrm: don't check the default policy if the policy allows the + packet (bsc#1012628). +- xfrm: release all offloaded policy memory (bsc#1012628). +- xfrm: Fix leak of dev tracker (bsc#1012628). +- Revert "Fix XFRM-I support for nested ESP tunnels" + (bsc#1012628). +- drm/msm/dp: unregister audio driver during unbind (bsc#1012628). +- drm/msm/dpu: Assign missing writeback log_mask (bsc#1012628). +- drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio + header (bsc#1012628). +- drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabs + (bsc#1012628). +- drm/msm/dpu: populate SmartDMA features in hw catalog + (bsc#1012628). +- drm/msm/dpu: drop smart_dma_rev from dpu_caps (bsc#1012628). +- drm/msm/dpu: Allow variable SSPP_BLK size (bsc#1012628). +- drm/msm/dpu: Allow variable INTF_BLK size (bsc#1012628). +- drm/msm/dpu: move UBWC/memory configuration to separate struct + (bsc#1012628). +- drm/msm/dpu: split SM8550 catalog entry to the separate file + (bsc#1012628). +- drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typo (bsc#1012628). +- drm/msm/dpu: Remove duplicate register defines from INTF + (bsc#1012628). +- dt-bindings: display/msm: dsi-controller-main: Document qcom, + master-dsi and qcom, sync-dual-dsi (bsc#1012628). +- ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + (bsc#1012628). +- cpupower: Make TSC read per CPU for Mperf monitor (bsc#1012628). +- xfrm: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- af_key: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- drm/msm: Fix submit error-path leaks (bsc#1012628). +- selftests: seg6: disable DAD on IPv6 router cfg for + srv6_end_dt4_l3vpn_test (bsc#1012628). +- selftets: seg6: disable rp_filter by default in + srv6_end_dt4_l3vpn_test (bsc#1012628). +- devlink: change per-devlink netdev notifier to static one + (bsc#1012628). +- net: fec: Better handle pm_runtime_get() failing in .remove() + (bsc#1012628). +- net: phy: dp83867: add w/a for packet errors seen with short + cables (bsc#1012628). +- ALSA: firewire-digi00x: prevent potential use after free + (bsc#1012628). +- wifi: mt76: connac: fix stats->tx_bytes calculation + (bsc#1012628). +- ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion + 15 (bsc#1012628). +- ice: Fix undersized tx_flags variable (bsc#1012628). +- sfc: disable RXFCS and RXALL features by default (bsc#1012628). +- vsock: avoid to close connected socket after the timeout + (bsc#1012628). +- tcp: fix possible sk_priority leak in tcp_v4_send_reset() + (bsc#1012628). +- media: pvrusb2: fix DVB_CORE dependency (bsc#1012628). +- serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + (bsc#1012628). +- serial: 8250_bcm7271: balance clk_enable calls (bsc#1012628). +- serial: 8250_bcm7271: fix leak in `brcmuart_probe` + (bsc#1012628). +- erspan: get the proto with the md version for collect_md + (bsc#1012628). +- net: dsa: rzn1-a5psw: enable management frames for CPU port + (bsc#1012628). +- net: dsa: rzn1-a5psw: fix STP states handling (bsc#1012628). +- net: dsa: rzn1-a5psw: disable learning for standalone ports + (bsc#1012628). +- net: hns3: fix output information incomplete for dumping tx + queue info with debugfs (bsc#1012628). +- net: hns3: fix sending pfc frames after reset issue + (bsc#1012628). +- net: hns3: fix reset delay time to avoid configuration timeout + (bsc#1012628). +- net: hns3: fix reset timeout when enable full VF (bsc#1012628). +- media: netup_unidvb: fix use-after-free at del_timer() + (bsc#1012628). +- SUNRPC: double free xprt_ctxt while still in use (bsc#1012628). +- SUNRPC: always free ctxt when freeing deferred request + (bsc#1012628). +- SUNRPC: Fix trace_svc_register() call site (bsc#1012628). +- ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent + in dai_config (bsc#1012628). +- ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: SOF: topology: Fix logic for copying tuples (bsc#1012628). +- drm/exynos: fix g2d_open/close helper function definitions + (bsc#1012628). +- net: nsh: Use correct mac_offset to unwind gso skb in + nsh_gso_segment() (bsc#1012628). +- net: fec: remove the xdp_return_frame when lack of tx BDs + (bsc#1012628). +- virtio_net: Fix error unwinding of XDP initialization + (bsc#1012628). +- tipc: add tipc_bearer_min_mtu to calculate min mtu + (bsc#1012628). +- tipc: do not update mtu if msg_max is too small in mtu + negotiation (bsc#1012628). +- tipc: check the bearer min mtu properly when setting it by + netlink (bsc#1012628). +- s390/cio: include subchannels without devices also for + evaluation (bsc#1012628). +- can: dev: fix missing CAN XL support in can_put_echo_skb() + (bsc#1012628). +- net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + (bsc#1012628). +- net: bcmgenet: Restore phy_stop() depending upon suspend/close + (bsc#1012628). +- ice: Fix stats after PF reset (bsc#1012628). +- ice: Fix ice VF reset during iavf initialization (bsc#1012628). +- iavf: send VLAN offloading caps once after VFR (bsc#1012628). +- wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + (bsc#1012628). +- wifi: mac80211: fortify the spinlock against deadlock by + interrupt (bsc#1012628). +- wifi: mac80211: Fix puncturing bitmap handling in + __ieee80211_csa_finalize() (bsc#1012628). +- wifi: mac80211: fix min center freq offset tracing + (bsc#1012628). +- wifi: mac80211: Abort running color change when stopping the AP + (bsc#1012628). +- wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + (bsc#1012628). +- wifi: iwlwifi: fw: fix DBGI dump (bsc#1012628). +- wifi: iwlwifi: fix OEM's name in the ppag approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: don't trust firmware n_channels + (bsc#1012628). +- scsi: storvsc: Don't pass unused PFNs to Hyper-V host + (bsc#1012628). +- devlink: Fix crash with CONFIG_NET_NS=n (bsc#1012628). +- tun: Fix memory leak for detached NAPI queue (bsc#1012628). +- cassini: Fix a memory leak in the error handling path of + cas_init_one() (bsc#1012628). +- net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + (bsc#1012628). +- igb: fix bit_shift to be in [1..8] range (bsc#1012628). +- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + (bsc#1012628). +- net: wwan: iosm: fix NULL pointer dereference when removing + device (bsc#1012628). +- net: pcs: xpcs: fix C73 AN not getting enabled (bsc#1012628). +- net: selftests: Fix optstring (bsc#1012628). +- netfilter: nf_tables: fix nft_trans type confusion + (bsc#1012628). +- netfilter: nft_set_rbtree: fix null deref on element insertion + (bsc#1012628). +- bridge: always declare tunnel functions (bsc#1012628). +- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + (bsc#1012628). +- USB: usbtmc: Fix direction for 0-length ioctl control messages + (bsc#1012628). +- usb-storage: fix deadlock when a scsi command timeouts more + than once (bsc#1012628). +- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + (bsc#1012628). +- usb: dwc3: gadget: Improve dwc3_gadget_suspend() and + dwc3_gadget_resume() (bsc#1012628). +- usb: dwc3: debugfs: Resume dwc3 before accessing registers + (bsc#1012628). +- usb: gadget: u_ether: Fix host MAC address case (bsc#1012628). +- usb: typec: altmodes/displayport: fix pin_assignment_show + (bsc#1012628). +- Revert "usb: gadget: udc: core: Prevent redundant calls to + pullup" (bsc#1012628). +- Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only + when started" (bsc#1012628). +- xhci-pci: Only run d3cold avoidance quirk for s2idle + (bsc#1012628). +- xhci: Fix incorrect tracking of free space on transfer rings + (bsc#1012628). +- ALSA: hda: Fix Oops by 9.1 surround channel names (bsc#1012628). +- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo L140AU (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for yet another + HP laptop (bsc#1012628). +- can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: kvaser_pciefd: Set CAN_STATE_STOPPED in + kvaser_pciefd_stop() (bsc#1012628). +- can: kvaser_pciefd: Call request_irq() before enabling + interrupts (bsc#1012628). +- can: kvaser_pciefd: Empty SRB buffer in probe (bsc#1012628). +- can: kvaser_pciefd: Clear listen-only bit if not explicitly + requested (bsc#1012628). +- can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + (bsc#1012628). +- can: kvaser_pciefd: Disable interrupts in probe error path + (bsc#1012628). +- wifi: brcmfmac: Check for probe() id argument being NULL + (bsc#1012628). +- wifi: rtw88: use work to update rate to avoid RCU warning + (bsc#1012628). +- wifi: rtw88: correct qsel_to_ep[] type as int (bsc#1012628). +- SMB3: Close all deferred handles of inode in case of handle + lease break (bsc#1012628). +- SMB3: drop reference to cfile before sending oplock break + (bsc#1012628). +- ksmbd: smb2: Allow messages padded to 8byte boundary + (bsc#1012628). +- ksmbd: allocate one more byte for implied bcc[0] (bsc#1012628). +- ksmbd: fix wrong UserName check in session_user (bsc#1012628). +- ksmbd: fix global-out-of-bounds in smb2_find_context_vals + (bsc#1012628). +- KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + (bsc#1012628). +- KVM: Fix vcpu_array[0] races (bsc#1012628). +- statfs: enforce statfs[64] structure initialization + (bsc#1012628). +- maple_tree: make maple state reusable after mas_empty_area() + (bsc#1012628). +- mm: fix zswap writeback race condition (bsc#1012628). +- perf script: Skip aggregation for stat events (bsc#1012628). +- serial: Add support for Advantech PCI-1611U card (bsc#1012628). +- serial: 8250_exar: Add support for USR298x PCI Modems + (bsc#1012628). +- serial: qcom-geni: fix enabling deactivated interrupt + (bsc#1012628). +- thunderbolt: Clear registers properly when auto clear isn't + in use (bsc#1012628). +- vc_screen: reload load of struct vc_data pointer in vcs_write() + to avoid UAF (bsc#1012628). +- ceph: force updating the msg pointer in non-split case + (bsc#1012628). +- drm/amd/pm: fix possible power mode mismatch between driver + and PMFW (bsc#1012628). +- drm/amdgpu/gmc11: implement get_vbios_fb_size() (bsc#1012628). +- drm/amdgpu/gfx10: Disable gfxoff before disabling powergating + (bsc#1012628). +- drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 + as well (bsc#1012628). +- drm/amdgpu: refine get gpu clock counter method (bsc#1012628). +- drm/amdgpu/gfx11: update gpu_clock_counter logic (bsc#1012628). +- iommu/arm-smmu-qcom: Fix missing adreno_smmu's (bsc#1012628). +- dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + (bsc#1012628). +- powerpc/iommu: DMA address offset is incorrectly calculated + with 2MB TCEs (bsc#1012628). +- powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV + device (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for more Lenovo devices + (bsc#1012628). +- powerpc/64s/radix: Fix soft dirty tracking (bsc#1012628). +- powerpc/bpf: populate extable entries only during the last pass + (bsc#1012628). +- nfp: fix NFP_NET_MAX_DSCP definition error (bsc#1012628). +- nilfs2: fix use-after-free bug of nilfs_root in + nilfs_evict_inode() (bsc#1012628). +- s390/dasd: fix command reject error on ESE devices + (bsc#1012628). +- s390/crypto: use vector instructions only if available for + ChaCha20 (bsc#1012628). +- s390/qdio: fix do_sqbs() inline assembly constraint + (bsc#1012628). +- arm64: Also reset KASAN tag if page is not PG_mte_tagged + (bsc#1012628). +- arm64: mte: Do not set PG_mte_tagged if tags were not + initialized (bsc#1012628). +- rethook: use preempt_{disable, enable}_notrace in + rethook_trampoline_handler (bsc#1012628). +- rethook, fprobe: do not trace rethook related functions + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + (bsc#1012628). +- ARM: 9294/2: vfp: Fix broken softirq handling with + instrumentation enabled (bsc#1012628). +- ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return + path (bsc#1012628). +- drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 (bsc#1012628). +- drm/amdgpu: reserve the old gc_11_0_*_mes.bin (bsc#1012628). +- scsi: Revert "scsi: core: Do not increase scsi_device's + iorequest_cnt if dispatch failed" (bsc#1012628). +- commit c5b4604 + +------------------------------------------------------------------- +Tue May 23 08:58:00 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of accepted but unsuccessful RPC replies + (bsc#1210995). + Update upstream status. +- commit 1ef7149 + ------------------------------------------------------------------- Mon May 22 17:01:25 CEST 2023 - msuchanek@suse.de - kernel-source: Remove unused macro variant_symbols - commit 915ac72 +------------------------------------------------------------------- +Sun May 21 23:24:50 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc3 +- eliminate 1 patch + - patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch (29cd2927fb91) +- update configs + - VFIO_CCW=m (s390x only) +- commit 02bdb8c + +------------------------------------------------------------------- +Wed May 17 21:14:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.3 (bsc#1012628). +- drm/amd/display: Fix hang when skipping modeset (bsc#1012628). +- s390/mm: fix direct map accounting (bsc#1012628). +- s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT + (bsc#1012628). +- spi: fsl-cpm: Use 16 bit mode for large transfers with even size + (bsc#1012628). +- spi: fsl-spi: Re-organise transfer bits_per_word adaptation + (bsc#1012628). +- x86: fix clear_user_rep_good() exception handling annotation + (bsc#1012628). +- x86/amd_nb: Add PCI ID for family 19h model 78h (bsc#1012628). +- ext4: fix invalid free tracking in ext4_xattr_move_to_block() + (bsc#1012628). +- ext4: remove a BUG_ON in ext4_mb_release_group_pa() + (bsc#1012628). +- ext4: fix lockdep warning when enabling MMP (bsc#1012628). +- ext4: bail out of ext4_xattr_ibody_get() fails for any reason + (bsc#1012628). +- ext4: add bounds checking in get_max_inline_xattr_value_size() + (bsc#1012628). +- ext4: fix deadlock when converting an inline directory in + nojournal mode (bsc#1012628). +- ext4: improve error handling from ext4_dirhash() (bsc#1012628). +- ext4: improve error recovery code paths in __ext4_remount() + (bsc#1012628). +- ext4: check iomap type only if ext4_iomap_begin() does not fail + (bsc#1012628). +- ext4: avoid deadlock in fs reclaim with page writeback + (bsc#1012628). +- ext4: fix data races when using cached status extents + (bsc#1012628). +- ext4: avoid a potential slab-out-of-bounds in + ext4_group_desc_csum (bsc#1012628). +- ext4: fix WARNING in mb_find_extent (bsc#1012628). +- locking/rwsem: Add __always_inline annotation to + __down_read_common() and inlined callers (bsc#1012628). +- perf/x86: Fix missing sample size update on AMD BRS + (bsc#1012628). +- parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE + flag (bsc#1012628). +- drm/amd/display: Lowering min Z8 residency time (bsc#1012628). +- drm/amd/display: Update minimum stutter residency for DCN314 Z8 + (bsc#1012628). +- drm/amd/display: Add minimum Z8 residency debug option + (bsc#1012628). +- drm/i915: disable sampler indirect state in bindless heap + (bsc#1012628). +- drm/i915/mtl: Add Wa_14017856879 (bsc#1012628). +- drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + (bsc#1012628). +- drm/i915: Add _PICK_EVEN_2RANGES() (bsc#1012628). +- drm/amd/display: hpd rx irq not working with eDP interface + (bsc#1012628). +- drm/amd/display: merge dc_link.h into dc.h and dc_types.h + (bsc#1012628). +- drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() + on load error (bsc#1012628). +- Revert "net/sched: flower: Fix wrong handle assignment during + filter change" (bsc#1012628). +- fs/ntfs3: Refactoring of various minor issues (bsc#1012628). +- HID: wacom: insert timestamp to packed Bluetooth (BT) events + (bsc#1012628). +- HID: wacom: Set a default resolution for older tablets + (bsc#1012628). +- firewire: net: fix unexpected release of object for asynchronous + request packet (bsc#1012628). +- drm/amd/pm: avoid potential UBSAN issue on legacy asics + (bsc#1012628). +- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled + in suspend (bsc#1012628). +- drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs (bsc#1012628). +- drm/amd/pm: parse pp_handle under appropriate conditions + (bsc#1012628). +- drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + (bsc#1012628). +- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset + (v2) (bsc#1012628). +- drm/amdgpu: change gfx 11.0.4 external_id range (bsc#1012628). +- drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + (bsc#1012628). +- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling + legacy gfx ras (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + (bsc#1012628). +- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + (bsc#1012628). +- drm/amd/display: Change default Z8 watermark values + (bsc#1012628). +- drm/amdgpu: drop redundant sched job cleanup when cs is aborted + (bsc#1012628). +- drm/amd/display: fix flickering caused by S/G mode + (bsc#1012628). +- drm/amd/display: fix access hdcp_workqueue assert (bsc#1012628). +- drm/amd/display: filter out invalid bits in pipe_fuses + (bsc#1012628). +- drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + (bsc#1012628). +- drm/amd/display: Add NULL plane_state check for cursor disable + logic (bsc#1012628). +- drm/panel: otm8009a: Set backlight parent to panel device + (bsc#1012628). +- irqchip/loongson-eiointc: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-eiointc: Fix incorrect use of + acpi_get_vec_parent (bsc#1012628). +- irqchip/loongson-eiointc: Fix returned value on parsing MADT + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + (bsc#1012628). +- f2fs: fix potential corruption when moving a directory + (bsc#1012628). +- f2fs: fix null pointer panic in tracepoint in + __replace_atomic_write_block (bsc#1012628). +- f2fs: remove entire rb_entry sharing (bsc#1012628). +- f2fs: factor out discard_cmd usage from general rb_tree use + (bsc#1012628). +- f2fs: factor out victim_entry usage from general rb_tree use + (bsc#1012628). +- drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + (bsc#1012628). +- drm/i915/dsi: Use unconditional msleep() instead of + intel_dsi_msleep() (bsc#1012628). +- drm/i915: Check pipe source size when using skl+ scalers + (bsc#1012628). +- drm/msm: fix workqueue leak on bind errors (bsc#1012628). +- drm/msm: fix missing wq allocation error handling (bsc#1012628). +- drm/msm: fix vram leak on bind errors (bsc#1012628). +- drm/msm: fix drm device leak on bind errors (bsc#1012628). +- drm/msm: fix NULL-deref on irq uninstall (bsc#1012628). +- drm/msm: fix NULL-deref on snapshot tear down (bsc#1012628). +- drm/i915/color: Fix typo for Plane CSC indexes (bsc#1012628). +- drm/bridge: lt8912b: Fix DSI Video Mode (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at gpu load + (bsc#1012628). +- ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault + LED (bsc#1012628). +- ARM: dts: s5pv210: correct MIPI CSIS clock name (bsc#1012628). +- ARM: dts: exynos: fix WM8960 clock name in Itop Elite + (bsc#1012628). +- ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + (bsc#1012628). +- sysctl: clarify register_sysctl_init() base directory order + (bsc#1012628). +- remoteproc: rcar_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: st: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: stm32: Call of_node_put() on iteration error + (bsc#1012628). +- proc_sysctl: enhance documentation (bsc#1012628). +- proc_sysctl: update docs for __register_sysctl_table() + (bsc#1012628). +- sh: nmi_debug: fix return value of __setup handler + (bsc#1012628). +- sh: init: use OF_EARLY_FLATTREE for early init (bsc#1012628). +- sh: mcount.S: fix build error when PRINTK is not enabled + (bsc#1012628). +- sh: math-emu: fix macro redefined warning (bsc#1012628). +- SMB3: force unmount was failing to close deferred close files + (bsc#1012628). +- smb3: fix problem remounting a share after shutdown + (bsc#1012628). +- inotify: Avoid reporting event with invalid wd (bsc#1012628). +- platform/x86: thinkpad_acpi: Add profile force ability + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Dexp Ursus + KX210i (bsc#1012628). +- platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix platform profiles on T490 + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add upside-down quirk for + GDIX1002 ts on the Juno Tablet (bsc#1012628). +- platform/x86/intel-uncore-freq: Return error on write frequency + (bsc#1012628). +- cifs: release leases for deferred close handles when freezing + (bsc#1012628). +- cifs: fix pcchunk length type in smb2_copychunk_range + (bsc#1012628). +- btrfs: fix backref walking not returning all inode refs + (bsc#1012628). +- btrfs: zoned: fix full zone super block reading on ZNS + (bsc#1012628). +- btrfs: zoned: zone finish data relocation BG with last IO + (bsc#1012628). +- btrfs: fix space cache inconsistency after error loading it + from disk (bsc#1012628). +- btrfs: print-tree: parent bytenr must be aligned to sector size + (bsc#1012628). +- btrfs: make clear_cache mount option to rebuild FST without + disabling it (bsc#1012628). +- btrfs: zero the buffer before marking it dirty in + btrfs_redirty_list_add (bsc#1012628). +- btrfs: don't free qgroup space unless specified (bsc#1012628). +- btrfs: fix encoded write i_size corruption with no-holes + (bsc#1012628). +- btrfs: fix assertion of exclop condition when starting balance + (bsc#1012628). +- btrfs: properly reject clear_cache and v1 cache for + block-group-tree (bsc#1012628). +- btrfs: zoned: fix wrong use of bitops API in + btrfs_ensure_empty_zones (bsc#1012628). +- btrfs: fix btrfs_prev_leaf() to not return the same key twice + (bsc#1012628). +- x86/retbleed: Fix return thunk alignment (bsc#1012628). +- KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated + permission faults (bsc#1012628). +- KVM: VMX: Make CR0.WP a guest owned bit (bsc#1012628). +- KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + (bsc#1012628). +- KVM: x86: Do not unload MMU roots when only toggling CR0.WP + with TDP enabled (bsc#1012628). +- KVM: x86/mmu: Avoid indirect call for get_cr3 (bsc#1012628). +- perf stat: Separate bperf from bpf_profiler (bsc#1012628). +- perf tracepoint: Fix memory leak in is_valid_tracepoint() + (bsc#1012628). +- perf symbols: Fix return incorrect build_id size in + elf_read_build_id() (bsc#1012628). +- crypto: engine - fix crypto_queue backlog handling + (bsc#1012628). +- crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + (bsc#1012628). +- perf cs-etm: Fix timeless decode mode detection (bsc#1012628). +- perf map: Delete two variable initialisations before null + pointer checks in sort__sym_from_cmp() (bsc#1012628). +- perf pmu: zfree() expects a pointer to a pointer to zero it + after freeing its contents (bsc#1012628). +- perf symbols: Fix unaligned access in get_x86_64_plt_disp() + (bsc#1012628). +- perf symbols: Fix use-after-free in get_plt_got_name() + (bsc#1012628). +- perf vendor events power9: Remove UTF-8 characters from JSON + files (bsc#1012628). +- perf ftrace: Make system wide the default target for latency + subcommand (bsc#1012628). +- perf tests record_offcpu.sh: Fix redirection of stderr to stdin + (bsc#1012628). +- perf vendor events s390: Remove UTF-8 characters from JSON file + (bsc#1012628). +- perf hist: Improve srcfile sort key performance (really) + (bsc#1012628). +- perf test: Fix wrong size expectation for 'Setup struct + perf_event_attr' (bsc#1012628). +- perf script: Fix Python support when no libtraceevent + (bsc#1012628). +- perf scripts intel-pt-events.py: Fix IPC output for Python 2 + (bsc#1012628). +- perf test: Fix "PMU event table sanity" for NO_JEVENTS=1 + (bsc#1012628). +- perf build: Support python/perf.so testing (bsc#1012628). +- perf lock contention: Fix compiler builtin detection + (bsc#1012628). +- perf record: Fix "read LOST count failed" msg with sample read + (bsc#1012628). +- net/sched: flower: fix error handler on replace (bsc#1012628). +- net/sched: flower: fix filter idr initialization (bsc#1012628). +- net: fec: correct the counting of XDP sent frames (bsc#1012628). +- net: enetc: check the index of the SFI rather than the handle + (bsc#1012628). +- virtio_net: suppress cpu stall when free_unused_bufs + (bsc#1012628). +- ice: block LAN in case of VF to VF offload (bsc#1012628). +- net: dsa: mt7530: fix network connectivity with multiple CPU + ports (bsc#1012628). +- net: dsa: mt7530: split-off common parts from mt7531_setup + (bsc#1012628). +- net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz + XTAL MT7621 (bsc#1012628). +- dt-bindings: perf: riscv,pmu: fix property dependencies + (bsc#1012628). +- KVM: s390: fix race in gmap_make_secure() (bsc#1012628). +- KVM: s390: pv: fix asynchronous teardown for small VMs + (bsc#1012628). +- ALSA: caiaq: input: Add error handling for unsupported input + methods in `snd_usb_caiaq_input_init` (bsc#1012628). +- drm/amdgpu: add a missing lock for AMDGPU_SCHED (bsc#1012628). +- ublk: add timeout handler (bsc#1012628). +- i2c: gxp: fix build failure without CONFIG_I2C_SLAVE + (bsc#1012628). +- netfilter: nf_tables: fix ct untracked match breakage + (bsc#1012628). +- af_packet: Don't send zero-byte data in packet_sendmsg_spkt() + (bsc#1012628). +- ionic: catch failure from devlink_alloc (bsc#1012628). +- ethtool: Fix uninitialized number of lanes (bsc#1012628). +- r8152: fix the autosuspend doesn't work (bsc#1012628). +- ionic: remove noise from ethtool rxnfc error msg (bsc#1012628). +- octeontx2-vf: Detach LF resources on probe cleanup + (bsc#1012628). +- octeontx2-pf: Disable packet I/O for graceful exit + (bsc#1012628). +- octeontx2-af: Skip PFs if not enabled (bsc#1012628). +- octeontx2-af: Fix issues with NPC field hash extract + (bsc#1012628). +- octeontx2-af: Update/Fix NPC field hash extract feature + (bsc#1012628). +- octeontx2-af: Update correct mask to filter IPv4 fragments + (bsc#1012628). +- octeontx2-af: Add validation for lmac type (bsc#1012628). +- octeontx2-pf: Increase the size of dmac filter flows + (bsc#1012628). +- octeontx2-af: Fix depth of cam and mem table (bsc#1012628). +- octeontx2-af: Fix start and end bit for scan config + (bsc#1012628). +- octeontx2-af: Secure APR table update with the lock + (bsc#1012628). +- selftests: netfilter: fix libmnl pkg-config usage (bsc#1012628). +- netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable + update with missing attributes (bsc#1012628). +- netfilter: nf_tables: support for adding new devices to an + existing netdev chain (bsc#1012628). +- netfilter: nf_tables: rename function to destroy hook list + (bsc#1012628). +- netfilter: nf_tables: extended netlink error reporting for + netdevice (bsc#1012628). +- drm/i915/mtl: Add the missing CPU transcoder mask in + intel_device_info (bsc#1012628). +- drm/i915/guc: Actually return an error if GuC version range + check fails (bsc#1012628). +- drm/i915/guc: More debug print updates - UC firmware + (bsc#1012628). +- net: ethernet: mtk_eth_soc: drop generic vlan rx offload, + only use DSA untagging (bsc#1012628). +- arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text + (bsc#1012628). +- riscv: compat_syscall_table: Fixup compile warning + (bsc#1012628). +- rxrpc: Fix timeout of a call that hasn't yet been granted a + channel (bsc#1012628). +- rxrpc: Make it so that a waiting process can be aborted + (bsc#1012628). +- rxrpc: Fix hard call timeout units (bsc#1012628). +- sfc: Fix module EEPROM reporting for QSFP modules (bsc#1012628). +- r8152: move setting r8153b_rx_agg_chg_indicate() (bsc#1012628). +- r8152: fix the poor throughput for 2.5G devices (bsc#1012628). +- r8152: fix flow control issue of RTL8156A (bsc#1012628). +- net/sched: act_mirred: Add carrier check (bsc#1012628). +- i2c: tegra: Fix PEC support for SMBUS block read (bsc#1012628). +- RISC-V: mm: Enable huge page support to kernel_page_present() + function (bsc#1012628). +- watchdog: dw_wdt: Fix the error handling path of + dw_wdt_drv_probe() (bsc#1012628). +- block: Skip destroyed blkg when restart in blkg_destroy_all() + (bsc#1012628). +- writeback: fix call of incorrect macro (bsc#1012628). +- net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu (bsc#1012628). +- net: ipv6: fix skb hash for some RST packets (bsc#1012628). +- selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + (bsc#1012628). +- sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + (bsc#1012628). +- net/sched: cls_api: remove block_cb from driver_list before + freeing (bsc#1012628). +- tcp: fix skb_copy_ubufs() vs BIG TCP (bsc#1012628). +- net/ncsi: clear Tx enable mode when handling a Config required + AEN (bsc#1012628). +- octeontx2-pf: mcs: Do not reset PN while updating secy + (bsc#1012628). +- octeontx2-pf: mcs: Fix shared counters logic (bsc#1012628). +- octeontx2-pf: mcs: Clear stats before freeing resource + (bsc#1012628). +- octeontx2-pf: mcs: Match macsec ethertype along with DMAC + (bsc#1012628). +- octeontx2-pf: mcs: Fix NULL pointer dereferences (bsc#1012628). +- octeontx2-af: mcs: Fix MCS block interrupt (bsc#1012628). +- octeontx2-af: mcs: Config parser to skip 8B header + (bsc#1012628). +- octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at + once (bsc#1012628). +- octeonxt2-af: mcs: Fix per port bypass config (bsc#1012628). +- ixgbe: Fix panic during XDP_TX with > 64 CPUs (bsc#1012628). +- net/sched: flower: Fix wrong handle assignment during filter + change (bsc#1012628). +- rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + (bsc#1012628). +- drm/amd/display: Update bounding box values for DCN321 + (bsc#1012628). +- drm/amd/display: Do not clear GPINT register when releasing + DMUB from reset (bsc#1012628). +- drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + (bsc#1012628). +- drm/amd/display: Fixes for dcn32_clk_mgr implementation + (bsc#1012628). +- drm/amd/display: Return error code on DSC atomic check failure + (bsc#1012628). +- drm/amd/display: Add missing WA and MCLK validation + (bsc#1012628). +- arm64: Fix label placement in record_mmu_state() (bsc#1012628). +- scsi: qedi: Fix use after free bug in qedi_remove() + (bsc#1012628). +- scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue + (bsc#1012628). +- ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer + working (bsc#1012628). +- RDMA/rxe: Extend dbg log messages to err and info (bsc#1012628). +- RDMA/rxe: Change rxe_dbg to rxe_dbg_dev (bsc#1012628). +- fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s25hx SEMPER flash (bsc#1012628). +- soc: qcom: llcc: Do not create EDAC platform device on SDM845 + (bsc#1012628). +- qcom: llcc/edac: Support polling mode for ECC handling + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s28hx SEMPER flash (bsc#1012628). +- mtd: spi-nor: Add a RWW flag (bsc#1012628). +- crypto: ccp - Clear PSP interrupt status register before + calling handler (bsc#1012628). +- usb: dwc3: gadget: Execute gadget stop after halting the + controller (bsc#1012628). +- USB: dwc3: gadget: drop dead hibernation code (bsc#1012628). +- commit 1237d35 + +------------------------------------------------------------------- +Mon May 15 15:22:13 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.2 (bsc#1012628). +- netfilter: nf_tables: deactivate anonymous set from preparation + phase (bsc#1012628). +- arch_topology: Remove early cacheinfo error message if -ENOENT + (bsc#1012628). +- debugobject: Ensure pool refill (again) (bsc#1012628). +- cifs: avoid potential races when handling multiple dfs tcons + (bsc#1012628). +- cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath + (bsc#1012628). +- cifs: fix potential race when tree connecting ipc (bsc#1012628). +- cifs: fix sharing of DFS connections (bsc#1012628). +- cifs: protect session status check in smb2_reconnect() + (bsc#1012628). +- cifs: fix potential use-after-free bugs in + TCP_Server_Info::hostname (bsc#1012628). +- io_uring/rsrc: check for nonconsecutive pages (bsc#1012628). +- perf intel-pt: Fix CYC timestamps after standalone CBR + (bsc#1012628). +- perf auxtrace: Fix address filter entire kernel size + (bsc#1012628). +- dm: don't lock fs when the map is NULL in process of resume + (bsc#1012628). +- dm ioctl: fix nested locking in table_clear() to remove deadlock + concern (bsc#1012628). +- dm flakey: fix a crash with invalid table line (bsc#1012628). +- dm integrity: call kmem_cache_destroy() in dm_integrity_init() + error path (bsc#1012628). +- dm clone: call kmem_cache_destroy() in dm_clone_init() error + path (bsc#1012628). +- dm verity: fix error handling for check_at_most_once on FEC + (bsc#1012628). +- vhost_vdpa: fix unmap process in no-batch mode (bsc#1012628). +- mm/hugetlb: fix uffd-wp during fork() (bsc#1012628). +- mm/mempolicy: correctly update prev when policy is equal on + mbind (bsc#1012628). +- ia64: fix an addr to taddr in huge_pte_offset() (bsc#1012628). +- s390/dasd: fix hanging blockdevice after request requeue + (bsc#1012628). +- btrfs: scrub: reject unsupported scrub flags (bsc#1012628). +- scripts/gdb: fix lx-timerlist for Python3 (bsc#1012628). +- afs: Avoid endless loop if file is larger than expected + (bsc#1012628). +- afs: Fix getattr to report server i_size on dirs, not local size + (bsc#1012628). +- afs: Fix updating of i_size with dv jump from server + (bsc#1012628). +- PM: hibernate: Do not get block device exclusively in + test_resume mode (bsc#1012628). +- PM: hibernate: Turn snapshot_test into global variable + (bsc#1012628). +- ACPI: PM: Do not turn of unused power resources on the Toshiba + Click Mini (bsc#1012628). +- hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() + (bsc#1012628). +- hte: tegra: fix 'struct of_device_id' build error (bsc#1012628). +- mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE (bsc#1012628). +- mfd: ocelot-spi: Fix unsupported bulk read (bsc#1012628). +- mfd: tqmx86: Correct board names for TQMxE39x (bsc#1012628). +- mfd: tqmx86: Specify IO port register range more precisely + (bsc#1012628). +- mfd: tqmx86: Do not access I2C_DETECT register through io_base + (bsc#1012628). +- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource + leak in mtk_thermal_probe (bsc#1012628). +- pinctrl-bcm2835.c: fix race condition when setting gpio dir + (bsc#1012628). +- dmaengine: at_xdmac: do not enable all cyclic channels + (bsc#1012628). +- dmaengine: at_xdmac: restore the content of grws register + (bsc#1012628). +- dmaengine: at_xdmac: do not resume channels paused by consumers + (bsc#1012628). +- dmaengine: at_xdmac: fix imbalanced runtime PM reference counter + (bsc#1012628). +- dmaengine: at_xdmac: disable/enable clock directly on + suspend/resume (bsc#1012628). +- dmaengine: dw-edma: Fix to enable to issue dma request on DMA + processing (bsc#1012628). +- dmaengine: dw-edma: Fix to change for continuous transfer + (bsc#1012628). +- dma: gpi: remove spurious unlock in gpi_ch_init (bsc#1012628). +- phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() + (bsc#1012628). +- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for + usb2_port and ulpi_port (bsc#1012628). +- soundwire: intel: don't save hw_params for use in prepare + (bsc#1012628). +- pwm: mtk-disp: Configure double buffering before reading in + .get_state() (bsc#1012628). +- pwm: mtk-disp: Disable shadow registers before setting backlight + values (bsc#1012628). +- leds: tca6507: Fix error handling of using + fwnode_property_read_string (bsc#1012628). +- dmaengine: mv_xor_v2: Fix an error code (bsc#1012628). +- pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible + string (bsc#1012628). +- leds: TI_LMU_COMMON: select REGMAP instead of depending on it + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix ERROROUTC function names + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group + (bsc#1012628). +- pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux + configuration (bsc#1012628). +- ext4: fix use-after-free read in ext4_find_extent for bigalloc + + inline (bsc#1012628). +- ext4: fix i_disksize exceeding i_size problem in paritally + written case (bsc#1012628). +- rtc: jz4740: Make sure clock provider gets removed + (bsc#1012628). +- SMB3: Close deferred file handles in case of handle lease break + (bsc#1012628). +- SMB3: Add missing locks to protect deferred close file list + (bsc#1012628). +- timekeeping: Fix references to nonexistent ktime_get_fast_ns() + (bsc#1012628). +- openrisc: Properly store r31 to pt_regs on unhandled exceptions + (bsc#1012628). +- clocksource/drivers/davinci: Fix memory leak in + davinci_timer_register when init fails (bsc#1012628). +- RDMA/mlx5: Use correct device num_ports when modify DC + (bsc#1012628). +- SUNRPC: remove the maximum number of retries in call_bind_status + (bsc#1012628). +- RDMA/mlx5: Fix flow counter query via DEVX (bsc#1012628). +- RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR + (bsc#1012628). +- RDMA/rxe: Fix the error "trying to register non-static key in + rxe_cleanup_task" (bsc#1012628). +- RDMA/rxe: Remove __rxe_do_task() (bsc#1012628). +- RDMA/rxe: Convert tasklet args to queue pairs (bsc#1012628). +- swiotlb: fix debugfs reporting of reserved memory pools + (bsc#1012628). +- swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup + (bsc#1012628). +- Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk + (bsc#1012628). +- clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling + (bsc#1012628). +- clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain + clks in lpass_cc_sc7280_desc (bsc#1012628). +- clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration + (bsc#1012628). +- s390/checksum: always use cksm instruction (bsc#1012628). +- iommu/amd: Set page size bitmap during V2 domain allocation + (bsc#1012628). +- NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease + (bsc#1012628). +- clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents + (bsc#1012628). +- clk: imx: fracn-gppll: disable hardware select control + (bsc#1012628). +- clk: imx: fracn-gppll: fix the rate table (bsc#1012628). +- IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA + requests (bsc#1012628). +- IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order + (bsc#1012628). +- RDMA/srpt: Add a check for valid 'mad_agent' pointer + (bsc#1012628). +- RDMA/cm: Trace icm_send_rej event before the cm state is reset + (bsc#1012628). +- power: supply: rk817: Fix low SOC bugs (bsc#1012628). +- clk: qcom: gcc-sm6115: Mark RCGs shared where applicable + (bsc#1012628). +- RDMA/siw: Remove namespace check from siw_netdev_event() + (bsc#1012628). +- clk: add missing of_node_put() in "assigned-clocks" property + parsing (bsc#1012628). +- power: supply: generic-adc-battery: fix unit scaling + (bsc#1012628). +- RDMA/rxe: Remove tasklet call from rxe_cq.c (bsc#1012628). +- iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN (bsc#1012628). +- fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() + (bsc#1012628). +- fs/ntfs3: Fix OOB read in indx_insert_into_buffer (bsc#1012628). +- fs/ntfs3: Add check for kmemdup (bsc#1012628). +- fs/ntfs3: Fix memory leak if ntfs_read_mft failed (bsc#1012628). +- RDMA/erdma: Use fixed hardware page size (bsc#1012628). +- RDMA/rxe: Replace exists by rxe in rxe.c (bsc#1012628). +- rtc: k3: handle errors while enabling wake irq (bsc#1012628). +- rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current + time (bsc#1012628). +- RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() + (bsc#1012628). +- rtc: omap: include header for omap_rtc_power_off_program + prototype (bsc#1012628). +- workqueue: Fix hung time report of worker pools (bsc#1012628). +- clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- clk: mediatek: clk-pllfh: fix missing of_node_put() in + fhctl_parse_dt() (bsc#1012628). +- RDMA/rdmavt: Delete unnecessary NULL check (bsc#1012628). +- clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: Consistently use GATE_MTK() macro (bsc#1012628). +- clk: mediatek: mt2712: Add error handling to + clk_mt2712_apmixed_probe() (bsc#1012628). +- RDMA/siw: Fix potential page_array out of range access + (bsc#1012628). +- IB/hifi1: add a null check of kzalloc_node in + hfi1_ipoib_txreq_init (bsc#1012628). +- clk: at91: clk-sam9x60-pll: fix return value check + (bsc#1012628). +- tracing/user_events: Ensure write index cannot be negative + (bsc#1012628). +- rtla/timerlat: Fix "Previous IRQ" auto analysis' line + (bsc#1012628). +- rv: Fix addition on an uninitialized variable 'run' + (bsc#1012628). +- sched/clock: Fix local_clock() before sched_clock_init() + (bsc#1012628). +- sched/rt: Fix bad task migration for rt tasks (bsc#1012628). +- riscv: Fix ptdump when KASAN is enabled (bsc#1012628). +- Revert "objtool: Support addition to set CFA base" + (bsc#1012628). +- perf/core: Fix hardlockup failure caused by perf throttle + (bsc#1012628). +- sched/fair: Fix inaccurate tally of ttwu_move_affine + (bsc#1012628). +- powerpc/rtas: use memmove for potentially overlapping buffer + copy (bsc#1012628). +- macintosh: via-pmu-led: requires ATA to be set (bsc#1012628). +- powerpc/sysdev/tsi108: fix resource printk format warnings + (bsc#1012628). +- powerpc/wii: fix resource printk format warnings (bsc#1012628). +- powerpc/mpc512x: fix resource printk format warning + (bsc#1012628). +- powerpc/perf: Properly detect mpc7450 family (bsc#1012628). +- macintosh/windfarm_smu_sat: Add missing of_node_put() + (bsc#1012628). +- selftests/powerpc/pmu: Fix sample field check in the + mmcra_thresh_marked_sample_test (bsc#1012628). +- fbdev: mmp: Fix deferred clk handling in mmphw_probe() + (bsc#1012628). +- virtio_ring: don't update event idx on get_buf (bsc#1012628). +- vdpa/mlx5: Avoid losing link state updates (bsc#1012628). +- spmi: Add a check for remove callback when removing a SPMI + driver (bsc#1012628). +- staging: rtl8192e: Fix W_DISABLE# does not work after stop/start + (bsc#1012628). +- spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS + (bsc#1012628). +- serial: 8250: Add missing wakeup event reporting (bsc#1012628). +- tty: serial: fsl_lpuart: adjust buffer length to the intended + size (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- usb: mtu3: fix kernel panic at qmu transfer done irq handler + (bsc#1012628). +- usb: chipidea: fix missing goto in `ci_hdrc_probe` + (bsc#1012628). +- usb: gadget: tegra-xudc: Fix crash in vbus_draw (bsc#1012628). +- sh: sq: Fix incorrect element size for allocating bitmap buffer + (bsc#1012628). +- uapi/linux/const.h: prefer ISO-friendly __typeof__ + (bsc#1012628). +- scripts/gdb: raise error with reduced debugging information + (bsc#1012628). +- i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path + (bsc#1012628). +- i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on + error path (bsc#1012628). +- spi: cadence-quadspi: fix suspend-resume implementations + (bsc#1012628). +- drm/panel: novatek-nt35950: Only unregister DSI1 if it exists + (bsc#1012628). +- PCI/PM: Extend D3hot delay for NVIDIA HDA controllers + (bsc#1012628). +- ASoC: fsl_mqs: move of_node_put() to the correct location + (bsc#1012628). +- drm/panel: novatek-nt35950: Improve error handling + (bsc#1012628). +- coresight: etm_pmu: Set the module field (bsc#1012628). +- cacheinfo: Check cache properties are present in DT + (bsc#1012628). +- cacheinfo: Check sib_leaf in cache_leaves_are_shared() + (bsc#1012628). +- HID: amd_sfh: Handle "no sensors" enabled for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Increase sensor command timeout for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Correct the stop all command (bsc#1012628). +- HID: amd_sfh: Add support for shutdown operation (bsc#1012628). +- HID: amd_sfh: Fix illuminance value (bsc#1012628). +- HID: amd_sfh: Correct the sensor enable and disable command + (bsc#1012628). +- HID: amd_sfh: Correct the structure fields (bsc#1012628). +- ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info + (bsc#1012628). +- scripts/gdb: bail early if there are no generic PD + (bsc#1012628). +- scripts/gdb: bail early if there are no clocks (bsc#1012628). +- ia64: salinfo: placate defined-but-not-used warning + (bsc#1012628). +- ia64: mm/contig: fix section mismatch warning/error + (bsc#1012628). +- PCI/EDR: Clear Device Status after EDR error recovery + (bsc#1012628). +- of: Fix modalias string generation (bsc#1012628). +- vmci_host: fix a race condition in vmci_host_poll() causing GPF + (bsc#1012628). +- spi: fsl-spi: Fix CPM/QE mode Litte Endian (bsc#1012628). +- spi: mchp-pci1xxxx: Fix improper implementation of disabling + chip select lines (bsc#1012628). +- spi: mpc5xxx-psc: Remove unused platform_data (bsc#1012628). +- spi: mchp-pci1xxxx: Fix SPI transactions not working after + suspend and resume (bsc#1012628). +- spi: mchp-pci1xxxx: Fix length of SPI transactions not set + properly in driver (bsc#1012628). +- interconnect: qcom: rpm: drop bogus pm domain attach + (bsc#1012628). +- spi: qup: Don't skip cleanup in remove's error path + (bsc#1012628). +- dt-bindings: serial: snps-dw-apb-uart: correct number of DMAs + (bsc#1012628). +- linux/vt_buffer.h: allow either builtin or modular for macros + (bsc#1012628). +- ASoC: es8316: Handle optional IRQ assignment (bsc#1012628). +- PCI: imx6: Install the fault handler only on compatible match + (bsc#1012628). +- ASoC: soc-compress: Inherit atomicity from DAI link for Compress + FE (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix use after free bug in + renesas_usb3_remove due to race condition (bsc#1012628). +- module/decompress: Never use kunmap() for local un-mappings + (bsc#1012628). +- spi: f_ospi: Add missing spi_mem_default_supports_op() helper + (bsc#1012628). +- interconnect: qcom: osm-l3: drop unuserd header inclusion + (bsc#1012628). +- interconnect: qcom: drop obsolete OSM_L3/EPSS defines + (bsc#1012628). +- spi: imx: Don't skip cleanup in remove's error path + (bsc#1012628). +- spi: atmel-quadspi: Free resources even if runtime resume + failed in .remove() (bsc#1012628). +- spi: atmel-quadspi: Don't leak clk enable count in pm resume + (bsc#1012628). +- serial: 8250_bcm7271: Fix arbitration handling (bsc#1012628). +- spi: Constify spi parameters of chip select APIs (bsc#1012628). +- iio: light: max44009: add missing OF device matching + (bsc#1012628). +- iommufd/selftest: Catch overflow of uptr and length + (bsc#1012628). +- fpga: bridge: fix kernel-doc parameter description + (bsc#1012628). +- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if + more data are transmitted (bsc#1012628). +- usb: dwc3: gadget: Change condition for processing suspend event + (bsc#1012628). +- usb: host: xhci-rcar: remove leftover quirk handling + (bsc#1012628). +- pstore: Revert pmsg_lock back to a normal mutex (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + rtw_scan_timeout_handler() (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + _rtw_join_timeout_handler() (bsc#1012628). +- ASoC: cs35l41: Only disable internal boost (bsc#1012628). +- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of + depending on it (bsc#1012628). +- tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp + (bsc#1012628). +- net: amd: Fix link leak when verifying config failed + (bsc#1012628). +- netlink: Use copy_to_user() for optval in netlink_getsockopt() + (bsc#1012628). +- Revert "Bluetooth: btsdio: fix use after free bug in + btsdio_remove due to unfinished work" (bsc#1012628). +- rxrpc: Fix error when reading rxrpc tokens (bsc#1012628). +- ipv4: Fix potential uninit variable access bug in + __ip_make_skb() (bsc#1012628). +- net/sched: cls_api: Initialize miss_cookie_node when action + miss is not used (bsc#1012628). +- net/sched: sch_fq: fix integer overflow of "credit" + (bsc#1012628). +- net: dpaa: Fix uninitialized variable in dpaa_stop() + (bsc#1012628). +- netfilter: nf_tables: don't write table validation state + without mutex (bsc#1012628). +- bpf: Don't EFAULT for getsockopt with optval=NULL (bsc#1012628). +- bpf: Fix race between btf_put and btf_idr walk (bsc#1012628). +- net: stmmac:fix system hang when setting up tag_8021q VLAN + for DSA ports (bsc#1012628). +- Revert "net/mlx5e: Don't use termination table when redundant" + (bsc#1012628). +- net/mlx5e: Nullify table pointer when failing to create + (bsc#1012628). +- net/mlx5: Use recovery timeout on sync reset flow (bsc#1012628). +- Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() + function" (bsc#1012628). +- net/mlx5e: Fix error flow in representor failing to add vport + rx rule (bsc#1012628). +- net/mlx5: Release tunnel device after tc update skb + (bsc#1012628). +- net/mlx5: E-switch, Don't destroy indirect table in split rule + (bsc#1012628). +- net/mlx5: E-switch, Create per vport table based on devlink + encap mode (bsc#1012628). +- net/mlx5e: Release the label when replacing existing ct entry + (bsc#1012628). +- net/mlx5e: Don't clone flow post action attributes second time + (bsc#1012628). +- ixgbe: Enable setting RSS table to default values (bsc#1012628). +- ixgbe: Allow flow hash to be set via ethtool (bsc#1012628). +- net: libwx: fix memory leak in wx_setup_rx_resources + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential memory leak (bsc#1012628). +- wifi: iwlwifi: mvm: support wowlan info notification version 2 + (bsc#1012628). +- wifi: iwlwifi: fw: fix memory leak in debugfs (bsc#1012628). +- netfilter: conntrack: fix wrong ct->timeout value (bsc#1012628). +- wifi: mt76: mt7996: fill txd by host driver (bsc#1012628). +- netfilter: conntrack: restore IPS_CONFIRMED out of + nf_conntrack_hash_check_insert() (bsc#1012628). +- wifi: iwlwifi: mvm: check firmware response size (bsc#1012628). +- wifi: mt76: connac: fix txd multicast rate setting + (bsc#1012628). +- wifi: mt76: mt7921e: stop chip reset worker in unregister hook + (bsc#1012628). +- wifi: mt76: mt7921e: improve reliability of dma reset + (bsc#1012628). +- wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe` + (bsc#1012628). +- mt76: mt7921: fix kernel panic by accessing unallocated + eeprom.data (bsc#1012628). +- wifi: mt76: fix 6GHz high channel not be scanned (bsc#1012628). +- wifi: mt76: mt7921e: fix probe timeout after reboot + (bsc#1012628). +- wifi: mt76: mt7921: use driver flags rather than mac80211 + flags to mcu (bsc#1012628). +- wifi: mt76: mt7996: fix eeprom tx path bitfields (bsc#1012628). +- wifi: mt76: mt7996: fix pointer calculation in ie countdown + event (bsc#1012628). +- wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw + queue (bsc#1012628). +- wifi: mt76: handle failure of vzalloc in mt7615_coredump_work + (bsc#1012628). +- wifi: mt76: mt7915: rework init flow in mt7915_thermal_init() + (bsc#1012628). +- wifi: mt76: mt7915: expose device tree match table + (bsc#1012628). +- wifi: mt76: mt7996: fix radiotap bitfield (bsc#1012628). +- wifi: mt76: mt7915: unlock on error in + mt7915_thermal_temp_store() (bsc#1012628). +- wifi: mt76: mt7921: fix PCI DMA hang after reboot (bsc#1012628). +- wifi: mt76: mt7921: fix wrong command to set STA channel + (bsc#1012628). +- wifi: mt76: remove redundent MCU_UNI_CMD_* definitions + (bsc#1012628). +- wifi: iwlwifi: make the loop for card preparation effective + (bsc#1012628). +- io_uring/rsrc: use nospec'ed indexes (bsc#1012628). +- jdb2: Don't refuse invalidation of already invalidated buffers + (bsc#1012628). +- wifi: iwlwifi: fw: move memset before early return + (bsc#1012628). +- wifi: iwlwifi: mvm: initialize seq variable (bsc#1012628). +- wifi: iwlwifi: yoyo: Fix possible division by zero + (bsc#1012628). +- wifi: iwlwifi: yoyo: skip dump correctly on hw error + (bsc#1012628). +- wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames + (bsc#1012628). +- md/raid10: don't call bio_start_io_acct twice for bio which + experienced read error (bsc#1012628). +- md/raid10: fix memleak of md thread (bsc#1012628). +- md/raid10: fix memleak for 'conf->bio_split' (bsc#1012628). +- md/raid10: fix leak of 'r10bio->remaining' for recovery + (bsc#1012628). +- md/raid10: fix task hung in raid10d (bsc#1012628). +- f2fs: fix to check return value of inc_valid_block_count() + (bsc#1012628). +- f2fs: fix to check return value of f2fs_do_truncate_blocks() + (bsc#1012628). +- bpf, sockmap: Revert buggy deadlock fix in the sockhash and + sockmap (bsc#1012628). +- wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported + protocols (bsc#1012628). +- wifi: iwlwifi: trans: don't trigger d3 interrupt twice + (bsc#1012628). +- wifi: iwlwifi: mvm: fix A-MSDU checks (bsc#1012628). +- wifi: iwlwifi: debug: fix crash in __iwl_err() (bsc#1012628). +- blk-mq: don't plug for head insertions in blk_execute_rq_nowait + (bsc#1012628). +- selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach + (bsc#1012628). +- selftests/bpf: Use read_perf_max_sample_freq() in + perf_event_stackmap (bsc#1012628). +- nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} + usage" (bsc#1012628). +- nvme: fix async event trace event (bsc#1012628). +- nvmet: fix I/O Command Set specific Identify Controller + (bsc#1012628). +- nvmet: fix Identify Active Namespace ID list handling + (bsc#1012628). +- nvmet: fix Identify Controller handling (bsc#1012628). +- nvmet: fix Identify Namespace handling (bsc#1012628). +- nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() + (bsc#1012628). +- bpf, sockmap: fix deadlocks in the sockhash and sockmap + (bsc#1012628). +- wifi: ath11k: fix writing to unintended memory region + (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: fix optional phy regulator + handling (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: rework optional clock handling + (bsc#1012628). +- scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() + (bsc#1012628). +- bpf/btf: Fix is_int_ptr() (bsc#1012628). +- wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table + (bsc#1012628). +- f2fs: fix to avoid use-after-free for cached IPU bio + (bsc#1012628). +- xsk: Fix unaligned descriptor validation (bsc#1012628). +- crypto: drbg - Only fail when jent is unavailable in FIPS mode + (bsc#1012628). +- bpftool: Fix bug for long instructions in program CFG dumps + (bsc#1012628). +- selftests/bpf: Wait for receive in cg_storage_multi test + (bsc#1012628). +- selftests: xsk: Deflakify STATS_RX_DROPPED test (bsc#1012628). +- selftests: xsk: Disable IPv6 on VETH1 (bsc#1012628). +- selftests: xsk: Use correct UMEM size in testapp_invalid_desc + (bsc#1012628). +- net: qrtr: correct types of trace event parameters + (bsc#1012628). +- f2fs: fix iostat lock protection (bsc#1012628). +- bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call + (bsc#1012628). +- bpf: factor out fetching basic kfunc metadata (bsc#1012628). +- wifi: rt2x00: Fix memory leak when handling surveys + (bsc#1012628). +- scsi: hisi_sas: Handle NCQ error when IPTT is valid + (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_reg() (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_rfreg() (bsc#1012628). +- crypto: sa2ul - Select CRYPTO_DES (bsc#1012628). +- crypto: caam - Clear some memory in instantiate_rng + (bsc#1012628). +- f2fs: fix scheduling while atomic in decompression path + (bsc#1012628). +- f2fs: compress: fix to call f2fs_wait_on_page_writeback() + in f2fs_write_raw_pages() (bsc#1012628). +- f2fs: apply zone capacity to all zone type (bsc#1012628). +- f2fs: fix uninitialized skipped_gc_rwsem (bsc#1012628). +- f2fs: handle dqget error in f2fs_transfer_project_quota() + (bsc#1012628). +- testing/vsock: add vsock_perf to gitignore (bsc#1012628). +- net: sunhme: Fix uninitialized return code (bsc#1012628). +- scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS + (bsc#1012628). +- scsi: target: iscsit: Fix TAS handling during conn cleanup + (bsc#1012628). +- scsi: target: Fix multiple LUN_RESET handling (bsc#1012628). +- scsi: target: iscsit: Stop/wait on cmds during conn close + (bsc#1012628). +- scsi: target: iscsit: isert: Alloc per conn cmd counter + (bsc#1012628). +- scsi: target: Pass in cmd counter to use during cmd setup + (bsc#1012628). +- scsi: target: Move cmd counter allocation (bsc#1012628). +- scsi: target: Move sess cmd counter to new struct (bsc#1012628). +- bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation + (bsc#1012628). +- bpf: return long from bpf_map_ops funcs (bsc#1012628). +- netfilter: keep conntrack reference until IPsecv6 policy checks + are done (bsc#1012628). +- net: dsa: qca8k: remove assignment of an_enabled in + pcs_get_state() (bsc#1012628). +- libbpf: Fix ld_imm64 copy logic for ksym in light skeleton + (bsc#1012628). +- net/packet: convert po->auxdata to an atomic flag (bsc#1012628). +- net/packet: convert po->origdev to an atomic flag (bsc#1012628). +- net/packet: annotate accesses to po->xmit (bsc#1012628). +- vlan: partially enable SIOCSHWTSTAMP in container (bsc#1012628). +- net: pcs: xpcs: remove double-read of link state when using AN + (bsc#1012628). +- bpf: Remove misleading spec_v1 check on var-offset stack read + (bsc#1012628). +- bpf: Free struct bpf_cpumask in call_rcu handler (bsc#1012628). +- bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma + (bsc#1012628). +- selftests/bpf: Fix a fd leak in an error path in + network_helpers.c (bsc#1012628). +- wifi: ath11k: fix deinitialization of firmware resources + (bsc#1012628). +- wifi: ath12k: Add missing unwind goto in ath12k_pci_probe() + (bsc#1012628). +- scm: fix MSG_CTRUNC setting condition for SO_PASSSEC + (bsc#1012628). +- crypto: qat - fix concurrency issue when device state changes + (bsc#1012628). +- bpf: fix precision propagation verbose logging (bsc#1012628). +- bpf: take into account liveness when propagating precision + (bsc#1012628). +- selftests/bpf: Fix flaky fib_lookup test (bsc#1012628). +- selftests/bpf: move SYS() macro into the test_progs.h + (bsc#1012628). +- selftests/bpf: Fix IMA test (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_mac_power_switch() (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_pwr_seq_parser() (bsc#1012628). +- libbpf: Fix bpf_xdp_query() in old kernels (bsc#1012628). +- libbpf: Fix arm syscall regs spec in bpf_tracing.h + (bsc#1012628). +- tools: bpftool: Remove invalid \' json escape (bsc#1012628). +- wifi: ath6kl: reduce WARN to dev_dbg() in callback + (bsc#1012628). +- wifi: brcmfmac: support CQM RSSI notification with older + firmware (bsc#1012628). +- wifi: rtl8xxxu: Remove always true condition in + rtl8xxxu_print_chipinfo (bsc#1012628). +- wifi: ath11k: fix SAC bug on peer addition with sta band + migration (bsc#1012628). +- wifi: ath5k: fix an off by one check in + ath5k_eeprom_read_freq_list() (bsc#1012628). +- wifi: ath5k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath11k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath9k: hif_usb: fix memory leak of remain_skbs + (bsc#1012628). +- wifi: ath11k: fix return value check in ath11k_ahb_probe() + (bsc#1012628). +- wifi: ath12k: use kfree_skb() instead of kfree() (bsc#1012628). +- wifi: ath6kl: minor fix for allocation size (bsc#1012628). +- media: ov5670: Fix probe on ACPI (bsc#1012628). +- platform/chrome: cros_typec_switch: Add missing + fwnode_handle_put() (bsc#1012628). +- hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y + YM-2151E (bsc#1012628). +- rpmsg: glink: Propagate TX failures in intentless mode as well + (bsc#1012628). +- cpufreq: use correct unit when verify cur freq (bsc#1012628). +- ACPI: bus: Ensure that notify handlers are not running after + removal (bsc#1012628). +- tick/common: Align tick period with the HZ tick (bsc#1012628). +- drm/i915: Fix memory leaks in i915 selftests (bsc#1012628). +- drm/i915: Make intel_get_crtc_new_encoder() less oopsy + (bsc#1012628). +- debugobject: Prevent init race with static objects + (bsc#1012628). +- media: mediatek: vcodec: add remove function for decoder + platform driver (bsc#1012628). +- media: mediatek: vcodec: fix decoder disable pm crash + (bsc#1012628). +- perf/arm-cmn: Fix port detection for CMN-700 (bsc#1012628). +- arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step + (bsc#1012628). +- x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() + (bsc#1012628). +- regulator: stm32-pwr: fix of_iomap leak (bsc#1012628). +- media: venus: dec: Fix capture formats enumeration order + (bsc#1012628). +- media: venus: dec: Fix handling of the start cmd (bsc#1012628). +- media: rc: gpio-ir-recv: Fix support for wake-up (bsc#1012628). +- drm/amd/display: Fix potential null dereference (bsc#1012628). +- media: hi846: Fix memleak in hi846_init_controls() + (bsc#1012628). +- media: v4l: async: Return async sub-devices to subnotifier list + (bsc#1012628). +- media: rcar_fdp1: Fix refcount leak in probe and remove function + (bsc#1012628). +- media: rcar_fdp1: Convert to platform remove callback returning + void (bsc#1012628). +- media: vsp1: Replace vb2_is_streaming() with + vb2_start_streaming_called() (bsc#1012628). +- media: platform: mtk-mdp3: fix potential frame size overflow + in mdp_try_fmt_mplane() (bsc#1012628). +- media: saa7134: fix use after free bug in saa7134_finidev due + to race condition (bsc#1012628). +- media: dm1105: Fix use after free bug in dm1105_remove due to + race condition (bsc#1012628). +- platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init + (bsc#1012628). +- platform/x86/amd: pmc: Utilize SMN index 0 for driver probe + (bsc#1012628). +- platform/x86/amd: pmc: Move idlemask check into + `amd_pmc_idlemask_read` (bsc#1012628). +- platform/x86/amd: pmc: Don't dump data after resume from s0i3 + on picasso (bsc#1012628). +- platform/x86/amd: pmc: Hide SMU version and program attributes + for Picasso (bsc#1012628). +- platform/x86/amd: pmc: Don't try to read SMU version on Picasso + (bsc#1012628). +- platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe + (bsc#1012628). +- media: rkvdec: fix use after free bug in rkvdec_remove + (bsc#1012628). +- media: cedrus: fix use after free bug in cedrus_remove due to + race condition (bsc#1012628). +- media: mediatek: vcodec: change lat thread decode error + condition (bsc#1012628). +- media: mediatek: vcodec: making sure queue_work successfully + (bsc#1012628). +- media: mediatek: vcodec: remove unused lat_buf (bsc#1012628). +- media: mediatek: vcodec: add core decode done event + (bsc#1012628). +- media: mediatek: vcodec: move lat_buf to the top of core list + (bsc#1012628). +- media: mediatek: vcodec: using each instance lat_buf count + replace core ready list (bsc#1012628). +- media: mediatek: vcodec: add params to record lat and core + lat_buf count (bsc#1012628). +- media: mediatek: vcodec: Force capture queue format to MM21 + (bsc#1012628). +- media: mediatek: vcodec: Make MM21 the default capture format + (bsc#1012628). +- media: mediatek: vcodec: Use 4K frame size when supported by + stateful decoder (bsc#1012628). +- media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow + (bsc#1012628). +- media: mtk-jpeg: Fixes jpeghw multi-core judgement + (bsc#1012628). +- arm64: dts: sdm845: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7280: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7180: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: removed clash with smem_region + (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping + (bsc#1012628). +- soc: qcom: rpmh-rsc: Support RSC v3 minor versions + (bsc#1012628). +- x86/apic: Fix atomic update of offset in reserve_eilvt_offset() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt + status bitmask (bsc#1012628). +- drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro + (bsc#1012628). +- Revert "drm/msm: Fix failure paths in msm_drm_init()" + (bsc#1012628). +- Revert "drm/msm: Add missing check and destroy for + alloc_ordered_workqueue" (bsc#1012628). +- regulator: core: Avoid lockdep reports when resolving supplies + (bsc#1012628). +- regulator: core: Consistently set mutex_owner when using + ww_mutex_lock_slow() (bsc#1012628). +- drm/ttm/pool: Fix ttm_pool_alloc error path (bsc#1012628). +- arm64: dts: rockchip: Assign PLL_PPLL clock rate to 1.1 GHz + on rk3588s (bsc#1012628). +- drm/i915/pxp: limit drm-errors or warning on firmware API + failures (bsc#1012628). +- drm/i915/pxp: Invalidate all PXP fw sessions during teardown + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: apq8096-db820c: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address + from PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-kitakami: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix + backlight pin function" (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad + supply (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply + (bsc#1012628). +- arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad + supply (bsc#1012628). +- gpu: host1x: Fix memory leak of device names (bsc#1012628). +- gpu: host1x: Fix potential double free if IOMMU is disabled + (bsc#1012628). +- soc: renesas: renesas-soc: Release 'chipid' from ioremap() + (bsc#1012628). +- soc: bcm: brcmstb: biuctrl: fix of_iomap leak (bsc#1012628). +- mailbox: mpfs: switch to txdone_poll (bsc#1012628). +- drm/mediatek: dp: Change the aux retries times when receiving + AUX_DEFER (bsc#1012628). +- drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() + (bsc#1012628). +- ACPI: VIOT: Initialize the correct IOMMU fwspec (bsc#1012628). +- arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to + usbss1 (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint + for Vgpu (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos + (bsc#1012628). +- cpufreq: mediatek: Raise proc and sram max voltage for + MT7622/7623 (bsc#1012628). +- cpufreq: mediatek: raise proc/sram max voltage for MT8516 + (bsc#1012628). +- cpufreq: mediatek: fix KP caused by handler usage after + regulator_put/clk_put (bsc#1012628). +- cpufreq: mediatek: fix passing zero to 'PTR_ERR' (bsc#1012628). +- arm64: dts: apple: t8103: Disable unused PCIe ports + (bsc#1012628). +- ARM: dts: stm32: fix spi1 pin assignment on stm32mp15 + (bsc#1012628). +- perf/amlogic: Fix config1/config2 parsing issue (bsc#1012628). +- perf/arm-cmn: Move overlapping wp_combine field (bsc#1012628). +- firmware: arm_scmi: Fix xfers allocation on Rx channel + (bsc#1012628). +- ARM: dts: gta04: fix excess dma channel usage (bsc#1012628). +- drm: rcar-du: Fix a NULL vs IS_ERR() bug (bsc#1012628). +- arm64: dts: qcom: sm8450: fix pcie1 gpios properties name + (bsc#1012628). +- mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for + data (bsc#1012628). +- ACPI: processor: Fix evaluating _PDC method when running as + Xen dom0 (bsc#1012628). +- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to + silence known override-init warnings (bsc#1012628). +- arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role + mode property (bsc#1012628). +- arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed + property (bsc#1012628). +- virt/coco/sev-guest: Double-buffer messages (bsc#1012628). +- drm: msm: adreno: Disable preemption on Adreno 510 + (bsc#1012628). +- drm/msm/adreno: drop bogus pm_runtime_set_active() + (bsc#1012628). +- ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error + (bsc#1012628). +- arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB + (bsc#1012628). +- arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB + (bsc#1012628). +- accel: Link to compute accelerator subsystem intro + (bsc#1012628). +- media: max9286: Free control handler (bsc#1012628). +- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and + adv7535 (bsc#1012628). +- firmware: qcom_scm: Clear download bit during reboot + (bsc#1012628). +- media: av7110: prevent underflow in write_ts_to_decoder() + (bsc#1012628). +- media: amphion: decoder implement display delay enable + (bsc#1012628). +- media: platform: mtk-mdp3: Add missing check and free for + ida_alloc (bsc#1012628). +- media: bdisp: Add missing check for create_workqueue + (bsc#1012628). +- x86/MCE/AMD: Use an u64 for bank_map (bsc#1012628). +- media: v4l: subdev: Make link validation safer (bsc#1012628). +- arm64: dts: qcom: sc8280xp: fix external display power domain + (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix tsens_mode unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: misc style fixes (bsc#1012628). +- arm64: dts: qcom: sm8550: fix qup_spi0_cs node (bsc#1012628). +- ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node + (bsc#1012628). +- arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc + (bsc#1012628). +- ARM: dts: qcom: ipq8064: Fix the PCI I/O port range + (bsc#1012628). +- ARM: dts: qcom: ipq4019: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8450: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8250: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc7280: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sc7280: fix EUD port properties (bsc#1012628). +- arm64: dts: qcom: qdu1000: drop incorrect serial properties + (bsc#1012628). +- soc: canaan: Make K210_SYSCTL depend on CLK_K210 (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix PCIe PHYs and controllers nodes + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-*: Add 'ti,sci-dev-id' for NAVSS nodes + (bsc#1012628). +- arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT + (bsc#1012628). +- regulator: core: Shorten off-on-delay-us for always-on/boot-on + by time since booted (bsc#1012628). +- arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl (bsc#1012628). +- ARM: dts: qcom-apq8064: Fix opp table child name (bsc#1012628). +- EDAC/skx: Fix overflows on the DRAM row address mapping arrays + (bsc#1012628). +- drm/msm/disp/dpu: check for crtc enable rather than crtc active + to release shared resources (bsc#1012628). +- drm/mediatek: dp: Only trigger DRM HPD events if bridge is + attached (bsc#1012628). +- arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP + table (bsc#1012628). +- arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP + table (bsc#1012628). +- soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe + (bsc#1012628). +- soc: ti: k3-ringacc: Add try_module_get() to + k3_dmaring_request_dual_ring() (bsc#1012628). +- tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in + Fn00000007 (bsc#1012628). +- drm/amdgpu: register a vga_switcheroo client for MacBooks with + apple-gmux (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-radxa-zero2: fix pwm clock names + (bsc#1012628). +- drm/probe-helper: Cancel previous job before starting new one + (bsc#1012628). +- drm/vgem: add missing mutex_destroy (bsc#1012628). +- drm/i915/dg2: Drop one PCI ID (bsc#1012628). +- drm/rockchip: Drop unbalanced obj unref (bsc#1012628). +- accel/ivpu: PM: remove broken ivpu_dbg() statements + (bsc#1012628). +- erofs: fix potential overflow calculating xattr_isize + (bsc#1012628). +- erofs: initialize packed inode after root inode is assigned + (bsc#1012628). +- erofs: stop parsing non-compact HEAD index if clusterofs is + invalid (bsc#1012628). +- selftests/clone3: fix number of tests in ksft_set_plan + (bsc#1012628). +- tpm, tpm_tis: Claim locality when interrupts are reenabled on + resume (bsc#1012628). +- tpm, tpm: Implement usage counter for locality (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing interrupt registers + (bsc#1012628). +- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed + (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE + register (bsc#1012628). +- tpm, tpm_tis: Do not skip reset of original interrupt vector + (bsc#1012628). +- selinux: ensure av_permissions.h is built when needed + (bsc#1012628). +- selinux: fix Makefile dependencies of flask.h (bsc#1012628). +- ARM: 9293/1: vfp: Pass successful return address via register R3 + (bsc#1012628). +- ARM: 9292/1: vfp: Pass thread_info pointer to vfp_support_entry + (bsc#1012628). +- selftests/resctrl: Check for return value after write_schemata() + (bsc#1012628). +- selftests/resctrl: Allow ->setup() to return errors + (bsc#1012628). +- selftests/resctrl: Move ->setup() call outside of test specific + branches (bsc#1012628). +- selftests/resctrl: Return NULL if malloc_and_init_memory() + did not alloc mem (bsc#1012628). +- rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check + (bsc#1012628). +- kunit: fix bug in the order of lines in debugfs logs + (bsc#1012628). +- clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src + to reparent (bsc#1012628). +- clk: microchip: fix potential UAF in auxdev release callback + (bsc#1012628). +- wifi: rtw89: fix potential race condition between napi_init + and napi_enable (bsc#1012628). +- wifi: rtw88: rtw8821c: Fix rfe_option field width (bsc#1012628). +- wifi: rtl8xxxu: RTL8192EU always needs full init (bsc#1012628). +- nfp: fix incorrect pointer deference when offloading IPsec + with bonding (bsc#1012628). +- mailbox: zynqmp: Fix typo in IPI documentation (bsc#1012628). +- mailbox: zynqmp: Fix counts of child nodes (bsc#1012628). +- kcsan: Avoid READ_ONCE() in read_instrumented_memory() + (bsc#1012628). +- mailbox: zynqmp: Fix IPI isr handling (bsc#1012628). +- drivers: remoteproc: xilinx: Fix carveout names (bsc#1012628). +- mtd: spi-nor: core: Update flash's current address mode when + changing address mode (bsc#1012628). +- mtd: core: fix error path for nvmem provider (bsc#1012628). +- mtd: core: fix nvmem error reporting (bsc#1012628). +- mtd: core: provide unique name for nvmem device, take two + (bsc#1012628). +- kasan: hw_tags: avoid invalid virt_to_page() (bsc#1012628). +- md/raid5: Improve performance for sequential IO (bsc#1012628). +- md/raid10: fix null-ptr-deref in raid10_sync_request + (bsc#1012628). +- drbd: correctly submit flush bio on barrier (bsc#1012628). +- mm: do not reclaim private data from pinned page (bsc#1012628). +- nilfs2: fix infinite loop in nilfs_mdt_get_block() + (bsc#1012628). +- nilfs2: do not write dirty data after degenerating to read-only + (bsc#1012628). +- ASoC: codecs: wcd938x: fix accessing regmap on unattached + devices (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop + (bsc#1012628). +- ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 + (bsc#1012628). +- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (bsc#1012628). +- parisc: Ensure page alignment in flush functions (bsc#1012628). +- parisc: Fix argument pointer in real64_call_asm() (bsc#1012628). +- ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for + clocks (bsc#1012628). +- bus: mhi: host: Range check CHDBOFF and ERDBOFF (bsc#1012628). +- bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error + state (bsc#1012628). +- bus: mhi: host: Remove duplicate ee check for syserr + (bsc#1012628). +- cxl/port: Scan single-target ports for decoders (bsc#1012628). +- cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit + (bsc#1012628). +- cxl/hdm: Fail upon detecting 0-sized decoders (bsc#1012628). +- xfs: don't consider future format versions valid (bsc#1012628). +- fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten (bsc#1012628). +- ceph: fix potential use-after-free bug when trimming caps + (bsc#1012628). +- ubifs: Fix memory leak in do_rename (bsc#1012628). +- ubifs: Free memory for tmpfile name (bsc#1012628). +- ubi: Fix return value overwrite issue in + try_write_vid_and_data() (bsc#1012628). +- ubifs: Fix memleak when insert_old_idx() failed (bsc#1012628). +- Revert "ubifs: dirty_cow_znode: Fix memleak in error handling + path" (bsc#1012628). +- RISC-V: Align SBI probe implementation with spec (bsc#1012628). +- iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" + configuration in IRTE (bsc#1012628). +- drm/amd/pm: re-enable the gfx imu when smu resume (bsc#1012628). +- tracing: Fix permissions for the buffer_percent file + (bsc#1012628). +- thermal: intel: powerclamp: Fix NULL pointer access issue + (bsc#1012628). +- riscv: mm: remove redundant parameter of + create_fdt_early_page_table (bsc#1012628). +- i2c: omap: Fix standard mode false ACK readings (bsc#1012628). +- igc: read before write to SRRCTL register (bsc#1012628). +- ACPI: video: Remove acpi_backlight=video quirk for Lenovo + ThinkPad W530 (bsc#1012628). +- ksmbd: fix racy issue from smb2 close and logoff with + multichannel (bsc#1012628). +- ksmbd: destroy expired sessions (bsc#1012628). +- ksmbd: block asynchronous requests when making a delay on + session setup (bsc#1012628). +- ksmbd: fix racy issue from session setup and logoff + (bsc#1012628). +- ksmbd: fix deadlock in ksmbd_find_crypto_ctx() (bsc#1012628). +- ksmbd: not allow guest user on multichannel (bsc#1012628). +- ksmbd: fix memleak in session setup (bsc#1012628). +- ksmbd: fix NULL pointer dereference in + smb2_get_info_filesystem() (bsc#1012628). +- ksmbd: call rcu_barrier() in ksmbd_server_exit() (bsc#1012628). +- ksmbd: fix racy issue under cocurrent smb2 tree disconnect + (bsc#1012628). +- KVM: x86: Preserve TDP MMU roots until they are explicitly + invalidated (bsc#1012628). +- KVM: RISC-V: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- relayfs: fix out-of-bounds access in relay_file_read + (bsc#1012628). +- KVM: arm64: vgic: Don't acquire its_lock before config_lock + (bsc#1012628). +- KVM: arm64: Use config_lock to protect vgic state (bsc#1012628). +- KVM: arm64: Use config_lock to protect data ordered against + KVM_RUN (bsc#1012628). +- KVM: arm64: Avoid lock inversion when setting the VM register + width (bsc#1012628). +- KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON + (bsc#1012628). +- KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted + (bsc#1012628). +- KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are + available (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource + release on exit (bsc#1012628). +- reiserfs: Add security prefix to xattr name in + reiserfs_security_write() (bsc#1012628). +- rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() + being kprobe-ed (bsc#1012628). +- crypto: ccp - Don't initialize CCP for PSP 0x1649 (bsc#1012628). +- crypto: testmgr - fix RNG performance in fuzz tests + (bsc#1012628). +- crypto: arm64/aes-neonbs - fix crash with CFI enabled + (bsc#1012628). +- crypto: safexcel - Cleanup ring IRQ workqueues on load failure + (bsc#1012628). +- crypto: api - Demote BUG_ON() in crypto_unregister_alg() + to a WARN_ON() (bsc#1012628). +- ring-buffer: Sync IRQ works before buffer destruction + (bsc#1012628). +- ring-buffer: Ensure proper resetting of atomic variables in + ring_buffer_reset_online_cpus (bsc#1012628). +- pinctrl: qcom: lpass-lpi: set output value before enabling + output (bsc#1012628). +- soundwire: qcom: correct setting ignore bit on v1.5.1 + (bsc#1012628). +- pwm: meson: Fix g12a ao clk81 name (bsc#1012628). +- pwm: meson: Fix axg ao mux parents (bsc#1012628). +- wifi: rtw89: correct 5 MHz mask setting (bsc#1012628). +- wifi: mt76: add missing locking to protect against concurrent + rx/status calls (bsc#1012628). +- kheaders: Use array declaration instead of char (bsc#1012628). +- iio: addac: stx104: Fix race condition for stx104_write_raw() + (bsc#1012628). +- iio: addac: stx104: Fix race condition when converting + analog-to-digital (bsc#1012628). +- ipmi: fix SSIF not responding under certain cond (bsc#1012628). +- ipmi:ssif: Add send_retries increment (bsc#1012628). +- MIPS: fw: Allow firmware to pass a empty env (bsc#1012628). +- fs: fix sysctls.c built (bsc#1012628). +- tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz + subsystem (bsc#1012628). +- serial: max310x: fix IO data corruption in batched operations + (bsc#1012628). +- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx + (bsc#1012628). +- serial: fix TIOCSRS485 locking (bsc#1012628). +- xhci: fix debugfs register accesses while suspended + (bsc#1012628). +- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH + (bsc#1012628). +- staging: iio: resolver: ads1210: fix config mode (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() more robust + (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() return void + (bsc#1012628). +- blk-mq: release crypto keyslot before reporting I/O complete + (bsc#1012628). +- blk-stat: fix QUEUE_FLAG_STATS clear (bsc#1012628). +- drm/vmwgfx: Fix Legacy Display Unit atomic drm support + (bsc#1012628). +- media: ov8856: Do not check for for module version + (bsc#1012628). +- posix-cpu-timers: Implement the missing timer_wait_running + callback (bsc#1012628). +- tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() + call site (bsc#1012628). +- hwmon: (adt7475) Use device_property APIs when configuring + polarity (bsc#1012628). +- hwmon: (k10temp) Check range scale when CUR_TEMP register is + read-write (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on unbind (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on probe errors + (bsc#1012628). +- usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive + (bsc#1012628). +- usb: gadget: udc: core: Prevent redundant calls to pullup + (bsc#1012628). +- usb: gadget: udc: core: Invoke usb_gadget_connect only when + started (bsc#1012628). +- wifi: rtw88: usb: fix priority queue to endpoint mapping + (bsc#1012628). +- IMA: allow/fix UML builds (bsc#1012628). +- phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes (bsc#1012628). +- bus: mhi: host: pci_generic: Revert "Add a secondary AT port + to Telit FN990" (bsc#1012628). +- PCI: qcom: Fix the incorrect register usage in v2.7.0 config + (bsc#1012628). +- PCI: pciehp: Fix AB-BA deadlock between reset_lock and + device_lock (bsc#1012628). +- PCI: kirin: Select REGMAP_MMIO (bsc#1012628). +- powerpc/boot: Fix boot wrapper code generation with + CONFIG_POWER10_CPU (bsc#1012628). +- ASoC: amd: ps: update the acp clock source (bsc#1012628). +- wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND + if unset (bsc#1012628). +- commit bcfb900 + +------------------------------------------------------------------- +Sun May 14 23:08:36 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc2 +- eliminate 1 patch + - patches.suse/0001-firmware-sysfb-Fix-VESA-format-selection.patch +- commit 679133f + +------------------------------------------------------------------- +Fri May 12 15:39:13 CEST 2023 - tiwai@suse.de + +- HID: microsoft: Add rumble support to latest xbox controllers + (bsc#1211280). +- commit 512d474 + +------------------------------------------------------------------- +Fri May 12 09:49:25 CEST 2023 - dmueller@suse.com + +- config: align all architectures on CONFIG_HZ=300 (bsc#1196438) +- commit 9b7c645 + +------------------------------------------------------------------- +Thu May 11 17:07:28 CEST 2023 - tzimmermann@suse.com + +- firmware/sysfb: Fix VESA format selection (bsc#1211119) +- commit 26ec1ca + ------------------------------------------------------------------- Tue May 9 09:32:52 CEST 2023 - schwab@suse.de - rpm/constraints.in: Increase disk size constraint for riscv64 to 52GB - commit 1c1a4cd +------------------------------------------------------------------- +Tue May 9 08:08:50 CEST 2023 - jslaby@suse.cz + +- Revert "Update config files." (bsc#1211166) + This reverts commit 90a46594a115a4abf9381bd4c327fd875ac0da0b. + Lockdown is not ready and was disabled in stable. Since this is still + not resolved in 6.3/6.4-rc, let's disable it in master completely too. + And let's retry once everything is ready. +- commit 944713a + +------------------------------------------------------------------- +Mon May 8 01:11:24 CEST 2023 - mkubecek@suse.cz + +- config: use ARCH_FORCE_MAX_ORDER=8 on ppc64/ppc64le + Mainline commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") + redefined the meaning of MAX_ORDER, and therefore also related + ARCH_FORCE_MAX_ORDER config option to be one lower than the old value so + that having ARCH_FORCE_MAX_ORDER=9 with 64KB pages results in build time + error "Allocator MAX_ORDER exceeds SECTION_SIZE". + Update the values on ppc64 and ppc64le architectures from 9 to 8 to + preserve the old behaviour and fix the build error. +- commit 668187d + +------------------------------------------------------------------- +Sun May 7 23:36:17 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc1 +- drop 14 patches (12 stable, 2 mainline) + - patches.kernel.org/* + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch + - patches.suse/usbtv-usbtv_set_regs-the-pipe-is-output.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch + - patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch + - patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch + - patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch +- disable ARM architectures (need config update) +- new config options + - Processor type and features + - ADDRESS_MASKING=y + - Enable loadable module support + - MODULE_DEBUG=n + - Memory Management options + - DMAPOOL_TEST=n + - Networking support + - MAX_SKB_FRAGS=17 + - BT_NXPUART=m + - File systems + - XFS_SUPPORT_ASCII_CI=y + - Security options + - INTEGRITY_CA_MACHINE_KEYRING=n + - Kernel hacking + - PER_VMA_LOCK_STATS=y + - USER_EVENTS=n + - FAULT_INJECTION_CONFIGFS=n + - Generic Driver Options + - FW_LOADER_DEBUG=y + - FW_DEVLINK_SYNC_STATE_TIMEOUT=n + - Block devices + - BLKDEV_UBLK_LEGACY_OPCODES=y + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT_BPCK6=m + - Generic Target Core Mod (TCM) and ConfigFS Infrastructure + - REMOTE_TARGET=m + - Network device support + - NET_DSA_MT7530_MDIO=m + - NET_DSA_MT7530_MMIO=m + - NET_DSA_QCA8K_LEDS_SUPPORT=y + - PDS_CORE=m + - MICROCHIP_T1S_PHY=m + - NXP_CBTX_PHY=m + - RTW88_8822BS=m + - RTW88_8822CS=m + - RTW88_8821CS=m + - GPIO Support + - GPIO_FXL6408=m + - GPIO_ELKHARTLAKE=m + - Voltage and Current Regulator Support + - REGULATOR_RT4803=m + - REGULATOR_RT5739=m + - Sound card support + - SND_SOC_CS35L56_I2C=m + - SND_SOC_CS35L56_SPI=m + - SND_SOC_CS35L56_SDW=m + - SND_SOC_MAX98363=m + - SND_SOC_RT712_SDCA_DMIC_SDW=m + - X86 Platform Specific Device Drivers + - LENOVO_YMC=m + - INTEL_BYTCRC_PWRSRC=m + - MSI_EC=m + - Industrial I/O support + - TI_ADS1100=n + - ROHM_BU27034=n + - NVMEM Support + - NVMEM_LAYOUT_SL28_VPD=m + - NVMEM_LAYOUT_ONIE_TLV=m + - Misc drivers + - TOUCHSCREEN_NOVATEK_NVT_TS=m + - PTP_DFL_TOD=m + - SENSORS_ACBEL_FSG032=m + - DRM_VIRTIO_GPU_KMS=y + - DRM_ACCEL_QAIC=m + - I2C_HID_OF=m + - LEDS_BD2606MVV=m + - HYPERV_VTL_MODE=n + - SOUNDWIRE_AMD=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX597X=m + - REGULATOR_MAX597X=m + - DRM_PANEL_MAGNACHIP_D53E6EA8966=n + - DRM_PANEL_NOVATEK_NT36523=n + - DRM_PANEL_SONY_TD4353_JDI=n + - DRM_SAMSUNG_DSIM=n + - UCSI_PMIC_GLINK=m + - COMMON_CLK_SI521XX=m + - i386 + - CAN_BXCAN=m + - ppc64le + - CRYPTO_AES_GCM_P10=m + - s390x + - SECRETMEM=y + - SCSI_IPR=m + - SCSI_IPR_TRACE=y + - SCSI_IPR_DUMP=y + - GCC_PLUGIN_STACKLEAK=n + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - riscv64 + - SCHED_MC=y + - RISCV_ISA_SVNAPOT=y + - RISCV_ISA_ZICBOZ=y + - RELOCATABLE=y + - HIBERNATION=y + - HIBERNATION_SNAPSHOT_DEV=y + - PM_STD_PARTITION="" + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - FW_CACHE=y + - DWMAC_STARFIVE=m + - CAN_BXCAN=m + - AIRO=m + - SPI_CADENCE_QUADSPI=m + - SENSORS_SFCTEMP=m + - STARFIVE_WATCHDOG=m + - RZ_MTU3=n + - SND_SOC_MAX98090=n + - CLK_STARFIVE_JH7110_SYS=y + - CLK_STARFIVE_JH7110_AON=m +- commit 5685b1d + ------------------------------------------------------------------- Fri May 5 15:03:15 CEST 2023 - msuchanek@suse.de @@ -3269,6 +22618,365 @@ Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de - kernel-binary: install expoline.o (boo#1210791 bsc#1211089) - commit d6c8c20 +------------------------------------------------------------------- +Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com + +- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334). +- commit 98c1e01 + +------------------------------------------------------------------- +Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of rejected RPCs (bsc#1210995). +- commit 9aec45d + +------------------------------------------------------------------- +Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.1 (bsc#1012628). +- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() + (bsc#1012628). +- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds + (bsc#1012628). +- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var + (bsc#1012628). +- fsverity: explicitly check for buffer overflow in + build_merkle_tree() (bsc#1012628). +- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU + (bsc#1012628). +- bluetooth: Perform careful capability checks in hci_sock_ioctl() + (bsc#1012628). +- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628). +- btrfs: fix uninitialized variable warnings (bsc#1012628). +- USB: serial: option: add UNISOC vendor and TOZED LT70C product + (bsc#1012628). +- driver core: Don't require dynamic_debug for initcall_debug + probe timing (bsc#1012628). +- commit 4fd5b5c + +------------------------------------------------------------------- +Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz + +- mm/mremap: fix vm_pgoff in vma_merge() case 3 (bsc#1210903). + Update upstream status. +- commit 602ef9b + +------------------------------------------------------------------- +Thu Apr 27 16:22:34 CEST 2023 - vbabka@suse.cz + +- [PATCH for v6.3 regression] mm/mremap: fix vm_pgoff in + vma_merge() case 3 (bsc#1210903). +- commit 1fc982b + +------------------------------------------------------------------- +Thu Apr 27 10:45:02 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch +- commit 5408aa8 + +------------------------------------------------------------------- +Thu Apr 27 10:12:09 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv6hl configs + New values are copied from arvm7hl. +- commit 1d2204b + +------------------------------------------------------------------- +Thu Apr 27 10:05:58 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- commit 6bca092 + +------------------------------------------------------------------- +Thu Apr 27 09:54:37 CEST 2023 - mkubecek@suse.cz + +- update and reenable arm64 configs + Where possible, new values are copied from x86_64, i386 or riscv64. The + rest is guessed, mostly based on existing values of similar config options. +- commit 3f00e19 + +------------------------------------------------------------------- +Wed Apr 26 11:18:54 CEST 2023 - jslaby@suse.cz + +- config.sh: add :LegacyX86 + To pull i586 and build against that. +- commit 723ba5c + +------------------------------------------------------------------- +Mon Apr 24 10:09:07 CEST 2023 - jslaby@suse.cz + +- wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries + (bsc#1209965). +- Refresh + patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch. + Update to upstream versions. +- commit 996f7a1 + +------------------------------------------------------------------- +Sun Apr 23 23:12:34 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3 final +- update configs +- commit 9cc1a40 + +------------------------------------------------------------------- +Thu Apr 20 12:59:57 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.12 (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD + (bsc#1012628). +- nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN (bsc#1012628). +- cifs: fix negotiate context parsing (bsc#1012628). +- i2c: ocores: generate stop condition after timeout in polling + mode (bsc#1012628). +- x86/rtc: Remove __init for runtime functions (bsc#1012628). +- sched/fair: Fix imbalance overflow (bsc#1012628). +- powerpc/papr_scm: Update the NUMA distance table for the target + node (bsc#1012628). +- i2c: mchp-pci1xxxx: Update Timing registers (bsc#1012628). +- ubi: Fix deadlock caused by recursively holding work_sem + (bsc#1012628). +- ubi: Fix failure attaching when vid_hdr offset equals to + (sub)page size (bsc#1012628). +- selftests: mptcp: userspace pm: uniform verify events + (bsc#1012628). +- mptcp: fix NULL pointer dereference on fastopen early fallback + (bsc#1012628). +- mptcp: stricter state check in mptcp_worker (bsc#1012628). +- mptcp: use mptcp_schedule_work instead of open-coding it + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 max shader clock reporting + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings + (bsc#1012628). +- cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() + methods (bsc#1012628). +- cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP + properly (bsc#1012628). +- cgroup/cpuset: Wake up cpuset_attach_wq tasks in + cpuset_cancel_attach() (bsc#1012628). +- cgroup/cpuset: Fix partition root's cpuset.cpus update bug + (bsc#1012628). +- cgroup: fix display of forceidle time at root (bsc#1012628). +- x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X + state in D3hot (bsc#1012628). +- PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn() + (bsc#1012628). +- PCI: Fix use-after-free in pci_bus_release_domain_nr() + (bsc#1012628). +- drm/amd/pm: correct the pcie link state check for SMU13 + (bsc#1012628). +- thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR + mask bits (bsc#1012628). +- scsi: ses: Handle enclosure with just a primary component + gracefully (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix unsigned long multiplication + overflow (bsc#1012628). +- net: phy: nxp-c45-tja11xx: add remove callback (bsc#1012628). +- net: sfp: initialize sfp->i2c_block_size at sfp allocation + (bsc#1012628). +- HID: intel-ish-hid: Fix kernel panic during warm reset + (bsc#1012628). +- riscv: add icache flush for nommu sigreturn trampoline + (bsc#1012628). +- ksmbd: avoid out of bounds access in decode_preauth_ctxt() + (bsc#1012628). +- maple_tree: fix write memory barrier of nodes once dead for + RCU mode (bsc#1012628). +- tracing: Have tracing_snapshot_instance_cond() write errors + to the appropriate instance (bsc#1012628). +- tracing: Add trace_array_puts() to write into instance + (bsc#1012628). +- ACPI: resource: Add Medion S17413 to IRQ override quirk + (bsc#1012628). +- drm/amdgpu/gfx: set cg flags to enter/exit safe mode + (bsc#1012628). +- drm/amdgpu: Force signal hw_fences that are embedded in + non-sched jobs (bsc#1012628). +- drm/amdgpu: add mes resume when do gfx post soft reset + (bsc#1012628). +- wifi: iwlwifi: mvm: protect TXQ list manipulation (bsc#1012628). +- wifi: iwlwifi: mvm: fix mvmtxq->stopped handling (bsc#1012628). +- nvme: send Identify with CNS 06h only to I/O controllers + (bsc#1012628). +- asymmetric_keys: log on fatal failures in PE/pkcs7 + (bsc#1012628). +- verify_pefile: relax wrapper length check (bsc#1012628). +- hwmon: (xgene) Fix ioremap and memremap leak (bsc#1012628). +- hwmon: (peci/cputemp) Fix miscalculated DTS for SKX + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book + X90F (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Acer Aspire + 3830TG (bsc#1012628). +- block: ublk_drv: mark device as LIVE before adding disk + (bsc#1012628). +- efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L + (bsc#1012628). +- i2c: hisi: Avoid redundant interrupts (bsc#1012628). +- i2c: imx-lpi2c: clean rx/tx buffers upon new message + (bsc#1012628). +- wifi: mwifiex: mark OF related data as maybe unused + (bsc#1012628). +- selftests/bpf: Fix progs/find_vma_fail1.c build error + (bsc#1012628). +- power: supply: axp288_fuel_gauge: Added check for negative + values (bsc#1012628). +- power: supply: cros_usbpd: reclassify "default case!" as debug + (bsc#1012628). +- power: supply: rk817: Fix unsigned comparison with less than + zero (bsc#1012628). +- arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 + firmware (bsc#1012628). +- ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory + (bsc#1012628). +- ARM: 9290/1: uaccess: Fix KASAN false-positives (bsc#1012628). +- skbuff: Fix a race between coalescing and releasing SKBs + (bsc#1012628). +- net: macb: fix a memory corruption in extended buffer descriptor + mode (bsc#1012628). +- selftests: add the missing CONFIG_IP_SCTP in net config + (bsc#1012628). +- udp6: fix potential access to stale information (bsc#1012628). +- selftests: openvswitch: adjust datapath NL message declaration + (bsc#1012628). +- RDMA/core: Fix GID entry ref leak when create_ah fails + (bsc#1012628). +- sctp: fix a potential overflow in sctp_ifwdtsn_skip + (bsc#1012628). +- net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() + (bsc#1012628). +- rtnetlink: Restore RTM_NEW/DELLINK notification behavior + (bsc#1012628). +- cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex + (bsc#1012628). +- net: wwan: iosm: Fix error handling path in ipc_pcie_probe() + (bsc#1012628). +- smc: Fix use-after-free in tcp_write_timer_handler() + (bsc#1012628). +- qlcnic: check pci_reset_function result (bsc#1012628). +- drm/armada: Fix a potential double free in an error handling + path (bsc#1012628). +- drm/nouveau/fb: add missing sysmen flush callbacks + (bsc#1012628). +- Bluetooth: Set ISO Data Path on broadcast sink (bsc#1012628). +- Bluetooth: SCO: Fix possible circular locking dependency + sco_sock_getsockopt (bsc#1012628). +- Bluetooth: Fix printing errors if LE Connection times out + (bsc#1012628). +- Bluetooth: hci_conn: Fix not cleaning up on LE Connection + failure (bsc#1012628). +- net: openvswitch: fix race on port output (bsc#1012628). +- iavf: remove active_cvlans and active_svlans bitmaps + (bsc#1012628). +- iavf: refactor VLAN filter states (bsc#1012628). +- bonding: fix ns validation on backup slaves (bsc#1012628). +- tcp: restrict net.ipv4.tcp_app_win (bsc#1012628). +- niu: Fix missing unwind goto in niu_alloc_channels() + (bsc#1012628). +- KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs + (bsc#1012628). +- bpf, arm64: Fixed a BTI error on returning to patched function + (bsc#1012628). +- 9p/xen : Fix use after free bug in xen_9pfs_front_remove due + to race condition (bsc#1012628). +- dmaengine: apple-admac: Fix 'current_tx' not getting freed + (bsc#1012628). +- dmaengine: apple-admac: Set src_addr_widths capability + (bsc#1012628). +- dmaengine: apple-admac: Handle 'global' interrupt flags + (bsc#1012628). +- LoongArch, bpf: Fix jit to skip speculation barrier opcode + (bsc#1012628). +- bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp + (bsc#1012628). +- RDMA/cma: Allow UD qp_type to join multicast only (bsc#1012628). +- clk: rs9: Fix suspend/resume (bsc#1012628). +- RDMA/erdma: Defer probing if netdevice can not be found + (bsc#1012628). +- RDMA/erdma: Inline mtt entries into WQE if supported + (bsc#1012628). +- RDMA/erdma: Update default EQ depth to 4096 and max_send_wr + to 8192 (bsc#1012628). +- RDMA/erdma: Fix some typos (bsc#1012628). +- IB/mlx5: Add support for 400G_8X lane speed (bsc#1012628). +- RDMA/irdma: Add ipv4 check to irdma_find_listener() + (bsc#1012628). +- RDMA/irdma: Increase iWARP CM default rexmit count + (bsc#1012628). +- RDMA/irdma: Fix memory leak of PBLE objects (bsc#1012628). +- RDMA/irdma: Do not generate SW completions for NOPs + (bsc#1012628). +- clk: sprd: set max_register according to mapping range + (bsc#1012628). +- io_uring: complete request via task work in case of + DEFER_TASKRUN (bsc#1012628). +- drm/i915/dsi: fix DSS CTL register offsets for TGL+ + (bsc#1012628). +- fbcon: set_con2fb_map needs to set con2fb_map! (bsc#1012628). +- fbcon: Fix error paths in set_con2fb_map (bsc#1012628). +- KVM: arm64: PMU: Restore the guest's EL0 event counting after + migration (bsc#1012628). +- mtd: rawnand: stm32_fmc2: use timings.mode instead of checking + tRC_min (bsc#1012628). +- mtd: rawnand: stm32_fmc2: remove unsupported EDO mode + (bsc#1012628). +- mtd: rawnand: meson: fix bitmask for length in command word + (bsc#1012628). +- mtdblock: tolerate corrected bit-flips (bsc#1012628). +- fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace (bsc#1012628). +- btrfs: fix fast csum implementation detection (bsc#1012628). +- btrfs: restore the thread_pool= behavior in remount for the + end I/O workqueues (bsc#1012628). +- Bluetooth: hci_conn: Fix possible UAF (bsc#1012628). +- Bluetooth: Free potentially unfreed SCO connection + (bsc#1012628). +- bluetooth: btbcm: Fix logic error in forming the board name + (bsc#1012628). +- Bluetooth: Fix race condition in hidp_session_thread + (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in + l2cap_disconnect_{req,rsp} (bsc#1012628). +- ALSA: hda/hdmi: disable KAE for Intel DG2 (bsc#1012628). +- ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards + (bsc#1012628). +- ALSA: emu10k1: don't create old pass-through playback device + on Audigy (bsc#1012628). +- ALSA: firewire-tascam: add missing unwind goto in + snd_tscm_stream_start_duplex() (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 + (bsc#1012628). +- ALSA: hda: patch_realtek: add quirk for Asus N7601ZM + (bsc#1012628). +- ALSA: i2c/cs8427: fix iec958 mixer control deactivation + (bsc#1012628). +- ALSA: hda/sigmatel: add pin overrides for Intel DP45SG + motherboard (bsc#1012628). +- ALSA: emu10k1: fix capture interrupt handler unlinking + (bsc#1012628). +- drm/i915: Workaround ICL CSC_MODE sticky arming (bsc#1012628). +- drm/amd/display: Pass the right info to drm_dp_remove_payload + (bsc#1012628). +- Revert "pinctrl: amd: Disable and mask interrupts on resume" + (bsc#1012628). +- commit eb3255d + +------------------------------------------------------------------- +Mon Apr 17 17:27:45 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported DVB module(s) +- commit 7a3054e + +------------------------------------------------------------------- +Mon Apr 17 00:47:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc7 +- commit 9e073da + ------------------------------------------------------------------- Fri Apr 14 22:07:00 CEST 2023 - msuchanek@suse.de @@ -3281,6 +22989,647 @@ Fri Apr 14 19:29:28 CEST 2023 - msuchanek@suse.de - Remove obsolete KMP obsoletes (bsc#1210469). - commit 7f325c6 +------------------------------------------------------------------- +Thu Apr 13 17:21:47 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.11 (bsc#1012628). +- mm: enable maple tree RCU mode by default (bsc#1012628). +- maple_tree: add RCU lock checking to rcu callback functions + (bsc#1012628). +- maple_tree: add smp_rmb() to dead node detection (bsc#1012628). +- maple_tree: remove extra smp_wmb() from mas_dead_leaves() + (bsc#1012628). +- maple_tree: fix freeing of nodes in rcu mode (bsc#1012628). +- maple_tree: detect dead nodes in mas_start() (bsc#1012628). +- maple_tree: refine ma_state init from mas_start() (bsc#1012628). +- maple_tree: be more cautious about dead nodes (bsc#1012628). +- maple_tree: fix mas_prev() and mas_find() state handling + (bsc#1012628). +- maple_tree: fix handle of invalidated state in + mas_wr_store_setup() (bsc#1012628). +- maple_tree: reduce user error potential (bsc#1012628). +- maple_tree: fix potential rcu issue (bsc#1012628). +- maple_tree: remove GFP_ZERO from kmem_cache_alloc() and + kmem_cache_alloc_bulk() (bsc#1012628). +- mm: take a page reference when removing device exclusive entries + (bsc#1012628). +- drm/bridge: lt9611: Fix PLL being unable to lock (bsc#1012628). +- drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset + (bsc#1012628). +- drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume + (bsc#1012628). +- drm/amd/display: Clear MST topology if it fails to resume + (bsc#1012628). +- maple_tree: fix a potential concurrency bug in RCU mode + (bsc#1012628). +- maple_tree: fix get wrong data_end in mtree_lookup_walk() + (bsc#1012628). +- mm/hugetlb: fix uffd wr-protection for CoW optimization path + (bsc#1012628). +- mm/swap: fix swap_info_struct race between swapoff and + get_swap_pages() (bsc#1012628). +- ring-buffer: Fix race while reader and writer are on the same + page (bsc#1012628). +- drm/i915: fix race condition UAF in i915_perf_add_config_ioctl + (bsc#1012628). +- drm/i915: Fix context runtime accounting (bsc#1012628). +- drm/nouveau/disp: Support more modes by checking with lower bpc + (bsc#1012628). +- drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path + (bsc#1012628). +- ublk: read any SQE values upfront (bsc#1012628). +- wifi: mt76: ignore key disable commands (bsc#1012628). +- wifi: mt76: mt7921: fix fw used for offload check for mt7922 + (bsc#1012628). +- mm: vmalloc: avoid warn_alloc noise caused by fatal signal + (bsc#1012628). +- zsmalloc: document freeable stats (bsc#1012628). +- tracing/synthetic: Make lastcmd_mutex static (bsc#1012628). +- perf/core: Fix the same task check in perf_event_set_output + (bsc#1012628). +- perf: Optimize perf_pmu_migrate_context() (bsc#1012628). +- block: don't set GD_NEED_PART_SCAN if scan partition failed + (bsc#1012628). +- block: ublk: make sure that block size is set correctly + (bsc#1012628). +- cifs: sanitize paths in cifs_update_super_prepath (bsc#1012628). +- nvme: fix discard support without oncs (bsc#1012628). +- scsi: iscsi_tcp: Check that sock is valid before + iscsi_set_param() (bsc#1012628). +- scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() + (bsc#1012628). +- io_uring: fix memory leak when removing provided buffers + (bsc#1012628). +- io_uring: fix return value when removing provided buffers + (bsc#1012628). +- iio: adc: ad7791: fix IRQ flags (bsc#1012628). +- ASoC: SOF: avoid a NULL dereference with unsupported widgets + (bsc#1012628). +- ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() + (bsc#1012628). +- iommufd: Do not corrupt the pfn list when doing batch carry + (bsc#1012628). +- iommufd: Fix unpinning of pages when an access is present + (bsc#1012628). +- iommufd: Check for uptr overflow (bsc#1012628). +- tracing: Free error logs of tracing instances (bsc#1012628). +- tracing/osnoise: Fix notify new tracing_max_latency + (bsc#1012628). +- tracing/timerlat: Notify new max thread latency (bsc#1012628). +- tracing/synthetic: Fix races on freeing last_cmd (bsc#1012628). +- net: stmmac: Add queue reset into stmmac_xdp_open() function + (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad + W530 (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 + and iMac14,2 (bsc#1012628). +- ACPI: video: Make acpi_backlight=video work independent from + GPU driver (bsc#1012628). +- ACPI: video: Add auto_detect arg to + __acpi_video_get_backlight_type() (bsc#1012628). +- can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get + SOCK_RXQ_OVFL infos (bsc#1012628). +- can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT + events (bsc#1012628). +- can: isotp: fix race between isotp_sendsmg() and isotp_release() + (bsc#1012628). +- can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory + access (bsc#1012628). +- fs: drop peer group ids under namespace lock (bsc#1012628). +- ftrace: Fix issue that 'direct->addr' not restored in + modify_ftrace_direct() (bsc#1012628). +- ftrace: Mark get_lock_parent_ip() __always_inline (bsc#1012628). +- blk-mq: directly poll requests (bsc#1012628). +- counter: 104-quad-8: Fix Synapse action reported for Index + signals (bsc#1012628). +- counter: 104-quad-8: Fix race condition between FLAG and CNTR + reads (bsc#1012628). +- coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug + (bsc#1012628). +- coresight: etm4x: Do not access TRCIDR1 for identification + (bsc#1012628). +- mm: kfence: fix handling discontiguous page (bsc#1012628). +- mm: kfence: fix PG_slab and memcg_data clearing (bsc#1012628). +- KVM: SVM: Flush Hyper-V TLB when required (bsc#1012628). +- KVM: nVMX: Do not report error code when synthesizing VM-Exit + from Real Mode (bsc#1012628). +- KVM: x86: Clear "has_error_code", not "error_code", for RM + exception injection (bsc#1012628). +- x86/ACPI/boot: Use FADT version to check support for online + capable (bsc#1012628). +- x86/acpi/boot: Correct acpi_is_processor_usable() check + (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo X370SNW (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr + (bsc#1012628). +- ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN + (bsc#1012628). +- serial: 8250: Prevent starting up DMA Rx on THRI interrupt + (bsc#1012628). +- dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs + (bsc#1012628). +- fsdax: force clear dirty mark if CoW (bsc#1012628). +- fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN + (bsc#1012628). +- fsdax: dedupe should compare the min of two iters' length + (bsc#1012628). +- nilfs2: fix sysfs interface lifetime (bsc#1012628). +- nilfs2: fix potential UAF of struct nilfs_sc_info in + nilfs_segctor_thread() (bsc#1012628). +- tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active + (bsc#1012628). +- tty: serial: fsl_lpuart: avoid checking for transfer + complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty + (bsc#1012628). +- tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (bsc#1012628). +- tty: serial: sh-sci: Fix transmit end interrupt handler + (bsc#1012628). +- iio: light: vcnl4000: Fix WARN_ON on uninitialized lock + (bsc#1012628). +- iio: light: cm32181: Unregister second I2C client if present + (bsc#1012628). +- iio: buffer: make sure O_NONBLOCK is respected (bsc#1012628). +- iio: buffer: correctly return bytes written in output buffers + (bsc#1012628). +- iio: accel: kionix-kx022a: Get the timestamp from the driver's + private data in the trigger_handler (bsc#1012628). +- iio: adc: max11410: fix read_poll_timeout() usage (bsc#1012628). +- iio: dac: cio-dac: Fix max DAC write value check for 12-bit + (bsc#1012628). +- iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- iio: adc: qcom-spmi-adc5: Fix the channel name (bsc#1012628). +- iio: adis16480: select CONFIG_CRC32 (bsc#1012628). +- drivers: iio: adc: ltc2497: fix LSB shift (bsc#1012628). +- USB: serial: option: add Quectel RM500U-CN modem (bsc#1012628). +- USB: serial: option: add Telit FE990 compositions (bsc#1012628). +- usb: typec: altmodes/displayport: Fix configure initial pin + assignment (bsc#1012628). +- USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-S + (bsc#1012628). +- usb: cdnsp: Fixes error: uninitialized symbol 'len' + (bsc#1012628). +- xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough + iommu (bsc#1012628). +- xhci: Free the command allocated for setting LPM if we return + early (bsc#1012628). +- usb: xhci: tegra: fix sleep in atomic call (bsc#1012628). +- Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" + (bsc#1012628). +- PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- cxl/pci: Handle excessive CDAT length (bsc#1012628). +- cxl/pci: Handle truncated CDAT entries (bsc#1012628). +- cxl/pci: Handle truncated CDAT header (bsc#1012628). +- cxl/pci: Fix CDAT retrieval on big endian (bsc#1012628). +- net: stmmac: check fwnode for phy device before scanning for + phy (bsc#1012628). +- arm64: compat: Work around uninitialized variable warning + (bsc#1012628). +- gve: Secure enough bytes in the first TX desc for all TCP pkts + (bsc#1012628). +- netlink: annotate lockless accesses to nlk->max_recvmsg_len + (bsc#1012628). +- ethtool: reset #lanes when lanes is omitted (bsc#1012628). +- ping: Fix potentail NULL deref for /proc/net/icmp (bsc#1012628). +- raw: Fix NULL deref in raw_get_next() (bsc#1012628). +- raw: use net_hash_mix() in hash function (bsc#1012628). +- ice: Reset FDIR counter in FDIR init stage (bsc#1012628). +- ice: fix wrong fallback logic for FDIR (bsc#1012628). +- NFSD: callback request does not use correct credential for + AUTH_SYS (bsc#1012628). +- sunrpc: only free unix grouplist after RCU settles + (bsc#1012628). +- net: stmmac: fix up RX flow hash indirection table when setting + channels (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe + (bsc#1012628). +- gpio: davinci: Add irq chip flag to skip set wake (bsc#1012628). +- gpio: davinci: Do not clear the bank intr enable bit in + save_context (bsc#1012628). +- platform/x86: think-lmi: Clean up display of current_value on + Thinkstation (bsc#1012628). +- platform/x86: think-lmi: Fix memory leaks when parsing + ThinkStation WMI strings (bsc#1012628). +- platform/x86: think-lmi: Fix memory leak when showing current + settings (bsc#1012628). +- ipv6: Fix an uninit variable access bug in __ip6_make_skb() + (bsc#1012628). +- net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT + (bsc#1012628). +- drm/i915/huc: Cancel HuC delayed load timer on reset + (bsc#1012628). +- sctp: check send stream number after wait_for_sndbuf + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix remaining throughput regression + (bsc#1012628). +- net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit + (bsc#1012628). +- net: don't let netpoll invoke NAPI if in xmit context + (bsc#1012628). +- ALSA: hda/hdmi: Preserve the previous PCM device upon + re-enablement (bsc#1012628). +- icmp: guard against too small mtu (bsc#1012628). +- nfsd: call op_release, even when op_func returns an error + (bsc#1012628). +- NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL + (bsc#1012628). +- wifi: brcmfmac: Fix SDIO suspend/resume regression + (bsc#1012628). +- l2tp: generate correct module alias strings (bsc#1012628). +- net: stmmac: remove redundant fixup to support fixed-link mode + (bsc#1012628). +- net: stmmac: check if MAC needs to attach to a PHY + (bsc#1012628). +- net: phylink: add phylink_expects_phy() method (bsc#1012628). +- net: qrtr: Fix a refcount bug in qrtr_recvmsg() (bsc#1012628). +- wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for + non-uploaded sta (bsc#1012628). +- wifi: mac80211: fix the size calculation of + ieee80211_ie_len_eht_cap() (bsc#1012628). +- KVM: s390: pv: fix external interruption loop not always + detected (bsc#1012628). +- ASoC: codecs: lpass: fix the order or clks turn off during + suspend (bsc#1012628). +- pwm: meson: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: sprd: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: iqs620a: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: cros-ec: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: hibvt: Explicitly set .polarity in .get_state() + (bsc#1012628). +- ASoC: SOF: ipc4: Ensure DSP is in D0I0 during + sof_ipc4_set_get_data() (bsc#1012628). +- Drivers: vmbus: Check for channel allocation before looking + up relids (bsc#1012628). +- gpio: GPIO_REGMAP: select REGMAP instead of depending on it + (bsc#1012628). +- drm/i915: Add a .color_post_update() hook (bsc#1012628). +- drm/i915: Move the DSB setup/cleaup into the color code + (bsc#1012628). +- dm: fix improper splitting for abnormal bios (bsc#1012628). +- dm: change "unsigned" to "unsigned int" (bsc#1012628). +- dm integrity: Remove bi_sector that's only used by commented + debug code (bsc#1012628). +- dm cache: Add some documentation to + dm-cache-background-tracker.h (bsc#1012628). +- commit 19dcda6 + +------------------------------------------------------------------- +Thu Apr 13 11:12:07 CEST 2023 - jslaby@suse.cz + +- net: wwan: t7xx: do not compile with -Werror (bsc#1209724). + Update upstream status. +- commit ad61c68 + +------------------------------------------------------------------- +Thu Apr 13 08:15:49 CEST 2023 - tiwai@suse.de + +- iwlwifi: cfg: Add missing MODULE_FIRMWARE() for *.pnvm + (bsc#1207553). +- commit 2a07952 + +------------------------------------------------------------------- +Tue Apr 11 11:31:54 CEST 2023 - msuchanek@suse.de + +- Update patches.kernel.org/6.2.10-153-powerpc-pseries-vas-Ignore-VAS-update-for-DLPA.patch + (bsc#1012628 bsc#1210216 ltc#202189). +- commit 4e944ba + +------------------------------------------------------------------- +Sun Apr 9 22:20:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc6 +- commit 97dd3d4 + +------------------------------------------------------------------- +Thu Apr 6 12:36:55 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.10 (bsc#1012628). +- thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host + routers (bsc#1012628). +- cifs: update ip_addr for ses only for primary chan setup + (bsc#1012628). +- cifs: prevent data race in cifs_reconnect_tcon() (bsc#1012628). +- cifs: avoid race conditions with parallel reconnects + (bsc#1012628). +- zonefs: Reorganize code (bsc#1012628). +- zonefs: Simplify IO error handling (bsc#1012628). +- zonefs: Reduce struct zonefs_inode_info size (bsc#1012628). +- zonefs: Separate zone information from inode information + (bsc#1012628). +- zonefs: Fix error message in zonefs_file_dio_append() + (bsc#1012628). +- btrfs: rename BTRFS_FS_NO_OVERCOMMIT to + BTRFS_FS_ACTIVE_ZONE_TRACKING (bsc#1012628). +- btrfs: zoned: count fresh BG region as zone unusable + (bsc#1012628). +- btrfs: zoned: drop space_info->active_total_bytes (bsc#1012628). +- fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY + (bsc#1012628). +- cifs: fix missing unload_nls() in smb2_reconnect() + (bsc#1012628). +- xfrm: Zero padding when dumping algos and encap (bsc#1012628). +- ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds + (bsc#1012628). +- ASoC: Intel: avs: max98357a: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: da7219: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: rt5682: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: ssm4567: Remove nau8825 bits (bsc#1012628). +- ASoC: Intel: avs: nau8825: Adjust clock control (bsc#1012628). +- lib: zstd: Backport fix for in-place decompression + (bsc#1012628). +- zstd: Fix definition of assert() (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Vostro + 15 3535 (bsc#1012628). +- ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() + helper (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 + B1-750 (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 + (bsc#1012628). +- ASoC: SOF: ipc3: Check for upper size limit for the received + message (bsc#1012628). +- ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit + (bsc#1012628). +- ASoC: SOF: Intel: pci-tng: revert invalid bar size setting + (bsc#1012628). +- ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence + (bsc#1012628). +- ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and + exiting reset (bsc#1012628). +- ASoC: SOF: IPC4: update gain ipc msg definition to align with fw + (bsc#1012628). +- ASoC: hdmi-codec: only startup/shutdown on supported streams + (bsc#1012628). +- wifi: mac80211: check basic rates validity (bsc#1012628). +- md: avoid signed overflow in slot_store() (bsc#1012628). +- x86/PVH: obtain VGA console info in Dom0 (bsc#1012628). +- drm/amdkfd: Fix BO offset for multi-VMA page migration + (bsc#1012628). +- drm/amdkfd: fix a potential double free in pqm_create_queue + (bsc#1012628). +- drm/amdgpu/vcn: custom video info caps for sriov (bsc#1012628). +- drm/amdkfd: fix potential kgd_mem UAFs (bsc#1012628). +- drm/amd/display: Fix HDCP failing to enable after suspend + (bsc#1012628). +- net: hsr: Don't log netdev_err message on unknown prp dst node + (bsc#1012628). +- ALSA: asihpi: check pao in control_message() (bsc#1012628). +- ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() + (bsc#1012628). +- fbdev: tgafb: Fix potential divide by zero (bsc#1012628). +- ACPI: tools: pfrut: Check if the input of level and type is + in the right numeric range (bsc#1012628). +- sched_getaffinity: don't assume 'cpumask_size()' is fully + initialized (bsc#1012628). +- nvme-pci: fixing memory leak in probe teardown path + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620 + (bsc#1012628). +- drm/amdkfd: Fixed kfd_process cleanup on module exit + (bsc#1012628). +- net/mlx5e: Lower maximum allowed MTU in XSK to match XDP + prerequisites (bsc#1012628). +- fbdev: nvidia: Fix potential divide by zero (bsc#1012628). +- fbdev: intelfb: Fix potential divide by zero (bsc#1012628). +- fbdev: lxfb: Fix potential divide by zero (bsc#1012628). +- fbdev: au1200fb: Fix potential divide by zero (bsc#1012628). +- tools/power turbostat: Fix /dev/cpu_dma_latency warnings + (bsc#1012628). +- tools/power turbostat: fix decoding of HWP_STATUS (bsc#1012628). +- tracing: Fix wrong return in kprobe_event_gen_test.c + (bsc#1012628). +- btrfs: fix uninitialized variable warning in + btrfs_update_block_group (bsc#1012628). +- btrfs: use temporary variable for space_info in + btrfs_update_block_group (bsc#1012628). +- mtd: rawnand: meson: initialize struct with zeroes + (bsc#1012628). +- mtd: nand: mxic-ecc: Fix + mxic_ecc_data_xfer_wait_for_completion() when irq is used + (bsc#1012628). +- ca8210: Fix unsigned mac_len comparison with zero in + ca8210_skb_tx() (bsc#1012628). +- riscv/kvm: Fix VM hang in case of timer delta being zero + (bsc#1012628). +- mips: bmips: BCM6358: disable RAC flush for TP1 (bsc#1012628). +- ALSA: usb-audio: Fix recursive locking at XRUN during syncing + (bsc#1012628). +- PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled + (bsc#1012628). +- platform/x86: think-lmi: add missing type attribute + (bsc#1012628). +- platform/x86: think-lmi: use correct possible_values delimiters + (bsc#1012628). +- platform/x86: think-lmi: only display possible_values if + available (bsc#1012628). +- platform/x86: think-lmi: Add possible_values for ThinkStation + (bsc#1012628). +- platform/surface: aggregator: Add missing fwnode_handle_put() + (bsc#1012628). +- mtd: rawnand: meson: invalidate cache on polling ECC bit + (bsc#1012628). +- SUNRPC: fix shutdown of NFS TCP client socket (bsc#1012628). +- sfc: ef10: don't overwrite offload features at NIC reset + (bsc#1012628). +- scsi: megaraid_sas: Fix crash after a double completion + (bsc#1012628). +- scsi: mpt3sas: Don't print sense pool info twice (bsc#1012628). +- net: dsa: realtek: fix out-of-bounds access (bsc#1012628). +- ptp_qoriq: fix memory leak in probe() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all + 1024 entries (bsc#1012628). +- net: dsa: microchip: ksz8: fix offset for the timestamp filed + (bsc#1012628). +- net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting + ghost entry from empty dynamic MAC table (bsc#1012628). +- net: dsa: microchip: ksz8863_smi: fix bulk access (bsc#1012628). +- net: dsa: microchip: ksz8: fix MDB configuration with non-zero + VID (bsc#1012628). +- r8169: fix RTL8168H and RTL8107E rx crc error (bsc#1012628). +- regulator: Handle deferred clk (bsc#1012628). +- net/net_failover: fix txq exceeding warning (bsc#1012628). +- net: stmmac: don't reject VLANs when IFF_PROMISC is set + (bsc#1012628). +- drm/i915/pmu: Use functions common with sysfs to read actual + freq (bsc#1012628). +- drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state + (bsc#1012628). +- drm/i915/perf: Drop wakeref on GuC RC error (bsc#1012628). +- platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix + (bsc#1012628). +- can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write + (bsc#1012628). +- s390/vfio-ap: fix memory leak in vfio_ap device driver + (bsc#1012628). +- ACPI: bus: Rework system-level device notification handling + (bsc#1012628). +- loop: LOOP_CONFIGURE: send uevents for partitions (bsc#1012628). +- net: mvpp2: classifier flow fix fragmentation flags + (bsc#1012628). +- net: mvpp2: parser fix QinQ (bsc#1012628). +- net: mvpp2: parser fix PPPoE (bsc#1012628). +- smsc911x: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ice: Fix ice_cfg_rdma_fltr() to only update relevant fields + (bsc#1012628). +- ice: add profile conflict check for AVF FDIR (bsc#1012628). +- ice: fix invalid check for empty list in + ice_sched_assoc_vsi_to_agg() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix tx throughput regression with + direct 1G links (bsc#1012628). +- ALSA: ymfpci: Create card with device-managed + snd_devm_card_new() (bsc#1012628). +- ALSA: ymfpci: Fix BUG_ON in probe function (bsc#1012628). +- net: wwan: iosm: fixes 7560 modem crash (bsc#1012628). +- net: ipa: compute DMA pool size properly (bsc#1012628). +- bnx2x: use the right build_skb() helper (bsc#1012628). +- i40e: fix registers dump after run ethtool adapter self test + (bsc#1012628). +- bnxt_en: Fix reporting of test result in ethtool selftest + (bsc#1012628). +- bnxt_en: Fix typo in PCI id to device description string mapping + (bsc#1012628). +- bnxt_en: Add missing 200G link speed reporting (bsc#1012628). +- net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only + (bsc#1012628). +- net: dsa: sync unicast and multicast addresses for VLAN filters + too (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix flow block refcounting logic + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag + offload (bsc#1012628). +- net: ethernet: mtk_eth_soc: add missing ppe cache flush when + deleting a flow (bsc#1012628). +- pinctrl: ocelot: Fix alt mode for ocelot (bsc#1012628). +- Input: xpad - fix incorrectly applied patch for + MAP_PROFILE_BUTTON (bsc#1012628). +- iommu/vt-d: Allow zero SAGAW if second-stage not supported + (bsc#1012628). +- Revert "venus: firmware: Correct non-pix start and end + addresses" (bsc#1012628). +- Input: i8042 - add TUXEDO devices to i8042 quirk tables for + partial fix (bsc#1012628). +- Input: focaltech - use explicitly signed char type + (bsc#1012628). +- cifs: prevent infinite recursion in CIFSGetDFSRefer() + (bsc#1012628). +- cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL + (bsc#1012628). +- Input: i8042 - add quirk for Fujitsu Lifebook A574/H + (bsc#1012628). +- Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report + DMI table (bsc#1012628). +- btrfs: fix deadlock when aborting transaction during relocation + with scrub (bsc#1012628). +- btrfs: fix race between quota disable and quota assign ioctls + (bsc#1012628). +- btrfs: scan device in non-exclusive mode (bsc#1012628). +- btrfs: ignore fiemap path cache when there are multiple paths + for a node (bsc#1012628). +- zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user + space (bsc#1012628). +- io_uring/poll: clear single/double poll flags on poll arming + (bsc#1012628). +- io_uring/rsrc: fix rogue rsrc node grabbing (bsc#1012628). +- io_uring: fix poll/netmsg alloc caches (bsc#1012628). +- vmxnet3: use gro callback when UPT is enabled (bsc#1012628). +- zonefs: Always invalidate last cached page on append write + (bsc#1012628). +- dm: fix __send_duplicate_bios() to always allow for splitting IO + (bsc#1012628). +- can: j1939: prevent deadlock by moving j1939_sk_errqueue() + (bsc#1012628). +- xen/netback: don't do grant copy across page boundary + (bsc#1012628). +- net: phy: dp83869: fix default value for tx-/rx-internal-delay + (bsc#1012628). +- modpost: Fix processing of CRCs on 32-bit build machines + (bsc#1012628). +- pinctrl: amd: Disable and mask interrupts on resume + (bsc#1012628). +- pinctrl: at91-pio4: fix domain name assignment (bsc#1012628). +- platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE + (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix additional + deadlock (bsc#1012628). +- powerpc: Don't try to copy PPR for task with NULL pt_regs + (bsc#1012628). +- powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste + is not enabled (bsc#1012628). +- powerpc/64s: Fix __pte_needs_flush() false positive warning + (bsc#1012628). +- NFSv4: Fix hangs when recovering open state after a server + reboot (bsc#1012628). +- ALSA: hda/conexant: Partial revert of a quirk for Lenovo + (bsc#1012628). +- ALSA: usb-audio: Fix regression on detection of Roland VS-100 + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z + (bsc#1012628). +- xtensa: fix KASAN report for show_stack (bsc#1012628). +- rcu: Fix rcu_torture_read ftrace event (bsc#1012628). +- dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support + (bsc#1012628). +- s390/uaccess: add missing earlyclobber annotations to + __clear_user() (bsc#1012628). +- drm/etnaviv: fix reference leak when mmaping imported buffer + (bsc#1012628). +- drm/amdgpu: allow more APUs to do mode2 reset when go to S4 + (bsc#1012628). +- drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub + (bsc#1012628). +- drm/amd/display: Take FEC Overhead into Timeslot Calculation + (bsc#1012628). +- drm/i915/gem: Flush lmem contents after construction + (bsc#1012628). +- drm/i915/dpt: Treat the DPT BO as a framebuffer (bsc#1012628). +- drm/i915: Disable DC states for all commits (bsc#1012628). +- drm/i915: Split icl_color_commit_noarm() from + skl_color_commit_noarm() (bsc#1012628). +- drm/i915: Move CSC load back into .color_commit_arm() when + PSR is enabled on skl/glk (bsc#1012628). +- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the + current value (bsc#1012628). +- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU + (bsc#1012628). +- KVM: arm64: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- KVM: arm64: Disable interrupts while walking userspace PTs + (bsc#1012628). +- KVM: arm64: Check for kvm_vma_mte_allowed in the critical + section (bsc#1012628). +- usb: ucsi: Fix ucsi->connector race (bsc#1012628). +- libbpf: Fix BTF-to-C converter's padding logic (bsc#1012628). +- selftests/bpf: Add few corner cases to test padding handling + of btf_dump (bsc#1012628). +- libbpf: Fix btf_dump's packed struct determination + (bsc#1012628). +- drm/amdkfd: Get prange->offset after svm_range_vram_node_new + (bsc#1012628). +- hsr: ratelimit only when errors are printed (bsc#1012628). +- x86/PVH: avoid 32-bit build warning when obtaining VGA console + info (bsc#1012628). +- Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE + *again*" (bsc#1012628). +- commit ba7816e + ------------------------------------------------------------------- Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de @@ -3296,6 +23645,22 @@ Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de setting as well. - commit 36ba909 +------------------------------------------------------------------- +Tue Apr 4 11:52:28 CEST 2023 - jdelvare@suse.de + +- Update config files: disable CONFIG_SENSORS_OCC_P8_I2C and CONFIG_SENSORS_OCC_P9_SBE + These drivers are intended to run on the BMC of Power systems, not on + the host, so they are useless in our distribution. +- commit 8dba174 + +------------------------------------------------------------------- +Tue Apr 4 07:17:34 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-kms-Fix-backlight-registration.patch. + Update upstream status. +- commit 8db91ce + ------------------------------------------------------------------- Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de @@ -3303,6 +23668,22 @@ Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de It grows and the build fails recently on SLE15-SP4/5. - commit 41ac816 +------------------------------------------------------------------- +Mon Apr 3 11:01:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch. + Update upstream status. +- commit 549d742 + +------------------------------------------------------------------- +Sun Apr 2 23:48:47 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc5 +- eliminate 1 patch + - patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch (7bb2107e63d8) +- commit e8c15b9 + ------------------------------------------------------------------- Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de @@ -3311,6 +23692,1157 @@ Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de zicsr/zifencei issues between clang and binutils"). - commit 234baea +------------------------------------------------------------------- +Fri Mar 31 15:47:35 CEST 2023 - msuchanek@suse.de + +- Disable compat options on ppc64le (jsc#PED-3184). + CONFIG_PPC_TRANSACTIONAL_MEM=n + CONFIG_COMPAT=n +- commit 427a93d + +------------------------------------------------------------------- +Fri Mar 31 08:40:48 CEST 2023 - tiwai@suse.de + +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). + [js] update upstream status +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). +- commit 33c2186 + +------------------------------------------------------------------- +Fri Mar 31 07:42:25 CEST 2023 - jslaby@suse.cz + +- Update config files. + (Only oldconfig, RISCV fails.) +- commit f0487ac + +------------------------------------------------------------------- +Thu Mar 30 17:33:42 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: reduce the MHI timeout to 20s (bsc#1207948). +- commit 343f603 + +------------------------------------------------------------------- +Thu Mar 30 13:30:50 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.9 (bsc#1012628). +- interconnect: qcom: osm-l3: fix icc_onecell_data allocation + (bsc#1012628). +- interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function + (bsc#1012628). +- interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT + (bsc#1012628). +- perf/core: Fix perf_output_begin parameter is incorrectly + invoked in perf_event_bpf_output (bsc#1012628). +- perf: fix perf_event_context->time (bsc#1012628). +- tracing/hwlat: Replace sched_setaffinity with + set_cpus_allowed_ptr (bsc#1012628). +- drm/amd/display: fix k1 k2 divider programming for phantom + streams (bsc#1012628). +- drm/amd/display: Remove OTG DIV register write for Virtual + signals (bsc#1012628). +- drm/amd/display: Fix DP MST sinks removal issue (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add label property to vadc channel + nodes (bsc#1012628). +- arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct WSA2 assigned clocks + (bsc#1012628). +- arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent + (bsc#1012628). +- power: supply: bq24190: Fix use after free bug in bq24190_remove + due to race condition (bsc#1012628). +- power: supply: da9150: Fix use after free bug in + da9150_charger_remove due to race condition (bsc#1012628). +- wifi: mt76: do not run mt76_unregister_device() on unregistered + hw (bsc#1012628). +- wifi: mt76: connac: do not check WED status for non-mmio devices + (bsc#1012628). +- efi: earlycon: Reprobe after parsing config tables + (bsc#1012628). +- arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 + for EQOS (bsc#1012628). +- arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio (bsc#1012628). +- ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl + (bsc#1012628). +- arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes + (bsc#1012628). +- arm64: dts: imx93: add missing #address-cells and #size-cells + to i2c nodes (bsc#1012628). +- NFS: Fix /proc/PID/io read_bytes for buffered reads + (bsc#1012628). +- NFS: Correct timing for assigning access cache timestamp + (bsc#1012628). +- xsk: Add missing overflow check in xdp_umem_reg (bsc#1012628). +- iavf: fix inverted Rx hash condition leading to disabled hash + (bsc#1012628). +- iavf: fix non-tunneled IPv6 UDP packet type and hashing + (bsc#1012628). +- iavf: do not track VLAN 0 filters (bsc#1012628). +- intel/igbvf: free irq on the error path in igbvf_request_msix() + (bsc#1012628). +- igbvf: Regard vf reset nack as success (bsc#1012628). +- igc: fix the validation logic for taprio's gate list + (bsc#1012628). +- i2c: imx-lpi2c: check only for enabled interrupt flags + (bsc#1012628). +- i2c: mxs: ensure that DMA buffers are safe for DMA + (bsc#1012628). +- i2c: hisi: Only use the completion interrupt to finish the + transfer (bsc#1012628). +- scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() + (bsc#1012628). +- nfsd: don't replace page in rq_pages if it's a continuation + of last page (bsc#1012628). +- net: dsa: b53: mmap: fix device tree support (bsc#1012628). +- net: usb: smsc95xx: Limit packet length to skb->len + (bsc#1012628). +- qed/qed_sriov: guard against NULL derefs from + qed_iov_get_vf_info (bsc#1012628). +- xirc2ps_cs: Fix use after free bug in xirc2ps_detach + (bsc#1012628). +- net: phy: Ensure state transitions are processed from phy_stop() + (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using + device-tree (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using ACPI + (bsc#1012628). +- net: stmmac: Fix for mismatched host/device DMA address width + (bsc#1012628). +- thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function (bsc#1012628). +- mlxsw: core_thermal: Fix fan speed in maximum cooling state + (bsc#1012628). +- drm/i915/fbdev: lock the fbdev obj before vma pin (bsc#1012628). +- drm/i915/mtl: Disable MC6 for MTL A step (bsc#1012628). +- drm/i915/guc: Rename GuC register state capture node to be + more obvious (bsc#1012628). +- drm/i915/guc: Fix missing ecodes (bsc#1012628). +- drm/i915/gt: perform uc late init after probe error injection + (bsc#1012628). +- drm/i915: Fix format for perf_limit_reasons (bsc#1012628). +- drm/i915: Update vblank timestamping stuff on seamless M/N + change (bsc#1012628). +- net: dsa: report rx_bytes unadjusted for ETH_HLEN (bsc#1012628). +- net: qcom/emac: Fix use after free bug in emac_remove due to + race condition (bsc#1012628). +- net: usb: lan78xx: Limit packet length to skb->len + (bsc#1012628). +- net/ps3_gelic_net: Fix RX sk_buff length (bsc#1012628). +- net/ps3_gelic_net: Use dma_mapping_error (bsc#1012628). +- octeontx2-vf: Add missing free for alloc_percpu (bsc#1012628). +- bootconfig: Fix testcase to increase max node (bsc#1012628). +- keys: Do not cache key in task struct if key is requested from + kernel thread (bsc#1012628). +- ice: check if VF exists before mode check (bsc#1012628). +- iavf: fix hang on reboot with ice (bsc#1012628). +- i40e: fix flow director packet filter programming (bsc#1012628). +- bpf: Adjust insufficient default bpf_jit_limit (bsc#1012628). +- net/mlx5e: Set uplink rep as NETNS_LOCAL (bsc#1012628). +- net/mlx5e: Block entering switchdev mode with ns inconsistency + (bsc#1012628). +- net/mlx5: Fix steering rules cleanup (bsc#1012628). +- net/mlx5e: Overcome slow response for first macsec ASO WQE + (bsc#1012628). +- net/mlx5: Read the TC mapping of all priorities on ETS query + (bsc#1012628). +- net/mlx5: E-Switch, Fix an Oops in error handling code + (bsc#1012628). +- net: dsa: tag_brcm: legacy: fix daisy-chained switches + (bsc#1012628). +- atm: idt77252: fix kmemleak when rmmod idt77252 (bsc#1012628). +- erspan: do not use skb_mac_header() in ndo_start_xmit() + (bsc#1012628). +- net: mscc: ocelot: fix stats region batching (bsc#1012628). +- net/sonic: use dma_mapping_error() for error check + (bsc#1012628). +- nvme-tcp: fix nvme_tcp_term_pdu to match spec (bsc#1012628). +- mlxsw: spectrum_fid: Fix incorrect local port type + (bsc#1012628). +- hvc/xen: prevent concurrent accesses to the shared ring + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES + (bsc#1012628). +- ksmbd: fix possible refcount leak in smb2_open() (bsc#1012628). +- Bluetooth: hci_sync: Resume adv with no RPA when active scan + (bsc#1012628). +- Bluetooth: hci_core: Detect if an ACL packet is in fact an + ISO packet (bsc#1012628). +- Bluetooth: btusb: Remove detection of ISO packets over bulk + (bsc#1012628). +- Bluetooth: ISO: fix timestamped HCI ISO data packet parsing + (bsc#1012628). +- Bluetooth: Remove "Power-on" check from Mesh feature + (bsc#1012628). +- gve: Cache link_speed value from device (bsc#1012628). +- net: asix: fix modprobe "sysfs: cannot create duplicate + filename" (bsc#1012628). +- net: dsa: mt7530: move enabling disabling core clock to + mt7530_pll_setup() (bsc#1012628). +- net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() + (bsc#1012628). +- net: dsa: mt7530: move setting ssc_delta to + PHY_INTERFACE_MODE_TRGMII case (bsc#1012628). +- net: mdio: thunder: Add missing fwnode_handle_put() + (bsc#1012628). +- efi/libstub: Use relocated version of kernel's struct + screen_info (bsc#1012628). +- drm/amd/display: Set dcn32 caps.seamless_odm (bsc#1012628). +- Bluetooth: btqcomsmd: Fix command timeout after setting BD + address (bsc#1012628). +- Bluetooth: L2CAP: Fix responding with wrong PDU type + (bsc#1012628). +- Bluetooth: btsdio: fix use after free bug in btsdio_remove + due to unfinished work (bsc#1012628). +- Bluetooth: mgmt: Fix MGMT add advmon with RSSI command + (bsc#1012628). +- Bluetooth: HCI: Fix global-out-of-bounds (bsc#1012628). +- platform/chrome: cros_ec_chardev: fix kernel data leak from + ioctl (bsc#1012628). +- entry: Fix noinstr warning in __enter_from_user_mode() + (bsc#1012628). +- perf/x86/amd/core: Always clear status for idx (bsc#1012628). +- entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up + (bsc#1012628). +- hwmon: fix potential sensor registration fail if of_node is + missing (bsc#1012628). +- hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs + (bsc#1012628). +- scsi: qla2xxx: Synchronize the IOCB count to be in order + (bsc#1012628). +- scsi: qla2xxx: Perform lockless command completion in abort path + (bsc#1012628). +- smb3: lower default deferred close timeout to address perf + regression (bsc#1012628). +- smb3: fix unusable share after force unmount failure + (bsc#1012628). +- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 + (bsc#1012628). +- thunderbolt: Use scale field when allocating USB3 bandwidth + (bsc#1012628). +- thunderbolt: Call tb_check_quirks() after initializing adapters + (bsc#1012628). +- thunderbolt: Add quirk to disable CLx (bsc#1012628). +- thunderbolt: Fix memory leak in margining (bsc#1012628). +- thunderbolt: Disable interrupt auto clear for rings + (bsc#1012628). +- thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access + (bsc#1012628). +- thunderbolt: Use const qualifier for `ring_interrupt_index` + (bsc#1012628). +- thunderbolt: Rename shadowed variables bit to interrupt_bit + and auto_clear_bit (bsc#1012628). +- ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks + (bsc#1012628). +- ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a + amplifier (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A43) (bsc#1012628). +- ACPI: x86: Drop quirk for HP Elitebook (bsc#1012628). +- ACPI: x86: utils: Add Cezanne to the list for forcing + StorageD3Enable (bsc#1012628). +- riscv: Bump COMMAND_LINE_SIZE value to 1024 (bsc#1012628). +- drm/cirrus: NULL-check pipe->plane.state->fb in + cirrus_pipe_update() (bsc#1012628). +- HID: cp2112: Fix driver not registering GPIO IRQ chip as + threaded (bsc#1012628). +- ca8210: fix mac_len negative array access (bsc#1012628). +- HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse + (bsc#1012628). +- HID: intel-ish-hid: ipc: Fix potential use-after-free in work + function (bsc#1012628). +- m68k: mm: Fix systems with memory at end of 32-bit address space + (bsc#1012628). +- m68k: Only force 030 bus error if PC not in exception table + (bsc#1012628). +- selftests/bpf: check that modifier resolves after pointer + (bsc#1012628). +- cpumask: fix incorrect cpumask scanning result checks + (bsc#1012628). +- scsi: target: iscsi: Fix an error message in iscsi_check_key() + (bsc#1012628). +- scsi: qla2xxx: Add option to disable FC2 Target support + (bsc#1012628). +- scsi: hisi_sas: Check devm_add_action() return value + (bsc#1012628). +- scsi: ufs: core: Add soft dependency on governor_simpleondemand + (bsc#1012628). +- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() + (bsc#1012628). +- scsi: lpfc: Avoid usage of list iterator variable after loop + (bsc#1012628). +- scsi: mpi3mr: Driver unload crashes host when enhanced logging + is enabled (bsc#1012628). +- scsi: mpi3mr: Wait for diagnostic save during controller init + (bsc#1012628). +- scsi: mpi3mr: NVMe command size greater than 8K fails + (bsc#1012628). +- scsi: mpi3mr: Bad drive in topology results kernel crash + (bsc#1012628). +- scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file + (bsc#1012628). +- platform/x86: int3472: Add GPIOs to Surface Go 3 Board data + (bsc#1012628). +- net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 + (bsc#1012628). +- net: usb: qmi_wwan: add Telit 0x1080 composition (bsc#1012628). +- drm/amd/display: Update clock table to include highest clock + setting (bsc#1012628). +- sh: sanitize the flags on sigreturn (bsc#1012628). +- drm/amdgpu: Fix call trace warning and hang when removing + amdgpu device (bsc#1012628). +- drm/amd: Fix initialization mistake for NBIO 7.3.0 + (bsc#1012628). +- net/sched: act_mirred: better wording on protection against + excessive stack growth (bsc#1012628). +- act_mirred: use the backlog for nested calls to mirred ingress + (bsc#1012628). +- cifs: lock chan_lock outside match_session (bsc#1012628). +- cifs: append path to open_enter trace event (bsc#1012628). +- cifs: do not poll server interfaces too regularly (bsc#1012628). +- cifs: empty interface list when server doesn't support query + interfaces (bsc#1012628). +- cifs: dump pending mids for all channels in DebugData + (bsc#1012628). +- cifs: print session id while listing open files (bsc#1012628). +- cifs: fix dentry lookups in directory handle cache + (bsc#1012628). +- x86/mm: Do not shuffle CPU entry areas without KASLR + (bsc#1012628). +- x86/fpu/xstate: Prevent false-positive warning in + __copy_xstate_uabi_buf() (bsc#1012628). +- selftests/x86/amx: Add a ptrace test (bsc#1012628). +- scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB2517 USB + 2.0 hub (bsc#1012628). +- usb: dwc2: fix a race, don't power off/on phy for dual-role mode + (bsc#1012628). +- usb: dwc2: drd: fix inconsistent mode if + role-switch-default-mode="host" (bsc#1012628). +- usb: dwc2: fix a devres leak in hw_enable upon suspend resume + (bsc#1012628). +- block/io_uring: pass in issue_flags for uring_cmd task_work + handling (bsc#1012628). +- usb: gadget: u_audio: don't let userspace block driver unbind + (bsc#1012628). +- btrfs: zoned: fix btrfs_can_activate_zone() to support DUP + profile (bsc#1012628). +- Bluetooth: Fix race condition in hci_cmd_sync_clear + (bsc#1012628). +- efi: sysfb_efi: Fix DMI quirks not working for simpledrm + (bsc#1012628). +- mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP + (bsc#1012628). +- efi/libstub: zboot: Mark zboot EFI application as NX compatible + (bsc#1012628). +- arm64: efi: Set NX compat flag in PE/COFF header (bsc#1012628). +- fscrypt: destroy keyring after security_sb_delete() + (bsc#1012628). +- fsverity: Remove WQ_UNBOUND from fsverity read workqueue + (bsc#1012628). +- lockd: set file_lock start and end when decoding nlm4 testargs + (bsc#1012628). +- arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name + (bsc#1012628). +- igb: revert rtnl_lock() that causes deadlock (bsc#1012628). +- dm thin: fix deadlock when swapping to thin device + (bsc#1012628). +- usb: typec: tcpm: fix create duplicate source-capabilities file + (bsc#1012628). +- usb: typec: tcpm: fix warning when handle discover_identity + message (bsc#1012628). +- usb: cdns3: Fix issue with using incorrect PCI device function + (bsc#1012628). +- usb: cdnsp: Fixes issue with redundant Status Stage + (bsc#1012628). +- usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 + driver (bsc#1012628). +- usb: chipdea: core: fix return -EINVAL if request role is the + same with current role (bsc#1012628). +- usb: chipidea: core: fix possible concurrent when switch role + (bsc#1012628). +- usb: dwc3: gadget: Add 1ms delay after end transfer command + without IOC (bsc#1012628). +- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() + (bsc#1012628). +- usb: ucsi_acpi: Increase the command completion timeout + (bsc#1012628). +- mm: kfence: fix using kfence_metadata without initialization + in show_object() (bsc#1012628). +- kfence: avoid passing -g for test (bsc#1012628). +- io_uring/net: avoid sending -ECONNABORTED on repeated connection + requests (bsc#1012628). +- io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() + (bsc#1012628). +- Revert "kasan: drop skip_kasan_poison variable in + free_pages_prepare" (bsc#1012628). +- kcsan: avoid passing -g for test (bsc#1012628). +- test_maple_tree: add more testing for mas_empty_area() + (bsc#1012628). +- maple_tree: fix mas_skip_node() end slot detection + (bsc#1012628). +- ksmbd: fix wrong signingkey creation when encryption is AES256 + (bsc#1012628). +- ksmbd: set FILE_NAMED_STREAMS attribute in + FS_ATTRIBUTE_INFORMATION (bsc#1012628). +- ksmbd: don't terminate inactive sessions after a few seconds + (bsc#1012628). +- ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect + (bsc#1012628). +- ksmbd: return unsupported error on smb1 mount (bsc#1012628). +- wifi: mac80211: fix qos on mesh interfaces (bsc#1012628). +- wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() + (bsc#1012628). +- nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() + (bsc#1012628). +- drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found + (bsc#1012628). +- drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk + (bsc#1012628). +- drm/meson: fix missing component unbind on bind errors + (bsc#1012628). +- drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi + (bsc#1012628). +- drm/i915/active: Fix missing debug object activation + (bsc#1012628). +- drm/i915: Preserve crtc_state->inherited during state clearing + (bsc#1012628). +- drm/amdgpu: skip ASIC reset for APUs when go to S4 + (bsc#1012628). +- drm/amdgpu: reposition the gpu reset checking for reuse + (bsc#1012628). +- riscv: mm: Fix incorrect ASID argument when flushing TLB + (bsc#1012628). +- riscv: Handle zicsr/zifencei issues between clang and binutils + (bsc#1012628). +- tee: amdtee: fix race condition in amdtee_open_session + (bsc#1012628). +- firmware: arm_scmi: Fix device node validation for mailbox + transport (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as + always-on (bsc#1012628). +- arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe + controllers (bsc#1012628). +- soc: qcom: llcc: Fix slice configuration values for SC8280XP + (bsc#1012628). +- mm/ksm: fix race with VMA iteration and mm_struct teardown + (bsc#1012628). +- bus: imx-weim: fix branch condition evaluates to a garbage value + (bsc#1012628). +- i2c: xgene-slimpro: Fix out-of-bounds bug in + xgene_slimpro_i2c_xfer() (bsc#1012628). +- dm stats: check for and propagate alloc_percpu failure + (bsc#1012628). +- dm crypt: add cond_resched() to dmcrypt_write() (bsc#1012628). +- dm crypt: avoid accessing uninitialized tasklet (bsc#1012628). +- sched/fair: sanitize vruntime of entity being placed + (bsc#1012628). +- sched/fair: Sanitize vruntime of entity being migrated + (bsc#1012628). +- commit 7a187a3 + +------------------------------------------------------------------- +Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de + +- supported.conf: fix typos in module names +- commit cbe8816 + +------------------------------------------------------------------- +Wed Mar 29 11:32:09 CEST 2023 - tiwai@suse.de + +- Input: alps - fix compatibility with -funsigned-char + (bsc#1209805). +- commit fb69353 + +------------------------------------------------------------------- +Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz + +- net/wwan/t7xx: disable Werror (bsc#1209724). +- commit fd61888 + +------------------------------------------------------------------- +Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz + +- efi/libstub: smbios: Use length member instead of record struct + size (bsc#1208750). + Use the patches from upstream to fix the issue. +- commit 94a1030 + +------------------------------------------------------------------- +Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de + +- drm/nouveau/kms: Fix backlight registration (bsc#1209296). +- commit f84ef02 + +------------------------------------------------------------------- +Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de + +- supported.conf: add missing modules + Mark most modules as unsupported by default +- commit 994ed9c + +------------------------------------------------------------------- +Mon Mar 27 00:01:16 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc4 +- eliminate 1 patch + - patches.suse/arm64-efi-Use-SMBIOS-processor-ID-to-key-off-Altra-q.patch (eb684408f3ea) +- refresh configs +- commit f77c350 + +------------------------------------------------------------------- +Wed Mar 22 19:56:06 CET 2023 - jslaby@suse.cz + +- Linux 6.2.8 (bsc#1012628). +- xfrm: Allow transport-mode states with AF_UNSPEC selector + (bsc#1012628). +- drm/virtio: Pass correct device to dma_sync_sgtable_for_device() + (bsc#1012628). +- drm/msm/gem: Prevent blocking within shrinker loop + (bsc#1012628). +- drm/panfrost: Don't sync rpm suspension after mmu flushing + (bsc#1012628). +- fbdev: chipsfb: Fix error codes in chipsfb_pci_init() + (bsc#1012628). +- cifs: Move the in_send statistic to __smb_send_rqst() + (bsc#1012628). +- drm/meson: fix 1px pink line on GXM when scaling video overlay + (bsc#1012628). +- clk: HI655X: select REGMAP instead of depending on it + (bsc#1012628). +- selftests: amd-pstate: fix TEST_FILES (bsc#1012628). +- ASoC: SOF: Intel: MTL: Fix the device description (bsc#1012628). +- ASoC: SOF: Intel: HDA: Fix device description (bsc#1012628). +- ASoC: SOF: Intel: SKL: Fix device description (bsc#1012628). +- ASOC: SOF: Intel: pci-tgl: Fix device description (bsc#1012628). +- ASoC: SOF: ipc4-topology: set dmic dai index from copier + (bsc#1012628). +- docs: Correct missing "d_" prefix for dentry_operations member + d_weak_revalidate (bsc#1012628). +- scsi: mpt3sas: Fix NULL pointer access in + mpt3sas_transport_port_add() (bsc#1012628). +- scsi: mpi3mr: Fix throttle_groups memory leak (bsc#1012628). +- scsi: mpi3mr: Fix config page DMA memory leak (bsc#1012628). +- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Return proper values for failures in firmware + init path (bsc#1012628). +- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() + (bsc#1012628). +- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt + (bsc#1012628). +- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() + (bsc#1012628). +- ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() + (bsc#1012628). +- netfilter: nft_nat: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_masq: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct value of inet type `.maxattrs` + (bsc#1012628). +- scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD (bsc#1012628). +- scsi: core: Fix a procfs host directory removal regression + (bsc#1012628). +- ftrace,kcfi: Define ftrace_stub_graph conditionally + (bsc#1012628). +- tcp: tcp_make_synack() can be called from process context + (bsc#1012628). +- vdpa/mlx5: should not activate virtq object when suspended + (bsc#1012628). +- wifi: nl80211: fix NULL-ptr deref in offchan check + (bsc#1012628). +- wifi: cfg80211: fix MLO connection ownership (bsc#1012628). +- selftests: fix LLVM build for i386 and x86_64 (bsc#1012628). +- nfc: pn533: initialize struct pn533_out_arg properly + (bsc#1012628). +- ipvlan: Make skb->skb_iif track skb->dev for l3s mode + (bsc#1012628). +- i40e: Fix kernel crash during reboot when adapter is in recovery + mode (bsc#1012628). +- vhost-vdpa: free iommu domain after last use during cleanup + (bsc#1012628). +- vdpa_sim: not reset state in vdpasim_queue_ready (bsc#1012628). +- vdpa_sim: set last_used_idx as last_avail_idx in + vdpasim_queue_ready (bsc#1012628). +- PCI: s390: Fix use-after-free of PCI resources with per-function + hotplug (bsc#1012628). +- drm/i915/psr: Use calculated io and fast wake lines + (bsc#1012628). +- drm/i915/sseu: fix max_subslices array-index-out-of-bounds + access (bsc#1012628). +- bnxt_en: reset PHC frequency in free-running mode (bsc#1012628). +- net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() + (bsc#1012628). +- qed/qed_dev: guard against a possible division by zero + (bsc#1012628). +- net: dsa: mt7530: remove now incorrect comment regarding port 5 + (bsc#1012628). +- net: dsa: mt7530: set PLL frequency and trgmii only when trgmii + is used (bsc#1012628). +- block: do not reverse request order when flushing plug list + (bsc#1012628). +- loop: Fix use-after-free issues (bsc#1012628). +- blk-mq: fix "bad unlock balance detected" on q->srcu in + __blk_mq_run_dispatch_ops (bsc#1012628). +- net: tunnels: annotate lockless accesses to dev->needed_headroom + (bsc#1012628). +- net: phy: smsc: bail out in lan87xx_read_status if + genphy_read_status fails (bsc#1012628). +- tcp: Fix bind() conflict check for dual-stack wildcard address + (bsc#1012628). +- nfc: st-nci: Fix use after free bug in ndlc_remove due to race + condition (bsc#1012628). +- mlxsw: spectrum: Fix incorrect parsing depth after reload + (bsc#1012628). +- net/smc: fix deadlock triggered by cancel_delayed_work_syn() + (bsc#1012628). +- net: usb: smsc75xx: Limit packet length to skb->len + (bsc#1012628). +- net: ethernet: mtk_eth_soc: reset PCS state (bsc#1012628). +- net: ethernet: mtk_eth_soc: only write values if needed + (bsc#1012628). +- drm/bridge: Fix returned array size name for + atomic_get_input_bus_fmts kdoc (bsc#1012628). +- block: null_blk: Fix handling of fake timeout request + (bsc#1012628). +- nvme: fix handling single range discard request (bsc#1012628). +- nvmet: avoid potential UAF in nvmet_req_complete() + (bsc#1012628). +- block: sunvdc: add check for mdesc_grab() returning NULL + (bsc#1012628). +- block: count 'ios' and 'sectors' when io is done for bio-based + device (bsc#1012628). +- net/mlx5e: Fix macsec ASO context alignment (bsc#1012628). +- net/mlx5e: Don't cache tunnel offloads capability (bsc#1012628). +- net/mlx5: Fix setting ec_function bit in MANAGE_PAGES + (bsc#1012628). +- net/mlx5: Disable eswitch before waiting for VF pages + (bsc#1012628). +- net/mlx5: E-switch, Fix wrong usage of source port rewrite in + split rules (bsc#1012628). +- net/mlx5: E-switch, Fix missing set of split_count when forward + to ovs internal port (bsc#1012628). +- net/mlx5e: Fix cleanup null-ptr deref on encap lock + (bsc#1012628). +- net/mlx5: Set BREAK_FW_WAIT flag first when removing driver + (bsc#1012628). +- veth: Fix use after free in XDP_REDIRECT (bsc#1012628). +- ice: xsk: disable txq irq before flushing hw (bsc#1012628). +- net: dsa: don't error out when drivers return ETH_DATA_LEN in + .port_max_mtu() (bsc#1012628). +- net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, + 6250, 6290 (bsc#1012628). +- ravb: avoid PHY being resumed when interface is not up + (bsc#1012628). +- sh_eth: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ipv4: Fix incorrect table ID in IOCTL path (bsc#1012628). +- net: usb: smsc75xx: Move packet length check to prevent kernel + panic in skb_pull (bsc#1012628). +- net: atlantic: Fix crash when XDP is enabled but no program + is loaded (bsc#1012628). +- net/iucv: Fix size of interrupt data (bsc#1012628). +- i825xx: sni_82596: use eth_hw_addr_set() (bsc#1012628). +- selftests: net: devlink_port_split.py: skip test if no suitable + device available (bsc#1012628). +- qed/qed_mng_tlv: correctly zero out ->min instead of ->hour + (bsc#1012628). +- net: dsa: microchip: fix RGMII delay configuration on + KSZ8765/KSZ8794/KSZ8795 (bsc#1012628). +- ethernet: sun: add check for the mdesc_grab() (bsc#1012628). +- net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue + (bsc#1012628). +- net: renesas: rswitch: Fix the output value of quote from + rswitch_rx() (bsc#1012628). +- bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether + type change (bsc#1012628). +- bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave + fails (bsc#1012628). +- hwmon: (adt7475) Display smoothing attributes in correct order + (bsc#1012628). +- hwmon: (adt7475) Fix masking of hysteresis registers + (bsc#1012628). +- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove + due to race condition (bsc#1012628). +- hwmon: (ina3221) return prober error code (bsc#1012628). +- hwmon: (ucd90320) Add minimum delay between bus accesses + (bsc#1012628). +- hwmon: tmp512: drop of_match_ptr for ID table (bsc#1012628). +- kconfig: Update config changed flag before calling callback + (bsc#1012628). +- hwmon: (adm1266) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- media: m5mols: fix off-by-one loop termination error + (bsc#1012628). +- ext4: update s_journal_inum if it changes after journal replay + (bsc#1012628). +- ext4: fix task hung in ext4_xattr_delete_inode (bsc#1012628). +- drm/amdkfd: Fix an illegal memory access (bsc#1012628). +- net/9p: fix bug in client create for .L (bsc#1012628). +- LoongArch: Only call get_timer_irq() once in + constant_clockevent_init() (bsc#1012628). +- sh: intc: Avoid spurious sizeof-pointer-div warning + (bsc#1012628). +- drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini + (bsc#1012628). +- drm/amd/display: fix shift-out-of-bounds in + CalculateVMAndRowBytes (bsc#1012628). +- ext4: fix possible double unlock when moving a directory + (bsc#1012628). +- Revert "tty: serial: fsl_lpuart: adjust + SERIAL_FSL_LPUART_CONSOLE config dependency" (bsc#1012628). +- tty: serial: fsl_lpuart: fix race on RX DMA shutdown + (bsc#1012628). +- tty: serial: fsl_lpuart: skip waiting for transmission complete + when UARTCTRL_SBK is asserted (bsc#1012628). +- serial: 8250_em: Fix UART port type (bsc#1012628). +- serial: 8250_fsl: fix handle_irq locking (bsc#1012628). +- serial: 8250: ASPEED_VUART: select REGMAP instead of depending + on it (bsc#1012628). +- firmware: xilinx: don't make a sleepable memory allocation + from an atomic context (bsc#1012628). +- memory: tegra: fix interconnect registration race (bsc#1012628). +- memory: tegra20-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra124-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra30-emc: fix interconnect registration race + (bsc#1012628). +- drm/ttm: Fix a NULL pointer dereference (bsc#1012628). +- s390/ipl: add missing intersection check to ipl_report handling + (bsc#1012628). +- interconnect: fix icc_provider_del() error handling + (bsc#1012628). +- interconnect: fix provider registration API (bsc#1012628). +- interconnect: imx: fix registration race (bsc#1012628). +- interconnect: fix mem leak when freeing nodes (bsc#1012628). +- interconnect: qcom: osm-l3: fix registration race (bsc#1012628). +- interconnect: qcom: rpm: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpm: fix registration race (bsc#1012628). +- interconnect: qcom: rpmh: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpmh: fix registration race (bsc#1012628). +- interconnect: qcom: msm8974: fix registration race + (bsc#1012628). +- interconnect: exynos: fix node leak in probe PM QoS error path + (bsc#1012628). +- interconnect: exynos: fix registration race (bsc#1012628). +- md: select BLOCK_LEGACY_AUTOLOAD (bsc#1012628). +- cifs: generate signkey for the channel that's reconnecting + (bsc#1012628). +- tracing: Make splice_read available again (bsc#1012628). +- tracing: Do not let histogram values have some modifiers + (bsc#1012628). +- tracing: Check field value in hist_field_name() (bsc#1012628). +- tracing: Make tracepoint lockdep check actually test something + (bsc#1012628). +- cifs: Fix smb2_set_path_size() (bsc#1012628). +- cifs: set DFS root session in cifs_get_smb_ses() (bsc#1012628). +- cifs: fix use-after-free bug in refresh_cache_worker() + (bsc#1012628). +- cifs: return DFS root session id in DebugData (bsc#1012628). +- cifs: use DFS root session instead of tcon ses (bsc#1012628). +- KVM: SVM: Fix a benign off-by-one bug in AVIC physical table + mask (bsc#1012628). +- KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs + (bsc#1012628). +- KVM: nVMX: add missing consistency checks for CR0 and CR4 + (bsc#1012628). +- ALSA: hda: intel-dsp-config: add MTL PCI id (bsc#1012628). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book2 Pro (bsc#1012628). +- ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on + a HP platform (bsc#1012628). +- Revert "riscv: mm: notify remote harts about mmu cache updates" + (bsc#1012628). +- riscv: asid: Fixup stale TLB entry cause application crash + (bsc#1012628). +- drm/edid: fix info leak when failing to get panel id + (bsc#1012628). +- drm/shmem-helper: Remove another errant put in error path + (bsc#1012628). +- drm/sun4i: fix missing component unbind on bind errors + (bsc#1012628). +- drm/i915/active: Fix misuse of non-idle barriers as fence + trackers (bsc#1012628). +- drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and + 319.89 MHz (bsc#1012628). +- drm/amdgpu: Don't resume IOMMU after incomplete init + (bsc#1012628). +- drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume + (bsc#1012628). +- drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes + (bsc#1012628). +- drm/amd/pm: bump SMU 13.0.4 driver_if header version + (bsc#1012628). +- drm/amd/display: Do not set DRR on pipe Commit (bsc#1012628). +- drm/amd/display: disconnect MPCC only on OTG change + (bsc#1012628). +- drm/amd/display: Write to correct dirty_rect (bsc#1012628). +- mptcp: fix possible deadlock in subflow_error_report + (bsc#1012628). +- mptcp: refactor passive socket initialization (bsc#1012628). +- mptcp: use the workqueue to destroy unaccepted sockets + (bsc#1012628). +- mptcp: fix UaF in listener shutdown (bsc#1012628). +- mptcp: add ro_after_init for tcp{,v6}_prot_override + (bsc#1012628). +- mptcp: avoid setting TCP_CLOSE state twice (bsc#1012628). +- mptcp: fix lockdep false positive in + mptcp_pm_nl_create_listen_socket() (bsc#1012628). +- ftrace: Fix invalid address access in lookup_rec() when index + is 0 (bsc#1012628). +- ocfs2: fix data corruption after failed write (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 + (bsc#1012628). +- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock + (bsc#1012628). +- vp_vdpa: fix the crash in hot unplug with vp_vdpa (bsc#1012628). +- mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the + huge zeropage (bsc#1012628). +- mm: teach mincore_hugetlb about pte markers (bsc#1012628). +- powerpc/64: Set default CPU in Kconfig (bsc#1012628). +- powerpc/boot: Don't always pass -mcpu=powerpc when building + 32-bit uImage (bsc#1012628). +- mmc: sdhci_am654: lower power-on failed message severity + (bsc#1012628). +- fbdev: stifb: Provide valid pixelclock and add fb_check_var() + checks (bsc#1012628). +- trace/hwlat: Do not wipe the contents of per-cpu thread data + (bsc#1012628). +- trace/hwlat: Do not start per-cpu thread if it is already + running (bsc#1012628). +- ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT + is absent (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit + (bsc#1012628). +- fbdev: Fix incorrect page mapping clearance at + fb_deferred_io_release() (bsc#1012628). +- RISC-V: mm: Support huge page in vmalloc_fault() (bsc#1012628). +- io_uring/msg_ring: let target know allocated index + (bsc#1012628). +- cpuidle: psci: Iterate backwards over list in psci_pd_remove() + (bsc#1012628). +- ASoC: Intel: soc-acpi: fix copy-paste issue in topology names + (bsc#1012628). +- ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP + (bsc#1012628). +- x86/mce: Make sure logged MCEs are processed after sysfs update + (bsc#1012628). +- x86/mm: Fix use of uninitialized buffer in sme_enable() + (bsc#1012628). +- x86/resctrl: Clear staged_config[] before and after it is used + (bsc#1012628). +- powerpc: Pass correct CPU reference to assembler (bsc#1012628). +- virt/coco/sev-guest: Check SEV_SNP attribute at probe time + (bsc#1012628). +- virt/coco/sev-guest: Simplify extended guest request handling + (bsc#1012628). +- virt/coco/sev-guest: Remove the disable_vmpck label in + handle_guest_request() (bsc#1012628). +- virt/coco/sev-guest: Carve out the request issuing logic into + a helper (bsc#1012628). +- virt/coco/sev-guest: Do some code style cleanups (bsc#1012628). +- virt/coco/sev-guest: Convert the sw_exit_info_2 checking to + a switch-case (bsc#1012628). +- virt/coco/sev-guest: Add throttling awareness (bsc#1012628). +- perf: Fix check before add_event_to_groups() in + perf_group_detach() (bsc#1012628). +- powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG + (bsc#1012628). +- powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500 (bsc#1012628). +- Update config files. +- commit 221c28f + +------------------------------------------------------------------- +Mon Mar 20 12:02:04 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch. +- commit 0845652 + +------------------------------------------------------------------- +Mon Mar 20 12:01:26 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch. +- commit 8c46a8f + +------------------------------------------------------------------- +Sun Mar 19 22:25:52 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc3 +- eliminate 1 patch + - patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch (f2c7e3562b4c) +- refresh configs +- commit d72bdba + +------------------------------------------------------------------- +Fri Mar 17 09:05:37 CET 2023 - jslaby@suse.cz + +- Linux 6.2.7 (bsc#1012628). +- UML: define RUNTIME_DISCARD_EXIT (bsc#1012628). +- RISC-V: fix taking the text_mutex twice during sifive errata + patching (bsc#1012628). +- Revert "bpf, test_run: fix &xdp_frame misplacement for + LIVE_FRAMES" (bsc#1012628). +- filelocks: use mount idmapping for setlease permission check + (bsc#1012628). +- drm/amd/display: adjust MALL size available for DCN32 and DCN321 + (bsc#1012628). +- drm/amd/display: Allow subvp on vactive pipes that are + 2560x1440@60 (bsc#1012628). +- media: rc: gpio-ir-recv: add remove function (bsc#1012628). +- media: ov5640: Fix analogue gain control (bsc#1012628). +- scripts: handle BrokenPipeError for python scripts + (bsc#1012628). +- PCI: Add SolidRun vendor ID (bsc#1012628). +- macintosh: windfarm: Use unsigned type for 1-bit bitfields + (bsc#1012628). +- alpha: fix R_ALPHA_LITERAL reloc for large modules + (bsc#1012628). +- powerpc/kcsan: Exclude udelay to prevent recursive + instrumentation (bsc#1012628). +- powerpc/64: Move paca allocation to early_setup() (bsc#1012628). +- powerpc/64: Fix task_cpu in early boot when booting non-zero + cpuid (bsc#1012628). +- powerpc/bpf/32: Only set a stack frame when necessary + (bsc#1012628). +- powerpc: Remove __kernel_text_address() in show_instructions() + (bsc#1012628). +- clk: renesas: rcar-gen3: Disable R-Car H3 ES1.* (bsc#1012628). +- powerpc/iommu: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- powerpc/64: Don't recurse irq replay (bsc#1012628). +- MIPS: Fix a compilation issue (bsc#1012628). +- tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address + (bsc#1012628). +- watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths + (bsc#1012628). +- drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4 + (bsc#1012628). +- drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested + (bsc#1012628). +- RISC-V: take text_mutex during alternative patching + (bsc#1012628). +- ext4: Fix deadlock during directory rename (bsc#1012628). +- drm/amdgpu: fix return value check in kfd (bsc#1012628). +- RISC-V: Don't check text_mutex during stop_machine + (bsc#1012628). +- riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode + (bsc#1012628). +- erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" + (bsc#1012628). +- af_unix: fix struct pid leaks in OOB support (bsc#1012628). +- net: dsa: mt7530: permit port 5 to work without port 6 on + MT7621 SoC (bsc#1012628). +- SUNRPC: Fix a server shutdown leak (bsc#1012628). +- octeontx2-af: Unlock contexts in the queue context cache in + case of fault detection (bsc#1012628). +- net/smc: fix fallback failed while sendmsg with fastopen + (bsc#1012628). +- ethernet: ice: avoid gcc-9 integer overflow warning + (bsc#1012628). +- ice: Fix DSCP PFC TLV creation (bsc#1012628). +- NFSD: Protect against filesystem freezing (bsc#1012628). +- block: fix wrong mode for blkdev_put() from + disk_scan_partitions() (bsc#1012628). +- platform: x86: MLX_PLATFORM: select REGMAP instead of depending + on it (bsc#1012628). +- platform: mellanox: select REGMAP instead of depending on it + (bsc#1012628). +- platform/x86: dell-ddv: Fix temperature scaling (bsc#1012628). +- platform/x86: dell-ddv: Return error if buffer is empty + (bsc#1012628). +- netfilter: conntrack: adopt safer max chain length + (bsc#1012628). +- scsi: sd: Fix wrong zone_write_granularity value during + revalidate (bsc#1012628). +- scsi: megaraid_sas: Update max supported LD IDs to 240 + (bsc#1012628). +- net: tls: fix device-offloaded sendpage straddling records + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix RX data corruption issue + (bsc#1012628). +- net: phy: smsc: fix link up detection in forced irq mode + (bsc#1012628). +- btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, + PTR (bsc#1012628). +- bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES + (bsc#1012628). +- btrfs: fix extent map logging bit not cleared for split maps + after dropping range (bsc#1012628). +- m68k: mm: Move initrd phys_to_virt handling after paging_init() + (bsc#1012628). +- netfilter: tproxy: fix deadlock due to missing BH disable + (bsc#1012628). +- netfilter: ctnetlink: revert to dumping mark regardless of + event type (bsc#1012628). +- bnxt_en: Avoid order-5 memory allocation for TPA data + (bsc#1012628). +- net: phylib: get rid of unnecessary locking (bsc#1012628). +- net: stmmac: add to set device wake up flag when stmmac init + phy (bsc#1012628). +- drm/msm/dpu: clear DSPP reservations in rm release + (bsc#1012628). +- drm/msm/disp/dpu: fix sc7280_pp base offset (bsc#1012628). +- drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks + (bsc#1012628). +- drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK + (bsc#1012628). +- drm/msm/dpu: correct sm6115 scaler (bsc#1012628). +- drm/msm/dpu: correct sm8250 and sm8350 scaler (bsc#1012628). +- drm/msm/dpu: fix sm6115 and qcm2290 mixer width limits + (bsc#1012628). +- drm/msm/dpu: fix len of sc7180 ctl blocks (bsc#1012628). +- bpf, sockmap: Fix an infinite loop error when len is 0 in + tcp_bpf_recvmsg_parser() (bsc#1012628). +- nfp: fix esp-tx-csum-offload doesn't take effect (bsc#1012628). +- nfp: fix incorrectly set csum flag for nfd3 path (bsc#1012628). +- ice: copy last block omitted in ice_get_module_eeprom() + (bsc#1012628). +- net: caif: Fix use-after-free in cfusbl_device_notify() + (bsc#1012628). +- net: lan78xx: fix accessing the LAN7800's internal phy specific + registers from the MAC driver (bsc#1012628). +- perf stat: Fix counting when initial delay configured + (bsc#1012628). +- net: use indirect calls helpers for sk_exit_memory_pressure() + (bsc#1012628). +- net: tls: fix possible race condition between + do_tls_getsockopt_conf() and do_tls_setsockopt_conf() + (bsc#1012628). +- netfilter: nft_quota: copy content when cloning expression + (bsc#1012628). +- netfilter: nft_last: copy content when cloning expression + (bsc#1012628). +- selftests: nft_nat: ensuring the listening side is up before + starting the client (bsc#1012628). +- net: lan966x: Fix port police support using tc-matchall + (bsc#1012628). +- ila: do not generate empty messages in + ila_xlat_nl_cmd_get_mapping() (bsc#1012628). +- drm/msm/dpu: disable features unsupported by QCM2290 + (bsc#1012628). +- tls: rx: fix return value for async crypto (bsc#1012628). +- powerpc: dts: t1040rdb: fix compatible string for Rev A boards + (bsc#1012628). +- nfc: fdp: add null check of devm_kmalloc_array in + fdp_nci_i2c_read_device_properties (bsc#1012628). +- bgmac: fix *initial* chip reset to support BCM5358 + (bsc#1012628). +- drm/msm/a5xx: fix context faults during ring switch + (bsc#1012628). +- drm/msm/a5xx: fix the emptyness check in the preempt code + (bsc#1012628). +- drm/msm/a5xx: fix highest bank bit for a530 (bsc#1012628). +- drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL + register (bsc#1012628). +- drm/msm: Fix potential invalid ptr free (bsc#1012628). +- drm/nouveau/fb/gp102-: cache scrubber binary on first load + (bsc#1012628). +- drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype + (bsc#1012628). +- ext4: Fix possible corruption when moving a directory + (bsc#1012628). +- scsi: core: Remove the /proc/scsi/${proc_name} directory earlier + (bsc#1012628). +- riscv: Add header include guards to insn.h (bsc#1012628). +- block: fix scan partition for exclusively open device again + (bsc#1012628). +- block: Revert "block: Do not reread partition table on + exclusively open device" (bsc#1012628). +- drm/i915: Populate encoder->devdata for DSI on icl+ + (bsc#1012628). +- drm/i915: Do panel VBT init early if the VBT declares an + explicit panel type (bsc#1012628). +- drm/i915: Introduce intel_panel_init_alloc() (bsc#1012628). +- bus: mhi: ep: Change state_lock to mutex (bsc#1012628). +- bus: mhi: ep: Power up/down MHI stack during MHI RESET + (bsc#1012628). +- udf: Fix off-by-one error when discarding preallocation + (bsc#1012628). +- KVM: VMX: Do _all_ initialization before exposing /dev/kvm to + userspace (bsc#1012628). +- KVM: x86: Move guts of kvm_arch_init() to standalone helper + (bsc#1012628). +- KVM: VMX: Don't bother disabling eVMCS static key on module exit + (bsc#1012628). +- KVM: VMX: Reset eVMCS controls in VP assist page during hardware + disabling (bsc#1012628). +- nfc: change order inside nfc_se_io error path (bsc#1012628). +- HID: uhid: Over-ride the default maximum data buffer value + with our own (bsc#1012628). +- HID: core: Provide new max_buffer_size attribute to over-ride + the default (bsc#1012628). +- ext4: zero i_disksize when initializing the bootloader inode + (bsc#1012628). +- ext4: fix WARNING in ext4_update_inline_data (bsc#1012628). +- ext4: move where set the MAY_INLINE_DATA flag is set + (bsc#1012628). +- ext4: fix another off-by-one fsmap error on 1k block filesystems + (bsc#1012628). +- ext4: fix RENAME_WHITEOUT handling for inline directories + (bsc#1012628). +- ext4: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- staging: rtl8723bs: Pass correct parameters to + cfg80211_get_bss() (bsc#1012628). +- staging: rtl8723bs: Fix key-store index handling (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at unbind + (bsc#1012628). +- drm/connector: print max_requested_bpc in state debugfs + (bsc#1012628). +- drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF + (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for nv (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc21 (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc15 (bsc#1012628). +- x86/CPU/AMD: Disable XSAVES on AMD family 0x17 (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix deadlock + (bsc#1012628). +- RISC-V: Stop emitting attributes (bsc#1012628). +- fork: allow CLONE_NEWTIME in clone3 flags (bsc#1012628). +- perf inject: Fix --buildid-all not to eat up MMAP2 + (bsc#1012628). +- erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms + (bsc#1012628). +- io_uring/uring_cmd: ensure that device supports IOPOLL + (bsc#1012628). +- btrfs: fix block group item corruption after inserting new + block group (bsc#1012628). +- btrfs: fix percent calculation for bg reclaim message + (bsc#1012628). +- btrfs: fix unnecessary increment of read error stat on write + error (bsc#1012628). +- fs: prevent out-of-bounds array speculation when closing a + file descriptor (bsc#1012628). +- commit e2e7685 + +------------------------------------------------------------------- +Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz + +- s390: reintroduce expoline dependence to scripts (s390 expolines + & fixdep). +- commit a0e8ac4 + ------------------------------------------------------------------- Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com @@ -3348,6 +24880,2205 @@ Tue Mar 14 14:29:54 CET 2023 - msuchanek@suse.de - rpm/kernel-obs-build.spec.in: Remove SLE11 cruft - commit 871eeb4 +------------------------------------------------------------------- +Tue Mar 14 10:35:57 CET 2023 - mfranc@suse.cz + +- Update + patches.kernel.org/6.2.3-277-rds-rds_rm_zerocopy_callback-correct-order-for-.patch + (bsc#1012628 bsc#1208601 CVE-2023-1078). +- commit 581e0e0 + +------------------------------------------------------------------- +Mon Mar 13 15:08:49 CET 2023 - mkubecek@suse.cz + +- series.conf: whitespace cleanup +- commit af164d0 + +------------------------------------------------------------------- +Mon Mar 13 11:57:24 CET 2023 - jslaby@suse.cz + +- Linux 6.2.6 (bsc#1012628). +- staging: rtl8192e: Remove call_usermodehelper starting + RadioPower.sh (bsc#1012628). +- staging: rtl8192e: Remove function ..dm_check_ac_dc_power + calling a script (bsc#1012628). +- wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after + free for wext" (bsc#1012628). +- tpm: disable hwrng for fTPM on some AMD designs (bsc#1012628). +- commit fa1a4c6 + +------------------------------------------------------------------- +Mon Mar 13 00:50:33 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc2 +- eliminate 1 patch + - patches.suse/cpumask-fix-incorrect-cpumask-scanning-result-checks.patch +- update configs + - FEALNX=m (x86, riscv64), =n otherwise (restored from < 6.2-rc1) +- commit 4015adb + +------------------------------------------------------------------- +Sat Mar 11 16:46:56 CET 2023 - jslaby@suse.cz + +- Linux 6.2.5 (bsc#1012628). +- usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() + fails (bsc#1012628). +- arm64: efi: Make efi_rt_lock a raw_spinlock (bsc#1012628). +- media: uvcvideo: Fix race condition with usb_kill_urb + (bsc#1012628). +- drm/i915: Fix system suspend without fbdev being initialized + (bsc#1012628). +- drm/i915/dp_mst: Fix payload removal during output disabling + (bsc#1012628). +- drm/display/dp_mst: Handle old/new payload states in + drm_dp_remove_payload() (bsc#1012628). +- drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs + (bsc#1012628). +- drm/display/dp_mst: Fix payload addition on a disconnected sink + (bsc#1012628). +- drm/display/dp_mst: Fix down message handling after a packet + reception error (bsc#1012628). +- drm/display/dp_mst: Fix down/up message handling after sink + disconnect (bsc#1012628). +- drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state() + (bsc#1012628). +- vDPA/ifcvf: allocate the adapter in dev_add() (bsc#1012628). +- vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev (bsc#1012628). +- vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw (bsc#1012628). +- vDPA/ifcvf: decouple config/dev IRQ requester and vectors + allocator from the adapter (bsc#1012628). +- vDPA/ifcvf: decouple vq irq requester from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple config IRQ releaser from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple vq IRQ releasers from the adapter + (bsc#1012628). +- vDPA/ifcvf: alloc the mgmt_dev before the adapter (bsc#1012628). +- vDPA/ifcvf: decouple config space ops from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple hw features manipulators from the adapter + (bsc#1012628). +- x86/resctl: fix scheduler confusion with 'current' + (bsc#1012628). +- net: tls: avoid hanging tasks on the tx_lock (bsc#1012628). +- eth: fealnx: bring back this old driver (bsc#1012628). +- Update config files. (set to pre-6.2 state) +- soundwire: cadence: Drain the RX FIFO after an IO timeout + (bsc#1012628). +- soundwire: cadence: Remove wasted space in response_buf + (bsc#1012628). +- RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by + size (bsc#1012628). +- phy: rockchip-typec: Fix unsigned comparison with less than zero + (bsc#1012628). +- PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + (bsc#1012628). +- PCI: Add ACS quirk for Wangxun NICs (bsc#1012628). +- PCI: loongson: Add more devices that need MRRS quirk + (bsc#1012628). +- kernel/fail_function: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- drivers: base: dd: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- drivers: base: component: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- misc: vmw_balloon: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- tty: pcn_uart: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: Distribute available resources for root buses, too + (bsc#1012628). +- PCI: Take other bus devices into account when distributing + resources (bsc#1012628). +- PCI: Align extra resources for hotplug bridges properly + (bsc#1012628). +- usb: gadget: uvc: Make bSourceID read/write (bsc#1012628). +- usb: uvc: Enumerate valid values for color matching + (bsc#1012628). +- USB: ene_usb6250: Allocate enough memory for full object + (bsc#1012628). +- usb: host: xhci: mvebu: Iterate over array indexes instead of + using pointer math (bsc#1012628). +- USB: gadget: pxa27x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: pxa25x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: lpc32xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: bcm63xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: gr_udc: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp1362: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp116x: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: fotg210: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: sl811: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: uhci: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: ULPI: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: chipidea: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: dwc3: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- staging: pi433: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: loongson: Prevent LS7A MRRS increases (bsc#1012628). +- PCI/portdrv: Prevent LS7A Bus Master clearing on shutdown + (bsc#1012628). +- soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() + (bsc#1012628). +- media: uvcvideo: Add GUID for BGRA/X 8:8:8:8 (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_config_word() (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_status_word() (bsc#1012628). +- bus: mhi: ep: Fix the debug message for + MHI_PKT_TYPE_RESET_CHAN_CMD cmd (bsc#1012628). +- tools/iio/iio_utils:fix memory leak (bsc#1012628). +- mei: bus-fixup:upon error print return values of send and + receive (bsc#1012628). +- serial: sc16is7xx: setup GPIO controller later in probe + (bsc#1012628). +- tty: serial: fsl_lpuart: disable the CTS when send break signal + (bsc#1012628). +- tty: fix out-of-bounds access in tty_driver_lookup_tty() + (bsc#1012628). +- staging: emxx_udc: Add checks for dma_alloc_coherent() + (bsc#1012628). +- dt-bindings: usb: Add device id for Genesys Logic hub controller + (bsc#1012628). +- usb: fotg210: List different variants (bsc#1012628). +- cacheinfo: Fix shared_cpu_map to handle shared caches at + different levels (bsc#1012628). +- USB: fix memory leak with using debugfs_lookup() (bsc#1012628). +- media: uvcvideo: Silence memcpy() run-time false positive + warnings (bsc#1012628). +- media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 + (bsc#1012628). +- media: uvcvideo: Handle errors from calls to usb_string + (bsc#1012628). +- media: uvcvideo: Handle cameras with invalid descriptors + (bsc#1012628). +- media: uvcvideo: Remove format descriptions (bsc#1012628). +- PCI/ACPI: Account for _S0W of the target bridge in + acpi_pci_bridge_d3() (bsc#1012628). +- iommu: Remove deferred attach check from __iommu_detach_device() + (bsc#1012628). +- IB/hfi1: Update RMT size calculation (bsc#1012628). +- mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt + leak (bsc#1012628). +- bootconfig: Increase max nodes of bootconfig from 1024 to 8192 + for DCC support (bsc#1012628). +- firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 + (bsc#1012628). +- kernel/printk/index.c: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- tracing: Add NULL checks for buffer in + ring_buffer_free_read_page() (bsc#1012628). +- cpufreq: apple-soc: Fix an IS_ERR() vs NULL check (bsc#1012628). +- thermal: intel: BXT_PMIC: select REGMAP instead of depending + on it (bsc#1012628). +- thermal: intel: quark_dts: fix error pointer dereference + (bsc#1012628). +- ASoC: mediatek: mt8195: add missing initialization + (bsc#1012628). +- ASoC: zl38060 add gpiolib dependency (bsc#1012628). +- nvme-fabrics: show well known discovery name (bsc#1012628). +- nvme-tcp: don't access released socket during error recovery + (bsc#1012628). +- nvme: bring back auto-removal of deleted namespaces during + sequential scan (bsc#1012628). +- ASoC: apple: mca: Improve handling of unavailable DMA channels + (bsc#1012628). +- ASoC: apple: mca: Fix SERDES reset sequence (bsc#1012628). +- ASoC: apple: mca: Fix final status read on SERDES reset + (bsc#1012628). +- ASoC: adau7118: don't disable regulators on device unbind + (bsc#1012628). +- loop: loop_set_status_from_info() check before assignment + (bsc#1012628). +- io_uring: fix size calculation when registering buf ring + (bsc#1012628). +- rtc: allow rtc_read_alarm without read_alarm callback + (bsc#1012628). +- scsi: mpi3mr: Use number of bits to manage bitmap sizes + (bsc#1012628). +- scsi: mpi3mr: Fix an issue found by KASAN (bsc#1012628). +- scsi: ipr: Work around fortify-string warning (bsc#1012628). +- genirq/ipi: Fix NULL pointer deref in + irq_data_get_affinity_mask() (bsc#1012628). +- rtc: sun6i: Always export the internal oscillator (bsc#1012628). +- spi: tegra210-quad: Fix iterator outside loop (bsc#1012628). +- vc_screen: modify vcs_size() handling in vcs_read() + (bsc#1012628). +- tcp: tcp_check_req() can be called from process context + (bsc#1012628). +- ARM: dts: spear320-hmi: correct STMPE GPIO compatible + (bsc#1012628). +- ARM: dts: aspeed: p10bmc: Update battery node name + (bsc#1012628). +- net: dsa: felix: fix internal MDIO controller resource length + (bsc#1012628). +- net: dsa: seville: ignore mscc-miim read errors from Lynx PCS + (bsc#1012628). +- net/sched: act_sample: fix action bind logic (bsc#1012628). +- net/sched: act_mpls: fix action bind logic (bsc#1012628). +- net/sched: act_pedit: fix action bind logic (bsc#1012628). +- net/sched: transition act_pedit to rcu and percpu stats + (bsc#1012628). +- nfc: fix memory leak of se_io context in nfc_genl_se_io + (bsc#1012628). +- ext4: fix incorrect options show of original mount_opt and + extend mount_opt2 (bsc#1012628). +- net/mlx5: Geneve, Fix handling of Geneve object id as error code + (bsc#1012628). +- net/mlx5e: Verify flow_source cap before using it (bsc#1012628). +- net/mlx5: ECPF, wait for VF pages only after disabling host PFs + (bsc#1012628). +- mlx5: fix possible ptp queue fifo use-after-free (bsc#1012628). +- mlx5: fix skb leak while fifo resync and push (bsc#1012628). +- spi: tegra210-quad: Fix validate combined sequence + (bsc#1012628). +- 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() + (bsc#1012628). +- 9p/xen: fix connection sequence (bsc#1012628). +- 9p/xen: fix version parsing (bsc#1012628). +- net: fix __dev_kfree_skb_any() vs drop monitor (bsc#1012628). +- octeontx2-pf: Use correct struct reference in test condition + (bsc#1012628). +- sctp: add a refcnt in sctp_stream_priorities to avoid a nested + loop (bsc#1012628). +- net: sunhme: Fix region request (bsc#1012628). +- octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync + packet (bsc#1012628). +- drm/i915/xelpmp: Consider GSI offset when doing MCR lookups + (bsc#1012628). +- ipv6: Add lwtunnel encap size of all siblings in nexthop + calculation (bsc#1012628). +- drm/i915: move a Kconfig symbol to unbreak the menu presentation + (bsc#1012628). +- Update config files. +- ptp: vclock: use mutex to fix "sleep on atomic" bug + (bsc#1012628). +- swiotlb: mark swiotlb_memblock_alloc() as __init (bsc#1012628). +- netfilter: x_tables: fix percpu counter block leak on error + path when creating new netns (bsc#1012628). +- netfilter: ctnetlink: make event listener tracking global + (bsc#1012628). +- netfilter: xt_length: use skb len to match in length_mt6 + (bsc#1012628). +- netfilter: ebtables: fix table blob use-after-free + (bsc#1012628). +- netfilter: ip6t_rpfilter: Fix regression with VRF interfaces + (bsc#1012628). +- netfilter: conntrack: fix rmmod double-free race (bsc#1012628). +- netfilter: ctnetlink: fix possible refcount leak in + ctnetlink_create_conntrack() (bsc#1012628). +- watchdog: sbsa_wdog: Make sure the timeout programming is + within the limits (bsc#1012628). +- watchdog: pcwd_usb: Fix attempting to access uninitialized + memory (bsc#1012628). +- watchdog: Fix kmemleak in watchdog_cdev_register (bsc#1012628). +- watchdog: at91sam9_wdt: use devm_request_irq to avoid missing + free_irq() in error path (bsc#1012628). +- watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M + (bsc#1012628). +- watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks + (bsc#1012628). +- f2fs: synchronize atomic write aborts (bsc#1012628). +- um: virt-pci: properly remove PCI device from bus (bsc#1012628). +- um: virtio_uml: move device breaking into workqueue + (bsc#1012628). +- um: virtio_uml: mark device as unregistered when breaking it + (bsc#1012628). +- um: virtio_uml: free command if adding to virtqueue failed + (bsc#1012628). +- x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list + (bsc#1012628). +- netfilter: nf_tables: allow to fetch set elements when table + has an owner (bsc#1012628). +- ext4: don't show commit interval if it is zero (bsc#1012628). +- ext4: use ext4_fc_tl_mem in fast-commit replay path + (bsc#1012628). +- f2fs: fix to set ipu policy (bsc#1012628). +- f2fs: introduce IS_F2FS_IPU_* macro (bsc#1012628). +- soc: qcom: stats: Populate all subsystem debugfs files + (bsc#1012628). +- f2fs: fix to update age extent in f2fs_do_zero_range() + (bsc#1012628). +- f2fs: fix to update age extent correctly during truncation + (bsc#1012628). +- f2fs: fix to avoid potential memory corruption in + __update_iostat_latency() (bsc#1012628). +- f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in + f2fs_compat_ioctl() (bsc#1012628). +- ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work + failed (bsc#1012628). +- ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() + (bsc#1012628). +- ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after + disabling fastmap (bsc#1012628). +- ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this + process (bsc#1012628). +- ubifs: ubifs_writepage: Mark page dirty after writing inode + failed (bsc#1012628). +- ubifs: dirty_cow_znode: Fix memleak in error handling path + (bsc#1012628). +- ubifs: Re-statistic cleaned znode count if commit failed + (bsc#1012628). +- ubi: Fix possible null-ptr-deref in ubi_free_volume() + (bsc#1012628). +- ubifs: Fix memory leak in alloc_wbufs() (bsc#1012628). +- ubi: Fix unreferenced object reported by kmemleak in + ubi_resize_volume() (bsc#1012628). +- ubi: Fix use-after-free when volume resizing failed + (bsc#1012628). +- ubifs: Reserve one leb for each journal head while doing budget + (bsc#1012628). +- ubifs: do_rename: Fix wrong space budget when target inode's + nlink > 1 (bsc#1012628). +- ubifs: Fix wrong dirty space budget for dirty inode + (bsc#1012628). +- ubifs: Rectify space budget for ubifs_xrename() (bsc#1012628). +- ubifs: Rectify space budget for ubifs_symlink() if symlink is + encrypted (bsc#1012628). +- ubifs: Fix memory leak in ubifs_sysfs_init() (bsc#1012628). +- ubifs: Fix build errors as symbol undefined (bsc#1012628). +- ubi: ensure that VID header offset + VID header size <= alloc, + size (bsc#1012628). +- um: vector: Fix memory leak in vector_config (bsc#1012628). +- f2fs: fix to abort atomic write only during do_exist() + (bsc#1012628). +- f2fs: allow set compression option of files without blocks + (bsc#1012628). +- fs: f2fs: initialize fsdata in pagecache_write() (bsc#1012628). +- f2fs: fix to do sanity check on extent cache correctly + (bsc#1012628). +- soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in + svs_init01() (bsc#1012628). +- soc: mediatek: mtk-svs: reset svs when svs_resume() fail + (bsc#1012628). +- soc: mediatek: mtk-svs: restore default voltages when + svs_init02() fail (bsc#1012628). +- f2fs: clear atomic_write_task in f2fs_abort_atomic_write() + (bsc#1012628). +- f2fs: introduce trace_f2fs_replace_atomic_write_block + (bsc#1012628). +- pwm: stm32-lp: fix the check on arr and cmp registers update + (bsc#1012628). +- pwm: sifive: Always let the first pwm_apply_state succeed + (bsc#1012628). +- soc: mediatek: mtk-svs: Enable the IRQ later (bsc#1012628). +- memory: renesas-rpc-if: Move resource acquisition to .probe() + (bsc#1012628). +- memory: renesas-rpc-if: Split-off private data from struct rpcif + (bsc#1012628). +- soc: qcom: socinfo: Fix soc_id order (bsc#1012628). +- soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power + on (bsc#1012628). +- objtool: Fix memory leak in create_static_call_sections() + (bsc#1012628). +- f2fs: fix to avoid potential deadlock (bsc#1012628). +- f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin + (bsc#1012628). +- driver: soc: xilinx: fix memory leak in + xlnx_add_cb_for_notify_event() (bsc#1012628). +- fs/jfs: fix shift exponent db_agl2size negative (bsc#1012628). +- auxdisplay: hd44780: Fix potential memory leak in + hd44780_remove() (bsc#1012628). +- net/sched: Retire tcindex classifier (bsc#1012628). +- Update config files. +- commit 72ee280 + +------------------------------------------------------------------- +Sat Mar 11 11:13:45 CET 2023 - jslaby@suse.cz + +- Linux 6.2.4 (bsc#1012628). +- Revert "blk-cgroup: dropping parent refcount after pd_free_fn() + is done" (bsc#1012628). +- Revert "blk-cgroup: synchronize pd_free_fn() from + blkg_free_workfn() and blkcg_deactivate_policy()" (bsc#1012628). +- commit 0532a55 + +------------------------------------------------------------------- +Sat Mar 11 09:42:58 CET 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.2.3-264-tap-tap_open-correctly-initialize-socket-uid.patch + (bsc#1012628 bsc#1208599 CVE-2023-1076). + Add a CVE reference. +- commit 99340b9 + +------------------------------------------------------------------- +Fri Mar 10 17:39:45 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch +- commit 60a3726 + +------------------------------------------------------------------- +Fri Mar 10 15:12:57 CET 2023 - msuchanek@suse.de + +- powerpc/mm: Fix false detection of read faults (bsc#1208864). +- commit 6635b6f + +------------------------------------------------------------------- +Fri Mar 10 09:59:40 CET 2023 - jslaby@suse.cz + +- Linux 6.2.3 (bsc#1012628). +- HID: asus: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: asus: use spinlock to safely schedule workers + (bsc#1012628). +- iommu/amd: Fix error handling for pdev_pri_ats_enable() + (bsc#1012628). +- iommu/amd: Skip attach device domain is same as new domain + (bsc#1012628). +- iommu/amd: Improve page fault error reporting (bsc#1012628). +- iommu: Attach device group to old domain in error path + (bsc#1012628). +- powerpc/mm: Rearrange if-else block to avoid clang warning + (bsc#1012628). +- ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI + controller" (bsc#1012628). +- ARM: OMAP2+: Fix memory leak in realtime_counter_init() + (bsc#1012628). +- arm64: dts: qcom: qcs404: use symbol names for PCIe resets + (bsc#1012628). +- arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to + wake up (bsc#1012628). +- arm64: dts: qcom: sm6115: Fix UFS node (bsc#1012628). +- arm64: dts: qcom: sm6115: Provide xo clk to rpmcc (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k + instead of 4k (bsc#1012628). +- arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix up the ramoops node (bsc#1012628). +- arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on + (bsc#1012628). +- arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards + (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on + PDX215 (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC + GPIOs (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys + (bsc#1012628). +- arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state + (bsc#1012628). +- arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match + bindings (bsc#1012628). +- arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down) + (bsc#1012628). +- arm64: dts: imx8m: Align SoC unique ID node unit address + (bsc#1012628). +- ARM: zynq: Fix refcount leak in zynq_early_slcr_init + (bsc#1012628). +- fs: dlm: fix return value check in dlm_memory_init() + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt + pin name (bsc#1012628). +- arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec + interrupt pin name (bsc#1012628). +- x86/acpi/boot: Do not register processors that cannot be + onlined for x2APIC (bsc#1012628). +- arm64: dts: qcom: sc7180: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc7280: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: sdm845: make DP node follow the schema + (bsc#1012628). +- arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply + from DSI PHY (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name + (bsc#1012628). +- arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names + (bsc#1012628). +- arm64: dts: meson-gx: Fix Ethernet MAC address unit name + (bsc#1012628). +- arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name + (bsc#1012628). +- arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit + address (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix clocks for McSPI + (bsc#1012628). +- arm64: tegra: Fix duplicate regulator on Jetson TX1 + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem + (bsc#1012628). +- arm64: dts: qcom: msm8956: use SoC-specific compat for tsens + (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output + names (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges + (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe node (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock + names (bsc#1012628). +- arm64: dts: meson: remove CPU opps below 1GHz for G12A boards + (bsc#1012628). +- ARM: OMAP1: call platform_device_put() in error case in + omap1_dm_timer_init() (bsc#1012628). +- arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken + (bsc#1012628). +- ARM: bcm2835_defconfig: Enable the framebuffer (bsc#1012628). +- ARM: s3c: fix s3c64xx_set_timer_source prototype (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix wakeup pinmux range (bsc#1012628). +- ARM: dts: exynos: correct wr-active property in Exynos3250 + Rinato (bsc#1012628). +- ARM: imx: Call ida_simple_remove() for ida_simple_get + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing SCPI sensors + compatible (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply + name of USB controller node (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid + clock-names property (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing unit address to + rng node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: + fix invalid rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid + rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl: add missing unit address to + eth-phy-mux node name (bsc#1012628). +- arm64: dts: amlogic: meson-gx-libretech-pc: fix update button + name (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node + names (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node + name (bsc#1012628). +- arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name + (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 + pmic properties (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan + thermal trip (bsc#1012628). +- locking/rwsem: Disable preemption in all down_read*() and + up_read() code paths (bsc#1012628). +- arm64: tegra: Mark host1x as dma-coherent on Tegra194/234 + (bsc#1012628). +- arm64: dts: renesas: beacon-renesom: Fix gpio expander reference + (bsc#1012628). +- arm64: dts: meson: radxa-zero: allow usb otg mode (bsc#1012628). +- arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN + (bsc#1012628). +- ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference + (bsc#1012628). +- ublk_drv: remove nr_aborted_queues from ublk_device + (bsc#1012628). +- ublk_drv: don't probe partitions if the ubq daemon isn't trusted + (bsc#1012628). +- ARM: dts: imx7s: correct iomuxc gpr mux controller cells + (bsc#1012628). +- sbitmap: remove redundant check in __sbitmap_queue_get_batch + (bsc#1012628). +- sbitmap: correct wake_batch recalculation to avoid potential + IO hung (bsc#1012628). +- arm64: dts: mt8195: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8192: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8186: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt7986: Fix watchdog compatible + (bsc#1012628). +- ARM: dts: stm32: Update part number NVMEM description on + stm32mp131 (bsc#1012628). +- arm64: dts: qcom: sm8450-nagara: Correct firmware paths + (bsc#1012628). +- blk-mq: avoid sleep in blk_mq_alloc_request_hctx (bsc#1012628). +- blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx + (bsc#1012628). +- blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait + (bsc#1012628). +- blk-mq: Fix potential io hung for shared sbitmap per tagset + (bsc#1012628). +- blk-mq: correct stale comment of .get_budget (bsc#1012628). +- arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input + (bsc#1012628). +- arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to + RPM_SMD_XO_CLK_SRC (bsc#1012628). +- arm64: dts: qcom: sm8350: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: sm8450: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps + with the SMEM and MPSS memory regions (bsc#1012628). +- arm64: dts: qcom: msm8953: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators + (bsc#1012628). +- s390/dasd: Fix potential memleak in dasd_eckd_init() + (bsc#1012628). +- io_uring,audit: don't log IORING_OP_MADVISE (bsc#1012628). +- sched/rt: pick_next_rt_entity(): check list_entry (bsc#1012628). +- perf/x86/intel/ds: Fix the conversion from TSC to perf time + (bsc#1012628). +- x86/perf/zhaoxin: Add stepping check for ZXC (bsc#1012628). +- KEYS: asymmetric: Fix ECDSA use via keyctl uapi (bsc#1012628). +- block: ublk: check IO buffer based on flag need_get_data + (bsc#1012628). +- arm64: dts: qcom: pmk8350: Use the correct PON compatible + (bsc#1012628). +- erofs: relinquish volume with mutex held (bsc#1012628). +- block: sync mixed merged request's failfast with 1st bio's + (bsc#1012628). +- block: Fix io statistics for cgroup in throttle path + (bsc#1012628). +- block: bio-integrity: Copy flags when bio_integrity_payload + is cloned (bsc#1012628). +- block: use proper return value from bio_failfast() + (bsc#1012628). +- wifi: mt76: mt7915: add missing of_node_put() (bsc#1012628). +- wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host + (bsc#1012628). +- wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks + (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_ie_countdown() (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_rx_radar_detected() (bsc#1012628). +- wifi: mt76: mt7996: fix integer handling issue of + mt7996_rf_regval_set() (bsc#1012628). +- wifi: mt76: mt7915: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7996: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7915: drop always true condition of + __mt7915_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: drop always true condition of + __mt7996_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: fix endianness warning in + mt7996_mcu_sta_he_tlv (bsc#1012628). +- wifi: mt76: mt76x0: fix oob access in + mt76x0_phy_get_target_power (bsc#1012628). +- wifi: mt76: mt7996: fix unintended sign extension of + mt7996_hw_queue_read() (bsc#1012628). +- wifi: mt76: mt7915: fix unintended sign extension of + mt7915_hw_queue_read() (bsc#1012628). +- wifi: mt76: fix coverity uninit_use_in_call in + mt76_connac2_reverse_frag0_hdr_trans() (bsc#1012628). +- wifi: mt76: mt7921: resource leaks at + mt7921_check_offload_capability() (bsc#1012628). +- wifi: rsi: Fix memory leak in rsi_coex_attach() (bsc#1012628). +- wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8723be: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: iwlegacy: common: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: fix memory leak in lbs_init_adapter() + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field + priv->cck_agc_report_type (bsc#1012628). +- wifi: rtl8xxxu: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DACK setting (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DPK settings (bsc#1012628). +- wifi: rtlwifi: Fix global-out-of-bounds bug in + _rtl8812ae_phy_set_txpower_limit() (bsc#1012628). +- libbpf: Fix single-line struct definition output in btf_dump + (bsc#1012628). +- libbpf: Fix btf__align_of() by taking into account field offsets + (bsc#1012628). +- wifi: ipw2x00: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: ipw2200: fix memory leak in ipw_wdev_init() (bsc#1012628). +- wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() + (bsc#1012628). +- wifi: wilc1000: add missing unregister_netdev() in + wilc_netdev_ifc_init() (bsc#1012628). +- wifi: brcmfmac: fix potential memory leak in + brcmf_netdev_start_xmit() (bsc#1012628). +- wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid() + (bsc#1012628). +- wifi: libertas_tf: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: if_usb: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: main: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: cmdresp: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: wl3501_cs: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- libbpf: Fix invalid return address register in s390 + (bsc#1012628). +- crypto: x86/ghash - fix unaligned access in ghash_setkey() + (bsc#1012628). +- crypto: ux500 - update debug config after ux500 cryp driver + removal (bsc#1012628). +- ACPICA: Drop port I/O validation for some regions (bsc#1012628). +- genirq: Fix the return type of kstat_cpu_irqs_sum() + (bsc#1012628). +- rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu + purpose (bsc#1012628). +- rcu-tasks: Remove preemption disablement around + srcu_read_[un]lock() calls (bsc#1012628). +- rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() + (bsc#1012628). +- lib/mpi: Fix buffer overrun when SG is too long (bsc#1012628). +- crypto: ccp - Avoid page allocation failure warning for + SEV_GET_ID2 (bsc#1012628). +- platform/chrome: cros_ec_typec: Update port DP VDO + (bsc#1012628). +- ACPICA: nsrepair: handle cases without a return value correctly + (bsc#1012628). +- libbpf: Fix map creation flags sanitization (bsc#1012628). +- selftests/xsk: print correct payload for packet dump + (bsc#1012628). +- selftests/xsk: print correct error codes when exiting + (bsc#1012628). +- arm64/cpufeature: Fix field sign for DIT hwcap detection + (bsc#1012628). +- arm64/sysreg: Fix errors in 32 bit enumeration values + (bsc#1012628). +- kselftest/arm64: Fix syscall-abi for systems without 128 bit + SME (bsc#1012628). +- workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex + (bsc#1012628). +- s390/early: fix sclp_early_sccb variable lifetime (bsc#1012628). +- s390/vfio-ap: fix an error handling path in + vfio_ap_mdev_probe_queue() (bsc#1012628). +- x86/signal: Fix the value returned by strict_sas_size() + (bsc#1012628). +- thermal/drivers/tsens: Drop msm8976-specific defines + (bsc#1012628). +- thermal/drivers/tsens: Sort out msm8976 vs msm8956 data + (bsc#1012628). +- thermal/drivers/tsens: fix slope values for msm8939 + (bsc#1012628). +- thermal/drivers/tsens: limit num_sensors to 9 for msm8939 + (bsc#1012628). +- wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() + (bsc#1012628). +- wifi: rtw89: Add missing check for alloc_workqueue + (bsc#1012628). +- wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU + (bsc#1012628). +- wifi: orinoco: check return value of hermes_write_wordrec() + (bsc#1012628). +- wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter() + (bsc#1012628). +- wifi: rtw88: Use non-atomic sta iterator in + rtw_ra_mask_info_update() (bsc#1012628). +- thermal/drivers/imx_sc_thermal: Fix the loop condition + (bsc#1012628). +- wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there + is no callback function (bsc#1012628). +- wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() + fails (bsc#1012628). +- wifi: ath9k: Fix potential stack-out-of-bounds write in + ath9k_wmi_rsp_callback() (bsc#1012628). +- wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup + (bsc#1012628). +- wifi: cfg80211: Fix extended KCK key length check in + nl80211_set_rekey_data() (bsc#1012628). +- ACPI: battery: Fix missing NUL-termination with large strings + (bsc#1012628). +- selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m + (bsc#1012628). +- crypto: ccp - Failure on re-initialization due to duplicate + sysfs filename (bsc#1012628). +- crypto: essiv - Handle EBUSY correctly (bsc#1012628). +- crypto: seqiv - Handle EBUSY correctly (bsc#1012628). +- powercap: fix possible name leak in powercap_register_zone() + (bsc#1012628). +- bpf: Fix state pruning for STACK_DYNPTR stack slots + (bsc#1012628). +- bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR + (bsc#1012628). +- bpf: Fix partial dynptr stack slot reads/writes (bsc#1012628). +- x86/microcode: Add a parameter to microcode_check() to store + CPU capabilities (bsc#1012628). +- x86/microcode: Check CPU capabilities after late microcode + update correctly (bsc#1012628). +- x86/microcode: Adjust late loading result reporting message + (bsc#1012628). +- net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action + (bsc#1012628). +- selftests/bpf: Fix vmtest static compilation error + (bsc#1012628). +- crypto: xts - Handle EBUSY correctly (bsc#1012628). +- leds: led-class: Add missing put_device() to led_put() + (bsc#1012628). +- drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size + (bsc#1012628). +- s390/bpf: Add expoline to tail calls (bsc#1012628). +- wifi: iwlwifi: mei: fix compilation errors in rfkill() + (bsc#1012628). +- kselftest/arm64: Fix enumeration of systems without 128 bit SME + (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U CAN mode selection (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses + (bsc#1012628). +- selftests/bpf: Initialize tc in xdp_synproxy (bsc#1012628). +- crypto: ccp - Flush the SEV-ES TMR memory before giving it to + firmware (bsc#1012628). +- bpftool: profile online CPUs instead of possible (bsc#1012628). +- wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc + (bsc#1012628). +- wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() + only after init_work (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling + (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_thermal_temp_store() + (bsc#1012628). +- wifi: mt76: mt7921: fix channel switch fail in monitor mode + (bsc#1012628). +- wifi: mt76: mt7996: fix chainmask calculation in + mt7996_set_antenna() (bsc#1012628). +- wifi: mt76: mt7996: update register for CFEND_RATE + (bsc#1012628). +- wifi: mt76: connac: fix POWER_CTRL command name typo + (bsc#1012628). +- wifi: mt76: mt7921: fix invalid remain_on_channel duration + (bsc#1012628). +- wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit + (bsc#1012628). +- wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit + (bsc#1012628). +- wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup + (bsc#1012628). +- wifi: mt76: fix switch default case in + mt7996_reverse_frag0_hdr_trans (bsc#1012628). +- wifi: mt76: mt7915: fix WED TxS reporting (bsc#1012628). +- wifi: mt76: add memory barrier to SDIO queue kick (bsc#1012628). +- wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read + (bsc#1012628). +- wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val + (bsc#1012628). +- net/mlx5: Enhance debug print in page allocation failure + (bsc#1012628). +- irqchip: Fix refcount leak in platform_irqchip_probe + (bsc#1012628). +- irqchip/alpine-msi: Fix refcount leak in + alpine_msix_init_domains (bsc#1012628). +- irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe + (bsc#1012628). +- irqchip/ti-sci: Fix refcount leak in + ti_sci_intr_irq_domain_probe (bsc#1012628). +- s390/mem_detect: fix detect_memory() error handling + (bsc#1012628). +- s390/vmem: fix empty page tables cleanup under KASAN + (bsc#1012628). +- s390/boot: cleanup decompressor header files (bsc#1012628). +- s390/mem_detect: rely on diag260() if sclp_early_get_memsize() + fails (bsc#1012628). +- s390/boot: fix mem_detect extended area allocation + (bsc#1012628). +- net: add sock_init_data_uid() (bsc#1012628). +- tun: tun_chr_open(): correctly initialize socket uid + (bsc#1012628). +- tap: tap_open(): correctly initialize socket uid (bsc#1012628). +- rxrpc: Fix overwaking on call poking (bsc#1012628). +- OPP: fix error checking in opp_migrate_dentry() (bsc#1012628). +- cpufreq: davinci: Fix clk use after free (bsc#1012628). +- Bluetooth: hci_conn: Refactor hci_bind_bis() since it always + succeeds (bsc#1012628). +- Bluetooth: L2CAP: Fix potential user-after-free (bsc#1012628). +- Bluetooth: hci_qca: get wakeup status from serdev device handle + (bsc#1012628). +- net: ipa: generic command param fix (bsc#1012628). +- s390: vfio-ap: tighten the NIB validity check (bsc#1012628). +- s390/ap: fix status returned by ap_aqic() (bsc#1012628). +- s390/ap: fix status returned by ap_qact() (bsc#1012628). +- libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() + (bsc#1012628). +- xen/grant-dma-iommu: Implement a dummy probe_device() callback + (bsc#1012628). +- rds: rds_rm_zerocopy_callback() correct order for + list_add_tail() (bsc#1012628). +- crypto: rsa-pkcs1pad - Use akcipher_request_complete + (bsc#1012628). +- m68k: /proc/hardware should depend on PROC_FS (bsc#1012628). +- RISC-V: time: initialize hrtimer based broadcast clock event + device (bsc#1012628). +- clocksource/drivers/riscv: Patch riscv_clock_next_event() + jump before first use (bsc#1012628). +- wifi: iwl3945: Add missing check for + create_singlethread_workqueue (bsc#1012628). +- wifi: iwl4965: Add missing check for + create_singlethread_workqueue() (bsc#1012628). +- wifi: brcmfmac: Rename Cypress 89459 to BCM4355 (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4355 + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4377 + (bsc#1012628). +- wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection + (bsc#1012628). +- wifi: mwifiex: fix loop iterator in + mwifiex_update_ampdu_txwinsize() (bsc#1012628). +- wifi: rtw89: fix parsing offset for MCC C2H (bsc#1012628). +- selftests/bpf: Fix out-of-srctree build (bsc#1012628). +- ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 + models (bsc#1012628). +- ACPI: resource: Do IRQ override on all TongFang GMxRGxx + (bsc#1012628). +- crypto: octeontx2 - Fix objects shared between several modules + (bsc#1012628). +- crypto: crypto4xx - Call dma_unmap_page when done (bsc#1012628). +- vfio/ccw: remove WARN_ON during shutdown (bsc#1012628). +- wifi: mac80211: move color collision detection report in a + delayed work (bsc#1012628). +- wifi: mac80211: make rate u32 in sta_set_rate_info_rx() + (bsc#1012628). +- wifi: mac80211: fix non-MLO station association (bsc#1012628). +- wifi: mac80211: Don't translate MLD addresses for multicast + (bsc#1012628). +- wifi: mac80211: avoid u32_encode_bits() warning (bsc#1012628). +- wifi: mac80211: fix off-by-one link setting (bsc#1012628). +- tools/lib/thermal: Fix thermal_sampling_exit() (bsc#1012628). +- thermal/drivers/hisi: Drop second sensor hi3660 (bsc#1012628). +- selftests/bpf: Fix map_kptr test (bsc#1012628). +- wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta() + (bsc#1012628). +- bpf: Zeroing allocated object from slab in bpf memory allocator + (bsc#1012628). +- selftests/bpf: Fix xdp_do_redirect on s390x (bsc#1012628). +- can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits + in case of a bus error (bsc#1012628). +- can: esd_usb: Make use of can_change_state() and relocate + checking skb for NULL (bsc#1012628). +- xsk: check IFF_UP earlier in Tx path (bsc#1012628). +- LoongArch, bpf: Use 4 instructions for function address in JIT + (bsc#1012628). +- bpf: Fix global subprog context argument resolution logic + (bsc#1012628). +- irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- net/smc: fix potential panic dues to unprotected + smc_llc_srv_add_link() (bsc#1012628). +- net/smc: fix application data exception (bsc#1012628). +- selftests/net: Interpret UDP_GRO cmsg data as an int value + (bsc#1012628). +- l2tp: Avoid possible recursive deadlock in + l2tp_tunnel_register() (bsc#1012628). +- net: bcmgenet: fix MoCA LED control (bsc#1012628). +- net: lan966x: Fix possible deadlock inside PTP (bsc#1012628). +- net/mlx4_en: Introduce flexible array to silence overflow + warning (bsc#1012628). +- net/mlx5e: Align IPsec ASO result memory to be as required by + hardware (bsc#1012628). +- selftest: fib_tests: Always cleanup before exit (bsc#1012628). +- sefltests: netdevsim: wait for devlink instance after netns + removal (bsc#1012628). +- drm: Fix potential null-ptr-deref due to drmm_mode_config_init() + (bsc#1012628). +- drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to + match spec (bsc#1012628). +- drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC + (bsc#1012628). +- drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC + (bsc#1012628). +- drm/bridge: megachips: Fix error handling in + i2c_register_driver() (bsc#1012628). +- drm/vkms: Fix memory leak in vkms_init() (bsc#1012628). +- drm/vkms: Fix null-ptr-deref in vkms_release() (bsc#1012628). +- drm/modes: Use strscpy() to copy command-line mode name + (bsc#1012628). +- drm/vc4: dpi: Fix format mapping for RGB565 (bsc#1012628). +- drm/bridge: it6505: Guard bridge power in IRQ handler + (bsc#1012628). +- drm: tidss: Fix pixel format definition (bsc#1012628). +- gpu: ipu-v3: common: Add of_node_put() for reference returned + by of_graph_get_port_by_id() (bsc#1012628). +- drm/ast: Init iosys_map pointer as I/O memory for damage + handling (bsc#1012628). +- drm/vc4: drop all currently held locks if deadlock happens + (bsc#1012628). +- hwmon: (ftsteutates) Fix scaling of measurements (bsc#1012628). +- drm/msm/dpu: check for null return of devm_kzalloc() in + dpu_writeback_init() (bsc#1012628). +- drm/msm/hdmi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- pinctrl: qcom: pinctrl-msm8976: Correct function names for + wcss pins (bsc#1012628). +- pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain + (bsc#1012628). +- pinctrl: rockchip: Fix refcount leak in + rockchip_pinctrl_parse_groups (bsc#1012628). +- drm/vc4: hvs: Configure the HVS COB allocations (bsc#1012628). +- drm/vc4: hvs: Set AXI panic modes (bsc#1012628). +- drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4 + (bsc#1012628). +- drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5 + (bsc#1012628). +- drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5 + (bsc#1012628). +- drm/vc4: hdmi: Correct interlaced timings again (bsc#1012628). +- drm/msm: clean event_thread->worker in case of an error + (bsc#1012628). +- drm/panel-edp: fix name for IVO product id 854b (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription for management + commands (bsc#1012628). +- scsi: qla2xxx: edif: Fix clang warning (bsc#1012628). +- ASoC: fsl_sai: initialize is_dsp_mode flag (bsc#1012628). +- drm/bridge: tc358767: Set default CLRSIPO count (bsc#1012628). +- drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup() + (bsc#1012628). +- ALSA: hda/ca0132: minor fix for allocation size (bsc#1012628). +- drm/amdgpu: Use the sched from entity for amdgpu_cs trace + (bsc#1012628). +- drm/msm/gem: Add check for kmalloc (bsc#1012628). +- drm/msm/dpu: Disallow unallocated resources to be returned + (bsc#1012628). +- drm/bridge: lt9611: fix sleep mode setup (bsc#1012628). +- drm/bridge: lt9611: fix HPD reenablement (bsc#1012628). +- drm/bridge: lt9611: fix polarity programming (bsc#1012628). +- drm/bridge: lt9611: fix programming of video modes + (bsc#1012628). +- drm/bridge: lt9611: fix clock calculation (bsc#1012628). +- drm/bridge: lt9611: pass a pointer to the of node (bsc#1012628). +- regulator: tps65219: use IS_ERR() to detect an error pointer + (bsc#1012628). +- drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness + (bsc#1012628). +- drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags (bsc#1012628). +- drm/msm/dsi: Allow 2 CTRLs on v2.5.0 (bsc#1012628). +- scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096 + (bsc#1012628). +- drm/msm/dpu: sc7180: add missing WB2 clock control + (bsc#1012628). +- drm/msm: use strscpy instead of strncpy (bsc#1012628). +- drm/msm/dpu: Add check for cstate (bsc#1012628). +- drm/msm/dpu: Add check for pstates (bsc#1012628). +- drm/msm/mdp5: Add check for kzalloc (bsc#1012628). +- habanalabs: bugs fixes in timestamps buff alloc (bsc#1012628). +- pinctrl: bcm2835: Remove of_node_put() in + bcm2835_of_gpio_ranges_fallback() (bsc#1012628). +- pinctrl: mediatek: Initialize variable pullen and pullup to zero + (bsc#1012628). +- pinctrl: mediatek: Initialize variable *buf to zero + (bsc#1012628). +- gpu: host1x: Fix mask for syncpoint increment register + (bsc#1012628). +- gpu: host1x: Don't skip assigning syncpoints to channels + (bsc#1012628). +- drm/tegra: firewall: Check for is_addr_reg existence in IMM + check (bsc#1012628). +- drm/i915/mtl: Add initial gt workarounds (bsc#1012628). +- drm/i915/xehp: GAM registers don't need to be re-applied on + engine resets (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as + interrupts (bsc#1012628). +- drm/i915/xehp: Annotate a couple more workaround registers as + MCR (bsc#1012628). +- drm/msm/dpu: set pdpu->is_rt_pipe early in + dpu_plane_sspp_atomic_update() (bsc#1012628). +- drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending + cmd (bsc#1012628). +- drm/mediatek: Use NULL instead of 0 for NULL pointer + (bsc#1012628). +- drm/mediatek: Drop unbalanced obj unref (bsc#1012628). +- drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc + (bsc#1012628). +- drm/mediatek: Clean dangling pointer on bind error path + (bsc#1012628). +- ASoC: soc-compress.c: fixup private_data on + snd_soc_new_compress() (bsc#1012628). +- dt-bindings: display: mediatek: Fix the fallback for + mediatek,mt8186-disp-ccorr (bsc#1012628). +- gpio: pca9570: rename platform_data to chip_data (bsc#1012628). +- gpio: vf610: connect GPIO label to dev name (bsc#1012628). +- ASoC: topology: Properly access value coming from topology file + (bsc#1012628). +- spi: dw_bt1: fix MUX_MMIO dependencies (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls which rely on rsr register + (bsc#1012628). +- ASoC: mchp-spdifrx: fix return value in case completion times + out (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls that works with completion + mechanism (bsc#1012628). +- ASoC: mchp-spdifrx: disable all interrupts in + mchp_spdifrx_dai_remove() (bsc#1012628). +- dm: improve shrinker debug names (bsc#1012628). +- regmap: apply reg_base and reg_downshift for single register + ops (bsc#1012628). +- accel: fix CONFIG_DRM dependencies (bsc#1012628). +- ASoC: rsnd: fixup #endif position (bsc#1012628). +- ASoC: mchp-spdifrx: Fix uninitialized use of mr in + mchp_spdifrx_hw_params() (bsc#1012628). +- ASoC: dt-bindings: meson: fix gx-card codec node regex + (bsc#1012628). +- regulator: tps65219: use generic set_bypass() (bsc#1012628). +- hwmon: (asus-ec-sensors) add missing mutex path (bsc#1012628). +- hwmon: (ltc2945) Handle error case in ltc2945_value_store + (bsc#1012628). +- ALSA: hda: Fix the control element identification for multiple + codecs (bsc#1012628). +- drm/amdgpu: fix enum odm_combine_mode mismatch (bsc#1012628). +- scsi: mpt3sas: Fix a memory leak (bsc#1012628). +- scsi: aic94xx: Add missing check for dma_map_single() + (bsc#1012628). +- HID: multitouch: Add quirks for flipped axes (bsc#1012628). +- HID: retain initial quirks set up when creating HID devices + (bsc#1012628). +- ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already + prepared (bsc#1012628). +- ASoC: qcom: q6apm-dai: fix race condition while updating the + position pointer (bsc#1012628). +- ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- ASoC: codecs: lpass: register mclk after runtime pm + (bsc#1012628). +- ASoC: codecs: lpass: fix incorrect mclk rate (bsc#1012628). +- drm/amd/display: don't call dc_interrupt_set() for disabled + crtcs (bsc#1012628). +- HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support + (bsc#1012628). +- spi: bcm63xx-hsspi: Fix multi-bit mode setting (bsc#1012628). +- hwmon: (mlxreg-fan) Return zero speed for broken fan + (bsc#1012628). +- ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init + (bsc#1012628). +- dm: remove flush_scheduled_work() during local_exit() + (bsc#1012628). +- nfs4trace: fix state manager flag printing (bsc#1012628). +- NFS: fix disabling of swap (bsc#1012628). +- drm/i915/pvc: Implement recommended caching policy + (bsc#1012628). +- drm/i915/pvc: Annotate two more workaround/tuning registers + as MCR (bsc#1012628). +- drm/i915: Fix GEN8_MISCCPCTL (bsc#1012628). +- spi: synquacer: Fix timeout handling in + synquacer_spi_transfer_one() (bsc#1012628). +- ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not + declared (bsc#1012628). +- HID: bigben: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: bigben_worker() remove unneeded check on report_field + (bsc#1012628). +- HID: bigben: use spinlock to safely schedule workers + (bsc#1012628). +- hid: bigben_probe(): validate report count (bsc#1012628). +- ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU + Macbooks (bsc#1012628). +- drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt() + (bsc#1012628). +- NFSD: enhance inter-server copy cleanup (bsc#1012628). +- NFSD: fix leaked reference count of nfsd4_ssc_umount_item + (bsc#1012628). +- nfsd: fix race to check ls_layouts (bsc#1012628). +- nfsd: clean up potential nfsd_file refcount leaks in COPY + codepath (bsc#1012628). +- NFSD: fix problems with cleanup on errors in nfsd4_copy + (bsc#1012628). +- nfsd: fix courtesy client with deny mode handling in + nfs4_upgrade_open (bsc#1012628). +- nfsd: don't fsync nfsd_files on last close (bsc#1012628). +- NFSD: copy the whole verifier in nfsd_copy_write_verifier + (bsc#1012628). +- cifs: Fix lost destroy smbd connection when MR allocate failed + (bsc#1012628). +- cifs: Fix warning and UAF when destroy the MR list + (bsc#1012628). +- cifs: use tcon allocation functions even for dummy tcon + (bsc#1012628). +- gfs2: jdata writepage fix (bsc#1012628). +- perf llvm: Fix inadvertent file creation (bsc#1012628). +- leds: led-core: Fix refcount leak in of_led_get() (bsc#1012628). +- leds: is31fl319x: Wrap mutex_destroy() for + devm_add_action_or_rest() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Make sure we have the GPIO + providing driver (bsc#1012628). +- tools/tracing/rtla: osnoise_hist: use total duration for + average calculation (bsc#1012628). +- perf inject: Use perf_data__read() for auxtrace (bsc#1012628). +- perf intel-pt: Do not try to queue auxtrace data on pipe + (bsc#1012628). +- perf stat: Hide invalid uncore event output for aggr mode + (bsc#1012628). +- perf jevents: Correct bad character encoding (bsc#1012628). +- perf test bpf: Skip test if kernel-debuginfo is not present + (bsc#1012628). +- perf tools: Fix auto-complete on aarch64 (bsc#1012628). +- perf stat: Avoid merging/aggregating metric counts twice + (bsc#1012628). +- sparc: allow PM configs for sparc32 COMPILE_TEST (bsc#1012628). +- selftests: find echo binary to use -ne options (bsc#1012628). +- selftests/ftrace: Fix bash specific "==" operator (bsc#1012628). +- selftests: use printf instead of echo -ne (bsc#1012628). +- perf record: Fix segfault with --overwrite and --max-size + (bsc#1012628). +- printf: fix errname.c list (bsc#1012628). +- perf tests stat_all_metrics: Change true workload to sleep + workload for system wide check (bsc#1012628). +- objtool: add UACCESS exceptions for __tsan_volatile_read/write + (bsc#1012628). +- selftests/ftrace: Fix probepoint testcase to ignore __pfx_* + symbols (bsc#1012628). +- sysctl: fix proc_dobool() usability (bsc#1012628). +- mfd: rk808: Re-add rk808-clkout to RK818 (bsc#1012628). +- mfd: cs5535: Don't build on UML (bsc#1012628). +- mfd: pcf50633-adc: Fix potential memleak in + pcf50633_adc_async_read() (bsc#1012628). +- dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 + (bsc#1012628). +- RDMA/erdma: Fix refcount leak in erdma_mmap (bsc#1012628). +- dmaengine: HISI_DMA should depend on ARCH_HISI (bsc#1012628). +- RDMA/hns: Fix refcount leak in hns_roce_mmap (bsc#1012628). +- iio: light: tsl2563: Do not hardcode interrupt trigger type + (bsc#1012628). +- usb: gadget: fusb300_udc: free irq on the error path in + fusb300_probe() (bsc#1012628). +- i2c: designware: fix i2c_dw_clk_rate() return size to be u32 + (bsc#1012628). +- i2c: qcom-geni: change i2c_master_hub to static (bsc#1012628). +- soundwire: cadence: Don't overflow the command FIFOs + (bsc#1012628). +- driver core: fix potential null-ptr-deref in device_add() + (bsc#1012628). +- kobject: Fix slab-out-of-bounds in fill_kobj_path() + (bsc#1012628). +- alpha/boot/tools/objstrip: fix the check for ELF header + (bsc#1012628). +- media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible() + (bsc#1012628). +- media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU + (bsc#1012628). +- media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX (bsc#1012628). +- media: uvcvideo: Refactor power_line_frequency_controls_limited + (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR + (bsc#1012628). +- coresight: cti: Prevent negative values of enable count + (bsc#1012628). +- coresight: cti: Add PM runtime call in enable_store + (bsc#1012628). +- usb: typec: intel_pmc_mux: Don't leak the ACPI device reference + count (bsc#1012628). +- PCI/IOV: Enlarge virtfn sysfs name buffer (bsc#1012628). +- PCI: switchtec: Return -EFAULT for copy_to_user() errors + (bsc#1012628). +- PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() + num_mws kernel-doc (bsc#1012628). +- hwtracing: hisi_ptt: Only add the supported devices to the + filters list (bsc#1012628). +- tty: serial: fsl_lpuart: disable Rx/Tx DMA in + lpuart32_shutdown() (bsc#1012628). +- tty: serial: fsl_lpuart: clear LPUART Status Register in + lpuart32_shutdown() (bsc#1012628). +- serial: tegra: Add missing clk_disable_unprepare() in + tegra_uart_hw_init() (bsc#1012628). +- Revert "char: pcmcia: cm4000_cs: Replace mdelay with + usleep_range in set_protocol" (bsc#1012628). +- eeprom: idt_89hpesx: Fix error handling in idt_init() + (bsc#1012628). +- applicom: Fix PCI device refcount leak in applicom_init() + (bsc#1012628). +- firmware: stratix10-svc: add missing gen_pool_destroy() in + stratix10_svc_drv_probe() (bsc#1012628). +- firmware: stratix10-svc: fix error handle while alloc/add + device failed (bsc#1012628). +- VMCI: check context->notify_page after call to + get_user_pages_fast() to avoid GPF (bsc#1012628). +- mei: pxp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc/mei/hdcp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc: fastrpc: Fix an error handling path in + fastrpc_rpmsg_probe() (bsc#1012628). +- iommu/exynos: Fix error handling in exynos_iommu_init() + (bsc#1012628). +- driver core: fix resource leak in device_add() (bsc#1012628). +- driver core: location: Free struct acpi_pld_info *pld before + return false (bsc#1012628). +- drivers: base: transport_class: fix possible memory leak + (bsc#1012628). +- drivers: base: transport_class: fix resource leak when + transport_add_device() fails (bsc#1012628). +- firmware: dmi-sysfs: Fix null-ptr-deref in + dmi_sysfs_register_handle (bsc#1012628). +- selftests: iommu: Fix test_cmd_destroy_access() call in + user_copy (bsc#1012628). +- iommufd: Add three missing structures in ucmd_buffer + (bsc#1012628). +- fotg210-udc: Add missing completion handler (bsc#1012628). +- dmaengine: dw-edma: Fix missing src/dst address of interleaved + xfers (bsc#1012628). +- fpga: microchip-spi: move SPI I/O buffers out of stack + (bsc#1012628). +- fpga: microchip-spi: rewrite status polling in a time measurable + way (bsc#1012628). +- usb: early: xhci-dbc: Fix a potential out-of-bound memory access + (bsc#1012628). +- tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx + dma case (bsc#1012628). +- RDMA/cxgb4: add null-ptr-check after ip_dev_find() + (bsc#1012628). +- usb: musb: mediatek: don't unregister something that wasn't + registered (bsc#1012628). +- usb: gadget: configfs: Restrict symlink creation is UDC already + binded (bsc#1012628). +- phy: mediatek: remove temporary variable @mask_ (bsc#1012628). +- PCI: mt7621: Delay phy ports initialization (bsc#1012628). +- iommu/vt-d: Set No Execute Enable bit in PASID table entry + (bsc#1012628). +- power: supply: remove faulty cooling logic (bsc#1012628). +- RDMA/siw: Fix user page pinning accounting (bsc#1012628). +- RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() + (bsc#1012628). +- usb: max-3421: Fix setting of I/O pins (bsc#1012628). +- RDMA/irdma: Cap MSIX used to online CPUs + 1 (bsc#1012628). +- serial: fsl_lpuart: fix RS485 RTS polariy inverse issue + (bsc#1012628). +- tty: serial: imx: disable Ageing Timer interrupt request irq + (bsc#1012628). +- driver core: fw_devlink: Add DL_FLAG_CYCLE support to device + links (bsc#1012628). +- driver core: fw_devlink: Don't purge child fwnode's consumer + links (bsc#1012628). +- driver core: fw_devlink: Allow marking a fwnode link as being + part of a cycle (bsc#1012628). +- driver core: fw_devlink: Consolidate device link flag + computation (bsc#1012628). +- driver core: fw_devlink: Improve check for fwnode with no + device/driver (bsc#1012628). +- driver core: fw_devlink: Make cycle detection more robust + (bsc#1012628). +- mtd: mtdpart: Don't create platform device that'll never probe + (bsc#1012628). +- usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev + (bsc#1012628). +- dmaengine: dw-edma: Fix readq_ch() return value truncation + (bsc#1012628). +- PCI: Fix dropping valid root bus resources with .end = zero + (bsc#1012628). +- phy: rockchip-typec: fix tcphy_get_mode error case + (bsc#1012628). +- PCI: qcom: Fix host-init error handling (bsc#1012628). +- iw_cxgb4: Fix potential NULL dereference in + c4iw_fill_res_cm_id_entry() (bsc#1012628). +- iommu: Fix error unwind in iommu_group_alloc() (bsc#1012628). +- iommu/amd: Do not identity map v2 capable device when snp is + enabled (bsc#1012628). +- dmaengine: sf-pdma: pdma_desc memory leak fix (bsc#1012628). +- dmaengine: dw-axi-dmac: Do not dereference NULL structure + (bsc#1012628). +- dmaengine: ptdma: check for null desc before calling + pt_cmd_callback (bsc#1012628). +- iommu/vt-d: Fix error handling in sva enable/disable paths + (bsc#1012628). +- iommu/vt-d: Allow to use flush-queue when first level is default + (bsc#1012628). +- RDMA/rxe: Cleanup mr_check_range (bsc#1012628). +- RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_reply() (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_write_reply() + (bsc#1012628). +- RDMA/rxe: Cleanup page variables in rxe_mr.c (bsc#1012628). +- RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray + (bsc#1012628). +- Subject: RDMA/rxe: Handle zero length rdma (bsc#1012628). +- RDMA/mana_ib: Fix a bug when the PF indicates more entries + for registering memory on first packet (bsc#1012628). +- RDMA/rxe: Fix missing memory barriers in rxe_queue.h + (bsc#1012628). +- IB/hfi1: Fix math bugs in hfi1_can_pin_pages() (bsc#1012628). +- IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors + (bsc#1012628). +- Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region + before/after use" (bsc#1012628). +- remoteproc: qcom_q6v5_mss: Use a carveout to authenticate + modem headers (bsc#1012628). +- media: ti: cal: fix possible memory leak in cal_ctx_create() + (bsc#1012628). +- media: platform: ti: Add missing check for devm_regulator_get + (bsc#1012628). +- media: imx: imx7-media-csi: fix missing clk_disable_unprepare() + in imx7_csi_init() (bsc#1012628). +- powerpc: Remove linker flag from KBUILD_AFLAGS (bsc#1012628). +- s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64 (bsc#1012628). +- builddeb: clean generated package content (bsc#1012628). +- media: max9286: Fix memleak in max9286_v4l2_register() + (bsc#1012628). +- media: ov2740: Fix memleak in ov2740_init_controls() + (bsc#1012628). +- media: ov5675: Fix memleak in ov5675_init_controls() + (bsc#1012628). +- media: i2c: tc358746: fix missing return assignment + (bsc#1012628). +- media: i2c: tc358746: fix ignoring read error in g_register + callback (bsc#1012628). +- media: i2c: tc358746: fix possible endianness issue + (bsc#1012628). +- media: ov5640: Fix soft reset sequence and timings + (bsc#1012628). +- media: ov5640: Handle delays when no reset_gpio set + (bsc#1012628). +- media: mc: Get media_device directly from pad (bsc#1012628). +- media: i2c: ov772x: Fix memleak in ov772x_probe() (bsc#1012628). +- media: i2c: imx219: Split common registers from mode tables + (bsc#1012628). +- media: i2c: imx219: Fix binning for RAW8 capture (bsc#1012628). +- media: platform: mtk-mdp3: Fix return value check in mdp_probe() + (bsc#1012628). +- media: camss: csiphy-3ph: avoid undefined behavior + (bsc#1012628). +- media: platform: mtk-mdp3: fix Kconfig dependencies + (bsc#1012628). +- media: v4l2-jpeg: correct the skip count in + jpeg_parse_app14_data (bsc#1012628). +- media: v4l2-jpeg: ignore the unknown APP14 marker (bsc#1012628). +- media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399 + (bsc#1012628). +- media: imx-jpeg: Apply clk_bulk api instead of operating + specific clk (bsc#1012628). +- media: amphion: correct the unspecified color space + (bsc#1012628). +- media: drivers/media/v4l2-core/v4l2-h264 : add detection of + null pointers (bsc#1012628). +- media: rc: Fix use-after-free bugs caused by ene_tx_irqsim() + (bsc#1012628). +- media: atomisp: fix videobuf2 Kconfig depenendency + (bsc#1012628). +- media: atomisp: Only set default_run_mode on first open of a + stream/asd (bsc#1012628). +- media: i2c: ov7670: 0 instead of -EINVAL was returned + (bsc#1012628). +- media: usb: siano: Fix use after free bugs caused by + do_submit_urb (bsc#1012628). +- media: saa7134: Use video_unregister_device for radio_dev + (bsc#1012628). +- rpmsg: glink: Avoid infinite loop on intent for missing channel + (bsc#1012628). +- rpmsg: glink: Release driver_override (bsc#1012628). +- ARM: OMAP2+: omap4-common: Fix refcount leak bug (bsc#1012628). +- arm64: dts: qcom: msm8996: Add additional A2NoC clocks + (bsc#1012628). +- udf: Define EFSCORRUPTED error code (bsc#1012628). +- context_tracking: Fix noinstr vs KASAN (bsc#1012628). +- exit: Detect and fix irq disabled state in oops (bsc#1012628). +- ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video + phy (bsc#1012628). +- fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected + (bsc#1012628). +- blk-iocost: fix divide by 0 error in calc_lcoefs() + (bsc#1012628). +- blk-cgroup: dropping parent refcount after pd_free_fn() is done + (bsc#1012628). +- blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() + and blkcg_deactivate_policy() (bsc#1012628). +- trace/blktrace: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- btrfs: scrub: improve tree block error reporting (bsc#1012628). +- arm64: zynqmp: Enable hs termination flag for USB dwc3 + controller (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE (bsc#1012628). +- x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads + (bsc#1012628). +- cpuidle: drivers: firmware: psci: Dont instrument suspend code + (bsc#1012628). +- cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG + (bsc#1012628). +- perf/x86/intel/uncore: Add Meteor Lake support (bsc#1012628). +- wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect() + (bsc#1012628). +- wifi: ath11k: fix monitor mode bringup crash (bsc#1012628). +- wifi: brcmfmac: Fix potential stack-out-of-bounds in + brcmf_c_preinit_dcmds() (bsc#1012628). +- rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks + (bsc#1012628). +- rcu: Suppress smp_processor_id() complaint in + synchronize_rcu_expedited_wait() (bsc#1012628). +- srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL + (bsc#1012628). +- rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug + (bsc#1012628). +- rcu-tasks: Handle queue-shrink/callback-enqueue race condition + (bsc#1012628). +- wifi: ath11k: debugfs: fix to work with multiple PCI devices + (bsc#1012628). +- thermal: intel: Fix unsigned comparison with less than zero + (bsc#1012628). +- timers: Prevent union confusion from unexpected + restart_syscall() (bsc#1012628). +- x86/bugs: Reset speculation control settings on init + (bsc#1012628). +- bpftool: Always disable stack protection for BPF objects + (bsc#1012628). +- wifi: brcmfmac: ensure CLM version is null-terminated to + prevent stack-out-of-bounds (bsc#1012628). +- wifi: rtw89: fix assignation of TX BD RAM table (bsc#1012628). +- wifi: mt7601u: fix an integer underflow (bsc#1012628). +- inet: fix fast path in __inet_hash_connect() (bsc#1012628). +- ice: restrict PTP HW clock freq adjustments to 100, 000, + 000 PPB (bsc#1012628). +- ice: add missing checks for PF vsi type (bsc#1012628). +- Compiler attributes: GCC cold function alignment workarounds + (bsc#1012628). +- ACPI: Don't build ACPICA with '-Os' (bsc#1012628). +- bpf, docs: Fix modulo zero, division by zero, overflow, and + underflow (bsc#1012628). +- thermal: intel: intel_pch: Add support for Wellsburg PCH + (bsc#1012628). +- clocksource: Suspend the watchdog temporarily when high read + latency detected (bsc#1012628). +- crypto: hisilicon: Wipe entire pool on error (bsc#1012628). +- net: bcmgenet: Add a check for oversized packets (bsc#1012628). +- m68k: Check syscall_trace_enter() return code (bsc#1012628). +- s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping + (bsc#1012628). +- netfilter: nf_tables: NULL pointer dereference in + nf_tables_updobj() (bsc#1012628). +- can: isotp: check CAN address family in isotp_bind() + (bsc#1012628). +- gcc-plugins: drop -std=gnu++11 to fix GCC 13 build + (bsc#1012628). +- tools/power/x86/intel-speed-select: Add Emerald Rapid quirk + (bsc#1012628). +- platform/x86: dell-ddv: Add support for interface version 3 + (bsc#1012628). +- wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup + (bsc#1012628). +- ACPI: video: Fix Lenovo Ideapad Z570 DMI match (bsc#1012628). +- net/mlx5: fw_tracer: Fix debug print (bsc#1012628). +- coda: Avoid partial allocation of sig_inputArgs (bsc#1012628). +- uaccess: Add minimum bounds check on kernel buffer size + (bsc#1012628). +- s390/idle: mark arch_cpu_idle() noinstr (bsc#1012628). +- time/debug: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: domains: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: EM: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- Bluetooth: Fix issue with Actions Semi ATS2851 based devices + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 + (bsc#1012628). +- Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE + (bsc#1012628). +- wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30 + (bsc#1012628). +- hv_netvsc: Check status in SEND_RNDIS_PKT completion message + (bsc#1012628). +- s390/kfence: fix page fault reporting (bsc#1012628). +- devlink: Fix TP_STRUCT_entry in trace of devlink health report + (bsc#1012628). +- scm: add user copy checks to put_cmsg() (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab + 3 X90F (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for DynaBook K50 + (bsc#1012628). +- drm/amd/display: Reduce expected sdp bandwidth for dcn321 + (bsc#1012628). +- drm/amd/display: Revert Reduce delay when sink device not able + to ACK 00340h write (bsc#1012628). +- drm/amd/display: Fix potential null-deref in dm_resume + (bsc#1012628). +- drm/omap: dsi: Fix excessive stack usage (bsc#1012628). +- HID: Add Mapping for System Microphone Mute (bsc#1012628). +- drm/tiny: ili9486: Do not assume 8-bit only SPI controllers + (bsc#1012628). +- drm/amd/display: Defer DIG FIFO disable after VID stream enable + (bsc#1012628). +- drm/radeon: free iio for atombios when driver shutdown + (bsc#1012628). +- drm/amd: Avoid BUG() for case of SRIOV missing IP version + (bsc#1012628). +- drm/amdkfd: Page aligned memory reserve size (bsc#1012628). +- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs + firmware write (bsc#1012628). +- Revert "fbcon: don't lose the console font across generic->chip + driver switch" (bsc#1012628). +- drm/amd: Avoid ASSERT for some message failures (bsc#1012628). +- drm: amd: display: Fix memory leakage (bsc#1012628). +- drm/amd/display: fix mapping to non-allocated address + (bsc#1012628). +- HID: uclogic: Add frame type quirk (bsc#1012628). +- HID: uclogic: Add battery quirk (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro SW (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro MW (bsc#1012628). +- drm/msm/dsi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- drm: rcar-du: Add quirk for H3 ES1.x pclk workaround + (bsc#1012628). +- drm: rcar-du: Fix setting a reserved bit in DPLLCR + (bsc#1012628). +- drm/drm_print: correct format problem (bsc#1012628). +- drm/amd/display: Set hvm_enabled flag for S/G mode + (bsc#1012628). +- drm/client: Test for connectors before sending hotplug event + (bsc#1012628). +- habanalabs: extend fatal messages to contain PCI info + (bsc#1012628). +- habanalabs: fix bug in timestamps registration code + (bsc#1012628). +- docs/scripts/gdb: add necessary make scripts_gdb step + (bsc#1012628). +- drm/msm/dpu: Add DSC hardware blocks to register snapshot + (bsc#1012628). +- ASoC: soc-compress: Reposition and add pcm_mutex (bsc#1012628). +- ASoC: kirkwood: Iterate over array indexes instead of using + pointer math (bsc#1012628). +- regulator: max77802: Bounds check regulator id against opmode + (bsc#1012628). +- regulator: s5m8767: Bounds check id indexing into arrays + (bsc#1012628). +- Revert "drm/amdgpu: TA unload messages are not actually sent + to psp when amdgpu is uninstalled" (bsc#1012628). +- drm/amd/display: fix FCLK pstate change underflow (bsc#1012628). +- gfs2: Improve gfs2_make_fs_rw error handling (bsc#1012628). +- hwmon: (coretemp) Simplify platform device handling + (bsc#1012628). +- hwmon: (nct6775) Directly call ASUS ACPI WMI method + (bsc#1012628). +- hwmon: (nct6775) B650/B660/X670 ASUS boards support + (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (bsc#1012628). +- drm/amd/display: Do not commit pipe when updating DRR + (bsc#1012628). +- scsi: snic: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- scsi: ufs: core: Fix device management cmd timeout flow + (bsc#1012628). +- HID: logitech-hidpp: Don't restart communication if not + necessary (bsc#1012628). +- drm/amd/display: Enable P-state validation checks for DCN314 + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad + Duet 3 10IGL5 (bsc#1012628). +- drm/amd/display: Disable HUBP/DPP PG on DCN314 for now + (bsc#1012628). +- drm/amd/display: disable SubVP + DRR to prevent underflow + (bsc#1012628). +- dm thin: add cond_resched() to various workqueue loops + (bsc#1012628). +- dm cache: add cond_resched() to various workqueue loops + (bsc#1012628). +- nfsd: zero out pointers after putting nfsd_files on COPY setup + error (bsc#1012628). +- nfsd: don't hand out delegation on setuid files being opened + for write (bsc#1012628). +- cifs: prevent data race in smb2_reconnect() (bsc#1012628). +- drm/i915/mtl: Correct implementation of Wa_18018781329 + (bsc#1012628). +- drm/shmem-helper: Revert accidental non-GPL export + (bsc#1012628). +- driver core: fw_devlink: Avoid spurious error message + (bsc#1012628). +- wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu + (bsc#1012628). +- firmware: coreboot: framebuffer: Ignore reserved pixel color + bits (bsc#1012628). +- block: don't allow multiple bios for IOCB_NOWAIT issue + (bsc#1012628). +- block: clear bio->bi_bdev when putting a bio back in the cache + (bsc#1012628). +- block: be a bit more careful in checking for NULL bdev while + polling (bsc#1012628). +- rtc: pm8xxx: fix set-alarm race (bsc#1012628). +- ipmi: ipmb: Fix the MODULE_PARM_DESC associated to + 'retry_time_ms' (bsc#1012628). +- ipmi:ssif: resend_msg() cannot fail (bsc#1012628). +- ipmi_ssif: Rename idle state and check (bsc#1012628). +- ipmi:ssif: Add a timer between request retries (bsc#1012628). +- io_uring: Replace 0-length array with flexible array + (bsc#1012628). +- io_uring: use user visible tail in io_uring_poll() + (bsc#1012628). +- io_uring: handle TIF_NOTIFY_RESUME when checking for task_work + (bsc#1012628). +- io_uring: add a conditional reschedule to the IOPOLL cancelation + loop (bsc#1012628). +- io_uring: add reschedule point to handle_tw_list() + (bsc#1012628). +- io_uring/rsrc: disallow multi-source reg buffers (bsc#1012628). +- io_uring: remove MSG_NOSIGNAL from recvmsg (bsc#1012628). +- io_uring/poll: allow some retries for poll triggering spuriously + (bsc#1012628). +- io_uring: fix fget leak when fs don't support nowait buffered + read (bsc#1012628). +- s390/extmem: return correct segment type in __segment_load() + (bsc#1012628). +- s390: discard .interp section (bsc#1012628). +- s390/ipl: add DEFINE_GENERIC_LOADPARM() (bsc#1012628). +- s390/ipl: add loadparm parameter to eckd ipl/reipl data + (bsc#1012628). +- s390/kprobes: fix irq mask clobbering on kprobe reenter from + post_handler (bsc#1012628). +- s390/kprobes: fix current_kprobe never cleared after kprobes + reenter (bsc#1012628). +- KVM: s390: disable migration mode when dirty tracking is + disabled (bsc#1012628). +- cifs: improve checking of DFS links over + STATUS_OBJECT_NAME_INVALID (bsc#1012628). +- cifs: Fix uninitialized memory read in smb3_qfs_tcon() + (bsc#1012628). +- cifs: Fix uninitialized memory reads for oparms.mode + (bsc#1012628). +- cifs: fix mount on old smb servers (bsc#1012628). +- cifs: introduce cifs_io_parms in smb2_async_writev() + (bsc#1012628). +- cifs: split out smb3_use_rdma_offload() helper (bsc#1012628). +- cifs: don't try to use rdma offload on encrypted connections + (bsc#1012628). +- cifs: Check the lease context if we actually got a lease + (bsc#1012628). +- cifs: return a single-use cfid if we did not get a lease + (bsc#1012628). +- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization + (bsc#1012628). +- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() + (bsc#1012628). +- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi + (bsc#1012628). +- btrfs: hold block group refcount during async discard + (bsc#1012628). +- btrfs: sysfs: update fs features directory asynchronously + (bsc#1012628). +- locking/rwsem: Prevent non-first waiter from spinning in + down_write() slowpath (bsc#1012628). +- ksmbd: fix wrong data area length for smb2 lock request + (bsc#1012628). +- ksmbd: do not allow the actual frame length to be smaller than + the rfc1002 length (bsc#1012628). +- ksmbd: fix possible memory leak in smb2_lock() (bsc#1012628). +- torture: Fix hang during kthread shutdown phase (bsc#1012628). +- ARM: dts: exynos: correct HDMI phy compatible in Exynos4 + (bsc#1012628). +- io_uring: mark task TASK_RUNNING before handling resume/task + work (bsc#1012628). +- hfs: fix missing hfs_bnode_get() in __hfs_bnode_create + (bsc#1012628). +- fs: hfsplus: fix UAF issue in hfsplus_put_super (bsc#1012628). +- exfat: fix reporting fs error when reading dir beyond EOF + (bsc#1012628). +- exfat: fix unexpected EOF while reading dir (bsc#1012628). +- exfat: redefine DIR_DELETED as the bad cluster number + (bsc#1012628). +- exfat: fix inode->i_blocks for non-512 byte sector size device + (bsc#1012628). +- fs: dlm: start midcomms before scand (bsc#1012628). +- fs: dlm: fix use after free in midcomms commit (bsc#1012628). +- fs: dlm: be sure to call dlm_send_queue_flush() (bsc#1012628). +- fs: dlm: fix race setting stop tx flag (bsc#1012628). +- fs: dlm: don't set stop rx flag after node reset (bsc#1012628). +- fs: dlm: move sending fin message into state change handling + (bsc#1012628). +- fs: dlm: send FIN ack back in right cases (bsc#1012628). +- f2fs: fix information leak in f2fs_move_inline_dirents() + (bsc#1012628). +- f2fs: retry to update the inode page given data corruption + (bsc#1012628). +- f2fs: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- f2fs: fix kernel crash due to null io->bio (bsc#1012628). +- f2fs: Revert "f2fs: truncate blocks in batch in + __complete_revoke_list()" (bsc#1012628). +- ocfs2: fix defrag path triggering jbd2 ASSERT (bsc#1012628). +- ocfs2: fix non-auto defrag path not working issue (bsc#1012628). +- fs/cramfs/inode.c: initialize file_ra_state (bsc#1012628). +- selftests/landlock: Skip overlayfs tests when not supported + (bsc#1012628). +- selftests/landlock: Test ptrace as much as possible with Yama + (bsc#1012628). +- udf: Truncate added extents on failed expansion (bsc#1012628). +- udf: Do not bother merging very long extents (bsc#1012628). +- udf: Do not update file length for failed writes to inline files + (bsc#1012628). +- udf: Preserve link count of system files (bsc#1012628). +- udf: Detect system inodes linked into directory hierarchy + (bsc#1012628). +- udf: Fix file corruption when appending just after end of + preallocated extent (bsc#1012628). +- md: don't update recovery_cp when curr_resync is ACTIVE + (bsc#1012628). +- KVM: Destroy target device if coalesced MMIO unregistration + fails (bsc#1012628). +- KVM: VMX: Fix crash due to uninitialized current_vmcs + (bsc#1012628). +- KVM: Register /dev/kvm as the _very_ last thing during + initialization (bsc#1012628). +- KVM: x86: Purge "highest ISR" cache when updating APICv state + (bsc#1012628). +- KVM: x86: Blindly get current x2APIC reg value on "nodecode + write" traps (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if + APIC is disabled (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is + due to 32-bit ID (bsc#1012628). +- KVM: SVM: Flush the "current" TLB when activating AVIC + (bsc#1012628). +- KVM: SVM: Process ICR on AVIC IPI delivery failure due to + invalid target (bsc#1012628). +- KVM: SVM: Don't put/load AVIC when setting virtual APIC mode + (bsc#1012628). +- KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC + Self-IPI (bsc#1012628). +- KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits + 63:32 (bsc#1012628). +- KVM: SVM: Fix potential overflow in SEV's + send|receive_update_data() (bsc#1012628). +- KVM: SVM: hyper-v: placate modpost section mismatch error + (bsc#1012628). +- selftests: x86: Fix incorrect kernel headers search path + (bsc#1012628). +- x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows) + (bsc#1012628). +- x86/crash: Disable virt in core NMI crash handler to avoid + double shootdown (bsc#1012628). +- x86/reboot: Disable virtualization in an emergency if SVM is + supported (bsc#1012628). +- x86/reboot: Disable SVM, not just VMX, when stopping CPUs + (bsc#1012628). +- x86/kprobes: Fix __recover_optprobed_insn check optimizing logic + (bsc#1012628). +- x86/kprobes: Fix arch_check_optimized_kprobe check within + optimized_kprobe range (bsc#1012628). +- x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter + (bsc#1012628). +- x86/microcode/AMD: Add a @cpu parameter to the reloading + functions (bsc#1012628). +- x86/microcode/AMD: Fix mixed steppings support (bsc#1012628). +- x86/speculation: Allow enabling STIBP with legacy IBRS + (bsc#1012628). +- Documentation/hw-vuln: Document the interaction between IBRS + and STIBP (bsc#1012628). +- virt/sev-guest: Return -EIO if certificate buffer is not large + enough (bsc#1012628). +- brd: mark as nowait compatible (bsc#1012628). +- brd: return 0/-error from brd_insert_page() (bsc#1012628). +- brd: check for REQ_NOWAIT and set correct page allocation mask + (bsc#1012628). +- ima: fix error handling logic when file measurement failed + (bsc#1012628). +- ima: Align ima_file_mmap() parameters with mmap_file LSM hook + (bsc#1012628). +- selftests/powerpc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests/ftrace: Fix eprobe syntax test case to check filter + support (bsc#1012628). +- selftests: sched: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: core: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pid_namespace: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: arm64: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: clone3: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pidfd: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: membarrier: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: kcmp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: media_tests: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: gpio: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: filesystems: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: user_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ptp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: sync: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: rseq: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: move_mount_set_group: Fix incorrect kernel headers + search path (bsc#1012628). +- selftests: mount_setattr: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: perf_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ipc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: futex: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: drivers: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: dmabuf-heaps: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: vm: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: seccomp: Fix incorrect kernel headers search path + (bsc#1012628). +- irqdomain: Fix association race (bsc#1012628). +- irqdomain: Fix disassociation race (bsc#1012628). +- irqdomain: Look for existing mapping only once (bsc#1012628). +- irqdomain: Drop bogus fwspec-mapping error handling + (bsc#1012628). +- irqdomain: Refactor __irq_domain_alloc_irqs() (bsc#1012628). +- irqdomain: Fix mapping-creation race (bsc#1012628). +- irqdomain: Fix domain registration race (bsc#1012628). +- crypto: qat - fix out-of-bounds read (bsc#1012628). +- mm/damon/paddr: fix missing folio_put() (bsc#1012628). +- ALSA: ice1712: Do not left ice->gpio_mutex locked in + aureon_add_controls() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC + (bsc#1012628). +- jbd2: fix data missing when reusing bh which is ready to be + checkpointed (bsc#1012628). +- ext4: optimize ea_inode block expansion (bsc#1012628). +- ext4: refuse to create ea block when umounted (bsc#1012628). +- cxl/pmem: Fix nvdimm registration races (bsc#1012628). +- Input: exc3000 - properly stop timer on shutdown (bsc#1012628). +- mtd: spi-nor: sfdp: Fix index value for SCCR dwords + (bsc#1012628). +- mtd: spi-nor: spansion: Consider reserved bits in CFR5 register + (bsc#1012628). +- mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type + (bsc#1012628). +- dm: send just one event on resize, not two (bsc#1012628). +- dm: add cond_resched() to dm_wq_work() (bsc#1012628). +- dm: add cond_resched() to dm_wq_requeue_work() (bsc#1012628). +- wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power + on/off twice (bsc#1012628). +- wifi: rtl8xxxu: Use a longer retry limit of 48 (bsc#1012628). +- wifi: ath11k: allow system suspend to survive ath11k + (bsc#1012628). +- wifi: cfg80211: Fix use after free for wext (bsc#1012628). +- wifi: cfg80211: Set SSID if it is not already set (bsc#1012628). +- cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies (bsc#1012628). +- qede: fix interrupt coalescing configuration (bsc#1012628). +- thermal: intel: powerclamp: Fix cur_state for multi package + system (bsc#1012628). +- dm flakey: fix logic when corrupting a bio (bsc#1012628). +- dm cache: free background tracker's queued work in + btracker_destroy (bsc#1012628). +- dm flakey: don't corrupt the zero page (bsc#1012628). +- dm flakey: fix a bug with 32-bit highmem systems (bsc#1012628). +- hwmon: (peci/cputemp) Fix off-by-one in coretemp_label + allocation (bsc#1012628). +- hwmon: (nct6775) Fix incorrect parenthesization in + nct6775_write_fan_div() (bsc#1012628). +- spi: intel: Check number of chip selects after reading the + descriptor (bsc#1012628). +- ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4210 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4 (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU3 family + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos5250 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid HC1 + (bsc#1012628). +- arm64: acpi: Fix possible memory leak of ffh_ctxt (bsc#1012628). +- arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP + (bsc#1012628). +- arm64: Reset KASAN tag in copy_highpage with HW tags only + (bsc#1012628). +- fuse: add inode/permission checks to fileattr_get/fileattr_set + (bsc#1012628). +- rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() + fails (bsc#1012628). +- ceph: update the time stamps and try to drop the suid/sgid + (bsc#1012628). +- regulator: core: Use ktime_get_boottime() to determine how + long a regulator was off (bsc#1012628). +- panic: fix the panic_print NMI backtrace setting (bsc#1012628). +- mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON + (bsc#1012628). +- genirq/msi, platform-msi: Ensure that MSI descriptors are + unreferenced (bsc#1012628). +- genirq/msi: Take the per-device MSI lock before validating + the control structure (bsc#1012628). +- spi: spi-sn-f-ospi: fix duplicate flag while assigning to + mode_bits (bsc#1012628). +- alpha: fix FEN fault handling (bsc#1012628). +- dax/kmem: Fix leak of memory-hotplug resources (bsc#1012628). +- mips: fix syscall_get_nr (bsc#1012628). +- media: ipu3-cio2: Fix PM runtime usage_count in driver unbind + (bsc#1012628). +- remoteproc/mtk_scp: Move clk ops outside send_lock + (bsc#1012628). +- vfio: Fix NULL pointer dereference caused by uninitialized + group->iommufd (bsc#1012628). +- docs: gdbmacros: print newest record (bsc#1012628). +- mm: memcontrol: deprecate charge moving (bsc#1012628). +- mm/thp: check and bail out if page in deferred queue already + (bsc#1012628). +- ktest.pl: Give back console on Ctrt^C on monitor (bsc#1012628). +- kprobes: Fix to handle forcibly unoptimized kprobes on + freeing_list (bsc#1012628). +- ktest.pl: Fix missing "end_monitor" when machine check fails + (bsc#1012628). +- ktest.pl: Add RUN_TIMEOUT option with default unlimited + (bsc#1012628). +- memory tier: release the new_memtier in + find_create_memory_tier() (bsc#1012628). +- ring-buffer: Handle race between rb_move_tail and rb_check_pages + (bsc#1012628). +- tools/bootconfig: fix single & used for logical condition + (bsc#1012628). +- tracing/eprobe: Fix to add filter on eprobe description in + README file (bsc#1012628). +- iommu/amd: Add a length limitation for the ivrs_acpihid + command-line parameter (bsc#1012628). +- scsi: aacraid: Allocate cmd_priv with scsicmd (bsc#1012628). +- scsi: qla2xxx: Fix link failure in NPIV environment + (bsc#1012628). +- scsi: qla2xxx: Check if port is online before sending ELS + (bsc#1012628). +- scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests + (bsc#1012628). +- scsi: qla2xxx: Remove unintended flag clearing (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link down (bsc#1012628). +- scsi: qla2xxx: Remove increment of interface err cnt + (bsc#1012628). +- scsi: ses: Don't attach if enclosure has no components + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in + ses_enclosure_data_process() (bsc#1012628). +- scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix possible desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() + (bsc#1012628). +- RISC-V: add a spin_shadow_stack declaration (bsc#1012628). +- riscv: Avoid enabling interrupts in die() (bsc#1012628). +- riscv: mm: fix regression due to update_mmu_cache change + (bsc#1012628). +- riscv: jump_label: Fixup unaligned arch_static_branch function + (bsc#1012628). +- riscv: ftrace: Fixup panic by disabling preemption + (bsc#1012628). +- riscv, mm: Perform BPF exhandler fixup on page fault + (bsc#1012628). +- riscv: ftrace: Remove wasted nops for !RISCV_ISA_C + (bsc#1012628). +- riscv: ftrace: Reduce the detour code size to half + (bsc#1012628). +- MIPS: DTS: CI20: fix otg power gpio (bsc#1012628). +- PCI/PM: Observe reset delay irrespective of bridge_d3 + (bsc#1012628). +- PCI: Unify delay handling for reset and resume (bsc#1012628). +- PCI: hotplug: Allow marking devices as disconnected during + bind/unbind (bsc#1012628). +- PCI: Avoid FLR for AMD FCH AHCI adapters (bsc#1012628). +- PCI/DPC: Await readiness of secondary bus after reset + (bsc#1012628). +- bus: mhi: ep: Only send -ENOTCONN status if client driver is + available (bsc#1012628). +- bus: mhi: ep: Move chan->lock to the start of processing queued + ch ring (bsc#1012628). +- bus: mhi: ep: Save channel state locally during suspend and + resume (bsc#1012628). +- iommufd: Make sure to zero vfio_iommu_type1_info before copying + to user (bsc#1012628). +- iommufd: Do not add the same hwpt to the ioas->hwpt_list twice + (bsc#1012628). +- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode + (bsc#1012628). +- iommu/vt-d: Fix PASID directory pointer coherency (bsc#1012628). +- vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR (bsc#1012628). +- vfio/type1: prevent underflow of locked_vm via exec() + (bsc#1012628). +- vfio/type1: track locked_vm per dma (bsc#1012628). +- vfio/type1: restore locked_vm (bsc#1012628). +- drm/amd: Fix initialization for nbio 7.5.1 (bsc#1012628). +- drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv + (bsc#1012628). +- drm/radeon: Fix eDP for single-display iMac11,2 (bsc#1012628). +- drm/i915: Don't use stolen memory for ring buffers with LLC + (bsc#1012628). +- drm/i915: Don't use BAR mappings for ring buffers with LLC + (bsc#1012628). +- drm/gud: Fix UBSAN warning (bsc#1012628). +- drm/edid: fix AVI infoframe aspect ratio handling (bsc#1012628). +- drm/edid: fix parsing of 3D modes from HDMI VSDB (bsc#1012628). +- qede: avoid uninitialized entries in coal_entry array + (bsc#1012628). +- brd: use radix_tree_maybe_preload instead of radix_tree_preload + (bsc#1012628). +- net: avoid double iput when sock_alloc_file fails (bsc#1012628). +- Update config files. +- commit ef7db20 + +------------------------------------------------------------------- +Thu Mar 9 07:01:29 CET 2023 - jslaby@suse.cz + +- Disable lockdown. (bsc#1209006 bsc#1211166) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- Disable lockdown. (bsc#1209006) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- commit 77c9b15 + +------------------------------------------------------------------- +Thu Mar 9 06:25:10 CET 2023 - jlee@suse.com + +- Update config files. + Add the following config to x86_64, arm64 and i386. + CONFIG_IMA_ARCH_POLICY=y + CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y + This config be used to detect secure boot. (bsc#1209006) +- commit 90a4659 + +------------------------------------------------------------------- +Wed Mar 8 14:50:04 CET 2023 - jlee@suse.com + +- KEYS: Make use of platform keyring for module signature verify + (FATE#314508, FATE#316531, bsc#1209006). +- commit 261191e + ------------------------------------------------------------------- Wed Mar 8 11:36:15 CET 2023 - msuchanek@suse.de @@ -3379,6 +27110,13 @@ Tue Mar 7 15:24:22 CET 2023 - shung-hsi.yu@suse.com Link: http://mailman.suse.de/mlarch/SuSE/kernel/2023/kernel.2023.03/msg00024.html - commit 6d65136 +------------------------------------------------------------------- +Tue Mar 7 09:58:06 CET 2023 - mkubecek@suse.cz + +- cpumask: fix incorrect cpumask scanning result checks + (https://lkml.iu.edu/hypermail/linux/kernel/2303.0/05801.html). +- commit f6f6da4 + ------------------------------------------------------------------- Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de @@ -3389,6 +27127,398 @@ Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de instead. - commit 152a069 +------------------------------------------------------------------- +Mon Mar 6 11:29:41 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc1 +- drop 32 patches (30 stable, 2 mainline) + - patches.kernel.org/* + - patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch + - patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - BOOT_CONFIG_FORCE=n + - Memory Management options + - ZSMALLOC_CHAIN_SIZE=8 + - Networking support + - AF_RXRPC_INJECT_RX_DELAY=n + - File systems + - EROFS_FS_PCPU_KTHREAD=n + - RPCSEC_GSS_KRB5_ENCTYPES_DES=n + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y + - RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2=y + - Cryptographic API + - CRYPTO_ARIA_AESNI_AVX2_X86_64=m + - CRYPTO_ARIA_GFNI_AVX512_X86_64=m + - Kernel hacking + - NMI_CHECK_CPU=y + - RCU_CPU_STALL_CPUTIME=y + - TEST_DHRY=n + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT renamed from PARIDE + - PATA_PARPORT_* renamed from PARIDE_* + - Network device support + - NET_DSA_MICROCHIP_KSZ_PTP=y + - NET_DSA_MSCC_OCELOT_EXT=m + - NCN26000_PHY=m + - ATH12K=m + - ATH12K_DEBUG=n + - ATH12K_TRACING=n + - Character devices + - SERIAL_8250_PCI1XXXX=y + - SERIAL_8250_DFL=m + - Power supply class support + - CHARGER_RT9467=m + - CHARGER_RT9471=m + - Hardware Monitoring support + - SENSORS_MC34VR500=m + - SENSORS_MPQ7932=m + - SENSORS_MPQ7932_REGULATOR=y + - SENSORS_TDA38640=m + - SENSORS_TDA38640_REGULATOR=y + - Multifunction device drivers + - MFD_INTEL_M10_BMC_SPI=n + - MFD_INTEL_M10_BMC_PMCI=n + - Multimedia support + - VIDEO_IMX296=m + - VIDEO_OV8858=m + - Graphics support + - DRM_PANEL_AUO_A030JTN01=n + - DRM_PANEL_ORISETECH_OTA5601A=n + - BACKLIGHT_KTZ8866=m + - Compute Acceleration Framework + - DRM_ACCEL_HABANALABS=m + - DRM_ACCEL_IVPU=m + - Sound card support + - SND_HDA_CTL_DEV_ID=n + - SND_SOC_AW88395=n + - SND_SOC_CS42L42_SDW=m + - SND_SOC_IDT821034=n + - SND_SOC_PEB2466=n + - SND_SOC_RT712_SDCA_SDW=m + - SND_SOC_SMA1303=n + - HID_SUPPORT=y + - HID_SUPPORT=y + - HID_EVISION=m + - STEAM_FF=y + - HID_BPF=y + - I2C_HID=m + - vDPA drivers + - MLX5_VDPA_STEERING_DEBUG=n + - SNET_VDPA=m + - Industrial I/O support + - TI_ADS7924=n + - TI_LMP92064=n + - MAX5522=n + - TI_TMAG5273=n + - Misc devices + - REGULATOR_MAX20411=m + - TYPEC_MUX_GPIO_SBU=m + - XILINX_XDMA=m + - CROS_EC_UART=m + - INTEL_TPMI=m + - INTEL_IOMMU_PERF_EVENTS=y + - WPCM450_SOC=m + - DEV_DAX_CXL=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - VIDEO_IMX415=m + - DRM_PANEL_HIMAX_HX8394=n + - DRM_PANEL_VISIONOX_VTDR6130=n + - QCOM_PMIC_GLINK=m + - BATTERY_QCOM_BATTMGR=m + - ppc64le / ppc64 + - KCSAN=n + - s390x + - FPROBE=y + - s390x/zfcpdump + - GLOB_SELFTEST=n + - riscv64 + - ARCH_SUNXI=y + - RISCV_ISA_ZBB=y + - SUN50I_DE2_BUS=n + - SUNXI_RSB=m + - MTD_NAND_SUNXI=m + - AHCI_SUNXI=m + - NET_VENDOR_ALLWINNER=y + - SUN4I_EMAC=m + - DWMAC_SUNXI=m + - DWMAC_SUN8I=m + - KEYBOARD_SUN4I_LRADC=m + - TOUCHSCREEN_SUN4I=m + - SERIO_SUN4I_PS2=m + - SERIAL_EARLYCON_SEMIHOST=y + - HW_RANDOM_JH7110=m + - I2C_MV64XXX=m + - SPI_SUN4I=m + - SPI_SUN6I=m + - PINCTRL_STARFIVE_JH7110_SYS=m + - PINCTRL_STARFIVE_JH7110_AON=m + - PINCTRL_SUN*=y + - SUN8I_THERMAL=m + - SUNXI_WATCHDOG=m + - MFD_SUN4I_GPADC=n + - MFD_AC100=n + - MFD_AXP20X_RSB=n + - MFD_SUN6I_PRCM=n + - IR_SUNXI=m + - DRM_SUN4I=n + - SND_SUN4I_CODEC=m + - SND_SUN4I_I2S=m + - SND_SUN4I_SPDIF=m + - SND_SUN50I_DMIC=m + - MMC_DW_STARFIVE=m + - MMC_SUNXI=m + - RTC_DRV_SUN6I=n + - DMA_SUN6I=m + - VIDEO_SUNXI=y + - VIDEO_SUNXI_CEDRUS=m + - SUNXI_CCU=m + - SUN20I_D1_CCU=m + - SUN20I_D1_R_CCU=m + - SUN6I_RTC_CCU=m + - SUN8I_DE2_CCU=m + - HWSPINLOCK_SUN6I=m + - SUN6I_MSGBOX=m + - SUN50I_IOMMU=y + - JH71XX_PMU=n + - SUN20I_PPU=n + - ARM_SUN8I_A33_MBUS_DEVFREQ=m + - PWM_SUN4I=m + - PHY_SUN4I_USB=m + - PHY_SUN6I_MIPI_DPHY=m + - PHY_SUN9I_USB=m + - PHY_SUN50I_USB3=m + - NVMEM_SUNXI_SID=m + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - CRYPTO_DEV_ALLWINNER=y + - CRYPTO_DEV_SUN4I_SS=m + - CRYPTO_DEV_SUN4I_SS_PRNG=y + - CRYPTO_DEV_SUN4I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_CE=m + - CRYPTO_DEV_SUN8I_CE_DEBUG=n + - CRYPTO_DEV_SUN8I_CE_HASH=y + - CRYPTO_DEV_SUN8I_CE_PRNG=y + - CRYPTO_DEV_SUN8I_CE_TRNG=y + - CRYPTO_DEV_SUN8I_SS=m + - CRYPTO_DEV_SUN8I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_SS_PRNG=y + - CRYPTO_DEV_SUN8I_SS_HASH=y + - USB_MUSB_SUNXI=m +- commit f3bbae4 + +------------------------------------------------------------------- +Fri Mar 3 12:24:23 CET 2023 - jslaby@suse.cz + +- Linux 6.2.2 (bsc#1012628). +- USB: core: Don't hold device lock while reading the + "descriptors" sysfs file (bsc#1012628). +- usb: typec: pd: Remove usb_suspend_supported sysfs from sink + PDO (bsc#1012628). +- arm64: dts: uniphier: Fix property name in PXs3 USB node + (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_resume + (bsc#1012628). +- USB: serial: option: add support for VW/Skoda "Carstick LTE" + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-M + (bsc#1012628). +- wifi: rtw88: usb: drop now unnecessary URB size check + (bsc#1012628). +- wifi: rtw88: usb: send Zero length packets if necessary + (bsc#1012628). +- wifi: rtw88: usb: Set qsel correctly (bsc#1012628). +- scripts/tags.sh: fix incompatibility with PCRE2 (bsc#1012628). +- drm/amd/display: Properly reuse completion structure + (bsc#1012628). +- drm/amd/display: Move DCN314 DOMAIN power control to DMCUB + (bsc#1012628). +- vc_screen: don't clobber return value in vcs_read (bsc#1012628). +- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state + (bsc#1012628). +- crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption + (bsc#1012628). +- ALSA: hda: cs35l41: Correct error condition handling + (bsc#1012628). +- commit ec730fa + +------------------------------------------------------------------- +Wed Mar 1 13:02:45 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia drivers (bsc#1208780). +- commit 789fdf4 + +------------------------------------------------------------------- +Wed Mar 1 12:47:40 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia socket drivers (bsc#1208780). +- commit 27af844 + +------------------------------------------------------------------- +Wed Mar 1 09:27:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch. +- Delete + patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch. +- Delete + patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch. + These drivers are now disabled, so remove the non-upstream patches. See + bsc#1208775. +- commit 03a39b9 + +------------------------------------------------------------------- +Wed Mar 1 09:26:23 CET 2023 - jslaby@suse.cz + +- Update config files. Disable char/pcmcia drivers (bsc#1208775). +- commit a2a5aac + +------------------------------------------------------------------- +Wed Mar 1 09:09:28 CET 2023 - jslaby@suse.cz + +- arm64: efi: Use SMBIOS processor ID to key off Altra quirk + (bsc#1208750). +- commit 533dcdd + +------------------------------------------------------------------- +Tue Feb 28 16:32:23 CET 2023 - schwab@suse.de + +- config: riscv64: enable SPI_SPIDEV and SPI_SLAVE +- commit 8cad76a + +------------------------------------------------------------------- +Mon Feb 27 12:39:20 CET 2023 - jslaby@suse.cz + +- Linux 6.2.1 (bsc#1012628). +- bpf: add missing header file include (bsc#1012628). +- randstruct: disable Clang 15 support (bsc#1012628). +- ext4: Fix function prototype mismatch for ext4_feat_ktype + (bsc#1012628). +- platform/x86: nvidia-wmi-ec-backlight: Add force module + parameter (bsc#1012628). +- platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY + (bsc#1012628). +- audit: update the mailing list in MAINTAINERS (bsc#1012628). +- wifi: mwifiex: Add missing compatible string for SD8787 + (bsc#1012628). +- HID: mcp-2221: prevent UAF in delayed work (bsc#1012628). +- x86/static_call: Add support for Jcc tail-calls (bsc#1012628). +- x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 + instructions (bsc#1012628). +- x86/alternatives: Introduce int3_emulate_jcc() (bsc#1012628). +- uaccess: Add speculation barrier to copy_from_user() + (bsc#1012628). +- commit 15796ef + +------------------------------------------------------------------- +Fri Feb 24 15:32:06 CET 2023 - msuchanek@suse.de + +- Disable PS3 support + The PS3 hardware cannot be used with up-to-date firmware. +- commit 484fa63 + +------------------------------------------------------------------- +Fri Feb 24 14:53:02 CET 2023 - tzimmermann@suse.com + +- uvesafb: Disable fbdev driver (boo#1208662) + A VESA-based driver. Dropped in favor of generic DRM drivers. +- commit f0d0f1a + +------------------------------------------------------------------- +Fri Feb 24 14:39:16 CET 2023 - tzimmermann@suse.com + +- ocfb: Disable fbdev driver (boo#1208660) + The OpenCores fbdev driver is for an old homebrew chip design. Probably + unused. +- commit 00dd263 + +------------------------------------------------------------------- +Fri Feb 24 14:10:24 CET 2023 - tzimmermann@suse.com + +- udlfb: Disable fbdev driver (boo#1208658) + We've long shipped the DRM-based udl driver, which handles the same + devices. +- commit 8a53173 + +------------------------------------------------------------------- +Fri Feb 24 13:16:18 CET 2023 - tzimmermann@suse.com + +- ssd1307fb: Replace with ssd130x (boo#1208656) + Replace fbdev's ssd1307fb driver with the new DRM-based driver + ssd130x. Adds support for SPI and Wayland-based userspace. +- commit 1fe1b4c + +------------------------------------------------------------------- +Fri Feb 24 10:30:43 CET 2023 - tzimmermann@suse.com + +- vfb: Disable fbdev driver (boo#1208646) + The vfb fbdev driver is backed by system memory and only relevant for + testing. Disable it. There is DRM's vkms, if a software-only driver is + required. +- commit b1c9331 + +------------------------------------------------------------------- +Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com + +- Disable gxt4500 fbdev driver (boo#1208642) + The gxt4500 driver serves a 20yrs-old graphics hardware for + IBM RS/6000 system. Probably not in use any longer. +- commit 5313a19 + +------------------------------------------------------------------- +Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz + +- blacklist.conf: clean up + Remove the only (5.5) entry. It was needed only years ago. +- commit de1e630 + +------------------------------------------------------------------- +Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz + +- Update to 6.2 final +- refresh configs +- commit 28fe266 + +------------------------------------------------------------------- +Sat Feb 18 08:02:26 CET 2023 - jlee@suse.com + +- arm64: lock down kernel in secure boot mode (jsc#SLE-15020, bsc#1198101). +- efi: Lock down the kernel at the integrity level if booted in + secure boot mode (jsc#SLE-9870, bsc#1198101). +- efi: Lock down the kernel if booted in secure boot mode + (jsc#SLE-9870, bsc#1198101). +- Update config files. + - The shim for openSUSE Tumbleweed needs to be reviewed by upstream + and signed by Microsoft. So we need to lockdown kernel on x86_64 + and arm64 because EFI secure boot. + - We disable CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT in other + architectures. +- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + (jsc#SLE-9870, bsc#1198101). +- security: lockdown: expose a hook to lock the kernel down + (jsc#SLE-9870, bsc#1198101). +- commit a7d5b50 + +------------------------------------------------------------------- +Thu Feb 16 18:56:58 CET 2023 - mkoutny@suse.com + +- Update config files. + Disable CONFIG_BLK_CGROUP_IOPRIO. + io.prio.class is a misdesigned mechanism that doesn't fit well with the + cgroup (especially v2): +- it's not properly hierarchical + - cgroup-wise: parent cgroup has no contol over child cgroup + - task-wise: priority impact outside of a cgroup (i.e. affects + cousins competition) +- it's not device dependent (device oblivious) + Disable it in openSUSE Tumbleweed (and future products) so that we don't + teach users to use it and force ourselves to support it. +- commit 35713cd + ------------------------------------------------------------------- Wed Feb 15 06:26:48 CET 2023 - jslaby@suse.cz @@ -3606,6 +27736,13 @@ Tue Feb 14 09:26:04 CET 2023 - jslaby@suse.cz Add refereces. - commit 69a37c0 +------------------------------------------------------------------- +Tue Feb 14 08:20:41 CET 2023 - jslaby@suse.cz + +- Update config files. + Just run oldconfig. +- commit f33197d + ------------------------------------------------------------------- Tue Feb 14 08:18:30 CET 2023 - jslaby@suse.cz @@ -3619,7 +27756,13 @@ Tue Feb 14 07:08:39 CET 2023 - jlee@suse.com - Removed the support of EINJ (bsc#1023051, CVE-2016-3695) - Update config files. - supported.conf: removed drivers/acpi/apei/einj support. -- commit 0a54635 +- commit c2c7791 + +------------------------------------------------------------------- +Sun Feb 12 23:19:13 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc8 +- commit 3c381aa ------------------------------------------------------------------- Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz @@ -4042,6 +28185,12 @@ Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz - ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628). - commit 2a0570b +------------------------------------------------------------------- +Mon Feb 6 00:03:04 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc7 +- commit 225bfb7 + ------------------------------------------------------------------- Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz @@ -4570,6 +28719,14 @@ Mon Jan 30 06:47:33 CET 2023 - jslaby@suse.cz Update upstream status. - commit e426c74 +------------------------------------------------------------------- +Sun Jan 29 23:23:29 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc6 +- eliminate 1 patch + - patches.suse/0001-Revert-mm-compaction-fix-set-skip-in-fast_find_migra.patch +- commit 4fa09ed + ------------------------------------------------------------------- Tue Jan 24 09:14:25 CET 2023 - tiwai@suse.de @@ -4919,6 +29076,20 @@ Mon Jan 23 07:14:31 CET 2023 - jslaby@suse.cz Update to upstream version. - commit a02770c +------------------------------------------------------------------- +Sun Jan 22 16:57:35 CET 2023 - mkubecek@suse.cz + +- objtool: Check that module init/exit function is an indirect + call target. +- commit 39a491d + +------------------------------------------------------------------- +Sun Jan 22 16:55:08 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc5 +- refresh configs +- commit e1e1e9c + ------------------------------------------------------------------- Fri Jan 20 08:21:40 CET 2023 - jslaby@suse.cz @@ -5271,6 +29442,12 @@ Mon Jan 16 17:02:14 CET 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-renesas subpackage - commit 6020754 +------------------------------------------------------------------- +Mon Jan 16 11:57:20 CET 2023 - msuchanek@suse.de + +- Refresh patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch. +- commit df46e81 + ------------------------------------------------------------------- Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz @@ -5308,6 +29485,27 @@ Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz architectures (bsc#1012628). - commit 573f4a9 +------------------------------------------------------------------- +Sun Jan 15 20:50:24 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc4 +- eliminate 2 patches + - patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch + - patches.suse/drm-amdgpu-fix-pipeline-sync-v2.patch +- update configs + - ARM64_ERRATUM_2645198=y (arm64) + - SND_SOC_APQ8016_SBC=m (armv7hl/default, value from arm64) + - SND_SOC_MSM8996=m (armv7hl/default, value from arm64) + - SND_SOC_SC7180=m (armv7hl/default, value from arm64) +- commit b1ecb39 + +------------------------------------------------------------------- +Fri Jan 13 18:40:05 CET 2023 - vbabka@suse.cz + +- Revert "mm/compaction: fix set skip in fast_find_migrateblock" + (bsc#1206848). +- commit 5049637 + ------------------------------------------------------------------- Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz @@ -5315,6 +29513,20 @@ Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz (bsc#1206848). - commit e99ed0e +------------------------------------------------------------------- +Fri Jan 13 09:59:34 CET 2023 - mkubecek@suse.cz + +- drm/amdgpu: fix pipeline sync v2 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Delete + patches.suse/Revert-drm-amdgpu-move-explicit-sync-check-into-the-.patch. +- Delete + patches.suse/Revert-drm-amdgpu-use-scheduler-dependencies-for-CS.patch. +- Delete + patches.suse/Revert-drm-scheduler-remove-drm_sched_dependency_opt.patch. + Replace reverts of offending commits by queued upstream fix. +- commit 90ac672 + ------------------------------------------------------------------- Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz @@ -5584,6 +29796,30 @@ Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz (bsc#1012628). - commit 0fb77d6 +------------------------------------------------------------------- +Mon Jan 9 22:05:09 CET 2023 - svarbanov@suse.de + +- Update armv7 to 6.2.0-rc3 +- update configs +- re-enable armv7 +- commit e578e47 + +------------------------------------------------------------------- +Mon Jan 9 17:19:08 CET 2023 - svarbanov@suse.de + +- Update arm64 to 6.2.0-rc3 +- update configs +- re-enable arm64 +- commit 72fe5c3 + +------------------------------------------------------------------- +Mon Jan 9 13:58:39 CET 2023 - svarbanov@suse.de + +- Update armv6 to 6.2.0-rc3 +- update configs +- reenable armv6 +- commit ed1892b + ------------------------------------------------------------------- Mon Jan 9 11:59:51 CET 2023 - jslaby@suse.cz @@ -5948,6 +30184,31 @@ Mon Jan 9 07:15:38 CET 2023 - jslaby@suse.cz SMU13 asics (bsc#1012628). - commit 9fd04e2 +------------------------------------------------------------------- +Sun Jan 8 20:12:40 CET 2023 - mkubecek@suse.cz + +- Revert "drm/amdgpu: move explicit sync check into the CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/amdgpu: use scheduler dependencies for CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/scheduler: remove drm_sched_dependency_optimized" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- commit 13b3e26 + +------------------------------------------------------------------- +Sun Jan 8 19:58:20 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc3 +- eliminate 1 patch + - patches.suse/tcp-Add-TIME_WAIT-sockets-in-bhash2.patch +- refresh + - patches.suse/add-suse-supported-flag.patch +- update configs + - CDROM_PKTCDVD=m (restored, except s390x) + - CDROM_PKTCDVD_BUFFERS=8 (restored, except s390x) + - CDROM_PKTCDVD_WCACHE=y (restored, except s390x) +- commit 8fc2af0 + ------------------------------------------------------------------- Fri Jan 6 16:42:04 CET 2023 - jeffm@suse.com @@ -5969,6 +30230,13 @@ Fri Jan 6 15:33:16 CET 2023 - mkubecek@suse.cz as well. - commit 887416f +------------------------------------------------------------------- +Fri Jan 6 11:43:50 CET 2023 - msuchanek@suse.de + +- bpf_doc: Fix build error with older python versions + (TypeError: '_sre.SRE_Match' object is not subscriptable). +- commit 37f7888 + ------------------------------------------------------------------- Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com @@ -6146,6 +30414,33 @@ Mon Jan 2 13:33:38 CET 2023 - jslaby@suse.cz Update upstream status. - commit c14f878 +------------------------------------------------------------------- +Mon Jan 2 13:15:11 CET 2023 - msuchanek@suse.de + +- ppc64: Swap out FB_OF for OFDRM (boo#1193476) + FB_OF=n + AGP=n + OFDRM=y + DRM=y + This disables support for the Apple UniNorth AGP bridge. + yast does not support installing on Apple hardware anyway. +- commit eebb76b + +------------------------------------------------------------------- +Mon Jan 2 11:50:53 CET 2023 - schwab@suse.de + +- config: riscv64: disable CONFIG_IPMMU_VMSA + This is an ARM-only driver. +- commit dc8fbaa + +------------------------------------------------------------------- +Mon Jan 2 00:09:53 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc2 +- refresh + - patches.suse/add-suse-supported-flag.patch +- commit 8e1570b + ------------------------------------------------------------------- Sun Jan 1 11:39:03 CET 2023 - jslaby@suse.cz @@ -8123,6 +32418,209 @@ Fri Dec 30 10:18:44 CET 2022 - tiwai@suse.de (bsc#1206683). - commit 081acb5 +------------------------------------------------------------------- +Mon Dec 26 12:32:18 CET 2022 - mkubecek@suse.cz + +- Update to 6.2-rc1 +- drop 32 patches (25 stable, 7 mainline) + - patches.kernel.org/* + - patches.suse/NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch + - patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch + - patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch + - patches.suse/io_uring-net-ensure-compat-import-handlers-clear-fre.patch + - patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch + - patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch + - patches.suse/mm-mremap-fix-mremap-expanding-vma-with-addr-inside-.patch +- refresh + - patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/crasher.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - RCU_LAZY=n + - KALLSYMS_SELFTEST=n + - Processor type and features + - EFI_HANDOVER_PROTOCOL=y + - Mitigations for speculative execution vulnerabilities + - CALL_DEPTH_TRACKING=y + - CALL_THUNKS_DEBUG=n + - Power management and ACPI options + - ACPI_FFH=y + - Virtualization + - KVM_SMM=y + - Memory Management options + - SLOB_DEPRECATED=n + - SLUB_TINY=n + - Networking support + - BT_LE_L2CAP_ECRED=y + - BT_HCIBTUSB_POLL_SYNC=y + - BT_HCIBCM4377=m + - RXPERF=m + - File systems + - SQUASHFS_CHOICE_DECOMP_BY_MOUNT=y + - NFSD_V2=n + - Kernel hacking + - DEBUG_INFO_COMPRESSED_NONE=y + - DEBUG_INFO_COMPRESSED_ZLIB=n + - DEBUG_CGROUP_REF=n + - FAULT_INJECTION_STACKTRACE_FILTER=n + - Network device support + - NFP_NET_IPSEC=y + - MT7996E=m + - RTW88_8822BU=m + - RTW88_8822CU=m + - RTW88_8723DU=m + - RTW88_8821CU=m + - RTW89_8852BE=m + - Input device support + - TOUCHSCREEN_CYTTSP5=m + - TOUCHSCREEN_HYNITRON_CSTXXX=m + - TOUCHSCREEN_HIMAX_HX83112B=m + - Hardware Monitoring support + - SENSORS_OCC_P8_I2C=m + - SENSORS_OXP=m + - Multimedia support + - VIDEO_OV08X40=m + - VIDEO_OV4689=m + - VIDEO_TC358746=m + - Graphics support + - DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500 + - DRM_ACCEL=y + - DRM_ACCEL=y + - Sound card support + - SND_SOC_INTEL_AVS_MACH_MAX98927=m + - SND_SOC_INTEL_AVS_MACH_PROBE=m + - SND_SOC_WM8961=n + - X86 Platform Specific Device Drivers + - DELL_WMI_DDV=m + - X86_PLATFORM_DRIVERS_HP=y + - INTEL_IFS=m + - Industrial I/O support + - IIO_KX022A_SPI=n + - IIO_KX022A_I2C=n + - AD4130=n + - MAX11410=n + - AD74115=n + - ADF4377=n + - MAX30208=m + - Misc devices + - CXL_REGION_INVALIDATION_TEST=n + - ZRAM_MULTI_COMP=y + - LEGACY_TIOCSTI=n + - SPI_PCI1XXXX=n + - GPIO_LATCH=m + - ADVANTECH_EC_WDT=m + - MFD_SMPRO=n + - REGULATOR_RT6190=m + - MANA_INFINIBAND=m + - TDX_GUEST_DRIVER=m + - CROS_HPS_I2C=m + - IOMMUFD=n + - NVDIMM_SECURITY_TEST=n + - FPGA_MGR_LATTICE_SYSCONFIG_SPI=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - SPI_SN_F_OSPI=n + - MFD_TPS65219=n + - VIDEO_ST_VGXY61=m + - DRM_PANEL_JADARD_JD9365DA_H3=n + - DRM_PANEL_NEWVISION_NV3051D=n + - i386 + - SND_SOC_RT1318_SDW=n + - ppc64le / ppc64 + - SSIF_IPMI_BMC=m + - SENSORS_OCC_P9_SBE=m + - DRM_OFDRM=m + - ppc64 + - PPC64_BIG_ENDIAN_ELF_ABI_V2=y + - s390x + - VCAP=y + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - riscv64 + - ARCH_RENESAS=y + - ERRATA_THEAD_PMU=y + - CPU_FREQ=y + - CPU_FREQ_STAT=y (arm64) + - CPU_FREQ_DEFAULT_GOV_ONDEMAND=y (arm64) + - CPU_FREQ_GOV_POWERSAVE=m + - CPU_FREQ_GOV_USERSPACE=m + - CPU_FREQ_GOV_CONSERVATIVE=m + - CPU_FREQ_GOV_SCHEDUTIL=y + - CPUFREQ_DT=m + - PCIE_RCAR_HOST=y + - PCIE_RCAR_EP=y + - MTD_NAND_RENESAS=m + - SCSI_LPFC=m + - SCSI_LPFC_DEBUG_FS=n + - SATA_RCAR=m + - SH_ETH=m + - RAVB=m + - RENESAS_ETHER_SWITCH=m + - CAN_RCAR=m + - CAN_RCAR_CANFD=m + - SERIAL_8250_EM=y + - SERIAL_SH_SCI=n + - I2C_RIIC=m + - I2C_RZV2M=m + - I2C_SH_MOBILE=m + - I2C_RCAR=m + - I2C_SLAVE_EEPROM=m + - I2C_SLAVE_TESTUNIT=n + - SPI_RSPI=m + - SPI_SH_MSIOF=m + - SPI_SH_HSPI=m + - GPIO_RCAR=m + - CPU_FREQ_THERMAL=y + - RCAR_THERMAL=m + - RCAR_GEN3_THERMAL=m + - RZG2L_THERMAL=m + - RENESAS_WDT=m + - RENESAS_RZAWDT=m + - RENESAS_RZN1WDT=m + - RENESAS_RZG2LWDT=m + - DRM_RZG2L_MIPI_DSI=n + - FB_SH_MOBILE_LCDC=n + - SND_SOC_SH4_FSI=n + - SND_SOC_RCAR=n + - MMC_SDHI=m + - MMC_SDHI_SYS_DMAC=m + - MMC_SH_MMCIF=m + - SCSI_UFS_RENESAS=m + - RTC_DRV_SH=m + - RCAR_DMAC=m + - RENESAS_USB_DMAC=m + - CLK_RCAR_USB2_CLOCK_SEL=y + - RENESAS_OSTM=y + - IPMMU_VMSA=y + - ARCH_R9A07G043=y + - RENESAS_RPCIF=m + - RZG2L_ADC=n + - PWM_RCAR=m + - PWM_RENESAS_TPU=m + - RESET_RZG2L_USBPHY_CTRL=m + - PHY_R8A779F0_ETHERNET_SERDES=m + - PHY_RCAR_GEN2=m + - PHY_RCAR_GEN3_PCIE=m + - PHY_RCAR_GEN3_USB2=m + - PHY_RCAR_GEN3_USB3=m + - FPROBE=y + - UCLAMP_TASK=n + - ENERGY_MODEL=y + - MCTP_TRANSPORT_I2C=m + - INPUT_IBM_PANEL=m + - IPMI_IPMB=m + - SSIF_IPMI_BMC=m + - IPMB_DEVICE_INTERFACE=m + - SPI_RPCIF=m + - THERMAL_GOV_POWER_ALLOCATOR=n + - SND_SOC_RZ=n + - RZ_DMAC=m + - IOMMU_IO_PGTABLE_LPAE_SELFTEST=n + - DTPM_CPU=y + - DTPM_DEVFREQ=y +- commit 769d7ad + ------------------------------------------------------------------- Thu Dec 22 22:41:52 CET 2022 - mkubecek@suse.cz @@ -8359,7 +32857,7 @@ Thu Dec 8 20:32:18 CET 2022 - jeffm@suse.com over time and we haven't updated it, leading to things like bpf LSMs not working out of the box. This change just updates CONFIG_LSM to what the default would be now. -- commit b64d18c +- commit 720c383 ------------------------------------------------------------------- Thu Dec 8 11:49:09 CET 2022 - jslaby@suse.cz @@ -32712,7 +57210,12 @@ Fri Jan 7 10:50:54 CET 2022 - tiwai@suse.de - rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) For smooth migration with the former kernel-preempt user, kernel-default provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. -- commit d292a81 + [js] this fixes mismerge of this commit (d292a8131079) via 99c510061314. + It lost this one hunk in there. +- rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) + For smooth migration with the former kernel-preempt user, kernel-default + provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. +- commit 85ebeb0 ------------------------------------------------------------------- Fri Jan 7 10:38:24 CET 2022 - tiwai@suse.de @@ -106554,7 +131057,7 @@ Fri Aug 17 11:05:01 CEST 2018 - mkubecek@suse.cz Build statistics show that most architectures already need more than 2 GB. Require 4 GB except s390x where the memory usage is much lower and we might have trouble finding any compliant worker. -- commit 494fb32 +- commit 71aefb3 ------------------------------------------------------------------- Thu Aug 16 20:47:54 CEST 2018 - msuchanek@suse.de diff --git a/kernel-source-longterm.spec b/kernel-source-longterm.spec index 2275b7e..76015fe 100644 --- a/kernel-source-longterm.spec +++ b/kernel-source-longterm.spec @@ -16,9 +16,9 @@ # -%define srcversion 6.1 -%define patchversion 6.1.76 -%define git_commit d63edaf58bcc98a132add0daf498f26084cb6776 +%define srcversion 6.6 +%define patchversion 6.6.15 +%define git_commit 94b55c2ed19d56a6bf4a187d11ab78341beac1d4 %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ %endif Name: kernel-source-longterm -Version: 6.1.76 +Version: 6.6.15 %if 0%{?is_kotd} -Release: .gd63edaf +Release: .g94b55c2 %else Release: 0 %endif @@ -106,6 +106,7 @@ Source82: modflist Source83: kernel-subpackage-build Source84: kernel-subpackage-spec Source85: kernel-default-base.spec.txt +Source86: old_changelog.txt Source100: config.tar.bz2 Source101: config.addon.tar.bz2 Source102: patches.arch.tar.bz2 diff --git a/kernel-source.rpmlintrc b/kernel-source.rpmlintrc index 4309b68..00a63fc 100644 --- a/kernel-source.rpmlintrc +++ b/kernel-source.rpmlintrc @@ -10,3 +10,5 @@ addFilter("dangling-symlink .*/lib/modules/[1-9].*/source") addFilter("hidden-file-or-dir /usr/src/linux-.*-obj/.*/.config") addFilter("hidden-file-or-dir /usr/src/linux-.*-obj/.*/.kernel-binary.spec.buildenv") addFilter("hidden-file-or-dir /boot/\..*\.hmac") +# a precompiled eBPF test +addFilter("arch-independent-package-contains-binary-or-object /usr/src/linux-.*/.*/action-ebpf") diff --git a/kernel-source.spec.in b/kernel-source.spec.in index 1ef17ce..79b6431 100644 --- a/kernel-source.spec.in +++ b/kernel-source.spec.in @@ -106,6 +106,7 @@ Source82: modflist Source83: kernel-subpackage-build Source84: kernel-subpackage-spec Source85: kernel-default-base.spec.txt +Source86: old_changelog.txt Source100: config.tar.bz2 Source101: config.addon.tar.bz2 Source102: patches.arch.tar.bz2 diff --git a/kernel-syms-longterm.changes b/kernel-syms-longterm.changes index bdd69fd..25e075f 100644 --- a/kernel-syms-longterm.changes +++ b/kernel-syms-longterm.changes @@ -1,3 +1,1874 @@ +------------------------------------------------------------------- +Sat Feb 3 16:02:19 CET 2024 - rfrohl@suse.com + +- firmware: qcom: qseecom: add missing include guards (git-fixes). +- firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency (git-fixes). +- commit 94b55c2 + +------------------------------------------------------------------- +Sat Feb 3 16:01:02 CET 2024 - rfrohl@suse.com + +- Update blacklist.conf for 6.6 +- commit fd53c88 + +------------------------------------------------------------------- +Fri Feb 2 10:37:01 CET 2024 - rfrohl@suse.com + +- Linux 6.6.15 (bsc#1218260). +- thermal: trip: Drop lockdep assertion from + thermal_zone_trip_id() (bsc#1218260). +- serial: core: fix kernel-doc for uart_port_unlock_irqrestore() + (bsc#1218260). +- x86/entry/ia32: Ensure s32 is sign extended to s64 + (bsc#1218260). +- tick/sched: Preserve number of idle sleeps across CPU hotplug + events (bsc#1218260). +- clocksource: Skip watchdog check for large watchdog intervals + (bsc#1218260). +- genirq: Initialize resend_node hlist for all interrupt + descriptors (bsc#1218260). +- mips: Call lose_fpu(0) before initializing fcr31 in + mips_set_personality_nan (bsc#1218260). +- =?UTF-8?q?cxl/region=EF=BC=9AFix=20overflow=20issue=20in?= + =?UTF-8?q?=20alloc=5Fhpa()?= (bsc#1218260). +- drm: bridge: samsung-dsim: Don't use FORCE_STOP_STATE + (bsc#1218260). +- MIPS: lantiq: register smp_ops on non-smp platforms + (bsc#1218260). +- spi: fix finalize message on error return (bsc#1218260). +- cifs: fix stray unlock in cifs_chan_skip_or_disable + (bsc#1218260). +- spi: spi-cadence: Reverse the order of interleaved write and + read operations (bsc#1218260). +- spi: bcm-qspi: fix SFDP BFPT read by usig mspi read + (bsc#1218260). +- cpufreq/amd-pstate: Fix setting scaling max/min freq values + (bsc#1218260). +- drm/bridge: anx7625: Ensure bridge is suspended in disable() + (bsc#1218260). +- block: Move checking GENHD_FL_NO_PART to bdev_add_partition() + (bsc#1218260). +- spi: intel-pci: Remove Meteor Lake-S SoC PCI ID from the list + (bsc#1218260). +- ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd + (bsc#1218260). +- gpio: eic-sprd: Clear interrupt after set the interrupt type + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() when saving raw queues + (bsc#1218260). +- firmware: arm_scmi: Use xa_insert() to store opps (bsc#1218260). +- drm/exynos: gsc: minor fix for loop iteration in + gsc_runtime_resume (bsc#1218260). +- drm/exynos: fix accidental on-stack copy of exynos_drm_plane + (bsc#1218260). +- memblock: fix crash when reserved memory is not added to memory + (bsc#1218260). +- drm/bridge: parade-ps8640: Make sure we drop the AUX mutex in + the error case (bsc#1218260). +- drm/bridge: parade-ps8640: Ensure bridge is suspended in + .post_disable() (bsc#1218260). +- drm/bridge: sii902x: Fix audio codec unregistration + (bsc#1218260). +- drm/bridge: sii902x: Fix probing race issue (bsc#1218260). +- drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for + lsl080al02 (bsc#1218260). +- drm: panel-simple: add missing bus flags for Tianma + tm070jvhg[30/33] (bsc#1218260). +- drm/bridge: parade-ps8640: Wait for HPD when doing an AUX + transfer (bsc#1218260). +- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 name + (bsc#1218260). +- drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timing + (bsc#1218260). +- drm/panel-edp: Add AUO B116XTN02, BOE NT116WHM-N21,836X2, + NV116WHM-N49 V8.0 (bsc#1218260). +- drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT + (bsc#1218260). +- drm/i915/lnl: Remove watchdog timers for PSR (bsc#1218260). +- btrfs: zoned: optimize hint byte for zoned allocator + (bsc#1218260). +- btrfs: zoned: factor out prepare_allocation_zoned() + (bsc#1218260). +- serial: sc16is7xx: fix unconditional activation of THRI + interrupt (bsc#1218260). +- serial: sc16is7xx: Use port lock wrappers (bsc#1218260). +- serial: core: Provide port lock wrappers (bsc#1218260). +- mm: migrate: fix getting incorrect page mapping during page + migration (bsc#1218260). +- mm: migrate: record the mlocked page status to remove + unnecessary lru drain (bsc#1218260). +- thermal: gov_power_allocator: avoid inability to reset a cdev + (bsc#1218260). +- thermal: core: Store trip pointer in struct thermal_instance + (bsc#1218260). +- thermal: trip: Drop redundant trips check from + for_each_thermal_trip() (bsc#1218260). +- media: i2c: imx290: Properly encode registers as little-endian + (bsc#1218260). +- media: v4l2-cci: Add support for little-endian encoded registers + (bsc#1218260). +- media: v4l: cci: Add macros to obtain register width and address + (bsc#1218260). +- media: v4l: cci: Include linux/bits.h (bsc#1218260). +- pipe: wakeup wr_wait after setting max_usage (bsc#1218260). +- fs/pipe: move check to pipe_has_watch_queue() (bsc#1218260). +- thermal: intel: hfi: Add syscore callbacks for system-wide PM + (bsc#1218260). +- thermal: intel: hfi: Disable an HFI instance when all its CPUs + go offline (bsc#1218260). +- thermal: intel: hfi: Refactor enabling code into helper + functions (bsc#1218260). +- net/bpf: Avoid unused "sin_addr_len" warning when + CONFIG_CGROUP_BPF is not set (bsc#1218260). +- drm/amd/display: Fix uninitialized variable usage in core_link_ + 'read_dpcd() & write_dpcd()' functions (bsc#1218260). +- drm/amdgpu/pm: Fix the power source flag error (bsc#1218260). +- drm/amd/display: Fix late derefrence 'dsc' check in + 'link_set_dsc_pps_packet()' (bsc#1218260). +- drm/amd/display: Align the returned error code with legacy DP + (bsc#1218260). +- drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable + W/A (bsc#1218260). +- drm/amd/display: Fix variable deferencing before NULL check + in edp_setup_replay() (bsc#1218260). +- drm/amdgpu: correct the cu count for gfx v11 (bsc#1218260). +- drm/bridge: nxp-ptn3460: simplify some error checking + (bsc#1218260). +- Revert "drm/amd/display: fix bandwidth validation failure on + DCN 2.1" (bsc#1218260). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1218260). +- drm/amd/display: fix bandwidth validation failure on DCN 2.1 + (bsc#1218260). +- drm: Allow drivers to indicate the damage helpers to ignore + damage clips (bsc#1218260). +- drm/virtio: Disable damage clipping if FB changed since last + page-flip (bsc#1218260). +- drm: Disable the cursor plane on atomic contexts with + virtualized drivers (bsc#1218260). +- drm/tidss: Fix atomic_flush check (bsc#1218260). +- drm: Fix TODO list mentioning non-KMS drivers (bsc#1218260). +- drm/bridge: nxp-ptn3460: fix i2c_master_send() error checking + (bsc#1218260). +- drm: Don't unref the same fb many times by mistake due to + deadlock handling (bsc#1218260). +- Revert "drm/i915/dsi: Do display on sequence later on icl+" + (bsc#1218260). +- cpufreq: intel_pstate: Refine computation of P-state for given + frequency (bsc#1218260). +- gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04 + (bsc#1218260). +- xfs: read only mounts with fsopen mount API are busted + (bsc#1218260). +- drm/amdgpu: Fix the null pointer when load rlc firmware + (bsc#1218260). +- Revert "drivers/firmware: Move sysfb_init() from device_initcall + to subsys_initcall_sync" (bsc#1218260). +- firmware: arm_scmi: Check mailbox/SMT channel for consistency + (bsc#1218260). +- ksmbd: fix global oob in ksmbd_nl_policy (bsc#1218260). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1218260). +- platform/x86: intel-uncore-freq: Fix types in sysfs callbacks + (bsc#1218260). +- netfilter: nf_tables: reject QUEUE/DROP verdict parameters + (bsc#1218260). +- netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for + inet/ingress basechain (bsc#1218260). +- hv_netvsc: Calculate correct ring size when PAGE_SIZE is not + 4 Kbytes (bsc#1218260). +- nfsd: fix RELEASE_LOCKOWNER (bsc#1218260). +- wifi: iwlwifi: fix a memory corruption (bsc#1218260). +- exec: Fix error handling in begin_new_exec() (bsc#1218260). +- rbd: don't move requests to the running list on errors + (bsc#1218260). +- btrfs: don't abort filesystem when attempting to snapshot + deleted subvolume (bsc#1218260). +- btrfs: defrag: reject unknown flags of + btrfs_ioctl_defrag_range_args (bsc#1218260). +- btrfs: don't warn if discard range is not aligned to sector + (bsc#1218260). +- btrfs: tree-checker: fix inline ref size in error messages + (bsc#1218260). +- btrfs: ref-verify: free ref cache before clearing mount opt + (bsc#1218260). +- btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot + of subvolume being deleted (bsc#1218260). +- btrfs: zoned: fix lock ordering in btrfs_zone_activate() + (bsc#1218260). +- btrfs: scrub: avoid use-after-free when chunk length is not + 64K aligned (bsc#1218260). +- tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ring + (bsc#1218260). +- tsnep: Remove FCS for XDP data path (bsc#1218260). +- net: fec: fix the unhandled context fault from smmu + (bsc#1218260). +- selftests: bonding: do not test arp/ns target with mode + balance-alb/tlb (bsc#1218260). +- fjes: fix memleaks in fjes_hw_setup (bsc#1218260). +- i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- i40e: set xdp_rxq_info::frag_size (bsc#1218260). +- xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL + (bsc#1218260). +- ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue + (bsc#1218260). +- intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers + (bsc#1218260). +- ice: remove redundant xdp_rxq_info registration (bsc#1218260). +- i40e: handle multi-buffer packets that are shrunk by xdp prog + (bsc#1218260). +- ice: work on pre-XDP prog frag count (bsc#1218260). +- xsk: fix usage of multi-buffer BPF helpers for ZC XDP + (bsc#1218260). +- bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix + sockaddr from bpf (bsc#1218260). +- bpf: Propagate modified uaddrlen from cgroup sockaddr programs + (bsc#1218260). +- xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags + (bsc#1218260). +- xsk: recycle buffer in case Rx queue was full (bsc#1218260). +- selftests: netdevsim: fix the udp_tunnel_nic test (bsc#1218260). +- selftests: net: fix rps_default_mask with >32 CPUs + (bsc#1218260). +- net: mvpp2: clear BM pool before initialization (bsc#1218260). +- net: stmmac: Wait a bit for the reset to take effect + (bsc#1218260). +- netfilter: nf_tables: validate NFPROTO_* family (bsc#1218260). +- netfilter: nf_tables: restrict anonymous set and map names to + 16 bytes (bsc#1218260). +- netfilter: nft_limit: reject configurations that cause integer + overflow (bsc#1218260). +- rcu: Defer RCU kthreads wakeup when CPU is dying (bsc#1218260). +- net/mlx5e: fix a potential double-free in fs_any_create_groups + (bsc#1218260). +- net/mlx5e: fix a double-free in arfs_create_groups + (bsc#1218260). +- net/mlx5e: Ignore IPsec replay window values on sender side + (bsc#1218260). +- net/mlx5e: Allow software parsing when IPsec crypto is enabled + (bsc#1218260). +- net/mlx5: Use mlx5 device constant for selecting CQ period + mode for ASO (bsc#1218260). +- net/mlx5: DR, Can't go to uplink vport on RX rule (bsc#1218260). +- net/mlx5: DR, Use the right GVMI number for drop action + (bsc#1218260). +- net/mlx5: Bridge, fix multicast packets sent to uplink + (bsc#1218260). +- net/mlx5: Bridge, Enable mcast in smfs steering mode + (bsc#1218260). +- net/mlx5: Fix a WARN upon a callback command failure + (bsc#1218260). +- net/mlx5e: Fix peer flow lists handling (bsc#1218260). +- net/mlx5e: Fix operation precedence bug in port timestamping + napi_poll context (bsc#1218260). +- net/sched: flower: Fix chain template offload (bsc#1218260). +- selftests: fill in some missing configs for net (bsc#1218260). +- ipv6: init the accept_queue's spinlocks in inet6_create + (bsc#1218260). +- netlink: fix potential sleeping issue in mqueue_flush_file + (bsc#1218260). +- selftest: Don't reuse port for SO_INCOMING_CPU test + (bsc#1218260). +- tcp: Add memory barrier to tcp_push() (bsc#1218260). +- afs: Hide silly-rename files from userspace (bsc#1218260). +- tracing: Ensure visibility when inserting an element into + tracing_map (bsc#1218260). +- netfs, fscache: Prevent Oops in fscache_put_cache() + (bsc#1218260). +- net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv + (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8814 (bsc#1218260). +- tun: add missing rx stats accounting in tun_xdp_act + (bsc#1218260). +- tun: fix missing dropped counter in tun_xdp_act (bsc#1218260). +- net: fix removing a namespace with conflicting altnames + (bsc#1218260). +- udp: fix busy polling (bsc#1218260). +- llc: Drop support for ETH_P_TR_802_2 (bsc#1218260). +- llc: make llc_ui_sendmsg() more robust against bonding changes + (bsc#1218260). +- vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING + (bsc#1218260). +- bnxt_en: Prevent kernel warning when running offline self test + (bsc#1218260). +- bnxt_en: Wait for FLR to complete during probe (bsc#1218260). +- tcp: make sure init the accept_queue's spinlocks once + (bsc#1218260). +- selftests: bonding: Increase timeout to 1200s (bsc#1218260). +- net/smc: fix illegal rmb_desc access in SMC-D connection dump + (bsc#1218260). +- wifi: mac80211: fix potential sta-link leak (bsc#1218260). +- SUNRPC: use request size to initialize bio_vec in + svc_udp_sendto() (bsc#1218260). +- cifs: after disabling multichannel, mark tcon for reconnect + (bsc#1218260). +- cifs: fix a pending undercount of srv_count (bsc#1218260). +- cifs: fix lock ordering while disabling multichannel + (bsc#1218260). +- Revert "drm/amd: Enable PCIe PME from D3" (bsc#1218260). +- selftests/bpf: check if max number of bpf_loop iterations is + tracked (bsc#1218260). +- bpf: keep track of max number of bpf_loop callback iterations + (bsc#1218260). +- selftests/bpf: test widening for iterating callbacks + (bsc#1218260). +- bpf: widening for callback iterators (bsc#1218260). +- selftests/bpf: tests for iterating callbacks (bsc#1218260). +- bpf: verify callbacks as if they are called unknown number of + times (bsc#1218260). +- bpf: extract setup_func_entry() utility function (bsc#1218260). +- bpf: extract __check_reg_arg() utility function (bsc#1218260). +- selftests/bpf: track string payload offset as scalar in + strobemeta (bsc#1218260). +- selftests/bpf: track tcp payload offset as scalar in + xdp_synproxy (bsc#1218260). +- bpf: print full verifier states on infinite loop detection + (bsc#1218260). +- selftests/bpf: test if state loops are detected in a tricky case + (bsc#1218260). +- bpf: correct loop detection for iterators convergence + (bsc#1218260). +- selftests/bpf: tests with delayed read/precision makrs in loop + body (bsc#1218260). +- bpf: exact states comparison for iterator convergence checks + (bsc#1218260). +- bpf: extract same_callsites() as utility function (bsc#1218260). +- bpf: move explored_state() closer to the beginning of verifier.c + (bsc#1218260). +- dt-bindings: net: snps,dwmac: Tx coe unsupported (bsc#1218260). +- ksmbd: Add missing set_freezable() for freezable kthread + (bsc#1218260). +- ksmbd: send lease break notification on FILE_RENAME_INFORMATION + (bsc#1218260). +- ksmbd: don't increment epoch if current state and request + state are same (bsc#1218260). +- ksmbd: fix potential circular locking issue in smb2_set_ea() + (bsc#1218260). +- ksmbd: set v2 lease version on lease upgrade (bsc#1218260). +- serial: Do not hold the port lock when setting rx-during-tx GPIO + (bsc#1218260). +- mm: page_alloc: unreserve highatomic page blocks before oom + (bsc#1218260). +- LoongArch/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- serial: sc16is7xx: improve do/while loop in sc16is7xx_irq() + (bsc#1218260). +- serial: sc16is7xx: remove obsolete loop in sc16is7xx_port_irq() + (bsc#1218260). +- serial: sc16is7xx: fix invalid sc16is7xx_lines bitfield in + case of probe error (bsc#1218260). +- serial: sc16is7xx: convert from _raw_ to _noinc_ regmap + functions for FIFO (bsc#1218260). +- serial: sc16is7xx: change EFR lock to operate on each channels + (bsc#1218260). +- serial: sc16is7xx: remove unused line structure member + (bsc#1218260). +- serial: sc16is7xx: remove global regmap from struct + sc16is7xx_port (bsc#1218260). +- serial: sc16is7xx: remove wasteful static buffer in + sc16is7xx_regmap_name() (bsc#1218260). +- serial: sc16is7xx: improve regmap debugfs by using one regmap + per port (bsc#1218260). +- rename(): fix the locking of subdirectories (bsc#1218260). +- mm/sparsemem: fix race in accessing memory_section->usage + (bsc#1218260). +- mm/rmap: fix misplaced parenthesis of a likely() (bsc#1218260). +- selftests: mm: hugepage-vmemmap fails on 64K page size systems + (bsc#1218260). +- kexec: do syscore_shutdown() in kernel_kexec (bsc#1218260). +- ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path + (bsc#1218260). +- efi: disable mirror feature during crashkernel (bsc#1218260). +- nouveau/vmm: don't set addr on the fail path to avoid warning + (bsc#1218260). +- rtc: Extend timeout for waiting for UIP to clear to 1s + (bsc#1218260). +- rtc: Add support for configuring the UIP timeout for RTC reads + (bsc#1218260). +- rtc: mc146818-lib: Adjust failure return code for + mc146818_get_time() (bsc#1218260). +- rtc: Adjust failure return code for cmos_set_alarm() + (bsc#1218260). +- rtc: cmos: Use ACPI alarm for non-Intel x86 systems too + (bsc#1218260). +- arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD + (bsc#1218260). +- arm64/sme: Always exit sme_alloc() early with existing storage + (bsc#1218260). +- arm64: errata: Add Cortex-A510 speculative unprivileged load + workaround (bsc#1218260). +- arm64: Rename ARM64_WORKAROUND_2966298 (bsc#1218260). +- riscv: mm: Fixup compat mode boot failure (bsc#1218260). +- riscv: mm: Fixup compat arch_get_mmap_end (bsc#1218260). +- media: mtk-jpeg: Fix use after free bug due to error path + handling in mtk_jpeg_dec_device_run (bsc#1218260). +- media: mtk-jpeg: Fix timeout schedule error in + mtk_jpegdec_worker (bsc#1218260). +- media: i2c: st-mipid02: correct format propagation + (bsc#1218260). +- mmc: mmc_spi: remove custom DMA mapped buffers (bsc#1218260). +- mmc: core: Use mrq.sbc in close-ended ffu (bsc#1218260). +- media: videobuf2-dma-sg: fix vmap callback (bsc#1218260). +- scripts/get_abi: fix source path leak (bsc#1218260). +- docs: kernel_abi.py: fix command injection (bsc#1218260). +- dlm: use kernel_connect() and kernel_bind() (bsc#1218260). +- lsm: new security_file_ioctl_compat() hook (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB SS wakeup (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB DP/DM HS PHY interrupts + (bsc#1218260). +- arm64: dts: qcom: Add missing vio-supply for AW2013 + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_1 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8180x: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8150: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm670: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sdm845: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7180: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: msm8939: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: qcom: msm8916: Make blsp_dma controlled-remotely + (bsc#1218260). +- arm64: dts: rockchip: Fix rk3588 USB power-domain clocks + (bsc#1218260). +- arm64: dts: rockchip: configure eth pad driver strength for + orangepi r1 plus lts (bsc#1218260). +- arm64: dts: sprd: fix the cpu node for UMS512 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix pdc '#interrupt-cells' (bsc#1218260). +- ARM: dts: samsung: exynos4210-i9100: Unconditionally enable + LDO12 (bsc#1218260). +- ARM: dts: qcom: sdx55: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-crd: fix eDP phy compatible + (bsc#1218260). +- ARM: dts: imx6q-apalis: add can power-up delay on ixora board + (bsc#1218260). +- parisc/power: Fix power soft-off button emulation on qemu + (bsc#1218260). +- parisc/firmware: Fix F-extend for PDC addresses (bsc#1218260). +- bus: mhi: host: Add spinlock to protect WP access when queueing + TREs (bsc#1218260). +- bus: mhi: host: Drop chan lock before queuing buffers + (bsc#1218260). +- bus: mhi: host: Add alignment check for event ring read pointer + (bsc#1218260). +- mips: Fix max_mapnr being uninitialized on early stages + (bsc#1218260). +- nbd: always initialize struct msghdr completely (bsc#1218260). +- s390/vfio-ap: do not reset queue removed from host config + (bsc#1218260). +- s390/vfio-ap: reset queues associated with adapter for queue + unbound from driver (bsc#1218260). +- s390/vfio-ap: reset queues filtered from the guest's AP config + (bsc#1218260). +- s390/vfio-ap: let on_scan_complete() callback filter matrix + and update guest's APCB (bsc#1218260). +- s390/vfio-ap: loop over the shadow APCB when filtering guest's + AP configuration (bsc#1218260). +- s390/vfio-ap: always filter entire AP matrix (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix rx channel reset (bsc#1218260). +- soc: fsl: cpm1: qmc: Fix __iomem addresses declaration + (bsc#1218260). +- soc: fsl: cpm1: tsa: Fix __iomem addresses declaration + (bsc#1218260). +- media: ov01a10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov13b10: Enable runtime PM before registering async + sub-device (bsc#1218260). +- media: ov9734: Enable runtime PM before registering async + sub-device (bsc#1218260). +- rpmsg: virtio: Free driver_override when rpmsg_remove() + (bsc#1218260). +- media: imx355: Enable runtime PM before registering async + sub-device (bsc#1218260). +- soc: qcom: pmic_glink_altmode: fix port sanity check + (bsc#1218260). +- mtd: rawnand: Clarify conditions to enable continuous reads + (bsc#1218260). +- mtd: rawnand: Prevent sequential reads with on-die ECC engines + (bsc#1218260). +- mtd: rawnand: Fix core interference with sequential reads + (bsc#1218260). +- mtd: rawnand: Prevent crossing LUN boundaries during sequential + reads (bsc#1218260). +- mtd: maps: vmu-flash: Fix the (mtd core) switch to ref counters + (bsc#1218260). +- PM / devfreq: Fix buffer overflow in trans_stat_show + (bsc#1218260). +- s390/vfio-ap: unpin pages on gisc registration failure + (bsc#1218260). +- crypto: s390/aes - Fix buffer overread in CTR mode + (bsc#1218260). +- hwrng: core - Fix page fault dead lock on mmap-ed hwrng + (bsc#1218260). +- PM: hibernate: Enforce ordering during image + compression/decompression (bsc#1218260). +- crypto: api - Disallow identical driver names (bsc#1218260). +- erofs: fix lz4 inplace decompression (bsc#1218260). +- crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init + (bsc#1218260). +- btrfs: sysfs: validate scrub_speed_max value (bsc#1218260). +- OPP: Pass rounded rate to _set_opp() (bsc#1218260). +- arm64: properly install vmlinuz.efi (bsc#1218260). +- PM: sleep: Fix possible deadlocks in core system-wide PM code + (bsc#1218260). +- async: Introduce async_schedule_dev_nocall() (bsc#1218260). +- async: Split async_schedule_node_domain() (bsc#1218260). +- ext4: allow for the last group to be marked as trimmed + (bsc#1218260). +- powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2 + (bsc#1218260). +- cifs: update iface_last_update on each query-and-update + (bsc#1218260). +- cifs: handle servers that still advertise multichannel after + disabling (bsc#1218260). +- cifs: reconnect worker should take reference on server struct + unconditionally (bsc#1218260). +- Revert "cifs: reconnect work should have reference on server + struct" (bsc#1218260). +- cifs: handle when server stops supporting multichannel + (bsc#1218260). +- cifs: handle when server starts supporting multichannel + (bsc#1218260). +- cifs: reconnect work should have reference on server struct + (bsc#1218260). +- cifs: handle cases where a channel is closed (bsc#1218260). +- smb: client: fix parsing of SMB3.1.1 POSIX create context + (bsc#1218260). +- sh: ecovec24: Rename missed backlight field from fbdev to dev + (bsc#1218260). +- scsi: core: Kick the requeue list after inserting when flushing + (bsc#1218260). +- riscv: Fix an off-by-one in get_early_cmdline() (bsc#1218260). +- scsi: ufs: core: Remove the ufshcd_hba_exit() call from + ufshcd_async_scan() (bsc#1218260). +- dmaengine: idxd: Move dma_free_coherent() out of spinlocked + context (bsc#1218260). +- dmaengine: fix NULL pointer in channel unregistration function + (bsc#1218260). +- dmaengine: fsl-edma: fix eDMAv4 channel allocation issue + (bsc#1218260). +- iio: adc: ad7091r: Enable internal vref if external vref is + not supplied (bsc#1218260). +- iio: adc: ad7091r: Allow users to configure device events + (bsc#1218260). +- iio: adc: ad7091r: Set alert bit in config register + (bsc#1218260). +- net: stmmac: Prevent DSA tags from breaking COE (bsc#1218260). +- net: stmmac: Tx coe sw fallback (bsc#1218260). +- soundwire: fix initializing sysfs for same devices on different + buses (bsc#1218260). +- soundwire: bus: introduce controller_id (bsc#1218260). +- serial: core: set missing supported flag for RX during TX GPIO + (bsc#1218260). +- serial: core: Simplify uart_get_rs485_mode() (bsc#1218260). +- docs: kernel_feat.py: fix potential command injection + (bsc#1218260). +- docs: sparse: add sparse.rst to toctree (bsc#1218260). +- docs: sparse: move TW sparse.txt to TW dev-tools (bsc#1218260). +- commit acbe000 + +------------------------------------------------------------------- +Fri Feb 2 10:35:36 CET 2024 - rfrohl@suse.com + +- Linux 6.6.14 (bsc#1218260). +- x86/lib: Fix overflow when counting digits (bsc#1218260). +- x86/mce/inject: Clear test status value (bsc#1218260). +- EDAC/thunderx: Fix possible out-of-bounds string access + (bsc#1218260). +- powerpc: add crtsavres.o to always-y instead of extra-y + (bsc#1218260). +- x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram + (bsc#1218260). +- powerpc/44x: select I2C for CURRITUCK (bsc#1218260). +- powerpc/pseries/memhp: Fix access beyond end of drmem array + (bsc#1218260). +- perf/arm-cmn: Fix HN-F class_occup_id events (bsc#1218260). +- drivers/perf: hisi: Fix some event id for HiSilicon UC pmu + (bsc#1218260). +- KVM: PPC: Book3S HV: Use accessors for VCPU registers + (bsc#1218260). +- KVM: PPC: Book3S HV: Introduce low level MSR accessor + (bsc#1218260). +- KVM: PPC: Book3S HV: Handle pending exceptions on guest entry + with MSR_EE (bsc#1218260). +- selftests/powerpc: Fix error handling in FPU/VMX preemption + tests (bsc#1218260). +- powerpc/hv-gpci: Add return value check in + affinity_domain_via_partition_show function (bsc#1218260). +- powerpc/rtas: Avoid warning on invalid token argument to + sys_rtas() (bsc#1218260). +- powerpc/powernv: Add a null pointer check to + scom_debug_init_one() (bsc#1218260). +- powerpc/powernv: Add a null pointer check in opal_event_init() + (bsc#1218260). +- powerpc/powernv: Add a null pointer check in + opal_powercap_init() (bsc#1218260). +- powerpc/imc-pmu: Add a null pointer check in + update_events_in_group() (bsc#1218260). +- sched/fair: Update min_vruntime for reweight_entity() correctly + (bsc#1218260). +- perf/x86/intel/uncore: Fix NULL pointer dereference issue in + upi_fill_topology() (bsc#1218260). +- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies + (bsc#1218260). +- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller + response (bsc#1218260). +- ACPI: video: check for error while searching for backlight + device parent (bsc#1218260). +- ACPI: LPIT: Avoid u32 multiplication overflow (bsc#1218260). +- KEYS: encrypted: Add check for strsep (bsc#1218260). +- spi: cadence-quadspi: add missing clk_disable_unprepare() + in cqspi_probe() (bsc#1218260). +- platform/x86/intel/vsec: Fix xa_alloc memory leak (bsc#1218260). +- cpufreq: scmi: process the result of + devm_of_clk_add_hw_provider() (bsc#1218260). +- calipso: fix memory leak in netlbl_calipso_add_pass() + (bsc#1218260). +- efivarfs: force RO when remounting if SetVariable is not + supported (bsc#1218260). +- efivarfs: Free s_fs_info on unmount (bsc#1218260). +- spi: sh-msiof: Enforce fixed DTDL for R-Car H3 (bsc#1218260). +- ACPI: LPSS: Fix the fractional clock divider flags + (bsc#1218260). +- ACPI: extlog: Clear Extended Error Log status when RAS_CEC + handled the error (bsc#1218260). +- thermal: core: Fix NULL pointer dereference in zone registration + error path (bsc#1218260). +- kunit: debugfs: Fix unchecked dereference in + debugfs_print_results() (bsc#1218260). +- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier + (bsc#1218260). +- cpuidle: haltpoll: Do not enable interrupts when entering idle + (bsc#1218260). +- drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() + judgment (bsc#1218260). +- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 + socket (bsc#1218260). +- crypto: rsa - add a check for allocation failure (bsc#1218260). +- crypto: jh7110 - Correct deferred probe return (bsc#1218260). +- crypto: virtio - Handle dataq logic with tasklet (bsc#1218260). +- crypto: sa2ul - Return crypto_aead_setkey to transfer the error + (bsc#1218260). +- crypto: ccp - fix memleak in ccp_init_dm_workarea (bsc#1218260). +- crypto: af_alg - Disallow multiple in-flight AIO requests + (bsc#1218260). +- crypto: safexcel - Add error handling for dma_map_sg() calls + (bsc#1218260). +- crypto: sahara - remove FLAGS_NEW_KEY logic (bsc#1218260). +- crypto: sahara - fix cbc selftest failure (bsc#1218260). +- crypto: sahara - fix ahash selftest failure (bsc#1218260). +- crypto: sahara - fix processing requests with cryptlen < + sg->length (bsc#1218260). +- crypto: sahara - fix error handling in + sahara_hw_descriptor_create() (bsc#1218260). +- crypto: hisilicon/qm - save capability registers in qm init + process (bsc#1218260). +- crypto: hisilicon/zip - add zip comp high perf mode + configuration (bsc#1218260). +- crypto: hisilicon/qm - add a function to set qm algs + (bsc#1218260). +- crypto: hisilicon/hpre - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/sec2 - save capability registers in probe + process (bsc#1218260). +- crypto: hisilicon/zip - save capability registers in probe + process (bsc#1218260). +- pstore: ram_core: fix possible overflow in + persistent_ram_init_ecc() (bsc#1218260). +- erofs: fix memory leak on short-lived bounced pages + (bsc#1218260). +- fs: indicate request originates from old mount API + (bsc#1218260). +- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump + (bsc#1218260). +- gfs2: fix kernel BUG in gfs2_quota_cleanup (bsc#1218260). +- dlm: fix format seq ops type 4 (bsc#1218260). +- crypto: virtio - Wait for tasklet to complete on device remove + (bsc#1218260). +- crypto: sahara - avoid skcipher fallback code duplication + (bsc#1218260). +- crypto: sahara - handle zero-length aes requests (bsc#1218260). +- crypto: sahara - fix ahash reqsize (bsc#1218260). +- crypto: sahara - fix wait_for_completion_timeout() error + handling (bsc#1218260). +- crypto: sahara - improve error handling in sahara_sha_process() + (bsc#1218260). +- crypto: sahara - fix processing hash requests with req->nbytes < + sg->length (bsc#1218260). +- crypto: sahara - do not resize req->src when doing hash + operations (bsc#1218260). +- crypto: scomp - fix req->dst buffer overflow (bsc#1218260). +- csky: fix arch_jump_label_transform_static override + (bsc#1218260). +- blocklayoutdriver: Fix reference leak of pnfs_device_node + (bsc#1218260). +- NFS: Use parent's objective cred in nfs_access_login_time() + (bsc#1218260). +- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT + (bsc#1218260). +- SUNRPC: fix _xprt_switch_find_current_entry logic (bsc#1218260). +- pNFS: Fix the pnfs block driver's calculation of layoutget size + (bsc#1218260). +- asm-generic: Fix 32 bit __generic_cmpxchg_local (bsc#1218260). +- arm64: dts: qcom: qrb4210-rb2: don't force usb peripheral mode + (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: Use the correct DP PHY + compatible (bsc#1218260). +- arm64: dts: qcom: sc8280xp-x13s: add missing camera LED pin + config (bsc#1218260). +- ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc + (bsc#1218260). +- wifi: plfxlc: check for allocation failure in + plfxlc_usb_wreq_async() (bsc#1218260). +- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (bsc#1218260). +- bpf, lpm: Fix check prefixlen before walking trie (bsc#1218260). +- bpf: Add crosstask check to __bpf_get_stack (bsc#1218260). +- wifi: ath11k: Defer on rproc_get failure (bsc#1218260). +- wifi: libertas: stop selecting wext (bsc#1218260). +- ARM: dts: qcom: apq8064: correct XOADC register address + (bsc#1218260). +- net/ncsi: Fix netlink major/minor version numbers (bsc#1218260). +- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create() + (bsc#1218260). +- scsi: bfa: Use the proper data type for BLIST flags + (bsc#1218260). +- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift + behavior (bsc#1218260). +- arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes + (bsc#1218260). +- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type + (bsc#1218260). +- arm64: dts: ti: iot2050: Re-add aliases (bsc#1218260). +- wifi: rtw88: sdio: Honor the host max_req_size in the RX path + (bsc#1218260). +- selftests/bpf: Fix erroneous bitmask operation (bsc#1218260). +- md: synchronize flush io with array reconfiguration + (bsc#1218260). +- bpf: enforce precision of R0 on callback return (bsc#1218260). +- ARM: dts: qcom: sdx65: correct PCIe EP phy-names (bsc#1218260). +- ARM: dts: qcom: sdx65: correct SPMI node name (bsc#1218260). +- dt-bindings: arm: qcom: Fix html link (bsc#1218260). +- arm64: dts: qcom: sc8180x-primus: Fix HALL_INT polarity + (bsc#1218260). +- arm64: dts: qcom: sm8450: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sm8550: correct TX Soundwire clock + (bsc#1218260). +- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark some nodes as 'reserved' + (bsc#1218260). +- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sa8775p: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge + triggered (bsc#1218260). +- bpf: Add map and need_defer parameters to .map_fd_put_ptr() + (bsc#1218260). +- bpf: Defer the free of inner map when necessary (bsc#1218260). +- selftests/net: specify the interface when do arping + (bsc#1218260). +- bpf: fix check for attempt to corrupt spilled pointer + (bsc#1218260). +- scsi: fnic: Return error if vmalloc() failed (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: Hook up USB3 (bsc#1218260). +- arm64: dts: qcom: qrb2210-rb1: use USB host mode (bsc#1218260). +- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator + (bsc#1218260). +- arm64: dts: qcom: sm6125: add interrupts to DWC3 USB controller + (bsc#1218260). +- arm64: dts: qcom: sm8350: Fix DMA0 address (bsc#1218260). +- arm64: dts: qcom: sc7280: Fix up GPU SIDs (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent + (bsc#1218260). +- arm64: dts: qcom: sa8775p: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm8550: fix USB wakeup interrupt types + (bsc#1218260). +- wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function + (bsc#1218260). +- wifi: mt76: mt7915: fallback to non-wed mode if + platform_get_resource fails in mt7915_mmio_wed_init() + (bsc#1218260). +- wifi: mt76: mt7996: fix the size of struct bss_rate_tlv + (bsc#1218260). +- wifi: mt76: mt7996: fix rate usage of inband discovery frames + (bsc#1218260). +- wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 + (bsc#1218260). +- wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band + (bsc#1218260). +- wifi: mt76: mt7921s: fix workqueue problem causes STA + association fail (bsc#1218260). +- bpf: Fix verification of indirect var-off stack access + (bsc#1218260). +- arm64: dts: hisilicon: hikey970-pmic: fix regulator cells + properties (bsc#1218260). +- bpf: Guard stack limits against 32bit overflow (bsc#1218260). +- bpf: Fix accesses to uninit stack slots (bsc#1218260). +- dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node + with generic names (bsc#1218260). +- arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes + (bsc#1218260). +- arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name + (bsc#1218260). +- arm64: dts: mediatek: mt8186: Fix alias prefix for ovl_2l0 + (bsc#1218260). +- arm64: dts: mediatek: mt8186: fix address warning for ADSP + mailboxes (bsc#1218260). +- wifi: mt76: mt7921: fix country count limitation for CLC + (bsc#1218260). +- wifi: iwlwifi: don't support triggered EHT CQI feedback + (bsc#1218260). +- selftests/bpf: Relax time_tai test for equal timestamps in + tai_forward (bsc#1218260). +- block: Set memalloc_noio to false on device_add_disk() error + path (bsc#1218260). +- arm64: dts: xilinx: Apply overlays to base dtbs (bsc#1218260). +- arm64: dts: renesas: white-hawk-cpu: Fix missing serial console + pin control (bsc#1218260). +- arm64: dts: imx8mm: Reduce GPU to nominal speed (bsc#1218260). +- scsi: ufs: qcom: Fix the return value of + ufs_qcom_ice_program_key() (bsc#1218260). +- scsi: ufs: qcom: Fix the return value when + platform_get_resource_byname() fails (bsc#1218260). +- scsi: hisi_sas: Replace with standard error code return value + (bsc#1218260). +- scsi: hisi_sas: Check before using pointer variables + (bsc#1218260). +- scsi: hisi_sas: Rollback some operations if FLR failed + (bsc#1218260). +- scsi: hisi_sas: Correct the number of global debugfs registers + (bsc#1218260). +- ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles + (bsc#1218260). +- bpf: Fix a race condition between btf_put() and map_free() + (bsc#1218260). +- selftests/net: fix grep checking for fib_nexthop_multiprefix + (bsc#1218260). +- ipmr: support IP_PKTINFO on cache report IGMP msg (bsc#1218260). +- virtio/vsock: fix logic which reduces credit update messages + (bsc#1218260). +- virtio/vsock: send credit update during setting SO_RCVLOWAT + (bsc#1218260). +- dma-mapping: clear dev->dma_mem to NULL after freeing it + (bsc#1218260). +- bpf: Limit the number of uprobes when attaching program to + multiple uprobes (bsc#1218260). +- bpf: Limit the number of kprobes when attaching program to + multiple kprobes (bsc#1218260). +- arm64: dts: qcom: acer-aspire1: Correct audio codec definition + (bsc#1218260). +- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc + configuration (bsc#1218260). +- arm64: dts: qcom: sm6375: fix USB wakeup interrupt types + (bsc#1218260). +- arm64: dts: qcom: sm6375: Hook up MPM (bsc#1218260). +- arm64: dts: qcom: sm8150: make dispcc cast minimal vote on MMCX + (bsc#1218260). +- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators + (bsc#1218260). +- soc: qcom: llcc: Fix LLCC_TRP_ATTR2_CFGn offset (bsc#1218260). +- block: add check of 'minors' and 'first_minor' in + device_add_disk() (bsc#1218260). +- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent + (bsc#1218260). +- arm64: dts: qcom: ipq6018: fix clock rates for + GCC_USB0_MOCK_UTMI_CLK (bsc#1218260). +- arm64: dts: qcom: sm8550: Separate out X3 idle state + (bsc#1218260). +- arm64: dts: qcom: sm8550: Update idle state time requirements + (bsc#1218260). +- arm64: dts: qcom: sc8180x: Mark PCIe hosts cache-coherent + (bsc#1218260). +- arm64: dts: qcom: sc8180x: switch PCIe QMP PHY to new style + of bindings (bsc#1218260). +- arm64: dts: qcom: sc8180x: Fix up PCIe nodes (bsc#1218260). +- bpf: Re-enable unit_size checking for global per-cpu allocator + (bsc#1218260). +- bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}() + (bsc#1218260). +- bpf: Use c->unit_size to select target cache during free + (bsc#1218260). +- wifi: rtlwifi: add calculate_bit_shift() (bsc#1218260). +- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192c: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192de: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift() + (bsc#1218260). +- wifi: rtlwifi: rtl8192se: using calculate_bit_shift() + (bsc#1218260). +- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request + (bsc#1218260). +- wifi: iwlwifi: mvm: send TX path flush in rfkill (bsc#1218260). +- wifi: iwlwifi: fix out of bound copy_from_user (bsc#1218260). +- wifi: iwlwifi: assign phy_ctxt before eSR activation + (bsc#1218260). +- netfilter: nf_tables: mark newset as dead on transaction abort + (bsc#1218260). +- netfilter: nf_tables: validate chain type update if available + (bsc#1218260). +- Bluetooth: Fix bogus check for re-auth no supported with non-ssp + (bsc#1218260). +- Bluetooth: btnxpuart: fix recv_buf() return value (bsc#1218260). +- Bluetooth: btmtkuart: fix recv_buf() return value (bsc#1218260). +- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS + (bsc#1218260). +- arm64: dts: rockchip: Fix led pinctrl of lubancat 1 + (bsc#1218260). +- wifi: cfg80211: correct comment about MLD ID (bsc#1218260). +- wifi: cfg80211: parse all ML elements in an ML probe response + (bsc#1218260). +- bpf: sockmap, fix proto update hook to avoid dup calls + (bsc#1218260). +- sctp: support MSG_ERRQUEUE flag in recvmsg() (bsc#1218260). +- sctp: fix busy polling (bsc#1218260). +- blk-cgroup: fix rcu lockdep warning in blkg_lookup() + (bsc#1218260). +- net/sched: act_ct: fix skb leak and crash on ooo frags + (bsc#1218260). +- mlxbf_gige: Fix intermittent no ip issue (bsc#1218260). +- mlxbf_gige: Enable the GigE port in mlxbf_gige_open + (bsc#1218260). +- rxrpc: Fix skbuff cleanup of call's recvmsg_queue and + rx_oos_queue (bsc#1218260). +- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in + ip6_tnl_parse_tlv_enc_lim() (bsc#1218260). +- ARM: davinci: always select CONFIG_CPU_ARM926T (bsc#1218260). +- Revert "drm/tidss: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- Revert "drm/omapdrm: Annotate dma-fence critical section in + commit path" (bsc#1218260). +- drm/dp_mst: Fix fractional DSC bpp handling (bsc#1218260). +- drm/panfrost: Really power off GPU cores in + panfrost_gpu_power_off() (bsc#1218260). +- RDMA/usnic: Silence uninitialized symbol smatch warnings + (bsc#1218260). +- RDMA/hns: Fix inappropriate err code for unsupported operations + (bsc#1218260). +- drm/panel: nv3051d: Hold panel in reset for unprepare + (bsc#1218260). +- drm/panel-elida-kd35t133: hold panel in reset for unprepare + (bsc#1218260). +- drm/nouveau/fence:: fix warning directly dereferencing a rcu + pointer (bsc#1218260). +- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove + function (bsc#1218260). +- drm/tilcdc: Fix irq free on unload (bsc#1218260). +- media: pvrusb2: fix use after free on context disconnection + (bsc#1218260). +- media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to + avoid the crash of multi-core JPEG devices (bsc#1218260). +- media: visl: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls + (bsc#1218260). +- media: amphion: Fix VPU core alias name (bsc#1218260). +- drm/bridge: Fix typo in post_disable() description + (bsc#1218260). +- f2fs: fix to avoid dirent corruption (bsc#1218260). +- drm/radeon/r600_cs: Fix possible int overflows in + r600_cs_check_reg() (bsc#1218260). +- drm/radeon/r100: Fix integer overflow issues in + r100_cs_track_check() (bsc#1218260). +- drm/radeon: check return value of radeon_ring_lock() + (bsc#1218260). +- drm/tidss: Move reset to the end of dispc_init() (bsc#1218260). +- drm/tidss: Return error value from from softreset (bsc#1218260). +- drm/tidss: Check for K2G in in dispc_softreset() (bsc#1218260). +- drm/tidss: Fix dss reset (bsc#1218260). +- drm/imx/lcdc: Fix double-free of driver data (bsc#1218260). +- ASoC: cs35l33: Fix GPIO name and drop legacy include + (bsc#1218260). +- drm/msm/mdp4: flush vblank event on disable (bsc#1218260). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8180x catalog + (bsc#1218260). +- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt + leaks (bsc#1218260). +- drm/drv: propagate errors from drm_modeset_register_all() + (bsc#1218260). +- media: v4l: async: Fix duplicated list deletion (bsc#1218260). +- ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch + (bsc#1218260). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev + = NULL (bsc#1218260). +- ASoC: SOF: topology: Use partial match for disconnecting DAI + link and DAI widget (bsc#1218260). +- drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS + irq (bsc#1218260). +- drm/msm/dpu: correct clk bit for WB2 block (bsc#1218260). +- drm/radeon: check the alloc_workqueue return value in + radeon_crtc_init() (bsc#1218260). +- drm/radeon/dpm: fix a memleak in sumo_parse_power_table + (bsc#1218260). +- drm/radeon/trinity_dpm: fix a memleak in + trinity_parse_power_table (bsc#1218260). +- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable + (bsc#1218260). +- drm/bridge: tc358767: Fix return value on error case + (bsc#1218260). +- media: cx231xx: fix a memleak in cx231xx_init_isoc + (bsc#1218260). +- RDMA/hns: Fix memory leak in free_mr_init() (bsc#1218260). +- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config + (bsc#1218260). +- media: bttv: start_streaming should return a proper error code + (bsc#1218260). +- media: bttv: add back vbi hack (bsc#1218260). +- media: imx-mipi-csis: Fix clock handling in remove() + (bsc#1218260). +- media: imx-mipi-csis: Drop extra clock enable at probe() + (bsc#1218260). +- media: dt-bindings: media: rkisp1: Fix the port description + for the parallel interface (bsc#1218260). +- media: rkisp1: Fix media device memory leak (bsc#1218260). +- drm/msm/adreno: Fix A680 chip id (bsc#1218260). +- drm/panel: st7701: Fix AVCL calculation (bsc#1218260). +- f2fs: fix to wait on block writeback for post_read case + (bsc#1218260). +- f2fs: fix to check compress file in f2fs_move_file_range() + (bsc#1218260). +- f2fs: fix to update iostat correctly in f2fs_filemap_fault() + (bsc#1218260). +- media: dvbdev: drop refcount on error path in dvb_device_open() + (bsc#1218260). +- media: dvb-frontends: m88ds3103: Fix a memory leak in an error + handling path of m88ds3103_probe() (bsc#1218260). +- clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset() + (bsc#1218260). +- clk: renesas: rzg2l: Check reset monitor registers + (bsc#1218260). +- drm/msm/dpu: Set input_sel bit for INTF (bsc#1218260). +- drm/msm/dpu: Drop enable and frame_count parameters from + dpu_hw_setup_misr() (bsc#1218260). +- drm/mediatek: Return error if MDP RDMA failed to enable the + clock (bsc#1218260). +- drm/mediatek: Remove the redundant driver data for DPI + (bsc#1218260). +- drm/mediatek: Fix underrun in VDO1 when switches off the layer + (bsc#1218260). +- drm/amdgpu/debugfs: fix error code when smc register accessors + are NULL (bsc#1218260). +- drm/amd/pm: fix a double-free in si_dpm_init (bsc#1218260). +- drivers/amd/pm: fix a use-after-free in kv_parse_power_table + (bsc#1218260). +- gpu/drm/radeon: fix two memleaks in radeon_vm_init + (bsc#1218260). +- drm/amd/pm: fix a double-free in + amdgpu_parse_extended_power_table (bsc#1218260). +- f2fs: fix to check return value of f2fs_recover_xattr_data + (bsc#1218260). +- dt-bindings: clock: Update the videocc resets for sm8150 + (bsc#1218260). +- clk: qcom: videocc-sm8150: Update the videocc resets + (bsc#1218260). +- clk: qcom: videocc-sm8150: Add missing PLL config property + (bsc#1218260). +- clk: sp7021: fix return value check in sp7021_clk_probe() + (bsc#1218260). +- drivers: clk: zynqmp: calculate closest mux rate (bsc#1218260). +- drivers: clk: zynqmp: update divider round rate logic + (bsc#1218260). +- watchdog: set cdev owner before adding (bsc#1218260). +- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO + (bsc#1218260). +- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling + (bsc#1218260). +- watchdog: rti_wdt: Drop runtime pm reference count when watchdog + is unused (bsc#1218260). +- clk: rs9: Fix DIF OEn bit placement on 9FGV0241 (bsc#1218260). +- clk: si5341: fix an error code problem in + si5341_output_clk_set_rate (bsc#1218260). +- ASoC: amd: vangogh: Drop conflicting ACPI-based probing + (bsc#1218260). +- ASoC: tas2781: add support for FW version 0x0503 (bsc#1218260). +- drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency + (bsc#1218260). +- accel/habanalabs: fix information leak in sec_attest_info() + (bsc#1218260). +- clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC + flag (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable + (bsc#1218260). +- clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs + (bsc#1218260). +- clk: qcom: gcc-sm8550: Mark RCGs shared where applicable + (bsc#1218260). +- clk: qcom: dispcc-sm8550: Update disp PLL settings + (bsc#1218260). +- clk: fixed-rate: fix + clk_hw_register_fixed_rate_with_accuracy_parent_hw + (bsc#1218260). +- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels + (bsc#1218260). +- pwm: stm32: Fix enable count for clk in .probe() (bsc#1218260). +- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[] + (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_config_save() (bsc#1218260). +- ALSA: scarlett2: Add missing error check to + scarlett2_usb_set_config() (bsc#1218260). +- ALSA: scarlett2: Allow passing any output to line_out_remap() + (bsc#1218260). +- ALSA: scarlett2: Add missing error checks to *_ctl_get() + (bsc#1218260). +- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() + (bsc#1218260). +- mmc: sdhci_am654: Fix TI SoC dependencies (bsc#1218260). +- mmc: sdhci_omap: Fix TI SoC dependencies (bsc#1218260). +- drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process' + (bsc#1218260). +- gpiolib: make gpio_device_get() and gpio_device_put() public + (bsc#1218260). +- gpiolib: provide gpio_device_find() (bsc#1218260). +- gpio: sysfs: drop the mention of gpiochip_find() from sysfs code + (bsc#1218260). +- IB/iser: Prevent invalidating wrong MR (bsc#1218260). +- drm/amdkfd: Confirm list is non-empty before utilizing + list_first_entry in kfd_topology.c (bsc#1218260). +- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init + (bsc#1218260). +- drm/amd/display: avoid stringop-overflow warnings for + dp_decide_lane_settings() (bsc#1218260). +- kselftest/alsa - mixer-test: fix the number of parameters to + ksft_exit_fail_msg() (bsc#1218260). +- kselftest/alsa - mixer-test: Fix the print format specifier + warning (bsc#1218260). +- kselftest/alsa - conf: Stringify the printed errno in + sysfs_get() (bsc#1218260). +- ksmbd: validate the zero field of packet header (bsc#1218260). +- of: Fix double free in of_parse_phandle_with_args_map + (bsc#1218260). +- fbdev: imxfb: fix left margin setting (bsc#1218260). +- of: unittest: Fix of_count_phandle_with_args() expected value + message (bsc#1218260). +- class: fix use-after-free in class_register() (bsc#1218260). +- kernfs: convert kernfs_idr_lock to an irq safe raw spinlock + (bsc#1218260). +- Revert "kernfs: convert kernfs_idr_lock to an irq safe raw + spinlock" (bsc#1218260). +- selftests/bpf: Add assert for user stacks in test_task_stack + (bsc#1218260). +- binder: fix async space check for 0-sized buffers (bsc#1218260). +- binder: fix unused alloc->free_async_space (bsc#1218260). +- mips/smp: Call rcutree_report_cpu_starting() earlier + (bsc#1218260). +- Input: atkbd - use ab83 as id when skipping the getid command + (bsc#1218260). +- rust: Ignore preserve-most functions (bsc#1218260). +- Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM + hole" (bsc#1218260). +- xen-netback: don't produce zero-size SKB frags (bsc#1218260). +- binder: fix race between mmput() and do_exit() (bsc#1218260). +- clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings + (bsc#1218260). +- powerpc/64s: Increase default stack size to 32KB (bsc#1218260). +- tick-sched: Fix idle and iowait sleeptime accounting vs CPU + hotplug (bsc#1218260). +- Revert "usb: gadget: f_uvc: change endpoint allocation in + uvc_function_bind()" (bsc#1218260). +- usb: phy: mxs: remove CONFIG_USB_OTG condition for + mxs_phy_is_otg_host() (bsc#1218260). +- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart + (bsc#1218260). +- usb: dwc3: gadget: Handle EP0 request dequeuing properly + (bsc#1218260). +- usb: dwc3: gadget: Queue PM runtime idle on disconnect event + (bsc#1218260). +- Revert "usb: dwc3: Soft reset phy on probe for host" + (bsc#1218260). +- Revert "usb: dwc3: don't reset device side if dwc3 was + configured as host-only" (bsc#1218260). +- usb: chipidea: wait controller resume finished for wakeup irq + (bsc#1218260). +- usb: cdns3: fix uvc failure work since sg support enabled + (bsc#1218260). +- usb: cdns3: fix iso transfer error when mult is not zero + (bsc#1218260). +- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg + enabled (bsc#1218260). +- Revert "usb: typec: class: fix typec_altmode_put_partner to + put plugs" (bsc#1218260). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1218260). +- usb: mon: Fix atomicity violation in mon_bin_vma_fault + (bsc#1218260). +- dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp-phy: fix path to + header (bsc#1218260). +- serial: core: fix sanitizing check for RTS settings + (bsc#1218260). +- serial: core: make sure RS485 cannot be enabled when it is + not supported (bsc#1218260). +- serial: 8250_bcm2835aux: Restore clock error handling + (bsc#1218260). +- serial: core, imx: do not set RS485 enabled if it is not + supported (bsc#1218260). +- serial: imx: Ensure that imx_uart_rs485_config() is called + with enabled clock (bsc#1218260). +- serial: 8250_exar: Set missing rs485_supported flag + (bsc#1218260). +- serial: omap: do not override settings for RS485 support + (bsc#1218260). +- ALSA: oxygen: Fix right channel of capture volume mixer + (bsc#1218260). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx + (bsc#1218260). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on HP ZBook (bsc#1218260). +- ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5 + (bsc#1218260). +- ksmbd: validate mech token in session setup (bsc#1218260). +- ksmbd: fix UAF issue in ksmbd_tcp_new_connection() + (bsc#1218260). +- ksmbd: only v2 leases handle the directory (bsc#1218260). +- ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION (bsc#1218260). +- LoongArch: Fix and simplify fcsr initialization on execve() + (bsc#1218260). +- io_uring: don't check iopoll if request completes (bsc#1218260). +- io_uring/rw: ensure io->bytes_done is always initialized + (bsc#1218260). +- io_uring: ensure local task_work is run on wait timeout + (bsc#1218260). +- fbdev/acornfb: Fix name of fb_ops initializer macro + (bsc#1218260). +- fbdev: flush deferred work in fb_deferred_io_fsync() + (bsc#1218260). +- fbdev: flush deferred IO before closing (bsc#1218260). +- scsi: ufs: core: Simplify power management during async scan + (bsc#1218260). +- scsi: target: core: add missing file_{start,end}_write() + (bsc#1218260). +- scsi: mpi3mr: Refresh sdev queue depth after controller reset + (bsc#1218260). +- scsi: mpi3mr: Clean up block devices post controller reset + (bsc#1218260). +- scsi: mpi3mr: Block PEL Enable Command on Controller Reset + and Unrecoverable State (bsc#1218260). +- drm/amd: Enable PCIe PME from D3 (bsc#1218260). +- block: add check that partition length needs to be aligned + with block size (bsc#1218260). +- block: Remove special-casing of compound pages (bsc#1218260). +- block: Fix iterating over an empty bio with + bio_for_each_folio_all (bsc#1218260). +- netfilter: nf_tables: check if catch-all set element is active + in next generation (bsc#1218260). +- pwm: jz4740: Don't use dev_err_probe() in .request() + (bsc#1218260). +- pwm: Fix out-of-bounds access in of_pwm_single_xlate() + (bsc#1218260). +- md/raid1: Use blk_opf_t for read and write operations + (bsc#1218260). +- rootfs: Fix support for rootfstype= when root= is given + (bsc#1218260). +- Bluetooth: Fix atomicity violation in {min,max}_key_size_set + (bsc#1218260). +- bpf: Fix re-attachment branch in bpf_tracing_prog_attach + (bsc#1218260). +- iommu/arm-smmu-qcom: Add missing GMU entry to match table + (bsc#1218260). +- iommu/dma: Trace bounce buffer usage when mapping buffers + (bsc#1218260). +- wifi: mt76: fix broken precal loading from MTD for mt7915 + (bsc#1218260). +- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable + code (bsc#1218260). +- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors + (bsc#1218260). +- wifi: mwifiex: add extra delay for firmware ready (bsc#1218260). +- wifi: mwifiex: configure BSSID consistently when starting AP + (bsc#1218260). +- wifi: mwifiex: fix uninitialized firmware_stat (bsc#1218260). +- net: stmmac: fix ethtool per-queue statistics (bsc#1218260). +- Revert "net: rtnetlink: Enslave device before bringing it up" + (bsc#1218260). +- Revert "nSVM: Check for reserved encodings of TLB_CONTROL in + nested VMCB" (bsc#1218260). +- cxl/port: Fix decoder initialization when nr_targets > + interleave_ways (bsc#1218260). +- PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg() + (bsc#1218260). +- x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRS + (bsc#1218260). +- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment + support (bsc#1218260). +- PCI: mediatek: Clear interrupt status before dispatching handler + (bsc#1218260). +- x86/kvm: Do not try to disable kvmclock if it was not enabled + (bsc#1218260). +- KVM: arm64: vgic-v4: Restore pending state on host userspace + write (bsc#1218260). +- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation + cache (bsc#1218260). +- KVM: x86/pmu: Move PMU reset logic to common x86 code + (bsc#1218260). +- KVM: x86/pmu: Reset the PMU, i.e. stop counters, before + refreshing (bsc#1218260). +- iio: adc: ad7091r: Pass iio_dev to event handler (bsc#1218260). +- HID: sensor-hub: Enable hid core report processing for all + devices (bsc#1218260). +- HID: wacom: Correct behavior when processing some confidence == + false touches (bsc#1218260). +- serial: sc16is7xx: add check for unsupported SPI modes during + probe (bsc#1218260). +- serial: sc16is7xx: set safe default SPI clock frequency + (bsc#1218260). +- ARM: 9330/1: davinci: also select PINCTRL (bsc#1218260). +- mfd: rk8xx: fixup devices registration with PLATFORM_DEVID_AUTO + (bsc#1218260). +- mfd: cs42l43: Correct SoundWire port list (bsc#1218260). +- mfd: syscon: Fix null pointer dereference in + of_syscon_register() (bsc#1218260). +- leds: aw2013: Select missing dependency REGMAP_I2C + (bsc#1218260). +- leds: aw200xx: Fix write to DIM parameter (bsc#1218260). +- mfd: tps6594: Add null pointer check to tps6594_device_init() + (bsc#1218260). +- mfd: intel-lpss: Fix the fractional clock divider flags + (bsc#1218260). +- srcu: Use try-lock lockdep annotation for NMI-safe access + (bsc#1218260). +- mips: dmi: Fix early remap on MIPS32 (bsc#1218260). +- mips: Fix incorrect max_low_pfn adjustment (bsc#1218260). +- um: virt-pci: fix platform map offset (bsc#1218260). +- riscv: Check if the code to patch lies in the exit section + (bsc#1218260). +- riscv: Fix module_alloc() that did not reset the linear mapping + permissions (bsc#1218260). +- riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting + huge linear mappings (bsc#1218260). +- riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC + (bsc#1218260). +- riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup() + (bsc#1218260). +- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup() + (bsc#1218260). +- power: supply: cw2015: correct time_to_empty units in sysfs + (bsc#1218260). +- power: supply: bq256xx: fix some problem in bq256xx_hw_init + (bsc#1218260). +- PCI: Avoid potential out-of-bounds read in + pci_dev_for_each_resource() (bsc#1218260). +- serial: 8250: omap: Don't skip resource freeing if + pm_runtime_resume_and_get() failed (bsc#1218260). +- iommu: Map reserved memory as cacheable if device is coherent + (bsc#1218260). +- perf test: Remove atomics from test_loop to avoid test failures + (bsc#1218260). +- perf header: Fix segfault on build_mem_topology() error path + (bsc#1218260). +- libapi: Add missing linux/types.h header to get the __u64 type + on io.h (bsc#1218260). +- perf test record user-regs: Fix mask for vg register + (bsc#1218260). +- vfio/pds: Fix calculations in pds_vfio_dirty_sync (bsc#1218260). +- perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT + to GPC_FLUSH_MEM_FAULT (bsc#1218260). +- perf mem: Fix error on hybrid related to availability of mem + event in a PMU (bsc#1218260). +- perf stat: Exit perf stat if parse groups fails (bsc#1218260). +- base/node.c: initialize the accessor list before registering + (bsc#1218260). +- acpi: property: Let args be NULL in + __acpi_node_get_property_reference (bsc#1218260). +- software node: Let args be NULL in + software_node_get_reference_args (bsc#1218260). +- serial: imx: fix tx statemachine deadlock (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereference in error + path (bsc#1218260). +- selftests/sgx: Fix uninitialized pointer dereferences in + encl_get_entry (bsc#1218260). +- selftests/sgx: Include memory clobber for inline asm in test + enclave (bsc#1218260). +- selftests/sgx: Skip non X86_64 platform (bsc#1218260). +- iio: adc: ad9467: fix reset gpio handling (bsc#1218260). +- iio: adc: ad9467: don't ignore error codes (bsc#1218260). +- iio: adc: ad9467: add mutex to struct ad9467_state + (bsc#1218260). +- iio: adc: ad9467: fix scale setting (bsc#1218260). +- perf header: Fix one memory leakage in + perf_event__fprintf_event_update() (bsc#1218260). +- perf hisi-ptt: Fix one memory leakage in + hisi_ptt_process_auxtrace_event() (bsc#1218260). +- perf genelf: Set ELF program header addresses properly + (bsc#1218260). +- perf unwind-libdw: Handle JIT-generated DSOs properly + (bsc#1218260). +- perf unwind-libunwind: Fix base address for .eh_frame + (bsc#1218260). +- bus: mhi: ep: Do not allocate event ring element on stack + (bsc#1218260). +- bus: mhi: ep: Use slab allocator where applicable (bsc#1218260). +- bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIs + (bsc#1218260). +- PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single() + (bsc#1218260). +- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK + (bsc#1218260). +- tty: don't check for signal_pending() in send_break() + (bsc#1218260). +- tty: use 'if' in send_break() instead of 'goto' (bsc#1218260). +- usb: cdc-acm: return correct error code on unsupported break + (bsc#1218260). +- spmi: mtk-pmif: Serialize PMIF status check and command + submission (bsc#1218260). +- usb: gadget: webcam: Make g_webcam loadable again (bsc#1218260). +- iommu: Don't reserve 0-length IOVA region (bsc#1218260). +- power: supply: Fix null pointer dereference in smb2_probe + (bsc#1218260). +- vdpa: Fix an error handling path in eni_vdpa_probe() + (bsc#1218260). +- apparmor: Fix ref count leak in task_kill (bsc#1218260). +- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C + PDU length (bsc#1218260). +- nvmet-tcp: fix a crash in nvmet_req_complete() (bsc#1218260). +- perf env: Avoid recursively taking env->bpf_progs.lock + (bsc#1218260). +- perf stat: Fix hard coded LL miss units (bsc#1218260). +- cxl/region: fix x9 interleave typo (bsc#1218260). +- apparmor: fix possible memory leak in unpack_trans_table + (bsc#1218260). +- apparmor: avoid crash when parsed profile name is empty + (bsc#1218260). +- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer + (bsc#1218260). +- serial: imx: Correct clock error message in function probe() + (bsc#1218260). +- serial: apbuart: fix console prompt on qemu (bsc#1218260). +- perf db-export: Fix missing reference count get in + call_path_from_sample() (bsc#1218260). +- cxl/port: Fix missing target list lock (bsc#1218260). +- spi: coldfire-qspi: Remove an erroneous clk_disable_unprepare() + from the remove function (bsc#1218260). +- hisi_acc_vfio_pci: Update migration data pointer correctly on + saving/resume (bsc#1218260). +- nvmet: re-fix tracing strncpy() warning (bsc#1218260). +- nvme: trace: avoid memcpy overflow warning (bsc#1218260). +- nvmet-tcp: Fix the H2C expected PDU len calculation + (bsc#1218260). +- PCI: keystone: Fix race condition when initializing PHYs + (bsc#1218260). +- PCI: mediatek-gen3: Fix translation window size calculation + (bsc#1218260). +- ASoC: mediatek: sof-common: Add NULL check for normal_link + string (bsc#1218260). +- s390/pci: fix max size calculation in zpci_memcpy_toio() + (bsc#1218260). +- net: qualcomm: rmnet: fix global oob in rmnet_policy + (bsc#1218260). +- rxrpc: Fix use of Don't Fragment flag (bsc#1218260). +- octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2 + (bsc#1218260). +- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames + (bsc#1218260). +- amt: do not use overwrapped cb area (bsc#1218260). +- net: micrel: Fix PTP frame parsing for lan8841 (bsc#1218260). +- net: phy: micrel: populate .soft_reset for KSZ9131 + (bsc#1218260). +- ALSA: hda: Properly setup HDMI stream (bsc#1218260). +- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN + (bsc#1218260). +- mptcp: strict validation before using mp_opt->hmac + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect() + (bsc#1218260). +- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req() + (bsc#1218260). +- mptcp: refine opt_mp_capable determination (bsc#1218260). +- block: ensure we hold a queue reference when using queue limits + (bsc#1218260). +- net: stmmac: Fix ethool link settings ops for integrated PCS + (bsc#1218260). +- udp: annotate data-races around up->pending (bsc#1218260). +- erofs: simplify compression configuration parser (bsc#1218260). +- erofs: fix inconsistent per-file compression format + (bsc#1218260). +- net: add more sanity check in virtio_net_hdr_to_skb() + (bsc#1218260). +- net: netdev_queue: netdev_txq_completed_mb(): fix wake condition + (bsc#1218260). +- bpf: iter_udp: Retry with a larger batch size without going + back to the previous bucket (bsc#1218260). +- bpf: Avoid iter->offset making backward progress in bpf_iter_udp + (bsc#1218260). +- net: tls, fix WARNIING in __sk_msg_free (bsc#1218260). +- net: ravb: Fix dma_addr_t truncation in error case + (bsc#1218260). +- dt-bindings: gpio: xilinx: Fix node address in gpio + (bsc#1218260). +- gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe + (bsc#1218260). +- ASoC: SOF: ipc4-loader: remove the CPC check warnings + (bsc#1218260). +- drm/amdkfd: fixes for HMM mem allocation (bsc#1218260). +- drm/amdgpu: fall back to INPUT power for AVG power via INFO + IOCTL (bsc#1218260). +- selftests: bonding: Change script interpreter (bsc#1218260). +- net: stmmac: ethtool: Fixed calltrace caused by unbalanced + disable_irq_wake calls (bsc#1218260). +- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS + (bsc#1218260). +- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe + (bsc#1218260). +- LoongArch: BPF: Prevent out-of-bounds memory access + (bsc#1218260). +- mptcp: relax check on MPC passive fallback (bsc#1218260). +- net: netdevsim: don't try to destroy PHC on VFs (bsc#1218260). +- netfilter: nf_tables: reject invalid set policy (bsc#1218260). +- netfilter: nft_limit: do not ignore unsupported flags + (bsc#1218260). +- netfilter: nfnetlink_log: use proper helper for fetching + physinif (bsc#1218260). +- netfilter: nf_queue: remove excess nf_bridge variable + (bsc#1218260). +- netfilter: propagate net to nf_bridge_get_physindev + (bsc#1218260). +- netfilter: bridge: replace physindev with physinif in + nf_bridge_info (bsc#1218260). +- netfilter: nf_tables: do not allow mismatch field size and + set key length (bsc#1218260). +- netfilter: nf_tables: skip dead set elements in netlink dump + (bsc#1218260). +- netfilter: nf_tables: reject NFT_SET_CONCAT with not field + length description (bsc#1218260). +- ipvs: avoid stat macros calls from preemptible context + (bsc#1218260). +- io_uring: adjust defer tw counting (bsc#1218260). +- kdb: Fix a potential buffer overflow in kdb_local() + (bsc#1218260). +- arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via + ptrace (bsc#1218260). +- ethtool: netlink: Add missing ethnl_ops_begin/complete + (bsc#1218260). +- loop: fix the the direct I/O support check when used on top + of block devices (bsc#1218260). +- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation + failure (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in + error path (bsc#1218260). +- mlxsw: spectrum_acl_tcam: Fix stack corruption (bsc#1218260). +- mlxsw: spectrum_router: Register netdevice notifier before + nexthop (bsc#1218260). +- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes + (bsc#1218260). +- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work + (bsc#1218260). +- i2c: s3c24xx: fix read transfers in polling mode (bsc#1218260). +- i2c: s3c24xx: fix transferring more than one message in polling + mode (bsc#1218260). +- riscv: Fix wrong usage of lm_alias() when splitting a huge + linear mapping (bsc#1218260). +- Revert "KEYS: encrypted: Add check for strsep" (bsc#1218260). +- arm64: dts: armada-3720-turris-mox: set irq type for RTC + (bsc#1218260). +- Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in + raid5d"" (bsc#1218260). +- Rename to + patches.kernel.org/6.6.14-345-keys-dns-Fix-size-check-of-V1-server-list-head.patch. +- commit ca00e0c + +------------------------------------------------------------------- +Fri Feb 2 10:34:23 CET 2024 - rfrohl@suse.com + +- Linux 6.6.13 (bsc#1218260). +- f2fs: explicitly null-terminate the xattr list (bsc#1218260). +- pinctrl: s32cc: Avoid possible string truncation (bsc#1218260). +- kunit: Warn if tests are slow (bsc#1218260). +- kunit: Reset suite counter right before running tests + (bsc#1218260). +- pinctrl: lochnagar: Don't build on MIPS (bsc#1218260). +- ALSA: hda - Fix speaker and headset mic pin config for CHUWI + CoreBook XPro (bsc#1218260). +- mptcp: fix uninit-value in mptcp_incoming_options (bsc#1218260). +- wifi: cfg80211: lock wiphy mutex for rfkill poll (bsc#1218260). +- wifi: avoid offset calculation on NULL pointer (bsc#1218260). +- wifi: mac80211: handle 320 MHz in + ieee80211_ht_cap_ie_to_sta_ht_cap (bsc#1218260). +- debugfs: fix automount d_fsdata usage (bsc#1218260). +- ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 + bps format (bsc#1218260). +- nvme-core: fix a memory leak in nvme_ns_info_from_identify() + (bsc#1218260). +- io_uring: use fget/fput consistently (bsc#1218260). +- block: warn once for each partition in bio_check_ro() + (bsc#1218260). +- drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt + (bsc#1218260). +- drm/amdkfd: Use common function for IP version check + (bsc#1218260). +- drm/amd/display: update dcn315 lpddr pstate latency + (bsc#1218260). +- drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel + null pointer (bsc#1218260). +- drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninit + (bsc#1218260). +- drm/amdgpu: Use another offset for GC 9.4.3 remap (bsc#1218260). +- smb: client, common: fix fortify warnings (bsc#1218260). +- Revert "drm/prime: Unexport helpers for fd/handle conversion" + (bsc#1218260). +- blk-mq: don't count completed flush data request as inflight + in case of quiesce (bsc#1218260). +- nvme-core: check for too small lba shift (bsc#1218260). +- hwtracing: hisi_ptt: Handle the interrupt in hardirq context + (bsc#1218260). +- hwtracing: hisi_ptt: Don't try to attach a task (bsc#1218260). +- ASoC: amd: yc: Add HP 255 G10 into quirk table (bsc#1218260). +- ASoC: wm8974: Correct boost mixer inputs (bsc#1218260). +- arm64: dts: rockchip: fix rk356x pcie msg interrupt name + (bsc#1218260). +- ASoC: Intel: Skylake: Fix mem leak in few functions + (bsc#1218260). +- ASoC: nau8822: Fix incorrect type in assignment and cast to + restricted __be16 (bsc#1218260). +- ASoC: SOF: topology: Fix mem leak in sof_dai_load() + (bsc#1218260). +- ASoC: Intel: Skylake: mem leak in skl register function + (bsc#1218260). +- ASoC: cs43130: Fix the position of const qualifier + (bsc#1218260). +- ASoC: cs43130: Fix incorrect frame delay configuration + (bsc#1218260). +- ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only case + (bsc#1218260). +- ASoC: rt5650: add mutex to avoid the jack detection failure + (bsc#1218260). +- ASoC: fsl_xcvr: refine the requested phy clock frequency + (bsc#1218260). +- ASoC: Intel: skl_hda_dsp_generic: Drop HDMI routes when HDMI + is not available (bsc#1218260). +- ASoC: SOF: ipc4-topology: Add core_mask in struct + snd_sof_pipeline (bsc#1218260). +- ASoC: SOF: sof-audio: Modify logic for enabling/disabling + topology cores (bsc#1218260). +- nouveau/tu102: flush all pdbs on vmm flush (bsc#1218260). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 13 + (bsc#1218260). +- ASoC: hdac_hda: Conditionally register dais for HDMI and Analog + (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the SRC + module (bsc#1218260). +- ASoC: SOF: ipc4-topology: Correct data structures for the GAIN + module (bsc#1218260). +- pds_vdpa: fix up format-truncation complaint (bsc#1218260). +- pds_vdpa: clear config callback when status goes to 0 + (bsc#1218260). +- pds_vdpa: set features order (bsc#1218260). +- net/tg3: fix race condition in tg3_reset_task() (bsc#1218260). +- ASoC: da7219: Support low DC impedance headset (bsc#1218260). +- nvme: introduce helper function to get ctrl state (bsc#1218260). +- nvme: ensure reset state check ordering (bsc#1218260). +- nvme-ioctl: move capable() admin check to the end (bsc#1218260). +- nvme: prevent potential spectre v1 gadget (bsc#1218260). +- nvme: fix deadlock between reset and scan (bsc#1218260). +- arm64: dts: rockchip: Fix PCI node addresses on rk3399-gru + (bsc#1218260). +- drm/amd/display: Add monitor patch for specific eDP + (bsc#1218260). +- drm/amdgpu: Add NULL checks for function pointers (bsc#1218260). +- drm/exynos: fix a potential error pointer dereference + (bsc#1218260). +- drm/exynos: fix a wrong error checking (bsc#1218260). +- ALSA: pcmtest: stop timer before buffer is released + (bsc#1218260). +- hwmon: (corsair-psu) Fix probe when built-in (bsc#1218260). +- LoongArch: Apply dynamic relocations for LLD (bsc#1218260). +- LoongArch: Set unwind stack type to unknown rather than set + error flag (bsc#1218260). +- LoongArch: Preserve syscall nr across execve() (bsc#1218260). +- clk: rockchip: rk3568: Add PLL rate for 292.5MHz (bsc#1218260). +- clk: rockchip: rk3128: Fix HCLK_OTG gate register (bsc#1218260). +- soundwire: intel_ace2x: fix AC timing setting for ACE2.x + (bsc#1218260). +- jbd2: correct the printing of write_flags in + jbd2_write_superblock() (bsc#1218260). +- jbd2: increase the journal IO's priority (bsc#1218260). +- drm/crtc: Fix uninit-value bug in drm_mode_setcrtc + (bsc#1218260). +- neighbour: Don't let neigh_forced_gc() disable preemption for + long (bsc#1218260). +- platform/x86: intel-vbtn: Fix missing tablet-mode-switch events + (bsc#1218260). +- efi/loongarch: Use load address to calculate kernel entry + address (bsc#1218260). +- jbd2: fix soft lockup in journal_finish_inode_data_buffers() + (bsc#1218260). +- tracing: Have large events show up as '[LINE TOO BIG]' instead + of nothing (bsc#1218260). +- tracing: Add size check when printing trace_marker output + (bsc#1218260). +- stmmac: dwmac-loongson: drop useless check for compatible + fallback (bsc#1218260). +- MIPS: dts: loongson: drop incorrect dwmac fallback compatible + (bsc#1218260). +- tracing: Fix uaf issue when open the hist or hist_debug file + (bsc#1218260). +- ring-buffer: Do not record in NMI if the arch does not support + cmpxchg in NMI (bsc#1218260). +- Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1 + (bsc#1218260). +- reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning + (bsc#1218260). +- Input: atkbd - skip ATKBD_CMD_GETID in translated mode + (bsc#1218260). +- Input: i8042 - add nomux quirk for Acer P459-G2-M (bsc#1218260). +- pinctrl: amd: Mask non-wake source pins with interrupt enabled + at suspend (bsc#1218260). +- ASoC: cs35l45: Use modern pm_ops (bsc#1218260). +- ASoC: cs35l45: Prevent IRQ handling when suspending/resuming + (bsc#1218260). +- ASoC: cs35l45: Prevents spinning during runtime suspend + (bsc#1218260). +- s390/scm: fix virtual vs physical address confusion + (bsc#1218260). +- ARC: fix spare error (bsc#1218260). +- ARC: fix smatch warning (bsc#1218260). +- wifi: iwlwifi: pcie: avoid a NULL pointer dereference + (bsc#1218260). +- Input: xpad - add Razer Wolverine V2 support (bsc#1218260). +- driver core: Add a guard() definition for the device_lock() + (bsc#1218260). +- kselftest: alsa: fixed a print formatting warning (bsc#1218260). +- HID: nintendo: fix initializer element is not constant error + (bsc#1218260). +- platform/x86: thinkpad_acpi: fix for incorrect fan reporting + on some ThinkPad systems (bsc#1218260). +- platform/x86/amd/pmc: Move platform defines to header + (bsc#1218260). +- platform/x86/amd/pmc: Only run IRQ1 firmware version check on + Cezanne (bsc#1218260). +- platform/x86/amd/pmc: Move keyboard wakeup disablement detection + to pmc-quirks (bsc#1218260). +- platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework + 13 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab + S10346 (bsc#1218260). +- ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk + (bsc#1218260). +- ALSA: hda/realtek: Add quirks for ASUS Zenbook 2022 Models + (bsc#1218260). +- dm audit: fix Kconfig so DM_AUDIT depends on BLK_DEV_DM + (bsc#1218260). +- HID: nintendo: Prevent divide-by-zero on code (bsc#1218260). +- i2c: rk3x: fix potential spinlock recursion on poll + (bsc#1218260). +- drm/amdkfd: svm range always mapped flag not working on APU + (bsc#1218260). +- drm/amd/display: Add case for dcn35 to support usb4 dmub hpd + event (bsc#1218260). +- drm/amd/display: get dprefclk ss info from integration info + table (bsc#1218260). +- pinctrl: cy8c95x0: Fix typo (bsc#1218260). +- pinctrl: cy8c95x0: Fix regression (bsc#1218260). +- pinctrl: cy8c95x0: Fix get_pincfg (bsc#1218260). +- posix-timers: Get rid of [COMPAT_]SYS_NI() uses (bsc#1218260). +- ida: Fix crash in ida_free when the bitmap is empty + (bsc#1218260). +- virtio_blk: fix snprintf truncation compiler warning + (bsc#1218260). +- nfc: Do not send datagram if socket state isn't LLCP_BOUND + (bsc#1218260). +- net: qrtr: ns: Return 0 if server port is not present + (bsc#1218260). +- connector: Fix proc_event_num_listeners count not cleared + (bsc#1218260). +- ARM: sun9i: smp: fix return code check of + of_property_match_string (bsc#1218260). +- x86/csum: Remove unnecessary odd handling (bsc#1218260). +- x86/csum: clean up `csum_partial' further (bsc#1218260). +- drm/crtc: fix uninitialized variable use (bsc#1218260). +- x86/microcode: do not cache microcode if it will not be used + (bsc#1218260). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 + 13-ay0xxx (bsc#1218260). +- ACPI: resource: Add another DMI match for the TongFang GMxXGxx + (bsc#1218260). +- bus: moxtet: Mark the irq as shared (bsc#1218260). +- bus: moxtet: Add spi device table (bsc#1218260). +- ASoC: SOF: Intel: hda-codec: Delay the codec device registration + (bsc#1218260). +- drm/amd/display: Pass pwrseq inst for backlight and ABM + (bsc#1218260). +- ksmbd: don't allow O_TRUNC open on read-only share + (bsc#1218260). +- ksmbd: free ppace array on error in parse_dacl (bsc#1218260). +- Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" + (bsc#1218260). +- binder: use EPOLLERR from eventpoll.h (bsc#1218260). +- binder: fix use-after-free in shinker's callback (bsc#1218260). +- binder: fix trivial typo of binder_free_buf_locked() + (bsc#1218260). +- binder: fix comment on binder_alloc_new_buf() return value + (bsc#1218260). +- uio: Fix use-after-free in uio_open (bsc#1218260). +- parport: parport_serial: Add Brainboxes BAR details + (bsc#1218260). +- parport: parport_serial: Add Brainboxes device IDs and geometry + (bsc#1218260). +- leds: ledtrig-tty: Free allocated ttyname buffer on deactivate + (bsc#1218260). +- PCI: Add ACS quirk for more Zhaoxin Root Ports (bsc#1218260). +- coresight: etm4x: Fix width of CCITMIN field (bsc#1218260). +- scripts/decode_stacktrace.sh: optionally use LLVM utilities + (bsc#1218260). +- mm/memory_hotplug: fix memmap_on_memory sysfs value retrieval + (bsc#1218260). +- Rename to + patches.kernel.org/6.6.13-110-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch. +- commit 1942b49 + +------------------------------------------------------------------- +Fri Feb 2 10:33:31 CET 2024 - rfrohl@suse.com + +- Linux 6.6.12 (bsc#1218260). +- nfsd: drop the nfsd_put helper (bsc#1218260). +- commit 152ed54 + ------------------------------------------------------------------- Thu Feb 1 12:53:13 CET 2024 - rfrohl@suse.com @@ -329,6 +2200,23 @@ Thu Feb 1 09:57:11 CET 2024 - rfrohl@suse.com separate API (bsc#1012628). - commit 9bd35fb +------------------------------------------------------------------- +Tue Jan 30 11:54:54 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: set jobs for riscv to 8 + The same workers are used for x86 and riscv and the riscv builds take + ages. So align the riscv jobs count to x86. +- commit b2c82b9 + +------------------------------------------------------------------- +Fri Jan 26 11:55:03 CET 2024 - msuchanek@suse.de + +- mkspec: Use variant in constraints template + Constraints are not applied consistently with kernel package variants. + Add variant to the constraints template as appropriate, and expand it + in mkspec. +- commit cc68ab9 + ------------------------------------------------------------------- Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com @@ -1069,6 +2957,68 @@ Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch. - commit ef1c32e +------------------------------------------------------------------- +Fri Jan 26 07:27:41 CET 2024 - jslaby@suse.cz + +- rpm/constraints.in: add static multibuild packages + Commit 841012b049a5 (rpm/mkspec: use kernel-source: prefix for + constraints on multibuild) added "kernel-source:" prefix to the + dynamically generated kernels. But there are also static ones like + kernel-docs. Those fail to build as the constraints are still not + applied. + So add the prefix also to the static ones. + Note kernel-docs-rt is given kernel-source-rt prefix. I am not sure it + will ever be multibuilt... +- commit c2e0681 + +------------------------------------------------------------------- +Thu Jan 25 12:41:57 CET 2024 - msuchanek@suse.de + +- Revert "Limit kernel-source build to architectures for which the kernel binary" + This reverts commit 08a9e44c00758b5f3f3b641830ab6affff041132. + The fix for bsc#1108281 directly causes bsc#1218768, revert. +- commit 2943b8a + +------------------------------------------------------------------- +Thu Jan 25 12:39:11 CET 2024 - msuchanek@suse.de + +- mkspec: Include constraints for both multibuild and plain package always + There is no need to check for multibuild flag, the constraints can be + always generated for both cases. +- commit 308ea09 + +------------------------------------------------------------------- +Thu Jan 25 11:53:37 CET 2024 - jslaby@suse.cz + +- rpm/mkspec: use kernel-source: prefix for constraints on multibuild + Otherwise the constraints are not applied with multibuild enabled. +- commit 841012b + +------------------------------------------------------------------- +Wed Jan 24 14:40:23 CET 2024 - jslaby@suse.cz + +- rpm/kernel-source.rpmlintrc: add action-ebpf + Upstream commit a79d8ba734bd (selftests: tc-testing: remove buildebpf + plugin) added this precompiled binary blob. Adapt rpmlintrc for + kernel-source. +- commit b5ccb33 + +------------------------------------------------------------------- +Tue Jan 23 12:39:45 CET 2024 - tiwai@suse.de + +- scripts/tar-up.sh: don't add spurious entry from kernel-sources.changes.old + The previous change added the manual entry from kernel-sources.change.old + to old_changelog.txt unnecessarily. Let's fix it. +- commit fb033e8 + +------------------------------------------------------------------- +Tue Jan 23 07:35:27 CET 2024 - jslaby@suse.cz + +- rpm/kernel-docs.spec.in: fix build with 6.8 + Since upstream commit f061c9f7d058 (Documentation: Document each netlink + family), the build needs python yaml. +- commit 6a7ece3 + ------------------------------------------------------------------- Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com @@ -1280,6 +3230,24 @@ Mon Jan 15 20:21:37 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1ef6c36 +------------------------------------------------------------------- +Mon Jan 15 14:52:49 CET 2024 - rfrohl@suse.com + +- Update README.BRANCH (bsc#1218260). +- commit fed66f4 + +------------------------------------------------------------------- +Mon Jan 15 14:40:22 CET 2024 - rfrohl@suse.com + +- config: Remove unsupported architectures, add longterm config (bsc#1218260). +- commit fa1ed81 + +------------------------------------------------------------------- +Mon Jan 15 14:26:11 CET 2024 - rfrohl@suse.com + +- rpm/config.sh: Update VARIANT and remove unsupported architecture build projects (bsc#1218260). +- commit 9c1fec8 + ------------------------------------------------------------------- Thu Jan 11 16:09:57 CET 2024 - rfrohl@suse.com @@ -1294,6 +3262,235 @@ Thu Jan 11 10:05:26 CET 2024 - rfrohl@suse.com need 7da0dde68486b (ip, udp: Support MSG_SPLICE_PAGES) first. - commit ea3257f +------------------------------------------------------------------- +Thu Jan 11 09:28:29 CET 2024 - tiwai@suse.de + +- Store the old kernel changelog entries in kernel-docs package (bsc#1218713) + The old entries are found in kernel-docs/old_changelog.txt in docdir. + rpm/old_changelog.txt can be an optional file that stores the similar + info like rpm/kernel-sources.changes.old. It can specify the commit + range that have been truncated. scripts/tar-up.sh expands from the + git log accordingly. +- commit c9a2566 + +------------------------------------------------------------------- +Thu Jan 11 09:01:39 CET 2024 - jslaby@suse.cz + +- keys, dns: Fix size check of V1 server-list header (git-fixes). +- commit 05ae4ad + +------------------------------------------------------------------- +Thu Jan 11 08:05:24 CET 2024 - jslaby@suse.cz + +- Linux 6.6.11 (bsc#1012628). +- keys, dns: Fix missing size check of V1 server-list header + (bsc#1012628). +- ALSA: hda/tas2781: do not use regcache (bsc#1012628). +- ALSA: hda/tas2781: move set_drv_data outside tasdevice_init + (bsc#1012628). +- ALSA: hda/tas2781: remove sound controls in unbind + (bsc#1012628). +- ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion + 14-ec1xxx series (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBook + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook + 440 G6 (bsc#1012628). +- drm/amd/display: pbn_div need be updated for hotplug event + (bsc#1012628). +- mptcp: prevent tcp diag from closing listener subflows + (bsc#1012628). +- Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()" + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, + G200SE (bsc#1012628). +- cifs: cifs_chan_is_iface_active should be called with chan_lock + held (bsc#1012628). +- cifs: do not depend on release_iface for maintaining iface_list + (bsc#1012628). +- KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRL + (bsc#1012628). +- accel/qaic: Fix GEM import path code (bsc#1012628). +- accel/qaic: Implement quirk for SOC_HW_VERSION (bsc#1012628). +- wifi: iwlwifi: pcie: don't synchronize IRQs from IRQ + (bsc#1012628). +- drm/bridge: parade-ps8640: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Never store more than msg->size + bytes in AUX xfer (bsc#1012628). +- drm/bridge: ps8640: Fix size mismatch warning w/ len + (bsc#1012628). +- netfilter: nf_tables: set transport offset from mac header + for netdev/egress (bsc#1012628). +- nfc: llcp_core: Hold a ref to llcp_local->dev when holding a + ref to llcp_local (bsc#1012628). +- octeontx2-af: Fix marking couple of structure as __packed + (bsc#1012628). +- drm/i915/dp: Fix passing the correct DPCD_REV for + drm_dp_set_phy_test_pattern (bsc#1012628). +- drm/i915/perf: Update handling of MMIO triggered reports + (bsc#1012628). +- ice: Fix link_down_on_close message (bsc#1012628). +- ice: Shut down VSI with "link-down-on-close" enabled + (bsc#1012628). +- i40e: Fix filter input checks to prevent config with invalid + values (bsc#1012628). +- igc: Report VLAN EtherType matching back to user (bsc#1012628). +- igc: Check VLAN TCI mask (bsc#1012628). +- igc: Check VLAN EtherType mask (bsc#1012628). +- ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enable + (bsc#1012628). +- ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offset + (bsc#1012628). +- mlxbf_gige: fix receive packet race condition (bsc#1012628). +- net: sched: em_text: fix possible memory leak in + em_text_destroy() (bsc#1012628). +- r8169: Fix PCI error on system resume (bsc#1012628). +- net: Implement missing getsockopt(SO_TIMESTAMPING_NEW) + (bsc#1012628). +- selftests: bonding: do not set port down when adding to bond + (bsc#1012628). +- ARM: sun9i: smp: Fix array-index-out-of-bounds read in + sunxi_mc_smp_init (bsc#1012628). +- sfc: fix a double-free bug in efx_probe_filters (bsc#1012628). +- net: bcmgenet: Fix FCS generation for fragmented skbuffs + (bsc#1012628). +- netfilter: nf_nat: fix action not being set for all ct states + (bsc#1012628). +- netfilter: nft_immediate: drop chain reference counter on error + (bsc#1012628). +- net: Save and restore msg_namelen in sock_sendmsg (bsc#1012628). +- i40e: fix use-after-free in i40e_aqc_add_filters() + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Validate written enum values + (bsc#1012628). +- ASoC: meson: g12a-toacodec: Fix event generation (bsc#1012628). +- ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux + (bsc#1012628). +- i40e: Restore VF MSI-X state during PCI reset (bsc#1012628). +- igc: Fix hicredit calculation (bsc#1012628). +- apparmor: Fix move_mount mediation by detecting if source is + detached (bsc#1012628). +- virtio_net: avoid data-races on dev->stats fields (bsc#1012628). +- virtio_net: fix missing dma unmap for resize (bsc#1012628). +- net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues + (bsc#1012628). +- net/smc: fix invalid link access in dumping SMC-R connections + (bsc#1012628). +- octeontx2-af: Always configure NIX TX link credits based on + max frame size (bsc#1012628). +- octeontx2-af: Re-enable MAC TX in otx2_stop processing + (bsc#1012628). +- asix: Add check for usbnet_get_endpoints (bsc#1012628). +- net: ravb: Wait for operating mode to be applied (bsc#1012628). +- bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() + (bsc#1012628). +- net: Implement missing SO_TIMESTAMPING_NEW cmsg support + (bsc#1012628). +- mm: convert DAX lock/unlock page to lock/unlock folio + (bsc#1012628). +- mm/memory-failure: pass the folio and the page to + collect_procs() (bsc#1012628). +- xsk: add multi-buffer support for sockets sharing umem + (bsc#1012628). +- media: qcom: camss: Fix V4L2 async notifier error path + (bsc#1012628). +- media: qcom: camss: Fix genpd cleanup (bsc#1012628). +- tcp: derive delack_max from rto_min (bsc#1012628). +- bpftool: Fix -Wcast-qual warning (bsc#1012628). +- bpftool: Align output skeleton ELF code (bsc#1012628). +- crypto: xts - use 'spawn' for underlying single-block cipher + (bsc#1012628). +- crypto: qat - fix double free during reset (bsc#1012628). +- crypto: hisilicon/qm - fix EQ/AEQ interrupt issue (bsc#1012628). +- vfio/mtty: Overhaul mtty interrupt handling (bsc#1012628). +- clk: si521xx: Increase stack based print buffer size in probe + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache WQ flush (bsc#1012628). +- ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() + cleanup (bsc#1012628). +- rcu: Break rcu_node_0 --> &rq->__lock order (bsc#1012628). +- rcu: Introduce rcu_cpu_online() (bsc#1012628). +- rcu/tasks: Handle new PF_IDLE semantics (bsc#1012628). +- rcu/tasks-trace: Handle new PF_IDLE semantics (bsc#1012628). +- riscv: don't probe unaligned access speed if already done + (bsc#1012628). +- KVM: s390: vsie: fix wrong VIR 37 when MSO is used + (bsc#1012628). +- phy: ti: gmii-sel: Fix register offset when parent is not a + syscon node (bsc#1012628). +- dmaengine: ti: k3-psil-am62: Fix SPI PDMA data (bsc#1012628). +- dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data (bsc#1012628). +- dmaengine: fsl-edma: Do not suspend and resume the masked dma + channel when the system is sleeping (bsc#1012628). +- dmaengine: fsl-edma: Add judgment on enabling round robin + arbitration (bsc#1012628). +- iio: imu: adis16475: use bit numbers in assign_bit() + (bsc#1012628). +- iommu/vt-d: Support enforce_cache_coherency only for empty + domains (bsc#1012628). +- phy: mediatek: mipi: mt8183: fix minimal supported frequency + (bsc#1012628). +- phy: sunplus: return negative error code in sp_usb_phy_probe + (bsc#1012628). +- clk: rockchip: rk3128: Fix aclk_peri_src's parent (bsc#1012628). +- clk: rockchip: rk3128: Fix SCLK_SDMMC's clock name + (bsc#1012628). +- drm/i915: Call intel_pre_plane_updates() also for pipes getting + enabled (bsc#1012628). +- drm/amd/display: Increase num voltage states to 40 + (bsc#1012628). +- cxl: Add cxl_decoders_committed() helper (bsc#1012628). +- cxl/core: Always hold region_rwsem while reading poison lists + (bsc#1012628). +- kernel/resource: Increment by align value in + get_free_mem_region() (bsc#1012628). +- drm/amd/display: Increase frame warning limit with KASAN or + KCSAN in dml (bsc#1012628). +- dmaengine: idxd: Protect int_handle field in hw descriptor + (bsc#1012628). +- dmaengine: fsl-edma: fix wrong pointer check in + fsl_edma3_attach_pd() (bsc#1012628). +- RISCV: KVM: update external interrupt atomically for IMSIC + swfile (bsc#1012628). +- powerpc/pseries/vas: Migration suspend waits for no in-progress + open windows (bsc#1012628). +- net: prevent mss overflow in skb_segment() (bsc#1012628). +- cxl/pmu: Ensure put_device on pmu devices (bsc#1012628). +- net: libwx: fix memory leak on free page (bsc#1012628). +- net: constify sk_dst_get() and __sk_dst_get() argument + (bsc#1012628). +- mm/mglru: skip special VMAs in lru_gen_look_around() + (bsc#1012628). +- x86/kprobes: fix incorrect return address calculation in + kprobe_emulate_call_indirect (bsc#1012628). +- i2c: core: Fix atomic xfer check for non-preempt config + (bsc#1012628). +- mm: fix unmap_mapping_range high bits shift bug (bsc#1012628). +- drm/amdgpu: skip gpu_info fw loading on navi12 (bsc#1012628). +- drm/amd/display: add nv12 bounding box (bsc#1012628). +- drm/amd/display: Fix sending VSC (+ colorimetry) packets for + DP/eDP displays without PSR (bsc#1012628). +- mmc: meson-mx-sdhc: Fix initialization frozen issue + (bsc#1012628). +- mmc: rpmb: fixes pause retune on all RPMB partitions + (bsc#1012628). +- mmc: core: Cancel delayed work before releasing host + (bsc#1012628). +- mmc: sdhci-sprd: Fix eMMC init failure after hw reset + (bsc#1012628). +- cxl: Add cxl_num_decoders_committed() usage to cxl_test + (bsc#1012628). +- cxl/hdm: Fix a benign lockdep splat (bsc#1012628). +- cxl/memdev: Hold region_rwsem during inject and clear poison + ops (bsc#1012628). +- media: qcom: camss: Comment CSID dt_id field (bsc#1012628). +- Rename to + patches.kernel.org/6.6.11-110-firewire-ohci-suppress-unexpected-system-reboo.patch. +- commit f421cf4 + ------------------------------------------------------------------- Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com @@ -1546,6 +3743,117 @@ Wed Jan 10 21:55:08 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 1dc1956 +------------------------------------------------------------------- +Mon Jan 8 20:46:01 CET 2024 - palcantara@suse.de + +- smb: client: fix potential OOB in smb2_dump_detail() + (bsc#1217946 CVE-2023-6610). +- commit edb885a + +------------------------------------------------------------------- +Mon Jan 8 14:24:37 CET 2024 - msuchanek@suse.de + +- Limit kernel-source build to architectures for which the kernel binary + is built (bsc#1108281). +- commit 08a9e44 + +------------------------------------------------------------------- +Mon Jan 8 09:05:56 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status and move to sorted section. +- commit 7d3b8d0 + +------------------------------------------------------------------- +Mon Jan 8 08:15:20 CET 2024 - jslaby@suse.cz + +- Linux 6.6.10 (bsc#1012628). +- Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI + device probe" (bsc#1012628). +- netfilter: nf_tables: skip set commit for deleted/destroyed sets + (bsc#1012628). +- wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x) + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- tracing: Fix blocked reader of snapshot buffer (bsc#1012628). +- ftrace: Fix modification of direct_function hash while in use + (bsc#1012628). +- ring-buffer: Fix wake ups when buffer_percent is set to 100 + (bsc#1012628). +- Revert "nvme-fc: fix race between error recovery and creating + association" (bsc#1012628). +- mm/memory-failure: check the mapcount of the precise page + (bsc#1012628). +- mm/memory-failure: cast index to loff_t before shifting it + (bsc#1012628). +- mm: migrate high-order folios in swap cache correctly + (bsc#1012628). +- mm/filemap: avoid buffered read/write race to read inconsistent + data (bsc#1012628). +- selftests: secretmem: floor the memory size to the multiple + of page_size (bsc#1012628). +- maple_tree: do not preallocate nodes for slot stores + (bsc#1012628). +- platform/x86: p2sb: Allow p2sb_bar() calls during PCI device + probe (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() + (bsc#1012628). +- platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback + (bsc#1012628). +- platform/x86/intel/pmc: Allow reenabling LTRs (bsc#1012628). +- platform/x86/intel/pmc: Add suspend callback (bsc#1012628). +- block: renumber QUEUE_FLAG_HW_WC (bsc#1012628). +- mptcp: fix inconsistent state on fastopen race (bsc#1012628). +- mptcp: fix possible NULL pointer dereference on close + (bsc#1012628). +- mptcp: refactor sndbuf auto-tuning (bsc#1012628). +- linux/export: Ensure natural alignment of kcrctab array + (bsc#1012628). +- linux/export: Fix alignment for 64-bit ksymtab entries + (bsc#1012628). +- kexec: select CRYPTO from KEXEC_FILE instead of depending on it + (bsc#1012628). +- kexec: fix KEXEC_FILE dependencies (bsc#1012628). +- Update config files. + The defaults for s390 taken from the master branch. +- virtio_ring: fix syncs DMA memory with different direction + (bsc#1012628). +- fs: cifs: Fix atime update check (bsc#1012628). +- client: convert to new timestamp accessors (bsc#1012628). +- fs: new accessor methods for atime and mtime (bsc#1012628). +- ksmbd: avoid duplicate opinfo_put() call on error of + smb21_lease_break_ack() (bsc#1012628). +- ksmbd: lazy v2 lease break on smb2_write() (bsc#1012628). +- ksmbd: send v2 lease break notification for directory + (bsc#1012628). +- ksmbd: downgrade RWH lease caching state to RH for directory + (bsc#1012628). +- ksmbd: set v2 lease capability (bsc#1012628). +- ksmbd: set epoch in create context v2 lease (bsc#1012628). +- ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error + (bsc#1012628). +- ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId + (bsc#1012628). +- ksmbd: release interim response after sending status pending + response (bsc#1012628). +- ksmbd: move oplock handling after unlock parent dir + (bsc#1012628). +- ksmbd: separately allocate ci per dentry (bsc#1012628). +- ksmbd: prevent memory leak on error return (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked() + (bsc#1012628). +- ksmbd: no need to wait for binded connection termination at + logoff (bsc#1012628). +- ksmbd: add support for surrogate pair conversion (bsc#1012628). +- ksmbd: fix missing RDMA-capable flag for IPoIB device in + ksmbd_rdma_capable_netdev() (bsc#1012628). +- ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr() + (bsc#1012628). +- ksmbd: reorganize ksmbd_iov_pin_rsp() (bsc#1012628). +- ksmbd: Remove unused field in ksmbd_user struct (bsc#1012628). +- commit b5b393f + ------------------------------------------------------------------- Fri Jan 5 17:13:22 CET 2024 - rfrohl@suse.com @@ -1722,6 +4030,28 @@ Fri Jan 5 10:20:08 CET 2024 - petr.pavlu@suse.com (jsc#PED-5021)"), remove the now unused file from the tree. - commit 7af3a92 +------------------------------------------------------------------- +Fri Jan 5 08:21:44 CET 2024 - jslaby@suse.cz + +- Refresh + patches.suse/firewire-ohci-suppress-unexpected-system-reboot-in-A.patch. + Update upstream status. +- commit 6da42fc + +------------------------------------------------------------------- +Thu Jan 4 08:08:35 CET 2024 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to keep up with the lost configs. +- commit 473d8d7 + +------------------------------------------------------------------- +Thu Jan 4 07:35:06 CET 2024 - jslaby@suse.cz + +- firewire: ohci: suppress unexpected system reboot in AMD Ryzen + machines and ASM108x/VT630x PCIe cards (bsc#1215436). +- commit 139a7b3 + ------------------------------------------------------------------- Wed Jan 3 19:47:37 CET 2024 - msuchanek@suse.de @@ -1750,7 +4080,282 @@ Wed Jan 3 18:49:19 CET 2024 - msuchanek@suse.de Wed Jan 3 11:44:52 CET 2024 - msuchanek@suse.de - rpm/config.sh: Enable multibuild. -- commit 14b497b +- commit cf15421 + +------------------------------------------------------------------- +Tue Jan 2 08:19:30 CET 2024 - jslaby@suse.cz + +- Linux 6.6.9 (bsc#1012628). +- bpf: Fix prog_array_map_poke_run map poke update (bsc#1012628). +- mm/damon/core: use number of passed access sampling as a timer + (bsc#1012628). +- mm/damon/core: make damon_start() waits until kdamond_fn() + starts (bsc#1012628). +- btrfs: qgroup: iterate qgroups without memory allocation for + qgroup_reserve() (bsc#1012628). +- btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta() + (bsc#1012628). +- btrfs: free qgroup pertrans reserve on transaction abort + (bsc#1012628). +- drm/amd/display: fix hw rotated modes when PSR-SU is enabled + (bsc#1012628). +- drm/i915: Fix FEC state dump (bsc#1012628). +- drm/i915: Introduce crtc_state->enhanced_framing (bsc#1012628). +- drm/i915/edp: don't write to DP_LINK_BW_SET when using rate + select (bsc#1012628). +- drm: Update file owner during use (bsc#1012628). +- drm: Fix FD ownership check in drm_master_check_perm() + (bsc#1012628). +- spi: spi-imx: correctly configure burst length when using dma + (bsc#1012628). +- arm64: dts: allwinner: h616: update emac for Orange Pi Zero 3 + (bsc#1012628). +- ARM: dts: dra7: Fix DRA7 L3 NoC node register size + (bsc#1012628). +- ARM: OMAP2+: Fix null pointer dereference and memory leak in + omap_soc_device_init (bsc#1012628). +- reset: Fix crash when freeing non-existent optional resets + (bsc#1012628). +- s390/vx: fix save/restore of fpu kernel context (bsc#1012628). +- platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore() + (bsc#1012628). +- SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806 + (bsc#1012628). +- wifi: ieee80211: don't require protected vendor action frames + (bsc#1012628). +- wifi: iwlwifi: pcie: add another missing bh-disable for + rxq->lock (bsc#1012628). +- wifi: mac80211: check if the existing link config remains + unchanged (bsc#1012628). +- wifi: mac80211: don't re-add debugfs during reconfig + (bsc#1012628). +- wifi: mac80211: check defragmentation succeeded (bsc#1012628). +- wifi: mac80211: mesh: check element parsing succeeded + (bsc#1012628). +- wifi: mac80211: mesh_plink: fix matches_local logic + (bsc#1012628). +- ice: fix theoretical out-of-bounds access in ethtool link modes + (bsc#1012628). +- bpf: syzkaller found null ptr deref in unix_bpf proto add + (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header in update + funcs" (bsc#1012628). +- Revert "net/mlx5e: fix double free of encap_header" + (bsc#1012628). +- net/mlx5e: Fix slab-out-of-bounds in + mlx5_query_nic_vport_mac_list() (bsc#1012628). +- net/mlx5e: Fix a race in command alloc flow (bsc#1012628). +- net/mlx5e: fix a potential double-free in fs_udp_create_groups + (bsc#1012628). +- net/mlx5e: Fix overrun reported by coverity (bsc#1012628). +- net/mlx5e: Decrease num_block_tc when unblock tc offload + (bsc#1012628). +- net/mlx5e: XDP, Drop fragmented packets larger than MTU size + (bsc#1012628). +- net/mlx5: Fix fw tracer first block check (bsc#1012628). +- net/mlx5: Refactor mlx5_flow_destination->rep pointer to vport + num (bsc#1012628). +- net/mlx5e: Fix error code in mlx5e_tc_action_miss_mapping_get() + (bsc#1012628). +- net/mlx5e: Fix error codes in alloc_branch_attr() (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer (bsc#1012628). +- net/mlx5e: Correct snprintf truncation handling for fw_version + buffer used by representors (bsc#1012628). +- net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 + and above (bsc#1012628). +- octeontx2-pf: Fix graceful exit during PFC configuration failure + (bsc#1012628). +- net: Return error from sk_stream_wait_connect() if + sk_wait_event() fails (bsc#1012628). +- net: sched: ife: fix potential use-after-free (bsc#1012628). +- ethernet: atheros: fix a memleak in atl1e_setup_ring_resources + (bsc#1012628). +- net/rose: fix races in rose_kill_by_device() (bsc#1012628). +- Bluetooth: Fix not notifying when connection encryption changes + (bsc#1012628). +- Bluetooth: Fix deadlock in vhci_send_frame (bsc#1012628). +- Bluetooth: hci_event: shut up a false-positive warning + (bsc#1012628). +- Bluetooth: hci_core: Fix hci_conn_hash_lookup_cis (bsc#1012628). +- bnxt_en: do not map packet buffers twice (bsc#1012628). +- net: phy: skip LED triggers on PHYs on SFP modules + (bsc#1012628). +- ice: stop trashing VF VSI aggregator node ID information + (bsc#1012628). +- ice: alter feature support check for SRIOV and LAG + (bsc#1012628). +- ice: Fix PF with enabled XDP going no-carrier after reset + (bsc#1012628). +- net: mana: select PAGE_POOL (bsc#1012628). +- net: check vlan filter feature in vlan_vids_add_by_dev() + and vlan_vids_del_by_dev() (bsc#1012628). +- afs: Fix the dynamic root's d_delete to always delete unused + dentries (bsc#1012628). +- afs: Fix dynamic root lookup DNS check (bsc#1012628). +- net: ethernet: mtk_wed: fix possible NULL pointer dereference + in mtk_wed_wo_queue_tx_clean() (bsc#1012628). +- net/ipv6: Revert remove expired routes with a separated list + of routes (bsc#1012628). +- net: check dev->gso_max_size in gso_features_check() + (bsc#1012628). +- keys, dns: Allow key types (eg. DNS) to be reclaimed immediately + on expiry (bsc#1012628). +- afs: Fix overwriting of result of DNS query (bsc#1012628). +- afs: Fix use-after-free due to get/remove race in volume tree + (bsc#1012628). +- drm/i915/hwmon: Fix static analysis tool reported issues + (bsc#1012628). +- drm/i915/mtl: Fix HDMI/DP PLL clock selection (bsc#1012628). +- ASoC: hdmi-codec: fix missing report for jack initial status + (bsc#1012628). +- ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (bsc#1012628). +- i2c: qcom-geni: fix missing clk_disable_unprepare() and + geni_se_resources_off() (bsc#1012628). +- drm/amdgpu: re-create idle bo's PTE during VM state machine + reset (bsc#1012628). +- i2c: aspeed: Handle the coalesced stop conditions with the + start conditions (bsc#1012628). +- x86/xen: add CPU dependencies for 32-bit build (bsc#1012628). +- pinctrl: at91-pio4: use dedicated lock class for IRQ + (bsc#1012628). +- gpiolib: cdev: add gpio_device locking wrapper around + gpio_ioctl() (bsc#1012628). +- nvme-pci: fix sleeping function called from interrupt context + (bsc#1012628). +- interconnect: Treat xlate() returning NULL node as an error + (bsc#1012628). +- iio: imu: inv_mpu6050: fix an error code problem in + inv_mpu6050_read_raw (bsc#1012628). +- interconnect: qcom: sm8250: Enable sync_state (bsc#1012628). +- Input: ipaq-micro-keys - add error handling for devm_kmemdup + (bsc#1012628). +- iio: adc: meson: add separate config for axg SoC family + (bsc#1012628). +- scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() (bsc#1012628). +- scsi: ufs: qcom: Return ufs_qcom_clk_scale_*() errors in + ufs_qcom_clk_scale_notify() (bsc#1012628). +- scsi: ufs: core: Let the sq_lock protect sq_tail_slot access + (bsc#1012628). +- iio: kx022a: Fix acceleration value scaling (bsc#1012628). +- iio: adc: imx93: add four channels for imx93 adc (bsc#1012628). +- iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion + time table (bsc#1012628). +- iio: imu: adis16475: add spi_device_id table (bsc#1012628). +- iio: adc: ti_am335x_adc: Fix return value check of + tiadc_request_dma() (bsc#1012628). +- iio: tmag5273: fix temperature offset (bsc#1012628). +- iio: triggered-buffer: prevent possible freeing of wrong buffer + (bsc#1012628). +- ALSA: usb-audio: Increase delay in MOTU M quirk (bsc#1012628). +- ARM: dts: Fix occasional boot hang for am3 usb (bsc#1012628). +- usb-storage: Add quirk for incorrect WP on Kingston DT Ultimate + 3.0 G3 (bsc#1012628). +- wifi: mt76: fix crash with WED rx support enabled (bsc#1012628). +- wifi: cfg80211: Add my certificate (bsc#1012628). +- wifi: cfg80211: fix certs build to not depend on file order + (bsc#1012628). +- USB: serial: ftdi_sio: update Actisense PIDs constant names + (bsc#1012628). +- USB: serial: option: add Quectel EG912Y module support + (bsc#1012628). +- USB: serial: option: add Foxconn T99W265 with new baseline + (bsc#1012628). +- USB: serial: option: add Quectel RM500Q R13 firmware support + (bsc#1012628). +- ALSA: hda/tas2781: select program 0, conf 0 by default + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GV302XA (bsc#1012628). +- ASoC: tas2781: check the validity of prm_no/cfg_no + (bsc#1012628). +- Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has + been sent (bsc#1012628). +- Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + (bsc#1012628). +- Bluetooth: L2CAP: Send reject on command corrupted request + (bsc#1012628). +- Bluetooth: MGMT/SMP: Fix address type when using SMP over + BREDR/LE (bsc#1012628). +- Bluetooth: Add more enc key size check (bsc#1012628). +- usb: typec: ucsi: fix gpio-based orientation detection + (bsc#1012628). +- usb: fotg210-hcd: delete an incorrect bounds test (bsc#1012628). +- net: usb: ax88179_178a: avoid failed operations when device + is disconnected (bsc#1012628). +- Input: soc_button_array - add mapping for airplane mode button + (bsc#1012628). +- net: 9p: avoid freeing uninit memory in p9pdu_vreadf + (bsc#1012628). +- net: rfkill: gpio: set GPIO direction (bsc#1012628). +- net: ks8851: Fix TX stall caused by TX buffer overrun + (bsc#1012628). +- net: avoid build bug in skb extension length calculation + (bsc#1012628). +- net: stmmac: fix incorrect flag check in timestamp interrupt + (bsc#1012628). +- dt-bindings: nvmem: mxs-ocotp: Document fsl,ocotp (bsc#1012628). +- nfsd: call nfsd_last_thread() before final nfsd_put() + (bsc#1012628). +- smb: client: fix OOB in cifsd when receiving compounded resps + (bsc#1012628). +- smb: client: fix potential OOB in cifs_dump_detail() + (bsc#1012628). +- smb: client: fix OOB in SMB2_query_info_init() (bsc#1012628). +- drm/i915: Reject async flips with bigjoiner (bsc#1012628). +- drm/i915/dmc: Don't enable any pipe DMC events (bsc#1012628). +- 9p: prevent read overrun in protocol dump tracepoint + (bsc#1012628). +- ring-buffer: Fix 32-bit rb_time_read() race with + rb_time_cmpxchg() (bsc#1012628). +- ring-buffer: Remove useless update to write_stamp in + rb_try_to_discard() (bsc#1012628). +- ring-buffer: Fix slowpath of interrupted event (bsc#1012628). +- spi: atmel: Do not cancel a transfer upon any signal + (bsc#1012628). +- spi: atmel: Prevent spi transfers from being killed + (bsc#1012628). +- spi: atmel: Fix clock issue when using devices with different + polarities (bsc#1012628). +- nvmem: brcm_nvram: store a copy of NVRAM content (bsc#1012628). +- Revert "scsi: aacraid: Reply queue mapping to CPUs based on + IRQ affinity" (bsc#1012628). +- scsi: core: Always send batch on reset or error handling command + (bsc#1012628). +- tracing / synthetic: Disable events after testing in + synth_event_gen_test_init() (bsc#1012628). +- dm-integrity: don't modify bio's immutable bio_vec in + integrity_metadata() (bsc#1012628). +- selftests: mptcp: join: fix subflow_send_ack lookup + (bsc#1012628). +- pinctrl: starfive: jh7110: ignore disabled device tree nodes + (bsc#1012628). +- pinctrl: starfive: jh7100: ignore disabled device tree nodes + (bsc#1012628). +- bus: ti-sysc: Flush posted write only after srst_udelay + (bsc#1012628). +- gpio: dwapb: mask/unmask IRQ when disable/enale it + (bsc#1012628). +- lib/vsprintf: Fix %pfwf when current node refcount == 0 + (bsc#1012628). +- thunderbolt: Fix memory leak in margining_port_remove() + (bsc#1012628). +- KVM: arm64: vgic: Simplify kvm_vgic_destroy() (bsc#1012628). +- KVM: arm64: vgic: Add a non-locking primitive for + kvm_vgic_vcpu_destroy() (bsc#1012628). +- KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy + (bsc#1012628). +- x86/alternatives: Sync core before enabling interrupts + (bsc#1012628). +- x86/alternatives: Disable interrupts and sync when optimizing + NOPs in place (bsc#1012628). +- x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully + (bsc#1012628). +- spi: cadence: revert "Add SPI transfer delays" (bsc#1012628). +- Rename to + patches.kernel.org/6.6.9-128-smb-client-fix-OOB-in-smbCalcSize.patch. +- commit 61d1d44 ------------------------------------------------------------------- Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com @@ -1952,6 +4557,13 @@ Mon Jan 1 15:08:39 CET 2024 - rfrohl@suse.com (bsc#1218052). - commit 80524fb +------------------------------------------------------------------- +Tue Dec 26 23:47:20 CET 2023 - palcantara@suse.de + +- smb: client: fix OOB in smbCalcSize() (bsc#1217947 + CVE-2023-6606). +- commit c2168b0 + ------------------------------------------------------------------- Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com @@ -2136,6 +4748,308 @@ Wed Dec 20 17:55:29 CET 2023 - rfrohl@suse.com table (bsc#1218052). - commit 818425a +------------------------------------------------------------------- +Wed Dec 20 17:29:01 CET 2023 - jslaby@suse.cz + +- Linux 6.6.8 (bsc#1012628). +- r8152: add vendor/device ID pair for ASUS USB-C2500 + (bsc#1012628). +- ext4: fix warning in ext4_dio_write_end_io() (bsc#1012628). +- ksmbd: fix memory leak in smb2_lock() (bsc#1012628). +- afs: Fix refcount underflow from error handling race + (bsc#1012628). +- HID: lenovo: Restrict detection of patched firmware only to + USB cptkbd (bsc#1012628). +- net/mlx5e: Honor user choice of IPsec replay window size + (bsc#1012628). +- net/mlx5e: Ensure that IPsec sequence packet number starts + from 1 (bsc#1012628). +- net/mlx5e: Unify esw and normal IPsec status table + creation/destruction (bsc#1012628). +- net/mlx5e: Tidy up IPsec NAT-T SA discovery (bsc#1012628). +- net/mlx5e: Reduce eswitch mode_lock protection context + (bsc#1012628). +- net/mlx5e: Check the number of elements before walk TC + rhashtable (bsc#1012628). +- RDMA/mlx5: Send events from IB driver about device affiliation + state (bsc#1012628). +- net/mlx5e: Disable IPsec offload support if not FW steering + (bsc#1012628). +- net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work + (bsc#1012628). +- net/mlx5e: TC, Don't offload post action rule if not supported + (bsc#1012628). +- net/mlx5: Nack sync reset request when HotPlug is enabled + (bsc#1012628). +- net/mlx5e: Check netdev pointer before checking its net ns + (bsc#1012628). +- net/mlx5: Fix a NULL vs IS_ERR() check (bsc#1012628). +- net: ipv6: support reporting otherwise unknown prefix flags + in RTM_NEWPREFIX (bsc#1012628). +- qca_debug: Prevent crash on TX ring changes (bsc#1012628). +- qca_debug: Fix ethtool -G iface tx behavior (bsc#1012628). +- qca_spi: Fix reset behavior (bsc#1012628). +- bnxt_en: Clear resource reservation during resume (bsc#1012628). +- bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() + (bsc#1012628). +- bnxt_en: Fix wrong return value check in bnxt_close_nic() + (bsc#1012628). +- bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &cli_queue_lock + (bsc#1012628). +- atm: solos-pci: Fix potential deadlock on &tx_queue_lock + (bsc#1012628). +- net: fec: correct queue selection (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_nix_register_reporters + (bsc#1012628). +- net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table + (bsc#1012628). +- octeon_ep: explicitly test for firmware ready value + (bsc#1012628). +- octeontx2-pf: Fix promisc mcam entry action (bsc#1012628). +- octeontx2-af: Update RSS algorithm index (bsc#1012628). +- octeontx2-af: Fix pause frame configuration (bsc#1012628). +- atm: Fix Use-After-Free in do_vcc_ioctl (bsc#1012628). +- net/rose: Fix Use-After-Free in rose_ioctl (bsc#1012628). +- iavf: Introduce new state machines for flow director + (bsc#1012628). +- iavf: Handle ntuple on/off based on new state machines for + flow director (bsc#1012628). +- iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close + (bsc#1012628). +- qed: Fix a potential use-after-free in qed_cxt_tables_alloc + (bsc#1012628). +- net: Remove acked SYN flag from packet in the transmit queue + correctly (bsc#1012628). +- net: ena: Destroy correct number of xdp queues upon failure + (bsc#1012628). +- net: ena: Fix xdp drops handling due to multibuf packets + (bsc#1012628). +- net: ena: Fix DMA syncing in XDP path when SWIOTLB is on + (bsc#1012628). +- net: ena: Fix XDP redirection error (bsc#1012628). +- stmmac: dwmac-loongson: Make sure MDIO is initialized before + use (bsc#1012628). +- sign-file: Fix incorrect return values check (bsc#1012628). +- vsock/virtio: Fix unsigned integer wrap around in + virtio_transport_has_space() (bsc#1012628). +- dpaa2-switch: fix size of the dma_unmap (bsc#1012628). +- dpaa2-switch: do not ask for MDB, VLAN and FDB replay + (bsc#1012628). +- net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RX + (bsc#1012628). +- net: stmmac: Handle disabled MDIO busses from devicetree + (bsc#1012628). +- appletalk: Fix Use-After-Free in atalk_ioctl (bsc#1012628). +- net: atlantic: fix double free in ring reinit logic + (bsc#1012628). +- cred: switch to using atomic_long_t (bsc#1012628). +- cred: get rid of CONFIG_DEBUG_CREDENTIALS (bsc#1012628). +- HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[] + (bsc#1012628). +- HID: Add quirk for Labtec/ODDOR/aikeec handbrake (bsc#1012628). +- fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP + (bsc#1012628). +- fuse: share lookup state between submount and its parent + (bsc#1012628). +- fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with + FUSE_DIRECT_IO_ALLOW_MMAP (bsc#1012628). +- fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() + (bsc#1012628). +- io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* + implementation (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB + (bsc#1012628). +- ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 + variants (bsc#1012628). +- ALSA: hda/realtek: Apply mute LED quirk for HP15-db + (bsc#1012628). +- ALSA: hda/tas2781: leave hda_component in usable state + (bsc#1012628). +- ALSA: hda/tas2781: handle missing EFI calibration data + (bsc#1012628). +- ALSA: hda/tas2781: call cleanup functions only once + (bsc#1012628). +- ALSA: hda/tas2781: reset the amp before component_add + (bsc#1012628). +- Revert "PCI: acpiphp: Reassign resources on bridge if necessary" + (bsc#1012628). +- PCI: loongson: Limit MRRS to 256 (bsc#1012628). +- PCI/ASPM: Add pci_enable_link_state_locked() (bsc#1012628). +- ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE + (bsc#1012628). +- PCI: vmd: Fix potential deadlock when enabling ASPM + (bsc#1012628). +- drm/mediatek: fix kernel oops if no crtc is found (bsc#1012628). +- drm/mediatek: Add spinlock for setting vblank event in + atomic_begin (bsc#1012628). +- accel/ivpu: Print information about used workarounds + (bsc#1012628). +- accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization + (bsc#1012628). +- drm/i915/selftests: Fix engine reset count storage for + multi-tile (bsc#1012628). +- drm/i915: Use internal class when counting engine resets + (bsc#1012628). +- selftests/mm: cow: print ksft header before printing anything + else (bsc#1012628). +- x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM + (bsc#1012628). +- usb: aqc111: check packet for fixup for true limit + (bsc#1012628). +- stmmac: dwmac-loongson: Add architecture dependency + (bsc#1012628). +- rxrpc: Fix some minor issues with bundle tracing (bsc#1012628). +- blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read + lock required!" (bsc#1012628). +- blk-cgroup: bypass blkcg_deactivate_policy after destroying + (bsc#1012628). +- bcache: avoid oversize memory allocation by small stripe_size + (bsc#1012628). +- bcache: remove redundant assignment to variable cur_idx + (bsc#1012628). +- bcache: add code comments for bch_btree_node_get() and + __bch_btree_node_alloc() (bsc#1012628). +- bcache: avoid NULL checking to c->root in run_cache_set() + (bsc#1012628). +- nbd: fold nbd config initialization into nbd_alloc_config() + (bsc#1012628). +- nbd: factor out a helper to get nbd_config without holding + 'config_lock' (bsc#1012628). +- nbd: fix null-ptr-dereference while accessing 'nbd->config' + (bsc#1012628). +- nvme-auth: set explanation code for failure2 msgs (bsc#1012628). +- nvme: catch errors from nvme_configure_metadata() (bsc#1012628). +- selftests/bpf: fix bpf_loop_bench for new callback verification + scheme (bsc#1012628). +- LoongArch: Add dependency between vmlinuz.efi and vmlinux.efi + (bsc#1012628). +- LoongArch: Record pc instead of offset in la_abs relocation + (bsc#1012628). +- LoongArch: Silence the boot warning about 'nokaslr' + (bsc#1012628). +- LoongArch: Mark {dmw,tlb}_virt_to_page() exports as non-GPL + (bsc#1012628). +- LoongArch: Implement constant timer shutdown interface + (bsc#1012628). +- platform/x86: intel_telemetry: Fix kernel doc descriptions + (bsc#1012628). +- HID: mcp2221: Set driver data before I2C adapter add + (bsc#1012628). +- HID: mcp2221: Allow IO to start during probe (bsc#1012628). +- HID: apple: add Jamesdonkey and A3R to non-apple keyboards list + (bsc#1012628). +- HID: glorious: fix Glorious Model I HID report (bsc#1012628). +- HID: add ALWAYS_POLL quirk for Apple kb (bsc#1012628). +- nbd: pass nbd_sock to nbd_read_reply() instead of index + (bsc#1012628). +- HID: hid-asus: reset the backlight brightness level on resume + (bsc#1012628). +- HID: multitouch: Add quirk for HONOR GLO-GXXX touchpad + (bsc#1012628). +- nfc: virtual_ncidev: Add variable to check if ndev is running + (bsc#1012628). +- scripts/checkstack.pl: match all stack sizes for s390 + (bsc#1012628). +- asm-generic: qspinlock: fix queued_spin_value_unlocked() + implementation (bsc#1012628). +- eventfs: Do not allow NULL parent to eventfs_start_creating() + (bsc#1012628). +- net: usb: qmi_wwan: claim interface 4 for ZTE MF290 + (bsc#1012628). +- smb: client: implement ->query_reparse_point() for SMB1 + (bsc#1012628). +- smb: client: introduce ->parse_reparse_point() (bsc#1012628). +- smb: client: set correct file type from NFS reparse points + (bsc#1012628). +- arm64: add dependency between vmlinuz.efi and Image + (bsc#1012628). +- HID: hid-asus: add const to read-only outgoing usb buffer + (bsc#1012628). +- perf: Fix perf_event_validate_size() lockdep splat + (bsc#1012628). +- btrfs: do not allow non subvolume root targets for snapshot + (bsc#1012628). +- cxl/hdm: Fix dpa translation locking (bsc#1012628). +- soundwire: stream: fix NULL pointer dereference for multi_link + (bsc#1012628). +- ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS + (bsc#1012628). +- Revert "selftests: error out if kernel header files are not + yet built" (bsc#1012628). +- arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modify + (bsc#1012628). +- team: Fix use-after-free when an option instance allocation + fails (bsc#1012628). +- drm/amdgpu/sdma5.2: add begin/end_use ring callbacks + (bsc#1012628). +- drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get + (bsc#1012628). +- dmaengine: stm32-dma: avoid bitfield overflow assertion + (bsc#1012628). +- dmaengine: fsl-edma: fix DMA channel leak in eDMAv4 + (bsc#1012628). +- mm/mglru: fix underprotected page cache (bsc#1012628). +- mm/mglru: try to stop at high watermarks (bsc#1012628). +- mm/mglru: respect min_ttl_ms with memcgs (bsc#1012628). +- mm/mglru: reclaim offlined memcgs harder (bsc#1012628). +- mm/shmem: fix race in shmem_undo_range w/THP (bsc#1012628). +- kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMP + (bsc#1012628). +- btrfs: free qgroup reserve when ORDERED_IOERR is set + (bsc#1012628). +- btrfs: fix qgroup_free_reserved_data int overflow (bsc#1012628). +- btrfs: don't clear qgroup reserved bit in release_folio + (bsc#1012628). +- drm/amdgpu: fix tear down order in amdgpu_vm_pt_free + (bsc#1012628). +- drm/edid: also call add modes in EDID connector update fallback + (bsc#1012628). +- drm/amd/display: Restore guard against default backlight value < + 1 nit (bsc#1012628). +- drm/amd/display: Disable PSR-SU on Parade 0803 TCON again + (bsc#1012628). +- drm/i915: Fix ADL+ tiled plane stride when the POT stride is + smaller than the original (bsc#1012628). +- drm/i915: Fix intel_atomic_setup_scalers() plane_state handling + (bsc#1012628). +- drm/i915: Fix remapped stride with CCS on ADL+ (bsc#1012628). +- smb: client: fix OOB in receive_encrypted_standard() + (bsc#1012628). +- smb: client: fix potential OOBs in smb2_parse_contexts() + (bsc#1012628). +- smb: client: fix NULL deref in asn1_ber_decoder() (bsc#1012628). +- smb: client: fix OOB in smb2_query_reparse_point() + (bsc#1012628). +- ring-buffer: Fix memory leak of free page (bsc#1012628). +- tracing: Update snapshot buffer on resize if it is allocated + (bsc#1012628). +- ring-buffer: Do not update before stamp when switching + sub-buffers (bsc#1012628). +- ring-buffer: Have saved event hold the entire event + (bsc#1012628). +- ring-buffer: Fix writing to the buffer with max_data_size + (bsc#1012628). +- ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archs + (bsc#1012628). +- ring-buffer: Do not try to put back write_stamp (bsc#1012628). +- ring-buffer: Have rb_time_cmpxchg() set the msb counter too + (bsc#1012628). +- x86/speculation, objtool: Use absolute relocations for + annotations (bsc#1012628). +- RDMA/mlx5: Change the key being sent for MPV device affiliation + (bsc#1012628). +- Rename to + patches.kernel.org/6.6.8-004-efi-x86-Avoid-physical-KASLR-on-older-Dell-syst.patch. +- commit e7a87d7 + +------------------------------------------------------------------- +Wed Dec 20 11:20:34 CET 2023 - rfrohl@suse.com + +- scripts/stableids: update tracker bug reference +- commit 34f7092 + ------------------------------------------------------------------- Fri Dec 15 11:22:01 CET 2023 - rfrohl@suse.com @@ -2497,18 +5411,466 @@ Thu Dec 14 11:44:20 CET 2023 - rfrohl@suse.com - vdpa/mlx5: preserve CVQ vringh index (bsc#1218052). - commit e2d741c +------------------------------------------------------------------- +Thu Dec 14 11:38:31 CET 2023 - tiwai@suse.de + +- efi/x86: Avoid physical KASLR on older Dell systems + (bsc#1217344). +- commit ee1123d + ------------------------------------------------------------------- Thu Dec 14 11:31:21 CET 2023 - rfrohl@suse.com - scripts/stableids: update tracker bug reference - commit 4a87df8 +------------------------------------------------------------------- +Thu Dec 14 07:33:40 CET 2023 - jslaby@suse.cz + +- Linux 6.6.7 (bsc#1012628). +- vdpa/mlx5: preserve CVQ vringh index (bsc#1012628). +- scsi: sd: Fix sshdr use in sd_suspend_common() (bsc#1012628). +- hrtimers: Push pending hrtimers away from outgoing CPU earlier + (bsc#1012628). +- i2c: designware: Fix corrupted memory seen in the ISR + (bsc#1012628). +- i2c: ocores: Move system PM hooks to the NOIRQ phase + (bsc#1012628). +- netfilter: ipset: fix race condition between swap/destroy and + kernel side add/del/test (bsc#1012628). +- nouveau: use an rwlock for the event lock (bsc#1012628). +- zstd: Fix array-index-out-of-bounds UBSAN warning (bsc#1012628). +- tg3: Move the [rt]x_dropped counters to tg3_napi (bsc#1012628). +- tg3: Increment tx_dropped in tg3_tso_bug() (bsc#1012628). +- modpost: fix section mismatch message for RELA (bsc#1012628). +- kconfig: fix memory leak from range properties (bsc#1012628). +- drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under + SRIOV (v2) (bsc#1012628). +- drm/amdgpu: finalizing mem_partitions at the end of GMC v9 + sw_fini (bsc#1012628). +- drm/amdgpu: correct chunk_ptr to a pointer to chunk + (bsc#1012628). +- dm-crypt: start allocating with MAX_ORDER (bsc#1012628). +- x86: Introduce ia32_enabled() (bsc#1012628). +- x86/coco: Disable 32-bit emulation by default on TDX and SEV + (bsc#1012628). +- x86/entry: Convert INT 0x80 emulation to IDTENTRY (bsc#1012628). +- x86/entry: Do not allow external 0x80 interrupts (bsc#1012628). +- x86/tdx: Allow 32-bit emulation by default (bsc#1012628). +- dt: dt-extract-compatibles: Handle cfile arguments in generator + function (bsc#1012628). +- dt: dt-extract-compatibles: Don't follow symlinks when walking + tree (bsc#1012628). +- platform/x86: asus-wmi: Move i8042 filter install to shared + asus-wmi code (bsc#1012628). +- of: dynamic: Fix of_reconfig_get_state_change() return value + documentation (bsc#1012628). +- platform/x86: wmi: Skip blocks with zero instances + (bsc#1012628). +- ipv6: fix potential NULL deref in fib6_add() (bsc#1012628). +- octeontx2-pf: Add missing mutex lock in otx2_get_pauseparam + (bsc#1012628). +- octeontx2-af: Check return value of nix_get_nixlf before using + nixlf (bsc#1012628). +- bpf: Fix a verifier bug due to incorrect branch offset + comparison with cpu=v4 (bsc#1012628). +- hv_netvsc: rndis_filter needs to select NLS (bsc#1012628). +- r8152: Hold the rtnl_lock for all of reset (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE checks to more loops + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1() + (bsc#1012628). +- r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en() + (bsc#1012628). +- mlxbf-bootctl: correctly identify secure boot with development + keys (bsc#1012628). +- platform/mellanox: Add null pointer checks for devm_kasprintf() + (bsc#1012628). +- platform/mellanox: Check + devm_hwmon_device_register_with_groups() return value + (bsc#1012628). +- arcnet: restoring support for multiple Sohard Arcnet cards + (bsc#1012628). +- octeontx2-pf: consider both Rx and Tx packet stats for adaptive + interrupt coalescing (bsc#1012628). +- net: stmmac: fix FPE events losing (bsc#1012628). +- xsk: Skip polling event check for unbound socket (bsc#1012628). +- octeontx2-af: fix a use-after-free in rvu_npa_register_reporters + (bsc#1012628). +- ice: Restore fix disabling RX VLAN filtering (bsc#1012628). +- i40e: Fix unexpected MFS warning message (bsc#1012628). +- iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is + zero (bsc#1012628). +- net: bnxt: fix a potential use-after-free in bnxt_init_tc + (bsc#1012628). +- tcp: fix mid stream window clamp (bsc#1012628). +- ionic: fix snprintf format length warning (bsc#1012628). +- ionic: Fix dim work handling in split interrupt mode + (bsc#1012628). +- ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit() + (bsc#1012628). +- net: atlantic: Fix NULL dereference of skb pointer in + (bsc#1012628). +- net: hns: fix wrong head when modify the tx feature when + sending packets (bsc#1012628). +- net: hns: fix fake link up on xge port (bsc#1012628). +- octeontx2-af: Adjust Tx credits when MCS external bypass is + disabled (bsc#1012628). +- octeontx2-af: Fix mcs sa cam entries size (bsc#1012628). +- octeontx2-af: Fix mcs stats register address (bsc#1012628). +- octeontx2-af: Add missing mcs flr handler call (bsc#1012628). +- octeontx2-af: Update Tx link register range (bsc#1012628). +- dt-bindings: interrupt-controller: Allow #power-domain-cells + (bsc#1012628). +- netfilter: bpf: fix bad registration on nf_defrag (bsc#1012628). +- netfilter: nf_tables: fix 'exist' matching on bigendian arches + (bsc#1012628). +- netfilter: nf_tables: bail out on mismatching dynset and set + expressions (bsc#1012628). +- netfilter: nf_tables: validate family when identifying table + via handle (bsc#1012628). +- netfilter: xt_owner: Fix for unsafe access of sk->sk_socket + (bsc#1012628). +- tcp: do not accept ACK of bytes we never sent (bsc#1012628). +- net: dsa: mv88e6xxx: Restore USXGMII support for 6393X + (bsc#1012628). +- net: tls, update curr on splice as well (bsc#1012628). +- bpf: sockmap, updating the sg structure should also update curr + (bsc#1012628). +- psample: Require 'CAP_NET_ADMIN' when joining "packets" group + (bsc#1012628). +- drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" + group (bsc#1012628). +- net: dsa: microchip: provide a list of valid protocols for + xmit handler (bsc#1012628). +- net/smc: fix missing byte order conversion in CLC handshake + (bsc#1012628). +- drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param + 'doorbell_index' (bsc#1012628). +- drm/amdkfd: get doorbell's absolute offset based on the db_size + (bsc#1012628). +- mm/damon/sysfs: eliminate potential uninitialized variable + warning (bsc#1012628). +- tee: optee: Fix supplicant based device enumeration + (bsc#1012628). +- RDMA/core: Fix uninit-value access in ib_get_eth_speed() + (bsc#1012628). +- RDMA/hns: Fix unnecessary err return when using invalid congest + control algorithm (bsc#1012628). +- RDMA/irdma: Do not modify to SQD on error (bsc#1012628). +- RDMA/irdma: Add wait for suspend on SQD (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3328 + (bsc#1012628). +- arm64: dts: rockchip: Expand reg size of vdec node for RK3399 + (bsc#1012628). +- ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MP + (bsc#1012628). +- RDMA/rtrs-srv: Do not unconditionally enable irq (bsc#1012628). +- RDMA/rtrs-clt: Start hb after path_up (bsc#1012628). +- RDMA/rtrs-srv: Check return values while processing info request + (bsc#1012628). +- RDMA/rtrs-srv: Free srv_mr iu only when always_invalidate is + true (bsc#1012628). +- RDMA/rtrs-srv: Destroy path files after making sure no IOs + in-flight (bsc#1012628). +- RDMA/rtrs-clt: Fix the max_send_wr setting (bsc#1012628). +- RDMA/rtrs-clt: Remove the warnings for req in_use check + (bsc#1012628). +- RDMA/bnxt_re: Correct module description string (bsc#1012628). +- RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info() + (bsc#1012628). +- arm64: dt: imx93: tqma9352-mba93xxla: Fix LPUART2 pad config + (bsc#1012628). +- ARM: dts: imx6q: skov: fix ethernet clock regression + (bsc#1012628). +- ARM: dts: rockchip: Fix sdmmc_pwren's pinmux setting for RK3128 + (bsc#1012628). +- ARM: dts: bcm2711-rpi-400: Fix delete-node of led_act + (bsc#1012628). +- hwmon: (acpi_power_meter) Fix 4.29 MW bug (bsc#1012628). +- ASoC: codecs: lpass-tx-macro: set active_decimator correct + default value (bsc#1012628). +- hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() + (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get number of + domains (bsc#1012628). +- firmware: arm_scmi: Extend perf protocol ops to get information + of a domain (bsc#1012628). +- firmware: arm_scmi: Fix frequency truncation by promoting + multiplier type (bsc#1012628). +- firmware: arm_scmi: Simplify error path in + scmi_dvfs_device_opps_add() (bsc#1012628). +- firmware: arm_scmi: Fix possible frequency truncation when + using level indexing mode (bsc#1012628). +- ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate + (bsc#1012628). +- RDMA/core: Fix umem iterator when PAGE_SIZE is greater then + HCA pgsz (bsc#1012628). +- RDMA/irdma: Ensure iWarp QP queue memory is OS paged aligned + (bsc#1012628). +- RDMA/irdma: Fix support for 64k pages (bsc#1012628). +- RDMA/irdma: Avoid free the non-cqp_request scratch + (bsc#1012628). +- drm/bridge: tc358768: select CONFIG_VIDEOMODE_HELPERS + (bsc#1012628). +- arm64: dts: imx8mp: imx8mq: Add parkmode-disable-ss-quirk on + DWC3 (bsc#1012628). +- ARM: dts: imx6ul-pico: Describe the Ethernet PHY clock + (bsc#1012628). +- io_uring/kbuf: Fix an NULL vs IS_ERR() bug in + io_alloc_pbuf_ring() (bsc#1012628). +- io_uring/kbuf: check for buffer list readiness after NULL check + (bsc#1012628). +- tracing: Fix a warning when allocating buffered events fails + (bsc#1012628). +- scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle() + (bsc#1012628). +- arm64: dts: imx8-ss-lsio: Add PWM interrupts (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix #pwm-cells + (bsc#1012628). +- arm64: dts: imx93: correct mediamix power (bsc#1012628). +- ARM: imx: Check return value of devm_kasprintf in + imx_mmdc_perf_init (bsc#1012628). +- arm64: dts: imx8-apalis: set wifi regulator to always-on + (bsc#1012628). +- ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt + (bsc#1012628). +- ARM: dts: imx28-xea: Pass the 'model' property (bsc#1012628). +- arm64: dts: rockchip: Fix eMMC Data Strobe PD on rk3588 + (bsc#1012628). +- riscv: fix misaligned access handling of C.SWSP and C.SDSP + (bsc#1012628). +- riscv: errata: andes: Probe for IOCP only once in boot stage + (bsc#1012628). +- md: don't leave 'MD_RECOVERY_FROZEN' in error path of + md_set_readonly() (bsc#1012628). +- kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP + (bsc#1012628). +- scripts/gdb: fix lx-device-list-bus and lx-device-list-class + (bsc#1012628). +- rethook: Use __rcu pointer for rethook::handler (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on ASUS E1504FA + (bsc#1012628). +- io_uring/af_unix: disable sending io_uring over sockets + (bsc#1012628). +- nvme-pci: Add sleep quirk for Kingston drives (bsc#1012628). +- io_uring: fix mutex_unlock with unreferenced ctx (bsc#1012628). +- ALSA: usb-audio: Add Pioneer DJM-450 mixer controls + (bsc#1012628). +- ALSA: pcm: fix out-of-bounds in snd_pcm_state_names + (bsc#1012628). +- ALSA: hda/realtek: Apply quirk for ASUS UM3504DA (bsc#1012628). +- ALSA: hda/realtek: fix speakers on XPS 9530 (2023) + (bsc#1012628). +- ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 + (bsc#1012628). +- ALSA: hda/realtek: add new Framework laptop to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add Framework laptop 16 to quirks + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 + (bsc#1012628). +- ring-buffer: Test last update in 32bit version of + __rb_time_read() (bsc#1012628). +- ring-buffer: Force absolute timestamp on discard of event + (bsc#1012628). +- highmem: fix a memory copy problem in memcpy_from_folio + (bsc#1012628). +- nilfs2: fix missing error check for sb_set_blocksize call + (bsc#1012628). +- nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage() + (bsc#1012628). +- lib/group_cpus.c: avoid acquiring cpu hotplug lock in + group_cpus_evenly (bsc#1012628). +- cgroup_freezer: cgroup_freezing: Check if not frozen + (bsc#1012628). +- checkstack: fix printed address (bsc#1012628). +- tracing: Always update snapshot buffer size (bsc#1012628). +- tracing: Stop current tracer when resizing buffer (bsc#1012628). +- tracing: Disable snapshot buffer when stopping instance tracers + (bsc#1012628). +- tracing: Fix incomplete locking when disabling buffered events + (bsc#1012628). +- tracing: Fix a possible race when disabling buffered events + (bsc#1012628). +- leds: trigger: netdev: fix RTNL handling to prevent potential + deadlock (bsc#1012628). +- nfp: flower: fix for take a mutex lock in soft irq context + and rcu lock (bsc#1012628). +- packet: Move reference count in packet_sock to atomic_long_t + (bsc#1012628). +- r8169: fix rtl8125b PAUSE frames blasting when suspended + (bsc#1012628). +- regmap: fix bogus error on regcache_sync success (bsc#1012628). +- platform/surface: aggregator: fix recv_buf() return value + (bsc#1012628). +- workqueue: Make sure that wq_unbound_cpumask is never empty + (bsc#1012628). +- hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write + (bsc#1012628). +- drivers/base/cpu: crash data showing should depends on + KEXEC_CORE (bsc#1012628). +- mm/memory_hotplug: add missing mem_hotplug_lock (bsc#1012628). +- mm: fix oops when filemap_map_pmd() without prealloc_pte + (bsc#1012628). +- mm/memory_hotplug: fix error handling in add_memory_resource() + (bsc#1012628). +- powercap: DTPM: Fix missing cpufreq_cpu_put() calls + (bsc#1012628). +- md/raid6: use valid sector values to determine if an I/O should + wait on the reshape (bsc#1012628). +- drm/atomic-helpers: Invoke end_fb_access while owning plane + state (bsc#1012628). +- drm/i915/mst: Fix .mode_valid_ctx() return values (bsc#1012628). +- drm/i915/mst: Reject modes that require the bigjoiner + (bsc#1012628). +- drm/i915: Skip some timing checks on BXT/GLK DSI transcoders + (bsc#1012628). +- arm64: dts: mt7986: change cooling trips (bsc#1012628). +- arm64: dts: mt7986: define 3W max power to both SFP on BPI-R3 + (bsc#1012628). +- arm64: dts: mt7986: fix emmc hs400 mode without uboot + initialization (bsc#1012628). +- arm64: dts: mediatek: mt7622: fix memory node warning check + (bsc#1012628). +- arm64: dts: mediatek: mt8183-kukui-jacuzzi: fix dsi unnecessary + cells properties (bsc#1012628). +- arm64: dts: mediatek: cherry: Fix interrupt cells for MT6360 + on I2C7 (bsc#1012628). +- arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node names + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix PM suspend/resume with venc + clocks (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix unit address for scp reserved + memory (bsc#1012628). +- arm64: dts: mediatek: mt8183: Move thermal-zones to the root + node (bsc#1012628). +- arm64: dts: mediatek: mt8183-evb: Fix unit_address_vs_reg + warning on ntc (bsc#1012628). +- arm64: dts: mediatek: mt8186: fix clock names for power domains + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Change gpu speedbin nvmem cell + name (bsc#1012628). +- coresight: etm4x: Remove bogous __exit annotation for some + functions (bsc#1012628). +- coresight: Fix crash when Perf and sysfs modes are used + concurrently (bsc#1012628). +- hwtracing: hisi_ptt: Add dummy callback pmu::read() + (bsc#1012628). +- coresight: ultrasoc-smb: Fix sleep while close preempt in + enable_smb (bsc#1012628). +- coresight: ultrasoc-smb: Config SMB buffer before register sink + (bsc#1012628). +- coresight: ultrasoc-smb: Fix uninitialized before use + buf_hw_base (bsc#1012628). +- misc: mei: client.c: return negative error code in mei_cl_write + (bsc#1012628). +- misc: mei: client.c: fix problem of return '-EOVERFLOW' in + mei_cl_write (bsc#1012628). +- perf vendor events arm64: AmpereOne: Add missing + DefaultMetricgroupName fields (bsc#1012628). +- LoongArch: BPF: Don't sign extend memory load operand + (bsc#1012628). +- LoongArch: BPF: Don't sign extend function return value + (bsc#1012628). +- parisc: Reduce size of the bug_table on 64-bit kernel by half + (bsc#1012628). +- arm64: dts: mediatek: add missing space before { (bsc#1012628). +- arm64: dts: mt8183: kukui: Fix underscores in node names + (bsc#1012628). +- drm/amdgpu: disable MCBP by default (bsc#1012628). +- perf: Fix perf_event_validate_size() (bsc#1012628). +- x86/sev: Fix kernel crash due to late update to read-only + ghcb_version (bsc#1012628). +- gpiolib: sysfs: Fix error handling on failed export + (bsc#1012628). +- ASoC: ops: add correct range check for limiting volume + (bsc#1012628). +- kprobes: consistent rcu api usage for kretprobe holder + (bsc#1012628). +- usb: gadget: f_hid: fix report descriptor allocation + (bsc#1012628). +- nvmem: Do not expect fixed layouts to grab a layout driver + (bsc#1012628). +- serial: 8250_dw: Add ACPI ID for Granite Rapids-D UART + (bsc#1012628). +- serial: ma35d1: Validate console index before assignment + (bsc#1012628). +- parport: Add support for Brainboxes IX/UC/PX parallel cards + (bsc#1012628). +- cifs: Fix non-availability of dedup breaking generic/304 + (bsc#1012628). +- Revert "xhci: Loosen RPM as default policy to cover for AMD + xHC 1.1" (bsc#1012628). +- smb: client: fix potential NULL deref in parse_dfs_referrals() + (bsc#1012628). +- usb: typec: class: fix typec_altmode_put_partner to put plugs + (bsc#1012628). +- ARM: PL011: Fix DMA support (bsc#1012628). +- serial: sc16is7xx: address RX timeout interrupt errata + (bsc#1012628). +- serial: 8250: 8250_omap: Clear UART_HAS_RHR_IT_DIS bit + (bsc#1012628). +- serial: 8250: 8250_omap: Do not start RX DMA on THRI interrupt + (bsc#1012628). +- serial: 8250_omap: Add earlycon support for the AM654 UART + controller (bsc#1012628). +- devcoredump: Send uevent once devcd is ready (bsc#1012628). +- x86/CPU/AMD: Check vendor in the AMD microcode callback + (bsc#1012628). +- powerpc/ftrace: Fix stack teardown in ftrace_no_trace + (bsc#1012628). +- USB: gadget: core: adjust uevent timing on gadget unbind + (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with + copy_file_range() (bsc#1012628). +- cifs: Fix flushing, invalidation and file size with FICLONE + (bsc#1012628). +- MIPS: kernel: Clear FPU states when setting up kernel threads + (bsc#1012628). +- KVM: s390/mm: Properly reset no-dat (bsc#1012628). +- KVM: SVM: Update EFER software model on CR0 trap for SEV-ES + (bsc#1012628). +- perf list: Fix JSON segfault by setting the used + skip_duplicate_pmus callback (bsc#1012628). +- perf metrics: Avoid segv if default metricgroup isn't set + (bsc#1012628). +- MIPS: Loongson64: Reserve vgabios memory on boot (bsc#1012628). +- MIPS: Loongson64: Handle more memory types passed from firmware + (bsc#1012628). +- MIPS: Loongson64: Enable DMA noncoherent support (bsc#1012628). +- netfilter: nft_set_pipapo: skip inactive elements during set + walk (bsc#1012628). +- ASoC: qcom: sc8280xp: Limit speaker digital volumes + (bsc#1012628). +- gcc-plugins: randstruct: Update code comment in + relayout_struct() (bsc#1012628). +- riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE + (bsc#1012628). +- drm/amdgpu: Fix refclk reporting for SMU v13.0.6 (bsc#1012628). +- drm/amdgpu: update retry times for psp BL wait (bsc#1012628). +- drm/amdgpu: Restrict extended wait to PSP v13.0.6 (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.6.7-201-parisc-Fix-asm-operand-number-out-of-range-buil.patch. +- commit 59f1683 + ------------------------------------------------------------------- Mon Dec 11 12:22:27 CET 2023 - rfrohl@suse.com - Update to 6.1.67. - commit 7a503e9 +------------------------------------------------------------------- +Mon Dec 11 10:46:37 CET 2023 - jslaby@suse.cz + +- Linux 6.6.6 (bsc#1012628). +- Revert "wifi: cfg80211: fix CQM for non-range use" + (bsc#1012628). +- commit a946a9f + ------------------------------------------------------------------- Fri Dec 8 11:23:50 CET 2023 - petr.pavlu@suse.com @@ -2536,6 +5898,249 @@ Fri Dec 8 09:57:11 CET 2023 - petr.pavlu@suse.com with README.md. - commit 70e3c33 +------------------------------------------------------------------- +Fri Dec 8 09:27:12 CET 2023 - jslaby@suse.cz + +- parisc: Fix asm operand number out of range build error in + bug table (git-fixes). +- commit 7675861 + +------------------------------------------------------------------- +Fri Dec 8 08:58:51 CET 2023 - jslaby@suse.cz + +- Linux 6.6.5 (bsc#1012628). +- cifs: Fix FALLOC_FL_ZERO_RANGE by setting i_size if EOF moved + (bsc#1012628). +- cifs: Fix FALLOC_FL_INSERT_RANGE by setting i_size after EOF + moved (bsc#1012628). +- smb: client: fix missing mode bits for SMB symlinks + (bsc#1012628). +- smb: client: report correct st_size for SMB and NFS symlinks + (bsc#1012628). +- ksmbd: fix possible deadlock in smb2_open (bsc#1012628). +- pinctrl: avoid reload of p state in list iteration + (bsc#1012628). +- firewire: core: fix possible memory leak in create_units() + (bsc#1012628). +- mmc: sdhci-pci-gli: Disable LPM during initialization + (bsc#1012628). +- mmc: sdhci-sprd: Fix vqmmc not shutting down after the card + was pulled (bsc#1012628). +- mmc: cqhci: Increase recovery halt timeout (bsc#1012628). +- mmc: cqhci: Warn of halt or task clear failure (bsc#1012628). +- mmc: cqhci: Fix task clearing in CQE error recovery + (bsc#1012628). +- mmc: block: Retry commands in CQE error recovery (bsc#1012628). +- mmc: block: Do not lose cache flush during CQE error recovery + (bsc#1012628). +- mmc: block: Be sure to wait while busy in CQE error recovery + (bsc#1012628). +- ALSA: hda: Disable power-save on KONTRON SinglePC (bsc#1012628). +- ALSA: hda/realtek: Headset Mic VREF to 100% (bsc#1012628). +- ALSA: hda/realtek: Add supported ALC257 for ChromeOS + (bsc#1012628). +- net: libwx: fix memory leak on msix entry (bsc#1012628). +- dm-verity: align struct dm_verity_fec_io properly (bsc#1012628). +- scsi: Change SCSI device boolean fields to single bit flags + (bsc#1012628). +- scsi: sd: Fix system start for ATA devices (bsc#1012628). +- scsi: ufs: core: Clear cmd if abort succeeds in MCQ mode + (bsc#1012628). +- drm/amd: Enable PCIe PME from D3 (bsc#1012628). +- drm/amdgpu: correct the amdgpu runtime dereference usage count + (bsc#1012628). +- drm/amdgpu: Force order between a read and write to the same + address (bsc#1012628). +- drm/amdgpu: fix memory overflow in the IB test (bsc#1012628). +- drm/amdgpu: Update EEPROM I2C address for smu v13_0_0 + (bsc#1012628). +- drm/amd/display: Include udelay when waiting for INBOX0 ACK + (bsc#1012628). +- drm/amd/display: Remove min_dst_y_next_start check for Z8 + (bsc#1012628). +- drm/amd/display: Use DRAM speed from validation for dummy + p-state (bsc#1012628). +- drm/amd/display: Update min Z8 residency time to 2100 for DCN314 + (bsc#1012628). +- drm/amd/display: fix ABM disablement (bsc#1012628). +- drm/amd/display: force toggle rate wa for first link training + for a retimer (bsc#1012628). +- dm verity: initialize fec io before freeing it (bsc#1012628). +- dm verity: don't perform FEC for failed readahead IO + (bsc#1012628). +- nvme: check for valid nvme_identify_ns() before using it + (bsc#1012628). +- r8169: fix deadlock on RTL8125 in jumbo mtu mode (bsc#1012628). +- ACPI: video: Use acpi_video_device for cooling-dev driver data + (bsc#1012628). +- io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP + (bsc#1012628). +- iommu/vt-d: Fix incorrect cache invalidation for mm notification + (bsc#1012628). +- io_uring: free io_buffer_list entries via RCU (bsc#1012628). +- nouveau: find the smallest page allocation to cover a buffer + alloc (bsc#1012628). +- powercap: DTPM: Fix unneeded conversions to micro-Watts + (bsc#1012628). +- cpufreq/amd-pstate: Fix the return value of + amd_pstate_fast_switch() (bsc#1012628). +- dma-buf: fix check in dma_resv_add_fence (bsc#1012628). +- io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP + (bsc#1012628). +- iommu: Avoid more races around device probe (bsc#1012628). +- bcache: revert replacing IS_ERR_OR_NULL with IS_ERR + (bsc#1012628). +- ext2: Fix ki_pos update for DIO buffered-io fallback case + (bsc#1012628). +- iommu/vt-d: Add MTL to quirk list to skip TE disabling + (bsc#1012628). +- KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user + registers (bsc#1012628). +- powerpc: Don't clobber f0/vs0 during fp|altivec register save + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in assembly.h + (bsc#1012628). +- parisc: Mark ex_table entries 32-bit aligned in uaccess.h + (bsc#1012628). +- parisc: Use natural CPU alignment for bug_table (bsc#1012628). +- parisc: Mark lock_aligned variables 16-byte aligned on SMP + (bsc#1012628). +- parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes + (bsc#1012628). +- parisc: Mark jump_table naturally aligned (bsc#1012628). +- parisc: Ensure 32-bit alignment on parisc unwind section + (bsc#1012628). +- parisc: Mark altinstructions read-only and 32-bit aligned + (bsc#1012628). +- btrfs: add dmesg output for first mount and last unmount of + a filesystem (bsc#1012628). +- btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod() + (bsc#1012628). +- btrfs: fix off-by-one when checking chunk map includes logical + address (bsc#1012628). +- btrfs: send: ensure send_fd is writable (bsc#1012628). +- btrfs: make error messages more clear when getting a chunk map + (bsc#1012628). +- btrfs: free the allocated memory if btrfs_alloc_page_array() + fails (bsc#1012628). +- btrfs: fix 64bit compat send ioctl arguments not initializing + version member (bsc#1012628). +- io_uring: enable io_mem_alloc/free to be used in other parts + (bsc#1012628). +- io_uring/kbuf: defer release of mapped buffer rings + (bsc#1012628). +- io_uring/kbuf: recycle freed mapped buffer ring entries + (bsc#1012628). +- wifi: cfg80211: fix CQM for non-range use (bsc#1012628). +- pinctrl: stm32: Add check for devm_kcalloc (bsc#1012628). +- pinctrl: stm32: fix array read out of bound (bsc#1012628). +- media: v4l2-subdev: Fix a 64bit bug (bsc#1012628). +- netdevsim: Don't accept device bound programs (bsc#1012628). +- net: rswitch: Fix type of ret in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix return value in rswitch_start_xmit() + (bsc#1012628). +- net: rswitch: Fix missing dev_kfree_skb_any() in error path + (bsc#1012628). +- ipv4: igmp: fix refcnt uaf issue when receiving igmp query + packet (bsc#1012628). +- wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta() + (bsc#1012628). +- wifi: mac80211: do not pass AP_VLAN vif pointer to drivers + during flush (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 switch probing + (bsc#1012628). +- net: dsa: mv88e6xxx: fix marvell 6350 probe crash (bsc#1012628). +- dpaa2-eth: increase the needed headroom to account for alignment + (bsc#1012628). +- dpaa2-eth: recycle the RX buffer only after all processing done + (bsc#1012628). +- bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags() + (bsc#1012628). +- uapi: propagate __struct_group() attributes to the container + union (bsc#1012628). +- selftests/net: ipsec: fix constant out of range (bsc#1012628). +- selftests/net: fix a char signedness issue (bsc#1012628). +- selftests/net: unix: fix unused variable compiler warning + (bsc#1012628). +- selftests/net: mptcp: fix uninitialized variable warnings + (bsc#1012628). +- octeontx2-af: Fix possible buffer overflow (bsc#1012628). +- net: stmmac: xgmac: Disable FPE MMC interrupts (bsc#1012628). +- octeontx2-pf: Fix adding mbox work queue entry when num_vfs > + 64 (bsc#1012628). +- octeontx2-pf: Restore TC ingress police rules when interface + is up (bsc#1012628). +- neighbour: Fix __randomize_layout crash in struct neighbour + (bsc#1012628). +- efi/unaccepted: Fix off-by-one when checking for overlapping + ranges (bsc#1012628). +- r8169: prevent potential deadlock in rtl8169_close + (bsc#1012628). +- ravb: Fix races between ravb_tx_timeout_work() and net related + ops (bsc#1012628). +- ethtool: don't propagate EOPNOTSUPP from dumps (bsc#1012628). +- bpf, sockmap: af_unix stream sockets need to hold ref for pair + sock (bsc#1012628). +- ice: Fix VF Reset paths when interface in a failed over + aggregate (bsc#1012628). +- net: ravb: Check return value of reset_control_deassert() + (bsc#1012628). +- net: ravb: Use pm_runtime_resume_and_get() (bsc#1012628). +- net: ravb: Make write access to CXR35 first before accessing + other EMAC registers (bsc#1012628). +- net: ravb: Start TX queues after HW initialization succeeded + (bsc#1012628). +- net: ravb: Stop DMA in case of failures on ravb_open() + (bsc#1012628). +- net: ravb: Keep reverse order of operations in ravb_remove() + (bsc#1012628). +- powerpc/pseries/iommu: enable_ddw incorrectly returns direct + mapping for SR-IOV device (bsc#1012628). +- s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dir + (bsc#1012628). +- drm/amd/display: Refactor edp power control (bsc#1012628). +- drm/amd/display: Remove power sequencing check (bsc#1012628). +- cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily + (bsc#1012628). +- iommu/vt-d: Omit devTLB invalidation requests when TES=0 + (bsc#1012628). +- iommu/vt-d: Disable PCI ATS in legacy passthrough mode + (bsc#1012628). +- iommu/vt-d: Make context clearing consistent with context + mapping (bsc#1012628). +- drm/i915/gsc: Mark internal GSC engine with reserved uabi class + (bsc#1012628). +- drm/panel: starry-2081101qfh032011-53g: Fine tune the panel + power sequence (bsc#1012628). +- drm/panel: nt36523: fix return value check in nt36523_probe() + (bsc#1012628). +- cpufreq/amd-pstate: Fix scaling_min_freq and scaling_max_freq + update (bsc#1012628). +- cpufreq/amd-pstate: Only print supported EPP values for + performance governor (bsc#1012628). +- drm/amd/pm: fix a memleak in aldebaran_tables_init + (bsc#1012628). +- iommu: Fix printk arg in of_iommu_get_resv_regions() + (bsc#1012628). +- drm/amd/display: refactor ILR to make it work (bsc#1012628). +- drm/amd/display: Reduce default backlight min from 5 nits to + 1 nits (bsc#1012628). +- drm/amd/display: Simplify brightness initialization + (bsc#1012628). +- drm/amd/display: Fix MPCC 1DLUT programming (bsc#1012628). +- vfio/pds: Fix mutex lock->magic != lock warning (bsc#1012628). +- vfio/pds: Fix possible sleep while in atomic context + (bsc#1012628). +- x86/xen: fix percpu vcpu_info allocation (bsc#1012628). +- vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM + wart (bsc#1012628). +- Rename to + patches.kernel.org/6.6.5-001-leds-class-Don-t-expose-color-sysfs-entry.patch. +- Rename to + patches.kernel.org/6.6.5-017-drm-i915-Also-check-for-VGA-converter-in-eDP-pr.patch. +- commit 30a850b + ------------------------------------------------------------------- Thu Dec 7 16:36:26 CET 2023 - petr.pavlu@suse.com @@ -2577,6 +6182,210 @@ Wed Dec 6 16:37:18 CET 2023 - petr.pavlu@suse.com Package. - commit 9285bb8 +------------------------------------------------------------------- +Tue Dec 5 08:57:20 CET 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-i915-Also-check-for-VGA-converter-in-eDP-probe.patch. +- Refresh + patches.suse/leds-class-Don-t-expose-color-sysfs-entry.patch. + Update upstream status and move to sorted section. +- commit a1661c2 + +------------------------------------------------------------------- +Sun Dec 3 14:14:27 CET 2023 - jslaby@suse.cz + +- Linux 6.6.4 (bsc#1012628). +- USB: dwc3: qcom: fix wakeup after probe deferral (bsc#1012628). +- USB: dwc3: qcom: fix software node leak on probe errors + (bsc#1012628). +- usb: dwc3: set the dma max_seg_size (bsc#1012628). +- usb: dwc3: Fix default mode initialization (bsc#1012628). +- USB: dwc2: write HCINT with INTMASK applied (bsc#1012628). +- usb: typec: tcpm: Skip hard reset when in error recovery + (bsc#1012628). +- usb: typec: tcpm: Fix sink caps op current check (bsc#1012628). +- USB: serial: option: don't claim interface 4 for ZTE MF290 + (bsc#1012628). +- USB: serial: option: fix FM101R-GL defines (bsc#1012628). +- USB: serial: option: add Fibocom L7xx modules (bsc#1012628). +- usb: cdnsp: Fix deadlock issue during using NCM gadget + (bsc#1012628). +- usb: config: fix iteration issue in 'usb_get_bos_descriptor()' + (bsc#1012628). +- USB: xhci-plat: fix legacy PHY double init (bsc#1012628). +- bcache: fixup lock c->root error (bsc#1012628). +- bcache: fixup init dirty data errors (bsc#1012628). +- bcache: prevent potential division by zero error (bsc#1012628). +- bcache: check return value from btree_node_alloc_replacement() + (bsc#1012628). +- veth: Use tstats per-CPU traffic counters (bsc#1012628). +- dm-delay: fix a race between delay_presuspend and delay_bio + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks + (bsc#1012628). +- ALSA: hda: ASUS UM5302LA: Added quirks for cs35L41/10431A83 + on i2c bus (bsc#1012628). +- cifs: fix leak of iface for primary channel (bsc#1012628). +- cifs: account for primary channel in the interface list + (bsc#1012628). +- cifs: distribute channels across interfaces based on speed + (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 2.0 PHY" (bsc#1012628). +- Revert "phy: realtek: usb: Add driver for the Realtek SoC USB + 3.0 PHY" (bsc#1012628). +- Revert "usb: phy: add usb phy notify port status API" + (bsc#1012628). +- hv_netvsc: Mark VF as slave before exposing it to user-mode + (bsc#1012628). +- hv_netvsc: Fix race of register_netdevice_notifier and VF + register (bsc#1012628). +- hv_netvsc: fix race of netvsc and VF register_netdevice + (bsc#1012628). +- platform/x86: ideapad-laptop: Set max_brightness before using it + (bsc#1012628). +- platform/x86/amd/pmc: adjust getting DRAM size behavior + (bsc#1012628). +- USB: serial: option: add Luat Air72*U series products + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB5744 + (bsc#1012628). +- dt-bindings: usb: microchip,usb5744: Add second supply + (bsc#1012628). +- platform/x86: hp-bioscfg: Fix error handling in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: move mutex_lock() down in + hp_add_other_attributes() (bsc#1012628). +- platform/x86: hp-bioscfg: Simplify return check in + hp_add_other_attributes() (bsc#1012628). +- s390/dasd: protect device queue against concurrent access + (bsc#1012628). +- io_uring/fs: consider link->flags when getting path for LINKAT + (bsc#1012628). +- bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up + race (bsc#1012628). +- md: fix bi_status reporting in md_end_clone_io (bsc#1012628). +- bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in + btree_gc_coalesce() (bsc#1012628). +- io_uring: fix off-by one bvec index (bsc#1012628). +- tls: fix NULL deref on tls_sw_splice_eof() with empty record + (bsc#1012628). +- swiotlb-xen: provide the "max_mapping_size" method + (bsc#1012628). +- ACPI: PM: Add acpi_device_fix_up_power_children() function + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVA + (bsc#1012628). +- ACPI: processor_idle: use raw_safe_halt() in + acpi_idle_play_dead() (bsc#1012628). +- ACPI: video: Use acpi_device_fix_up_power_children() + (bsc#1012628). +- thunderbolt: Set lane bonding bit only for downstream port + (bsc#1012628). +- drm/ast: Disconnect BMC if physical connector is connected + (bsc#1012628). +- drm/msm/dpu: Add missing safe_lut_tbl in sc8280xp catalog + (bsc#1012628). +- kselftest/arm64: Fix output formatting for za-fork + (bsc#1012628). +- prctl: Disable prctl(PR_SET_MDWE) on parisc (bsc#1012628). +- mm: add a NO_INHERIT flag to the PR_SET_MDWE prctl + (bsc#1012628). +- lockdep: Fix block chain corruption (bsc#1012628). +- USB: dwc3: qcom: fix ACPI platform device leak (bsc#1012628). +- USB: dwc3: qcom: fix resource leaks on probe deferral + (bsc#1012628). +- nvmet: nul-terminate the NQNs passed in the connect command + (bsc#1012628). +- nvme: blank out authentication fabrics options if not configured + (bsc#1012628). +- afs: Fix file locking on R/O volumes to operate in local mode + (bsc#1012628). +- afs: Return ENOENT if no cell DNS record can be found + (bsc#1012628). +- net: ipa: fix one GSI register field width (bsc#1012628). +- net: axienet: Fix check for partial TX checksum (bsc#1012628). +- vsock/test: fix SEQPACKET message bounds test (bsc#1012628). +- i40e: Fix adding unsupported cloud filters (bsc#1012628). +- amd-xgbe: propagate the correct speed and duplex status + (bsc#1012628). +- amd-xgbe: handle the corner-case during tx completion + (bsc#1012628). +- amd-xgbe: handle corner-case during sfp hotplug (bsc#1012628). +- net: veth: fix ethtool stats reporting (bsc#1012628). +- octeontx2-pf: Fix ntuple rule creation to direct packet to VF + with higher Rx queue than its PF (bsc#1012628). +- arm/xen: fix xen_vcpu_info allocation alignment (bsc#1012628). +- arm64: mm: Fix "rodata=on" when + CONFIG_RODATA_FULL_DEFAULT_ENABLED=y (bsc#1012628). +- s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init() + (bsc#1012628). +- net/smc: avoid data corruption caused by decline (bsc#1012628). +- net: usb: ax88179_178a: fix failed operations during + ax88179_reset (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Fine tune Himax83102-j02 panel + HFP and HBP (bsc#1012628). +- ipv4: Correct/silence an endian warning in __ip_do_redirect + (bsc#1012628). +- HID: fix HID device resource race between HID core and debugging + support (bsc#1012628). +- accel/ivpu/37xx: Fix hangs related to MMIO reset (bsc#1012628). +- accel/ivpu: Do not initialize parameters on power up + (bsc#1012628). +- bpf: Fix dev's rx stats for bpf_redirect_peer traffic + (bsc#1012628). +- net: Move {l,t,d}stats allocation to core and convert veth & + vrf (bsc#1012628). +- net, vrf: Move dstats structure to core (bsc#1012628). +- PM: tools: Fix sleepgraph syntax error (bsc#1012628). +- drm/rockchip: vop: Fix color for RGB888/BGR888 format on VOP + full (bsc#1012628). +- libfs: getdents() should return 0 after reaching EOD + (bsc#1012628). +- block: update the stable_writes flag in bdev_add (bsc#1012628). +- filemap: add a per-mapping stable writes flag (bsc#1012628). +- drm/i915: do not clean GT table on error path (bsc#1012628). +- ata: pata_isapnp: Add missing error check for devm_ioport_map() + (bsc#1012628). +- octeontx2-pf: Fix memory leak during interface down + (bsc#1012628). +- wireguard: use DEV_STATS_INC() (bsc#1012628). +- net: wangxun: fix kernel panic due to null pointer + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 timings + (bsc#1012628). +- drm/panel: simple: Fix Innolux G101ICE-L01 bus flags + (bsc#1012628). +- fs: Pass AT_GETATTR_NOSEC flag to getattr interface function + (bsc#1012628). +- drm/panel: auo,b101uan08.3: Fine tune the panel power sequence + (bsc#1012628). +- blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup() + (bsc#1012628). +- afs: Make error on cell lookup failure consistent with OpenAFS + (bsc#1012628). +- afs: Fix afs_server_list to be cleaned up with RCU + (bsc#1012628). +- rxrpc: Defer the response to a PING ACK until we've parsed it + (bsc#1012628). +- rxrpc: Fix RTT determination to use any ACK as a source + (bsc#1012628). +- s390/ism: ism driver implies smc protocol (bsc#1012628). +- drm/msm/dsi: use the correct VREG_CTRL_1 value for 4nm cphy + (bsc#1012628). +- sched/fair: Fix the decision for load balance (bsc#1012628). +- sched/eevdf: Fix vruntime adjustment on reweight (bsc#1012628). +- hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles + (bsc#1012628). +- irqchip/gic-v3-its: Flush ITS tables correctly in non-coherent + GIC designs (bsc#1012628). +- NFSD: Fix checksum mismatches in the duplicate reply cache + (bsc#1012628). +- NFSD: Fix "start of NFS reply" pointer passed to + nfsd_cache_update() (bsc#1012628). +- commit eafb2e8 + ------------------------------------------------------------------- Fri Dec 1 21:20:13 CET 2023 - msuchanek@suse.de @@ -2654,6 +6463,12 @@ Wed Nov 29 14:56:05 CET 2023 - rfrohl@suse.com - Update README.BRANCH - commit f21bdf3 +------------------------------------------------------------------- +Wed Nov 29 13:07:16 CET 2023 - tiwai@suse.de + +- Update ath11k hibernation patches from the latest code (bsc#1207948) +- commit 7dc7bda + ------------------------------------------------------------------- Wed Nov 29 13:06:37 CET 2023 - rfrohl@suse.com @@ -2668,6 +6483,898 @@ Wed Nov 29 11:40:12 CET 2023 - rfrohl@suse.com Adjusted patches.suse/vfs-add-super_operations-get_inode_dev - commit eb19d4b +------------------------------------------------------------------- +Wed Nov 29 06:06:07 CET 2023 - jslaby@suse.cz + +- Linux 6.6.3 (bsc#1012628). +- locking/ww_mutex/test: Fix potential workqueue corruption + (bsc#1012628). +- btrfs: abort transaction on generation mismatch when marking + eb as dirty (bsc#1012628). +- lib/generic-radix-tree.c: Don't overflow in peek() + (bsc#1012628). +- x86/retpoline: Make sure there are no unconverted return thunks + due to KCSAN (bsc#1012628). +- perf/core: Bail out early if the request AUX area is out of + bound (bsc#1012628). +- srcu: Fix srcu_struct node grpmask overflow on 64-bit systems + (bsc#1012628). +- selftests/lkdtm: Disable CONFIG_UBSAN_TRAP in test config + (bsc#1012628). +- clocksource/drivers/timer-imx-gpt: Fix potential memory leak + (bsc#1012628). +- clocksource/drivers/timer-atmel-tcb: Fix initialization on + SAM9 hardware (bsc#1012628). +- srcu: Only accelerate on enqueue time (bsc#1012628). +- smp,csd: Throw an error if a CSD lock is stuck for too long + (bsc#1012628). +- cpu/hotplug: Don't offline the last non-isolated CPU + (bsc#1012628). +- workqueue: Provide one lock class key per work_on_cpu() callsite + (bsc#1012628). +- x86/mm: Drop the 4 MB restriction on minimal NUMA node memory + size (bsc#1012628). +- wifi: plfxlc: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: Ignore fragments from uninitialized peer in dp + (bsc#1012628). +- wifi: mac80211_hwsim: fix clang-specific fortify warning + (bsc#1012628). +- wifi: mac80211: don't return unset power in + ieee80211_get_tx_power() (bsc#1012628). +- atl1c: Work around the DMA RX overflow issue (bsc#1012628). +- bpf: Detect IP == ksym.end as part of BPF program (bsc#1012628). +- wifi: ath9k: fix clang-specific fortify warnings (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound read in + ath12k_htt_pull_ppdu_stats() (bsc#1012628). +- wifi: ath10k: fix clang-specific fortify warning (bsc#1012628). +- wifi: ath12k: fix possible out-of-bound write in + ath12k_wmi_ext_hal_reg_caps() (bsc#1012628). +- ACPI: APEI: Fix AER info corruption when error status data + has multiple sections (bsc#1012628). +- net: sfp: add quirk for Fiberstone GPON-ONU-34-20BI + (bsc#1012628). +- wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 + Pro (2023) (bsc#1012628). +- wifi: mt76: fix clang-specific fortify warnings (bsc#1012628). +- net: annotate data-races around sk->sk_tx_queue_mapping + (bsc#1012628). +- net: annotate data-races around sk->sk_dst_pending_confirm + (bsc#1012628). +- wifi: ath12k: mhi: fix potential memory leak in + ath12k_mhi_register() (bsc#1012628). +- wifi: ath10k: Don't touch the CE interrupt registers after + power up (bsc#1012628). +- net: sfp: add quirk for FS's 2.5G copper SFP (bsc#1012628). +- vsock: read from socket's error queue (bsc#1012628). +- bpf: Ensure proper register state printing for cond jumps + (bsc#1012628). +- wifi: iwlwifi: mvm: fix size check for fw_link_id (bsc#1012628). +- Bluetooth: btusb: Add date->evt_skb is NULL check (bsc#1012628). +- Bluetooth: Fix double free in hci_conn_cleanup (bsc#1012628). +- ACPI: EC: Add quirk for HP 250 G7 Notebook PC (bsc#1012628). +- tsnep: Fix tsnep_request_irq() format-overflow warning + (bsc#1012628). +- gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010 + (bsc#1012628). +- platform/chrome: kunit: initialize lock for fake ec_dev + (bsc#1012628). +- of: address: Fix address translation when address-size is + greater than 2 (bsc#1012628). +- platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad + X120e (bsc#1012628). +- drm/gma500: Fix call trace when psb_gem_mm_init() fails + (bsc#1012628). +- drm/amdkfd: ratelimited SQ interrupt messages (bsc#1012628). +- drm/komeda: drop all currently held locks if deadlock happens + (bsc#1012628). +- drm/amd/display: Blank phantom OTG before enabling + (bsc#1012628). +- drm/amd/display: Don't lock phantom pipe on disabling + (bsc#1012628). +- drm/amd/display: add seamless pipe topology transition check + (bsc#1012628). +- drm/edid: Fixup h/vsync_end instead of h/vtotal (bsc#1012628). +- md: don't rely on 'mddev->pers' to be set in mddev_suspend() + (bsc#1012628). +- drm/amdgpu: not to save bo in the case of RAS err_event_athub + (bsc#1012628). +- drm/amdkfd: Fix a race condition of vram buffer unref in svm + code (bsc#1012628). +- drm/amdgpu: update retry times for psp vmbx wait (bsc#1012628). +- drm/amd: Update `update_pcie_parameters` functions to use + uint8_t arguments (bsc#1012628). +- drm/amd/display: use full update for clip size increase of + large plane source (bsc#1012628). +- string.h: add array-wrappers for (v)memdup_user() (bsc#1012628). +- kernel: kexec: copy user-array safely (bsc#1012628). +- kernel: watch_queue: copy user-array safely (bsc#1012628). +- drm_lease.c: copy user-array safely (bsc#1012628). +- drm: vmwgfx_surface.c: copy user-array safely (bsc#1012628). +- drm/msm/dp: skip validity check for DP CTS EDID checksum + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 + (bsc#1012628). +- drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and + Tonga (bsc#1012628). +- drm/amdgpu: Fix potential null pointer derefernce (bsc#1012628). +- drm/panel: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel/panel-tpo-tpg110: fix a possible null pointer + dereference (bsc#1012628). +- drm/radeon: fix a possible null pointer dereference + (bsc#1012628). +- drm/amdgpu/vkms: fix a possible null pointer dereference + (bsc#1012628). +- drm/panel: st7703: Pick different reset sequence (bsc#1012628). +- drm/amdkfd: Fix shift out-of-bounds issue (bsc#1012628). +- drm/amdgpu: Fix a null pointer access when the smc_rreg pointer + is NULL (bsc#1012628). +- drm/amd: Disable PP_PCIE_DPM_MASK when dynamic speed switching + not supported (bsc#1012628). +- drm/amd/display: fix num_ways overflow error (bsc#1012628). +- drm/amd: check num of link levels when update pcie param + (bsc#1012628). +- soc: qcom: pmic: Fix resource leaks in a + device_for_each_child_node() loop (bsc#1012628). +- arm64: dts: rockchip: Add NanoPC T6 PCIe e-key support + (bsc#1012628). +- arm64: dts: ls208xa: use a pseudo-bus to constrain usb dma size + (bsc#1012628). +- selftests/efivarfs: create-read: fix a resource leak + (bsc#1012628). +- ASoC: mediatek: mt8188-mt6359: support dynamic pinctrl + (bsc#1012628). +- ASoC: soc-card: Add storage for PCI SSID (bsc#1012628). +- ASoC: SOF: Pass PCI SSID to machine driver (bsc#1012628). +- ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_card + (bsc#1012628). +- ASoC: cs35l56: Use PCI SSID as the firmware UID (bsc#1012628). +- crypto: pcrypt - Fix hungtask for PADATA_RESET (bsc#1012628). +- ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from + firmware (bsc#1012628). +- RDMA/hfi1: Use FIELD_GET() to extract Link Width (bsc#1012628). +- scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing + debugfs (bsc#1012628). +- scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool + (bsc#1012628). +- fs/jfs: Add check for negative db_l2nbperpage (bsc#1012628). +- fs/jfs: Add validity check for db_maxag and db_agpref + (bsc#1012628). +- jfs: fix array-index-out-of-bounds in dbFindLeaf (bsc#1012628). +- jfs: fix array-index-out-of-bounds in diAlloc (bsc#1012628). +- HID: lenovo: Detect quirk-free fw on cptkbd and stop applying + workaround (bsc#1012628). +- ARM: 9320/1: fix stack depot IRQ stack filter (bsc#1012628). +- ALSA: hda: Fix possible null-ptr-deref when assigning a stream + (bsc#1012628). +- gpiolib: of: Add quirk for mt2701-cs42448 ASoC sound + (bsc#1012628). +- PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width + fields (bsc#1012628). +- PCI: mvebu: Use FIELD_PREP() with Link Width (bsc#1012628). +- atm: iphase: Do PCI error checks on own line (bsc#1012628). +- PCI: Do error check on own line to split long "if" conditions + (bsc#1012628). +- scsi: libfc: Fix potential NULL pointer dereference in + fc_lport_ptp_setup() (bsc#1012628). +- PCI: Use FIELD_GET() to extract Link Width (bsc#1012628). +- PCI: Extract ATS disabling to a helper function (bsc#1012628). +- PCI: Disable ATS for specific Intel IPU E2000 devices + (bsc#1012628). +- PCI: dwc: Add dw_pcie_link_set_max_link_width() (bsc#1012628). +- PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handling (bsc#1012628). +- misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe + controller (bsc#1012628). +- PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirk + (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 + quirk (bsc#1012628). +- crypto: hisilicon/qm - prevent soft lockup in receive loop + (bsc#1012628). +- HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221W + (bsc#1012628). +- exfat: support handle zero-size directory (bsc#1012628). +- mfd: intel-lpss: Add Intel Lunar Lake-M PCI IDs (bsc#1012628). +- iio: adc: stm32-adc: harden against NULL pointer deref in + stm32_adc_probe() (bsc#1012628). +- thunderbolt: Apply USB 3.x bandwidth quirk only in software + connection manager (bsc#1012628). +- tty: vcc: Add check for kstrdup() in vcc_probe() (bsc#1012628). +- dt-bindings: phy: qcom,snps-eusb2-repeater: Add magic tuning + overrides (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Use regmap_fields + (bsc#1012628). +- phy: qualcomm: phy-qcom-eusb2-repeater: Zero out untouched + tuning regs (bsc#1012628). +- usb: dwc3: core: configure TX/RX threshold for DWC3_IP + (bsc#1012628). +- usb: ucsi: glink: use the connector orientation GPIO to provide + switch events (bsc#1012628). +- soundwire: dmi-quirks: update HP Omen match (bsc#1012628). +- f2fs: fix error path of __f2fs_build_free_nids (bsc#1012628). +- f2fs: fix error handling of __get_node_page (bsc#1012628). +- usb: host: xhci: Avoid XHCI resume delay if SSUSB device is + not present (bsc#1012628). +- usb: gadget: f_ncm: Always set current gadget in ncm_bind() + (bsc#1012628). +- 9p/trans_fd: Annotate data-racy writes to file::f_flags + (bsc#1012628). +- 9p: v9fs_listxattr: fix %s null argument warning (bsc#1012628). +- i3c: mipi-i3c-hci: Fix out of bounds access in + hci_dma_irq_handler (bsc#1012628). +- i2c: i801: Add support for Intel Birch Stream SoC (bsc#1012628). +- i2c: fix memleak in i2c_new_client_device() (bsc#1012628). +- i2c: sun6i-p2wi: Prevent potential division by zero + (bsc#1012628). +- virtio-blk: fix implicit overflow on virtio_max_dma_size + (bsc#1012628). +- i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing + DAT_data (bsc#1012628). +- media: gspca: cpia1: shift-out-of-bounds in set_flicker + (bsc#1012628). +- media: vivid: avoid integer overflow (bsc#1012628). +- media: ipu-bridge: increase sensor_name size (bsc#1012628). +- gfs2: ignore negated quota changes (bsc#1012628). +- gfs2: fix an oops in gfs2_permission (bsc#1012628). +- media: cobalt: Use FIELD_GET() to extract Link Width + (bsc#1012628). +- media: ccs: Fix driver quirk struct documentation (bsc#1012628). +- media: imon: fix access to invalid resource for the second + interface (bsc#1012628). +- drm/amd/display: Avoid NULL dereference of timing generator + (bsc#1012628). +- gfs2: Fix slab-use-after-free in gfs2_qd_dealloc (bsc#1012628). +- kgdb: Flush console before entering kgdb on panic (bsc#1012628). +- riscv: VMAP_STACK overflow detection thread-safe (bsc#1012628). +- i2c: dev: copy userspace array safely (bsc#1012628). +- ASoC: ti: omap-mcbsp: Fix runtime PM underflow warnings + (bsc#1012628). +- drm/qxl: prevent memory leak (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UX7602ZM (bsc#1012628). +- drm/amdgpu: fix software pci_unplug on some chips (bsc#1012628). +- pwm: Fix double shift bug (bsc#1012628). +- mtd: rawnand: tegra: add missing check for platform_get_irq() + (bsc#1012628). +- wifi: iwlwifi: Use FW rate for non-data frames (bsc#1012628). +- sched/core: Optimize in_task() and in_interrupt() a bit + (bsc#1012628). +- samples/bpf: syscall_tp_user: Rename num_progs into nr_tests + (bsc#1012628). +- samples/bpf: syscall_tp_user: Fix array out-of-bound access + (bsc#1012628). +- dt-bindings: serial: fix regex pattern for matching serial + node children (bsc#1012628). +- SUNRPC: ECONNRESET might require a rebind (bsc#1012628). +- mtd: rawnand: intel: check return value of devm_kasprintf() + (bsc#1012628). +- mtd: rawnand: meson: check return value of devm_kasprintf() + (bsc#1012628). +- drm/i915/mtl: avoid stringop-overflow warning (bsc#1012628). +- NFSv4.1: fix handling NFS4ERR_DELAY when testing for session + trunking (bsc#1012628). +- SUNRPC: Add an IS_ERR() check back to where it was + (bsc#1012628). +- NFSv4.1: fix SP4_MACH_CRED protection for pnfs IO (bsc#1012628). +- SUNRPC: Fix RPC client cleaned up the freed pipefs dentries + (bsc#1012628). +- RISC-V: hwprobe: Fix vDSO SIGSEGV (bsc#1012628). +- riscv: provide riscv-specific is_trap_insn() (bsc#1012628). +- gfs2: Silence "suspicious RCU usage in gfs2_permission" warning + (bsc#1012628). +- drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_init + (bsc#1012628). +- riscv: split cache ops out of dma-noncoherent.c (bsc#1012628). +- vdpa_sim_blk: allocate the buffer zeroed (bsc#1012628). +- vhost-vdpa: fix use after free in vhost_vdpa_probe() + (bsc#1012628). +- gcc-plugins: randstruct: Only warn about true flexible arrays + (bsc#1012628). +- bpf: handle ldimm64 properly in check_cfg() (bsc#1012628). +- bpf: fix precision backtracking instruction iteration + (bsc#1012628). +- bpf: fix control-flow graph checking in privileged mode + (bsc#1012628). +- net: set SOCK_RCU_FREE before inserting socket into hashtable + (bsc#1012628). +- ipvlan: add ipvlan_route_v6_outbound() helper (bsc#1012628). +- tty: Fix uninit-value access in ppp_sync_receive() + (bsc#1012628). +- net: ti: icssg-prueth: Add missing icss_iep_put to error path + (bsc#1012628). +- net: ti: icssg-prueth: Fix error cleanup on failing + pruss_request_mem_region (bsc#1012628). +- xen/events: avoid using info_for_irq() in xen_send_IPI_one() + (bsc#1012628). +- net: hns3: fix add VLAN fail issue (bsc#1012628). +- net: hns3: add barrier in vf mailbox reply process + (bsc#1012628). +- net: hns3: fix incorrect capability bit display for copper port + (bsc#1012628). +- net: hns3: fix out-of-bounds access may occur when coalesce + info is read via debugfs (bsc#1012628). +- net: hns3: fix variable may not initialized problem in + hns3_init_mac_addr() (bsc#1012628). +- net: hns3: fix VF reset fail issue (bsc#1012628). +- net: hns3: fix VF wrong speed and duplex issue (bsc#1012628). +- tipc: Fix kernel-infoleak due to uninitialized TLV value + (bsc#1012628). +- net: mvneta: fix calls to page_pool_get_stats (bsc#1012628). +- ppp: limit MRU to 64K (bsc#1012628). +- xen/events: fix delayed eoi list handling (bsc#1012628). +- blk-mq: make sure active queue usage is held for + bio_integrity_prep() (bsc#1012628). +- ptp: annotate data-race around q->head and q->tail + (bsc#1012628). +- bonding: stop the device in bond_setup_by_slave() (bsc#1012628). +- net: ethernet: cortina: Fix max RX frame define (bsc#1012628). +- net: ethernet: cortina: Handle large frames (bsc#1012628). +- net: ethernet: cortina: Fix MTU max setting (bsc#1012628). +- af_unix: fix use-after-free in unix_stream_read_actor() + (bsc#1012628). +- netfilter: nf_conntrack_bridge: initialize err to 0 + (bsc#1012628). +- netfilter: nf_tables: fix pointer math issue in + nft_byteorder_eval() (bsc#1012628). +- netfilter: nf_tables: bogus ENOENT when destroying element + which does not exist (bsc#1012628). +- net: stmmac: fix rx budget limit check (bsc#1012628). +- net: stmmac: avoid rx queue overrun (bsc#1012628). +- pds_core: use correct index to mask irq (bsc#1012628). +- pds_core: fix up some format-truncation complaints + (bsc#1012628). +- gve: Fixes for napi_poll when budget is 0 (bsc#1012628). +- io_uring/fdinfo: remove need for sqpoll lock for thread/pid + retrieval (bsc#1012628). +- Revert "net/mlx5: DR, Supporting inline WQE when possible" + (bsc#1012628). +- net/mlx5: Free used cpus mask when an IRQ is released + (bsc#1012628). +- net/mlx5: Decouple PHC .adjtime and .adjphase implementations + (bsc#1012628). +- net/mlx5e: fix double free of encap_header (bsc#1012628). +- net/mlx5e: fix double free of encap_header in update funcs + (bsc#1012628). +- net/mlx5e: Fix pedit endianness (bsc#1012628). +- net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec + offload (bsc#1012628). +- net/mlx5e: Avoid referencing skb after free-ing in drop path + of mlx5e_sq_xmit_wqe (bsc#1012628). +- net/mlx5e: Track xmit submission to PTP WQ after populating + metadata map (bsc#1012628). +- net/mlx5e: Update doorbell for port timestamping CQ before + the software counter (bsc#1012628). +- net/mlx5: Increase size of irq name buffer (bsc#1012628). +- net/mlx5e: Reduce the size of icosq_str (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer (bsc#1012628). +- net/mlx5e: Check return value of snprintf writing to fw_version + buffer for representors (bsc#1012628). +- net: sched: do not offload flows with a helper in act_ct + (bsc#1012628). +- macvlan: Don't propagate promisc change to lower dev in passthru + (bsc#1012628). +- tools/power/turbostat: Fix a knl bug (bsc#1012628). +- tools/power/turbostat: Enable the C-state Pre-wake printing + (bsc#1012628). +- scsi: ufs: core: Expand MCQ queue slot to DeviceQueueDepth + + 1 (bsc#1012628). +- cifs: spnego: add ';' in HOST_KEY_LEN (bsc#1012628). +- cifs: fix check of rc in function generate_smb3signingkey + (bsc#1012628). +- perf/core: Fix cpuctx refcounting (bsc#1012628). +- i915/perf: Fix NULL deref bugs with drm_dbg() calls + (bsc#1012628). +- perf: arm_cspmu: Reject events meant for other PMUs + (bsc#1012628). +- drivers: perf: Check find_first_bit() return value + (bsc#1012628). +- media: venus: hfi: add checks to perform sanity on queue + pointers (bsc#1012628). +- perf intel-pt: Fix async branch flags (bsc#1012628). +- powerpc/perf: Fix disabling BHRB and instruction sampling + (bsc#1012628). +- randstruct: Fix gcc-plugin performance mode to stay in group + (bsc#1012628). +- spi: Fix null dereference on suspend (bsc#1012628). +- bpf: Fix check_stack_write_fixed_off() to correctly spill imm + (bsc#1012628). +- bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END + (bsc#1012628). +- scsi: mpt3sas: Fix loop logic (bsc#1012628). +- scsi: megaraid_sas: Increase register read retry rount from + 3 to 30 for selected registers (bsc#1012628). +- scsi: ufs: qcom: Update PHY settings only when scaling to + higher gears (bsc#1012628). +- scsi: qla2xxx: Fix system crash due to bad pointer access + (bsc#1012628). +- scsi: ufs: core: Fix racing issue between ufshcd_mcq_abort() + and ISR (bsc#1012628). +- x86/shstk: Delay signal entry SSP write until after user + accesses (bsc#1012628). +- crypto: x86/sha - load modules based on CPU features + (bsc#1012628). +- x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and + Phoenix USB4 (bsc#1012628). +- x86/apic/msi: Fix misconfigured non-maskable MSI quirk + (bsc#1012628). +- x86/cpu/hygon: Fix the CPU topology evaluation for real + (bsc#1012628). +- KVM: x86: hyper-v: Don't auto-enable stimer on write from + user-space (bsc#1012628). +- KVM: x86: Ignore MSR_AMD64_TW_CFG access (bsc#1012628). +- KVM: x86: Clear bit12 of ICR after APIC-write VM-exit + (bsc#1012628). +- KVM: x86: Fix lapic timer interrupt lost after loading a + snapshot (bsc#1012628). +- mmc: sdhci-pci-gli: GL9755: Mask the replay timer timeout of + AER (bsc#1012628). +- sched: psi: fix unprivileged polling against cgroups + (bsc#1012628). +- audit: don't take task_lock() in audit_exe_compare() code path + (bsc#1012628). +- audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare() + (bsc#1012628). +- proc: sysctl: prevent aliased sysctls from getting passed to + init (bsc#1012628). +- tty/sysrq: replace smp_processor_id() with get_cpu() + (bsc#1012628). +- tty: serial: meson: fix hard LOCKUP on crtscts mode + (bsc#1012628). +- acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0 + (bsc#1012628). +- hvc/xen: fix console unplug (bsc#1012628). +- hvc/xen: fix error path in xen_hvc_init() to always register + frontend driver (bsc#1012628). +- hvc/xen: fix event channel handling for secondary consoles + (bsc#1012628). +- PCI/sysfs: Protect driver's D3cold preference from user space + (bsc#1012628). +- mm/damon/sysfs: remove requested targets when online-commit + inputs (bsc#1012628). +- mm/damon/sysfs: update monitoring target regions for online + input commit (bsc#1012628). +- watchdog: move softlockup_panic back to early_param + (bsc#1012628). +- iommufd: Fix missing update of domains_itree after splitting + iopt_area (bsc#1012628). +- fbdev: stifb: Make the STI next font pointer a 32-bit signed + offset (bsc#1012628). +- dm crypt: account large pages in cc->n_allocated_pages + (bsc#1012628). +- mm/damon/lru_sort: avoid divide-by-zero in hot threshold + calculation (bsc#1012628). +- mm/damon/ops-common: avoid divide-by-zero during region hotness + calculation (bsc#1012628). +- mm/damon: implement a function for max nr_accesses safe + calculation (bsc#1012628). +- mm/damon/core: avoid divide-by-zero during monitoring results + update (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried region directory allocation + failure (bsc#1012628). +- mm/damon/sysfs-schemes: handle tried regions sysfs directory + allocation failure (bsc#1012628). +- mm/damon/core.c: avoid unintentional filtering out of schemes + (bsc#1012628). +- mm/damon/sysfs: check error from damon_sysfs_update_target() + (bsc#1012628). +- parisc: Add nop instructions after TLB inserts (bsc#1012628). +- ACPI: resource: Do IRQ override on TongFang GMxXGxx + (bsc#1012628). +- regmap: Ensure range selector registers are updated after + cache sync (bsc#1012628). +- wifi: ath11k: fix temperature event locking (bsc#1012628). +- wifi: ath11k: fix dfs radar event locking (bsc#1012628). +- wifi: ath11k: fix htt pktlog locking (bsc#1012628). +- wifi: ath11k: fix gtk offload status event locking + (bsc#1012628). +- wifi: ath12k: fix htt mlo-offset event locking (bsc#1012628). +- wifi: ath12k: fix dfs-radar and temperature event locking + (bsc#1012628). +- mmc: meson-gx: Remove setting of CMD_CFG_ERROR (bsc#1012628). +- genirq/generic_chip: Make irq_remove_generic_chip() irqdomain + aware (bsc#1012628). +- sched/core: Fix RQCF_ACT_SKIP leak (bsc#1012628). +- pmdomain: bcm: bcm2835-power: check if the ASB register is + equal to enable (bsc#1012628). +- KEYS: trusted: tee: Refactor register SHM usage (bsc#1012628). +- KEYS: trusted: Rollback init_trusted() consistently + (bsc#1012628). +- PCI: keystone: Don't discard .remove() callback (bsc#1012628). +- PCI: keystone: Don't discard .probe() callback (bsc#1012628). +- pmdomain: amlogic: Fix mask for the second NNA mem PD domain + (bsc#1012628). +- arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or + newer (bsc#1012628). +- arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=n + (bsc#1012628). +- pmdomain: imx: Make imx pgc power domain also set the fwnode + (bsc#1012628). +- parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table + (bsc#1012628). +- parisc/pdc: Add width field to struct pdc_model (bsc#1012628). +- parisc/power: Add power soft-off when running on qemu + (bsc#1012628). +- cpufreq: stats: Fix buffer overflow detection in trans_stats() + (bsc#1012628). +- powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() + to pr_debug() (bsc#1012628). +- clk: socfpga: Fix undefined behavior bug in struct + stratix10_clock_data (bsc#1012628). +- clk: visconti: Fix undefined behavior bug in struct + visconti_pll_provider (bsc#1012628). +- integrity: powerpc: Do not select CA_MACHINE_KEYRING + (bsc#1012628). +- clk: qcom: ipq8074: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- clk: qcom: ipq6018: drop the CLK_SET_RATE_PARENT flag from + PLL clocks (bsc#1012628). +- ksmbd: fix recursive locking in vfs helpers (bsc#1012628). +- ksmbd: handle malformed smb1 message (bsc#1012628). +- ksmbd: fix slab out of bounds write in smb_inherit_dacl() + (bsc#1012628). +- mmc: vub300: fix an error code (bsc#1012628). +- mmc: sdhci_am654: fix start loop index for TAP value parsing + (bsc#1012628). +- mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC + Q2J54A (bsc#1012628). +- PCI: qcom-ep: Add dedicated callback for writing to DBI2 + registers (bsc#1012628). +- PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common() + (bsc#1012628). +- PCI: kirin: Don't discard .remove() callback (bsc#1012628). +- PCI: exynos: Don't discard .remove() callback (bsc#1012628). +- PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card + (bsc#1012628). +- wifi: wilc1000: use vmm_table as array in wilc struct + (bsc#1012628). +- svcrdma: Drop connection after an RDMA Read error (bsc#1012628). +- rcu/tree: Defer setting of jiffies during stall reset + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix hwlock index for SMEM + (bsc#1012628). +- dt-bindings: timer: renesas,rz-mtu3: Fix overflow/underflow + interrupt names (bsc#1012628). +- PM: hibernate: Use __get_safe_page() rather than touching the + list (bsc#1012628). +- PM: hibernate: Clean up sync_read handling in + snapshot_write_next() (bsc#1012628). +- rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing + objects (bsc#1012628). +- btrfs: don't arbitrarily slow down delalloc if we're committing + (bsc#1012628). +- thermal: intel: powerclamp: fix mismatch in get function for + max_idle (bsc#1012628). +- arm64: dts: qcom: ipq5332: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix hwlock index for SMEM + (bsc#1012628). +- firmware: qcom_scm: use 64-bit calling convention only when + client is 64-bit (bsc#1012628). +- ACPI: FPDT: properly handle invalid FPDT subtables + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Fix hwlock index for SMEM + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix tcsr_mutex register size + (bsc#1012628). +- leds: trigger: netdev: Move size check in set_device_name + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix reference leaks in revid helper + (bsc#1012628). +- mfd: qcom-spmi-pmic: Fix revid implementation (bsc#1012628). +- ima: annotate iint mutex to avoid lockdep false positive + warnings (bsc#1012628). +- ima: detect changes to the backing overlay file (bsc#1012628). +- netfilter: nf_tables: remove catchall element in GC sync path + (bsc#1012628). +- netfilter: nf_tables: split async and sync catchall in two + functions (bsc#1012628). +- selftests/resctrl: Fix uninitialized .sa_flags (bsc#1012628). +- selftests/resctrl: Remove duplicate feature check from CMT test + (bsc#1012628). +- selftests/resctrl: Move _GNU_SOURCE define into Makefile + (bsc#1012628). +- selftests/resctrl: Refactor feature check to use resource and + feature name (bsc#1012628). +- selftests/resctrl: Fix feature checks (bsc#1012628). +- selftests/resctrl: Reduce failures due to outliers in MBA/MBM + tests (bsc#1012628). +- hid: lenovo: Resend all settings on reset_resume for compact + keyboards (bsc#1012628). +- ASoC: codecs: wsa-macro: fix uninitialized stack variables + with name prefix (bsc#1012628). +- jbd2: fix potential data lost in recovering journal raced with + synchronizing fs bdev (bsc#1012628). +- quota: explicitly forbid quota files from being encrypted + (bsc#1012628). +- kernel/reboot: emergency_restart: Set correct system_state + (bsc#1012628). +- scripts/gdb/vmalloc: disable on no-MMU (bsc#1012628). +- fs: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- mips: use nth_page() in place of direct struct page manipulation + (bsc#1012628). +- i2c: core: Run atomic i2c xfer when !preemptible (bsc#1012628). +- selftests/clone3: Fix broken test under !CONFIG_TIME_NS + (bsc#1012628). +- tracing: Have the user copy of synthetic event address use + correct context (bsc#1012628). +- driver core: Release all resources during unbind before updating + device links (bsc#1012628). +- mcb: fix error handling for different scenarios when parsing + (bsc#1012628). +- dmaengine: stm32-mdma: correct desc prep when channel running + (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to + vmem_crst_alloc() (bsc#1012628). +- s390/mm: add missing arch_set_page_dat() call to gmap + allocations (bsc#1012628). +- s390/cmma: fix detection of DAT pages (bsc#1012628). +- mm/cma: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/hugetlb: use nth_page() in place of direct struct page + manipulation (bsc#1012628). +- mm/memory_hotplug: use pfn math in place of direct struct page + manipulation (bsc#1012628). +- mm: make PR_MDWE_REFUSE_EXEC_GAIN an unsigned long + (bsc#1012628). +- mtd: cfi_cmdset_0001: Byte swap OTP info (bsc#1012628). +- cxl/region: Do not try to cleanup after + cxl_region_setup_targets() fails (bsc#1012628). +- i3c: master: cdns: Fix reading status register (bsc#1012628). +- i3c: master: svc: fix race condition in ibi work thread + (bsc#1012628). +- i3c: master: svc: fix wrong data return when IBI happen during + start frame (bsc#1012628). +- i3c: master: svc: fix ibi may not return mandatory data byte + (bsc#1012628). +- i3c: master: svc: fix check wrong status register in irq handler + (bsc#1012628). +- i3c: master: svc: fix SDA keep low when polling IBIWON timeout + happen (bsc#1012628). +- i3c: master: svc: fix random hot join failure since timeout + error (bsc#1012628). +- cxl/region: Fix x1 root-decoder granularity calculations + (bsc#1012628). +- cxl/port: Fix delete_endpoint() vs parent unregistration race + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/audit.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/lib.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/resource.c + (bsc#1012628). +- apparmor: Fix kernel-doc warnings in apparmor/policy.c + (bsc#1012628). +- apparmor: combine common_audit_data and apparmor_audit_data + (bsc#1012628). +- apparmor: rename audit_data->label to audit_data->subj_label + (bsc#1012628). +- apparmor: pass cred through to audit info (bsc#1012628). +- apparmor: Fix regression in mount mediation (bsc#1012628). +- Bluetooth: btusb: Add RTW8852BE device 13d3:3570 to device + tables (bsc#1012628). +- Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BE + (bsc#1012628). +- drm/amd/display: enable dsc_clk even if dsc_pg disabled + (bsc#1012628). +- torture: Make torture_hrtimeout_ns() take an hrtimer mode + parameter (bsc#1012628). +- rcutorture: Fix stuttering races and other issues (bsc#1012628). +- selftests/resctrl: Remove bw_report and bm_type from main() + (bsc#1012628). +- selftests/resctrl: Simplify span lifetime (bsc#1012628). +- selftests/resctrl: Make benchmark command const and build it + with pointers (bsc#1012628). +- selftests/resctrl: Extend signal handler coverage to unmount + on receiving signal (bsc#1012628). +- parisc: Prevent booting 64-bit kernels on PA1.x machines + (bsc#1012628). +- parisc/pgtable: Do not drop upper 5 address bits of physical + address (bsc#1012628). +- parisc/power: Fix power soft-off when running on qemu + (bsc#1012628). +- parisc: fix mmap_base calculation when stack grows upwards + (bsc#1012628). +- xhci: Enable RPM on controllers that support low-power states + (bsc#1012628). +- smb3: fix creating FIFOs when mounting with "sfu" mount option + (bsc#1012628). +- smb3: fix touch -h of symlink (bsc#1012628). +- smb3: allow dumping session and tcon id to improve stats + analysis and debugging (bsc#1012628). +- smb3: fix caching of ctime on setxattr (bsc#1012628). +- smb: client: fix use-after-free bug in + cifs_debug_data_proc_show() (bsc#1012628). +- smb: client: fix use-after-free in smb2_query_info_compound() + (bsc#1012628). +- smb: client: fix potential deadlock when releasing mids + (bsc#1012628). +- smb: client: fix mount when dns_resolver key is not available + (bsc#1012628). +- cifs: reconnect helper should set reconnect for the right + channel (bsc#1012628). +- cifs: force interface update before a fresh session setup + (bsc#1012628). +- cifs: do not reset chan_max if multichannel is not supported + at mount (bsc#1012628). +- cifs: do not pass cifs_sb when trying to add channels + (bsc#1012628). +- cifs: Fix encryption of cleared, but unset rq_iter data buffers + (bsc#1012628). +- xfs: recovery should not clear di_flushiter unconditionally + (bsc#1012628). +- btrfs: zoned: wait for data BG to be finished on direct IO + allocation (bsc#1012628). +- ALSA: info: Fix potential deadlock at disconnection + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G8 (bsc#1012628). +- ALSA: hda/realtek - Add Dell ALC295 to pin fall back table + (bsc#1012628). +- ALSA: hda/realtek - Enable internal speaker of ASUS K6500ZC + (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP 255 G10 (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP Laptops (bsc#1012628). +- Revert ncsi: Propagate carrier gain/loss events to the NCSI + controller (bsc#1012628). +- Revert "i2c: pxa: move to generic GPIO recovery" (bsc#1012628). +- lsm: fix default return value for vm_enough_memory + (bsc#1012628). +- lsm: fix default return value for inode_getsecctx (bsc#1012628). +- sbsa_gwdt: Calculate timeout with 64-bit math (bsc#1012628). +- i2c: designware: Disable TX_EMPTY irq while waiting for block + length byte (bsc#1012628). +- s390/ap: fix AP bus crash on early config change callback + invocation (bsc#1012628). +- net: ethtool: Fix documentation of ethtool_sprintf() + (bsc#1012628). +- net: dsa: lan9303: consequently nested-lock physical MDIO + (bsc#1012628). +- net: phylink: initialize carrier state at creation + (bsc#1012628). +- gfs2: don't withdraw if init_threads() got interrupted + (bsc#1012628). +- i2c: i801: fix potential race in + i801_block_transaction_byte_by_byte (bsc#1012628). +- f2fs: do not return EFSCORRUPTED, but try to run online repair + (bsc#1012628). +- f2fs: set the default compress_level on ioctl (bsc#1012628). +- f2fs: avoid format-overflow warning (bsc#1012628). +- f2fs: split initial and dynamic conditions for extent_cache + (bsc#1012628). +- media: lirc: drop trailing space from scancode transmit + (bsc#1012628). +- media: sharp: fix sharp encoding (bsc#1012628). +- media: venus: hfi_parser: Add check to keep the number of + codecs within range (bsc#1012628). +- media: venus: hfi: fix the check to handle session buffer + requirement (bsc#1012628). +- media: venus: hfi: add checks to handle capabilities from + firmware (bsc#1012628). +- media: ccs: Correctly initialise try compose rectangle + (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback audio + detection (bsc#1012628). +- drm/mediatek/dp: fix memory leak on ->get_edid callback error + path (bsc#1012628). +- dm-bufio: fix no-sleep mode (bsc#1012628). +- dm-verity: don't use blocking calls from tasklets (bsc#1012628). +- nfsd: fix file memleak on client_opens_release (bsc#1012628). +- NFSD: Update nfsd_cache_append() to use xdr_stream + (bsc#1012628). +- LoongArch: Mark __percpu functions as always inline + (bsc#1012628). +- tracing: fprobe-event: Fix to check tracepoint event and return + (bsc#1012628). +- swiotlb: do not free decrypted pages if dynamic (bsc#1012628). +- swiotlb: fix out-of-bounds TLB allocations with + CONFIG_SWIOTLB_DYNAMIC (bsc#1012628). +- riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause + (bsc#1012628). +- riscv: put interrupt entries into .irqentry.text (bsc#1012628). +- riscv: mm: Update the comment of CONFIG_PAGE_OFFSET + (bsc#1012628). +- riscv: correct pt_level name via pgtable_l5/4_enabled + (bsc#1012628). +- riscv: kprobes: allow writing to x0 (bsc#1012628). +- mmc: sdhci-pci-gli: A workaround to allow GL9750 to enter ASPM + L1.2 (bsc#1012628). +- mm: fix for negative counter: nr_file_hugepages (bsc#1012628). +- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors + (bsc#1012628). +- mptcp: deal with large GSO size (bsc#1012628). +- mptcp: add validity check for sending RM_ADDR (bsc#1012628). +- mptcp: fix setsockopt(IP_TOS) subflow locking (bsc#1012628). +- selftests: mptcp: fix fastclose with csum failure (bsc#1012628). +- r8169: fix network lost after resume on DASH systems + (bsc#1012628). +- r8169: add handling DASH when DASH is disabled (bsc#1012628). +- mmc: sdhci-pci-gli: GL9750: Mask the replay timer timeout of + AER (bsc#1012628). +- media: qcom: camss: Fix pm_domain_on sequence in probe + (bsc#1012628). +- media: qcom: camss: Fix vfe_get() error jump (bsc#1012628). +- media: qcom: camss: Fix VFE-17x vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix VFE-480 vfe_disable_output() + (bsc#1012628). +- media: qcom: camss: Fix missing vfe_lite clocks check + (bsc#1012628). +- media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is + greater than 3 (bsc#1012628). +- media: qcom: camss: Fix invalid clock enable bit disjunction + (bsc#1012628). +- media: qcom: camss: Fix csid-gen2 for test pattern generator + (bsc#1012628). +- Revert "HID: logitech-dj: Add support for a new lightspeed + receiver iteration" (bsc#1012628). +- Revert "net: r8169: Disable multicast filter for RTL8168H and + RTL8107E" (bsc#1012628). +- ext4: fix race between writepages and remount (bsc#1012628). +- ext4: no need to generate from free list in mballoc + (bsc#1012628). +- ext4: make sure allocate pending entry not fail (bsc#1012628). +- ext4: apply umask if ACL support is disabled (bsc#1012628). +- ext4: correct offset of gdb backup in non meta_bg group to + update_backups (bsc#1012628). +- ext4: mark buffer new if it is unwritten to avoid stale data + exposure (bsc#1012628). +- ext4: correct return value of ext4_convert_meta_bg + (bsc#1012628). +- ext4: correct the start block of counting reserved clusters + (bsc#1012628). +- ext4: remove gdb backup copy for meta bg in + setup_new_flex_group_blocks (bsc#1012628). +- ext4: add missed brelse in update_backups (bsc#1012628). +- ext4: properly sync file size update after O_SYNC direct IO + (bsc#1012628). +- ext4: fix racy may inline data check in dio write (bsc#1012628). +- drm/amd/pm: Handle non-terminated overdrive commands + (bsc#1012628). +- drm: bridge: it66121: ->get_edid callback must not return err + pointers (bsc#1012628). +- x86/srso: Move retbleed IBPB check into existing 'has_microcode' + code block (bsc#1012628). +- drm/amd/display: Add Null check for DPP resource (bsc#1012628). +- drm/i915/mtl: Support HBR3 rate with C10 phy and eDP in MTL + (bsc#1012628). +- drm/i915: Bump GLK CDCLK frequency when driving multiple pipes + (bsc#1012628). +- drm/i915: Fix potential spectre vulnerability (bsc#1012628). +- drm/i915: Flush WC GGTT only on required platforms + (bsc#1012628). +- drm/amd/pm: Fix error of MACO flag setting code (bsc#1012628). +- drm/amdgpu/smu13: drop compute workload workaround + (bsc#1012628). +- drm/amdgpu: don't use pci_is_thunderbolt_attached() + (bsc#1012628). +- drm/amdgpu: fix GRBM read timeout when do mes_self_test + (bsc#1012628). +- drm/amdgpu: add a retry for IP discovery init (bsc#1012628). +- drm/amdgpu: don't use ATRM for external devices (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_vm_init (bsc#1012628). +- drm/amdgpu: fix error handling in amdgpu_bo_list_get() + (bsc#1012628). +- drm/amdgpu: lower CS errors to debug severity (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- drm/amd/display: Guard against invalid RPTR/WPTR being set + (bsc#1012628). +- drm/amd/display: Fix DSC not Enabled on Direct MST Sink + (bsc#1012628). +- drm/amd/display: fix a NULL pointer dereference in + amdgpu_dm_i2c_xfer() (bsc#1012628). +- drm/amd/display: Enable fast plane updates on DCN3.2 and above + (bsc#1012628). +- drm/amd/display: Clear dpcd_sink_ext_caps if not set + (bsc#1012628). +- drm/amd/display: Change the DMCUB mailbox memory location from + FB to inbox (bsc#1012628). +- Refresh patches.suse/vfs-add-super_operations-get_inode_dev. +- Rename to + patches.kernel.org/6.6.3-350-ASoC-soc-dai-add-flag-to-mute-and-unmute-stream.patch. +- Rename to + patches.kernel.org/6.6.3-351-ASoC-codecs-wsa883x-make-use-of-new-mute_unmute.patch. +- commit d766c57 + ------------------------------------------------------------------- Fri Nov 24 19:21:53 CET 2023 - rfrohl@suse.com @@ -2692,6 +7399,21 @@ Fri Nov 24 11:42:01 CET 2023 - fcrozat@suse.com may not be very reliable] - commit 56a2c2f +------------------------------------------------------------------- +Wed Nov 22 17:52:15 CET 2023 - tiwai@suse.de + +- ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger + flag (bsc#1217412). +- ASoC: soc-dai: add flag to mute and unmute stream during trigger + (bsc#1217412). +- commit 1a298a3 + +------------------------------------------------------------------- +Wed Nov 22 17:30:17 CET 2023 - tiwai@suse.de + +- Update config files: CONFIG_SND_SOC_WSA883X=m for Thinkpad X13s audio (bsc#1217412) +- commit 8be32dc + ------------------------------------------------------------------- Wed Nov 22 10:33:50 CET 2023 - msuchanek@suse.de @@ -2704,6 +7426,1092 @@ Wed Nov 22 08:39:48 CET 2023 - msuchanek@suse.de - kernel-source: Move provides after sources - commit dbbf742 +------------------------------------------------------------------- +Tue Nov 21 17:26:22 CET 2023 - tiwai@suse.de + +- leds: class: Don't expose color sysfs entry (bsc#1217172). +- commit 1be1eb4 + +------------------------------------------------------------------- +Mon Nov 20 17:02:45 CET 2023 - tiwai@suse.de + +- drm/i915: Also check for VGA converter in eDP probe + (bsc#1217282). +- commit b22e785 + +------------------------------------------------------------------- +Mon Nov 20 12:22:36 CET 2023 - jslaby@suse.cz + +- Linux 6.6.2 (bsc#1012628). +- hwmon: (nct6775) Fix incorrect variable reuse in fan_div + calculation (bsc#1012628). +- numa: Generalize numa_map_to_online_node() (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less case + (bsc#1012628). +- sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA case + (bsc#1012628). +- sched/fair: Fix cfs_rq_is_decayed() on !SMP (bsc#1012628). +- iov_iter, x86: Be consistent about the __user tag on + copy_mc_to_user() (bsc#1012628). +- sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0 + (bsc#1012628). +- sched/uclamp: Ignore (util == 0) optimization in feec() when + p_util_max = 0 (bsc#1012628). +- objtool: Propagate early errors (bsc#1012628). +- sched: Fix stop_one_cpu_nowait() vs hotplug (bsc#1012628). +- nfsd: Handle EOPENSTALE correctly in the filecache + (bsc#1012628). +- vfs: fix readahead(2) on block devices (bsc#1012628). +- writeback, cgroup: switch inodes with dirty timestamps to + release dying cgwbs (bsc#1012628). +- x86/srso: Fix SBPB enablement for (possible) future fixed HW + (bsc#1012628). +- x86/srso: Print mitigation for retbleed IBPB case (bsc#1012628). +- x86/srso: Fix vulnerability reporting for missing microcode + (bsc#1012628). +- x86/srso: Fix unret validation dependencies (bsc#1012628). +- futex: Don't include process MM in futex key on no-MMU + (bsc#1012628). +- x86/numa: Introduce numa_fill_memblks() (bsc#1012628). +- ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window + (bsc#1012628). +- cgroup/cpuset: Fix load balance state in + update_partition_sd_lb() (bsc#1012628). +- x86/sev-es: Allow copy_from_kernel_nofault() in earlier boot + (bsc#1012628). +- x86/boot: Fix incorrect startup_gdt_descr.size (bsc#1012628). +- cpu/SMT: Make SMT control more robust against enumeration + failures (bsc#1012628). +- x86/apic: Fake primary thread mask for XEN/PV (bsc#1012628). +- srcu: Fix callbacks acceleration mishandling (bsc#1012628). +- drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() + in stop function (bsc#1012628). +- x86/nmi: Fix out-of-order NMI nesting checks & false positive + warning (bsc#1012628). +- pstore/platform: Add check for kstrdup (bsc#1012628). +- perf: Optimize perf_cgroup_switch() (bsc#1012628). +- selftests/x86/lam: Zero out buffer for readlink() (bsc#1012628). +- PCI/MSI: Provide stubs for IMS functions (bsc#1012628). +- string: Adjust strtomem() logic to allow for smaller sources + (bsc#1012628). +- genirq/matrix: Exclude managed interrupts in + irq_matrix_allocated() (bsc#1012628). +- irqchip/sifive-plic: Fix syscore registration for multi-socket + systems (bsc#1012628). +- wifi: ath12k: fix undefined behavior with __fls in dp + (bsc#1012628). +- wifi: cfg80211: add flush functions for wiphy work + (bsc#1012628). +- wifi: mac80211: move radar detect work to wiphy work + (bsc#1012628). +- wifi: mac80211: move scan work to wiphy work (bsc#1012628). +- wifi: mac80211: move offchannel works to wiphy work + (bsc#1012628). +- wifi: mac80211: move sched-scan stop work to wiphy work + (bsc#1012628). +- wifi: mac80211: fix RCU usage warning in mesh fast-xmit + (bsc#1012628). +- wifi: cfg80211: fix off-by-one in element defrag (bsc#1012628). +- wifi: mac80211: fix # of MSDU in A-MSDU calculation + (bsc#1012628). +- wifi: iwlwifi: honor the enable_ini value (bsc#1012628). +- wifi: iwlwifi: don't use an uninitialized variable + (bsc#1012628). +- i40e: fix potential memory leaks in i40e_remove() (bsc#1012628). +- iavf: Fix promiscuous mode configuration flow messages + (bsc#1012628). +- selftests/bpf: Correct map_fd to data_fd in tailcalls + (bsc#1012628). +- bpf, x64: Fix tailcall infinite loop (bsc#1012628). +- wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() + (bsc#1012628). +- udp: introduce udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_tx to udp->udp_flags (bsc#1012628). +- udp: move udp->no_check6_rx to udp->udp_flags (bsc#1012628). +- udp: move udp->gro_enabled to udp->udp_flags (bsc#1012628). +- udp: add missing WRITE_ONCE() around up->encap_rcv + (bsc#1012628). +- udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags + (bsc#1012628). +- udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO (bsc#1012628). +- udp: annotate data-races around udp->encap_type (bsc#1012628). +- udplite: remove UDPLITE_BIT (bsc#1012628). +- udplite: fix various data-races (bsc#1012628). +- selftests/bpf: Skip module_fentry_shadow test when bpf_testmod + is not available (bsc#1012628). +- tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKed + (bsc#1012628). +- bpf: Fix kfunc callback register type handling (bsc#1012628). +- gve: Use size_add() in call to struct_size() (bsc#1012628). +- mlxsw: Use size_mul() in call to struct_size() (bsc#1012628). +- tls: Use size_add() in call to struct_size() (bsc#1012628). +- tipc: Use size_add() in calls to struct_size() (bsc#1012628). +- net: spider_net: Use size_add() in call to struct_size() + (bsc#1012628). +- ice: fix pin assignment for E810-T without SMA control + (bsc#1012628). +- net: ethernet: mtk_wed: fix EXT_INT_STATUS_RX_FBUF definitions + for MT7986 SoC (bsc#1012628). +- wifi: rtw88: debug: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- wifi: ath12k: fix DMA unmap warning on NULL DMA address + (bsc#1012628). +- wifi: ath11k: fix boot failure with one MSI vector + (bsc#1012628). +- wifi: mac80211: fix check for unusable RX result (bsc#1012628). +- PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS() + (bsc#1012628). +- cpufreq: tegra194: fix warning due to missing opp_put + (bsc#1012628). +- wifi: mt76: mt7603: rework/fix rx pse hang check (bsc#1012628). +- wifi: mt76: mt7603: improve watchdog reset reliablity + (bsc#1012628). +- wifi: mt76: mt7603: improve stuck beacon handling (bsc#1012628). +- wifi: mt76: remove unused error path in + mt76_connac_tx_complete_skb (bsc#1012628). +- wifi: mt76: mt7996: set correct wcid in txp (bsc#1012628). +- wifi: mt76: mt7996: fix beamform mcu cmd configuration + (bsc#1012628). +- wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY cap + (bsc#1012628). +- wifi: mt76: mt7996: fix wmm queue mapping (bsc#1012628). +- wifi: mt76: mt7996: fix rx rate report for CBW320-2 + (bsc#1012628). +- wifi: mt76: mt7996: fix TWT command format (bsc#1012628). +- wifi: mt76: update beacon size limitation (bsc#1012628). +- wifi: mt76: fix potential memory leak of beacon commands + (bsc#1012628). +- wifi: mt76: get rid of false alamrs of tx emission issues + (bsc#1012628). +- wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparison + (bsc#1012628). +- wifi: mt76: mt7915: fix beamforming availability check + (bsc#1012628). +- wifi: mt76: move struct ieee80211_chanctx_conf up to struct + mt76_vif (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx + driver (bsc#1012628). +- wifi: mt76: mt7921: fix the wrong rate selected in fw for the + chanctx driver (bsc#1012628). +- wifi: ath: dfs_pattern_detector: Fix a memory initialization + issue (bsc#1012628). +- tcp_metrics: add missing barriers on delete (bsc#1012628). +- tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics() + (bsc#1012628). +- tcp_metrics: do not create an entry from tcp_init_metrics() + (bsc#1012628). +- wifi: rtlwifi: fix EDCA limit set by BT coexistence + (bsc#1012628). +- ACPI: property: Allow _DSD buffer data only for byte accessors + (bsc#1012628). +- =?UTF-8?q?ACPI:=20video:=20Add=20acpi=5Fbacklight=3Dvendo?= + =?UTF-8?q?r=20quirk=20for=20Toshiba=20Port=C3=A9g=C3=A9=20R100?= + (bsc#1012628). +- can: etas_es58x: rework the version check logic to silence + -Wformat-truncation (bsc#1012628). +- can: etas_es58x: add missing a blank line after declaration + (bsc#1012628). +- libbpf: Fix syscall access arguments on riscv (bsc#1012628). +- selftests/bpf: Define SYS_PREFIX for riscv (bsc#1012628). +- selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv + (bsc#1012628). +- r8152: break the loop when the budget is exhausted + (bsc#1012628). +- wifi: ath11k: fix Tx power value during active CAC + (bsc#1012628). +- can: dev: can_restart(): don't crash kernel if carrier is OK + (bsc#1012628). +- can: dev: can_restart(): fix race condition between controller + restart and netif_carrier_on() (bsc#1012628). +- can: dev: can_put_echo_skb(): don't crash kernel if + can_priv::echo_skb is accessed out of bounds (bsc#1012628). +- PM / devfreq: rockchip-dfi: Make pmu regmap mandatory + (bsc#1012628). +- wifi: wfx: fix case where rates are out of order (bsc#1012628). +- netfilter: nf_tables: Drop pointless memset when dumping rules + (bsc#1012628). +- virtio-net: fix mismatch of getting tx-frames (bsc#1012628). +- virtio-net: consistently save parameters for per-queue + (bsc#1012628). +- virtio-net: fix per queue coalescing parameter setting + (bsc#1012628). +- virtio-net: fix the vq coalescing setting for vq resize + (bsc#1012628). +- wifi: rtw88: Remove duplicate NULL check before calling + usb_kill/free_urb() (bsc#1012628). +- thermal: core: prevent potential string overflow (bsc#1012628). +- r8169: fix rare issue with broken rx after link-down on RTL8125 + (bsc#1012628). +- thermal/drivers/mediatek: Fix probe for THERMAL_V2 + (bsc#1012628). +- bpf: Fix missed rcu read lock in bpf_task_under_cgroup() + (bsc#1012628). +- net: skb_find_text: Ignore patterns extending past 'to' + (bsc#1012628). +- selftests/bpf: Make linked_list failure test more robust + (bsc#1012628). +- thermal: core: Don't update trip points inside the hysteresis + range (bsc#1012628). +- chtls: fix tp->rcv_tstamp initialization (bsc#1012628). +- tcp: fix cookie_init_timestamp() overflows (bsc#1012628). +- wifi: iwlwifi: mvm: update station's MFP flag after association + (bsc#1012628). +- wifi: iwlwifi: mvm: fix removing pasn station for responder + (bsc#1012628). +- wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTK + (bsc#1012628). +- wifi: mac80211: don't recreate driver link debugfs in reconfig + (bsc#1012628). +- wifi: mac80211: Fix setting vif links (bsc#1012628). +- wifi: iwlwifi: yoyo: swap cdb and jacket bits values + (bsc#1012628). +- wifi: iwlwifi: mvm: Correctly set link configuration + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interface + (bsc#1012628). +- wifi: iwlwifi: mvm: Don't always bind/link the P2P Device + interface (bsc#1012628). +- wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() API + (bsc#1012628). +- wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta() (bsc#1012628). +- wifi: iwlwifi: mvm: remove TDLS stations from FW (bsc#1012628). +- wifi: iwlwifi: increase number of RX buffers for EHT devices + (bsc#1012628). +- wifi: iwlwifi: mvm: fix netif csum flags (bsc#1012628). +- wifi: iwlwifi: pcie: synchronize IRQs before NAPI (bsc#1012628). +- wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resume + (bsc#1012628). +- wifi: iwlwifi: empty overflow queue during flush (bsc#1012628). +- Bluetooth: ISO: Pass BIG encryption info through QoS + (bsc#1012628). +- Bluetooth: Make handle of hci_conn be unique (bsc#1012628). +- Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err + (bsc#1012628). +- bpf: Fix unnecessary -EBUSY from htab_lock_bucket (bsc#1012628). +- ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias() + (bsc#1012628). +- mptcp: properly account fastopen data (bsc#1012628). +- ipv6: avoid atomic fragment on GSO packets (bsc#1012628). +- virtio_net: use u64_stats_t infra to avoid data-races + (bsc#1012628). +- net: add DEV_STATS_READ() helper (bsc#1012628). +- ipvlan: properly track tx_errors (bsc#1012628). +- regmap: debugfs: Fix a erroneous check after snprintf() + (bsc#1012628). +- spi: tegra: Fix missing IRQ check in tegra_slink_probe() + (bsc#1012628). +- clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent + clocks (bsc#1012628). +- clk: qcom: gcc-msm8996: Remove RPM bus clocks (bsc#1012628). +- clk: qcom: clk-rcg2: Fix clock rate overflow for high parent + frequencies (bsc#1012628). +- clk: qcom: mmcc-msm8998: Don't check halt bit on some branch + clks (bsc#1012628). +- clk: qcom: mmcc-msm8998: Fix the SMMU GDSC (bsc#1012628). +- clk: qcom: gcc-sm8150: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- gpio: sim: initialize a managed pointer when declaring it + (bsc#1012628). +- regulator: mt6358: Fail probe on unknown chip ID (bsc#1012628). +- clk: imx: Select MXC_CLK for CLK_IMX8QXP (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + clk_imx_acm_attach_pm_domains() (bsc#1012628). +- clk: imx: imx8: Fix an error handling path if + devm_clk_hw_register_mux_parent_data_table() fails + (bsc#1012628). +- clk: imx: imx8: Fix an error handling path in + imx8_acm_clk_probe() (bsc#1012628). +- clk: imx: imx8mq: correct error handling path (bsc#1012628). +- clk: imx: imx8qxp: Fix elcdif_pll clock (bsc#1012628). +- clk: renesas: rcar-gen3: Extend SDnH divider table + (bsc#1012628). +- clk: renesas: rzg2l: Wait for status bit of SD mux before + continuing (bsc#1012628). +- clk: renesas: rzg2l: Lock around writes to mux register + (bsc#1012628). +- clk: renesas: rzg2l: Trust value returned by hardware + (bsc#1012628). +- clk: renesas: rzg2l: Use FIELD_GET() for PLL register fields + (bsc#1012628). +- clk: renesas: rzg2l: Fix computation formula (bsc#1012628). +- clk: linux/clk-provider.h: fix kernel-doc warnings and typos + (bsc#1012628). +- spi: nxp-fspi: use the correct ioremap function (bsc#1012628). +- clk: ralink: mtmips: quiet unused variable warning + (bsc#1012628). +- clk: keystone: pll: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- clk: ti: fix double free in of_ti_divider_clk_setup() + (bsc#1012628). +- clk: npcm7xx: Fix incorrect kfree (bsc#1012628). +- clk: mediatek: clk-mt6765: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt6797: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data + (bsc#1012628). +- clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM + (bsc#1012628). +- clk: qcom: clk-alpha-pll: introduce stromer plus ops + (bsc#1012628). +- clk: qcom: apss-ipq-pll: Use stromer plus ops for stromer plus + pll (bsc#1012628). +- clk: qcom: apss-ipq-pll: Fix 'l' value for ipq5332_pll_config + (bsc#1012628). +- clk: qcom: ipq5018: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq9574: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: qcom: ipq5332: drop the CLK_SET_RATE_PARENT flag from + GPLL clocks (bsc#1012628). +- clk: mediatek: fix double free in mtk_clk_register_pllfh() + (bsc#1012628). +- platform/x86: wmi: Fix probe failure when failing to register + WMI devices (bsc#1012628). +- platform/x86: wmi: Fix opening of char device (bsc#1012628). +- regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve + (bsc#1012628). +- hwmon: (axi-fan-control) Fix possible NULL pointer dereference + (bsc#1012628). +- hwmon: (coretemp) Fix potentially truncated sysfs attribute name + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add DMI override table" + (bsc#1012628). +- Revert "hwmon: (sch56xx-common) Add automatic module loading + on supported devices" (bsc#1012628). +- hwmon: (pmbus/mp2975) Move PGOOD fix (bsc#1012628). +- hwmon: (sch5627) Use bit macros when accessing the control + register (bsc#1012628). +- hwmon: (sch5627) Disallow write access if virtual registers + are locked (bsc#1012628). +- hte: tegra: Fix missing error code in tegra_hte_test_probe() + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Separate host command and irq + disable (bsc#1012628). +- spi: omap2-mcspi: switch to use modern name (bsc#1012628). +- spi: omap2-mcspi: Fix hardcoded reference clock (bsc#1012628). +- drm: bridge: samsung-dsim: Initialize ULPS EXIT for i.MX8M DSIM + (bsc#1012628). +- drm: bridge: for GENERIC_PHY_MIPI_DPHY also select GENERIC_PHY + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix waiting for empty cmd transfer + FIFO on older Exynos (bsc#1012628). +- drm/loongson: Fix error handling in lsdc_pixel_pll_setup() + (bsc#1012628). +- drm/rockchip: vop: Fix reset of state in duplicate state crtc + funcs (bsc#1012628). +- drm/rockchip: vop: Fix call to crtc reset helper (bsc#1012628). +- drm/rockchip: vop2: Don't crash for invalid duplicate_state + (bsc#1012628). +- drm/rockchip: vop2: Add missing call to crtc reset helper + (bsc#1012628). +- drm/radeon: possible buffer overflow (bsc#1012628). +- drm/radeon: Remove the references of radeon_gem_ pread & + pwrite ioctls (bsc#1012628). +- drm: bridge: it66121: Fix invalid connector dereference + (bsc#1012628). +- drm/bridge: lt8912b: Fix bridge_detach (bsc#1012628). +- drm/bridge: lt8912b: Fix crash on bridge detach (bsc#1012628). +- drm/bridge: lt8912b: Manually disable HPD only if it was enabled + (bsc#1012628). +- drm/bridge: lt8912b: Add missing drm_bridge_attach call + (bsc#1012628). +- drm/ssd130x: Fix screen clearing (bsc#1012628). +- drm/mediatek: Fix coverity issue with unintentional integer + overflow (bsc#1012628). +- x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro + (bsc#1012628). +- drm/bridge: tc358768: Fix use of uninitialized variable + (bsc#1012628). +- drm/bridge: tc358768: Fix bit updates (bsc#1012628). +- drm/bridge: tc358768: Use struct videomode (bsc#1012628). +- drm/bridge: tc358768: Print logical values, not raw register + values (bsc#1012628). +- drm/bridge: tc358768: Use dev for dbg prints, not priv->dev + (bsc#1012628). +- drm/bridge: tc358768: Rename dsibclk to hsbyteclk (bsc#1012628). +- drm/bridge: tc358768: Clean up clock period code (bsc#1012628). +- drm/bridge: tc358768: Fix tc358768_ns_to_cnt() (bsc#1012628). +- drm: Call drm_atomic_helper_shutdown() at shutdown/remove time + for misc drivers (bsc#1012628). +- drm/amdgpu: Increase IH soft ring size for GFX v9.4.3 dGPU + (bsc#1012628). +- drm/amdkfd: fix some race conditions in vram buffer alloc/free + of svm code (bsc#1012628). +- drm/amdkfd: Remove svm range validated_once flag (bsc#1012628). +- drm/amdkfd: Handle errors from svm validate and map + (bsc#1012628). +- drm/amd/display: Fix null pointer dereference in error message + (bsc#1012628). +- drm/amd/display: Check all enabled planes in + dm_check_crtc_cursor (bsc#1012628). +- drm/amd/display: Refactor dm_get_plane_scale helper + (bsc#1012628). +- drm/amd/display: Bail from dm_check_crtc_cursor if no relevant + change (bsc#1012628). +- io_uring/kbuf: Fix check of BID wrapping in provided buffers + (bsc#1012628). +- io_uring/kbuf: Allow the full buffer id space for provided + buffers (bsc#1012628). +- drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data + (bsc#1012628). +- drm/mediatek: Fix iommu fault by swapping FBs after updating + plane state (bsc#1012628). +- drm/mediatek: Fix iommu fault during crtc enabling + (bsc#1012628). +- accel/habanalabs/gaudi2: Fix incorrect string length computation + in gaudi2_psoc_razwi_get_engines() (bsc#1012628). +- drm/msm/adreno: Fix SM6375 GPU ID (bsc#1012628). +- drm/msm/a6xx: Fix unknown speedbin case (bsc#1012628). +- drm/rockchip: cdn-dp: Fix some error handling paths in + cdn_dp_probe() (bsc#1012628). +- gpu: host1x: Correct allocated size for contexts (bsc#1012628). +- drm/bridge: lt9611uxc: fix the race in the error path + (bsc#1012628). +- arm64/arm: xen: enlighten: Fix KPTI checks (bsc#1012628). +- drm/rockchip: Fix type promotion bug in rockchip_gem_iommu_map() + (bsc#1012628). +- xenbus: fix error exit in xenbus_init() (bsc#1012628). +- xen: Make struct privcmd_irqfd's layout architecture independent + (bsc#1012628). +- xen: irqfd: Use _IOW instead of the internal _IOC() macro + (bsc#1012628). +- xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled + (bsc#1012628). +- drm/msm/dsi: use msm_gem_kernel_put to free TX buffer + (bsc#1012628). +- drm/msm/dsi: free TX buffer in unbind (bsc#1012628). +- clocksource/drivers/arm_arch_timer: limit XGene-1 workaround + (bsc#1012628). +- drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handling + (bsc#1012628). +- drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() + for hisi_hns3_pmu uninit process (bsc#1012628). +- drm/amd/pm: Fix a memory leak on an error path (bsc#1012628). +- perf/arm-cmn: Fix DTC domain detection (bsc#1012628). +- drivers/perf: hisi_pcie: Check the type first in + pmu::event_init() (bsc#1012628). +- perf: hisi: Fix use-after-free when register pmu fails + (bsc#1012628). +- ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix PSCI power domain names + (bsc#1012628). +- arm64: dts: qcom: sdm845: cheza doesn't support LMh node + (bsc#1012628). +- arm64: dts: qcom: sc7280: link + usb3_phy_wrapper_gcc_usb30_pipe_clk (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix iommu local address range + (bsc#1012628). +- arm64: dts: qcom: msm8992-libra: drop duplicated reserved memory + (bsc#1012628). +- arm64: dts: qcom: sm6125: Pad APPS IOMMU address to 8 characters + (bsc#1012628). +- arm64: dts: qcom: sc7280: Add missing LMH interrupts + (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Swap UART index (bsc#1012628). +- arm64: dts: qcom: qrb2210-rb1: Fix regulators (bsc#1012628). +- arm64: dts: qcom: sdm670: Fix pdc mapping (bsc#1012628). +- arm64: dts: qcom: sc7280: drop incorrect EUD port on SoC side + (bsc#1012628). +- arm64: dts: qcom: sm8150: add ref clock to PCIe PHYs + (bsc#1012628). +- arm64: dts: qcom: sm8350: fix pinctrl for UART18 (bsc#1012628). +- arm64: dts: qcom: sdm845-mtp: fix WiFi configuration + (bsc#1012628). +- arm64: dts: qcom: sdx75-idp: align RPMh regulator nodes with + bindings (bsc#1012628). +- ARM64: dts: marvell: cn9310: Use appropriate label for spi1 pins + (bsc#1012628). +- arm64: dts: qcom: msm8976: Fix ipc bit shifts (bsc#1012628). +- arm64: dts: qcom: msm8939: Fix iommu local address range + (bsc#1012628). +- riscv: dts: allwinner: remove address-cells from intc node + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Add missing ADV7533 regulators + (bsc#1012628). +- ARM: dts: qcom: apq8026-samsung-matisse-wifi: Fix inverted + hall sensor (bsc#1012628). +- ARM: dts: qcom: mdm9615: populate vsdcc fixed regulator + (bsc#1012628). +- soc: qcom: llcc: Handle a second device without data corruption + (bsc#1012628). +- kunit: Fix missed memory release in kunit_free_suite_set() + (bsc#1012628). +- kunit: Fix the wrong kfree of copy for kunit_filter_suites() + (bsc#1012628). +- kunit: Fix possible memory leak in kunit_filter_suites() + (bsc#1012628). +- kunit: test: Fix the possible memory leak in executor_test + (bsc#1012628). +- ARM: dts: stm32: stm32f7-pinctrl: don't use multiple blank lines + (bsc#1012628). +- firmware: ti_sci: Mark driver as non removable (bsc#1012628). +- arm64: dts: ti: k3-j721s2-evm-gesi: Specify base dtb for + overlay file (bsc#1012628). +- arm64: dts: ti: verdin-am62: disable MIPI DSI bridge + (bsc#1012628). +- arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Drop i2c-1 to 100Khz + (bsc#1012628). +- arm64: dts: ti: Fix HDMI Audio overlay in Makefile + (bsc#1012628). +- firmware: arm_ffa: Assign the missing IDR allocation ID to + the FFA device (bsc#1012628). +- firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode + of messaging (bsc#1012628). +- ARM: dts: am3517-evm: Fix LED3/4 pinmux (bsc#1012628). +- clk: scmi: Free scmi_clk allocated when the clocks with invalid + info are skipped (bsc#1012628). +- arm64: dts: imx8qm-ss-img: Fix jpegenc compatible entry + (bsc#1012628). +- arm64: dts: imx8mp-debix-model-a: Remove USB hub reset-gpios + (bsc#1012628). +- arm64: dts: imx8mm: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: dts: imx8mn: Add sound-dai-cells to micfil node + (bsc#1012628). +- arm64: tegra: Fix P3767 card detect polarity (bsc#1012628). +- arm64: tegra: Fix P3767 QSPI speed (bsc#1012628). +- firmware: tegra: Add suspend hook and reset BPMP IPC early on + resume (bsc#1012628). +- memory: tegra: Set BPMP msg flags to reset IPC channels + (bsc#1012628). +- arm64: tegra: Use correct interrupts for Tegra234 TKE + (bsc#1012628). +- selftests/pidfd: Fix ksft print formats (bsc#1012628). +- selftests/resctrl: Ensure the benchmark commands fits to its + array (bsc#1012628). +- soc: qcom: pmic_glink: fix connector type to be DisplayPort + (bsc#1012628). +- ARM: dts: BCM5301X: Explicitly disable unused switch CPU ports + (bsc#1012628). +- iommufd: Add iopt_area_alloc() (bsc#1012628). +- module/decompress: use vmalloc() for gzip decompression + workspace (bsc#1012628). +- KEYS: Include linux/errno.h in linux/verification.h + (bsc#1012628). +- crypto: ccp - Get a free page to use while fetching initial + nonce (bsc#1012628). +- crypto: ccp - Fix ioctl unit tests (bsc#1012628). +- crypto: ccp - Fix DBC sample application error handling + (bsc#1012628). +- crypto: ccp - Fix sample application signature passing + (bsc#1012628). +- crypto: ccp - Fix some unfused tests (bsc#1012628). +- crypto: hisilicon/hpre - Fix a erroneous check after snprintf() + (bsc#1012628). +- hwrng: bcm2835 - Fix hwrng throughput regression (bsc#1012628). +- hwrng: geode - fix accessing registers (bsc#1012628). +- RDMA/core: Use size_{add,sub,mul}() in calls to struct_size() + (bsc#1012628). +- crypto: qat - fix state machines cleanup paths (bsc#1012628). +- crypto: qat - ignore subsequent state up commands (bsc#1012628). +- crypto: qat - fix unregistration of crypto algorithms + (bsc#1012628). +- crypto: qat - fix unregistration of compression algorithms + (bsc#1012628). +- scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall + return code (bsc#1012628). +- ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI + becomes inactive (bsc#1012628). +- libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and + check its return value (bsc#1012628). +- nd_btt: Make BTT lanes preemptible (bsc#1012628). +- crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: caam/jr - fix Chacha20 + Poly1305 self test failure + (bsc#1012628). +- crypto: qat - increase size of buffers (bsc#1012628). +- ASoC: SOF: ipc4-topology: Use size_add() in call to + struct_size() (bsc#1012628). +- PCI: vmd: Correct PCI Header Type Register's multi-function + check (bsc#1012628). +- hid: cp2112: Fix duplicate workqueue initialization + (bsc#1012628). +- crypto: hisilicon/qm - fix PF queue parameter issue + (bsc#1012628). +- ARM: 9321/1: memset: cast the constant byte to unsigned char + (bsc#1012628). +- ARM: 9323/1: mm: Fix ARCH_LOW_ADDRESS_LIMIT when CONFIG_ZONE_DMA + (bsc#1012628). +- ext4: add missing initialization of call_notify_error in + update_super_work() (bsc#1012628). +- ext4: move 'ix' sanity check to corrent position (bsc#1012628). +- kselftest: vm: fix mdwe's mmap_FIXED test case (bsc#1012628). +- ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter + or member not described (bsc#1012628). +- backlight: pwm_bl: Disable PWM on shutdown, suspend and remove + (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support + (bsc#1012628). +- ASoC: fsl-asoc-card: Add comment for mclk in the codec_priv + (bsc#1012628). +- fs: dlm: Fix the size of a buffer in dlm_create_debug_file() + (bsc#1012628). +- dlm: fix creating multiple node structures (bsc#1012628). +- dlm: fix remove member after close call (bsc#1012628). +- dlm: be sure we reset all nodes at forced shutdown + (bsc#1012628). +- dlm: fix no ack after final message (bsc#1012628). +- IB/mlx5: Fix rdma counter binding for RAW QP (bsc#1012628). +- RDMA/hns: Fix printing level of asynchronous events + (bsc#1012628). +- RDMA/hns: Fix uninitialized ucmd in hns_roce_create_qp_common() + (bsc#1012628). +- RDMA/hns: Fix signed-unsigned mixed comparisons (bsc#1012628). +- RDMA/hns: Add check for SL (bsc#1012628). +- RDMA/hns: The UD mode can only be configured with DCQCN + (bsc#1012628). +- RDMA/hns: Fix unnecessary port_num transition in HW stats + allocation (bsc#1012628). +- RDMA/hns: Fix init failure of RoCE VF and HIP08 (bsc#1012628). +- ASoC: SOF: core: Ensure sof_ops_free() is still called when + probe never ran (bsc#1012628). +- ASoC: intel: sof_sdw: Stop processing CODECs when enough are + found (bsc#1012628). +- ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probe + (bsc#1012628). +- scsi: ufs: core: Leave space for '\0' in utf8 desc string + (bsc#1012628). +- RDMA/hfi1: Workaround truncation compilation error + (bsc#1012628). +- hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs + on chip (bsc#1012628). +- HID: uclogic: Fix user-memory-access bug in + uclogic_params_ugee_v2_init_event_hooks() (bsc#1012628). +- HID: uclogic: Fix a work->entry not empty bug in __queue_work() + (bsc#1012628). +- sh: bios: Revive earlyprintk support (bsc#1012628). +- HID: logitech-hidpp: Don't restart IO, instead defer + hid_connect() only (bsc#1012628). +- HID: logitech-hidpp: Revert "Don't restart communication if + not necessary" (bsc#1012628). +- HID: logitech-hidpp: Move get_wireless_feature_index() check + to hidpp_connect_event() (bsc#1012628). +- ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs fails + (bsc#1012628). +- PCI: endpoint: Fix double free in __pci_epc_create() + (bsc#1012628). +- padata: Fix refcnt handling in padata_free_shell() + (bsc#1012628). +- certs: Break circular dependency when selftest is modular + (bsc#1012628). +- crypto: qat - consolidate services structure (bsc#1012628). +- crypto: qat - enable dc chaining service (bsc#1012628). +- crypto: qat - refactor fw config related functions + (bsc#1012628). +- crypto: qat - use masks for AE groups (bsc#1012628). +- crypto: qat - fix ring to service map for QAT GEN4 + (bsc#1012628). +- crypto: qat - fix deadlock in backlog processing (bsc#1012628). +- ASoC: ams-delta.c: use component after check (bsc#1012628). +- erofs: fix erofs_insert_workgroup() lockref usage (bsc#1012628). +- IB/mlx5: Fix init stage error handling to avoid double free + of same QP and UAF (bsc#1012628). +- mfd: core: Un-constify mfd_cell.of_reg (bsc#1012628). +- mfd: core: Ensure disabled devices are skipped without aborting + (bsc#1012628). +- mfd: dln2: Fix double put in dln2_probe (bsc#1012628). +- dt-bindings: mfd: mt6397: Split out compatible for MediaTek + MT6366 PMIC (bsc#1012628). +- mfd: arizona-spi: Set pdata.hpdet_channel for ACPI enumerated + devs (bsc#1012628). +- leds: turris-omnia: Do not use SMBUS calls (bsc#1012628). +- leds: pwm: Don't disable the PWM when the LED should be off + (bsc#1012628). +- leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' + issue for 'cpu' (bsc#1012628). +- scripts/gdb: fix usage of MOD_TEXT not defined when + CONFIG_MODULES=n (bsc#1012628). +- apparmor: fix invalid reference on profile->disconnected + (bsc#1012628). +- perf stat: Fix aggr mode initialization (bsc#1012628). +- iio: frequency: adf4350: Use device managed functions and fix + power down issue (bsc#1012628). +- pinctrl: baytrail: fix debounce disable case (bsc#1012628). +- perf kwork: Fix incorrect and missing free atom in + work_push_atom() (bsc#1012628). +- perf kwork: Add the supported subcommands to the document + (bsc#1012628). +- perf kwork: Set ordered_events to true in 'struct perf_tool' + (bsc#1012628). +- f2fs: compress: fix deadloop in f2fs_write_cache_pages() + (bsc#1012628). +- f2fs: compress: fix to avoid use-after-free on dic + (bsc#1012628). +- f2fs: compress: fix to avoid redundant compress extension + (bsc#1012628). +- f2fs: fix to drop meta_inode's page cache in f2fs_put_super() + (bsc#1012628). +- tty: tty_jobctrl: fix pid memleak in disassociate_ctty() + (bsc#1012628). +- perf parse-events: Fix tracepoint name memory leak + (bsc#1012628). +- livepatch: Fix missing newline character in + klp_resolve_symbols() (bsc#1012628). +- pinctrl: renesas: rzg2l: Make reverse order of enable() for + disable() (bsc#1012628). +- perf vendor events arm64: Fix for AmpereOne metrics + (bsc#1012628). +- perf record: Fix BTF type checks in the off-cpu profiling + (bsc#1012628). +- dmaengine: idxd: Register dsa_bus_type before registering idxd + sub-drivers (bsc#1012628). +- usb: dwc2: fix possible NULL pointer dereference caused by + driver concurrency (bsc#1012628). +- usb: chipidea: Fix DMA overwrite for Tegra (bsc#1012628). +- usb: chipidea: Simplify Tegra DMA alignment code (bsc#1012628). +- dmaengine: ti: edma: handle irq_of_parse_and_map() errors + (bsc#1012628). +- tools/perf: Update call stack check in builtin-lock.c + (bsc#1012628). +- misc: st_core: Do not call kfree_skb() under spin_lock_irqsave() + (bsc#1012628). +- debugfs: Fix __rcu type comparison warning (bsc#1012628). +- tools: iio: iio_generic_buffer ensure alignment (bsc#1012628). +- USB: usbip: fix stub_dev hub disconnect (bsc#1012628). +- dmaengine: pxa_dma: Remove an erroneous BUG_ON() in + pxad_free_desc() (bsc#1012628). +- f2fs: fix to initialize map.m_pblk in f2fs_precache_extents() + (bsc#1012628). +- interconnect: qcom: qdu1000: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7180: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc7280: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8180x: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sc8280xp: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm670: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sdm845: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm6350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8150: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8250: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: sm8350: Set ACV enable_mask (bsc#1012628). +- interconnect: qcom: osm-l3: Replace custom implementation of + COUNT_ARGS() (bsc#1012628). +- powerpc: Only define __parse_fpscr() when required + (bsc#1012628). +- interconnect: fix error handling in qnoc_probe() (bsc#1012628). +- perf build: Add missing comment about NO_LIBTRACEEVENT=1 + (bsc#1012628). +- perf parse-events: Fix for term values that are raw events + (bsc#1012628). +- perf mem-events: Avoid uninitialized read (bsc#1012628). +- s390/ap: re-init AP queues on config on (bsc#1012628). +- modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host + (bsc#1012628). +- perf tools: Do not ignore the default vmlinux.h (bsc#1012628). +- powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro + (bsc#1012628). +- powerpc/xive: Fix endian conversion size (bsc#1012628). +- powerpc: Hide empty pt_regs at base of the stack (bsc#1012628). +- perf trace: Use the right bpf_probe_read(_str) variant for + reading user data (bsc#1012628). +- powerpc/vas: Limit open window failure messages in log bufffer + (bsc#1012628). +- powerpc/imc-pmu: Use the correct spinlock initializer + (bsc#1012628). +- powerpc/pseries: fix potential memory leak in + init_cpu_associativity() (bsc#1012628). +- perf vendor events: Update PMC used in PM_RUN_INST_CMPL event + for power10 platform (bsc#1012628). +- xhci: Loosen RPM as default policy to cover for AMD xHC 1.1 + (bsc#1012628). +- usb: host: xhci-plat: fix possible kernel oops while resuming + (bsc#1012628). +- powerpc/vmcore: Add MMU information to vmcoreinfo (bsc#1012628). +- perf machine: Avoid out of bounds LBR memory read (bsc#1012628). +- libperf rc_check: Make implicit enabling work for GCC + (bsc#1012628). +- perf hist: Add missing puts to hist__account_cycles + (bsc#1012628). +- perf vendor events intel: Fix broadwellde + tma_info_system_dram_bw_use metric (bsc#1012628). +- perf vendor events intel: Add broadwellde two metrics + (bsc#1012628). +- 9p/net: fix possible memory leak in p9_check_errors() + (bsc#1012628). +- rtla: Fix uninitialized variable found (bsc#1012628). +- i3c: Fix potential refcount leak in + i3c_master_register_new_i3c_devs (bsc#1012628). +- rtc: brcmstb-waketimer: support level alarm_irq (bsc#1012628). +- cxl/pci: Remove unnecessary device reference management in + sanitize work (bsc#1012628). +- cxl/pci: Cleanup 'sanitize' to always poll (bsc#1012628). +- cxl/pci: Remove inconsistent usage of dev_err_probe() + (bsc#1012628). +- cxl/pci: Clarify devm host for memdev relative setup + (bsc#1012628). +- cxl/pci: Fix sanitize notifier setup (bsc#1012628). +- cxl/memdev: Fix sanitize vs decoder setup locking (bsc#1012628). +- cxl/mem: Fix shutdown order (bsc#1012628). +- virt: sevguest: Fix passing a stack buffer as a scatterlist + target (bsc#1012628). +- rtc: pcf85363: fix wrong mask/val parameters in + regmap_update_bits call (bsc#1012628). +- cxl/region: Prepare the decoder match range helper for reuse + (bsc#1012628). +- cxl/region: Calculate a target position in a region interleave + (bsc#1012628). +- cxl/region: Use cxl_calc_interleave_pos() for auto-discovery + (bsc#1012628). +- cxl/region: Fix cxl_region_rwsem lock held when returning to + user space (bsc#1012628). +- cxl/core/regs: Rename @dev to @host in struct cxl_register_map + (bsc#1012628). +- cxl/port: Fix @host confusion in cxl_dport_setup_regs() + (bsc#1012628). +- cxl/hdm: Remove broken error path (bsc#1012628). +- pcmcia: cs: fix possible hung task and memory leak pccardd() + (bsc#1012628). +- pcmcia: ds: fix refcount leak in pcmcia_device_add() + (bsc#1012628). +- pcmcia: ds: fix possible name leak in error path in + pcmcia_device_add() (bsc#1012628). +- media: imx-jpeg: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: hantro: Check whether reset op is defined before use + (bsc#1012628). +- media: verisilicon: Do not enable G2 postproc downscale if + source is narrower than destination (bsc#1012628). +- media: ov13b10: Fix some error checking in probe (bsc#1012628). +- media: ov5640: fix vblank unchange issue when work at dvp mode + (bsc#1012628). +- media: i2c: max9286: Fix some redundant of_node_put() calls + (bsc#1012628). +- media: ov5640: Fix a memory leak when ov5640_probe fails + (bsc#1012628). +- media: bttv: fix use after free error due to btv->timeout timer + (bsc#1012628). +- media: amphion: handle firmware debug message (bsc#1012628). +- media: mtk-jpegenc: Fix bug in JPEG encode quality selection + (bsc#1012628). +- media: s3c-camif: Avoid inappropriate kfree() (bsc#1012628). +- media: vidtv: psi: Add check for kstrdup (bsc#1012628). +- media: vidtv: mux: Add check and kfree for kstrdup + (bsc#1012628). +- media: cedrus: Fix clock/reset sequence (bsc#1012628). +- media: i2c: imx219: Convert to CCI register access helpers + (bsc#1012628). +- media: i2c: imx219: Replace register addresses with macros + (bsc#1012628). +- media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common + regs array (bsc#1012628). +- media: cadence: csi2rx: Unregister v4l2 async notifier + (bsc#1012628). +- media: dvb-usb-v2: af9035: fix missing unlock (bsc#1012628). +- media: verisilicon: Fixes clock list for rk3588 av1 decoder + (bsc#1012628). +- media: mediatek: vcodec: Handle invalid encoder vsi + (bsc#1012628). +- media: imx-jpeg: notify source chagne event when the first + picture parsed (bsc#1012628). +- media: mediatek: vcodec: using encoder device to alloc/free + encoder memory (bsc#1012628). +- media: platform: mtk-mdp3: fix uninitialized variable in + mdp_path_config() (bsc#1012628). +- media: cec: meson: always include meson sub-directory in + Makefile (bsc#1012628). +- cpupower: fix reference to nonexistent document (bsc#1012628). +- regmap: prevent noinc writes from clobbering cache + (bsc#1012628). +- drm/amdgpu/gfx10,11: use memcpy_to/fromio for MQDs + (bsc#1012628). +- drm/amdgpu: don't put MQDs in VRAM on ARM | ARM64 (bsc#1012628). +- pwm: sti: Reduce number of allocations and drop usage of + chip_data (bsc#1012628). +- pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume + (bsc#1012628). +- Input: synaptics-rmi4 - fix use after free in + rmi_unregister_function() (bsc#1012628). +- watchdog: marvell_gti_wdt: Fix error code in probe() + (bsc#1012628). +- watchdog: ixp4xx: Make sure restart always works (bsc#1012628). +- llc: verify mac len before reading mac header (bsc#1012628). +- hsr: Prevent use after free in prp_create_tagged_frame() + (bsc#1012628). +- tipc: Change nla_policy for bearer-related names to + NLA_NUL_STRING (bsc#1012628). +- rxrpc: Fix two connection reaping bugs (bsc#1012628). +- bpf: Check map->usercnt after timer->timer is assigned + (bsc#1012628). +- inet: shrink struct flowi_common (bsc#1012628). +- octeontx2-pf: Fix error codes (bsc#1012628). +- octeontx2-pf: Fix holes in error code (bsc#1012628). +- net: page_pool: add missing free_percpu when page_pool_init fail + (bsc#1012628). +- dccp: Call security_inet_conn_request() after setting IPv4 + addresses (bsc#1012628). +- dccp/tcp: Call security_inet_conn_request() after setting IPv6 + addresses (bsc#1012628). +- net: r8169: Disable multicast filter for RTL8168H and RTL8107E + (bsc#1012628). +- Fix termination state for idr_for_each_entry_ul() (bsc#1012628). +- net: stmmac: xgmac: Enable support for multiple Flexible PPS + outputs (bsc#1012628). +- selftests: pmtu.sh: fix result checking (bsc#1012628). +- octeontx2-pf: Free pending and dropped SQEs (bsc#1012628). +- net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT + (bsc#1012628). +- net/smc: allow cdc msg send rather than drop it with NULL + sndbuf_desc (bsc#1012628). +- net/smc: put sk reference if close work was canceled + (bsc#1012628). +- nvme: fix error-handling for io_uring nvme-passthrough + (bsc#1012628). +- riscv: boot: Fix creation of loader.bin (bsc#1012628). +- ice: Fix SRIOV LAG disable on non-compliant aggregate + (bsc#1012628). +- ice: lag: in RCU, use atomic allocation (bsc#1012628). +- ice: Fix VF-VF filter rules in switchdev mode (bsc#1012628). +- ice: Fix VF-VF direction matching in drop rule in switchdev + (bsc#1012628). +- tg3: power down device only on SYSTEM_POWER_OFF (bsc#1012628). +- nbd: fix uaf in nbd_open (bsc#1012628). +- blk-core: use pr_warn_ratelimited() in bio_check_ro() + (bsc#1012628). +- vsock/virtio: remove socket from connected/bound list on + shutdown (bsc#1012628). +- r8169: respect userspace disabling IFF_MULTICAST (bsc#1012628). +- virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() + (bsc#1012628). +- net: enetc: shorten enetc_setup_xdp_prog() error message to + fit NETLINK_MAX_FMTMSG_LEN (bsc#1012628). +- i2c: iproc: handle invalid slave state (bsc#1012628). +- netfilter: xt_recent: fix (increase) ipv6 literal buffer length + (bsc#1012628). +- netfilter: nat: fix ipv6 nat redirect with mapped and scoped + addresses (bsc#1012628). +- net/sched: act_ct: Always fill offloading tuple iifidx + (bsc#1012628). +- RISC-V: Don't fail in riscv_of_parent_hartid() for disabled + HARTs (bsc#1012628). +- net: ti: icss-iep: fix setting counter value (bsc#1012628). +- drivers: perf: Do not broadcast to other cpus when starting + a counter (bsc#1012628). +- module/decompress: use kvmalloc() consistently (bsc#1012628). +- fs: dlm: Simplify buffer size computation in + dlm_create_debug_file() (bsc#1012628). +- drm/vc4: tests: Fix UAF in the mock helpers (bsc#1012628). +- drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE + (bsc#1012628). +- ASoC: rt712-sdca: fix speaker route missing issue (bsc#1012628). +- ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix + error messages (bsc#1012628). +- ASoC: hdmi-codec: register hpd callback on component probe + (bsc#1012628). +- ASoC: dapm: fix clock get name (bsc#1012628). +- spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies + (bsc#1012628). +- arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers + (bsc#1012628). +- fbdev: imsttfb: fix double free in probe() (bsc#1012628). +- fbdev: imsttfb: fix a resource leak in probe (bsc#1012628). +- ALSA: hda/realtek: Add support dual speaker for Dell + (bsc#1012628). +- fbdev: fsl-diu-fb: mark wr_reg_wa() static (bsc#1012628). +- tracing/kprobes: Fix the order of argument descriptions + (bsc#1012628). +- eventfs: Check for NULL ef in eventfs_set_attr() (bsc#1012628). +- selftests: mptcp: run userspace pm tests slower (bsc#1012628). +- selftests: mptcp: fix wait_rm_addr/sf parameters (bsc#1012628). +- io_uring/net: ensure socket is marked connected on connect retry + (bsc#1012628). +- x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDs + (bsc#1012628). +- Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, + disables L1" (bsc#1012628). +- Revert "mmc: core: Capture correct oemid-bits for eMMC cards" + (bsc#1012628). +- btrfs: use u64 for buffer sizes in the tree search ioctls + (bsc#1012628). +- btrfs: make found_logical_ret parameter mandatory for function + queue_scrub_stripe() (bsc#1012628). +- Refresh + patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch. +- Rename to + patches.kernel.org/6.6.2-328-ASoC-cs35l41-Handle-mdsync_down-reg-write-error.patch. +- Rename to + patches.kernel.org/6.6.2-329-ASoC-cs35l41-Handle-mdsync_up-reg-write-errors.patch. +- Rename to + patches.kernel.org/6.6.2-330-ASoC-cs35l41-Initialize-completion-object-befor.patch. +- Rename to + patches.kernel.org/6.6.2-331-ASoC-cs35l41-Fix-broken-shared-boost-activation.patch. +- Rename to + patches.kernel.org/6.6.2-332-ASoC-cs35l41-Verify-PM-runtime-resume-errors-in.patch. +- Rename to + patches.kernel.org/6.6.2-333-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver-.patch. +- Rename to + patches.kernel.org/6.6.2-334-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch. +- Rename to + patches.kernel.org/6.6.2-335-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dri.patch. +- commit 263a855 + +------------------------------------------------------------------- +Wed Nov 15 15:15:13 CET 2023 - tiwai@suse.de + +- Refresh patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + Add entries for more *.pnvm files +- commit 058e978 + +------------------------------------------------------------------- +Wed Nov 15 14:58:30 CET 2023 - tiwai@suse.de + +- ALSA: hda: cs35l41: Fix missing error code in + cs35l41_smart_amp() (bsc#1213745). +- ALSA: hda: cs35l41: mark cs35l41_verify_id() static + (bsc#1213745). +- ASoC: cs35l41: Detect CSPL errors when sending CSPL commands + (bsc#1213745). +- ALSA: hda: cs35l41: Check CSPL state after loading firmware + (bsc#1213745). +- ALSA: hda: cs35l41: Do not unload firmware before reset in + system suspend (bsc#1213745). +- ALSA: hda: cs35l41: Force a software reset after hardware reset + (bsc#1213745). +- ALSA: hda: cs35l41: Run boot process during resume callbacks + (bsc#1213745). +- ALSA: hda: cs35l41: Assert Reset prior to de-asserting in + probe and system resume (bsc#1213745). +- ALSA: hda: cs35l41: Assert reset before system suspend + (bsc#1213745). +- ALSA: hda: cs35l41: Use reset label to get GPIO for HP Zbook + Fury 17 G9 (bsc#1213745). +- ALSA: hda: cs35l41: Consistently use dev_err_probe() + (bsc#1213745). +- ALSA: hda: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ALSA: hda: cs35l41: Fix unbalanced pm_runtime_get() + (bsc#1213745). +- ASoC: cs35l41: Use modern pm_ops (bsc#1213745). +- ASoC: cs35l41: Make use of dev_err_probe() (bsc#1213745). +- ASoC: cs35l41: Undo runtime PM changes at driver exit time + (bsc#1213745). +- ASoC: cs35l41: Verify PM runtime resume errors in IRQ handler + (bsc#1213745). +- ASoC: cs35l41: Fix broken shared boost activation (bsc#1213745). +- ASoC: cs35l41: Initialize completion object before requesting + IRQ (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_up reg write errors (bsc#1213745). +- ASoC: cs35l41: Handle mdsync_down reg write errors + (bsc#1213745). +- ALSA: hda: cs35l41: Add read-only ALSA control for forced mute + (bsc#1213745). +- ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA + (bsc#1213745). +- ALSA: hda/realtek: Support ACPI Notification framework via + component binding (bsc#1213745). +- ALSA: hda: cs35l41: Add notification support into component + binding (bsc#1213745). +- commit 1b0014b + ------------------------------------------------------------------- Mon Nov 13 16:32:53 CET 2023 - schwab@suse.de @@ -2733,16 +8541,1352 @@ Mon Nov 13 15:33:04 CET 2023 - rfrohl@suse.com Still missing config changes, spec dependencies, renaming rpms - commit a5b5893 +------------------------------------------------------------------- +Fri Nov 10 17:02:16 CET 2023 - jdelvare@suse.de + +- Disable Loongson drivers + Loongson is a mips architecture, I don't think it makes sense to + build Loongson drivers on other architectures. +- commit 4d5bd14 + +------------------------------------------------------------------- +Fri Nov 10 10:36:21 CET 2023 - tiwai@suse.de + +- wifi: ath11k: support hibernation (bsc#1207948). +- wifi: ath11k: thermal: don't try to register multiple times + (bsc#1207948). +- wifi: ath11k: fix warning on DMA ring capabilities event + (bsc#1207948). +- wifi: ath11k: do not dump SRNG statistics during resume + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- bus: mhi: host: add new interfaces to handle MHI channels + directly (bsc#1207948). +- bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948). +- commit 10bbcec + +------------------------------------------------------------------- +Fri Nov 10 10:34:47 CET 2023 - tiwai@suse.de + +- wifi: ath11k: rename the sc naming convention to ab + (bsc#1207948). +- commit e66948e + +------------------------------------------------------------------- +Fri Nov 10 10:33:31 CET 2023 - tiwai@suse.de + +- Drop ath11k hibernation patch set once for renewal (bsc#1207948) +- commit 9ecdaa5 + +------------------------------------------------------------------- +Thu Nov 9 06:27:25 CET 2023 - jslaby@suse.cz + +- Linux 6.6.1 (bsc#1012628). +- ASoC: SOF: sof-pci-dev: Fix community key quirk detection + (bsc#1012628). +- ALSA: hda: intel-dsp-config: Fix JSL Chromebook quirk detection + (bsc#1012628). +- serial: core: Fix runtime PM handling for pending tx + (bsc#1012628). +- misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device + support (bsc#1012628). +- dt-bindings: serial: rs485: Add rs485-rts-active-high + (bsc#1012628). +- tty: 8250: Add Brainboxes Oxford Semiconductor-based quirks + (bsc#1012628). +- tty: 8250: Add support for Intashield IX cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes PX cards + (bsc#1012628). +- tty: 8250: Fix up PX-803/PX-857 (bsc#1012628). +- tty: 8250: Fix port count of PX-257 (bsc#1012628). +- tty: 8250: Add support for Intashield IS-100 (bsc#1012628). +- tty: 8250: Add support for Brainboxes UP cards (bsc#1012628). +- tty: 8250: Add support for additional Brainboxes UC cards + (bsc#1012628). +- tty: 8250: Remove UC-257 and UC-431 (bsc#1012628). +- tty: n_gsm: fix race condition in status line change on dead + connections (bsc#1012628). +- Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED + (bsc#1012628). +- usb: raw-gadget: properly handle interrupted requests + (bsc#1012628). +- usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() + (bsc#1012628). +- usb: typec: tcpm: Add additional checks for contaminant + (bsc#1012628). +- usb: storage: set 1.50 as the lower bcdDevice for older "Super + Top" compatibility (bsc#1012628). +- PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD + device (bsc#1012628). +- ALSA: usb-audio: add quirk flag to enable native DSD for + McIntosh devices (bsc#1012628). +- eventfs: Use simple_recursive_removal() to clean up dentries + (bsc#1012628). +- eventfs: Delete eventfs_inode when the last dentry is freed + (bsc#1012628). +- eventfs: Save ownership and mode (bsc#1012628). +- eventfs: Remove "is_freed" union with rcu head (bsc#1012628). +- tracing: Have trace_event_file have ref counters (bsc#1012628). +- perf evlist: Avoid frequency mode for the dummy event + (bsc#1012628). +- power: supply: core: Use blocking_notifier_call_chain to avoid + RCU complaint (bsc#1012628). +- drm/amd/display: Don't use fsleep for PSR exit waits + (bsc#1012628). +- commit 758e4f0 + +------------------------------------------------------------------- +Sun Nov 5 23:08:29 CET 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream reference + - patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch +- commit 93ae682 + +------------------------------------------------------------------- +Thu Nov 2 22:44:53 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into sorted section: + - patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch + - patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch + - patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch +- commit 157ac85 + +------------------------------------------------------------------- +Thu Nov 2 09:35:14 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Delete + patches.rpmify/kbuild-dummy-tools-Add-support-for-fpatchable-functi.patch. + Replace the latter with the former (upstream accepted solution). +- commit 8050c17 + +------------------------------------------------------------------- +Wed Nov 1 15:54:26 CET 2023 - schwab@suse.de + +- riscv: enable CONFIG_PCI_HOST_GENERIC + Needed for the pci host controller emulated by qemu. +- commit ebb7db3 + ------------------------------------------------------------------- Wed Nov 1 07:13:07 CET 2023 - jslaby@suse.cz +- Delete patches.rpmify/x86-Let-AS_WRUSS-depend-on-X86_64.patch. +- Update config files. + This effectively reverts 9ab2e0780c8a2fb9a84db5bad59fbe3ab526a6c3. The + patch was not accepted upstream: + https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ + Instead, we merged the packaging branch which fixes this in + rpm/check-for-config-changes instead. - rpm/check-for-config-changes: add AS_WRUSS to IGNORED_CONFIGS_RE Add AS_WRUSS as an IGNORED_CONFIGS_RE entry in check-for-config-changes to fix build on x86_32. There was a fix submitted to upstream but it was not accepted: https://lore.kernel.org/all/20231031140504.GCZUEJkMPXSrEDh3MA@fat_crate.local/ So carry this in IGNORED_CONFIGS_RE instead. -- commit 7acca37 +- commit ce5bc31 + +------------------------------------------------------------------- +Tue Oct 31 22:55:40 CET 2023 - petr@tesarici.cz + +- config: enable NFS_V4_2_READ_PLUS (bsc#1216736) + This option was introduced and disabled by default because of unresolved + issues. As stated in mainline commit 9cf2744d2491 ("NFS: Enable the + READ_PLUS operation by default") which changes the upstream default to + enabled, these issues are addressed so that it is safe to enable the + option and as it allows to transfer sparse files more efficiently, it is + desirable to do so. +- commit c4f1dc1 + +------------------------------------------------------------------- +Tue Oct 31 10:57:23 CET 2023 - jslaby@suse.cz + +- x86: Let AS_WRUSS depend on X86_64 (i386-build-fix). +- Update config files. +- commit 9ab2e07 + +------------------------------------------------------------------- +Mon Oct 30 12:36:34 CET 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: pretend we understand + -fpatchable-function-entry (ppc64le-build-fix). +- Update config files. +- commit 2c8a930 + +------------------------------------------------------------------- +Mon Oct 30 09:35:27 CET 2023 - msuchanek@suse.de + +- kbuild: dummy-tools: Add support for -fpatchable-function-entry (dummy-tools). + Update config files. +- commit 494c209 + +------------------------------------------------------------------- +Mon Oct 30 07:50:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Already present in 6.6-rc1. This was applied twice due to too few + context in the diff. But it did not hurt... +- commit 2a844dc + +------------------------------------------------------------------- +Mon Oct 30 06:12:00 CET 2023 - mkubecek@suse.cz + +- Update to 6.6 final +- refresh configs (headers only) +- commit e0904b6 + +------------------------------------------------------------------- +Sun Oct 29 21:45:54 CET 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- armv7hl specific config options: + - TI_ICSS_IEP=m +- commit 09e0fd1 + +------------------------------------------------------------------- +Fri Oct 27 10:37:50 CEST 2023 - vkarasulli@suse.de + +- Update + patches.kernel.org/6.5.9-016-x86-sev-Disable-MMIO-emulation-from-user-mode.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-017-x86-sev-Check-IOBM-for-IOIO-exceptions-from-use.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- Update + patches.kernel.org/6.5.9-018-x86-sev-Check-for-user-space-IOIO-pointing-to-k.patch + (bsc#1012628 bsc#1212649 CVE-2023-46813). +- commit b854e69 + +------------------------------------------------------------------- +Wed Oct 25 12:31:37 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.9 (bsc#1012628). +- Bluetooth: hci_event: Ignore NULL link key (bsc#1012628). +- Bluetooth: Reject connection with the device which has same + BD_ADDR (bsc#1012628). +- Bluetooth: Fix a refcnt underflow problem for hci_conn + (bsc#1012628). +- Bluetooth: vhci: Fix race when opening vhci device + (bsc#1012628). +- Bluetooth: hci_event: Fix coding style (bsc#1012628). +- Bluetooth: avoid memcmp() out of bounds warning (bsc#1012628). +- Bluetooth: hci_conn: Fix modifying handle while aborting + (bsc#1012628). +- ice: fix over-shifted variable (bsc#1012628). +- ice: Fix safe mode when DDP is missing (bsc#1012628). +- ice: reset first in crash dump kernels (bsc#1012628). +- net/smc: return the right falback reason when prefix checks fail + (bsc#1012628). +- btrfs: fix stripe length calculation for non-zoned data chunk + allocation (bsc#1012628). +- nfc: nci: fix possible NULL pointer dereference in + send_acknowledge() (bsc#1012628). +- regmap: fix NULL deref on lookup (bsc#1012628). +- KVM: x86: Mask LVTPC when handling a PMI (bsc#1012628). +- x86/sev: Disable MMIO emulation from user mode (bsc#1012628). +- x86/sev: Check IOBM for IOIO exceptions from user-space + (bsc#1012628). +- x86/sev: Check for user-space IOIO pointing to kernel space + (bsc#1012628). +- x86/fpu: Allow caller to constrain xfeatures when copying to + uabi buffer (bsc#1012628). +- KVM: x86/pmu: Truncate counter value to allowed width on write + (bsc#1012628). +- KVM: x86: Constrain guest-supported xfeatures only at + KVM_GET_XSAVE{2} (bsc#1012628). +- x86: KVM: SVM: always update the x2avic msr interception + (bsc#1012628). +- x86: KVM: SVM: add support for Invalid IPI Vector interception + (bsc#1012628). +- x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested() + (bsc#1012628). +- audit,io_uring: io_uring openat triggers audit reference count + underflow (bsc#1012628). +- tcp: check mptcp-level constraints for backlog coalescing + (bsc#1012628). +- mptcp: more conservative check for zero probes (bsc#1012628). +- selftests: mptcp: join: no RST when rm subflow/addr + (bsc#1012628). +- mm: slab: Do not create kmalloc caches smaller than + arch_slab_minalign() (bsc#1012628). +- fs/ntfs3: Fix OOB read in ntfs_init_from_boot (bsc#1012628). +- fs/ntfs3: Fix possible null-pointer dereference in hdr_find_e() + (bsc#1012628). +- fs/ntfs3: fix panic about slab-out-of-bounds caused by + ntfs_list_ea() (bsc#1012628). +- fs/ntfs3: Fix shift-out-of-bounds in ntfs_fill_super + (bsc#1012628). +- fs/ntfs3: fix deadlock in mark_as_free_ex (bsc#1012628). +- Revert "net: wwan: iosm: enable runtime pm support for 7560" + (bsc#1012628). +- netfilter: nft_payload: fix wrong mac header matching + (bsc#1012628). +- io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ + ring address (bsc#1012628). +- nvmet-tcp: Fix a possible UAF in queue intialization setup + (bsc#1012628). +- drm/i915: Retry gtt fault when out of fence registers + (bsc#1012628). +- drm/mediatek: Correctly free sg_table in gem prime vmap + (bsc#1012628). +- drm/nouveau/disp: fix DP capable DSM connectors (bsc#1012628). +- drm/edid: add 8 bpc quirk to the BenQ GW2765 (bsc#1012628). +- ALSA: hda/realtek - Fixed ASUS platform headset Mic issue + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GU603ZV (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq5xxx + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix use after free on driver unbind + (bsc#1012628). +- ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe + errors (bsc#1012628). +- ASoC: codecs: wcd938x: drop bogus bind error handling + (bsc#1012628). +- ASoC: codecs: wcd938x: fix unbind tear down order (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on bind errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix regulator leaks on probe errors + (bsc#1012628). +- ASoC: codecs: wcd938x: fix runtime PM imbalance on remove + (bsc#1012628). +- qed: fix LL2 RX buffer allocation (bsc#1012628). +- xfrm: fix a data-race in xfrm_lookup_with_ifid() (bsc#1012628). +- xfrm6: fix inet6_dev refcount underflow problem (bsc#1012628). +- xfrm: fix a data-race in xfrm_gen_index() (bsc#1012628). +- xfrm: interface: use DEV_STATS_INC() (bsc#1012628). +- net: xfrm: skip policies marked as dead while reinserting + policies (bsc#1012628). +- fprobe: Fix to ensure the number of active retprobes is not zero + (bsc#1012628). +- wifi: cfg80211: use system_unbound_wq for wiphy work + (bsc#1012628). +- net: ipv4: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: ipv6: fix return value check in esp_remove_trailer + (bsc#1012628). +- net: rfkill: gpio: prevent value glitch during probe + (bsc#1012628). +- tcp: fix excessive TLP and RACK timeouts from HZ rounding + (bsc#1012628). +- tcp: tsq: relax tcp_small_queue_check() when rtx queue contains + a single skb (bsc#1012628). +- tcp: Fix listen() warning with v4-mapped-v6 address + (bsc#1012628). +- docs: fix info about representor identification (bsc#1012628). +- tun: prevent negative ifindex (bsc#1012628). +- gve: Do not fully free QPL pages on prefill errors + (bsc#1012628). +- ipv4: fib: annotate races around nh->nh_saddr_genid and + nh->nh_saddr (bsc#1012628). +- net: usb: smsc95xx: Fix an error code in smsc95xx_reset() + (bsc#1012628). +- octeon_ep: update BQL sent bytes before ringing doorbell + (bsc#1012628). +- i40e: prevent crash on probe if hw registers have invalid values + (bsc#1012628). +- net: dsa: bcm_sf2: Fix possible memory leak in + bcm_sf2_mdio_register() (bsc#1012628). +- bonding: Return pointer to data after pull on skb (bsc#1012628). +- net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a + inner curve (bsc#1012628). +- neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section + (bsc#1012628). +- selftests: openvswitch: Catch cases where the tests are killed + (bsc#1012628). +- selftests: openvswitch: Fix the ct_tuple for v4 (bsc#1012628). +- selftests: netfilter: Run nft_audit.sh in its own netns + (bsc#1012628). +- netfilter: nft_set_rbtree: .deactivate fails if element has + expired (bsc#1012628). +- netlink: Correct offload_xstats size (bsc#1012628). +- netfilter: nf_tables: do not refresh timeout when resetting + element (bsc#1012628). +- nf_tables: fix NULL pointer dereference in + nft_expr_inner_parse() (bsc#1012628). +- nf_tables: fix NULL pointer dereference in nft_inner_init() + (bsc#1012628). +- netfilter: nf_tables: do not remove elements if set backend + implements .abort (bsc#1012628). +- netfilter: nf_tables: revert do not remove elements if set + backend implements .abort (bsc#1012628). +- selftests: openvswitch: Add version check for pyroute2 + (bsc#1012628). +- net: phy: bcm7xxx: Add missing 16nm EPHY statistics + (bsc#1012628). +- net: pktgen: Fix interface flags printing (bsc#1012628). +- net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation + (bsc#1012628). +- net: mdio-mux: fix C45 access returning -EIO after API change + (bsc#1012628). +- net: avoid UAF on deleted altname (bsc#1012628). +- net: fix ifname in netlink ntf during netns move (bsc#1012628). +- net: check for altname conflicts when changing netdev's netns + (bsc#1012628). +- iio: light: vcnl4000: Don't power on/off chip in config + (bsc#1012628). +- pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency + (bsc#1012628). +- ARM: dts: ti: omap: Fix noisy serial with overrun-throttle-ms + for mapphone (bsc#1012628). +- arm64: dts: mediatek: Fix "mediatek,merge-mute" and + "mediatek,merge-fifo-en" types (bsc#1012628). +- fs-writeback: do not requeue a clean inode having skipped pages + (bsc#1012628). +- btrfs: fix race when refilling delayed refs block reserve + (bsc#1012628). +- btrfs: prevent transaction block reserve underflow when starting + transaction (bsc#1012628). +- btrfs: return -EUCLEAN for delayed tree ref with a ref count + not equals to 1 (bsc#1012628). +- btrfs: initialize start_slot in btrfs_log_prealloc_extents + (bsc#1012628). +- i2c: mux: Avoid potential false error message in + i2c_mux_add_adapter (bsc#1012628). +- overlayfs: set ctime when setting mtime and atime (bsc#1012628). +- accel/ivpu: Don't flood dmesg with VPU ready message + (bsc#1012628). +- gpio: timberdale: Fix potential deadlock on &tgpio->lock + (bsc#1012628). +- ata: libata-core: Fix compilation warning in + ata_dev_config_ncq() (bsc#1012628). +- ata: libata-eh: Fix compilation warning in ata_eh_link_report() + (bsc#1012628). +- tracing: relax trace_event_eval_update() execution with + cond_resched() (bsc#1012628). +- wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len + (bsc#1012628). +- wifi: cfg80211: validate AP phy operation before starting it + (bsc#1012628). +- wifi: iwlwifi: Ensure ack flag is properly cleared + (bsc#1012628). +- rfkill: sync before userspace visibility/changes (bsc#1012628). +- HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 + Triathlon mouse (bsc#1012628). +- HID: holtek: fix slab-out-of-bounds Write in + holtek_kbd_input_event (bsc#1012628). +- Bluetooth: btusb: add shutdown function for QCA6174 + (bsc#1012628). +- Bluetooth: Avoid redundant authentication (bsc#1012628). +- Bluetooth: hci_core: Fix build warnings (bsc#1012628). +- wifi: cfg80211: Fix 6GHz scan configuration (bsc#1012628). +- wifi: mac80211: work around Cisco AP 9115 VHT MPDU length + (bsc#1012628). +- wifi: mac80211: allow transmitting EAPOL frames with tainted + key (bsc#1012628). +- wifi: cfg80211: avoid leaking stack data into trace + (bsc#1012628). +- regulator/core: Revert "fix kobject release warning and memory + leak in regulator_register()" (bsc#1012628). +- SUNRPC: Fail quickly when server does not recognize TLS + (bsc#1012628). +- SUNRPC/TLS: Lock the lower_xprt during the tls handshake + (bsc#1012628). +- nfs: decrement nrequests counter before releasing the req + (bsc#1012628). +- sky2: Make sure there is at least one frag_addr available + (bsc#1012628). +- ipv4/fib: send notify when delete source address routes + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for One Mix 2S + (bsc#1012628). +- btrfs: fix some -Wmaybe-uninitialized warnings in ioctl.c + (bsc#1012628). +- btrfs: error out when COWing block using a stale transaction + (bsc#1012628). +- btrfs: error when COWing block from a root that is being deleted + (bsc#1012628). +- btrfs: error out when reallocating block for defrag using a + stale transaction (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the BUSH Bush + Windows tablet (bsc#1012628). +- drm/amd/pm: add unique_id for gc 11.0.3 (bsc#1012628). +- HID: multitouch: Add required quirk for Synaptics 0xcd7e device + (bsc#1012628). +- HID: nintendo: reinitialize USB Pro Controller after resuming + from suspend (bsc#1012628). +- HID: Add quirk to ignore the touchscreen battery on HP ENVY + 15-eu0556ng (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Positivo C4128B + (bsc#1012628). +- cpufreq: schedutil: Update next_freq when cpufreq_limits change + (bsc#1012628). +- io-wq: fully initialize wqe before calling + cpuhp_state_add_instance_nocalls() (bsc#1012628). +- Bluetooth: hci_sync: Fix not handling ISO_LINK in + hci_abort_conn_sync (bsc#1012628). +- Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macros + (bsc#1012628). +- Bluetooth: ISO: Fix invalid context error (bsc#1012628). +- Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when + aborting (bsc#1012628). +- Bluetooth: hci_sync: always check if connection is alive before + deleting (bsc#1012628). +- net/mlx5: E-switch, register event handler before arming the + event (bsc#1012628). +- net/mlx5: Handle fw tracer change ownership event based on MTRC + (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + striding rq (bsc#1012628). +- net/mlx5e: RX, Fix page_pool allocation failure recovery for + legacy rq (bsc#1012628). +- net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on + shutdown (bsc#1012628). +- net/mlx5e: Take RTNL lock before triggering netdev notifiers + (bsc#1012628). +- net/mlx5e: Don't offload internal port if filter device is + out device (bsc#1012628). +- net/mlx5e: Fix VF representors reporting zero counters to + "ip -s" command (bsc#1012628). +- net/tls: split tls_rx_reader_lock (bsc#1012628). +- tcp: allow again tcp_disconnect() when threads are waiting + (bsc#1012628). +- Bluetooth: hci_event: Fix using memcmp when comparing keys + (bsc#1012628). +- tcp_bpf: properly release resources on error paths + (bsc#1012628). +- mtd: rawnand: qcom: Unmap the right resource upon probe failure + (bsc#1012628). +- mtd: rawnand: pl353: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: marvell: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: arasan: Ensure program page operations are + successful (bsc#1012628). +- mtd: rawnand: Ensure the nand chip supports cached reads + (bsc#1012628). +- mtd: spinand: micron: correct bitmask for ecc status + (bsc#1012628). +- mtd: physmap-core: Restore map_rom fallback (bsc#1012628). +- dt-bindings: mmc: sdhci-msm: correct minimum number of clocks + (bsc#1012628). +- mmc: sdhci-pci-gli: fix LPM negotiation so x86/S0ix SoCs can + suspend (bsc#1012628). +- mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hw + (bsc#1012628). +- mmc: core: Fix error propagation for some ioctl commands + (bsc#1012628). +- mmc: core: sdio: hold retuning if sdio in 1-bit mode + (bsc#1012628). +- mmc: core: Capture correct oemid-bits for eMMC cards + (bsc#1012628). +- pinctrl: qcom: lpass-lpi: fix concurrent register updates + (bsc#1012628). +- Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()" + (bsc#1012628). +- pNFS: Fix a hang in nfs4_evict_inode() (bsc#1012628). +- pNFS/flexfiles: Check the layout validity in + ff_layout_mirror_prepare_stats (bsc#1012628). +- ACPI: irq: Fix incorrect return value in acpi_register_gsi() + (bsc#1012628). +- ACPI: bus: Move acpi_arm_init() to the place of after + acpi_ghes_init() (bsc#1012628). +- perf dlfilter: Fix use of addr_location__exit() in + dlfilter__object_code() (bsc#1012628). +- Revert "accel/ivpu: Use cached buffers for FW loading" + (bsc#1012628). +- fanotify: limit reporting of event with non-decodeable file + handles (bsc#1012628). +- NFS: Fix potential oops in nfs_inode_remove_request() + (bsc#1012628). +- nfs42: client needs to strip file mode's suid/sgid bit after + ALLOCATE op (bsc#1012628). +- nvme: sanitize metadata bounce buffer for reads (bsc#1012628). +- nvme-pci: add BOGUS_NID for Intel 0a54 device (bsc#1012628). +- nvme-auth: use chap->s2 to indicate bidirectional authentication + (bsc#1012628). +- nvmet-auth: complete a request only after freeing the dhchap + pointers (bsc#1012628). +- nvme-rdma: do not try to stop unallocated queues (bsc#1012628). +- USB: serial: option: add Telit LE910C4-WWX 0x1035 composition + (bsc#1012628). +- USB: serial: option: add entry for Sierra EM9191 with new + firmware (bsc#1012628). +- USB: serial: option: add Fibocom to DELL custom modem FM101R-GL + (bsc#1012628). +- thunderbolt: Call tb_switch_put() once DisplayPort bandwidth + request is finished (bsc#1012628). +- perf: Disallow mis-matched inherited group reads (bsc#1012628). +- s390/pci: fix iommu bitmap allocation (bsc#1012628). +- tracing/kprobes: Return EADDRNOTAVAIL when func matches several + symbols (bsc#1012628). +- selftests/ftrace: Add new test case which checks non unique + symbol (bsc#1012628). +- KEYS: asymmetric: Fix sign/verify on pkcs1pad without a hash + (bsc#1012628). +- apple-gmux: Hard Code max brightness for MMIO gmux + (bsc#1012628). +- s390/cio: fix a memleak in css_alloc_subchannel (bsc#1012628). +- platform/surface: platform_profile: Propagate error if profile + registration fails (bsc#1012628). +- platform/x86: intel-uncore-freq: Conditionally create attribute + for read frequency (bsc#1012628). +- platform/x86: msi-ec: Fix the 3rd config (bsc#1012628). +- platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from + 0x20 to 0x2e (bsc#1012628). +- platform/x86: asus-wmi: Only map brightness codes when using + asus-wmi backlight control (bsc#1012628). +- platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c + events (bsc#1012628). +- rust: error: fix the description for `ECHILD` (bsc#1012628). +- gpiolib: acpi: Add missing memset(0) to + acpi_get_gpiod_from_data() (bsc#1012628). +- gpio: vf610: set value before the direction to avoid a glitch + (bsc#1012628). +- gpio: vf610: mask the gpio irq in system suspend and support + wakeup (bsc#1012628). +- ASoC: cs35l56: Fix illegal use of init_completion() + (bsc#1012628). +- ASoC: pxa: fix a memory leak in probe() (bsc#1012628). +- ASoC: cs42l42: Fix missing include of gpio/consumer.h + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with + auxiliary device (bsc#1012628). +- drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY + Lanes Owned (bsc#1012628). +- drm/amdgpu: Fix possible null pointer dereference (bsc#1012628). +- powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12 (bsc#1012628). +- powerpc/qspinlock: Fix stale propagated yield_cpu (bsc#1012628). +- docs: Move rustdoc output, cross-reference it (bsc#1012628). +- rust: docs: fix logo replacement (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime disable on probe + (bsc#1012628). +- phy: mapphone-mdm6600: Fix runtime PM for remove (bsc#1012628). +- phy: mapphone-mdm6600: Fix pinctrl_pm handling for sleep pins + (bsc#1012628). +- phy: qcom-qmp-usb: initialize PCS_USB registers (bsc#1012628). +- phy: qcom-qmp-usb: split PCS_USB init table for sc8280xp and + sa8775p (bsc#1012628). +- phy: qcom-qmp-combo: Square out 8550 POWER_STATE_CONFIG1 + (bsc#1012628). +- phy: qcom-qmp-combo: initialize PCS_USB registers (bsc#1012628). +- efi/unaccepted: Fix soft lockups caused by parallel memory + acceptance (bsc#1012628). +- net: move altnames together with the netdevice (bsc#1012628). +- Bluetooth: hci_sock: fix slab oob read in create_monitor_event + (bsc#1012628). +- net: rfkill: reduce data->mtx scope in rfkill_fop_open + (bsc#1012628). +- docs: rust: update Rust docs output path (bsc#1012628). +- kbuild: remove old Rust docs output path (bsc#1012628). +- Bluetooth: hci_sock: Correctly bounds check and pad + HCI_MON_NEW_INDEX name (bsc#1012628). +- mptcp: avoid sending RST when closing the initial subflow + (bsc#1012628). +- selftests: mptcp: join: correctly check for no RST + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.9-178-NFSv4.1-fixup-use-EXCHGID4_FLAG_USE_PNFS_DS-for.patch. +- commit 29edc7c + +------------------------------------------------------------------- +Mon Oct 23 10:58:51 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/NFSv4-1-fixup-use-EXCHGID4-FLAG-USE-PNFS-DS-for-DS-server-.patch. + Update upstream status. +- commit 06d7c82 + +------------------------------------------------------------------- +Mon Oct 23 00:16:06 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc7 +- refresh configs +- commit 4a117b4 + +------------------------------------------------------------------- +Fri Oct 20 18:39:43 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 +- Update config files: + * Same settings like x86_64, plus all ARM specific errata turned on + * rest all mod +- commit 5e5e96e + +------------------------------------------------------------------- +Fri Oct 20 10:54:42 CEST 2023 - clin@suse.com + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ee580b5 + +------------------------------------------------------------------- +Fri Oct 20 10:38:57 CEST 2023 - clin@suse.com + +- Delete + patches.suse/clk-qcom-sc8280xp-Add-fallback-compatibles-to-lpasscc.patch. + Removed lpasscc fallback compatibles since Lenovo X13s UEFI FW has fixes since v1.58 +- commit d32d7cb + +------------------------------------------------------------------- +Fri Oct 20 07:40:59 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.8 (bsc#1012628). +- net: stmmac: remove unneeded stmmac_poll_controller + (bsc#1012628). +- RDMA/cxgb4: Check skb value for failure to allocate + (bsc#1012628). +- perf/arm-cmn: Fix the unhandled overflow status of counter 4 + to 7 (bsc#1012628). +- platform/x86: think-lmi: Fix reference leak (bsc#1012628). +- drm/i915: Register engines early to avoid type confusion + (bsc#1012628). +- cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer + (bsc#1012628). +- drm/amdgpu: Fix a memory leak (bsc#1012628). +- platform/x86: hp-wmi:: Mark driver struct with __refdata to + prevent section mismatch warning (bsc#1012628). +- media: dt-bindings: imx7-csi: Make power-domains not required + for imx8mq (bsc#1012628). +- drm/amd/display: implement pipe type definition and adding + accessors (bsc#1012628). +- drm/amd/display: apply edge-case DISPCLK WDIVIDER changes to + master OTG pipes only (bsc#1012628). +- scsi: Do not rescan devices with a suspended queue + (bsc#1012628). +- ata: pata_parport: fix pata_parport_devchk (bsc#1012628). +- ata: pata_parport: implement set_devctl (bsc#1012628). +- HID: logitech-hidpp: Fix kernel crash on receiver USB disconnect + (bsc#1012628). +- quota: Fix slow quotaoff (bsc#1012628). +- dm crypt: Fix reqsize in crypt_iv_eboiv_gen (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM + (bsc#1012628). +- ASoC: hdmi-codec: Fix broken channel map reporting + (bsc#1012628). +- ata: libata-scsi: Disable scsi device manage_system_start_stop + (bsc#1012628). +- net: prevent address rewrite in kernel_bind() (bsc#1012628). +- arm64: dts: qcom: sm8150: extend the size of the PDC resource + (bsc#1012628). +- dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update + description for '#interrupt-cells' property (bsc#1012628). +- irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt source + (bsc#1012628). +- KEYS: trusted: Remove redundant static calls usage + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Opencomm2 Headset + (bsc#1012628). +- ALSA: usb-audio: Fix microphone sound on Nexigo webcam + (bsc#1012628). +- ALSA: hda: cs35l41: Cleanup and fix double free in firmware + request (bsc#1012628). +- ALSA: hda/realtek: Change model for Intel RVP board + (bsc#1012628). +- ASoC: SOF: amd: fix for firmware reload failure after playback + (bsc#1012628). +- ASoC: simple-card-utils: fixup simple_util_startup() error + handling (bsc#1012628). +- ASoC: Intel: soc-acpi: fix Dell SKU 0B34 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support + in MTL match table (bsc#1012628). +- ASoC: fsl_sai: Don't disable bitclock for i.MX8MP (bsc#1012628). +- ASoC: Intel: sof_sdw: add support for SKU 0B14 (bsc#1012628). +- ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match + table (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable + mute LED (bsc#1012628). +- ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 + 15-eu0xxx (bsc#1012628). +- ALSA: hda/realtek - ALC287 I2S speaker platform support + (bsc#1012628). +- ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMP + (bsc#1012628). +- pinctrl: nuvoton: wpcm450: fix out of bounds write + (bsc#1012628). +- pinctrl: starfive: jh7110: Fix failure to set irq after + CONFIG_PM is enabled (bsc#1012628). +- drm/msm/dp: do not reinitialize phy unless retry during link + training (bsc#1012628). +- drm/msm/dsi: skip the wait for video mode done if not applicable + (bsc#1012628). +- drm/msm/dsi: fix irq_of_parse_and_map() error checking + (bsc#1012628). +- drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid + overflow (bsc#1012628). +- drm/msm/dp: Add newlines to debug printks (bsc#1012628). +- drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk + limits (bsc#1012628). +- phy: lynx-28g: cancel the CDR check work item on the remove path + (bsc#1012628). +- phy: lynx-28g: lock PHY while performing CDR lock workaround + (bsc#1012628). +- phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls + to shared registers (bsc#1012628). +- net: dsa: qca8k: fix regmap bulk read/write methods on big + endian systems (bsc#1012628). +- net: dsa: qca8k: fix potential MDIO bus conflict when accessing + internal PHYs via management frames (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix TX state detection and wait + behavior (bsc#1012628). +- can: sun4i_can: Only show Kconfig if ARCH_SUNXI is set + (bsc#1012628). +- arm64: dts: mediatek: fix t-phy unit name (bsc#1012628). +- arm64: dts: mediatek: mt8195: Set DSU PMU status to fail + (bsc#1012628). +- devlink: Hold devlink lock on health reporter dump get + (bsc#1012628). +- ravb: Fix up dma_free_coherent() call in ravb_remove() + (bsc#1012628). +- ravb: Fix use-after-free issue in ravb_tx_timeout_work() + (bsc#1012628). +- ieee802154: ca8210: Fix a potential UAF in ca8210_probe + (bsc#1012628). +- mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type + (bsc#1012628). +- xen-netback: use default TX queue size for vifs (bsc#1012628). +- riscv, bpf: Sign-extend return values (bsc#1012628). +- riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return + values (bsc#1012628). +- xdp: Fix zero-size allocation warning in xskq_create() + (bsc#1012628). +- drm/vmwgfx: fix typo of sizeof argument (bsc#1012628). +- bpf: Fix verifier log for async callback return values + (bsc#1012628). +- net: refine debug info in skb_checksum_help() (bsc#1012628). +- octeontx2-pf: mcs: update PN only when update_pn is true + (bsc#1012628). +- net: macsec: indicate next pn update when offloading + (bsc#1012628). +- net: phy: mscc: macsec: reject PN update requests (bsc#1012628). +- net/mlx5e: macsec: use update_pn flag instead of PN comparation + (bsc#1012628). +- drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before + TP term (bsc#1012628). +- ixgbe: fix crash with empty VF macvlan list (bsc#1012628). +- net/smc: Fix dependency of SMC on ISM (bsc#1012628). +- net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestamp + (bsc#1012628). +- s390/bpf: Fix clobbering the caller's backchain in the + trampoline (bsc#1012628). +- s390/bpf: Fix unwinding past the trampoline (bsc#1012628). +- net: nfc: fix races in nfc_llcp_sock_get() and + nfc_llcp_sock_get_sn() (bsc#1012628). +- net/smc: Fix pos miscalculation in statistics (bsc#1012628). +- net: tcp: fix crashes trying to free half-baked MTU probes + (bsc#1012628). +- pinctrl: renesas: rzn1: Enable missing PINMUX (bsc#1012628). +- af_packet: Fix fortified memcpy() without flex array + (bsc#1012628). +- nfc: nci: assert requested protocol is valid (bsc#1012628). +- octeontx2-pf: Fix page pool frag allocation warning + (bsc#1012628). +- rswitch: Fix renesas_eth_sw_remove() implementation + (bsc#1012628). +- rswitch: Fix imbalance phy_power_off() calling (bsc#1012628). +- workqueue: Override implicit ordered attribute in + workqueue_apply_unbound_cpumask() (bsc#1012628). +- riscv: signal: fix sigaltstack frame size checking + (bsc#1012628). +- ovl: temporarily disable appending lowedirs (bsc#1012628). +- dmaengine: stm32-mdma: abort resume if no ongoing transfer + (bsc#1012628). +- dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of + MDMA chaining (bsc#1012628). +- dmaengine: stm32-dma: fix residue in case of MDMA chaining + (bsc#1012628). +- dmaengine: stm32-mdma: use Link Address Register to compute + residue (bsc#1012628). +- dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag + is set (bsc#1012628). +- usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer + (bsc#1012628). +- xhci: track port suspend state correctly in unsuccessful resume + cases (bsc#1012628). +- xhci: Clear EHB bit only at end of interrupt handler + (bsc#1012628). +- xhci: Preserve RsvdP bits in ERSTBA register correctly + (bsc#1012628). +- net: usb: dm9601: fix uninitialized variable use in + dm9601_mdio_read (bsc#1012628). +- usb: dwc3: Soft reset phy on probe for host (bsc#1012628). +- usb: cdns3: Modify the return value of cdns_set_active () + to void when CONFIG_PM_SLEEP is disabled (bsc#1012628). +- usb: hub: Guard against accesses to uninitialized BOS + descriptors (bsc#1012628). +- usb: musb: Get the musb_qh poniter after musb_giveback + (bsc#1012628). +- usb: musb: Modify the "HWVers" register address (bsc#1012628). +- iio: pressure: bmp280: Fix NULL pointer exception (bsc#1012628). +- iio: imu: bno055: Fix missing Kconfig dependencies + (bsc#1012628). +- iio: cros_ec: fix an use-after-free in + cros_ec_sensors_push_data() (bsc#1012628). +- iio: adc: imx8qxp: Fix address for command buffer registers + (bsc#1012628). +- iio: dac: ad3552r: Correct device IDs (bsc#1012628). +- iio: admv1013: add mixer_vgate corner cases (bsc#1012628). +- iio: pressure: dps310: Adjust Timeout Settings (bsc#1012628). +- iio: pressure: ms5611: ms5611_prom_is_valid false negative bug + (bsc#1012628). +- iio: adc: ad7192: Correct reference voltage (bsc#1012628). +- iio: addac: Kconfig: update ad74413r selections (bsc#1012628). +- media: subdev: Don't report V4L2_SUBDEV_CAP_STREAMS when the + streams API is disabled (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GB + (bsc#1012628). +- arm64: dts: mediatek: mt8195-demo: update and reorder reserved + memory regions (bsc#1012628). +- drm: Do not overrun array in drm_gem_get_pages() (bsc#1012628). +- drm/tiny: correctly print `struct resource *` on error + (bsc#1012628). +- drm/atomic-helper: relax unregistered connector check + (bsc#1012628). +- drm/amdgpu: add missing NULL check (bsc#1012628). +- drm/amd/display: Don't set dpms_off for seamless boot + (bsc#1012628). +- drm/vmwgfx: Keep a gem reference to user bos in surfaces + (bsc#1012628). +- ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBA + (bsc#1012628). +- ACPI: resource: Add TongFang GM6BGEQ, GM6BG5Q and GM6BG0Q to + irq1_edge_low_force_override[] (bsc#1012628). +- ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxx + (bsc#1012628). +- serial: Reduce spinlocked portion of uart_rs485_config() + (bsc#1012628). +- serial: 8250_omap: Fix errors with no_console_suspend + (bsc#1012628). +- serial: core: Fix checks for tx runtime PM state (bsc#1012628). +- binder: fix memory leaks of spam and pending work (bsc#1012628). +- ksmbd: not allow to open file if delelete on close bit is set + (bsc#1012628). +- perf/x86/lbr: Filter vsyscall addresses (bsc#1012628). +- x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUs (bsc#1012628). +- x86/alternatives: Disable KASAN in apply_alternatives() + (bsc#1012628). +- mcb: remove is_added flag from mcb_device struct (bsc#1012628). +- thunderbolt: Workaround an IOMMU fault on certain systems with + Intel Maple Ridge (bsc#1012628). +- thunderbolt: Check that lane 1 is in CL0 before enabling lane + bonding (bsc#1012628). +- thunderbolt: Correct TMU mode initialization from hardware + (bsc#1012628). +- thunderbolt: Restart XDomain discovery handshake after failure + (bsc#1012628). +- powerpc/pseries: Fix STK_PARAM access in the hcall tracing code + (bsc#1012628). +- powerpc/47x: Fix 47x syscall return crash (bsc#1012628). +- libceph: use kernel_connect() (bsc#1012628). +- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() + (bsc#1012628). +- ceph: fix type promotion bug on 32bit systems (bsc#1012628). +- Input: powermate - fix use-after-free in + powermate_config_complete (bsc#1012628). +- Input: psmouse - fix fast_reconnect function for PS/2 mode + (bsc#1012628). +- Input: xpad - add PXN V900 support (bsc#1012628). +- Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk table + (bsc#1012628). +- Input: xpad - add HyperX Clutch Gladiate Support (bsc#1012628). +- Input: goodix - ensure int GPIO is in input for gpio_count == + 1 && gpio_int_idx == 0 case (bsc#1012628). +- tee: amdtee: fix use-after-free vulnerability in + amdtee_close_session (bsc#1012628). +- mctp: perform route lookups under a RCU read-side lock + (bsc#1012628). +- block: Don't invalidate pagecache for invalid falloc modes + (bsc#1012628). +- nfp: flower: avoid rmmod nfp crash issues (bsc#1012628). +- can: sja1000: Always restart the Tx queue after an overrun + (bsc#1012628). +- power: supply: qcom_battmgr: fix battery_id type (bsc#1012628). +- power: supply: qcom_battmgr: fix enable request endianness + (bsc#1012628). +- usb: typec: ucsi: Use GET_CAPABILITY attributes data to set + power supply scope (bsc#1012628). +- cgroup: Remove duplicates in cgroup v1 tasks file (bsc#1012628). +- dma-buf: add dma_fence_timestamp helper (bsc#1012628). +- pinctrl: avoid unsafe code pattern in find_pinctrl() + (bsc#1012628). +- scsi: ufs: core: Correct clear TM error log (bsc#1012628). +- riscv: Only consider swbp/ss handlers for correct privileged + mode (bsc#1012628). +- counter: chrdev: fix getting array extensions (bsc#1012628). +- counter: microchip-tcb-capture: Fix the use of internal GCLK + logic (bsc#1012628). +- coresight: Fix run time warnings while reusing ETR buffer + (bsc#1012628). +- riscv: Remove duplicate objcopy flag (bsc#1012628). +- RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK + (bsc#1012628). +- usb: typec: ucsi: Fix missing link removal (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd low when exiting + mode (bsc#1012628). +- usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command + fails (bsc#1012628). +- usb: gadget: udc-xilinx: replace memcpy with memcpy_toio + (bsc#1012628). +- usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap + call (bsc#1012628). +- usb: cdnsp: Fixes issue with dequeuing not queued requests + (bsc#1012628). +- usb: typec: qcom: Update the logic of regulator enable and + disable (bsc#1012628). +- usb: misc: onboard_hub: add support for Microchip USB2412 USB + 2.0 hub (bsc#1012628). +- dmaengine: idxd: use spin_lock_irqsave before + wait_event_lock_irq (bsc#1012628). +- dmaengine: mediatek: Fix deadlock caused by synchronize_irq() + (bsc#1012628). +- powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE + (bsc#1012628). +- powerpc/64e: Fix wrong test in __ptep_test_and_clear_young() + (bsc#1012628). +- fs: Fix kernel-doc warnings (bsc#1012628). +- fs: factor out vfs_parse_monolithic_sep() helper (bsc#1012628). +- ovl: fix regression in parsing of mount options with escaped + comma (bsc#1012628). +- ovl: make use of ->layers safe in rcu pathwalk (bsc#1012628). +- ovl: fix regression in showing lowerdir mount option + (bsc#1012628). +- ALSA: hda/realtek - Fixed two speaker platform (bsc#1012628). +- Rename to + patches.kernel.org/6.5.8-179-Revert-x86-smp-Put-CPUs-into-INIT-on-shutdown-i.patch. +- commit 51baea8 + +------------------------------------------------------------------- +Thu Oct 19 15:06:34 CEST 2023 - mbrugger@suse.com + +- arm64: Update config files. + Make iMX93 clock and pinctrl driver build-in. +- commit 897b0cf + +------------------------------------------------------------------- +Tue Oct 17 00:30:49 CEST 2023 - neilb@suse.de + +- NFSv4.1: fixup use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1216201). +- commit 1dbb418 + +------------------------------------------------------------------- +Mon Oct 16 10:00:11 CEST 2023 - jslaby@suse.cz + +- Revert "x86/smp: Put CPUs into INIT on shutdown if possible" + (shutdown-issue). +- commit 9fcbf99 + +------------------------------------------------------------------- +Sun Oct 15 22:46:40 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc6 +- refresh configs +- commit 8f5995d + +------------------------------------------------------------------- +Sat Oct 14 16:51:28 CEST 2023 - matwey.kornilov@gmail.com + +- config: Reenable Rockchip RK8XX hardware + In Linux commit + c20e8c5b1203 ("mfd: rk808: Split into core and i2c") + CONFIG_MFD_RK808 was renamed to CONFIG_MFD_RK8XX. + Reenable options required to boot kernel 6.5 on Rock64 board. +- commit 41037b9 + +------------------------------------------------------------------- +Wed Oct 11 07:39:58 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.7 (bsc#1012628). +- xen/events: replace evtchn_rwlock with RCU (bsc#1012628). +- RDMA/mlx5: Remove not-used cache disable flag (bsc#1012628). +- ksmbd: fix race condition from parallel smb2 lock requests + (bsc#1012628). +- ksmbd: fix uaf in smb20_oplock_break_ack (bsc#1012628). +- ksmbd: fix race condition between session lookup and expire + (bsc#1012628). +- x86/sev: Use the GHCB protocol when available for SNP CPUID + requests (bsc#1012628). +- x86/sev: Change npages to unsigned long in snp_accept_memory() + (bsc#1012628). +- RDMA/mlx5: Fix NULL string error (bsc#1012628). +- RDMA/mlx5: Fix mutex unlocking on error flow for steering + anchor creation (bsc#1012628). +- RDMA/mlx5: Fix assigning access flags to cache mkeys + (bsc#1012628). +- RDMA/mlx5: Fix mkey cache possible deadlock on cleanup + (bsc#1012628). +- RDMA/siw: Fix connection failure handling (bsc#1012628). +- RDMA/srp: Do not call scsi_done() from srp_abort() + (bsc#1012628). +- RDMA/uverbs: Fix typo of sizeof argument (bsc#1012628). +- RDMA/bnxt_re: Fix the handling of control path response data + (bsc#1012628). +- RDMA/cma: Fix truncation compilation warning in make_cma_ports + (bsc#1012628). +- RDMA/cma: Initialize ib_sa_multicast structure to 0 when join + (bsc#1012628). +- gpio: pxa: disable pinctrl calls for MMP_GPIO (bsc#1012628). +- gpio: aspeed: fix the GPIO number passed to + pinctrl_gpio_set_config() (bsc#1012628). +- IB/mlx4: Fix the size of a buffer in add_port_entries() + (bsc#1012628). +- of: dynamic: Fix potential memory leak in of_changeset_action() + (bsc#1012628). +- RDMA/core: Require admin capabilities to set system parameters + (bsc#1012628). +- dm zoned: free dmz->ddev array in dmz_put_zoned_devices + (bsc#1012628). +- parisc: Fix crash with nr_cpus=1 option (bsc#1012628). +- smb: use kernel_connect() and kernel_bind() (bsc#1012628). +- parisc: Restore __ldcw_align for PA-RISC 2.0 processors + (bsc#1012628). +- net: lan743x: also select PHYLIB (bsc#1012628). +- HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit + (bsc#1012628). +- HID: sony: remove duplicate NULL check before calling + usb_free_urb() (bsc#1012628). +- HID: nvidia-shield: Fix a missing led_classdev_unregister() + in the probe error handling path (bsc#1012628). +- net: mana: Fix oversized sge0 for GSO packets (bsc#1012628). +- net: mana: Fix the tso_bytes calculation (bsc#1012628). +- netlink: annotate data-races around sk->sk_err (bsc#1012628). +- sctp: update hb timer immediately after users change hb_interval + (bsc#1012628). +- sctp: update transport state when processing a dupcook packet + (bsc#1012628). +- tcp: fix delayed ACKs for MSS boundary condition (bsc#1012628). +- tcp: fix quick-ack counting to count actual ACKs of new data + (bsc#1012628). +- tipc: fix a potential deadlock on &tx->lock (bsc#1012628). +- net: stmmac: dwmac-stm32: fix resume on STM32 MCU (bsc#1012628). +- ipv4: Set offload_failed flag in fibmatch results (bsc#1012628). +- netfilter: nf_tables: nft_set_rbtree: fix spurious insertion + failure (bsc#1012628). +- netfilter: nf_tables: Deduplicate nft_register_obj audit logs + (bsc#1012628). +- selftests: netfilter: Extend nft_audit.sh (bsc#1012628). +- selftests: netfilter: Test nf_tables audit logging + (bsc#1012628). +- netfilter: handle the connecting collision properly in + nf_conntrack_proto_sctp (bsc#1012628). +- netfilter: nft_payload: rebuild vlan header on h_proto access + (bsc#1012628). +- ibmveth: Remove condition to recompute TCP header checksum + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix error code in + am65_cpsw_nuss_init_tx_chns() (bsc#1012628). +- rswitch: Fix PHY station management clock setting (bsc#1012628). +- net: renesas: rswitch: Add spin lock protection for irq {un}mask + (bsc#1012628). +- net: nfc: llcp: Add lock when modifying device list + (bsc#1012628). +- ethtool: plca: fix plca enable data type while parsing the value + (bsc#1012628). +- net: usb: smsc75xx: Fix uninit-value access in + __smsc75xx_read_reg (bsc#1012628). +- ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling + (bsc#1012628). +- ovl: fetch inode once in ovl_dentry_revalidate_common() + (bsc#1012628). +- ovl: move freeing ovl_entry past rcu delay (bsc#1012628). +- net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent + (bsc#1012628). +- ptp: ocp: Fix error handling in ptp_ocp_device_init + (bsc#1012628). +- ipv4, ipv6: Fix handling of transhdrlen in + __ip{,6}_append_data() (bsc#1012628). +- neighbour: fix data-races around n->output (bsc#1012628). +- net: fix possible store tearing in neigh_periodic_work() + (bsc#1012628). +- net: stmmac: platform: fix the incorrect parameter + (bsc#1012628). +- modpost: add missing else to the "of" check (bsc#1012628). +- bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets + (bsc#1012628). +- bpf, sockmap: Do not inc copied_seq when PEEK flag set + (bsc#1012628). +- bpf: tcp_read_skb needs to pop skb regardless of seq + (bsc#1012628). +- ice: always add legacy 32byte RXDID in supported_rxdids + (bsc#1012628). +- NFSv4: Fix a nfs4_state_manager() race (bsc#1012628). +- ima: rework CONFIG_IMA dependency block (bsc#1012628). +- scsi: target: core: Fix deadlock due to recursive locking + (bsc#1012628). +- wifi: iwlwifi: mvm: Fix incorrect usage of scan API + (bsc#1012628). +- ima: Finish deprecation of IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- Update config files (set the defaults). +- regulator/core: regulator_register: set device->class earlier + (bsc#1012628). +- wifi: mac80211: Create resources for disabled links + (bsc#1012628). +- iommu/mediatek: Fix share pgtable for iova over 4GB + (bsc#1012628). +- perf/x86/amd: Do not WARN() on every IRQ (bsc#1012628). +- wifi: mac80211: fix potential key use-after-free (bsc#1012628). +- regmap: rbtree: Fix wrong register marked as in-cache when + creating new node (bsc#1012628). +- rtla/timerlat: Do not stop user-space if a cpu is offline + (bsc#1012628). +- perf/x86/amd/core: Fix overflow reset on hotplug (bsc#1012628). +- wifi: mt76: mt76x02: fix MT76x0 external LNA gain handling + (bsc#1012628). +- drivers/net: process the result of hdlc_open() and add call + of hdlc_close() in uhdlc_close() (bsc#1012628). +- Bluetooth: ISO: Fix handling of listen for unicast + (bsc#1012628). +- Bluetooth: Fix hci_link_tx_to RCU lock usage (bsc#1012628). +- Bluetooth: Delete unused hci_req_prepare_suspend() declaration + (bsc#1012628). +- regulator: mt6358: split ops for buck and linear range LDO + regulators (bsc#1012628). +- bpf: unconditionally reset backtrack_state masks on global + func exit (bsc#1012628). +- bpf: Fix tr dereferencing (bsc#1012628). +- leds: Drop BUG_ON check for LED_COLOR_ID_MULTI (bsc#1012628). +- s390/bpf: Let arch_prepare_bpf_trampoline return program size + (bsc#1012628). +- erofs: allow empty device tags in flatdev mode (bsc#1012628). +- HID: nvidia-shield: add LEDS_CLASS dependency (bsc#1012628). +- wifi: mwifiex: Fix oob check condition in + mwifiex_process_rx_packet (bsc#1012628). +- wifi: mac80211: fix mesh id corruption on 32 bit systems + (bsc#1012628). +- wifi: cfg80211: add missing kernel-doc for cqm_rssi_work + (bsc#1012628). +- rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens + after thread sample (bsc#1012628). +- rtla/timerlat_aa: Fix negative IRQ delay (bsc#1012628). +- rtla/timerlat_aa: Zero thread sum after every sample analysis + (bsc#1012628). +- wifi: cfg80211: fix cqm_config access race (bsc#1012628). +- wifi: iwlwifi: mvm: Fix a memory corruption issue (bsc#1012628). +- wifi: iwlwifi: dbg_ini: fix structure packing (bsc#1012628). +- iwlwifi: mvm: handle PS changes in vif_cfg_changed + (bsc#1012628). +- wifi: cfg80211/mac80211: hold link BSSes when assoc fails for + MLO connection (bsc#1012628). +- erofs: fix memory leak of LZMA global compressed deduplication + (bsc#1012628). +- ubi: Refuse attaching if mtd's erasesize is 0 (bsc#1012628). +- wifi: mt76: fix lock dependency problem for wed_lock + (bsc#1012628). +- HID: sony: Fix a potential memory leak in sony_probe() + (bsc#1012628). +- arm64: errata: Add Cortex-A520 speculative unprivileged load + workaround (bsc#1012628). +- Update config files (use the default). +- arm64: Add Cortex-A520 CPU part definition (bsc#1012628). +- drm/amd: Fix logic error in + sienna_cichlid_update_pcie_parameters() (bsc#1012628). +- drm/amd: Fix detection of _PR3 on the PCIe root port + (bsc#1012628). +- drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval + (bsc#1012628). +- net: prevent rewrite of msg_name in sock_sendmsg() + (bsc#1012628). +- btrfs: always print transaction aborted messages with an error + level (bsc#1012628). +- io_uring: ensure io_lockdep_assert_cq_locked() handles disabled + rings (bsc#1012628). +- io_uring/kbuf: don't allow registered buffer rings on highmem + pages (bsc#1012628). +- net: replace calls to sock->ops->connect() with kernel_connect() + (bsc#1012628). +- platform/x86/intel/ifs: release cpus_read_lock() (bsc#1012628). +- PCI: qcom: Fix IPQ8074 enumeration (bsc#1012628). +- PCI/PM: Mark devices disconnected if upstream PCIe link is + down on resume (bsc#1012628). +- md/raid5: release batch_last before waiting for another + stripe_head (bsc#1012628). +- io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem + pages (bsc#1012628). +- wifi: mwifiex: Fix tlv_buf_left calculation (bsc#1012628). +- wifi: rtw88: rtw8723d: Fix MAC address offset in EEPROM + (bsc#1012628). +- Bluetooth: hci_sync: Fix handling of + HCI_QUIRK_STRICT_DUPLICATE_FILTER (bsc#1012628). +- wifi: brcmfmac: Replace 1-element arrays with flexible arrays + (bsc#1012628). +- Bluetooth: hci_codec: Fix leaking content of local_codecs + (bsc#1012628). +- qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_info + (bsc#1012628). +- mptcp: userspace pm allow creating id 0 subflow (bsc#1012628). +- mptcp: fix delegated action races (bsc#1012628). +- net: ethernet: mediatek: disable irq before schedule napi + (bsc#1012628). +- vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() + (bsc#1012628). +- net: mana: Fix TX CQE error handling (bsc#1012628). +- iommu/vt-d: Avoid memory allocation in iommu_suspend() + (bsc#1012628). +- scsi: zfcp: Fix a double put in zfcp_port_enqueue() + (bsc#1012628). +- iommu/apple-dart: Handle DMA_FQ domains in attach_dev() + (bsc#1012628). +- maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW states + (bsc#1012628). +- maple_tree: reduce resets during store setup (bsc#1012628). +- iommu/arm-smmu-v3: Avoid constructing invalid range commands + (bsc#1012628). +- net: release reference to inet6_dev pointer (bsc#1012628). +- net: change accept_ra_min_rtr_lft to affect all RA lifetimes + (bsc#1012628). +- net: add sysctl accept_ra_min_rtr_lft (bsc#1012628). +- arm64: cpufeature: Fix CLRBHB and BC detection (bsc#1012628). +- arm64: add HWCAP for FEAT_HBC (hinted conditional branches) + (bsc#1012628). +- btrfs: don't clear uptodate on write errors (bsc#1012628). +- btrfs: remove end_extent_writepage (bsc#1012628). +- btrfs: remove btrfs_writepage_endio_finish_ordered + (bsc#1012628). +- ata: libata-scsi: Fix delayed scsi_rescan_device() execution + (bsc#1012628). +- scsi: Do not attempt to rescan suspended devices (bsc#1012628). +- scsi: core: Improve type safety of scsi_rescan_device() + (bsc#1012628). +- mptcp: fix dangling connection hang-up (bsc#1012628). +- mptcp: rename timer related helper to less confusing names + (bsc#1012628). +- mptcp: Remove unnecessary test for __mptcp_init_sock() + (bsc#1012628). +- maple_tree: add mas_is_active() to detect in-tree walks + (bsc#1012628). +- ASoC: tegra: Fix redundant PLLA and PLLA_OUT0 updates + (bsc#1012628). +- ASoC: soc-utils: Export snd_soc_dai_is_dummy() symbol + (bsc#1012628). +- commit e060757 + +------------------------------------------------------------------- +Mon Oct 9 16:54:16 CEST 2023 - svarbanov@suse.de + +- config/arm64: Unset default IOMMU passthrough option (jsc#PED-7009) + This will effectively enable ARM64 SMMU translation by default, + which will help to avoid installation and runtime issues on some + platforms. The passtrhough mode could still be enabled by kernel + cmdline. +- commit 06e7b0d + +------------------------------------------------------------------- +Mon Oct 9 12:38:03 CEST 2023 - schwab@suse.de + +- mkspec-dtb: add toplevel symlinks also on arm +- commit d26c540 + +------------------------------------------------------------------- +Sun Oct 8 23:06:37 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc5 +- update configs + - IMA_BLACKLIST_KEYRING=n + - IMA_LOAD_X509=n + - IPU_BRIDGE=m (new on riscv64) +- commit a59832f ------------------------------------------------------------------- Sat Oct 7 14:29:01 CEST 2023 - petr.pavlu@suse.com @@ -2757,6 +9901,600 @@ Sat Oct 7 13:58:12 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Convert the document to Markdown (jsc#PED-5021) - commit bff5e3e +------------------------------------------------------------------- +Fri Oct 6 13:20:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.6 (bsc#1012628). +- NFS: Fix error handling for O_DIRECT write scheduling + (bsc#1012628). +- NFS: Fix O_DIRECT locking issues (bsc#1012628). +- NFS: More O_DIRECT accounting fixes for error paths + (bsc#1012628). +- NFS: Use the correct commit info in nfs_join_page_group() + (bsc#1012628). +- NFS: More fixes for nfs_direct_write_reschedule_io() + (bsc#1012628). +- NFS/pNFS: Report EINVAL errors from connect() to the server + (bsc#1012628). +- SUNRPC: Mark the cred for revalidation if the server rejects it + (bsc#1012628). +- NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS server + (bsc#1012628). +- NFSv4.1: fix pnfs MDS=DS session trunking (bsc#1012628). +- media: v4l: Use correct dependency for camera sensor drivers + (bsc#1012628). +- media: via: Use correct dependency for camera sensor drivers + (bsc#1012628). +- gfs2: Fix another freeze/thaw hang (bsc#1012628). +- netfs: Only call folio_start_fscache() one time for each folio + (bsc#1012628). +- btrfs: improve error message after failure to add delayed dir + index item (bsc#1012628). +- btrfs: remove BUG() after failure to insert delayed dir index + item (bsc#1012628). +- ext4: replace the traditional ternary conditional operator + with with max()/min() (bsc#1012628). +- ext4: move setting of trimmed bit into ext4_try_to_trim_range() + (bsc#1012628). +- ext4: do not let fstrim block system suspend (bsc#1012628). +- netfilter: nft_set_rbtree: use read spinlock to avoid datapath + contention (bsc#1012628). +- netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() + in catchall GC (bsc#1012628). +- netfilter: nft_set_pipapo: stop GC iteration if GC transaction + allocation fails (bsc#1012628). +- netfilter: nft_set_hash: try later when GC hits EAGAIN on + iteration (bsc#1012628). +- netfilter: nf_tables: fix memleak when more than 255 elements + expired (bsc#1012628). +- netfilter: nf_tables: disallow rule removal from chain binding + (bsc#1012628). +- ASoC: meson: spdifin: start hw on dai probe (bsc#1012628). +- netfilter: nf_tables: disallow element removal on anonymous sets + (bsc#1012628). +- bpf: Avoid deadlock when using queue and stack maps from NMI + (bsc#1012628). +- bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init + (bsc#1012628). +- ALSA: docs: Fix a typo of midi2_ump_probe option for + snd-usb-audio (bsc#1012628). +- ALSA: seq: Avoid delivery of events for disabled UMP groups + (bsc#1012628). +- ASoC: rt5640: Revert "Fix sleep in atomic context" + (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: rt5640: fix typos (bsc#1012628). +- ASoC: rt5640: Do not disable/enable IRQ twice on suspend/resume + (bsc#1012628). +- ASoC: rt5640: Enable the IRQ on resume after configuring + jack-detect (bsc#1012628). +- ASoC: rt5640: Fix IRQ not being free-ed for HDA jack detect mode + (bsc#1012628). +- bpf: Fix a erroneous check after snprintf() (bsc#1012628). +- selftests/bpf: fix unpriv_disabled check in test_verifier + (bsc#1012628). +- ALSA: hda/realtek: Splitting the UX3402 into two separate models + (bsc#1012628). +- netfilter: conntrack: fix extension size table (bsc#1012628). +- netfilter: nf_tables: Fix entries val in rule reset audit log + (bsc#1012628). +- Compiler Attributes: counted_by: Adjust name and identifier + expansion (bsc#1012628). +- uapi: stddef.h: Fix header guard location (bsc#1012628). +- uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++ (bsc#1012628). +- memblock tests: Fix compilation errors (bsc#1012628). +- ASoC: SOF: ipc4-topology: fix wrong sizeof argument + (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_keyvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix memory leak for + vcap_api_rule_add_actionvalue_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leak in + vcap_api_encode_rule_test() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + test_vcap_xn_rule_creator() (bsc#1012628). +- net: microchip: sparx5: Fix possible memory leaks in + vcap_api_kunit (bsc#1012628). +- selftests: tls: swap the TX and RX sockets in some tests + (bsc#1012628). +- net/core: Fix ETH_P_1588 flow dissector (bsc#1012628). +- ALSA: seq: ump: Fix -Wformat-truncation warning (bsc#1012628). +- ASoC: hdaudio.c: Add missing check for devm_kstrdup + (bsc#1012628). +- ASoC: imx-audmix: Fix return error with devm_clk_get() + (bsc#1012628). +- octeon_ep: fix tx dma unmap len values in SG (bsc#1012628). +- iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK + is set (bsc#1012628). +- ASoC: SOF: core: Only call sof_ops_free() on remove if the + probe was successful (bsc#1012628). +- iavf: add iavf_schedule_aq_request() helper (bsc#1012628). +- iavf: schedule a request immediately after add/delete vlan + (bsc#1012628). +- i40e: Fix VF VLAN offloading when port VLAN is configured + (bsc#1012628). +- netfilter, bpf: Adjust timeouts of non-confirmed CTs in + bpf_ct_insert_entry() (bsc#1012628). +- ionic: fix 16bit math issue when PAGE_SIZE >= 64KB + (bsc#1012628). +- igc: Fix infinite initialization loop with early XDP redirect + (bsc#1012628). +- scsi: iscsi_tcp: restrict to TCP sockets (bsc#1012628). +- powerpc/perf/hv-24x7: Update domain value check (bsc#1012628). +- powerpc/dexcr: Move HASHCHK trap handler (bsc#1012628). +- dccp: fix dccp_v4_err()/dccp_v6_err() again (bsc#1012628). +- x86/mm, kexec, ima: Use memblock_free_late() from + ima_free_kexec_buffer() (bsc#1012628). +- net: hsr: Properly parse HSRv1 supervisor frames (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status after timeout in + busy_loop() (bsc#1012628). +- platform/x86: intel_scu_ipc: Check status upon timeout in + ipc_wait_for_interrupt() (bsc#1012628). +- platform/x86: intel_scu_ipc: Don't override scu in + intel_scu_ipc_dev_simple_command() (bsc#1012628). +- platform/x86: intel_scu_ipc: Fail IPC send if still busy + (bsc#1012628). +- x86/asm: Fix build of UML with KASAN (bsc#1012628). +- x86/srso: Fix srso_show_state() side effect (bsc#1012628). +- x86/srso: Set CPUID feature bits independently of bug or + mitigation status (bsc#1012628). +- x86/srso: Don't probe microcode in a guest (bsc#1012628). +- x86/srso: Fix SBPB enablement for spec_rstack_overflow=off + (bsc#1012628). +- net: hns3: add cmdq check for vf periodic service task + (bsc#1012628). +- net: hns3: fix GRE checksum offload issue (bsc#1012628). +- net: hns3: only enable unicast promisc when mac table full + (bsc#1012628). +- net: hns3: fix fail to delete tc flower rules during reset issue + (bsc#1012628). +- net: hns3: add 5ms delay before clear firmware reset irq source + (bsc#1012628). +- net: bridge: use DEV_STATS_INC() (bsc#1012628). +- team: fix null-ptr-deref when team device type is changed + (bsc#1012628). +- locking/atomic: scripts: fix fallback ifdeffery (bsc#1012628). +- net: rds: Fix possible NULL-pointer dereference (bsc#1012628). +- vxlan: Add missing entries to vxlan_get_size() (bsc#1012628). +- netfilter: nf_tables: disable toggling dormant table state + more than once (bsc#1012628). +- net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable + dereferenced before check 'hwdev' (bsc#1012628). +- net/handshake: Fix memory leak in __sock_create() and + sock_alloc_file() (bsc#1012628). +- i915/pmu: Move execlist stats initialization to execlist + specific setup (bsc#1012628). +- drm/virtio: clean out_fence on complete_submit (bsc#1012628). +- locking/seqlock: Do the lockdep annotation before locking in + do_write_seqcount_begin_nested() (bsc#1012628). +- net: ena: Flush XDP packets on error (bsc#1012628). +- bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPI (bsc#1012628). +- octeontx2-pf: Do xdp_do_flush() after redirects (bsc#1012628). +- igc: Expose tx-usecs coalesce setting to user (bsc#1012628). +- cxl/region: Match auto-discovered region decoders by HPA range + (bsc#1012628). +- proc: nommu: /proc//maps: release mmap read lock + (bsc#1012628). +- proc: nommu: fix empty /proc//maps (bsc#1012628). +- gpio: tb10x: Fix an error handling path in tb10x_gpio_probe() + (bsc#1012628). +- i2c: mux: demux-pinctrl: check the return value of + devm_kstrdup() (bsc#1012628). +- i2c: mux: gpio: Add missing fwnode_handle_put() (bsc#1012628). +- i2c: xiic: Correct return value check for xiic_reinit() + (bsc#1012628). +- ASoC: cs35l56: Disable low-power hibernation mode (bsc#1012628). +- drm/amd/display: Update DPG test pattern programming + (bsc#1012628). +- drm/amd/display: fix a regression in blank pixel data caused + by coding mistake (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region + as reserved (bsc#1012628). +- direct_write_fallback(): on error revert the ->ki_pos update + from buffered write (bsc#1012628). +- btrfs: reset destination buffer when read_extent_buffer() + gets invalid range (bsc#1012628). +- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent() + (bsc#1012628). +- MIPS: Alchemy: only build mmc support helpers if au1xmmc is + enabled (bsc#1012628). +- spi: spi-gxp: BUG: Correct spi write return value (bsc#1012628). +- bus: ti-sysc: Use fsleep() instead of usleep_range() in + sysc_reset() (bsc#1012628). +- bus: ti-sysc: Fix missing AM35xx SoC matching (bsc#1012628). +- firmware: arm_scmi: Harden perf domain info access + (bsc#1012628). +- firmware: arm_scmi: Fixup perf power-cost/microwatt support + (bsc#1012628). +- power: supply: mt6370: Fix missing error code in + mt6370_chg_toggle_cfo() (bsc#1012628). +- clk: sprd: Fix thm_parents incorrect configuration + (bsc#1012628). +- clk: si521xx: Use REGCACHE_FLAT instead of NONE (bsc#1012628). +- clk: si521xx: Fix regmap write accessor (bsc#1012628). +- clk: tegra: fix error return case for recalc_rate (bsc#1012628). +- ARM: dts: ti: omap: Fix bandgap thermal cells addressing for + omap3/4 (bsc#1012628). +- ARM: dts: ti: omap: motorola-mapphone: Fix abe_clkctrl warning + on boot (bsc#1012628). +- bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart + wake-up (bsc#1012628). +- swiotlb: use the calculated number of areas (bsc#1012628). +- power: supply: ucs1002: fix error code in ucs1002_get_property() + (bsc#1012628). +- power: supply: rt9467: Fix rt9467_run_aicl() (bsc#1012628). +- power: supply: core: fix use after free in uevent (bsc#1012628). +- firmware: imx-dsp: Fix an error handling path in + imx_dsp_setup_channels() (bsc#1012628). +- xtensa: add default definition for XCHAL_HAVE_DIV32 + (bsc#1012628). +- xtensa: iss/network: make functions static (bsc#1012628). +- xtensa: boot: don't add include-dirs (bsc#1012628). +- xtensa: umulsidi3: fix conditional expression (bsc#1012628). +- xtensa: boot/lib: fix function prototypes (bsc#1012628). +- power: supply: rk817: Fix node refcount leak (bsc#1012628). +- powerpc/stacktrace: Fix arch_stack_walk_reliable() + (bsc#1012628). +- selftests/powerpc: Fix emit_tests to work with run_kselftest.sh + (bsc#1012628). +- arm64: dts: imx8mp: Fix SDMA2/3 clocks (bsc#1012628). +- arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock + (bsc#1012628). +- soc: imx8m: Enable OCOTP clock for imx8mm before reading + registers (bsc#1012628). +- arm64: dts: imx8mm-evk: Fix hdmi@3d node (bsc#1012628). +- arm64: dts: imx: Add imx8mm-prt8mm.dtb to build (bsc#1012628). +- firmware: arm_ffa: Don't set the memory region attributes for + MEM_LEND (bsc#1012628). +- i915/guc: Get runtime pm in busyness worker only if already + active (bsc#1012628). +- accel/ivpu: Do not use wait event interruptible (bsc#1012628). +- accel/ivpu: Use cached buffers for FW loading (bsc#1012628). +- gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chip + (bsc#1012628). +- i2c: npcm7xx: Fix callback completion ordering (bsc#1012628). +- NFSD: Fix zero NFSv4 READ results when RQ_SPLICE_OK is not set + (bsc#1012628). +- x86/reboot: VMCLEAR active VMCSes before emergency reboot + (bsc#1012628). +- ceph: drop messages from MDS when unmounting (bsc#1012628). +- dma-debug: don't call __dma_entry_alloc_check_leak() under + free_entries_lock (bsc#1012628). +- bpf: Annotate bpf_long_memcpy with data_race (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming + Laptop 15-fb0xxx (8A3E) (bsc#1012628). +- spi: sun6i: reduce DMA RX transfer width to single byte + (bsc#1012628). +- spi: sun6i: fix race between DMA RX transfer completion and + RX FIFO drain (bsc#1012628). +- nvme-fc: Prevent null pointer dereference in + nvme_fc_io_getuuid() (bsc#1012628). +- parisc: sba: Fix compile warning wrt list of SBA devices + (bsc#1012628). +- parisc: sba-iommu: Fix sparse warnigs (bsc#1012628). +- parisc: ccio-dma: Fix sparse warnings (bsc#1012628). +- parisc: iosapic.c: Fix sparse warnings (bsc#1012628). +- parisc: drivers: Fix sparse warning (bsc#1012628). +- parisc: irq: Make irq_stack_union static to avoid sparse warning + (bsc#1012628). +- scsi: qedf: Add synchronization between I/O completions and + abort (bsc#1012628). +- scsi: ufs: core: Move __ufshcd_send_uic_cmd() outside host_lock + (bsc#1012628). +- scsi: ufs: core: Poll HCS.UCRDY before issuing a UIC command + (bsc#1012628). +- selftests/ftrace: Correctly enable event in instance-event.tc + (bsc#1012628). +- ring-buffer: Avoid softlockup in ring_buffer_resize() + (bsc#1012628). +- btrfs: assert delayed node locked when removing delayed item + (bsc#1012628). +- selftests: fix dependency checker script (bsc#1012628). +- ring-buffer: Do not attempt to read past "commit" (bsc#1012628). +- net/smc: bugfix for smcr v2 server connect success statistic + (bsc#1012628). +- ata: sata_mv: Fix incorrect string length computation in + mv_dump_mem() (bsc#1012628). +- efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec + (bsc#1012628). +- platform/mellanox: mlxbf-bootctl: add NET dependency into + Kconfig (bsc#1012628). +- platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode + (bsc#1012628). +- thermal/of: add missing of_node_put() (bsc#1012628). +- drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update cache info reporting for GFX v9.4.3 + (bsc#1012628). +- drm/amdkfd: Update CU masking for GFX 9.4.3 (bsc#1012628). +- drm/amd/display: Don't check registers, if using AUX BL control + (bsc#1012628). +- drm/amdgpu/soc21: don't remap HDP registers for SR-IOV + (bsc#1012628). +- drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV + (bsc#1012628). +- drm/amdgpu: fallback to old RAS error message for aqua_vanjaram + (bsc#1012628). +- drm/amdkfd: Checkpoint and restore queues on GFX11 + (bsc#1012628). +- drm/amdgpu: Handle null atom context in VBIOS info ioctl + (bsc#1012628). +- objtool: Fix _THIS_IP_ detection for cold functions + (bsc#1012628). +- nvme-pci: do not set the NUMA node of device if it has none + (bsc#1012628). +- riscv: errata: fix T-Head dcache.cva encoding (bsc#1012628). +- scsi: pm80xx: Use phy-specific SAS address when sending + PHY_START command (bsc#1012628). +- scsi: pm80xx: Avoid leaking tags when processing + OPC_INB_SET_CONTROLLER_CONFIG command (bsc#1012628). +- smb3: correct places where ENOTSUPP is used instead of preferred + EOPNOTSUPP (bsc#1012628). +- ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in + ata_eh_reset() (bsc#1012628). +- ata: libata-eh: do not thaw the port twice in ata_eh_reset() + (bsc#1012628). +- Add DMI ID for MSI Bravo 15 B7ED (bsc#1012628). +- spi: nxp-fspi: reset the FLSHxCR1 registers (bsc#1012628). +- spi: stm32: add a delay before SPI disable (bsc#1012628). +- ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- spi: intel-pci: Add support for Granite Rapids SPI serial flash + (bsc#1012628). +- bpf: Clarify error expectations from bpf_clone_redirect + (bsc#1012628). +- ASoC: rt5640: Only cancel jack-detect work on suspend if active + (bsc#1012628). +- ALSA: hda: intel-sdw-acpi: Use u8 type for link index + (bsc#1012628). +- ASoC: cs42l42: Ensure a reset pulse meets minimum pulse width + (bsc#1012628). +- ASoC: cs42l42: Don't rely on GPIOD_OUT_LOW to set RESET + initially low (bsc#1012628). +- ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard reset + (bsc#1012628). +- firmware: cirrus: cs_dsp: Only log list of algorithms in debug + build (bsc#1012628). +- ASoC: wm_adsp: Fix missing locking in wm_adsp_[read|write]_ctl() + (bsc#1012628). +- memblock tests: fix warning: "__ALIGN_KERNEL" redefined + (bsc#1012628). +- =?UTF-8?q?memblock=20tests:=20fix=20warning=20=E2=80=98st?= + =?UTF-8?q?ruct=20seq=5Ffile=E2=80=99=20declared=20inside=20parameter=20li?= + =?UTF-8?q?st?= (bsc#1012628). +- ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_link + (bsc#1012628). +- ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget + setup failure (bsc#1012628). +- media: vb2: frame_vector.c: replace WARN_ONCE with a comment + (bsc#1012628). +- NFSv4.1: fix zero value filehandle in post open getattr + (bsc#1012628). +- ASoC: SOF: Intel: MTL: Reduce the DSP init timeout + (bsc#1012628). +- powerpc/watchpoints: Disable preemption in thread_change_pc() + (bsc#1012628). +- powerpc/watchpoint: Disable pagefaults when getting user + instruction (bsc#1012628). +- powerpc/watchpoints: Annotate atomic context in more places + (bsc#1012628). +- ncsi: Propagate carrier gain/loss events to the NCSI controller + (bsc#1012628). +- net: hsr: Add __packed to struct hsr_sup_tlv (bsc#1012628). +- tsnep: Fix NAPI scheduling (bsc#1012628). +- tsnep: Fix ethtool channels (bsc#1012628). +- tsnep: Fix NAPI polling with budget 0 (bsc#1012628). +- gfs2: fix glock shrinker ref issues (bsc#1012628). +- i2c: designware: fix __i2c_dw_disable() in case master is + holding SCL low (bsc#1012628). +- LoongArch: Use _UL() and _ULL() (bsc#1012628). +- LoongArch: Set all reserved memblocks on Node#0 at + initialization (bsc#1012628). +- fbdev/sh7760fb: Depend on FB=y (bsc#1012628). +- perf build: Define YYNOMEM as YYNOABORT for bison < 3.81 + (bsc#1012628). +- ASoC: cs35l56: Call pm_runtime_dont_use_autosuspend() + (bsc#1012628). +- iommu/arm-smmu-v3: Fix soft lockup triggered by + arm_smmu_mm_invalidate_range (bsc#1012628). +- spi: zynqmp-gqspi: fix clock imbalance on probe failure + (bsc#1012628). +- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race + (bsc#1012628). +- x86/srso: Add SRSO mitigation for Hygon processors + (bsc#1012628). +- KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway + (bsc#1012628). +- KVM: SVM: Fix TSC_AUX virtualization setup (bsc#1012628). +- KVM: x86/mmu: Open code leaf invalidation from mmu_notifier + (bsc#1012628). +- KVM: x86/mmu: Do not filter address spaces in + for_each_tdp_mmu_root_yield_safe() (bsc#1012628). +- KVM: x86/mmu: Stop zapping invalidated TDP MMU roots + asynchronously (bsc#1012628). +- mptcp: fix bogus receive window shrinkage with multiple subflows + (bsc#1012628). +- mptcp: move __mptcp_error_report in protocol.c (bsc#1012628). +- mptcp: process pending subflow error on close (bsc#1012628). +- Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" (bsc#1012628). +- scsi: core: ata: Do no try to probe for CDL on old drives + (bsc#1012628). +- serial: 8250_port: Check IRQ data before use (bsc#1012628). +- nilfs2: fix potential use after free in + nilfs_gccache_submit_read_data() (bsc#1012628). +- crypto: sm2 - Fix crash caused by uninitialized context + (bsc#1012628). +- ALSA: rawmidi: Fix NULL dereference at proc read (bsc#1012628). +- ALSA: hda: Disable power save for solving pop issue on Lenovo + ThinkCentre M70q (bsc#1012628). +- LoongArch: Fix lockdep static memory detection (bsc#1012628). +- LoongArch: Define relocation types for ABI v2.10 (bsc#1012628). +- LoongArch: numa: Fix high_memory calculation (bsc#1012628). +- LoongArch: Add support for 32_PCREL relocation type + (bsc#1012628). +- LoongArch: Add support for 64_PCREL relocation type + (bsc#1012628). +- ata: libata-scsi: link ata port and scsi device (bsc#1012628). +- scsi: sd: Differentiate system and runtime start/stop management + (bsc#1012628). +- scsi: sd: Do not issue commands to suspended disks on shutdown + (bsc#1012628). +- ata: libata-scsi: ignore reserved bits for REPORT SUPPORTED + OPERATION CODES (bsc#1012628). +- io_uring/fs: remove sqe->rw_flags checking from LINKAT + (bsc#1012628). +- i2c: i801: unregister tco_pdev in i801_probe() error path + (bsc#1012628). +- ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UG + (bsc#1012628). +- kernel/sched: Modify initial boot task idle setup (bsc#1012628). +- sched/rt: Fix live lock between select_fallback_rq() and RT push + (bsc#1012628). +- Revert "SUNRPC dont update timeout value on connection reset" + (bsc#1012628). +- NFSv4: Fix a state manager thread deadlock regression + (bsc#1012628). +- ACPI: NFIT: Fix incorrect calculation of idt size (bsc#1012628). +- timers: Tag (hr)timer softirq as hotplug safe (bsc#1012628). +- drm/tests: Fix incorrect argument in drm_test_mm_insert_range + (bsc#1012628). +- cxl/mbox: Fix CEL logic for poison and security commands + (bsc#1012628). +- arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y + (bsc#1012628). +- mm/damon/vaddr-test: fix memory leak in + damon_do_test_apply_three_regions() (bsc#1012628). +- selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and + hugetlb_reparenting_test.sh that may cause error (bsc#1012628). +- mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and + MPOL_MF_MOVE are specified (bsc#1012628). +- mm/slab_common: fix slab_caches list corruption after + kmem_cache_destroy() (bsc#1012628). +- mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong + buddy list (bsc#1012628). +- mm: memcontrol: fix GFP_NOFS recursion in memory.high + enforcement (bsc#1012628). +- cxl/port: Fix cxl_test register enumeration regression + (bsc#1012628). +- cxl/pci: Fix appropriate checking for _OSC while handling CXL + RAS registers (bsc#1012628). +- ring-buffer: Fix bytes info in per_cpu buffer stats + (bsc#1012628). +- ring-buffer: Update "shortest_full" in polling (bsc#1012628). +- btrfs: refresh dir last index during a rewinddir(3) call + (bsc#1012628). +- btrfs: file_remove_privs needs an exclusive lock in direct io + write (bsc#1012628). +- btrfs: set last dir index to the current last index when + opening dir (bsc#1012628). +- btrfs: fix race between reading a directory and adding entries + to it (bsc#1012628). +- btrfs: properly report 0 avail for very full file systems + (bsc#1012628). +- media: uvcvideo: Fix OOB read (bsc#1012628). +- bpf: Add override check to kprobe multi link attach + (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision (bsc#1012628). +- bpf: Fix BTF_ID symbol generation collision in tools/ + (bsc#1012628). +- net: thunderbolt: Fix TCPv6 GSO checksum calculation + (bsc#1012628). +- thermal: sysfs: Fix trip_point_hyst_store() (bsc#1012628). +- tracing/user_events: Align set_bit() address for all archs + (bsc#1012628). +- ata: libata-core: Fix ata_port_request_pm() locking + (bsc#1012628). +- ata: libata-core: Fix port and device removal (bsc#1012628). +- ata: libata-core: Do not register PM operations for SAS ports + (bsc#1012628). +- ata: libata-sata: increase PMP SRST timeout to 10s + (bsc#1012628). +- i915: Limit the length of an sg list to the requested length + (bsc#1012628). +- drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top + (bsc#1012628). +- power: supply: rk817: Add missing module alias (bsc#1012628). +- power: supply: ab8500: Set typing and props (bsc#1012628). +- fs: binfmt_elf_efpic: fix personality for ELF-FDPIC + (bsc#1012628). +- drm/amdkfd: Use gpu_offset for user queue's wptr (bsc#1012628). +- drm/amd/display: fix the ability to use lower resolution modes + on eDP (bsc#1012628). +- drm/meson: fix memory leak on ->hpd_notify callback + (bsc#1012628). +- rbd: move rbd_dev_refresh() definition (bsc#1012628). +- rbd: decouple header read-in from updating rbd_dev->header + (bsc#1012628). +- rbd: decouple parent info read-in from updating rbd_dev + (bsc#1012628). +- rbd: take header_rwsem in rbd_dev_refresh() only when updating + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm, memcg: reconsider kmem.limit_in_bytes deprecation + (bsc#1012628). +- ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.6-066-ipv4-fix-null-deref-in-ipv4_link_failure.patch. +- Rename to + patches.kernel.org/6.5.6-093-netfilter-ipset-Fix-race-between-IPSET_CMD_CREA.patch. +- Rename to + patches.kernel.org/6.5.6-106-cifs-Fix-UAF-in-cifs_demultiplex_thread.patch. +- Rename to + patches.kernel.org/6.5.6-111-drm-amdgpu-set-completion-status-as-preempted-f.patch. +- Rename to + patches.kernel.org/6.5.6-250-misc-rtsx-Fix-some-platforms-can-not-boot-and-m.patch. +- Rename to + patches.kernel.org/6.5.6-300-fs-smb-client-Reset-password-pointer-to-NULL.patch. +- commit c97c2df + +------------------------------------------------------------------- +Thu Oct 5 07:09:48 CEST 2023 - jslaby@suse.cz + +- misc: rtsx: Fix some platforms can not boot and move the l1ss + judgment to probe (bsc#1214428). +- Delete + patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch. + Replace the revert by the upstream fix. +- commit e5944a3 + +------------------------------------------------------------------- +Wed Oct 4 12:47:42 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-625-netfilter-xt_sctp-validate-the-flag_info-count.patch + references (add CVE-2023-39193 bsc#1215860). +- commit c56e2dd + +------------------------------------------------------------------- +Wed Oct 4 12:46:32 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-624-netfilter-xt_u32-validate-user-space-input.patch + references (add CVE-2023-39192 bsc#1215858). +- commit d5f1e57 + +------------------------------------------------------------------- +Wed Oct 4 12:45:29 CEST 2023 - mkubecek@suse.cz + +- ipv4: fix null-deref in ipv4_link_failure (CVE-2023-42754 + bsc#1215467). +- commit a4ade06 + +------------------------------------------------------------------- +Tue Oct 3 16:19:55 CEST 2023 - palcantara@suse.de + +- cifs: Fix UAF in cifs_demultiplex_thread() (bsc#1208995 + CVE-2023-1192). +- commit 34d5680 + +------------------------------------------------------------------- +Tue Oct 3 16:18:13 CEST 2023 - palcantara@suse.de + +- fs/smb/client: Reset password pointer to NULL (bsc#1215899 + CVE-2023-5345). +- commit 180c31b + ------------------------------------------------------------------- Tue Oct 3 11:07:14 CEST 2023 - petr.pavlu@suse.com @@ -2775,6 +10513,29 @@ Tue Oct 3 10:31:29 CEST 2023 - petr.pavlu@suse.com the current SUSE Documentation Style Guide. - commit 11e3267 +------------------------------------------------------------------- +Tue Oct 3 08:47:21 CEST 2023 - mkubecek@suse.cz + +- netfilter: ipset: Fix race between IPSET_CMD_CREATE and + IPSET_CMD_SWAP (CVE-2023-42756 bsc#1215767). +- commit 5c8516c + +------------------------------------------------------------------- +Tue Oct 3 08:45:02 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-622-netfilter-ipset-add-the-missing-IP_SET_HASH_WIT.patch + references (add CVE-2023-42753 bsc#1215150). +- commit ddd076d + +------------------------------------------------------------------- +Mon Oct 2 06:34:04 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc4 +- eliminate 1 patch + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch (0e4cac557531) +- commit 019d4ec + ------------------------------------------------------------------- Tue Sep 26 16:06:05 CEST 2023 - petr.pavlu@suse.com @@ -2830,6 +10591,410 @@ Mon Sep 25 19:40:07 CEST 2023 - msuchanek@suse.de future reorganization of the spec template. - commit 30e2cef +------------------------------------------------------------------- +Mon Sep 25 10:34:49 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch. +- Refresh + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch. +- Refresh + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch. + Update upstream status. +- commit ea38674 + +------------------------------------------------------------------- +Mon Sep 25 10:23:15 CEST 2023 - tzimmermann@suse.com + +- drm/amdgpu: Update invalid PTE flag setting (boo#1215470) +- commit 74bb304 + +------------------------------------------------------------------- +Mon Sep 25 07:05:25 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.5 (bsc#1012628). +- iomap: Fix possible overflow condition in + iomap_write_delalloc_scan (bsc#1012628). +- autofs: fix memory leak of waitqueues in autofs_catatonic_mode + (bsc#1012628). +- btrfs: handle errors properly in update_inline_extent_backref() + (bsc#1012628). +- btrfs: output extra debug info if we failed to find an inline + backref (bsc#1012628). +- locks: fix KASAN: use-after-free in + trace_event_raw_event_filelock_lock (bsc#1012628). +- ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer (bsc#1012628). +- kernel/fork: beware of __put_task_struct() calling context + (bsc#1012628). +- rcuscale: Move rcu_scale_writer() + schedule_timeout_uninterruptible() to _idle() (bsc#1012628). +- scftorture: Forgive memory-allocation failure if KASAN + (bsc#1012628). +- platform/chrome: cros_ec_lpc: Remove EC panic shutdown timeout + (bsc#1012628). +- x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models + (bsc#1012628). +- perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for + HIP08/09 (bsc#1012628). +- s390/boot: cleanup number of page table levels setup + (bsc#1012628). +- kselftest/arm64: fix a memleak in zt_regs_run() (bsc#1012628). +- perf/imx_ddr: speed up overflow frequency of cycle + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac12,1 + and iMac12,2 (bsc#1012628). +- hw_breakpoint: fix single-stepping when using + bpf_overflow_handler (bsc#1012628). +- ACPI: x86: s2idle: Catch multiple ACPI_TYPE_PACKAGE objects + (bsc#1012628). +- selftests/nolibc: fix up kernel parameters support + (bsc#1012628). +- selftests/nolibc: prevent out of bounds access in + expect_vfprintf (bsc#1012628). +- spi: sun6i: add quirk for dual and quad SPI modes support + (bsc#1012628). +- devlink: remove reload failed checks in params get/set callbacks + (bsc#1012628). +- crypto: lrw,xts - Replace strlcpy with strscpy (bsc#1012628). +- ice: Don't tx before switchdev is fully configured + (bsc#1012628). +- wifi: ath9k: fix fortify warnings (bsc#1012628). +- wifi: ath9k: fix printk specifier (bsc#1012628). +- wifi: rtw88: delete timer and free skb queue when unloading + (bsc#1012628). +- wifi: mwifiex: fix fortify warning (bsc#1012628). +- mt76: mt7921: don't assume adequate headroom for SDIO headers + (bsc#1012628). +- wifi: wil6210: fix fortify warnings (bsc#1012628). +- can: sun4i_can: Add acceptance register quirk (bsc#1012628). +- can: sun4i_can: Add support for the Allwinner D1 (bsc#1012628). +- net: Use sockaddr_storage for getsockopt(SO_PEERNAME) + (bsc#1012628). +- wifi: ath12k: Fix a NULL pointer dereference in + ath12k_mac_op_hw_scan() (bsc#1012628). +- wifi: ath12k: avoid array overflow of hw mode for + preferred_hw_mode (bsc#1012628). +- net/ipv4: return the real errno instead of -EINVAL + (bsc#1012628). +- crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() + (bsc#1012628). +- Bluetooth: btusb: Add device 0489:e0f5 as MT7922 device + (bsc#1012628). +- Bluetooth: btusb: Add a new VID/PID 0489/e0f6 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 0489/e102 for MT7922 + (bsc#1012628). +- Bluetooth: btusb: Add new VID/PID 04ca/3804 for MT7922 + (bsc#1012628). +- Bluetooth: Fix hci_suspend_sync crash (bsc#1012628). +- Bluetooth: btusb: Add support for another MediaTek 7922 VID/PID + (bsc#1012628). +- netlink: convert nlk->flags to atomic flags (bsc#1012628). +- tpm_tis: Resend command to recover from data transfer errors + (bsc#1012628). +- mmc: sdhci-esdhc-imx: improve ESDHC_FLAG_ERR010450 + (bsc#1012628). +- alx: fix OOB-read compiler warning (bsc#1012628). +- wifi: iwlwifi: pcie: avoid a warning in case prepare card failed + (bsc#1012628). +- wifi: mac80211: check S1G action frame size (bsc#1012628). +- netfilter: ebtables: fix fortify warnings in size_entry_mwt() + (bsc#1012628). +- wifi: cfg80211: reject auth/assoc to AP with our address + (bsc#1012628). +- wifi: cfg80211: ocb: don't leave if not joined (bsc#1012628). +- wifi: mac80211: check for station first in client probe + (bsc#1012628). +- wifi: mac80211_hwsim: drop short frames (bsc#1012628). +- Revert "wifi: mac80211_hwsim: check the return value of + nla_put_u32" (bsc#1012628). +- libbpf: Free btf_vmlinux when closing bpf_object (bsc#1012628). +- wifi: ath12k: Fix memory leak in rx_desc and tx_desc + (bsc#1012628). +- wifi: ath12k: add check max message length while scanning with + extraie (bsc#1012628). +- Fix nomenclature for USB and PCI wireless devices (bsc#1012628). +- bpf: Consider non-owning refs trusted (bsc#1012628). +- bpf: Consider non-owning refs to refcounted nodes RCU protected + (bsc#1012628). +- drm/bridge: tc358762: Instruct DSI host to generate HSE packets + (bsc#1012628). +- drm/edid: Add quirk for OSVR HDK 2.0 (bsc#1012628). +- drm: bridge: samsung-dsim: Drain command transfer FIFO before + transfer (bsc#1012628). +- arm64: dts: qcom: sm6125-pdx201: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6125-sprout: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm6350: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: correct ramoops pmsg-size + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: correct ramoops pmsg-size + (bsc#1012628). +- drm/amdgpu: Increase soft IH ring size (bsc#1012628). +- samples/hw_breakpoint: Fix kernel BUG 'invalid opcode: 0000' + (bsc#1012628). +- drm/amdgpu: Update ring scheduler info as needed (bsc#1012628). +- drm/amd/display: Fix underflow issue on 175hz timing + (bsc#1012628). +- ASoC: SOF: topology: simplify code to prevent static analysis + warnings (bsc#1012628). +- ASoC: Intel: sof_sdw: Update BT offload config for soundwire + config (bsc#1012628). +- ALSA: hda: intel-dsp-cfg: add LunarLake support (bsc#1012628). +- drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK + (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN31 (bsc#1012628). +- drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for + DCN314 (bsc#1012628). +- drm/amd/display: Use max memclk variable when setting max memclk + (bsc#1012628). +- drm/msm/adreno: Use quirk identify hw_apriv (bsc#1012628). +- drm/msm/adreno: Use quirk to identify cached-coherent support + (bsc#1012628). +- drm/exynos: fix a possible null-pointer dereference due to + data race in exynos_drm_crtc_atomic_disable() (bsc#1012628). +- io_uring: annotate the struct io_kiocb slab for appropriate + user copy (bsc#1012628). +- drm/mediatek: dp: Change logging to dev for + mtk_dp_aux_transfer() (bsc#1012628). +- bus: ti-sysc: Configure uart quirks for k3 SoC (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Add camera activity LED + (bsc#1012628). +- md: raid1: fix potential OOB in raid1_remove_disk() + (bsc#1012628). +- ext2: fix datatype of block number in ext2_xattr_set2() + (bsc#1012628). +- blk-mq: fix tags leak when shrink nr_hw_queues (bsc#1012628). +- ASoC: SOF: amd: clear panic mask status when panic occurs + (bsc#1012628). +- x86: bring back rep movsq for user access on CPUs without ERMS + (bsc#1012628). +- fs/jfs: prevent double-free in dbUnmount() after failed + jfs_remount() (bsc#1012628). +- jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount + (bsc#1012628). +- ext4: add two helper functions extent_logical_end() and + pa_logical_end() (bsc#1012628). +- ext4: avoid overlapping preallocations due to overflow + (bsc#1012628). +- PCI: dwc: Provide deinit callback for i.MX (bsc#1012628). +- ARM: 9317/1: kexec: Make smp stop calls asynchronous + (bsc#1012628). +- powerpc/pseries: fix possible memory leak in ibmebus_bus_init() + (bsc#1012628). +- PCI: vmd: Disable bridge window for domain reset (bsc#1012628). +- PCI: fu740: Set the number of MSI vectors (bsc#1012628). +- media: mdp3: Fix resource leaks in of_find_device_by_node + (bsc#1012628). +- media: dvb-usb-v2: af9035: Fix null-ptr-deref in + af9035_i2c_master_xfer (bsc#1012628). +- media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() + (bsc#1012628). +- media: af9005: Fix null-ptr-deref in af9005_i2c_xfer + (bsc#1012628). +- media: anysee: fix null-ptr-deref in anysee_master_xfer + (bsc#1012628). +- media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: gl861: Fix null-ptr-deref in + gl861_i2c_master_xfer (bsc#1012628). +- scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout + error is detected (bsc#1012628). +- media: tuners: qt1010: replace BUG_ON with a regular error + (bsc#1012628). +- media: pci: cx23885: replace BUG with error return + (bsc#1012628). +- usb: cdns3: Put the cdns set active part outside the spin lock + (bsc#1012628). +- usb: typec: intel_pmc_mux: Add new ACPI ID for Lunar Lake IOM + device (bsc#1012628). +- usb: gadget: fsl_qe_udc: validate endpoint index for ch9 udc + (bsc#1012628). +- tools: iio: iio_generic_buffer: Fix some integer type and + calculation (bsc#1012628). +- scsi: target: iscsi: Fix buffer overflow in + lio_target_nacl_info_show() (bsc#1012628). +- serial: cpm_uart: Avoid suspicious locking (bsc#1012628). +- misc: open-dice: make OPEN_DICE depend on HAS_IOMEM + (bsc#1012628). +- usb: dwc3: dwc3-octeon: Verify clock divider (bsc#1012628). +- usb: ehci: add workaround for chipidea PORTSC.PEC bug + (bsc#1012628). +- usb: chipidea: add workaround for chipidea PEC bug + (bsc#1012628). +- media: pci: ipu3-cio2: Initialise timing struct to avoid a + compiler warning (bsc#1012628). +- kobject: Add sanity check for kset->kobj.ktype in + kset_register() (bsc#1012628). +- interconnect: Fix locking for runpm vs reclaim (bsc#1012628). +- usb: typec: qcom-pmic-typec: register drm_bridge (bsc#1012628). +- printk: Reduce console_unblank() usage in unsafe scenarios + (bsc#1012628). +- printk: Keep non-panic-CPUs out of console lock (bsc#1012628). +- printk: Do not take console lock for console_flush_on_panic() + (bsc#1012628). +- printk: Consolidate console deferred printing (bsc#1012628). +- printk: Rename abandon_console_lock_in_panic() to + other_cpu_in_panic() (bsc#1012628). +- ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow + (bsc#1012628). +- btrfs: introduce struct to consolidate extent buffer write + context (bsc#1012628). +- btrfs: zoned: introduce block group context to + btrfs_eb_write_context (bsc#1012628). +- btrfs: zoned: return int from btrfs_check_meta_write_pointer + (bsc#1012628). +- btrfs: zoned: defer advancing meta write pointer (bsc#1012628). +- btrfs: zoned: activate metadata block group on write time + (bsc#1012628). +- mtd: spi-nor: spansion: use CLPEF as an alternative to CLSR + (bsc#1012628). +- mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLAT + (bsc#1012628). +- btrfs: add a helper to read the superblock metadata_uuid + (bsc#1012628). +- btrfs: compare the correct fsid/metadata_uuid in + btrfs_validate_super (bsc#1012628). +- nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() + (bsc#1012628). +- drm: gm12u320: Fix the timeout usage for usb_bulk_msg() + (bsc#1012628). +- scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- md: don't dereference mddev after export_rdev() (bsc#1012628). +- md: fix warning for holder mismatch from export_rdev() + (bsc#1012628). +- PM: hibernate: Fix the exclusive get block device in test_resume + mode (bsc#1012628). +- selftests: tracing: Fix to unmount tracefs for recovering + environment (bsc#1012628). +- x86/ibt: Suppress spurious ENDBR (bsc#1012628). +- x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() + (bsc#1012628). +- riscv: kexec: Align the kexeced kernel entry (bsc#1012628). +- x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domain + (bsc#1012628). +- scsi: target: core: Fix target_cmd_counter leak (bsc#1012628). +- scsi: lpfc: Fix the NULL vs IS_ERR() bug for + debugfs_create_file() (bsc#1012628). +- panic: Reenable preemption in WARN slowpath (bsc#1012628). +- ata: libata-core: fetch sense data for successful commands + iff CDL enabled (bsc#1012628). +- x86/boot/compressed: Reserve more memory for page tables + (bsc#1012628). +- x86/purgatory: Remove LTO flags (bsc#1012628). +- samples/hw_breakpoint: fix building without module unloading + (bsc#1012628). +- blk-mq: prealloc tags when increase tagset nr_hw_queues + (bsc#1012628). +- blk-mq: fix tags UAF when shrinking q->nr_hw_queues + (bsc#1012628). +- md/raid1: fix error: ISO C90 forbids mixed declarations + (bsc#1012628). +- Revert "SUNRPC: Fail faster on bad verifier" (bsc#1012628). +- attr: block mode changes of symlinks (bsc#1012628). +- ovl: fix failed copyup of fileattr on a symlink (bsc#1012628). +- ovl: fix incorrect fdput() on aio completion (bsc#1012628). +- io_uring/net: fix iter retargeting for selected buf + (bsc#1012628). +- nvme: avoid bogus CRTO values (bsc#1012628). +- x86/platform/uv: Use alternate source for socket to node data + (bsc#1012628). +- Revert "firewire: core: obsolete usage of GFP_ATOMIC at building + node tree" (bsc#1012628). +- md: Put the right device in md_seq_next (bsc#1012628). +- drm/amd: Make fence wait in suballocator uninterruptible + (bsc#1012628). +- Revert "drm/amd: Disable S/G for APUs when 64GB or more host + memory" (bsc#1012628). +- dm: don't attempt to queue IO under RCU protection + (bsc#1012628). +- dm: fix a race condition in retrieve_deps (bsc#1012628). +- btrfs: fix lockdep splat and potential deadlock after failure + running delayed items (bsc#1012628). +- btrfs: fix a compilation error if DEBUG is defined in + btree_dirty_folio (bsc#1012628). +- btrfs: fix race between finishing block group creation and + its item update (bsc#1012628). +- btrfs: release path before inode lookup during the ino lookup + ioctl (bsc#1012628). +- btrfs: check for BTRFS_FS_ERROR in pending ordered assert + (bsc#1012628). +- tracing/synthetic: Fix order of struct trace_dynamic_info + (bsc#1012628). +- tracing: Have tracing_max_latency inc the trace array ref count + (bsc#1012628). +- tracing: Have event inject files inc the trace array ref count + (bsc#1012628). +- tracing/synthetic: Print out u64 values properly (bsc#1012628). +- tracing: Increase trace array ref count on enable and filter + files (bsc#1012628). +- tracing: Have current_trace inc the trace array ref count + (bsc#1012628). +- tracing: Have option files inc the trace array ref count + (bsc#1012628). +- selinux: fix handling of empty opts in + selinux_fs_context_submount() (bsc#1012628). +- nfsd: fix change_info in NFSv4 RENAME replies (bsc#1012628). +- tracefs: Add missing lockdown check to tracefs_create_dir() + (bsc#1012628). +- i2c: aspeed: Reset the i2c controller when timeout occurs + (bsc#1012628). +- ata: libata: disallow dev-initiated LPM transitions to + unsupported states (bsc#1012628). +- ata: libahci: clear pending interrupt status (bsc#1012628). +- scsi: megaraid_sas: Fix deadlock on firmware crashdump + (bsc#1012628). +- scsi: qla2xxx: Use raw_smp_processor_id() instead of + smp_processor_id() (bsc#1012628). +- scsi: pm8001: Setup IRQs on resume (bsc#1012628). +- Revert "comedi: add HAS_IOPORT dependencies" (bsc#1012628). +- ext4: fix rec_len verify error (bsc#1012628). +- drm/radeon: make fence wait in suballocator uninterrruptable + (bsc#1012628). +- drm/i915: Only check eDP HPD when AUX CH is shared + (bsc#1012628). +- drm/amdkfd: Insert missing TLB flush on GFX10 and later + (bsc#1012628). +- drm/tests: helpers: Avoid a driver uaf (bsc#1012628). +- drm/amd/display: Adjust the MST resume flow (bsc#1012628). +- drm/amd/display: fix the white screen issue when >= 64GB DRAM + (bsc#1012628). +- drm/amd/display: Add DPIA Link Encoder Assignment Fix + (bsc#1012628). +- drm/amd/display: Fix 2nd DPIA encoder Assignment (bsc#1012628). +- Revert "memcg: drop kmem.limit_in_bytes" (bsc#1012628). +- drm/amdgpu: fix amdgpu_cs_p1_user_fence (bsc#1012628). +- interconnect: Teach lockdep about icc_bw_lock order + (bsc#1012628). +- x86/alternatives: Remove faulty optimization (bsc#1012628). +- x86,static_call: Fix static-call vs return-thunk (bsc#1012628). +- Update config files. + * restore COMEDI_ISA_DRIVERS=n + * CAN_SUN4I=m, following master +- Rename to + patches.kernel.org/6.5.5-010-ACPI-video-Add-backlight-native-DMI-quirk-for-L.patch. +- Rename to + patches.kernel.org/6.5.5-147-efivarfs-fix-statfs-on-efivarfs.patch. +- commit 2459c16 + +------------------------------------------------------------------- +Sun Sep 24 23:36:19 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc3 +- commit 15b4ad8 + +------------------------------------------------------------------- +Fri Sep 22 08:13:55 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu: set completion status + as preempted for the resubmission + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit f926df3 + ------------------------------------------------------------------- Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de @@ -2838,12 +11003,596 @@ Wed Sep 20 16:30:37 CEST 2023 - msuchanek@suse.de Other simimlar scripts may exist. - commit c882efa +------------------------------------------------------------------- +Wed Sep 20 10:41:15 CEST 2023 - mkubecek@suse.cz + +- Update + patches.kernel.org/6.5.3-188-net-sched-sch_hfsc-Ensure-inner-classes-have-fs.patch + references (add CVE-2023-4623 bsc#1215115). +- commit e836b0d + +------------------------------------------------------------------- +Wed Sep 20 07:07:04 CEST 2023 - jslaby@suse.cz + +- smb3: move server check earlier when setting channel sequence + number (git-fixes). +- commit fdd7e9e + +------------------------------------------------------------------- +Tue Sep 19 17:54:53 CEST 2023 - jlee@suse.com + +- Update config files. (bsc#1205447, jsc#PED-6528) + Set CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=n + to armv6hl/default, armv7hl/default + Let's disable CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY + before we have conclusion on PED-6528. Which means that the + .secondary_trusted_keys keyring can NOT be used to verify .ima/.evm + keys. It also means that MOK in .machine keyring can not be used to + verify .ima/.evm keys. (bsc#1205447, jsc#PED-6528) +- commit 6f5f69b + +------------------------------------------------------------------- +Tue Sep 19 12:52:42 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.4 (bsc#1012628). +- drm/virtio: Conditionally allocate virtio_gpu_fence + (bsc#1012628). +- scsi: ufs: core: Add advanced RPMB support where UFSHCI 4.0 + does not support EHS length in UTRD (bsc#1012628). +- scsi: qla2xxx: Adjust IOCB resource on qpair create + (bsc#1012628). +- scsi: qla2xxx: Limit TMF to 8 per function (bsc#1012628). +- scsi: qla2xxx: Fix deletion race condition (bsc#1012628). +- scsi: qla2xxx: fix inconsistent TMF timeout (bsc#1012628). +- scsi: qla2xxx: Fix command flush during TMF (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link up failure (bsc#1012628). +- scsi: qla2xxx: Turn off noisy message log (bsc#1012628). +- scsi: qla2xxx: Fix session hang in gnl (bsc#1012628). +- scsi: qla2xxx: Fix TMF leak through (bsc#1012628). +- scsi: qla2xxx: Remove unsupported ql2xenabledif option + (bsc#1012628). +- scsi: qla2xxx: Flush mailbox commands on chip reset + (bsc#1012628). +- scsi: qla2xxx: Fix smatch warn for qla_init_iocb_limit() + (bsc#1012628). +- scsi: qla2xxx: Error code did not return to upper layer + (bsc#1012628). +- scsi: qla2xxx: Fix firmware resource tracking (bsc#1012628). +- null_blk: fix poll request timeout handling (bsc#1012628). +- kernfs: fix missing kernfs_iattr_rwsem locking (bsc#1012628). +- fbdev/ep93xx-fb: Do not assign to struct fb_info.dev + (bsc#1012628). +- clk: qcom: camcc-sc7180: fix async resume during probe + (bsc#1012628). +- drm/ast: Fix DRAM init on AST2200 (bsc#1012628). +- ASoC: tegra: Fix SFC conversion for few rates (bsc#1012628). +- ARM: dts: samsung: exynos4210-i9100: Fix LCD screen's physical + size (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate on Tegra234 + (bsc#1012628). +- arm64: tegra: Update AHUB clock parent and rate (bsc#1012628). +- clk: qcom: turingcc-qcs404: fix missing resume during probe + (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct inverted X of + touchscreen (bsc#1012628). +- arm64: dts: qcom: msm8953-vince: drop duplicated touschreen + parent interrupt (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen function + names (bsc#1012628). +- ARM: dts: qcom: msm8974pro-castor: correct touchscreen + syna,nosleep-mode (bsc#1012628). +- arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos + (bsc#1012628). +- ARM: dts: BCM5301X: Extend RAM to full 256MB for Linksys EA6500 + V2 (bsc#1012628). +- send channel sequence number in SMB3 requests after reconnects + (bsc#1012628). +- memcg: drop kmem.limit_in_bytes (bsc#1012628). +- mm: hugetlb_vmemmap: fix a race between vmemmap pmd split + (bsc#1012628). +- lib/test_meminit: allocate pages up to order MAX_ORDER + (bsc#1012628). +- Multi-gen LRU: avoid race in inc_min_seq() (bsc#1012628). +- parisc: led: Fix LAN receive and transmit LEDs (bsc#1012628). +- parisc: led: Reduce CPU overhead for disk & lan LED computation + (bsc#1012628). +- cifs: update desired access while requesting for directory lease + (bsc#1012628). +- pinctrl: cherryview: fix address_space_handler() argument + (bsc#1012628). +- dt-bindings: clock: xlnx,versal-clk: drop select:false + (bsc#1012628). +- clk: imx: pll14xx: dynamically configure PLL for + 393216000/361267200Hz (bsc#1012628). +- clk: imx: pll14xx: align pdiv with reference manual + (bsc#1012628). +- clk: qcom: gcc-mdm9615: use proper parent for pll0_vote clock + (bsc#1012628). +- soc: qcom: qmi_encdec: Restrict string length in decode + (bsc#1012628). +- clk: qcom: dispcc-sm8450: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: dispcc-sm8550: fix runtime PM imbalance on probe + errors (bsc#1012628). +- clk: qcom: lpasscc-sc7280: fix missing resume during probe + (bsc#1012628). +- clk: qcom: q6sstop-qcs404: fix missing resume during probe + (bsc#1012628). +- clk: qcom: mss-sc7180: fix missing resume during probe + (bsc#1012628). +- NFS: Fix a potential data corruption (bsc#1012628). +- NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info + (bsc#1012628). +- bus: mhi: host: Skip MHI reset if device is in RDDM + (bsc#1012628). +- kbuild: rpm-pkg: define _arch conditionally (bsc#1012628). +- kbuild: do not run depmod for 'make modules_sign' (bsc#1012628). +- tpm_crb: Fix an error handling path in crb_acpi_add() + (bsc#1012628). +- gfs2: Switch to wait_event in gfs2_logd (bsc#1012628). +- gfs2: low-memory forced flush fixes (bsc#1012628). +- mailbox: qcom-ipcc: fix incorrect num_chans counting + (bsc#1012628). +- kconfig: fix possible buffer overflow (bsc#1012628). +- tools/mm: fix undefined reference to pthread_once (bsc#1012628). +- Input: iqs7222 - configure power mode before triggering ATI + (bsc#1012628). +- perf trace: Really free the evsel->priv area (bsc#1012628). +- pwm: atmel-tcb: Harmonize resource allocation order + (bsc#1012628). +- pwm: atmel-tcb: Fix resource freeing in error path and remove + (bsc#1012628). +- backlight: lp855x: Initialize PWM state on first brightness + change (bsc#1012628). +- backlight: gpio_backlight: Drop output GPIO direction check + for initial power state (bsc#1012628). +- perf parse-events: Separate YYABORT and YYNOMEM cases + (bsc#1012628). +- perf parse-events: Move instances of YYABORT to YYNOMEM + (bsc#1012628). +- perf parse-events: Separate ENOMEM memory handling + (bsc#1012628). +- perf parse-events: Additional error reporting (bsc#1012628). +- KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES + guests (bsc#1012628). +- Input: tca6416-keypad - always expect proper IRQ number in + i2c client (bsc#1012628). +- Input: tca6416-keypad - fix interrupt enable disbalance + (bsc#1012628). +- perf annotate bpf: Don't enclose non-debug code with an assert() + (bsc#1012628). +- x86/virt: Drop unnecessary check on extended CPUID level in + cpu_has_svm() (bsc#1012628). +- perf script: Print "cgroup" field on the same line as "comm" + (bsc#1012628). +- perf bpf-filter: Fix sample flag check with || (bsc#1012628). +- perf dlfilter: Initialize addr_location before passing it to + thread__find_symbol_fb() (bsc#1012628). +- perf dlfilter: Add al_cleanup() (bsc#1012628). +- perf vendor events: Update the JSON/events descriptions for + power10 platform (bsc#1012628). +- perf vendor events: Drop some of the JSON/events for power10 + platform (bsc#1012628). +- perf vendor events: Drop STORES_PER_INST metric event for + power10 platform (bsc#1012628). +- perf vendor events: Move JSON/events to appropriate files for + power10 platform (bsc#1012628). +- perf vendor events: Update metric event names for power10 + platform (bsc#1012628). +- perf top: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- perf lock: Don't pass an ERR_PTR() directly to + perf_session__delete() (bsc#1012628). +- watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-load + (bsc#1012628). +- perf vendor events arm64: Remove L1D_CACHE_LMISS from AmpereOne + list (bsc#1012628). +- pwm: lpc32xx: Remove handling of PWM channels (bsc#1012628). +- accel/ivpu: refactor deprecated strncpy (bsc#1012628). +- perf header: Fix missing PMU caps (bsc#1012628). +- i3c: master: svc: Describe member 'saved_regs' (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Fix shellcheck issue about + logical operators (bsc#1012628). +- perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup + BPF counter test (bsc#1012628). +- regulator: tps6287x: Fix n_voltages (bsc#1012628). +- selftests/bpf: Fix flaky cgroup_iter_sleepable subtest + (bsc#1012628). +- drm/i915: mark requests for GuC virtual engines to avoid + use-after-free (bsc#1012628). +- blk-throttle: use calculate_io/bytes_allowed() for + throtl_trim_slice() (bsc#1012628). +- blk-throttle: consider 'carryover_ios/bytes' in + throtl_trim_slice() (bsc#1012628). +- netfilter: nf_tables: Audit log setelem reset (bsc#1012628). +- netfilter: nf_tables: Audit log rule reset (bsc#1012628). +- smb: propagate error code of extract_sharename() (bsc#1012628). +- net/sched: fq_pie: avoid stalls in fq_pie_timer() (bsc#1012628). +- sctp: annotate data-races around sk->sk_wmem_queued + (bsc#1012628). +- ipv4: annotate data-races around fi->fib_dead (bsc#1012628). +- net: read sk->sk_family once in sk_mc_loop() (bsc#1012628). +- net: fib: avoid warn splat in flow dissector (bsc#1012628). +- xsk: Fix xsk_diag use-after-free error during socket cleanup + (bsc#1012628). +- drm/i915/gvt: Verify pfn is "valid" before dereferencing + "struct page" (bsc#1012628). +- drm/i915/gvt: Put the page reference obtained by KVM's + gfn_to_pfn() (bsc#1012628). +- drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt() + (bsc#1012628). +- drm/amd/display: fix mode scaling (RMX_.*) (bsc#1012628). +- net/handshake: fix null-ptr-deref in handshake_nl_done_doit() + (bsc#1012628). +- net: use sk_forward_alloc_get() in sk_get_meminfo() + (bsc#1012628). +- net: annotate data-races around sk->sk_forward_alloc + (bsc#1012628). +- mptcp: annotate data-races around msk->rmem_fwd_alloc + (bsc#1012628). +- net: annotate data-races around sk->sk_tsflags (bsc#1012628). +- net: annotate data-races around sk->sk_bind_phc (bsc#1012628). +- ipv4: ignore dst hint for multipath routes (bsc#1012628). +- ipv6: ignore dst hint for multipath routes (bsc#1012628). +- selftests/bpf: Fix a CI failure caused by vsock write + (bsc#1012628). +- igb: disable virtualization features on 82580 (bsc#1012628). +- gve: fix frag_list chaining (bsc#1012628). +- veth: Fixing transmit return status for dropped packets + (bsc#1012628). +- net: ipv6/addrconf: avoid integer underflow in + ipv6_create_tempaddr (bsc#1012628). +- net: phy: micrel: Correct bit assignments for phy_device flags + (bsc#1012628). +- bpf, sockmap: Fix skb refcnt race after locking changes + (bsc#1012628). +- af_unix: Fix msg_controllen test in scm_pidfd_recv() for + MSG_CMSG_COMPAT (bsc#1012628). +- af_unix: Fix data-races around user->unix_inflight + (bsc#1012628). +- af_unix: Fix data-race around unix_tot_inflight (bsc#1012628). +- af_unix: Fix data-races around sk->sk_shutdown (bsc#1012628). +- af_unix: Fix data race around sk->sk_err (bsc#1012628). +- net: sched: sch_qfq: Fix UAF in qfq_dequeue() (bsc#1012628). +- kcm: Destroy mutex in kcm_exit_net() (bsc#1012628). +- octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue + mbox handler (bsc#1012628). +- igc: Change IGC_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 + and 80 (bsc#1012628). +- igb: Change IGB_MIN to allow set rx/tx value between 64 and 80 + (bsc#1012628). +- s390/zcrypt: don't leak memory if dev_set_name() fails + (bsc#1012628). +- regulator: tps6594-regulator: Fix random kernel crash + (bsc#1012628). +- idr: fix param name in idr_alloc_cyclic() doc (bsc#1012628). +- ip_tunnels: use DEV_STATS_INC() (bsc#1012628). +- net/mlx5e: Clear mirred devices array if the rule is split + (bsc#1012628). +- net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix + (bsc#1012628). +- net/mlx5: Rework devlink port alloc/free into init/cleanup + (bsc#1012628). +- net/mlx5: Push devlink port PF/VF init/cleanup calls out of + devlink_port_register/unregister() (bsc#1012628). +- mlx5/core: E-Switch, Create ACL FT for eswitch manager in + switchdev mode (bsc#1012628). +- net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs + software and offload (bsc#1012628). +- net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs + too many times (bsc#1012628). +- net: dsa: sja1105: complete tc-cbs offload support on SJA1110 + (bsc#1012628). +- net: phylink: fix sphinx complaint about invalid literal + (bsc#1012628). +- bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in + kern_sys_bpf() (bsc#1012628). +- bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion + check (bsc#1012628). +- s390/bpf: Pass through tail call counter in trampolines + (bsc#1012628). +- bpf: bpf_sk_storage: Fix invalid wait context lockdep report + (bsc#1012628). +- bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc + (bsc#1012628). +- netfilter: nfnetlink_osf: avoid OOB read (bsc#1012628). +- netfilter: nft_set_rbtree: skip sync GC for new elements in + this transaction (bsc#1012628). +- netfilter: nf_tables: Unbreak audit log reset (bsc#1012628). +- net: phy: Provide Module 4 KSZ9477 errata (DS80000754C) + (bsc#1012628). +- net: hns3: fix tx timeout issue (bsc#1012628). +- net: hns3: fix byte order conversion issue in + hclge_dbg_fd_tcam_read() (bsc#1012628). +- net: hns3: fix debugfs concurrency issue between kfree buffer + and read (bsc#1012628). +- net: hns3: fix invalid mutex between tc qdisc and dcb ets + command issue (bsc#1012628). +- net: hns3: fix the port information display when sfp is absent + (bsc#1012628). +- net: hns3: remove GSO partial feature bit (bsc#1012628). +- net: enetc: distinguish error from valid pointers in + enetc_fixup_clear_rss_rfs() (bsc#1012628). +- sh: boards: Fix CEU buffer size passed to + dma_declare_coherent_memory() (bsc#1012628). +- sh: push-switch: Reorder cleanup operations to avoid + use-after-free bug (bsc#1012628). +- linux/export: fix reference to exported functions for parisc64 + (bsc#1012628). +- watchdog: advantech_ec_wdt: fix Kconfig dependencies + (bsc#1012628). +- drm/amd/display: Temporary Disable MST DP Colorspace Property + (bsc#1012628). +- ARC: atomics: Add compiler barrier to atomic + operations.. (bsc#1012628). +- clocksource/drivers/arm_arch_timer: Disable timer before + programming CVAL (bsc#1012628). +- dmaengine: sh: rz-dmac: Fix destination and source data size + setting (bsc#1012628). +- misc: fastrpc: Fix remote heap allocation request (bsc#1012628). +- misc: fastrpc: Fix incorrect DMA mapping unmap request + (bsc#1012628). +- jbd2: fix checkpoint cleanup performance regression + (bsc#1012628). +- jbd2: check 'jh->b_transaction' before removing it from + checkpoint (bsc#1012628). +- jbd2: correct the end of the journal recovery scan range + (bsc#1012628). +- ext4: fix slab-use-after-free in ext4_es_insert_extent() + (bsc#1012628). +- ext4: add correct group descriptors and reserved GDT blocks + to system zone (bsc#1012628). +- ext4: fix memory leaks in + ext4_fname_{setup_filename,prepare_lookup} (bsc#1012628). +- ext4: drop dio overwrite only flag and associated warning + (bsc#1012628). +- f2fs: get out of a repeat loop when getting a locked data page + (bsc#1012628). +- f2fs: flush inode if atomic file is aborted (bsc#1012628). +- f2fs: avoid false alarm of circular locking (bsc#1012628). +- lib: test_scanf: Add explicit type cast to result initialization + in test_number_prefix() (bsc#1012628). +- hwspinlock: qcom: add missing regmap config for SFPB MMIO + implementation (bsc#1012628). +- memcontrol: ensure memcg acquired by id is properly set up + (bsc#1012628). +- ata: ahci: Add Elkhart Lake AHCI controller (bsc#1012628). +- ata: pata_falcon: fix IO base selection for Q40 (bsc#1012628). +- ata: sata_gemini: Add missing MODULE_DESCRIPTION (bsc#1012628). +- ata: pata_ftide010: Add missing MODULE_DESCRIPTION + (bsc#1012628). +- fuse: nlookup missing decrement in fuse_direntplus_link + (bsc#1012628). +- btrfs: zoned: do not zone finish data relocation block group + (bsc#1012628). +- btrfs: fix start transaction qgroup rsv double free + (bsc#1012628). +- btrfs: free qgroup rsv on io failure (bsc#1012628). +- btrfs: don't start transaction when joining with + TRANS_JOIN_NOSTART (bsc#1012628). +- btrfs: set page extent mapped after read_folio in + relocate_one_page (bsc#1012628). +- btrfs: zoned: re-enable metadata over-commit for zoned mode + (bsc#1012628). +- btrfs: use the correct superblock to compare fsid in + btrfs_validate_super (bsc#1012628). +- btrfs: scrub: avoid unnecessary extent tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: avoid unnecessary csum tree search preparing + stripes (bsc#1012628). +- btrfs: scrub: fix grouping of read IO (bsc#1012628). +- drm/mxsfb: Disable overlay plane in + mxsfb_plane_overlay_atomic_disable() (bsc#1012628). +- mtd: rawnand: brcmnand: Fix crash during the panic_write + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential out-of-bounds access in + oob write (bsc#1012628). +- mtd: spi-nor: Correct flags for Winbond w25q128 (bsc#1012628). +- mtd: rawnand: brcmnand: Fix potential false time out warning + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 + controller (bsc#1012628). +- Revert "drm/amd/display: Remove v_startup workaround for dcn3+" + (bsc#1012628). +- drm/amd/display: enable cursor degamma for DCN3+ DRM legacy + gamma (bsc#1012628). +- drm/amd/display: limit the v_startup workaround to ASICs older + than DCN3.1 (bsc#1012628). +- drm/amd/display: prevent potential division by zero errors + (bsc#1012628). +- KVM: VMX: Refresh available regs and IDT vectoring info before + NMI handling (bsc#1012628). +- KVM: SVM: Take and hold ir_list_lock when updating vCPU's + Physical ID entry (bsc#1012628). +- KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest + insn (bsc#1012628). +- KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost + migration (bsc#1012628). +- KVM: nSVM: Check instead of asserting on nested TSC scaling + support (bsc#1012628). +- KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 + state (bsc#1012628). +- KVM: SVM: Set target pCPU during IRTE update if target vCPU + is running (bsc#1012628). +- KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is + NULL (bsc#1012628). +- MIPS: Only fiddle with CHECKFLAGS if `need-compiler' + (bsc#1012628). +- MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' + regression (bsc#1012628). +- perf hists browser: Fix hierarchy mode header (bsc#1012628). +- perf build: Update build rule for generated files (bsc#1012628). +- perf test shell stat_bpf_counters: Fix test on Intel + (bsc#1012628). +- perf tools: Handle old data in PERF_RECORD_ATTR (bsc#1012628). +- perf build: Include generated header files properly + (bsc#1012628). +- perf hists browser: Fix the number of entries for 'e' key + (bsc#1012628). +- drm/amd/display: always switch off ODM before committing more + streams (bsc#1012628). +- drm/amd/display: Remove wait while locked (bsc#1012628). +- drm/amdkfd: Add missing gfx11 MQD manager callbacks + (bsc#1012628). +- drm/amdgpu: register a dirty framebuffer callback for fbcon + (bsc#1012628). +- bpf: fix bpf_probe_read_kernel prototype mismatch (bsc#1012628). +- regulator: raa215300: Change the scope of the variables + {clkin_name, xin_name} (bsc#1012628). +- regulator: raa215300: Fix resource leak in case of error + (bsc#1012628). +- parisc: sba_iommu: Fix build warning if procfs if disabled + (bsc#1012628). +- kunit: Fix wild-memory-access bug in kunit_free_suite_set() + (bsc#1012628). +- net: ipv4: fix one memleak in __inet_del_ifa() (bsc#1012628). +- kselftest/runner.sh: Propagate SIGTERM to runner child + (bsc#1012628). +- selftests: Keep symlinks, when possible (bsc#1012628). +- selftests/ftrace: Fix dependencies for some of the synthetic + event tests (bsc#1012628). +- net: microchip: vcap api: Fix possible memory leak for + vcap_dup_rule() (bsc#1012628). +- octeontx2-pf: Fix page pool cache index corruption + (bsc#1012628). +- net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list + iterate in smcr_port_add (bsc#1012628). +- net: stmmac: fix handling of zero coalescing tx-usecs + (bsc#1012628). +- net: ethernet: mvpp2_main: fix possible OOB write in + mvpp2_ethtool_get_rxnfc() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix possible NULL pointer + dereference in mtk_hwlro_get_fdir_all() (bsc#1012628). +- hsr: Fix uninit-value access in fill_frame_info() (bsc#1012628). +- net: ethernet: adi: adin1110: use eth_broadcast_addr() to + assign broadcast address (bsc#1012628). +- net:ethernet:adi:adin1110: Fix forwarding offload (bsc#1012628). +- net: dsa: sja1105: hide all multicast addresses from "bridge + fdb show" (bsc#1012628). +- net: dsa: sja1105: propagate exact error code from + sja1105_dynamic_config_poll_valid() (bsc#1012628). +- net: dsa: sja1105: fix multicast forwarding working only for + last added mdb entry (bsc#1012628). +- net: dsa: sja1105: serialize sja1105_port_mcast_flood() with + other FDB accesses (bsc#1012628). +- net: dsa: sja1105: block FDB accesses that are concurrent with + a switch reset (bsc#1012628). +- r8152: check budget for r8152_poll() (bsc#1012628). +- kcm: Fix memory leak in error path of kcm_sendmsg() + (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop the Rx packet if no more + descriptors (bsc#1012628). +- platform/mellanox: mlxbf-tmfifo: Drop jumbo frames + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix potential buffer overflows + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: Fix reading of unprogrammed events + (bsc#1012628). +- platform/mellanox: NVSW_SN2201 should depend on ACPI + (bsc#1012628). +- net/tls: do not free tls_rec on async operation in + bpf_exec_tx_verdict() (bsc#1012628). +- net: macb: fix sleep inside spinlock (bsc#1012628). +- veth: Update XDP feature set when bringing up device + (bsc#1012628). +- ipv6: fix ip6_sock_set_addr_preferences() typo (bsc#1012628). +- tcp: Factorise sk_family-independent comparison in + inet_bind2_bucket_match(_addr_any) (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 wildcard address + (bsc#1012628). +- tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address + (bsc#1012628). +- selftest: tcp: Fix address length in bind_wildcard.c + (bsc#1012628). +- ixgbe: fix timestamp configuration code (bsc#1012628). +- igb: clean up in all error paths when enabling SR-IOV + (bsc#1012628). +- net: renesas: rswitch: Fix unmasking irq condition + (bsc#1012628). +- kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg() + (bsc#1012628). +- vm: fix move_vma() memory accounting being off (bsc#1012628). +- drm/amd/display: Fix a bug when searching for insert_above_mpcc + (bsc#1012628). +- Rename to + patches.kernel.org/6.5.4-001-net-ipv6-SKB-symmetric-hash-should-incorporate-.patch. +- Rename to + patches.kernel.org/6.5.4-058-kbuild-dummy-tools-make-MPROFILE_KERNEL-checks-.patch. +- Rename to + patches.kernel.org/6.5.4-161-netfilter-nftables-exthdr-fix-4-byte-stack-OOB-.patch. +- Update config files. +- commit b203436 + +------------------------------------------------------------------- +Tue Sep 19 10:16:48 CEST 2023 - schwab@suse.de + +- riscv: enable CONFIG_MEDIA_PLATFORM_SUPPORT + - MEDIA_PLATFORM_SUPPORT=y + - V4L2_H264=m + - V4L2_VP9=m + - MEDIA_PLATFORM_DRIVERS=y + - V4L_PLATFORM_DRIVERS=y + - SDR_PLATFORM_DRIVERS=y + - DVB_PLATFORM_DRIVERS=y + - V4L_MEM2MEM_DRIVERS=y + - VIDEO_MEM2MEM_DEINTERLACE=m + - VIDEO_MUX=m + - VIDEO_CADENCE_CSI2RX=m + - VIDEO_CADENCE_CSI2TX=m + - VIDEO_CAFE_CCIC=m + - VIDEO_RCAR_ISP=m + - VIDEO_RCAR_CSI2=m + - VIDEO_RCAR_VIN=m + - VIDEO_RZG2L_CSI2=m + - VIDEO_RZG2L_CRU=m + - VIDEO_RENESAS_FCP=m + - VIDEO_RENESAS_FDP1=m + - VIDEO_RENESAS_JPU=m + - VIDEO_RENESAS_VSP1=m + - VIDEO_RCAR_DRIF=m + - VIDEO_SUN4I_CSI=m + - VIDEO_SUN6I_CSI=m + - VIDEO_SUN6I_MIPI_CSI2=m + - VIDEO_SUN8I_A83T_MIPI_CSI2=m + - VIDEO_SUN8I_DEINTERLACE=m + - VIDEO_SUN8I_ROTATE=m + - VIDEO_HANTRO=m + - VIDEO_HANTRO_SUNXI=y + - VIDEO_XILINX=m + - VIDEO_XILINX_CSI2RXSS=m + - VIDEO_XILINX_TPG=m + - VIDEO_XILINX_VTC=m + - SMS_SDIO_DRV=m + - SMS_SIANO_DEBUGFS=n + - VIDEO_SUN6I_ISP=m +- commit 337896e + +------------------------------------------------------------------- +Tue Sep 19 09:57:16 CEST 2023 - tiwai@suse.de + +- efivarfs: fix statfs() on efivarfs (bsc#1215284). +- commit 6b704c5 + ------------------------------------------------------------------- Mon Sep 18 16:31:22 CEST 2023 - petr.pavlu@suse.com - doc/README.SUSE: Reflow text to 80-column width (jsc#PED-5021) - commit e8f2c67 +------------------------------------------------------------------- +Mon Sep 18 14:35:23 CEST 2023 - tiwai@suse.de + +- Update config files: make SCSI/ATA drivers modules again + As discussed on opensuse-kernel ML, we want to make SCSI and ATA + drivers from built-in back to modules again: + https://lists.opensuse.org/archives/list/kernel@lists.opensuse.org/thread/MLRQW7RFEAKTAP63NMPFFIYTXAF7E3I3/ + They were made as built-in many many years ago just for boot speed up + and a slight hope of initrd-less systems. But it makes more sense to + align with the SLE configurations. +- commit 8c848c4 + ------------------------------------------------------------------- Mon Sep 18 14:24:26 CEST 2023 - petr.pavlu@suse.com @@ -2878,6 +11627,28 @@ Mon Sep 18 11:27:26 CEST 2023 - petr.pavlu@suse.com * Fix some typos and wording. - commit 2997d22 +------------------------------------------------------------------- +Mon Sep 18 10:20:52 CEST 2023 - clin@suse.com + +- Update config files: enable arm64 regulator modules for mediatek boards (bsc#1215335) +- commit b197b36 + +------------------------------------------------------------------- +Mon Sep 18 00:19:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc2 +- eliminate 1 patch + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- refresh configs +- commit 8a1f7fd + +------------------------------------------------------------------- +Fri Sep 15 17:09:42 CEST 2023 - mkubecek@suse.cz + +- netfilter: nftables: exthdr: fix 4-byte stack OOB write + (CVE-2023-4881 bsc#1215221). +- commit 89de233 + ------------------------------------------------------------------- Fri Sep 15 16:03:36 CEST 2023 - petr.pavlu@suse.com @@ -2938,6 +11709,45 @@ Fri Sep 15 11:28:20 CEST 2023 - petr.pavlu@suse.com * Fix some typos+grammar. - commit b9b7e79 +------------------------------------------------------------------- +Fri Sep 15 07:26:41 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "io_uring/net: don't overflow multishot recv"" + This reverts commit 561ed6f4e7c483049221b51678bdddad3677fb61, liburing + was fixed in by commit b73e940c9dd4. +- commit ba6631b + +------------------------------------------------------------------- +Thu Sep 14 10:46:53 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-Lenovo.patch. + Update upstream status. +- commit 786e0d6 + +------------------------------------------------------------------- +Thu Sep 14 10:37:05 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring/net: don't overflow multishot recv" + (bsc#1215332). +- commit 561ed6f + +------------------------------------------------------------------- +Thu Sep 14 09:26:27 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.5.3-669-media-dvb-symbol-fixup-for-dvb_attach.patch + (bsc#1012628 bsc#1215264). + Add a bsc reference. +- commit 3940da6 + +------------------------------------------------------------------- +Thu Sep 14 07:20:07 CEST 2023 - clin@suse.com + +- drm/msm/adreno: Add missing MODULE_FIRMWARE macros + (bsc#1213614). +- commit 421188e + ------------------------------------------------------------------- Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com @@ -2948,6 +11758,12 @@ Wed Sep 13 18:12:29 CEST 2023 - petr.pavlu@suse.com * Improve wording and fix some typos+grammar. - commit 798c075 +------------------------------------------------------------------- +Wed Sep 13 12:46:45 CEST 2023 - jslaby@suse.cz + +- sysctl/defaults: increase vm.max_map_count (bsc#1214445) +- commit ac3c174 + ------------------------------------------------------------------- Wed Sep 13 11:28:53 CEST 2023 - petr.pavlu@suse.com @@ -2987,6 +11803,1320 @@ Wed Sep 13 10:20:29 CEST 2023 - petr.pavlu@suse.com documentation for more information. - commit 7eeba4e +------------------------------------------------------------------- +Wed Sep 13 10:11:21 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.3 (bsc#1012628). +- drm/amd/display: ensure async flips are only accepted for fast + updates (bsc#1012628). +- cpufreq: intel_pstate: set stale CPU frequency to minimum + (bsc#1012628). +- tpm: Enable hwrng only for Pluton on AMD CPUs (bsc#1012628). +- net: Avoid address overwrite in kernel_connect (bsc#1012628). +- Bluetooth: btrtl: Load FW v2 otherwise FW v1 for RTL8852C + (bsc#1012628). +- Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PN + (bsc#1012628). +- Revert "fuse: in fuse_flush only wait if someone wants the + return code" (bsc#1012628). +- Revert "f2fs: clean up w/ sbi->log_sectors_per_block" + (bsc#1012628). +- Revert "PCI: tegra194: Enable support for 256 Byte payload" + (bsc#1012628). +- Revert "net: macsec: preserve ingress frame ordering" + (bsc#1012628). +- reiserfs: Check the return value from __getblk() (bsc#1012628). +- splice: always fsnotify_access(in), fsnotify_modify(out) + on success (bsc#1012628). +- splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice + (bsc#1012628). +- splice: fsnotify_access(in), fsnotify_modify(out) on success + in tee (bsc#1012628). +- eventfd: prevent underflow for eventfd semaphores (bsc#1012628). +- fs: Fix error checking for d_hash_and_lookup() (bsc#1012628). +- iomap: Remove large folio handling in iomap_invalidate_folio() + (bsc#1012628). +- tmpfs: verify {g,u}id mount options correctly (bsc#1012628). +- selftests/harness: Actually report SKIP for signal tests + (bsc#1012628). +- vfs, security: Fix automount superblock LSM init problem, + preventing NFS sb sharing (bsc#1012628). +- ARM: ptrace: Restore syscall restart tracing (bsc#1012628). +- ARM: ptrace: Restore syscall skipping for tracers (bsc#1012628). +- btrfs: zoned: skip splitting and logical rewriting on pre-alloc + write (bsc#1012628). +- erofs: release ztailpacking pclusters properly (bsc#1012628). +- locking/arch: Avoid variable shadowing in local_try_cmpxchg() + (bsc#1012628). +- refscale: Fix uninitalized use of wait_queue_head_t + (bsc#1012628). +- clocksource: Handle negative skews in "skew is too large" + messages (bsc#1012628). +- powercap: arm_scmi: Remove recursion while parsing zones + (bsc#1012628). +- OPP: Fix potential null ptr dereference in + dev_pm_opp_get_required_pstate() (bsc#1012628). +- OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd() + (bsc#1012628). +- selftests/resctrl: Add resctrl.h into build deps (bsc#1012628). +- selftests/resctrl: Don't leak buffer in fill_cache() + (bsc#1012628). +- selftests/resctrl: Unmount resctrl FS if child fails to run + benchmark (bsc#1012628). +- selftests/resctrl: Close perf value read fd on errors + (bsc#1012628). +- sched/fair: remove util_est boosting (bsc#1012628). +- arm64/ptrace: Clean up error handling path in sve_set_common() + (bsc#1012628). +- sched/psi: Select KERNFS as needed (bsc#1012628). +- cpuidle: teo: Update idle duration estimate when choosing + shallower state (bsc#1012628). +- x86/decompressor: Don't rely on upper 32 bits of GPRs being + preserved (bsc#1012628). +- arm64/fpsimd: Only provide the length to cpufeature for xCR + registers (bsc#1012628). +- sched/rt: Fix sysctl_sched_rr_timeslice intial value + (bsc#1012628). +- perf/imx_ddr: don't enable counter0 if none of 4 counters are + used (bsc#1012628). +- selftests/futex: Order calls to futex_lock_pi (bsc#1012628). +- s390/pkey: fix/harmonize internal keyblob headers (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_GENSECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_CLR2SECK2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in + PKEY_KBLOB2PROTK[23] (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling in PKEY_VERIFYKEY2 + IOCTL (bsc#1012628). +- s390/pkey: fix PKEY_TYPE_EP11_AES handling for sysfs attributes + (bsc#1012628). +- s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs + (bsc#1012628). +- irqchip/loongson-eiointc: Fix return value checking of + eiointc_index (bsc#1012628). +- ACPI: x86: s2idle: Post-increment variables when getting + constraints (bsc#1012628). +- ACPI: x86: s2idle: Fix a logic error parsing AMD constraints + table (bsc#1012628). +- thermal/of: Fix potential uninitialized value access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Remove module parameter access + (bsc#1012628). +- cpufreq: amd-pstate-ut: Fix kernel panic when loading the driver + (bsc#1012628). +- tools/nolibc: arch-*.h: add missing space after ',' + (bsc#1012628). +- tools/nolibc: fix up startup failures for -O0 under gcc < + 11.1.0 (bsc#1012628). +- x86/efistub: Fix PCI ROM preservation in mixed mode + (bsc#1012628). +- cpufreq: powernow-k8: Use related_cpus instead of cpus in + driver.exit() (bsc#1012628). +- cpufreq: tegra194: add online/offline hooks (bsc#1012628). +- cpufreq: tegra194: remove opp table in exit hook (bsc#1012628). +- selftests/bpf: Fix bpf_nf failure upon test rerun (bsc#1012628). +- libbpf: only reset sec_def handler when necessary (bsc#1012628). +- bpftool: use a local copy of perf_event to fix accessing :: + Bpf_cookie (bsc#1012628). +- bpftool: Define a local bpf_perf_link to fix accessing its + fields (bsc#1012628). +- bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in + pid_iter.bpf.c (bsc#1012628). +- bpftool: Use a local bpf_perf_event_value to fix accessing + its fields (bsc#1012628). +- libbpf: Fix realloc API handling in zero-sized edge cases + (bsc#1012628). +- bpf: Clear the probe_addr for uprobe (bsc#1012628). +- bpf: Fix an error around PTR_UNTRUSTED (bsc#1012628). +- bpf: Fix an error in verifying a field in a union (bsc#1012628). +- crypto: qat - change value of default idle filter (bsc#1012628). +- tcp: tcp_enter_quickack_mode() should be static (bsc#1012628). +- hwrng: nomadik - keep clock enabled while hwrng is registered + (bsc#1012628). +- hwrng: pic32 - use devm_clk_get_enabled (bsc#1012628). +- regmap: maple: Use alloc_flags for memory allocations + (bsc#1012628). +- regmap: rbtree: Use alloc_flags for memory allocations + (bsc#1012628). +- wifi: rtw89: debug: Fix error handling in + rtw89_debug_priv_btc_manual_set() (bsc#1012628). +- wifi: mt76: mt7996: fix header translation logic (bsc#1012628). +- wifi: mt76: mt7915: fix background radar event being blocked + (bsc#1012628). +- wifi: mt76: mt7915: rework tx packets counting when WED is + active (bsc#1012628). +- wifi: mt76: mt7915: rework tx bytes counting when WED is active + (bsc#1012628). +- wifi: mt76: mt7921: fix non-PSC channel scan fail (bsc#1012628). +- wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info + command (bsc#1012628). +- wifi: mt76: mt7996: use correct phy for background radar event + (bsc#1012628). +- wifi: mt76: mt7996: fix WA event ring size (bsc#1012628). +- udp: re-score reuseport groups when connected sockets are + present (bsc#1012628). +- bpf: reject unhashed sockets in bpf_sk_assign (bsc#1012628). +- wifi: mt76: mt7915: fix command timeout in AP stop period + (bsc#1012628). +- wifi: mt76: mt7915: fix capabilities in non-AP mode + (bsc#1012628). +- wifi: mt76: mt7915: remove VHT160 capability on MT7915 + (bsc#1012628). +- wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTH + (bsc#1012628). +- spi: tegra20-sflash: fix to check return value of + platform_get_irq() in tegra_sflash_probe() (bsc#1012628). +- can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow + errors also in case of OOM (bsc#1012628). +- can: tcan4x5x: Remove reserved register 0x814 from writable + table (bsc#1012628). +- wifi: mt76: mt7915: fix tlv length of + mt7915_mcu_get_chan_mib_info (bsc#1012628). +- wifi: mt76: mt7915: fix power-limits while chan_switch + (bsc#1012628). +- wifi: mwifiex: Fix OOB and integer underflow when rx packets + (bsc#1012628). +- wifi: mwifiex: fix error recovery in PCIE buffer descriptor + management (bsc#1012628). +- wifi: ath11k: fix band selection for ppdu received in channel + 177 of 5 GHz (bsc#1012628). +- wifi: ath12k: fix memcpy array overflow in + ath12k_peer_assoc_h_he() (bsc#1012628). +- selftests/bpf: fix static assert compilation issue for + test_cls_*.c (bsc#1012628). +- power: supply: qcom_pmi8998_charger: fix uninitialized variable + (bsc#1012628). +- spi: mpc5xxx-psc: Fix unsigned expression compared with zero + (bsc#1012628). +- crypto: af_alg - Fix missing initialisation affecting + gcm-aes-s390 (bsc#1012628). +- bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR + (bsc#1012628). +- kbuild: rust_is_available: remove -v option (bsc#1012628). +- kbuild: rust_is_available: fix version check when CC has + multiple arguments (bsc#1012628). +- kbuild: rust_is_available: add check for `bindgen` invocation + (bsc#1012628). +- kbuild: rust_is_available: fix confusion when a version appears + in the path (bsc#1012628). +- crypto: stm32 - Properly handle pm_runtime_get failing + (bsc#1012628). +- crypto: api - Use work queue in crypto_destroy_instance + (bsc#1012628). +- Bluetooth: ISO: Add support for connecting multiple BISes + (bsc#1012628). +- Bluetooth: ISO: do not emit new LE Create CIS if previous is + pending (bsc#1012628). +- Bluetooth: nokia: fix value check in + nokia_bluetooth_serdev_probe() (bsc#1012628). +- Bluetooth: ISO: Fix not checking for valid CIG/CIS IDs + (bsc#1012628). +- Bluetooth: hci_conn: Fix not allowing valid CIS ID + (bsc#1012628). +- Bluetooth: hci_conn: Fix hci_le_set_cig_params (bsc#1012628). +- Bluetooth: Fix potential use-after-free when clear keys + (bsc#1012628). +- Bluetooth: hci_sync: Don't double print name in add/remove + adv_monitor (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_add_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: Always allocate unique handles + (bsc#1012628). +- Bluetooth: hci_event: drop only unbound CIS if Set CIG + Parameters fails (bsc#1012628). +- net: tcp: fix unexcepted socket die when snd_wnd is 0 + (bsc#1012628). +- net: pcs: lynx: fix lynx_pcs_link_up_sgmii() not doing anything + in fixed-link mode (bsc#1012628). +- libbpf: Set close-on-exec flag on gzopen (bsc#1012628). +- selftests/bpf: Fix repeat option when kfunc_call verification + fails (bsc#1012628). +- selftests/bpf: Clean up fmod_ret in bench_rename test script + (bsc#1012628). +- net: hns3: move dump regs function to a separate file + (bsc#1012628). +- net: hns3: Support tlv in regs data for HNS3 PF driver + (bsc#1012628). +- net: hns3: fix wrong rpu tln reg issue (bsc#1012628). +- net-memcg: Fix scope of sockmem pressure indicators + (bsc#1012628). +- ice: ice_aq_check_events: fix off-by-one check when filling + buffer (bsc#1012628). +- crypto: caam - fix unchecked return value error (bsc#1012628). +- hwrng: iproc-rng200 - Implement suspend and resume calls + (bsc#1012628). +- lwt: Fix return values of BPF xmit ops (bsc#1012628). +- lwt: Check LWTUNNEL_XMIT_CONTINUE strictly (bsc#1012628). +- usb: typec: tcpm: set initial svdm version based on pd revision + (bsc#1012628). +- usb: typec: bus: verify partner exists in + typec_altmode_attention (bsc#1012628). +- USB: core: Unite old scheme and new scheme descriptor reads + (bsc#1012628). +- USB: core: Change usb_get_device_descriptor() API (bsc#1012628). +- USB: core: Fix race by not overwriting udev->descriptor in + hub_port_init() (bsc#1012628). +- scripts/gdb: fix 'lx-lsmod' show the wrong size (bsc#1012628). +- nmi_backtrace: allow excluding an arbitrary CPU (bsc#1012628). +- watchdog/hardlockup: avoid large stack frames in + watchdog_hardlockup_check() (bsc#1012628). +- fs: ocfs2: namei: check return value of ocfs2_add_entry() + (bsc#1012628). +- net: lan966x: Fix return value check for vcap_get_rule() + (bsc#1012628). +- net: annotate data-races around sk->sk_lingertime (bsc#1012628). +- hwmon: (asus-ec-sensosrs) fix mutex path for X670E Hero + (bsc#1012628). +- wifi: mwifiex: fix memory leak in mwifiex_histogram_read() + (bsc#1012628). +- wifi: mwifiex: Fix missed return in oob checks failed path + (bsc#1012628). +- wifi: rtw89: 8852b: rfk: fine tune IQK parameters to improve + performance on 2GHz band (bsc#1012628). +- selftests: memfd: error out test process when child test fails + (bsc#1012628). +- samples/bpf: fix bio latency check with tracepoint + (bsc#1012628). +- samples/bpf: fix broken map lookup probe (bsc#1012628). +- wifi: ath9k: fix races between ath9k_wmi_cmd and + ath9k_wmi_ctrl_rx (bsc#1012628). +- wifi: ath9k: protect WMI command response buffer replacement + with a lock (bsc#1012628). +- bpf: Fix a bpf_kptr_xchg() issue with local kptr (bsc#1012628). +- wifi: mac80211: fix puncturing bitmap handling in CSA + (bsc#1012628). +- wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color + attribute (bsc#1012628). +- mac80211: make ieee80211_tx_info padding explicit (bsc#1012628). +- bpf: Fix check_func_arg_reg_off bug for graph root/node + (bsc#1012628). +- wifi: mwifiex: avoid possible NULL skb pointer dereference + (bsc#1012628). +- Bluetooth: hci_conn: Consolidate code for aborting connections + (bsc#1012628). +- Bluetooth: ISO: Notify user space about failed bis connections + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync + (bsc#1012628). +- Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync + (bsc#1012628). +- Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL + gone early (bsc#1012628). +- Bluetooth: btusb: Do not call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- arm64: mm: use ptep_clear() instead of pte_clear() in + clear_flush() (bsc#1012628). +- net/mlx5: Dynamic cyclecounter shift calculation for PTP free + running clock (bsc#1012628). +- wifi: ath9k: use IS_ERR() with debugfs_create_dir() + (bsc#1012628). +- ice: avoid executing commands on other ports when driving sync + (bsc#1012628). +- octeontx2-pf: fix page_pool creation fail for rings > 32k + (bsc#1012628). +- net: arcnet: Do not call kfree_skb() under local_irq_disable() + (bsc#1012628). +- kunit: Fix checksum tests on big endian CPUs (bsc#1012628). +- mlxsw: i2c: Fix chunk size setting in output mailbox buffer + (bsc#1012628). +- mlxsw: i2c: Limit single transaction buffer size (bsc#1012628). +- mlxsw: core_hwmon: Adjust module label names based on MTCAP + sensor counter (bsc#1012628). +- crypto: qat - fix crypto capability detection for 4xxx + (bsc#1012628). +- hwmon: (tmp513) Fix the channel number in tmp51x_is_visible() + (bsc#1012628). +- octeontx2-pf: Fix PFC TX scheduler free (bsc#1012628). +- octeontx2-af: CN10KB: fix PFC configuration (bsc#1012628). +- cteonxt2-pf: Fix backpressure config for multiple PFC priorities + to work simultaneously (bsc#1012628). +- sfc: Check firmware supports Ethernet PTP filter (bsc#1012628). +- net/sched: sch_hfsc: Ensure inner classes have fsc curve + (bsc#1012628). +- pds_core: protect devlink callbacks from fw_down state + (bsc#1012628). +- pds_core: no health reporter in VF (bsc#1012628). +- pds_core: no reset command for VF (bsc#1012628). +- pds_core: check for work queue before use (bsc#1012628). +- pds_core: pass opcode to devcmd_wait (bsc#1012628). +- netrom: Deny concurrent connect() (bsc#1012628). +- drm/bridge: tc358764: Fix debug print parameter order + (bsc#1012628). +- ASoC: soc-compress: Fix deadlock in soc_compr_open_fe + (bsc#1012628). +- ASoC: cs43130: Fix numerator/denominator mixup (bsc#1012628). +- drm: bridge: dw-mipi-dsi: Fix enable/disable of DSI controller + (bsc#1012628). +- quota: factor out dquot_write_dquot() (bsc#1012628). +- quota: rename dquot_active() to inode_quota_active() + (bsc#1012628). +- quota: add new helper dquot_active() (bsc#1012628). +- quota: fix dqput() to follow the guarantees dquot_srcu should + provide (bsc#1012628). +- drm/amd/display: Do not set drr on pipe commit (bsc#1012628). +- drm/hyperv: Fix a compilation issue because of not including + screen_info.h (bsc#1012628). +- ASoC: stac9766: fix build errors with REGMAP_AC97 (bsc#1012628). +- soc: qcom: ocmem: Fix NUM_PORTS & NUM_MACROS macros + (bsc#1012628). +- arm64: defconfig: enable Qualcomm MSM8996 Global Clock + Controller as built-in (bsc#1012628). +- arm64: dts: qcom: sm8150: use proper DSI PHY compatible + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix ZAP region (bsc#1012628). +- Revert "arm64: dts: qcom: msm8996: rename labels for HDMI nodes" + (bsc#1012628). +- arm64: dts: qcom: sm8250: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916-l8150: correct light sensor VDDIO + supply (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add gpio line names for TLMM + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Add GPIO line names for PMIC GPIOs + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Rectify gpio-keys (bsc#1012628). +- arm64: dts: qcom: sc8280xp-crd: Correct vreg_misc_3p3 GPIO + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add missing SCM interconnect + (bsc#1012628). +- arm64: dts: qcom: msm8939: Drop "qcom,idle-state-spc" compatible + (bsc#1012628). +- arm64: dts: qcom: msm8939: Add missing 'cache-unified' to L2 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 + controller (bsc#1012628). +- arm64: dts: qcom: sdm845-tama: Set serial indices and + stdout-path (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix CPU idle state residency times + (bsc#1012628). +- arm64: dts: qcom: sm8350: Add missing LMH interrupts to cpufreq + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix cluster PSCI suspend param + (bsc#1012628). +- arm64: dts: qcom: sm8350: Use proper CPU compatibles + (bsc#1012628). +- arm64: dts: qcom: pm8350: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pm8350b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmr735b: fix thermal zone name (bsc#1012628). +- arm64: dts: qcom: pmk8350: fix ADC-TM compatible string + (bsc#1012628). +- arm64: dts: qcom: sm8450-hdk: remove pmr735b PMIC inclusion + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark PCIe hosts as DMA coherent + (bsc#1012628). +- arm64: dts: qcom: minor whitespace cleanup around '=' + (bsc#1012628). +- arm64: dts: qcom: sm8250: Mark SMMUs as DMA coherent + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for emtrion + emSBC-Argon (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for Odyssey SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOM SoM + (bsc#1012628). +- ARM: dts: stm32: Add missing detach mailbox for DHCOR SoM + (bsc#1012628). +- firmware: ti_sci: Use system_state to determine polling + (bsc#1012628). +- drm/amdgpu: avoid integer overflow warning in + amdgpu_device_resize_fb_bar() (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent "default-off" LED trigger + (bsc#1012628). +- ARM: dts: BCM53573: Drop nonexistent #usb-cells (bsc#1012628). +- ARM: dts: BCM53573: Add cells sizes to PCIe node (bsc#1012628). +- ARM: dts: BCM53573: Use updated "spi-gpio" binding properties + (bsc#1012628). +- arm64: tegra: Add missing alias for NVIDIA IGX Orin + (bsc#1012628). +- arm64: tegra: Fix HSUART for Jetson AGX Orin (bsc#1012628). +- arm64: dts: qcom: sm8250-sony-xperia: correct GPIO keys wakeup + again (bsc#1012628). +- arm64: dts: qcom: pm6150l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pm660l: Add missing short interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8950: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: pmi8994: Add missing OVP interrupt + (bsc#1012628). +- arm64: dts: qcom: sc8180x: Add missing 'cache-unified' to L3 + (bsc#1012628). +- arm64: tegra: Fix HSUART for Smaug (bsc#1012628). +- drm/etnaviv: fix dumping of active MMU context (bsc#1012628). +- block: cleanup queue_wc_store (bsc#1012628). +- block: don't allow enabling a cache on devices that don't + support it (bsc#1012628). +- blk-flush: fix rq->flush.seq for post-flush requests + (bsc#1012628). +- x86/mm: Fix PAT bit missing from page protection modify mask + (bsc#1012628). +- drm/bridge: anx7625: Use common macros for DP power sequencing + commands (bsc#1012628). +- drm/bridge: anx7625: Use common macros for HDCP capabilities + (bsc#1012628). +- ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg + addresses (split) (bsc#1012628). +- ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg + addresses (split) (bsc#1012628). +- drm: adv7511: Fix low refresh rate register for ADV7533/5 + (bsc#1012628). +- ARM: dts: BCM53573: Fix Ethernet info for Luxul devices + (bsc#1012628). +- arm64: dts: qcom: sdm845: Add missing RPMh power domain to GCC + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the min frequency of + "ice_core_clk" (bsc#1012628). +- arm64: dts: qcom: sc8180x: Fix LLCC reg property (bsc#1012628). +- arm64: dts: qcom: msm8996-gemini: fix touchscreen VIO supply + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing qcom,spmi-gpio + fallbacks (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: add missing gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node + name with dtschema (bsc#1012628). +- arm64: dts: qcom: sc8180x-pmics: align LPG node name with + dtschema (bsc#1012628). +- dt-bindings: arm: msm: kpss-acc: Make the optional reg truly + optional (bsc#1012628). +- drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl' + (bsc#1012628). +- drm/amdgpu: Use seq_puts() instead of seq_printf() + (bsc#1012628). +- arm64: dts: rockchip: Fix PCIe regulators on Radxa E25 + (bsc#1012628). +- arm64: dts: rockchip: Enable SATA on Radxa E25 (bsc#1012628). +- ASoC: loongson: drop of_match_ptr for OF device id + (bsc#1012628). +- ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handling + (bsc#1012628). +- md: restore 'noio_flag' for the last mddev_resume() + (bsc#1012628). +- md/raid10: factor out dereference_rdev_and_rrdev() + (bsc#1012628). +- md/raid10: use dereference_rdev_and_rrdev() to get devices + (bsc#1012628). +- md/md-bitmap: remove unnecessary local variable in + backlog_store() (bsc#1012628). +- md/md-bitmap: hold 'reconfig_mutex' in backlog_store() + (bsc#1012628). +- drm/msm: Update dev core dump to not print backwards + (bsc#1012628). +- drm/tegra: dpaux: Fix incorrect return value of platform_get_irq + (bsc#1012628). +- of: unittest: fix null pointer dereferencing in + of_unittest_find_node_by_name() (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the I2C7 interrupt (bsc#1012628). +- drm/ast: report connection status on Display Port (bsc#1012628). +- ARM: dts: BCM53573: Fix Tenda AC9 switch CPU port (bsc#1012628). +- drm/armada: Fix off-by-one error in + armada_overlay_get_property() (bsc#1012628). +- drm/repaper: Reduce temporary buffer size in repaper_fb_dirty() + (bsc#1012628). +- drm/panel: simple: Add missing connector type and pixel format + for AUO T215HVN01 (bsc#1012628). +- ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig + (bsc#1012628). +- drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask + (bsc#1012628). +- drm/msm/dpu: increase memtype count to 16 for sm8550 + (bsc#1012628). +- drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros + (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 block lengths (bsc#1012628). +- drm/msm/dpu1: Rename sm8150_dspp_blk to sdm845_dspp_blk + (bsc#1012628). +- drm/msm/dpu: Define names for unnamed sblks (bsc#1012628). +- drm/msm/dpu: fix DSC 1.2 enc subblock length (bsc#1012628). +- arm64: dts: qcom: sm8550-mtp: Add missing supply for L1B + regulator (bsc#1012628). +- soc: qcom: smem: Fix incompatible types in comparison + (bsc#1012628). +- drm/msm/mdp5: Don't leak some plane state (bsc#1012628). +- firmware: meson_sm: fix to avoid potential NULL pointer + dereference (bsc#1012628). +- drm/msm/dpu: fix the irq index in + dpu_encoder_phys_wb_wait_for_commit_done (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ospi + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: correct pinmux offset for ospi + (bsc#1012628). +- smackfs: Prevent underflow in smk_set_cipso() (bsc#1012628). +- drm/amdgpu: Sort the includes in amdgpu/amdgpu_drv.c + (bsc#1012628). +- drm/amdgpu: Move vram, gtt & flash defines to amdgpu_ ttm & + _psp.h (bsc#1012628). +- drm/amd/pm: fix variable dereferenced issue in + amdgpu_device_attr_create() (bsc#1012628). +- drm/msm/a2xx: Call adreno_gpu_init() earlier (bsc#1012628). +- drm/msm/a6xx: Fix GMU lockdep splat (bsc#1012628). +- ASoC: SOF: Intel: hda-mlink: fix off-by-one error (bsc#1012628). +- ASoC: SOF: Intel: fix u16/32 confusion in LSDIID (bsc#1012628). +- drm/mediatek: Fix uninitialized symbol (bsc#1012628). +- audit: fix possible soft lockup in __audit_inode_child() + (bsc#1012628). +- block/mq-deadline: use correct way to throttling write requests + (bsc#1012628). +- io_uring: fix drain stalls by invalid SQE (bsc#1012628). +- block: move the BIO_CLONED checks out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_vcnt check out of __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size overflow check in __bio_try_merge_page + (bsc#1012628). +- block: move the bi_size update out of __bio_try_merge_page + (bsc#1012628). +- block: don't pass a bio to bio_try_merge_hw_seg (bsc#1012628). +- block: make bvec_try_merge_hw_page() non-static (bsc#1012628). +- bio-integrity: create multi-page bvecs in + bio_integrity_add_page() (bsc#1012628). +- drm/mediatek: dp: Add missing error checks in + mtk_dp_parse_capabilities (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Correct Pin mux offset for ADC + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix interrupt ranges for wkup & + main gpio (bsc#1012628). +- bus: ti-sysc: Fix build warning for 64-bit build (bsc#1012628). +- drm/mediatek: Remove freeing not dynamic allocated memory + (bsc#1012628). +- drm/mediatek: Add cnt checking for coverity issue (bsc#1012628). +- arm64: dts: imx8mp-debix: remove unused fec pinctrl node + (bsc#1012628). +- ARM: dts: qcom: ipq4019: correct SDHCI XO clock (bsc#1012628). +- arm64: dts: ti: k3-am62x-sk-common: Update main-i2c1 frequency + (bsc#1012628). +- drm/mediatek: Fix potential memory leak if vmap() fail + (bsc#1012628). +- drm/mediatek: Fix void-pointer-to-enum-cast warning + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix ov5640 regulator supply names + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Rename ov5640 enable-gpios to + powerdown-gpios (bsc#1012628). +- arm64: dts: qcom: msm8998: Drop bus clock reference from MMSS + SMMU (bsc#1012628). +- arm64: dts: qcom: msm8998: Add missing power domain to MMSS SMMU + (bsc#1012628). +- ARM: dts: qcom: sdx65-mtp: Update the pmic used in sdx65 + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix dsi1 interrupts (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: Unreserve NC pins + (bsc#1012628). +- bus: ti-sysc: Fix cast to enum warning (bsc#1012628). +- block: uapi: Fix compilation errors using ioprio.h with C++ + (bsc#1012628). +- md/raid5-cache: fix a deadlock in r5l_exit_log() (bsc#1012628). +- md/raid5-cache: fix null-ptr-deref for + r5l_flush_stripe_to_raid() (bsc#1012628). +- firmware: cs_dsp: Fix new control name check (bsc#1012628). +- blk-cgroup: Fix NULL deref caused by blkg_policy_data being + installed before init (bsc#1012628). +- md/raid0: Factor out helper for mapping and submitting a bio + (bsc#1012628). +- md/raid0: Fix performance regression for large sequential writes + (bsc#1012628). +- md: raid0: account for split bio in iostat accounting + (bsc#1012628). +- ASoC: SOF: amd: clear dsp to host interrupt status + (bsc#1012628). +- of: overlay: Call of_changeset_init() early (bsc#1012628). +- of: unittest: Fix overlay type in apply/revert check + (bsc#1012628). +- ALSA: ac97: Fix possible error value of *rac97 (bsc#1012628). +- ALSA: usb-audio: Attach legacy rawmidi after probing all UMP + EPs (bsc#1012628). +- ALSA: ump: Fill group names for legacy rawmidi substreams + (bsc#1012628). +- ALSA: ump: Don't create unused substreams for static blocks + (bsc#1012628). +- ALSA: ump: Fix -Wformat-truncation warnings (bsc#1012628). +- ipmi:ssif: Add check for kstrdup (bsc#1012628). +- ipmi:ssif: Fix a memory leak when scanning for an adapter + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Introduce index-based clk lookup + (bsc#1012628). +- clk: qcom: gpucc-sm6350: Fix clock source names (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSC flags (bsc#1012628). +- dt-bindings: clock: qcom,gcc-sc8280xp: Add missing GDSCs + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: Add missing GDSCs (bsc#1012628). +- clk: qcom: gcc-sm7150: Add CLK_OPS_PARENT_ENABLE to sdcc2 rcg + (bsc#1012628). +- clk: rockchip: rk3568: Fix PLL rate setting for 78.75MHz + (bsc#1012628). +- PCI: apple: Initialize pcie->nvecs before use (bsc#1012628). +- PCI: qcom-ep: Switch MHI bus master clock off during L1SS + (bsc#1012628). +- clk: qcom: gcc-sc8280xp: fix runtime PM imbalance on probe + errors (bsc#1012628). +- drivers: clk: keystone: Fix parameter judgment in + _of_pll_clk_init() (bsc#1012628). +- EDAC/i10nm: Skip the absent memory controllers (bsc#1012628). +- iommufd: Fix locking around hwpt allocation (bsc#1012628). +- PCI/DOE: Fix destroy_work_on_stack() race (bsc#1012628). +- clk: qcom: dispcc-sc8280xp: Use ret registers on GDSCs + (bsc#1012628). +- clk: sunxi-ng: Modify mismatched function name (bsc#1012628). +- clk: qcom: gcc-sc7180: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- EDAC/igen6: Fix the issue of no error events (bsc#1012628). +- ext4: correct grp validation in ext4_mb_good_group + (bsc#1012628). +- ext4: avoid potential data overflow in next_linear_group + (bsc#1012628). +- clk: qcom: gcc-sm8250: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- clk: qcom: fix some Kconfig corner cases (bsc#1012628). +- kvm/vfio: Prepare for accepting vfio device fd (bsc#1012628). +- kvm/vfio: ensure kvg instance stays around in + kvm_vfio_group_add() (bsc#1012628). +- clk: qcom: reset: Use the correct type of sleep/delay based + on length (bsc#1012628). +- clk: qcom: gcc-sm6350: Fix gcc_sdcc2_apps_clk_src (bsc#1012628). +- PCI: microchip: Correct the DED and SEC interrupt bit offsets + (bsc#1012628). +- PCI: Mark NVIDIA T4 GPUs to avoid bus reset (bsc#1012628). +- pinctrl: mcp23s08: check return value of devm_kasprintf() + (bsc#1012628). +- PCI: Add locking to RMW PCI Express Capability Register + accessors (bsc#1012628). +- PCI: Make link retraining use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI: pciehp: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- PCI/ASPM: Use RMW accessors for changing LNKCTL (bsc#1012628). +- clk: qcom: gcc-sm8450: Use floor ops for SDCC RCGs + (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix gcc_pcie_0_pipe_clk_src clock + handling (bsc#1012628). +- clk: qcom: gcc-qdu1000: Fix clkref clocks handling + (bsc#1012628). +- clk: imx: pllv4: Fix SPLL2 MULT range (bsc#1012628). +- clk: imx: imx8ulp: update SPLL2 type (bsc#1012628). +- clk: imx8mp: fix sai4 clock (bsc#1012628). +- clk: imx: composite-8m: fix clock pauses when set_rate would + be a no-op (bsc#1012628). +- powerpc/radix: Move some functions into #ifdef + CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1012628). +- vfio/type1: fix cap_migration information leak (bsc#1012628). +- nvdimm: Fix memleak of pmu attr_groups in + unregister_nvdimm_pmu() (bsc#1012628). +- nvdimm: Fix dereference after free in register_nvdimm_pmu() + (bsc#1012628). +- powerpc/fadump: reset dump area size if fadump memory reserve + fails (bsc#1012628). +- powerpc/perf: Convert fsl_emb notifier to state machine + callbacks (bsc#1012628). +- pinctrl: mediatek: fix pull_type data for MT7981 (bsc#1012628). +- pinctrl: mediatek: assign functions to configure pin bias on + MT7986 (bsc#1012628). +- drm/amdgpu: Use RMW accessors for changing LNKCTL (bsc#1012628). +- drm/radeon: Use RMW accessors for changing LNKCTL (bsc#1012628). +- net/mlx5: Use RMW accessors for changing LNKCTL (bsc#1012628). +- wifi: ath11k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath12k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- wifi: ath10k: Use RMW accessors for changing LNKCTL + (bsc#1012628). +- NFSv4.2: Fix READ_PLUS smatch warnings (bsc#1012628). +- NFSv4.2: Fix READ_PLUS size calculations (bsc#1012628). +- NFSv4.2: Rework scratch handling for READ_PLUS (again) + (bsc#1012628). +- PCI: layerscape: Add workaround for lost link capabilities + during reset (bsc#1012628). +- powerpc: Don't include lppaca.h in paca.h (bsc#1012628). +- powerpc/pseries: Rework lppaca_shared_proc() to avoid + DEBUG_PREEMPT (bsc#1012628). +- nfs/blocklayout: Use the passed in gfp flags (bsc#1012628). +- powerpc/pseries: Fix hcall tracepoints with JUMP_LABEL=n + (bsc#1012628). +- powerpc/mpc5xxx: Add missing fwnode_handle_put() (bsc#1012628). +- powerpc/iommu: Fix notifiers being shared by PCI and VIO buses + (bsc#1012628). +- ext4: fix unttached inode after power cut with orphan file + feature enabled (bsc#1012628). +- jfs: validate max amount of blocks before allocation + (bsc#1012628). +- SUNRPC: Fix the recent bv_offset fix (bsc#1012628). +- fs: lockd: avoid possible wrong NULL parameter (bsc#1012628). +- NFSD: da_addr_body field missing in some GETDEVICEINFO replies + (bsc#1012628). +- clk: qcom: Fix SM_GPUCC_8450 dependencies (bsc#1012628). +- NFS: Guard against READDIR loop when entry names exceed + MAXNAMELEN (bsc#1012628). +- NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQ (bsc#1012628). +- pNFS: Fix assignment of xprtdata.cred (bsc#1012628). +- cgroup/cpuset: Inherit parent's load balance state in v2 + (bsc#1012628). +- RDMA/qedr: Remove a duplicate assignment in irdma_query_ah() + (bsc#1012628). +- media: ov5640: fix low resolution image abnormal issue + (bsc#1012628). +- media: i2c: imx290: drop format param from imx290_ctrl_update + (bsc#1012628). +- media: ad5820: Drop unsupported ad5823 from i2c_ and + of_device_id tables (bsc#1012628). +- media: i2c: tvp5150: check return value of devm_kasprintf() + (bsc#1012628). +- media: v4l2-core: Fix a potential resource leak in + v4l2_fwnode_parse_link() (bsc#1012628). +- iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning + on pasid unbind (bsc#1012628). +- iommu: rockchip: Fix directory table address encoding + (bsc#1012628). +- drivers: usb: smsusb: fix error handling code in + smsusb_init_device (bsc#1012628). +- media: dib7000p: Fix potential division by zero (bsc#1012628). +- media: dvb-usb: m920x: Fix a potential memory leak in + m920x_i2c_xfer() (bsc#1012628). +- media: cx24120: Add retval check for cx24120_message_send() + (bsc#1012628). +- RDMA/siw: Fabricate a GID on tun and loopback devices + (bsc#1012628). +- scsi: hisi_sas: Fix normally completed I/O analysed as failed + (bsc#1012628). +- dt-bindings: extcon: maxim,max77843: restrict connector + properties (bsc#1012628). +- media: amphion: reinit vpu if reqbufs output 0 (bsc#1012628). +- media: amphion: add helper function to get id name + (bsc#1012628). +- media: verisilicon: Fix TRY_FMT on encoder OUTPUT (bsc#1012628). +- media: mtk-jpeg: Fix use after free bug due to uncanceled work + (bsc#1012628). +- media: amphion: decoder support display delay for all formats + (bsc#1012628). +- media: rkvdec: increase max supported height for H.264 + (bsc#1012628). +- media: amphion: fix CHECKED_RETURN issues reported by coverity + (bsc#1012628). +- media: amphion: fix REVERSE_INULL issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNINIT issues reported by coverity + (bsc#1012628). +- media: amphion: fix UNUSED_VALUE issue reported by coverity + (bsc#1012628). +- media: amphion: ensure the bitops don't cross boundaries + (bsc#1012628). +- media: mediatek: vcodec: fix AV1 decode fail for 36bit iova + (bsc#1012628). +- media: mediatek: vcodec: Return NULL if no vdec_fb is found + (bsc#1012628). +- media: mediatek: vcodec: fix potential double free + (bsc#1012628). +- media: mediatek: vcodec: fix resource leaks in + vdec_msg_queue_init() (bsc#1012628). +- usb: phy: mxs: fix getting wrong state with + mxs_phy_is_otg_host() (bsc#1012628). +- scsi: RDMA/srp: Fix residual handling (bsc#1012628). +- scsi: ufs: Fix residual handling (bsc#1012628). +- scsi: iscsi: Add length check for nlattr payload (bsc#1012628). +- scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param() + (bsc#1012628). +- scsi: be2iscsi: Add length check when parsing nlattrs + (bsc#1012628). +- scsi: qla4xxx: Add length check when parsing nlattrs + (bsc#1012628). +- iio: accel: adxl313: Fix adxl313_i2c_id[] table (bsc#1012628). +- serial: sprd: Assign sprd_port after initialized to avoid + wrong access (bsc#1012628). +- serial: sprd: Fix DMA buffer leak issue (bsc#1012628). +- x86/APM: drop the duplicate APM_MINOR_DEV macro (bsc#1012628). +- RDMA/rxe: Move work queue code to subroutines (bsc#1012628). +- RDMA/rxe: Fix unsafe drain work queue code (bsc#1012628). +- RDMA/rxe: Fix rxe_modify_srq (bsc#1012628). +- RDMA/rxe: Fix incomplete state save in rxe_requester + (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_stop_io_on_error_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_debug_cmd_read() directly (bsc#1012628). +- scsi: qedf: Do not touch __user pointer in + qedf_dbg_fp_int_cmd_read() directly (bsc#1012628). +- RDMA/irdma: Replace one-element array with flexible-array member + (bsc#1012628). +- coresight: tmc: Explicit type conversions to prevent integer + overflow (bsc#1012628). +- interconnect: qcom: qcm2290: Enable sync state (bsc#1012628). +- dma-buf/sync_file: Fix docs syntax (bsc#1012628). +- driver core: test_async: fix an error code (bsc#1012628). +- driver core: Call dma_cleanup() on the test_remove path + (bsc#1012628). +- kernfs: add stub helper for kernfs_generic_poll() (bsc#1012628). +- extcon: cht_wc: add POWER_SUPPLY dependency (bsc#1012628). +- iommu/mediatek: Fix two IOMMU share pagetable issue + (bsc#1012628). +- iommu/sprd: Add missing force_aperture (bsc#1012628). +- iommu: Remove kernel-doc warnings (bsc#1012628). +- bnxt_en: Update HW interface headers (bsc#1012628). +- bnxt_en: Share the bar0 address with the RoCE driver + (bsc#1012628). +- RDMA/bnxt_re: Initialize Doorbell pacing feature (bsc#1012628). +- RDMA/bnxt_re: Fix max_qp count for virtual functions + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant flag (bsc#1012628). +- RDMA/hns: Fix port active speed (bsc#1012628). +- RDMA/hns: Fix incorrect post-send with direct wqe of wr-list + (bsc#1012628). +- RDMA/hns: Fix inaccurate error label name in init instance + (bsc#1012628). +- RDMA/hns: Fix CQ and QP cache affinity (bsc#1012628). +- IB/uverbs: Fix an potential error pointer dereference + (bsc#1012628). +- fsi: aspeed: Reset master errors after CFAM reset (bsc#1012628). +- iommu/qcom: Disable and reset context bank before programming + (bsc#1012628). +- tty: serial: qcom-geni-serial: Poll primary sequencer irq + status after cancel_tx (bsc#1012628). +- iommu/vt-d: Fix to flush cache of PASID directory table + (bsc#1012628). +- platform/x86: dell-sysman: Fix reference leak (bsc#1012628). +- media: cec: core: add adap_nb_transmit_canceled() callback + (bsc#1012628). +- media: cec: core: add adap_unconfigured() callback + (bsc#1012628). +- media: go7007: Remove redundant if statement (bsc#1012628). +- media: venus: hfi_venus: Only consider sys_idle_indicator on V1 + (bsc#1012628). +- arm64: defconfig: Drop CONFIG_VIDEO_IMX_MEDIA (bsc#1012628). +- media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing + warnings (bsc#1012628). +- media: ipu3-cio2: rename cio2 bridge to ipu bridge and move + out of ipu3 (bsc#1012628). +- media: ipu-bridge: Do not use on stack memory for + software_node.name field (bsc#1012628). +- docs: ABI: fix spelling/grammar in SBEFIFO timeout interface + (bsc#1012628). +- USB: gadget: core: Add missing kerneldoc for vbus_work + (bsc#1012628). +- USB: gadget: f_mass_storage: Fix unused variable warning + (bsc#1012628). +- drivers: base: Free devm resources when unregistering a device + (bsc#1012628). +- HID: input: Support devices sending Eraser without Invert + (bsc#1012628). +- HID: nvidia-shield: Remove led_classdev_unregister in + thunderstrike_create (bsc#1012628). +- media: ov5640: Enable MIPI interface in ov5640_set_power_mipi() + (bsc#1012628). +- media: ov5640: Fix initial RESETB state and annotate timings + (bsc#1012628). +- media: Documentation: Fix [GS]_ROUTING documentation + (bsc#1012628). +- media: ov2680: Remove auto-gain and auto-exposure controls + (bsc#1012628). +- media: ov2680: Fix ov2680_bayer_order() (bsc#1012628). +- media: ov2680: Fix vflip / hflip set functions (bsc#1012628). +- media: ov2680: Remove VIDEO_V4L2_SUBDEV_API ifdef-s + (bsc#1012628). +- media: ov2680: Don't take the lock for try_fmt calls + (bsc#1012628). +- media: ov2680: Add ov2680_fill_format() helper function + (bsc#1012628). +- media: ov2680: Fix ov2680_set_fmt() which == + V4L2_SUBDEV_FORMAT_TRY not working (bsc#1012628). +- media: ov2680: Fix regulators being left enabled on + ov2680_power_on() errors (bsc#1012628). +- media: i2c: rdacm21: Fix uninitialized value (bsc#1012628). +- f2fs: fix spelling in ABI documentation (bsc#1012628). +- f2fs: fix to avoid mmap vs set_compress_option case + (bsc#1012628). +- f2fs: don't reopen the main block device in f2fs_scan_devices + (bsc#1012628). +- f2fs: check zone type before sending async reset zone command + (bsc#1012628). +- f2fs: Only lfs mode is allowed with zoned block device feature + (bsc#1012628). +- Revert "f2fs: fix to do sanity check on extent cache correctly" + (bsc#1012628). +- f2fs: fix to account gc stats correctly (bsc#1012628). +- f2fs: fix to account cp stats correctly (bsc#1012628). +- cgroup:namespace: Remove unused cgroup_namespaces_init() + (bsc#1012628). +- coresight: trbe: Allocate platform data per device + (bsc#1012628). +- coresight: platform: acpi: Ignore the absence of graph + (bsc#1012628). +- coresight: Fix memory leak in acpi_buffer->pointer + (bsc#1012628). +- coresight: trbe: Fix TRBE potential sleep in atomic context + (bsc#1012628). +- Revert "f2fs: do not issue small discard commands during + checkpoint" (bsc#1012628). +- RDMA/irdma: Prevent zero-length STAG registration (bsc#1012628). +- scsi: core: Use 32-bit hostnum in scsi_host_lookup() + (bsc#1012628). +- scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock + (bsc#1012628). +- interconnect: qcom: sm8450: Enable sync_state (bsc#1012628). +- interconnect: qcom: bcm-voter: Improve enable_mask handling + (bsc#1012628). +- interconnect: qcom: bcm-voter: Use enable_maks for keepalive + voting (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: fix order of clocks on + Exynos5433 (bsc#1012628). +- dt-bindings: usb: samsung,exynos-dwc3: Fix Exynos5433 compatible + (bsc#1012628). +- serial: tegra: handle clk prepare error in tegra_uart_hw_init() + (bsc#1012628). +- Documentation: devices.txt: Remove ttyIOC* (bsc#1012628). +- Documentation: devices.txt: Remove ttySIOC* (bsc#1012628). +- Documentation: devices.txt: Fix minors for ttyCPM* + (bsc#1012628). +- amba: bus: fix refcount leak (bsc#1012628). +- Revert "IB/isert: Fix incorrect release of isert connection" + (bsc#1012628). +- RDMA/siw: Balance the reference of cep->kref in the error path + (bsc#1012628). +- RDMA/siw: Correct wrong debug message (bsc#1012628). +- RDMA/efa: Fix wrong resources deallocation order (bsc#1012628). +- HID: logitech-dj: Fix error handling in + logi_dj_recv_switch_to_dj_mode() (bsc#1012628). +- nvmem: core: Return NULL when no nvmem layout is found + (bsc#1012628). +- riscv: Require FRAME_POINTER for some configurations + (bsc#1012628). +- f2fs: compress: fix to assign compress_level for lz4 correctly + (bsc#1012628). +- HID: uclogic: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: multitouch: Correct devm device reference for hidinput + input_dev name (bsc#1012628). +- HID: nvidia-shield: Reference hid_device devm allocation of + input_dev name (bsc#1012628). +- platform/x86/amd/pmf: Fix a missing cleanup path (bsc#1012628). +- workqueue: fix data race with the pwq->stats[] increment + (bsc#1012628). +- tick/rcu: Fix false positive "softirq work is pending" messages + (bsc#1012628). +- x86/speculation: Mark all Skylake CPUs as vulnerable to GDS + (bsc#1012628). +- tracing: Remove extra space at the end of hwlat_detector/mode + (bsc#1012628). +- tracing: Fix race issue between cpu buffer write and swap + (bsc#1012628). +- mm/pagewalk: fix bootstopping regression from extra pte_unmap() + (bsc#1012628). +- mtd: rawnand: brcmnand: Fix mtd oobsize (bsc#1012628). +- dmaengine: idxd: Modify the dependence of attribute + pasid_enabled (bsc#1012628). +- phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328 + (bsc#1012628). +- phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 + recalc_rate (bsc#1012628). +- phy/rockchip: inno-hdmi: do not power on rk3328 post pll on + reg write (bsc#1012628). +- rpmsg: glink: Add check for kstrdup (bsc#1012628). +- leds: aw200xx: Fix error code in probe() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependency + (bsc#1012628). +- leds: pwm: Fix error code in led_pwm_create_fwnode() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Handle IRQ on all + controllers (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Honor sensors in + immediate mode (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Use offset threshold + for IRQ (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Disable undesired + interrupts (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Don't leave threshold + zeroed (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Manage threshold between + sensors (bsc#1012628). +- thermal/drivers/imx8mm: Suppress log message on probe deferral + (bsc#1012628). +- leds: multicolor: Use rounded division when calculating color + components (bsc#1012628). +- leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always + false (bsc#1012628). +- leds: trigger: tty: Do not use LED_ON/OFF constants, use + led_blink_set_oneshot instead (bsc#1012628). +- mtd: spi-nor: Check bus width while setting QE bit + (bsc#1012628). +- mtd: rawnand: fsmc: handle clk prepare error in + fsmc_nand_resume() (bsc#1012628). +- mfd: rk808: Make MFD_RK8XX tristate (bsc#1012628). +- mfd: rz-mtu3: Link time dependencies (bsc#1012628). +- um: Fix hostaudio build errors (bsc#1012628). +- dmaengine: ste_dma40: Add missing IRQ check in d40_probe + (bsc#1012628). +- dmaengine: idxd: Simplify WQ attribute visibility checks + (bsc#1012628). +- dmaengine: idxd: Expose ATS disable knob only when WQ ATS is + supported (bsc#1012628). +- dmaengine: idxd: Allow ATS disable update only for configurable + devices (bsc#1012628). +- dmaengine: idxd: Fix issues with PRS disable sysfs knob + (bsc#1012628). +- remoteproc: stm32: fix incorrect optional pointers + (bsc#1012628). +- Drivers: hv: vmbus: Don't dereference ACPI root object handle + (bsc#1012628). +- um: virt-pci: fix missing declaration warning (bsc#1012628). +- cpufreq: Fix the race condition while updating the + transition_task of policy (bsc#1012628). +- virtio_vdpa: build affinity masks conditionally (bsc#1012628). +- virtio_ring: fix avail_wrap_counter in virtqueue_add_packed + (bsc#1012628). +- net: deal with integer overflows in kmalloc_reserve() + (bsc#1012628). +- igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU + (bsc#1012628). +- netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro + for ip_set_hash_netportnet.c (bsc#1012628). +- netfilter: nft_exthdr: Fix non-linear header modification + (bsc#1012628). +- netfilter: xt_u32: validate user space input (bsc#1012628). +- netfilter: xt_sctp: validate the flag_info count (bsc#1012628). +- skbuff: skb_segment, Call zero copy functions before using + skbuff frags (bsc#1012628). +- drbd: swap bvec_set_page len and offset (bsc#1012628). +- gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres + callbacks (bsc#1012628). +- igb: set max size RX buffer when store bad packet is enabled + (bsc#1012628). +- parisc: ccio-dma: Create private runway procfs root entry + (bsc#1012628). +- PM / devfreq: Fix leak in devfreq_dev_release() (bsc#1012628). +- Multi-gen LRU: fix per-zone reclaim (bsc#1012628). +- ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl + (bsc#1012628). +- virtio_pmem: add the missing REQ_OP_WRITE for flush bio + (bsc#1012628). +- rcu: dump vmalloc memory info safely (bsc#1012628). +- printk: ringbuffer: Fix truncating buffer size min_t cast + (bsc#1012628). +- scsi: core: Fix the scsi_set_resid() documentation + (bsc#1012628). +- mm/vmalloc: add a safer version of find_vm_area() for debug + (bsc#1012628). +- cpu/hotplug: Prevent self deadlock on CPU hot-unplug + (bsc#1012628). +- media: i2c: ccs: Check rules is non-NULL (bsc#1012628). +- media: i2c: Add a camera sensor top level menu (bsc#1012628). +- PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI address + (bsc#1012628). +- ipmi_si: fix a memleak in try_smi_init() (bsc#1012628). +- ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch() + (bsc#1012628). +- riscv: Move create_tmp_mapping() to init sections (bsc#1012628). +- riscv: Mark KASAN tmp* page tables variables as static + (bsc#1012628). +- XArray: Do not return sibling entries from xa_load() + (bsc#1012628). +- io_uring: fix false positive KASAN warnings (bsc#1012628). +- io_uring: break iopolling on signal (bsc#1012628). +- io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL + is used (bsc#1012628). +- io_uring/net: don't overflow multishot recv (bsc#1012628). +- io_uring/net: don't overflow multishot accept (bsc#1012628). +- io_uring: break out of iowq iopoll on teardown (bsc#1012628). +- backlight/gpio_backlight: Compare against struct fb_info.device + (bsc#1012628). +- backlight/bd6107: Compare against struct fb_info.device + (bsc#1012628). +- backlight/lv5207lp: Compare against struct fb_info.device + (bsc#1012628). +- drm/amd/display: register edp_backlight_control() for DCN301 + (bsc#1012628). +- xtensa: PMU: fix base address for the newer hardware + (bsc#1012628). +- LoongArch: mm: Add p?d_leaf() definitions (bsc#1012628). +- powercap: intel_rapl: Fix invalid setting of Power Limit 4 + (bsc#1012628). +- powerpc/ftrace: Fix dropping weak symbols with older toolchains + (bsc#1012628). +- i3c: master: svc: fix probe failure when no i3c device exist + (bsc#1012628). +- io_uring: Don't set affinity on a dying sqpoll thread + (bsc#1012628). +- arm64: csum: Fix OoB access in IP checksum code for negative + lengths (bsc#1012628). +- ALSA: usb-audio: Fix potential memory leaks at error path for + UMP open (bsc#1012628). +- ALSA: seq: Fix snd_seq_expand_var_event() call to user-space + (bsc#1012628). +- ALSA: hda/cirrus: Fix broken audio on hardware with two CS42L42 + codecs (bsc#1012628). +- selftests/landlock: Fix a resource leak (bsc#1012628). +- media: dvb: symbol fixup for dvb_attach() (bsc#1012628). +- media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking + interrupts (bsc#1012628). +- media: nxp: Fix wrong return pointer check in + mxc_isi_crossbar_init() (bsc#1012628). +- Revert "scsi: qla2xxx: Fix buffer overrun" (bsc#1012628). +- scsi: mpt3sas: Perform additional retries if doorbell read + returns 0 (bsc#1012628). +- PCI: Free released resource after coalescing (bsc#1012628). +- PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during + hibernation (bsc#1012628). +- PCI/PM: Only read PCI_PM_CTRL register when available + (bsc#1012628). +- dt-bindings: PCI: qcom: Fix SDX65 compatible (bsc#1012628). +- ntb: Drop packets when qp link is down (bsc#1012628). +- ntb: Clean up tx tail index on link down (bsc#1012628). +- ntb: Fix calculation ntb_transport_tx_free_entry() + (bsc#1012628). +- Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" + (bsc#1012628). +- block: fix pin count management when merging same-page segments + (bsc#1012628). +- block: don't add or resize partition on the disk with + GENHD_FL_NO_PART (bsc#1012628). +- procfs: block chmod on /proc/thread-self/comm (bsc#1012628). +- parisc: Fix /proc/cpuinfo output for lscpu (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for static process init + (bsc#1012628). +- drm/amd/display: Add smu write msg id fail retry process + (bsc#1012628). +- bpf: Fix issue in verifying allow_ptr_leaks (bsc#1012628). +- dlm: fix plock lookup when using multiple lockspaces + (bsc#1012628). +- dccp: Fix out of bounds access in DCCP error handler + (bsc#1012628). +- x86/sev: Make enc_dec_hypercall() accept a size instead of + npages (bsc#1012628). +- r8169: fix ASPM-related issues on a number of systems with + NIC version from RTL8168h (bsc#1012628). +- X.509: if signature is unsupported skip validation + (bsc#1012628). +- net: handle ARPHRD_PPP in dev_is_mac_header_xmit() + (bsc#1012628). +- fsverity: skip PKCS#7 parser when keyring is empty + (bsc#1012628). +- x86/MCE: Always save CS register on AMD Zen IF Poison errors + (bsc#1012628). +- crypto: af_alg - Decrement struct key.usage in + alg_set_by_key_serial() (bsc#1012628). +- platform/chrome: chromeos_acpi: print hex string for + ACPI_TYPE_BUFFER (bsc#1012628). +- mmc: renesas_sdhi: register irqs before registering controller + (bsc#1012628). +- pstore/ram: Check start of empty przs during init (bsc#1012628). +- arm64: sdei: abort running SDEI handlers during crash + (bsc#1012628). +- regulator: dt-bindings: qcom,rpm: fix pattern for children + (bsc#1012628). +- iov_iter: Fix iov_iter_extract_pages() with zero-sized entries + (bsc#1012628). +- RISC-V: Add ptrace support for vectors (bsc#1012628). +- s390/dcssblk: fix kernel crash with list_add corruption + (bsc#1012628). +- s390/ipl: add missing secure/has_secure file to ipl type + 'unknown' (bsc#1012628). +- s390/dasd: fix string length handling (bsc#1012628). +- HID: logitech-hidpp: rework one more time the retries attempts + (bsc#1012628). +- crypto: stm32 - fix loop iterating through scatterlist for DMA + (bsc#1012628). +- crypto: stm32 - fix MDMAT condition (bsc#1012628). +- cpufreq: brcmstb-avs-cpufreq: Fix -Warray-bounds bug + (bsc#1012628). +- of: property: fw_devlink: Add a devlink for panel followers + (bsc#1012628). +- USB: core: Fix oversight in SuperSpeed initialization + (bsc#1012628). +- x86/smp: Don't send INIT to non-present and non-booted CPUs + (bsc#1012628). +- x86/sgx: Break up long non-preemptible delays in + sgx_vepc_release() (bsc#1012628). +- x86/build: Fix linker fill bytes quirk/incompatibility for + ld.lld (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on EMR + (bsc#1012628). +- media: ipu3-cio2: allow ipu_bridge to be a module again + (bsc#1012628). +- Bluetooth: msft: Extended monitor tracking by address filter + (bsc#1012628). +- serial: sc16is7xx: remove obsolete out_thread label + (bsc#1012628). +- serial: sc16is7xx: fix regression with GPIO configuration + (bsc#1012628). +- mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- selftests/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCED + (bsc#1012628). +- memfd: do not -EACCES old memfd_create() users with + vm.memfd_noexec=2 (bsc#1012628). +- memfd: replace ratcheting feature from vm.memfd_noexec with + hierarchy (bsc#1012628). +- memfd: improve userspace warnings for missing exec-related flags + (bsc#1012628). +- revert "memfd: improve userspace warnings for missing + exec-related flags" (bsc#1012628). +- drm/amd/display: Block optimize on consecutive FAMS enables + (bsc#1012628). +- Update config files. +- Rename to + patches.kernel.org/6.5.3-099-wifi-rtw89-Fix-loading-of-compressed-firmware.patch. +- Rename to + patches.kernel.org/6.5.3-346-drm-msm-a690-Switch-to-a660_gmu.bin.patch. +- Rename to + patches.kernel.org/6.5.3-720-Bluetooth-HCI-Introduce-HCI_QUIRK_BROKEN_LE_COD.patch. +- commit 127fbf8 + +------------------------------------------------------------------- +Wed Sep 13 10:05:21 CEST 2023 - jslaby@suse.cz + +- config.conf: Drop ppc64 (BE) +- Delete config/ppc64/debug. +- Delete config/ppc64/default. +- Delete config/ppc64/kvmsmall. +- Delete config/ppc64/vanilla. + The ppc64 builds are being stopped in OBS. Stop producing the big endian + kernel too. + See also: + https://build.opensuse.org/request/show/1110638 + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/G6IJ4GAEHXL23FYDPZ4J6ML4Z2WY7ARF/ + https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/message/SELOVYRDN5ZDDQ2EN7CXNS7BH33XACLU/ +- commit d271544 + +------------------------------------------------------------------- +Wed Sep 13 09:49:51 CEST 2023 - jslaby@suse.cz + +- net/ipv6: SKB symmetric hash should incorporate transport ports + (20230913065407.GA510095@bm02). +- commit dc48d90 + +------------------------------------------------------------------- +Wed Sep 13 04:52:29 CEST 2023 - clin@suse.com + +- Update config files: add QSEECOM support for Lenovo X13s (bsc#1215268) +- commit 574861d + +------------------------------------------------------------------- +Wed Sep 13 04:49:19 CEST 2023 - clin@suse.com + +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- clk: qcom: sc8280xp: Add fallback compatibles to lpasscc + (bsc#1215268). +- firmware: Add support for Qualcomm UEFI Secure Application + (bsc#1215268). +- firmware: qcom_scm: Add support for Qualcomm Secure Execution + Environment SCM interface (bsc#1215268). +- lib/ucs2_string: Add UCS-2 strscpy function (bsc#1215268). +- commit 2eb2d4b + +------------------------------------------------------------------- +Wed Sep 13 04:43:42 CEST 2023 - clin@suse.com + +- Update config files: Add audio support for Lenovo X13s (bsc#1215268) +- commit 11e1625 + +------------------------------------------------------------------- +Tue Sep 12 17:41:22 CEST 2023 - tiwai@suse.de + +- Update config files: enable audio on Lenovo X13s (bsc#1215256) + Enable CONFIG_SND_SOC_LPASS_*_MACRO for arm64. +- commit 7859b9e + ------------------------------------------------------------------- Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com @@ -3018,14 +13148,771 @@ Tue Sep 12 10:41:32 CEST 2023 - petr.pavlu@suse.com afterwards. - commit 4aa02b8 +------------------------------------------------------------------- +Mon Sep 11 16:33:37 CEST 2023 - clin@suse.com + +- drm/msm/a690: Switch to a660_gmu.bin (bsc#1213614). +- commit 221ff83 + +------------------------------------------------------------------- +Mon Sep 11 12:33:13 CEST 2023 - mkubecek@suse.cz + +- Update to 6.6-rc1 +- drop 47 patches (44 stable, 3 mainline) + - patches.kernel.org/* + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch +- refresh + - patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch + - patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch + - patches.suse/add-product-identifying-information-to-vmcoreinfo.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/wifi-ath11k-add-support-for-suspend-in-power-down-st.patch +- add build failure fix + - patches.rpmify/kbuild-avoid-long-argument-lists-in-make-modules_ins.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CRASH_HOTPLUG=y + - CRASH_MAX_MEMORY_RANGES=8192 + - Processor type and features + - X86_USER_SHADOW_STACK=n + - Virtualization + - KVM_PROVE_MMU=n + - Memory Management options + - RANDOM_KMALLOC_CACHES=n + - File systems + - OVERLAY_FS_DEBUG=n + - TMPFS_QUOTA=y + - EROFS_FS_ZIP_DEFLATE=y + - Security options + - SECURITY_SELINUX_DEBUG=n + - LIST_HARDENED=n + - Library routines + - SWIOTLB_DYNAMIC=n + - DMA_NUMA_CMA=y + - Multiple devices driver support (RAID and LVM) + - MD_BITMAP_FILE=y + - Network device support + - NETCONSOLE_EXTENDED_LOG=n + - MLX5_MACSEC=y + - MARVELL_88Q2XXX_PHY=m + - Hardware Monitoring support + - SENSORS_HS3001=m + - SENSORS_MP2975_REGULATOR=y + - Multifunction device drivers + - MFD_CS42L43_I2C=m + - MFD_CS42L43_SDW=m + - Voltage and Current Regulator Support + - REGULATOR_AW37503=m + - REGULATOR_MAX77857=m + - REGULATOR_RTQ2208=m + - Multimedia support + - INTEL_VSC=m + - VIDEO_CAMERA_SENSOR=y + - VIDEO_DW9719=m + - Graphics support + - DRM_LOONGSON=m + - FB_DEVICE=y + - Sound card support + - SND_HDA_SCODEC_CS35L56_I2C=m + - SND_HDA_SCODEC_CS35L56_SPI=m + - SND_HDA_SCODEC_TAS2781_I2C=m + - SND_SOC_INTEL_AVS_MACH_ES8336=m + - SND_SOC_INTEL_AVS_MACH_RT5663=m + - SND_SOC_SOF_AMD_VANGOGH=m + - SND_SOC_SOF_LUNARLAKE=m + - SND_SOC_AUDIO_IIO_AUX=n + - SND_SOC_AW88261=n + - SND_SOC_CS42L43=m + - SND_SOC_CS42L43_SDW=m + - SND_SOC_RT1017_SDCA_SDW=m + - LED Support + - LEDS_PCA995X=m + - LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE=m + - X86 Platform Specific Device Drivers + - HP_BIOSCFG=m + - SIEMENS_SIMATIC_IPC_BATT=m + - SIEMENS_SIMATIC_IPC_BATT_APOLLOLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_ELKHARTLAKE=m + - SIEMENS_SIMATIC_IPC_BATT_F7188X=m + - SEL3350_PLATFORM=m + - Industrial I/O support + - MCP4728=n + - IRSD200=n + - PHY Subsystem + - PHY_RTK_RTD_USB2PHY=m + - PHY_RTK_RTD_USB3PHY=m + - Counter support + - 104_QUAD_8=m + - INTEL_QEP=m + - INTERRUPT_CNT=m + - Misc drivers + - TOUCHSCREEN_IQS7211=m + - I2C_ATR=m + - SPI_CS42L43=n + - PTP_1588_CLOCK_MOCK=m + - PINCTRL_CS42L43=m + - GPIO_DS4520=m + - HID_GOOGLE_STADIA_FF=m + - USB_CONFIGFS_F_MIDI2=y + - XILINX_DMA=m + - PDS_VFIO_PCI=m + - XEN_PRIVCMD_IRQFD=y + - OF dependent (i386, ppc64/ppc64le, riscv64) + - PCI_DYNAMIC_OF_NODES=y + - REGULATOR_MAX5970=m + - VIDEO_DS90UB913=m + - VIDEO_DS90UB953=m + - VIDEO_DS90UB960=m + - DRM_PANEL_STARTEK_KD070FHFID015=n + - DRM_PANEL_VISIONOX_R66451=n + - LEDS_GROUP_MULTICOLOR=m + - COMMON_CLK_VC3=m + - ppc64 / ppc64le + - FSI_MASTER_I2CR=n + - INTEGRITY_MACHINE_KEYRING=y + - ppc64le + - CRYPTO_CHACHA20_P10=m + - CRYPTO_POLY1305_P10=m + - s390x + - CERT_STORE=y + - S390_HYPFS=y + - FUNCTION_GRAPH_RETVAL=y + - riscv64 + - PREEMPT_DYNAMIC=y + - RANDOMIZE_BASE=y + - RISCV_ISA_FALLBACK=y + - CFI_CLANG=n + - CAN_SUN4I=m + - CEC_GPIO=m + - CLK_STARFIVE_JH7110_STG=m + - SUN20I_GPADC=n + - PHY_STARFIVE_JH7110_DPHY_RX=m + - PHY_STARFIVE_JH7110_PCIE=m + - PHY_STARFIVE_JH7110_USB=m + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - DEBUG_PREEMPT=n + - PREEMPT_TRACER=n + - CEC_PIN_ERROR_INJ=n +- commit 8c17599 + +------------------------------------------------------------------- +Fri Sep 8 09:31:48 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.2 (bsc#1012628). +- drm/amdgpu: correct vmhub index in GMC v10/11 (bsc#1012628). +- erofs: ensure that the post-EOF tails are all zeroed + (bsc#1012628). +- ksmbd: fix wrong DataOffset validation of create context + (bsc#1012628). +- ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob() + (bsc#1012628). +- ksmbd: replace one-element array with flex-array member in + struct smb2_ea_info (bsc#1012628). +- ksmbd: reduce descriptor size if remaining bytes is less than + request size (bsc#1012628). +- ARM: pxa: remove use of symbol_get() (bsc#1012628). +- mmc: au1xmmc: force non-modular build and remove symbol_get + usage (bsc#1012628). +- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index + (bsc#1012628). +- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff + (bsc#1012628). +- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules + (bsc#1012628). +- USB: serial: option: add Quectel EM05G variant (0x030e) + (bsc#1012628). +- USB: serial: option: add FOXCONN T99W368/T99W373 product + (bsc#1012628). +- ALSA: usb-audio: Fix init call orders for UAC1 (bsc#1012628). +- usb: dwc3: meson-g12a: do post init to fix broken usb after + resumption (bsc#1012628). +- usb: chipidea: imx: improve logic if samsung,picophy-* parameter + is 0 (bsc#1012628). +- HID: wacom: remove the battery when the EKR is off + (bsc#1012628). +- staging: rtl8712: fix race condition (bsc#1012628). +- wifi: mt76: mt7921: do not support one stream on secondary + antenna only (bsc#1012628). +- wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU + (bsc#1012628). +- wifi: ath11k: Don't drop tx_status when peer cannot be found + (bsc#1012628). +- wifi: ath11k: Cleanup mac80211 references on failure during + tx_complete (bsc#1012628). +- serial: qcom-geni: fix opp vote on shutdown (bsc#1012628). +- serial: sc16is7xx: fix broken port 0 uart init (bsc#1012628). +- serial: sc16is7xx: fix bug when first setting GPIO direction + (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (bsc#1012628). +- tcpm: Avoid soft reset when partner does not support get_status + (bsc#1012628). +- dt-bindings: sc16is7xx: Add property to change GPIO function + (bsc#1012628). +- tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY + (bsc#1012628). +- nilfs2: fix WARNING in mark_buffer_dirty due to discarded + buffer reuse (bsc#1012628). +- usb: typec: tcpci: clear the fault status bit (bsc#1012628). +- Rename to + patches.kernel.org/6.5.2-021-wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-f.patch. +- Rename to + patches.kernel.org/6.5.2-034-pinctrl-amd-Don-t-show-Invalid-config-param-err.patch. +- commit e785fd6 + +------------------------------------------------------------------- +Wed Sep 6 11:38:33 CEST 2023 - tiwai@suse.de + +- Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED + (bsc#1213972). +- commit 74930eb + +------------------------------------------------------------------- +Wed Sep 6 07:52:58 CEST 2023 - mkubecek@suse.cz + +- update patch metadata +- update upstream references + - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch + - patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch +- commit aaab89b + +------------------------------------------------------------------- +Wed Sep 6 07:45:10 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit bd40664 + +------------------------------------------------------------------- +Tue Sep 5 14:47:55 CEST 2023 - msuchanek@suse.de + +- Update config files. + IPR is powerpc-only driver, disable on other architectures. +- commit 62fd4da + +------------------------------------------------------------------- +Mon Sep 4 08:36:45 CEST 2023 - jslaby@suse.cz + +- Linux 6.5.1 (bsc#1012628). +- ACPI: thermal: Drop nocrt parameter (bsc#1012628). +- module: Expose module_init_layout_section() (bsc#1012628). +- arm64: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- ARM: module: Use module_init_layout_section() to spot init + sections (bsc#1012628). +- module/decompress: use vmalloc() for zstd decompression + workspace (bsc#1012628). +- lockdep: fix static memory detection even more (bsc#1012628). +- kallsyms: Fix kallsyms_selftest failure (bsc#1012628). +- commit d232ff6 + +------------------------------------------------------------------- +Thu Aug 31 11:34:10 CEST 2023 - tiwai@suse.de + +- firmware: qemu_fw_cfg: Do not hard depend on + CONFIG_HAS_IOPORT_MAP (bsc#1214773). +- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl +- commit b5edcad + +------------------------------------------------------------------- +Thu Aug 31 09:30:04 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch +- update upstream references and resort + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit de97d09 + ------------------------------------------------------------------- Wed Aug 30 10:43:48 CEST 2023 - jslaby@suse.cz +- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5 + By commit 724ba6751532 ("ARM: dts: Move .dts files to vendor + sub-directories"). + So switch to them. - rpm/mkspec-dtb: support for nested subdirs Commit 724ba6751532 ("ARM: dts: Move .dts files to vendor sub-directories") moved the dts to nested subdirs, add a support for that. That is, generate a %dir entry in %files for them. -- commit 6484eda +- commit 06c1acc + +------------------------------------------------------------------- +Wed Aug 30 08:22:54 CEST 2023 - jslaby@suse.cz + +- ipv6: remove hard coded limitation on ipv6_pinfo (ipv6-breakage + 20230829174957.0ae84f41@kernel.org). +- commit 7f2ff2a + +------------------------------------------------------------------- +Tue Aug 29 12:51:46 CEST 2023 - jslaby@suse.cz + +- kbuild: dummy-tools: support make MPROFILE_KERNEL checks work + on BE (ppc64-build-fix). +- Update config files. + Fix ppc64 build and update configs accordingly (values taken from + ppc64le). +- commit 6df272d + +------------------------------------------------------------------- +Tue Aug 29 09:51:00 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + - patches.suse/Revert-101bd907b424-misc-rtsx-judge-ASPM-Mode-to-set.patch +- update upstream references and move into sorted section + - patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch + - patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch +- commit 940b0a2 + +------------------------------------------------------------------- +Tue Aug 29 01:07:26 CEST 2023 - mkubecek@suse.cz + +- config: refresh +- commit 1042651 + +------------------------------------------------------------------- +Mon Aug 28 18:18:25 CEST 2023 - jack@suse.cz + +- patches.suse/add-suse-supported-flag.patch: Add CONFIG_MODULES dependency +- commit d5be025 + +------------------------------------------------------------------- +Mon Aug 28 00:17:54 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5 final +- refresh configs (headers only) +- commit 2844291 + +------------------------------------------------------------------- +Fri Aug 25 08:12:37 CEST 2023 - msuchanek@suse.de + +- Revert 101bd907b424 ("misc: rtsx: judge ASPM Mode to set + PETXCFG Reg") (boo#1214428 boo#1214397). +- commit 1b02b15 + +------------------------------------------------------------------- +Fri Aug 25 07:39:36 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.12 (bsc#1012628). +- crypto, cifs: fix error handling in extract_iter_to_sg() + (bsc#1012628). +- net: phy: at803x: Use devm_regulator_get_enable_optional() + (bsc#1012628). +- net: phy: at803x: fix the wol setting functions (bsc#1012628). +- drm/amd/display: Update DTBCLK for DCN32 (bsc#1012628). +- drm/scheduler: set entity to NULL in drm_sched_entity_pop_job() + (bsc#1012628). +- drm/amdgpu: fix calltrace warning in amddrm_buddy_fini + (bsc#1012628). +- drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 + (bsc#1012628). +- drm/amdgpu: fix memory leak in mes self test (bsc#1012628). +- Revert "drm/amd/display: disable SubVP + DRR to prevent + underflow" (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for MTL RVP (bsc#1012628). +- ASoC: Intel: sof_sdw: add quirk for LNL RVP (bsc#1012628). +- PCI: tegra194: Fix possible array out of bounds access + (bsc#1012628). +- ASoC: cs35l56: Move DSP part string generation so that it is + done only once (bsc#1012628). +- ASoC: SOF: amd: Add pci revision id check (bsc#1012628). +- drm/stm: ltdc: fix late dereference check (bsc#1012628). +- arm64: dts: qcom: ipq5332: add QFPROM node (bsc#1012628). +- drm: rcar-du: remove R-Car H3 ES1.* workarounds (bsc#1012628). +- ASoC: amd: vangogh: Add check for acp config flags in vangogh + platform (bsc#1012628). +- RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX + coalescing (bsc#1012628). +- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB + related warnings (bsc#1012628). +- ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC + in _exit (bsc#1012628). +- ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA (bsc#1012628). +- ASoC: Intel: sof_sdw: Add support for Rex soundwire + (bsc#1012628). +- iopoll: Call cpu_relax() in busy loops (bsc#1012628). +- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion + (bsc#1012628). +- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap + (bsc#1012628). +- accel/habanalabs: add pci health check during heartbeat + (bsc#1012628). +- accel/habanalabs: fix mem leak in capture user mappings + (bsc#1012628). +- dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend" + property (bsc#1012628). +- HID: i2c-hid: goodix: Add support for + "goodix,no-reset-during-suspend" property (bsc#1012628). +- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech + G915 TKL Keyboard (bsc#1012628). +- iommu/amd: Introduce Disable IRTE Caching Support (bsc#1012628). +- drm/amdgpu: install stub fence into potential unused fence + pointers (bsc#1012628). +- drm/amd/display: Remove v_startup workaround for dcn3+ + (bsc#1012628). +- drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz + (bsc#1012628). +- drm/amdgpu: unmap and remove csa_va properly (bsc#1012628). +- RDMA/mlx5: Return the firmware result upon destroying QP/RQ + (bsc#1012628). +- RDMA/bnxt_re: consider timeout of destroy ah as success + (bsc#1012628). +- drm/amd/display: Skip DPP DTO update if root clock is gated + (bsc#1012628). +- drm/amd/display: Enable dcn314 DPP RCO (bsc#1012628). +- ASoC: SOF: core: Free the firmware trace before calling + snd_sof_shutdown() (bsc#1012628). +- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID + (bsc#1012628). +- Revert "[PATCH] uml: export symbols added by GCC hardened" + (bsc#1012628). +- smb: client: fix warning in cifs_smb3_do_mount() (bsc#1012628). +- cifs: fix session state check in reconnect to avoid + use-after-free issue (bsc#1012628). +- serial: stm32: Ignore return value of uart_remove_one_port() + in .remove() (bsc#1012628). +- led: qcom-lpg: Fix resource leaks in + for_each_available_child_of_node() loops (bsc#1012628). +- media: v4l2-mem2mem: add lock to protect parameter num_rdy + (bsc#1012628). +- media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250 + (bsc#1012628). +- usb: gadget: u_serial: Avoid spinlock recursion in + __gs_console_push (bsc#1012628). +- usb: gadget: uvc: queue empty isoc requests if no video buffer + is available (bsc#1012628). +- media: platform: mediatek: vpu: fix NULL ptr dereference + (bsc#1012628). +- thunderbolt: Read retimer NVM authentication status prior + tb_retimer_set_inbound_sbtx() (bsc#1012628). +- xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup + (bsc#1012628). +- usb: chipidea: imx: don't request QoS for imx8ulp (bsc#1012628). +- usb: chipidea: imx: turn off vbus comparator when suspend + (bsc#1012628). +- usb: chipidea: imx: add missing USB PHY DPDM wakeup setting + (bsc#1012628). +- gfs2: Fix possible data races in gfs2_show_options() + (bsc#1012628). +- pcmcia: rsrc_nonstatic: Fix memory leak in + nonstatic_release_resource_db() (bsc#1012628). +- thunderbolt: Add Intel Barlow Ridge PCI ID (bsc#1012628). +- thunderbolt: Limit Intel Barlow Ridge USB3 bandwidth + (bsc#1012628). +- firewire: net: fix use after free in + fwnet_finish_incoming_packet() (bsc#1012628). +- watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller + Hub) (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free (bsc#1012628). +- Bluetooth: btusb: Add MT7922 bluetooth ID for the Asus Ally + (bsc#1012628). +- ceph: try to dump the msgs when decoding fails (bsc#1012628). +- drm/amdgpu: Fix potential fence use-after-free v2 (bsc#1012628). +- fs/ntfs3: Enhance sanity check while generating attr_list + (bsc#1012628). +- fs/ntfs3: Return error for inconsistent extended attributes + (bsc#1012628). +- fs: ntfs3: Fix possible null-pointer dereferences in mi_read() + (bsc#1012628). +- fs/ntfs3: Mark ntfs dirty when on-disk struct is corrupted + (bsc#1012628). +- fs/ntfs3: Alternative boot if primary boot is corrupted + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Unis H3C Desktop B760 & Q760 + (bsc#1012628). +- ALSA: hda: fix a possible null-pointer dereference due to data + race in snd_hdac_regmap_sync() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GX650P (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GA402X (bsc#1012628). +- ALSA: hda/realtek: Amend G634 quirk to enable rear speakers + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG G614Jx (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS ROG GZ301V (bsc#1012628). +- powerpc/kasan: Disable KCOV in KASAN code (bsc#1012628). +- Bluetooth: MGMT: Use correct address for memcpy() (bsc#1012628). +- ring-buffer: Do not swap cpu_buffer during resize process + (bsc#1012628). +- btrfs: move out now unused BG from the reclaim list + (bsc#1012628). +- btrfs: fix use-after-free of new block group that became unused + (bsc#1012628). +- regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550 + (bsc#1012628). +- virtio-mmio: don't break lifecycle of vm_dev (bsc#1012628). +- vduse: Use proper spinlock for IRQ injection (bsc#1012628). +- virtio-vdpa: Fix cpumask memory leak in virtio_vdpa_find_vqs() + (bsc#1012628). +- vdpa/mlx5: Fix mr->initialized semantics (bsc#1012628). +- vdpa/mlx5: Delete control vq iotlb in destroy_mr only when + necessary (bsc#1012628). +- cifs: fix potential oops in cifs_oplock_break (bsc#1012628). +- rust: macros: vtable: fix `HAS_*` redefinition + (`gen_const_name`) (bsc#1012628). +- i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue + (bsc#1012628). +- i2c: hisi: Only handle the interrupt of the driver's transfer + (bsc#1012628). +- i2c: tegra: Fix i2c-tegra DMA config option processing + (bsc#1012628). +- blk-cgroup: hold queue_lock when removing blkg->q_node + (bsc#1012628). +- fbdev: mmp: fix value check in mmphw_probe() (bsc#1012628). +- media: mtk-jpeg: Set platform driver data earlier (bsc#1012628). +- powerpc/rtas_flash: allow user copy to flash block cache objects + (bsc#1012628). +- vdpa: Add features attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add queue index attr to vdpa_nl_policy for nlattr length + check (bsc#1012628). +- vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check + (bsc#1012628). +- vdpa: Enable strict validation for netlinks ops (bsc#1012628). +- smb3: display network namespace in debug information + (bsc#1012628). +- tty: n_gsm: fix the UAF caused by race condition in + gsm_cleanup_mux (bsc#1012628). +- tty: serial: fsl_lpuart: Clear the error flags by writing 1 + for lpuart32 platforms (bsc#1012628). +- btrfs: fix infinite directory reads (bsc#1012628). +- btrfs: fix incorrect splitting in btrfs_drop_extent_map_range + (bsc#1012628). +- btrfs: fix BUG_ON condition in btrfs_cancel_balance + (bsc#1012628). +- btrfs: fix replace/scrub failure with metadata_uuid + (bsc#1012628). +- btrfs: only subtract from len_to_oe_boundary when it is tracking + an extent (bsc#1012628). +- i2c: designware: Correct length byte validation logic + (bsc#1012628). +- i2c: designware: Handle invalid SMBus block data response + length value (bsc#1012628). +- x86/cpu: Fix __x86_return_thunk symbol type (bsc#1012628). +- x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() + (bsc#1012628). +- objtool/x86: Fix SRSO mess (bsc#1012628). +- x86/alternative: Make custom return thunk unconditional + (bsc#1012628). +- x86/cpu: Clean up SRSO return thunk mess (bsc#1012628). +- x86/cpu: Rename original retbleed methods (bsc#1012628). +- x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 (bsc#1012628). +- x86/cpu: Cleanup the untrain mess (bsc#1012628). +- x86/cpu/kvm: Provide UNTRAIN_RET_VM (bsc#1012628). +- x86/srso: Explain the untraining sequences a bit more + (bsc#1012628). +- objtool/x86: Fixup frame-pointer vs rethunk (bsc#1012628). +- x86/static_call: Fix __static_call_fixup() (bsc#1012628). +- x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() + (bsc#1012628). +- x86/CPU/AMD: Fix the DIV(0) initial fix attempt (bsc#1012628). +- x86/srso: Disable the mitigation on unaffected configurations + (bsc#1012628). +- x86/retpoline,kprobes: Fix position of thunk sections with + CONFIG_LTO_CLANG (bsc#1012628). +- x86/retpoline,kprobes: Skip optprobe check for indirect jumps + with retpolines and IBT (bsc#1012628). +- x86/srso: Correct the mitigation status when SMT is disabled + (bsc#1012628). +- net: xfrm: Fix xfrm_address_filter OOB read (bsc#1012628). +- net: af_key: fix sadb_x_filter validation (bsc#1012628). +- net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure + (bsc#1012628). +- xfrm: Silence warnings triggerable by bad packets (bsc#1012628). +- xfrm: fix slab-use-after-free in decode_session6 (bsc#1012628). +- ip6_vti: fix slab-use-after-free in decode_session6 + (bsc#1012628). +- ip_vti: fix potential slab-use-after-free in decode_session6 + (bsc#1012628). +- xfrm: add NULL check in xfrm_update_ae_params (bsc#1012628). +- xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH + (bsc#1012628). +- xfrm: delete offloaded policy (bsc#1012628). +- xfrm: don't skip free of empty state in acquire policy + (bsc#1012628). +- virtio-net: set queues after driver_ok (bsc#1012628). +- net: pcs: Add missing put_device call in miic_create + (bsc#1012628). +- net: phy: fix IRQ-based wake-on-lan over hibernate / power off + (bsc#1012628). +- selftests: mirror_gre_changes: Tighten up the TTL test match + (bsc#1012628). +- drm/panel: simple: Fix AUO G121EAN01 panel timings according + to the docs (bsc#1012628). +- drm/i915/guc/slpc: Restore efficient freq earlier (bsc#1012628). +- net: macb: In ZynqMP resume always configure PS GTR for + non-wakeup source (bsc#1012628). +- octeon_ep: fix timeout value for waiting on mbox response + (bsc#1012628). +- octeon_ep: cancel tx_timeout_task later in remove sequence + (bsc#1012628). +- octeon_ep: cancel ctrl_mbox_task after intr_poll_task + (bsc#1012628). +- octeon_ep: cancel queued works in probe error path + (bsc#1012628). +- net: veth: Page pool creation error handling for existing + pools only (bsc#1012628). +- accel/qaic: Fix slicing memory leak (bsc#1012628). +- accel/qaic: Clean up integer overflow checking in + map_user_pages() (bsc#1012628). +- netfilter: nf_tables: fix false-positive lockdep splat + (bsc#1012628). +- netfilter: nf_tables: deactivate catchall elements in next + generation (bsc#1012628). +- netfilter: nf_tables: don't fail inserts if duplicate has + expired (bsc#1012628). +- netfilter: set default timeout to 3 secs for sctp shutdown + send and recv state (bsc#1012628). +- ipvs: fix racy memcpy in proc_do_sync_threshold (bsc#1012628). +- netfilter: nf_tables: fix GC transaction races with netns and + netlink event exit path (bsc#1012628). +- netfilter: nf_tables: GC transaction race with netns dismantle + (bsc#1012628). +- netfilter: nft_dynset: disallow object maps (bsc#1012628). +- net: phy: broadcom: stub c45 read/write for 54810 (bsc#1012628). +- team: Fix incorrect deletion of ETH_P_8021AD protocol vid from + slaves (bsc#1012628). +- net: openvswitch: reject negative ifindex (bsc#1012628). +- iavf: fix FDIR rule fields masks validation (bsc#1012628). +- i40e: fix misleading debug logs (bsc#1012628). +- net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECT (bsc#1012628). +- net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset + (bsc#1012628). +- sfc: add fallback action-set-lists for TC offload (bsc#1012628). +- sfc: don't unregister flow_indr if it was never registered + (bsc#1012628). +- sfc: don't fail probe if MAE/TC setup fails (bsc#1012628). +- sock: Fix misuse of sk_under_memory_pressure() (bsc#1012628). +- net: do not allow gso_size to be set to GSO_BY_FRAGS + (bsc#1012628). +- qede: fix firmware halt over suspend and resume (bsc#1012628). +- ice: Block switchdev mode when ADQ is active and vice versa + (bsc#1012628). +- bus: ti-sysc: Flush posted write on enable before reset + (bsc#1012628). +- arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflict + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4 + (bsc#1012628). +- arm64: dts: rockchip: Disable HS400 for eMMC on ROCK 4C+ + (bsc#1012628). +- ARM: dts: imx6: phytec: fix RTC interrupt level (bsc#1012628). +- ARM: dts: imx: Adjust dma-apbh node name (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx7d usdhc + (bsc#1012628). +- arm64: dts: imx8mm: Drop CSI1 PHY reference clock configuration + (bsc#1012628). +- ARM: dts: imx: Set default tuning step for imx6sx usdhc + (bsc#1012628). +- ASoC: max98363: don't return on success reading revision ID + (bsc#1012628). +- arm64: dts: imx93: Fix anatop node size (bsc#1012628). +- ASoC: rt5665: add missed regulator_bulk_disable (bsc#1012628). +- ASoC: meson: axg-tdm-formatter: fix channel slot allocation + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for HP G11 Laptops (bsc#1012628). +- pinctrl: qcom: Add intr_target_width field to support increased + number of interrupt targets (bsc#1012628). +- soc: aspeed: uart-routing: Use __sysfs_match_string + (bsc#1012628). +- soc: aspeed: socinfo: Add kfree for kstrdup (bsc#1012628). +- ALSA: hda/realtek - Remodified 3k pull low procedure + (bsc#1012628). +- riscv: entry: set a0 = -ENOSYS only when syscall != -1 + (bsc#1012628). +- riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr() + (bsc#1012628). +- riscv: uaccess: Return the number of bytes effectively not + copied (bsc#1012628). +- serial: 8250: Fix oops for port->pm on uart_change_pm() + (bsc#1012628). +- ALSA: usb-audio: Add support for Mythware XA001AU capture and + playback interfaces (bsc#1012628). +- cifs: Release folio lock on fscache read hit (bsc#1012628). +- parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock + checks (bsc#1012628). +- smb: client: fix null auth (bsc#1012628). +- regulator: da9063: better fix null deref with partial DT + (bsc#1012628). +- virtio-net: Zero max_tx_vq field for + VIRTIO_NET_CTRL_MQ_HASH_CONFIG case (bsc#1012628). +- arm64: dts: rockchip: Fix Wifi/Bluetooth on ROCK Pi 4 boards + (bsc#1012628). +- arm64/ptrace: Ensure that SME is set up for target when writing + SSVE state (bsc#1012628). +- arm64/ptrace: Ensure that the task sees ZT writes on first use + (bsc#1012628). +- blk-crypto: dynamically allocate fallback profile (bsc#1012628). +- media: uvcvideo: Fix menu count handling for userspace XU + mappings (bsc#1012628). +- dt-bindings: pinctrl: qcom,sa8775p-tlmm: add gpio function + constant (bsc#1012628). +- mmc: f-sdh30: fix order of function calls in + sdhci_f_sdh30_remove (bsc#1012628). +- mmc: wbsd: fix double mmc_free_host() in wbsd_init() + (bsc#1012628). +- mmc: block: Fix in_flight[issue_type] value error (bsc#1012628). +- mmc: sunplus: fix return value check of mmc_add_host() + (bsc#1012628). +- mmc: sunplus: Fix error handling in spmmc_drv_probe() + (bsc#1012628). +- drm/qxl: fix UAF on handle creation (bsc#1012628). +- Revert "Revert "drm/amdgpu/display: change pipe policy for + DCN 2.0"" (bsc#1012628). +- drm/i915/sdvo: fix panel_type initialization (bsc#1012628). +- drm/amd: flush any delayed gfxoff on suspend entry + (bsc#1012628). +- drm/amdgpu: skip fence GFX interrupts disable/enable for S0ix + (bsc#1012628). +- drm/amdgpu/pm: fix throttle_status for other than MP1 11.0.7 + (bsc#1012628). +- ASoC: amd: vangogh: select CONFIG_SND_AMD_ACP_CONFIG + (bsc#1012628). +- drm/amd/display: disable RCO for DCN314 (bsc#1012628). +- drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU + v13.0.4/11 (bsc#1012628). +- drm/amdgpu: keep irq count in amdgpu_irq_disable_all + (bsc#1012628). +- Revert "perf report: Append inlines to non-DWARF callchains" + (bsc#1012628). +- af_unix: Fix null-ptr-deref in unix_stream_sendpage() + (bsc#1012628). +- net: fix the RTO timer retransmitting skb every 1ms if linear + option is enabled (bsc#1012628). +- commit 4789ce4 + +------------------------------------------------------------------- +Thu Aug 24 21:35:35 CEST 2023 - msuchanek@suse.de + +- Update ppc64 config + - CONFIG_COMPAT_32BIT_TIME=n + - CONFIG_IMA_ARCH_POLICY=y + - CONFIG_IMA_DISABLE_HTABLE=y + - CONFIG_IMA_KEXEC=y + - CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y + - CONFIG_LOAD_PPC_KEYS=y + - CONFIG_PPC_SECURE_BOOT=y + - CONFIG_PPC_SECVAR_SYSFS=y +- commit 2b1052f + +------------------------------------------------------------------- +Thu Aug 24 10:53:22 CEST 2023 - tiwai@suse.de + +- wifi: rtw88: usb: kill and free rx urbs on probe failure + (bsc#1214385). +- commit 5c3979f + +------------------------------------------------------------------- +Wed Aug 23 16:54:54 CEST 2023 - vkarasulli@suse.de + +- Update references in + patches.kernel.org/6.4.4-230-Input-cyttsp4_core-change-del_timer_sync-to-tim.patch + (bsc#1012628 bsc#1213971 CVE-2023-4134). +- commit f6b7737 ------------------------------------------------------------------- Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de @@ -3034,6 +13921,36 @@ Wed Aug 23 11:54:52 CEST 2023 - msuchanek@suse.de 2.6 based kernels are EOL, upgrading from them is no longer suported. - commit 7bb5087 +------------------------------------------------------------------- +Tue Aug 22 10:17:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ASoC-SOF-intel-hda-Clean-up-link-DMA-for-IPC3-during.patch. + Update to upstream version and move to sorted section. +- commit e2dbc84 + +------------------------------------------------------------------- +Tue Aug 22 10:05:54 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-handlin.patch. + Update to upstream version and move to sorted section. +- commit 2419864 + +------------------------------------------------------------------- +Tue Aug 22 10:04:32 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/Revert-drm-edid-Fix-csync-detailed-mode-parsing.patch. + Update to upstream version and move to sorted section. +- commit dcc3072 + +------------------------------------------------------------------- +Sun Aug 20 21:29:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc7 +- commit 869afb7 + ------------------------------------------------------------------- Fri Aug 18 14:37:26 CEST 2023 - msuchanek@suse.de @@ -3047,6 +13964,358 @@ Fri Aug 18 10:41:33 CEST 2023 - msuchanek@suse.de gcc7 on SLE 15 does not support this while later gcc does. - commit 5b41c27 +------------------------------------------------------------------- +Thu Aug 17 06:57:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.11 (bsc#1012628). +- tpm: Disable RNG for all AMD fTPMs (bsc#1012628). +- tpm: Add a helper for checking hwrng enabled (bsc#1012628). +- ksmbd: validate command request size (bsc#1012628). +- ksmbd: fix wrong next length validation of ea buffer in + smb2_set_ea() (bsc#1012628). +- KVM: SEV: snapshot the GHCB before accessing it (bsc#1012628). +- KVM: SEV: only access GHCB fields once (bsc#1012628). +- wifi: nl80211: fix integer overflow in + nl80211_parse_mbssid_elems() (bsc#1012628). +- wifi: rtw89: fix 8852AE disconnection caused by RX full flags + (bsc#1012628). +- selftests: forwarding: Set default IPv6 traceroute utility + (bsc#1012628). +- wireguard: allowedips: expand maximum node depth (bsc#1012628). +- mmc: moxart: read scr register without changing byte order + (bsc#1012628). +- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (bsc#1012628). +- ipv6: adjust ndisc_is_useropt() to also return true for PIO + (bsc#1012628). +- selftests: mptcp: join: fix 'delete and re-add' test + (bsc#1012628). +- selftests: mptcp: join: fix 'implicit EP' test (bsc#1012628). +- mptcp: avoid bogus reset on fallback close (bsc#1012628). +- mptcp: fix disconnect vs accept race (bsc#1012628). +- dmaengine: pl330: Return DMA_PAUSED when transaction is paused + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix interrupt vector setting + (bsc#1012628). +- net: mana: Fix MANA VF unload when hardware is unresponsive + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina + Pro 16 M (bsc#1012628). +- zram: take device and not only bvec offset into account + (bsc#1012628). +- io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc + (bsc#1012628). +- parisc: Fix lightweight spinlock checks to not break futexes + (bsc#1012628). +- riscv: Start of DRAM should at least be aligned on PMD size + for the direct mapping (bsc#1012628). +- riscv/kexec: load initrd high in available memory (bsc#1012628). +- riscv,mmio: Fix readX()-to-delay() ordering (bsc#1012628). +- riscv/kexec: handle R_RISCV_CALL_PLT relocation type + (bsc#1012628). +- riscv: mm: fix 2 instances of -Wmissing-variable-declarations + (bsc#1012628). +- nvme: fix possible hang when removing a controller during + error recovery (bsc#1012628). +- nvme-tcp: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-rdma: fix potential unbalanced freeze & unfreeze + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and + 512G (bsc#1012628). +- drm/nouveau/gr: enable memory loads on helper invocation on + all channels (bsc#1012628). +- drm/nouveau/nvkm/dp: Add workaround to fix DP 1.3+ DPCD issues + (bsc#1012628). +- drm/shmem-helper: Reset vma->vm_ops before calling + dma_buf_mmap() (bsc#1012628). +- drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() (bsc#1012628). +- drm/amd/pm: correct the pcie width for smu 13.0.0 (bsc#1012628). +- drm/amd/display: check attr flag before set cursor degamma on + DCN3+ (bsc#1012628). +- tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition (bsc#1012628). +- cpuidle: dt_idle_genpd: Add helper function to remove genpd + topology (bsc#1012628). +- cpuidle: psci: Move enabling OSI mode after power domains + creation (bsc#1012628). +- io_uring: correct check for O_TMPFILE (bsc#1012628). +- zsmalloc: fix races between modifications of fullness and + isolated (bsc#1012628). +- hwmon: (pmbus/bel-pfe) Enable PMBUS_SKIP_STATUS_CHECK for + pfe1100 (bsc#1012628). +- radix tree test suite: fix incorrect allocation size for + pthreads (bsc#1012628). +- cpufreq: amd-pstate: fix global sysfs attribute type + (bsc#1012628). +- fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regions + (bsc#1012628). +- nilfs2: fix use-after-free of nilfs_root in dirtying inodes + via iput (bsc#1012628). +- accel/ivpu: Add set_pages_array_wc/uc for internal buffers + (bsc#1012628). +- hugetlb: do not clear hugetlb dtor until allocating vmemmap + (bsc#1012628). +- mm/damon/core: initialize damo_filter->list from + damos_new_filter() (bsc#1012628). +- selftests: mm: ksm: fix incorrect evaluation of parameter + (bsc#1012628). +- mm: memory-failure: fix potential unexpected return value from + unpoison_memory() (bsc#1012628). +- mm: memory-failure: avoid false hwpoison page mapped error info + (bsc#1012628). +- drm/amd/pm: expose swctf threshold setting for legacy powerplay + (bsc#1012628). +- drm/amd/pm: avoid unintentional shutdown due to temperature + momentary fluctuation (bsc#1012628). +- iio: cros_ec: Fix the allocation size for cros_ec_command + (bsc#1012628). +- iio: frequency: admv1013: propagate errors from + regulator_get_voltage() (bsc#1012628). +- iio: adc: ad7192: Fix ac excitation feature (bsc#1012628). +- iio: adc: meson: fix core clock enable/disable moment + (bsc#1012628). +- iio: adc: ina2xx: avoid NULL pointer dereference on OF device + match (bsc#1012628). +- binder: fix memory leak in binder_init() (bsc#1012628). +- misc: rtsx: judge ASPM Mode to set PETXCFG Reg (bsc#1012628). +- thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request() + (bsc#1012628). +- usb-storage: alauda: Fix uninit-value in alauda_check_media() + (bsc#1012628). +- usb: dwc3: Properly handle processing of pending events + (bsc#1012628). +- USB: Gadget: core: Help prevent panic during UVC unconfigure + (bsc#1012628). +- usb: common: usb-conn-gpio: Prevent bailing out if initial + role is none (bsc#1012628). +- usb: typec: tcpm: Fix response to vsafe0V event (bsc#1012628). +- usb: typec: altmodes/displayport: Signal hpd when configuring + pin assignment (bsc#1012628). +- x86/srso: Fix build breakage with the LLVM linker (bsc#1012628). +- x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() + on 64-bit kernel (bsc#1012628). +- x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405 + (bsc#1012628). +- x86/mm: Fix VDSO and VVAR placement on 5-level paging machines + (bsc#1012628). +- x86/sev: Do not try to parse for the CC blob on non-AMD hardware + (bsc#1012628). +- x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.h + (bsc#1012628). +- x86/speculation: Add cpu_show_gds() prototype (bsc#1012628). +- x86: Move gds_ucode_mitigated() declaration to header + (bsc#1012628). +- Revert "PCI: mvebu: Mark driver as BROKEN" (bsc#1012628). +- drm/nouveau/disp: Revert a NULL check inside + nouveau_connector_get_modes (bsc#1012628). +- netfilter: nf_tables: don't skip expired elements during walk + (bsc#1012628). +- netfilter: nf_tables: GC transaction API to avoid race with + control plane (bsc#1012628). +- netfilter: nf_tables: adapt set backend to use GC transaction + API (bsc#1012628). +- netfilter: nft_set_hash: mark set element as dead when deleting + from packet path (bsc#1012628). +- iio: imu: lsm6dsx: Fix mount matrix retrieval (bsc#1012628). +- iio: core: Prevent invalid memory access when there is no parent + (bsc#1012628). +- iio: light: bu27034: Fix scale format (bsc#1012628). +- interconnect: qcom: Add support for mask-based BCMs + (bsc#1012628). +- interconnect: qcom: sa8775p: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8450: add enable_mask for bcm nodes + (bsc#1012628). +- interconnect: qcom: sm8550: add enable_mask for bcm nodes + (bsc#1012628). +- selftests: forwarding: tc_tunnel_key: Make filters more specific + (bsc#1012628). +- selftests: forwarding: ethtool_mm: Skip when MAC Merge is not + supported (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Check iproute2 version + (bsc#1012628). +- selftests: forwarding: bridge_mdb: Check iproute2 version + (bsc#1012628). +- KVM: arm64: Fix hardware enable/disable flows for pKVM + (bsc#1012628). +- dmaengine: xilinx: xdma: Fix typo (bsc#1012628). +- dmaengine: xilinx: xdma: Fix Judgment of the return value + (bsc#1012628). +- selftests/bpf: fix a CI failure caused by vsock sockmap test + (bsc#1012628). +- selftests/rseq: Fix build with undefined __weak (bsc#1012628). +- selftests: forwarding: Add a helper to skip test when using + veth pairs (bsc#1012628). +- selftests: forwarding: ethtool: Skip when using veth pairs + (bsc#1012628). +- selftests: forwarding: ethtool_extended_state: Skip when using + veth pairs (bsc#1012628). +- selftests: forwarding: hw_stats_l3_gre: Skip when using veth + pairs (bsc#1012628). +- selftests: forwarding: Skip test when no interfaces are + specified (bsc#1012628). +- selftests: forwarding: Switch off timeout (bsc#1012628). +- selftests: forwarding: tc_actions: Use ncat instead of nc + (bsc#1012628). +- selftests: forwarding: tc_flower: Relax success criterion + (bsc#1012628). +- selftests: forwarding: bridge_mdb_max: Fix failing test with + old libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Fix failing test with old + libnet (bsc#1012628). +- selftests: forwarding: bridge_mdb: Make test more robust + (bsc#1012628). +- net: core: remove unnecessary frame_sz check in + bpf_xdp_adjust_tail() (bsc#1012628). +- bpf, sockmap: Fix map type error in sock_map_del_link + (bsc#1012628). +- bpf, sockmap: Fix bug that strp_done cannot be called + (bsc#1012628). +- hwmon: (aquacomputer_d5next) Add selective 200ms delay after + sending ctrl report (bsc#1012628). +- mISDN: Update parameter type of dsp_cmx_send() (bsc#1012628). +- macsec: use DEV_STATS_INC() (bsc#1012628). +- mptcp: fix the incorrect judgment for msk->cb_flags + (bsc#1012628). +- igc: Add lock to safeguard global Qbv variables (bsc#1012628). +- ionic: Add missing err handling for queue reconfig + (bsc#1012628). +- net/packet: annotate data-races around tp->status (bsc#1012628). +- net/smc: Fix setsockopt and sysctl to specify same buffer size + again (bsc#1012628). +- net/smc: Use correct buffer sizes when switching between TCP + and SMC (bsc#1012628). +- PCI: move OF status = "disabled" detection to dev->match_driver + (bsc#1012628). +- tcp: add missing family to tcp_set_ca_state() tracepoint + (bsc#1012628). +- tunnels: fix kasan splat when generating ipv4 pmtu error + (bsc#1012628). +- xsk: fix refcount underflow in error path (bsc#1012628). +- bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid + from slaves (bsc#1012628). +- dccp: fix data-race around dp->dccps_mss_cache (bsc#1012628). +- drivers: net: prevent tun_build_skb() to exceed the packet + size limit (bsc#1012628). +- drivers: vxlan: vnifilter: free percpu vni stats on error path + (bsc#1012628). +- iavf: fix potential races for FDIR filters (bsc#1012628). +- IB/hfi1: Fix possible panic during hotplug remove (bsc#1012628). +- drm/amd/display: Don't show stack trace for missing eDP + (bsc#1012628). +- drm/bridge: it6505: Check power state with it6505->powered in + IRQ handler (bsc#1012628). +- drm/nouveau: remove unused tu102_gr_load() function + (bsc#1012628). +- drm/rockchip: Don't spam logs in atomic check (bsc#1012628). +- wifi: brcm80211: handle params_v1 allocation failure + (bsc#1012628). +- wifi: cfg80211: fix sband iftype data lookup for AP_VLAN + (bsc#1012628). +- RDMA/umem: Set iova in ODP flow (bsc#1012628). +- RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAF + (bsc#1012628). +- RDMA/bnxt_re: Fix error handling in probe failure path + (bsc#1012628). +- net: tls: avoid discarding data on record close (bsc#1012628). +- net: marvell: prestera: fix handling IPv4 routes with nhid + (bsc#1012628). +- net: phy: at803x: remove set/get wol callbacks for AR8032 + (bsc#1012628). +- net: dsa: ocelot: call dsa_tag_8021q_unregister() under + rtnl_lock() on driver remove (bsc#1012628). +- net: hns3: refactor hclge_mac_link_status_wait for interface + reuse (bsc#1012628). +- net: hns3: add wait until mac link down (bsc#1012628). +- net: hns3: fix deadlock issue when externel_lb and reset are + executed together (bsc#1012628). +- net: enetc: reimplement RFS/RSS memory clearing as PCI quirk + (bsc#1012628). +- nexthop: Fix infinite nexthop dump when using maximum nexthop ID + (bsc#1012628). +- nexthop: Make nexthop bucket dump more efficient (bsc#1012628). +- nexthop: Fix infinite nexthop bucket dump when using maximum + nexthop ID (bsc#1012628). +- net: hns3: fix strscpy causing content truncation issue + (bsc#1012628). +- dmaengine: mcf-edma: Fix a potential un-allocated memory access + (bsc#1012628). +- dmaengine: idxd: Clear PRS disable flag when disabling IDXD + device (bsc#1012628). +- dmaengine: owl-dma: Modify mismatched function name + (bsc#1012628). +- net/mlx5e: Take RTNL lock when needed before calling + xdp_set_features() (bsc#1012628). +- net/mlx5e: TC, Fix internal port memory leak (bsc#1012628). +- net/mlx5: DR, Fix wrong allocation of modify hdr pattern + (bsc#1012628). +- net/mlx5: Allow 0 for total host VFs (bsc#1012628). +- net/mlx5e: Unoffload post act rule when handling FIB events + (bsc#1012628). +- net/mlx5: LAG, Check correct bucket when modifying LAG + (bsc#1012628). +- net/mlx5: Skip clock update work when device is in error state + (bsc#1012628). +- net/mlx5: Reload auxiliary devices in pci error handlers + (bsc#1012628). +- ibmvnic: Enforce stronger sanity checks on login response + (bsc#1012628). +- ibmvnic: Unmap DMA login rsp buffer on send login fail + (bsc#1012628). +- ibmvnic: Handle DMA unmapping of login buffs in release + functions (bsc#1012628). +- ibmvnic: Do partial reset on login failure (bsc#1012628). +- ibmvnic: Ensure login failure recovery is safe from other resets + (bsc#1012628). +- gpio: ws16c48: Fix off-by-one error in WS16C48 resource region + extent (bsc#1012628). +- gpio: sim: mark the GPIO chip as a one that can sleep + (bsc#1012628). +- btrfs: wait for actual caching progress during allocation + (bsc#1012628). +- btrfs: don't stop integrity writeback too early (bsc#1012628). +- btrfs: don't wait for writeback on clean pages in + extent_write_cache_pages (bsc#1012628). +- btrfs: properly clear end of the unreserved range in + cow_file_range (bsc#1012628). +- btrfs: exit gracefully if reloc roots don't match (bsc#1012628). +- btrfs: reject invalid reloc tree root keys with stack dump + (bsc#1012628). +- btrfs: set cache_block_group_error if we find an error + (bsc#1012628). +- scsi: core: Fix legacy /proc parsing buffer overflow + (bsc#1012628). +- scsi: storvsc: Fix handling of virtual Fibre Channel timeouts + (bsc#1012628). +- scsi: ufs: renesas: Fix private allocation (bsc#1012628). +- scsi: 53c700: Check that command slot is not NULL (bsc#1012628). +- scsi: snic: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: core: Fix possible memory leak if device_add() fails + (bsc#1012628). +- scsi: fnic: Replace return codes in fnic_clean_pending_aborts() + (bsc#1012628). +- scsi: qedi: Fix firmware halt over suspend and resume + (bsc#1012628). +- scsi: qedf: Fix firmware halt over suspend and resume + (bsc#1012628). +- platform/x86: msi-ec: Fix the build (bsc#1012628). +- platform/x86: lenovo-ymc: Only bind on machines with a + convertible DMI chassis-type (bsc#1012628). +- platform: mellanox: Change register offset addresses + (bsc#1012628). +- platform: mellanox: mlx-platform: Fix signals polarity and + latch mask (bsc#1012628). +- platform: mellanox: mlx-platform: Modify graceful shutdown + callback and power down mask (bsc#1012628). +- platform: mellanox: Fix order in exit flow (bsc#1012628). +- platform/x86: serial-multi-instantiate: Auto detect IRQ resource + for CSC3551 (bsc#1012628). +- ACPI: scan: Create platform device for CS35L56 (bsc#1012628). +- alpha: remove __init annotation from exported page_is_ram() + (bsc#1012628). +- Update config files. +- commit 2a5b3f6 + ------------------------------------------------------------------- Wed Aug 16 17:23:40 CEST 2023 - msuchanek@suse.de @@ -3062,6 +14331,974 @@ Wed Aug 16 17:09:00 CEST 2023 - msuchanek@suse.de Kerntypes was a SUSE-specific feature dropped before SLE 12. - commit 2c37773 +------------------------------------------------------------------- +Tue Aug 15 17:19:42 CEST 2023 - palcantara@suse.de + +- Update + patches.kernel.org/6.4.5-008-ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch + (bsc#1012628 bsc#1213545). +- commit d8f70b2 + +------------------------------------------------------------------- +Mon Aug 14 17:04:39 CEST 2023 - tiwai@suse.de + +- drm/nouveau/disp: fix use-after-free in error handling of + nouveau_connector_create (bsc#1214073). +- Delete + patches.suse/Revert-drm-nouveau-disp-PIOR-DP-uses-GPIO-for-HPD-no.patch. +- commit 1b3aee5 + +------------------------------------------------------------------- +Mon Aug 14 08:44:42 CEST 2023 - tiwai@suse.de + +- tpm_tis: Opt-in interrupts (bsc#1213779) + Also dropped the obsoleted patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-categorically-for-Len.patch +- commit 80aa18d + +------------------------------------------------------------------- +Mon Aug 14 08:22:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ACPI-resource-Always-use-MADT-override-IRQ-settings-.patch. +- Refresh + patches.suse/ACPI-resource-Honor-MADT-INT_SRC_OVR-settings-for-IR.patch. +- Refresh + patches.suse/ACPI-resource-revert-Remove-Zen-specific-match-and-q.patch. + Update upstream status and move to sorted section. +- commit d0aa45f + +------------------------------------------------------------------- +Mon Aug 14 08:15:57 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-cards.patch. + Update upstream status and move to sorted section. +- commit e1f43a2 + +------------------------------------------------------------------- +Mon Aug 14 07:08:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.10 (bsc#1012628). +- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982 + (bsc#1012628). +- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531 + (bsc#1012628). +- iommu/arm-smmu-v3: Add explicit feature for nesting + (bsc#1012628). +- iommu/arm-smmu-v3: Document nesting-related errata + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7903: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: imx8mm-venice-gw7904: disable disp_blk_ctrl + (bsc#1012628). +- arm64: dts: phycore-imx8mm: Label typo-fix of VPU (bsc#1012628). +- arm64: dts: phycore-imx8mm: Correction in gpio-line-names + (bsc#1012628). +- arm64: dts: imx8mn-var-som: add missing pull-up for onboard + PHY reset pinmux (bsc#1012628). +- arm64: dts: freescale: Fix VPU G2 clock (bsc#1012628). +- firmware: smccc: Fix use of uninitialised results structure + (bsc#1012628). +- firmware: arm_scmi: Fix signed error return values handling + (bsc#1012628). +- lib/bitmap: workaround const_eval test build failure + (bsc#1012628). +- ARM: dts: nxp/imx: limit sk-imx53 supported frequencies + (bsc#1012628). +- soc: imx: imx8mp-blk-ctrl: register HSIO PLL clock as + bus_power_dev child (bsc#1012628). +- firmware: arm_scmi: Fix chan_free cleanup on SMC (bsc#1012628). +- ARM: dts: at91: use clock-controller name for PMC nodes + (bsc#1012628). +- ARM: dts: at91: use clock-controller name for sckc nodes + (bsc#1012628). +- ARM: dts: at91: use generic name for shutdown controller + (bsc#1012628). +- ARM: dts: at91: sam9x60: fix the SOC detection (bsc#1012628). +- word-at-a-time: use the same return type for has_zero regardless + of endianness (bsc#1012628). +- s390/vmem: split pages when debug pagealloc is enabled + (bsc#1012628). +- KVM: s390: fix sthyi error handling (bsc#1012628). +- erofs: fix wrong primary bvec selection on deduplicated extents + (bsc#1012628). +- perf pmu arm64: Fix reading the PMU cpu slots in sysfs + (bsc#1012628). +- wifi: cfg80211: Fix return value in scan logic (bsc#1012628). +- net/mlx5e: fix double free in + macsec_fs_tx_create_crypto_table_groups (bsc#1012628). +- net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx + (bsc#1012628). +- net/mlx5: fix potential memory leak in mlx5e_init_rep_rx + (bsc#1012628). +- net/mlx5e: fix return value check in + mlx5e_ipsec_remove_trailer() (bsc#1012628). +- net/mlx5: Honor user input for migratable port fn attr + (bsc#1012628). +- net/mlx5e: Don't hold encap tbl lock if there is no encap action + (bsc#1012628). +- net/mlx5e: Fix crash moving to switchdev mode when ntuple + offload is set (bsc#1012628). +- net/mlx5e: Move representor neigh cleanup to profile cleanup_tx + (bsc#1012628). +- net/mlx5e: xsk: Fix invalid buffer access for legacy rq + (bsc#1012628). +- net/mlx5e: xsk: Fix crash on regular rq reactivation + (bsc#1012628). +- net/mlx5e: kTLS, Fix protection domain in use syndrome when + devlink reload (bsc#1012628). +- net/mlx5: fs_chains: Fix ft prio if ignore_flow_level is not + supported (bsc#1012628). +- net/mlx5: Unregister devlink params in case interface is down + (bsc#1012628). +- bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing + (bsc#1012628). +- rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE + length (bsc#1012628). +- net: dsa: fix value check in bcm_sf2_sw_probe() (bsc#1012628). +- perf test uprobe_from_different_cu: Skip if there is no gcc + (bsc#1012628). +- net: sched: cls_u32: Fix match key mis-addressing (bsc#1012628). +- mISDN: hfcpci: Fix potential deadlock on &hc->lock + (bsc#1012628). +- net: stmmac: tegra: Properly allocate clock bulk data + (bsc#1012628). +- qed: Fix scheduling in a tasklet while getting stats + (bsc#1012628). +- net: move gso declarations and functions to their own files + (bsc#1012628). +- net: gro: fix misuse of CB in udp socket lookup (bsc#1012628). +- net: annotate data-races around sk->sk_reserved_mem + (bsc#1012628). +- net: annotate data-race around sk->sk_txrehash (bsc#1012628). +- net: annotate data-races around sk->sk_max_pacing_rate + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvlowat) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_sndbuf) annotation + (bsc#1012628). +- net: add missing READ_ONCE(sk->sk_rcvbuf) annotation + (bsc#1012628). +- net: annotate data-races around sk->sk_mark (bsc#1012628). +- net: add missing data-race annotations around sk->sk_peek_off + (bsc#1012628). +- net: add missing data-race annotation for sk_ll_usec + (bsc#1012628). +- net: annotate data-races around sk->sk_priority (bsc#1012628). +- net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to + INT_MAX (bsc#1012628). +- net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs + (bsc#1012628). +- ice: Fix RDMA VSI removal during queue rebuild (bsc#1012628). +- bnxt: don't handle XDP in netpoll (bsc#1012628). +- octeon_ep: initialize mbox mutexes (bsc#1012628). +- bpf: Move unprivileged checks into map_create() and + bpf_prog_load() (bsc#1012628). +- bpf: Inline map creation logic in map_create() function + (bsc#1012628). +- bpf: Centralize permissions checks for all BPF map types + (bsc#1012628). +- bpf, cpumap: Make sure kthread is running before map update + returns (bsc#1012628). +- bpf, cpumap: Handle skb as well when clean up ptr_ring + (bsc#1012628). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1012628). +- bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire + (bsc#1012628). +- net: ll_temac: fix error checking of irq_of_parse_and_map() + (bsc#1012628). +- net: korina: handle clk prepare error in korina_probe() + (bsc#1012628). +- net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode + (bsc#1012628). +- selftest: net: Assert on a proper value in so_incoming_cpu.c + (bsc#1012628). +- bnxt_en: Fix page pool logic for page size >= 64K (bsc#1012628). +- bnxt_en: Fix max_mtu setting for multi-buf XDP (bsc#1012628). +- net: dcb: choose correct policy to parse DCB_ATTR_BCN + (bsc#1012628). +- s390/qeth: Don't call dev_close/dev_open (DOWN/UP) + (bsc#1012628). +- ip6mr: Fix skb_under_panic in ip6mr_cache_report() + (bsc#1012628). +- vxlan: Fix nexthop hash size (bsc#1012628). +- net/mlx5: fs_core: Make find_closest_ft more generic + (bsc#1012628). +- net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS + fs_prio (bsc#1012628). +- net/mlx5e: Set proper IPsec source port in L4 selector + (bsc#1012628). +- prestera: fix fallback to previous version on same major version + (bsc#1012628). +- tcp_metrics: fix addr_same() helper (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_stamp + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_lock + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_vals[] + (bsc#1012628). +- tcp_metrics: annotate data-races around tm->tcpm_net + (bsc#1012628). +- tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen + (bsc#1012628). +- test/vsock: remove vsock_perf executable on `make clean` + (bsc#1012628). +- rust: allocator: Prevent mis-aligned allocation (bsc#1012628). +- scsi: zfcp: Defer fc_rport blocking until after ADISC response + (bsc#1012628). +- scsi: storvsc: Limit max_sectors for virtual Fibre Channel + devices (bsc#1012628). +- Documentation: kdump: Add va_kernel_pa_offset for RISCV64 + (bsc#1012628). +- libceph: fix potential hang in ceph_osdc_notify() (bsc#1012628). +- USB: zaurus: Add ID for A-300/B-500/C-700 (bsc#1012628). +- ceph: defer stopping mdsc delayed_work (bsc#1012628). +- firmware: arm_scmi: Drop OF node reference in the transport + channel setup (bsc#1012628). +- exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree + (bsc#1012628). +- exfat: check if filename entries exceeds max filename length + (bsc#1012628). +- exfat: release s_lock before calling dir_emit() (bsc#1012628). +- mtd: spinand: toshiba: Fix ecc_get_status (bsc#1012628). +- mtd: spinand: winbond: Fix ecc_get_status (bsc#1012628). +- mtd: rawnand: meson: fix OOB available bytes for ECC + (bsc#1012628). +- riscv: Export va_kernel_pa_offset in vmcoreinfo (bsc#1012628). +- bpf: Disable preemption in bpf_perf_event_output (bsc#1012628). +- arm64: dts: stratix10: fix incorrect I2C property for SCL signal + (bsc#1012628). +- wifi: mt76: mt7615: do not advertise 5 GHz on first phy of + MT7615D (DBDC) (bsc#1012628). +- x86/hyperv: Disable IBT when hypercall page lacks ENDBR + instruction (bsc#1012628). +- rbd: prevent busy loop when requesting exclusive lock + (bsc#1012628). +- bpf: Disable preemption in bpf_event_output (bsc#1012628). +- smb: client: fix dfs link mount against w2k8 (bsc#1012628). +- powerpc/ftrace: Create a dummy stackframe to fix stack unwind + (bsc#1012628). +- parisc/mm: preallocate fixmap page tables at init (bsc#1012628). +- arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE + (bsc#1012628). +- arm64/fpsimd: Clear SME state in the target task when setting + the VL (bsc#1012628). +- arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems + (bsc#1012628). +- arm64/ptrace: Flush FP state when setting ZT0 (bsc#1012628). +- arm64/ptrace: Don't enable SVE when setting streaming SVE + (bsc#1012628). +- open: make RESOLVE_CACHED correctly test for O_TMPFILE + (bsc#1012628). +- drm/ttm: check null pointer before accessing when swapping + (bsc#1012628). +- drm/i915: Fix premature release of request's reusable memory + (bsc#1012628). +- drm/i915/gt: Cleanup aux invalidation registers (bsc#1012628). +- Revert "page cache: fix page_cache_next/prev_miss off by one" + (bsc#1012628). +- sunvnet: fix sparc64 build error after gso code split + (bsc#1012628). +- clk: imx93: Propagate correct error in imx93_clocks_probe() + (bsc#1012628). +- file: reinstate f_pos locking optimization for regular files + (bsc#1012628). +- mm: kmem: fix a NULL pointer dereference in + obj_stock_flush_required() (bsc#1012628). +- fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list() + (bsc#1012628). +- kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan + (bsc#1012628). +- fs/sysv: Null check to prevent null-ptr-deref bug (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb + (bsc#1012628). +- debugobjects: Recheck debug_objects_enabled before reporting + (bsc#1012628). +- net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb + (bsc#1012628). +- fs: Protect reconfiguration of sb read-write from racing writes + (bsc#1012628). +- mm/gup: do not return 0 from pin_user_pages_fast() for bad args + (bsc#1012628). +- ext2: Drop fragment support (bsc#1012628). +- btrfs: remove BUG_ON()'s in add_new_free_space() (bsc#1012628). +- f2fs: fix to do sanity check on direct node in truncate_dnode() + (bsc#1012628). +- io_uring: annotate offset timeout races (bsc#1012628). +- mtd: rawnand: omap_elm: Fix incorrect type in assignment + (bsc#1012628). +- mtd: rawnand: rockchip: fix oobfree offset and description + (bsc#1012628). +- mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts + (bsc#1012628). +- clk: mediatek: mt8183: Add back SSPM related clocks + (bsc#1012628). +- mtd: spi-nor: avoid holes in struct spi_mem_op (bsc#1012628). +- mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() + (bsc#1012628). +- powerpc/mm/altmap: Fix altmap boundary check (bsc#1012628). +- drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning + (bsc#1012628). +- drm/amdgpu: Use apt name for FW reserved region (bsc#1012628). +- selftests/rseq: Play nice with binaries statically linked + against glibc 2.35+ (bsc#1012628). +- ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node + (bsc#1012628). +- drm/i915: Add the gen12_needs_ccs_aux_inv helper (bsc#1012628). +- drm/i915/gt: Ensure memory quiesced before invalidation + (bsc#1012628). +- drm/i915/gt: Add workaround 14016712196 (bsc#1012628). +- drm/i915/gt: Rename flags with bit_group_X according to the + datasheet (bsc#1012628). +- drm/i915/gt: Poll aux invalidation register bit on invalidation + (bsc#1012628). +- drm/i915/gt: Support aux invalidation on all engines + (bsc#1012628). +- drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and + in the CS (bsc#1012628). +- x86/CPU/AMD: Do not leak quotient data after a division by 0 + (bsc#1012628). +- commit eb77301 + +------------------------------------------------------------------- +Sun Aug 13 23:08:39 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc6 +- update configs + - x86 + - GDS_FORCE_MITIGATION=n + - x86_64 + - CPU_SRSO=y +- commit c65258c + +------------------------------------------------------------------- +Sat Aug 12 09:53:57 CEST 2023 - tiwai@suse.de + +- drm/amd: Disable S/G for APUs when 64GB or more host memory + (bsc#1213787). +- commit 1b8ce3e + +------------------------------------------------------------------- +Sat Aug 12 09:51:47 CEST 2023 - tiwai@suse.de + +- pinctrl: amd: Don't show `Invalid config param` errors + (bsc#1214212). +- commit e95f7e7 + +------------------------------------------------------------------- +Fri Aug 11 16:05:44 CEST 2023 - vkarasulli@suse.de + +- net/sched: cls_route: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_fw: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- net/sched: cls_u32: No longer copy tcf_result on update to + avoid use-after-free (bsc#1214149 CVE-2023-4128). +- commit 4368d3a + +------------------------------------------------------------------- +Fri Aug 11 09:31:39 CEST 2023 - tiwai@suse.de + +- Revert "drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR + AUX interrupts" (bsc#1214073). +- commit db7e8f0 + +------------------------------------------------------------------- +Fri Aug 11 09:19:17 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts categorically for Lenovo + (bsc#1213779). + Replaced the obsoleted fix patch: + patches.suse/tpm-tpm_tis-Disable-interrupts-for-Lenovo-Thinkpad-E.patch +- commit efae9ac + +------------------------------------------------------------------- +Fri Aug 11 09:18:26 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo P620 devices + (bsc#1213779). +- commit 4f44748 + +------------------------------------------------------------------- +Fri Aug 11 09:17:46 CEST 2023 - tiwai@suse.de + +- Move upstreamed tpm_tis patch into sorted section +- commit 693df97 + +------------------------------------------------------------------- +Thu Aug 10 07:38:00 CEST 2023 - jslaby@suse.cz + +- mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock + (per-VMA_lock_fix). +- commit c5c7c45 + +------------------------------------------------------------------- +Thu Aug 10 07:29:43 CEST 2023 - jslaby@suse.cz + +- ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on + AMD Zen (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: Always use MADT override + IRQ settings for all legacy non i8042 IRQs + (20230809085526.84913-1-hdegoede@redhat.com). +- ACPI: resource: revert "Remove "Zen" specific match and quirks" + (20230809085526.84913-1-hdegoede@redhat.com). +- commit 17e449f + +------------------------------------------------------------------- +Wed Aug 9 07:07:40 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.9 (bsc#1012628). +- Update config files. + Set: + * CONFIG_GDS_FORCE_MITIGATION=n + * CONFIG_CPU_SRSO=y + as per default. +- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628). +- xen/netback: Fix buffer overrun triggered by unusual packet + (bsc#1012628). +- x86/srso: Tie SBPB bit setting to microcode patch detection + (bsc#1012628). +- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628). +- x86/srso: Fix return thunks in generated code (bsc#1012628). +- x86/srso: Add IBPB on VMEXIT (bsc#1012628). +- x86/srso: Add IBPB (bsc#1012628). +- x86/srso: Add SRSO_NO support (bsc#1012628). +- x86/srso: Add IBPB_BRTYPE support (bsc#1012628). +- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628 + bsc#1213287 CVE-2023-20569). +- x86/bugs: Increase the x86 bugs vector size to two u32s + (bsc#1012628). +- Documentation/x86: Fix backwards on/off logic about YMM support + (bsc#1012628). +- x86/xen: Fix secondary processors' FPU initialization + (bsc#1012628). +- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build + (bsc#1012628). +- KVM: Add GDS_NO support to KVM (bsc#1012628). +- x86/speculation: Add Kconfig option for GDS (bsc#1012628). +- x86/speculation: Add force option to GDS mitigation + (bsc#1012628). +- x86/speculation: Add Gather Data Sampling mitigation + (bsc#1012628 bsc#1206418 CVE-2022-40982). +- x86/fpu: Move FPU initialization into arch_cpu_finalize_init() + (bsc#1012628). +- x86/fpu: Mark init functions __init (bsc#1012628). +- x86/fpu: Remove cpuinfo argument from init functions + (bsc#1012628). +- x86/init: Initialize signal frame size late (bsc#1012628). +- init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() + (bsc#1012628). +- init: Invoke arch_cpu_finalize_init() earlier (bsc#1012628). +- init: Remove check_bugs() leftovers (bsc#1012628). +- um/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sparc/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- sh/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- mips/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- m68k/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- loongarch/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ia64/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- ARM: cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- x86/cpu: Switch to arch_cpu_finalize_init() (bsc#1012628). +- init: Provide arch_cpu_finalize_init() (bsc#1012628). +- commit 5b9ad20 + +------------------------------------------------------------------- +Mon Aug 7 16:04:08 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen + 2 and 13s-IML (bsc#1213779). +- commit c4adffc + +------------------------------------------------------------------- +Mon Aug 7 15:54:28 CEST 2023 - mfranc@suse.cz + +- net: tun_chr_open(): set sk_uid from current_fsuid() + (CVE-2023-4194 bsc#1214019). +- commit 8967829 + +------------------------------------------------------------------- +Mon Aug 7 15:54:01 CEST 2023 - mfranc@suse.cz + +- net: tap_open(): set sk_uid from current_fsuid() (CVE-2023-4194 + bsc#1214019). +- commit e5a2ecb + +------------------------------------------------------------------- +Mon Aug 7 12:14:04 CEST 2023 - tiwai@suse.de + +- drm/amd/display: Fix a regression on Polaris cards + (bsc#1212874). +- commit 9764e05 + +------------------------------------------------------------------- +Mon Aug 7 11:51:29 CEST 2023 - mkubecek@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + Mirrored openSUSE repositories are long term more reliable than + SUSE:Factory:HEAD we use now for IBS builds. Dropping the IBS_PROJECT* + variables is the simplest way to switch to them as MyBS.pm prepends + "openSUSE.org:" to the corresponding OBS_PROJECT* variable in their + absence. + This is a combination of kernel-source commits 21cafd1fd12a + ("rpm/config.sh: switch to openSUSE.org repos for IBS") and 294d54140dd0 + ("rpm/config.sh: remove IBS repos completely") from stable branch. +- commit 997a7e4 + +------------------------------------------------------------------- +Mon Aug 7 11:33:27 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: remove IBS repos completely + The commit 21cafd1f (rpm/config.sh: switch to openSUSE.org repos for + IBS) duplicated the OBS repos in openSUSE.org: space. But this is done + automatically in MyBS.pm. So drop all of them instead of duplicating. +- commit 294d541 + +------------------------------------------------------------------- +Mon Aug 7 00:32:26 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc5 +- commit b685771 + +------------------------------------------------------------------- +Fri Aug 4 08:10:07 CEST 2023 - jslaby@suse.cz + +- rpm/config.sh: switch to openSUSE.org repos for IBS + SUSE:Factory:HEAD is currently (and often) broken. Switch to + openSUSE.org: repositories. They are up-to-date and provide the same + archs plus armv6. +- commit 21cafd1 + +------------------------------------------------------------------- +Thu Aug 3 15:32:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.8 (bsc#1012628). +- platform/x86/amd/pmf: Notify OS power slider update + (bsc#1012628). +- platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params + (bsc#1012628). +- drm/amd: Move helper for dynamic speed switch check out of smu13 + (bsc#1012628). +- drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters + implementation with SMU13 (bsc#1012628). +- jbd2: Fix wrongly judgement for buffer head removing while + doing checkpoint (bsc#1012628). +- KVM: arm64: Handle kvm_arm_init failure correctly in + finalize_pkvm (bsc#1012628). +- blk-mq: Fix stall due to recursive flush plug (bsc#1012628). +- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during + window close (bsc#1012628). +- KVM: s390: pv: simplify shutdown and fix race (bsc#1012628). +- KVM: s390: pv: fix index value of replaced ASCE (bsc#1012628). +- s390/mm: fix per vma lock fault handling (bsc#1012628). +- io_uring: don't audit the capability check in io_uring_create() + (bsc#1012628). +- gpio: tps68470: Make tps68470_gpio_output() always set the + initial value (bsc#1012628). +- gpio: mvebu: Make use of devm_pwmchip_add (bsc#1012628). +- gpio: mvebu: fix irq domain leak (bsc#1012628). +- regmap: Disable locking for RBTREE and MAPLE unit tests + (bsc#1012628). +- btrfs: factor out a btrfs_verify_page helper (bsc#1012628). +- btrfs: fix fsverify read error handling in end_page_read + (bsc#1012628). +- btrfs: fix race between quota disable and relocation + (bsc#1012628). +- i2c: Delete error messages for failed memory allocations + (bsc#1012628). +- i2c: Improve size determinations (bsc#1012628). +- i2c: nomadik: Remove unnecessary goto label (bsc#1012628). +- i2c: nomadik: Use devm_clk_get_enabled() (bsc#1012628). +- i2c: nomadik: Remove a useless call in the remove function + (bsc#1012628). +- PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link() + (bsc#1012628). +- PCI/ASPM: Factor out pcie_wait_for_retrain() (bsc#1012628). +- PCI/ASPM: Avoid link retraining race (bsc#1012628). +- PCI: rockchip: Remove writes to unused registers (bsc#1012628). +- PCI: rockchip: Fix window mapping and address translation for + endpoint (bsc#1012628). +- PCI: rockchip: Don't advertise MSI-X in PCIe capabilities + (bsc#1012628). +- drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch + (bsc#1012628). +- drm/amd/display: Keep disable aux-i delay as 0 (bsc#1012628). +- drm/amd/display: add pixel rate based CRB allocation support + (bsc#1012628). +- drm/amd/display: fix dcn315 single stream crb allocation + (bsc#1012628). +- drm/amd/display: Update correct DCN314 register header + (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Rembrandt (bsc#1012628). +- drm/amd/display: Set minimum requirement for using PSR-SU on + Phoenix (bsc#1012628). +- drm/ttm: never consider pinned BOs for eviction&swap + (bsc#1012628). +- maple_tree: add __init and __exit to test module (bsc#1012628). +- maple_tree: fix 32 bit mas_next testing (bsc#1012628). +- drm/amd/display: Add FAMS validation before trying to use it + (bsc#1012628). +- drm/amd/display: update extended blank for dcn314 onwards + (bsc#1012628). +- drm/amd/display: Fix possible underflow for displays with + large vblank (bsc#1012628). +- drm/amd/display: Prevent vtotal from being set to 0 + (bsc#1012628). +- ext4: add EXT4_MB_HINT_GOAL_ONLY test in + ext4_mb_use_preallocated (bsc#1012628). +- ext4: mballoc: Remove useless setting of ac_criteria + (bsc#1012628). +- ext4: fix rbtree traversal bug in ext4_mb_use_preallocated + (bsc#1012628). +- phy: phy-mtk-dp: Fix an error code in probe() (bsc#1012628). +- phy: mediatek: hdmi: mt8195: fix prediv bad upper limit test + (bsc#1012628). +- phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during + runtime suspend (bsc#1012628). +- phy: qcom-snps-femto-v2: properly enable ref clock + (bsc#1012628). +- soundwire: qcom: update status correctly with mask + (bsc#1012628). +- soundwire: amd: Fix a check for errors in probe() (bsc#1012628). +- media: tc358746: Address compiler warnings (bsc#1012628). +- media: staging: atomisp: select V4L2_FWNODE (bsc#1012628). +- media: amphion: Fix firmware path to match linux-firmware + (bsc#1012628). +- media: mtk-jpeg: move data/code inside CONFIG_OF blocks + (bsc#1012628). +- media: mtk_jpeg_core: avoid unused-variable warning + (bsc#1012628). +- i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir() + (bsc#1012628). +- iavf: fix potential deadlock on allocation failure + (bsc#1012628). +- iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILED + (bsc#1012628). +- net: phy: marvell10g: fix 88x3310 power up (bsc#1012628). +- net: hns3: fix the imp capability bit cannot exceed 32 bits + issue (bsc#1012628). +- net: hns3: fix wrong tc bandwidth weight data issue + (bsc#1012628). +- net: hns3: fix wrong bw weight of disabled tc issue + (bsc#1012628). +- vxlan: calculate correct header length for GPE (bsc#1012628). +- vxlan: generalize vxlan_parse_gpe_hdr and remove unused args + (bsc#1012628). +- vxlan: fix GRO with VXLAN-GPE (bsc#1012628). +- phy: hisilicon: Fix an out of bounds check in + hisi_inno_phy_probe() (bsc#1012628). +- atheros: fix return value check in atl1_tso() (bsc#1012628). +- ethernet: atheros: fix return value check in atl1e_tso_csum() + (bsc#1012628). +- ipv6 addrconf: fix bug where deleting a mngtmpaddr can create + a new temporary address (bsc#1012628). +- net: fec: avoid tx queue timeout when XDP is enabled + (bsc#1012628). +- tcp: Reduce chance of collisions in inet6_hashfn() + (bsc#1012628). +- ice: Fix memory management in ice_ethtool_fdir.c (bsc#1012628). +- bonding: reset bond's flags when down link is P2P device + (bsc#1012628). +- team: reset team's flags when down link is P2P device + (bsc#1012628). +- octeontx2-af: Fix hash extraction enable configuration + (bsc#1012628). +- net: stmmac: Apply redundant write work around on 4.xx too + (bsc#1012628). +- platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind + U100 (bsc#1012628). +- x86/traps: Fix load_unaligned_zeropad() handling for shared + TDX memory (bsc#1012628). +- macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF + (bsc#1012628). +- igc: Fix Kernel Panic during ndo_tx_timeout callback + (bsc#1012628). +- netfilter: nft_set_rbtree: fix overlap expiration walk + (bsc#1012628). +- netfilter: nf_tables: skip immediate deactivate in + _PREPARE_ERROR (bsc#1012628). +- netfilter: nf_tables: disallow rule addition to bound chain + via NFTA_RULE_CHAIN_ID (bsc#1012628). +- mm: suppress mm fault logging if fatal signal already pending + (bsc#1012628). +- tools: ynl-gen: fix enum index in + _decode_enum(..) (bsc#1012628). +- net: fec: tx processing does not call XDP APIs if budget is 0 + (bsc#1012628). +- net/sched: mqprio: Add length check for + TCA_MQPRIO_{MAX/MIN}_RATE64 (bsc#1012628). +- benet: fix return value check in be_lancer_xmit_workarounds() + (bsc#1012628). +- tipc: check return value of pskb_trim() (bsc#1012628). +- tipc: stop tipc crypto on failure in tipc_node_create + (bsc#1012628). +- fs/9p: Fix a datatype used with V9FS_DIRECT_IO (bsc#1012628). +- RDMA/mlx4: Make check for invalid flags stricter (bsc#1012628). +- drm/msm/mdss: correct UBWC programming for SM8550 (bsc#1012628). +- drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 + planes (bsc#1012628). +- drm/msm/dpu: drop enum dpu_core_perf_data_bus_id (bsc#1012628). +- drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY + config (bsc#1012628). +- drm/msm/adreno: Fix snapshot BINDLESS_DATA size (bsc#1012628). +- RDMA/irdma: Add missing read barriers (bsc#1012628). +- RDMA/irdma: Fix data race on CQP completion stats (bsc#1012628). +- RDMA/irdma: Fix data race on CQP request done (bsc#1012628). +- RDMA/core: Update CMA destination address on rdma_resolve_addr + (bsc#1012628). +- RDMA/mthca: Fix crash when polling CQ for shared QPs + (bsc#1012628). +- RDMA/bnxt_re: Prevent handling any completions after qp destroy + (bsc#1012628). +- RDMA/bnxt_re: Enhance the existing functions that wait for FW + responses (bsc#1012628). +- RDMA/bnxt_re: Avoid the command wait if firmware is inactive + (bsc#1012628). +- RDMA/bnxt_re: use shadow qd while posting non blocking rcfw + command (bsc#1012628). +- RDMA/bnxt_re: Simplify the function that sends the FW commands + (bsc#1012628). +- RDMA/bnxt_re: add helper function __poll_for_resp (bsc#1012628). +- RDMA/bnxt_re: Fix hang during driver unload (bsc#1012628). +- drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in + a5xx_submit_in_rb() (bsc#1012628). +- drm/msm: Fix hw_fence error path cleanup (bsc#1012628). +- cxl/acpi: Fix a use-after-free in cxl_parse_cfmws() + (bsc#1012628). +- cxl/acpi: Return 'rc' instead of '0' in cxl_parse_cfmws() + (bsc#1012628). +- ASoC: fsl_spdif: Silence output on stop (bsc#1012628). +- block: Fix a source code comment in + include/uapi/linux/blkzoned.h (bsc#1012628). +- smb3: do not set NTLMSSP_VERSION flag for negotiate not auth + request (bsc#1012628). +- drm/i915: Fix an error handling path in igt_write_huge() + (bsc#1012628). +- xenbus: check xen_domain in xenbus_probe_initcall (bsc#1012628). +- dm raid: fix missing reconfig_mutex unlock in raid_ctr() + error paths (bsc#1012628). +- dm raid: clean up four equivalent goto tags in raid_ctr() + (bsc#1012628). +- dm raid: protect md_stop() with 'reconfig_mutex' (bsc#1012628). +- drm/amd: Fix an error handling mistake in psp_sw_init() + (bsc#1012628). +- drm/amd/display: Unlock on error path in + dm_handle_mst_sideband_msg_ready_event() (bsc#1012628). +- RDMA/irdma: Fix op_type reporting in CQEs (bsc#1012628). +- RDMA/irdma: Report correct WC error (bsc#1012628). +- drm/msm: Disallow submit with fence id 0 (bsc#1012628). +- ublk: fail to start device if queue setup is interrupted + (bsc#1012628). +- ublk: fail to recover device if queue setup is interrupted + (bsc#1012628). +- ublk: return -EINTR if breaking from waiting for existed users + in DEL_DEV (bsc#1012628). +- iommufd: IOMMUFD_DESTROY should not increase the refcount + (bsc#1012628). +- tmpfs: fix Documentation of noswap and huge mount options + (bsc#1012628). +- ata: pata_ns87415: mark ns87560_tf_read static (bsc#1012628). +- ring-buffer: Fix wrong stat of cpu_buffer->read (bsc#1012628). +- tracing: Fix warning in trace_buffered_event_disable() + (bsc#1012628). +- Revert "usb: gadget: tegra-xudc: Fix error check in + tegra_xudc_powerdomain_init()" (bsc#1012628). +- usb: gadget: call usb_gadget_check_config() to verify UDC + capability (bsc#1012628). +- USB: gadget: Fix the memory leak in raw_gadget driver + (bsc#1012628). +- usb: gadget: core: remove unbalanced mutex_unlock in + usb_gadget_activate (bsc#1012628). +- KVM: Grab a reference to KVM for VM and vCPU stats file + descriptors (bsc#1012628). +- KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest + (bsc#1012628). +- KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid + (bsc#1012628). +- serial: qcom-geni: drop bogus runtime pm state update + (bsc#1012628). +- tty: serial: sh-sci: Fix sleeping in atomic context + (bsc#1012628). +- serial: 8250_dw: Preserve original value of DLF register + (bsc#1012628). +- serial: sifive: Fix sifive_serial_console_setup() section + (bsc#1012628). +- USB: serial: option: support Quectel EM060K_128 (bsc#1012628). +- USB: serial: option: add Quectel EC200A module support + (bsc#1012628). +- USB: serial: simple: add Kaufmann RKS+CAN VCP (bsc#1012628). +- USB: serial: simple: sort driver entries (bsc#1012628). +- can: gs_usb: gs_can_close(): add missing set of CAN state to + CAN_STATE_STOPPED (bsc#1012628). +- TIOCSTI: always enable for CAP_SYS_ADMIN (bsc#1012628). +- usb: typec: Set port->pd before adding device for typec_port + (bsc#1012628). +- usb: typec: Iterate pds array when showing the pd list + (bsc#1012628). +- usb: typec: Use sysfs_emit_at when concatenating the string + (bsc#1012628). +- Revert "usb: dwc3: core: Enable AutoRetry feature in the + controller" (bsc#1012628). +- usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phy + (bsc#1012628). +- usb: dwc3: don't reset device side if dwc3 was configured as + host-only (bsc#1012628). +- usb: misc: ehset: fix wrong if condition (bsc#1012628). +- usb: ohci-at91: Fix the unhandle interrupt when resume + (bsc#1012628). +- USB: quirks: add quirk for Focusrite Scarlett (bsc#1012628). +- usb: cdns3: fix incorrect calculation of ep_buf_size when more + than one config (bsc#1012628). +- usb: xhci-mtk: set the dma max_seg_size (bsc#1012628). +- Revert "usb: xhci: tegra: Fix error check" (bsc#1012628). +- Documentation: security-bugs.rst: update preferences when + dealing with the linux-distros group (bsc#1012628). +- Documentation: security-bugs.rst: clarify CVE handling + (bsc#1012628). +- staging: r8712: Fix memory leak in _r8712_init_xmit_priv() + (bsc#1012628). +- staging: ks7010: potential buffer overflow in + ks_wlan_set_encode_ext() (bsc#1012628). +- tty: n_gsm: fix UAF in gsm_cleanup_mux (bsc#1012628). +- Revert "xhci: add quirk for host controllers that don't update + endpoint DCS" (bsc#1012628). +- ALSA: hda/realtek: Support ASUS G713PV laptop (bsc#1012628). +- ALSA: hda/relatek: Enable Mute LED on HP 250 G8 (bsc#1012628). +- hwmon: (k10temp) Enable AMD3255 Proc to show negative + temperature (bsc#1012628). +- hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 + disabled (bsc#1012628). +- hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout + (bsc#1012628). +- hwmon: (pmbus_core) Fix pmbus_is_enabled() (bsc#1012628). +- hwmon: (pmbus_core) Fix NULL pointer dereference (bsc#1012628). +- hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status + (bsc#1012628). +- btrfs: zoned: do not enable async discard (bsc#1012628). +- btrfs: account block group tree when calculating global reserve + size (bsc#1012628). +- btrfs: check if the transaction was aborted at + btrfs_wait_for_commit() (bsc#1012628). +- btrfs: check for commit error at + btrfs_attach_transaction_barrier() (bsc#1012628). +- x86/MCE/AMD: Decrement threshold_bank refcount when removing + threshold blocks (bsc#1012628). +- x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled + (bsc#1012628). +- file: always lock position for FMODE_ATOMIC_POS (bsc#1012628). +- nfsd: Remove incorrect check in nfsd4_validate_stateid + (bsc#1012628). +- ksmbd: check if a mount point is crossed during path lookup + (bsc#1012628). +- ACPI/IORT: Remove erroneous id_count check in + iort_node_get_rmr_info() (bsc#1012628). +- tpm_tis: Explicitly check for error code (bsc#1012628). +- irq-bcm6345-l1: Do not assume a fixed block to cpu mapping + (bsc#1012628). +- irqchip/gic-v4.1: Properly lock VPEs when doing a directLPI + invalidation (bsc#1012628). +- locking/rtmutex: Fix task->pi_waiters integrity (bsc#1012628). +- proc/vmcore: fix signedness bug in read_from_oldmem() + (bsc#1012628). +- xen: speed up grant-table reclaim (bsc#1012628). +- virtio-net: fix race between set queues and probe (bsc#1012628). +- net: ipa: only reset hashed tables when supported (bsc#1012628). +- net: dsa: qca8k: enable use_single_write for qca8xxx + (bsc#1012628). +- net: dsa: qca8k: fix search_and_insert wrong handling of new + rule (bsc#1012628). +- net: dsa: qca8k: fix broken search_and_del (bsc#1012628). +- net: dsa: qca8k: fix mdb add/del case with 0 VID (bsc#1012628). +- io_uring: gate iowait schedule on having pending requests + (bsc#1012628). +- iommufd: Set end correctly when doing batch carry (bsc#1012628). +- selftests: mptcp: join: only check for ip6tables if needed + (bsc#1012628). +- soundwire: fix enumeration completion (bsc#1012628). +- Revert "um: Use swap() to make code cleaner" (bsc#1012628). +- LoongArch: Fix return value underflow in exception path + (bsc#1012628). +- LoongArch: BPF: Fix check condition to call lu32id in move_imm() + (bsc#1012628). +- LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch + (bsc#1012628). +- 9p: fix ignored return value in v9fs_dir_release (bsc#1012628). +- fs/9p: remove unnecessary and overrestrictive check + (bsc#1012628). +- fs/9p: fix typo in comparison logic for cache mode + (bsc#1012628). +- fs/9p: fix type mismatch in file cache mode helper + (bsc#1012628). +- fs/9p: remove unnecessary invalidate_inode_pages2 (bsc#1012628). +- s390/dasd: fix hanging device after quiesce/resume + (bsc#1012628). +- s390/dasd: print copy pair message only for the correct error + (bsc#1012628). +- mptcp: more accurate NL event generation (bsc#1012628). +- ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 register + (bsc#1012628). +- arm64/sme: Set new vector length before reallocating + (bsc#1012628). +- PM: sleep: wakeirq: fix wake irq arming (bsc#1012628). +- thermal: of: fix double-free on unregistration (bsc#1012628). +- ceph: never send metrics if disable_send_metrics is set + (bsc#1012628). +- drm/i915/dpt: Use shmem for dpt objects (bsc#1012628). +- dm cache policy smq: ensure IO doesn't prevent cleaner policy + progress (bsc#1012628). +- rbd: make get_lock_owner_info() return a single locker or NULL + (bsc#1012628). +- rbd: harden get_lock_owner_info() a bit (bsc#1012628). +- rbd: retrieve and check lock owner twice before blocklisting + (bsc#1012628). +- mm: lock VMA in dup_anon_vma() before setting ->anon_vma + (bsc#1012628). +- mm: fix memory ordering for mm_lock_seq and vm_lock_seq + (bsc#1012628). +- mm/memory-failure: fix hardware poison check in + unpoison_memory() (bsc#1012628). +- mm/mempolicy: Take VMA lock before replacing policy + (bsc#1012628). +- dma-buf: keep the signaling time of merged fences v3 + (bsc#1012628). +- dma-buf: fix an error pointer vs NULL bug (bsc#1012628). +- commit c24ac79 + +------------------------------------------------------------------- +Tue Aug 1 12:08:18 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/ALSA-usb-audio-Add-quirk-for-Microsoft-Modern-Wirele.patch. + Update upstream status. +- commit cba3fa8 + +------------------------------------------------------------------- +Sun Jul 30 22:55:01 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc4 +- refresh configs +- commit 2390421 + +------------------------------------------------------------------- +Sun Jul 30 10:03:34 CEST 2023 - tiwai@suse.de + +- Revert "drm/edid: Fix csync detailed mode parsing" + (bsc#1213693). +- commit 8de9301 + +------------------------------------------------------------------- +Fri Jul 28 13:06:20 CEST 2023 - tiwai@suse.de + +- Update MHI and ath11k hibernation fix patches (bsc#1207948) + Upstream updated / cleaned up the patch set slightly +- commit 5da2543 + ------------------------------------------------------------------- Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de @@ -3069,18 +15306,2504 @@ Fri Jul 28 10:01:26 CEST 2023 - msuchanek@suse.de Fixes: 02b7735e0caf ("rpm/kernel-binary.spec.in: Add Enhances and Supplements tags to in-tree KMPs") - commit 264db74 +------------------------------------------------------------------- +Thu Jul 27 12:09:59 CEST 2023 - tiwai@suse.de + +- wifi: rtw89: Fix loading of compressed firmware (bsc#1212808). +- commit 6cc40be + +------------------------------------------------------------------- +Thu Jul 27 10:51:09 CEST 2023 - tiwai@suse.de + +- ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop + (bsc#1213583). +- commit e67f54f + +------------------------------------------------------------------- +Thu Jul 27 09:14:29 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.7 (bsc#1012628). +- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq + (bsc#1012628). +- ALSA: hda/realtek - remove 3k pull low procedure (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS70AU (bsc#1012628). +- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx + (bsc#1012628). +- maple_tree: set the node limit when creating a new root node + (bsc#1012628). +- mm/mlock: fix vma iterator conversion of apply_vma_lock_flags() + (bsc#1012628). +- maple_tree: fix node allocation testing on 32 bit (bsc#1012628). +- selftests/mm: mkdirty: fix incorrect position of #endif + (bsc#1012628). +- keys: Fix linking a duplicate key to a keyring's assoc_array + (bsc#1012628). +- prctl: move PR_GET_AUXV out of PR_MCE_KILL (bsc#1012628). +- perf probe: Add test for regression introduced by switch to + die_get_decl_file() (bsc#1012628). +- perf probe: Read DWARF files from the correct CU (bsc#1012628). +- btrfs: fix iput() on error pointer after error during orphan + cleanup (bsc#1012628). +- btrfs: fix warning when putting transaction with qgroups + enabled after abort (bsc#1012628). +- fuse: revalidate: don't invalidate if interrupted (bsc#1012628). +- fuse: add feature flag for expire-only (bsc#1012628). +- fuse: Apply flags2 only when userspace set the FUSE_INIT_EXT + (bsc#1012628). +- btrfs: raid56: always verify the P/Q contents for scrub + (bsc#1012628). +- btrfs: set_page_extent_mapped after read_folio in + btrfs_cont_expand (bsc#1012628). +- btrfs: fix double iput() on inode after an error during orphan + cleanup (bsc#1012628). +- btrfs: zoned: fix memory leak after finding block group with + super blocks (bsc#1012628). +- fuse: ioctl: translate ENOSYS in outarg (bsc#1012628). +- btrfs: fix race between balance and cancel/pause (bsc#1012628). +- selftests: tc: set timeout to 15 minutes (bsc#1012628). +- accel/qaic: Fix a leak in map_user_pages() (bsc#1012628). +- selftests: tc: add 'ct' action kconfig dep (bsc#1012628). +- regmap: Drop initial version of maximum transfer length fixes + (bsc#1012628). +- s390/zcrypt: fix reply buffer calculations for CCA replies + (bsc#1012628). +- regmap: Account for register length in SMBus I/O limits + (bsc#1012628). +- ia64: mmap: Consider pgoff when searching for free mapping + (bsc#1012628). +- arm64/fpsimd: Ensure SME storage is allocated after SVE VL + changes (bsc#1012628). +- can: mcp251xfd: __mcp251xfd_chip_set_mode(): increase poll + timeout (bsc#1012628). +- can: bcm: Fix UAF in bcm_proc_show() (bsc#1012628). +- can: gs_usb: gs_can_open(): improve error handling + (bsc#1012628). +- can: gs_usb: fix time stamp counter initialization + (bsc#1012628). +- selftests: tc: add ConnTrack procfs kconfig (bsc#1012628). +- accel/qaic: tighten bounds checking in encode_message() + (bsc#1012628). +- accel/qaic: tighten bounds checking in decode_message() + (bsc#1012628). +- accel/qaic: Add consistent integer overflow checks + (bsc#1012628). +- dma-buf/dma-resv: Stop leaking on krealloc() failure + (bsc#1012628). +- drm/amdgpu/vkms: relax timer deactivation by + hrtimer_try_to_cancel (bsc#1012628). +- drm/amdgpu/pm: make gfxclock consistent for sienna cichlid + (bsc#1012628). +- drm/amdgpu/pm: make mclk consistent for smu 13.0.7 + (bsc#1012628). +- drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX + interrupts (bsc#1012628). +- drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP + (bsc#1012628). +- drm/nouveau/i2c: fix number of aux event slots (bsc#1012628). +- drm/client: Fix memory leak in drm_client_target_cloned + (bsc#1012628). +- drm/client: Fix memory leak in drm_client_modeset_probe + (bsc#1012628). +- drm/amd/display: only accept async flips for fast updates + (bsc#1012628). +- drm/amd/display: Disable MPC split by default on special asic + (bsc#1012628). +- drm/amd/display: check TG is non-null before checking if enabled + (bsc#1012628). +- drm/amd/display: Keep PHY active for DP displays on DCN31 + (bsc#1012628). +- ASoC: fsl_sai: Disable bit clock with transmitter (bsc#1012628). +- ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit + for master mode" (bsc#1012628). +- ASoC: tegra: Fix ADX byte map (bsc#1012628). +- ASoC: rt5640: Fix sleep in atomic context (bsc#1012628). +- ASoC: cs42l51: fix driver to properly autoload with automatic + module loading (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing clsh ctrl error handling + (bsc#1012628). +- ASoC: cs35l45: Select REGMAP_IRQ (bsc#1012628). +- ASoC: codecs: wcd-mbhc-v2: fix resource leaks on component + remove (bsc#1012628). +- ASoC: qdsp6: audioreach: fix topology probe deferral + (bsc#1012628). +- ASoC: tegra: Fix AMX byte map (bsc#1012628). +- ASoC: codecs: wcd938x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix missing mbhc init error handling + (bsc#1012628). +- ASoC: codecs: wcd934x: fix resource leaks on component remove + (bsc#1012628). +- ASoC: codecs: wcd938x: fix codec initialisation race + (bsc#1012628). +- ASoC: codecs: wcd938x: fix soundwire initialisation race + (bsc#1012628). +- KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 + bits (bsc#1012628). +- KVM: arm64: Correctly handle page aging notifiers for unaligned + memslot (bsc#1012628). +- KVM: arm64: Disable preemption in kvm_arch_hardware_enable() + (bsc#1012628). +- KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t + preemption (bsc#1012628). +- ext4: correct inline offset when handling xattrs in inode body + (bsc#1012628). +- drm/radeon: Fix integer overflow in radeon_cs_parser_init + (bsc#1012628). +- ALSA: emu10k1: roll up loops in DSP setup code for Audigy + (bsc#1012628). +- quota: Properly disable quotas when add_dquot_ref() fails + (bsc#1012628). +- quota: fix warning in dqgrab() (bsc#1012628). +- HID: add quirk for 03f0:464a HP Elite Presenter Mouse + (bsc#1012628). +- ovl: check type and offset of struct vfsmount in ovl_entry + (bsc#1012628). +- udf: Fix uninitialized array access for some pathnames + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ROG ALLY CS35l41 audio + (bsc#1012628). +- fs: jfs: Fix UBSAN: array-index-out-of-bounds in dbAllocDmapLev + (bsc#1012628). +- MIPS: dec: prom: Address -Warray-bounds warning (bsc#1012628). +- FS: JFS: Fix null-ptr-deref Read in txBegin (bsc#1012628). +- FS: JFS: Check for read-only mounted filesystem in txBegin + (bsc#1012628). +- md: fix data corruption for raid456 when reshape restart while + grow up (bsc#1012628). +- md/raid10: prevent soft lockup while flush writes (bsc#1012628). +- scsi: sg: fix blktrace debugfs entries leakage (bsc#1012628). +- blk-mq: fix NULL dereference on q->elevator in + blk_mq_elv_switch_none (bsc#1012628). +- posix-timers: Ensure timer ID search-loop limit is valid + (bsc#1012628). +- btrfs: add xxhash to fast checksum implementations + (bsc#1012628). +- btrfs: don't check PageError in __extent_writepage + (bsc#1012628). +- btrfs: abort transaction at update_ref_for_cow() when ref + count is zero (bsc#1012628). +- erofs: Fix detection of atomic context (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: button: Add lid disable DMI quirk for Nextbook Ares 8A + (bsc#1012628). +- ACPI: x86: Add ACPI_QUIRK_UART1_SKIP for Lenovo Yoga Book + yb1-x90f/l (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Apple iMac11,3 + (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Lenovo ThinkPad + X131e (3371 AMD version) (bsc#1012628). +- ACPI: resource: Remove "Zen" specific match and quirks + (bsc#1012628). +- arm64: set __exception_irq_entry with __irq_entry as a default + (bsc#1012628). +- arm64: mm: fix VA-range sanity check (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Studio 1569 + (bsc#1012628). +- rcu-tasks: Avoid pr_info() with spin lock in + cblist_init_generic() (bsc#1012628). +- rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp + (bsc#1012628). +- tools/nolibc: ensure stack protector guard is never zero + (bsc#1012628). +- sched/fair: Don't balance task to its current running CPU + (bsc#1012628). +- wifi: ath11k: fix registration of 6Ghz-only phy without the + full channel range (bsc#1012628). +- bpf: Print a warning only if writing to + unprivileged_bpf_disabled (bsc#1012628). +- bpf: Address KCSAN report on bpf_lru_list (bsc#1012628). +- spi: cadence-quadspi: Add compatible for AMD Pensando Elba SoC + (bsc#1012628). +- bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl + log (bsc#1012628). +- bpf: tcp: Avoid taking fast sock lock in iterator (bsc#1012628). +- wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in + rtw_sdio_rx_isr() (bsc#1012628). +- bpf: Silence a warning in btf_type_id_size() (bsc#1012628). +- devlink: make health report on unregistered instance warn just + once (bsc#1012628). +- wifi: ath11k: add support default regdb while searching + board-2.bin for WCN6855 (bsc#1012628). +- wifi: mac80211_hwsim: Fix possible NULL dereference + (bsc#1012628). +- spi: dw: Add compatible for Intel Mount Evans SoC (bsc#1012628). +- wifi: ath12k: Avoid NULL pointer access during management + transmit cleanup (bsc#1012628). +- wifi: ath11k: fix memory leak in WMI firmware stats + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential array out of bounds access + (bsc#1012628). +- net: ethernet: litex: add support for 64 bit stats + (bsc#1012628). +- devlink: report devlink_port_type_warn source device + (bsc#1012628). +- wifi: iwlwifi: mvm: Add NULL check before dereferencing the + pointer (bsc#1012628). +- wifi: wext-core: Fix -Wstringop-overflow warning in + ioctl_standard_iw_point() (bsc#1012628). +- wifi: iwlwifi: Add support for new PCI Id (bsc#1012628). +- wifi: iwlwifi: mvm: avoid baid size integer overflow + (bsc#1012628). +- wifi: iwlwifi: pcie: add device id 51F1 for killer 1675 + (bsc#1012628). +- igb: Fix igb_down hung on surprise removal (bsc#1012628). +- net: hns3: fix strncpy() not using dest-buf length as length + issue (bsc#1012628). +- ASoC: amd: acp: fix for invalid dai id handling in + acp_get_byte_count() (bsc#1012628). +- ASoC: codecs: wcd938x: fix mbhc impedance loglevel + (bsc#1012628). +- ASoC: codecs: wcd938x: fix dB range for HPHL and HPHR + (bsc#1012628). +- ASoC: qcom: q6apm: do not close GPR port before closing graph + (bsc#1012628). +- iov_iter: Mark copy_iovec_from_user() noclone (bsc#1012628). +- sched/fair: Use recent_used_cpu to test p->cpus_ptr + (bsc#1012628). +- sched/psi: use kernfs polling functions for PSI trigger polling + (bsc#1012628). +- pinctrl: renesas: rzv2m: Handle non-unique subnode names + (bsc#1012628). +- pinctrl: renesas: rzg2l: Handle non-unique subnode names + (bsc#1012628). +- spi: bcm63xx: fix max prepend length (bsc#1012628). +- fbdev: imxfb: warn about invalid left/right margin + (bsc#1012628). +- fbdev: imxfb: Removed unneeded release_mem_region (bsc#1012628). +- perf build: Fix library not found error when using CSLIBS + (bsc#1012628). +- btrfs: be a bit more careful when setting mirror_num_ret in + btrfs_map_block (bsc#1012628). +- spi: s3c64xx: clear loopback bit after loopback test + (bsc#1012628). +- kallsyms: strip LTO-only suffixes from promoted global functions + (bsc#1012628). +- smb: client: fix missed ses refcounting (bsc#1012628). +- arm64: Fix HFGxTR_EL2 field naming (bsc#1012628). +- dsa: mv88e6xxx: Do a final check before timing out + (bsc#1012628). +- net: ethernet: ti: cpsw_ale: Fix + cpsw_ale_get_field()/cpsw_ale_set_field() (bsc#1012628). +- bridge: Add extack warning when enabling STP in netns + (bsc#1012628). +- net: ethernet: mtk_eth_soc: handle probe deferral (bsc#1012628). +- gso: fix dodgy bit handling for GSO_UDP_L4 (bsc#1012628). +- iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid() + (bsc#1012628). +- cifs: fix mid leak during reconnection after timeout threshold + (bsc#1012628). +- ice: Unregister netdev and devlink_port only once (bsc#1012628). +- ice: prevent NULL pointer deref during reload (bsc#1012628). +- ASoC: SOF: ipc3-dtrace: uninitialized data in + dfsentry_trace_filter_write() (bsc#1012628). +- regulator: da9063: fix null pointer deref with partial DT config + (bsc#1012628). +- net: sched: cls_matchall: Undo tcf_bind_filter in case of + failure after mall_set_parms (bsc#1012628). +- net: sched: cls_u32: Undo tcf_bind_filter if + u32_replace_hw_knode (bsc#1012628). +- net: sched: cls_u32: Undo refcount decrement in case update + failed (bsc#1012628). +- net: sched: cls_bpf: Undo tcf_bind_filter in case of an error + (bsc#1012628). +- net: dsa: microchip: correct KSZ8795 static MAC table access + (bsc#1012628). +- drm/i915/perf: add sentinel to xehp_oa_b_counters (bsc#1012628). +- iavf: Fix use-after-free in free_netdev (bsc#1012628). +- iavf: Fix out-of-bounds when setting channels on remove + (bsc#1012628). +- iavf: use internal state to free traffic IRQs (bsc#1012628). +- iavf: make functions static where possible (bsc#1012628). +- iavf: Wait for reset in callbacks which trigger it + (bsc#1012628). +- iavf: fix a deadlock caused by rtnl and driver's lock circular + dependencies (bsc#1012628). +- iavf: fix reset task race with iavf_remove() (bsc#1012628). +- security: keys: Modify mismatched function name (bsc#1012628). +- vrf: Fix lockdep splat in output path (bsc#1012628). +- octeontx2-pf: Dont allocate BPIDs for LBK interfaces + (bsc#1012628). +- bpf: Fix subprog idx logic in check_max_stack_depth + (bsc#1012628). +- bpf: Repeat check_max_stack_depth for async callbacks + (bsc#1012628). +- bpf, arm64: Fix BTI type used for freplace attached functions + (bsc#1012628). +- igc: Avoid transmit queue timeout for XDP (bsc#1012628). +- igc: Prevent garbled TX queue with XDP ZEROCOPY (bsc#1012628). +- net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->txhash + (bsc#1012628). +- tcp: annotate data-races around tcp_rsk(req)->ts_recent + (bsc#1012628). +- net: ipv4: Use kfree_sensitive instead of kfree (bsc#1012628). +- net:ipv6: check return value of pskb_trim() (bsc#1012628). +- Revert "tcp: avoid the lookup process failing to get sk in + ehash table" (bsc#1012628). +- net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type + (bsc#1012628). +- fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probe + (bsc#1012628). +- llc: Don't drop packet from non-root netns (bsc#1012628). +- ALSA: hda/realtek: Fix generic fixup definition for cs35l41 amp + (bsc#1012628). +- netfilter: nf_tables: fix spurious set element insertion failure + (bsc#1012628). +- netfilter: nf_tables: can't schedule in nft_chain_validate + (bsc#1012628). +- netfilter: nft_set_pipapo: fix improper element removal + (bsc#1012628). +- netfilter: nf_tables: skip bound chain in netns release path + (bsc#1012628). +- netfilter: nf_tables: skip bound chain on rule flush + (bsc#1012628). +- Bluetooth: use RCU for hci_conn_params and iterate safely in + hci_sync (bsc#1012628). +- Bluetooth: hci_event: call disconnect callback before deleting + conn (bsc#1012628). +- Bluetooth: ISO: fix iso_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: hci_sync: Avoid use-after-free in dbg for + hci_remove_adv_monitor() (bsc#1012628). +- Bluetooth: hci_conn: return ERR_PTR instead of NULL when there + is no link (bsc#1012628). +- Bluetooth: SCO: fix sco_conn related locking and validity issues + (bsc#1012628). +- Bluetooth: btusb: Fix bluetooth on Intel Macbook 2014 + (bsc#1012628). +- tcp: annotate data-races around tp->tcp_tx_delay (bsc#1012628). +- tcp: annotate data-races around tp->tsoffset (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_time + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_intvl + (bsc#1012628). +- tcp: annotate data-races around tp->keepalive_probes + (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_syn_retries + (bsc#1012628). +- tcp: annotate data-races around tp->linger2 (bsc#1012628). +- tcp: annotate data-races around rskq_defer_accept (bsc#1012628). +- tcp: annotate data-races around tp->notsent_lowat (bsc#1012628). +- tcp: annotate data-races around icsk->icsk_user_timeout + (bsc#1012628). +- tcp: annotate data-races around fastopenq.max_qlen + (bsc#1012628). +- net: phy: prevent stale pointer dereference in phy_init() + (bsc#1012628). +- jbd2: recheck chechpointing non-dirty buffer (bsc#1012628). +- kbuild: rust: avoid creating temporary files (bsc#1012628). +- tracing/histograms: Return an error if we fail to add histogram + to hist_vars list (bsc#1012628). +- drm/ttm: fix bulk_move corruption when adding a entry + (bsc#1012628). +- spi: dw: Remove misleading comment for Mount Evans SoC + (bsc#1012628). +- scsi/sg: don't grab scsi host module reference (bsc#1012628). +- scsi: sg: Fix checking return value of blk_get_queue() + (bsc#1012628). +- drm/amd/display: Clean up errors & warnings in amdgpu_dm.c + (bsc#1012628). +- drm/amd/display: Add polling method to handle MST reply packet + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- commit 90999e4 + +------------------------------------------------------------------- +Wed Jul 26 18:02:03 CEST 2023 - tiwai@suse.de + +- tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S + 15/17 Gen7 (bsc#1213645). +- commit 74a8144 + +------------------------------------------------------------------- +Wed Jul 26 15:17:03 CEST 2023 - tiwai@suse.de + +- bus: mhi: host: add destroy_device argument to mhi_power_down() + (bsc#1207948). +- commit fad4ac5 + +------------------------------------------------------------------- +Wed Jul 26 13:44:51 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- wifi: ath11k: remove MHI LOOPBACK channels (bsc#1207948). +- wifi: ath11k: handle thermal device registeration together + with MAC (bsc#1207948). +- wifi: ath11k: handle irq enable/disable in several code path + (bsc#1207948). +- wifi: ath11k: add support for suspend in power down state + (bsc#1207948). +- bus: mhi: add new interfaces to handle MHI channels directly + (bsc#1207948). +- commit 5408d73 + +------------------------------------------------------------------- +Tue Jul 25 14:55:58 CEST 2023 - tiwai@suse.de + +- ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset + (bsc#1207129). +- commit 24fe873 + +------------------------------------------------------------------- +Tue Jul 25 06:42:30 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.6-002-x86-cpu-amd-Add-a-Zenbleed-fix.patch + (bsc#1012628 bsc#1213286 CVE-2023-20593). + Add references. +- commit 55520bc + +------------------------------------------------------------------- +Tue Jul 25 06:36:35 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.6 (bsc#1012628). +- x86/cpu/amd: Add a Zenbleed fix (bsc#1012628). +- x86/cpu/amd: Move the errata checking functionality up + (bsc#1012628). +- commit cd14b53 + +------------------------------------------------------------------- +Mon Jul 24 23:26:15 CEST 2023 - mkubecek@suse.cz + +- Delete patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + As confirmed by Jiří Slabý, the issue should be fixed by mainline commit + 32832a407a71 ("io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area()") present in 6.5-rc3 so that the revert is no longer + needed. +- commit c2a47b2 + +------------------------------------------------------------------- +Mon Jul 24 13:03:17 CEST 2023 - jslaby@suse.cz + +- Update config files. (bsc#1213592) + Disable old unmaintained serial drivers +- commit 6254189 + +------------------------------------------------------------------- +Mon Jul 24 08:30:36 CEST 2023 - jslaby@suse.cz + +- io_uring: Fix io_uring mmap() by using architecture-provided + get_unmapped_area() (bsc#1212773). +- Delete + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch. + Replace the temporary fix by an upstream fix. +- commit 2f220f8 + +------------------------------------------------------------------- +Mon Jul 24 08:19:20 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/of-Preserve-of-display-device-name-for-compatibility.patch. + Update upstream status. +- commit 8817ac3 + +------------------------------------------------------------------- +Mon Jul 24 06:52:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.5 (bsc#1012628). +- security/integrity: fix pointer to ESL data and its size on + pseries (bsc#1012628). +- HID: input: fix mapping for camera access keys (bsc#1012628). +- HID: amd_sfh: Rename the float32 variable (bsc#1012628). +- HID: amd_sfh: Fix for shift-out-of-bounds (bsc#1012628). +- net: lan743x: Don't sleep in atomic context (bsc#1012628). +- net: lan743x: select FIXED_PHY (bsc#1012628). +- ksmbd: add missing compound request handing in some commands + (bsc#1012628). +- ksmbd: fix out of bounds read in smb2_sess_setup (bsc#1012628). +- drm/panel: simple: Add connector_type for innolux_at043tn24 + (bsc#1012628). +- drm: bridge: dw_hdmi: fix connector access for scdc + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Fix auxiliary bus lifetime + (bsc#1012628). +- swiotlb: always set the number of areas before allocating the + pool (bsc#1012628). +- swiotlb: reduce the number of areas to match actual memory + pool size (bsc#1012628). +- drm/panel: simple: Add Powertip PH800480T013 drm_display_mode + flags (bsc#1012628). +- xen/virtio: Fix NULL deref when a bridge of PCI root bus has + no parent (bsc#1012628). +- netfilter: nf_tables: report use refcount overflow + (bsc#1012628). +- netfilter: conntrack: don't fold port numbers into addresses + before hashing (bsc#1012628). +- ice: Fix max_rate check while configuring TX rate limits + (bsc#1012628). +- ice: Fix tx queue rate limit when TCs are configured + (bsc#1012628). +- igc: Add condition for qbv_config_change_errors counter + (bsc#1012628). +- igc: Remove delay during TX ring configuration (bsc#1012628). +- igc: Add igc_xdp_buff wrapper for xdp_buff in driver + (bsc#1012628). +- igc: Add XDP hints kfuncs for RX hash (bsc#1012628). +- igc: Fix TX Hang issue when QBV Gate is closed (bsc#1012628). +- net/mlx5e: fix double free in mlx5e_destroy_flow_table + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_fs_tt_redirect_any_create + (bsc#1012628). +- net/mlx5e: fix memory leak in mlx5e_ptp_open (bsc#1012628). +- net/mlx5e: RX, Fix flush and close release flow of regular rq + for legacy rq (bsc#1012628). +- net/mlx5: Register a unique thermal zone per device + (bsc#1012628). +- net/mlx5e: Check for NOT_READY flag state after locking + (bsc#1012628). +- net/mlx5e: TC, CT: Offload ct clear only once (bsc#1012628). +- net/mlx5: Query hca_cap_2 only when supported (bsc#1012628). +- net/mlx5e: RX, Fix page_pool page fragment tracking for XDP + (bsc#1012628). +- igc: set TP bit in 'supported' and 'advertising' fields of + ethtool_link_ksettings (bsc#1012628). +- igc: Include the length/type field and VLAN tag in queueMaxSDU + (bsc#1012628). +- igc: Handle PPS start time programming for past time values + (bsc#1012628). +- blk-crypto: use dynamic lock class for blk_crypto_profile::lock + (bsc#1012628). +- scsi: qla2xxx: Fix error code in qla2x00_start_sp() + (bsc#1012628). +- scsi: ufs: ufs-mediatek: Add dependency for RESET_CONTROLLER + (bsc#1012628). +- bpf: Fix max stack depth check for async callbacks + (bsc#1012628). +- net: mvneta: fix txq_map in case of txq_number==1 (bsc#1012628). +- net: dsa: felix: make vsc9959_tas_guard_bands_update() visible + to ocelot->ops (bsc#1012628). +- net: mscc: ocelot: fix oversize frame dropping for preemptible + TCs (bsc#1012628). +- net/sched: cls_fw: Fix improper refcount update leads to + use-after-free (bsc#1012628). +- gve: Set default duplex configuration to full (bsc#1012628). +- drm/fbdev-dma: Fix documented default preferred_bpp value + (bsc#1012628). +- octeontx2-af: Promisc enable/disable through mbox (bsc#1012628). +- octeontx2-af: Move validation of ptp pointer before its usage + (bsc#1012628). +- ionic: remove WARN_ON to prevent panic_on_warn (bsc#1012628). +- udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint + (bsc#1012628). +- net: bgmac: postpone turning IRQs off to avoid SoC hangs + (bsc#1012628). +- net: prevent skb corruption on frag list segmentation + (bsc#1012628). +- s390/ism: Fix locking for forwarding of IRQs and events to + clients (bsc#1012628). +- s390/ism: Fix and simplify add()/remove() callback handling + (bsc#1012628). +- s390/ism: Do not unregister clients with registered DMBs + (bsc#1012628). +- icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in + icmp6_dev() (bsc#1012628). +- udp6: fix udp6_ehashfn() typo (bsc#1012628). +- ntb: idt: Fix error handling in idt_pci_driver_init() + (bsc#1012628). +- NTB: amd: Fix error handling in amd_ntb_pci_driver_init() + (bsc#1012628). +- ntb: intel: Fix error handling in intel_ntb_pci_driver_init() + (bsc#1012628). +- NTB: ntb_transport: fix possible memory leak while + device_register() fails (bsc#1012628). +- NTB: ntb_tool: Add check for devm_kcalloc (bsc#1012628). +- ipv6/addrconf: fix a potential refcount underflow for idev + (bsc#1012628). +- HID: hyperv: avoid struct memcpy overrun warning (bsc#1012628). +- net: dsa: qca8k: Add check for skb_copy (bsc#1012628). +- platform/x86: wmi: Break possible infinite loop when parsing + GUID (bsc#1012628). +- net/sched: taprio: replace tc_taprio_qopt_offload :: enable + with a "cmd" enum (bsc#1012628). +- igc: Rename qbv_enable to taprio_offload_enable (bsc#1012628). +- igc: Do not enable taprio offload for invalid arguments + (bsc#1012628). +- igc: Handle already enabled taprio offload for basetime 0 + (bsc#1012628). +- kernel/trace: Fix cleanup logic of enable_trace_eprobe + (bsc#1012628). +- fprobe: add unlock to match a succeeded + ftrace_test_recursion_trylock (bsc#1012628). +- igc: No strict mode in pure launchtime/CBS offload + (bsc#1012628). +- igc: Fix launchtime before start of cycle (bsc#1012628). +- igc: Fix inserting of empty frame for launchtime (bsc#1012628). +- nvme: fix the NVME_ID_NS_NVM_STS_MASK definition (bsc#1012628). +- openrisc: Union fpcsr and oldmask in sigcontext to unbreak + userspace ABI (bsc#1012628). +- riscv, bpf: Fix inconsistent JIT image generation (bsc#1012628). +- net: fec: remove useless fec_enet_reset_skb() (bsc#1012628). +- net: fec: remove last_bdp from fec_enet_txq_xmit_frame() + (bsc#1012628). +- net: fec: recycle pages for transmitted XDP frames + (bsc#1012628). +- net: fec: increase the size of tx ring and update + tx_wake_threshold (bsc#1012628). +- drm/i915: Don't preserve dpll_hw_state for slave crtc in + Bigjoiner (bsc#1012628). +- drm/i915: Fix one wrong caching mode enum usage (bsc#1012628). +- net: dsa: Removed unneeded of_node_put in felix_parse_ports_node + (bsc#1012628). +- octeontx2-pf: Add additional check for MCAM rules (bsc#1012628). +- erofs: avoid useless loops in z_erofs_pcluster_readmore() + when reading beyond EOF (bsc#1012628). +- erofs: avoid infinite loop in z_erofs_do_read_page() when + reading beyond EOF (bsc#1012628). +- erofs: fix fsdax unavailability for chunk-based regular files + (bsc#1012628). +- wifi: airo: avoid uninitialized warning in airo_get_rate() + (bsc#1012628). +- bpf: cpumap: Fix memory leak in cpu_map_update_elem + (bsc#1012628). +- xdp: use trusted arguments in XDP hints kfuncs (bsc#1012628). +- net/sched: flower: Ensure both minimum and maximum ports are + specified (bsc#1012628). +- riscv: mm: fix truncation warning on RV32 (bsc#1012628). +- drm/nouveau/disp: fix HDMI on gt215+ (bsc#1012628). +- drm/nouveau/disp/g94: enable HDMI (bsc#1012628). +- netdevsim: fix uninitialized data in + nsim_dev_trap_fa_cookie_write() (bsc#1012628). +- drm/nouveau/acr: Abort loading ACR if no firmware was found + (bsc#1012628). +- drm/nouveau: bring back blit subchannel for pre nv50 GPUs + (bsc#1012628). +- net/sched: make psched_mtu() RTNL-less safe (bsc#1012628). +- net: txgbe: fix eeprom calculation error (bsc#1012628). +- wifi: rtw89: debug: fix error code in + rtw89_debug_priv_send_h2c_set() (bsc#1012628). +- net/sched: sch_qfq: reintroduce lmax bound check for MTU + (bsc#1012628). +- net/sched: sch_qfq: account for stab overhead in qfq_enqueue + (bsc#1012628). +- nvme-pci: fix DMA direction of unmapping integrity data + (bsc#1012628). +- smb: client: improve DFS mount check (bsc#1012628). +- cifs: fix session state check in smb2_find_smb_ses + (bsc#1012628). +- smb: client: fix parsing of source mount option (bsc#1012628). +- drm/client: Send hotplug event after registering a client + (bsc#1012628). +- f2fs: don't reset unchangable mount option in f2fs_remount() + (bsc#1012628). +- f2fs: fix deadlock in i_xattr_sem and inode page lock + (bsc#1012628). +- kbuild: make modules_install copy modules.builtin(.modinfo) + (bsc#1012628). +- tpm: Do not remap from ACPI resources again for Pluton TPM + (bsc#1012628). +- tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creation + (bsc#1012628). +- tpm: tpm_tis: Disable interrupts *only* for AEON UPX-i11 + (bsc#1012628). +- tpm: tis_i2c: Limit read bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 12th gen (bsc#1012628). +- tpm: tis_i2c: Limit write bursts to I2C_SMBUS_BLOCK_MAX (32) + bytes (bsc#1012628). +- tpm: return false from tpm_amd_is_rng_defective on non-x86 + platforms (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Framework Laptop Intel + 13th gen (bsc#1012628). +- tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs + (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for Lenovo L590 devices + (bsc#1012628). +- mtd: rawnand: meson: fix unaligned DMA buffers handling + (bsc#1012628). +- net: bcmgenet: Ensure MDIO unregistration has clocks enabled + (bsc#1012628). +- net: phy: dp83td510: fix kernel stall during netboot in + DP83TD510E PHY driver (bsc#1012628). +- kasan: add kasan_tag_mismatch prototype (bsc#1012628). +- kasan: use internal prototypes matching gcc-13 builtins + (bsc#1012628). +- kasan, slub: fix HW_TAGS zeroing with slub_debug (bsc#1012628). +- kasan: fix type cast in memory_is_poisoned_n (bsc#1012628). +- tracing/user_events: Fix incorrect return value for writing + operation when events are disabled (bsc#1012628). +- powerpc: Fail build if using recordmcount with binutils v2.37 + (bsc#1012628). +- misc: fastrpc: Create fastrpc scalar with correct buffer count + (bsc#1012628). +- powerpc/security: Fix Speculation_Store_Bypass reporting on + Power10 (bsc#1012628). +- powerpc/64s: Fix native_hpte_remove() to be irq-safe + (bsc#1012628). +- MIPS: cpu-features: Use boot_cpu_type for CPU type based + features (bsc#1012628). +- MIPS: Loongson: Fix cpu_probe_loongson() again (bsc#1012628). +- MIPS: Loongson: Fix build error when make modules_install + (bsc#1012628). +- MIPS: KVM: Fix NULL pointer dereference (bsc#1012628). +- ext4: Fix reusing stale buffer heads from last failed mounting + (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_clear_bb (bsc#1012628). +- ext4: get block from bh in ext4_free_blocks for fast commit + replay (bsc#1012628). +- ext4: fix wrong unit use in ext4_mb_new_blocks (bsc#1012628). +- ext4: avoid updating the superblock on a r/o mount if not needed + (bsc#1012628). +- ext4: fix to check return value of freeze_bdev() in + ext4_shutdown() (bsc#1012628). +- ext4: turn quotas off if mount failed after enabling quotas + (bsc#1012628). +- ext4: only update i_reserved_data_blocks on successful block + allocation (bsc#1012628). +- fs: dlm: revert check required context while close + (bsc#1012628). +- mm/mmap: Fix error return in do_vmi_align_munmap() + (bsc#1012628). +- soc: qcom: mdt_loader: Fix unconditional call to + scm_pas_mem_setup (bsc#1012628). +- ext2/dax: Fix ext2_setsize when len is page aligned + (bsc#1012628). +- jfs: jfs_dmap: Validate db_l2nbperpage while mounting + (bsc#1012628). +- arm64: dts: mt7986: use size of reserved partition for bl2 + (bsc#1012628). +- arm64: dts: ti: k3-j721s2: Fix wkup pinmux range (bsc#1012628). +- hwrng: imx-rngc - fix the timeout for init and self check + (bsc#1012628). +- dm integrity: reduce vmalloc space footprint on 32-bit + architectures (bsc#1012628). +- scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O + (bsc#1012628). +- s390/zcrypt: do not retry administrative requests (bsc#1012628). +- PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3cold + (bsc#1012628). +- PCI: Release resource invalidated by coalescing (bsc#1012628). +- PCI: Add function 1 DMA alias quirk for Marvell 88SE9235 + (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.3.3 (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion initialization + (bsc#1012628). +- PCI: epf-test: Fix DMA transfer completion detection + (bsc#1012628). +- PCI: rockchip: Assert PCI Configuration Enable bit after probe + (bsc#1012628). +- PCI: rockchip: Write PCI Device ID to correct register + (bsc#1012628). +- PCI: rockchip: Add poll and timeout to wait for PHY PLLs to + be locked (bsc#1012628). +- PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe + endpoint core (bsc#1012628). +- PCI: rockchip: Use u32 variable to access 32-bit registers + (bsc#1012628). +- PCI: rockchip: Set address alignment for endpoint mode + (bsc#1012628). +- misc: pci_endpoint_test: Free IRQs before removing the device + (bsc#1012628). +- misc: pci_endpoint_test: Re-init completion for every test + (bsc#1012628). +- mfd: pm8008: Fix module autoloading (bsc#1012628). +- md/raid0: add discard support for the 'original' layout + (bsc#1012628). +- fs: dlm: return positive pid value for F_GETLK (bsc#1012628). +- fs: dlm: fix cleanup pending ops when interrupted (bsc#1012628). +- fs: dlm: interrupt posix locks only when process is killed + (bsc#1012628). +- fs: dlm: make F_SETLK use unkillable wait_event (bsc#1012628). +- fs: dlm: fix mismatch of plock results from userspace + (bsc#1012628). +- fs: dlm: clear pending bit when queue was empty (bsc#1012628). +- fs: dlm: fix missing pending to false (bsc#1012628). +- scsi: lpfc: Fix double free in lpfc_cmpl_els_logo_acc() caused + by lpfc_nlp_not_used() (bsc#1012628). +- drm/atomic: Allow vblank-enabled + self-refresh "disable" + (bsc#1012628). +- drm/rockchip: vop: Leave vblank enabled in self-refresh + (bsc#1012628). +- drm/dp_mst: Clear MSG_RDY flag before sending new message + (bsc#1012628). +- drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 + for FPO (bsc#1012628). +- drm/amd/display: Fix in secure display context creation + (bsc#1012628). +- drm/amd/display: fix seamless odm transitions (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd/display: Remove Phantom Pipe Check When Calculating + K1 and K2 (bsc#1012628). +- drm/amd/display: Correct `DMUB_FW_VERSION` macro (bsc#1012628). +- drm/amd/display: Add monitor specific edid quirk (bsc#1012628). +- drm/amdgpu: avoid restore process run into dead loop + (bsc#1012628). +- drm/amd/pm: fix smu i2c data read risk (bsc#1012628). +- drm/ttm: Don't leak a resource on eviction error (bsc#1012628). +- drm/ttm: Don't leak a resource on swapout move error + (bsc#1012628). +- serial: atmel: don't enable IRQs prematurely (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() in case of error (bsc#1012628). +- tty: serial: samsung_tty: Fix a memory leak in + s3c24xx_serial_getclk() when iterating clk (bsc#1012628). +- tty: serial: imx: fix rs485 rx after tx (bsc#1012628). +- tty: fix hang on tty device with no_room set (bsc#1012628). +- firmware: stratix10-svc: Fix a potential resource leak in + svc_create_memory_pool() (bsc#1012628). +- libceph: harden msgr2.1 frame segment length checks + (bsc#1012628). +- ceph: add a dedicated private data for netfs rreq (bsc#1012628). +- ceph: fix blindly expanding the readahead windows (bsc#1012628). +- ceph: don't let check_caps skip sending responses for revoke + msgs (bsc#1012628). +- nfp: clean mc addresses in application firmware when closing + port (bsc#1012628). +- arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2 + (bsc#1012628). +- xhci: Fix resume issue of some ZHAOXIN hosts (bsc#1012628). +- xhci: Fix TRB prefetch issue of ZHAOXIN hosts (bsc#1012628). +- xhci: Show ZHAOXIN xHCI root hub speed correctly (bsc#1012628). +- meson saradc: fix clock divider mask length (bsc#1012628). +- opp: Fix use-after-free in lazy_opp_tables after probe deferral + (bsc#1012628). +- soundwire: qcom: fix storing port config out-of-bounds + (bsc#1012628). +- media: uapi: Fix [GS]_ROUTING ACTIVE flag value (bsc#1012628). +- Revert "8250: add support for ASIX devices with a FIFO bug" + (bsc#1012628). +- bus: ixp4xx: fix IXP4XX_EXP_T1_MASK (bsc#1012628). +- s390/decompressor: fix misaligned symbol build error + (bsc#1012628). +- dm: verity-loadpin: Add NULL pointer check for 'bdev' parameter + (bsc#1012628). +- tracing/histograms: Add histograms to hist_vars if they have + referenced variables (bsc#1012628). +- tracing: Fix memory leak of iter->temp when reading trace_pipe + (bsc#1012628). +- nvme: don't reject probe due to duplicate IDs for single-ported + PCIe devices (bsc#1012628). +- samples: ftrace: Save required argument registers in sample + trampolines (bsc#1012628). +- perf: RISC-V: Remove PERF_HES_STOPPED flag checking in + riscv_pmu_start() (bsc#1012628). +- regmap-irq: Fix out-of-bounds access when allocating config + buffers (bsc#1012628). +- net: ena: fix shift-out-of-bounds in exponential backoff + (bsc#1012628). +- ring-buffer: Fix deadloop issue on reading trace_pipe + (bsc#1012628). +- ftrace: Fix possible warning on checking all pages used in + ftrace_process_locs() (bsc#1012628). +- drm/amd/pm: share the code around SMU13 pcie parameters update + (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane/speed switching + for SMU13 (bsc#1012628). +- cifs: if deferred close is disabled then close files immediately + (bsc#1012628). +- xtensa: ISS: fix call to split_if_spec (bsc#1012628). +- perf/x86: Fix lockdep warning in for_each_sibling_event() + on SPR (bsc#1012628). +- PM: QoS: Restore support for default value on frequency QoS + (bsc#1012628). +- pwm: meson: modify and simplify calculation in + meson_pwm_get_state (bsc#1012628). +- pwm: meson: fix handling of period/duty if greater than UINT_MAX + (bsc#1012628). +- accel/ivpu: Fix VPU register access in irq disable + (bsc#1012628). +- accel/ivpu: Clear specific interrupt status bits on C0 + (bsc#1012628). +- fprobe: Release rethook after the ftrace_ops is unregistered + (bsc#1012628). +- fprobe: Ensure running fprobe_exit_handler() finished before + calling rethook_free() (bsc#1012628). +- tracing: Fix null pointer dereference in tracing_err_log_open() + (bsc#1012628). +- mptcp: do not rely on implicit state check in mptcp_listen() + (bsc#1012628). +- mptcp: ensure subflow is unhashed before cleaning the backlog + (bsc#1012628). +- selftests: mptcp: sockopt: use 'iptables-legacy' if available + (bsc#1012628). +- selftests: mptcp: connect: fail if nft supposed to work + (bsc#1012628). +- selftests: mptcp: sockopt: return error if wrong mark + (bsc#1012628). +- selftests: mptcp: userspace_pm: use correct server port + (bsc#1012628). +- selftests: mptcp: userspace_pm: report errors with 'remove' + tests (bsc#1012628). +- selftests: mptcp: depend on SYN_COOKIES (bsc#1012628). +- selftests: mptcp: pm_nl_ctl: fix 32-bit support (bsc#1012628). +- smb: client: Fix -Wstringop-overflow issues (bsc#1012628). +- tracing/probes: Fix to avoid double count of the string length + on the array (bsc#1012628). +- tracing/probes: Fix not to count error code to total length + (bsc#1012628). +- tracing/probes: Fix to update dynamic data counter if fetcharg + uses it (bsc#1012628). +- Revert "tracing: Add "(fault)" name injection to kernel probes" + (bsc#1012628). +- tracing/probes: Fix to record 0-length data_loc in + fetch_store_string*() if fails (bsc#1012628). +- tracing/user_events: Fix struct arg size match check + (bsc#1012628). +- scsi: qla2xxx: Multi-que support for TMF (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd failure (bsc#1012628). +- scsi: qla2xxx: Fix task management cmd fail due to unavailable + resource (bsc#1012628). +- scsi: qla2xxx: Fix hang in task management (bsc#1012628). +- scsi: qla2xxx: Wait for io return on terminate rport + (bsc#1012628). +- scsi: qla2xxx: Fix mem access after free (bsc#1012628). +- scsi: qla2xxx: Array index may go out of bound (bsc#1012628). +- scsi: qla2xxx: Avoid fcport pointer dereference (bsc#1012628). +- scsi: qla2xxx: Fix buffer overrun (bsc#1012628). +- scsi: qla2xxx: Fix potential NULL pointer dereference + (bsc#1012628). +- scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport() + (bsc#1012628). +- scsi: qla2xxx: Correct the index of array (bsc#1012628). +- scsi: qla2xxx: Pointer may be dereferenced (bsc#1012628). +- scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue + (bsc#1012628). +- scsi: qla2xxx: Fix end of loop test (bsc#1012628). +- net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set() + (bsc#1012628). +- MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS + enabled (bsc#1012628). +- Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON" + (bsc#1012628). +- drm/atomic: Fix potential use-after-free in nonblocking commits + (bsc#1012628). +- net/ncsi: make one oem_gma function for all mfr id + (bsc#1012628). +- net/ncsi: change from ndo_set_mac_address to dev_set_mac_address + (bsc#1012628). +- Update config files. Set CONFIG_AMPERE_ERRATUM_AC03_CPU_38=y (the + default) +- commit 6282d80 + +------------------------------------------------------------------- +Mon Jul 24 06:42:23 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- disable + patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch +- commit de7235b + +------------------------------------------------------------------- +Sun Jul 23 19:41:07 CEST 2023 - schwab@suse.de + +- rpm/mkspec-dtb: add riscv64 dtb-thead subpackage +- commit 5f4d0a7 + ------------------------------------------------------------------- Sun Jul 23 19:39:03 CEST 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-allwinner subpackage - commit ec82ffc +------------------------------------------------------------------- +Sun Jul 23 12:14:22 CEST 2023 - tiwai@suse.de + +- Revert "r8169: disable ASPM during NAPI poll" (bsc#1213491). +- r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions + now that ASPM is disabled during NAPI poll") (bsc#1213491). +- r8169: fix ASPM-related problem for chip version 42 and 43 + (bsc#1213491). +- commit 8d5ae5f + +------------------------------------------------------------------- +Thu Jul 20 07:33:38 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.4 (bsc#1012628). +- start_kernel: Add __no_stack_protector function attribute + (bsc#1012628). +- USB: serial: option: add LARA-R6 01B PIDs (bsc#1012628). +- usb: dwc3: gadget: Propagate core init errors to UDC during + pullup (bsc#1012628). +- phy: tegra: xusb: Clear the driver reference in usb-phy dev + (bsc#1012628). +- extcon: usbc-tusb320: Unregister typec port on driver removal + (bsc#1012628). +- dt-bindings: iio: ad7192: Add mandatory reference voltage source + (bsc#1012628). +- iio: addac: ad74413: don't set DIN_SINK for functions other + than digital input (bsc#1012628). +- iio: adc: ad7192: Fix null ad7192_state pointer access + (bsc#1012628). +- iio: adc: ad7192: Fix internal/external clock selection + (bsc#1012628). +- iio: accel: fxls8962af: errata bug only applicable for + FXLS8962AF (bsc#1012628). +- iio: accel: fxls8962af: fixup buffer scan element type + (bsc#1012628). +- Revert "drm/amd/display: edp do not add non-edid timings" + (bsc#1012628). +- fs: pipe: reveal missing function protoypes (bsc#1012628). +- s390/kasan: fix insecure W+X mapping warning (bsc#1012628). +- blk-mq: don't queue plugged passthrough requests into scheduler + (bsc#1012628). +- block: Fix the type of the second bdev_op_is_zoned_write() + argument (bsc#1012628). +- block/rq_qos: protect rq_qos apis with a new lock (bsc#1012628). +- splice: Fix filemap_splice_read() to use the correct inode + (bsc#1012628). +- erofs: kill hooked chains to avoid loops on deduplicated + compressed images (bsc#1012628). +- x86/resctrl: Only show tasks' pid in current pid namespace + (bsc#1012628). +- fsverity: use shash API instead of ahash API (bsc#1012628). +- fsverity: don't use bio_first_page_all() in + fsverity_verify_bio() (bsc#1012628). +- blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost + (bsc#1012628). +- x86/sev: Fix calculation of end address based on number of pages + (bsc#1012628). +- blk-cgroup: Reinit blkg_iostat_set after clearing in + blkcg_reset_stats() (bsc#1012628). +- virt: sevguest: Add CONFIG_CRYPTO dependency (bsc#1012628). +- blk-mq: fix potential io hang by wrong 'wake_batch' + (bsc#1012628). +- lockd: drop inappropriate svc_get() from locked_get() + (bsc#1012628). +- nvme-core: fix memory leak in dhchap_secret_store (bsc#1012628). +- nvme-core: fix memory leak in dhchap_ctrl_secret (bsc#1012628). +- nvme-core: add missing fault-injection cleanup (bsc#1012628). +- nvme-core: fix dev_pm_qos memleak (bsc#1012628). +- md/raid10: check slab-out-of-bounds in md_bitmap_get_counter + (bsc#1012628). +- md/raid10: fix overflow of md/safe_mode_delay (bsc#1012628). +- md/raid10: fix wrong setting of max_corr_read_errors + (bsc#1012628). +- md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request + (bsc#1012628). +- md/raid10: fix io loss while replacement replace rdev + (bsc#1012628). +- md/raid1-10: factor out a helper to add bio to plug + (bsc#1012628). +- md/raid1-10: factor out a helper to submit normal write + (bsc#1012628). +- md/raid1-10: submit write io directly if bitmap is not enabled + (bsc#1012628). +- block: fix blktrace debugfs entries leakage (bsc#1012628). +- irqchip/loongson-eiointc: Fix irq affinity setting during resume + (bsc#1012628). +- splice: don't call file_accessed in copy_splice_read + (bsc#1012628). +- irqchip/stm32-exti: Fix warning on initialized field overwritten + (bsc#1012628). +- irqchip/jcore-aic: Fix missing allocation of IRQ descriptors + (bsc#1012628). +- svcrdma: Prevent page release when nothing was received + (bsc#1012628). +- erofs: fix compact 4B support for 16k block size (bsc#1012628). +- posix-timers: Prevent RT livelock in itimer_delete() + (bsc#1012628). +- tick/rcu: Fix bogus ratelimit condition (bsc#1012628). +- tracing/timer: Add missing hrtimer modes to + decode_hrtimer_mode() (bsc#1012628). +- btrfs: always read the entire extent_buffer (bsc#1012628). +- btrfs: don't use btrfs_bio_ctrl for extent buffer reading + (bsc#1012628). +- btrfs: return bool from lock_extent_buffer_for_io (bsc#1012628). +- btrfs: submit a writeback bio per extent_buffer (bsc#1012628). +- btrfs: fix range_end calculation in extent_write_locked_range + (bsc#1012628). +- btrfs: don't fail writeback when allocating the compression + context fails (bsc#1012628). +- btrfs: only call __extent_writepage_io from + extent_write_locked_range (bsc#1012628). +- btrfs: don't treat zoned writeback as being from an async + helper thread (bsc#1012628). +- btrfs: fix file_offset for REQ_BTRFS_ONE_ORDERED bios that + get split (bsc#1012628). +- blk-mq: don't insert passthrough request into sw queue + (bsc#1012628). +- clocksource/drivers/cadence-ttc: Fix memory leak in + ttc_timer_probe (bsc#1012628). +- PM: domains: fix integer overflow issues in genpd_parse_state() + (bsc#1012628). +- perf/arm-cmn: Fix DTC reset (bsc#1012628). +- drivers/perf: apple_m1: Force 63bit counters for M2 CPUs + (bsc#1012628). +- x86/mm: Allow guest.enc_status_change_prepare() to fail + (bsc#1012628). +- x86/tdx: Fix race between set_memory_encrypted() and + load_unaligned_zeropad() (bsc#1012628). +- drivers/perf: hisi: Don't migrate perf to the CPU going to + teardown (bsc#1012628). +- perf: arm_cspmu: Set irq affinitiy only if overflow interrupt + is used (bsc#1012628). +- perf/arm_cspmu: Fix event attribute type (bsc#1012628). +- APEI: GHES: correctly return NULL for ghes_get_devices() + (bsc#1012628). +- powercap: RAPL: fix invalid initialization for pl4_supported + field (bsc#1012628). +- powercap: RAPL: Fix CONFIG_IOSF_MBI dependency (bsc#1012628). +- PM: domains: Move the verification of in-params from + genpd_add_device() (bsc#1012628). +- ARM: 9303/1: kprobes: avoid missing-declaration warnings + (bsc#1012628). +- cpufreq: intel_pstate: Fix energy_performance_preference for + passive (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226 + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Fix mdm9607 slope values + (bsc#1012628). +- thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsets + (bsc#1012628). +- thermal/drivers/sun8i: Fix some error handling paths in + sun8i_ths_probe() (bsc#1012628). +- thermal/drivers/qoriq: Only enable supported sensors + (bsc#1012628). +- kunit: tool: undo type subscripts for subprocess.Popen + (bsc#1012628). +- rcu: Make rcu_cpu_starting() rely on interrupts being disabled + (bsc#1012628). +- rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined + CPUs (bsc#1012628). +- rcutorture: Correct name of use_softirq module parameter + (bsc#1012628). +- rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup() + (bsc#1012628). +- rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading + rcuscale (bsc#1012628). +- x86/mtrr: Remove physical address size calculation + (bsc#1012628). +- x86/mtrr: Support setting MTRR state for software defined MTRRs + (bsc#1012628). +- x86/hyperv: Set MTRR state when running as SEV-SNP Hyper-V guest + (bsc#1012628). +- x86/mtrr: Replace size_or_mask and size_and_mask with a much + easier concept (bsc#1012628). +- x86/xen: Set MTRR state when running as Xen PV initial domain + (bsc#1012628). +- tools/nolibc: ensure fast64 integer types have 64 bits + (bsc#1012628). +- kselftest: vDSO: Fix accumulation of uninitialized ret when + CLOCK_REALTIME is undefined (bsc#1012628). +- selftests/ftace: Fix KTAP output ordering (bsc#1012628). +- perf/ibs: Fix interface via core pmu events (bsc#1012628). +- x86/mm: Fix __swp_entry_to_pte() for Xen PV guests + (bsc#1012628). +- reiserfs: Initialize sec->length in reiserfs_security_init() + (bsc#1012628). +- locking/atomic: arm: fix sync ops (bsc#1012628). +- evm: Complete description of evm_inode_setattr() (bsc#1012628). +- evm: Fix build warnings (bsc#1012628). +- ima: Fix build warnings (bsc#1012628). +- pstore/ram: Add check for kstrdup (bsc#1012628). +- sched/core: Avoid multiple calling update_rq_clock() in + __cfsb_csd_unthrottle() (bsc#1012628). +- igc: Enable and fix RX hash usage by netstack (bsc#1012628). +- wifi: ath9k: fix AR9003 mac hardware hang check register offset + calculation (bsc#1012628). +- wifi: ath9k: avoid referencing uninit memory in + ath9k_wmi_ctrl_rx (bsc#1012628). +- libbpf: btf_dump_type_data_check_overflow needs to consider + BTF_MEMBER_BITFIELD_SIZE (bsc#1012628). +- bpf: encapsulate precision backtracking bookkeeping + (bsc#1012628). +- bpf: improve precision backtrack logging (bsc#1012628). +- bpf: maintain bitmasks across all active frames in + __mark_chain_precision (bsc#1012628). +- bpf: fix propagate_precision() logic for inner frames + (bsc#1012628). +- wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851B + (bsc#1012628). +- samples/bpf: Fix buffer overflow in tcp_basertt (bsc#1012628). +- spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFG + (bsc#1012628). +- wifi: wilc1000: fix for absent RSN capabilities WFA testcase + (bsc#1012628). +- wifi: rtw88: unlock on error path in rtw_ops_add_interface() + (bsc#1012628). +- wifi: mwifiex: Fix the size of a memory allocation in + mwifiex_ret_802_11_scan() (bsc#1012628). +- sctp: add bpf_bypass_getsockopt proto callback (bsc#1012628). +- sfc: release encap match in efx_tc_flow_free() (bsc#1012628). +- libbpf: fix offsetof() and container_of() to work with CO-RE + (bsc#1012628). +- bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen + (bsc#1012628). +- spi: dw: Round of n_bytes to power of 2 (bsc#1012628). +- nfc: llcp: fix possible use of uninitialized variable in + nfc_llcp_send_connect() (bsc#1012628). +- bpftool: JIT limited misreported as negative value on aarch64 + (bsc#1012628). +- bpf: Remove bpf trampoline selector (bsc#1012628). +- bpf: Fix memleak due to fentry attach failure (bsc#1012628). +- selftests/bpf: Do not use sign-file as testcase (bsc#1012628). +- regulator: rk808: fix asynchronous probing (bsc#1012628). +- regulator: core: Fix more error checking for + debugfs_create_dir() (bsc#1012628). +- regulator: core: Streamline debugfs operations (bsc#1012628). +- wifi: orinoco: Fix an error handling path in spectrum_cs_probe() + (bsc#1012628). +- wifi: orinoco: Fix an error handling path in orinoco_cs_probe() + (bsc#1012628). +- wifi: atmel: Fix an error handling path in atmel_probe() + (bsc#1012628). +- wifi: wl3501_cs: Fix an error handling path in wl3501_probe() + (bsc#1012628). +- wifi: ray_cs: Fix an error handling path in ray_probe() + (bsc#1012628). +- wifi: ath9k: don't allow to overwrite ENDPOINT0 attributes + (bsc#1012628). +- wifi: rtw88: usb: silence log flooding error message + (bsc#1012628). +- samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60 + (bsc#1012628). +- wifi: ath10k: Trigger STA disconnect after reconfig complete + on hardware restart (bsc#1012628). +- bpf: Remove anonymous union in bpf_kfunc_call_arg_meta + (bsc#1012628). +- bpf: Set kptr_struct_meta for node param to list and rbtree + insert funcs (bsc#1012628). +- bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation + (bsc#1012628). +- bpf: Make bpf_refcount_acquire fallible for non-owning refs + (bsc#1012628). +- tools/resolve_btfids: Fix setting HOSTCFLAGS (bsc#1012628). +- wifi: iwlwifi: mvm: send time sync only if needed (bsc#1012628). +- wifi: mac80211: recalc min chandef for new STA links + (bsc#1012628). +- selftests/bpf: Fix check_mtu using wrong variable type + (bsc#1012628). +- soc: qcom: geni-se: Add interfaces geni_se_tx_init_dma() + and geni_se_rx_init_dma() (bsc#1012628). +- spi: spi-geni-qcom: Do not do DMA map/unmap inside driver, + use framework instead (bsc#1012628). +- wifi: rsi: Do not configure WoWlan in shutdown hook if not + enabled (bsc#1012628). +- wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown + (bsc#1012628). +- ice: handle extts in the miscellaneous interrupt thread + (bsc#1012628). +- selftests: cgroup: fix unexpected failure on test_memcg_low + (bsc#1012628). +- watchdog/perf: define dummy watchdog_update_hrtimer_threshold() + on correct config (bsc#1012628). +- watchdog/perf: more properly prevent false positives with + turbo modes (bsc#1012628). +- kexec: fix a memory leak in crash_shrink_memory() (bsc#1012628). +- mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ + isn't used (bsc#1012628). +- memstick r592: make memstick_debug_get_tpc_name() static + (bsc#1012628). +- selftests/bpf: Fix invalid pointer check in get_xlated_program() + (bsc#1012628). +- wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key() + (bsc#1012628). +- bpf: Use scalar ids in mark_chain_precision() (bsc#1012628). +- bpf: Verify scalar ids mapping in regsafe() using check_ids() + (bsc#1012628). +- wifi: mac80211: Fix permissions for valid_links debugfs entry + (bsc#1012628). +- wifi: iwlwifi: mvm: Handle return value for iwl_mvm_sta_init + (bsc#1012628). +- wifi: iwlwifi: fw: print PC register value instead of address + (bsc#1012628). +- rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO + (bsc#1012628). +- wifi: ath11k: Add missing check for ioremap (bsc#1012628). +- wifi: ath11k: Add missing ops config for IPQ5018 in + ath11k_ahb_probe() (bsc#1012628). +- wifi: ath11k: Restart firmware after cold boot calibration + for IPQ5018 (bsc#1012628). +- wifi: ath11k: Add missing hw_ops->get_ring_selector() for + IPQ5018 (bsc#1012628). +- wifi: mac80211: add helpers to access sband iftype data + (bsc#1012628). +- wifi: iwlwifi: mvm: add support for Extra EHT LTF (bsc#1012628). +- wifi: iwlwifi: mvm: correctly access HE/EHT sband capa + (bsc#1012628). +- wifi: iwlwifi: pull from TXQs with softirqs disabled + (bsc#1012628). +- wifi: iwlwifi: pcie: fix NULL pointer dereference in + iwl_pcie_irq_rx_msix_handler() (bsc#1012628). +- wifi: mac80211: Remove "Missing iftype sband data/EHT cap" + spam (bsc#1012628). +- wifi: cfg80211: rewrite merging of inherited elements + (bsc#1012628). +- wifi: cfg80211: drop incorrect nontransmitted BSS update code + (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect with OCB/NAN + (bsc#1012628). +- wifi: ieee80211: Fix the common size calculation for + reconfiguration ML (bsc#1012628). +- mm: move mm_count into its own cache line (bsc#1012628). +- watchdog: remove WATCHDOG_DEFAULT (bsc#1012628). +- watchdog/hardlockup: change watchdog_nmi_enable() to void + (bsc#1012628). +- watchdog/hardlockup: move perf hardlockup checking/panic to + common watchdog.c (bsc#1012628). +- watchdog/hardlockup: rename some "NMI watchdog" + constants/function (bsc#1012628). +- watchdog/perf: adapt the watchdog_perf interface for async model + (bsc#1012628). +- watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 + if probe fails (bsc#1012628). +- mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus + from 11/2019 (bsc#1012628). +- wifi: iwlwifi: mvm: indicate HW decrypt for beacon protection + (bsc#1012628). +- wifi: iwlwifi: mvm: check only affected links (bsc#1012628). +- wifi: ath9k: convert msecs to jiffies where needed + (bsc#1012628). +- bpf: Factor out socket lookup functions for the TC hookpoint + (bsc#1012628). +- bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via + TC hookpoint (bsc#1012628). +- bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF + bindings (bsc#1012628). +- can: length: fix bitstuffing count (bsc#1012628). +- can: kvaser_pciefd: Add function to set skb hwtstamps + (bsc#1012628). +- can: kvaser_pciefd: Set hardware timestamp on transmitted + packets (bsc#1012628). +- igc: Fix race condition in PTP tx code (bsc#1012628). +- igc: Check if hardware TX timestamping is enabled earlier + (bsc#1012628). +- igc: Retrieve TX timestamp during interrupt handling + (bsc#1012628). +- igc: Work around HW bug causing missing timestamps + (bsc#1012628). +- net: stmmac: fix double serdes powerdown (bsc#1012628). +- netlink: fix potential deadlock in netlink_set_err() + (bsc#1012628). +- netlink: do not hard code device address lenth in fdb dumps + (bsc#1012628). +- bonding: do not assume skb mac_header is set (bsc#1012628). +- sch_netem: fix issues in netem_change() vs get_dist_table() + (bsc#1012628). +- selftests: rtnetlink: remove netdevsim device after ipsec + offload test (bsc#1012628). +- gtp: Fix use-after-free in __gtp_encap_destroy() (bsc#1012628). +- net: axienet: Move reset before 64-bit DMA detection + (bsc#1012628). +- ocfs2: Fix use of slab data with sendpage (bsc#1012628). +- sfc: fix crash when reading stats while NIC is resetting + (bsc#1012628). +- net: nfc: Fix use-after-free caused by nfc_llcp_find_local + (bsc#1012628). +- lib/ts_bm: reset initial match offset for every block of text + (bsc#1012628). +- netfilter: conntrack: dccp: copy entire header to stack buffer, + not just basic one (bsc#1012628). +- netfilter: nf_conntrack_sip: fix the + ct_sip_parse_numerical_param() return value (bsc#1012628). +- netfilter: nf_tables: unbind non-anonymous set if rule + construction fails (bsc#1012628). +- netfilter: nf_tables: fix underflow in chain reference counter + (bsc#1012628). +- ipvlan: Fix return value of ipvlan_queue_xmit() (bsc#1012628). +- net: dsa: avoid suspicious RCU usage for synced VLAN-aware + MAC addresses (bsc#1012628). +- netlink: Add __sock_i_ino() for __netlink_diag_dump() + (bsc#1012628). +- drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe (bsc#1012628). +- drm/amd/display: Unconditionally print when DP sink power + state fails (bsc#1012628). +- drm/amd/display: Add logging for display MALL refresh setting + (bsc#1012628). +- drm/amd/display: fix is_timing_changed() prototype + (bsc#1012628). +- radeon: avoid double free in ci_dpm_init() (bsc#1012628). +- drm/amd/display: Explicitly specify update type per plane info + change (bsc#1012628). +- drm/i915/guc/slpc: Provide sysfs for efficient freq + (bsc#1012628). +- drm/bridge: it6505: Move a variable assignment behind a null + pointer check in receive_timing_debugfs_show() (bsc#1012628). +- Input: drv260x - sleep between polling GO bit (bsc#1012628). +- Input: cyttsp4_core - change del_timer_sync() to + timer_shutdown_sync() (bsc#1012628). +- Input: tests - fix use-after-free and refcount underflow in + input_test_exit() (bsc#1012628). +- Input: tests - modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable error path (bsc#1012628). +- drm/bridge: tc358768: always enable HS video mode (bsc#1012628). +- drm/bridge: tc358768: fix PLL parameters computation + (bsc#1012628). +- drm/bridge: tc358768: fix PLL target frequency (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_ZEROCNT computation + (bsc#1012628). +- drm/bridge: tc358768: Add atomic_get_input_bus_fmts() + implementation (bsc#1012628). +- drm/bridge: tc358768: fix TCLK_TRAILCNT computation + (bsc#1012628). +- drm/bridge: tc358768: fix THS_ZEROCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix TXTAGOCNT computation (bsc#1012628). +- drm/bridge: tc358768: fix THS_TRAILCNT computation + (bsc#1012628). +- Input: tests - fix input_test_match_device_id test + (bsc#1012628). +- drm/vram-helper: fix function names in vram helper doc + (bsc#1012628). +- ARM: dts: BCM5301X: Drop "clock-names" from the SPI node + (bsc#1012628). +- ARM: dts: meson8b: correct uart_B and uart_C clock references + (bsc#1012628). +- clk: vc5: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: vc7: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- clk: rs9: Fix .driver_data content in i2c_device_id + (bsc#1012628). +- Input: adxl34x - do not hardcode interrupt trigger type + (bsc#1012628). +- drm: sun4i_tcon: use devm_clk_get_enabled in + `sun4i_tcon_init_clocks` (bsc#1012628). +- drm/panel: sharp-ls043t1le01: adjust mode settings + (bsc#1012628). +- driver: soc: xilinx: use _safe loop iterator to avoid a use + after free (bsc#1012628). +- ASoC: dt-bindings: mediatek,mt8188-afe: correct clock name + (bsc#1012628). +- ASoC: Intel: sof_sdw: remove SOF_SDW_TGL_HDMI for MeteorLake + devices (bsc#1012628). +- ASoC: Intel: sof_sdw: start set codec init function with an + adr index (bsc#1012628). +- drm/vkms: isolate pixel conversion functionality (bsc#1012628). +- drm: Add fixed-point helper to get rounded integer values + (bsc#1012628). +- drm/vkms: Fix RGB565 pixel conversion (bsc#1012628). +- ARM: dts: stm32: Move ethernet MAC EEPROM from SoM to carrier + boards (bsc#1012628). +- bus: ti-sysc: Fix dispc quirk masking bool variables + (bsc#1012628). +- arm64: dts: microchip: sparx5: do not use PSCI on reference + boards (bsc#1012628). +- drm/bridge: tc358767: Switch to devm MIPI-DSI helpers + (bsc#1012628). +- arm64: dts: qcom: ipq9574: Update the size of GICC & GICV + regions (bsc#1012628). +- clk: imx: scu: use _safe list iterator to avoid a use after free + (bsc#1012628). +- hwmon: (f71882fg) prevent possible division by zero + (bsc#1012628). +- RDMA/bnxt_re: Disable/kill tasklet only if it is enabled + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove unnecessary return labels + (bsc#1012628). +- RDMA/bnxt_re: Use unique names while registering interrupts + (bsc#1012628). +- RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gid + (bsc#1012628). +- RDMA/bnxt_re: Fix to remove an unnecessary log (bsc#1012628). +- drm/msm/dpu: enable DSPP_2/3 for LM_2/3 on sm8450 (bsc#1012628). +- drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed + rate (bsc#1012628). +- drm/msm/dpu: fix cursor block register bit offset in msm8998 + hw catalog (bsc#1012628). +- drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80 + (bsc#1012628). +- drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK + (bsc#1012628). +- drm/nouveau: dispnv50: fix missing-prototypes warning + (bsc#1012628). +- iommu/virtio: Detach domain on endpoint release (bsc#1012628). +- iommu/virtio: Return size mapped for a detached domain + (bsc#1012628). +- clk: renesas: rzg2l: Fix CPG_SIPLL5_CLK1 register write + (bsc#1012628). +- ARM: dts: gta04: Move model property out of pinctrl node + (bsc#1012628). +- arm64: dts: qcom: qrb4210-rb2: Fix CD gpio for SDHC2 + (bsc#1012628). +- drm/bridge: anx7625: Prevent endless probe loop (bsc#1012628). +- ARM/mfd/gpio: Fixup TPS65010 regression on OMAP1 OSK1 + (bsc#1012628). +- ARM: omap1: Drop header on AMS Delta (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from PalmTE + (bsc#1012628). +- ARM: omap1: Remove reliance on GPIO numbers from SX1 + (bsc#1012628). +- Input: ads7846 - Convert to use software nodes (bsc#1012628). +- ARM/mmc: Convert old mmci-omap to GPIO descriptors + (bsc#1012628). +- ARM: omap1: Fix up the Nokia 770 board device IRQs + (bsc#1012628). +- ARM: omap1: Make serial wakeup GPIOs use descriptors + (bsc#1012628). +- ARM: omap1: Exorcise the legacy GPIO header (bsc#1012628). +- ARM/gpio: Push OMAP2 quirk down into TWL4030 driver + (bsc#1012628). +- ARM: omap2: Get USB hub reset GPIO from descriptor + (bsc#1012628). +- ARM: omap2: Rewrite WLAN quirk to use GPIO descriptors + (bsc#1012628). +- ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 + (bsc#1012628). +- ARM: dts: qcom: msm8974: do not use underscore in node name + (again) (bsc#1012628). +- arm64: dts: qcom: pm8998: don't use GIC_SPI for SPMI interrupts + (bsc#1012628). +- arm64: dts: qcom: ipq6018: correct qrng unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8916: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct IOMMU unit address + (bsc#1012628). +- arm64: dts: qcom: msm8953: correct WCNSS unit address + (bsc#1012628). +- arm64: dts: qcom: msm8976: correct MMC unit address + (bsc#1012628). +- arm64: dts: qcom: msm8994: correct SPMI unit address + (bsc#1012628). +- arm64: dts: qcom: msm8996: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm630: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct camss unit address + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct thermal-sensor unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct DMA controller unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct PCI phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8350: correct USB phy unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct crypto unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: correct pinctrl unit address + (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: add missing touchscreen + child node reg (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix regulator constraints + (bsc#1012628). +- arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS + expansion (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet spec + (bsc#1012628). +- drm: bridge: samsung-dsim: Fix PMS Calculator on imx8m[mnp] + (bsc#1012628). +- drm/panel: simple: fix active size for Ampire + AM-480272H3TMQW-T01H (bsc#1012628). +- ARM: ep93xx: fix missing-prototype warnings (bsc#1012628). +- ARM: omap2: fix missing tick_broadcast() prototype + (bsc#1012628). +- arm64: dts: qcom: pm7250b: add missing spmi-vadc include + (bsc#1012628). +- arm64: dts: qcom: apq8096: fix fixed regulator name property + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Add + mediatek,broken-save-restore-fw to kukui (bsc#1012628). +- arm64: dts: mediatek: mt8192: Add + mediatek,broken-save-restore-fw to asurada (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add + mediatek,broken-save-restore-fw to cherry (bsc#1012628). +- ARM: dts: stm32: Shorten the AV96 HDMI sound card name + (bsc#1012628). +- memory: brcmstb_dpfe: fix testing array offset after use + (bsc#1012628). +- ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely + controlled (bsc#1012628). +- ASoC: es8316: Increment max value for ALC Capture Target Volume + control (bsc#1012628). +- ASoC: es8316: Do not set rate constraints for unsupported MCLKs + (bsc#1012628). +- ARM: dts: meson8: correct uart_B and uart_C clock references + (bsc#1012628). +- soc/fsl/qe: fix usb.c build errors (bsc#1012628). +- RDMA/irdma: avoid fortify-string warning in irdma_clr_wqes + (bsc#1012628). +- IB/hfi1: Fix wrong mmu_node used for user SDMA packet after + invalidate (bsc#1012628). +- RDMA/hns: Fix hns_roce_table_get return value (bsc#1012628). +- ARM: dts: iwg20d-q7-common: Fix backlight pwm specifier + (bsc#1012628). +- arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1 + (bsc#1012628). +- drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush + register (bsc#1012628). +- drm/msm/dpu: always clear every individual pending flush mask + (bsc#1012628). +- fbdev: omapfb: lcd_mipid: Fix an error handling path in + mipid_spi_probe() (bsc#1012628). +- dt-bindings: arm-smmu: Fix SC8280XP Adreno binding + (bsc#1012628). +- drm/i915: Fix limited range csc matrix (bsc#1012628). +- drm/i915: hide mkwrite_device_info() better (bsc#1012628). +- drm/i915/display: Move display device info to header under + display/ (bsc#1012628). +- drm/i915: Convert INTEL_INFO()->display to a pointer + (bsc#1012628). +- drm/i915/display: Move display runtime info to display structure + (bsc#1012628). +- drm/i915/display: Make display responsible for probing its + own IP (bsc#1012628). +- drm/i915: No 10bit gamma on desktop gen3 parts (bsc#1012628). +- arm64: dts: rockchip: Assign ES8316 MCLK rate on rk3588-rock-5b + (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix physical address of pin + (bsc#1012628). +- Input: pm8941-powerkey - fix debounce on gen2+ PMICs + (bsc#1012628). +- arm64: dts: rockchip: Fix compatible for Bluetooth on + rk3566-anbernic (bsc#1012628). +- ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2 + (bsc#1012628). +- accel/habanalabs: fix gaudi2_get_tpc_idle_status() return + (bsc#1012628). +- ARM: dts: stm32: fix i2s endpoint format property for + stm32mp15xx-dkx (bsc#1012628). +- hwmon: (gsc-hwmon) fix fan pwm temperature scaling + (bsc#1012628). +- hwmon: (pmbus/adm1275) Fix problems with temperature monitoring + on ADM1272 (bsc#1012628). +- ARM: dts: BCM5301X: fix duplex-full => full-duplex + (bsc#1012628). +- clk: Export clk_hw_forward_rate_request() (bsc#1012628). +- drm/amd/display: Fix a test CalculatePrefetchSchedule() + (bsc#1012628). +- drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg() + (bsc#1012628). +- drm/amdkfd: Fix potential deallocation of previously deallocated + memory (bsc#1012628). +- soc: mediatek: SVS: Fix MT8192 GPU node name (bsc#1012628). +- drm/amd/display: Fix artifacting on eDP panels when engaging + freesync video mode (bsc#1012628). +- drm/radeon: fix possible division-by-zero errors (bsc#1012628). +- HID: uclogic: Modular KUnit tests should not depend on KUNIT=y + (bsc#1012628). +- RDMA/rxe: Fix access checks in rxe_check_bind_mw (bsc#1012628). +- amdgpu: validate offset_in_bo of drm_amdgpu_gem_va + (bsc#1012628). +- drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with + coherent SMMU (bsc#1012628). +- drm/msm/a5xx: really check for A510 in a5xx_gpu_init + (bsc#1012628). +- RDMA/bnxt_re: wraparound mbox producer index (bsc#1012628). +- RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock + context (bsc#1012628). +- clk: imx: composite-8m: Add imx8m_divider_determine_rate + (bsc#1012628). +- clk: imx: clk-imxrt1050: fix memory leak in + imxrt1050_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe + (bsc#1012628). +- clk: imx93: fix memory leak and missing unwind goto in + imx93_clocks_probe (bsc#1012628). +- clk: imx: clk-imx8mp: improve error handling in + imx8mp_clocks_probe() (bsc#1012628). +- clk: mediatek: fix of_iomap memory leak (bsc#1012628). +- arm64: dts: qcom: qdu1000: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm670: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sdm845: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8550: Flush RSC sleep & wake votes + (bsc#1012628). +- arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead + of 4k (bsc#1012628). +- arm64: dts: qcom: sm8550: Add missing interconnect path to + USB HC (bsc#1012628). +- clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks() + (bsc#1012628). +- clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider() + (bsc#1012628). +- clk: tegra: tegra124-emc: Fix potential memory leak + (bsc#1012628). +- arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node status + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias + (bsc#1012628). +- arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl + node offsets (bsc#1012628). +- arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias (bsc#1012628). +- ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer + (bsc#1012628). +- drm/msm/dpu: do not enable color-management if DSPPs are not + available (bsc#1012628). +- drm/msm/dpu: Fix slice_last_group_size calculation + (bsc#1012628). +- drm/msm/dsi: Remove incorrect references to slice_count + (bsc#1012628). +- drm/msm/dp: Drop aux devices together with DP controller + (bsc#1012628). +- drm/msm/dp: Free resources after unregistering them + (bsc#1012628). +- arm64: dts: mediatek: Add cpufreq nodes for MT8192 + (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz + (bsc#1012628). +- arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi + R3 (bsc#1012628). +- drm/amdgpu: Fix memcpy() in + sienna_cichlid_append_powerplay_table function (bsc#1012628). +- drm/amdgpu: Fix usage of UMC fill record in RAS (bsc#1012628). +- drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callback + (bsc#1012628). +- drm/msm/dpu: Move autorefresh disable from CMD encoder to + pingpong (bsc#1012628). +- drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and above + (bsc#1012628). +- drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interrupts + (bsc#1012628). +- drm/msm/dpu: correct MERGE_3D length (bsc#1012628). +- clk: mediatek: clk-mtk: Grab iomem pointer for divider clocks + (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix return value for + of_iomap() error (bsc#1012628). +- clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released + issue (bsc#1012628). +- clk: vc5: check memory returned by kasprintf() (bsc#1012628). +- clk: cdce925: check return value of kasprintf() (bsc#1012628). +- clk: si5341: return error if one synth clock registration fails + (bsc#1012628). +- clk: si5341: check return value of {devm_}kasprintf() + (bsc#1012628). +- clk: si5341: free unused memory on probe failure (bsc#1012628). +- clk: keystone: sci-clk: check return value of kasprintf() + (bsc#1012628). +- clk: ti: clkctrl: check return value of kasprintf() + (bsc#1012628). +- clk: clocking-wizard: check return value of devm_kasprintf() + (bsc#1012628). +- drivers: meson: secure-pwrc: always enable DMA domain + (bsc#1012628). +- ovl: update of dentry revalidate flags after copy up + (bsc#1012628). +- ASoC: imx-audmix: check return value of devm_kasprintf() + (bsc#1012628). +- clk: Fix memory leak in devm_clk_notifier_register() + (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix board reset (bsc#1012628). +- ARM: dts: lan966x: kontron-d10: fix SPI CS (bsc#1012628). +- ASoC: amd: acp: clear pdm dma interrupt mask (bsc#1012628). +- iommufd: Do not access the area pointer after unlocking + (bsc#1012628). +- iommufd: Call iopt_area_contig_done() under the lock + (bsc#1012628). +- PCI: cadence: Fix Gen2 Link Retraining process (bsc#1012628). +- PCI: vmd: Reset VMD config register between soft reboots + (bsc#1012628). +- scsi: qedf: Fix NULL dereference in error handling + (bsc#1012628). +- pinctrl: bcm2835: Handle gpiochip_add_pin_range() errors + (bsc#1012628). +- platform/x86: lenovo-yogabook: Fix work race on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Reprobe devices on remove() + (bsc#1012628). +- platform/x86: lenovo-yogabook: Set default keyboard backligh + brightness on probe() (bsc#1012628). +- PCI/ASPM: Disable ASPM on MFD function removal to avoid + use-after-free (bsc#1012628). +- scsi: 3w-xxxx: Add error handling for initialization failure + in tw_probe() (bsc#1012628). +- pinctrl: at91: fix a couple NULL vs IS_ERR() checks + (bsc#1012628). +- PCI: pciehp: Cancel bringup sequence if card is not present + (bsc#1012628). +- perf evsel: Don't let for_each_group() treat the head of the + list as one of its nodes (bsc#1012628). +- PCI: ftpci100: Release the clock resources (bsc#1012628). +- pinctrl: sunplus: Add check for kmalloc (bsc#1012628). +- scsi: ufs: Declare ufshcd_{hold,release}() once (bsc#1012628). +- PCI: Add pci_clear_master() stub for non-CONFIG_PCI + (bsc#1012628). +- scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp + based on nlp_state (bsc#1012628). +- scsi: ufs: core: Increase the START STOP UNIT timeout from + one to ten seconds (bsc#1012628). +- scsi: ufs: core: Fix handling of lrbp->cmd (bsc#1012628). +- pinctrl: tegra: Duplicate pinmux functions table (bsc#1012628). +- perf bench: Add missing setlocale() call to allow usage of + %'d style formatting (bsc#1012628). +- pinctrl: cherryview: Return correct value if pin in push-pull + mode (bsc#1012628). +- platform/x86:intel/pmc: Remove Meteor Lake S platform support + (bsc#1012628). +- platform/x86: think-lmi: mutex protection around multiple WMI + calls (bsc#1012628). +- platform/x86: think-lmi: Correct System password interface + (bsc#1012628). +- platform/x86: think-lmi: Correct NVME password handling + (bsc#1012628). +- pinctrl:sunplus: Add check for kmalloc (bsc#1012628). +- pinctrl: npcm7xx: Add missing check for ioremap (bsc#1012628). +- kcsan: Don't expect 64 bits atomic builtins from 32 bits + architectures (bsc#1012628). +- powerpc/interrupt: Don't read MSR from + interrupt_exit_kernel_prepare() (bsc#1012628). +- powerpc/signal32: Force inlining of __unsafe_save_user_regs() + and save_tm_user_regs_unsafe() (bsc#1012628). +- perf script: Fix allocation of evsel->priv related to per-event + dump files (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform + profiles (bsc#1012628). +- platform/x86/intel/pmc: Add resume callback (bsc#1012628). +- platform/x86/intel/pmc/mtl: Put devices in D3 during resume + (bsc#1012628). +- perf dwarf-aux: Fix off-by-one in die_get_varname() + (bsc#1012628). +- perf metric: Fix no group check (bsc#1012628). +- perf tests task_analyzer: Fix bad substitution ${$1} + (bsc#1012628). +- perf tests task_analyzer: Skip tests if no libtraceevent support + (bsc#1012628). +- platform/x86/dell/dell-rbtn: Fix resources leaking on error path + (bsc#1012628). +- perf tool x86: Consolidate is_amd check into single function + (bsc#1012628). +- perf tool x86: Fix perf_env memory leak (bsc#1012628). +- powerpc/64s: Fix VAS mm use after free (bsc#1012628). +- pinctrl: freescale: Fix a memory out of bounds when num_configs + is 1 (bsc#1012628). +- pinctrl: microchip-sgpio: check return value of devm_kasprintf() + (bsc#1012628). +- pinctrl: at91-pio4: check return value of devm_kasprintf() + (bsc#1012628). +- perf stat: Reset aggr stats for each run (bsc#1012628). +- scsi: ufs: core: Remove a ufshcd_add_command_trace() call + (bsc#1012628). +- scsi: ufs: core: mcq: Fix the incorrect OCS value for the + device command (bsc#1012628). +- powerpc/powernv/sriov: perform null check on iov before + dereferencing iov (bsc#1012628). +- powerpc: update ppc_save_regs to save current r1 in pt_regs + (bsc#1012628). +- riscv: hibernation: Remove duplicate call of + suspend_restore_csrs (bsc#1012628). +- PCI: qcom: Use DWC helpers for modifying the read-only DBI + registers (bsc#1012628). +- PCI: qcom: Disable write access to read only registers for IP + v2.9.0 (bsc#1012628). +- platform/x86:intel/pmc: Update maps for Meteor Lake P/M + platforms (bsc#1012628). +- riscv: uprobes: Restore thread.bad_cause (bsc#1012628). +- powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfo + (bsc#1012628). +- powerpc/mm/dax: Fix the condition when checking if altmap + vmemap can cross-boundary (bsc#1012628). +- perf test: Set PERF_EXEC_PATH for script execution + (bsc#1012628). +- riscv: hibernate: remove WARN_ON in save_processor_state + (bsc#1012628). +- PCI: endpoint: Fix a Kconfig prompt of vNTB driver + (bsc#1012628). +- PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction + (bsc#1012628). +- PCI: vmd: Fix uninitialized variable usage in + vmd_enable_domain() (bsc#1012628). +- vfio/mdev: Move the compat_class initialization to module init + (bsc#1012628). +- hwrng: virtio - Fix race on data_avail and actual data + (bsc#1012628). +- modpost: remove broken calculation of exception_table_entry size + (bsc#1012628). +- crypto: nx - fix build warnings when DEBUG_FS is not enabled + (bsc#1012628). +- modpost: fix section mismatch message for R_ARM_ABS32 + (bsc#1012628). +- modpost: fix section mismatch message for + R_ARM_{PC24,CALL,JUMP24} (bsc#1012628). +- crypto: marvell/cesa - Fix type mismatch warning (bsc#1012628). +- crypto: jitter - correct health test during initialization + (bsc#1012628). +- dt-bindings: qcom-qce: Fix compatible combinations for SM8150 + and IPQ4019 SoCs (bsc#1012628). +- scripts/mksysmap: Fix badly escaped '$' (bsc#1012628). +- modpost: fix off by one in is_executable_section() + (bsc#1012628). +- ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ + guard (bsc#1012628). +- crypto: qat - unmap buffer before free for DH (bsc#1012628). +- crypto: qat - unmap buffers before free for RSA (bsc#1012628). +- NFSv4.2: fix wrong shrinker_id (bsc#1012628). +- NFSv4.1: freeze the session table upon receiving + NFS4ERR_BADSESSION (bsc#1012628). +- SMB3: Do not send lease break acknowledgment if all file + handles have been closed (bsc#1012628). +- dax: Fix dax_mapping_release() use after free (bsc#1012628). +- dax: Introduce alloc_dev_dax_id() (bsc#1012628). +- dax/kmem: Pass valid argument to memory_group_register_static + (bsc#1012628). +- hwrng: st - keep clock enabled while hwrng is registered + (bsc#1012628). +- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic + boost on EliteBook (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NPx0SNx (bsc#1012628). +- ALSA: jack: Fix mutex call in snd_jack_report() (bsc#1012628). +- ALSA: pcm: Fix potential data race at PCM memory allocation + helpers (bsc#1012628). +- apparmor: fix: kzalloc perms tables for shared dfas + (bsc#1012628). +- block: fix signed int overflow in Amiga partition support + (bsc#1012628). +- block: add overflow checks for Amiga partition support + (bsc#1012628). +- block: change all __u32 annotations to __be32 in + affs_hardblocks.h (bsc#1012628). +- block: increment diskseq on all media change events + (bsc#1012628). +- mmc: block: ioctl: do write error check for spi (bsc#1012628). +- btrfs: fix race when deleting free space root from the dirty + cow roots list (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + balance_level() (bsc#1012628). +- SUNRPC: Fix UAF in svc_tcp_listen_data_ready() (bsc#1012628). +- kbuild: Fix CFI failures with GCOV (bsc#1012628). +- kbuild: Disable GCOV for *.mod.o (bsc#1012628). +- cxl/region: Move cache invalidation before region teardown, + and before setup (bsc#1012628). +- cxl/region: Flag partially torn down regions as unusable + (bsc#1012628). +- cxl/region: Fix state transitions after reset failure + (bsc#1012628). +- tools/testing/cxl: Fix command effects for inject/clear poison + (bsc#1012628). +- kbuild: builddeb: always make modules_install, to install + modules.builtin* (bsc#1012628). +- kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb + (bsc#1012628). +- efi/libstub: Disable PCI DMA before grabbing the EFI memory map + (bsc#1012628). +- cifs: prevent use-after-free by freeing the cfile later + (bsc#1012628). +- cifs: do all necessary checks for credits within or before + locking (bsc#1012628). +- smb: client: fix broken file attrs with nodfs mounts + (bsc#1012628). +- smb: client: fix shared DFS root mounts with different prefixes + (bsc#1012628). +- ksmbd: avoid field overflow warning (bsc#1012628). +- arm64: sme: Use STR P to clear FFR context field in streaming + SVE mode (bsc#1012628). +- x86/efi: Make efi_set_virtual_address_map IBT safe + (bsc#1012628). +- w1: w1_therm: fix locking behavior in convert_t (bsc#1012628). +- w1: fix loop in w1_fini() (bsc#1012628). +- dt-bindings: power: reset: qcom-pon: Only allow reboot-mode + pre-pmk8350 (bsc#1012628). +- f2fs: do not allow to defragment files have FI_COMPRESS_RELEASED + (bsc#1012628). +- sh: j2: Use ioremap() to translate device tree address into + kernel memory (bsc#1012628). +- cpufreq: tegra194: Fix an error handling path in + tegra194_cpufreq_probe() (bsc#1012628). +- USB: Extend pci resume function to handle PM events + (bsc#1012628). +- xhci: Improve the XHCI system resume time (bsc#1012628). +- usb: dwc2: Fix some error handling paths (bsc#1012628). +- serial: 8250: omap: Fix freeing of resources on failed register + (bsc#1012628). +- interconnect: qcom: rpm: Rename icc provider num_clocks to + num_bus_clocks (bsc#1012628). +- interconnect: qcom: rpm: Don't use clk_get_optional for bus + clocks anymore (bsc#1012628). +- clk: qcom: gcc: ipq5332: Use floor ops for SDCC clocks + (bsc#1012628). +- clk: qcom: mmcc-msm8974: remove oxili_ocmemgx_clk (bsc#1012628). +- clk: qcom: camcc-sc7180: Add parent dependency to all camera + GDSCs (bsc#1012628). +- clk: qcom: gcc-ipq6018: Use floor ops for sdcc clocks + (bsc#1012628). +- clk: qcom: gcc-qcm2290: Mark RCGs shared where applicable + (bsc#1012628). +- media: usb: Check az6007_read() return value (bsc#1012628). +- media: amphion: drop repeated codec data for vc1l format + (bsc#1012628). +- media: amphion: drop repeated codec data for vc1g format + (bsc#1012628). +- media: common: saa7146: Avoid a leak in vmalloc_to_sg() + (bsc#1012628). +- media: videodev2.h: Fix p_s32 and p_s64 pointer types + (bsc#1012628). +- media: amphion: initiate a drain of the capture queue in + dynamic resolution change (bsc#1012628). +- media: videodev2.h: Fix struct v4l2_input tuner index comment + (bsc#1012628). +- media: usb: siano: Fix warning due to null work_func_t function + pointer (bsc#1012628). +- media: i2c: imx296: fix error checking in + imx296_read_temperature() (bsc#1012628). +- media: i2c: Correct format propagation for st-mipid02 + (bsc#1012628). +- media: renesas: fdp1: Identify R-Car Gen2 versions + (bsc#1012628). +- media: hi846: fix usage of pm_runtime_get_if_in_use() + (bsc#1012628). +- media: mediatek: vcodec: using decoder status instead of core + work count (bsc#1012628). +- clk: qcom: ipq6018: fix networking resets (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix BI_TCXO_AO handling + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Fix GPLL0_OUT_DIV handling + (bsc#1012628). +- clk: qcom: ipq5332: fix the src parameter in + ftbl_gcc_apss_axi_clk_src (bsc#1012628). +- clk: qcom: ipq5332: fix the order of SLEEP_CLK and XO clock + (bsc#1012628). +- clk: qcom: mmcc-msm8974: use clk_rcg2_shared_ops for mdp_clk_src + clock (bsc#1012628). +- staging: vchiq_arm: mark vchiq_platform_init() static + (bsc#1012628). +- soundwire: qcom: use consistently 'ctrl' as state variable name + (bsc#1012628). +- soundwire: qcom: fix unbalanced pm_runtime_put() (bsc#1012628). +- soundwire: debugfs: fix unbalanced pm_runtime_put() + (bsc#1012628). +- usb: dwc3: qcom: Fix potential memory leak (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_suspend + (bsc#1012628). +- extcon: Fix kernel doc of property fields to avoid warnings + (bsc#1012628). +- extcon: Fix kernel doc of property capability fields to avoid + warnings (bsc#1012628). +- usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() + (bsc#1012628). +- usb: hide unused usbfs_notify_suspend/resume functions + (bsc#1012628). +- usb: misc: eud: Fix eud sysfs path (use 'qcom_eud') + (bsc#1012628). +- serial: core: lock port for stop_rx() in uart_suspend_port() + (bsc#1012628). +- serial: 8250: lock port for stop_rx() in omap8250_irq() + (bsc#1012628). +- serial: core: lock port for start_rx() in uart_resume_port() + (bsc#1012628). +- serial: 8250: lock port for UART_IER access in omap8250_irq() + (bsc#1012628). +- kernfs: fix missing kernfs_idr_lock to remove an ID from the + IDR (bsc#1012628). +- lkdtm: replace ll_rw_block with submit_bh (bsc#1012628). +- i3c: master: svc: fix cpu schedule in spin lock (bsc#1012628). +- coresight: Fix loss of connection info when a module is unloaded + (bsc#1012628). +- coresight: etm4x: Fix missing trctraceidr file in sysfs + (bsc#1012628). +- power: supply: rt9467: Make charger-enable control as logic + level (bsc#1012628). +- mfd: rt5033: Drop rt5033-battery sub-device (bsc#1012628). +- media: venus: helpers: Fix ALIGN() of non power of two + (bsc#1012628). +- media: atomisp: gc0310: Fix double free in gc0310_remove() + (bsc#1012628). +- media: atomisp: gmin_platform: fix out_len in + gmin_get_config_dsm_var() (bsc#1012628). +- media: atomisp: ov2680: Stop using half pixelclock for binned + modes (bsc#1012628). +- sh: Avoid using IRQ0 on SH3 and SH4 (bsc#1012628). +- gfs2: Fix duplicate should_fault_in_pages() call (bsc#1012628). +- f2fs: fix potential deadlock due to unpaired node_write lock + use (bsc#1012628). +- f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io() + (bsc#1012628). +- f2fs: support errors=remount-ro|continue|panic mountoption + (bsc#1012628). +- f2fs: fix the wrong condition to determine atomic context + (bsc#1012628). +- f2fs: flush error flags in workqueue (bsc#1012628). +- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes + (bsc#1012628). +- usb: dwc3: qcom: Release the correct resources in + dwc3_qcom_remove() (bsc#1012628). +- usb: dwc3: qcom: Fix an error handling path in dwc3_qcom_probe() + (bsc#1012628). +- usb: common: usb-conn-gpio: Set last role to unknown before + initial detection (bsc#1012628). +- usb: dwc3-meson-g12a: Fix an error handling path in + dwc3_meson_g12a_probe() (bsc#1012628). +- rtla/hwnoise: Reduce runtime to 75% (bsc#1012628). +- mfd: wcd934x: Fix an error handling path in wcd934x_slim_probe() + (bsc#1012628). +- mfd: intel-lpss: Add missing check for platform_get_resource + (bsc#1012628). +- Revert "usb: common: usb-conn-gpio: Set last role to unknown + before initial detection" (bsc#1012628). +- serial: 8250_omap: Use force_suspend and resume for system + suspend (bsc#1012628). +- drivers: fwnode: fix fwnode_irq_get[_byname]() (bsc#1012628). +- cdx: fix driver managed dma support (bsc#1012628). +- nvmem: sunplus-ocotp: release otp->clk before return + (bsc#1012628). +- nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates + (bsc#1012628). +- test_firmware: return ENOMEM instead of ENOSPC on failed memory + allocation (bsc#1012628). +- nvmem: rmem: Use NVMEM_DEVID_AUTO (bsc#1012628). +- bus: fsl-mc: don't assume child devices are all fsl-mc devices + (bsc#1012628). +- mfd: stmfx: Fix error path in stmfx_chip_init (bsc#1012628). +- mfd: stmfx: Nullify stmfx->vdd in case of error (bsc#1012628). +- KVM: s390: vsie: fix the length of APCB bitmap (bsc#1012628). +- KVM: s390/diag: fix racy access of physical cpu number in diag + 9c handler (bsc#1012628). +- cpufreq: mediatek: correct voltages for MT7622 and MT7623 + (bsc#1012628). +- misc: fastrpc: check return value of devm_kasprintf() + (bsc#1012628). +- clk: qcom: mmcc-msm8974: fix MDSS_GDSC power flags + (bsc#1012628). +- hwtracing: hisi_ptt: Fix potential sleep in atomic context + (bsc#1012628). +- phy: qcom: qmp-combo: fix Display Port PHY configuration for + SM8550 (bsc#1012628). +- mfd: stmpe: Only disable the regulators if they are enabled + (bsc#1012628). +- phy: tegra: xusb: check return value of devm_kzalloc() + (bsc#1012628). +- lib/bitmap: drop optimization of bitmap_{from,to}_arr64 + (bsc#1012628). +- pwm: imx-tpm: force 'real_period' to be zero in suspend + (bsc#1012628). +- pwm: sysfs: Do not apply state to already disabled PWMs + (bsc#1012628). +- pwm: ab8500: Fix error code in probe() (bsc#1012628). +- pwm: mtk_disp: Fix the disable flow of disp_pwm (bsc#1012628). +- md/raid10: fix the condition to call bio_end_io_acct() + (bsc#1012628). +- perf bpf: Move the declaration of struct rq (bsc#1012628). +- blk-throttle: Fix io statistics for cgroup v1 (bsc#1012628). +- rtc: st-lpc: Release some resources in st_rtc_probe() in case + of error (bsc#1012628). +- drm/i915/psr: Use hw.adjusted mode when calculating io/fast + wake times (bsc#1012628). +- drm/i915/guc/slpc: Apply min softlimit correctly (bsc#1012628). +- f2fs: check return value of freeze_super() (bsc#1012628). +- virtio-vdpa: Fix unchecked call to NULL set_vq_affinity + (bsc#1012628). +- tools/virtio: fix build break for aarch64 (bsc#1012628). +- media: tc358746: select CONFIG_GENERIC_PHY (bsc#1012628). +- media: cec: i2c: ch7322: also select REGMAP (bsc#1012628). +- sctp: fix potential deadlock on &net->sctp.addr_wq_lock + (bsc#1012628). +- net/sched: act_ipt: add sanity checks on table name and hook + locations (bsc#1012628). +- net/sched: act_ipt: add sanity checks on skb before calling + target (bsc#1012628). +- net/sched: act_ipt: zero skb->cb before calling target + (bsc#1012628). +- spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA + mode (bsc#1012628). +- net: mscc: ocelot: don't report that RX timestamping is enabled + by default (bsc#1012628). +- net: mscc: ocelot: don't keep PTP configuration of all ports + in single structure (bsc#1012628). +- net: dsa: felix: don't drop PTP frames with tag_8021q when RX + timestamping is disabled (bsc#1012628). +- net: dsa: sja1105: always enable the INCL_SRCPT option + (bsc#1012628). +- net: dsa: tag_sja1105: always prefer source port information + from INCL_SRCPT (bsc#1012628). +- Add MODULE_FIRMWARE() for FIRMWARE_TG357766 (bsc#1012628). +- Bluetooth: fix invalid-bdaddr quirk for non-persistent setup + (bsc#1012628). +- Bluetooth: ISO: use hci_sync for setting CIG parameters + (bsc#1012628). +- Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable + (bsc#1012628). +- sfc: support for devlink port requires MAE access (bsc#1012628). +- ibmvnic: Do not reset dql stats on NON_FATAL err (bsc#1012628). +- net: dsa: vsc73xx: fix MTU configuration (bsc#1012628). +- mlxsw: minimal: fix potential memory leak in + mlxsw_m_linecards_init (bsc#1012628). +- spi: bcm-qspi: return error if neither hif_mspi nor mspi is + available (bsc#1012628). +- mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0 + (bsc#1012628). +- f2fs: fix error path handling in truncate_dnode() (bsc#1012628). +- octeontx2-af: cn10kb: fix interrupt csr addresses (bsc#1012628). +- octeontx2-af: Fix mapping for NIX block from CGX connection + (bsc#1012628). +- octeontx2-af: Add validation before accessing cgx and lmac + (bsc#1012628). +- octeontx2-af: Reset MAC features in FLR (bsc#1012628). +- ntfs: Fix panic about slab-out-of-bounds caused by + ntfs_listxattr() (bsc#1012628). +- powerpc: allow PPC_EARLY_DEBUG_CPM only when SERIAL_CPM=y + (bsc#1012628). +- powerpc: dts: turris1x.dts: Fix PCIe MEM size for pci2 node + (bsc#1012628). +- net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC + mode (bsc#1012628). +- net: dsa: tag_sja1105: fix source port decoding in + vlan_filtering=0 bridge mode (bsc#1012628). +- net: fix net_dev_start_xmit trace event vs + skb_transport_offset() (bsc#1012628). +- tcp: annotate data races in __tcp_oow_rate_limited() + (bsc#1012628). +- vduse: fix NULL pointer dereference (bsc#1012628). +- bpf, btf: Warn but return no error for NULL btf from + __register_btf_kfunc_id_set() (bsc#1012628). +- xsk: Honor SO_BINDTODEVICE on bind (bsc#1012628). +- net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX + (bsc#1012628). +- drm/i915/psr: Fix BDW PSR AUX CH data register offsets + (bsc#1012628). +- fanotify: disallow mount/sb marks on kernel internal pseudo fs + (bsc#1012628). +- riscv: move memblock_allow_resize() after linear mapping is + ready (bsc#1012628). +- pptp: Fix fib lookup calls (bsc#1012628). +- net: dsa: tag_sja1105: fix MAC DA patching from meta frames + (bsc#1012628). +- net: dsa: sja1105: always enable the send_meta options + (bsc#1012628). +- octeontx-af: fix hardware timestamp configuration (bsc#1012628). +- afs: Fix accidental truncation when storing data (bsc#1012628). +- s390/qeth: Fix vipa deletion (bsc#1012628). +- risc-v: Fix order of IPI enablement vs RCU startup + (bsc#1012628). +- sh: dma: Fix DMA channel offset calculation (bsc#1012628). +- apparmor: fix missing error check for rhashtable_insert_fast + (bsc#1012628). +- apparmor: add missing failure check in compute_xmatch_perms + (bsc#1012628). +- apparmor: fix policy_compat permission remap with extended + permissions (bsc#1012628). +- apparmor: fix profile verification and enable it (bsc#1012628). +- i2c: xiic: Don't try to handle more interrupt events after error + (bsc#1012628). +- writeback: account the number of pages written back + (bsc#1012628). +- lib: dhry: fix sleeping allocations inside non-preemptable + section (bsc#1012628). +- Revert "drm/amd/display: Move DCN314 DOMAIN power control to + DMCUB" (bsc#1012628). +- arm64/signal: Restore TPIDR2 register rather than memory state + (bsc#1012628). +- irqchip/loongson-liointc: Fix IRQ trigger polarity + (bsc#1012628). +- nfsd: move init of percpu reply_cache_stats counters back to + nfsd_init_net (bsc#1012628). +- irqchip/loongson-pch-pic: Fix potential incorrect hwirq + assignment (bsc#1012628). +- NFSD: add encoding of op_recall flag for write delegation + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix initialization of HT vector + register (bsc#1012628). +- io_uring: wait interruptibly for request completions on exit + (bsc#1012628). +- mm/mglru: make memcg_lru->lock irq safe (bsc#1012628). +- mmc: core: disable TRIM on Kingston EMMC04G-M627 (bsc#1012628). +- mmc: core: disable TRIM on Micron MTFC4GACAJCN-1M (bsc#1012628). +- mmc: mmci: Set PROBE_PREFER_ASYNCHRONOUS (bsc#1012628). +- mmc: sdhci: fix DMA configure compatibility issue when 64bit + DMA mode is used (bsc#1012628). +- wifi: cfg80211: fix regulatory disconnect for non-MLO + (bsc#1012628). +- wifi: ath10k: Serialize wake_tx_queue ops (bsc#1012628). +- wifi: cfg80211: fix receiving mesh packets without RFC1042 + header (bsc#1012628). +- wifi: mt76: mt7921e: fix init command fail with enabled device + (bsc#1012628). +- bcache: fixup btree_cache_wait list damage (bsc#1012628). +- bcache: Remove unnecessary NULL point check in node allocations + (bsc#1012628). +- bcache: Fix __bch_btree_node_alloc to make the failure behavior + consistent (bsc#1012628). +- watch_queue: prevent dangling pipe pointer (bsc#1012628). +- um: Use HOST_DIR for mrproper (bsc#1012628). +- integrity: Fix possible multiple allocation in + integrity_inode_get() (bsc#1012628). +- autofs: use flexible array in ioctl structure (bsc#1012628). +- mm/damon/ops-common: atomically test and clear young on ptes + and pmds (bsc#1012628). +- shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based + tmpfs (bsc#1012628). +- nfsd: use vfs setgid helper (bsc#1012628). +- jffs2: reduce stack usage in jffs2_build_xattr_subsystem() + (bsc#1012628). +- fs: avoid empty option when generating legacy mount string + (bsc#1012628). +- ext4: Remove ext4 locking of moved directory (bsc#1012628). +- Revert "f2fs: fix potential corruption when moving a directory" + (bsc#1012628). +- Revert "udf: Protect rename against modification of moved + directory" (bsc#1012628). +- fs: Establish locking order for unrelated directories + (bsc#1012628). +- fs: Lock moved directories (bsc#1012628). +- usb: typec: ucsi: Mark dGPUs as DEVICE scope (bsc#1012628). +- ipvs: increase ip_vs_conn_tab_bits range for 64BIT + (bsc#1012628). +- btrfs: add handling for RAID1C23/DUP to + btrfs_reduce_alloc_profile (bsc#1012628). +- btrfs: fix dirty_metadata_bytes for redirtied buffers + (bsc#1012628). +- btrfs: insert tree mod log move in push_node_left (bsc#1012628). +- btrfs: warn on invalid slot in tree mod log rewind + (bsc#1012628). +- btrfs: delete unused BGs while reclaiming BGs (bsc#1012628). +- btrfs: bail out reclaim process if filesystem is read-only + (bsc#1012628). +- btrfs: add block-group tree to lockdep classes (bsc#1012628). +- btrfs: reinsert BGs failed to reclaim (bsc#1012628). +- btrfs: fix race when deleting quota root from the dirty cow + roots list (bsc#1012628). +- btrfs: add missing error handling when logging operation while + COWing extent buffer (bsc#1012628). +- btrfs: fix extent buffer leak after tree mod log failure at + split_node() (bsc#1012628). +- btrfs: do not BUG_ON() on tree mod log failure at + __btrfs_cow_block() (bsc#1012628). +- ASoC: mediatek: mt8173: Fix irq error path (bsc#1012628). +- ASoC: mediatek: mt8173: Fix snd_soc_component_initialize error + path (bsc#1012628). +- regulator: tps65219: Fix matching interrupts for their + regulators (bsc#1012628). +- ARM: dts: qcom: msm8660: Fix regulator node names (bsc#1012628). +- ARM: dts: qcom: ipq4019: fix broken NAND controller properties + override (bsc#1012628). +- ARM: orion5x: fix d2net gpio initialization (bsc#1012628). +- leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev + rename (bsc#1012628). +- blktrace: use inline function for blk_trace_remove() while + blktrace is disabled (bsc#1012628). +- Input: ads7846 - Fix usage of match data (bsc#1012628). +- md/raid1-10: fix casting from randomized structure in + raid1_submit_write() (bsc#1012628). +- fs: no need to check source (bsc#1012628). +- Input: ads7846 - fix pointer cast warning (bsc#1012628). +- mips: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-y + (bsc#1012628). +- kbuild: Add CLANG_FLAGS to as-instr (bsc#1012628). +- kbuild: Add KBUILD_CPPFLAGS to as-option invocation + (bsc#1012628). +- kbuild: add $(CLANG_FLAGS) to KBUILD_CPPFLAGS (bsc#1012628). +- ovl: fix null pointer dereference in ovl_permission() + (bsc#1012628). +- ovl: let helper ovl_i_path_real() return the realinode + (bsc#1012628). +- ovl: fix null pointer dereference in ovl_get_acl_rcu() + (bsc#1012628). +- LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation + (bsc#1012628). +- netfilter: conntrack: Avoid nf_ct_helper_hash uses after free + (bsc#1012628). +- netfilter: nf_tables: do not ignore genmask when looking up + chain by id (bsc#1012628). +- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval + (bsc#1012628). +- wireguard: queueing: use saner cpu selection wrapping + (bsc#1012628). +- wireguard: netlink: send staged packets when setting initial + private key (bsc#1012628). +- tty: serial: fsl_lpuart: add earlycon for imx8ulp platform + (bsc#1012628). +- io_uring: Use io_schedule* in cqring wait (bsc#1012628). +- block/partition: fix signedness issue for Amiga partitions + (bsc#1012628). +- sh: mach-r2d: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-highlander: Handle virq offset in cascaded IRL demux + (bsc#1012628). +- sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux + (bsc#1012628). +- sh: hd64461: Handle virq offset for offchip IRQ base and + HD64461 IRQ (bsc#1012628). +- commit 919c802 + +------------------------------------------------------------------- +Tue Jul 18 18:13:06 CEST 2023 - msuchanek@suse.de + +- Revert "kbuild: Hack for depmod not handling X.Y versions" (bsc#1212835). +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. +- commit 8a9c423 + +------------------------------------------------------------------- +Tue Jul 18 09:35:28 CEST 2023 - jslaby@suse.cz + +- ACPI: video: Add backlight=native DMI quirk for Lenovo Ideapad + Z470 (bsc#1208724). +- commit 54e3bad + +------------------------------------------------------------------- +Tue Jul 18 09:33:55 CEST 2023 - jslaby@suse.cz + +- pinctrl: amd: Unify debounce handling into amd_pinconf_set() + (bko#217336). +- pinctrl: amd: Drop pull up select configuration (bko#217336). +- pinctrl: amd: Use amd_pinconf_set() for all config options + (bko#217336). +- pinctrl: amd: Only use special debounce behavior for GPIO 0 + (bko#217336). +- pinctrl: amd: Revert "pinctrl: amd: disable and mask interrupts + on probe" (bko#217336). +- pinctrl: amd: Detect and mask spurious interrupts (bko#217336). +- pinctrl: amd: Fix mistake in handling clearing pins at startup + (bko#217336). +- pinctrl: amd: Detect internal GPIO0 debounce handling + (bko#217336). +- commit a3dbbc0 + ------------------------------------------------------------------- Mon Jul 17 15:43:25 CEST 2023 - msuchanek@suse.de - rpm: Update dependency to match current kmod. +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Update to match current kmod (bsc#1212835). - commit d687dc3 +------------------------------------------------------------------- +Mon Jul 17 13:30:31 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-amdgpu-sdma4-set-align-mask-to-255.patch. + Update to upstream version. 6.4 already contains 4_4_2. +- commit 48f7169 + +------------------------------------------------------------------- +Mon Jul 17 00:30:33 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc2 +- eliminate 1 patch + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch (9f71fbcde282) +- commit c159bc5 + +------------------------------------------------------------------- +Thu Jul 13 19:01:27 CEST 2023 - msuchanek@suse.de + +- of: Preserve "of-display" device name for compatibility + (bsc#1212405). +- commit 58e8dc0 + +------------------------------------------------------------------- +Thu Jul 13 15:22:56 CEST 2023 - msuchanek@suse.de + +- depmod: Handle installing modules under a prefix (bsc#1212835). +- commit b2abe86 + +------------------------------------------------------------------- +Wed Jul 12 17:00:50 CEST 2023 - jgross@suse.com + +- Restore kABI for NVidia vGPU driver (bsc#1210825). +- commit 01c9bbd + +------------------------------------------------------------------- +Wed Jul 12 16:25:24 CEST 2023 - tiwai@suse.de + +- Move upstreamed AMDGPU patches into sorted section +- commit f6ca0bc + +------------------------------------------------------------------- +Tue Jul 11 07:03:09 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.3 (bsc#1012628). +- mm: call arch_swap_restore() from do_swap_page() (bsc#1012628). +- bootmem: remove the vmemmap pages from kmemleak in + free_bootmem_page (bsc#1012628). +- commit 5fb5b21 + ------------------------------------------------------------------- Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de @@ -3088,17 +17811,501 @@ Mon Jul 10 13:05:05 CEST 2023 - schwab@suse.de They depend on CONFIG_TOOLCHAIN_HAS_*. - commit 1007103 +------------------------------------------------------------------- +Mon Jul 10 12:03:25 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/fork-lock-VMAs-of-the-parent-process-when-forking.patch. + Replace by the correct one. It was merged to upstream twice. And this is + the right version. +- commit b97b894 + +------------------------------------------------------------------- +Mon Jul 10 11:51:35 CEST 2023 - jslaby@suse.cz + +- Update vanilla config files. + Just run oldconfig for vanillas too. No actual changes. +- commit dcdca04 + +------------------------------------------------------------------- +Mon Jul 10 11:50:41 CEST 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.4.1-021-mm-always-expand-the-stack-with-the-mmap-write-.patch + (bsc#1012628 bsc#1212395 CVE-2023-3269). + Add references to CVE. +- commit 5a45f18 + +------------------------------------------------------------------- +Mon Jul 10 10:15:47 CEST 2023 - mkubecek@suse.cz + +- refresh vanilla configs +- commit ab4066a + +------------------------------------------------------------------- +Mon Jul 10 07:07:20 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run_oldconfig. +- commit 37ad463 + +------------------------------------------------------------------- +Mon Jul 10 07:05:48 CEST 2023 - jslaby@suse.cz + +- fork: lock VMAs of the parent process when forking + (bsc#1212775). +- mm: lock a vma before stack expansion (bsc#1212775). +- mm: lock newly mapped VMA which can be modified after it + becomes visible (bsc#1212775). +- mm: lock newly mapped VMA with corrected ordering (bsc#1212775). +- Update config files. +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. + Drop the downstream revert in favor of upstream fixes above and reset + the configs -- leave STATS off as per default. +- commit e2dafc9 + +------------------------------------------------------------------- +Mon Jul 10 06:50:11 CEST 2023 - jslaby@suse.cz + +- Delete + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files. + It was fixed in 6.5-rc1 by commits: + fb49c455 fork: lock VMAs of the parent process when forking + 2b4f3b49 fork: lock VMAs of the parent process when forking + 1c7873e3 mm: lock newly mapped VMA with corrected ordering + 33313a74 mm: lock newly mapped VMA which can be modified after it becomes visible + c137381f mm: lock a vma before stack expansion + So drop the downstream revert and reset the configs -- leave STATS off + as per default. +- commit 50f64ca + +------------------------------------------------------------------- +Mon Jul 10 01:05:24 CEST 2023 - mkubecek@suse.cz + +- Update to 6.5-rc1 +- drop 34 patches (33 stable, 1 mainline) + - patches.kernel.org/* + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- refresh + - patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch + - patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- add build failure fix + - patches.rpmify/objtool-initialize-all-of-struct-elf.patch +- disable ARM architectures (need config update) +- new config options + - General setup + - CACHESTAT_SYSCALL=y + - Power management and ACPI options + - X86_AMD_PSTATE_DEFAULT_MODE=3 + - Memory Management options + - ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON=n + - SLAB_DEPRECATED=n + - Cryptographic API + - CRYPTO_JITTERENTROPY_TESTINTERFACE=n + - Kernel hacking + - HARDLOCKUP_DETECTOR_PREFER_BUDDY=n + - WQ_CPU_INTENSIVE_REPORT=n + - FUNCTION_GRAPH_RETVAL=y + - FPROBE_EVENTS=y + - PROBE_EVENTS_BTF_ARGS=y + - PCI support + - PCI_EPF_MHI=m + - CXL_PMU=m + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - Network device support + - CAN_F81604=m + - PPPOE_HASH_BITS_1=n + - PPPOE_HASH_BITS_2=n + - PPPOE_HASH_BITS_4=y + - PPPOE_HASH_BITS_8=n + - RTW88_8723DS=m + - RTW89_8851BE=m + - Hardware Monitoring support + - MAX31827=m + - SENSORS_HP_WMI=m + - Multifunction device drivers + - MFD_MAX77541=n + - MFD_TPS6594_I2C=m + - MFD_TPS6594_SPI=m + - Sound card support + - SND_SEQ_UMP=y + - SND_UMP_LEGACY_RAWMIDI=y + - SND_PCMTEST=m + - SND_USB_AUDIO_MIDI_V2=y + - SND_SOC_CHV3_I2S=m + - SND_SOC_CHV3_CODEC=m + - SND_SOC_MAX98388=m + - SND_SOC_RT722_SDCA_SDW=m + - SND_SOC_TAS2781_I2C=n + - SND_SOC_WSA884X=n + - HID bus support + - HID_NVIDIA_SHIELD=m + - NVIDIA_SHIELD_FF=y + - USB support + - USB_CDNS2_UDC=m + - TYPEC_MUX_NB7VPQ904M=m + - LED Support + - LEDS_AW200XX=m + - LEDS_CHT_WCOVE=m + - LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE=m + - LEDS_SIEMENS_SIMATIC_IPC_F7188X=m + - X86 Platform Specific Device Drivers + - YOGABOOK=m + - AMD_PMF_DEBUG=n + - Industrial I/O support + - ROHM_BU27008=m + - OPT4001=n + - X9250=m + - MPRLS0025PA=n + - Misc devices + - INTEL_MEI_GSC_PROXY=m + - TPS6594_ESM=m + - TPS6594_PFSM=m + - THERMAL_DEFAULT_GOV_BANG_BANG=n + - REGULATOR_RAA215300=m + - VIDEO_OV01A10=m + - DRM_AMDGPU_WERROR=n + - PDS_VDPA=m + - INTEL_RAPL_TPMI=m + - CXL_PMU=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX5970=m + - MFD_RK8XX_I2C=n + - MFD_RK8XX_SPI=n + - REGULATOR_TPS6287X=m + - REGULATOR_TPS6594=m + - DRM_PANEL_SAMSUNG_S6D7AA0=n + - i386 + - SND_SOC_SSM3515=n + - i386/default + - TOUCHSCREEN_MK712=m + - s390x + - RFKILL_GPIO=m + - TI_ST=m + - GP_PCI1XXXX=m + - MDIO_GPIO=m + - ISDN=n + - I2C_CBUS_GPIO=m + - I2C_GPIO=m + - I2C_GPIO_FAULT_INJECTOR=n + - GPIOLIB_FASTPATH_LIMIT=512 + - DEBUG_GPIO=n + - GPIO_SYSFS=y + - GPIO_CDEV_V1=y + - GPIO_DWAPB=n + - GPIO_GENERIC_PLATFORM=m + - GPIO_MB86S7X=n + - GPIO_AMD_FCH=m + - GPIO_FXL6408=m + - GPIO_MAX7300=m + - GPIO_MAX732X=m + - GPIO_PCA953X=m + - GPIO_PCA953X_IRQ=y + - GPIO_PCA9570=m + - GPIO_PCF857X=m + - GPIO_TPIC2810=m + - GPIO_BT8XX=n + - GPIO_PCI_IDIO_16=m + - GPIO_PCIE_IDIO_24=m + - GPIO_RDC321X=n + - GPIO_AGGREGATOR=m + - GPIO_LATCH=m + - GPIO_MOCKUP=m + - GPIO_VIRTIO=m + - GPIO_SIM=m + - SENSORS_LTC2992=n + - SENSORS_SHT15=m + - MEN_A21_WDT=m + - SSB_DRIVER_GPIO=y + - TPS65010=m + - REGULATOR_GPIO=m + - REGULATOR_TPS65132=m + - FB_SSD1307=n + - HD44780=m + - PANEL_CHANGE_MESSAGE=n + - EXTCON_GPIO=m + - EXTCON_MAX3355=m + - EXTCON_PTN5150=m + - EXTCON_USB_GPIO=n + - MUX_GPIO=n + - s390x/zfcpdump + - NVME_TARGET=y + - NVME_TARGET_LOOP=y + - NVME_TARGET_FC=y + - NVME_TARGET_AUTH=n + - NVME_MULTIPATH=y + - NVME_VERBOSE_ERRORS=n + - NVME_AUTH=n + - NVME_TARGET_PASSTHRU=n + - MOST=n + - riscv64 + - LD_DEAD_CODE_DATA_ELIMINATION=n + - ARCH_THEAD=y + - IRQ_STACKS=y + - THREAD_SIZE_ORDER=2 + - SUSPEND=y + - SUSPEND_SKIP_SYNC=n + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - PM_TEST_SUSPEND=n + - ACPI=y + - ACPI_DEBUGGER=n + - ACPI_SPCR_TABLE=y + - ACPI_EC_DEBUGFS=m + - ACPI_AC=m + - ACPI_BATTERY=m + - ACPI_BUTTON=m + - ACPI_TINY_POWER_BUTTON=m + - ACPI_TINY_POWER_BUTTON_SIGNAL=38 + - ACPI_VIDEO=m + - ACPI_FAN=m + - ACPI_TAD=m + - ACPI_DOCK=y + - ACPI_IPMI=m + - ACPI_CUSTOM_DSDT_FILE="" + - ACPI_DEBUG=y + - ACPI_PCI_SLOT=y + - ACPI_CONTAINER=y + - ACPI_HED=y + - ACPI_CUSTOM_METHOD=m + - ACPI_NFIT=m + - NFIT_SECURITY_DEBUG=n + - ACPI_CONFIGFS=m + - ACPI_PFRUT=m + - ACPI_FFH=y + - PMIC_OPREGION=y + - BT_HCIUART_RTL=y + - PCIE_EDR=y + - HOTPLUG_PCI_ACPI=y + - HOTPLUG_PCI_ACPI_IBM=m + - CXL_ACPI=m + - FW_CACHE=y + - ISCSI_IBFT=m + - EFI_CUSTOM_SSDT_OVERLAYS=y + - PNP_DEBUG_MESSAGES=n + - ATA_ACPI=y + - SATA_ZPODD=y + - PATA_ACPI=m + - NET_SB1000=n + - FUJITSU_ES=m + - TOUCHSCREEN_CHIPONE_ICN8505=m + - INPUT_SOC_BUTTON_ARRAY=m + - SERIAL_8250_PNP=y + - TCG_INFINEON=m + - ACPI_I2C_OPREGIOSENSORS_ACPI_POWERN=y + - I2C_AMD_MP2=m + - I2C_SCMI=m + - SPI_RZV2M_CSI=m + - PINCTRL_AMD=y + - GPIO_AMDPT=m + - SENSORS_NCT6775=m + - SENSORS_ACPI_POWER=m + - WDAT_WDT=m + - IR_ENE=m + - IR_FINTEK=m + - IR_ITE_CIR=m + - IR_NUVOTON=m + - VIDEO_OV2740=m + - VIDEO_OV9734=m + - DRM_SHMOBILE=n + - SND_HDA_SCODEC_CS35L41_I2C=m + - SND_HDA_SCODEC_CS35L41_SPI=m + - SND_SOC_AMD_CZ_DA7219MX98357_MACH=m + - SND_SOC_AMD_ST_ES8336_MACH=m + - SND_SOC_SOF_ACPI=m + - SND_SOC_STARFIVE=m + - SND_SOC_JH7110_TDM=m + - SND_SOC_SSM3515=n + - I2C_HID_ACPI=m + - USB_CDNS3_PCI_WRAP=m + - USB_CDNS3_STARFIVE=m + - USB_CDNSP_PCI=m + - USB_CDNSP_HOST=y + - UCSI_ACPI=m + - MMC_SDHCI_ACPI=m + - VMGENID=m + - PCC=y + - ACPI_ALS=m + - PWM_MICROCHIP_CORE=m + - INTEL_TH_ACPI=m + - CRYPTO_DEV_JH7110=m + - PER_VMA_LOCK_STATS=y + - HARDLOCKUP_DETECTOR=y + - BOOTPARAM_HARDLOCKUP_PANIC=y + - ACPI_PCC=y + - SENSORS_XGENE=m +- commit fe612b0 + +------------------------------------------------------------------- +Sun Jul 9 08:15:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.2 (bsc#1012628). +- arch/arm64/mm/fault: Fix undeclared variable error in + do_page_fault() (bsc#1012628). +- drm/amdgpu: Validate VM ioctl flags (bsc#1012628). +- dm ioctl: Avoid double-fetch of version (bsc#1012628). +- docs: Set minimal gtags / GNU GLOBAL version to 6.6.5 + (bsc#1012628). +- scripts/tags.sh: Resolve gtags empty index generation + (bsc#1012628). +- hugetlb: revert use of page_cache_next_miss() (bsc#1012628). +- nubus: Partially revert proc_create_single_data() conversion + (bsc#1012628). +- Revert "cxl/port: Enable the HDM decoder capability for switch + ports" (bsc#1012628). +- nfs: don't report STATX_BTIME in ->getattr (bsc#1012628). +- execve: always mark stack as growing down during early stack + setup (bsc#1012628). +- PCI/ACPI: Call _REG when transitioning D-states (bsc#1012628). +- PCI/ACPI: Validate acpi_pci_set_power_state() parameter + (bsc#1012628). +- tools/nolibc: x86_64: disable stack protector for _start + (bsc#1012628). +- xtensa: fix lock_mm_and_find_vma in case VMA not found + (bsc#1012628). +- commit 648ac3b + +------------------------------------------------------------------- +Fri Jul 7 17:08:32 CEST 2023 - duwe@suse.de + +- regulator: axp20x: Add AXP15060 support. +- commit db7b000 + +------------------------------------------------------------------- +Wed Jul 5 15:33:06 CEST 2023 - jslaby@suse.cz + +- Revert "Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch." + This reverts commit b8411965e8341c82ba2e01bb38698945be2390a0. It breaks + the build: + + ln -s /usr/src/linux-6.4.1-1 /home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source + ln: failed to create symbolic link '/home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source': No such file or directory +- commit 3561b10 + +------------------------------------------------------------------- +Wed Jul 5 09:41:22 CEST 2023 - tiwai@suse.de + +- drm/amd: Don't try to enable secure display TA multiple times + (bsc#1212848). +- drm/amdgpu: fix number of fence calculations (bsc#1212848). +- drm/amd/display: perform a bounds check before filling dirty + rectangles (bsc#1212848). +- drm/amdgpu: check RAS irq existence for VCN/JPEG (bsc#1212848). +- drm/amd/pm: add abnormal fan detection for smu 13.0.0 + (bsc#1212848). +- drm/amd: Disable PSR-SU on Parade 0803 TCON (bsc#1212848). +- drm/amd/pm: update the LC_L1_INACTIVITY setting to address + possible noise issue (bsc#1212848). +- drm/amd/display: Fix 128b132b link loss handling (bsc#1212848). +- drm/amd/display: disable seamless boot if force_odm_combine + is enabled (bsc#1212848). +- drm/amd/display: add a NULL pointer check (bsc#1212848). +- drm/amd/pm: revise the ASPM settings for thunderbolt attached + scenario (bsc#1212848). +- drm/amdgpu: fix clearing mappings for BOs that are always + valid in VM (bsc#1212848). +- drm/amdgpu: Skip mark offset for high priority rings + (bsc#1212848). +- drm/amdgpu: make sure that BOs have a backing store + (bsc#1212848). +- drm/amdgpu: make sure BOs are locked in amdgpu_vm_get_memory + (bsc#1212848). +- commit a695138 + ------------------------------------------------------------------- Mon Jul 3 08:14:09 CEST 2023 - msuchanek@suse.de - Remove more packaging cruft for SLE < 12 SP3 - commit a16781c +------------------------------------------------------------------- +Mon Jul 3 07:30:04 CEST 2023 - jslaby@suse.cz + +- Linux 6.4.1 (bsc#1012628). +- x86/microcode/AMD: Load late on both threads too (bsc#1012628). +- x86/smp: Make stop_other_cpus() more robust (bsc#1012628). +- x86/smp: Dont access non-existing CPUID leaf (bsc#1012628). +- x86/smp: Remove pointless wmb()s from native_stop_other_cpus() + (bsc#1012628). +- x86/smp: Use dedicated cache-line for mwait_play_dead() + (bsc#1012628). +- x86/smp: Cure kexec() vs. mwait_play_dead() breakage + (bsc#1012628). +- cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated + (bsc#1012628). +- can: isotp: isotp_sendmsg(): fix return error fix on TX path + (bsc#1012628). +- maple_tree: fix potential out-of-bounds access in + mas_wr_end_piv() (bsc#1012628). +- mm: introduce new 'lock_mm_and_find_vma()' page fault helper + (bsc#1012628). +- mm: make the page fault mmap locking killable (bsc#1012628). +- arm64/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: Convert to using lock_mm_and_find_vma() + (bsc#1012628). +- mips/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- riscv/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- arm/mm: Convert to using lock_mm_and_find_vma() (bsc#1012628). +- mm/fault: convert remaining simple cases to + lock_mm_and_find_vma() (bsc#1012628). +- powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma() + (bsc#1012628). +- mm: make find_extend_vma() fail if write lock not held + (bsc#1012628). +- execve: expand new process stack manually ahead of time + (bsc#1012628). +- mm: always expand the stack with the mmap write lock held + (bsc#1012628). +- HID: wacom: Use ktime_t rather than int when dealing with + timestamps (bsc#1012628). +- gup: add warning if some caller would seem to want stack + expansion (bsc#1012628). +- mm/khugepaged: fix regression in collapse_file() (bsc#1012628). +- fbdev: fix potential OOB read in fast_imageblit() (bsc#1012628). +- HID: hidraw: fix data race on device refcount (bsc#1012628). +- HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651 + (bsc#1012628). +- Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid + resource leak in mtk_thermal_probe" (bsc#1012628). +- sparc32: fix lock_mm_and_find_vma() conversion (bsc#1012628). +- parisc: fix expand_stack() conversion (bsc#1012628). +- csky: fix up lock_mm_and_find_vma() conversion (bsc#1012628). +- xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion + (bsc#1012628). +- Refresh + patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch. +- Update config files (CONFIG_LOCK_MM_AND_FIND_VMA=y). + There is no choice. +- commit eb53035 + ------------------------------------------------------------------- Fri Jun 30 21:46:24 CEST 2023 - msuchanek@suse.de +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). + Uses jq to parse 'kmod config' output. - Get module prefix from kmod (bsc#1212835). -- commit f6691b0 +- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch. + Get module prefix from kmod (bsc#1212835). +- commit 75e1d32 + +------------------------------------------------------------------- +Fri Jun 30 14:55:43 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section: + - patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch +- commit ce0878a ------------------------------------------------------------------- Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz @@ -3107,6 +18314,12 @@ Fri Jun 30 11:01:53 CEST 2023 - mkubecek@suse.cz We now also have options like CONFIG_PAHOLE_HAS_LANG_EXCLUDE. - commit 86b52c1 +------------------------------------------------------------------- +Thu Jun 29 18:35:05 CEST 2023 - msuchanek@suse.de + +- Update vanilla config files. +- commit 94a0f63 + ------------------------------------------------------------------- Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de @@ -3114,7 +18327,22 @@ Thu Jun 29 18:09:09 CEST 2023 - msuchanek@suse.de With the module path adjustment applied as source patch only ALP/Tumbleweed kernel built on SLE/Leap needs the path changed back to non-usrmerged. -- commit dd9a820 +- commit bde5158 + +------------------------------------------------------------------- +Thu Jun 29 16:45:32 CEST 2023 - jslaby@suse.cz + +- Revert "x86/mm: try VMA lock-based page fault handling first" + (bsc#1212775). +- Update config files. +- commit 43c9b6b + +------------------------------------------------------------------- +Wed Jun 28 06:37:42 CEST 2023 - jslaby@suse.cz + +- Revert "io_uring: Adjust mapping wrt architecture aliasing + requirements" (bsc#1212773). +- commit d2e19af ------------------------------------------------------------------- Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de @@ -3122,6 +18350,392 @@ Mon Jun 26 20:55:59 CEST 2023 - msuchanek@suse.de - kernel-docs: Use python3 together with python3-Sphinx (bsc#1212741). - commit 95a40a6 +------------------------------------------------------------------- +Mon Jun 26 07:37:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/HID-microsoft-Add-rumble-support-to-latest-xbox-cont.patch. + Update upstream status and move to upstream-soon section. +- commit 1a327c7 + +------------------------------------------------------------------- +Mon Jun 26 01:34:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4 final +- refresh configs (headers only) +- commit 4b7bbac + +------------------------------------------------------------------- +Thu Jun 22 05:53:43 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.9 (bsc#1012628). +- x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed + (bsc#1012628). +- cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers + (bsc#1012628). +- cgroup: always put cset in cgroup_css_set_put_fork + (bsc#1012628). +- cgroup: fix missing cpus_read_{lock,unlock}() in + cgroup_transfer_tasks() (bsc#1012628). +- qcom: llcc/edac: Fix the base address used for accessing LLCC + banks (bsc#1012628). +- EDAC/qcom: Get rid of hardcoded register offsets (bsc#1012628). +- ksmbd: validate smb request protocol id (bsc#1012628). +- of: overlay: Fix missing of_node_put() in error case of + init_overlay_changeset() (bsc#1012628). +- power: supply: ab8500: Fix external_power_changed race + (bsc#1012628). +- power: supply: sc27xx: Fix external_power_changed race + (bsc#1012628). +- power: supply: bq27xxx: Use mod_delayed_work() instead of + cancel() + schedule() (bsc#1012628). +- ARM: dts: vexpress: add missing cache properties (bsc#1012628). +- arm64: dts: arm: add missing cache properties (bsc#1012628). +- tools: gpio: fix debounce_period_us output of lsgpio + (bsc#1012628). +- selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent + change (bsc#1012628). +- power: supply: Ratelimit no data debug output (bsc#1012628). +- PCI/DPC: Quirk PIO log size for Intel Ice Lake Root Ports + (bsc#1012628). +- platform/x86: asus-wmi: Ignore WMI events with codes 0x7B, + 0xC0 (bsc#1012628). +- regulator: Fix error checking for debugfs_create_dir + (bsc#1012628). +- irqchip/gic-v3: Disable pseudo NMIs on Mediatek devices w/ + firmware issues (bsc#1012628). +- irqchip/meson-gpio: Mark OF related data as maybe unused + (bsc#1012628). +- power: supply: Fix logic checking if system is running from + battery (bsc#1012628). +- drm: panel-orientation-quirks: Change Air's quirk to support + Air Plus (bsc#1012628). +- btrfs: scrub: try harder to mark RAID56 block groups read-only + (bsc#1012628). +- btrfs: handle memory allocation failure in btrfs_csum_one_bio + (bsc#1012628). +- ASoC: soc-pcm: test if a BE can be prepared (bsc#1012628). +- sfc: fix devlink info error handling (bsc#1012628). +- ASoC: Intel: avs: Account for UID of ACPI device (bsc#1012628). +- ASoC: Intel: avs: Fix avs_path_module::instance_id size + (bsc#1012628). +- ASoC: Intel: avs: Add missing checks on FE startup + (bsc#1012628). +- parisc: Improve cache flushing for PCXL in + arch_sync_dma_for_cpu() (bsc#1012628). +- parisc: Flush gatt writes and adjust gatt mask in + parisc_agp_mask_memory() (bsc#1012628). +- erofs: use HIPRI by default if per-cpu kthreads are enabled + (bsc#1012628). +- MIPS: unhide PATA_PLATFORM (bsc#1012628). +- MIPS: Restore Au1300 support (bsc#1012628). +- MIPS: Alchemy: fix dbdma2 (bsc#1012628). +- mips: Move initrd_start check after initrd address sanitisation + (bsc#1012628). +- ASoC: cs35l41: Fix default regmap values for some registers + (bsc#1012628). +- ASoC: dwc: move DMA init to snd_soc_dai_driver probe() + (bsc#1012628). +- xen/blkfront: Only check REQ_FUA for writes (bsc#1012628). +- drm:amd:amdgpu: Fix missing buffer object unlock in failure path + (bsc#1012628). +- io_uring: unlock sqd->lock before sq thread release CPU + (bsc#1012628). +- NVMe: Add MAXIO 1602 to bogus nid list (bsc#1012628). +- irqchip/gic: Correctly validate OF quirk descriptors + (bsc#1012628). +- wifi: cfg80211: fix locking in regulatory disconnect + (bsc#1012628). +- wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid() + (bsc#1012628). +- epoll: ep_autoremove_wake_function should use + list_del_init_careful (bsc#1012628). +- ocfs2: fix use-after-free when unmounting read-only filesystem + (bsc#1012628). +- ocfs2: check new file size on fallocate call (bsc#1012628). +- zswap: do not shrink if cgroup may not zswap (bsc#1012628). +- mm/damon/core: fix divide error in + damon_nr_accesses_to_accesses_bp() (bsc#1012628). +- nios2: dts: Fix tse_mac "max-frame-size" property (bsc#1012628). +- mm/uffd: fix vma operation where start addr cuts part of vma + (bsc#1012628). +- nilfs2: fix incomplete buffer cleanup in + nilfs_btnode_abort_change_key() (bsc#1012628). +- nilfs2: fix possible out-of-bounds segment allocation in resize + ioctl (bsc#1012628). +- nilfs2: reject devices with insufficient block count + (bsc#1012628). +- LoongArch: Fix debugfs_create_dir() error checking + (bsc#1012628). +- LoongArch: Fix perf event id calculation (bsc#1012628). +- io_uring/net: save msghdr->msg_control for retries + (bsc#1012628). +- Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM + in large bar system" (bsc#1012628). +- kexec: support purgatories with .text.hot sections + (bsc#1012628). +- x86/purgatory: remove PGO flags (bsc#1012628). +- riscv/purgatory: remove PGO flags (bsc#1012628). +- powerpc/purgatory: remove PGO flags (bsc#1012628). +- btrfs: subpage: fix a crash in metadata repair path + (bsc#1012628). +- btrfs: properly enable async discard when switching from RO->RW + (bsc#1012628). +- btrfs: do not ASSERT() on duplicated global roots (bsc#1012628). +- btrfs: fix iomap_begin length for nocow writes (bsc#1012628). +- btrfs: can_nocow_file_extent should pass down args->strict + from callers (bsc#1012628). +- ALSA: usb-audio: Fix broken resume due to UAC3 power state + (bsc#1012628). +- ALSA: usb-audio: Add quirk flag for HEM devices to enable + native DSD playback (bsc#1012628). +- s390/ism: Fix trying to free already-freed IRQ by repeated + ism_dev_exit() (bsc#1012628). +- dm thin metadata: check fail_io before using data_sm + (bsc#1012628). +- dm thin: fix issue_discard to pass GFP_NOIO to + __blkdev_issue_discard (bsc#1012628). +- net: ethernet: stmicro: stmmac: fix possible memory leak in + __stmmac_open (bsc#1012628). +- mm/gup_test: fix ioctl fail for compat task (bsc#1012628). +- RDMA/uverbs: Restrict usage of privileged QKEYs (bsc#1012628). +- drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 + (bsc#1012628). +- net: usb: qmi_wwan: add support for Compal RXM-G1 (bsc#1012628). +- drm/amd/display: limit DPIA link rate to HBR3 (bsc#1012628). +- drm/amd/display: edp do not add non-edid timings (bsc#1012628). +- drm/amd: Make sure image is written to trigger VBIOS image + update flow (bsc#1012628). +- drm/amd: Tighten permissions on VBIOS flashing attributes + (bsc#1012628). +- drm/amd/pm: workaround for compute workload type on some skus + (bsc#1012628). +- drm/amdgpu: add missing radeon secondary PCI ID (bsc#1012628). +- drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled + (bsc#1012628). +- drm/amdgpu: Program gds backup address as zero if no gds + allocated (bsc#1012628). +- drm/amdgpu: Implement gfx9 patch functions for resubmission + (bsc#1012628). +- drm/amdgpu: Modify indirect buffer packages for resubmission + (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for Compaq N14JP6 (bsc#1012628). +- thunderbolt: Increase DisplayPort Connection Manager handshake + timeout (bsc#1012628). +- thunderbolt: Do not touch CL state configuration during + discovery (bsc#1012628). +- thunderbolt: dma_test: Use correct value for absent rings when + creating paths (bsc#1012628). +- clk: pxa: fix NULL pointer dereference in pxa3xx_clk_update_accr + (bsc#1012628). +- USB: serial: option: add Quectel EM061KGL series (bsc#1012628). +- serial: lantiq: add missing interrupt ack (bsc#1012628). +- tty: serial: fsl_lpuart: reduce RX watermark to 0 on LS1028A + (bsc#1012628). +- usb: typec: ucsi: Fix command cancellation (bsc#1012628). +- usb: typec: Fix fast_role_swap_current show function + (bsc#1012628). +- usb: gadget: udc: core: Offload usb_udc_vbus_handler processing + (bsc#1012628). +- usb: gadget: udc: core: Prevent soft_connect_store() race + (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} + error (bsc#1012628). +- USB: dwc3: qcom: fix NULL-deref on suspend (bsc#1012628). +- USB: dwc3: fix use-after-free on core driver unbind + (bsc#1012628). +- usb: dwc3: gadget: Reset num TRBs before giving back the request + (bsc#1012628). +- RDMA/rtrs: Fix the last iu->buf leak in err path (bsc#1012628). +- RDMA/rtrs: Fix rxe_dealloc_pd warning (bsc#1012628). +- RDMA/rxe: Fix packet length checks (bsc#1012628). +- RDMA/rxe: Fix ref count error in check_rkey() (bsc#1012628). +- RDMA/bnxt_re: Fix reporting active_{speed,width} attributes + (bsc#1012628). +- spi: cadence-quadspi: Add missing check for dma_set_mask + (bsc#1012628). +- spi: fsl-dspi: avoid SCK glitches with continuous transfers + (bsc#1012628). +- regulator: qcom-rpmh: add support for pmm8654au regulators + (bsc#1012628). +- regulator: qcom-rpmh: Fix regulators for PM8550 (bsc#1012628). +- netfilter: nf_tables: integrate pipapo into commit protocol + (bsc#1012628). +- netfilter: nfnetlink: skip error delivery on batch in case of + ENOMEM (bsc#1012628). +- ice: do not busy-wait to read GNSS data (bsc#1012628). +- ice: Don't dereference NULL in ice_gnss_read error path + (bsc#1012628). +- ice: Fix XDP memory leak when NIC is brought up and down + (bsc#1012628). +- netfilter: nf_tables: incorrect error path handling with + NFT_MSG_NEWRULE (bsc#1012628). +- net: enetc: correct the indexes of highest and 2nd highest TCs + (bsc#1012628). +- ping6: Fix send to link-local addresses with VRF (bsc#1012628). +- igb: Fix extts capture value format for 82580/i354/i350 + (bsc#1012628). +- net/sched: act_pedit: remove extra check for key type + (bsc#1012628). +- net/sched: act_pedit: Parse L3 Header for L4 offset + (bsc#1012628). +- net: renesas: rswitch: Fix timestamp feature after all + descriptors are used (bsc#1012628). +- octeontx2-af: Fix promiscuous mode (bsc#1012628). +- net/sched: taprio: fix slab-out-of-bounds Read in + taprio_dequeue_from_txq (bsc#1012628). +- net/sched: cls_u32: Fix reference counter leak leading to + overflow (bsc#1012628). +- wifi: mac80211: fix link activation settings order + (bsc#1012628). +- wifi: cfg80211: fix link del callback to call correct handler + (bsc#1012628). +- wifi: mac80211: take lock before setting vif links + (bsc#1012628). +- RDMA/rxe: Fix the use-before-initialization error of resp_pkts + (bsc#1012628). +- iavf: remove mask from iavf_irq_enable_queues() (bsc#1012628). +- octeontx2-af: fixed resource availability check (bsc#1012628). +- octeontx2-af: fix lbk link credits on cn10k (bsc#1012628). +- RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functions + (bsc#1012628). +- RDMA/mlx5: Create an indirect flow table for steering anchor + (bsc#1012628). +- RDMA/cma: Always set static rate to 0 for RoCE (bsc#1012628). +- IB/uverbs: Fix to consider event queue closing also upon + non-blocking mode (bsc#1012628). +- RDMA/mlx5: Fix affinity assignment (bsc#1012628). +- IB/isert: Fix dead lock in ib_isert (bsc#1012628). +- IB/isert: Fix possible list corruption in CMA handler + (bsc#1012628). +- IB/isert: Fix incorrect release of isert connection + (bsc#1012628). +- net: ethtool: correct MAX attribute value for stats + (bsc#1012628). +- wifi: mac80211: fragment per STA profile correctly + (bsc#1012628). +- ipvlan: fix bound dev checking for IPv6 l3s mode (bsc#1012628). +- sctp: fix an error code in sctp_sf_eat_auth() (bsc#1012628). +- igc: Clean the TX buffer and TX descriptor ring (bsc#1012628). +- igc: Fix possible system crash when loading module + (bsc#1012628). +- igb: fix nvm.ops.read() error handling (bsc#1012628). +- net: phylink: report correct max speed for QUSGMII + (bsc#1012628). +- net: phylink: use a dedicated helper to parse usgmii control + word (bsc#1012628). +- drm/nouveau: don't detect DSM for non-NVIDIA device + (bsc#1012628). +- drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow + (bsc#1012628). +- drm/nouveau/dp: check for NULL nv_connector->native_mode + (bsc#1012628). +- drm/nouveau: add nv_encoder pointer check for NULL + (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Call of_node_put() on error path + (bsc#1012628). +- selftests/tc-testing: Fix Error: Specified qdisc kind is unknown + (bsc#1012628). +- selftests/tc-testing: Fix Error: failed to find target LOG + (bsc#1012628). +- selftests/tc-testing: Fix SFB db test (bsc#1012628). +- net/sched: act_ct: Fix promotion of offloaded unreplied tuple + (bsc#1012628). +- net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs + (bsc#1012628). +- net/sched: qdisc_destroy() old ingress and clsact Qdiscs before + grafting (bsc#1012628). +- selftests: forwarding: hw_stats_l3: Set addrgenmode in a + separate step (bsc#1012628). +- cifs: fix lease break oops in xfstest generic/098 (bsc#1012628). +- RDMA/rxe: Fix rxe_cq_post (bsc#1012628). +- ext4: drop the call to ext4_error() from ext4_get_group_info() + (bsc#1012628). +- ice: Fix ice module unload (bsc#1012628). +- net/sched: cls_api: Fix lockup on flushing explicitly created + chain (bsc#1012628). +- net: dsa: felix: fix taprio guard band overflow at 10Mbps with + jumbo frames (bsc#1012628). +- net: lapbether: only support ethernet devices (bsc#1012628). +- net: macsec: fix double free of percpu stats (bsc#1012628). +- sfc: fix XDP queues mode with legacy IRQ (bsc#1012628). +- dm: don't lock fs when the map is NULL during suspend or resume + (bsc#1012628). +- net: tipc: resize nlattr array to correct size (bsc#1012628). +- selftests/ptp: Fix timestamp printf format for PTP_SYS_OFFSET + (bsc#1012628). +- octeon_ep: Add missing check for ioremap (bsc#1012628). +- afs: Fix vlserver probe RTT handling (bsc#1012628). +- parisc: Delete redundant register definitions in + (bsc#1012628). +- arm64: dts: qcom: sm8550: Use the correct LLCC register scheme + (bsc#1012628). +- neighbour: delete neigh_lookup_nodev as not used (bsc#1012628). +- scsi: target: core: Fix error path in target_setup_session() + (bsc#1012628). +- blk-cgroup: Flush stats before releasing blkcg_gq (bsc#1012628). +- commit 0df701d + +------------------------------------------------------------------- +Wed Jun 21 06:24:15 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Fix usrmerge error (boo#1211796)"" + This reverts commit 4b4675f106bef7714110771742fd12e4791f94a8. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- commit 5587eea + +------------------------------------------------------------------- +Mon Jun 19 08:47:07 CEST 2023 - jslaby@suse.cz + +- drm/amdgpu/sdma4: set align mask to 255 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit e044c8e + +------------------------------------------------------------------- +Mon Jun 19 08:31:02 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/thunderbolt-Mask-ring-interrupt-on-Intel-hardware-as.patch. + Update upstream status and move to sorted section. +- commit 27c2ccc + +------------------------------------------------------------------- +Mon Jun 19 08:26:10 CEST 2023 - jslaby@suse.cz + +- series: move the previously updated patch to the sorted section +- commit 19aa3e4 + +------------------------------------------------------------------- +Mon Jun 19 08:24:42 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/nouveau-fix-client-work-fence-deletion-race.patch. + Update upstream status. +- commit 26b9458 + +------------------------------------------------------------------- +Sun Jun 18 23:37:12 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc7 +- commit a8abd7d + +------------------------------------------------------------------- +Fri Jun 16 16:09:42 CEST 2023 - tiwai@suse.de + +- Revert "media: dvb-core: Fix use-after-free on race condition + at dvb_frontend" (bsc#1212439). +- commit 4dead9b + +------------------------------------------------------------------- +Fri Jun 16 09:21:49 CEST 2023 - tiwai@suse.de + +- nouveau: fix client work fence deletion race (bsc#1211217 + bsc#1211568). +- thunderbolt: Mask ring interrupt on Intel hardware as well + (bsc#1210165). +- commit 4abd087 + ------------------------------------------------------------------- Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de @@ -3129,12 +18743,829 @@ Thu Jun 15 14:12:30 CEST 2023 - msuchanek@suse.de The python3 binary is provided by python3-base. - commit c5df526 +------------------------------------------------------------------- +Wed Jun 14 12:27:39 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.8 (bsc#1012628). +- Revert "staging: rtl8192e: Replace macro RTL_PCI_DEVICE with + PCI_DEVICE" (bsc#1012628). +- wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PS + (bsc#1012628). +- ext4: only check dquot_initialize_needed() when debugging + (bsc#1012628). +- Revert "ext4: don't clear SB_RDONLY when remounting r/w until + quota is re-enabled" (bsc#1012628). +- Bluetooth: Fix UAF in hci_conn_hash_flush again (bsc#1012628). +- Bluetooth: Refcnt drop must be placed last in hci_conn_unlink + (bsc#1012628). +- Bluetooth: Fix potential double free caused by hci_conn_unlink + (bsc#1012628). +- ksmbd: check the validation of pdu_size in + ksmbd_conn_handler_loop (bsc#1012628). +- ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR() + (bsc#1012628). +- ksmbd: fix out-of-bound read in parse_lease_state() + (bsc#1012628). +- ksmbd: fix out-of-bound read in deassemble_neg_contexts() + (bsc#1012628). +- vhost_vdpa: support PACKED when setting-getting vring_base + (bsc#1012628). +- vhost: support PACKED when setting-getting vring_base + (bsc#1012628). +- vdpa/mlx5: Fix hang when cvq commands are triggered during + device unregister (bsc#1012628). +- vduse: avoid empty string for dev name (bsc#1012628). +- riscv: fix kprobe __user string arg print fault issue + (bsc#1012628). +- Update config files. +- soundwire: stream: Add missing clear of alloc_slave_rt + (bsc#1012628). +- eeprom: at24: also select REGMAP (bsc#1012628). +- riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readable + (bsc#1012628). +- i2c: sprd: Delete i2c adapter in .remove's error path + (bsc#1012628). +- gpio: sim: fix memory corruption when adding named lines and + unnamed hogs (bsc#1012628). +- firmware: arm_ffa: Set handle field to zero in memory descriptor + (bsc#1012628). +- i2c: mv64xxx: Fix reading invalid status value in atomic mode + (bsc#1012628). +- arm64: dts: imx8mn-beacon: Fix SPI CS pinmux (bsc#1012628). +- blk-mq: fix blk_mq_hw_ctx active request accounting + (bsc#1012628). +- ASoC: simple-card-utils: fix PCM constraint error check + (bsc#1012628). +- ASoC: mediatek: mt8195: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: mediatek: mt8195-afe-pcm: Convert to platform remove + callback returning void (bsc#1012628). +- ASoC: mediatek: mt8188: fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: amd: ps: fix for acp_lock access in pdm driver + (bsc#1012628). +- arm64: dts: imx8-ss-dma: assign default clock rate for lpuarts + (bsc#1012628). +- arm64: dts: imx8qm-mek: correct GPIOs for USDHC2 CD and WP + signals (bsc#1012628). +- arm64: dts: qcom: sc7180-lite: Fix SDRAM freq for misidentified + sc7180-lite boards (bsc#1012628). +- soc: qcom: rmtfs: Fix error code in probe() (bsc#1012628). +- soc: qcom: ramp_controller: Fix an error handling path in + qcom_ramp_controller_probe() (bsc#1012628). +- ASoC: codecs: wsa881x: do not set can_multi_write flag + (bsc#1012628). +- ASoC: codecs: wsa883x: do not set can_multi_write flag + (bsc#1012628). +- ARM: dts: at91: sama7g5ek: fix debounce delay property for shdwc + (bsc#1012628). +- ARM: at91: pm: fix imbalanced reference counter for ethernet + devices (bsc#1012628). +- arm64: dts: qcom: sm6375-pdx225: Fix remoteproc firmware paths + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Flush RSC sleep & wake votes + (bsc#1012628). +- soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision + (bsc#1012628). +- mm: page_table_check: Ensure user pages are not slab pages + (bsc#1012628). +- mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAM + (bsc#1012628). +- usb: usbfs: Use consistent mmap functions (bsc#1012628). +- usb: usbfs: Enforce page requirements for mmap (bsc#1012628). +- pinctrl: meson-axg: add missing GPIOA_18 gpio group + (bsc#1012628). +- soc: qcom: icc-bwmon: fix incorrect error code passed to + dev_err_probe() (bsc#1012628). +- virtio_net: use control_buf for coalesce params (bsc#1012628). +- rbd: get snapshot context after exclusive lock is ensured to + be held (bsc#1012628). +- rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting + (bsc#1012628). +- tee: amdtee: Add return_origin to 'struct tee_cmd_load_ta' + (bsc#1012628). +- Bluetooth: hci_qca: fix debugfs registration (bsc#1012628). +- Bluetooth: fix debugfs registration (bsc#1012628). +- Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk + (bsc#1012628). +- s390/dasd: Use correct lock while counting channel queue length + (bsc#1012628). +- accel/ivpu: Fix sporadic VPU boot failure (bsc#1012628). +- accel/ivpu: Do not trigger extra VPU reset if the VPU is idle + (bsc#1012628). +- ceph: fix use-after-free bug for inodes when flushing capsnaps + (bsc#1012628). +- selftests: mptcp: update userspace pm subflow tests + (bsc#1012628). +- selftests: mptcp: update userspace pm addr tests (bsc#1012628). +- mptcp: update userspace pm infos (bsc#1012628). +- mptcp: add address into userspace pm list (bsc#1012628). +- mptcp: only send RM_ADDR in nl_cmd_remove (bsc#1012628). +- can: j1939: avoid possible use-after-free when + j1939_can_rx_register fails (bsc#1012628). +- can: j1939: change j1939_netdev_lock type to mutex + (bsc#1012628). +- can: j1939: j1939_sk_send_loop_abort(): improved error queue + handling in J1939 Socket (bsc#1012628). +- wifi: iwlwifi: mvm: Fix -Warray-bounds bug in + iwl_mvm_wait_d3_notif() (bsc#1012628). +- drm/amd/display: add ODM case when looking for first split pipe + (bsc#1012628). +- drm/amd/display: Reduce sdp bw after urgent to 90% + (bsc#1012628). +- drm/amd/pm: Fix power context allocation in SMU13 (bsc#1012628). +- drm/amd: Disallow s0ix without BIOS support again (bsc#1012628). +- drm/amdgpu: change reserved vram info print (bsc#1012628). +- drm/amdgpu: fix xclk freq on CHIP_STONEY (bsc#1012628). +- drm/amd/pm: conditionally disable pcie lane switching for some + sienna_cichlid SKUs (bsc#1012628). +- drm/i915/gt: Use the correct error value when kernel_context() + fails (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Asus ROG 2024 laptops using + CS35L41 (bsc#1012628). +- ALSA: hda/realtek: Add Lenovo P3 Tower platform (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01 + (bsc#1012628). +- ALSA: ice1712,ice1724: fix the kcontrol->id initialization + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo NS50AU (bsc#1012628). +- ALSA: cmipci: Fix kctl->id initialization (bsc#1012628). +- ALSA: gus: Fix kctl->id initialization (bsc#1012628). +- ALSA: ymfpci: Fix kctl->id initialization (bsc#1012628). +- ALSA: hda: Fix kctl->id initialization (bsc#1012628). +- Input: fix open count when closing inhibited device + (bsc#1012628). +- Input: psmouse - fix OOB access in Elantech protocol + (bsc#1012628). +- Input: cyttsp5 - fix array length (bsc#1012628). +- Input: xpad - delete a Razer DeathAdder mouse VID/PID entry + (bsc#1012628). +- batman-adv: Broken sync while rescheduling delayed work + (bsc#1012628). +- drm/msm/a6xx: initialize GMU mutex earlier (bsc#1012628). +- bnxt_en: Implement .set_port / .unset_port UDP tunnel callbacks + (bsc#1012628). +- bnxt_en: Prevent kernel panic when receiving unexpected + PHC_UPDATE event (bsc#1012628). +- bnxt_en: Skip firmware fatal error recovery if chip is not + accessible (bsc#1012628). +- bnxt_en: Query default VLAN before VNIC setup on a VF + (bsc#1012628). +- bnxt_en: Don't issue AP reset during ethtool's reset operation + (bsc#1012628). +- bnxt_en: Fix bnxt_hwrm_update_rss_hash_cfg() (bsc#1012628). +- accel/ivpu: Do not use mutex_lock_interruptible (bsc#1012628). +- net: bcmgenet: Fix EEE implementation (bsc#1012628). +- lib: cpu_rmap: Fix potential use-after-free in + irq_cpu_rmap_release() (bsc#1012628). +- drm/amdgpu: fix Null pointer dereference error in + amdgpu_device_recover_vram (bsc#1012628). +- bpf: Add extra path pointer check to d_path helper + (bsc#1012628). +- net: sched: fix possible refcount leak in tc_chain_tmplt_add() + (bsc#1012628). +- net: sched: act_police: fix sparse errors in tcf_police_dump() + (bsc#1012628). +- net: openvswitch: fix upcall counter access before allocation + (bsc#1012628). +- net: sched: move rtm_tca_policy declaration to include file + (bsc#1012628). +- ice: make writes to /dev/gnssX synchronous (bsc#1012628). +- drm/i915/selftests: Add some missing error propagation + (bsc#1012628). +- net: sched: add rcu annotations around qdisc->qdisc_sleeping + (bsc#1012628). +- rfs: annotate lockless accesses to RFS sock flow table + (bsc#1012628). +- rfs: annotate lockless accesses to sk->sk_rxhash (bsc#1012628). +- tcp: gso: really support BIG TCP (bsc#1012628). +- ipv6: rpl: Fix Route of Death (bsc#1012628). +- drm/lima: fix sched context destroy (bsc#1012628). +- netfilter: nf_tables: out-of-bound check in chain blob + (bsc#1012628). +- netfilter: ipset: Add schedule point in call_ad() (bsc#1012628). +- netfilter: conntrack: fix NULL pointer dereference in + nf_confirm_cthelper (bsc#1012628). +- netfilter: nft_bitwise: fix register tracking (bsc#1012628). +- netfilter: nf_tables: Add null check for nla_nest_start_noflag() + in nft_dump_basechain_hook() (bsc#1012628). +- selftests/bpf: Fix sockopt_sk selftest (bsc#1012628). +- selftests/bpf: Verify optval=NULL case (bsc#1012628). +- wifi: cfg80211: fix locking in sched scan stop work + (bsc#1012628). +- accel/ivpu: Reserve all non-command bo's using + DMA_RESV_USAGE_BOOKKEEP (bsc#1012628). +- accel/ivpu: ivpu_ipc needs GENERIC_ALLOCATOR (bsc#1012628). +- qed/qede: Fix scheduling while atomic (bsc#1012628). +- wifi: mac80211: don't translate beacon/presp addrs + (bsc#1012628). +- wifi: mac80211: mlme: fix non-inheritence element (bsc#1012628). +- wifi: cfg80211: reject bad AP MLD address (bsc#1012628). +- wifi: mac80211: use correct iftype HE cap (bsc#1012628). +- Bluetooth: L2CAP: Add missing checks for invalid DCID + (bsc#1012628). +- Bluetooth: ISO: use correct CIS order in Set CIG Parameters + event (bsc#1012628). +- Bluetooth: hci_conn: Fix not matching by CIS ID (bsc#1012628). +- Bluetooth: hci_conn: Add support for linking multiple hcon + (bsc#1012628). +- Bluetooth: ISO: don't try to remove CIG if there are bound + CIS left (bsc#1012628). +- Bluetooth: Fix l2cap_disconnect_req deadlock (bsc#1012628). +- Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER + (bsc#1012628). +- Bluetooth: ISO: Fix CIG auto-allocation to select configurable + CIG (bsc#1012628). +- Bluetooth: ISO: consider right CIS when removing CIG at cleanup + (bsc#1012628). +- Bluetooth: Split bt_iso_qos into dedicated structures + (bsc#1012628). +- drm/i915: Use 18 fast wake AUX sync len (bsc#1012628). +- drm/i915: Explain the magic numbers for AUX SYNC/precharge + length (bsc#1012628). +- net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values + (bsc#1012628). +- net: enetc: correct rx_bytes statistics of XDP (bsc#1012628). +- net: enetc: correct the statistics of rx bytes (bsc#1012628). +- net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK + CONT (bsc#1012628). +- net/ipv6: fix bool/int mismatch for skip_notify_on_dev_down + (bsc#1012628). +- bpf: Fix elem_size not being set for inner maps (bsc#1012628). +- bpf: Fix UAF in task local storage (bsc#1012628). +- net/ipv4: ping_group_range: allow GID from 2147483648 to + 4294967294 (bsc#1012628). +- net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methods + (bsc#1012628). +- neighbour: fix unaligned access to pneigh_entry (bsc#1012628). +- bpf, sockmap: Avoid potential NULL dereference in + sk_psock_verdict_data_ready() (bsc#1012628). +- wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_poll + (bsc#1012628). +- afs: Fix setting of mtime when creating a file/dir/symlink + (bsc#1012628). +- spi: qup: Request DMA before enabling clocks (bsc#1012628). +- platform/surface: aggregator_tabletsw: Add support for book + mode in KIP subsystem (bsc#1012628). +- platform/surface: aggregator: Allow completion work-items to + be executed in parallel (bsc#1012628). +- spi: mt65xx: make sure operations completed before unloading + (bsc#1012628). +- commit 627a49e + +------------------------------------------------------------------- +Tue Jun 13 16:33:10 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv6 configs +- Update config files (same settings like armv7hl) +- commit d3ab761 + +------------------------------------------------------------------- +Tue Jun 13 09:59:55 CEST 2023 - tzimmermann@suse.com + +- drm/prime: reject DMA-BUF attach when get_sg_table is missing (bsc#1212133) +- commit d322cd6 + +------------------------------------------------------------------- +Tue Jun 13 09:59:53 CEST 2023 - tzimmermann@suse.com + +- drm/vram-helper: turn on PRIME import/export (bsc#1212133) +- commit 6c91918 + +------------------------------------------------------------------- +Tue Jun 13 07:26:41 CEST 2023 - jslaby@suse.cz + +- Update config files. + Only run oldconfig to accumulate all the past changes. +- commit c0cd722 + +------------------------------------------------------------------- +Mon Jun 12 07:01:32 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.7 (bsc#1012628). +- RDMA/bnxt_re: Fix the page_size used during the MR creation + (bsc#1012628). +- phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix + CNTL2_DIF_TX_CTL0 value (bsc#1012628). +- RDMA/efa: Fix unsupported page sizes in device (bsc#1012628). +- RDMA/hns: Fix timeout attr in query qp for HIP08 (bsc#1012628). +- RDMA/hns: Fix base address table allocation (bsc#1012628). +- RDMA/hns: Modify the value of long message loopback slice + (bsc#1012628). +- dmaengine: at_xdmac: fix potential Oops in + at_xdmac_prep_interleaved() (bsc#1012628). +- RDMA/bnxt_re: Fix a possible memory leak (bsc#1012628). +- RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rx + (bsc#1012628). +- iommu: Make IPMMU_VMSA dependencies more strict (bsc#1012628). +- iommu/rockchip: Fix unwind goto issue (bsc#1012628). +- iommu/amd: Don't block updates to GATag if guest mode is on + (bsc#1012628). +- iommu/amd: Handle GALog overflows (bsc#1012628). +- iommu/amd: Fix up merge conflict resolution (bsc#1012628). +- iommu/amd: Add missing domain type checks (bsc#1012628). +- nfsd: make a copy of struct iattr before calling notify_change + (bsc#1012628). +- dmaengine: pl330: rename _start to prevent build error + (bsc#1012628). +- crypto: x86/aria - Use 16 byte alignment for GFNI constant + vectors (bsc#1012628). +- riscv: Fix unused variable warning when BUILTIN_DTB is set + (bsc#1012628). +- net/mlx5e: TC, Remove unused vf_tun variable (bsc#1012628). +- net/mlx5e: TC, Move main flow attribute cleanup to helper func + (bsc#1012628). +- net/mlx5e: Extract remaining tunnel encap code to dedicated file + (bsc#1012628). +- net/mlx5e: Prevent encap offload when neigh update is running + (bsc#1012628). +- net/mlx5e: Consider internal buffers size in port buffer + calculations (bsc#1012628). +- net/mlx5e: Do not update SBCM when prio2buffer command is + invalid (bsc#1012628). +- net/mlx5: Drain health before unregistering devlink + (bsc#1012628). +- net/mlx5: SF, Drain health before removing device (bsc#1012628). +- net/mlx5: fw_tracer, Fix event handling (bsc#1012628). +- net/mlx5e: Use query_special_contexts cmd only once per mdev + (bsc#1012628). +- net/mlx5e: CT: Use per action stats (bsc#1012628). +- net/mlx5e: TC, Remove CT action reordering (bsc#1012628). +- net/mlx5: Fix post parse infra to only parse every action once + (bsc#1012628). +- net/mlx5e: Don't attach netdev profile while handling internal + error (bsc#1012628). +- net/mlx5e: Move Ethernet driver debugfs to profile init callback + (bsc#1012628). +- net: mellanox: mlxbf_gige: Fix skb_panic splat under memory + pressure (bsc#1012628). +- net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked + (bsc#1012628). +- netrom: fix info-leak in nr_write_internal() (bsc#1012628). +- af_packet: Fix data-races of pkt_sk(sk)->num (bsc#1012628). +- tls: improve lockless access safety of tls_err_abort() + (bsc#1012628). +- amd-xgbe: fix the false linkup in xgbe_phy_status (bsc#1012628). +- perf ftrace latency: Remove unnecessary "--" from --use-nsec + option (bsc#1012628). +- mtd: rawnand: ingenic: fix empty stub helper definitions + (bsc#1012628). +- efi: Bump stub image version for macOS HVF compatibility + (bsc#1012628). +- RDMA/irdma: Prevent QP use after free (bsc#1012628). +- RDMA/irdma: Fix Local Invalidate fencing (bsc#1012628). +- af_packet: do not use READ_ONCE() in packet_bind() + (bsc#1012628). +- tcp: deny tcp_disconnect() when threads are waiting + (bsc#1012628). +- tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if + user_mss set (bsc#1012628). +- rxrpc: Truncate UTS_RELEASE for rxrpc version (bsc#1012628). +- net/smc: Scan from current RMB list when no position specified + (bsc#1012628). +- net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD + LINK (bsc#1012628). +- net/sched: sch_ingress: Only create under TC_H_INGRESS + (bsc#1012628). +- net/sched: sch_clsact: Only create under TC_H_CLSACT + (bsc#1012628). +- net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress + (clsact) Qdiscs (bsc#1012628). +- net/sched: Prohibit regrafting ingress or clsact Qdiscs + (bsc#1012628). +- net: sched: fix NULL pointer dereference in mq_attach + (bsc#1012628). +- net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report + (bsc#1012628). +- udp6: Fix race condition in udp6_sendmsg & connect + (bsc#1012628). +- nfsd: fix double fget() bug in __write_ports_addfd() + (bsc#1012628). +- HID: logitech-hidpp: Handle timeout differently from busy + (bsc#1012628). +- nvme: fix the name of Zone Append for verbose logging + (bsc#1012628). +- net/mlx5e: Fix error handling in mlx5e_refresh_tirs + (bsc#1012628). +- net/mlx5: Read embedded cpu after init bit cleared + (bsc#1012628). +- sfc: fix error unwinds in TC offload (bsc#1012628). +- iommu/mediatek: Flush IOTLB completely only if domain has been + attached (bsc#1012628). +- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() + (bsc#1012628). +- tcp: fix mishandling when the sack compression is deferred + (bsc#1012628). +- net: ipa: Use correct value for IPA_STATUS_SIZE (bsc#1012628). +- net: dsa: mv88e6xxx: Increase wait after reset deactivation + (bsc#1012628). +- mtd: rawnand: marvell: ensure timing values are written + (bsc#1012628). +- mtd: rawnand: marvell: don't set the NAND frequency select + (bsc#1012628). +- net: renesas: rswitch: Fix return value in error path of xmit + (bsc#1012628). +- net: phy: mxl-gpy: extend interrupt fix to all impacted variants + (bsc#1012628). +- ice: recycle/free all of the fragments from multi-buffer frame + (bsc#1012628). +- rtnetlink: call validate_linkmsg in rtnl_create_link + (bsc#1012628). +- rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg + (bsc#1012628). +- rtnetlink: add the missing IFLA_GRO_ tb check in + validate_linkmsg (bsc#1012628). +- mptcp: avoid unneeded __mptcp_nmpc_socket() usage (bsc#1012628). +- mptcp: add annotations around msk->subflow accesses + (bsc#1012628). +- mptcp: avoid unneeded address copy (bsc#1012628). +- mptcp: simplify subflow_syn_recv_sock() (bsc#1012628). +- mptcp: consolidate passive msk socket initialization + (bsc#1012628). +- mptcp: fix data race around msk->first access (bsc#1012628). +- mptcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- drm/amdgpu: release gpu full access after + "amdgpu_device_ip_late_init" (bsc#1012628). +- watchdog: menz069_wdt: fix watchdog initialisation + (bsc#1012628). +- ALSA: hda: Glenfly: add HD Audio PCI IDs and HDMI Codec Vendor + IDs (bsc#1012628). +- drm/amd/display: fix memleak in aconnector->timing_requested + (bsc#1012628). +- LoongArch: Add ARCH_HAS_FORTIFY_SOURCE selection (bsc#1012628). +- ASoC: Intel: soc-acpi-cht: Add quirk for Nextbook Ares 8A tablet + (bsc#1012628). +- drm/amdgpu: Use the default reset when loading or reloading + the driver (bsc#1012628). +- mailbox: mailbox-test: Fix potential double-free in + mbox_test_message_write() (bsc#1012628). +- drm/ast: Fix ARM compatibility (bsc#1012628). +- btrfs: abort transaction when sibling keys check fails for + leaves (bsc#1012628). +- ARM: 9295/1: unwind:fix unwind abort for uleb128 case + (bsc#1012628). +- perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFG + (bsc#1012628). +- hwmon: (k10temp) Add PCI ID for family 19, model 78h + (bsc#1012628). +- media: rcar-vin: Gen3 can not scale NV12 (bsc#1012628). +- media: rcar-vin: Fix NV12 size alignment (bsc#1012628). +- media: rcar-vin: Select correct interrupt mode for + V4L2_FIELD_ALTERNATE (bsc#1012628). +- platform/x86: intel_scu_pcidrv: Add back PCI ID for Medfield + (bsc#1012628). +- platform/mellanox: fix potential race in mlxbf-tmfifo driver + (bsc#1012628). +- gfs2: Don't deref jdesc in evict (bsc#1012628). +- drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution + (bsc#1012628). +- drm/amdgpu: set gfx9 onwards APU atomics support to be true + (bsc#1012628). +- fbdev: imsttfb: Fix use after free bug in imsttfb_probe + (bsc#1012628). +- fbdev: modedb: Add 1920x1080 at 60 Hz video mode (bsc#1012628). +- fbdev: stifb: Fix info entry in sti_struct on error path + (bsc#1012628). +- nbd: Fix debugfs_create_dir error checking (bsc#1012628). +- block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITE + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048G + (bsc#1012628). +- nvme-pci: add quirk for missing secondary temperature thresholds + (bsc#1012628). +- nvme-pci: clamp max_hw_sectors based on DMA optimized limitation + (bsc#1012628). +- ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12 + (bsc#1012628). +- ASoC: dwc: limit the number of overrun messages (bsc#1012628). +- cpupower:Fix resource leaks in sysfs_get_enabled() + (bsc#1012628). +- ASoC: SOF: amd: Fix NULL pointer crash in acp_sof_ipc_msg_data + function (bsc#1012628). +- um: harddog: fix modular build (bsc#1012628). +- xfrm: Check if_id in inbound policy/secpath match (bsc#1012628). +- ASoC: jz4740-i2s: Make I2S divider calculations more robust + (bsc#1012628). +- ASoC: dt-bindings: Adjust #sound-dai-cells on TI's single-DAI + codecs (bsc#1012628). +- ALSA: hda/realtek: Add quirks for ASUS GU604V and GU603V + (bsc#1012628). +- ASoC: ssm2602: Add workaround for playback distortions + (bsc#1012628). +- media: dvb_demux: fix a bug for the continuity counter + (bsc#1012628). +- media: dvb-usb: az6027: fix three null-ptr-deref in + az6027_i2c_xfer() (bsc#1012628). +- media: dvb-usb-v2: ec168: fix null-ptr-deref in ec168_i2c_xfer() + (bsc#1012628). +- media: dvb-usb-v2: ce6230: fix null-ptr-deref in + ce6230_i2c_master_xfer() (bsc#1012628). +- media: dvb-usb-v2: rtl28xxu: fix null-ptr-deref in + rtl28xxu_i2c_xfer (bsc#1012628). +- media: dvb-usb: digitv: fix null-ptr-deref in digitv_i2c_xfer() + (bsc#1012628). +- media: dvb-usb: dw2102: fix uninit-value in + su3000_read_mac_address (bsc#1012628). +- media: netup_unidvb: fix irq init by register it at the end + of probe (bsc#1012628). +- media: dvb_ca_en50221: fix a size write bug (bsc#1012628). +- media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr + from ID table (bsc#1012628). +- ASoC: SOF: debug: conditionally bump runtime_pm counter on + exceptions (bsc#1012628). +- ASoC: SOF: pcm: fix pm_runtime imbalance in error handling + (bsc#1012628). +- ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in + error handling (bsc#1012628). +- ASoC: SOF: pm: save io region state in case of errors in resume + (bsc#1012628). +- s390/pkey: zeroize key blobs (bsc#1012628). +- s390/topology: honour nr_cpu_ids when adding CPUs (bsc#1012628). +- s390/ipl: fix IPIB virtual vs physical address confusion + (bsc#1012628). +- ACPI: resource: Add IRQ override quirk for LG UltraPC 17U70P + (bsc#1012628). +- wifi: rtl8xxxu: fix authentication timeout due to incorrect + RCR value (bsc#1012628). +- ARM: dts: stm32: add pin map for CAN controller on stm32f7 + (bsc#1012628). +- arm64/mm: mark private VM_FAULT_X defines as vm_fault_t + (bsc#1012628). +- arm64: vdso: Pass (void *) to virt_to_page() (bsc#1012628). +- wifi: mac80211: simplify chanctx allocation (bsc#1012628). +- wifi: mac80211: consider reserved chanctx for mindef + (bsc#1012628). +- wifi: mac80211: recalc chanctx mindef before assigning + (bsc#1012628). +- wifi: iwlwifi: mvm: Add locking to the rate read flow + (bsc#1012628). +- scsi: ufs: core: Fix MCQ tag calculation (bsc#1012628). +- scsi: ufs: core: Rename symbol sizeof_utp_transfer_cmd_desc() + (bsc#1012628). +- scsi: ufs: core: Fix MCQ nr_hw_queues (bsc#1012628). +- scsi: core: Decrease scsi_device's iorequest_cnt if dispatch + failed (bsc#1012628). +- wifi: b43: fix incorrect __packed annotation (bsc#1012628). +- net: wwan: t7xx: Ensure init is completed before system sleep + (bsc#1012628). +- netfilter: conntrack: define variables exp_nat_nla_policy and + any_addr with CONFIG_NF_NAT (bsc#1012628). +- nvme-multipath: don't call blk_mark_disk_dead in + nvme_mpath_remove_disk (bsc#1012628). +- nvme: do not let the user delete a ctrl before a complete + initialization (bsc#1012628). +- ALSA: oss: avoid missing-prototype warnings (bsc#1012628). +- drm/msm: Be more shouty if per-process pgtables aren't working + (bsc#1012628). +- atm: hide unused procfs functions (bsc#1012628). +- ceph: silence smatch warning in reconnect_caps_cb() + (bsc#1012628). +- drm/amdgpu: skip disabling fence driver src_irqs when device + is unplugged (bsc#1012628). +- ublk: fix AB-BA lockdep warning (bsc#1012628). +- nvme-pci: Add quirk for Teamgroup MP33 SSD (bsc#1012628). +- block: Deny writable memory mapping if block is read-only + (bsc#1012628). +- iio: adc: imx93: fix a signedness bug in imx93_adc_read_raw() + (bsc#1012628). +- KVM: arm64: vgic: Fix a circular locking issue (bsc#1012628). +- KVM: arm64: vgic: Wrap vgic_its_create() with config_lock + (bsc#1012628). +- KVM: arm64: vgic: Fix locking comment (bsc#1012628). +- KVM: arm64: Prevent unconditional donation of unmapped regions + from the host (bsc#1012628). +- scsi: qla2xxx: Fix NULL pointer dereference in target mode + (bsc#1012628). +- perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when + using guest PEBS (bsc#1012628). +- KVM: arm64: Reload PTE after invoking walker callback on + preorder traversal (bsc#1012628). +- media: mediatek: vcodec: Only apply 4K frame sizes on decoder + formats (bsc#1012628). +- mailbox: mailbox-test: fix a locking issue in + mbox_test_message_write() (bsc#1012628). +- drivers: base: cacheinfo: Fix shared_cpu_map changes in event + of CPU hotplug (bsc#1012628). +- drivers: base: cacheinfo: Update cpu_map_populated during CPU + Hotplug (bsc#1012628). +- dt-bindings: serial: 8250_omap: add rs485-rts-active-high + (bsc#1012628). +- media: uvcvideo: Don't expose unsupported formats to userspace + (bsc#1012628). +- selftests/ftrace: Choose target function for filter test from + samples (bsc#1012628). +- iio: accel: st_accel: Fix invalid mount_matrix on devices + without ACPI _ONT method (bsc#1012628). +- iio: adc: mxs-lradc: fix the order of two cleanup operations + (bsc#1012628). +- iio: tmag5273: Fix runtime PM leak on measurement error + (bsc#1012628). +- iio: ad4130: Make sure clock provider gets removed + (bsc#1012628). +- iio: adc: mt6370: Fix ibus and ibat scaling value of some + specific vendor ID chips (bsc#1012628). +- HID: google: add jewel USB id (bsc#1012628). +- HID: wacom: avoid integer overflow in wacom_intuos_inout() + (bsc#1012628). +- iio: imu: inv_icm42600: fix timestamp reset (bsc#1012628). +- dt-bindings: iio: adc: renesas,rcar-gyroadc: Fix adi,ad7476 + compatible value (bsc#1012628). +- iio: light: vcnl4035: fixed chip ID check (bsc#1012628). +- iio: accel: kx022a fix irq getting (bsc#1012628). +- iio: adc: stm32-adc: skip adc-channels setup if none is present + (bsc#1012628). +- iio: adc: ad_sigma_delta: Fix IRQ issue by setting + IRQ_DISABLE_UNLAZY flag (bsc#1012628). +- iio: dac: mcp4725: Fix i2c_master_send() return value handling + (bsc#1012628). +- iio: addac: ad74413: fix resistance input processing + (bsc#1012628). +- iio: adc: ad7192: Change "shorted" channels to differential + (bsc#1012628). +- iio: adc: stm32-adc: skip adc-diff-channels setup if none is + present (bsc#1012628). +- iio: dac: build ad5758 driver when AD5758 is selected + (bsc#1012628). +- net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818 + (bsc#1012628). +- dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type + (bsc#1012628). +- usb: cdns3: fix NCM gadget RX speed 20x slow than expection + at iMX8QM (bsc#1012628). +- usb: gadget: f_fs: Add unbind event before functionfs_unbind + (bsc#1012628). +- md/raid5: fix miscalculation of 'end_sector' in + raid5_read_one_chunk() (bsc#1012628). +- misc: fastrpc: Reassign memory ownership only for remote heap + (bsc#1012628). +- misc: fastrpc: return -EPIPE to invocations on device removal + (bsc#1012628). +- misc: fastrpc: reject new invocations during device removal + (bsc#1012628). +- scsi: stex: Fix gcc 13 warnings (bsc#1012628). +- ata: libata-scsi: Use correct device no in ata_find_dev() + (bsc#1012628). +- drm/amdgpu: enable tmz by default for GC 11.0.1 (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for vangogh + (bsc#1012628). +- drm/amd/pm: resolve reboot exception for si oland (bsc#1012628). +- drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5 + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp + (bsc#1012628). +- drm/amd/pm: reverse mclk and fclk clocks levels for renoir + (bsc#1012628). +- mmc: vub300: fix invalid response handling (bsc#1012628). +- mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling order + (bsc#1012628). +- tty: serial: fsl_lpuart: use UARTCTRL_TXINV to send break + instead of UARTCTRL_SBK (bsc#1012628). +- btrfs: fix csum_tree_block page iteration to avoid tripping + on -Werror=array-bounds (bsc#1012628). +- phy: qcom-qmp-combo: fix init-count imbalance (bsc#1012628). +- phy: qcom-qmp-pcie-msm8996: fix init-count imbalance + (bsc#1012628). +- block: fix revalidate performance regression (bsc#1012628). +- powerpc/iommu: Limit number of TCEs to 512 for H_STUFF_TCE hcall + (bsc#1012628). +- iommu/amd: Fix domain flush size when syncing iotlb + (bsc#1012628). +- tpm, tpm_tis: correct tpm_tis_flags enumeration values + (bsc#1012628). +- module/decompress: Fix error checking on zstd decompression + (bsc#1012628). +- firmware: qcom_scm: Use fixed width src vm bitmap (bsc#1012628). +- misc: fastrpc: Pass proper scm arguments for secure map request + (bsc#1012628). +- btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work + (bsc#1012628). +- HID: hidpp: terminate retry loop on success (bsc#1012628). +- dmaengine: at_hdmac: Repair bitfield macros for peripheral ID + handling (bsc#1012628). +- dmaengine: at_hdmac: Extend the Flow Controller bitfield to + three bits (bsc#1012628). +- riscv: perf: Fix callchain parse error with kernel tracepoint + events (bsc#1012628). +- io_uring: undeprecate epoll_ctl support (bsc#1012628). +- selinux: don't use make's grouped targets feature yet + (bsc#1012628). +- mtdchar: mark bits of ioctl handler noinline (bsc#1012628). +- tracing/timerlat: Always wakeup the timerlat thread + (bsc#1012628). +- tracing/histograms: Allow variables to have some modifiers + (bsc#1012628). +- tracing/probe: trace_probe_primary_from_call(): checked + list_first_entry (bsc#1012628). +- selftests: mptcp: connect: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: pm nl: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: join: avoid using 'cmp --bytes' (bsc#1012628). +- selftests: mptcp: diag: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: simult flows: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: sockopt: skip if MPTCP is not supported + (bsc#1012628). +- selftests: mptcp: userspace pm: skip if MPTCP is not supported + (bsc#1012628). +- mptcp: fix connect timeout handling (bsc#1012628). +- mptcp: fix active subflow finalization (bsc#1012628). +- ext4: add EA_INODE checking to ext4_iget() (bsc#1012628). +- ext4: set lockdep subclass for the ea_inode in + ext4_xattr_inode_cache_find() (bsc#1012628). +- ext4: disallow ea_inodes with extended attributes (bsc#1012628). +- ext4: add lockdep annotations for i_data_sem for ea_inode's + (bsc#1012628). +- fbcon: Fix null-ptr-deref in soft_cursor (bsc#1012628). +- serial: 8250_tegra: Fix an error handling path in + tegra_uart_probe() (bsc#1012628). +- serial: cpm_uart: Fix a COMPILE_TEST dependency (bsc#1012628). +- powerpc/xmon: Use KSYM_NAME_LEN in array size (bsc#1012628). +- test_firmware: prevent race conditions by a correct + implementation of locking (bsc#1012628). +- test_firmware: fix a memory leak with reqs buffer (bsc#1012628). +- test_firmware: fix the memory leak of the allocated firmware + buffer (bsc#1012628). +- KVM: arm64: Populate fault info for watchpoint (bsc#1012628). +- KVM: arm64: Drop last page ref in + kvm_pgtable_stage2_free_removed() (bsc#1012628). +- KVM: x86/mmu: Grab memslot for correct address space in NX + recovery worker (bsc#1012628). +- KVM: x86: Account fastpath-only VM-Exits in vCPU stats + (bsc#1012628). +- KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID + is out-of-bounds (bsc#1012628). +- ksmbd: fix credit count leakage (bsc#1012628). +- ksmbd: fix UAF issue from opinfo->conn (bsc#1012628). +- ksmbd: fix incorrect AllocationSize set in smb2_get_info + (bsc#1012628). +- ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiate + (bsc#1012628). +- ksmbd: fix multiple out-of-bounds read during context decoding + (bsc#1012628). +- KEYS: asymmetric: Copy sig and digest in + public_key_verify_signature() (bsc#1012628). +- regmap: Account for register length when chunking (bsc#1012628). +- tpm, tpm_tis: Request threaded interrupt handler (bsc#1012628). +- iommu/amd/pgtbl_v2: Fix domain max address (bsc#1012628). +- riscv: vmlinux.lds.S: Explicitly handle '.got' section + (bsc#1012628). +- ext4: enable the lazy init thread when remounting read/write + (bsc#1012628). +- commit b5f9ff5 + +------------------------------------------------------------------- +Sun Jun 11 23:55:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc6 +- refresh configs +- commit e5bdb6f + +------------------------------------------------------------------- +Sun Jun 11 23:43:29 CEST 2023 - mkubecek@suse.cz + +- config: refresh arm64/vanilla +- commit 3087200 + +------------------------------------------------------------------- +Sun Jun 11 15:31:51 CEST 2023 - dmueller@suse.com + +- config.conf: reenable armv7hl +- Update config files for armv7hl/6.4.0rc6 +- commit 782615b + +------------------------------------------------------------------- +Sun Jun 11 13:19:31 CEST 2023 - dmueller@suse.com + +- config.conf: Reenable arm64 configs +- config: Update to 6.4-rc5: + * this includes lowering the ARCH_FORCE_MAX_ORDER by one given the + change of definition in mainline commit 23baf831a32c + ("mm, treewide: redefine MAX_ORDER sanely") + * config change from x86_64 adopted for arm64. Enabled all erratas, + rest compile as modules +- commit 084e86f + ------------------------------------------------------------------- Fri Jun 9 14:57:16 CEST 2023 - msuchanek@suse.de - Move setting %%build_html to config.sh - commit dd39da3 +------------------------------------------------------------------- +Fri Jun 9 12:31:43 CEST 2023 - tiwai@suse.de + +- Update patch reference for memstick fix (CVE-2023-3141 bsc#1212129 bsc#1211449) +- commit 2c9fe82 + ------------------------------------------------------------------- Fri Jun 9 10:23:55 CEST 2023 - msuchanek@suse.de @@ -3204,8 +19635,16 @@ Wed Jun 7 13:07:40 CEST 2023 - msuchanek@suse.de ------------------------------------------------------------------- Wed Jun 7 09:42:27 CEST 2023 - msuchanek@suse.de +- Generalize kernel-docs build requirements. - Generalize kernel-doc build requirements. -- commit 23b058f +- commit c80fe12 + +------------------------------------------------------------------- +Tue Jun 6 16:58:50 CEST 2023 - msuchanek@suse.de + +- Refresh patches.suse/add-suse-supported-flag.patch. + Fix table alignment. +- commit 6152a50 ------------------------------------------------------------------- Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de @@ -3215,18 +19654,435 @@ Tue Jun 6 16:11:51 CEST 2023 - msuchanek@suse.de not signing the kernel on non-efi - commit 28c22af +------------------------------------------------------------------- +Mon Jun 5 15:51:03 CEST 2023 - mfranc@suse.cz + +- s390/ap: add ap status asynch error support (jsc#PED-3332). +- s390/ap: implement SE AP bind, unbind and associate + (jsc#PED-3332). +- s390/ap: introduce low frequency polling possibility + (jsc#PED-3332). +- s390/ap: new low level inline functions ap_bapq() and ap_aapq() + (jsc#PED-3332). +- s390/ap: provide F bit parameter for ap_rapq() and ap_zapq() + (jsc#PED-3332). +- s390/ap: filter ap card functions, new queue functions attribute + (jsc#PED-3332). +- s390/ap: make tapq gr2 response a struct (jsc#PED-3332). +- s390/ap: introduce new AP bus sysfs attribute features + (jsc#PED-3332). +- s390/ap: exploit new B bit from QCI config info (jsc#PED-3332). +- s390/zcrypt: replace scnprintf with sysfs_emit (jsc#PED-3332). +- s390/zcrypt: rework length information for dqap (jsc#PED-3332). +- s390/zcrypt: make psmid unsigned long instead of long long + (jsc#PED-3332). +- commit 589eabc + +------------------------------------------------------------------- +Mon Jun 5 13:41:25 CEST 2023 - tiwai@suse.de + +- media: dvb-core: Fix use-after-free due to race condition at + dvb_ca_en50221 (CVE-2022-45919 bsc#1205803). +- media: dvb-core: Fix kernel WARNING for blocking operation in + wait_event*() (CVE-2023-31084 bsc#1210783). +- media: dvb-core: Fix use-after-free due to race at + dvb_register_device() (CVE-2022-45884 bsc#1205756). +- media: dvb-core: Fix use-after-free due on race condition at + dvb_net (CVE-2022-45886 bsc#1205760). +- media: dvb-core: Fix use-after-free on race condition at + dvb_frontend (CVE-2022-45885 bsc#1205758). +- media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb() + (CVE-2022-45887 bsc#1205762). +- commit c56eadf + +------------------------------------------------------------------- +Mon Jun 5 13:37:12 CEST 2023 - tiwai@suse.de + +- Update patch metadata for security fixes (bsc#1209287 CVE-2023-1380 bsc#1210533 CVE-2023-2002 bsc#1210806 CVE-2023-2269 CVE-2023-32233 bsc#1211043) +- commit 461c57a + +------------------------------------------------------------------- +Mon Jun 5 09:58:15 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.6 (bsc#1012628). +- netfilter: ctnetlink: Support offloaded conntrack entry deletion + (bsc#1012628). +- cpufreq: amd-pstate: Add ->fast_switch() callback (bsc#1012628). +- cpufreq: amd-pstate: Update policy->cur in + amd_pstate_adjust_perf() (bsc#1012628). +- bluetooth: Add cmd validity checks at the start of + hci_sock_ioctl() (bsc#1012628). +- net: phy: mscc: enable VSC8501/2 RGMII RX clock (bsc#1012628). +- cpufreq: amd-pstate: Remove fast_switch_possible flag from + active driver (bsc#1012628). +- vfio/type1: check pfn valid before converting to struct page + (bsc#1012628). +- blk-mq: fix race condition in active queue accounting + (bsc#1012628). +- blk-wbt: fix that wbt can't be disabled by default + (bsc#1012628). +- bpf, sockmap: Incorrectly handling copied_seq (bsc#1012628). +- bpf, sockmap: Wake up polling after data copy (bsc#1012628). +- bpf, sockmap: TCP data stall on recv before accept + (bsc#1012628). +- bpf, sockmap: Handle fin correctly (bsc#1012628). +- bpf, sockmap: Improved check for empty queue (bsc#1012628). +- bpf, sockmap: Reschedule is now done through backlog + (bsc#1012628). +- bpf, sockmap: Convert schedule_work into delayed_work + (bsc#1012628). +- bpf, sockmap: Pass skb ownership through read_skb (bsc#1012628). +- gpio-f7188x: fix chip name and pin count on Nuvoton chip + (bsc#1012628). +- net/mlx5: E-switch, Devcom, sync devcom events and devcom comp + register (bsc#1012628). +- Revert "net/mlx5: Expose vnic diagnostic counters for eswitch + managed vports" (bsc#1012628). +- Revert "net/mlx5: Expose steering dropped packets counter" + (bsc#1012628). +- net/mlx5e: TC, Fix using eswitch mapping in nic mode + (bsc#1012628). +- drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration + (bsc#1012628). +- drm/i915: Disable DPLLs before disconnecting the TC PHY + (bsc#1012628). +- drm/i915: Move shared DPLL disabling into CRTC disable hook + (bsc#1012628). +- ASoC: Intel: avs: Fix module lookup (bsc#1012628). +- cxl/port: Fix NULL pointer access in devm_cxl_add_port() + (bsc#1012628). +- net: fec: add dma_wmb to ensure correct descriptor values + (bsc#1012628). +- tls: rx: strp: don't use GFP_KERNEL in softirq context + (bsc#1012628). +- tls: rx: strp: preserve decryption status of skbs when needed + (bsc#1012628). +- tls: rx: strp: factor out copying skb data (bsc#1012628). +- tls: rx: strp: force mixed decrypted records into copy mode + (bsc#1012628). +- tls: rx: strp: fix determining record length in copy mode + (bsc#1012628). +- tls: rx: strp: set the skb->len of detached / CoW'ed skbs + (bsc#1012628). +- tls: rx: device: fix checking decryption status (bsc#1012628). +- gpiolib: fix allocation of mixed dynamic/static GPIOs + (bsc#1012628). +- bpf: netdev: init the offload table earlier (bsc#1012628). +- platform/x86/amd/pmf: Fix CnQF and auto-mode after resume + (bsc#1012628). +- power: supply: rt9467: Fix passing zero to 'dev_err_probe' + (bsc#1012628). +- selftests/bpf: Fix pkg-config call building sign-file + (bsc#1012628). +- ARM: dts: imx6ull-dhcor: Set and limit the mode for PMIC buck 1, + 2 and 3 (bsc#1012628). +- coresight: perf: Release Coresight path when alloc trace id + failed (bsc#1012628). +- spi: spi-geni-qcom: Select FIFO mode for chip select + (bsc#1012628). +- firmware: arm_ffa: Fix usage of partition info get count flag + (bsc#1012628). +- firmware: arm_scmi: Fix incorrect alloc_workqueue() invocation + (bsc#1012628). +- commit f583ba4 + +------------------------------------------------------------------- +Mon Jun 5 09:57:43 CEST 2023 - jslaby@suse.cz + +- drm/amd/display: Only wait for blank completion if OTG active + (https://gitlab.freedesktop.org/drm/amd/-/issues/2447). +- commit fc379fb + +------------------------------------------------------------------- +Sun Jun 4 22:15:10 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc5 +- refresh configs +- commit 2cab33e + ------------------------------------------------------------------- Fri Jun 2 08:24:33 CEST 2023 - msuchanek@suse.de - usrmerge: Compatibility with earlier rpm (boo#1211796) - commit 2191d32 +------------------------------------------------------------------- +Fri Jun 2 08:15:14 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 6db9c44 + +------------------------------------------------------------------- +Fri Jun 2 08:14:31 CEST 2023 - jslaby@suse.cz + +- Revert "Fix usrmerge error (boo#1211796)" + This reverts commit da84579e78f4c4efa5b3b910484fdaedc79fefec. It still + breaks build as it needs support in kmod (SR#1089967). +- commit 4b4675f + +------------------------------------------------------------------- +Fri Jun 2 06:30:32 CEST 2023 - jslaby@suse.cz + +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit 6db9c44d07ee5bb9d1556fb52efbec6bb26b00a3. + https://github.com/openSUSE/installation-images/pull/648 was merged + finally. +- Revert "Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)"" + This reverts commit d3cbce2379049d1657919d6ced51f6f5141f66fd, we will + merge a fix from the packaging branch. +- commit 92dc30d + ------------------------------------------------------------------- Thu Jun 1 17:59:02 CEST 2023 - msuchanek@suse.de - Fix usrmerge error (boo#1211796) - commit da84579 +------------------------------------------------------------------- +Thu Jun 1 12:53:28 CEST 2023 - jslaby@suse.cz + +- Revert "Remove usrmerge compatibility symlink in buildroot (boo#1211796)" + This reverts commit b8e00c5a84bcd75a1e2c491b6de601278e1572c7, as it + breaks the build: + + sed -ie s,/lib/modules/,/usr/lib/modules/,linux-6.3.5-0.g99c5100/Makefile scripts/depmod.sh + sed: can't read linux-6.3.5-0.g99c5100/Makefile: No such file or directory +- commit d3cbce2 + +------------------------------------------------------------------- +Thu Jun 1 12:01:34 CEST 2023 - ailiop@suse.com + +- xfs: verify buffer contents when we skip log replay (bsc#1210498 + CVE-2023-2124). +- commit 394c575 + +------------------------------------------------------------------- +Thu Jun 1 10:45:00 CEST 2023 - jslaby@suse.cz + +- Update config files -- X86_KERNEL_IBT=y (bsc#1211890). +- commit 50dbc0a + +------------------------------------------------------------------- +Wed May 31 08:18:30 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.5 (bsc#1012628). +- wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by + access null page (bsc#1012628). +- usb: dwc3: fix gadget mode suspend interrupt handler issue + (bsc#1012628). +- tpm, tpm_tis: Avoid cache incoherency in test for interrupts + (bsc#1012628). +- tpm, tpm_tis: Only handle supported interrupts (bsc#1012628). +- tpm_tis: Use tpm_chip_{start,stop} decoration inside + tpm_tis_resume (bsc#1012628). +- tpm, tpm_tis: startup chip before testing for interrupts + (bsc#1012628). +- tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers + (bsc#1012628). +- tpm: Prevent hwrng from activating during resume (bsc#1012628). +- zsmalloc: move LRU update from zs_map_object() to zs_malloc() + (bsc#1012628). +- watchdog: sp5100_tco: Immediately trigger upon starting + (bsc#1012628). +- mm/vmemmap/devdax: fix kernel crash when probing devdax devices + (bsc#1012628). +- ocfs2: Switch to security_inode_init_security() (bsc#1012628). +- x86/mm: Avoid incomplete Global INVLPG flushes (bsc#1012628). +- platform/x86/intel/ifs: Annotate work queue on stack so object + debug does not complain (bsc#1012628). +- cifs: Fix cifs_limit_bvec_subset() to correctly check the + maxmimum size (bsc#1012628). +- cifs: fix smb1 mount regression (bsc#1012628). +- ALSA: hda/ca0132: add quirk for EVGA X299 DARK (bsc#1012628). +- ALSA: hda: Fix unhandled register update during auto-suspend + period (bsc#1012628). +- ALSA: hda/realtek: Enable headset onLenovo M70/M90 + (bsc#1012628). +- SUNRPC: Don't change task->tk_status after the call to + rpc_exit_task (bsc#1012628). +- mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works (bsc#1012628). +- mmc: block: ensure error propagation for non-blk (bsc#1012628). +- power: supply: axp288_fuel_gauge: Fix external_power_changed + race (bsc#1012628). +- power: supply: bq25890: Fix external_power_changed race + (bsc#1012628). +- ASoC: rt5682: Disable jack detection interrupt during suspend + (bsc#1012628). +- net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize + (bsc#1012628). +- m68k: Move signal frame following exception on 68020/030 + (bsc#1012628). +- ipv{4,6}/raw: fix output xfrm lookup wrt protocol (bsc#1012628). +- xtensa: fix signal delivery to FDPIC process (bsc#1012628). +- xtensa: add __bswap{si,di}2 helpers (bsc#1012628). +- parisc: Use num_present_cpus() in alternative patching code + (bsc#1012628). +- parisc: Handle kgdb breakpoints only in kernel context + (bsc#1012628). +- parisc: Fix flush_dcache_page() for usage from irq context + (bsc#1012628). +- parisc: Allow to reboot machine after system halt (bsc#1012628). +- parisc: Enable LOCKDEP support (bsc#1012628). +- parisc: Handle kprobes breakpoints only in kernel context + (bsc#1012628). +- cxl/port: Enable the HDM decoder capability for switch ports + (bsc#1012628). +- gpio: mockup: Fix mode of debugfs files (bsc#1012628). +- btrfs: use nofs when cleaning up aborted transactions + (bsc#1012628). +- thermal: intel: int340x: Add new line for UUID display + (bsc#1012628). +- block: fix bio-cache for passthru IO (bsc#1012628). +- dt-binding: cdns,usb3: Fix cdns,on-chip-buff-size type + (bsc#1012628). +- drm/amd/display: Have Payload Properly Created After Resume + (bsc#1012628). +- drm/mgag200: Fix gamma lut not initialized (bsc#1012628). +- drm/radeon: reintroduce radeon_dp_work_func content + (bsc#1012628). +- drm/amdgpu: don't enable secure display on incompatible + platforms (bsc#1012628). +- drm/amd/pm: add missing NotifyPowerSource message mapping for + SMU13.0.7 (bsc#1012628). +- drm/amd/pm: Fix output of pp_od_clk_voltage (bsc#1012628). +- Revert "binder_alloc: add missing mmap_lock calls when using + the VMA" (bsc#1012628). +- Revert "android: binder: stop saving a pointer to the VMA" + (bsc#1012628). +- binder: add lockless binder_alloc_(set|get)_vma() (bsc#1012628). +- binder: fix UAF caused by faulty buffer cleanup (bsc#1012628). +- binder: fix UAF of alloc->vma in race with munmap() + (bsc#1012628). +- drm/amd/amdgpu: limit one queue per gang (bsc#1012628). +- perf/x86/uncore: Correct the number of CHAs on SPR + (bsc#1012628). +- x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid + platforms (bsc#1012628). +- irqchip/mips-gic: Don't touch vl_map if a local interrupt is + not routable (bsc#1012628). +- irqchip/mips-gic: Use raw spinlock for gic_lock (bsc#1012628). +- debugobjects: Don't wake up kswapd from fill_pool() + (bsc#1012628). +- fbdev: udlfb: Fix endpoint check (bsc#1012628). +- net: fix stack overflow when LRO is disabled for virtual + interfaces (bsc#1012628). +- udplite: Fix NULL pointer dereference in + __sk_mem_raise_allocated() (bsc#1012628). +- USB: core: Add routines for endpoint checks in old drivers + (bsc#1012628). +- USB: sisusbvga: Add endpoint checks (bsc#1012628). +- media: radio-shark: Add endpoint checks (bsc#1012628). +- ASoC: lpass: Fix for KASAN use_after_free out of bounds + (bsc#1012628). +- net: fix skb leak in __skb_tstamp_tx() (bsc#1012628). +- drm: fix drmm_mutex_init() (bsc#1012628). +- selftests: fib_tests: mute cleanup error message (bsc#1012628). +- octeontx2-pf: Fix TSOv6 offload (bsc#1012628). +- bpf: Fix mask generation for 32-bit narrow loads of 64-bit + fields (bsc#1012628). +- bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps + (bsc#1012628). +- lan966x: Fix unloading/loading of the driver (bsc#1012628). +- ipv6: Fix out-of-bounds access in ipv6_find_tlv() (bsc#1012628). +- cifs: mapchars mount option ignored (bsc#1012628). +- power: supply: leds: Fix blink to LED on transition + (bsc#1012628). +- power: supply: mt6360: add a check of devm_work_autocancel in + mt6360_charger_probe (bsc#1012628). +- power: supply: bq27xxx: Fix bq27xxx_battery_update() race + condition (bsc#1012628). +- power: supply: bq27xxx: Fix I2C IRQ race on remove + (bsc#1012628). +- power: supply: bq27xxx: Fix poll_interval handling and races + on remove (bsc#1012628). +- power: supply: bq27xxx: Add cache parameter to + bq27xxx_battery_current_and_status() (bsc#1012628). +- power: supply: bq27xxx: Move bq27xxx_battery_update() down + (bsc#1012628). +- power: supply: bq27xxx: Ensure power_supply_changed() is called + on current sign changes (bsc#1012628). +- power: supply: bq27xxx: After charger plug in/out wait 0.5s + for things to stabilize (bsc#1012628). +- power: supply: bq25890: Call power_supply_changed() after + updating input current or voltage (bsc#1012628). +- power: supply: bq24190: Call power_supply_changed() after + updating input current (bsc#1012628). +- power: supply: sbs-charger: Fix INHIBITED bit for Status reg + (bsc#1012628). +- optee: fix uninited async notif value (bsc#1012628). +- firmware: arm_ffa: Check if ffa_driver remove is present before + executing (bsc#1012628). +- firmware: arm_ffa: Fix FFA device names for logical partitions + (bsc#1012628). +- fs: fix undefined behavior in bit shift for SB_NOUSER + (bsc#1012628). +- regulator: pca9450: Fix BUCK2 enable_mask (bsc#1012628). +- platform/x86: ISST: Remove 8 socket limit (bsc#1012628). +- coresight: Fix signedness bug in + tmc_etr_buf_insert_barrier_packet() (bsc#1012628). +- ARM: dts: imx6qdl-mba6: Add missing pvcie-supply regulator + (bsc#1012628). +- x86/pci/xen: populate MSI sysfs entries (bsc#1012628). +- xen/pvcalls-back: fix double frees with + pvcalls_new_active_socket() (bsc#1012628). +- x86/show_trace_log_lvl: Ensure stack pointer is aligned, again + (bsc#1012628). +- ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfg + (bsc#1012628). +- ASoC: Intel: avs: Fix declaration of enum avs_channel_config + (bsc#1012628). +- ASoC: Intel: avs: Access path components under lock + (bsc#1012628). +- cxl: Wait Memory_Info_Valid before access memory related info + (bsc#1012628). +- cxl: Move cxl_await_media_ready() to before capacity info + retrieval (bsc#1012628). +- sctp: fix an issue that plpmtu can never go to complete state + (bsc#1012628). +- forcedeth: Fix an error handling path in nv_probe() + (bsc#1012628). +- platform/mellanox: mlxbf-pmc: fix sscanf() error checking + (bsc#1012628). +- net/mlx5e: Fix SQ wake logic in ptp napi_poll context + (bsc#1012628). +- net/mlx5e: Fix deadlock in tc route query code (bsc#1012628). +- net/mlx5e: Use correct encap attribute during invalidation + (bsc#1012628). +- net/mlx5e: do as little as possible in napi poll when budget + is 0 (bsc#1012628). +- net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) + CPUs (bsc#1012628). +- net/mlx5: Handle pairing of E-switch via uplink un/load APIs + (bsc#1012628). +- net/mlx5: DR, Check force-loopback RC QP capability + independently from RoCE (bsc#1012628). +- net/mlx5: Fix error message when failing to allocate device + memory (bsc#1012628). +- net/mlx5: Collect command failures data only for known commands + (bsc#1012628). +- net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device + (bsc#1012628). +- net/mlx5: Devcom, serialize devcom registration (bsc#1012628). +- arm64: dts: imx8mn-var-som: fix PHY detection bug by adding + deassert delay (bsc#1012628). +- firmware: arm_ffa: Set reserved/MBZ fields to zero in the + memory descriptors (bsc#1012628). +- regulator: mt6359: add read check for PMIC MT6359 (bsc#1012628). +- net/smc: Reset connection when trying to use SMCRv2 fails + (bsc#1012628). +- 3c589_cs: Fix an error handling path in tc589_probe() + (bsc#1012628). +- page_pool: fix inconsistency for page_pool_ring_[un]lock() + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non + MTK_NETSYS_V2 SoCs (bsc#1012628). +- net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLE + (bsc#1012628). +- Revert "arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl" (bsc#1012628). +- commit fc86ff2 + ------------------------------------------------------------------- Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de @@ -3235,18 +20091,2511 @@ Mon May 29 13:41:49 CEST 2023 - msuchanek@suse.de Requires corresponding patch to kmod. - commit b8e00c5 +------------------------------------------------------------------- +Mon May 29 08:22:29 CEST 2023 - jslaby@suse.cz + +- xfs: fix livelock in delayed allocation at ENOSPC (brc#2208553 + xfs-issue). +- commit 2c66b1f + +------------------------------------------------------------------- +Sun May 28 21:56:00 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc4 +- refresh configs +- commit 2e9e157 + +------------------------------------------------------------------- +Fri May 26 13:24:11 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported rose module +- commit ffa03aa + +------------------------------------------------------------------- +Fri May 26 10:50:38 CEST 2023 - jlee@suse.com + +- Revert "Disable lockdown. (bsc#1209006)" + This reverts commit 44ca817f15b215421a4c788790dd5351c186d1df. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 5ab030f + +------------------------------------------------------------------- +Fri May 26 10:50:15 CEST 2023 - jlee@suse.com + +- Revert "Revert "Update config files." (bsc#1211166)" + This reverts commit 944713a45f59680c926e1a4d51798970f8af1767. + Let's enable kernel lockdown function in master branch again. + This time we will test with NVIDIA KMP. +- commit 1bf0f73 + +------------------------------------------------------------------- +Thu May 25 17:09:27 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add guard against future CVE-2016-3695 (bsc#1023051) + Just add more comment in support.conf, no change. +- commit 337e000 + +------------------------------------------------------------------- +Thu May 25 06:46:56 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.4 (bsc#1012628). +- drm/fbdev-generic: prohibit potential out-of-bounds access + (bsc#1012628). +- drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values (bsc#1012628). +- drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes + (bsc#1012628). +- drm/mipi-dsi: Set the fwnode for mipi_dsi_device (bsc#1012628). +- ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warnings + (bsc#1012628). +- net: skb_partial_csum_set() fix against transport header magic + value (bsc#1012628). +- net: mdio: mvusb: Fix an error handling path in + mvusb_mdio_probe() (bsc#1012628). +- perf/core: Fix perf_sample_data not properly initialized for + different swevents in perf_tp_event() (bsc#1012628). +- scsi: ufs: core: Fix I/O hang that occurs when BKOPS fails in + W-LUN suspend (bsc#1012628). +- tick/broadcast: Make broadcast device replacement work correctly + (bsc#1012628). +- linux/dim: Do nothing if no time delta between samples + (bsc#1012628). +- net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register + (bsc#1012628). +- net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs() + (bsc#1012628). +- net: phy: bcm7xx: Correct read from expansion register + (bsc#1012628). +- netfilter: nf_tables: always release netdev hooks from notifier + (bsc#1012628). +- netfilter: conntrack: fix possible bug_on with enable_hooks=1 + (bsc#1012628). +- bonding: fix send_peer_notif overflow (bsc#1012628). +- netlink: annotate accesses to nlk->cb_running (bsc#1012628). +- net: annotate sk->sk_err write from do_recvmmsg() (bsc#1012628). +- net: deal with most data-races in sk_wait_event() (bsc#1012628). +- net: add vlan_get_protocol_and_depth() helper (bsc#1012628). +- tcp: add annotations around sk->sk_shutdown accesses + (bsc#1012628). +- gve: Remove the code of clearing PBA bit (bsc#1012628). +- ipvlan:Fix out-of-bounds caused by unclear skb->cb + (bsc#1012628). +- net: mscc: ocelot: fix stat counter register values + (bsc#1012628). +- drm/sched: Check scheduler work queue before calling timeout + handling (bsc#1012628). +- net: datagram: fix data-races in datagram_poll() (bsc#1012628). +- af_unix: Fix a data race of sk->sk_receive_queue->qlen + (bsc#1012628). +- af_unix: Fix data races around sk->sk_shutdown (bsc#1012628). +- drm/i915/guc: Don't capture Gen8 regs on Xe devices + (bsc#1012628). +- drm/i915: Fix NULL ptr deref by checking new_crtc_state + (bsc#1012628). +- drm/i915/dp: prevent potential div-by-zero (bsc#1012628). +- drm/i915: taint kernel when force probing unsupported devices + (bsc#1012628). +- fbdev: arcfb: Fix error handling in arcfb_probe() (bsc#1012628). +- ext4: reflect error codes from ext4_multi_mount_protect() + to its callers (bsc#1012628). +- ext4: don't clear SB_RDONLY when remounting r/w until quota + is re-enabled (bsc#1012628). +- ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set + (bsc#1012628). +- ext4: allow ext4_get_group_info() to fail (bsc#1012628). +- refscale: Move shutdown from wait_event() to wait_event_idle() + (bsc#1012628). +- selftests: cgroup: Add 'malloc' failures checks in + test_memcontrol (bsc#1012628). +- rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access + (bsc#1012628). +- open: return EINVAL for O_DIRECTORY | O_CREAT (bsc#1012628). +- fs: hfsplus: remove WARN_ON() from + hfsplus_cat_{read,write}_inode() (bsc#1012628). +- drm/displayid: add displayid_get_header() and check bounds + better (bsc#1012628). +- drm/amd/display: populate subvp cmd info only for the top pipe + (bsc#1012628). +- drm/amd/display: Correct DML calculation to align HW formula + (bsc#1012628). +- drm/amd/display: enable DPG when disabling plane for phantom + pipe (bsc#1012628). +- platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 + data (bsc#1012628). +- drm/amd/display: Enable HostVM based on rIOMMU active + (bsc#1012628). +- drm/amd/display: Use DC_LOG_DC in the trasform pixel function + (bsc#1012628). +- regmap: cache: Return error in cache sync operations for + REGCACHE_NONE (bsc#1012628). +- remoteproc: imx_dsp_rproc: Add custom memory copy implementation + for i.MX DSP Cores (bsc#1012628). +- arm64: dts: qcom: msm8996: Add missing DWC3 quirks + (bsc#1012628). +- accel/habanalabs: postpone mem_mgr IDR destruction to + hpriv_release() (bsc#1012628). +- drm/amd/display: reallocate DET for dual displays with high + pixel rate ratio (bsc#1012628). +- media: imx-jpeg: Bounds check sizeimage access (bsc#1012628). +- media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() + and buffer_finish() (bsc#1012628). +- media: pci: tw68: Fix null-ptr-deref bug in buf prepare and + finish (bsc#1012628). +- media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* + symbols (bsc#1012628). +- platform/x86/intel: vsec: Explicitly enable capabilities + (bsc#1012628). +- ACPI: processor: Check for null return of devm_kzalloc() + in fch_misc_setup() (bsc#1012628). +- drm/rockchip: dw_hdmi: cleanup drm encoder during unbind + (bsc#1012628). +- memstick: r592: Fix UAF bug in r592_remove due to race condition + (bsc#1012628). +- arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from + usb_dwc3_0 (bsc#1012628). +- firmware: arm_sdei: Fix sleep from invalid context BUG + (bsc#1012628). +- ACPI: EC: Fix oops when removing custom query handlers + (bsc#1012628). +- drm/amd/display: fixed dcn30+ underflow issue (bsc#1012628). +- remoteproc: stm32_rproc: Add mutex protection for workqueue + (bsc#1012628). +- accel/ivpu: Remove D3hot delay for Meteorlake (bsc#1012628). +- drm/tegra: Avoid potential 32-bit integer overflow + (bsc#1012628). +- drm/msm/dp: Clean up handling of DP AUX interrupts + (bsc#1012628). +- ACPICA: Avoid undefined behavior: applying zero offset to null + pointer (bsc#1012628). +- ACPICA: ACPICA: check null return of ACPI_ALLOCATE_ZEROED in + acpi_db_display_objects (bsc#1012628). +- arm64: dts: qcom: sdm845-polaris: Drop inexistent properties + (bsc#1012628). +- arm64: dts: qcom: sm6115-j606f: Add ramoops node (bsc#1012628). +- irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 + (bsc#1012628). +- media: ipu3-cio2: support multiple sensors and VCMs with same + HID (bsc#1012628). +- ACPI: video: Remove desktops without backlight DMI quirks + (bsc#1012628). +- drm/amd/display: Correct DML calculation to follow HW SPEC + (bsc#1012628). +- drm/amd: Fix an out of bounds error in BIOS parser + (bsc#1012628). +- drm/amdgpu: Fix sdma v4 sw fini error (bsc#1012628). +- media: Prefer designated initializers over memset for subdev + pad ops (bsc#1012628). +- drm/amdgpu: Enable IH retry CAM on GFX9 (bsc#1012628). +- media: mediatek: vcodec: Fix potential array out-of-bounds in + decoder queue_setup (bsc#1012628). +- platform/x86/amd: pmc: Fix memory leak in + amd_pmc_stb_debugfs_open_v2() (bsc#1012628). +- hwmon: (nzxt-smart2) add another USB ID (bsc#1012628). +- wifi: ath: Silence memcpy run-time false positive warning + (bsc#1012628). +- wifi: ath12k: Handle lock during peer_id find (bsc#1012628). +- wifi: ath12k: PCI ops for wakeup/release MHI (bsc#1012628). +- bpf: Annotate data races in bpf_local_storage (bsc#1012628). +- wifi: brcmfmac: pcie: Provide a buffer of random bytes to the + device (bsc#1012628). +- wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hex + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4387 + (bsc#1012628). +- ext2: Check block size validity during mount (bsc#1012628). +- scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer + overflow (bsc#1012628). +- scsi: lpfc: Correct used_rpi count when devloss tmo fires with + no recovery (bsc#1012628). +- wifi: rtw88: fix memory leak in rtw_usb_probe() (bsc#1012628). +- bnxt: avoid overflow in bnxt_get_nvram_directory() + (bsc#1012628). +- net: pasemi: Fix return type of pasemi_mac_start_tx() + (bsc#1012628). +- wifi: ath12k: fix memory leak in ath12k_qmi_driver_event_work() + (bsc#1012628). +- net: Catch invalid index in XPS mapping (bsc#1012628). +- netdev: Enforce index cap in netdev_get_tx_queue (bsc#1012628). +- scsi: target: iscsit: Free cmds before session free + (bsc#1012628). +- lib: cpu_rmap: Avoid use after free on rmap->obj array entries + (bsc#1012628). +- scsi: message: mptlan: Fix use after free bug in mptlan_remove() + due to race condition (bsc#1012628). +- gfs2: Fix inode height consistency check (bsc#1012628). +- scsi: ufs: ufs-pci: Add support for Intel Lunar Lake + (bsc#1012628). +- scsi: hisi_sas: Grab sas_dev lock when traversing the members + of sas_dev.list (bsc#1012628). +- ext4: set goal start correctly in ext4_mb_normalize_request + (bsc#1012628). +- ext4: Fix best extent lstart adjustment logic in + ext4_mb_new_inode_pa() (bsc#1012628). +- crypto: jitter - permanent and intermittent health errors + (bsc#1012628). +- f2fs: Fix system crash due to lack of free space in LFS + (bsc#1012628). +- f2fs: fix to drop all dirty pages during umount() if cp_error + is set (bsc#1012628). +- f2fs: fix to check readonly condition correctly (bsc#1012628). +- samples/bpf: Fix fout leak in hbm's run_bpf_prog (bsc#1012628). +- bpf: Add preempt_count_{sub,add} into btf id deny list + (bsc#1012628). +- md: fix soft lockup in status_resync (bsc#1012628). +- net/sched: pass netlink extack to mqprio and taprio offload + (bsc#1012628). +- wifi: iwlwifi: pcie: fix possible NULL pointer dereference + (bsc#1012628). +- wifi: iwlwifi: add a new PCI device ID for BZ device + (bsc#1012628). +- wifi: iwlwifi: pcie: Fix integer overflow in + iwl_write_to_user_buf (bsc#1012628). +- wifi: iwlwifi: mvm: fix ptk_pn memory leak (bsc#1012628). +- block, bfq: Fix division by zero error on zero wsum + (bsc#1012628). +- wifi: ath11k: Ignore frags from uninitialized peer in dp + (bsc#1012628). +- wifi: mt76: mt7921: add Netgear AXE3000 (A8000) support + (bsc#1012628). +- wifi: iwlwifi: fix iwl_mvm_max_amsdu_size() for MLO + (bsc#1012628). +- f2fs: relax sanity check if checkpoint is corrupted + (bsc#1012628). +- null_blk: Always check queue mode setting from configfs + (bsc#1012628). +- wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write + backtrace (bsc#1012628). +- wifi: ath11k: Fix SKB corruption in REO destination ring + (bsc#1012628). +- wifi: rtw88: Fix memory leak in rtw88_usb (bsc#1012628). +- nbd: fix incomplete validation of ioctl arg (bsc#1012628). +- ipvs: Update width of source for ip_vs_sync_conn_options + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 04ca:3801 for MT7663 + (bsc#1012628). +- Bluetooth: Add new quirk for broken local ext features page 2 + (bsc#1012628). +- Bluetooth: btrtl: add support for the RTL8723CS (bsc#1012628). +- Bluetooth: Improve support for Actions Semi ATS2851 based + devices (bsc#1012628). +- Bluetooth: btrtl: check for NULL in btrtl_set_quirks() + (bsc#1012628). +- Bluetooth: btintel: Add LE States quirk support (bsc#1012628). +- Bluetooth: hci_bcm: Fall back to getting bdaddr from EFI if + not set (bsc#1012628). +- Bluetooth: Add new quirk for broken set random RPA timeout + for ATS2851 (bsc#1012628). +- Bluetooth: L2CAP: fix "bad unlock balance" in + l2cap_disconnect_rsp (bsc#1012628). +- Bluetooth: btrtl: Add the support for RTL8851B (bsc#1012628). +- staging: rtl8192e: Replace macro RTL_PCI_DEVICE with PCI_DEVICE + (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 4 and later + (bsc#1012628). +- iio: imu: st_lsm6dsx: discard samples during filters settling + time (bsc#1012628). +- staging: axis-fifo: initialize timeouts in init only + (bsc#1012628). +- xhci: mem: Carefully calculate size for memory allocations + (bsc#1012628). +- spi: intel-pci: Add support for Meteor Lake-S SPI serial flash + (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A42) (bsc#1012628). +- HID: logitech-hidpp: Don't use the USB serial for USB devices + (bsc#1012628). +- HID: logitech-hidpp: Reconcile USB and Unifying serials + (bsc#1012628). +- spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 (bsc#1012628). +- usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325 + (bsc#1012628). +- ALSA: hda: LNL: add HD Audio PCI ID (bsc#1012628). +- ASoC: amd: Add Dell G15 5525 to quirks list (bsc#1012628). +- ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6x + (bsc#1012628). +- ASoC: amd: Add check for acp config flags (bsc#1012628). +- HID: apple: Set the tilde quirk flag on the Geyser 3 + (bsc#1012628). +- HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RA + (bsc#1012628). +- HID: wacom: generic: Set battery quirk only when we see battery + data (bsc#1012628). +- usb: typec: tcpm: fix multiple times discover svids error + (bsc#1012628). +- serial: 8250: Reinit port->pm on port specific driver unbind + (bsc#1012628). +- mcb-pci: Reallocate memory region to avoid memory overlapping + (bsc#1012628). +- powerpc: Use of_property_present() for testing DT property + presence (bsc#1012628). +- sched: Fix KCSAN noinstr violation (bsc#1012628). +- lkdtm/stackleak: Fix noinstr violation (bsc#1012628). +- riscv: Fix EFI stub usage of KASAN instrumented strcmp function + (bsc#1012628). +- recordmcount: Fix memory leaks in the uwrite function + (bsc#1012628). +- RDMA/core: Fix multiple -Warray-bounds warnings (bsc#1012628). +- KVM: selftests: Add 'malloc' failure check in vcpu_save_state + (bsc#1012628). +- iommu/arm-smmu-qcom: Limit the SMR groups to 128 (bsc#1012628). +- fs/ntfs3: Fix NULL pointer dereference in 'ni_write_inode' + (bsc#1012628). +- fs/ntfs3: Enhance the attribute size check (bsc#1012628). +- fs/ntfs3: Fix NULL dereference in ni_write_inode (bsc#1012628). +- fs/ntfs3: Validate MFT flags before replaying logs + (bsc#1012628). +- fs/ntfs3: Add length check in indx_get_root (bsc#1012628). +- fs/ntfs3: Fix a possible null-pointer dereference in ni_clear() + (bsc#1012628). +- clk: tegra20: fix gcc-7 constant overflow warning (bsc#1012628). +- iommu/arm-smmu-v3: Acknowledge pri/event queue overflow if any + (bsc#1012628). +- iommu/sprd: Release dma buffer to avoid memory leak + (bsc#1012628). +- power: supply: axp288_charger: Use alt usb-id extcon on some + x86 android tablets (bsc#1012628). +- Input: xpad - add constants for GIP interface numbers + (bsc#1012628). +- RDMA/mlx5: Remove pcie_relaxed_ordering_enabled() check for + RO write (bsc#1012628). +- clk: rockchip: rk3588: make gate linked clocks critical + (bsc#1012628). +- cifs: missing lock when updating session status (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (part 2) (bsc#1012628). +- soundwire: dmi-quirks: add remapping for Intel 'Rooks County' + NUC M15 (bsc#1012628). +- phy: st: miphy28lp: use _poll_timeout functions for waits + (bsc#1012628). +- soundwire: qcom: gracefully handle too many ports in DT + (bsc#1012628). +- soundwire: bus: Fix unbalanced pm_runtime_put() causing usage + count underflow (bsc#1012628). +- mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Book X90F to + intel_cht_wc_models (bsc#1012628). +- mfd: dln2: Fix memory leak in dln2_probe() (bsc#1012628). +- mfd: intel-lpss: Add Intel Meteor Lake PCH-S LPSS PCI IDs + (bsc#1012628). +- parisc: Replace regular spinlock with spin_trylock on panic path + (bsc#1012628). +- xfrm: don't check the default policy if the policy allows the + packet (bsc#1012628). +- xfrm: release all offloaded policy memory (bsc#1012628). +- xfrm: Fix leak of dev tracker (bsc#1012628). +- Revert "Fix XFRM-I support for nested ESP tunnels" + (bsc#1012628). +- drm/msm/dp: unregister audio driver during unbind (bsc#1012628). +- drm/msm/dpu: Assign missing writeback log_mask (bsc#1012628). +- drm/msm/dpu: Move non-MDP_TOP INTF_INTR offsets out of hwio + header (bsc#1012628). +- drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabs + (bsc#1012628). +- drm/msm/dpu: populate SmartDMA features in hw catalog + (bsc#1012628). +- drm/msm/dpu: drop smart_dma_rev from dpu_caps (bsc#1012628). +- drm/msm/dpu: Allow variable SSPP_BLK size (bsc#1012628). +- drm/msm/dpu: Allow variable INTF_BLK size (bsc#1012628). +- drm/msm/dpu: move UBWC/memory configuration to separate struct + (bsc#1012628). +- drm/msm/dpu: split SM8550 catalog entry to the separate file + (bsc#1012628). +- drm/msm/dpu: Fix PP_BLK_DIPHER -> DITHER typo (bsc#1012628). +- drm/msm/dpu: Remove duplicate register defines from INTF + (bsc#1012628). +- dt-bindings: display/msm: dsi-controller-main: Document qcom, + master-dsi and qcom, sync-dual-dsi (bsc#1012628). +- ASoC: fsl_micfil: Fix error handler with pm_runtime_enable + (bsc#1012628). +- cpupower: Make TSC read per CPU for Mperf monitor (bsc#1012628). +- xfrm: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- af_key: Reject optional tunnel/BEET mode templates in outbound + policies (bsc#1012628). +- drm/msm: Fix submit error-path leaks (bsc#1012628). +- selftests: seg6: disable DAD on IPv6 router cfg for + srv6_end_dt4_l3vpn_test (bsc#1012628). +- selftets: seg6: disable rp_filter by default in + srv6_end_dt4_l3vpn_test (bsc#1012628). +- devlink: change per-devlink netdev notifier to static one + (bsc#1012628). +- net: fec: Better handle pm_runtime_get() failing in .remove() + (bsc#1012628). +- net: phy: dp83867: add w/a for packet errors seen with short + cables (bsc#1012628). +- ALSA: firewire-digi00x: prevent potential use after free + (bsc#1012628). +- wifi: mt76: connac: fix stats->tx_bytes calculation + (bsc#1012628). +- ALSA: hda/realtek: Apply HP B&O top speaker profile to Pavilion + 15 (bsc#1012628). +- ice: Fix undersized tx_flags variable (bsc#1012628). +- sfc: disable RXFCS and RXALL features by default (bsc#1012628). +- vsock: avoid to close connected socket after the timeout + (bsc#1012628). +- tcp: fix possible sk_priority leak in tcp_v4_send_reset() + (bsc#1012628). +- media: pvrusb2: fix DVB_CORE dependency (bsc#1012628). +- serial: arc_uart: fix of_iomap leak in `arc_serial_probe` + (bsc#1012628). +- serial: 8250_bcm7271: balance clk_enable calls (bsc#1012628). +- serial: 8250_bcm7271: fix leak in `brcmuart_probe` + (bsc#1012628). +- erspan: get the proto with the md version for collect_md + (bsc#1012628). +- net: dsa: rzn1-a5psw: enable management frames for CPU port + (bsc#1012628). +- net: dsa: rzn1-a5psw: fix STP states handling (bsc#1012628). +- net: dsa: rzn1-a5psw: disable learning for standalone ports + (bsc#1012628). +- net: hns3: fix output information incomplete for dumping tx + queue info with debugfs (bsc#1012628). +- net: hns3: fix sending pfc frames after reset issue + (bsc#1012628). +- net: hns3: fix reset delay time to avoid configuration timeout + (bsc#1012628). +- net: hns3: fix reset timeout when enable full VF (bsc#1012628). +- media: netup_unidvb: fix use-after-free at del_timer() + (bsc#1012628). +- SUNRPC: double free xprt_ctxt while still in use (bsc#1012628). +- SUNRPC: always free ctxt when freeing deferred request + (bsc#1012628). +- SUNRPC: Fix trace_svc_register() call site (bsc#1012628). +- ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent + in dai_config (bsc#1012628). +- ASoC: mediatek: mt8186: Fix use-after-free in driver remove path + (bsc#1012628). +- ASoC: SOF: topology: Fix logic for copying tuples (bsc#1012628). +- drm/exynos: fix g2d_open/close helper function definitions + (bsc#1012628). +- net: nsh: Use correct mac_offset to unwind gso skb in + nsh_gso_segment() (bsc#1012628). +- net: fec: remove the xdp_return_frame when lack of tx BDs + (bsc#1012628). +- virtio_net: Fix error unwinding of XDP initialization + (bsc#1012628). +- tipc: add tipc_bearer_min_mtu to calculate min mtu + (bsc#1012628). +- tipc: do not update mtu if msg_max is too small in mtu + negotiation (bsc#1012628). +- tipc: check the bearer min mtu properly when setting it by + netlink (bsc#1012628). +- s390/cio: include subchannels without devices also for + evaluation (bsc#1012628). +- can: dev: fix missing CAN XL support in can_put_echo_skb() + (bsc#1012628). +- net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop() + (bsc#1012628). +- net: bcmgenet: Restore phy_stop() depending upon suspend/close + (bsc#1012628). +- ice: Fix stats after PF reset (bsc#1012628). +- ice: Fix ice VF reset during iavf initialization (bsc#1012628). +- iavf: send VLAN offloading caps once after VFR (bsc#1012628). +- wifi: cfg80211: Drop entries with invalid BSSIDs in RNR + (bsc#1012628). +- wifi: mac80211: fortify the spinlock against deadlock by + interrupt (bsc#1012628). +- wifi: mac80211: Fix puncturing bitmap handling in + __ieee80211_csa_finalize() (bsc#1012628). +- wifi: mac80211: fix min center freq offset tracing + (bsc#1012628). +- wifi: mac80211: Abort running color change when stopping the AP + (bsc#1012628). +- wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlock + (bsc#1012628). +- wifi: iwlwifi: fw: fix DBGI dump (bsc#1012628). +- wifi: iwlwifi: fix OEM's name in the ppag approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: fix OEM's name in the tas approved list + (bsc#1012628). +- wifi: iwlwifi: mvm: don't trust firmware n_channels + (bsc#1012628). +- scsi: storvsc: Don't pass unused PFNs to Hyper-V host + (bsc#1012628). +- devlink: Fix crash with CONFIG_NET_NS=n (bsc#1012628). +- tun: Fix memory leak for detached NAPI queue (bsc#1012628). +- cassini: Fix a memory leak in the error handling path of + cas_init_one() (bsc#1012628). +- net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offset + (bsc#1012628). +- igb: fix bit_shift to be in [1..8] range (bsc#1012628). +- vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() + (bsc#1012628). +- net: wwan: iosm: fix NULL pointer dereference when removing + device (bsc#1012628). +- net: pcs: xpcs: fix C73 AN not getting enabled (bsc#1012628). +- net: selftests: Fix optstring (bsc#1012628). +- netfilter: nf_tables: fix nft_trans type confusion + (bsc#1012628). +- netfilter: nft_set_rbtree: fix null deref on element insertion + (bsc#1012628). +- bridge: always declare tunnel functions (bsc#1012628). +- ALSA: usb-audio: Add a sample rate workaround for Line6 Pod Go + (bsc#1012628). +- USB: usbtmc: Fix direction for 0-length ioctl control messages + (bsc#1012628). +- usb-storage: fix deadlock when a scsi command timeouts more + than once (bsc#1012628). +- USB: UHCI: adjust zhaoxin UHCI controllers OverCurrent bit value + (bsc#1012628). +- usb: dwc3: gadget: Improve dwc3_gadget_suspend() and + dwc3_gadget_resume() (bsc#1012628). +- usb: dwc3: debugfs: Resume dwc3 before accessing registers + (bsc#1012628). +- usb: gadget: u_ether: Fix host MAC address case (bsc#1012628). +- usb: typec: altmodes/displayport: fix pin_assignment_show + (bsc#1012628). +- Revert "usb: gadget: udc: core: Prevent redundant calls to + pullup" (bsc#1012628). +- Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only + when started" (bsc#1012628). +- xhci-pci: Only run d3cold avoidance quirk for s2idle + (bsc#1012628). +- xhci: Fix incorrect tracking of free space on transfer rings + (bsc#1012628). +- ALSA: hda: Fix Oops by 9.1 surround channel names (bsc#1012628). +- ALSA: hda: Add NVIDIA codec IDs a3 through a7 to patch table + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo L140AU (bsc#1012628). +- ALSA: hda/realtek: Add a quirk for HP EliteDesk 805 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for 2nd ASUS GU603 (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteBook G10 laptops + (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for yet another + HP laptop (bsc#1012628). +- can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flag (bsc#1012628). +- can: kvaser_pciefd: Set CAN_STATE_STOPPED in + kvaser_pciefd_stop() (bsc#1012628). +- can: kvaser_pciefd: Call request_irq() before enabling + interrupts (bsc#1012628). +- can: kvaser_pciefd: Empty SRB buffer in probe (bsc#1012628). +- can: kvaser_pciefd: Clear listen-only bit if not explicitly + requested (bsc#1012628). +- can: kvaser_pciefd: Do not send EFLUSH command on TFD interrupt + (bsc#1012628). +- can: kvaser_pciefd: Disable interrupts in probe error path + (bsc#1012628). +- wifi: brcmfmac: Check for probe() id argument being NULL + (bsc#1012628). +- wifi: rtw88: use work to update rate to avoid RCU warning + (bsc#1012628). +- wifi: rtw88: correct qsel_to_ep[] type as int (bsc#1012628). +- SMB3: Close all deferred handles of inode in case of handle + lease break (bsc#1012628). +- SMB3: drop reference to cfile before sending oplock break + (bsc#1012628). +- ksmbd: smb2: Allow messages padded to 8byte boundary + (bsc#1012628). +- ksmbd: allocate one more byte for implied bcc[0] (bsc#1012628). +- ksmbd: fix wrong UserName check in session_user (bsc#1012628). +- ksmbd: fix global-out-of-bounds in smb2_find_context_vals + (bsc#1012628). +- KVM: arm64: Infer the PA offset from IPA in stage-2 map walker + (bsc#1012628). +- KVM: Fix vcpu_array[0] races (bsc#1012628). +- statfs: enforce statfs[64] structure initialization + (bsc#1012628). +- maple_tree: make maple state reusable after mas_empty_area() + (bsc#1012628). +- mm: fix zswap writeback race condition (bsc#1012628). +- perf script: Skip aggregation for stat events (bsc#1012628). +- serial: Add support for Advantech PCI-1611U card (bsc#1012628). +- serial: 8250_exar: Add support for USR298x PCI Modems + (bsc#1012628). +- serial: qcom-geni: fix enabling deactivated interrupt + (bsc#1012628). +- thunderbolt: Clear registers properly when auto clear isn't + in use (bsc#1012628). +- vc_screen: reload load of struct vc_data pointer in vcs_write() + to avoid UAF (bsc#1012628). +- ceph: force updating the msg pointer in non-split case + (bsc#1012628). +- drm/amd/pm: fix possible power mode mismatch between driver + and PMFW (bsc#1012628). +- drm/amdgpu/gmc11: implement get_vbios_fb_size() (bsc#1012628). +- drm/amdgpu/gfx10: Disable gfxoff before disabling powergating + (bsc#1012628). +- drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 + as well (bsc#1012628). +- drm/amdgpu: refine get gpu clock counter method (bsc#1012628). +- drm/amdgpu/gfx11: update gpu_clock_counter logic (bsc#1012628). +- iommu/arm-smmu-qcom: Fix missing adreno_smmu's (bsc#1012628). +- dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries + (bsc#1012628). +- powerpc/iommu: DMA address offset is incorrectly calculated + with 2MB TCEs (bsc#1012628). +- powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV + device (bsc#1012628). +- tpm/tpm_tis: Disable interrupts for more Lenovo devices + (bsc#1012628). +- powerpc/64s/radix: Fix soft dirty tracking (bsc#1012628). +- powerpc/bpf: populate extable entries only during the last pass + (bsc#1012628). +- nfp: fix NFP_NET_MAX_DSCP definition error (bsc#1012628). +- nilfs2: fix use-after-free bug of nilfs_root in + nilfs_evict_inode() (bsc#1012628). +- s390/dasd: fix command reject error on ESE devices + (bsc#1012628). +- s390/crypto: use vector instructions only if available for + ChaCha20 (bsc#1012628). +- s390/qdio: fix do_sqbs() inline assembly constraint + (bsc#1012628). +- arm64: Also reset KASAN tag if page is not PG_mte_tagged + (bsc#1012628). +- arm64: mte: Do not set PG_mte_tagged if tags were not + initialized (bsc#1012628). +- rethook: use preempt_{disable, enable}_notrace in + rethook_trampoline_handler (bsc#1012628). +- rethook, fprobe: do not trace rethook related functions + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning + (bsc#1012628). +- ARM: 9294/2: vfp: Fix broken softirq handling with + instrumentation enabled (bsc#1012628). +- ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return + path (bsc#1012628). +- drm/amd/amdgpu: introduce gc_*_mes_2.bin v2 (bsc#1012628). +- drm/amdgpu: reserve the old gc_11_0_*_mes.bin (bsc#1012628). +- scsi: Revert "scsi: core: Do not increase scsi_device's + iorequest_cnt if dispatch failed" (bsc#1012628). +- commit c5b4604 + +------------------------------------------------------------------- +Tue May 23 08:58:00 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of accepted but unsuccessful RPC replies + (bsc#1210995). + Update upstream status. +- commit 1ef7149 + ------------------------------------------------------------------- Mon May 22 17:01:25 CEST 2023 - msuchanek@suse.de - kernel-source: Remove unused macro variant_symbols - commit 915ac72 +------------------------------------------------------------------- +Sun May 21 23:24:50 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc3 +- eliminate 1 patch + - patches.suse/SUNRPC-Fix-encoding-of-rejected-RPCs.patch (29cd2927fb91) +- update configs + - VFIO_CCW=m (s390x only) +- commit 02bdb8c + +------------------------------------------------------------------- +Wed May 17 21:14:18 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.3 (bsc#1012628). +- drm/amd/display: Fix hang when skipping modeset (bsc#1012628). +- s390/mm: fix direct map accounting (bsc#1012628). +- s390/mm: rename POPULATE_ONE2ONE to POPULATE_DIRECT + (bsc#1012628). +- spi: fsl-cpm: Use 16 bit mode for large transfers with even size + (bsc#1012628). +- spi: fsl-spi: Re-organise transfer bits_per_word adaptation + (bsc#1012628). +- x86: fix clear_user_rep_good() exception handling annotation + (bsc#1012628). +- x86/amd_nb: Add PCI ID for family 19h model 78h (bsc#1012628). +- ext4: fix invalid free tracking in ext4_xattr_move_to_block() + (bsc#1012628). +- ext4: remove a BUG_ON in ext4_mb_release_group_pa() + (bsc#1012628). +- ext4: fix lockdep warning when enabling MMP (bsc#1012628). +- ext4: bail out of ext4_xattr_ibody_get() fails for any reason + (bsc#1012628). +- ext4: add bounds checking in get_max_inline_xattr_value_size() + (bsc#1012628). +- ext4: fix deadlock when converting an inline directory in + nojournal mode (bsc#1012628). +- ext4: improve error handling from ext4_dirhash() (bsc#1012628). +- ext4: improve error recovery code paths in __ext4_remount() + (bsc#1012628). +- ext4: check iomap type only if ext4_iomap_begin() does not fail + (bsc#1012628). +- ext4: avoid deadlock in fs reclaim with page writeback + (bsc#1012628). +- ext4: fix data races when using cached status extents + (bsc#1012628). +- ext4: avoid a potential slab-out-of-bounds in + ext4_group_desc_csum (bsc#1012628). +- ext4: fix WARNING in mb_find_extent (bsc#1012628). +- locking/rwsem: Add __always_inline annotation to + __down_read_common() and inlined callers (bsc#1012628). +- perf/x86: Fix missing sample size update on AMD BRS + (bsc#1012628). +- parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE + flag (bsc#1012628). +- drm/amd/display: Lowering min Z8 residency time (bsc#1012628). +- drm/amd/display: Update minimum stutter residency for DCN314 Z8 + (bsc#1012628). +- drm/amd/display: Add minimum Z8 residency debug option + (bsc#1012628). +- drm/i915: disable sampler indirect state in bindless heap + (bsc#1012628). +- drm/i915/mtl: Add Wa_14017856879 (bsc#1012628). +- drm/i915/mtl: Add workarounds Wa_14017066071 and Wa_14017654203 + (bsc#1012628). +- drm/i915: Add _PICK_EVEN_2RANGES() (bsc#1012628). +- drm/amd/display: hpd rx irq not working with eDP interface + (bsc#1012628). +- drm/amd/display: merge dc_link.h into dc.h and dc_types.h + (bsc#1012628). +- drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() + on load error (bsc#1012628). +- Revert "net/sched: flower: Fix wrong handle assignment during + filter change" (bsc#1012628). +- fs/ntfs3: Refactoring of various minor issues (bsc#1012628). +- HID: wacom: insert timestamp to packed Bluetooth (BT) events + (bsc#1012628). +- HID: wacom: Set a default resolution for older tablets + (bsc#1012628). +- firewire: net: fix unexpected release of object for asynchronous + request packet (bsc#1012628). +- drm/amd/pm: avoid potential UBSAN issue on legacy asics + (bsc#1012628). +- drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled + in suspend (bsc#1012628). +- drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs (bsc#1012628). +- drm/amd/pm: parse pp_handle under appropriate conditions + (bsc#1012628). +- drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes + (bsc#1012628). +- drm/amdgpu: Fix vram recover doesn't work after whole GPU reset + (v2) (bsc#1012628). +- drm/amdgpu: change gfx 11.0.4 external_id range (bsc#1012628). +- drm/amdgpu/jpeg: Remove harvest checking for JPEG3 + (bsc#1012628). +- drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling + legacy gfx ras (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini + (bsc#1012628). +- drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini() + (bsc#1012628). +- drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini + (bsc#1012628). +- drm/amd/display: Change default Z8 watermark values + (bsc#1012628). +- drm/amdgpu: drop redundant sched job cleanup when cs is aborted + (bsc#1012628). +- drm/amd/display: fix flickering caused by S/G mode + (bsc#1012628). +- drm/amd/display: fix access hdcp_workqueue assert (bsc#1012628). +- drm/amd/display: filter out invalid bits in pipe_fuses + (bsc#1012628). +- drm/amd/display: Fix 4to1 MPC black screen with DPP RCO + (bsc#1012628). +- drm/amd/display: Add NULL plane_state check for cursor disable + logic (bsc#1012628). +- drm/panel: otm8009a: Set backlight parent to panel device + (bsc#1012628). +- irqchip/loongson-eiointc: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-eiointc: Fix incorrect use of + acpi_get_vec_parent (bsc#1012628). +- irqchip/loongson-eiointc: Fix returned value on parsing MADT + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix registration of syscore_ops + (bsc#1012628). +- irqchip/loongson-pch-pic: Fix pch_pic_acpi_init calling + (bsc#1012628). +- f2fs: fix potential corruption when moving a directory + (bsc#1012628). +- f2fs: fix null pointer panic in tracepoint in + __replace_atomic_write_block (bsc#1012628). +- f2fs: remove entire rb_entry sharing (bsc#1012628). +- f2fs: factor out discard_cmd usage from general rb_tree use + (bsc#1012628). +- f2fs: factor out victim_entry usage from general rb_tree use + (bsc#1012628). +- drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage + (bsc#1012628). +- drm/i915/dsi: Use unconditional msleep() instead of + intel_dsi_msleep() (bsc#1012628). +- drm/i915: Check pipe source size when using skl+ scalers + (bsc#1012628). +- drm/msm: fix workqueue leak on bind errors (bsc#1012628). +- drm/msm: fix missing wq allocation error handling (bsc#1012628). +- drm/msm: fix vram leak on bind errors (bsc#1012628). +- drm/msm: fix drm device leak on bind errors (bsc#1012628). +- drm/msm: fix NULL-deref on irq uninstall (bsc#1012628). +- drm/msm: fix NULL-deref on snapshot tear down (bsc#1012628). +- drm/i915/color: Fix typo for Plane CSC indexes (bsc#1012628). +- drm/bridge: lt8912b: Fix DSI Video Mode (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at gpu load + (bsc#1012628). +- ARM: dts: aspeed: romed8hm3: Fix GPIO polarity of system-fault + LED (bsc#1012628). +- ARM: dts: s5pv210: correct MIPI CSIS clock name (bsc#1012628). +- ARM: dts: exynos: fix WM8960 clock name in Itop Elite + (bsc#1012628). +- ARM: dts: aspeed: asrock: Correct firmware flash SPI clocks + (bsc#1012628). +- sysctl: clarify register_sysctl_init() base directory order + (bsc#1012628). +- remoteproc: rcar_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: st: Call of_node_put() on iteration error + (bsc#1012628). +- remoteproc: stm32: Call of_node_put() on iteration error + (bsc#1012628). +- proc_sysctl: enhance documentation (bsc#1012628). +- proc_sysctl: update docs for __register_sysctl_table() + (bsc#1012628). +- sh: nmi_debug: fix return value of __setup handler + (bsc#1012628). +- sh: init: use OF_EARLY_FLATTREE for early init (bsc#1012628). +- sh: mcount.S: fix build error when PRINTK is not enabled + (bsc#1012628). +- sh: math-emu: fix macro redefined warning (bsc#1012628). +- SMB3: force unmount was failing to close deferred close files + (bsc#1012628). +- smb3: fix problem remounting a share after shutdown + (bsc#1012628). +- inotify: Avoid reporting event with invalid wd (bsc#1012628). +- platform/x86: thinkpad_acpi: Add profile force ability + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add info for the Dexp Ursus + KX210i (bsc#1012628). +- platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct + (bsc#1012628). +- platform/x86: thinkpad_acpi: Fix platform profiles on T490 + (bsc#1012628). +- platform/x86: touchscreen_dmi: Add upside-down quirk for + GDIX1002 ts on the Juno Tablet (bsc#1012628). +- platform/x86/intel-uncore-freq: Return error on write frequency + (bsc#1012628). +- cifs: release leases for deferred close handles when freezing + (bsc#1012628). +- cifs: fix pcchunk length type in smb2_copychunk_range + (bsc#1012628). +- btrfs: fix backref walking not returning all inode refs + (bsc#1012628). +- btrfs: zoned: fix full zone super block reading on ZNS + (bsc#1012628). +- btrfs: zoned: zone finish data relocation BG with last IO + (bsc#1012628). +- btrfs: fix space cache inconsistency after error loading it + from disk (bsc#1012628). +- btrfs: print-tree: parent bytenr must be aligned to sector size + (bsc#1012628). +- btrfs: make clear_cache mount option to rebuild FST without + disabling it (bsc#1012628). +- btrfs: zero the buffer before marking it dirty in + btrfs_redirty_list_add (bsc#1012628). +- btrfs: don't free qgroup space unless specified (bsc#1012628). +- btrfs: fix encoded write i_size corruption with no-holes + (bsc#1012628). +- btrfs: fix assertion of exclop condition when starting balance + (bsc#1012628). +- btrfs: properly reject clear_cache and v1 cache for + block-group-tree (bsc#1012628). +- btrfs: zoned: fix wrong use of bitops API in + btrfs_ensure_empty_zones (bsc#1012628). +- btrfs: fix btrfs_prev_leaf() to not return the same key twice + (bsc#1012628). +- x86/retbleed: Fix return thunk alignment (bsc#1012628). +- KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated + permission faults (bsc#1012628). +- KVM: VMX: Make CR0.WP a guest owned bit (bsc#1012628). +- KVM: x86: Make use of kvm_read_cr*_bits() when testing bits + (bsc#1012628). +- KVM: x86: Do not unload MMU roots when only toggling CR0.WP + with TDP enabled (bsc#1012628). +- KVM: x86/mmu: Avoid indirect call for get_cr3 (bsc#1012628). +- perf stat: Separate bperf from bpf_profiler (bsc#1012628). +- perf tracepoint: Fix memory leak in is_valid_tracepoint() + (bsc#1012628). +- perf symbols: Fix return incorrect build_id size in + elf_read_build_id() (bsc#1012628). +- crypto: engine - fix crypto_queue backlog handling + (bsc#1012628). +- crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() + (bsc#1012628). +- perf cs-etm: Fix timeless decode mode detection (bsc#1012628). +- perf map: Delete two variable initialisations before null + pointer checks in sort__sym_from_cmp() (bsc#1012628). +- perf pmu: zfree() expects a pointer to a pointer to zero it + after freeing its contents (bsc#1012628). +- perf symbols: Fix unaligned access in get_x86_64_plt_disp() + (bsc#1012628). +- perf symbols: Fix use-after-free in get_plt_got_name() + (bsc#1012628). +- perf vendor events power9: Remove UTF-8 characters from JSON + files (bsc#1012628). +- perf ftrace: Make system wide the default target for latency + subcommand (bsc#1012628). +- perf tests record_offcpu.sh: Fix redirection of stderr to stdin + (bsc#1012628). +- perf vendor events s390: Remove UTF-8 characters from JSON file + (bsc#1012628). +- perf hist: Improve srcfile sort key performance (really) + (bsc#1012628). +- perf test: Fix wrong size expectation for 'Setup struct + perf_event_attr' (bsc#1012628). +- perf script: Fix Python support when no libtraceevent + (bsc#1012628). +- perf scripts intel-pt-events.py: Fix IPC output for Python 2 + (bsc#1012628). +- perf test: Fix "PMU event table sanity" for NO_JEVENTS=1 + (bsc#1012628). +- perf build: Support python/perf.so testing (bsc#1012628). +- perf lock contention: Fix compiler builtin detection + (bsc#1012628). +- perf record: Fix "read LOST count failed" msg with sample read + (bsc#1012628). +- net/sched: flower: fix error handler on replace (bsc#1012628). +- net/sched: flower: fix filter idr initialization (bsc#1012628). +- net: fec: correct the counting of XDP sent frames (bsc#1012628). +- net: enetc: check the index of the SFI rather than the handle + (bsc#1012628). +- virtio_net: suppress cpu stall when free_unused_bufs + (bsc#1012628). +- ice: block LAN in case of VF to VF offload (bsc#1012628). +- net: dsa: mt7530: fix network connectivity with multiple CPU + ports (bsc#1012628). +- net: dsa: mt7530: split-off common parts from mt7531_setup + (bsc#1012628). +- net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz + XTAL MT7621 (bsc#1012628). +- dt-bindings: perf: riscv,pmu: fix property dependencies + (bsc#1012628). +- KVM: s390: fix race in gmap_make_secure() (bsc#1012628). +- KVM: s390: pv: fix asynchronous teardown for small VMs + (bsc#1012628). +- ALSA: caiaq: input: Add error handling for unsupported input + methods in `snd_usb_caiaq_input_init` (bsc#1012628). +- drm/amdgpu: add a missing lock for AMDGPU_SCHED (bsc#1012628). +- ublk: add timeout handler (bsc#1012628). +- i2c: gxp: fix build failure without CONFIG_I2C_SLAVE + (bsc#1012628). +- netfilter: nf_tables: fix ct untracked match breakage + (bsc#1012628). +- af_packet: Don't send zero-byte data in packet_sendmsg_spkt() + (bsc#1012628). +- ionic: catch failure from devlink_alloc (bsc#1012628). +- ethtool: Fix uninitialized number of lanes (bsc#1012628). +- r8152: fix the autosuspend doesn't work (bsc#1012628). +- ionic: remove noise from ethtool rxnfc error msg (bsc#1012628). +- octeontx2-vf: Detach LF resources on probe cleanup + (bsc#1012628). +- octeontx2-pf: Disable packet I/O for graceful exit + (bsc#1012628). +- octeontx2-af: Skip PFs if not enabled (bsc#1012628). +- octeontx2-af: Fix issues with NPC field hash extract + (bsc#1012628). +- octeontx2-af: Update/Fix NPC field hash extract feature + (bsc#1012628). +- octeontx2-af: Update correct mask to filter IPv4 fragments + (bsc#1012628). +- octeontx2-af: Add validation for lmac type (bsc#1012628). +- octeontx2-pf: Increase the size of dmac filter flows + (bsc#1012628). +- octeontx2-af: Fix depth of cam and mem table (bsc#1012628). +- octeontx2-af: Fix start and end bit for scan config + (bsc#1012628). +- octeontx2-af: Secure APR table update with the lock + (bsc#1012628). +- selftests: netfilter: fix libmnl pkg-config usage (bsc#1012628). +- netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable + update with missing attributes (bsc#1012628). +- netfilter: nf_tables: support for adding new devices to an + existing netdev chain (bsc#1012628). +- netfilter: nf_tables: rename function to destroy hook list + (bsc#1012628). +- netfilter: nf_tables: extended netlink error reporting for + netdevice (bsc#1012628). +- drm/i915/mtl: Add the missing CPU transcoder mask in + intel_device_info (bsc#1012628). +- drm/i915/guc: Actually return an error if GuC version range + check fails (bsc#1012628). +- drm/i915/guc: More debug print updates - UC firmware + (bsc#1012628). +- net: ethernet: mtk_eth_soc: drop generic vlan rx offload, + only use DSA untagging (bsc#1012628). +- arm64: kernel: remove SHF_WRITE|SHF_EXECINSTR from .idmap.text + (bsc#1012628). +- riscv: compat_syscall_table: Fixup compile warning + (bsc#1012628). +- rxrpc: Fix timeout of a call that hasn't yet been granted a + channel (bsc#1012628). +- rxrpc: Make it so that a waiting process can be aborted + (bsc#1012628). +- rxrpc: Fix hard call timeout units (bsc#1012628). +- sfc: Fix module EEPROM reporting for QSFP modules (bsc#1012628). +- r8152: move setting r8153b_rx_agg_chg_indicate() (bsc#1012628). +- r8152: fix the poor throughput for 2.5G devices (bsc#1012628). +- r8152: fix flow control issue of RTL8156A (bsc#1012628). +- net/sched: act_mirred: Add carrier check (bsc#1012628). +- i2c: tegra: Fix PEC support for SMBUS block read (bsc#1012628). +- RISC-V: mm: Enable huge page support to kernel_page_present() + function (bsc#1012628). +- watchdog: dw_wdt: Fix the error handling path of + dw_wdt_drv_probe() (bsc#1012628). +- block: Skip destroyed blkg when restart in blkg_destroy_all() + (bsc#1012628). +- writeback: fix call of incorrect macro (bsc#1012628). +- net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpu (bsc#1012628). +- net: ipv6: fix skb hash for some RST packets (bsc#1012628). +- selftests: srv6: make srv6_end_dt46_l3vpn_test more robust + (bsc#1012628). +- sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() + (bsc#1012628). +- net/sched: cls_api: remove block_cb from driver_list before + freeing (bsc#1012628). +- tcp: fix skb_copy_ubufs() vs BIG TCP (bsc#1012628). +- net/ncsi: clear Tx enable mode when handling a Config required + AEN (bsc#1012628). +- octeontx2-pf: mcs: Do not reset PN while updating secy + (bsc#1012628). +- octeontx2-pf: mcs: Fix shared counters logic (bsc#1012628). +- octeontx2-pf: mcs: Clear stats before freeing resource + (bsc#1012628). +- octeontx2-pf: mcs: Match macsec ethertype along with DMAC + (bsc#1012628). +- octeontx2-pf: mcs: Fix NULL pointer dereferences (bsc#1012628). +- octeontx2-af: mcs: Fix MCS block interrupt (bsc#1012628). +- octeontx2-af: mcs: Config parser to skip 8B header + (bsc#1012628). +- octeontx2-af: mcs: Write TCAM_DATA and TCAM_MASK registers at + once (bsc#1012628). +- octeonxt2-af: mcs: Fix per port bypass config (bsc#1012628). +- ixgbe: Fix panic during XDP_TX with > 64 CPUs (bsc#1012628). +- net/sched: flower: Fix wrong handle assignment during filter + change (bsc#1012628). +- rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() + (bsc#1012628). +- drm/amd/display: Update bounding box values for DCN321 + (bsc#1012628). +- drm/amd/display: Do not clear GPINT register when releasing + DMUB from reset (bsc#1012628). +- drm/amd/display: Reset OUTBOX0 r/w pointer on DMUB reset + (bsc#1012628). +- drm/amd/display: Fixes for dcn32_clk_mgr implementation + (bsc#1012628). +- drm/amd/display: Return error code on DSC atomic check failure + (bsc#1012628). +- drm/amd/display: Add missing WA and MCLK validation + (bsc#1012628). +- arm64: Fix label placement in record_mmu_state() (bsc#1012628). +- scsi: qedi: Fix use after free bug in qedi_remove() + (bsc#1012628). +- scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue + (bsc#1012628). +- ASoC: Intel: soc-acpi-byt: Fix "WM510205" match no longer + working (bsc#1012628). +- RDMA/rxe: Extend dbg log messages to err and info (bsc#1012628). +- RDMA/rxe: Change rxe_dbg to rxe_dbg_dev (bsc#1012628). +- fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s25hx SEMPER flash (bsc#1012628). +- soc: qcom: llcc: Do not create EDAC platform device on SDM845 + (bsc#1012628). +- qcom: llcc/edac: Support polling mode for ECC handling + (bsc#1012628). +- mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon + s28hx SEMPER flash (bsc#1012628). +- mtd: spi-nor: Add a RWW flag (bsc#1012628). +- crypto: ccp - Clear PSP interrupt status register before + calling handler (bsc#1012628). +- usb: dwc3: gadget: Execute gadget stop after halting the + controller (bsc#1012628). +- USB: dwc3: gadget: drop dead hibernation code (bsc#1012628). +- commit 1237d35 + +------------------------------------------------------------------- +Mon May 15 15:22:13 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.2 (bsc#1012628). +- netfilter: nf_tables: deactivate anonymous set from preparation + phase (bsc#1012628). +- arch_topology: Remove early cacheinfo error message if -ENOENT + (bsc#1012628). +- debugobject: Ensure pool refill (again) (bsc#1012628). +- cifs: avoid potential races when handling multiple dfs tcons + (bsc#1012628). +- cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath + (bsc#1012628). +- cifs: fix potential race when tree connecting ipc (bsc#1012628). +- cifs: fix sharing of DFS connections (bsc#1012628). +- cifs: protect session status check in smb2_reconnect() + (bsc#1012628). +- cifs: fix potential use-after-free bugs in + TCP_Server_Info::hostname (bsc#1012628). +- io_uring/rsrc: check for nonconsecutive pages (bsc#1012628). +- perf intel-pt: Fix CYC timestamps after standalone CBR + (bsc#1012628). +- perf auxtrace: Fix address filter entire kernel size + (bsc#1012628). +- dm: don't lock fs when the map is NULL in process of resume + (bsc#1012628). +- dm ioctl: fix nested locking in table_clear() to remove deadlock + concern (bsc#1012628). +- dm flakey: fix a crash with invalid table line (bsc#1012628). +- dm integrity: call kmem_cache_destroy() in dm_integrity_init() + error path (bsc#1012628). +- dm clone: call kmem_cache_destroy() in dm_clone_init() error + path (bsc#1012628). +- dm verity: fix error handling for check_at_most_once on FEC + (bsc#1012628). +- vhost_vdpa: fix unmap process in no-batch mode (bsc#1012628). +- mm/hugetlb: fix uffd-wp during fork() (bsc#1012628). +- mm/mempolicy: correctly update prev when policy is equal on + mbind (bsc#1012628). +- ia64: fix an addr to taddr in huge_pte_offset() (bsc#1012628). +- s390/dasd: fix hanging blockdevice after request requeue + (bsc#1012628). +- btrfs: scrub: reject unsupported scrub flags (bsc#1012628). +- scripts/gdb: fix lx-timerlist for Python3 (bsc#1012628). +- afs: Avoid endless loop if file is larger than expected + (bsc#1012628). +- afs: Fix getattr to report server i_size on dirs, not local size + (bsc#1012628). +- afs: Fix updating of i_size with dv jump from server + (bsc#1012628). +- PM: hibernate: Do not get block device exclusively in + test_resume mode (bsc#1012628). +- PM: hibernate: Turn snapshot_test into global variable + (bsc#1012628). +- ACPI: PM: Do not turn of unused power resources on the Toshiba + Click Mini (bsc#1012628). +- hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() + (bsc#1012628). +- hte: tegra: fix 'struct of_device_id' build error (bsc#1012628). +- mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE (bsc#1012628). +- mfd: ocelot-spi: Fix unsupported bulk read (bsc#1012628). +- mfd: tqmx86: Correct board names for TQMxE39x (bsc#1012628). +- mfd: tqmx86: Specify IO port register range more precisely + (bsc#1012628). +- mfd: tqmx86: Do not access I2C_DETECT register through io_base + (bsc#1012628). +- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource + leak in mtk_thermal_probe (bsc#1012628). +- pinctrl-bcm2835.c: fix race condition when setting gpio dir + (bsc#1012628). +- dmaengine: at_xdmac: do not enable all cyclic channels + (bsc#1012628). +- dmaengine: at_xdmac: restore the content of grws register + (bsc#1012628). +- dmaengine: at_xdmac: do not resume channels paused by consumers + (bsc#1012628). +- dmaengine: at_xdmac: fix imbalanced runtime PM reference counter + (bsc#1012628). +- dmaengine: at_xdmac: disable/enable clock directly on + suspend/resume (bsc#1012628). +- dmaengine: dw-edma: Fix to enable to issue dma request on DMA + processing (bsc#1012628). +- dmaengine: dw-edma: Fix to change for continuous transfer + (bsc#1012628). +- dma: gpi: remove spurious unlock in gpi_ch_init (bsc#1012628). +- phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() + (bsc#1012628). +- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for + usb2_port and ulpi_port (bsc#1012628). +- soundwire: intel: don't save hw_params for use in prepare + (bsc#1012628). +- pwm: mtk-disp: Configure double buffering before reading in + .get_state() (bsc#1012628). +- pwm: mtk-disp: Disable shadow registers before setting backlight + values (bsc#1012628). +- leds: tca6507: Fix error handling of using + fwnode_property_read_string (bsc#1012628). +- dmaengine: mv_xor_v2: Fix an error code (bsc#1012628). +- pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible + string (bsc#1012628). +- leds: TI_LMU_COMMON: select REGMAP instead of depending on it + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix ERROROUTC function names + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions + (bsc#1012628). +- pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group + (bsc#1012628). +- pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux + configuration (bsc#1012628). +- ext4: fix use-after-free read in ext4_find_extent for bigalloc + + inline (bsc#1012628). +- ext4: fix i_disksize exceeding i_size problem in paritally + written case (bsc#1012628). +- rtc: jz4740: Make sure clock provider gets removed + (bsc#1012628). +- SMB3: Close deferred file handles in case of handle lease break + (bsc#1012628). +- SMB3: Add missing locks to protect deferred close file list + (bsc#1012628). +- timekeeping: Fix references to nonexistent ktime_get_fast_ns() + (bsc#1012628). +- openrisc: Properly store r31 to pt_regs on unhandled exceptions + (bsc#1012628). +- clocksource/drivers/davinci: Fix memory leak in + davinci_timer_register when init fails (bsc#1012628). +- RDMA/mlx5: Use correct device num_ports when modify DC + (bsc#1012628). +- SUNRPC: remove the maximum number of retries in call_bind_status + (bsc#1012628). +- RDMA/mlx5: Fix flow counter query via DEVX (bsc#1012628). +- RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR + (bsc#1012628). +- RDMA/rxe: Fix the error "trying to register non-static key in + rxe_cleanup_task" (bsc#1012628). +- RDMA/rxe: Remove __rxe_do_task() (bsc#1012628). +- RDMA/rxe: Convert tasklet args to queue pairs (bsc#1012628). +- swiotlb: fix debugfs reporting of reserved memory pools + (bsc#1012628). +- swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup + (bsc#1012628). +- Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe + (bsc#1012628). +- clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk + (bsc#1012628). +- clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling + (bsc#1012628). +- clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain + clks in lpass_cc_sc7280_desc (bsc#1012628). +- clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration + (bsc#1012628). +- s390/checksum: always use cksm instruction (bsc#1012628). +- iommu/amd: Set page size bitmap during V2 domain allocation + (bsc#1012628). +- NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease + (bsc#1012628). +- clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents + (bsc#1012628). +- clk: imx: fracn-gppll: disable hardware select control + (bsc#1012628). +- clk: imx: fracn-gppll: fix the rate table (bsc#1012628). +- IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA + requests (bsc#1012628). +- IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order + (bsc#1012628). +- RDMA/srpt: Add a check for valid 'mad_agent' pointer + (bsc#1012628). +- RDMA/cm: Trace icm_send_rej event before the cm state is reset + (bsc#1012628). +- power: supply: rk817: Fix low SOC bugs (bsc#1012628). +- clk: qcom: gcc-sm6115: Mark RCGs shared where applicable + (bsc#1012628). +- RDMA/siw: Remove namespace check from siw_netdev_event() + (bsc#1012628). +- clk: add missing of_node_put() in "assigned-clocks" property + parsing (bsc#1012628). +- power: supply: generic-adc-battery: fix unit scaling + (bsc#1012628). +- RDMA/rxe: Remove tasklet call from rxe_cq.c (bsc#1012628). +- iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN (bsc#1012628). +- fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() + (bsc#1012628). +- fs/ntfs3: Fix OOB read in indx_insert_into_buffer (bsc#1012628). +- fs/ntfs3: Add check for kmemdup (bsc#1012628). +- fs/ntfs3: Fix memory leak if ntfs_read_mft failed (bsc#1012628). +- RDMA/erdma: Use fixed hardware page size (bsc#1012628). +- RDMA/rxe: Replace exists by rxe in rxe.c (bsc#1012628). +- rtc: k3: handle errors while enabling wake irq (bsc#1012628). +- rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current + time (bsc#1012628). +- RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() + (bsc#1012628). +- rtc: omap: include header for omap_rtc_power_off_program + prototype (bsc#1012628). +- workqueue: Fix hung time report of worker pools (bsc#1012628). +- clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src + (bsc#1012628). +- clk: mediatek: clk-pllfh: fix missing of_node_put() in + fhctl_parse_dt() (bsc#1012628). +- RDMA/rdmavt: Delete unnecessary NULL check (bsc#1012628). +- clk: mediatek: mt8135: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag + (bsc#1012628). +- clk: mediatek: Consistently use GATE_MTK() macro (bsc#1012628). +- clk: mediatek: mt2712: Add error handling to + clk_mt2712_apmixed_probe() (bsc#1012628). +- RDMA/siw: Fix potential page_array out of range access + (bsc#1012628). +- IB/hifi1: add a null check of kzalloc_node in + hfi1_ipoib_txreq_init (bsc#1012628). +- clk: at91: clk-sam9x60-pll: fix return value check + (bsc#1012628). +- tracing/user_events: Ensure write index cannot be negative + (bsc#1012628). +- rtla/timerlat: Fix "Previous IRQ" auto analysis' line + (bsc#1012628). +- rv: Fix addition on an uninitialized variable 'run' + (bsc#1012628). +- sched/clock: Fix local_clock() before sched_clock_init() + (bsc#1012628). +- sched/rt: Fix bad task migration for rt tasks (bsc#1012628). +- riscv: Fix ptdump when KASAN is enabled (bsc#1012628). +- Revert "objtool: Support addition to set CFA base" + (bsc#1012628). +- perf/core: Fix hardlockup failure caused by perf throttle + (bsc#1012628). +- sched/fair: Fix inaccurate tally of ttwu_move_affine + (bsc#1012628). +- powerpc/rtas: use memmove for potentially overlapping buffer + copy (bsc#1012628). +- macintosh: via-pmu-led: requires ATA to be set (bsc#1012628). +- powerpc/sysdev/tsi108: fix resource printk format warnings + (bsc#1012628). +- powerpc/wii: fix resource printk format warnings (bsc#1012628). +- powerpc/mpc512x: fix resource printk format warning + (bsc#1012628). +- powerpc/perf: Properly detect mpc7450 family (bsc#1012628). +- macintosh/windfarm_smu_sat: Add missing of_node_put() + (bsc#1012628). +- selftests/powerpc/pmu: Fix sample field check in the + mmcra_thresh_marked_sample_test (bsc#1012628). +- fbdev: mmp: Fix deferred clk handling in mmphw_probe() + (bsc#1012628). +- virtio_ring: don't update event idx on get_buf (bsc#1012628). +- vdpa/mlx5: Avoid losing link state updates (bsc#1012628). +- spmi: Add a check for remove callback when removing a SPMI + driver (bsc#1012628). +- staging: rtl8192e: Fix W_DISABLE# does not work after stop/start + (bsc#1012628). +- spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS + (bsc#1012628). +- serial: 8250: Add missing wakeup event reporting (bsc#1012628). +- tty: serial: fsl_lpuart: adjust buffer length to the intended + size (bsc#1012628). +- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe + (bsc#1012628). +- usb: mtu3: fix kernel panic at qmu transfer done irq handler + (bsc#1012628). +- usb: chipidea: fix missing goto in `ci_hdrc_probe` + (bsc#1012628). +- usb: gadget: tegra-xudc: Fix crash in vbus_draw (bsc#1012628). +- sh: sq: Fix incorrect element size for allocating bitmap buffer + (bsc#1012628). +- uapi/linux/const.h: prefer ISO-friendly __typeof__ + (bsc#1012628). +- scripts/gdb: raise error with reduced debugging information + (bsc#1012628). +- i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path + (bsc#1012628). +- i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on + error path (bsc#1012628). +- spi: cadence-quadspi: fix suspend-resume implementations + (bsc#1012628). +- drm/panel: novatek-nt35950: Only unregister DSI1 if it exists + (bsc#1012628). +- PCI/PM: Extend D3hot delay for NVIDIA HDA controllers + (bsc#1012628). +- ASoC: fsl_mqs: move of_node_put() to the correct location + (bsc#1012628). +- drm/panel: novatek-nt35950: Improve error handling + (bsc#1012628). +- coresight: etm_pmu: Set the module field (bsc#1012628). +- cacheinfo: Check cache properties are present in DT + (bsc#1012628). +- cacheinfo: Check sib_leaf in cache_leaves_are_shared() + (bsc#1012628). +- HID: amd_sfh: Handle "no sensors" enabled for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Increase sensor command timeout for SFH1.1 + (bsc#1012628). +- HID: amd_sfh: Correct the stop all command (bsc#1012628). +- HID: amd_sfh: Add support for shutdown operation (bsc#1012628). +- HID: amd_sfh: Fix illuminance value (bsc#1012628). +- HID: amd_sfh: Correct the sensor enable and disable command + (bsc#1012628). +- HID: amd_sfh: Correct the structure fields (bsc#1012628). +- ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info + (bsc#1012628). +- scripts/gdb: bail early if there are no generic PD + (bsc#1012628). +- scripts/gdb: bail early if there are no clocks (bsc#1012628). +- ia64: salinfo: placate defined-but-not-used warning + (bsc#1012628). +- ia64: mm/contig: fix section mismatch warning/error + (bsc#1012628). +- PCI/EDR: Clear Device Status after EDR error recovery + (bsc#1012628). +- of: Fix modalias string generation (bsc#1012628). +- vmci_host: fix a race condition in vmci_host_poll() causing GPF + (bsc#1012628). +- spi: fsl-spi: Fix CPM/QE mode Litte Endian (bsc#1012628). +- spi: mchp-pci1xxxx: Fix improper implementation of disabling + chip select lines (bsc#1012628). +- spi: mpc5xxx-psc: Remove unused platform_data (bsc#1012628). +- spi: mchp-pci1xxxx: Fix SPI transactions not working after + suspend and resume (bsc#1012628). +- spi: mchp-pci1xxxx: Fix length of SPI transactions not set + properly in driver (bsc#1012628). +- interconnect: qcom: rpm: drop bogus pm domain attach + (bsc#1012628). +- spi: qup: Don't skip cleanup in remove's error path + (bsc#1012628). +- dt-bindings: serial: snps-dw-apb-uart: correct number of DMAs + (bsc#1012628). +- linux/vt_buffer.h: allow either builtin or modular for macros + (bsc#1012628). +- ASoC: es8316: Handle optional IRQ assignment (bsc#1012628). +- PCI: imx6: Install the fault handler only on compatible match + (bsc#1012628). +- ASoC: soc-compress: Inherit atomicity from DAI link for Compress + FE (bsc#1012628). +- usb: gadget: udc: renesas_usb3: Fix use after free bug in + renesas_usb3_remove due to race condition (bsc#1012628). +- module/decompress: Never use kunmap() for local un-mappings + (bsc#1012628). +- spi: f_ospi: Add missing spi_mem_default_supports_op() helper + (bsc#1012628). +- interconnect: qcom: osm-l3: drop unuserd header inclusion + (bsc#1012628). +- interconnect: qcom: drop obsolete OSM_L3/EPSS defines + (bsc#1012628). +- spi: imx: Don't skip cleanup in remove's error path + (bsc#1012628). +- spi: atmel-quadspi: Free resources even if runtime resume + failed in .remove() (bsc#1012628). +- spi: atmel-quadspi: Don't leak clk enable count in pm resume + (bsc#1012628). +- serial: 8250_bcm7271: Fix arbitration handling (bsc#1012628). +- spi: Constify spi parameters of chip select APIs (bsc#1012628). +- iio: light: max44009: add missing OF device matching + (bsc#1012628). +- iommufd/selftest: Catch overflow of uptr and length + (bsc#1012628). +- fpga: bridge: fix kernel-doc parameter description + (bsc#1012628). +- serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if + more data are transmitted (bsc#1012628). +- usb: dwc3: gadget: Change condition for processing suspend event + (bsc#1012628). +- usb: host: xhci-rcar: remove leftover quirk handling + (bsc#1012628). +- pstore: Revert pmsg_lock back to a normal mutex (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + rtw_scan_timeout_handler() (bsc#1012628). +- drivers: staging: rtl8723bs: Fix locking in + _rtw_join_timeout_handler() (bsc#1012628). +- ASoC: cs35l41: Only disable internal boost (bsc#1012628). +- ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of + depending on it (bsc#1012628). +- tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp + (bsc#1012628). +- net: amd: Fix link leak when verifying config failed + (bsc#1012628). +- netlink: Use copy_to_user() for optval in netlink_getsockopt() + (bsc#1012628). +- Revert "Bluetooth: btsdio: fix use after free bug in + btsdio_remove due to unfinished work" (bsc#1012628). +- rxrpc: Fix error when reading rxrpc tokens (bsc#1012628). +- ipv4: Fix potential uninit variable access bug in + __ip_make_skb() (bsc#1012628). +- net/sched: cls_api: Initialize miss_cookie_node when action + miss is not used (bsc#1012628). +- net/sched: sch_fq: fix integer overflow of "credit" + (bsc#1012628). +- net: dpaa: Fix uninitialized variable in dpaa_stop() + (bsc#1012628). +- netfilter: nf_tables: don't write table validation state + without mutex (bsc#1012628). +- bpf: Don't EFAULT for getsockopt with optval=NULL (bsc#1012628). +- bpf: Fix race between btf_put and btf_idr walk (bsc#1012628). +- net: stmmac:fix system hang when setting up tag_8021q VLAN + for DSA ports (bsc#1012628). +- Revert "net/mlx5e: Don't use termination table when redundant" + (bsc#1012628). +- net/mlx5e: Nullify table pointer when failing to create + (bsc#1012628). +- net/mlx5: Use recovery timeout on sync reset flow (bsc#1012628). +- Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() + function" (bsc#1012628). +- net/mlx5e: Fix error flow in representor failing to add vport + rx rule (bsc#1012628). +- net/mlx5: Release tunnel device after tc update skb + (bsc#1012628). +- net/mlx5: E-switch, Don't destroy indirect table in split rule + (bsc#1012628). +- net/mlx5: E-switch, Create per vport table based on devlink + encap mode (bsc#1012628). +- net/mlx5e: Release the label when replacing existing ct entry + (bsc#1012628). +- net/mlx5e: Don't clone flow post action attributes second time + (bsc#1012628). +- ixgbe: Enable setting RSS table to default values (bsc#1012628). +- ixgbe: Allow flow hash to be set via ethtool (bsc#1012628). +- net: libwx: fix memory leak in wx_setup_rx_resources + (bsc#1012628). +- wifi: iwlwifi: mvm: fix potential memory leak (bsc#1012628). +- wifi: iwlwifi: mvm: support wowlan info notification version 2 + (bsc#1012628). +- wifi: iwlwifi: fw: fix memory leak in debugfs (bsc#1012628). +- netfilter: conntrack: fix wrong ct->timeout value (bsc#1012628). +- wifi: mt76: mt7996: fill txd by host driver (bsc#1012628). +- netfilter: conntrack: restore IPS_CONFIRMED out of + nf_conntrack_hash_check_insert() (bsc#1012628). +- wifi: iwlwifi: mvm: check firmware response size (bsc#1012628). +- wifi: mt76: connac: fix txd multicast rate setting + (bsc#1012628). +- wifi: mt76: mt7921e: stop chip reset worker in unregister hook + (bsc#1012628). +- wifi: mt76: mt7921e: improve reliability of dma reset + (bsc#1012628). +- wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe` + (bsc#1012628). +- mt76: mt7921: fix kernel panic by accessing unallocated + eeprom.data (bsc#1012628). +- wifi: mt76: fix 6GHz high channel not be scanned (bsc#1012628). +- wifi: mt76: mt7921e: fix probe timeout after reboot + (bsc#1012628). +- wifi: mt76: mt7921: use driver flags rather than mac80211 + flags to mcu (bsc#1012628). +- wifi: mt76: mt7996: fix eeprom tx path bitfields (bsc#1012628). +- wifi: mt76: mt7996: fix pointer calculation in ie countdown + event (bsc#1012628). +- wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw + queue (bsc#1012628). +- wifi: mt76: handle failure of vzalloc in mt7615_coredump_work + (bsc#1012628). +- wifi: mt76: mt7915: rework init flow in mt7915_thermal_init() + (bsc#1012628). +- wifi: mt76: mt7915: expose device tree match table + (bsc#1012628). +- wifi: mt76: mt7996: fix radiotap bitfield (bsc#1012628). +- wifi: mt76: mt7915: unlock on error in + mt7915_thermal_temp_store() (bsc#1012628). +- wifi: mt76: mt7921: fix PCI DMA hang after reboot (bsc#1012628). +- wifi: mt76: mt7921: fix wrong command to set STA channel + (bsc#1012628). +- wifi: mt76: remove redundent MCU_UNI_CMD_* definitions + (bsc#1012628). +- wifi: iwlwifi: make the loop for card preparation effective + (bsc#1012628). +- io_uring/rsrc: use nospec'ed indexes (bsc#1012628). +- jdb2: Don't refuse invalidation of already invalidated buffers + (bsc#1012628). +- wifi: iwlwifi: fw: move memset before early return + (bsc#1012628). +- wifi: iwlwifi: mvm: initialize seq variable (bsc#1012628). +- wifi: iwlwifi: yoyo: Fix possible division by zero + (bsc#1012628). +- wifi: iwlwifi: yoyo: skip dump correctly on hw error + (bsc#1012628). +- wifi: iwlwifi: mvm: don't drop unencrypted MCAST frames + (bsc#1012628). +- md/raid10: don't call bio_start_io_acct twice for bio which + experienced read error (bsc#1012628). +- md/raid10: fix memleak of md thread (bsc#1012628). +- md/raid10: fix memleak for 'conf->bio_split' (bsc#1012628). +- md/raid10: fix leak of 'r10bio->remaining' for recovery + (bsc#1012628). +- md/raid10: fix task hung in raid10d (bsc#1012628). +- f2fs: fix to check return value of inc_valid_block_count() + (bsc#1012628). +- f2fs: fix to check return value of f2fs_do_truncate_blocks() + (bsc#1012628). +- bpf, sockmap: Revert buggy deadlock fix in the sockhash and + sockmap (bsc#1012628). +- wifi: iwlwifi: mvm: don't set CHECKSUM_COMPLETE for unsupported + protocols (bsc#1012628). +- wifi: iwlwifi: trans: don't trigger d3 interrupt twice + (bsc#1012628). +- wifi: iwlwifi: mvm: fix A-MSDU checks (bsc#1012628). +- wifi: iwlwifi: debug: fix crash in __iwl_err() (bsc#1012628). +- blk-mq: don't plug for head insertions in blk_execute_rq_nowait + (bsc#1012628). +- selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach + (bsc#1012628). +- selftests/bpf: Use read_perf_max_sample_freq() in + perf_event_stackmap (bsc#1012628). +- nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} + usage" (bsc#1012628). +- nvme: fix async event trace event (bsc#1012628). +- nvmet: fix I/O Command Set specific Identify Controller + (bsc#1012628). +- nvmet: fix Identify Active Namespace ID list handling + (bsc#1012628). +- nvmet: fix Identify Controller handling (bsc#1012628). +- nvmet: fix Identify Namespace handling (bsc#1012628). +- nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() + (bsc#1012628). +- bpf, sockmap: fix deadlocks in the sockhash and sockmap + (bsc#1012628). +- wifi: ath11k: fix writing to unintended memory region + (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: fix optional phy regulator + handling (bsc#1012628). +- net: ethernet: stmmac: dwmac-rk: rework optional clock handling + (bsc#1012628). +- scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() + (bsc#1012628). +- bpf/btf: Fix is_int_ptr() (bsc#1012628). +- wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table + (bsc#1012628). +- f2fs: fix to avoid use-after-free for cached IPU bio + (bsc#1012628). +- xsk: Fix unaligned descriptor validation (bsc#1012628). +- crypto: drbg - Only fail when jent is unavailable in FIPS mode + (bsc#1012628). +- bpftool: Fix bug for long instructions in program CFG dumps + (bsc#1012628). +- selftests/bpf: Wait for receive in cg_storage_multi test + (bsc#1012628). +- selftests: xsk: Deflakify STATS_RX_DROPPED test (bsc#1012628). +- selftests: xsk: Disable IPv6 on VETH1 (bsc#1012628). +- selftests: xsk: Use correct UMEM size in testapp_invalid_desc + (bsc#1012628). +- net: qrtr: correct types of trace event parameters + (bsc#1012628). +- f2fs: fix iostat lock protection (bsc#1012628). +- bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call + (bsc#1012628). +- bpf: factor out fetching basic kfunc metadata (bsc#1012628). +- wifi: rt2x00: Fix memory leak when handling surveys + (bsc#1012628). +- scsi: hisi_sas: Handle NCQ error when IPTT is valid + (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_reg() (bsc#1012628). +- wifi: rtlwifi: fix incorrect error codes in + rtl_debugfs_set_write_rfreg() (bsc#1012628). +- crypto: sa2ul - Select CRYPTO_DES (bsc#1012628). +- crypto: caam - Clear some memory in instantiate_rng + (bsc#1012628). +- f2fs: fix scheduling while atomic in decompression path + (bsc#1012628). +- f2fs: compress: fix to call f2fs_wait_on_page_writeback() + in f2fs_write_raw_pages() (bsc#1012628). +- f2fs: apply zone capacity to all zone type (bsc#1012628). +- f2fs: fix uninitialized skipped_gc_rwsem (bsc#1012628). +- f2fs: handle dqget error in f2fs_transfer_project_quota() + (bsc#1012628). +- testing/vsock: add vsock_perf to gitignore (bsc#1012628). +- net: sunhme: Fix uninitialized return code (bsc#1012628). +- scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS + (bsc#1012628). +- scsi: target: iscsit: Fix TAS handling during conn cleanup + (bsc#1012628). +- scsi: target: Fix multiple LUN_RESET handling (bsc#1012628). +- scsi: target: iscsit: Stop/wait on cmds during conn close + (bsc#1012628). +- scsi: target: iscsit: isert: Alloc per conn cmd counter + (bsc#1012628). +- scsi: target: Pass in cmd counter to use during cmd setup + (bsc#1012628). +- scsi: target: Move cmd counter allocation (bsc#1012628). +- scsi: target: Move sess cmd counter to new struct (bsc#1012628). +- bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation + (bsc#1012628). +- bpf: return long from bpf_map_ops funcs (bsc#1012628). +- netfilter: keep conntrack reference until IPsecv6 policy checks + are done (bsc#1012628). +- net: dsa: qca8k: remove assignment of an_enabled in + pcs_get_state() (bsc#1012628). +- libbpf: Fix ld_imm64 copy logic for ksym in light skeleton + (bsc#1012628). +- net/packet: convert po->auxdata to an atomic flag (bsc#1012628). +- net/packet: convert po->origdev to an atomic flag (bsc#1012628). +- net/packet: annotate accesses to po->xmit (bsc#1012628). +- vlan: partially enable SIOCSHWTSTAMP in container (bsc#1012628). +- net: pcs: xpcs: remove double-read of link state when using AN + (bsc#1012628). +- bpf: Remove misleading spec_v1 check on var-offset stack read + (bsc#1012628). +- bpf: Free struct bpf_cpumask in call_rcu handler (bsc#1012628). +- bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma + (bsc#1012628). +- selftests/bpf: Fix a fd leak in an error path in + network_helpers.c (bsc#1012628). +- wifi: ath11k: fix deinitialization of firmware resources + (bsc#1012628). +- wifi: ath12k: Add missing unwind goto in ath12k_pci_probe() + (bsc#1012628). +- scm: fix MSG_CTRUNC setting condition for SO_PASSSEC + (bsc#1012628). +- crypto: qat - fix concurrency issue when device state changes + (bsc#1012628). +- bpf: fix precision propagation verbose logging (bsc#1012628). +- bpf: take into account liveness when propagating precision + (bsc#1012628). +- selftests/bpf: Fix flaky fib_lookup test (bsc#1012628). +- selftests/bpf: move SYS() macro into the test_progs.h + (bsc#1012628). +- selftests/bpf: Fix IMA test (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_mac_power_switch() (bsc#1012628). +- wifi: rtw88: mac: Return the original error from + rtw_pwr_seq_parser() (bsc#1012628). +- libbpf: Fix bpf_xdp_query() in old kernels (bsc#1012628). +- libbpf: Fix arm syscall regs spec in bpf_tracing.h + (bsc#1012628). +- tools: bpftool: Remove invalid \' json escape (bsc#1012628). +- wifi: ath6kl: reduce WARN to dev_dbg() in callback + (bsc#1012628). +- wifi: brcmfmac: support CQM RSSI notification with older + firmware (bsc#1012628). +- wifi: rtl8xxxu: Remove always true condition in + rtl8xxxu_print_chipinfo (bsc#1012628). +- wifi: ath11k: fix SAC bug on peer addition with sta band + migration (bsc#1012628). +- wifi: ath5k: fix an off by one check in + ath5k_eeprom_read_freq_list() (bsc#1012628). +- wifi: ath5k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath11k: Use platform_get_irq() to get the interrupt + (bsc#1012628). +- wifi: ath9k: hif_usb: fix memory leak of remain_skbs + (bsc#1012628). +- wifi: ath11k: fix return value check in ath11k_ahb_probe() + (bsc#1012628). +- wifi: ath12k: use kfree_skb() instead of kfree() (bsc#1012628). +- wifi: ath6kl: minor fix for allocation size (bsc#1012628). +- media: ov5670: Fix probe on ACPI (bsc#1012628). +- platform/chrome: cros_typec_switch: Add missing + fwnode_handle_put() (bsc#1012628). +- hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y + YM-2151E (bsc#1012628). +- rpmsg: glink: Propagate TX failures in intentless mode as well + (bsc#1012628). +- cpufreq: use correct unit when verify cur freq (bsc#1012628). +- ACPI: bus: Ensure that notify handlers are not running after + removal (bsc#1012628). +- tick/common: Align tick period with the HZ tick (bsc#1012628). +- drm/i915: Fix memory leaks in i915 selftests (bsc#1012628). +- drm/i915: Make intel_get_crtc_new_encoder() less oopsy + (bsc#1012628). +- debugobject: Prevent init race with static objects + (bsc#1012628). +- media: mediatek: vcodec: add remove function for decoder + platform driver (bsc#1012628). +- media: mediatek: vcodec: fix decoder disable pm crash + (bsc#1012628). +- perf/arm-cmn: Fix port detection for CMN-700 (bsc#1012628). +- arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step + (bsc#1012628). +- x86/ioapic: Don't return 0 from arch_dynirq_lower_bound() + (bsc#1012628). +- regulator: stm32-pwr: fix of_iomap leak (bsc#1012628). +- media: venus: dec: Fix capture formats enumeration order + (bsc#1012628). +- media: venus: dec: Fix handling of the start cmd (bsc#1012628). +- media: rc: gpio-ir-recv: Fix support for wake-up (bsc#1012628). +- drm/amd/display: Fix potential null dereference (bsc#1012628). +- media: hi846: Fix memleak in hi846_init_controls() + (bsc#1012628). +- media: v4l: async: Return async sub-devices to subnotifier list + (bsc#1012628). +- media: rcar_fdp1: Fix refcount leak in probe and remove function + (bsc#1012628). +- media: rcar_fdp1: Convert to platform remove callback returning + void (bsc#1012628). +- media: vsp1: Replace vb2_is_streaming() with + vb2_start_streaming_called() (bsc#1012628). +- media: platform: mtk-mdp3: fix potential frame size overflow + in mdp_try_fmt_mplane() (bsc#1012628). +- media: saa7134: fix use after free bug in saa7134_finidev due + to race condition (bsc#1012628). +- media: dm1105: Fix use after free bug in dm1105_remove due to + race condition (bsc#1012628). +- platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init + (bsc#1012628). +- platform/x86/amd: pmc: Utilize SMN index 0 for driver probe + (bsc#1012628). +- platform/x86/amd: pmc: Move idlemask check into + `amd_pmc_idlemask_read` (bsc#1012628). +- platform/x86/amd: pmc: Don't dump data after resume from s0i3 + on picasso (bsc#1012628). +- platform/x86/amd: pmc: Hide SMU version and program attributes + for Picasso (bsc#1012628). +- platform/x86/amd: pmc: Don't try to read SMU version on Picasso + (bsc#1012628). +- platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe + (bsc#1012628). +- media: rkvdec: fix use after free bug in rkvdec_remove + (bsc#1012628). +- media: cedrus: fix use after free bug in cedrus_remove due to + race condition (bsc#1012628). +- media: mediatek: vcodec: change lat thread decode error + condition (bsc#1012628). +- media: mediatek: vcodec: making sure queue_work successfully + (bsc#1012628). +- media: mediatek: vcodec: remove unused lat_buf (bsc#1012628). +- media: mediatek: vcodec: add core decode done event + (bsc#1012628). +- media: mediatek: vcodec: move lat_buf to the top of core list + (bsc#1012628). +- media: mediatek: vcodec: using each instance lat_buf count + replace core ready list (bsc#1012628). +- media: mediatek: vcodec: add params to record lat and core + lat_buf count (bsc#1012628). +- media: mediatek: vcodec: Force capture queue format to MM21 + (bsc#1012628). +- media: mediatek: vcodec: Make MM21 the default capture format + (bsc#1012628). +- media: mediatek: vcodec: Use 4K frame size when supported by + stateful decoder (bsc#1012628). +- media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow + (bsc#1012628). +- media: mtk-jpeg: Fixes jpeghw multi-core judgement + (bsc#1012628). +- arm64: dts: sdm845: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7280: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: sc7180: Rename qspi data12 as data23 (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: removed clash with smem_region + (bsc#1012628). +- arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping + (bsc#1012628). +- soc: qcom: rpmh-rsc: Support RSC v3 minor versions + (bsc#1012628). +- x86/apic: Fix atomic update of offset in reserve_eilvt_offset() + (bsc#1012628). +- thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt + status bitmask (bsc#1012628). +- drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro + (bsc#1012628). +- Revert "drm/msm: Fix failure paths in msm_drm_init()" + (bsc#1012628). +- Revert "drm/msm: Add missing check and destroy for + alloc_ordered_workqueue" (bsc#1012628). +- regulator: core: Avoid lockdep reports when resolving supplies + (bsc#1012628). +- regulator: core: Consistently set mutex_owner when using + ww_mutex_lock_slow() (bsc#1012628). +- drm/ttm/pool: Fix ttm_pool_alloc error path (bsc#1012628). +- arm64: dts: rockchip: Assign PLL_PPLL clock rate to 1.1 GHz + on rk3588s (bsc#1012628). +- drm/i915/pxp: limit drm-errors or warning on firmware API + failures (bsc#1012628). +- drm/i915/pxp: Invalidate all PXP fw sessions during teardown + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: apq8096-db820c: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-msft-lumia-octagon: drop unit address + from PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8994-kitakami: drop unit address from + PMI8994 regulator (bsc#1012628). +- arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix + backlight pin function" (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-pazquel: correct trackpad + supply (bsc#1012628). +- arm64: dts: qcom: sc7180-trogdor-lazor: correct trackpad supply + (bsc#1012628). +- arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad + supply (bsc#1012628). +- gpu: host1x: Fix memory leak of device names (bsc#1012628). +- gpu: host1x: Fix potential double free if IOMMU is disabled + (bsc#1012628). +- soc: renesas: renesas-soc: Release 'chipid' from ioremap() + (bsc#1012628). +- soc: bcm: brcmstb: biuctrl: fix of_iomap leak (bsc#1012628). +- mailbox: mpfs: switch to txdone_poll (bsc#1012628). +- drm/mediatek: dp: Change the aux retries times when receiving + AUX_DEFER (bsc#1012628). +- drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() + (bsc#1012628). +- ACPI: VIOT: Initialize the correct IOMMU fwspec (bsc#1012628). +- arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to + usbss1 (bsc#1012628). +- arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint + for Vgpu (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos + (bsc#1012628). +- cpufreq: mediatek: Raise proc and sram max voltage for + MT7622/7623 (bsc#1012628). +- cpufreq: mediatek: raise proc/sram max voltage for MT8516 + (bsc#1012628). +- cpufreq: mediatek: fix KP caused by handler usage after + regulator_put/clk_put (bsc#1012628). +- cpufreq: mediatek: fix passing zero to 'PTR_ERR' (bsc#1012628). +- arm64: dts: apple: t8103: Disable unused PCIe ports + (bsc#1012628). +- ARM: dts: stm32: fix spi1 pin assignment on stm32mp15 + (bsc#1012628). +- perf/amlogic: Fix config1/config2 parsing issue (bsc#1012628). +- perf/arm-cmn: Move overlapping wp_combine field (bsc#1012628). +- firmware: arm_scmi: Fix xfers allocation on Rx channel + (bsc#1012628). +- ARM: dts: gta04: fix excess dma channel usage (bsc#1012628). +- drm: rcar-du: Fix a NULL vs IS_ERR() bug (bsc#1012628). +- arm64: dts: qcom: sm8450: fix pcie1 gpios properties name + (bsc#1012628). +- mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for + data (bsc#1012628). +- ACPI: processor: Fix evaluating _PDC method when running as + Xen dom0 (bsc#1012628). +- drm/amd/display/dc/dce60/Makefile: Fix previous attempt to + silence known override-init warnings (bsc#1012628). +- arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role + mode property (bsc#1012628). +- arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed + property (bsc#1012628). +- virt/coco/sev-guest: Double-buffer messages (bsc#1012628). +- drm: msm: adreno: Disable preemption on Adreno 510 + (bsc#1012628). +- drm/msm/adreno: drop bogus pm_runtime_set_active() + (bsc#1012628). +- ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error + (bsc#1012628). +- arm64: dts: ti: k3-am62a7: Correct L2 cache size to 512KB + (bsc#1012628). +- arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB + (bsc#1012628). +- accel: Link to compute accelerator subsystem intro + (bsc#1012628). +- media: max9286: Free control handler (bsc#1012628). +- drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and + adv7535 (bsc#1012628). +- firmware: qcom_scm: Clear download bit during reboot + (bsc#1012628). +- media: av7110: prevent underflow in write_ts_to_decoder() + (bsc#1012628). +- media: amphion: decoder implement display delay enable + (bsc#1012628). +- media: platform: mtk-mdp3: Add missing check and free for + ida_alloc (bsc#1012628). +- media: bdisp: Add missing check for create_workqueue + (bsc#1012628). +- x86/MCE/AMD: Use an u64 for bank_map (bsc#1012628). +- media: v4l: subdev: Make link validation safer (bsc#1012628). +- arm64: dts: qcom: sc8280xp: fix external display power domain + (bsc#1012628). +- arm64: dts: qcom: msm8916: Fix tsens_mode unit address + (bsc#1012628). +- arm64: dts: qcom: sm8550: misc style fixes (bsc#1012628). +- arm64: dts: qcom: sm8550: fix qup_spi0_cs node (bsc#1012628). +- ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node + (bsc#1012628). +- arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc + (bsc#1012628). +- ARM: dts: qcom: ipq8064: Fix the PCI I/O port range + (bsc#1012628). +- ARM: dts: qcom: ipq4019: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8350: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8450: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8250: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8996: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq6018: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: ipq8074: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sc7280: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: Fix the PCI I/O port range + (bsc#1012628). +- arm64: dts: qcom: sdm845: correct dynamic power coefficients + (bsc#1012628). +- arm64: dts: qcom: sc7280: fix EUD port properties (bsc#1012628). +- arm64: dts: qcom: qdu1000: drop incorrect serial properties + (bsc#1012628). +- soc: canaan: Make K210_SYSCTL depend on CLK_K210 (bsc#1012628). +- arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name + (bsc#1012628). +- arm64: dts: qcom: sm8550: Fix PCIe PHYs and controllers nodes + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames + (bsc#1012628). +- arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name + (bsc#1012628). +- arm64: dts: ti: k3-j784s4-*: Add 'ti,sci-dev-id' for NAVSS nodes + (bsc#1012628). +- arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property + (bsc#1012628). +- arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT + (bsc#1012628). +- regulator: core: Shorten off-on-delay-us for always-on/boot-on + by time since booted (bsc#1012628). +- arm64: dts: imx8mp: Drop simple-bus from + fsl,imx8mp-media-blk-ctrl (bsc#1012628). +- ARM: dts: qcom-apq8064: Fix opp table child name (bsc#1012628). +- EDAC/skx: Fix overflows on the DRAM row address mapping arrays + (bsc#1012628). +- drm/msm/disp/dpu: check for crtc enable rather than crtc active + to release shared resources (bsc#1012628). +- drm/mediatek: dp: Only trigger DRM HPD events if bridge is + attached (bsc#1012628). +- arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI + channels (bsc#1012628). +- arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP + table (bsc#1012628). +- arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP + table (bsc#1012628). +- soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe + (bsc#1012628). +- soc: ti: k3-ringacc: Add try_module_get() to + k3_dmaring_request_dual_ring() (bsc#1012628). +- tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in + Fn00000007 (bsc#1012628). +- drm/amdgpu: register a vga_switcheroo client for MacBooks with + apple-gmux (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-radxa-zero2: fix pwm clock names + (bsc#1012628). +- drm/probe-helper: Cancel previous job before starting new one + (bsc#1012628). +- drm/vgem: add missing mutex_destroy (bsc#1012628). +- drm/i915/dg2: Drop one PCI ID (bsc#1012628). +- drm/rockchip: Drop unbalanced obj unref (bsc#1012628). +- accel/ivpu: PM: remove broken ivpu_dbg() statements + (bsc#1012628). +- erofs: fix potential overflow calculating xattr_isize + (bsc#1012628). +- erofs: initialize packed inode after root inode is assigned + (bsc#1012628). +- erofs: stop parsing non-compact HEAD index if clusterofs is + invalid (bsc#1012628). +- selftests/clone3: fix number of tests in ksft_set_plan + (bsc#1012628). +- tpm, tpm_tis: Claim locality when interrupts are reenabled on + resume (bsc#1012628). +- tpm, tpm: Implement usage counter for locality (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing interrupt registers + (bsc#1012628). +- tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed + (bsc#1012628). +- tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE + register (bsc#1012628). +- tpm, tpm_tis: Do not skip reset of original interrupt vector + (bsc#1012628). +- selinux: ensure av_permissions.h is built when needed + (bsc#1012628). +- selinux: fix Makefile dependencies of flask.h (bsc#1012628). +- ARM: 9293/1: vfp: Pass successful return address via register R3 + (bsc#1012628). +- ARM: 9292/1: vfp: Pass thread_info pointer to vfp_support_entry + (bsc#1012628). +- selftests/resctrl: Check for return value after write_schemata() + (bsc#1012628). +- selftests/resctrl: Allow ->setup() to return errors + (bsc#1012628). +- selftests/resctrl: Move ->setup() call outside of test specific + branches (bsc#1012628). +- selftests/resctrl: Return NULL if malloc_and_init_memory() + did not alloc mem (bsc#1012628). +- rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check + (bsc#1012628). +- kunit: fix bug in the order of lines in debugfs logs + (bsc#1012628). +- clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src + to reparent (bsc#1012628). +- clk: microchip: fix potential UAF in auxdev release callback + (bsc#1012628). +- wifi: rtw89: fix potential race condition between napi_init + and napi_enable (bsc#1012628). +- wifi: rtw88: rtw8821c: Fix rfe_option field width (bsc#1012628). +- wifi: rtl8xxxu: RTL8192EU always needs full init (bsc#1012628). +- nfp: fix incorrect pointer deference when offloading IPsec + with bonding (bsc#1012628). +- mailbox: zynqmp: Fix typo in IPI documentation (bsc#1012628). +- mailbox: zynqmp: Fix counts of child nodes (bsc#1012628). +- kcsan: Avoid READ_ONCE() in read_instrumented_memory() + (bsc#1012628). +- mailbox: zynqmp: Fix IPI isr handling (bsc#1012628). +- drivers: remoteproc: xilinx: Fix carveout names (bsc#1012628). +- mtd: spi-nor: core: Update flash's current address mode when + changing address mode (bsc#1012628). +- mtd: core: fix error path for nvmem provider (bsc#1012628). +- mtd: core: fix nvmem error reporting (bsc#1012628). +- mtd: core: provide unique name for nvmem device, take two + (bsc#1012628). +- kasan: hw_tags: avoid invalid virt_to_page() (bsc#1012628). +- md/raid5: Improve performance for sequential IO (bsc#1012628). +- md/raid10: fix null-ptr-deref in raid10_sync_request + (bsc#1012628). +- drbd: correctly submit flush bio on barrier (bsc#1012628). +- mm: do not reclaim private data from pinned page (bsc#1012628). +- nilfs2: fix infinite loop in nilfs_mdt_get_block() + (bsc#1012628). +- nilfs2: do not write dirty data after degenerating to read-only + (bsc#1012628). +- ASoC: codecs: wcd938x: fix accessing regmap on unattached + devices (bsc#1012628). +- ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop + (bsc#1012628). +- ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 + (bsc#1012628). +- ALSA: usb-audio: Add quirk for Pioneer DDJ-800 (bsc#1012628). +- parisc: Ensure page alignment in flush functions (bsc#1012628). +- parisc: Fix argument pointer in real64_call_asm() (bsc#1012628). +- ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for + clocks (bsc#1012628). +- bus: mhi: host: Range check CHDBOFF and ERDBOFF (bsc#1012628). +- bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error + state (bsc#1012628). +- bus: mhi: host: Remove duplicate ee check for syserr + (bsc#1012628). +- cxl/port: Scan single-target ports for decoders (bsc#1012628). +- cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit + (bsc#1012628). +- cxl/hdm: Fail upon detecting 0-sized decoders (bsc#1012628). +- xfs: don't consider future format versions valid (bsc#1012628). +- fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten (bsc#1012628). +- ceph: fix potential use-after-free bug when trimming caps + (bsc#1012628). +- ubifs: Fix memory leak in do_rename (bsc#1012628). +- ubifs: Free memory for tmpfile name (bsc#1012628). +- ubi: Fix return value overwrite issue in + try_write_vid_and_data() (bsc#1012628). +- ubifs: Fix memleak when insert_old_idx() failed (bsc#1012628). +- Revert "ubifs: dirty_cow_znode: Fix memleak in error handling + path" (bsc#1012628). +- RISC-V: Align SBI probe implementation with spec (bsc#1012628). +- iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" + configuration in IRTE (bsc#1012628). +- drm/amd/pm: re-enable the gfx imu when smu resume (bsc#1012628). +- tracing: Fix permissions for the buffer_percent file + (bsc#1012628). +- thermal: intel: powerclamp: Fix NULL pointer access issue + (bsc#1012628). +- riscv: mm: remove redundant parameter of + create_fdt_early_page_table (bsc#1012628). +- i2c: omap: Fix standard mode false ACK readings (bsc#1012628). +- igc: read before write to SRRCTL register (bsc#1012628). +- ACPI: video: Remove acpi_backlight=video quirk for Lenovo + ThinkPad W530 (bsc#1012628). +- ksmbd: fix racy issue from smb2 close and logoff with + multichannel (bsc#1012628). +- ksmbd: destroy expired sessions (bsc#1012628). +- ksmbd: block asynchronous requests when making a delay on + session setup (bsc#1012628). +- ksmbd: fix racy issue from session setup and logoff + (bsc#1012628). +- ksmbd: fix deadlock in ksmbd_find_crypto_ctx() (bsc#1012628). +- ksmbd: not allow guest user on multichannel (bsc#1012628). +- ksmbd: fix memleak in session setup (bsc#1012628). +- ksmbd: fix NULL pointer dereference in + smb2_get_info_filesystem() (bsc#1012628). +- ksmbd: call rcu_barrier() in ksmbd_server_exit() (bsc#1012628). +- ksmbd: fix racy issue under cocurrent smb2 tree disconnect + (bsc#1012628). +- KVM: x86: Preserve TDP MMU roots until they are explicitly + invalidated (bsc#1012628). +- KVM: RISC-V: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- relayfs: fix out-of-bounds access in relay_file_read + (bsc#1012628). +- KVM: arm64: vgic: Don't acquire its_lock before config_lock + (bsc#1012628). +- KVM: arm64: Use config_lock to protect vgic state (bsc#1012628). +- KVM: arm64: Use config_lock to protect data ordered against + KVM_RUN (bsc#1012628). +- KVM: arm64: Avoid lock inversion when setting the VM register + width (bsc#1012628). +- KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON + (bsc#1012628). +- KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted + (bsc#1012628). +- KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are + available (bsc#1012628). +- cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource + release on exit (bsc#1012628). +- reiserfs: Add security prefix to xattr name in + reiserfs_security_write() (bsc#1012628). +- rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() + being kprobe-ed (bsc#1012628). +- crypto: ccp - Don't initialize CCP for PSP 0x1649 (bsc#1012628). +- crypto: testmgr - fix RNG performance in fuzz tests + (bsc#1012628). +- crypto: arm64/aes-neonbs - fix crash with CFI enabled + (bsc#1012628). +- crypto: safexcel - Cleanup ring IRQ workqueues on load failure + (bsc#1012628). +- crypto: api - Demote BUG_ON() in crypto_unregister_alg() + to a WARN_ON() (bsc#1012628). +- ring-buffer: Sync IRQ works before buffer destruction + (bsc#1012628). +- ring-buffer: Ensure proper resetting of atomic variables in + ring_buffer_reset_online_cpus (bsc#1012628). +- pinctrl: qcom: lpass-lpi: set output value before enabling + output (bsc#1012628). +- soundwire: qcom: correct setting ignore bit on v1.5.1 + (bsc#1012628). +- pwm: meson: Fix g12a ao clk81 name (bsc#1012628). +- pwm: meson: Fix axg ao mux parents (bsc#1012628). +- wifi: rtw89: correct 5 MHz mask setting (bsc#1012628). +- wifi: mt76: add missing locking to protect against concurrent + rx/status calls (bsc#1012628). +- kheaders: Use array declaration instead of char (bsc#1012628). +- iio: addac: stx104: Fix race condition for stx104_write_raw() + (bsc#1012628). +- iio: addac: stx104: Fix race condition when converting + analog-to-digital (bsc#1012628). +- ipmi: fix SSIF not responding under certain cond (bsc#1012628). +- ipmi:ssif: Add send_retries increment (bsc#1012628). +- MIPS: fw: Allow firmware to pass a empty env (bsc#1012628). +- fs: fix sysctls.c built (bsc#1012628). +- tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz + subsystem (bsc#1012628). +- serial: max310x: fix IO data corruption in batched operations + (bsc#1012628). +- serial: 8250: Fix serial8250_tx_empty() race with DMA Tx + (bsc#1012628). +- serial: fix TIOCSRS485 locking (bsc#1012628). +- xhci: fix debugfs register accesses while suspended + (bsc#1012628). +- tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH + (bsc#1012628). +- staging: iio: resolver: ads1210: fix config mode (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() more robust + (bsc#1012628). +- blk-crypto: make blk_crypto_evict_key() return void + (bsc#1012628). +- blk-mq: release crypto keyslot before reporting I/O complete + (bsc#1012628). +- blk-stat: fix QUEUE_FLAG_STATS clear (bsc#1012628). +- drm/vmwgfx: Fix Legacy Display Unit atomic drm support + (bsc#1012628). +- media: ov8856: Do not check for for module version + (bsc#1012628). +- posix-cpu-timers: Implement the missing timer_wait_running + callback (bsc#1012628). +- tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() + call site (bsc#1012628). +- hwmon: (adt7475) Use device_property APIs when configuring + polarity (bsc#1012628). +- hwmon: (k10temp) Check range scale when CUR_TEMP register is + read-write (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on unbind (bsc#1012628). +- USB: dwc3: fix runtime pm imbalance on probe errors + (bsc#1012628). +- usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive + (bsc#1012628). +- usb: gadget: udc: core: Prevent redundant calls to pullup + (bsc#1012628). +- usb: gadget: udc: core: Invoke usb_gadget_connect only when + started (bsc#1012628). +- wifi: rtw88: usb: fix priority queue to endpoint mapping + (bsc#1012628). +- IMA: allow/fix UML builds (bsc#1012628). +- phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes (bsc#1012628). +- bus: mhi: host: pci_generic: Revert "Add a secondary AT port + to Telit FN990" (bsc#1012628). +- PCI: qcom: Fix the incorrect register usage in v2.7.0 config + (bsc#1012628). +- PCI: pciehp: Fix AB-BA deadlock between reset_lock and + device_lock (bsc#1012628). +- PCI: kirin: Select REGMAP_MMIO (bsc#1012628). +- powerpc/boot: Fix boot wrapper code generation with + CONFIG_POWER10_CPU (bsc#1012628). +- ASoC: amd: ps: update the acp clock source (bsc#1012628). +- wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND + if unset (bsc#1012628). +- commit bcfb900 + +------------------------------------------------------------------- +Sun May 14 23:08:36 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc2 +- eliminate 1 patch + - patches.suse/0001-firmware-sysfb-Fix-VESA-format-selection.patch +- commit 679133f + +------------------------------------------------------------------- +Fri May 12 15:39:13 CEST 2023 - tiwai@suse.de + +- HID: microsoft: Add rumble support to latest xbox controllers + (bsc#1211280). +- commit 512d474 + +------------------------------------------------------------------- +Fri May 12 09:49:25 CEST 2023 - dmueller@suse.com + +- config: align all architectures on CONFIG_HZ=300 (bsc#1196438) +- commit 9b7c645 + +------------------------------------------------------------------- +Thu May 11 17:07:28 CEST 2023 - tzimmermann@suse.com + +- firmware/sysfb: Fix VESA format selection (bsc#1211119) +- commit 26ec1ca + ------------------------------------------------------------------- Tue May 9 09:32:52 CEST 2023 - schwab@suse.de - rpm/constraints.in: Increase disk size constraint for riscv64 to 52GB - commit 1c1a4cd +------------------------------------------------------------------- +Tue May 9 08:08:50 CEST 2023 - jslaby@suse.cz + +- Revert "Update config files." (bsc#1211166) + This reverts commit 90a46594a115a4abf9381bd4c327fd875ac0da0b. + Lockdown is not ready and was disabled in stable. Since this is still + not resolved in 6.3/6.4-rc, let's disable it in master completely too. + And let's retry once everything is ready. +- commit 944713a + +------------------------------------------------------------------- +Mon May 8 01:11:24 CEST 2023 - mkubecek@suse.cz + +- config: use ARCH_FORCE_MAX_ORDER=8 on ppc64/ppc64le + Mainline commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") + redefined the meaning of MAX_ORDER, and therefore also related + ARCH_FORCE_MAX_ORDER config option to be one lower than the old value so + that having ARCH_FORCE_MAX_ORDER=9 with 64KB pages results in build time + error "Allocator MAX_ORDER exceeds SECTION_SIZE". + Update the values on ppc64 and ppc64le architectures from 9 to 8 to + preserve the old behaviour and fix the build error. +- commit 668187d + +------------------------------------------------------------------- +Sun May 7 23:36:17 CEST 2023 - mkubecek@suse.cz + +- Update to 6.4-rc1 +- drop 14 patches (12 stable, 2 mainline) + - patches.kernel.org/* + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch + - patches.suse/usbtv-usbtv_set_regs-the-pipe-is-output.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch + - patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch + - patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch + - patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch + - patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch + - patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch +- disable ARM architectures (need config update) +- new config options + - Processor type and features + - ADDRESS_MASKING=y + - Enable loadable module support + - MODULE_DEBUG=n + - Memory Management options + - DMAPOOL_TEST=n + - Networking support + - MAX_SKB_FRAGS=17 + - BT_NXPUART=m + - File systems + - XFS_SUPPORT_ASCII_CI=y + - Security options + - INTEGRITY_CA_MACHINE_KEYRING=n + - Kernel hacking + - PER_VMA_LOCK_STATS=y + - USER_EVENTS=n + - FAULT_INJECTION_CONFIGFS=n + - Generic Driver Options + - FW_LOADER_DEBUG=y + - FW_DEVLINK_SYNC_STATE_TIMEOUT=n + - Block devices + - BLKDEV_UBLK_LEGACY_OPCODES=y + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT_BPCK6=m + - Generic Target Core Mod (TCM) and ConfigFS Infrastructure + - REMOTE_TARGET=m + - Network device support + - NET_DSA_MT7530_MDIO=m + - NET_DSA_MT7530_MMIO=m + - NET_DSA_QCA8K_LEDS_SUPPORT=y + - PDS_CORE=m + - MICROCHIP_T1S_PHY=m + - NXP_CBTX_PHY=m + - RTW88_8822BS=m + - RTW88_8822CS=m + - RTW88_8821CS=m + - GPIO Support + - GPIO_FXL6408=m + - GPIO_ELKHARTLAKE=m + - Voltage and Current Regulator Support + - REGULATOR_RT4803=m + - REGULATOR_RT5739=m + - Sound card support + - SND_SOC_CS35L56_I2C=m + - SND_SOC_CS35L56_SPI=m + - SND_SOC_CS35L56_SDW=m + - SND_SOC_MAX98363=m + - SND_SOC_RT712_SDCA_DMIC_SDW=m + - X86 Platform Specific Device Drivers + - LENOVO_YMC=m + - INTEL_BYTCRC_PWRSRC=m + - MSI_EC=m + - Industrial I/O support + - TI_ADS1100=n + - ROHM_BU27034=n + - NVMEM Support + - NVMEM_LAYOUT_SL28_VPD=m + - NVMEM_LAYOUT_ONIE_TLV=m + - Misc drivers + - TOUCHSCREEN_NOVATEK_NVT_TS=m + - PTP_DFL_TOD=m + - SENSORS_ACBEL_FSG032=m + - DRM_VIRTIO_GPU_KMS=y + - DRM_ACCEL_QAIC=m + - I2C_HID_OF=m + - LEDS_BD2606MVV=m + - HYPERV_VTL_MODE=n + - SOUNDWIRE_AMD=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - MFD_MAX597X=m + - REGULATOR_MAX597X=m + - DRM_PANEL_MAGNACHIP_D53E6EA8966=n + - DRM_PANEL_NOVATEK_NT36523=n + - DRM_PANEL_SONY_TD4353_JDI=n + - DRM_SAMSUNG_DSIM=n + - UCSI_PMIC_GLINK=m + - COMMON_CLK_SI521XX=m + - i386 + - CAN_BXCAN=m + - ppc64le + - CRYPTO_AES_GCM_P10=m + - s390x + - SECRETMEM=y + - SCSI_IPR=m + - SCSI_IPR_TRACE=y + - SCSI_IPR_DUMP=y + - GCC_PLUGIN_STACKLEAK=n + - DEBUG_FORCE_FUNCTION_ALIGN_64B=n + - riscv64 + - SCHED_MC=y + - RISCV_ISA_SVNAPOT=y + - RISCV_ISA_ZICBOZ=y + - RELOCATABLE=y + - HIBERNATION=y + - HIBERNATION_SNAPSHOT_DEV=y + - PM_STD_PARTITION="" + - PM_AUTOSLEEP=n + - PM_USERSPACE_AUTOSLEEP=n + - PM_WAKELOCKS=n + - FW_CACHE=y + - DWMAC_STARFIVE=m + - CAN_BXCAN=m + - AIRO=m + - SPI_CADENCE_QUADSPI=m + - SENSORS_SFCTEMP=m + - STARFIVE_WATCHDOG=m + - RZ_MTU3=n + - SND_SOC_MAX98090=n + - CLK_STARFIVE_JH7110_SYS=y + - CLK_STARFIVE_JH7110_AON=m +- commit 5685b1d + ------------------------------------------------------------------- Fri May 5 15:03:15 CEST 2023 - msuchanek@suse.de @@ -3269,6 +22618,365 @@ Thu May 4 16:48:11 CEST 2023 - msuchanek@suse.de - kernel-binary: install expoline.o (boo#1210791 bsc#1211089) - commit d6c8c20 +------------------------------------------------------------------- +Wed May 3 11:30:40 CEST 2023 - oneukum@suse.com + +- usbtv: usbtv_set_regs: the pipe is output (bsc#1209334). +- commit 98c1e01 + +------------------------------------------------------------------- +Wed May 3 07:18:07 CEST 2023 - jslaby@suse.cz + +- SUNRPC: Fix encoding of rejected RPCs (bsc#1210995). +- commit 9aec45d + +------------------------------------------------------------------- +Mon May 1 06:40:52 CEST 2023 - jslaby@suse.cz + +- Linux 6.3.1 (bsc#1012628). +- wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() + (bsc#1012628). +- fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds + (bsc#1012628). +- drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var + (bsc#1012628). +- fsverity: explicitly check for buffer overflow in + build_merkle_tree() (bsc#1012628). +- gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNU + (bsc#1012628). +- bluetooth: Perform careful capability checks in hci_sock_ioctl() + (bsc#1012628). +- wifi: brcmfmac: add Cypress 43439 SDIO ids (bsc#1012628). +- btrfs: fix uninitialized variable warnings (bsc#1012628). +- USB: serial: option: add UNISOC vendor and TOZED LT70C product + (bsc#1012628). +- driver core: Don't require dynamic_debug for initcall_debug + probe timing (bsc#1012628). +- commit 4fd5b5c + +------------------------------------------------------------------- +Fri Apr 28 07:32:02 CEST 2023 - jslaby@suse.cz + +- mm/mremap: fix vm_pgoff in vma_merge() case 3 (bsc#1210903). + Update upstream status. +- commit 602ef9b + +------------------------------------------------------------------- +Thu Apr 27 16:22:34 CEST 2023 - vbabka@suse.cz + +- [PATCH for v6.3 regression] mm/mremap: fix vm_pgoff in + vma_merge() case 3 (bsc#1210903). +- commit 1fc982b + +------------------------------------------------------------------- +Thu Apr 27 10:45:02 CEST 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference and move into sorted section + - patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch +- commit 5408aa8 + +------------------------------------------------------------------- +Thu Apr 27 10:12:09 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv6hl configs + New values are copied from arvm7hl. +- commit 1d2204b + +------------------------------------------------------------------- +Thu Apr 27 10:05:58 CEST 2023 - mkubecek@suse.cz + +- update and reenable armv7hl configs + Where possible, new values are copied from arm64. The rest is guessed, + mostly based on existing values of similar config options. +- commit 6bca092 + +------------------------------------------------------------------- +Thu Apr 27 09:54:37 CEST 2023 - mkubecek@suse.cz + +- update and reenable arm64 configs + Where possible, new values are copied from x86_64, i386 or riscv64. The + rest is guessed, mostly based on existing values of similar config options. +- commit 3f00e19 + +------------------------------------------------------------------- +Wed Apr 26 11:18:54 CEST 2023 - jslaby@suse.cz + +- config.sh: add :LegacyX86 + To pull i586 and build against that. +- commit 723ba5c + +------------------------------------------------------------------- +Mon Apr 24 10:09:07 CEST 2023 - jslaby@suse.cz + +- wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries + (bsc#1209965). +- Refresh + patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch. + Update to upstream versions. +- commit 996f7a1 + +------------------------------------------------------------------- +Sun Apr 23 23:12:34 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3 final +- update configs +- commit 9cc1a40 + +------------------------------------------------------------------- +Thu Apr 20 12:59:57 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.12 (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD + (bsc#1012628). +- nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN (bsc#1012628). +- cifs: fix negotiate context parsing (bsc#1012628). +- i2c: ocores: generate stop condition after timeout in polling + mode (bsc#1012628). +- x86/rtc: Remove __init for runtime functions (bsc#1012628). +- sched/fair: Fix imbalance overflow (bsc#1012628). +- powerpc/papr_scm: Update the NUMA distance table for the target + node (bsc#1012628). +- i2c: mchp-pci1xxxx: Update Timing registers (bsc#1012628). +- ubi: Fix deadlock caused by recursively holding work_sem + (bsc#1012628). +- ubi: Fix failure attaching when vid_hdr offset equals to + (sub)page size (bsc#1012628). +- selftests: mptcp: userspace pm: uniform verify events + (bsc#1012628). +- mptcp: fix NULL pointer dereference on fastopen early fallback + (bsc#1012628). +- mptcp: stricter state check in mptcp_worker (bsc#1012628). +- mptcp: use mptcp_schedule_work instead of open-coding it + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 max shader clock reporting + (bsc#1012628). +- drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings + (bsc#1012628). +- cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() + methods (bsc#1012628). +- cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP + properly (bsc#1012628). +- cgroup/cpuset: Wake up cpuset_attach_wq tasks in + cpuset_cancel_attach() (bsc#1012628). +- cgroup/cpuset: Fix partition root's cpuset.cpus update bug + (bsc#1012628). +- cgroup: fix display of forceidle time at root (bsc#1012628). +- x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X + state in D3hot (bsc#1012628). +- PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn() + (bsc#1012628). +- PCI: Fix use-after-free in pci_bus_release_domain_nr() + (bsc#1012628). +- drm/amd/pm: correct the pcie link state check for SMU13 + (bsc#1012628). +- thermal: intel: Avoid updating unsupported THERM_STATUS_CLEAR + mask bits (bsc#1012628). +- scsi: ses: Handle enclosure with just a primary component + gracefully (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix unsigned long multiplication + overflow (bsc#1012628). +- net: phy: nxp-c45-tja11xx: add remove callback (bsc#1012628). +- net: sfp: initialize sfp->i2c_block_size at sfp allocation + (bsc#1012628). +- HID: intel-ish-hid: Fix kernel panic during warm reset + (bsc#1012628). +- riscv: add icache flush for nommu sigreturn trampoline + (bsc#1012628). +- ksmbd: avoid out of bounds access in decode_preauth_ctxt() + (bsc#1012628). +- maple_tree: fix write memory barrier of nodes once dead for + RCU mode (bsc#1012628). +- tracing: Have tracing_snapshot_instance_cond() write errors + to the appropriate instance (bsc#1012628). +- tracing: Add trace_array_puts() to write into instance + (bsc#1012628). +- ACPI: resource: Add Medion S17413 to IRQ override quirk + (bsc#1012628). +- drm/amdgpu/gfx: set cg flags to enter/exit safe mode + (bsc#1012628). +- drm/amdgpu: Force signal hw_fences that are embedded in + non-sched jobs (bsc#1012628). +- drm/amdgpu: add mes resume when do gfx post soft reset + (bsc#1012628). +- wifi: iwlwifi: mvm: protect TXQ list manipulation (bsc#1012628). +- wifi: iwlwifi: mvm: fix mvmtxq->stopped handling (bsc#1012628). +- nvme: send Identify with CNS 06h only to I/O controllers + (bsc#1012628). +- asymmetric_keys: log on fatal failures in PE/pkcs7 + (bsc#1012628). +- verify_pefile: relax wrapper length check (bsc#1012628). +- hwmon: (xgene) Fix ioremap and memremap leak (bsc#1012628). +- hwmon: (peci/cputemp) Fix miscalculated DTS for SKX + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book + X90F (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Acer Aspire + 3830TG (bsc#1012628). +- block: ublk_drv: mark device as LIVE before adding disk + (bsc#1012628). +- efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L + (bsc#1012628). +- i2c: hisi: Avoid redundant interrupts (bsc#1012628). +- i2c: imx-lpi2c: clean rx/tx buffers upon new message + (bsc#1012628). +- wifi: mwifiex: mark OF related data as maybe unused + (bsc#1012628). +- selftests/bpf: Fix progs/find_vma_fail1.c build error + (bsc#1012628). +- power: supply: axp288_fuel_gauge: Added check for negative + values (bsc#1012628). +- power: supply: cros_usbpd: reclassify "default case!" as debug + (bsc#1012628). +- power: supply: rk817: Fix unsigned comparison with less than + zero (bsc#1012628). +- arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 + firmware (bsc#1012628). +- ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory + (bsc#1012628). +- ARM: 9290/1: uaccess: Fix KASAN false-positives (bsc#1012628). +- skbuff: Fix a race between coalescing and releasing SKBs + (bsc#1012628). +- net: macb: fix a memory corruption in extended buffer descriptor + mode (bsc#1012628). +- selftests: add the missing CONFIG_IP_SCTP in net config + (bsc#1012628). +- udp6: fix potential access to stale information (bsc#1012628). +- selftests: openvswitch: adjust datapath NL message declaration + (bsc#1012628). +- RDMA/core: Fix GID entry ref leak when create_ah fails + (bsc#1012628). +- sctp: fix a potential overflow in sctp_ifwdtsn_skip + (bsc#1012628). +- net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() + (bsc#1012628). +- rtnetlink: Restore RTM_NEW/DELLINK notification behavior + (bsc#1012628). +- cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex + (bsc#1012628). +- net: wwan: iosm: Fix error handling path in ipc_pcie_probe() + (bsc#1012628). +- smc: Fix use-after-free in tcp_write_timer_handler() + (bsc#1012628). +- qlcnic: check pci_reset_function result (bsc#1012628). +- drm/armada: Fix a potential double free in an error handling + path (bsc#1012628). +- drm/nouveau/fb: add missing sysmen flush callbacks + (bsc#1012628). +- Bluetooth: Set ISO Data Path on broadcast sink (bsc#1012628). +- Bluetooth: SCO: Fix possible circular locking dependency + sco_sock_getsockopt (bsc#1012628). +- Bluetooth: Fix printing errors if LE Connection times out + (bsc#1012628). +- Bluetooth: hci_conn: Fix not cleaning up on LE Connection + failure (bsc#1012628). +- net: openvswitch: fix race on port output (bsc#1012628). +- iavf: remove active_cvlans and active_svlans bitmaps + (bsc#1012628). +- iavf: refactor VLAN filter states (bsc#1012628). +- bonding: fix ns validation on backup slaves (bsc#1012628). +- tcp: restrict net.ipv4.tcp_app_win (bsc#1012628). +- niu: Fix missing unwind goto in niu_alloc_channels() + (bsc#1012628). +- KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs + (bsc#1012628). +- bpf, arm64: Fixed a BTI error on returning to patched function + (bsc#1012628). +- 9p/xen : Fix use after free bug in xen_9pfs_front_remove due + to race condition (bsc#1012628). +- dmaengine: apple-admac: Fix 'current_tx' not getting freed + (bsc#1012628). +- dmaengine: apple-admac: Set src_addr_widths capability + (bsc#1012628). +- dmaengine: apple-admac: Handle 'global' interrupt flags + (bsc#1012628). +- LoongArch, bpf: Fix jit to skip speculation barrier opcode + (bsc#1012628). +- bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp + (bsc#1012628). +- RDMA/cma: Allow UD qp_type to join multicast only (bsc#1012628). +- clk: rs9: Fix suspend/resume (bsc#1012628). +- RDMA/erdma: Defer probing if netdevice can not be found + (bsc#1012628). +- RDMA/erdma: Inline mtt entries into WQE if supported + (bsc#1012628). +- RDMA/erdma: Update default EQ depth to 4096 and max_send_wr + to 8192 (bsc#1012628). +- RDMA/erdma: Fix some typos (bsc#1012628). +- IB/mlx5: Add support for 400G_8X lane speed (bsc#1012628). +- RDMA/irdma: Add ipv4 check to irdma_find_listener() + (bsc#1012628). +- RDMA/irdma: Increase iWARP CM default rexmit count + (bsc#1012628). +- RDMA/irdma: Fix memory leak of PBLE objects (bsc#1012628). +- RDMA/irdma: Do not generate SW completions for NOPs + (bsc#1012628). +- clk: sprd: set max_register according to mapping range + (bsc#1012628). +- io_uring: complete request via task work in case of + DEFER_TASKRUN (bsc#1012628). +- drm/i915/dsi: fix DSS CTL register offsets for TGL+ + (bsc#1012628). +- fbcon: set_con2fb_map needs to set con2fb_map! (bsc#1012628). +- fbcon: Fix error paths in set_con2fb_map (bsc#1012628). +- KVM: arm64: PMU: Restore the guest's EL0 event counting after + migration (bsc#1012628). +- mtd: rawnand: stm32_fmc2: use timings.mode instead of checking + tRC_min (bsc#1012628). +- mtd: rawnand: stm32_fmc2: remove unsupported EDO mode + (bsc#1012628). +- mtd: rawnand: meson: fix bitmask for length in command word + (bsc#1012628). +- mtdblock: tolerate corrected bit-flips (bsc#1012628). +- fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace (bsc#1012628). +- btrfs: fix fast csum implementation detection (bsc#1012628). +- btrfs: restore the thread_pool= behavior in remount for the + end I/O workqueues (bsc#1012628). +- Bluetooth: hci_conn: Fix possible UAF (bsc#1012628). +- Bluetooth: Free potentially unfreed SCO connection + (bsc#1012628). +- bluetooth: btbcm: Fix logic error in forming the board name + (bsc#1012628). +- Bluetooth: Fix race condition in hidp_session_thread + (bsc#1012628). +- Bluetooth: L2CAP: Fix use-after-free in + l2cap_disconnect_{req,rsp} (bsc#1012628). +- ALSA: hda/hdmi: disable KAE for Intel DG2 (bsc#1012628). +- ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards + (bsc#1012628). +- ALSA: emu10k1: don't create old pass-through playback device + on Audigy (bsc#1012628). +- ALSA: firewire-tascam: add missing unwind goto in + snd_tscm_stream_start_duplex() (bsc#1012628). +- ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 + (bsc#1012628). +- ALSA: hda: patch_realtek: add quirk for Asus N7601ZM + (bsc#1012628). +- ALSA: i2c/cs8427: fix iec958 mixer control deactivation + (bsc#1012628). +- ALSA: hda/sigmatel: add pin overrides for Intel DP45SG + motherboard (bsc#1012628). +- ALSA: emu10k1: fix capture interrupt handler unlinking + (bsc#1012628). +- drm/i915: Workaround ICL CSC_MODE sticky arming (bsc#1012628). +- drm/amd/display: Pass the right info to drm_dp_remove_payload + (bsc#1012628). +- Revert "pinctrl: amd: Disable and mask interrupts on resume" + (bsc#1012628). +- commit eb3255d + +------------------------------------------------------------------- +Mon Apr 17 17:27:45 CEST 2023 - mkoutny@suse.com + +- supported.conf: Add a guard for unsupported DVB module(s) +- commit 7a3054e + +------------------------------------------------------------------- +Mon Apr 17 00:47:08 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc7 +- commit 9e073da + ------------------------------------------------------------------- Fri Apr 14 22:07:00 CEST 2023 - msuchanek@suse.de @@ -3281,6 +22989,647 @@ Fri Apr 14 19:29:28 CEST 2023 - msuchanek@suse.de - Remove obsolete KMP obsoletes (bsc#1210469). - commit 7f325c6 +------------------------------------------------------------------- +Thu Apr 13 17:21:47 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.11 (bsc#1012628). +- mm: enable maple tree RCU mode by default (bsc#1012628). +- maple_tree: add RCU lock checking to rcu callback functions + (bsc#1012628). +- maple_tree: add smp_rmb() to dead node detection (bsc#1012628). +- maple_tree: remove extra smp_wmb() from mas_dead_leaves() + (bsc#1012628). +- maple_tree: fix freeing of nodes in rcu mode (bsc#1012628). +- maple_tree: detect dead nodes in mas_start() (bsc#1012628). +- maple_tree: refine ma_state init from mas_start() (bsc#1012628). +- maple_tree: be more cautious about dead nodes (bsc#1012628). +- maple_tree: fix mas_prev() and mas_find() state handling + (bsc#1012628). +- maple_tree: fix handle of invalidated state in + mas_wr_store_setup() (bsc#1012628). +- maple_tree: reduce user error potential (bsc#1012628). +- maple_tree: fix potential rcu issue (bsc#1012628). +- maple_tree: remove GFP_ZERO from kmem_cache_alloc() and + kmem_cache_alloc_bulk() (bsc#1012628). +- mm: take a page reference when removing device exclusive entries + (bsc#1012628). +- drm/bridge: lt9611: Fix PLL being unable to lock (bsc#1012628). +- drm/amdgpu: skip psp suspend for IMU enabled ASICs mode2 reset + (bsc#1012628). +- drm/amdgpu: for S0ix, skip SDMA 5.x+ suspend/resume + (bsc#1012628). +- drm/amd/display: Clear MST topology if it fails to resume + (bsc#1012628). +- maple_tree: fix a potential concurrency bug in RCU mode + (bsc#1012628). +- maple_tree: fix get wrong data_end in mtree_lookup_walk() + (bsc#1012628). +- mm/hugetlb: fix uffd wr-protection for CoW optimization path + (bsc#1012628). +- mm/swap: fix swap_info_struct race between swapoff and + get_swap_pages() (bsc#1012628). +- ring-buffer: Fix race while reader and writer are on the same + page (bsc#1012628). +- drm/i915: fix race condition UAF in i915_perf_add_config_ioctl + (bsc#1012628). +- drm/i915: Fix context runtime accounting (bsc#1012628). +- drm/nouveau/disp: Support more modes by checking with lower bpc + (bsc#1012628). +- drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path + (bsc#1012628). +- ublk: read any SQE values upfront (bsc#1012628). +- wifi: mt76: ignore key disable commands (bsc#1012628). +- wifi: mt76: mt7921: fix fw used for offload check for mt7922 + (bsc#1012628). +- mm: vmalloc: avoid warn_alloc noise caused by fatal signal + (bsc#1012628). +- zsmalloc: document freeable stats (bsc#1012628). +- tracing/synthetic: Make lastcmd_mutex static (bsc#1012628). +- perf/core: Fix the same task check in perf_event_set_output + (bsc#1012628). +- perf: Optimize perf_pmu_migrate_context() (bsc#1012628). +- block: don't set GD_NEED_PART_SCAN if scan partition failed + (bsc#1012628). +- block: ublk: make sure that block size is set correctly + (bsc#1012628). +- cifs: sanitize paths in cifs_update_super_prepath (bsc#1012628). +- nvme: fix discard support without oncs (bsc#1012628). +- scsi: iscsi_tcp: Check that sock is valid before + iscsi_set_param() (bsc#1012628). +- scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() + (bsc#1012628). +- io_uring: fix memory leak when removing provided buffers + (bsc#1012628). +- io_uring: fix return value when removing provided buffers + (bsc#1012628). +- iio: adc: ad7791: fix IRQ flags (bsc#1012628). +- ASoC: SOF: avoid a NULL dereference with unsupported widgets + (bsc#1012628). +- ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots() + (bsc#1012628). +- iommufd: Do not corrupt the pfn list when doing batch carry + (bsc#1012628). +- iommufd: Fix unpinning of pages when an access is present + (bsc#1012628). +- iommufd: Check for uptr overflow (bsc#1012628). +- tracing: Free error logs of tracing instances (bsc#1012628). +- tracing/osnoise: Fix notify new tracing_max_latency + (bsc#1012628). +- tracing/timerlat: Notify new max thread latency (bsc#1012628). +- tracing/synthetic: Fix races on freeing last_cmd (bsc#1012628). +- net: stmmac: Add queue reset into stmmac_xdp_open() function + (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Lenovo ThinkPad + W530 (bsc#1012628). +- ACPI: video: Add acpi_backlight=video quirk for Apple iMac14,1 + and iMac14,2 (bsc#1012628). +- ACPI: video: Make acpi_backlight=video work independent from + GPU driver (bsc#1012628). +- ACPI: video: Add auto_detect arg to + __acpi_video_get_backlight_type() (bsc#1012628). +- can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get + SOCK_RXQ_OVFL infos (bsc#1012628). +- can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT + events (bsc#1012628). +- can: isotp: fix race between isotp_sendsmg() and isotp_release() + (bsc#1012628). +- can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory + access (bsc#1012628). +- fs: drop peer group ids under namespace lock (bsc#1012628). +- ftrace: Fix issue that 'direct->addr' not restored in + modify_ftrace_direct() (bsc#1012628). +- ftrace: Mark get_lock_parent_ip() __always_inline (bsc#1012628). +- blk-mq: directly poll requests (bsc#1012628). +- counter: 104-quad-8: Fix Synapse action reported for Index + signals (bsc#1012628). +- counter: 104-quad-8: Fix race condition between FLAG and CNTR + reads (bsc#1012628). +- coresight-etm4: Fix for() loop drvdata->nr_addr_cmp range bug + (bsc#1012628). +- coresight: etm4x: Do not access TRCIDR1 for identification + (bsc#1012628). +- mm: kfence: fix handling discontiguous page (bsc#1012628). +- mm: kfence: fix PG_slab and memcg_data clearing (bsc#1012628). +- KVM: SVM: Flush Hyper-V TLB when required (bsc#1012628). +- KVM: nVMX: Do not report error code when synthesizing VM-Exit + from Real Mode (bsc#1012628). +- KVM: x86: Clear "has_error_code", not "error_code", for RM + exception injection (bsc#1012628). +- x86/ACPI/boot: Use FADT version to check support for online + capable (bsc#1012628). +- x86/acpi/boot: Correct acpi_is_processor_usable() check + (bsc#1012628). +- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Clevo X370SNW (bsc#1012628). +- ksmbd: fix slab-out-of-bounds in init_smb2_rsp_hdr + (bsc#1012628). +- ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARN + (bsc#1012628). +- serial: 8250: Prevent starting up DMA Rx on THRI interrupt + (bsc#1012628). +- dt-bindings: serial: renesas,scif: Fix 4th IRQ for 4-IRQ SCIFs + (bsc#1012628). +- fsdax: force clear dirty mark if CoW (bsc#1012628). +- fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTEN + (bsc#1012628). +- fsdax: dedupe should compare the min of two iters' length + (bsc#1012628). +- nilfs2: fix sysfs interface lifetime (bsc#1012628). +- nilfs2: fix potential UAF of struct nilfs_sc_info in + nilfs_segctor_thread() (bsc#1012628). +- tty: serial: fsl_lpuart: fix crash in lpuart_uport_is_active + (bsc#1012628). +- tty: serial: fsl_lpuart: avoid checking for transfer + complete when UARTCTRL_SBK is asserted in lpuart32_tx_empty + (bsc#1012628). +- tty: serial: sh-sci: Fix Rx on RZ/G2L SCI (bsc#1012628). +- tty: serial: sh-sci: Fix transmit end interrupt handler + (bsc#1012628). +- iio: light: vcnl4000: Fix WARN_ON on uninitialized lock + (bsc#1012628). +- iio: light: cm32181: Unregister second I2C client if present + (bsc#1012628). +- iio: buffer: make sure O_NONBLOCK is respected (bsc#1012628). +- iio: buffer: correctly return bytes written in output buffers + (bsc#1012628). +- iio: accel: kionix-kx022a: Get the timestamp from the driver's + private data in the trigger_handler (bsc#1012628). +- iio: adc: max11410: fix read_poll_timeout() usage (bsc#1012628). +- iio: dac: cio-dac: Fix max DAC write value check for 12-bit + (bsc#1012628). +- iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- iio: adc: qcom-spmi-adc5: Fix the channel name (bsc#1012628). +- iio: adis16480: select CONFIG_CRC32 (bsc#1012628). +- drivers: iio: adc: ltc2497: fix LSB shift (bsc#1012628). +- USB: serial: option: add Quectel RM500U-CN modem (bsc#1012628). +- USB: serial: option: add Telit FE990 compositions (bsc#1012628). +- usb: typec: altmodes/displayport: Fix configure initial pin + assignment (bsc#1012628). +- USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-S + (bsc#1012628). +- usb: cdnsp: Fixes error: uninitialized symbol 'len' + (bsc#1012628). +- xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough + iommu (bsc#1012628). +- xhci: Free the command allocated for setting LPM if we return + early (bsc#1012628). +- usb: xhci: tegra: fix sleep in atomic call (bsc#1012628). +- Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS" + (bsc#1012628). +- PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y + (bsc#1012628). +- cxl/pci: Handle excessive CDAT length (bsc#1012628). +- cxl/pci: Handle truncated CDAT entries (bsc#1012628). +- cxl/pci: Handle truncated CDAT header (bsc#1012628). +- cxl/pci: Fix CDAT retrieval on big endian (bsc#1012628). +- net: stmmac: check fwnode for phy device before scanning for + phy (bsc#1012628). +- arm64: compat: Work around uninitialized variable warning + (bsc#1012628). +- gve: Secure enough bytes in the first TX desc for all TCP pkts + (bsc#1012628). +- netlink: annotate lockless accesses to nlk->max_recvmsg_len + (bsc#1012628). +- ethtool: reset #lanes when lanes is omitted (bsc#1012628). +- ping: Fix potentail NULL deref for /proc/net/icmp (bsc#1012628). +- raw: Fix NULL deref in raw_get_next() (bsc#1012628). +- raw: use net_hash_mix() in hash function (bsc#1012628). +- ice: Reset FDIR counter in FDIR init stage (bsc#1012628). +- ice: fix wrong fallback logic for FDIR (bsc#1012628). +- NFSD: callback request does not use correct credential for + AUTH_SYS (bsc#1012628). +- sunrpc: only free unix grouplist after RCU settles + (bsc#1012628). +- net: stmmac: fix up RX flow hash indirection table when setting + channels (bsc#1012628). +- net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probe + (bsc#1012628). +- gpio: davinci: Add irq chip flag to skip set wake (bsc#1012628). +- gpio: davinci: Do not clear the bank intr enable bit in + save_context (bsc#1012628). +- platform/x86: think-lmi: Clean up display of current_value on + Thinkstation (bsc#1012628). +- platform/x86: think-lmi: Fix memory leaks when parsing + ThinkStation WMI strings (bsc#1012628). +- platform/x86: think-lmi: Fix memory leak when showing current + settings (bsc#1012628). +- ipv6: Fix an uninit variable access bug in __ip6_make_skb() + (bsc#1012628). +- net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT + (bsc#1012628). +- drm/i915/huc: Cancel HuC delayed load timer on reset + (bsc#1012628). +- sctp: check send stream number after wait_for_sndbuf + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix remaining throughput regression + (bsc#1012628). +- net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bit + (bsc#1012628). +- net: don't let netpoll invoke NAPI if in xmit context + (bsc#1012628). +- ALSA: hda/hdmi: Preserve the previous PCM device upon + re-enablement (bsc#1012628). +- icmp: guard against too small mtu (bsc#1012628). +- nfsd: call op_release, even when op_func returns an error + (bsc#1012628). +- NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL + (bsc#1012628). +- wifi: brcmfmac: Fix SDIO suspend/resume regression + (bsc#1012628). +- l2tp: generate correct module alias strings (bsc#1012628). +- net: stmmac: remove redundant fixup to support fixed-link mode + (bsc#1012628). +- net: stmmac: check if MAC needs to attach to a PHY + (bsc#1012628). +- net: phylink: add phylink_expects_phy() method (bsc#1012628). +- net: qrtr: Fix a refcount bug in qrtr_recvmsg() (bsc#1012628). +- wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for + non-uploaded sta (bsc#1012628). +- wifi: mac80211: fix the size calculation of + ieee80211_ie_len_eht_cap() (bsc#1012628). +- KVM: s390: pv: fix external interruption loop not always + detected (bsc#1012628). +- ASoC: codecs: lpass: fix the order or clks turn off during + suspend (bsc#1012628). +- pwm: meson: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: sprd: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: iqs620a: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: cros-ec: Explicitly set .polarity in .get_state() + (bsc#1012628). +- pwm: hibvt: Explicitly set .polarity in .get_state() + (bsc#1012628). +- ASoC: SOF: ipc4: Ensure DSP is in D0I0 during + sof_ipc4_set_get_data() (bsc#1012628). +- Drivers: vmbus: Check for channel allocation before looking + up relids (bsc#1012628). +- gpio: GPIO_REGMAP: select REGMAP instead of depending on it + (bsc#1012628). +- drm/i915: Add a .color_post_update() hook (bsc#1012628). +- drm/i915: Move the DSB setup/cleaup into the color code + (bsc#1012628). +- dm: fix improper splitting for abnormal bios (bsc#1012628). +- dm: change "unsigned" to "unsigned int" (bsc#1012628). +- dm integrity: Remove bi_sector that's only used by commented + debug code (bsc#1012628). +- dm cache: Add some documentation to + dm-cache-background-tracker.h (bsc#1012628). +- commit 19dcda6 + +------------------------------------------------------------------- +Thu Apr 13 11:12:07 CEST 2023 - jslaby@suse.cz + +- net: wwan: t7xx: do not compile with -Werror (bsc#1209724). + Update upstream status. +- commit ad61c68 + +------------------------------------------------------------------- +Thu Apr 13 08:15:49 CEST 2023 - tiwai@suse.de + +- iwlwifi: cfg: Add missing MODULE_FIRMWARE() for *.pnvm + (bsc#1207553). +- commit 2a07952 + +------------------------------------------------------------------- +Tue Apr 11 11:31:54 CEST 2023 - msuchanek@suse.de + +- Update patches.kernel.org/6.2.10-153-powerpc-pseries-vas-Ignore-VAS-update-for-DLPA.patch + (bsc#1012628 bsc#1210216 ltc#202189). +- commit 4e944ba + +------------------------------------------------------------------- +Sun Apr 9 22:20:14 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc6 +- commit 97dd3d4 + +------------------------------------------------------------------- +Thu Apr 6 12:36:55 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.10 (bsc#1012628). +- thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host + routers (bsc#1012628). +- cifs: update ip_addr for ses only for primary chan setup + (bsc#1012628). +- cifs: prevent data race in cifs_reconnect_tcon() (bsc#1012628). +- cifs: avoid race conditions with parallel reconnects + (bsc#1012628). +- zonefs: Reorganize code (bsc#1012628). +- zonefs: Simplify IO error handling (bsc#1012628). +- zonefs: Reduce struct zonefs_inode_info size (bsc#1012628). +- zonefs: Separate zone information from inode information + (bsc#1012628). +- zonefs: Fix error message in zonefs_file_dio_append() + (bsc#1012628). +- btrfs: rename BTRFS_FS_NO_OVERCOMMIT to + BTRFS_FS_ACTIVE_ZONE_TRACKING (bsc#1012628). +- btrfs: zoned: count fresh BG region as zone unusable + (bsc#1012628). +- btrfs: zoned: drop space_info->active_total_bytes (bsc#1012628). +- fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY + (bsc#1012628). +- cifs: fix missing unload_nls() in smb2_reconnect() + (bsc#1012628). +- xfrm: Zero padding when dumping algos and encap (bsc#1012628). +- ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds + (bsc#1012628). +- ASoC: Intel: avs: max98357a: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: da7219: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: rt5682: Explicitly define codec format + (bsc#1012628). +- ASoC: Intel: avs: ssm4567: Remove nau8825 bits (bsc#1012628). +- ASoC: Intel: avs: nau8825: Adjust clock control (bsc#1012628). +- lib: zstd: Backport fix for in-place decompression + (bsc#1012628). +- zstd: Fix definition of assert() (bsc#1012628). +- ACPI: video: Add backlight=native DMI quirk for Dell Vostro + 15 3535 (bsc#1012628). +- ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() + helper (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 + B1-750 (bsc#1012628). +- ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 + (bsc#1012628). +- ASoC: SOF: ipc3: Check for upper size limit for the received + message (bsc#1012628). +- ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unit + (bsc#1012628). +- ASoC: SOF: Intel: pci-tng: revert invalid bar size setting + (bsc#1012628). +- ASoC: SOF: Intel: hda-dsp: harden D0i3 programming sequence + (bsc#1012628). +- ASoC: SOF: Intel: hda-ctrl: re-add sleep after entering and + exiting reset (bsc#1012628). +- ASoC: SOF: IPC4: update gain ipc msg definition to align with fw + (bsc#1012628). +- ASoC: hdmi-codec: only startup/shutdown on supported streams + (bsc#1012628). +- wifi: mac80211: check basic rates validity (bsc#1012628). +- md: avoid signed overflow in slot_store() (bsc#1012628). +- x86/PVH: obtain VGA console info in Dom0 (bsc#1012628). +- drm/amdkfd: Fix BO offset for multi-VMA page migration + (bsc#1012628). +- drm/amdkfd: fix a potential double free in pqm_create_queue + (bsc#1012628). +- drm/amdgpu/vcn: custom video info caps for sriov (bsc#1012628). +- drm/amdkfd: fix potential kgd_mem UAFs (bsc#1012628). +- drm/amd/display: Fix HDCP failing to enable after suspend + (bsc#1012628). +- net: hsr: Don't log netdev_err message on unknown prp dst node + (bsc#1012628). +- ALSA: asihpi: check pao in control_message() (bsc#1012628). +- ALSA: hda/ca0132: fixup buffer overrun at tuning_ctl_set() + (bsc#1012628). +- fbdev: tgafb: Fix potential divide by zero (bsc#1012628). +- ACPI: tools: pfrut: Check if the input of level and type is + in the right numeric range (bsc#1012628). +- sched_getaffinity: don't assume 'cpumask_size()' is fully + initialized (bsc#1012628). +- nvme-pci: fixing memory leak in probe teardown path + (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620 + (bsc#1012628). +- drm/amdkfd: Fixed kfd_process cleanup on module exit + (bsc#1012628). +- net/mlx5e: Lower maximum allowed MTU in XSK to match XDP + prerequisites (bsc#1012628). +- fbdev: nvidia: Fix potential divide by zero (bsc#1012628). +- fbdev: intelfb: Fix potential divide by zero (bsc#1012628). +- fbdev: lxfb: Fix potential divide by zero (bsc#1012628). +- fbdev: au1200fb: Fix potential divide by zero (bsc#1012628). +- tools/power turbostat: Fix /dev/cpu_dma_latency warnings + (bsc#1012628). +- tools/power turbostat: fix decoding of HWP_STATUS (bsc#1012628). +- tracing: Fix wrong return in kprobe_event_gen_test.c + (bsc#1012628). +- btrfs: fix uninitialized variable warning in + btrfs_update_block_group (bsc#1012628). +- btrfs: use temporary variable for space_info in + btrfs_update_block_group (bsc#1012628). +- mtd: rawnand: meson: initialize struct with zeroes + (bsc#1012628). +- mtd: nand: mxic-ecc: Fix + mxic_ecc_data_xfer_wait_for_completion() when irq is used + (bsc#1012628). +- ca8210: Fix unsigned mac_len comparison with zero in + ca8210_skb_tx() (bsc#1012628). +- riscv/kvm: Fix VM hang in case of timer delta being zero + (bsc#1012628). +- mips: bmips: BCM6358: disable RAC flush for TP1 (bsc#1012628). +- ALSA: usb-audio: Fix recursive locking at XRUN during syncing + (bsc#1012628). +- PCI: dwc: Fix PORT_LINK_CONTROL update when CDM check enabled + (bsc#1012628). +- platform/x86: think-lmi: add missing type attribute + (bsc#1012628). +- platform/x86: think-lmi: use correct possible_values delimiters + (bsc#1012628). +- platform/x86: think-lmi: only display possible_values if + available (bsc#1012628). +- platform/x86: think-lmi: Add possible_values for ThinkStation + (bsc#1012628). +- platform/surface: aggregator: Add missing fwnode_handle_put() + (bsc#1012628). +- mtd: rawnand: meson: invalidate cache on polling ECC bit + (bsc#1012628). +- SUNRPC: fix shutdown of NFS TCP client socket (bsc#1012628). +- sfc: ef10: don't overwrite offload features at NIC reset + (bsc#1012628). +- scsi: megaraid_sas: Fix crash after a double completion + (bsc#1012628). +- scsi: mpt3sas: Don't print sense pool info twice (bsc#1012628). +- net: dsa: realtek: fix out-of-bounds access (bsc#1012628). +- ptp_qoriq: fix memory leak in probe() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() (bsc#1012628). +- net: dsa: microchip: ksz8: fix ksz8_fdb_dump() to extract all + 1024 entries (bsc#1012628). +- net: dsa: microchip: ksz8: fix offset for the timestamp filed + (bsc#1012628). +- net: dsa: microchip: ksz8: ksz8_fdb_dump: avoid extracting + ghost entry from empty dynamic MAC table (bsc#1012628). +- net: dsa: microchip: ksz8863_smi: fix bulk access (bsc#1012628). +- net: dsa: microchip: ksz8: fix MDB configuration with non-zero + VID (bsc#1012628). +- r8169: fix RTL8168H and RTL8107E rx crc error (bsc#1012628). +- regulator: Handle deferred clk (bsc#1012628). +- net/net_failover: fix txq exceeding warning (bsc#1012628). +- net: stmmac: don't reject VLANs when IFF_PROMISC is set + (bsc#1012628). +- drm/i915/pmu: Use functions common with sysfs to read actual + freq (bsc#1012628). +- drm/i915/tc: Fix the ICL PHY ownership check in TC-cold state + (bsc#1012628). +- drm/i915/perf: Drop wakeref on GuC RC error (bsc#1012628). +- platform/x86/intel/pmc: Alder Lake PCH slp_s0_residency fix + (bsc#1012628). +- can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write + (bsc#1012628). +- s390/vfio-ap: fix memory leak in vfio_ap device driver + (bsc#1012628). +- ACPI: bus: Rework system-level device notification handling + (bsc#1012628). +- loop: LOOP_CONFIGURE: send uevents for partitions (bsc#1012628). +- net: mvpp2: classifier flow fix fragmentation flags + (bsc#1012628). +- net: mvpp2: parser fix QinQ (bsc#1012628). +- net: mvpp2: parser fix PPPoE (bsc#1012628). +- smsc911x: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ice: Fix ice_cfg_rdma_fltr() to only update relevant fields + (bsc#1012628). +- ice: add profile conflict check for AVF FDIR (bsc#1012628). +- ice: fix invalid check for empty list in + ice_sched_assoc_vsi_to_agg() (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix tx throughput regression with + direct 1G links (bsc#1012628). +- ALSA: ymfpci: Create card with device-managed + snd_devm_card_new() (bsc#1012628). +- ALSA: ymfpci: Fix BUG_ON in probe function (bsc#1012628). +- net: wwan: iosm: fixes 7560 modem crash (bsc#1012628). +- net: ipa: compute DMA pool size properly (bsc#1012628). +- bnx2x: use the right build_skb() helper (bsc#1012628). +- i40e: fix registers dump after run ethtool adapter self test + (bsc#1012628). +- bnxt_en: Fix reporting of test result in ethtool selftest + (bsc#1012628). +- bnxt_en: Fix typo in PCI id to device description string mapping + (bsc#1012628). +- bnxt_en: Add missing 200G link speed reporting (bsc#1012628). +- net: dsa: mv88e6xxx: Enable IGMP snooping on user ports only + (bsc#1012628). +- net: dsa: sync unicast and multicast addresses for VLAN filters + too (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix flow block refcounting logic + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag + offload (bsc#1012628). +- net: ethernet: mtk_eth_soc: add missing ppe cache flush when + deleting a flow (bsc#1012628). +- pinctrl: ocelot: Fix alt mode for ocelot (bsc#1012628). +- Input: xpad - fix incorrectly applied patch for + MAP_PROFILE_BUTTON (bsc#1012628). +- iommu/vt-d: Allow zero SAGAW if second-stage not supported + (bsc#1012628). +- Revert "venus: firmware: Correct non-pix start and end + addresses" (bsc#1012628). +- Input: i8042 - add TUXEDO devices to i8042 quirk tables for + partial fix (bsc#1012628). +- Input: focaltech - use explicitly signed char type + (bsc#1012628). +- cifs: prevent infinite recursion in CIFSGetDFSRefer() + (bsc#1012628). +- cifs: fix DFS traversal oops without CONFIG_CIFS_DFS_UPCALL + (bsc#1012628). +- Input: i8042 - add quirk for Fujitsu Lifebook A574/H + (bsc#1012628). +- Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report + DMI table (bsc#1012628). +- btrfs: fix deadlock when aborting transaction during relocation + with scrub (bsc#1012628). +- btrfs: fix race between quota disable and quota assign ioctls + (bsc#1012628). +- btrfs: scan device in non-exclusive mode (bsc#1012628). +- btrfs: ignore fiemap path cache when there are multiple paths + for a node (bsc#1012628). +- zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user + space (bsc#1012628). +- io_uring/poll: clear single/double poll flags on poll arming + (bsc#1012628). +- io_uring/rsrc: fix rogue rsrc node grabbing (bsc#1012628). +- io_uring: fix poll/netmsg alloc caches (bsc#1012628). +- vmxnet3: use gro callback when UPT is enabled (bsc#1012628). +- zonefs: Always invalidate last cached page on append write + (bsc#1012628). +- dm: fix __send_duplicate_bios() to always allow for splitting IO + (bsc#1012628). +- can: j1939: prevent deadlock by moving j1939_sk_errqueue() + (bsc#1012628). +- xen/netback: don't do grant copy across page boundary + (bsc#1012628). +- net: phy: dp83869: fix default value for tx-/rx-internal-delay + (bsc#1012628). +- modpost: Fix processing of CRCs on 32-bit build machines + (bsc#1012628). +- pinctrl: amd: Disable and mask interrupts on resume + (bsc#1012628). +- pinctrl: at91-pio4: fix domain name assignment (bsc#1012628). +- platform/x86: ideapad-laptop: Stop sending KEY_TOUCHPAD_TOGGLE + (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix additional + deadlock (bsc#1012628). +- powerpc: Don't try to copy PPR for task with NULL pt_regs + (bsc#1012628). +- powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste + is not enabled (bsc#1012628). +- powerpc/64s: Fix __pte_needs_flush() false positive warning + (bsc#1012628). +- NFSv4: Fix hangs when recovering open state after a server + reboot (bsc#1012628). +- ALSA: hda/conexant: Partial revert of a quirk for Lenovo + (bsc#1012628). +- ALSA: usb-audio: Fix regression on detection of Roland VS-100 + (bsc#1012628). +- ALSA: hda/realtek: Add quirks for some Clevo laptops + (bsc#1012628). +- ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z + (bsc#1012628). +- xtensa: fix KASAN report for show_stack (bsc#1012628). +- rcu: Fix rcu_torture_read ftrace event (bsc#1012628). +- dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA support + (bsc#1012628). +- s390/uaccess: add missing earlyclobber annotations to + __clear_user() (bsc#1012628). +- drm/etnaviv: fix reference leak when mmaping imported buffer + (bsc#1012628). +- drm/amdgpu: allow more APUs to do mode2 reset when go to S4 + (bsc#1012628). +- drm/amd/display: Add DSC Support for Synaptics Cascaded MST Hub + (bsc#1012628). +- drm/amd/display: Take FEC Overhead into Timeslot Calculation + (bsc#1012628). +- drm/i915/gem: Flush lmem contents after construction + (bsc#1012628). +- drm/i915/dpt: Treat the DPT BO as a framebuffer (bsc#1012628). +- drm/i915: Disable DC states for all commits (bsc#1012628). +- drm/i915: Split icl_color_commit_noarm() from + skl_color_commit_noarm() (bsc#1012628). +- drm/i915: Move CSC load back into .color_commit_arm() when + PSR is enabled on skl/glk (bsc#1012628). +- KVM: arm64: PMU: Fix GET_ONE_REG for vPMC regs to return the + current value (bsc#1012628). +- KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU + (bsc#1012628). +- KVM: arm64: Retry fault if vma_lookup() results become invalid + (bsc#1012628). +- KVM: arm64: Disable interrupts while walking userspace PTs + (bsc#1012628). +- KVM: arm64: Check for kvm_vma_mte_allowed in the critical + section (bsc#1012628). +- usb: ucsi: Fix ucsi->connector race (bsc#1012628). +- libbpf: Fix BTF-to-C converter's padding logic (bsc#1012628). +- selftests/bpf: Add few corner cases to test padding handling + of btf_dump (bsc#1012628). +- libbpf: Fix btf_dump's packed struct determination + (bsc#1012628). +- drm/amdkfd: Get prange->offset after svm_range_vram_node_new + (bsc#1012628). +- hsr: ratelimit only when errors are printed (bsc#1012628). +- x86/PVH: avoid 32-bit build warning when obtaining VGA console + info (bsc#1012628). +- Revert "cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE + *again*" (bsc#1012628). +- commit ba7816e + ------------------------------------------------------------------- Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de @@ -3296,6 +23645,22 @@ Tue Apr 4 14:51:56 CEST 2023 - msuchanek@suse.de setting as well. - commit 36ba909 +------------------------------------------------------------------- +Tue Apr 4 11:52:28 CEST 2023 - jdelvare@suse.de + +- Update config files: disable CONFIG_SENSORS_OCC_P8_I2C and CONFIG_SENSORS_OCC_P9_SBE + These drivers are intended to run on the BMC of Power systems, not on + the host, so they are useless in our distribution. +- commit 8dba174 + +------------------------------------------------------------------- +Tue Apr 4 07:17:34 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.suse/drm-nouveau-kms-Fix-backlight-registration.patch. + Update upstream status. +- commit 8db91ce + ------------------------------------------------------------------- Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de @@ -3303,6 +23668,22 @@ Mon Apr 3 12:53:36 CEST 2023 - tiwai@suse.de It grows and the build fails recently on SLE15-SP4/5. - commit 41ac816 +------------------------------------------------------------------- +Mon Apr 3 11:01:19 CEST 2023 - jslaby@suse.cz + +- Refresh + patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch. + Update upstream status. +- commit 549d742 + +------------------------------------------------------------------- +Sun Apr 2 23:48:47 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc5 +- eliminate 1 patch + - patches.rpmify/s390-reintroduce-expoline-dependence-to-scripts.patch (7bb2107e63d8) +- commit e8c15b9 + ------------------------------------------------------------------- Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de @@ -3311,6 +23692,1157 @@ Sat Apr 1 20:29:43 CEST 2023 - schwab@suse.de zicsr/zifencei issues between clang and binutils"). - commit 234baea +------------------------------------------------------------------- +Fri Mar 31 15:47:35 CEST 2023 - msuchanek@suse.de + +- Disable compat options on ppc64le (jsc#PED-3184). + CONFIG_PPC_TRANSACTIONAL_MEM=n + CONFIG_COMPAT=n +- commit 427a93d + +------------------------------------------------------------------- +Fri Mar 31 08:40:48 CEST 2023 - tiwai@suse.de + +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). + [js] update upstream status +- ath11k: pci: Add more MODULE_FIRMWARE() entries (bsc#1209965). +- commit 33c2186 + +------------------------------------------------------------------- +Fri Mar 31 07:42:25 CEST 2023 - jslaby@suse.cz + +- Update config files. + (Only oldconfig, RISCV fails.) +- commit f0487ac + +------------------------------------------------------------------- +Thu Mar 30 17:33:42 CEST 2023 - tiwai@suse.de + +- wifi: ath11k: reduce the MHI timeout to 20s (bsc#1207948). +- commit 343f603 + +------------------------------------------------------------------- +Thu Mar 30 13:30:50 CEST 2023 - jslaby@suse.cz + +- Linux 6.2.9 (bsc#1012628). +- interconnect: qcom: osm-l3: fix icc_onecell_data allocation + (bsc#1012628). +- interconnect: qcom: sm8450: switch to qcom_icc_rpmh_* function + (bsc#1012628). +- interconnect: qcom: qcm2290: Fix MASTER_SNOC_BIMC_NRT + (bsc#1012628). +- perf/core: Fix perf_output_begin parameter is incorrectly + invoked in perf_event_bpf_output (bsc#1012628). +- perf: fix perf_event_context->time (bsc#1012628). +- tracing/hwlat: Replace sched_setaffinity with + set_cpus_allowed_ptr (bsc#1012628). +- drm/amd/display: fix k1 k2 divider programming for phantom + streams (bsc#1012628). +- drm/amd/display: Remove OTG DIV register write for Virtual + signals (bsc#1012628). +- drm/amd/display: Fix DP MST sinks removal issue (bsc#1012628). +- arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Add label property to vadc channel + nodes (bsc#1012628). +- arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct WSA2 assigned clocks + (bsc#1012628). +- arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent + (bsc#1012628). +- power: supply: bq24190: Fix use after free bug in bq24190_remove + due to race condition (bsc#1012628). +- power: supply: da9150: Fix use after free bug in + da9150_charger_remove due to race condition (bsc#1012628). +- wifi: mt76: do not run mt76_unregister_device() on unregistered + hw (bsc#1012628). +- wifi: mt76: connac: do not check WED status for non-mmio devices + (bsc#1012628). +- efi: earlycon: Reprobe after parsing config tables + (bsc#1012628). +- arm64: dts: imx8dxl-evk: Disable hibernation mode of AR8031 + for EQOS (bsc#1012628). +- arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio (bsc#1012628). +- ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl (bsc#1012628). +- ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl + (bsc#1012628). +- arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes + (bsc#1012628). +- arm64: dts: imx93: add missing #address-cells and #size-cells + to i2c nodes (bsc#1012628). +- NFS: Fix /proc/PID/io read_bytes for buffered reads + (bsc#1012628). +- NFS: Correct timing for assigning access cache timestamp + (bsc#1012628). +- xsk: Add missing overflow check in xdp_umem_reg (bsc#1012628). +- iavf: fix inverted Rx hash condition leading to disabled hash + (bsc#1012628). +- iavf: fix non-tunneled IPv6 UDP packet type and hashing + (bsc#1012628). +- iavf: do not track VLAN 0 filters (bsc#1012628). +- intel/igbvf: free irq on the error path in igbvf_request_msix() + (bsc#1012628). +- igbvf: Regard vf reset nack as success (bsc#1012628). +- igc: fix the validation logic for taprio's gate list + (bsc#1012628). +- i2c: imx-lpi2c: check only for enabled interrupt flags + (bsc#1012628). +- i2c: mxs: ensure that DMA buffers are safe for DMA + (bsc#1012628). +- i2c: hisi: Only use the completion interrupt to finish the + transfer (bsc#1012628). +- scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() + (bsc#1012628). +- nfsd: don't replace page in rq_pages if it's a continuation + of last page (bsc#1012628). +- net: dsa: b53: mmap: fix device tree support (bsc#1012628). +- net: usb: smsc95xx: Limit packet length to skb->len + (bsc#1012628). +- qed/qed_sriov: guard against NULL derefs from + qed_iov_get_vf_info (bsc#1012628). +- xirc2ps_cs: Fix use after free bug in xirc2ps_detach + (bsc#1012628). +- net: phy: Ensure state transitions are processed from phy_stop() + (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using + device-tree (bsc#1012628). +- net: mdio: fix owner field for mdio buses registered using ACPI + (bsc#1012628). +- net: stmmac: Fix for mismatched host/device DMA address width + (bsc#1012628). +- thermal/drivers/mellanox: Use generic thermal_zone_get_trip() + function (bsc#1012628). +- mlxsw: core_thermal: Fix fan speed in maximum cooling state + (bsc#1012628). +- drm/i915/fbdev: lock the fbdev obj before vma pin (bsc#1012628). +- drm/i915/mtl: Disable MC6 for MTL A step (bsc#1012628). +- drm/i915/guc: Rename GuC register state capture node to be + more obvious (bsc#1012628). +- drm/i915/guc: Fix missing ecodes (bsc#1012628). +- drm/i915/gt: perform uc late init after probe error injection + (bsc#1012628). +- drm/i915: Fix format for perf_limit_reasons (bsc#1012628). +- drm/i915: Update vblank timestamping stuff on seamless M/N + change (bsc#1012628). +- net: dsa: report rx_bytes unadjusted for ETH_HLEN (bsc#1012628). +- net: qcom/emac: Fix use after free bug in emac_remove due to + race condition (bsc#1012628). +- net: usb: lan78xx: Limit packet length to skb->len + (bsc#1012628). +- net/ps3_gelic_net: Fix RX sk_buff length (bsc#1012628). +- net/ps3_gelic_net: Use dma_mapping_error (bsc#1012628). +- octeontx2-vf: Add missing free for alloc_percpu (bsc#1012628). +- bootconfig: Fix testcase to increase max node (bsc#1012628). +- keys: Do not cache key in task struct if key is requested from + kernel thread (bsc#1012628). +- ice: check if VF exists before mode check (bsc#1012628). +- iavf: fix hang on reboot with ice (bsc#1012628). +- i40e: fix flow director packet filter programming (bsc#1012628). +- bpf: Adjust insufficient default bpf_jit_limit (bsc#1012628). +- net/mlx5e: Set uplink rep as NETNS_LOCAL (bsc#1012628). +- net/mlx5e: Block entering switchdev mode with ns inconsistency + (bsc#1012628). +- net/mlx5: Fix steering rules cleanup (bsc#1012628). +- net/mlx5e: Overcome slow response for first macsec ASO WQE + (bsc#1012628). +- net/mlx5: Read the TC mapping of all priorities on ETS query + (bsc#1012628). +- net/mlx5: E-Switch, Fix an Oops in error handling code + (bsc#1012628). +- net: dsa: tag_brcm: legacy: fix daisy-chained switches + (bsc#1012628). +- atm: idt77252: fix kmemleak when rmmod idt77252 (bsc#1012628). +- erspan: do not use skb_mac_header() in ndo_start_xmit() + (bsc#1012628). +- net: mscc: ocelot: fix stats region batching (bsc#1012628). +- net/sonic: use dma_mapping_error() for error check + (bsc#1012628). +- nvme-tcp: fix nvme_tcp_term_pdu to match spec (bsc#1012628). +- mlxsw: spectrum_fid: Fix incorrect local port type + (bsc#1012628). +- hvc/xen: prevent concurrent accesses to the shared ring + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_SET_ZERO_DATA + (bsc#1012628). +- ksmbd: add low bound validation to FSCTL_QUERY_ALLOCATED_RANGES + (bsc#1012628). +- ksmbd: fix possible refcount leak in smb2_open() (bsc#1012628). +- Bluetooth: hci_sync: Resume adv with no RPA when active scan + (bsc#1012628). +- Bluetooth: hci_core: Detect if an ACL packet is in fact an + ISO packet (bsc#1012628). +- Bluetooth: btusb: Remove detection of ISO packets over bulk + (bsc#1012628). +- Bluetooth: ISO: fix timestamped HCI ISO data packet parsing + (bsc#1012628). +- Bluetooth: Remove "Power-on" check from Mesh feature + (bsc#1012628). +- gve: Cache link_speed value from device (bsc#1012628). +- net: asix: fix modprobe "sysfs: cannot create duplicate + filename" (bsc#1012628). +- net: dsa: mt7530: move enabling disabling core clock to + mt7530_pll_setup() (bsc#1012628). +- net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup() + (bsc#1012628). +- net: dsa: mt7530: move setting ssc_delta to + PHY_INTERFACE_MODE_TRGMII case (bsc#1012628). +- net: mdio: thunder: Add missing fwnode_handle_put() + (bsc#1012628). +- efi/libstub: Use relocated version of kernel's struct + screen_info (bsc#1012628). +- drm/amd/display: Set dcn32 caps.seamless_odm (bsc#1012628). +- Bluetooth: btqcomsmd: Fix command timeout after setting BD + address (bsc#1012628). +- Bluetooth: L2CAP: Fix responding with wrong PDU type + (bsc#1012628). +- Bluetooth: btsdio: fix use after free bug in btsdio_remove + due to unfinished work (bsc#1012628). +- Bluetooth: mgmt: Fix MGMT add advmon with RSSI command + (bsc#1012628). +- Bluetooth: HCI: Fix global-out-of-bounds (bsc#1012628). +- platform/chrome: cros_ec_chardev: fix kernel data leak from + ioctl (bsc#1012628). +- entry: Fix noinstr warning in __enter_from_user_mode() + (bsc#1012628). +- perf/x86/amd/core: Always clear status for idx (bsc#1012628). +- entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-up + (bsc#1012628). +- hwmon: fix potential sensor registration fail if of_node is + missing (bsc#1012628). +- hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs + (bsc#1012628). +- scsi: qla2xxx: Synchronize the IOCB count to be in order + (bsc#1012628). +- scsi: qla2xxx: Perform lockless command completion in abort path + (bsc#1012628). +- smb3: lower default deferred close timeout to address perf + regression (bsc#1012628). +- smb3: fix unusable share after force unmount failure + (bsc#1012628). +- uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2 + (bsc#1012628). +- thunderbolt: Use scale field when allocating USB3 bandwidth + (bsc#1012628). +- thunderbolt: Call tb_check_quirks() after initializing adapters + (bsc#1012628). +- thunderbolt: Add quirk to disable CLx (bsc#1012628). +- thunderbolt: Fix memory leak in margining (bsc#1012628). +- thunderbolt: Disable interrupt auto clear for rings + (bsc#1012628). +- thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access + (bsc#1012628). +- thunderbolt: Use const qualifier for `ring_interrupt_index` + (bsc#1012628). +- thunderbolt: Rename shadowed variables bit to interrupt_bit + and auto_clear_bit (bsc#1012628). +- ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirks + (bsc#1012628). +- ASoC: Intel: sof_rt5682: Add quirk for Rex board with mx98360a + amplifier (bsc#1012628). +- ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx + (8A43) (bsc#1012628). +- ACPI: x86: Drop quirk for HP Elitebook (bsc#1012628). +- ACPI: x86: utils: Add Cezanne to the list for forcing + StorageD3Enable (bsc#1012628). +- riscv: Bump COMMAND_LINE_SIZE value to 1024 (bsc#1012628). +- drm/cirrus: NULL-check pipe->plane.state->fb in + cirrus_pipe_update() (bsc#1012628). +- HID: cp2112: Fix driver not registering GPIO IRQ chip as + threaded (bsc#1012628). +- ca8210: fix mac_len negative array access (bsc#1012628). +- HID: logitech-hidpp: Add support for Logitech MX Master 3S mouse + (bsc#1012628). +- HID: intel-ish-hid: ipc: Fix potential use-after-free in work + function (bsc#1012628). +- m68k: mm: Fix systems with memory at end of 32-bit address space + (bsc#1012628). +- m68k: Only force 030 bus error if PC not in exception table + (bsc#1012628). +- selftests/bpf: check that modifier resolves after pointer + (bsc#1012628). +- cpumask: fix incorrect cpumask scanning result checks + (bsc#1012628). +- scsi: target: iscsi: Fix an error message in iscsi_check_key() + (bsc#1012628). +- scsi: qla2xxx: Add option to disable FC2 Target support + (bsc#1012628). +- scsi: hisi_sas: Check devm_add_action() return value + (bsc#1012628). +- scsi: ufs: core: Add soft dependency on governor_simpleondemand + (bsc#1012628). +- scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() + (bsc#1012628). +- scsi: lpfc: Avoid usage of list iterator variable after loop + (bsc#1012628). +- scsi: mpi3mr: Driver unload crashes host when enhanced logging + is enabled (bsc#1012628). +- scsi: mpi3mr: Wait for diagnostic save during controller init + (bsc#1012628). +- scsi: mpi3mr: NVMe command size greater than 8K fails + (bsc#1012628). +- scsi: mpi3mr: Bad drive in topology results kernel crash + (bsc#1012628). +- scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX file + (bsc#1012628). +- platform/x86: int3472: Add GPIOs to Surface Go 3 Board data + (bsc#1012628). +- net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990 + (bsc#1012628). +- net: usb: qmi_wwan: add Telit 0x1080 composition (bsc#1012628). +- drm/amd/display: Update clock table to include highest clock + setting (bsc#1012628). +- sh: sanitize the flags on sigreturn (bsc#1012628). +- drm/amdgpu: Fix call trace warning and hang when removing + amdgpu device (bsc#1012628). +- drm/amd: Fix initialization mistake for NBIO 7.3.0 + (bsc#1012628). +- net/sched: act_mirred: better wording on protection against + excessive stack growth (bsc#1012628). +- act_mirred: use the backlog for nested calls to mirred ingress + (bsc#1012628). +- cifs: lock chan_lock outside match_session (bsc#1012628). +- cifs: append path to open_enter trace event (bsc#1012628). +- cifs: do not poll server interfaces too regularly (bsc#1012628). +- cifs: empty interface list when server doesn't support query + interfaces (bsc#1012628). +- cifs: dump pending mids for all channels in DebugData + (bsc#1012628). +- cifs: print session id while listing open files (bsc#1012628). +- cifs: fix dentry lookups in directory handle cache + (bsc#1012628). +- x86/mm: Do not shuffle CPU entry areas without KASLR + (bsc#1012628). +- x86/fpu/xstate: Prevent false-positive warning in + __copy_xstate_uabi_buf() (bsc#1012628). +- selftests/x86/amx: Add a ptrace test (bsc#1012628). +- scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR + (bsc#1012628). +- usb: misc: onboard-hub: add support for Microchip USB2517 USB + 2.0 hub (bsc#1012628). +- usb: dwc2: fix a race, don't power off/on phy for dual-role mode + (bsc#1012628). +- usb: dwc2: drd: fix inconsistent mode if + role-switch-default-mode="host" (bsc#1012628). +- usb: dwc2: fix a devres leak in hw_enable upon suspend resume + (bsc#1012628). +- block/io_uring: pass in issue_flags for uring_cmd task_work + handling (bsc#1012628). +- usb: gadget: u_audio: don't let userspace block driver unbind + (bsc#1012628). +- btrfs: zoned: fix btrfs_can_activate_zone() to support DUP + profile (bsc#1012628). +- Bluetooth: Fix race condition in hci_cmd_sync_clear + (bsc#1012628). +- efi: sysfb_efi: Fix DMI quirks not working for simpledrm + (bsc#1012628). +- mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP + (bsc#1012628). +- efi/libstub: zboot: Mark zboot EFI application as NX compatible + (bsc#1012628). +- arm64: efi: Set NX compat flag in PE/COFF header (bsc#1012628). +- fscrypt: destroy keyring after security_sb_delete() + (bsc#1012628). +- fsverity: Remove WQ_UNBOUND from fsverity read workqueue + (bsc#1012628). +- lockd: set file_lock start and end when decoding nlm4 testargs + (bsc#1012628). +- arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name + (bsc#1012628). +- igb: revert rtnl_lock() that causes deadlock (bsc#1012628). +- dm thin: fix deadlock when swapping to thin device + (bsc#1012628). +- usb: typec: tcpm: fix create duplicate source-capabilities file + (bsc#1012628). +- usb: typec: tcpm: fix warning when handle discover_identity + message (bsc#1012628). +- usb: cdns3: Fix issue with using incorrect PCI device function + (bsc#1012628). +- usb: cdnsp: Fixes issue with redundant Status Stage + (bsc#1012628). +- usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 + driver (bsc#1012628). +- usb: chipdea: core: fix return -EINVAL if request role is the + same with current role (bsc#1012628). +- usb: chipidea: core: fix possible concurrent when switch role + (bsc#1012628). +- usb: dwc3: gadget: Add 1ms delay after end transfer command + without IOC (bsc#1012628). +- usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() + (bsc#1012628). +- usb: ucsi_acpi: Increase the command completion timeout + (bsc#1012628). +- mm: kfence: fix using kfence_metadata without initialization + in show_object() (bsc#1012628). +- kfence: avoid passing -g for test (bsc#1012628). +- io_uring/net: avoid sending -ECONNABORTED on repeated connection + requests (bsc#1012628). +- io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() + (bsc#1012628). +- Revert "kasan: drop skip_kasan_poison variable in + free_pages_prepare" (bsc#1012628). +- kcsan: avoid passing -g for test (bsc#1012628). +- test_maple_tree: add more testing for mas_empty_area() + (bsc#1012628). +- maple_tree: fix mas_skip_node() end slot detection + (bsc#1012628). +- ksmbd: fix wrong signingkey creation when encryption is AES256 + (bsc#1012628). +- ksmbd: set FILE_NAMED_STREAMS attribute in + FS_ATTRIBUTE_INFORMATION (bsc#1012628). +- ksmbd: don't terminate inactive sessions after a few seconds + (bsc#1012628). +- ksmbd: return STATUS_NOT_SUPPORTED on unsupported smb2.0 dialect + (bsc#1012628). +- ksmbd: return unsupported error on smb1 mount (bsc#1012628). +- wifi: mac80211: fix qos on mesh interfaces (bsc#1012628). +- wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() + (bsc#1012628). +- nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy() + (bsc#1012628). +- drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not found + (bsc#1012628). +- drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk + (bsc#1012628). +- drm/meson: fix missing component unbind on bind errors + (bsc#1012628). +- drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi + (bsc#1012628). +- drm/i915/active: Fix missing debug object activation + (bsc#1012628). +- drm/i915: Preserve crtc_state->inherited during state clearing + (bsc#1012628). +- drm/amdgpu: skip ASIC reset for APUs when go to S4 + (bsc#1012628). +- drm/amdgpu: reposition the gpu reset checking for reuse + (bsc#1012628). +- riscv: mm: Fix incorrect ASID argument when flushing TLB + (bsc#1012628). +- riscv: Handle zicsr/zifencei issues between clang and binutils + (bsc#1012628). +- tee: amdtee: fix race condition in amdtee_open_session + (bsc#1012628). +- firmware: arm_scmi: Fix device node validation for mailbox + transport (bsc#1012628). +- arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as + always-on (bsc#1012628). +- arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent + (bsc#1012628). +- arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe + controllers (bsc#1012628). +- soc: qcom: llcc: Fix slice configuration values for SC8280XP + (bsc#1012628). +- mm/ksm: fix race with VMA iteration and mm_struct teardown + (bsc#1012628). +- bus: imx-weim: fix branch condition evaluates to a garbage value + (bsc#1012628). +- i2c: xgene-slimpro: Fix out-of-bounds bug in + xgene_slimpro_i2c_xfer() (bsc#1012628). +- dm stats: check for and propagate alloc_percpu failure + (bsc#1012628). +- dm crypt: add cond_resched() to dmcrypt_write() (bsc#1012628). +- dm crypt: avoid accessing uninitialized tasklet (bsc#1012628). +- sched/fair: sanitize vruntime of entity being placed + (bsc#1012628). +- sched/fair: Sanitize vruntime of entity being migrated + (bsc#1012628). +- commit 7a187a3 + +------------------------------------------------------------------- +Wed Mar 29 17:39:46 CEST 2023 - ykaukab@suse.de + +- supported.conf: fix typos in module names +- commit cbe8816 + +------------------------------------------------------------------- +Wed Mar 29 11:32:09 CEST 2023 - tiwai@suse.de + +- Input: alps - fix compatibility with -funsigned-char + (bsc#1209805). +- commit fb69353 + +------------------------------------------------------------------- +Wed Mar 29 09:53:49 CEST 2023 - jslaby@suse.cz + +- net/wwan/t7xx: disable Werror (bsc#1209724). +- commit fd61888 + +------------------------------------------------------------------- +Wed Mar 29 08:16:50 CEST 2023 - jslaby@suse.cz + +- efi/libstub: smbios: Use length member instead of record struct + size (bsc#1208750). + Use the patches from upstream to fix the issue. +- commit 94a1030 + +------------------------------------------------------------------- +Tue Mar 28 17:25:14 CEST 2023 - tiwai@suse.de + +- drm/nouveau/kms: Fix backlight registration (bsc#1209296). +- commit f84ef02 + +------------------------------------------------------------------- +Tue Mar 28 09:54:15 CEST 2023 - ykaukab@suse.de + +- supported.conf: add missing modules + Mark most modules as unsupported by default +- commit 994ed9c + +------------------------------------------------------------------- +Mon Mar 27 00:01:16 CEST 2023 - mkubecek@suse.cz + +- Update to 6.3-rc4 +- eliminate 1 patch + - patches.suse/arm64-efi-Use-SMBIOS-processor-ID-to-key-off-Altra-q.patch (eb684408f3ea) +- refresh configs +- commit f77c350 + +------------------------------------------------------------------- +Wed Mar 22 19:56:06 CET 2023 - jslaby@suse.cz + +- Linux 6.2.8 (bsc#1012628). +- xfrm: Allow transport-mode states with AF_UNSPEC selector + (bsc#1012628). +- drm/virtio: Pass correct device to dma_sync_sgtable_for_device() + (bsc#1012628). +- drm/msm/gem: Prevent blocking within shrinker loop + (bsc#1012628). +- drm/panfrost: Don't sync rpm suspension after mmu flushing + (bsc#1012628). +- fbdev: chipsfb: Fix error codes in chipsfb_pci_init() + (bsc#1012628). +- cifs: Move the in_send statistic to __smb_send_rqst() + (bsc#1012628). +- drm/meson: fix 1px pink line on GXM when scaling video overlay + (bsc#1012628). +- clk: HI655X: select REGMAP instead of depending on it + (bsc#1012628). +- selftests: amd-pstate: fix TEST_FILES (bsc#1012628). +- ASoC: SOF: Intel: MTL: Fix the device description (bsc#1012628). +- ASoC: SOF: Intel: HDA: Fix device description (bsc#1012628). +- ASoC: SOF: Intel: SKL: Fix device description (bsc#1012628). +- ASOC: SOF: Intel: pci-tgl: Fix device description (bsc#1012628). +- ASoC: SOF: ipc4-topology: set dmic dai index from copier + (bsc#1012628). +- docs: Correct missing "d_" prefix for dentry_operations member + d_weak_revalidate (bsc#1012628). +- scsi: mpt3sas: Fix NULL pointer access in + mpt3sas_transport_port_add() (bsc#1012628). +- scsi: mpi3mr: Fix throttle_groups memory leak (bsc#1012628). +- scsi: mpi3mr: Fix config page DMA memory leak (bsc#1012628). +- scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove() + (bsc#1012628). +- scsi: mpi3mr: Return proper values for failures in firmware + init path (bsc#1012628). +- scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc() + (bsc#1012628). +- scsi: mpi3mr: ioctl timeout when disabling/enabling interrupt + (bsc#1012628). +- scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() + (bsc#1012628). +- ALSA: hda: Match only Intel devices with CONTROLLER_IN_GPU() + (bsc#1012628). +- netfilter: nft_nat: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_masq: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct length for loading protocol + registers (bsc#1012628). +- netfilter: nft_redir: correct value of inet type `.maxattrs` + (bsc#1012628). +- scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD (bsc#1012628). +- scsi: core: Fix a procfs host directory removal regression + (bsc#1012628). +- ftrace,kcfi: Define ftrace_stub_graph conditionally + (bsc#1012628). +- tcp: tcp_make_synack() can be called from process context + (bsc#1012628). +- vdpa/mlx5: should not activate virtq object when suspended + (bsc#1012628). +- wifi: nl80211: fix NULL-ptr deref in offchan check + (bsc#1012628). +- wifi: cfg80211: fix MLO connection ownership (bsc#1012628). +- selftests: fix LLVM build for i386 and x86_64 (bsc#1012628). +- nfc: pn533: initialize struct pn533_out_arg properly + (bsc#1012628). +- ipvlan: Make skb->skb_iif track skb->dev for l3s mode + (bsc#1012628). +- i40e: Fix kernel crash during reboot when adapter is in recovery + mode (bsc#1012628). +- vhost-vdpa: free iommu domain after last use during cleanup + (bsc#1012628). +- vdpa_sim: not reset state in vdpasim_queue_ready (bsc#1012628). +- vdpa_sim: set last_used_idx as last_avail_idx in + vdpasim_queue_ready (bsc#1012628). +- PCI: s390: Fix use-after-free of PCI resources with per-function + hotplug (bsc#1012628). +- drm/i915/psr: Use calculated io and fast wake lines + (bsc#1012628). +- drm/i915/sseu: fix max_subslices array-index-out-of-bounds + access (bsc#1012628). +- bnxt_en: reset PHC frequency in free-running mode (bsc#1012628). +- net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() + (bsc#1012628). +- qed/qed_dev: guard against a possible division by zero + (bsc#1012628). +- net: dsa: mt7530: remove now incorrect comment regarding port 5 + (bsc#1012628). +- net: dsa: mt7530: set PLL frequency and trgmii only when trgmii + is used (bsc#1012628). +- block: do not reverse request order when flushing plug list + (bsc#1012628). +- loop: Fix use-after-free issues (bsc#1012628). +- blk-mq: fix "bad unlock balance detected" on q->srcu in + __blk_mq_run_dispatch_ops (bsc#1012628). +- net: tunnels: annotate lockless accesses to dev->needed_headroom + (bsc#1012628). +- net: phy: smsc: bail out in lan87xx_read_status if + genphy_read_status fails (bsc#1012628). +- tcp: Fix bind() conflict check for dual-stack wildcard address + (bsc#1012628). +- nfc: st-nci: Fix use after free bug in ndlc_remove due to race + condition (bsc#1012628). +- mlxsw: spectrum: Fix incorrect parsing depth after reload + (bsc#1012628). +- net/smc: fix deadlock triggered by cancel_delayed_work_syn() + (bsc#1012628). +- net: usb: smsc75xx: Limit packet length to skb->len + (bsc#1012628). +- net: ethernet: mtk_eth_soc: reset PCS state (bsc#1012628). +- net: ethernet: mtk_eth_soc: only write values if needed + (bsc#1012628). +- drm/bridge: Fix returned array size name for + atomic_get_input_bus_fmts kdoc (bsc#1012628). +- block: null_blk: Fix handling of fake timeout request + (bsc#1012628). +- nvme: fix handling single range discard request (bsc#1012628). +- nvmet: avoid potential UAF in nvmet_req_complete() + (bsc#1012628). +- block: sunvdc: add check for mdesc_grab() returning NULL + (bsc#1012628). +- block: count 'ios' and 'sectors' when io is done for bio-based + device (bsc#1012628). +- net/mlx5e: Fix macsec ASO context alignment (bsc#1012628). +- net/mlx5e: Don't cache tunnel offloads capability (bsc#1012628). +- net/mlx5: Fix setting ec_function bit in MANAGE_PAGES + (bsc#1012628). +- net/mlx5: Disable eswitch before waiting for VF pages + (bsc#1012628). +- net/mlx5: E-switch, Fix wrong usage of source port rewrite in + split rules (bsc#1012628). +- net/mlx5: E-switch, Fix missing set of split_count when forward + to ovs internal port (bsc#1012628). +- net/mlx5e: Fix cleanup null-ptr deref on encap lock + (bsc#1012628). +- net/mlx5: Set BREAK_FW_WAIT flag first when removing driver + (bsc#1012628). +- veth: Fix use after free in XDP_REDIRECT (bsc#1012628). +- ice: xsk: disable txq irq before flushing hw (bsc#1012628). +- net: dsa: don't error out when drivers return ETH_DATA_LEN in + .port_max_mtu() (bsc#1012628). +- net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, + 6250, 6290 (bsc#1012628). +- ravb: avoid PHY being resumed when interface is not up + (bsc#1012628). +- sh_eth: avoid PHY being resumed when interface is not up + (bsc#1012628). +- ipv4: Fix incorrect table ID in IOCTL path (bsc#1012628). +- net: usb: smsc75xx: Move packet length check to prevent kernel + panic in skb_pull (bsc#1012628). +- net: atlantic: Fix crash when XDP is enabled but no program + is loaded (bsc#1012628). +- net/iucv: Fix size of interrupt data (bsc#1012628). +- i825xx: sni_82596: use eth_hw_addr_set() (bsc#1012628). +- selftests: net: devlink_port_split.py: skip test if no suitable + device available (bsc#1012628). +- qed/qed_mng_tlv: correctly zero out ->min instead of ->hour + (bsc#1012628). +- net: dsa: microchip: fix RGMII delay configuration on + KSZ8765/KSZ8794/KSZ8795 (bsc#1012628). +- ethernet: sun: add check for the mdesc_grab() (bsc#1012628). +- net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue + (bsc#1012628). +- net: renesas: rswitch: Fix the output value of quote from + rswitch_rx() (bsc#1012628). +- bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether + type change (bsc#1012628). +- bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave + fails (bsc#1012628). +- hwmon: (adt7475) Display smoothing attributes in correct order + (bsc#1012628). +- hwmon: (adt7475) Fix masking of hysteresis registers + (bsc#1012628). +- hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove + due to race condition (bsc#1012628). +- hwmon: (ina3221) return prober error code (bsc#1012628). +- hwmon: (ucd90320) Add minimum delay between bus accesses + (bsc#1012628). +- hwmon: tmp512: drop of_match_ptr for ID table (bsc#1012628). +- kconfig: Update config changed flag before calling callback + (bsc#1012628). +- hwmon: (adm1266) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- hwmon: (ltc2992) Set `can_sleep` flag for GPIO chip + (bsc#1012628). +- media: m5mols: fix off-by-one loop termination error + (bsc#1012628). +- ext4: update s_journal_inum if it changes after journal replay + (bsc#1012628). +- ext4: fix task hung in ext4_xattr_delete_inode (bsc#1012628). +- drm/amdkfd: Fix an illegal memory access (bsc#1012628). +- net/9p: fix bug in client create for .L (bsc#1012628). +- LoongArch: Only call get_timer_irq() once in + constant_clockevent_init() (bsc#1012628). +- sh: intc: Avoid spurious sizeof-pointer-div warning + (bsc#1012628). +- drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini + (bsc#1012628). +- drm/amd/display: fix shift-out-of-bounds in + CalculateVMAndRowBytes (bsc#1012628). +- ext4: fix possible double unlock when moving a directory + (bsc#1012628). +- Revert "tty: serial: fsl_lpuart: adjust + SERIAL_FSL_LPUART_CONSOLE config dependency" (bsc#1012628). +- tty: serial: fsl_lpuart: fix race on RX DMA shutdown + (bsc#1012628). +- tty: serial: fsl_lpuart: skip waiting for transmission complete + when UARTCTRL_SBK is asserted (bsc#1012628). +- serial: 8250_em: Fix UART port type (bsc#1012628). +- serial: 8250_fsl: fix handle_irq locking (bsc#1012628). +- serial: 8250: ASPEED_VUART: select REGMAP instead of depending + on it (bsc#1012628). +- firmware: xilinx: don't make a sleepable memory allocation + from an atomic context (bsc#1012628). +- memory: tegra: fix interconnect registration race (bsc#1012628). +- memory: tegra20-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra124-emc: fix interconnect registration race + (bsc#1012628). +- memory: tegra30-emc: fix interconnect registration race + (bsc#1012628). +- drm/ttm: Fix a NULL pointer dereference (bsc#1012628). +- s390/ipl: add missing intersection check to ipl_report handling + (bsc#1012628). +- interconnect: fix icc_provider_del() error handling + (bsc#1012628). +- interconnect: fix provider registration API (bsc#1012628). +- interconnect: imx: fix registration race (bsc#1012628). +- interconnect: fix mem leak when freeing nodes (bsc#1012628). +- interconnect: qcom: osm-l3: fix registration race (bsc#1012628). +- interconnect: qcom: rpm: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpm: fix registration race (bsc#1012628). +- interconnect: qcom: rpmh: fix probe child-node error handling + (bsc#1012628). +- interconnect: qcom: rpmh: fix registration race (bsc#1012628). +- interconnect: qcom: msm8974: fix registration race + (bsc#1012628). +- interconnect: exynos: fix node leak in probe PM QoS error path + (bsc#1012628). +- interconnect: exynos: fix registration race (bsc#1012628). +- md: select BLOCK_LEGACY_AUTOLOAD (bsc#1012628). +- cifs: generate signkey for the channel that's reconnecting + (bsc#1012628). +- tracing: Make splice_read available again (bsc#1012628). +- tracing: Do not let histogram values have some modifiers + (bsc#1012628). +- tracing: Check field value in hist_field_name() (bsc#1012628). +- tracing: Make tracepoint lockdep check actually test something + (bsc#1012628). +- cifs: Fix smb2_set_path_size() (bsc#1012628). +- cifs: set DFS root session in cifs_get_smb_ses() (bsc#1012628). +- cifs: fix use-after-free bug in refresh_cache_worker() + (bsc#1012628). +- cifs: return DFS root session id in DebugData (bsc#1012628). +- cifs: use DFS root session instead of tcon ses (bsc#1012628). +- KVM: SVM: Fix a benign off-by-one bug in AVIC physical table + mask (bsc#1012628). +- KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs + (bsc#1012628). +- KVM: nVMX: add missing consistency checks for CR0 and CR4 + (bsc#1012628). +- ALSA: hda: intel-dsp-config: add MTL PCI id (bsc#1012628). +- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy + Book2 Pro (bsc#1012628). +- ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on + a HP platform (bsc#1012628). +- Revert "riscv: mm: notify remote harts about mmu cache updates" + (bsc#1012628). +- riscv: asid: Fixup stale TLB entry cause application crash + (bsc#1012628). +- drm/edid: fix info leak when failing to get panel id + (bsc#1012628). +- drm/shmem-helper: Remove another errant put in error path + (bsc#1012628). +- drm/sun4i: fix missing component unbind on bind errors + (bsc#1012628). +- drm/i915/active: Fix misuse of non-idle barriers as fence + trackers (bsc#1012628). +- drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and + 319.89 MHz (bsc#1012628). +- drm/amdgpu: Don't resume IOMMU after incomplete init + (bsc#1012628). +- drm/amd/pm: Fix sienna cichlid incorrect OD volage after resume + (bsc#1012628). +- drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes + (bsc#1012628). +- drm/amd/pm: bump SMU 13.0.4 driver_if header version + (bsc#1012628). +- drm/amd/display: Do not set DRR on pipe Commit (bsc#1012628). +- drm/amd/display: disconnect MPCC only on OTG change + (bsc#1012628). +- drm/amd/display: Write to correct dirty_rect (bsc#1012628). +- mptcp: fix possible deadlock in subflow_error_report + (bsc#1012628). +- mptcp: refactor passive socket initialization (bsc#1012628). +- mptcp: use the workqueue to destroy unaccepted sockets + (bsc#1012628). +- mptcp: fix UaF in listener shutdown (bsc#1012628). +- mptcp: add ro_after_init for tcp{,v6}_prot_override + (bsc#1012628). +- mptcp: avoid setting TCP_CLOSE state twice (bsc#1012628). +- mptcp: fix lockdep false positive in + mptcp_pm_nl_create_listen_socket() (bsc#1012628). +- ftrace: Fix invalid address access in lookup_rec() when index + is 0 (bsc#1012628). +- ocfs2: fix data corruption after failed write (bsc#1012628). +- nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000 + (bsc#1012628). +- ice: avoid bonding causing auxiliary plug/unplug under RTNL lock + (bsc#1012628). +- vp_vdpa: fix the crash in hot unplug with vp_vdpa (bsc#1012628). +- mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the + huge zeropage (bsc#1012628). +- mm: teach mincore_hugetlb about pte markers (bsc#1012628). +- powerpc/64: Set default CPU in Kconfig (bsc#1012628). +- powerpc/boot: Don't always pass -mcpu=powerpc when building + 32-bit uImage (bsc#1012628). +- mmc: sdhci_am654: lower power-on failed message severity + (bsc#1012628). +- fbdev: stifb: Provide valid pixelclock and add fb_check_var() + checks (bsc#1012628). +- trace/hwlat: Do not wipe the contents of per-cpu thread data + (bsc#1012628). +- trace/hwlat: Do not start per-cpu thread if it is already + running (bsc#1012628). +- ACPI: PPTT: Fix to avoid sleep in the atomic context when PPTT + is absent (bsc#1012628). +- net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bit + (bsc#1012628). +- fbdev: Fix incorrect page mapping clearance at + fb_deferred_io_release() (bsc#1012628). +- RISC-V: mm: Support huge page in vmalloc_fault() (bsc#1012628). +- io_uring/msg_ring: let target know allocated index + (bsc#1012628). +- cpuidle: psci: Iterate backwards over list in psci_pd_remove() + (bsc#1012628). +- ASoC: Intel: soc-acpi: fix copy-paste issue in topology names + (bsc#1012628). +- ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP + (bsc#1012628). +- x86/mce: Make sure logged MCEs are processed after sysfs update + (bsc#1012628). +- x86/mm: Fix use of uninitialized buffer in sme_enable() + (bsc#1012628). +- x86/resctrl: Clear staged_config[] before and after it is used + (bsc#1012628). +- powerpc: Pass correct CPU reference to assembler (bsc#1012628). +- virt/coco/sev-guest: Check SEV_SNP attribute at probe time + (bsc#1012628). +- virt/coco/sev-guest: Simplify extended guest request handling + (bsc#1012628). +- virt/coco/sev-guest: Remove the disable_vmpck label in + handle_guest_request() (bsc#1012628). +- virt/coco/sev-guest: Carve out the request issuing logic into + a helper (bsc#1012628). +- virt/coco/sev-guest: Do some code style cleanups (bsc#1012628). +- virt/coco/sev-guest: Convert the sw_exit_info_2 checking to + a switch-case (bsc#1012628). +- virt/coco/sev-guest: Add throttling awareness (bsc#1012628). +- perf: Fix check before add_event_to_groups() in + perf_group_detach() (bsc#1012628). +- powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG + (bsc#1012628). +- powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500 (bsc#1012628). +- Update config files. +- commit 221c28f + +------------------------------------------------------------------- +Mon Mar 20 12:02:04 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch. +- commit 0845652 + +------------------------------------------------------------------- +Mon Mar 20 12:01:26 CET 2023 - msuchanek@suse.de + +- Refresh patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch. +- commit 8c46a8f + +------------------------------------------------------------------- +Sun Mar 19 22:25:52 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc3 +- eliminate 1 patch + - patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch (f2c7e3562b4c) +- refresh configs +- commit d72bdba + +------------------------------------------------------------------- +Fri Mar 17 09:05:37 CET 2023 - jslaby@suse.cz + +- Linux 6.2.7 (bsc#1012628). +- UML: define RUNTIME_DISCARD_EXIT (bsc#1012628). +- RISC-V: fix taking the text_mutex twice during sifive errata + patching (bsc#1012628). +- Revert "bpf, test_run: fix &xdp_frame misplacement for + LIVE_FRAMES" (bsc#1012628). +- filelocks: use mount idmapping for setlease permission check + (bsc#1012628). +- drm/amd/display: adjust MALL size available for DCN32 and DCN321 + (bsc#1012628). +- drm/amd/display: Allow subvp on vactive pipes that are + 2560x1440@60 (bsc#1012628). +- media: rc: gpio-ir-recv: add remove function (bsc#1012628). +- media: ov5640: Fix analogue gain control (bsc#1012628). +- scripts: handle BrokenPipeError for python scripts + (bsc#1012628). +- PCI: Add SolidRun vendor ID (bsc#1012628). +- macintosh: windfarm: Use unsigned type for 1-bit bitfields + (bsc#1012628). +- alpha: fix R_ALPHA_LITERAL reloc for large modules + (bsc#1012628). +- powerpc/kcsan: Exclude udelay to prevent recursive + instrumentation (bsc#1012628). +- powerpc/64: Move paca allocation to early_setup() (bsc#1012628). +- powerpc/64: Fix task_cpu in early boot when booting non-zero + cpuid (bsc#1012628). +- powerpc/bpf/32: Only set a stack frame when necessary + (bsc#1012628). +- powerpc: Remove __kernel_text_address() in show_instructions() + (bsc#1012628). +- clk: renesas: rcar-gen3: Disable R-Car H3 ES1.* (bsc#1012628). +- powerpc/iommu: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- powerpc/64: Don't recurse irq replay (bsc#1012628). +- MIPS: Fix a compilation issue (bsc#1012628). +- tpm/eventlog: Don't abort tpm_read_log on faulty ACPI address + (bsc#1012628). +- watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error paths + (bsc#1012628). +- drm/amdgpu/soc21: Add video cap query support for VCN_4_0_4 + (bsc#1012628). +- drm/amdgpu/soc21: don't expose AV1 if VCN0 is harvested + (bsc#1012628). +- RISC-V: take text_mutex during alternative patching + (bsc#1012628). +- ext4: Fix deadlock during directory rename (bsc#1012628). +- drm/amdgpu: fix return value check in kfd (bsc#1012628). +- RISC-V: Don't check text_mutex during stop_machine + (bsc#1012628). +- riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack mode + (bsc#1012628). +- erofs: Revert "erofs: fix kvcalloc() misuse with __GFP_NOFAIL" + (bsc#1012628). +- af_unix: fix struct pid leaks in OOB support (bsc#1012628). +- net: dsa: mt7530: permit port 5 to work without port 6 on + MT7621 SoC (bsc#1012628). +- SUNRPC: Fix a server shutdown leak (bsc#1012628). +- octeontx2-af: Unlock contexts in the queue context cache in + case of fault detection (bsc#1012628). +- net/smc: fix fallback failed while sendmsg with fastopen + (bsc#1012628). +- ethernet: ice: avoid gcc-9 integer overflow warning + (bsc#1012628). +- ice: Fix DSCP PFC TLV creation (bsc#1012628). +- NFSD: Protect against filesystem freezing (bsc#1012628). +- block: fix wrong mode for blkdev_put() from + disk_scan_partitions() (bsc#1012628). +- platform: x86: MLX_PLATFORM: select REGMAP instead of depending + on it (bsc#1012628). +- platform: mellanox: select REGMAP instead of depending on it + (bsc#1012628). +- platform/x86: dell-ddv: Fix temperature scaling (bsc#1012628). +- platform/x86: dell-ddv: Return error if buffer is empty + (bsc#1012628). +- netfilter: conntrack: adopt safer max chain length + (bsc#1012628). +- scsi: sd: Fix wrong zone_write_granularity value during + revalidate (bsc#1012628). +- scsi: megaraid_sas: Update max supported LD IDs to 240 + (bsc#1012628). +- net: tls: fix device-offloaded sendpage straddling records + (bsc#1012628). +- net: ethernet: mtk_eth_soc: fix RX data corruption issue + (bsc#1012628). +- net: phy: smsc: fix link up detection in forced irq mode + (bsc#1012628). +- btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, + PTR (bsc#1012628). +- bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES + (bsc#1012628). +- btrfs: fix extent map logging bit not cleared for split maps + after dropping range (bsc#1012628). +- m68k: mm: Move initrd phys_to_virt handling after paging_init() + (bsc#1012628). +- netfilter: tproxy: fix deadlock due to missing BH disable + (bsc#1012628). +- netfilter: ctnetlink: revert to dumping mark regardless of + event type (bsc#1012628). +- bnxt_en: Avoid order-5 memory allocation for TPA data + (bsc#1012628). +- net: phylib: get rid of unnecessary locking (bsc#1012628). +- net: stmmac: add to set device wake up flag when stmmac init + phy (bsc#1012628). +- drm/msm/dpu: clear DSPP reservations in rm release + (bsc#1012628). +- drm/msm/disp/dpu: fix sc7280_pp base offset (bsc#1012628). +- drm/msm/dpu: fix clocks settings for msm8998 SSPP blocks + (bsc#1012628). +- drm/msm/dpu: drop DPU_DIM_LAYER from MIXER_MSM8998_MASK + (bsc#1012628). +- drm/msm/dpu: correct sm6115 scaler (bsc#1012628). +- drm/msm/dpu: correct sm8250 and sm8350 scaler (bsc#1012628). +- drm/msm/dpu: fix sm6115 and qcm2290 mixer width limits + (bsc#1012628). +- drm/msm/dpu: fix len of sc7180 ctl blocks (bsc#1012628). +- bpf, sockmap: Fix an infinite loop error when len is 0 in + tcp_bpf_recvmsg_parser() (bsc#1012628). +- nfp: fix esp-tx-csum-offload doesn't take effect (bsc#1012628). +- nfp: fix incorrectly set csum flag for nfd3 path (bsc#1012628). +- ice: copy last block omitted in ice_get_module_eeprom() + (bsc#1012628). +- net: caif: Fix use-after-free in cfusbl_device_notify() + (bsc#1012628). +- net: lan78xx: fix accessing the LAN7800's internal phy specific + registers from the MAC driver (bsc#1012628). +- perf stat: Fix counting when initial delay configured + (bsc#1012628). +- net: use indirect calls helpers for sk_exit_memory_pressure() + (bsc#1012628). +- net: tls: fix possible race condition between + do_tls_getsockopt_conf() and do_tls_setsockopt_conf() + (bsc#1012628). +- netfilter: nft_quota: copy content when cloning expression + (bsc#1012628). +- netfilter: nft_last: copy content when cloning expression + (bsc#1012628). +- selftests: nft_nat: ensuring the listening side is up before + starting the client (bsc#1012628). +- net: lan966x: Fix port police support using tc-matchall + (bsc#1012628). +- ila: do not generate empty messages in + ila_xlat_nl_cmd_get_mapping() (bsc#1012628). +- drm/msm/dpu: disable features unsupported by QCM2290 + (bsc#1012628). +- tls: rx: fix return value for async crypto (bsc#1012628). +- powerpc: dts: t1040rdb: fix compatible string for Rev A boards + (bsc#1012628). +- nfc: fdp: add null check of devm_kmalloc_array in + fdp_nci_i2c_read_device_properties (bsc#1012628). +- bgmac: fix *initial* chip reset to support BCM5358 + (bsc#1012628). +- drm/msm/a5xx: fix context faults during ring switch + (bsc#1012628). +- drm/msm/a5xx: fix the emptyness check in the preempt code + (bsc#1012628). +- drm/msm/a5xx: fix highest bank bit for a530 (bsc#1012628). +- drm/msm/a5xx: fix setting of the CP_PREEMPT_ENABLE_LOCAL + register (bsc#1012628). +- drm/msm: Fix potential invalid ptr free (bsc#1012628). +- drm/nouveau/fb/gp102-: cache scrubber binary on first load + (bsc#1012628). +- drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototype + (bsc#1012628). +- ext4: Fix possible corruption when moving a directory + (bsc#1012628). +- scsi: core: Remove the /proc/scsi/${proc_name} directory earlier + (bsc#1012628). +- riscv: Add header include guards to insn.h (bsc#1012628). +- block: fix scan partition for exclusively open device again + (bsc#1012628). +- block: Revert "block: Do not reread partition table on + exclusively open device" (bsc#1012628). +- drm/i915: Populate encoder->devdata for DSI on icl+ + (bsc#1012628). +- drm/i915: Do panel VBT init early if the VBT declares an + explicit panel type (bsc#1012628). +- drm/i915: Introduce intel_panel_init_alloc() (bsc#1012628). +- bus: mhi: ep: Change state_lock to mutex (bsc#1012628). +- bus: mhi: ep: Power up/down MHI stack during MHI RESET + (bsc#1012628). +- udf: Fix off-by-one error when discarding preallocation + (bsc#1012628). +- KVM: VMX: Do _all_ initialization before exposing /dev/kvm to + userspace (bsc#1012628). +- KVM: x86: Move guts of kvm_arch_init() to standalone helper + (bsc#1012628). +- KVM: VMX: Don't bother disabling eVMCS static key on module exit + (bsc#1012628). +- KVM: VMX: Reset eVMCS controls in VP assist page during hardware + disabling (bsc#1012628). +- nfc: change order inside nfc_se_io error path (bsc#1012628). +- HID: uhid: Over-ride the default maximum data buffer value + with our own (bsc#1012628). +- HID: core: Provide new max_buffer_size attribute to over-ride + the default (bsc#1012628). +- ext4: zero i_disksize when initializing the bootloader inode + (bsc#1012628). +- ext4: fix WARNING in ext4_update_inline_data (bsc#1012628). +- ext4: move where set the MAY_INLINE_DATA flag is set + (bsc#1012628). +- ext4: fix another off-by-one fsmap error on 1k block filesystems + (bsc#1012628). +- ext4: fix RENAME_WHITEOUT handling for inline directories + (bsc#1012628). +- ext4: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- staging: rtl8723bs: Pass correct parameters to + cfg80211_get_bss() (bsc#1012628). +- staging: rtl8723bs: Fix key-store index handling (bsc#1012628). +- drm/msm/adreno: fix runtime PM imbalance at unbind + (bsc#1012628). +- drm/connector: print max_requested_bpc in state debugfs + (bsc#1012628). +- drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF + (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for nv (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc21 (bsc#1012628). +- drm/amdgpu: fix error checking in amdgpu_read_mm_registers + for soc15 (bsc#1012628). +- x86/CPU/AMD: Disable XSAVES on AMD family 0x17 (bsc#1012628). +- thermal: intel: int340x: processor_thermal: Fix deadlock + (bsc#1012628). +- RISC-V: Stop emitting attributes (bsc#1012628). +- fork: allow CLONE_NEWTIME in clone3 flags (bsc#1012628). +- perf inject: Fix --buildid-all not to eat up MMAP2 + (bsc#1012628). +- erofs: fix wrong kunmap when using LZMA on HIGHMEM platforms + (bsc#1012628). +- io_uring/uring_cmd: ensure that device supports IOPOLL + (bsc#1012628). +- btrfs: fix block group item corruption after inserting new + block group (bsc#1012628). +- btrfs: fix percent calculation for bg reclaim message + (bsc#1012628). +- btrfs: fix unnecessary increment of read error stat on write + error (bsc#1012628). +- fs: prevent out-of-bounds array speculation when closing a + file descriptor (bsc#1012628). +- commit e2e7685 + +------------------------------------------------------------------- +Thu Mar 16 12:32:11 CET 2023 - jslaby@suse.cz + +- s390: reintroduce expoline dependence to scripts (s390 expolines + & fixdep). +- commit a0e8ac4 + ------------------------------------------------------------------- Thu Mar 16 07:11:05 CET 2023 - shung-hsi.yu@suse.com @@ -3348,6 +24880,2205 @@ Tue Mar 14 14:29:54 CET 2023 - msuchanek@suse.de - rpm/kernel-obs-build.spec.in: Remove SLE11 cruft - commit 871eeb4 +------------------------------------------------------------------- +Tue Mar 14 10:35:57 CET 2023 - mfranc@suse.cz + +- Update + patches.kernel.org/6.2.3-277-rds-rds_rm_zerocopy_callback-correct-order-for-.patch + (bsc#1012628 bsc#1208601 CVE-2023-1078). +- commit 581e0e0 + +------------------------------------------------------------------- +Mon Mar 13 15:08:49 CET 2023 - mkubecek@suse.cz + +- series.conf: whitespace cleanup +- commit af164d0 + +------------------------------------------------------------------- +Mon Mar 13 11:57:24 CET 2023 - jslaby@suse.cz + +- Linux 6.2.6 (bsc#1012628). +- staging: rtl8192e: Remove call_usermodehelper starting + RadioPower.sh (bsc#1012628). +- staging: rtl8192e: Remove function ..dm_check_ac_dc_power + calling a script (bsc#1012628). +- wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after + free for wext" (bsc#1012628). +- tpm: disable hwrng for fTPM on some AMD designs (bsc#1012628). +- commit fa1a4c6 + +------------------------------------------------------------------- +Mon Mar 13 00:50:33 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc2 +- eliminate 1 patch + - patches.suse/cpumask-fix-incorrect-cpumask-scanning-result-checks.patch +- update configs + - FEALNX=m (x86, riscv64), =n otherwise (restored from < 6.2-rc1) +- commit 4015adb + +------------------------------------------------------------------- +Sat Mar 11 16:46:56 CET 2023 - jslaby@suse.cz + +- Linux 6.2.5 (bsc#1012628). +- usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() + fails (bsc#1012628). +- arm64: efi: Make efi_rt_lock a raw_spinlock (bsc#1012628). +- media: uvcvideo: Fix race condition with usb_kill_urb + (bsc#1012628). +- drm/i915: Fix system suspend without fbdev being initialized + (bsc#1012628). +- drm/i915/dp_mst: Fix payload removal during output disabling + (bsc#1012628). +- drm/display/dp_mst: Handle old/new payload states in + drm_dp_remove_payload() (bsc#1012628). +- drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs + (bsc#1012628). +- drm/display/dp_mst: Fix payload addition on a disconnected sink + (bsc#1012628). +- drm/display/dp_mst: Fix down message handling after a packet + reception error (bsc#1012628). +- drm/display/dp_mst: Fix down/up message handling after sink + disconnect (bsc#1012628). +- drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state() + (bsc#1012628). +- vDPA/ifcvf: allocate the adapter in dev_add() (bsc#1012628). +- vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev (bsc#1012628). +- vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hw (bsc#1012628). +- vDPA/ifcvf: decouple config/dev IRQ requester and vectors + allocator from the adapter (bsc#1012628). +- vDPA/ifcvf: decouple vq irq requester from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple config IRQ releaser from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple vq IRQ releasers from the adapter + (bsc#1012628). +- vDPA/ifcvf: alloc the mgmt_dev before the adapter (bsc#1012628). +- vDPA/ifcvf: decouple config space ops from the adapter + (bsc#1012628). +- vDPA/ifcvf: decouple hw features manipulators from the adapter + (bsc#1012628). +- x86/resctl: fix scheduler confusion with 'current' + (bsc#1012628). +- net: tls: avoid hanging tasks on the tx_lock (bsc#1012628). +- eth: fealnx: bring back this old driver (bsc#1012628). +- Update config files. (set to pre-6.2 state) +- soundwire: cadence: Drain the RX FIFO after an IO timeout + (bsc#1012628). +- soundwire: cadence: Remove wasted space in response_buf + (bsc#1012628). +- RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by + size (bsc#1012628). +- phy: rockchip-typec: Fix unsigned comparison with less than zero + (bsc#1012628). +- PCI: pciehp: Add Qualcomm quirk for Command Completed erratum + (bsc#1012628). +- PCI: Add ACS quirk for Wangxun NICs (bsc#1012628). +- PCI: loongson: Add more devices that need MRRS quirk + (bsc#1012628). +- kernel/fail_function: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- drivers: base: dd: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- drivers: base: component: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- misc: vmw_balloon: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- tty: pcn_uart: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: Distribute available resources for root buses, too + (bsc#1012628). +- PCI: Take other bus devices into account when distributing + resources (bsc#1012628). +- PCI: Align extra resources for hotplug bridges properly + (bsc#1012628). +- usb: gadget: uvc: Make bSourceID read/write (bsc#1012628). +- usb: uvc: Enumerate valid values for color matching + (bsc#1012628). +- USB: ene_usb6250: Allocate enough memory for full object + (bsc#1012628). +- usb: host: xhci: mvebu: Iterate over array indexes instead of + using pointer math (bsc#1012628). +- USB: gadget: pxa27x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: pxa25x_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: lpc32xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: bcm63xx_udc: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- USB: gadget: gr_udc: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp1362: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: isp116x: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: fotg210: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: sl811: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: uhci: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: ULPI: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: chipidea: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- USB: dwc3: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- staging: pi433: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PCI: loongson: Prevent LS7A MRRS increases (bsc#1012628). +- PCI/portdrv: Prevent LS7A Bus Master clearing on shutdown + (bsc#1012628). +- soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe() + (bsc#1012628). +- media: uvcvideo: Add GUID for BGRA/X 8:8:8:8 (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_config_word() (bsc#1012628). +- iio: accel: mma9551_core: Prevent uninitialized variable in + mma9551_read_status_word() (bsc#1012628). +- bus: mhi: ep: Fix the debug message for + MHI_PKT_TYPE_RESET_CHAN_CMD cmd (bsc#1012628). +- tools/iio/iio_utils:fix memory leak (bsc#1012628). +- mei: bus-fixup:upon error print return values of send and + receive (bsc#1012628). +- serial: sc16is7xx: setup GPIO controller later in probe + (bsc#1012628). +- tty: serial: fsl_lpuart: disable the CTS when send break signal + (bsc#1012628). +- tty: fix out-of-bounds access in tty_driver_lookup_tty() + (bsc#1012628). +- staging: emxx_udc: Add checks for dma_alloc_coherent() + (bsc#1012628). +- dt-bindings: usb: Add device id for Genesys Logic hub controller + (bsc#1012628). +- usb: fotg210: List different variants (bsc#1012628). +- cacheinfo: Fix shared_cpu_map to handle shared caches at + different levels (bsc#1012628). +- USB: fix memory leak with using debugfs_lookup() (bsc#1012628). +- media: uvcvideo: Silence memcpy() run-time false positive + warnings (bsc#1012628). +- media: uvcvideo: Quirk for autosuspend in Logitech B910 and C910 + (bsc#1012628). +- media: uvcvideo: Handle errors from calls to usb_string + (bsc#1012628). +- media: uvcvideo: Handle cameras with invalid descriptors + (bsc#1012628). +- media: uvcvideo: Remove format descriptions (bsc#1012628). +- PCI/ACPI: Account for _S0W of the target bridge in + acpi_pci_bridge_d3() (bsc#1012628). +- iommu: Remove deferred attach check from __iommu_detach_device() + (bsc#1012628). +- IB/hfi1: Update RMT size calculation (bsc#1012628). +- mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt + leak (bsc#1012628). +- bootconfig: Increase max nodes of bootconfig from 1024 to 8192 + for DCC support (bsc#1012628). +- firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3 + (bsc#1012628). +- kernel/printk/index.c: fix memory leak with using + debugfs_lookup() (bsc#1012628). +- tracing: Add NULL checks for buffer in + ring_buffer_free_read_page() (bsc#1012628). +- cpufreq: apple-soc: Fix an IS_ERR() vs NULL check (bsc#1012628). +- thermal: intel: BXT_PMIC: select REGMAP instead of depending + on it (bsc#1012628). +- thermal: intel: quark_dts: fix error pointer dereference + (bsc#1012628). +- ASoC: mediatek: mt8195: add missing initialization + (bsc#1012628). +- ASoC: zl38060 add gpiolib dependency (bsc#1012628). +- nvme-fabrics: show well known discovery name (bsc#1012628). +- nvme-tcp: don't access released socket during error recovery + (bsc#1012628). +- nvme: bring back auto-removal of deleted namespaces during + sequential scan (bsc#1012628). +- ASoC: apple: mca: Improve handling of unavailable DMA channels + (bsc#1012628). +- ASoC: apple: mca: Fix SERDES reset sequence (bsc#1012628). +- ASoC: apple: mca: Fix final status read on SERDES reset + (bsc#1012628). +- ASoC: adau7118: don't disable regulators on device unbind + (bsc#1012628). +- loop: loop_set_status_from_info() check before assignment + (bsc#1012628). +- io_uring: fix size calculation when registering buf ring + (bsc#1012628). +- rtc: allow rtc_read_alarm without read_alarm callback + (bsc#1012628). +- scsi: mpi3mr: Use number of bits to manage bitmap sizes + (bsc#1012628). +- scsi: mpi3mr: Fix an issue found by KASAN (bsc#1012628). +- scsi: ipr: Work around fortify-string warning (bsc#1012628). +- genirq/ipi: Fix NULL pointer deref in + irq_data_get_affinity_mask() (bsc#1012628). +- rtc: sun6i: Always export the internal oscillator (bsc#1012628). +- spi: tegra210-quad: Fix iterator outside loop (bsc#1012628). +- vc_screen: modify vcs_size() handling in vcs_read() + (bsc#1012628). +- tcp: tcp_check_req() can be called from process context + (bsc#1012628). +- ARM: dts: spear320-hmi: correct STMPE GPIO compatible + (bsc#1012628). +- ARM: dts: aspeed: p10bmc: Update battery node name + (bsc#1012628). +- net: dsa: felix: fix internal MDIO controller resource length + (bsc#1012628). +- net: dsa: seville: ignore mscc-miim read errors from Lynx PCS + (bsc#1012628). +- net/sched: act_sample: fix action bind logic (bsc#1012628). +- net/sched: act_mpls: fix action bind logic (bsc#1012628). +- net/sched: act_pedit: fix action bind logic (bsc#1012628). +- net/sched: transition act_pedit to rcu and percpu stats + (bsc#1012628). +- nfc: fix memory leak of se_io context in nfc_genl_se_io + (bsc#1012628). +- ext4: fix incorrect options show of original mount_opt and + extend mount_opt2 (bsc#1012628). +- net/mlx5: Geneve, Fix handling of Geneve object id as error code + (bsc#1012628). +- net/mlx5e: Verify flow_source cap before using it (bsc#1012628). +- net/mlx5: ECPF, wait for VF pages only after disabling host PFs + (bsc#1012628). +- mlx5: fix possible ptp queue fifo use-after-free (bsc#1012628). +- mlx5: fix skb leak while fifo resync and push (bsc#1012628). +- spi: tegra210-quad: Fix validate combined sequence + (bsc#1012628). +- 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() + (bsc#1012628). +- 9p/xen: fix connection sequence (bsc#1012628). +- 9p/xen: fix version parsing (bsc#1012628). +- net: fix __dev_kfree_skb_any() vs drop monitor (bsc#1012628). +- octeontx2-pf: Use correct struct reference in test condition + (bsc#1012628). +- sctp: add a refcnt in sctp_stream_priorities to avoid a nested + loop (bsc#1012628). +- net: sunhme: Fix region request (bsc#1012628). +- octeontx2-pf: Recalculate UDP checksum for ptp 1-step sync + packet (bsc#1012628). +- drm/i915/xelpmp: Consider GSI offset when doing MCR lookups + (bsc#1012628). +- ipv6: Add lwtunnel encap size of all siblings in nexthop + calculation (bsc#1012628). +- drm/i915: move a Kconfig symbol to unbreak the menu presentation + (bsc#1012628). +- Update config files. +- ptp: vclock: use mutex to fix "sleep on atomic" bug + (bsc#1012628). +- swiotlb: mark swiotlb_memblock_alloc() as __init (bsc#1012628). +- netfilter: x_tables: fix percpu counter block leak on error + path when creating new netns (bsc#1012628). +- netfilter: ctnetlink: make event listener tracking global + (bsc#1012628). +- netfilter: xt_length: use skb len to match in length_mt6 + (bsc#1012628). +- netfilter: ebtables: fix table blob use-after-free + (bsc#1012628). +- netfilter: ip6t_rpfilter: Fix regression with VRF interfaces + (bsc#1012628). +- netfilter: conntrack: fix rmmod double-free race (bsc#1012628). +- netfilter: ctnetlink: fix possible refcount leak in + ctnetlink_create_conntrack() (bsc#1012628). +- watchdog: sbsa_wdog: Make sure the timeout programming is + within the limits (bsc#1012628). +- watchdog: pcwd_usb: Fix attempting to access uninitialized + memory (bsc#1012628). +- watchdog: Fix kmemleak in watchdog_cdev_register (bsc#1012628). +- watchdog: at91sam9_wdt: use devm_request_irq to avoid missing + free_irq() in error path (bsc#1012628). +- watchdog: rzg2l_wdt: Handle TYPE-B reset for RZ/V2M + (bsc#1012628). +- watchdog: rzg2l_wdt: Issue a reset before we put the PM clocks + (bsc#1012628). +- f2fs: synchronize atomic write aborts (bsc#1012628). +- um: virt-pci: properly remove PCI device from bus (bsc#1012628). +- um: virtio_uml: move device breaking into workqueue + (bsc#1012628). +- um: virtio_uml: mark device as unregistered when breaking it + (bsc#1012628). +- um: virtio_uml: free command if adding to virtqueue failed + (bsc#1012628). +- x86: um: vdso: Add '%rcx' and '%r11' to the syscall clobber list + (bsc#1012628). +- netfilter: nf_tables: allow to fetch set elements when table + has an owner (bsc#1012628). +- ext4: don't show commit interval if it is zero (bsc#1012628). +- ext4: use ext4_fc_tl_mem in fast-commit replay path + (bsc#1012628). +- f2fs: fix to set ipu policy (bsc#1012628). +- f2fs: introduce IS_F2FS_IPU_* macro (bsc#1012628). +- soc: qcom: stats: Populate all subsystem debugfs files + (bsc#1012628). +- f2fs: fix to update age extent in f2fs_do_zero_range() + (bsc#1012628). +- f2fs: fix to update age extent correctly during truncation + (bsc#1012628). +- f2fs: fix to avoid potential memory corruption in + __update_iostat_latency() (bsc#1012628). +- f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in + f2fs_compat_ioctl() (bsc#1012628). +- ubi: ubi_wl_put_peb: Fix infinite loop when wear-leveling work + failed (bsc#1012628). +- ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() + (bsc#1012628). +- ubi: fastmap: Fix missed fm_anchor PEB in wear-leveling after + disabling fastmap (bsc#1012628). +- ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this + process (bsc#1012628). +- ubifs: ubifs_writepage: Mark page dirty after writing inode + failed (bsc#1012628). +- ubifs: dirty_cow_znode: Fix memleak in error handling path + (bsc#1012628). +- ubifs: Re-statistic cleaned znode count if commit failed + (bsc#1012628). +- ubi: Fix possible null-ptr-deref in ubi_free_volume() + (bsc#1012628). +- ubifs: Fix memory leak in alloc_wbufs() (bsc#1012628). +- ubi: Fix unreferenced object reported by kmemleak in + ubi_resize_volume() (bsc#1012628). +- ubi: Fix use-after-free when volume resizing failed + (bsc#1012628). +- ubifs: Reserve one leb for each journal head while doing budget + (bsc#1012628). +- ubifs: do_rename: Fix wrong space budget when target inode's + nlink > 1 (bsc#1012628). +- ubifs: Fix wrong dirty space budget for dirty inode + (bsc#1012628). +- ubifs: Rectify space budget for ubifs_xrename() (bsc#1012628). +- ubifs: Rectify space budget for ubifs_symlink() if symlink is + encrypted (bsc#1012628). +- ubifs: Fix memory leak in ubifs_sysfs_init() (bsc#1012628). +- ubifs: Fix build errors as symbol undefined (bsc#1012628). +- ubi: ensure that VID header offset + VID header size <= alloc, + size (bsc#1012628). +- um: vector: Fix memory leak in vector_config (bsc#1012628). +- f2fs: fix to abort atomic write only during do_exist() + (bsc#1012628). +- f2fs: allow set compression option of files without blocks + (bsc#1012628). +- fs: f2fs: initialize fsdata in pagecache_write() (bsc#1012628). +- f2fs: fix to do sanity check on extent cache correctly + (bsc#1012628). +- soc: mediatek: mtk-svs: Use pm_runtime_resume_and_get() in + svs_init01() (bsc#1012628). +- soc: mediatek: mtk-svs: reset svs when svs_resume() fail + (bsc#1012628). +- soc: mediatek: mtk-svs: restore default voltages when + svs_init02() fail (bsc#1012628). +- f2fs: clear atomic_write_task in f2fs_abort_atomic_write() + (bsc#1012628). +- f2fs: introduce trace_f2fs_replace_atomic_write_block + (bsc#1012628). +- pwm: stm32-lp: fix the check on arr and cmp registers update + (bsc#1012628). +- pwm: sifive: Always let the first pwm_apply_state succeed + (bsc#1012628). +- soc: mediatek: mtk-svs: Enable the IRQ later (bsc#1012628). +- memory: renesas-rpc-if: Move resource acquisition to .probe() + (bsc#1012628). +- memory: renesas-rpc-if: Split-off private data from struct rpcif + (bsc#1012628). +- soc: qcom: socinfo: Fix soc_id order (bsc#1012628). +- soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power + on (bsc#1012628). +- objtool: Fix memory leak in create_static_call_sections() + (bsc#1012628). +- f2fs: fix to avoid potential deadlock (bsc#1012628). +- f2fs: don't rely on F2FS_MAP_* in f2fs_iomap_begin + (bsc#1012628). +- driver: soc: xilinx: fix memory leak in + xlnx_add_cb_for_notify_event() (bsc#1012628). +- fs/jfs: fix shift exponent db_agl2size negative (bsc#1012628). +- auxdisplay: hd44780: Fix potential memory leak in + hd44780_remove() (bsc#1012628). +- net/sched: Retire tcindex classifier (bsc#1012628). +- Update config files. +- commit 72ee280 + +------------------------------------------------------------------- +Sat Mar 11 11:13:45 CET 2023 - jslaby@suse.cz + +- Linux 6.2.4 (bsc#1012628). +- Revert "blk-cgroup: dropping parent refcount after pd_free_fn() + is done" (bsc#1012628). +- Revert "blk-cgroup: synchronize pd_free_fn() from + blkg_free_workfn() and blkcg_deactivate_policy()" (bsc#1012628). +- commit 0532a55 + +------------------------------------------------------------------- +Sat Mar 11 09:42:58 CET 2023 - jslaby@suse.cz + +- Update + patches.kernel.org/6.2.3-264-tap-tap_open-correctly-initialize-socket-uid.patch + (bsc#1012628 bsc#1208599 CVE-2023-1076). + Add a CVE reference. +- commit 99340b9 + +------------------------------------------------------------------- +Fri Mar 10 17:39:45 CET 2023 - mkubecek@suse.cz + +- series.conf: cleanup +- move an unsortable patch out of sorted section + patches.suse/powerpc-mm-Fix-false-detection-of-read-faults.patch +- commit 60a3726 + +------------------------------------------------------------------- +Fri Mar 10 15:12:57 CET 2023 - msuchanek@suse.de + +- powerpc/mm: Fix false detection of read faults (bsc#1208864). +- commit 6635b6f + +------------------------------------------------------------------- +Fri Mar 10 09:59:40 CET 2023 - jslaby@suse.cz + +- Linux 6.2.3 (bsc#1012628). +- HID: asus: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: asus: use spinlock to safely schedule workers + (bsc#1012628). +- iommu/amd: Fix error handling for pdev_pri_ats_enable() + (bsc#1012628). +- iommu/amd: Skip attach device domain is same as new domain + (bsc#1012628). +- iommu/amd: Improve page fault error reporting (bsc#1012628). +- iommu: Attach device group to old domain in error path + (bsc#1012628). +- powerpc/mm: Rearrange if-else block to avoid clang warning + (bsc#1012628). +- ata: ahci: Revert "ata: ahci: Add Tiger Lake UP{3,4} AHCI + controller" (bsc#1012628). +- ARM: OMAP2+: Fix memory leak in realtime_counter_init() + (bsc#1012628). +- arm64: dts: qcom: qcs404: use symbol names for PCIe resets + (bsc#1012628). +- arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to + wake up (bsc#1012628). +- arm64: dts: qcom: sm6115: Fix UFS node (bsc#1012628). +- arm64: dts: qcom: sm6115: Provide xo clk to rpmcc (bsc#1012628). +- arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k + instead of 4k (bsc#1012628). +- arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv + (bsc#1012628). +- arm64: dts: qcom: sm6350: Fix up the ramoops node (bsc#1012628). +- arm64: dts: qcom: sdm670-google-sargo: keep pm660 ldo8 on + (bsc#1012628). +- arm64: dts: qcom: Re-enable resin on MSM8998 and SDM845 boards + (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Configure SLG51000 PMIC on + PDX215 (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Add GPIO line names for PMIC + GPIOs (bsc#1012628). +- arm64: dts: qcom: sm8350-sagami: Rectify GPIO keys + (bsc#1012628). +- arm64: dts: qcom: sm6350-lena: Flatten gpio-keys pinctrl state + (bsc#1012628). +- arm64: dts: qcom: sm6125: Reorder HSUSB PHY clocks to match + bindings (bsc#1012628). +- arm64: dts: qcom: sm6125-seine: Clean up gpio-keys (volume down) + (bsc#1012628). +- arm64: dts: imx8m: Align SoC unique ID node unit address + (bsc#1012628). +- ARM: zynq: Fix refcount leak in zynq_early_slcr_init + (bsc#1012628). +- fs: dlm: fix return value check in dlm_memory_init() + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Add power domain to U3PHY1 T-PHY + (bsc#1012628). +- arm64: dts: mediatek: mt8183: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8192: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix systimer 13 MHz clock + description (bsc#1012628). +- arm64: dts: qcom: sdm845-db845c: fix audio codec interrupt + pin name (bsc#1012628). +- arm64: dts: qcom: sdm845-xiaomi-beryllium: fix audio codec + interrupt pin name (bsc#1012628). +- x86/acpi/boot: Do not register processors that cannot be + onlined for x2APIC (bsc#1012628). +- arm64: dts: qcom: sc7180: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc7280: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sc8280xp: correct SPMI bus address cells + (bsc#1012628). +- arm64: dts: qcom: sm8450: correct Soundwire wakeup interrupt + name (bsc#1012628). +- arm64: dts: qcom: sdm845: make DP node follow the schema + (bsc#1012628). +- arm64: dts: qcom: msm8996-oneplus-common: drop vdda-supply + from DSI PHY (bsc#1012628). +- arm64: dts: qcom: sc8280xp: Vote for CX in USB controllers + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node + (bsc#1012628). +- arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name + (bsc#1012628). +- arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names + (bsc#1012628). +- arm64: dts: meson-gx: Fix Ethernet MAC address unit name + (bsc#1012628). +- arm64: dts: meson-g12a: Fix internal Ethernet PHY unit name + (bsc#1012628). +- arm64: dts: meson-gx: Fix the SCPI DVFS node name and unit + address (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again* + (bsc#1012628). +- arm64: dts: ti: k3-am62-main: Fix clocks for McSPI + (bsc#1012628). +- arm64: tegra: Fix duplicate regulator on Jetson TX1 + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Fix cont_splash_mem size + (bsc#1012628). +- arm64: dts: qcom: msm8992-bullhead: Disable dfps_data_mem + (bsc#1012628). +- arm64: dts: qcom: msm8956: use SoC-specific compat for tsens + (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct USB3 QMP PHY-s clock output + names (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe QMP PHY (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges + (bsc#1012628). +- arm64: dts: qcom: ipq8074: fix Gen3 PCIe node (bsc#1012628). +- arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock + names (bsc#1012628). +- arm64: dts: meson: remove CPU opps below 1GHz for G12A boards + (bsc#1012628). +- ARM: OMAP1: call platform_device_put() in error case in + omap1_dm_timer_init() (bsc#1012628). +- arm64: dts: mediatek: mt8192: Mark scp_adsp clock as broken + (bsc#1012628). +- ARM: bcm2835_defconfig: Enable the framebuffer (bsc#1012628). +- ARM: s3c: fix s3c64xx_set_timer_source prototype (bsc#1012628). +- arm64: dts: ti: k3-j7200: Fix wakeup pinmux range (bsc#1012628). +- ARM: dts: exynos: correct wr-active property in Exynos3250 + Rinato (bsc#1012628). +- ARM: imx: Call ida_simple_remove() for ida_simple_get + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-axg: fix SCPI clock dvfs node name + (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing SCPI sensors + compatible (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix supply + name of USB controller node (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-sml5442tw: drop invalid + clock-names property (bsc#1012628). +- arm64: dts: amlogic: meson-gx: add missing unit address to + rng node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905w-jethome-jethub-j80: + fix invalid rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-axg-jethome-jethub-j1xx: fix invalid + rtc node name (bsc#1012628). +- arm64: dts: amlogic: meson-gxl: add missing unit address to + eth-phy-mux node name (bsc#1012628). +- arm64: dts: amlogic: meson-gx-libretech-pc: fix update button + name (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-bananapi-m5: fix adc keys node + names (bsc#1012628). +- arm64: dts: amlogic: meson-gxl-s905d-phicomm-n1: fix led node + name (bsc#1012628). +- arm64: dts: amlogic: meson-gxbb-kii-pro: fix led node name + (bsc#1012628). +- arm64: dts: amlogic: meson-g12b-odroid-go-ultra: fix rk818 + pmic properties (bsc#1012628). +- arm64: dts: amlogic: meson-sm1-odroid-hc4: fix active fan + thermal trip (bsc#1012628). +- locking/rwsem: Disable preemption in all down_read*() and + up_read() code paths (bsc#1012628). +- arm64: tegra: Mark host1x as dma-coherent on Tegra194/234 + (bsc#1012628). +- arm64: dts: renesas: beacon-renesom: Fix gpio expander reference + (bsc#1012628). +- arm64: dts: meson: radxa-zero: allow usb otg mode (bsc#1012628). +- arm64: dts: meson: bananapi-m5: switch VDDIO_C pin to OPEN_DRAIN + (bsc#1012628). +- ARM: dts: sun8i: nanopi-duo2: Fix regulator GPIO reference + (bsc#1012628). +- ublk_drv: remove nr_aborted_queues from ublk_device + (bsc#1012628). +- ublk_drv: don't probe partitions if the ubq daemon isn't trusted + (bsc#1012628). +- ARM: dts: imx7s: correct iomuxc gpr mux controller cells + (bsc#1012628). +- sbitmap: remove redundant check in __sbitmap_queue_get_batch + (bsc#1012628). +- sbitmap: correct wake_batch recalculation to avoid potential + IO hung (bsc#1012628). +- arm64: dts: mt8195: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8192: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mt8186: Fix CPU map for single-cluster SoC + (bsc#1012628). +- arm64: dts: mediatek: mt7622: Add missing pwm-cells to pwm node + (bsc#1012628). +- arm64: dts: mediatek: mt8186: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt8195: Fix watchdog compatible + (bsc#1012628). +- arm64: dts: mediatek: mt7986: Fix watchdog compatible + (bsc#1012628). +- ARM: dts: stm32: Update part number NVMEM description on + stm32mp131 (bsc#1012628). +- arm64: dts: qcom: sm8450-nagara: Correct firmware paths + (bsc#1012628). +- blk-mq: avoid sleep in blk_mq_alloc_request_hctx (bsc#1012628). +- blk-mq: remove stale comment for blk_mq_sched_mark_restart_hctx + (bsc#1012628). +- blk-mq: wait on correct sbitmap_queue in blk_mq_mark_tag_wait + (bsc#1012628). +- blk-mq: Fix potential io hung for shared sbitmap per tagset + (bsc#1012628). +- blk-mq: correct stale comment of .get_budget (bsc#1012628). +- arm64: dts: qcom: msm8996: support using GPLL0 as kryocc input + (bsc#1012628). +- arm64: dts: qcom: msm8996 switch from RPM_SMD_BB_CLK1 to + RPM_SMD_XO_CLK_SRC (bsc#1012628). +- arm64: dts: qcom: sm8350: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: sm8450: drop incorrect cells from serial + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlaps + with the SMEM and MPSS memory regions (bsc#1012628). +- arm64: dts: qcom: msm8953: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: sm6115: correct TLMM gpio-ranges + (bsc#1012628). +- arm64: dts: qcom: msm8992-lg-bullhead: Enable regulators + (bsc#1012628). +- s390/dasd: Fix potential memleak in dasd_eckd_init() + (bsc#1012628). +- io_uring,audit: don't log IORING_OP_MADVISE (bsc#1012628). +- sched/rt: pick_next_rt_entity(): check list_entry (bsc#1012628). +- perf/x86/intel/ds: Fix the conversion from TSC to perf time + (bsc#1012628). +- x86/perf/zhaoxin: Add stepping check for ZXC (bsc#1012628). +- KEYS: asymmetric: Fix ECDSA use via keyctl uapi (bsc#1012628). +- block: ublk: check IO buffer based on flag need_get_data + (bsc#1012628). +- arm64: dts: qcom: pmk8350: Use the correct PON compatible + (bsc#1012628). +- erofs: relinquish volume with mutex held (bsc#1012628). +- block: sync mixed merged request's failfast with 1st bio's + (bsc#1012628). +- block: Fix io statistics for cgroup in throttle path + (bsc#1012628). +- block: bio-integrity: Copy flags when bio_integrity_payload + is cloned (bsc#1012628). +- block: use proper return value from bio_failfast() + (bsc#1012628). +- wifi: mt76: mt7915: add missing of_node_put() (bsc#1012628). +- wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio host + (bsc#1012628). +- wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaks + (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_ie_countdown() (bsc#1012628). +- wifi: mt76: mt7996: fix insecure data handling of + mt7996_mcu_rx_radar_detected() (bsc#1012628). +- wifi: mt76: mt7996: fix integer handling issue of + mt7996_rf_regval_set() (bsc#1012628). +- wifi: mt76: mt7915: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7996: check return value before accessing + free_block_num (bsc#1012628). +- wifi: mt76: mt7915: drop always true condition of + __mt7915_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: drop always true condition of + __mt7996_reg_addr() (bsc#1012628). +- wifi: mt76: mt7996: fix endianness warning in + mt7996_mcu_sta_he_tlv (bsc#1012628). +- wifi: mt76: mt76x0: fix oob access in + mt76x0_phy_get_target_power (bsc#1012628). +- wifi: mt76: mt7996: fix unintended sign extension of + mt7996_hw_queue_read() (bsc#1012628). +- wifi: mt76: mt7915: fix unintended sign extension of + mt7915_hw_queue_read() (bsc#1012628). +- wifi: mt76: fix coverity uninit_use_in_call in + mt76_connac2_reverse_frag0_hdr_trans() (bsc#1012628). +- wifi: mt76: mt7921: resource leaks at + mt7921_check_offload_capability() (bsc#1012628). +- wifi: rsi: Fix memory leak in rsi_coex_attach() (bsc#1012628). +- wifi: rtlwifi: rtl8821ae: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8188ee: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtlwifi: rtl8723be: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: iwlegacy: common: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: fix memory leak in lbs_init_adapter() + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field priv->pi_enabled + (bsc#1012628). +- wifi: rtl8xxxu: Fix assignment to bit field + priv->cck_agc_report_type (bsc#1012628). +- wifi: rtl8xxxu: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DACK setting (bsc#1012628). +- wifi: rtw89: 8852c: rfk: correct DPK settings (bsc#1012628). +- wifi: rtlwifi: Fix global-out-of-bounds bug in + _rtl8812ae_phy_set_txpower_limit() (bsc#1012628). +- libbpf: Fix single-line struct definition output in btf_dump + (bsc#1012628). +- libbpf: Fix btf__align_of() by taking into account field offsets + (bsc#1012628). +- wifi: ipw2x00: don't call dev_kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: ipw2200: fix memory leak in ipw_wdev_init() (bsc#1012628). +- wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() + (bsc#1012628). +- wifi: wilc1000: add missing unregister_netdev() in + wilc_netdev_ifc_init() (bsc#1012628). +- wifi: brcmfmac: fix potential memory leak in + brcmf_netdev_start_xmit() (bsc#1012628). +- wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid() + (bsc#1012628). +- wifi: libertas_tf: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: if_usb: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: main: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: libertas: cmdresp: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- wifi: wl3501_cs: don't call kfree_skb() under + spin_lock_irqsave() (bsc#1012628). +- libbpf: Fix invalid return address register in s390 + (bsc#1012628). +- crypto: x86/ghash - fix unaligned access in ghash_setkey() + (bsc#1012628). +- crypto: ux500 - update debug config after ux500 cryp driver + removal (bsc#1012628). +- ACPICA: Drop port I/O validation for some regions (bsc#1012628). +- genirq: Fix the return type of kstat_cpu_irqs_sum() + (bsc#1012628). +- rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu + purpose (bsc#1012628). +- rcu-tasks: Remove preemption disablement around + srcu_read_[un]lock() calls (bsc#1012628). +- rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() + (bsc#1012628). +- lib/mpi: Fix buffer overrun when SG is too long (bsc#1012628). +- crypto: ccp - Avoid page allocation failure warning for + SEV_GET_ID2 (bsc#1012628). +- platform/chrome: cros_ec_typec: Update port DP VDO + (bsc#1012628). +- ACPICA: nsrepair: handle cases without a return value correctly + (bsc#1012628). +- libbpf: Fix map creation flags sanitization (bsc#1012628). +- selftests/xsk: print correct payload for packet dump + (bsc#1012628). +- selftests/xsk: print correct error codes when exiting + (bsc#1012628). +- arm64/cpufeature: Fix field sign for DIT hwcap detection + (bsc#1012628). +- arm64/sysreg: Fix errors in 32 bit enumeration values + (bsc#1012628). +- kselftest/arm64: Fix syscall-abi for systems without 128 bit + SME (bsc#1012628). +- workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex + (bsc#1012628). +- s390/early: fix sclp_early_sccb variable lifetime (bsc#1012628). +- s390/vfio-ap: fix an error handling path in + vfio_ap_mdev_probe_queue() (bsc#1012628). +- x86/signal: Fix the value returned by strict_sas_size() + (bsc#1012628). +- thermal/drivers/tsens: Drop msm8976-specific defines + (bsc#1012628). +- thermal/drivers/tsens: Sort out msm8976 vs msm8956 data + (bsc#1012628). +- thermal/drivers/tsens: fix slope values for msm8939 + (bsc#1012628). +- thermal/drivers/tsens: limit num_sensors to 9 for msm8939 + (bsc#1012628). +- wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() + (bsc#1012628). +- wifi: rtw89: Add missing check for alloc_workqueue + (bsc#1012628). +- wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EU + (bsc#1012628). +- wifi: orinoco: check return value of hermes_write_wordrec() + (bsc#1012628). +- wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter() + (bsc#1012628). +- wifi: rtw88: Use non-atomic sta iterator in + rtw_ra_mask_info_update() (bsc#1012628). +- thermal/drivers/imx_sc_thermal: Fix the loop condition + (bsc#1012628). +- wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there + is no callback function (bsc#1012628). +- wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() + fails (bsc#1012628). +- wifi: ath9k: Fix potential stack-out-of-bounds write in + ath9k_wmi_rsp_callback() (bsc#1012628). +- wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup + (bsc#1012628). +- wifi: cfg80211: Fix extended KCK key length check in + nl80211_set_rekey_data() (bsc#1012628). +- ACPI: battery: Fix missing NUL-termination with large strings + (bsc#1012628). +- selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m + (bsc#1012628). +- crypto: ccp - Failure on re-initialization due to duplicate + sysfs filename (bsc#1012628). +- crypto: essiv - Handle EBUSY correctly (bsc#1012628). +- crypto: seqiv - Handle EBUSY correctly (bsc#1012628). +- powercap: fix possible name leak in powercap_register_zone() + (bsc#1012628). +- bpf: Fix state pruning for STACK_DYNPTR stack slots + (bsc#1012628). +- bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR + (bsc#1012628). +- bpf: Fix partial dynptr stack slot reads/writes (bsc#1012628). +- x86/microcode: Add a parameter to microcode_check() to store + CPU capabilities (bsc#1012628). +- x86/microcode: Check CPU capabilities after late microcode + update correctly (bsc#1012628). +- x86/microcode: Adjust late loading result reporting message + (bsc#1012628). +- net: ethernet: ti: am65-cpsw/cpts: Fix CPTS release action + (bsc#1012628). +- selftests/bpf: Fix vmtest static compilation error + (bsc#1012628). +- crypto: xts - Handle EBUSY correctly (bsc#1012628). +- leds: led-class: Add missing put_device() to led_put() + (bsc#1012628). +- drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size + (bsc#1012628). +- s390/bpf: Add expoline to tail calls (bsc#1012628). +- wifi: iwlwifi: mei: fix compilation errors in rfkill() + (bsc#1012628). +- kselftest/arm64: Fix enumeration of systems without 128 bit SME + (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U CAN mode selection (bsc#1012628). +- can: rcar_canfd: Fix R-Car V3U GAFLCFG field accesses + (bsc#1012628). +- selftests/bpf: Initialize tc in xdp_synproxy (bsc#1012628). +- crypto: ccp - Flush the SEV-ES TMR memory before giving it to + firmware (bsc#1012628). +- bpftool: profile online CPUs instead of possible (bsc#1012628). +- wifi: mt76: mt7921: fix deadlock in mt7921_abort_roc + (bsc#1012628). +- wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() + only after init_work (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttling + (bsc#1012628). +- wifi: mt76: mt7915: rework mt7915_thermal_temp_store() + (bsc#1012628). +- wifi: mt76: mt7921: fix channel switch fail in monitor mode + (bsc#1012628). +- wifi: mt76: mt7996: fix chainmask calculation in + mt7996_set_antenna() (bsc#1012628). +- wifi: mt76: mt7996: update register for CFEND_RATE + (bsc#1012628). +- wifi: mt76: connac: fix POWER_CTRL command name typo + (bsc#1012628). +- wifi: mt76: mt7921: fix invalid remain_on_channel duration + (bsc#1012628). +- wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exit + (bsc#1012628). +- wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exit + (bsc#1012628). +- wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanup + (bsc#1012628). +- wifi: mt76: fix switch default case in + mt7996_reverse_frag0_hdr_trans (bsc#1012628). +- wifi: mt76: mt7915: fix WED TxS reporting (bsc#1012628). +- wifi: mt76: add memory barrier to SDIO queue kick (bsc#1012628). +- wifi: mt76: mt7921: fix error code of return in mt7921_acpi_read + (bsc#1012628). +- wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_val + (bsc#1012628). +- net/mlx5: Enhance debug print in page allocation failure + (bsc#1012628). +- irqchip: Fix refcount leak in platform_irqchip_probe + (bsc#1012628). +- irqchip/alpine-msi: Fix refcount leak in + alpine_msix_init_domains (bsc#1012628). +- irqchip/irq-mvebu-gicp: Fix refcount leak in mvebu_gicp_probe + (bsc#1012628). +- irqchip/ti-sci: Fix refcount leak in + ti_sci_intr_irq_domain_probe (bsc#1012628). +- s390/mem_detect: fix detect_memory() error handling + (bsc#1012628). +- s390/vmem: fix empty page tables cleanup under KASAN + (bsc#1012628). +- s390/boot: cleanup decompressor header files (bsc#1012628). +- s390/mem_detect: rely on diag260() if sclp_early_get_memsize() + fails (bsc#1012628). +- s390/boot: fix mem_detect extended area allocation + (bsc#1012628). +- net: add sock_init_data_uid() (bsc#1012628). +- tun: tun_chr_open(): correctly initialize socket uid + (bsc#1012628). +- tap: tap_open(): correctly initialize socket uid (bsc#1012628). +- rxrpc: Fix overwaking on call poking (bsc#1012628). +- OPP: fix error checking in opp_migrate_dentry() (bsc#1012628). +- cpufreq: davinci: Fix clk use after free (bsc#1012628). +- Bluetooth: hci_conn: Refactor hci_bind_bis() since it always + succeeds (bsc#1012628). +- Bluetooth: L2CAP: Fix potential user-after-free (bsc#1012628). +- Bluetooth: hci_qca: get wakeup status from serdev device handle + (bsc#1012628). +- net: ipa: generic command param fix (bsc#1012628). +- s390: vfio-ap: tighten the NIB validity check (bsc#1012628). +- s390/ap: fix status returned by ap_aqic() (bsc#1012628). +- s390/ap: fix status returned by ap_qact() (bsc#1012628). +- libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() + (bsc#1012628). +- xen/grant-dma-iommu: Implement a dummy probe_device() callback + (bsc#1012628). +- rds: rds_rm_zerocopy_callback() correct order for + list_add_tail() (bsc#1012628). +- crypto: rsa-pkcs1pad - Use akcipher_request_complete + (bsc#1012628). +- m68k: /proc/hardware should depend on PROC_FS (bsc#1012628). +- RISC-V: time: initialize hrtimer based broadcast clock event + device (bsc#1012628). +- clocksource/drivers/riscv: Patch riscv_clock_next_event() + jump before first use (bsc#1012628). +- wifi: iwl3945: Add missing check for + create_singlethread_workqueue (bsc#1012628). +- wifi: iwl4965: Add missing check for + create_singlethread_workqueue() (bsc#1012628). +- wifi: brcmfmac: Rename Cypress 89459 to BCM4355 (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4355 + (bsc#1012628). +- wifi: brcmfmac: pcie: Add IDs/properties for BCM4377 + (bsc#1012628). +- wifi: brcmfmac: pcie: Perform correct BCM4364 firmware selection + (bsc#1012628). +- wifi: mwifiex: fix loop iterator in + mwifiex_update_ampdu_txwinsize() (bsc#1012628). +- wifi: rtw89: fix parsing offset for MCC C2H (bsc#1012628). +- selftests/bpf: Fix out-of-srctree build (bsc#1012628). +- ACPI: resource: Add IRQ overrides for MAINGEAR Vector Pro 2 + models (bsc#1012628). +- ACPI: resource: Do IRQ override on all TongFang GMxRGxx + (bsc#1012628). +- crypto: octeontx2 - Fix objects shared between several modules + (bsc#1012628). +- crypto: crypto4xx - Call dma_unmap_page when done (bsc#1012628). +- vfio/ccw: remove WARN_ON during shutdown (bsc#1012628). +- wifi: mac80211: move color collision detection report in a + delayed work (bsc#1012628). +- wifi: mac80211: make rate u32 in sta_set_rate_info_rx() + (bsc#1012628). +- wifi: mac80211: fix non-MLO station association (bsc#1012628). +- wifi: mac80211: Don't translate MLD addresses for multicast + (bsc#1012628). +- wifi: mac80211: avoid u32_encode_bits() warning (bsc#1012628). +- wifi: mac80211: fix off-by-one link setting (bsc#1012628). +- tools/lib/thermal: Fix thermal_sampling_exit() (bsc#1012628). +- thermal/drivers/hisi: Drop second sensor hi3660 (bsc#1012628). +- selftests/bpf: Fix map_kptr test (bsc#1012628). +- wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta() + (bsc#1012628). +- bpf: Zeroing allocated object from slab in bpf memory allocator + (bsc#1012628). +- selftests/bpf: Fix xdp_do_redirect on s390x (bsc#1012628). +- can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits + in case of a bus error (bsc#1012628). +- can: esd_usb: Make use of can_change_state() and relocate + checking skb for NULL (bsc#1012628). +- xsk: check IFF_UP earlier in Tx path (bsc#1012628). +- LoongArch, bpf: Use 4 instructions for function address in JIT + (bsc#1012628). +- bpf: Fix global subprog context argument resolution logic + (bsc#1012628). +- irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered + interrupts (bsc#1012628). +- net/smc: fix potential panic dues to unprotected + smc_llc_srv_add_link() (bsc#1012628). +- net/smc: fix application data exception (bsc#1012628). +- selftests/net: Interpret UDP_GRO cmsg data as an int value + (bsc#1012628). +- l2tp: Avoid possible recursive deadlock in + l2tp_tunnel_register() (bsc#1012628). +- net: bcmgenet: fix MoCA LED control (bsc#1012628). +- net: lan966x: Fix possible deadlock inside PTP (bsc#1012628). +- net/mlx4_en: Introduce flexible array to silence overflow + warning (bsc#1012628). +- net/mlx5e: Align IPsec ASO result memory to be as required by + hardware (bsc#1012628). +- selftest: fib_tests: Always cleanup before exit (bsc#1012628). +- sefltests: netdevsim: wait for devlink instance after netns + removal (bsc#1012628). +- drm: Fix potential null-ptr-deref due to drmm_mode_config_init() + (bsc#1012628). +- drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats + (bsc#1012628). +- drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to + match spec (bsc#1012628). +- drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC + (bsc#1012628). +- drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC + (bsc#1012628). +- drm/bridge: megachips: Fix error handling in + i2c_register_driver() (bsc#1012628). +- drm/vkms: Fix memory leak in vkms_init() (bsc#1012628). +- drm/vkms: Fix null-ptr-deref in vkms_release() (bsc#1012628). +- drm/modes: Use strscpy() to copy command-line mode name + (bsc#1012628). +- drm/vc4: dpi: Fix format mapping for RGB565 (bsc#1012628). +- drm/bridge: it6505: Guard bridge power in IRQ handler + (bsc#1012628). +- drm: tidss: Fix pixel format definition (bsc#1012628). +- gpu: ipu-v3: common: Add of_node_put() for reference returned + by of_graph_get_port_by_id() (bsc#1012628). +- drm/ast: Init iosys_map pointer as I/O memory for damage + handling (bsc#1012628). +- drm/vc4: drop all currently held locks if deadlock happens + (bsc#1012628). +- hwmon: (ftsteutates) Fix scaling of measurements (bsc#1012628). +- drm/msm/dpu: check for null return of devm_kzalloc() in + dpu_writeback_init() (bsc#1012628). +- drm/msm/hdmi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- pinctrl: qcom: pinctrl-msm8976: Correct function names for + wcss pins (bsc#1012628). +- pinctrl: stm32: Fix refcount leak in stm32_pctrl_get_irq_domain + (bsc#1012628). +- pinctrl: rockchip: Fix refcount leak in + rockchip_pinctrl_parse_groups (bsc#1012628). +- drm/vc4: hvs: Configure the HVS COB allocations (bsc#1012628). +- drm/vc4: hvs: Set AXI panic modes (bsc#1012628). +- drm/vc4: hvs: SCALER_DISPBKGND_AUTOHS is only valid on HVS4 + (bsc#1012628). +- drm/vc4: hvs: Correct interrupt masking bit assignment for HVS5 + (bsc#1012628). +- drm/vc4: hvs: Fix colour order for xRGB1555 on HVS5 + (bsc#1012628). +- drm/vc4: hdmi: Correct interlaced timings again (bsc#1012628). +- drm/msm: clean event_thread->worker in case of an error + (bsc#1012628). +- drm/panel-edp: fix name for IVO product id 854b (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription (bsc#1012628). +- scsi: qla2xxx: Fix exchange oversubscription for management + commands (bsc#1012628). +- scsi: qla2xxx: edif: Fix clang warning (bsc#1012628). +- ASoC: fsl_sai: initialize is_dsp_mode flag (bsc#1012628). +- drm/bridge: tc358767: Set default CLRSIPO count (bsc#1012628). +- drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup() + (bsc#1012628). +- ALSA: hda/ca0132: minor fix for allocation size (bsc#1012628). +- drm/amdgpu: Use the sched from entity for amdgpu_cs trace + (bsc#1012628). +- drm/msm/gem: Add check for kmalloc (bsc#1012628). +- drm/msm/dpu: Disallow unallocated resources to be returned + (bsc#1012628). +- drm/bridge: lt9611: fix sleep mode setup (bsc#1012628). +- drm/bridge: lt9611: fix HPD reenablement (bsc#1012628). +- drm/bridge: lt9611: fix polarity programming (bsc#1012628). +- drm/bridge: lt9611: fix programming of video modes + (bsc#1012628). +- drm/bridge: lt9611: fix clock calculation (bsc#1012628). +- drm/bridge: lt9611: pass a pointer to the of node (bsc#1012628). +- regulator: tps65219: use IS_ERR() to detect an error pointer + (bsc#1012628). +- drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightness + (bsc#1012628). +- drm: exynos: dsi: Fix MIPI_DSI*_NO_* mode flags (bsc#1012628). +- drm/msm/dsi: Allow 2 CTRLs on v2.5.0 (bsc#1012628). +- scsi: ufs: exynos: Fix DMA alignment for PAGE_SIZE != 4096 + (bsc#1012628). +- drm/msm/dpu: sc7180: add missing WB2 clock control + (bsc#1012628). +- drm/msm: use strscpy instead of strncpy (bsc#1012628). +- drm/msm/dpu: Add check for cstate (bsc#1012628). +- drm/msm/dpu: Add check for pstates (bsc#1012628). +- drm/msm/mdp5: Add check for kzalloc (bsc#1012628). +- habanalabs: bugs fixes in timestamps buff alloc (bsc#1012628). +- pinctrl: bcm2835: Remove of_node_put() in + bcm2835_of_gpio_ranges_fallback() (bsc#1012628). +- pinctrl: mediatek: Initialize variable pullen and pullup to zero + (bsc#1012628). +- pinctrl: mediatek: Initialize variable *buf to zero + (bsc#1012628). +- gpu: host1x: Fix mask for syncpoint increment register + (bsc#1012628). +- gpu: host1x: Don't skip assigning syncpoints to channels + (bsc#1012628). +- drm/tegra: firewall: Check for is_addr_reg existence in IMM + check (bsc#1012628). +- drm/i915/mtl: Add initial gt workarounds (bsc#1012628). +- drm/i915/xehp: GAM registers don't need to be re-applied on + engine resets (bsc#1012628). +- pinctrl: renesas: rzg2l: Fix configuring the GPIO pins as + interrupts (bsc#1012628). +- drm/i915/xehp: Annotate a couple more workaround registers as + MCR (bsc#1012628). +- drm/msm/dpu: set pdpu->is_rt_pipe early in + dpu_plane_sspp_atomic_update() (bsc#1012628). +- drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending + cmd (bsc#1012628). +- drm/mediatek: Use NULL instead of 0 for NULL pointer + (bsc#1012628). +- drm/mediatek: Drop unbalanced obj unref (bsc#1012628). +- drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc + (bsc#1012628). +- drm/mediatek: Clean dangling pointer on bind error path + (bsc#1012628). +- ASoC: soc-compress.c: fixup private_data on + snd_soc_new_compress() (bsc#1012628). +- dt-bindings: display: mediatek: Fix the fallback for + mediatek,mt8186-disp-ccorr (bsc#1012628). +- gpio: pca9570: rename platform_data to chip_data (bsc#1012628). +- gpio: vf610: connect GPIO label to dev name (bsc#1012628). +- ASoC: topology: Properly access value coming from topology file + (bsc#1012628). +- spi: dw_bt1: fix MUX_MMIO dependencies (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls which rely on rsr register + (bsc#1012628). +- ASoC: mchp-spdifrx: fix return value in case completion times + out (bsc#1012628). +- ASoC: mchp-spdifrx: fix controls that works with completion + mechanism (bsc#1012628). +- ASoC: mchp-spdifrx: disable all interrupts in + mchp_spdifrx_dai_remove() (bsc#1012628). +- dm: improve shrinker debug names (bsc#1012628). +- regmap: apply reg_base and reg_downshift for single register + ops (bsc#1012628). +- accel: fix CONFIG_DRM dependencies (bsc#1012628). +- ASoC: rsnd: fixup #endif position (bsc#1012628). +- ASoC: mchp-spdifrx: Fix uninitialized use of mr in + mchp_spdifrx_hw_params() (bsc#1012628). +- ASoC: dt-bindings: meson: fix gx-card codec node regex + (bsc#1012628). +- regulator: tps65219: use generic set_bypass() (bsc#1012628). +- hwmon: (asus-ec-sensors) add missing mutex path (bsc#1012628). +- hwmon: (ltc2945) Handle error case in ltc2945_value_store + (bsc#1012628). +- ALSA: hda: Fix the control element identification for multiple + codecs (bsc#1012628). +- drm/amdgpu: fix enum odm_combine_mode mismatch (bsc#1012628). +- scsi: mpt3sas: Fix a memory leak (bsc#1012628). +- scsi: aic94xx: Add missing check for dma_map_single() + (bsc#1012628). +- HID: multitouch: Add quirks for flipped axes (bsc#1012628). +- HID: retain initial quirks set up when creating HID devices + (bsc#1012628). +- ASoC: qcom: q6apm-lpass-dai: unprepare stream if its already + prepared (bsc#1012628). +- ASoC: qcom: q6apm-dai: fix race condition while updating the + position pointer (bsc#1012628). +- ASoC: qcom: q6apm-dai: Add SNDRV_PCM_INFO_BATCH flag + (bsc#1012628). +- ASoC: codecs: lpass: register mclk after runtime pm + (bsc#1012628). +- ASoC: codecs: lpass: fix incorrect mclk rate (bsc#1012628). +- drm/amd/display: don't call dc_interrupt_set() for disabled + crtcs (bsc#1012628). +- HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll support + (bsc#1012628). +- spi: bcm63xx-hsspi: Fix multi-bit mode setting (bsc#1012628). +- hwmon: (mlxreg-fan) Return zero speed for broken fan + (bsc#1012628). +- ASoC: tlv320adcx140: fix 'ti,gpio-config' DT property init + (bsc#1012628). +- dm: remove flush_scheduled_work() during local_exit() + (bsc#1012628). +- nfs4trace: fix state manager flag printing (bsc#1012628). +- NFS: fix disabling of swap (bsc#1012628). +- drm/i915/pvc: Implement recommended caching policy + (bsc#1012628). +- drm/i915/pvc: Annotate two more workaround/tuning registers + as MCR (bsc#1012628). +- drm/i915: Fix GEN8_MISCCPCTL (bsc#1012628). +- spi: synquacer: Fix timeout handling in + synquacer_spi_transfer_one() (bsc#1012628). +- ASoC: soc-dapm.h: fixup warning struct snd_pcm_substream not + declared (bsc#1012628). +- HID: bigben: use spinlock to protect concurrent accesses + (bsc#1012628). +- HID: bigben_worker() remove unneeded check on report_field + (bsc#1012628). +- HID: bigben: use spinlock to safely schedule workers + (bsc#1012628). +- hid: bigben_probe(): validate report count (bsc#1012628). +- ALSA: hda/hdmi: Register with vga_switcheroo on Dual GPU + Macbooks (bsc#1012628). +- drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt() + (bsc#1012628). +- NFSD: enhance inter-server copy cleanup (bsc#1012628). +- NFSD: fix leaked reference count of nfsd4_ssc_umount_item + (bsc#1012628). +- nfsd: fix race to check ls_layouts (bsc#1012628). +- nfsd: clean up potential nfsd_file refcount leaks in COPY + codepath (bsc#1012628). +- NFSD: fix problems with cleanup on errors in nfsd4_copy + (bsc#1012628). +- nfsd: fix courtesy client with deny mode handling in + nfs4_upgrade_open (bsc#1012628). +- nfsd: don't fsync nfsd_files on last close (bsc#1012628). +- NFSD: copy the whole verifier in nfsd_copy_write_verifier + (bsc#1012628). +- cifs: Fix lost destroy smbd connection when MR allocate failed + (bsc#1012628). +- cifs: Fix warning and UAF when destroy the MR list + (bsc#1012628). +- cifs: use tcon allocation functions even for dummy tcon + (bsc#1012628). +- gfs2: jdata writepage fix (bsc#1012628). +- perf llvm: Fix inadvertent file creation (bsc#1012628). +- leds: led-core: Fix refcount leak in of_led_get() (bsc#1012628). +- leds: is31fl319x: Wrap mutex_destroy() for + devm_add_action_or_rest() (bsc#1012628). +- leds: simatic-ipc-leds-gpio: Make sure we have the GPIO + providing driver (bsc#1012628). +- tools/tracing/rtla: osnoise_hist: use total duration for + average calculation (bsc#1012628). +- perf inject: Use perf_data__read() for auxtrace (bsc#1012628). +- perf intel-pt: Do not try to queue auxtrace data on pipe + (bsc#1012628). +- perf stat: Hide invalid uncore event output for aggr mode + (bsc#1012628). +- perf jevents: Correct bad character encoding (bsc#1012628). +- perf test bpf: Skip test if kernel-debuginfo is not present + (bsc#1012628). +- perf tools: Fix auto-complete on aarch64 (bsc#1012628). +- perf stat: Avoid merging/aggregating metric counts twice + (bsc#1012628). +- sparc: allow PM configs for sparc32 COMPILE_TEST (bsc#1012628). +- selftests: find echo binary to use -ne options (bsc#1012628). +- selftests/ftrace: Fix bash specific "==" operator (bsc#1012628). +- selftests: use printf instead of echo -ne (bsc#1012628). +- perf record: Fix segfault with --overwrite and --max-size + (bsc#1012628). +- printf: fix errname.c list (bsc#1012628). +- perf tests stat_all_metrics: Change true workload to sleep + workload for system wide check (bsc#1012628). +- objtool: add UACCESS exceptions for __tsan_volatile_read/write + (bsc#1012628). +- selftests/ftrace: Fix probepoint testcase to ignore __pfx_* + symbols (bsc#1012628). +- sysctl: fix proc_dobool() usability (bsc#1012628). +- mfd: rk808: Re-add rk808-clkout to RK818 (bsc#1012628). +- mfd: cs5535: Don't build on UML (bsc#1012628). +- mfd: pcf50633-adc: Fix potential memleak in + pcf50633_adc_async_read() (bsc#1012628). +- dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0 + (bsc#1012628). +- RDMA/erdma: Fix refcount leak in erdma_mmap (bsc#1012628). +- dmaengine: HISI_DMA should depend on ARCH_HISI (bsc#1012628). +- RDMA/hns: Fix refcount leak in hns_roce_mmap (bsc#1012628). +- iio: light: tsl2563: Do not hardcode interrupt trigger type + (bsc#1012628). +- usb: gadget: fusb300_udc: free irq on the error path in + fusb300_probe() (bsc#1012628). +- i2c: designware: fix i2c_dw_clk_rate() return size to be u32 + (bsc#1012628). +- i2c: qcom-geni: change i2c_master_hub to static (bsc#1012628). +- soundwire: cadence: Don't overflow the command FIFOs + (bsc#1012628). +- driver core: fix potential null-ptr-deref in device_add() + (bsc#1012628). +- kobject: Fix slab-out-of-bounds in fill_kobj_path() + (bsc#1012628). +- alpha/boot/tools/objstrip: fix the check for ELF header + (bsc#1012628). +- media: uvcvideo: Check for INACTIVE in uvc_ctrl_is_accessible() + (bsc#1012628). +- media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU + (bsc#1012628). +- media: uvcvideo: Refactor uvc_ctrl_mappings_uvcXX (bsc#1012628). +- media: uvcvideo: Refactor power_line_frequency_controls_limited + (bsc#1012628). +- coresight: etm4x: Fix accesses to TRCSEQRSTEVR and TRCSEQSTR + (bsc#1012628). +- coresight: cti: Prevent negative values of enable count + (bsc#1012628). +- coresight: cti: Add PM runtime call in enable_store + (bsc#1012628). +- usb: typec: intel_pmc_mux: Don't leak the ACPI device reference + count (bsc#1012628). +- PCI/IOV: Enlarge virtfn sysfs name buffer (bsc#1012628). +- PCI: switchtec: Return -EFAULT for copy_to_user() errors + (bsc#1012628). +- PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() + num_mws kernel-doc (bsc#1012628). +- hwtracing: hisi_ptt: Only add the supported devices to the + filters list (bsc#1012628). +- tty: serial: fsl_lpuart: disable Rx/Tx DMA in + lpuart32_shutdown() (bsc#1012628). +- tty: serial: fsl_lpuart: clear LPUART Status Register in + lpuart32_shutdown() (bsc#1012628). +- serial: tegra: Add missing clk_disable_unprepare() in + tegra_uart_hw_init() (bsc#1012628). +- Revert "char: pcmcia: cm4000_cs: Replace mdelay with + usleep_range in set_protocol" (bsc#1012628). +- eeprom: idt_89hpesx: Fix error handling in idt_init() + (bsc#1012628). +- applicom: Fix PCI device refcount leak in applicom_init() + (bsc#1012628). +- firmware: stratix10-svc: add missing gen_pool_destroy() in + stratix10_svc_drv_probe() (bsc#1012628). +- firmware: stratix10-svc: fix error handle while alloc/add + device failed (bsc#1012628). +- VMCI: check context->notify_page after call to + get_user_pages_fast() to avoid GPF (bsc#1012628). +- mei: pxp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc/mei/hdcp: Use correct macros to initialize uuid_le + (bsc#1012628). +- misc: fastrpc: Fix an error handling path in + fastrpc_rpmsg_probe() (bsc#1012628). +- iommu/exynos: Fix error handling in exynos_iommu_init() + (bsc#1012628). +- driver core: fix resource leak in device_add() (bsc#1012628). +- driver core: location: Free struct acpi_pld_info *pld before + return false (bsc#1012628). +- drivers: base: transport_class: fix possible memory leak + (bsc#1012628). +- drivers: base: transport_class: fix resource leak when + transport_add_device() fails (bsc#1012628). +- firmware: dmi-sysfs: Fix null-ptr-deref in + dmi_sysfs_register_handle (bsc#1012628). +- selftests: iommu: Fix test_cmd_destroy_access() call in + user_copy (bsc#1012628). +- iommufd: Add three missing structures in ucmd_buffer + (bsc#1012628). +- fotg210-udc: Add missing completion handler (bsc#1012628). +- dmaengine: dw-edma: Fix missing src/dst address of interleaved + xfers (bsc#1012628). +- fpga: microchip-spi: move SPI I/O buffers out of stack + (bsc#1012628). +- fpga: microchip-spi: rewrite status polling in a time measurable + way (bsc#1012628). +- usb: early: xhci-dbc: Fix a potential out-of-bound memory access + (bsc#1012628). +- tty: serial: fsl_lpuart: Fix the wrong RXWATER setting for rx + dma case (bsc#1012628). +- RDMA/cxgb4: add null-ptr-check after ip_dev_find() + (bsc#1012628). +- usb: musb: mediatek: don't unregister something that wasn't + registered (bsc#1012628). +- usb: gadget: configfs: Restrict symlink creation is UDC already + binded (bsc#1012628). +- phy: mediatek: remove temporary variable @mask_ (bsc#1012628). +- PCI: mt7621: Delay phy ports initialization (bsc#1012628). +- iommu/vt-d: Set No Execute Enable bit in PASID table entry + (bsc#1012628). +- power: supply: remove faulty cooling logic (bsc#1012628). +- RDMA/siw: Fix user page pinning accounting (bsc#1012628). +- RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() + (bsc#1012628). +- usb: max-3421: Fix setting of I/O pins (bsc#1012628). +- RDMA/irdma: Cap MSIX used to online CPUs + 1 (bsc#1012628). +- serial: fsl_lpuart: fix RS485 RTS polariy inverse issue + (bsc#1012628). +- tty: serial: imx: disable Ageing Timer interrupt request irq + (bsc#1012628). +- driver core: fw_devlink: Add DL_FLAG_CYCLE support to device + links (bsc#1012628). +- driver core: fw_devlink: Don't purge child fwnode's consumer + links (bsc#1012628). +- driver core: fw_devlink: Allow marking a fwnode link as being + part of a cycle (bsc#1012628). +- driver core: fw_devlink: Consolidate device link flag + computation (bsc#1012628). +- driver core: fw_devlink: Improve check for fwnode with no + device/driver (bsc#1012628). +- driver core: fw_devlink: Make cycle detection more robust + (bsc#1012628). +- mtd: mtdpart: Don't create platform device that'll never probe + (bsc#1012628). +- usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_dev + (bsc#1012628). +- dmaengine: dw-edma: Fix readq_ch() return value truncation + (bsc#1012628). +- PCI: Fix dropping valid root bus resources with .end = zero + (bsc#1012628). +- phy: rockchip-typec: fix tcphy_get_mode error case + (bsc#1012628). +- PCI: qcom: Fix host-init error handling (bsc#1012628). +- iw_cxgb4: Fix potential NULL dereference in + c4iw_fill_res_cm_id_entry() (bsc#1012628). +- iommu: Fix error unwind in iommu_group_alloc() (bsc#1012628). +- iommu/amd: Do not identity map v2 capable device when snp is + enabled (bsc#1012628). +- dmaengine: sf-pdma: pdma_desc memory leak fix (bsc#1012628). +- dmaengine: dw-axi-dmac: Do not dereference NULL structure + (bsc#1012628). +- dmaengine: ptdma: check for null desc before calling + pt_cmd_callback (bsc#1012628). +- iommu/vt-d: Fix error handling in sva enable/disable paths + (bsc#1012628). +- iommu/vt-d: Allow to use flush-queue when first level is default + (bsc#1012628). +- RDMA/rxe: Cleanup mr_check_range (bsc#1012628). +- RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_reply() (bsc#1012628). +- RDMA-rxe: Isolate mr code from atomic_write_reply() + (bsc#1012628). +- RDMA/rxe: Cleanup page variables in rxe_mr.c (bsc#1012628). +- RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray + (bsc#1012628). +- Subject: RDMA/rxe: Handle zero length rdma (bsc#1012628). +- RDMA/mana_ib: Fix a bug when the PF indicates more entries + for registering memory on first packet (bsc#1012628). +- RDMA/rxe: Fix missing memory barriers in rxe_queue.h + (bsc#1012628). +- IB/hfi1: Fix math bugs in hfi1_can_pin_pages() (bsc#1012628). +- IB/hfi1: Fix sdma.h tx->num_descs off-by-one errors + (bsc#1012628). +- Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region + before/after use" (bsc#1012628). +- remoteproc: qcom_q6v5_mss: Use a carveout to authenticate + modem headers (bsc#1012628). +- media: ti: cal: fix possible memory leak in cal_ctx_create() + (bsc#1012628). +- media: platform: ti: Add missing check for devm_regulator_get + (bsc#1012628). +- media: imx: imx7-media-csi: fix missing clk_disable_unprepare() + in imx7_csi_init() (bsc#1012628). +- powerpc: Remove linker flag from KBUILD_AFLAGS (bsc#1012628). +- s390/vdso: Drop '-shared' from KBUILD_CFLAGS_64 (bsc#1012628). +- builddeb: clean generated package content (bsc#1012628). +- media: max9286: Fix memleak in max9286_v4l2_register() + (bsc#1012628). +- media: ov2740: Fix memleak in ov2740_init_controls() + (bsc#1012628). +- media: ov5675: Fix memleak in ov5675_init_controls() + (bsc#1012628). +- media: i2c: tc358746: fix missing return assignment + (bsc#1012628). +- media: i2c: tc358746: fix ignoring read error in g_register + callback (bsc#1012628). +- media: i2c: tc358746: fix possible endianness issue + (bsc#1012628). +- media: ov5640: Fix soft reset sequence and timings + (bsc#1012628). +- media: ov5640: Handle delays when no reset_gpio set + (bsc#1012628). +- media: mc: Get media_device directly from pad (bsc#1012628). +- media: i2c: ov772x: Fix memleak in ov772x_probe() (bsc#1012628). +- media: i2c: imx219: Split common registers from mode tables + (bsc#1012628). +- media: i2c: imx219: Fix binning for RAW8 capture (bsc#1012628). +- media: platform: mtk-mdp3: Fix return value check in mdp_probe() + (bsc#1012628). +- media: camss: csiphy-3ph: avoid undefined behavior + (bsc#1012628). +- media: platform: mtk-mdp3: fix Kconfig dependencies + (bsc#1012628). +- media: v4l2-jpeg: correct the skip count in + jpeg_parse_app14_data (bsc#1012628). +- media: v4l2-jpeg: ignore the unknown APP14 marker (bsc#1012628). +- media: hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399 + (bsc#1012628). +- media: imx-jpeg: Apply clk_bulk api instead of operating + specific clk (bsc#1012628). +- media: amphion: correct the unspecified color space + (bsc#1012628). +- media: drivers/media/v4l2-core/v4l2-h264 : add detection of + null pointers (bsc#1012628). +- media: rc: Fix use-after-free bugs caused by ene_tx_irqsim() + (bsc#1012628). +- media: atomisp: fix videobuf2 Kconfig depenendency + (bsc#1012628). +- media: atomisp: Only set default_run_mode on first open of a + stream/asd (bsc#1012628). +- media: i2c: ov7670: 0 instead of -EINVAL was returned + (bsc#1012628). +- media: usb: siano: Fix use after free bugs caused by + do_submit_urb (bsc#1012628). +- media: saa7134: Use video_unregister_device for radio_dev + (bsc#1012628). +- rpmsg: glink: Avoid infinite loop on intent for missing channel + (bsc#1012628). +- rpmsg: glink: Release driver_override (bsc#1012628). +- ARM: OMAP2+: omap4-common: Fix refcount leak bug (bsc#1012628). +- arm64: dts: qcom: msm8996: Add additional A2NoC clocks + (bsc#1012628). +- udf: Define EFSCORRUPTED error code (bsc#1012628). +- context_tracking: Fix noinstr vs KASAN (bsc#1012628). +- exit: Detect and fix irq disabled state in oops (bsc#1012628). +- ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video + phy (bsc#1012628). +- fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected + (bsc#1012628). +- blk-iocost: fix divide by 0 error in calc_lcoefs() + (bsc#1012628). +- blk-cgroup: dropping parent refcount after pd_free_fn() is done + (bsc#1012628). +- blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() + and blkcg_deactivate_policy() (bsc#1012628). +- trace/blktrace: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- btrfs: scrub: improve tree block error reporting (bsc#1012628). +- arm64: zynqmp: Enable hs termination flag for USB dwc3 + controller (bsc#1012628). +- cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE (bsc#1012628). +- x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads + (bsc#1012628). +- cpuidle: drivers: firmware: psci: Dont instrument suspend code + (bsc#1012628). +- cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG + (bsc#1012628). +- perf/x86/intel/uncore: Add Meteor Lake support (bsc#1012628). +- wifi: ath9k: Fix use-after-free in ath9k_hif_usb_disconnect() + (bsc#1012628). +- wifi: ath11k: fix monitor mode bringup crash (bsc#1012628). +- wifi: brcmfmac: Fix potential stack-out-of-bounds in + brcmf_c_preinit_dcmds() (bsc#1012628). +- rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks + (bsc#1012628). +- rcu: Suppress smp_processor_id() complaint in + synchronize_rcu_expedited_wait() (bsc#1012628). +- srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL + (bsc#1012628). +- rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug + (bsc#1012628). +- rcu-tasks: Handle queue-shrink/callback-enqueue race condition + (bsc#1012628). +- wifi: ath11k: debugfs: fix to work with multiple PCI devices + (bsc#1012628). +- thermal: intel: Fix unsigned comparison with less than zero + (bsc#1012628). +- timers: Prevent union confusion from unexpected + restart_syscall() (bsc#1012628). +- x86/bugs: Reset speculation control settings on init + (bsc#1012628). +- bpftool: Always disable stack protection for BPF objects + (bsc#1012628). +- wifi: brcmfmac: ensure CLM version is null-terminated to + prevent stack-out-of-bounds (bsc#1012628). +- wifi: rtw89: fix assignation of TX BD RAM table (bsc#1012628). +- wifi: mt7601u: fix an integer underflow (bsc#1012628). +- inet: fix fast path in __inet_hash_connect() (bsc#1012628). +- ice: restrict PTP HW clock freq adjustments to 100, 000, + 000 PPB (bsc#1012628). +- ice: add missing checks for PF vsi type (bsc#1012628). +- Compiler attributes: GCC cold function alignment workarounds + (bsc#1012628). +- ACPI: Don't build ACPICA with '-Os' (bsc#1012628). +- bpf, docs: Fix modulo zero, division by zero, overflow, and + underflow (bsc#1012628). +- thermal: intel: intel_pch: Add support for Wellsburg PCH + (bsc#1012628). +- clocksource: Suspend the watchdog temporarily when high read + latency detected (bsc#1012628). +- crypto: hisilicon: Wipe entire pool on error (bsc#1012628). +- net: bcmgenet: Add a check for oversized packets (bsc#1012628). +- m68k: Check syscall_trace_enter() return code (bsc#1012628). +- s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping + (bsc#1012628). +- netfilter: nf_tables: NULL pointer dereference in + nf_tables_updobj() (bsc#1012628). +- can: isotp: check CAN address family in isotp_bind() + (bsc#1012628). +- gcc-plugins: drop -std=gnu++11 to fix GCC 13 build + (bsc#1012628). +- tools/power/x86/intel-speed-select: Add Emerald Rapid quirk + (bsc#1012628). +- platform/x86: dell-ddv: Add support for interface version 3 + (bsc#1012628). +- wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanup + (bsc#1012628). +- ACPI: video: Fix Lenovo Ideapad Z570 DMI match (bsc#1012628). +- net/mlx5: fw_tracer: Fix debug print (bsc#1012628). +- coda: Avoid partial allocation of sig_inputArgs (bsc#1012628). +- uaccess: Add minimum bounds check on kernel buffer size + (bsc#1012628). +- s390/idle: mark arch_cpu_idle() noinstr (bsc#1012628). +- time/debug: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: domains: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- PM: EM: fix memory leak with using debugfs_lookup() + (bsc#1012628). +- Bluetooth: Fix issue with Actions Semi ATS2851 based devices + (bsc#1012628). +- Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921 + (bsc#1012628). +- Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE + (bsc#1012628). +- wifi: rtw89: debug: avoid invalid access on RTW89_DBG_SEL_MAC_30 + (bsc#1012628). +- hv_netvsc: Check status in SEND_RNDIS_PKT completion message + (bsc#1012628). +- s390/kfence: fix page fault reporting (bsc#1012628). +- devlink: Fix TP_STRUCT_entry in trace of devlink health report + (bsc#1012628). +- scm: add user copy checks to put_cmsg() (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab + 3 X90F (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for DynaBook K50 + (bsc#1012628). +- drm/amd/display: Reduce expected sdp bandwidth for dcn321 + (bsc#1012628). +- drm/amd/display: Revert Reduce delay when sink device not able + to ACK 00340h write (bsc#1012628). +- drm/amd/display: Fix potential null-deref in dm_resume + (bsc#1012628). +- drm/omap: dsi: Fix excessive stack usage (bsc#1012628). +- HID: Add Mapping for System Microphone Mute (bsc#1012628). +- drm/tiny: ili9486: Do not assume 8-bit only SPI controllers + (bsc#1012628). +- drm/amd/display: Defer DIG FIFO disable after VID stream enable + (bsc#1012628). +- drm/radeon: free iio for atombios when driver shutdown + (bsc#1012628). +- drm/amd: Avoid BUG() for case of SRIOV missing IP version + (bsc#1012628). +- drm/amdkfd: Page aligned memory reserve size (bsc#1012628). +- scsi: lpfc: Fix use-after-free KFENCE violation during sysfs + firmware write (bsc#1012628). +- Revert "fbcon: don't lose the console font across generic->chip + driver switch" (bsc#1012628). +- drm/amd: Avoid ASSERT for some message failures (bsc#1012628). +- drm: amd: display: Fix memory leakage (bsc#1012628). +- drm/amd/display: fix mapping to non-allocated address + (bsc#1012628). +- HID: uclogic: Add frame type quirk (bsc#1012628). +- HID: uclogic: Add battery quirk (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro SW (bsc#1012628). +- HID: uclogic: Add support for XP-PEN Deco Pro MW (bsc#1012628). +- drm/msm/dsi: Add missing check for alloc_ordered_workqueue + (bsc#1012628). +- drm: rcar-du: Add quirk for H3 ES1.x pclk workaround + (bsc#1012628). +- drm: rcar-du: Fix setting a reserved bit in DPLLCR + (bsc#1012628). +- drm/drm_print: correct format problem (bsc#1012628). +- drm/amd/display: Set hvm_enabled flag for S/G mode + (bsc#1012628). +- drm/client: Test for connectors before sending hotplug event + (bsc#1012628). +- habanalabs: extend fatal messages to contain PCI info + (bsc#1012628). +- habanalabs: fix bug in timestamps registration code + (bsc#1012628). +- docs/scripts/gdb: add necessary make scripts_gdb step + (bsc#1012628). +- drm/msm/dpu: Add DSC hardware blocks to register snapshot + (bsc#1012628). +- ASoC: soc-compress: Reposition and add pcm_mutex (bsc#1012628). +- ASoC: kirkwood: Iterate over array indexes instead of using + pointer math (bsc#1012628). +- regulator: max77802: Bounds check regulator id against opmode + (bsc#1012628). +- regulator: s5m8767: Bounds check id indexing into arrays + (bsc#1012628). +- Revert "drm/amdgpu: TA unload messages are not actually sent + to psp when amdgpu is uninstalled" (bsc#1012628). +- drm/amd/display: fix FCLK pstate change underflow (bsc#1012628). +- gfs2: Improve gfs2_make_fs_rw error handling (bsc#1012628). +- hwmon: (coretemp) Simplify platform device handling + (bsc#1012628). +- hwmon: (nct6775) Directly call ASUS ACPI WMI method + (bsc#1012628). +- hwmon: (nct6775) B650/B660/X670 ASUS boards support + (bsc#1012628). +- pinctrl: at91: use devm_kasprintf() to avoid potential leaks + (bsc#1012628). +- drm/amd/display: Do not commit pipe when updating DRR + (bsc#1012628). +- scsi: snic: Fix memory leak with using debugfs_lookup() + (bsc#1012628). +- scsi: ufs: core: Fix device management cmd timeout flow + (bsc#1012628). +- HID: logitech-hidpp: Don't restart communication if not + necessary (bsc#1012628). +- drm/amd/display: Enable P-state validation checks for DCN314 + (bsc#1012628). +- drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad + Duet 3 10IGL5 (bsc#1012628). +- drm/amd/display: Disable HUBP/DPP PG on DCN314 for now + (bsc#1012628). +- drm/amd/display: disable SubVP + DRR to prevent underflow + (bsc#1012628). +- dm thin: add cond_resched() to various workqueue loops + (bsc#1012628). +- dm cache: add cond_resched() to various workqueue loops + (bsc#1012628). +- nfsd: zero out pointers after putting nfsd_files on COPY setup + error (bsc#1012628). +- nfsd: don't hand out delegation on setuid files being opened + for write (bsc#1012628). +- cifs: prevent data race in smb2_reconnect() (bsc#1012628). +- drm/i915/mtl: Correct implementation of Wa_18018781329 + (bsc#1012628). +- drm/shmem-helper: Revert accidental non-GPL export + (bsc#1012628). +- driver core: fw_devlink: Avoid spurious error message + (bsc#1012628). +- wifi: rtl8xxxu: fixing transmisison failure for rtl8192eu + (bsc#1012628). +- firmware: coreboot: framebuffer: Ignore reserved pixel color + bits (bsc#1012628). +- block: don't allow multiple bios for IOCB_NOWAIT issue + (bsc#1012628). +- block: clear bio->bi_bdev when putting a bio back in the cache + (bsc#1012628). +- block: be a bit more careful in checking for NULL bdev while + polling (bsc#1012628). +- rtc: pm8xxx: fix set-alarm race (bsc#1012628). +- ipmi: ipmb: Fix the MODULE_PARM_DESC associated to + 'retry_time_ms' (bsc#1012628). +- ipmi:ssif: resend_msg() cannot fail (bsc#1012628). +- ipmi_ssif: Rename idle state and check (bsc#1012628). +- ipmi:ssif: Add a timer between request retries (bsc#1012628). +- io_uring: Replace 0-length array with flexible array + (bsc#1012628). +- io_uring: use user visible tail in io_uring_poll() + (bsc#1012628). +- io_uring: handle TIF_NOTIFY_RESUME when checking for task_work + (bsc#1012628). +- io_uring: add a conditional reschedule to the IOPOLL cancelation + loop (bsc#1012628). +- io_uring: add reschedule point to handle_tw_list() + (bsc#1012628). +- io_uring/rsrc: disallow multi-source reg buffers (bsc#1012628). +- io_uring: remove MSG_NOSIGNAL from recvmsg (bsc#1012628). +- io_uring/poll: allow some retries for poll triggering spuriously + (bsc#1012628). +- io_uring: fix fget leak when fs don't support nowait buffered + read (bsc#1012628). +- s390/extmem: return correct segment type in __segment_load() + (bsc#1012628). +- s390: discard .interp section (bsc#1012628). +- s390/ipl: add DEFINE_GENERIC_LOADPARM() (bsc#1012628). +- s390/ipl: add loadparm parameter to eckd ipl/reipl data + (bsc#1012628). +- s390/kprobes: fix irq mask clobbering on kprobe reenter from + post_handler (bsc#1012628). +- s390/kprobes: fix current_kprobe never cleared after kprobes + reenter (bsc#1012628). +- KVM: s390: disable migration mode when dirty tracking is + disabled (bsc#1012628). +- cifs: improve checking of DFS links over + STATUS_OBJECT_NAME_INVALID (bsc#1012628). +- cifs: Fix uninitialized memory read in smb3_qfs_tcon() + (bsc#1012628). +- cifs: Fix uninitialized memory reads for oparms.mode + (bsc#1012628). +- cifs: fix mount on old smb servers (bsc#1012628). +- cifs: introduce cifs_io_parms in smb2_async_writev() + (bsc#1012628). +- cifs: split out smb3_use_rdma_offload() helper (bsc#1012628). +- cifs: don't try to use rdma offload on encrypted connections + (bsc#1012628). +- cifs: Check the lease context if we actually got a lease + (bsc#1012628). +- cifs: return a single-use cfid if we did not get a lease + (bsc#1012628). +- scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization + (bsc#1012628). +- scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info() + (bsc#1012628). +- scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmi + (bsc#1012628). +- btrfs: hold block group refcount during async discard + (bsc#1012628). +- btrfs: sysfs: update fs features directory asynchronously + (bsc#1012628). +- locking/rwsem: Prevent non-first waiter from spinning in + down_write() slowpath (bsc#1012628). +- ksmbd: fix wrong data area length for smb2 lock request + (bsc#1012628). +- ksmbd: do not allow the actual frame length to be smaller than + the rfc1002 length (bsc#1012628). +- ksmbd: fix possible memory leak in smb2_lock() (bsc#1012628). +- torture: Fix hang during kthread shutdown phase (bsc#1012628). +- ARM: dts: exynos: correct HDMI phy compatible in Exynos4 + (bsc#1012628). +- io_uring: mark task TASK_RUNNING before handling resume/task + work (bsc#1012628). +- hfs: fix missing hfs_bnode_get() in __hfs_bnode_create + (bsc#1012628). +- fs: hfsplus: fix UAF issue in hfsplus_put_super (bsc#1012628). +- exfat: fix reporting fs error when reading dir beyond EOF + (bsc#1012628). +- exfat: fix unexpected EOF while reading dir (bsc#1012628). +- exfat: redefine DIR_DELETED as the bad cluster number + (bsc#1012628). +- exfat: fix inode->i_blocks for non-512 byte sector size device + (bsc#1012628). +- fs: dlm: start midcomms before scand (bsc#1012628). +- fs: dlm: fix use after free in midcomms commit (bsc#1012628). +- fs: dlm: be sure to call dlm_send_queue_flush() (bsc#1012628). +- fs: dlm: fix race setting stop tx flag (bsc#1012628). +- fs: dlm: don't set stop rx flag after node reset (bsc#1012628). +- fs: dlm: move sending fin message into state change handling + (bsc#1012628). +- fs: dlm: send FIN ack back in right cases (bsc#1012628). +- f2fs: fix information leak in f2fs_move_inline_dirents() + (bsc#1012628). +- f2fs: retry to update the inode page given data corruption + (bsc#1012628). +- f2fs: fix cgroup writeback accounting with fs-layer encryption + (bsc#1012628). +- f2fs: fix kernel crash due to null io->bio (bsc#1012628). +- f2fs: Revert "f2fs: truncate blocks in batch in + __complete_revoke_list()" (bsc#1012628). +- ocfs2: fix defrag path triggering jbd2 ASSERT (bsc#1012628). +- ocfs2: fix non-auto defrag path not working issue (bsc#1012628). +- fs/cramfs/inode.c: initialize file_ra_state (bsc#1012628). +- selftests/landlock: Skip overlayfs tests when not supported + (bsc#1012628). +- selftests/landlock: Test ptrace as much as possible with Yama + (bsc#1012628). +- udf: Truncate added extents on failed expansion (bsc#1012628). +- udf: Do not bother merging very long extents (bsc#1012628). +- udf: Do not update file length for failed writes to inline files + (bsc#1012628). +- udf: Preserve link count of system files (bsc#1012628). +- udf: Detect system inodes linked into directory hierarchy + (bsc#1012628). +- udf: Fix file corruption when appending just after end of + preallocated extent (bsc#1012628). +- md: don't update recovery_cp when curr_resync is ACTIVE + (bsc#1012628). +- KVM: Destroy target device if coalesced MMIO unregistration + fails (bsc#1012628). +- KVM: VMX: Fix crash due to uninitialized current_vmcs + (bsc#1012628). +- KVM: Register /dev/kvm as the _very_ last thing during + initialization (bsc#1012628). +- KVM: x86: Purge "highest ISR" cache when updating APICv state + (bsc#1012628). +- KVM: x86: Blindly get current x2APIC reg value on "nodecode + write" traps (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC on xAPIC ID "change" if + APIC is disabled (bsc#1012628). +- KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is + due to 32-bit ID (bsc#1012628). +- KVM: SVM: Flush the "current" TLB when activating AVIC + (bsc#1012628). +- KVM: SVM: Process ICR on AVIC IPI delivery failure due to + invalid target (bsc#1012628). +- KVM: SVM: Don't put/load AVIC when setting virtual APIC mode + (bsc#1012628). +- KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC + Self-IPI (bsc#1012628). +- KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits + 63:32 (bsc#1012628). +- KVM: SVM: Fix potential overflow in SEV's + send|receive_update_data() (bsc#1012628). +- KVM: SVM: hyper-v: placate modpost section mismatch error + (bsc#1012628). +- selftests: x86: Fix incorrect kernel headers search path + (bsc#1012628). +- x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows) + (bsc#1012628). +- x86/crash: Disable virt in core NMI crash handler to avoid + double shootdown (bsc#1012628). +- x86/reboot: Disable virtualization in an emergency if SVM is + supported (bsc#1012628). +- x86/reboot: Disable SVM, not just VMX, when stopping CPUs + (bsc#1012628). +- x86/kprobes: Fix __recover_optprobed_insn check optimizing logic + (bsc#1012628). +- x86/kprobes: Fix arch_check_optimized_kprobe check within + optimized_kprobe range (bsc#1012628). +- x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter + (bsc#1012628). +- x86/microcode/AMD: Add a @cpu parameter to the reloading + functions (bsc#1012628). +- x86/microcode/AMD: Fix mixed steppings support (bsc#1012628). +- x86/speculation: Allow enabling STIBP with legacy IBRS + (bsc#1012628). +- Documentation/hw-vuln: Document the interaction between IBRS + and STIBP (bsc#1012628). +- virt/sev-guest: Return -EIO if certificate buffer is not large + enough (bsc#1012628). +- brd: mark as nowait compatible (bsc#1012628). +- brd: return 0/-error from brd_insert_page() (bsc#1012628). +- brd: check for REQ_NOWAIT and set correct page allocation mask + (bsc#1012628). +- ima: fix error handling logic when file measurement failed + (bsc#1012628). +- ima: Align ima_file_mmap() parameters with mmap_file LSM hook + (bsc#1012628). +- selftests/powerpc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests/ftrace: Fix eprobe syntax test case to check filter + support (bsc#1012628). +- selftests: sched: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: core: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pid_namespace: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: arm64: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: clone3: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: pidfd: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: membarrier: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: kcmp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: media_tests: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: gpio: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: filesystems: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: user_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ptp: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: sync: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: rseq: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: move_mount_set_group: Fix incorrect kernel headers + search path (bsc#1012628). +- selftests: mount_setattr: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: perf_events: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: ipc: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: futex: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: drivers: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: dmabuf-heaps: Fix incorrect kernel headers search + path (bsc#1012628). +- selftests: vm: Fix incorrect kernel headers search path + (bsc#1012628). +- selftests: seccomp: Fix incorrect kernel headers search path + (bsc#1012628). +- irqdomain: Fix association race (bsc#1012628). +- irqdomain: Fix disassociation race (bsc#1012628). +- irqdomain: Look for existing mapping only once (bsc#1012628). +- irqdomain: Drop bogus fwspec-mapping error handling + (bsc#1012628). +- irqdomain: Refactor __irq_domain_alloc_irqs() (bsc#1012628). +- irqdomain: Fix mapping-creation race (bsc#1012628). +- irqdomain: Fix domain registration race (bsc#1012628). +- crypto: qat - fix out-of-bounds read (bsc#1012628). +- mm/damon/paddr: fix missing folio_put() (bsc#1012628). +- ALSA: ice1712: Do not left ice->gpio_mutex locked in + aureon_add_controls() (bsc#1012628). +- ALSA: hda/realtek: Add quirk for HP EliteDesk 800 G6 Tower PC + (bsc#1012628). +- jbd2: fix data missing when reusing bh which is ready to be + checkpointed (bsc#1012628). +- ext4: optimize ea_inode block expansion (bsc#1012628). +- ext4: refuse to create ea block when umounted (bsc#1012628). +- cxl/pmem: Fix nvdimm registration races (bsc#1012628). +- Input: exc3000 - properly stop timer on shutdown (bsc#1012628). +- mtd: spi-nor: sfdp: Fix index value for SCCR dwords + (bsc#1012628). +- mtd: spi-nor: spansion: Consider reserved bits in CFR5 register + (bsc#1012628). +- mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_type + (bsc#1012628). +- dm: send just one event on resize, not two (bsc#1012628). +- dm: add cond_resched() to dm_wq_work() (bsc#1012628). +- dm: add cond_resched() to dm_wq_requeue_work() (bsc#1012628). +- wifi: rtw88: use RTW_FLAG_POWERON flag to prevent to power + on/off twice (bsc#1012628). +- wifi: rtl8xxxu: Use a longer retry limit of 48 (bsc#1012628). +- wifi: ath11k: allow system suspend to survive ath11k + (bsc#1012628). +- wifi: cfg80211: Fix use after free for wext (bsc#1012628). +- wifi: cfg80211: Set SSID if it is not already set (bsc#1012628). +- cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies (bsc#1012628). +- qede: fix interrupt coalescing configuration (bsc#1012628). +- thermal: intel: powerclamp: Fix cur_state for multi package + system (bsc#1012628). +- dm flakey: fix logic when corrupting a bio (bsc#1012628). +- dm cache: free background tracker's queued work in + btracker_destroy (bsc#1012628). +- dm flakey: don't corrupt the zero page (bsc#1012628). +- dm flakey: fix a bug with 32-bit highmem systems (bsc#1012628). +- hwmon: (peci/cputemp) Fix off-by-one in coretemp_label + allocation (bsc#1012628). +- hwmon: (nct6775) Fix incorrect parenthesization in + nct6775_write_fan_div() (bsc#1012628). +- spi: intel: Check number of chip selects after reading the + descriptor (bsc#1012628). +- ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for + IOMMU node (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4210 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos4 (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU3 family + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Exynos5250 + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid XU + (bsc#1012628). +- ARM: dts: exynos: correct TMU phandle in Odroid HC1 + (bsc#1012628). +- arm64: acpi: Fix possible memory leak of ffh_ctxt (bsc#1012628). +- arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAP + (bsc#1012628). +- arm64: Reset KASAN tag in copy_highpage with HW tags only + (bsc#1012628). +- fuse: add inode/permission checks to fileattr_get/fileattr_set + (bsc#1012628). +- rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() + fails (bsc#1012628). +- ceph: update the time stamps and try to drop the suid/sgid + (bsc#1012628). +- regulator: core: Use ktime_get_boottime() to determine how + long a regulator was off (bsc#1012628). +- panic: fix the panic_print NMI backtrace setting (bsc#1012628). +- mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON + (bsc#1012628). +- genirq/msi, platform-msi: Ensure that MSI descriptors are + unreferenced (bsc#1012628). +- genirq/msi: Take the per-device MSI lock before validating + the control structure (bsc#1012628). +- spi: spi-sn-f-ospi: fix duplicate flag while assigning to + mode_bits (bsc#1012628). +- alpha: fix FEN fault handling (bsc#1012628). +- dax/kmem: Fix leak of memory-hotplug resources (bsc#1012628). +- mips: fix syscall_get_nr (bsc#1012628). +- media: ipu3-cio2: Fix PM runtime usage_count in driver unbind + (bsc#1012628). +- remoteproc/mtk_scp: Move clk ops outside send_lock + (bsc#1012628). +- vfio: Fix NULL pointer dereference caused by uninitialized + group->iommufd (bsc#1012628). +- docs: gdbmacros: print newest record (bsc#1012628). +- mm: memcontrol: deprecate charge moving (bsc#1012628). +- mm/thp: check and bail out if page in deferred queue already + (bsc#1012628). +- ktest.pl: Give back console on Ctrt^C on monitor (bsc#1012628). +- kprobes: Fix to handle forcibly unoptimized kprobes on + freeing_list (bsc#1012628). +- ktest.pl: Fix missing "end_monitor" when machine check fails + (bsc#1012628). +- ktest.pl: Add RUN_TIMEOUT option with default unlimited + (bsc#1012628). +- memory tier: release the new_memtier in + find_create_memory_tier() (bsc#1012628). +- ring-buffer: Handle race between rb_move_tail and rb_check_pages + (bsc#1012628). +- tools/bootconfig: fix single & used for logical condition + (bsc#1012628). +- tracing/eprobe: Fix to add filter on eprobe description in + README file (bsc#1012628). +- iommu/amd: Add a length limitation for the ivrs_acpihid + command-line parameter (bsc#1012628). +- scsi: aacraid: Allocate cmd_priv with scsicmd (bsc#1012628). +- scsi: qla2xxx: Fix link failure in NPIV environment + (bsc#1012628). +- scsi: qla2xxx: Check if port is online before sending ELS + (bsc#1012628). +- scsi: qla2xxx: Fix DMA-API call trace on NVMe LS requests + (bsc#1012628). +- scsi: qla2xxx: Remove unintended flag clearing (bsc#1012628). +- scsi: qla2xxx: Fix erroneous link down (bsc#1012628). +- scsi: qla2xxx: Remove increment of interface err cnt + (bsc#1012628). +- scsi: ses: Don't attach if enclosure has no components + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in + ses_enclosure_data_process() (bsc#1012628). +- scsi: ses: Fix possible addl_desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix possible desc_ptr out-of-bounds accesses + (bsc#1012628). +- scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() + (bsc#1012628). +- RISC-V: add a spin_shadow_stack declaration (bsc#1012628). +- riscv: Avoid enabling interrupts in die() (bsc#1012628). +- riscv: mm: fix regression due to update_mmu_cache change + (bsc#1012628). +- riscv: jump_label: Fixup unaligned arch_static_branch function + (bsc#1012628). +- riscv: ftrace: Fixup panic by disabling preemption + (bsc#1012628). +- riscv, mm: Perform BPF exhandler fixup on page fault + (bsc#1012628). +- riscv: ftrace: Remove wasted nops for !RISCV_ISA_C + (bsc#1012628). +- riscv: ftrace: Reduce the detour code size to half + (bsc#1012628). +- MIPS: DTS: CI20: fix otg power gpio (bsc#1012628). +- PCI/PM: Observe reset delay irrespective of bridge_d3 + (bsc#1012628). +- PCI: Unify delay handling for reset and resume (bsc#1012628). +- PCI: hotplug: Allow marking devices as disconnected during + bind/unbind (bsc#1012628). +- PCI: Avoid FLR for AMD FCH AHCI adapters (bsc#1012628). +- PCI/DPC: Await readiness of secondary bus after reset + (bsc#1012628). +- bus: mhi: ep: Only send -ENOTCONN status if client driver is + available (bsc#1012628). +- bus: mhi: ep: Move chan->lock to the start of processing queued + ch ring (bsc#1012628). +- bus: mhi: ep: Save channel state locally during suspend and + resume (bsc#1012628). +- iommufd: Make sure to zero vfio_iommu_type1_info before copying + to user (bsc#1012628). +- iommufd: Do not add the same hwpt to the ioas->hwpt_list twice + (bsc#1012628). +- iommu/vt-d: Avoid superfluous IOTLB tracking in lazy mode + (bsc#1012628). +- iommu/vt-d: Fix PASID directory pointer coherency (bsc#1012628). +- vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR (bsc#1012628). +- vfio/type1: prevent underflow of locked_vm via exec() + (bsc#1012628). +- vfio/type1: track locked_vm per dma (bsc#1012628). +- vfio/type1: restore locked_vm (bsc#1012628). +- drm/amd: Fix initialization for nbio 7.5.1 (bsc#1012628). +- drm/i915/quirks: Add inverted backlight quirk for HP 14-r206nv + (bsc#1012628). +- drm/radeon: Fix eDP for single-display iMac11,2 (bsc#1012628). +- drm/i915: Don't use stolen memory for ring buffers with LLC + (bsc#1012628). +- drm/i915: Don't use BAR mappings for ring buffers with LLC + (bsc#1012628). +- drm/gud: Fix UBSAN warning (bsc#1012628). +- drm/edid: fix AVI infoframe aspect ratio handling (bsc#1012628). +- drm/edid: fix parsing of 3D modes from HDMI VSDB (bsc#1012628). +- qede: avoid uninitialized entries in coal_entry array + (bsc#1012628). +- brd: use radix_tree_maybe_preload instead of radix_tree_preload + (bsc#1012628). +- net: avoid double iput when sock_alloc_file fails (bsc#1012628). +- Update config files. +- commit ef7db20 + +------------------------------------------------------------------- +Thu Mar 9 07:01:29 CET 2023 - jslaby@suse.cz + +- Disable lockdown. (bsc#1209006 bsc#1211166) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- Disable lockdown. (bsc#1209006) + This somehow doesn't play good wrt to external modules. + When all is ready again, we can revert this revert. +- commit 77c9b15 + +------------------------------------------------------------------- +Thu Mar 9 06:25:10 CET 2023 - jlee@suse.com + +- Update config files. + Add the following config to x86_64, arm64 and i386. + CONFIG_IMA_ARCH_POLICY=y + CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT=y + This config be used to detect secure boot. (bsc#1209006) +- commit 90a4659 + +------------------------------------------------------------------- +Wed Mar 8 14:50:04 CET 2023 - jlee@suse.com + +- KEYS: Make use of platform keyring for module signature verify + (FATE#314508, FATE#316531, bsc#1209006). +- commit 261191e + ------------------------------------------------------------------- Wed Mar 8 11:36:15 CET 2023 - msuchanek@suse.de @@ -3379,6 +27110,13 @@ Tue Mar 7 15:24:22 CET 2023 - shung-hsi.yu@suse.com Link: http://mailman.suse.de/mlarch/SuSE/kernel/2023/kernel.2023.03/msg00024.html - commit 6d65136 +------------------------------------------------------------------- +Tue Mar 7 09:58:06 CET 2023 - mkubecek@suse.cz + +- cpumask: fix incorrect cpumask scanning result checks + (https://lkml.iu.edu/hypermail/linux/kernel/2303.0/05801.html). +- commit f6f6da4 + ------------------------------------------------------------------- Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de @@ -3389,6 +27127,398 @@ Mon Mar 6 16:09:32 CET 2023 - msuchanek@suse.de instead. - commit 152a069 +------------------------------------------------------------------- +Mon Mar 6 11:29:41 CET 2023 - mkubecek@suse.cz + +- Update to 6.3-rc1 +- drop 32 patches (30 stable, 2 mainline) + - patches.kernel.org/* + - patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch + - patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch +- refresh + - patches.suse/add-suse-supported-flag.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - BOOT_CONFIG_FORCE=n + - Memory Management options + - ZSMALLOC_CHAIN_SIZE=8 + - Networking support + - AF_RXRPC_INJECT_RX_DELAY=n + - File systems + - EROFS_FS_PCPU_KTHREAD=n + - RPCSEC_GSS_KRB5_ENCTYPES_DES=n + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y + - RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y + - RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2=y + - Cryptographic API + - CRYPTO_ARIA_AESNI_AVX2_X86_64=m + - CRYPTO_ARIA_GFNI_AVX512_X86_64=m + - Kernel hacking + - NMI_CHECK_CPU=y + - RCU_CPU_STALL_CPUTIME=y + - TEST_DHRY=n + - Serial ATA and Parallel ATA drivers (libata) + - PATA_PARPORT renamed from PARIDE + - PATA_PARPORT_* renamed from PARIDE_* + - Network device support + - NET_DSA_MICROCHIP_KSZ_PTP=y + - NET_DSA_MSCC_OCELOT_EXT=m + - NCN26000_PHY=m + - ATH12K=m + - ATH12K_DEBUG=n + - ATH12K_TRACING=n + - Character devices + - SERIAL_8250_PCI1XXXX=y + - SERIAL_8250_DFL=m + - Power supply class support + - CHARGER_RT9467=m + - CHARGER_RT9471=m + - Hardware Monitoring support + - SENSORS_MC34VR500=m + - SENSORS_MPQ7932=m + - SENSORS_MPQ7932_REGULATOR=y + - SENSORS_TDA38640=m + - SENSORS_TDA38640_REGULATOR=y + - Multifunction device drivers + - MFD_INTEL_M10_BMC_SPI=n + - MFD_INTEL_M10_BMC_PMCI=n + - Multimedia support + - VIDEO_IMX296=m + - VIDEO_OV8858=m + - Graphics support + - DRM_PANEL_AUO_A030JTN01=n + - DRM_PANEL_ORISETECH_OTA5601A=n + - BACKLIGHT_KTZ8866=m + - Compute Acceleration Framework + - DRM_ACCEL_HABANALABS=m + - DRM_ACCEL_IVPU=m + - Sound card support + - SND_HDA_CTL_DEV_ID=n + - SND_SOC_AW88395=n + - SND_SOC_CS42L42_SDW=m + - SND_SOC_IDT821034=n + - SND_SOC_PEB2466=n + - SND_SOC_RT712_SDCA_SDW=m + - SND_SOC_SMA1303=n + - HID_SUPPORT=y + - HID_SUPPORT=y + - HID_EVISION=m + - STEAM_FF=y + - HID_BPF=y + - I2C_HID=m + - vDPA drivers + - MLX5_VDPA_STEERING_DEBUG=n + - SNET_VDPA=m + - Industrial I/O support + - TI_ADS7924=n + - TI_LMP92064=n + - MAX5522=n + - TI_TMAG5273=n + - Misc devices + - REGULATOR_MAX20411=m + - TYPEC_MUX_GPIO_SBU=m + - XILINX_XDMA=m + - CROS_EC_UART=m + - INTEL_TPMI=m + - INTEL_IOMMU_PERF_EVENTS=y + - WPCM450_SOC=m + - DEV_DAX_CXL=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - VIDEO_IMX415=m + - DRM_PANEL_HIMAX_HX8394=n + - DRM_PANEL_VISIONOX_VTDR6130=n + - QCOM_PMIC_GLINK=m + - BATTERY_QCOM_BATTMGR=m + - ppc64le / ppc64 + - KCSAN=n + - s390x + - FPROBE=y + - s390x/zfcpdump + - GLOB_SELFTEST=n + - riscv64 + - ARCH_SUNXI=y + - RISCV_ISA_ZBB=y + - SUN50I_DE2_BUS=n + - SUNXI_RSB=m + - MTD_NAND_SUNXI=m + - AHCI_SUNXI=m + - NET_VENDOR_ALLWINNER=y + - SUN4I_EMAC=m + - DWMAC_SUNXI=m + - DWMAC_SUN8I=m + - KEYBOARD_SUN4I_LRADC=m + - TOUCHSCREEN_SUN4I=m + - SERIO_SUN4I_PS2=m + - SERIAL_EARLYCON_SEMIHOST=y + - HW_RANDOM_JH7110=m + - I2C_MV64XXX=m + - SPI_SUN4I=m + - SPI_SUN6I=m + - PINCTRL_STARFIVE_JH7110_SYS=m + - PINCTRL_STARFIVE_JH7110_AON=m + - PINCTRL_SUN*=y + - SUN8I_THERMAL=m + - SUNXI_WATCHDOG=m + - MFD_SUN4I_GPADC=n + - MFD_AC100=n + - MFD_AXP20X_RSB=n + - MFD_SUN6I_PRCM=n + - IR_SUNXI=m + - DRM_SUN4I=n + - SND_SUN4I_CODEC=m + - SND_SUN4I_I2S=m + - SND_SUN4I_SPDIF=m + - SND_SUN50I_DMIC=m + - MMC_DW_STARFIVE=m + - MMC_SUNXI=m + - RTC_DRV_SUN6I=n + - DMA_SUN6I=m + - VIDEO_SUNXI=y + - VIDEO_SUNXI_CEDRUS=m + - SUNXI_CCU=m + - SUN20I_D1_CCU=m + - SUN20I_D1_R_CCU=m + - SUN6I_RTC_CCU=m + - SUN8I_DE2_CCU=m + - HWSPINLOCK_SUN6I=m + - SUN6I_MSGBOX=m + - SUN50I_IOMMU=y + - JH71XX_PMU=n + - SUN20I_PPU=n + - ARM_SUN8I_A33_MBUS_DEVFREQ=m + - PWM_SUN4I=m + - PHY_SUN4I_USB=m + - PHY_SUN6I_MIPI_DPHY=m + - PHY_SUN9I_USB=m + - PHY_SUN50I_USB3=m + - NVMEM_SUNXI_SID=m + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - CRYPTO_DEV_ALLWINNER=y + - CRYPTO_DEV_SUN4I_SS=m + - CRYPTO_DEV_SUN4I_SS_PRNG=y + - CRYPTO_DEV_SUN4I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_CE=m + - CRYPTO_DEV_SUN8I_CE_DEBUG=n + - CRYPTO_DEV_SUN8I_CE_HASH=y + - CRYPTO_DEV_SUN8I_CE_PRNG=y + - CRYPTO_DEV_SUN8I_CE_TRNG=y + - CRYPTO_DEV_SUN8I_SS=m + - CRYPTO_DEV_SUN8I_SS_DEBUG=n + - CRYPTO_DEV_SUN8I_SS_PRNG=y + - CRYPTO_DEV_SUN8I_SS_HASH=y + - USB_MUSB_SUNXI=m +- commit f3bbae4 + +------------------------------------------------------------------- +Fri Mar 3 12:24:23 CET 2023 - jslaby@suse.cz + +- Linux 6.2.2 (bsc#1012628). +- USB: core: Don't hold device lock while reading the + "descriptors" sysfs file (bsc#1012628). +- usb: typec: pd: Remove usb_suspend_supported sysfs from sink + PDO (bsc#1012628). +- arm64: dts: uniphier: Fix property name in PXs3 USB node + (bsc#1012628). +- usb: gadget: u_serial: Add null pointer check in gserial_resume + (bsc#1012628). +- USB: serial: option: add support for VW/Skoda "Carstick LTE" + (bsc#1012628). +- usb: dwc3: pci: add support for the Intel Meteor Lake-M + (bsc#1012628). +- wifi: rtw88: usb: drop now unnecessary URB size check + (bsc#1012628). +- wifi: rtw88: usb: send Zero length packets if necessary + (bsc#1012628). +- wifi: rtw88: usb: Set qsel correctly (bsc#1012628). +- scripts/tags.sh: fix incompatibility with PCRE2 (bsc#1012628). +- drm/amd/display: Properly reuse completion structure + (bsc#1012628). +- drm/amd/display: Move DCN314 DOMAIN power control to DMCUB + (bsc#1012628). +- vc_screen: don't clobber return value in vcs_read (bsc#1012628). +- bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state + (bsc#1012628). +- crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption + (bsc#1012628). +- ALSA: hda: cs35l41: Correct error condition handling + (bsc#1012628). +- commit ec730fa + +------------------------------------------------------------------- +Wed Mar 1 13:02:45 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia drivers (bsc#1208780). +- commit 789fdf4 + +------------------------------------------------------------------- +Wed Mar 1 12:47:40 CET 2023 - jslaby@suse.cz + +- Update config files. Disable old pcmcia socket drivers (bsc#1208780). +- commit 27af844 + +------------------------------------------------------------------- +Wed Mar 1 09:27:05 CET 2023 - jslaby@suse.cz + +- Delete + patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch. +- Delete + patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch. +- Delete + patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch. + These drivers are now disabled, so remove the non-upstream patches. See + bsc#1208775. +- commit 03a39b9 + +------------------------------------------------------------------- +Wed Mar 1 09:26:23 CET 2023 - jslaby@suse.cz + +- Update config files. Disable char/pcmcia drivers (bsc#1208775). +- commit a2a5aac + +------------------------------------------------------------------- +Wed Mar 1 09:09:28 CET 2023 - jslaby@suse.cz + +- arm64: efi: Use SMBIOS processor ID to key off Altra quirk + (bsc#1208750). +- commit 533dcdd + +------------------------------------------------------------------- +Tue Feb 28 16:32:23 CET 2023 - schwab@suse.de + +- config: riscv64: enable SPI_SPIDEV and SPI_SLAVE +- commit 8cad76a + +------------------------------------------------------------------- +Mon Feb 27 12:39:20 CET 2023 - jslaby@suse.cz + +- Linux 6.2.1 (bsc#1012628). +- bpf: add missing header file include (bsc#1012628). +- randstruct: disable Clang 15 support (bsc#1012628). +- ext4: Fix function prototype mismatch for ext4_feat_ktype + (bsc#1012628). +- platform/x86: nvidia-wmi-ec-backlight: Add force module + parameter (bsc#1012628). +- platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLY + (bsc#1012628). +- audit: update the mailing list in MAINTAINERS (bsc#1012628). +- wifi: mwifiex: Add missing compatible string for SD8787 + (bsc#1012628). +- HID: mcp-2221: prevent UAF in delayed work (bsc#1012628). +- x86/static_call: Add support for Jcc tail-calls (bsc#1012628). +- x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 + instructions (bsc#1012628). +- x86/alternatives: Introduce int3_emulate_jcc() (bsc#1012628). +- uaccess: Add speculation barrier to copy_from_user() + (bsc#1012628). +- commit 15796ef + +------------------------------------------------------------------- +Fri Feb 24 15:32:06 CET 2023 - msuchanek@suse.de + +- Disable PS3 support + The PS3 hardware cannot be used with up-to-date firmware. +- commit 484fa63 + +------------------------------------------------------------------- +Fri Feb 24 14:53:02 CET 2023 - tzimmermann@suse.com + +- uvesafb: Disable fbdev driver (boo#1208662) + A VESA-based driver. Dropped in favor of generic DRM drivers. +- commit f0d0f1a + +------------------------------------------------------------------- +Fri Feb 24 14:39:16 CET 2023 - tzimmermann@suse.com + +- ocfb: Disable fbdev driver (boo#1208660) + The OpenCores fbdev driver is for an old homebrew chip design. Probably + unused. +- commit 00dd263 + +------------------------------------------------------------------- +Fri Feb 24 14:10:24 CET 2023 - tzimmermann@suse.com + +- udlfb: Disable fbdev driver (boo#1208658) + We've long shipped the DRM-based udl driver, which handles the same + devices. +- commit 8a53173 + +------------------------------------------------------------------- +Fri Feb 24 13:16:18 CET 2023 - tzimmermann@suse.com + +- ssd1307fb: Replace with ssd130x (boo#1208656) + Replace fbdev's ssd1307fb driver with the new DRM-based driver + ssd130x. Adds support for SPI and Wayland-based userspace. +- commit 1fe1b4c + +------------------------------------------------------------------- +Fri Feb 24 10:30:43 CET 2023 - tzimmermann@suse.com + +- vfb: Disable fbdev driver (boo#1208646) + The vfb fbdev driver is backed by system memory and only relevant for + testing. Disable it. There is DRM's vkms, if a software-only driver is + required. +- commit b1c9331 + +------------------------------------------------------------------- +Fri Feb 24 09:43:37 CET 2023 - tzimmermann@suse.com + +- Disable gxt4500 fbdev driver (boo#1208642) + The gxt4500 driver serves a 20yrs-old graphics hardware for + IBM RS/6000 system. Probably not in use any longer. +- commit 5313a19 + +------------------------------------------------------------------- +Tue Feb 21 07:32:10 CET 2023 - jslaby@suse.cz + +- blacklist.conf: clean up + Remove the only (5.5) entry. It was needed only years ago. +- commit de1e630 + +------------------------------------------------------------------- +Mon Feb 20 00:02:32 CET 2023 - mkubecek@suse.cz + +- Update to 6.2 final +- refresh configs +- commit 28fe266 + +------------------------------------------------------------------- +Sat Feb 18 08:02:26 CET 2023 - jlee@suse.com + +- arm64: lock down kernel in secure boot mode (jsc#SLE-15020, bsc#1198101). +- efi: Lock down the kernel at the integrity level if booted in + secure boot mode (jsc#SLE-9870, bsc#1198101). +- efi: Lock down the kernel if booted in secure boot mode + (jsc#SLE-9870, bsc#1198101). +- Update config files. + - The shim for openSUSE Tumbleweed needs to be reviewed by upstream + and signed by Microsoft. So we need to lockdown kernel on x86_64 + and arm64 because EFI secure boot. + - We disable CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT in other + architectures. +- efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode + (jsc#SLE-9870, bsc#1198101). +- security: lockdown: expose a hook to lock the kernel down + (jsc#SLE-9870, bsc#1198101). +- commit a7d5b50 + +------------------------------------------------------------------- +Thu Feb 16 18:56:58 CET 2023 - mkoutny@suse.com + +- Update config files. + Disable CONFIG_BLK_CGROUP_IOPRIO. + io.prio.class is a misdesigned mechanism that doesn't fit well with the + cgroup (especially v2): +- it's not properly hierarchical + - cgroup-wise: parent cgroup has no contol over child cgroup + - task-wise: priority impact outside of a cgroup (i.e. affects + cousins competition) +- it's not device dependent (device oblivious) + Disable it in openSUSE Tumbleweed (and future products) so that we don't + teach users to use it and force ourselves to support it. +- commit 35713cd + ------------------------------------------------------------------- Wed Feb 15 06:26:48 CET 2023 - jslaby@suse.cz @@ -3606,6 +27736,13 @@ Tue Feb 14 09:26:04 CET 2023 - jslaby@suse.cz Add refereces. - commit 69a37c0 +------------------------------------------------------------------- +Tue Feb 14 08:20:41 CET 2023 - jslaby@suse.cz + +- Update config files. + Just run oldconfig. +- commit f33197d + ------------------------------------------------------------------- Tue Feb 14 08:18:30 CET 2023 - jslaby@suse.cz @@ -3619,7 +27756,13 @@ Tue Feb 14 07:08:39 CET 2023 - jlee@suse.com - Removed the support of EINJ (bsc#1023051, CVE-2016-3695) - Update config files. - supported.conf: removed drivers/acpi/apei/einj support. -- commit 0a54635 +- commit c2c7791 + +------------------------------------------------------------------- +Sun Feb 12 23:19:13 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc8 +- commit 3c381aa ------------------------------------------------------------------- Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz @@ -4042,6 +28185,12 @@ Mon Feb 6 08:27:11 CET 2023 - jslaby@suse.cz - ARM: dts: imx: Fix pca9547 i2c-mux node name (bsc#1012628). - commit 2a0570b +------------------------------------------------------------------- +Mon Feb 6 00:03:04 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc7 +- commit 225bfb7 + ------------------------------------------------------------------- Wed Feb 1 08:45:32 CET 2023 - jslaby@suse.cz @@ -4570,6 +28719,14 @@ Mon Jan 30 06:47:33 CET 2023 - jslaby@suse.cz Update upstream status. - commit e426c74 +------------------------------------------------------------------- +Sun Jan 29 23:23:29 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc6 +- eliminate 1 patch + - patches.suse/0001-Revert-mm-compaction-fix-set-skip-in-fast_find_migra.patch +- commit 4fa09ed + ------------------------------------------------------------------- Tue Jan 24 09:14:25 CET 2023 - tiwai@suse.de @@ -4919,6 +29076,20 @@ Mon Jan 23 07:14:31 CET 2023 - jslaby@suse.cz Update to upstream version. - commit a02770c +------------------------------------------------------------------- +Sun Jan 22 16:57:35 CET 2023 - mkubecek@suse.cz + +- objtool: Check that module init/exit function is an indirect + call target. +- commit 39a491d + +------------------------------------------------------------------- +Sun Jan 22 16:55:08 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc5 +- refresh configs +- commit e1e1e9c + ------------------------------------------------------------------- Fri Jan 20 08:21:40 CET 2023 - jslaby@suse.cz @@ -5271,6 +29442,12 @@ Mon Jan 16 17:02:14 CET 2023 - schwab@suse.de - rpm/mkspec-dtb: add riscv64 dtb-renesas subpackage - commit 6020754 +------------------------------------------------------------------- +Mon Jan 16 11:57:20 CET 2023 - msuchanek@suse.de + +- Refresh patches.rpmify/bpf_doc-Fix-build-error-with-older-python-versions.patch. +- commit df46e81 + ------------------------------------------------------------------- Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz @@ -5308,6 +29485,27 @@ Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz architectures (bsc#1012628). - commit 573f4a9 +------------------------------------------------------------------- +Sun Jan 15 20:50:24 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc4 +- eliminate 2 patches + - patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch + - patches.suse/drm-amdgpu-fix-pipeline-sync-v2.patch +- update configs + - ARM64_ERRATUM_2645198=y (arm64) + - SND_SOC_APQ8016_SBC=m (armv7hl/default, value from arm64) + - SND_SOC_MSM8996=m (armv7hl/default, value from arm64) + - SND_SOC_SC7180=m (armv7hl/default, value from arm64) +- commit b1ecb39 + +------------------------------------------------------------------- +Fri Jan 13 18:40:05 CET 2023 - vbabka@suse.cz + +- Revert "mm/compaction: fix set skip in fast_find_migrateblock" + (bsc#1206848). +- commit 5049637 + ------------------------------------------------------------------- Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz @@ -5315,6 +29513,20 @@ Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz (bsc#1206848). - commit e99ed0e +------------------------------------------------------------------- +Fri Jan 13 09:59:34 CET 2023 - mkubecek@suse.cz + +- drm/amdgpu: fix pipeline sync v2 + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Delete + patches.suse/Revert-drm-amdgpu-move-explicit-sync-check-into-the-.patch. +- Delete + patches.suse/Revert-drm-amdgpu-use-scheduler-dependencies-for-CS.patch. +- Delete + patches.suse/Revert-drm-scheduler-remove-drm_sched_dependency_opt.patch. + Replace reverts of offending commits by queued upstream fix. +- commit 90ac672 + ------------------------------------------------------------------- Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz @@ -5584,6 +29796,30 @@ Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz (bsc#1012628). - commit 0fb77d6 +------------------------------------------------------------------- +Mon Jan 9 22:05:09 CET 2023 - svarbanov@suse.de + +- Update armv7 to 6.2.0-rc3 +- update configs +- re-enable armv7 +- commit e578e47 + +------------------------------------------------------------------- +Mon Jan 9 17:19:08 CET 2023 - svarbanov@suse.de + +- Update arm64 to 6.2.0-rc3 +- update configs +- re-enable arm64 +- commit 72fe5c3 + +------------------------------------------------------------------- +Mon Jan 9 13:58:39 CET 2023 - svarbanov@suse.de + +- Update armv6 to 6.2.0-rc3 +- update configs +- reenable armv6 +- commit ed1892b + ------------------------------------------------------------------- Mon Jan 9 11:59:51 CET 2023 - jslaby@suse.cz @@ -5948,6 +30184,31 @@ Mon Jan 9 07:15:38 CET 2023 - jslaby@suse.cz SMU13 asics (bsc#1012628). - commit 9fd04e2 +------------------------------------------------------------------- +Sun Jan 8 20:12:40 CET 2023 - mkubecek@suse.cz + +- Revert "drm/amdgpu: move explicit sync check into the CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/amdgpu: use scheduler dependencies for CS" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- Revert "drm/scheduler: remove drm_sched_dependency_optimized" + (https://gitlab.freedesktop.org/drm/amd/-/issues/2323). +- commit 13b3e26 + +------------------------------------------------------------------- +Sun Jan 8 19:58:20 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc3 +- eliminate 1 patch + - patches.suse/tcp-Add-TIME_WAIT-sockets-in-bhash2.patch +- refresh + - patches.suse/add-suse-supported-flag.patch +- update configs + - CDROM_PKTCDVD=m (restored, except s390x) + - CDROM_PKTCDVD_BUFFERS=8 (restored, except s390x) + - CDROM_PKTCDVD_WCACHE=y (restored, except s390x) +- commit 8fc2af0 + ------------------------------------------------------------------- Fri Jan 6 16:42:04 CET 2023 - jeffm@suse.com @@ -5969,6 +30230,13 @@ Fri Jan 6 15:33:16 CET 2023 - mkubecek@suse.cz as well. - commit 887416f +------------------------------------------------------------------- +Fri Jan 6 11:43:50 CET 2023 - msuchanek@suse.de + +- bpf_doc: Fix build error with older python versions + (TypeError: '_sre.SRE_Match' object is not subscriptable). +- commit 37f7888 + ------------------------------------------------------------------- Thu Jan 5 20:14:21 CET 2023 - jeffm@suse.com @@ -6146,6 +30414,33 @@ Mon Jan 2 13:33:38 CET 2023 - jslaby@suse.cz Update upstream status. - commit c14f878 +------------------------------------------------------------------- +Mon Jan 2 13:15:11 CET 2023 - msuchanek@suse.de + +- ppc64: Swap out FB_OF for OFDRM (boo#1193476) + FB_OF=n + AGP=n + OFDRM=y + DRM=y + This disables support for the Apple UniNorth AGP bridge. + yast does not support installing on Apple hardware anyway. +- commit eebb76b + +------------------------------------------------------------------- +Mon Jan 2 11:50:53 CET 2023 - schwab@suse.de + +- config: riscv64: disable CONFIG_IPMMU_VMSA + This is an ARM-only driver. +- commit dc8fbaa + +------------------------------------------------------------------- +Mon Jan 2 00:09:53 CET 2023 - mkubecek@suse.cz + +- Update to 6.2-rc2 +- refresh + - patches.suse/add-suse-supported-flag.patch +- commit 8e1570b + ------------------------------------------------------------------- Sun Jan 1 11:39:03 CET 2023 - jslaby@suse.cz @@ -8123,6 +32418,209 @@ Fri Dec 30 10:18:44 CET 2022 - tiwai@suse.de (bsc#1206683). - commit 081acb5 +------------------------------------------------------------------- +Mon Dec 26 12:32:18 CET 2022 - mkubecek@suse.cz + +- Update to 6.2-rc1 +- drop 32 patches (25 stable, 7 mainline) + - patches.kernel.org/* + - patches.suse/NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch + - patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch + - patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch + - patches.suse/io_uring-net-ensure-compat-import-handlers-clear-fre.patch + - patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch + - patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch + - patches.suse/mm-mremap-fix-mremap-expanding-vma-with-addr-inside-.patch +- refresh + - patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch + - patches.suse/add-suse-supported-flag.patch + - patches.suse/crasher.patch + - patches.suse/vfs-add-super_operations-get_inode_dev +- disable ARM architectures (need config update) +- new config options + - General setup + - RCU_LAZY=n + - KALLSYMS_SELFTEST=n + - Processor type and features + - EFI_HANDOVER_PROTOCOL=y + - Mitigations for speculative execution vulnerabilities + - CALL_DEPTH_TRACKING=y + - CALL_THUNKS_DEBUG=n + - Power management and ACPI options + - ACPI_FFH=y + - Virtualization + - KVM_SMM=y + - Memory Management options + - SLOB_DEPRECATED=n + - SLUB_TINY=n + - Networking support + - BT_LE_L2CAP_ECRED=y + - BT_HCIBTUSB_POLL_SYNC=y + - BT_HCIBCM4377=m + - RXPERF=m + - File systems + - SQUASHFS_CHOICE_DECOMP_BY_MOUNT=y + - NFSD_V2=n + - Kernel hacking + - DEBUG_INFO_COMPRESSED_NONE=y + - DEBUG_INFO_COMPRESSED_ZLIB=n + - DEBUG_CGROUP_REF=n + - FAULT_INJECTION_STACKTRACE_FILTER=n + - Network device support + - NFP_NET_IPSEC=y + - MT7996E=m + - RTW88_8822BU=m + - RTW88_8822CU=m + - RTW88_8723DU=m + - RTW88_8821CU=m + - RTW89_8852BE=m + - Input device support + - TOUCHSCREEN_CYTTSP5=m + - TOUCHSCREEN_HYNITRON_CSTXXX=m + - TOUCHSCREEN_HIMAX_HX83112B=m + - Hardware Monitoring support + - SENSORS_OCC_P8_I2C=m + - SENSORS_OXP=m + - Multimedia support + - VIDEO_OV08X40=m + - VIDEO_OV4689=m + - VIDEO_TC358746=m + - Graphics support + - DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500 + - DRM_ACCEL=y + - DRM_ACCEL=y + - Sound card support + - SND_SOC_INTEL_AVS_MACH_MAX98927=m + - SND_SOC_INTEL_AVS_MACH_PROBE=m + - SND_SOC_WM8961=n + - X86 Platform Specific Device Drivers + - DELL_WMI_DDV=m + - X86_PLATFORM_DRIVERS_HP=y + - INTEL_IFS=m + - Industrial I/O support + - IIO_KX022A_SPI=n + - IIO_KX022A_I2C=n + - AD4130=n + - MAX11410=n + - AD74115=n + - ADF4377=n + - MAX30208=m + - Misc devices + - CXL_REGION_INVALIDATION_TEST=n + - ZRAM_MULTI_COMP=y + - LEGACY_TIOCSTI=n + - SPI_PCI1XXXX=n + - GPIO_LATCH=m + - ADVANTECH_EC_WDT=m + - MFD_SMPRO=n + - REGULATOR_RT6190=m + - MANA_INFINIBAND=m + - TDX_GUEST_DRIVER=m + - CROS_HPS_I2C=m + - IOMMUFD=n + - NVDIMM_SECURITY_TEST=n + - FPGA_MGR_LATTICE_SYSCONFIG_SPI=m + - OF dependent (i386, ppc64/ppc64le, riscv64) + - SPI_SN_F_OSPI=n + - MFD_TPS65219=n + - VIDEO_ST_VGXY61=m + - DRM_PANEL_JADARD_JD9365DA_H3=n + - DRM_PANEL_NEWVISION_NV3051D=n + - i386 + - SND_SOC_RT1318_SDW=n + - ppc64le / ppc64 + - SSIF_IPMI_BMC=m + - SENSORS_OCC_P9_SBE=m + - DRM_OFDRM=m + - ppc64 + - PPC64_BIG_ENDIAN_ELF_ABI_V2=y + - s390x + - VCAP=y + - HUGETLB_PAGE_OPTIMIZE_VMEMMAP_DEFAULT_ON=n + - riscv64 + - ARCH_RENESAS=y + - ERRATA_THEAD_PMU=y + - CPU_FREQ=y + - CPU_FREQ_STAT=y (arm64) + - CPU_FREQ_DEFAULT_GOV_ONDEMAND=y (arm64) + - CPU_FREQ_GOV_POWERSAVE=m + - CPU_FREQ_GOV_USERSPACE=m + - CPU_FREQ_GOV_CONSERVATIVE=m + - CPU_FREQ_GOV_SCHEDUTIL=y + - CPUFREQ_DT=m + - PCIE_RCAR_HOST=y + - PCIE_RCAR_EP=y + - MTD_NAND_RENESAS=m + - SCSI_LPFC=m + - SCSI_LPFC_DEBUG_FS=n + - SATA_RCAR=m + - SH_ETH=m + - RAVB=m + - RENESAS_ETHER_SWITCH=m + - CAN_RCAR=m + - CAN_RCAR_CANFD=m + - SERIAL_8250_EM=y + - SERIAL_SH_SCI=n + - I2C_RIIC=m + - I2C_RZV2M=m + - I2C_SH_MOBILE=m + - I2C_RCAR=m + - I2C_SLAVE_EEPROM=m + - I2C_SLAVE_TESTUNIT=n + - SPI_RSPI=m + - SPI_SH_MSIOF=m + - SPI_SH_HSPI=m + - GPIO_RCAR=m + - CPU_FREQ_THERMAL=y + - RCAR_THERMAL=m + - RCAR_GEN3_THERMAL=m + - RZG2L_THERMAL=m + - RENESAS_WDT=m + - RENESAS_RZAWDT=m + - RENESAS_RZN1WDT=m + - RENESAS_RZG2LWDT=m + - DRM_RZG2L_MIPI_DSI=n + - FB_SH_MOBILE_LCDC=n + - SND_SOC_SH4_FSI=n + - SND_SOC_RCAR=n + - MMC_SDHI=m + - MMC_SDHI_SYS_DMAC=m + - MMC_SH_MMCIF=m + - SCSI_UFS_RENESAS=m + - RTC_DRV_SH=m + - RCAR_DMAC=m + - RENESAS_USB_DMAC=m + - CLK_RCAR_USB2_CLOCK_SEL=y + - RENESAS_OSTM=y + - IPMMU_VMSA=y + - ARCH_R9A07G043=y + - RENESAS_RPCIF=m + - RZG2L_ADC=n + - PWM_RCAR=m + - PWM_RENESAS_TPU=m + - RESET_RZG2L_USBPHY_CTRL=m + - PHY_R8A779F0_ETHERNET_SERDES=m + - PHY_RCAR_GEN2=m + - PHY_RCAR_GEN3_PCIE=m + - PHY_RCAR_GEN3_USB2=m + - PHY_RCAR_GEN3_USB3=m + - FPROBE=y + - UCLAMP_TASK=n + - ENERGY_MODEL=y + - MCTP_TRANSPORT_I2C=m + - INPUT_IBM_PANEL=m + - IPMI_IPMB=m + - SSIF_IPMI_BMC=m + - IPMB_DEVICE_INTERFACE=m + - SPI_RPCIF=m + - THERMAL_GOV_POWER_ALLOCATOR=n + - SND_SOC_RZ=n + - RZ_DMAC=m + - IOMMU_IO_PGTABLE_LPAE_SELFTEST=n + - DTPM_CPU=y + - DTPM_DEVFREQ=y +- commit 769d7ad + ------------------------------------------------------------------- Thu Dec 22 22:41:52 CET 2022 - mkubecek@suse.cz @@ -8359,7 +32857,7 @@ Thu Dec 8 20:32:18 CET 2022 - jeffm@suse.com over time and we haven't updated it, leading to things like bpf LSMs not working out of the box. This change just updates CONFIG_LSM to what the default would be now. -- commit b64d18c +- commit 720c383 ------------------------------------------------------------------- Thu Dec 8 11:49:09 CET 2022 - jslaby@suse.cz @@ -32712,7 +57210,12 @@ Fri Jan 7 10:50:54 CET 2022 - tiwai@suse.de - rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) For smooth migration with the former kernel-preempt user, kernel-default provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. -- commit d292a81 + [js] this fixes mismerge of this commit (d292a8131079) via 99c510061314. + It lost this one hunk in there. +- rpm/kernel-binary.spec.in: Add Provides of kernel-preempt (jsc#SLE-18857) + For smooth migration with the former kernel-preempt user, kernel-default + provides kernel-preempt now when CONFIG_PREEMPT_DYNAMIC is defined. +- commit 85ebeb0 ------------------------------------------------------------------- Fri Jan 7 10:38:24 CET 2022 - tiwai@suse.de @@ -106554,7 +131057,7 @@ Fri Aug 17 11:05:01 CEST 2018 - mkubecek@suse.cz Build statistics show that most architectures already need more than 2 GB. Require 4 GB except s390x where the memory usage is much lower and we might have trouble finding any compliant worker. -- commit 494fb32 +- commit 71aefb3 ------------------------------------------------------------------- Thu Aug 16 20:47:54 CEST 2018 - msuchanek@suse.de diff --git a/kernel-syms-longterm.spec b/kernel-syms-longterm.spec index e4d1e67..c36c9fa 100644 --- a/kernel-syms-longterm.spec +++ b/kernel-syms-longterm.spec @@ -16,7 +16,7 @@ # -%define git_commit d63edaf58bcc98a132add0daf498f26084cb6776 +%define git_commit 94b55c2ed19d56a6bf4a187d11ab78341beac1d4 %define variant -longterm%{nil} %include %_sourcedir/kernel-spec-macros @@ -25,10 +25,10 @@ Name: kernel-syms-longterm Summary: Kernel Symbol Versions (modversions) License: GPL-2.0-only Group: Development/Sources -Version: 6.1.76 +Version: 6.6.15 %if %using_buildservice %if 0%{?is_kotd} -Release: .gd63edaf +Release: .g94b55c2 %else Release: 0 %endif diff --git a/linux-6.6.tar.sign b/linux-6.6.tar.sign new file mode 100644 index 0000000..175e91a --- /dev/null +++ b/linux-6.6.tar.sign @@ -0,0 +1,19 @@ +-----BEGIN PGP SIGNATURE----- +Comment: This signature is for the .tar version of the archive +Comment: git archive --format tar --prefix=linux-6.6/ v6.6 +Comment: git version 2.42.0 + +iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmU/R9oACgkQONu9yGCS +aT5mBBAAnQMFnUUwlXa/cHTZ0NxyQxVv7B8k/TrvbOqbd6/AQpO6WnOorpqVKite +rrvqz96FCDIsWAr7k4fzGvJhFlAmwyGsFb2kusiLekRBufKFiMyXl91wVm1pYtpS +FBC7HqCc9/LV/O5Mg/I2uWZ0PBYhRjiVCQonGQPx3lDgLEd2JnMLkADJhEONl9cD +IMayZGNV9rBUzS7cUBILk8QoBiod5P/RjwHb9Dn/oUev2r3iX09RN+bzIQroVX0B +I9bX1ipOSmPfdUy3Vr3JUS3n5VACjhwwYBwhzRIzJ038pWHn9fmBWspExAdOyOLl +cpqAzZ6befPT78/VqLyobhAsmRgfnOce8IzS0CU0wUenHGJkj1FthkLO1zNs9aZs +CyDZi9Z5iwocSaN6JHBk/fV3eG0vkH6k5jPEM8+DxJv+TcpXuM4JR47ymteB7qUt +UNCJQdOhTsAtQHVMwIaGUPOFI9rYmfiw9eippLRQF2juyYNHOZSHBZk9ZMG4V1zU +yhFhOrzERZ7LInXfiQAldxE4RFxWanNo7pBCy5SUBP8gcVjkLmicNXiuvPZe/q0e +ARLLOF5kB4H3rPwWzBuyp0yxADSgnLFPXmy/rh6hSCU2n3myQeI9hLu+sLCK40vu +/80rKPDiEdumGgtkHYfsus6HAbSv4MYaMYpMzpcWFxkTPz4xJbQ= +=wBW2 +-----END PGP SIGNATURE----- diff --git a/linux-6.6.tar.xz b/linux-6.6.tar.xz new file mode 100644 index 0000000..333ed56 --- /dev/null +++ b/linux-6.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0 +size 140064536 diff --git a/mkspec b/mkspec index c69cfd9..42d0935 100644 --- a/mkspec +++ b/mkspec @@ -260,10 +260,11 @@ copy_changes(); # _constraints { - my @packages = map { "kernel-$_" } sort keys(%flavor_archs); + my @packages = map { "kernel-$_\nkernel-source$variant:kernel-$_" } sort keys(%flavor_archs); my $packages = join("\n", @packages); do_spec('constraints', "_constraints", - BINARY_PACKAGES_XML => $packages); + BINARY_PACKAGES_XML => $packages, + VARIANT => $variant); } exit 0; diff --git a/mkspec-dtb b/mkspec-dtb index 7c3383d..2c485ac 100644 --- a/mkspec-dtb +++ b/mkspec-dtb @@ -7,54 +7,54 @@ my $spec_in = "dtb.spec.in"; # DTB packages names, ordered by file names my @armv7l_package_list = ( - ['dtb-am335x', 'am335x-*.dts', "TI AM335x based systems"], - ['dtb-am3517', 'am3517*.dts', "TI AM3517 based systems"], # exception: am3517_mt_ventoux.dts - ['dtb-am57xx', 'am57xx-*.dts', "TI AM57xx based systems"], - ['dtb-armada-370', 'armada-370-*.dts', "Armada 370 based systems"], - ['dtb-armada-375', 'armada-375-*.dts', "Armada 375 based systems"], - ['dtb-armada-385', 'armada-385-*.dts', "Armada 385 based systems"], - ['dtb-armada-388', 'armada-388-*.dts', "Armada 388 based systems"], - ['dtb-armada-398', 'armada-398-*.dts', "Armada 398 based systems"], - ['dtb-armada-xp', 'armada-xp-*.dts', "Armada XP based systems"], - ['dtb-bcm2836', 'bcm2836*.dts', "Raspberry Pi 2 Model B"], - ['dtb-dove', 'dove-*.dts', "Marvell dove based systems"], - ['dtb-exynos4', 'exynos4*.dts', "Samsung Exynos 4 based systems"], - ['dtb-exynos5', 'exynos5*.dts', "Samsung Exynos 5 based systems"], - ['dtb-imx5', 'imx5*.dts', "Freescale i.MX51 and i.MX53 based systems"], - ['dtb-imx6', 'imx6*.dts', "Freescale i.MX6 based systems"], - ['dtb-imx7', 'imx7*.dts', "Freescale i.MX7 based systems"], - ['dtb-keystone', 'keystone-*.dts', "TI Keystone 2 based systems"], - ['dtb-meson6', 'meson6-*.dts', "Amlogic Meson 6 based systems"], - ['dtb-meson8', 'meson8-*.dts', "Amlogic Meson 8 based systems"], - ['dtb-meson8b', 'meson8b-*.dts', "Amlogic Meson 8b based systems"], - ['dtb-mt76', 'mt76*.dts', "MediaTek mt76 based systems"], - ['dtb-omap3', 'omap3*.dts', "TI OMAP3 based systems"], - ['dtb-omap4', 'omap4*.dts', "TI OMAP4 based systems"], - ['dtb-omap5', 'omap5*.dts', "TI OMAP5 based systems"], - ['dtb-qcom', 'qcom-*.dts', "Qualcomm Snapdragon based systems"], - ['dtb-rk3', 'rk3*.dts', "Rockchip RK3xxx based systems"], - ['dtb-socfpga', 'socfpga_*.dts', "Altera SoC FPGA based systems"], - ['dtb-ste', 'ste-*.dts', "ST Ericsson based systems"], - ['dtb-sun4i', 'sun4i-*.dts', "Allwinner sun4i based systems"], - ['dtb-sun5i', 'sun5i-*.dts', "Allwinner sun5i based systems"], - ['dtb-sun6i', 'sun6i-*.dts', "Allwinner sun6i based systems"], - ['dtb-sun7i', 'sun7i-*.dts', "Allwinner sun7i based systems"], - ['dtb-sun8i', 'sun8i-*.dts', "Allwinner sun8i based systems"], - ['dtb-sun9i', 'sun9i-*.dts', "Allwinner sun9i based systems"], - ['dtb-tegra2', 'tegra20-*.dts', "NVidia Tegra2 based systems"], - ['dtb-tegra3', 'tegra30-*.dts', "NVidia Tegra3 based systems"], - ['dtb-tegra114', 'tegra114-*.dts', "NVidia Tegra4 based systems"], - ['dtb-tegra124', 'tegra124-*.dts', "NVidia Tegra K1 based systems"], - ['dtb-vexpress', 'vexpress-*.dts', "ARM Versatile Express machines"], - ['dtb-vf500', 'vf500-*.dts', "Freescale Vybrid VF500 based systems"], - ['dtb-vf6', 'vf610-*.dts', "Freescale Vybrid VF610 based systems"], - ['dtb-xenvm', 'xenvm-*.dts', "Xen virtual machines"], - ['dtb-zynq', 'zynq-*.dts', "Xilinx Zynq based systems"], + ['dtb-am335x', 'ti/omap/am335x-*.dts', "TI AM335x based systems"], + ['dtb-am3517', 'ti/omap/am3517*.dts', "TI AM3517 based systems"], # exception: am3517_mt_ventoux.dts + ['dtb-am57xx', 'ti/omap/am57xx-*.dts', "TI AM57xx based systems"], + ['dtb-armada-370', 'marvell/armada-370-*.dts', "Armada 370 based systems"], + ['dtb-armada-375', 'marvell/armada-375-*.dts', "Armada 375 based systems"], + ['dtb-armada-385', 'marvell/armada-385-*.dts', "Armada 385 based systems"], + ['dtb-armada-388', 'marvell/armada-388-*.dts', "Armada 388 based systems"], + ['dtb-armada-398', 'marvell/armada-398-*.dts', "Armada 398 based systems"], + ['dtb-armada-xp', 'marvell/armada-xp-*.dts', "Armada XP based systems"], + ['dtb-bcm2836', 'broadcom/bcm2836*.dts', "Raspberry Pi 2 Model B"], + ['dtb-dove', 'marvell/dove-*.dts', "Marvell dove based systems"], + ['dtb-exynos4', 'samsung/exynos4*.dts', "Samsung Exynos 4 based systems"], + ['dtb-exynos5', 'samsung/exynos5*.dts', "Samsung Exynos 5 based systems"], + ['dtb-imx5', 'nxp/imx/imx5*.dts', "Freescale i.MX51 and i.MX53 based systems"], + ['dtb-imx6', 'nxp/imx/imx6*.dts', "Freescale i.MX6 based systems"], + ['dtb-imx7', 'nxp/imx/imx7*.dts', "Freescale i.MX7 based systems"], + ['dtb-keystone', 'ti/keystone/keystone-*.dts', "TI Keystone 2 based systems"], + ['dtb-meson6', 'amlogic/meson6-*.dts', "Amlogic Meson 6 based systems"], + ['dtb-meson8', 'amlogic/meson8-*.dts', "Amlogic Meson 8 based systems"], + ['dtb-meson8b', 'amlogic/meson8b-*.dts', "Amlogic Meson 8b based systems"], + ['dtb-mt76', 'mediatek/mt76*.dts', "MediaTek mt76 based systems"], + ['dtb-omap3', 'ti/omap/omap3*.dts', "TI OMAP3 based systems"], + ['dtb-omap4', 'ti/omap/omap4*.dts', "TI OMAP4 based systems"], + ['dtb-omap5', 'ti/omap/omap5*.dts', "TI OMAP5 based systems"], + ['dtb-qcom', 'qcom/qcom-*.dts', "Qualcomm Snapdragon based systems"], + ['dtb-rk3', 'rockchip/rk3*.dts', "Rockchip RK3xxx based systems"], + ['dtb-socfpga', 'intel/socfpga/socfpga_*.dts', "Altera SoC FPGA based systems"], + ['dtb-ste', 'st/ste-*.dts', "ST Ericsson based systems"], + ['dtb-sun4i', 'allwinner/sun4i-*.dts', "Allwinner sun4i based systems"], + ['dtb-sun5i', 'allwinner/sun5i-*.dts', "Allwinner sun5i based systems"], + ['dtb-sun6i', 'allwinner/sun6i-*.dts', "Allwinner sun6i based systems"], + ['dtb-sun7i', 'allwinner/sun7i-*.dts', "Allwinner sun7i based systems"], + ['dtb-sun8i', 'allwinner/sun8i-*.dts', "Allwinner sun8i based systems"], + ['dtb-sun9i', 'allwinner/sun9i-*.dts', "Allwinner sun9i based systems"], + ['dtb-tegra2', 'nvidia/tegra20-*.dts', "NVidia Tegra2 based systems"], + ['dtb-tegra3', 'nvidia/tegra30-*.dts', "NVidia Tegra3 based systems"], + ['dtb-tegra114', 'nvidia/tegra114-*.dts', "NVidia Tegra4 based systems"], + ['dtb-tegra124', 'nvidia/tegra124-*.dts', "NVidia Tegra K1 based systems"], + ['dtb-vexpress', 'arm/vexpress-*.dts', "ARM Versatile Express machines"], + ['dtb-vf500', 'nxp/vf/vf500-*.dts', "Freescale Vybrid VF500 based systems"], + ['dtb-vf6', 'nxp/vf/vf610-*.dts', "Freescale Vybrid VF610 based systems"], + ['dtb-xenvm', 'xen/xenvm-*.dts', "Xen virtual machines"], + ['dtb-zynq', 'xilinx/zynq-*.dts', "Xilinx Zynq based systems"], ); # DTB packages names my @armv6l_package_list = ( - ['dtb-bcm2835', 'bcm2835*.dts', "Raspberry Pi 1 (A+, B, B+)"], + ['dtb-bcm2835', 'broadcom/bcm2835*.dts', "Raspberry Pi 1 (A+, B, B+)"], ); # DTB packages names @@ -91,6 +91,7 @@ my @riscv64_package_list = ( ['dtb-renesas', 'renesas/*.dts', "Renesas based riscv64 systems"], ['dtb-sifive', 'sifive/*.dts', "SiFive based riscv64 systems"], ['dtb-starfive', 'starfive/*.dts', "StarFive based riscv64 systems"], + ['dtb-thead', 'thead/*.dts', "T-HEAD based riscv64 systems"], ); sub generate_spec($$$) @@ -109,6 +110,7 @@ sub generate_spec($$$) my $subpkg_desc = ""; my $subpkg_post = ""; my $subpkg_files = ""; + my $subpkg_case = ""; my $all_supported_dtb = ""; my $DTS_folder = "arch/arm/boot/dts"; if ($exclusive_arch =~ /aarch64/) { @@ -174,7 +176,7 @@ sub generate_spec($$$) } $subpkg_files .= - "%ifarch aarch64 riscv64\n" . + "%ifarch %arm aarch64 riscv64\n" . "%files -n $PKG_NAME -f $PKG_NAME.list\n" . "%else\n" . "%files -n $PKG_NAME\n" . @@ -186,6 +188,10 @@ sub generate_spec($$$) "%{dtbdir}/$bin_supported_dtb\n" . "\n"; + if ($main_package eq 'dtb-armv6l' or $main_package eq 'dtb-armv7l') { + # Map dts file name back to subpkg name + $subpkg_case .= " $SUPPORTED_DTB) pkgname=$PKG_NAME;;\n" + } $all_supported_dtb .= "$SUPPORTED_DTB "; } chomp($all_supported_dtb); @@ -199,6 +205,7 @@ sub generate_spec($$$) $_ =~ s/\$ALL_SUPPORTED_DTB/$all_supported_dtb/g; $_ =~ s/\$SUBPKG_POST\n?/$subpkg_post/g; $_ =~ s/\$SUBPKG_FILES\n?/$subpkg_files/g; + $_ =~ s/\$SUBPKG_CASE\n?/$subpkg_case/g; print SPEC $_; } diff --git a/obsolete-kmps b/obsolete-kmps index 05099eb..cdd2a61 100644 --- a/obsolete-kmps +++ b/obsolete-kmps @@ -1,11 +1,3 @@ # List of KMPs integrated into the kernel # These KMPs shoud be removed when the kernel is installed # - -# sle12-sp1 / Leap 42.1 -xen 4.6.1 -compat-wireless 4.4 -# TW 4.8 -ftsteutates 20160601 -# SLE12-SP3 / Leap 42.3 -drm 4.12 diff --git a/old_changelog.txt b/old_changelog.txt new file mode 100644 index 0000000..4c0d52d --- /dev/null +++ b/old_changelog.txt @@ -0,0 +1 @@ + diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 25cdcec..93fdfee 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:026a0e5868d8ee14bfe64bf60a77b3ae7bb5ea72022888e3225289555fb05380 -size 11290444 +oid sha256:8bf73bbcd178c27f3a334bea36f9b59073fb40f47ef8098fcd6c551ea1d8b62f +size 2447036 diff --git a/patches.rpmify.tar.bz2 b/patches.rpmify.tar.bz2 index 7233a01..1c062c7 100644 --- a/patches.rpmify.tar.bz2 +++ b/patches.rpmify.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f23299f8d9b0a808d6840c40f049e77183a60f336be7724162d5024478a2cced -size 4494 +oid sha256:13ae45dbf527ef771f7a7dd74947a0b25d7f69bc93734f2746070be2a8d29e9a +size 4228 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index bc40647..d02c068 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12a83696278849146ec63c424045c476bebe8b8466d647f6bf98254daa726013 -size 43940 +oid sha256:18e0d2ce83e5918100ae9dc000c5478627a31d54de75b22286f2686c734d4cc0 +size 67275 diff --git a/series.conf b/series.conf index 9c71faf..1ca544e 100644 --- a/series.conf +++ b/series.conf @@ -27,13249 +27,3228 @@ # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## - patches.kernel.org/6.1.1-001-x86-vdso-Conditionally-export-__vdso_sgx_enter_.patch - patches.kernel.org/6.1.1-002-libbpf-Fix-uninitialized-warning-in-btf_dump_du.patch - patches.kernel.org/6.1.1-003-PCI-mt7621-Add-sentinel-to-quirks-table.patch - patches.kernel.org/6.1.1-004-mips-ralink-mt7621-define-MT7621_SYSC_BASE-with.patch - patches.kernel.org/6.1.1-005-mips-ralink-mt7621-soc-queries-and-tests-as-fun.patch - patches.kernel.org/6.1.1-006-mips-ralink-mt7621-do-not-use-kzalloc-too-early.patch - patches.kernel.org/6.1.1-007-irqchip-ls-extirq-Fix-endianness-detection.patch - patches.kernel.org/6.1.1-008-udf-Discard-preallocation-before-extending-file.patch - patches.kernel.org/6.1.1-009-udf-Fix-preallocation-discarding-at-indirect-ex.patch - patches.kernel.org/6.1.1-010-udf-Do-not-bother-looking-for-prealloc-extents-.patch - patches.kernel.org/6.1.1-011-udf-Fix-extending-file-within-last-block.patch - patches.kernel.org/6.1.1-012-usb-gadget-uvc-Prevent-buffer-overflow-in-setup.patch - patches.kernel.org/6.1.1-013-USB-serial-option-add-Quectel-EM05-G-modem.patch - patches.kernel.org/6.1.1-014-USB-serial-cp210x-add-Kamstrup-RF-sniffer-PIDs.patch - patches.kernel.org/6.1.1-015-USB-serial-f81232-fix-division-by-zero-on-line-.patch - patches.kernel.org/6.1.1-016-USB-serial-f81534-fix-division-by-zero-on-line-.patch - patches.kernel.org/6.1.1-017-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-HP.patch - patches.kernel.org/6.1.1-018-xhci-Apply-XHCI_RESET_TO_DEFAULT-quirk-to-ADL-N.patch - patches.kernel.org/6.1.1-019-staging-r8188eu-fix-led-register-settings.patch - patches.kernel.org/6.1.1-020-igb-Initialize-mailbox-message-for-VF-reset.patch - patches.kernel.org/6.1.1-021-usb-typec-ucsi-Resume-in-separate-work.patch - patches.kernel.org/6.1.1-022-usb-dwc3-pci-Update-PCIe-device-ID-for-USB3-con.patch - patches.kernel.org/6.1.1-023-cifs-fix-oops-during-encryption.patch - patches.kernel.org/6.1.1-024-KEYS-encrypted-fix-key-instantiation-with-user-.patch - patches.kernel.org/6.1.1-025-Linux-6.1.1.patch - patches.kernel.org/6.1.2-0001-MIPS-DTS-CI20-fix-reset-line-polarity-of-the-e.patch - patches.kernel.org/6.1.2-0002-usb-musb-remove-extra-check-in-musb_gadget_vbu.patch - patches.kernel.org/6.1.2-0003-arm64-dts-renesas-r8a779g0-Fix-HSCIF0-brg_int-.patch - patches.kernel.org/6.1.2-0004-arm64-dts-qcom-ipq6018-cp01-c1-use-BLSPI1-pins.patch - patches.kernel.org/6.1.2-0005-arm64-dts-qcom-sm8250-sony-xperia-edo-fix-touc.patch - patches.kernel.org/6.1.2-0006-arm64-dts-qcom-sdm845-xiaomi-polaris-fix-codec.patch - patches.kernel.org/6.1.2-0007-arm64-dts-qcom-msm8996-Add-MSM8996-Pro-support.patch - patches.kernel.org/6.1.2-0008-arm64-dts-qcom-msm8996-fix-supported-hw-in-cpu.patch - patches.kernel.org/6.1.2-0009-arm64-dts-qcom-msm8996-fix-GPU-OPP-table.patch - patches.kernel.org/6.1.2-0010-ARM-dts-qcom-apq8064-fix-coresight-compatible.patch - patches.kernel.org/6.1.2-0011-arm64-dts-qcom-sdm630-fix-UART1-pin-bias.patch - patches.kernel.org/6.1.2-0012-arm64-dts-qcom-sdm845-cheza-fix-AP-suspend-pin.patch - patches.kernel.org/6.1.2-0013-arm64-dts-qcom-msm8916-Drop-MSS-fallback-compa.patch - patches.kernel.org/6.1.2-0014-arm64-dts-fsd-fix-drive-strength-macros-as-per.patch - patches.kernel.org/6.1.2-0015-arm64-dts-fsd-fix-drive-strength-values-as-per.patch - patches.kernel.org/6.1.2-0016-memory-renesas-rpc-if-Clear-HS-bit-during-hard.patch - patches.kernel.org/6.1.2-0017-objtool-kcsan-Add-volatile-read-write-instrume.patch - patches.kernel.org/6.1.2-0018-ARM-dts-stm32-Drop-stm32mp15xc.dtsi-from-Aveng.patch - patches.kernel.org/6.1.2-0019-ARM-dts-stm32-Fix-AV96-WLAN-regulator-gpio-pro.patch - patches.kernel.org/6.1.2-0020-drivers-soc-ti-knav_qmss_queue-Mark-knav_acc_f.patch - patches.kernel.org/6.1.2-0021-firmware-ti_sci-Fix-polled-mode-during-system-.patch - patches.kernel.org/6.1.2-0022-riscv-dts-microchip-fix-memory-node-unit-addre.patch - patches.kernel.org/6.1.2-0023-arm64-dts-qcom-pm660-Use-unique-ADC5_VCOIN-add.patch - patches.kernel.org/6.1.2-0024-arm64-dts-qcom-sm8250-correct-LPASS-pin-pull-d.patch - patches.kernel.org/6.1.2-0025-arm64-dts-qcom-sc7180-trogdor-homestar-fully-c.patch - patches.kernel.org/6.1.2-0026-soc-qcom-llcc-make-irq-truly-optional.patch - patches.kernel.org/6.1.2-0027-arm64-dts-qcom-sm8150-fix-UFS-PHY-registers.patch - patches.kernel.org/6.1.2-0028-arm64-dts-qcom-sm8250-fix-UFS-PHY-registers.patch - patches.kernel.org/6.1.2-0029-arm64-dts-qcom-sm8350-fix-UFS-PHY-registers.patch - patches.kernel.org/6.1.2-0030-arm64-dts-qcom-sm8450-fix-UFS-PHY-registers.patch - patches.kernel.org/6.1.2-0031-arm64-dts-qcom-msm8996-fix-sound-card-reset-li.patch - patches.kernel.org/6.1.2-0032-arm64-dts-qcom-sm8250-mtp-fix-reset-line-polar.patch - patches.kernel.org/6.1.2-0033-arm64-dts-qcom-sc7280-fix-codec-reset-line-pol.patch - patches.kernel.org/6.1.2-0034-arm64-dts-qcom-sc7280-fix-codec-reset-line-pol.patch - patches.kernel.org/6.1.2-0035-arm64-dts-qcom-sm8250-drop-bogus-DP-PHY-clock.patch - patches.kernel.org/6.1.2-0036-arm64-dts-qcom-sm6350-drop-bogus-DP-PHY-clock.patch - patches.kernel.org/6.1.2-0037-soc-qcom-apr-Add-check-for-idr_alloc-and-of_pr.patch - patches.kernel.org/6.1.2-0038-arm64-dts-qcom-pm6350-Include-header-for-KEY_P.patch - patches.kernel.org/6.1.2-0039-arm64-dts-qcom-sm6125-fix-SDHCI-CQE-reg-names.patch - patches.kernel.org/6.1.2-0040-arm64-dts-renesas-r8a779f0-Fix-HSCIF-brg_int-c.patch - patches.kernel.org/6.1.2-0041-arm64-dts-renesas-r8a779f0-Fix-SCIF-brg_int-cl.patch - patches.kernel.org/6.1.2-0042-arm64-dts-renesas-r9a09g011-Fix-unit-address-f.patch - patches.kernel.org/6.1.2-0043-arm64-dts-renesas-r9a09g011-Fix-I2C-SoC-specif.patch - patches.kernel.org/6.1.2-0044-dt-bindings-pwm-fix-microchip-corePWM-s-pwm-ce.patch - patches.kernel.org/6.1.2-0045-soc-sifive-ccache-fix-missing-iounmap-in-error.patch - patches.kernel.org/6.1.2-0046-soc-sifive-ccache-fix-missing-free_irq-in-erro.patch - patches.kernel.org/6.1.2-0047-soc-sifive-ccache-fix-missing-of_node_put-in-s.patch - patches.kernel.org/6.1.2-0048-arm64-dts-mt7986-fix-trng-node-name.patch - patches.kernel.org/6.1.2-0049-soc-tegra-cbb-Use-correct-master_id-mask-for-C.patch - patches.kernel.org/6.1.2-0050-soc-tegra-cbb-Update-slave-maps-for-Tegra234.patch - patches.kernel.org/6.1.2-0051-soc-tegra-cbb-Add-checks-for-potential-out-of-.patch - patches.kernel.org/6.1.2-0052-soc-tegra-cbb-Check-firewall-before-enabling-e.patch - patches.kernel.org/6.1.2-0053-arm64-dts-qcom-sc7280-Mark-all-Qualcomm-refere.patch - patches.kernel.org/6.1.2-0054-arm-dts-spear600-Fix-clcd-interrupt.patch - patches.kernel.org/6.1.2-0055-riscv-dts-microchip-fix-the-icicle-s-pwm-cells.patch - patches.kernel.org/6.1.2-0056-soc-ti-knav_qmss_queue-Fix-PM-disable-depth-im.patch - patches.kernel.org/6.1.2-0057-soc-ti-smartreflex-Fix-PM-disable-depth-imbala.patch - patches.kernel.org/6.1.2-0058-arm64-mm-kfence-only-handle-translation-faults.patch - patches.kernel.org/6.1.2-0059-perf-arm_dsu-Fix-hotplug-callback-leak-in-dsu_.patch - patches.kernel.org/6.1.2-0060-drivers-perf-marvell_cn10k-Fix-hotplug-callbac.patch - patches.kernel.org/6.1.2-0061-perf-arm_dmc620-Fix-hotplug-callback-leak-in-d.patch - patches.kernel.org/6.1.2-0062-perf-smmuv3-Fix-hotplug-callback-leak-in-arm_s.patch - patches.kernel.org/6.1.2-0063-arm64-dts-ti-k3-am65-main-Drop-dma-coherent-in.patch - patches.kernel.org/6.1.2-0064-arm64-dts-ti-k3-j721e-main-Drop-dma-coherent-i.patch - patches.kernel.org/6.1.2-0065-arm64-dts-ti-k3-j7200-mcu-wakeup-Drop-dma-cohe.patch - patches.kernel.org/6.1.2-0066-arm64-dts-ti-k3-j721s2-Fix-the-interrupt-range.patch - patches.kernel.org/6.1.2-0067-riscv-dts-microchip-remove-pcie-node-from-the-.patch - patches.kernel.org/6.1.2-0068-ARM-dts-nuvoton-Remove-bogus-unit-addresses-fr.patch - patches.kernel.org/6.1.2-0069-arm64-dts-mediatek-mt8195-Fix-CPUs-capacity-dm.patch - patches.kernel.org/6.1.2-0070-arm64-dts-mt7896a-Fix-unit_address_vs_reg-warn.patch - patches.kernel.org/6.1.2-0071-arm64-dts-mt6779-Fix-devicetree-build-warnings.patch - patches.kernel.org/6.1.2-0072-arm64-dts-mt2712e-Fix-unit_address_vs_reg-warn.patch - patches.kernel.org/6.1.2-0073-arm64-dts-mt2712e-Fix-unit-address-for-pinctrl.patch - patches.kernel.org/6.1.2-0074-arm64-dts-mt2712-evb-Fix-vproc-fixed-regulator.patch - patches.kernel.org/6.1.2-0075-arm64-dts-mt2712-evb-Fix-usb-vbus-regulators-u.patch - patches.kernel.org/6.1.2-0076-arm64-dts-mediatek-pumpkin-common-Fix-devicetr.patch - patches.kernel.org/6.1.2-0077-arm64-dts-mediatek-mt6797-Fix-26M-oscillator-u.patch - patches.kernel.org/6.1.2-0078-arm64-tegra-Fix-Prefetchable-aperture-ranges-o.patch - patches.kernel.org/6.1.2-0079-arm64-tegra-Fix-non-prefetchable-aperture-of-P.patch - patches.kernel.org/6.1.2-0080-arm64-dts-mt7986-move-wed_pcie-node.patch - patches.kernel.org/6.1.2-0081-ARM-dts-dove-Fix-assigned-addresses-for-every-.patch - patches.kernel.org/6.1.2-0082-ARM-dts-armada-370-Fix-assigned-addresses-for-.patch - patches.kernel.org/6.1.2-0083-ARM-dts-armada-xp-Fix-assigned-addresses-for-e.patch - patches.kernel.org/6.1.2-0084-ARM-dts-armada-375-Fix-assigned-addresses-for-.patch - patches.kernel.org/6.1.2-0085-ARM-dts-armada-38x-Fix-assigned-addresses-for-.patch - patches.kernel.org/6.1.2-0086-ARM-dts-armada-39x-Fix-assigned-addresses-for-.patch - patches.kernel.org/6.1.2-0087-ARM-dts-turris-omnia-Add-ethernet-aliases.patch - patches.kernel.org/6.1.2-0088-ARM-dts-turris-omnia-Add-switch-port-6-node.patch - patches.kernel.org/6.1.2-0089-arm64-dts-armada-3720-turris-mox-Add-missing-i.patch - patches.kernel.org/6.1.2-0090-soc-apple-sart-Stop-casting-function-pointer-s.patch - patches.kernel.org/6.1.2-0091-soc-apple-rtkit-Stop-casting-function-pointer-.patch - patches.kernel.org/6.1.2-0092-drivers-perf-hisi-Fix-some-event-id-for-hisi-p.patch - patches.kernel.org/6.1.2-0093-seccomp-Move-copy_seccomp-to-no-failure-path.patch - patches.kernel.org/6.1.2-0094-pstore-ram-Fix-error-return-code-in-ramoops_pr.patch - patches.kernel.org/6.1.2-0095-ARM-mmp-fix-timer_read-delay.patch - patches.kernel.org/6.1.2-0096-pstore-Avoid-kcore-oops-by-vmap-ing-with-VM_IO.patch - patches.kernel.org/6.1.2-0097-arch-arm64-apple-t8103-Use-standard-iommu-node.patch - patches.kernel.org/6.1.2-0098-tpm-tis_i2c-Fix-sanity-check-interrupt-enable-.patch - patches.kernel.org/6.1.2-0099-tpm-Add-flag-to-use-default-cancellation-polic.patch - patches.kernel.org/6.1.2-0100-tpm-tpm_ftpm_tee-Fix-error-handling-in-ftpm_mo.patch - patches.kernel.org/6.1.2-0101-tpm-tpm_crb-Fix-error-message-in-__crb_relinqu.patch - patches.kernel.org/6.1.2-0102-ovl-remove-privs-in-ovl_copyfile.patch - patches.kernel.org/6.1.2-0103-ovl-remove-privs-in-ovl_fallocate.patch - patches.kernel.org/6.1.2-0104-sched-uclamp-Fix-relationship-between-uclamp-a.patch - patches.kernel.org/6.1.2-0105-sched-uclamp-Make-task_fits_capacity-use-util_.patch - patches.kernel.org/6.1.2-0106-sched-uclamp-Fix-fits_capacity-check-in-feec.patch - patches.kernel.org/6.1.2-0107-sched-uclamp-Make-select_idle_capacity-use-uti.patch - patches.kernel.org/6.1.2-0108-sched-uclamp-Make-asym_fits_capacity-use-util_.patch - patches.kernel.org/6.1.2-0109-sched-uclamp-Make-cpu_overutilized-use-util_fi.patch - patches.kernel.org/6.1.2-0110-sched-uclamp-Cater-for-uclamp-in-find_energy_e.patch - patches.kernel.org/6.1.2-0111-cpuidle-dt-Return-the-correct-numbers-of-parse.patch - patches.kernel.org/6.1.2-0112-alpha-fix-TIF_NOTIFY_SIGNAL-handling.patch - patches.kernel.org/6.1.2-0113-alpha-fix-syscall-entry-in-AUDUT_SYSCALL-case.patch - patches.kernel.org/6.1.2-0114-sched-psi-Fix-possible-missing-or-delayed-pend.patch - patches.kernel.org/6.1.2-0115-x86-sgx-Reduce-delay-and-interference-of-encla.patch - patches.kernel.org/6.1.2-0116-PM-hibernate-Fix-mistake-in-kerneldoc-comment.patch - patches.kernel.org/6.1.2-0117-fs-don-t-audit-the-capability-check-in-simple_.patch - patches.kernel.org/6.1.2-0118-cpufreq-qcom-hw-Fix-memory-leak-in-qcom_cpufre.patch - patches.kernel.org/6.1.2-0119-x86-split_lock-Add-sysctl-to-control-the-miser.patch - patches.kernel.org/6.1.2-0120-ACPI-irq-Fix-some-kernel-doc-issues.patch - patches.kernel.org/6.1.2-0121-selftests-ftrace-event_triggers-wait-longer-fo.patch - patches.kernel.org/6.1.2-0122-perf-Fix-possible-memleak-in-pmu_dev_alloc.patch - patches.kernel.org/6.1.2-0123-lib-debugobjects-fix-stat-count-and-optimize-d.patch - patches.kernel.org/6.1.2-0124-platform-x86-huawei-wmi-fix-return-value-calcu.patch - patches.kernel.org/6.1.2-0125-timerqueue-Use-rb_entry_safe-in-timerqueue_get.patch - patches.kernel.org/6.1.2-0126-proc-fixup-uptime-selftest.patch - patches.kernel.org/6.1.2-0127-lib-fonts-fix-undefined-behavior-in-bit-shift-.patch - patches.kernel.org/6.1.2-0128-ocfs2-fix-memory-leak-in-ocfs2_stack_glue_init.patch - patches.kernel.org/6.1.2-0129-selftests-cgroup-fix-unsigned-comparison-with-.patch - patches.kernel.org/6.1.2-0130-cpufreq-qcom-hw-Fix-the-frequency-returned-by-.patch - patches.kernel.org/6.1.2-0131-MIPS-vpe-mt-fix-possible-memory-leak-while-mod.patch - patches.kernel.org/6.1.2-0132-MIPS-vpe-cmp-fix-possible-memory-leak-while-mo.patch - patches.kernel.org/6.1.2-0133-selftests-efivarfs-Add-checking-of-the-test-re.patch - patches.kernel.org/6.1.2-0134-PNP-fix-name-memory-leak-in-pnp_alloc_dev.patch - patches.kernel.org/6.1.2-0135-mailbox-pcc-Reset-pcc_chan_count-to-zero-in-ca.patch - patches.kernel.org/6.1.2-0136-ACPI-pfr_telemetry-use-ACPI_FREE-to-free-acpi_.patch - patches.kernel.org/6.1.2-0137-ACPI-pfr_update-use-ACPI_FREE-to-free-acpi_obj.patch - patches.kernel.org/6.1.2-0138-perf-x86-intel-uncore-Fix-reference-count-leak.patch - patches.kernel.org/6.1.2-0139-perf-x86-intel-uncore-Fix-reference-count-leak.patch - patches.kernel.org/6.1.2-0140-perf-x86-intel-uncore-Fix-reference-count-leak.patch - patches.kernel.org/6.1.2-0141-perf-x86-intel-uncore-Fix-reference-count-leak.patch - patches.kernel.org/6.1.2-0142-platform-chrome-cros_usbpd_notify-Fix-error-ha.patch - patches.kernel.org/6.1.2-0143-thermal-core-fix-some-possible-name-leaks-in-e.patch - patches.kernel.org/6.1.2-0144-irqchip-loongson-pch-pic-Fix-translate-callbac.patch - patches.kernel.org/6.1.2-0145-irqchip-gic-pm-Use-pm_runtime_resume_and_get-i.patch - patches.kernel.org/6.1.2-0146-irqchip-wpcm450-Fix-memory-leak-in-wpcm450_aic.patch - patches.kernel.org/6.1.2-0147-irqchip-loongson-liointc-Fix-improper-error-ha.patch - patches.kernel.org/6.1.2-0148-EDAC-i10nm-fix-refcount-leak-in-pci_get_dev_wr.patch - patches.kernel.org/6.1.2-0149-NFSD-Finish-converting-the-NFSv2-GETACL-result.patch - patches.kernel.org/6.1.2-0150-NFSD-Finish-converting-the-NFSv3-GETACL-result.patch - patches.kernel.org/6.1.2-0151-nfsd-don-t-call-nfsd_file_put-from-client-stat.patch - patches.kernel.org/6.1.2-0152-genirq-irqdesc-Don-t-try-to-remove-non-existin.patch - patches.kernel.org/6.1.2-0153-cpufreq-amd_freq_sensitivity-Add-missing-pci_d.patch - patches.kernel.org/6.1.2-0154-libfs-add-DEFINE_SIMPLE_ATTRIBUTE_SIGNED-for-s.patch - patches.kernel.org/6.1.2-0155-lib-notifier-error-inject-fix-error-when-writi.patch - patches.kernel.org/6.1.2-0156-debugfs-fix-error-when-writing-negative-value-.patch - patches.kernel.org/6.1.2-0157-ocfs2-fix-memory-leak-in-ocfs2_mount_volume.patch - patches.kernel.org/6.1.2-0158-rapidio-fix-possible-name-leaks-when-rio_add_d.patch - patches.kernel.org/6.1.2-0159-rapidio-rio-fix-possible-name-leak-in-rio_regi.patch - patches.kernel.org/6.1.2-0160-clocksource-drivers-sh_cmt-Access-registers-ac.patch - patches.kernel.org/6.1.2-0161-futex-Resend-potentially-swallowed-owner-death.patch - patches.kernel.org/6.1.2-0162-cpu-hotplug-Make-target_store-a-nop-when-targe.patch - patches.kernel.org/6.1.2-0163-cpu-hotplug-Do-not-bail-out-in-DYING-STARTING-.patch - patches.kernel.org/6.1.2-0164-clocksource-drivers-timer-ti-dm-Fix-warning-fo.patch - patches.kernel.org/6.1.2-0165-clocksource-drivers-timer-ti-dm-Fix-missing-cl.patch - patches.kernel.org/6.1.2-0166-ACPICA-Fix-use-after-free-in-acpi_ut_copy_ipac.patch - patches.kernel.org/6.1.2-0167-uprobes-x86-Allow-to-probe-a-NOP-instruction-w.patch - patches.kernel.org/6.1.2-0168-x86-xen-Fix-memory-leak-in-xen_smp_intr_init-_.patch - patches.kernel.org/6.1.2-0169-x86-xen-Fix-memory-leak-in-xen_init_lock_cpu.patch - patches.kernel.org/6.1.2-0170-xen-privcmd-Fix-a-possible-warning-in-privcmd_.patch - patches.kernel.org/6.1.2-0171-PM-runtime-Do-not-call-__rpm_callback-from-rpm.patch - patches.kernel.org/6.1.2-0172-erofs-check-the-uniqueness-of-fsid-in-shared-d.patch - patches.kernel.org/6.1.2-0173-erofs-Fix-pcluster-memleak-when-its-block-addr.patch - patches.kernel.org/6.1.2-0174-erofs-fix-missing-unmap-if-z_erofs_get_extent_.patch - patches.kernel.org/6.1.2-0175-erofs-validate-the-extent-length-for-uncompres.patch - patches.kernel.org/6.1.2-0176-platform-chrome-cros_ec_typec-zero-out-stale-p.patch - patches.kernel.org/6.1.2-0177-platform-x86-mxm-wmi-fix-memleak-in-mxm_wmi_ca.patch - patches.kernel.org/6.1.2-0178-platform-x86-intel_scu_ipc-fix-possible-name-l.patch - patches.kernel.org/6.1.2-0179-MIPS-BCM63xx-Add-check-for-NULL-for-clk-in-clk.patch - patches.kernel.org/6.1.2-0180-MIPS-OCTEON-warn-only-once-if-deprecated-link-.patch - patches.kernel.org/6.1.2-0181-lockd-set-other-missing-fields-when-unlocking-.patch - patches.kernel.org/6.1.2-0182-nfsd-return-error-if-nfs4_setacl-fails.patch - patches.kernel.org/6.1.2-0183-NFSD-pass-range-end-to-vfs_fsync_range-instead.patch - patches.kernel.org/6.1.2-0184-fs-sysv-Fix-sysv_nblocks-returns-wrong-value.patch - patches.kernel.org/6.1.2-0185-rapidio-fix-possible-UAF-when-kfifo_alloc-fail.patch - patches.kernel.org/6.1.2-0186-eventfd-change-int-to-__u64-in-eventfd_signal-.patch - patches.kernel.org/6.1.2-0187-relay-fix-type-mismatch-when-allocating-memory.patch - patches.kernel.org/6.1.2-0188-hfs-Fix-OOB-Write-in-hfs_asc2mac.patch - patches.kernel.org/6.1.2-0189-rapidio-devices-fix-missing-put_device-in-mpor.patch - patches.kernel.org/6.1.2-0190-ipc-fix-memory-leak-in-init_mqueue_fs.patch - patches.kernel.org/6.1.2-0191-platform-mellanox-mlxbf-pmc-Fix-event-typo.patch - patches.kernel.org/6.1.2-0192-selftests-bpf-Add-missing-bpf_iter_vma_offset_.patch - patches.kernel.org/6.1.2-0193-wifi-fix-multi-link-element-subelement-iterati.patch - patches.kernel.org/6.1.2-0194-wifi-mac80211-mlme-fix-null-ptr-deref-on-faile.patch - patches.kernel.org/6.1.2-0195-wifi-mac80211-check-link-ID-in-auth-assoc-cont.patch - patches.kernel.org/6.1.2-0196-wifi-mac80211-fix-ifdef-symbol-name.patch - patches.kernel.org/6.1.2-0197-drm-atomic-helper-Don-t-allocate-new-plane-sta.patch - patches.kernel.org/6.1.2-0198-wifi-ath9k-hif_usb-fix-memory-leak-of-urbs-in-.patch - patches.kernel.org/6.1.2-0199-wifi-ath9k-hif_usb-Fix-use-after-free-in-ath9k.patch - patches.kernel.org/6.1.2-0200-wifi-rtl8xxxu-Fix-reading-the-vendor-of-combo-.patch - patches.kernel.org/6.1.2-0201-wifi-ath11k-fix-firmware-assert-during-bandwid.patch - patches.kernel.org/6.1.2-0202-drm-bridge-adv7533-remove-dynamic-lane-switchi.patch - patches.kernel.org/6.1.2-0203-libbpf-Fix-use-after-free-in-btf_dump_name_dup.patch - patches.kernel.org/6.1.2-0204-libbpf-Fix-memory-leak-in-parse_usdt_arg.patch - patches.kernel.org/6.1.2-0205-selftests-bpf-Fix-memory-leak-caused-by-not-de.patch - patches.kernel.org/6.1.2-0206-selftest-bpf-Fix-memory-leak-in-kprobe_multi_t.patch - patches.kernel.org/6.1.2-0207-selftests-bpf-Fix-error-failure-of-case-test_x.patch - patches.kernel.org/6.1.2-0208-selftest-bpf-Fix-error-usage-of-ASSERT_OK-in-x.patch - patches.kernel.org/6.1.2-0209-libbpf-Use-elf_getshdrnum-instead-of-e_shnum.patch - patches.kernel.org/6.1.2-0210-libbpf-Deal-with-section-with-no-data-graceful.patch - patches.kernel.org/6.1.2-0211-libbpf-Fix-null-pointer-dereference-in-find_pr.patch - patches.kernel.org/6.1.2-0212-drm-lcdif-Switch-to-limited-range-for-RGB-to-Y.patch - patches.kernel.org/6.1.2-0213-ata-libata-fix-NCQ-autosense-logic.patch - patches.kernel.org/6.1.2-0214-pinctrl-ocelot-add-missing-destroy_workqueue-i.patch - patches.kernel.org/6.1.2-0215-ASoC-Intel-avs-Fix-DMA-mask-assignment.patch - patches.kernel.org/6.1.2-0216-ASoC-Intel-avs-Fix-potential-RX-buffer-overflo.patch - patches.kernel.org/6.1.2-0217-ipmi-kcs-Poll-OBF-briefly-to-reduce-OBE-latenc.patch - patches.kernel.org/6.1.2-0218-drm-amdgpu-Revert-drm-amdgpu-getting-fan-speed.patch - patches.kernel.org/6.1.2-0219-drm-amdgpu-powerplay-psm-Fix-memory-leak-in-po.patch - patches.kernel.org/6.1.2-0220-net-ethernet-adi-adin1110-Fix-SPI-transfers.patch - patches.kernel.org/6.1.2-0221-samples-bpf-Fix-map-iteration-in-xdp1_user.patch - patches.kernel.org/6.1.2-0222-samples-bpf-Fix-MAC-address-swapping-in-xdp2_k.patch - patches.kernel.org/6.1.2-0223-selftests-bpf-fix-missing-BPF-object-files.patch - patches.kernel.org/6.1.2-0224-drm-bridge-it6505-Initialize-AUX-channel-in-it.patch - patches.kernel.org/6.1.2-0225-Input-iqs7222-protect-against-undefined-slider.patch - patches.kernel.org/6.1.2-0226-media-v4l2-ctrls-Fix-off-by-one-error-in-integ.patch - patches.kernel.org/6.1.2-0227-media-coda-jpeg-Add-check-for-kmalloc.patch - patches.kernel.org/6.1.2-0228-media-amphion-reset-instance-if-it-s-aborted-b.patch - patches.kernel.org/6.1.2-0229-media-adv748x-afe-Select-input-port-when-initi.patch - patches.kernel.org/6.1.2-0230-media-v4l2-ioctl.c-Unify-YCbCr-YUV-terms-in-fo.patch - patches.kernel.org/6.1.2-0231-media-cedrus-hevc-Fix-offset-adjustments.patch - patches.kernel.org/6.1.2-0232-media-mediatek-vcodec-fix-h264-cavlc-bitstream.patch - patches.kernel.org/6.1.2-0233-drm-i915-guc-Limit-scheduling-properties-to-av.patch - patches.kernel.org/6.1.2-0234-drm-i915-Fix-compute-pre-emption-w-a-to-apply-.patch - patches.kernel.org/6.1.2-0235-media-i2c-hi846-Fix-memory-leak-in-hi846_parse.patch - patches.kernel.org/6.1.2-0236-media-i2c-ad5820-Fix-error-path.patch - patches.kernel.org/6.1.2-0237-venus-pm_helpers-Fix-error-check-in-vcodec_dom.patch - patches.kernel.org/6.1.2-0238-soreuseport-Fix-socket-selection-for-SO_INCOMI.patch - patches.kernel.org/6.1.2-0239-media-i2c-ov5648-Free-V4L2-fwnode-data-on-unbi.patch - patches.kernel.org/6.1.2-0240-media-exynos4-is-don-t-rely-on-the-v4l2_async_.patch - patches.kernel.org/6.1.2-0241-libbpf-Btf-dedup-identical-struct-test-needs-c.patch - patches.kernel.org/6.1.2-0242-can-kvaser_usb-kvaser_usb_leaf-Get-capabilitie.patch - patches.kernel.org/6.1.2-0243-can-kvaser_usb-kvaser_usb_leaf-Rename-leaf-usb.patch - patches.kernel.org/6.1.2-0244-can-kvaser_usb-kvaser_usb_leaf-Handle-CMD_ERRO.patch - patches.kernel.org/6.1.2-0245-can-kvaser_usb_leaf-Set-Warning-state-even-wit.patch - patches.kernel.org/6.1.2-0246-can-kvaser_usb_leaf-Fix-improved-state-not-bei.patch - patches.kernel.org/6.1.2-0247-can-kvaser_usb_leaf-Fix-wrong-CAN-state-after-.patch - patches.kernel.org/6.1.2-0248-can-kvaser_usb_leaf-Fix-bogus-restart-events.patch - patches.kernel.org/6.1.2-0249-can-kvaser_usb-Add-struct-kvaser_usb_busparams.patch - patches.kernel.org/6.1.2-0250-can-kvaser_usb-Compare-requested-bittiming-par.patch - patches.kernel.org/6.1.2-0251-clk-renesas-r8a779f0-Fix-SD0H-clock-name.patch - patches.kernel.org/6.1.2-0252-clk-renesas-r8a779a0-Fix-SD0H-clock-name.patch - patches.kernel.org/6.1.2-0253-ASoC-dt-bindings-rt5682-Set-sound-dai-cells-to.patch - patches.kernel.org/6.1.2-0254-drm-i915-guc-Add-error-capture-init-warnings-w.patch - patches.kernel.org/6.1.2-0255-drm-i915-guc-Fix-GuC-error-capture-sizing-esti.patch - patches.kernel.org/6.1.2-0256-dw9768-Enable-low-power-probe-on-ACPI.patch - patches.kernel.org/6.1.2-0257-drm-amd-display-wait-for-vblank-during-pipe-pr.patch - patches.kernel.org/6.1.2-0258-drm-rockchip-lvds-fix-PM-usage-counter-unbalan.patch - patches.kernel.org/6.1.2-0259-drm-i915-Handle-all-GTs-on-driver-un-load-path.patch - patches.kernel.org/6.1.2-0260-drm-i915-Refactor-ttm-ghost-obj-detection.patch - patches.kernel.org/6.1.2-0261-drm-i915-Encapsulate-lmem-rpm-stuff-in-intel_r.patch - patches.kernel.org/6.1.2-0262-drm-i915-dgfx-Grab-wakeref-at-i915_ttm_unmap_v.patch - patches.kernel.org/6.1.2-0263-clk-renesas-r9a06g032-Repair-grave-increment-e.patch - patches.kernel.org/6.1.2-0264-drm-lcdif-change-burst-size-to-256B.patch - patches.kernel.org/6.1.2-0265-drm-panel-panel-sitronix-st7701-Fix-RTNI-calcu.patch - patches.kernel.org/6.1.2-0266-spi-Update-reference-to-struct-spi_controller.patch - patches.kernel.org/6.1.2-0267-drm-panel-panel-sitronix-st7701-Remove-panel-o.patch - patches.kernel.org/6.1.2-0268-drm-ttm-fix-undefined-behavior-in-bit-shift-fo.patch - patches.kernel.org/6.1.2-0269-drm-msm-mdp5-stop-overriding-drvdata.patch - patches.kernel.org/6.1.2-0270-ima-Handle-ESTALE-returned-by-ima_filter_rule_.patch - patches.kernel.org/6.1.2-0271-drm-msm-hdmi-use-devres-helper-for-runtime-PM-.patch - patches.kernel.org/6.1.2-0272-bpf-Clobber-stack-slot-when-writing-over-spill.patch - patches.kernel.org/6.1.2-0273-bpf-Fix-slot-type-check-in-check_stack_write_v.patch - patches.kernel.org/6.1.2-0274-drm-msm-dpu1-Account-for-DSC-s-bits_per_pixel-.patch - patches.kernel.org/6.1.2-0275-drm-msm-dsi-Remove-useless-math-in-DSC-calcula.patch - patches.kernel.org/6.1.2-0276-drm-msm-dsi-Remove-repeated-calculation-of-sli.patch - patches.kernel.org/6.1.2-0277-drm-msm-dsi-Use-DIV_ROUND_UP-instead-of-condit.patch - patches.kernel.org/6.1.2-0278-drm-msm-dsi-Reuse-earlier-computed-dsc-slice_c.patch - patches.kernel.org/6.1.2-0279-drm-msm-dsi-Appropriately-set-dsc-mux_word_siz.patch - patches.kernel.org/6.1.2-0280-drm-msm-dsi-Migrate-to-drm_dsc_compute_rc_para.patch - patches.kernel.org/6.1.2-0281-drm-msm-dsi-Account-for-DSC-s-bits_per_pixel-h.patch - patches.kernel.org/6.1.2-0282-drm-msm-dsi-Disallow-8-BPC-DSC-configuration-f.patch - patches.kernel.org/6.1.2-0283-drm-msm-dsi-Prevent-signed-BPG-offsets-from-bl.patch - patches.kernel.org/6.1.2-0284-media-platform-mtk-mdp3-fix-error-handling-in-.patch - patches.kernel.org/6.1.2-0285-media-platform-mtk-mdp3-fix-error-handling-abo.patch - patches.kernel.org/6.1.2-0286-media-platform-mtk-mdp3-fix-error-handling-in-.patch - patches.kernel.org/6.1.2-0287-media-rkvdec-Add-required-padding.patch - patches.kernel.org/6.1.2-0288-media-vivid-fix-compose-size-exceed-boundary.patch - patches.kernel.org/6.1.2-0289-media-platform-exynos4-is-fix-return-value-che.patch - patches.kernel.org/6.1.2-0290-bpf-propagate-precision-in-ALU-ALU64-operation.patch - patches.kernel.org/6.1.2-0291-bpf-propagate-precision-across-all-frames-not-.patch - patches.kernel.org/6.1.2-0292-clk-qcom-gcc-ipq806x-use-parent_data-for-the-l.patch - patches.kernel.org/6.1.2-0293-clk-qcom-dispcc-sm6350-Add-CLK_OPS_PARENT_ENAB.patch - patches.kernel.org/6.1.2-0294-clk-qcom-gcc-sm8250-Use-retention-mode-for-USB.patch - patches.kernel.org/6.1.2-0295-mtd-Fix-device-name-leak-when-register-device-.patch - patches.kernel.org/6.1.2-0296-mtd-core-fix-possible-resource-leak-in-init_mt.patch - patches.kernel.org/6.1.2-0297-Input-joystick-fix-Kconfig-warning-for-JOYSTIC.patch - patches.kernel.org/6.1.2-0298-wifi-rsi-Fix-handling-of-802.3-EAPOL-frames-se.patch - patches.kernel.org/6.1.2-0299-media-camss-Clean-up-received-buffers-on-faile.patch - patches.kernel.org/6.1.2-0300-media-camss-Do-not-attach-an-already-attached-.patch - patches.kernel.org/6.1.2-0301-clk-renesas-r8a779f0-Fix-HSCIF-parent-clocks.patch - patches.kernel.org/6.1.2-0302-clk-renesas-r8a779f0-Fix-SCIF-parent-clocks.patch - patches.kernel.org/6.1.2-0303-virt-sev-guest-Add-a-MODULE_ALIAS.patch - patches.kernel.org/6.1.2-0304-net-proc-Provide-PROC_FS-n-fallback-for-proc_c.patch - patches.kernel.org/6.1.2-0305-rxrpc-Fix-ack.bufferSize-to-be-0-when-generati.patch - patches.kernel.org/6.1.2-0306-drm-lcdif-Set-and-enable-FIFO-Panic-threshold.patch - patches.kernel.org/6.1.2-0307-wifi-rtw89-use-u32_encode_bits-to-fill-MAC-quo.patch - patches.kernel.org/6.1.2-0308-drm-rcar-du-Drop-leftovers-dependencies-from-K.patch - patches.kernel.org/6.1.2-0309-regmap-irq-Use-the-new-num_config_regs-propert.patch - patches.kernel.org/6.1.2-0310-drbd-use-blk_queue_max_discard_sectors-helper.patch - patches.kernel.org/6.1.2-0311-bfq-fix-waker_bfqq-inconsistency-crash.patch - patches.kernel.org/6.1.2-0312-drm-radeon-Add-the-missed-acpi_put_table-to-fi.patch - patches.kernel.org/6.1.2-0313-dt-bindings-pinctrl-update-uart-mmc-bindings-f.patch - patches.kernel.org/6.1.2-0314-pinctrl-mediatek-fix-the-pinconf-register-offs.patch - patches.kernel.org/6.1.2-0315-wifi-iwlwifi-mei-make-sure-ownership-confirmed.patch - patches.kernel.org/6.1.2-0316-wifi-iwlwifi-mei-don-t-send-SAP-commands-if-AM.patch - patches.kernel.org/6.1.2-0317-wifi-iwlwifi-mei-fix-tx-DHCP-packet-for-device.patch - patches.kernel.org/6.1.2-0318-wifi-iwlwifi-mei-avoid-blocking-sap-messages-h.patch - patches.kernel.org/6.1.2-0319-wifi-iwlwifi-mei-fix-potential-NULL-ptr-deref-.patch - patches.kernel.org/6.1.2-0320-module-Fix-NULL-vs-IS_ERR-checking-for-module_.patch - patches.kernel.org/6.1.2-0321-ASoC-codecs-wsa883x-Use-proper-shutdown-GPIO-p.patch - patches.kernel.org/6.1.2-0322-ASoC-codecs-wsa883x-use-correct-header-file.patch - patches.kernel.org/6.1.2-0323-selftests-bpf-Fix-xdp_synproxy-compilation-fai.patch - patches.kernel.org/6.1.2-0324-selftests-bpf-Fix-incorrect-ASSERT-in-the-tcp_.patch - patches.kernel.org/6.1.2-0325-drm-mediatek-Modify-dpi-power-on-off-sequence.patch - patches.kernel.org/6.1.2-0326-ASoC-pxa-fix-null-pointer-dereference-in-filte.patch - patches.kernel.org/6.1.2-0327-nvmet-only-allocate-a-single-slab-for-bvecs.patch - patches.kernel.org/6.1.2-0328-regulator-core-fix-unbalanced-of-node-refcount.patch - patches.kernel.org/6.1.2-0329-amdgpu-pm-prevent-array-underflow-in-vega20_od.patch - patches.kernel.org/6.1.2-0330-nvme-return-err-on-nvme_init_non_mdts_limits-f.patch - patches.kernel.org/6.1.2-0331-wifi-rtw89-Fix-some-error-handling-path-in-rtw.patch - patches.kernel.org/6.1.2-0332-regulator-qcom-rpmh-Fix-PMR735a-S3-regulator-s.patch - patches.kernel.org/6.1.2-0333-drm-fourcc-Fix-vsub-hsub-for-Q410-and-Q401.patch - patches.kernel.org/6.1.2-0334-ALSA-memalloc-Allocate-more-contiguous-pages-f.patch - patches.kernel.org/6.1.2-0335-integrity-Fix-memory-leakage-in-keyring-alloca.patch - patches.kernel.org/6.1.2-0336-ima-Fix-misuse-of-dereference-of-pointer-in-te.patch - patches.kernel.org/6.1.2-0337-block-clear-slave_dir-when-dropping-the-main-s.patch - patches.kernel.org/6.1.2-0338-dm-cleanup-open_table_device.patch - patches.kernel.org/6.1.2-0339-dm-cleanup-close_table_device.patch - patches.kernel.org/6.1.2-0340-dm-make-sure-create-and-remove-dm-device-won-t.patch - patches.kernel.org/6.1.2-0341-dm-track-per-add_disk-holder-relations-in-DM.patch - patches.kernel.org/6.1.2-0342-selftests-bpf-fix-memory-leak-of-lsm_cgroup.patch - patches.kernel.org/6.1.2-0343-wifi-ath10k-Fix-return-value-in-ath10k_pci_ini.patch - patches.kernel.org/6.1.2-0344-drm-msm-a6xx-Fix-speed-bin-detection-vs-probe-.patch - patches.kernel.org/6.1.2-0345-mtd-lpddr2_nvm-Fix-possible-null-ptr-deref.patch - patches.kernel.org/6.1.2-0346-Input-elants_i2c-properly-handle-the-reset-GPI.patch - patches.kernel.org/6.1.2-0347-ASoC-amd-acp-Fix-possible-UAF-in-acp_dma_open.patch - patches.kernel.org/6.1.2-0348-net-ethernet-mtk_eth_soc-do-not-overwrite-mtu-.patch - patches.kernel.org/6.1.2-0349-media-amphion-add-lock-around-vdec_g_fmt.patch - patches.kernel.org/6.1.2-0350-media-amphion-apply-vb2_queue_error-instead-of.patch - patches.kernel.org/6.1.2-0351-media-vidtv-Fix-use-after-free-in-vidtv_bridge.patch - patches.kernel.org/6.1.2-0352-media-solo6x10-fix-possible-memory-leak-in-sol.patch - patches.kernel.org/6.1.2-0353-media-platform-exynos4-is-Fix-error-handling-i.patch - patches.kernel.org/6.1.2-0354-media-amphion-Fix-error-handling-in-vpu_driver.patch - patches.kernel.org/6.1.2-0355-media-videobuf-dma-contig-use-dma_mmap_coheren.patch - patches.kernel.org/6.1.2-0356-net-ethernet-mtk_eth_soc-fix-RSTCTRL_PPE-0-1-d.patch - patches.kernel.org/6.1.2-0357-udp-Clean-up-some-functions.patch - patches.kernel.org/6.1.2-0358-net-Return-errno-in-sk-sk_prot-get_port.patch - patches.kernel.org/6.1.2-0359-mtd-spi-nor-hide-jedec_id-sysfs-attribute-if-n.patch - patches.kernel.org/6.1.2-0360-mtd-spi-nor-Fix-the-number-of-bytes-for-the-du.patch - patches.kernel.org/6.1.2-0361-clk-imx93-correct-the-flexspi1-clock-setting.patch - patches.kernel.org/6.1.2-0362-bpf-Pin-the-start-cgroup-in-cgroup_iter_seq_in.patch - patches.kernel.org/6.1.2-0363-HID-i2c-let-RMI-devices-decide-what-constitute.patch - patches.kernel.org/6.1.2-0364-clk-imx93-unmap-anatop-base-in-error-handling-.patch - patches.kernel.org/6.1.2-0365-clk-imx93-correct-enet-clock.patch - patches.kernel.org/6.1.2-0366-bpf-Move-skb-len-0-checks-into-__bpf_redirect.patch - patches.kernel.org/6.1.2-0367-HID-hid-sensor-custom-set-fixed-size-for-custo.patch - patches.kernel.org/6.1.2-0368-clk-imx-imxrt1050-fix-IMXRT1050_CLK_LCDIF_APB-.patch - patches.kernel.org/6.1.2-0369-pinctrl-k210-call-of_node_put.patch - patches.kernel.org/6.1.2-0370-wifi-rtw89-fix-physts-IE-page-check.patch - patches.kernel.org/6.1.2-0371-ASoC-Intel-Skylake-Fix-Kconfig-dependency.patch - patches.kernel.org/6.1.2-0372-ASoC-Intel-avs-Lock-substream-before-snd_pcm_s.patch - patches.kernel.org/6.1.2-0373-ALSA-pcm-fix-undefined-behavior-in-bit-shift-f.patch - patches.kernel.org/6.1.2-0374-ALSA-seq-fix-undefined-behavior-in-bit-shift-f.patch - patches.kernel.org/6.1.2-0375-regulator-core-use-kfree_const-to-free-space-c.patch - patches.kernel.org/6.1.2-0376-clk-rockchip-Fix-memory-leak-in-rockchip_clk_r.patch - patches.kernel.org/6.1.2-0377-drm-amdgpu-fix-pci-device-refcount-leak.patch - patches.kernel.org/6.1.2-0378-drm-i915-guc-make-default_lists-const-data.patch - patches.kernel.org/6.1.2-0379-selftests-bpf-Make-sure-zero-len-skbs-aren-t-r.patch - patches.kernel.org/6.1.2-0380-selftests-bpf-Mount-debugfs-in-setns_by_fd.patch - patches.kernel.org/6.1.2-0381-bonding-fix-link-recovery-in-mode-2-when-updel.patch - patches.kernel.org/6.1.2-0382-clk-microchip-check-for-null-return-of-devm_kz.patch - patches.kernel.org/6.1.2-0383-mtd-core-Fix-refcount-error-in-del_mtd_device.patch - patches.kernel.org/6.1.2-0384-mtd-maps-pxa2xx-flash-fix-memory-leak-in-probe.patch - patches.kernel.org/6.1.2-0385-drbd-remove-call-to-memset-before-free-device-.patch - patches.kernel.org/6.1.2-0386-drbd-destroy-workqueue-when-drbd-device-was-fr.patch - patches.kernel.org/6.1.2-0387-ASoC-qcom-Add-checks-for-devm_kcalloc.patch - patches.kernel.org/6.1.2-0388-ASoC-qcom-cleanup-and-fix-dependency-of-QCOM_C.patch - patches.kernel.org/6.1.2-0389-ASoC-mediatek-mt8186-Correct-I2S-shared-clocks.patch - patches.kernel.org/6.1.2-0390-media-vimc-Fix-wrong-function-called-when-vimc.patch - patches.kernel.org/6.1.2-0391-media-imon-fix-a-race-condition-in-send_packet.patch - patches.kernel.org/6.1.2-0392-media-imx-imx7-media-csi-Clear-BIT_MIPI_DOUBLE.patch - patches.kernel.org/6.1.2-0393-media-mt9p031-Drop-bogus-v4l2_subdev_get_try_c.patch - patches.kernel.org/6.1.2-0394-clk-imx8mn-rename-vpu_pll-to-m7_alt_pll.patch - patches.kernel.org/6.1.2-0395-clk-imx-replace-osc_hdmi-with-dummy.patch - patches.kernel.org/6.1.2-0396-clk-imx-rename-video_pll1-to-video_pll.patch - patches.kernel.org/6.1.2-0397-clk-imx8mn-fix-imx8mn_sai2_sels-clocks-list.patch - patches.kernel.org/6.1.2-0398-clk-imx8mn-fix-imx8mn_enet_phy_sels-clocks-lis.patch - patches.kernel.org/6.1.2-0399-pinctrl-pinconf-generic-add-missing-of_node_pu.patch - patches.kernel.org/6.1.2-0400-media-dvb-core-Fix-ignored-return-value-in-dvb.patch - patches.kernel.org/6.1.2-0401-media-dvb-usb-az6027-fix-null-ptr-deref-in-az6.patch - patches.kernel.org/6.1.2-0402-x86-boot-Skip-realmode-init-code-when-running-.patch - patches.kernel.org/6.1.2-0403-media-sun6i-mipi-csi2-Require-both-pads-to-be-.patch - patches.kernel.org/6.1.2-0404-media-sun8i-a83t-mipi-csi2-Require-both-pads-t.patch - patches.kernel.org/6.1.2-0405-media-sun6i-mipi-csi2-Register-async-subdev-wi.patch - patches.kernel.org/6.1.2-0406-media-sun8i-a83t-mipi-csi2-Register-async-subd.patch - patches.kernel.org/6.1.2-0407-media-amphion-try-to-wakeup-vpu-core-to-avoid-.patch - patches.kernel.org/6.1.2-0408-media-amphion-cancel-vpu-before-release-instan.patch - patches.kernel.org/6.1.2-0409-media-amphion-lock-and-check-m2m_ctx-in-event-.patch - patches.kernel.org/6.1.2-0410-media-mediatek-vcodec-Fix-getting-NULL-pointer.patch - patches.kernel.org/6.1.2-0411-media-mediatek-vcodec-Fix-h264-set-lat-buffer-.patch - patches.kernel.org/6.1.2-0412-media-mediatek-vcodec-Setting-lat-buf-to-lat_l.patch - patches.kernel.org/6.1.2-0413-media-mediatek-vcodec-Core-thread-depends-on-c.patch - patches.kernel.org/6.1.2-0414-media-s5p-mfc-Add-variant-data-for-MFC-v7-hard.patch - patches.kernel.org/6.1.2-0415-drm-tegra-Add-missing-clk_disable_unprepare-in.patch - patches.kernel.org/6.1.2-0416-ASoC-dt-bindings-wcd9335-fix-reset-line-polari.patch - patches.kernel.org/6.1.2-0417-ASoC-mediatek-mtk-btcvsd-Add-checks-for-write-.patch - patches.kernel.org/6.1.2-0418-drm-msm-mdp5-fix-reading-hw-revision-on-db410c.patch - patches.kernel.org/6.1.2-0419-NFSv4.2-Clear-FATTR4_WORD2_SECURITY_LABEL-when.patch - patches.kernel.org/6.1.2-0420-NFSv4.2-Always-decode-the-security-label.patch - patches.kernel.org/6.1.2-0421-NFSv4.2-Fix-a-memory-stomp-in-decode_attr_secu.patch - patches.kernel.org/6.1.2-0422-NFSv4.2-Fix-initialisation-of-struct-nfs4_labe.patch - patches.kernel.org/6.1.2-0423-NFSv4-Fix-a-credential-leak-in-_nfs4_discover_.patch - patches.kernel.org/6.1.2-0424-NFSv4-Fix-a-deadlock-between-nfs4_open_recover.patch - patches.kernel.org/6.1.2-0425-NFS-Fix-an-Oops-in-nfs_d_automount.patch - patches.kernel.org/6.1.2-0426-ALSA-asihpi-fix-missing-pci_disable_device.patch - patches.kernel.org/6.1.2-0427-wifi-plfxlc-fix-potential-memory-leak-in-__lf_.patch - patches.kernel.org/6.1.2-0428-wifi-rtl8xxxu-Fix-use-after-rcu_read_unlock-in.patch - patches.kernel.org/6.1.2-0429-wifi-iwlwifi-mvm-fix-double-free-on-tx-path.patch - patches.kernel.org/6.1.2-0430-ASoC-mediatek-mt8173-Enable-IRQ-when-pdata-is-.patch - patches.kernel.org/6.1.2-0431-clk-mediatek-fix-dependency-of-MT7986-ADC-cloc.patch - patches.kernel.org/6.1.2-0432-drm-amd-pm-smu11-BACO-is-supported-when-it-s-i.patch - patches.kernel.org/6.1.2-0433-amdgpu-nv.c-Corrected-typo-in-the-video-capabi.patch - patches.kernel.org/6.1.2-0434-drm-radeon-Fix-PCI-device-refcount-leak-in-rad.patch - patches.kernel.org/6.1.2-0435-drm-amdgpu-Fix-PCI-device-refcount-leak-in-amd.patch - patches.kernel.org/6.1.2-0436-drm-amdkfd-Fix-memory-leakage.patch - patches.kernel.org/6.1.2-0437-drm-i915-bios-fix-a-memory-leak-in-generate_lf.patch - patches.kernel.org/6.1.2-0438-ASoC-pcm512x-Fix-PM-disable-depth-imbalance-in.patch - patches.kernel.org/6.1.2-0439-clk-visconti-Fix-memory-leak-in-visconti_regis.patch - patches.kernel.org/6.1.2-0440-netfilter-conntrack-set-icmpv6-redirects-as-RE.patch - patches.kernel.org/6.1.2-0441-Input-wistron_btns-disable-on-UML.patch - patches.kernel.org/6.1.2-0442-bpf-sockmap-Fix-repeated-calls-to-sock_put-whe.patch - patches.kernel.org/6.1.2-0443-bpf-sockmap-Fix-missing-BPF_F_INGRESS-flag-whe.patch - patches.kernel.org/6.1.2-0444-bpf-sockmap-Fix-data-loss-caused-by-using-appl.patch - patches.kernel.org/6.1.2-0445-bonding-uninitialized-variable-in-bond_miimon_.patch - patches.kernel.org/6.1.2-0446-spi-spidev-mask-SPI_CS_HIGH-in-SPI_IOC_RD_MODE.patch - patches.kernel.org/6.1.2-0447-wifi-nl80211-Add-checks-for-nla_nest_start-in-.patch - patches.kernel.org/6.1.2-0448-wifi-mac80211-fix-memory-leak-in-ieee80211_if_.patch - patches.kernel.org/6.1.2-0449-wifi-mac80211-fix-maybe-unused-warning.patch - patches.kernel.org/6.1.2-0450-wifi-cfg80211-Fix-not-unregister-reg_pdev-when.patch - patches.kernel.org/6.1.2-0451-wifi-mt76-mt7921-fix-antenna-signal-are-way-of.patch - patches.kernel.org/6.1.2-0452-wifi-mt76-mt7915-fix-mt7915_mac_set_timing.patch - patches.kernel.org/6.1.2-0453-wifi-mt76-mt7915-fix-reporting-of-TX-AGGR-hist.patch - patches.kernel.org/6.1.2-0454-wifi-mt76-mt7921-fix-reporting-of-TX-AGGR-hist.patch - patches.kernel.org/6.1.2-0455-wifi-mt76-mt7915-rework-eeprom-tx-paths-and-st.patch - patches.kernel.org/6.1.2-0456-wifi-mt76-mt7915-Fix-chainmask-calculation-on-.patch - patches.kernel.org/6.1.2-0457-wifi-mt76-mt7921-fix-wrong-power-after-multipl.patch - patches.kernel.org/6.1.2-0458-wifi-mt76-fix-coverity-overrun-call-in-mt76_ge.patch - patches.kernel.org/6.1.2-0459-wifi-mt76-mt7921-Add-missing-__packed-annotati.patch - patches.kernel.org/6.1.2-0460-wifi-mt76-do-not-send-firmware-FW_FEATURE_NON_.patch - patches.kernel.org/6.1.2-0461-mt76-mt7915-Fix-PCI-device-refcount-leak-in-mt.patch - patches.kernel.org/6.1.2-0462-regulator-core-fix-module-refcount-leak-in-set.patch - patches.kernel.org/6.1.2-0463-clk-qcom-lpass-sc7280-Fix-pm_runtime-usage.patch - patches.kernel.org/6.1.2-0464-clk-qcom-lpass-sc7180-Fix-pm_runtime-usage.patch - patches.kernel.org/6.1.2-0465-clk-qcom-clk-krait-fix-wrong-div2-functions.patch - patches.kernel.org/6.1.2-0466-Revert-net-hsr-use-hlist_head-instead-of-list_.patch - patches.kernel.org/6.1.2-0467-hsr-Add-a-rcu-read-lock-to-hsr_forward_skb.patch - patches.kernel.org/6.1.2-0468-hsr-Avoid-double-remove-of-a-node.patch - patches.kernel.org/6.1.2-0469-hsr-Disable-netpoll.patch - patches.kernel.org/6.1.2-0470-hsr-Synchronize-sending-frames-to-have-always-.patch - patches.kernel.org/6.1.2-0471-hsr-Synchronize-sequence-number-updates.patch - patches.kernel.org/6.1.2-0472-configfs-fix-possible-memory-leak-in-configfs_.patch - patches.kernel.org/6.1.2-0473-regulator-core-fix-resource-leak-in-regulator_.patch - patches.kernel.org/6.1.2-0474-hwmon-jc42-Convert-register-access-and-caching.patch - patches.kernel.org/6.1.2-0475-hwmon-jc42-Restore-the-min-max-critical-temper.patch - patches.kernel.org/6.1.2-0476-bpf-Add-dummy-type-reference-to-nf_conn___init.patch - patches.kernel.org/6.1.2-0477-bpf-sockmap-fix-race-in-sock_map_free.patch - patches.kernel.org/6.1.2-0478-ALSA-pcm-Set-missing-stop_operating-flag-at-un.patch - patches.kernel.org/6.1.2-0479-media-saa7164-fix-missing-pci_disable_device.patch - patches.kernel.org/6.1.2-0480-media-ov5640-set-correct-default-link-frequenc.patch - patches.kernel.org/6.1.2-0481-ALSA-mts64-fix-possible-null-ptr-defer-in-snd_.patch - patches.kernel.org/6.1.2-0482-pinctrl-thunderbay-fix-possible-memory-leak-in.patch - patches.kernel.org/6.1.2-0483-xprtrdma-Fix-regbuf-data-not-freed-in-rpcrdma_.patch - patches.kernel.org/6.1.2-0484-SUNRPC-Fix-missing-release-socket-in-rpc_sockn.patch - patches.kernel.org/6.1.2-0485-NFSv4.2-Set-the-correct-size-scratch-buffer-fo.patch - patches.kernel.org/6.1.2-0486-NFS-Allow-very-small-rsize-wsize-again.patch - patches.kernel.org/6.1.2-0487-NFSv4.x-Fail-client-initialisation-if-state-ma.patch - patches.kernel.org/6.1.2-0488-riscv-bpf-Emit-fixed-length-instructions-for-B.patch - patches.kernel.org/6.1.2-0489-bpftool-Fix-memory-leak-in-do_build_table_cb.patch - patches.kernel.org/6.1.2-0490-hwmon-emc2305-fix-unable-to-probe-emc2301-2-3.patch - patches.kernel.org/6.1.2-0491-hwmon-emc2305-fix-pwm-never-being-able-to-set-.patch - patches.kernel.org/6.1.2-0492-mmc-alcor-fix-return-value-check-of-mmc_add_ho.patch - patches.kernel.org/6.1.2-0493-mmc-moxart-fix-return-value-check-of-mmc_add_h.patch - patches.kernel.org/6.1.2-0494-mmc-mxcmmc-fix-return-value-check-of-mmc_add_h.patch - patches.kernel.org/6.1.2-0495-mmc-pxamci-fix-return-value-check-of-mmc_add_h.patch - patches.kernel.org/6.1.2-0496-mmc-rtsx_pci-fix-return-value-check-of-mmc_add.patch - patches.kernel.org/6.1.2-0497-mmc-rtsx_usb_sdmmc-fix-return-value-check-of-m.patch - patches.kernel.org/6.1.2-0498-mmc-toshsd-fix-return-value-check-of-mmc_add_h.patch - patches.kernel.org/6.1.2-0499-mmc-vub300-fix-return-value-check-of-mmc_add_h.patch - patches.kernel.org/6.1.2-0500-mmc-wmt-sdmmc-fix-return-value-check-of-mmc_ad.patch - patches.kernel.org/6.1.2-0501-mmc-litex_mmc-ensure-host-irq-0-if-polling.patch - patches.kernel.org/6.1.2-0502-mmc-atmel-mci-fix-return-value-check-of-mmc_ad.patch - patches.kernel.org/6.1.2-0503-mmc-omap_hsmmc-fix-return-value-check-of-mmc_a.patch - patches.kernel.org/6.1.2-0504-mmc-meson-gx-fix-return-value-check-of-mmc_add.patch - patches.kernel.org/6.1.2-0505-mmc-via-sdmmc-fix-return-value-check-of-mmc_ad.patch - patches.kernel.org/6.1.2-0506-mmc-wbsd-fix-return-value-check-of-mmc_add_hos.patch - patches.kernel.org/6.1.2-0507-mmc-mmci-fix-return-value-check-of-mmc_add_hos.patch - patches.kernel.org/6.1.2-0508-mmc-renesas_sdhi-alway-populate-SCC-pointer.patch - patches.kernel.org/6.1.2-0509-memstick-ms_block-Add-check-for-alloc_ordered_.patch - patches.kernel.org/6.1.2-0510-mmc-core-Normalize-the-error-handling-branch-i.patch - patches.kernel.org/6.1.2-0511-nvme-pass-nr_maps-explicitly-to-nvme_alloc_io_.patch - patches.kernel.org/6.1.2-0512-regulator-qcom-labibb-Fix-missing-of_node_put-.patch - patches.kernel.org/6.1.2-0513-media-c8sectpfe-Add-of_node_put-when-breaking-.patch - patches.kernel.org/6.1.2-0514-media-coda-Add-check-for-dcoda_iram_alloc.patch - patches.kernel.org/6.1.2-0515-media-coda-Add-check-for-kmalloc.patch - patches.kernel.org/6.1.2-0516-media-staging-stkwebcam-Restore-MEDIA_-USB-CAM.patch - patches.kernel.org/6.1.2-0517-clk-samsung-Fix-memory-leak-in-_samsung_clk_re.patch - patches.kernel.org/6.1.2-0518-spi-spi-gpio-Don-t-set-MOSI-as-an-input-if-not.patch - patches.kernel.org/6.1.2-0519-wifi-rtl8xxxu-Add-__packed-to-struct-rtl8723bu.patch - patches.kernel.org/6.1.2-0520-wifi-rtl8xxxu-Fix-the-channel-width-reporting.patch - patches.kernel.org/6.1.2-0521-wifi-brcmfmac-Fix-error-return-code-in-brcmf_s.patch - patches.kernel.org/6.1.2-0522-blktrace-Fix-output-non-blktrace-event-when-bl.patch - patches.kernel.org/6.1.2-0523-bpf-Do-not-zero-extend-kfunc-return-values.patch - patches.kernel.org/6.1.2-0524-clk-socfpga-Fix-memory-leak-in-socfpga_gate_in.patch - patches.kernel.org/6.1.2-0525-net-vmw_vsock-vmci-Check-memcpy_from_msg.patch - patches.kernel.org/6.1.2-0526-net-defxx-Fix-missing-err-handling-in-dfx_init.patch - patches.kernel.org/6.1.2-0527-net-stmmac-selftests-fix-potential-memleak-in-.patch - patches.kernel.org/6.1.2-0528-net-stmmac-fix-possible-memory-leak-in-stmmac_.patch - patches.kernel.org/6.1.2-0529-drivers-net-qlcnic-Fix-potential-memory-leak-i.patch - patches.kernel.org/6.1.2-0530-ipvs-use-u64_stats_t-for-the-per-cpu-counters.patch - patches.kernel.org/6.1.2-0531-of-overlay-fix-null-pointer-dereferencing-in-f.patch - patches.kernel.org/6.1.2-0532-ethernet-s2io-don-t-call-dev_kfree_skb-under-s.patch - patches.kernel.org/6.1.2-0533-net-farsync-Fix-kmemleak-when-rmmods-farsync.patch - patches.kernel.org/6.1.2-0534-net-tunnel-wait-until-all-sk_user_data-reader-.patch - patches.kernel.org/6.1.2-0535-net-apple-mace-don-t-call-dev_kfree_skb-under-.patch - patches.kernel.org/6.1.2-0536-net-apple-bmac-don-t-call-dev_kfree_skb-under-.patch - patches.kernel.org/6.1.2-0537-net-emaclite-don-t-call-dev_kfree_skb-under-sp.patch - patches.kernel.org/6.1.2-0538-net-ethernet-dnet-don-t-call-dev_kfree_skb-und.patch - patches.kernel.org/6.1.2-0539-hamradio-don-t-call-dev_kfree_skb-under-spin_l.patch - patches.kernel.org/6.1.2-0540-net-amd-lance-don-t-call-dev_kfree_skb-under-s.patch - patches.kernel.org/6.1.2-0541-net-setsockopt-fix-IPV6_UNICAST_IF-option-for-.patch - patches.kernel.org/6.1.2-0542-af_unix-call-proto_unregister-in-the-error-pat.patch - patches.kernel.org/6.1.2-0543-net-amd-xgbe-Fix-logic-around-active-and-passi.patch - patches.kernel.org/6.1.2-0544-net-amd-xgbe-Check-only-the-minimum-speed-for-.patch - patches.kernel.org/6.1.2-0545-can-tcan4x5x-Remove-invalid-write-in-clear_int.patch - patches.kernel.org/6.1.2-0546-can-m_can-Call-the-RAM-init-directly-from-m_ca.patch - patches.kernel.org/6.1.2-0547-can-tcan4x5x-Fix-use-of-register-error-status-.patch - patches.kernel.org/6.1.2-0548-net-ethernet-ti-am65-cpsw-Fix-PM-runtime-leaka.patch - patches.kernel.org/6.1.2-0549-net-lan9303-Fix-read-error-execution-path.patch - patches.kernel.org/6.1.2-0550-ntb_netdev-Use-dev_kfree_skb_any-in-interrupt-.patch - patches.kernel.org/6.1.2-0551-sctp-sysctl-make-extra-pointers-netns-aware.patch - patches.kernel.org/6.1.2-0552-Bluetooth-hci_core-fix-error-handling-in-hci_r.patch - patches.kernel.org/6.1.2-0553-Bluetooth-MGMT-Fix-error-report-for-ADD_EXT_AD.patch - patches.kernel.org/6.1.2-0554-Bluetooth-Fix-EALREADY-and-ELOOP-cases-in-bt_s.patch - patches.kernel.org/6.1.2-0555-Bluetooth-hci_conn-Fix-crash-on-hci_create_cis.patch - patches.kernel.org/6.1.2-0556-Bluetooth-btintel-Fix-missing-free-skb-in-btin.patch - patches.kernel.org/6.1.2-0557-Bluetooth-btusb-don-t-call-kfree_skb-under-spi.patch - patches.kernel.org/6.1.2-0558-Bluetooth-hci_qca-don-t-call-kfree_skb-under-s.patch - patches.kernel.org/6.1.2-0559-Bluetooth-hci_ll-don-t-call-kfree_skb-under-sp.patch - patches.kernel.org/6.1.2-0560-Bluetooth-hci_h5-don-t-call-kfree_skb-under-sp.patch - patches.kernel.org/6.1.2-0561-Bluetooth-hci_bcsp-don-t-call-kfree_skb-under-.patch - patches.kernel.org/6.1.2-0562-Bluetooth-hci_core-don-t-call-kfree_skb-under-.patch - patches.kernel.org/6.1.2-0563-Bluetooth-RFCOMM-don-t-call-kfree_skb-under-sp.patch - patches.kernel.org/6.1.2-0564-octeontx2-af-cn10k-mcs-Fix-a-resource-leak-in-.patch - patches.kernel.org/6.1.2-0565-stmmac-fix-potential-division-by-0.patch - patches.kernel.org/6.1.2-0566-i40e-Fix-the-inability-to-attach-XDP-program-o.patch - patches.kernel.org/6.1.2-0567-net-dsa-tag_8021q-avoid-leaking-ctx-on-dsa_tag.patch - patches.kernel.org/6.1.2-0568-apparmor-fix-a-memleak-in-multi_transaction_ne.patch - patches.kernel.org/6.1.2-0569-apparmor-fix-lockdep-warning-when-removing-a-n.patch - patches.kernel.org/6.1.2-0570-apparmor-Fix-abi-check-to-include-v8-abi.patch - patches.kernel.org/6.1.2-0571-apparmor-Fix-regression-in-stacking-due-to-lab.patch - patches.kernel.org/6.1.2-0572-crypto-hisilicon-qm-fix-incorrect-parameters-u.patch - patches.kernel.org/6.1.2-0573-crypto-hisilicon-qm-re-enable-communicate-inte.patch - patches.kernel.org/6.1.2-0574-crypto-sun8i-ss-use-dma_addr-instead-u32.patch - patches.kernel.org/6.1.2-0575-crypto-nitrox-avoid-double-free-on-error-path-.patch - patches.kernel.org/6.1.2-0576-crypto-tcrypt-fix-return-value-for-multiple-su.patch - patches.kernel.org/6.1.2-0577-scsi-core-Fix-a-race-between-scsi_done-and-scs.patch - patches.kernel.org/6.1.2-0578-apparmor-Use-pointer-to-struct-aa_label-for-lb.patch - patches.kernel.org/6.1.2-0579-PCI-dwc-Fix-n_fts-array-overrun.patch - patches.kernel.org/6.1.2-0580-RDMA-core-Fix-order-of-nldev_exit-call.patch - patches.kernel.org/6.1.2-0581-PCI-pci-epf-test-Register-notifier-if-only-cor.patch - patches.kernel.org/6.1.2-0582-f2fs-Fix-the-race-condition-of-resize-flag-bet.patch - patches.kernel.org/6.1.2-0583-crypto-rockchip-do-not-do-custom-power-managem.patch - patches.kernel.org/6.1.2-0584-crypto-rockchip-do-not-store-mode-globally.patch - patches.kernel.org/6.1.2-0585-crypto-rockchip-add-fallback-for-cipher.patch - patches.kernel.org/6.1.2-0586-crypto-rockchip-add-fallback-for-ahash.patch - patches.kernel.org/6.1.2-0587-crypto-rockchip-better-handle-cipher-key.patch - patches.kernel.org/6.1.2-0588-crypto-rockchip-remove-non-aligned-handling.patch - patches.kernel.org/6.1.2-0589-crypto-rockchip-rework-by-using-crypto_engine.patch - patches.kernel.org/6.1.2-0590-apparmor-Fix-memleak-in-alloc_ns.patch - patches.kernel.org/6.1.2-0591-fortify-Do-not-cast-to-unsigned-char.patch - patches.kernel.org/6.1.2-0592-f2fs-fix-to-invalidate-dcc-f2fs_issue_discard-.patch - patches.kernel.org/6.1.2-0593-f2fs-fix-gc-mode-when-gc_urgent_high_remaining.patch - patches.kernel.org/6.1.2-0594-f2fs-fix-normal-discard-process.patch - patches.kernel.org/6.1.2-0595-f2fs-allow-to-set-compression-for-inlined-file.patch - patches.kernel.org/6.1.2-0596-f2fs-fix-the-assign-logic-of-iocb.patch - patches.kernel.org/6.1.2-0597-f2fs-fix-to-destroy-sbi-post_read_wq-in-error-.patch - patches.kernel.org/6.1.2-0598-RDMA-irdma-Report-the-correct-link-speed.patch - patches.kernel.org/6.1.2-0599-scsi-qla2xxx-Fix-set-but-not-used-variable-war.patch - patches.kernel.org/6.1.2-0600-RDMA-siw-Fix-immediate-work-request-flush-to-c.patch - patches.kernel.org/6.1.2-0601-IB-mad-Don-t-call-to-function-that-might-sleep.patch - patches.kernel.org/6.1.2-0602-PCI-vmd-Disable-MSI-remapping-after-suspend.patch - patches.kernel.org/6.1.2-0603-PCI-imx6-Initialize-PHY-before-deasserting-cor.patch - patches.kernel.org/6.1.2-0604-f2fs-fix-to-avoid-accessing-uninitialized-spin.patch - patches.kernel.org/6.1.2-0605-RDMA-restrack-Release-MR-restrack-when-delete.patch - patches.kernel.org/6.1.2-0606-RDMA-core-Make-sure-ib_port-is-valid-when-acce.patch - patches.kernel.org/6.1.2-0607-RDMA-nldev-Return-EAGAIN-if-the-cm_id-isn-t-fr.patch - patches.kernel.org/6.1.2-0608-RDMA-siw-Set-defined-status-for-work-completio.patch - patches.kernel.org/6.1.2-0609-RDMA-irdma-Fix-inline-for-multiple-SGE-s.patch - patches.kernel.org/6.1.2-0610-RDMA-irdma-Fix-RQ-completion-opcode.patch - patches.kernel.org/6.1.2-0611-RDMA-irdma-Do-not-request-2-level-PBLEs-for-CQ.patch - patches.kernel.org/6.1.2-0612-scsi-scsi_debug-Fix-a-warning-in-resp_write_sc.patch - patches.kernel.org/6.1.2-0613-crypto-ccree-Remove-debugfs-when-platform_driv.patch - patches.kernel.org/6.1.2-0614-crypto-cryptd-Use-request-context-instead-of-s.patch - patches.kernel.org/6.1.2-0615-crypto-hisilicon-qm-add-missing-pci_dev_put-in.patch - patches.kernel.org/6.1.2-0616-RDMA-rxe-Fix-mr-map-double-free.patch - patches.kernel.org/6.1.2-0617-RDMA-hns-Fix-ext_sge-num-error-when-post-send.patch - patches.kernel.org/6.1.2-0618-RDMA-hns-Fix-incorrect-sge-nums-calculation.patch - patches.kernel.org/6.1.2-0619-PCI-Check-for-alloc-failure-in-pci_request_irq.patch - patches.kernel.org/6.1.2-0620-RDMA-hfi-Decrease-PCI-device-reference-count-i.patch - patches.kernel.org/6.1.2-0621-crypto-ccree-Make-cc_debugfs_global_fini-avail.patch - patches.kernel.org/6.1.2-0622-RDMA-irdma-Initialize-net_type-before-checking.patch - patches.kernel.org/6.1.2-0623-RDMA-hns-fix-memory-leak-in-hns_roce_alloc_mr.patch - patches.kernel.org/6.1.2-0624-RDMA-rxe-Fix-NULL-ptr-deref-in-rxe_qp_do_clean.patch - patches.kernel.org/6.1.2-0625-dt-bindings-imx6q-pcie-Fix-clock-names-for-imx.patch - patches.kernel.org/6.1.2-0626-dt-bindings-visconti-pcie-Fix-interrupts-array.patch - patches.kernel.org/6.1.2-0627-PCI-endpoint-pci-epf-vntb-Fix-call-pci_epc_mem.patch - patches.kernel.org/6.1.2-0628-scsi-hpsa-Fix-possible-memory-leak-in-hpsa_ini.patch - patches.kernel.org/6.1.2-0629-crypto-tcrypt-Fix-multibuffer-skcipher-speed-t.patch - patches.kernel.org/6.1.2-0630-padata-Always-leave-BHs-disabled-when-running-.patch - patches.kernel.org/6.1.2-0631-padata-Fix-list-iterator-in-padata_do_serial.patch - patches.kernel.org/6.1.2-0632-crypto-x86-aegis128-fix-possible-crash-with-CF.patch - patches.kernel.org/6.1.2-0633-crypto-x86-aria-fix-crash-with-CFI-enabled.patch - patches.kernel.org/6.1.2-0634-crypto-x86-sha1-fix-possible-crash-with-CFI-en.patch - patches.kernel.org/6.1.2-0635-crypto-x86-sha256-fix-possible-crash-with-CFI-.patch - patches.kernel.org/6.1.2-0636-crypto-x86-sha512-fix-possible-crash-with-CFI-.patch - patches.kernel.org/6.1.2-0637-crypto-x86-sm3-fix-possible-crash-with-CFI-ena.patch - patches.kernel.org/6.1.2-0638-crypto-x86-sm4-fix-crash-with-CFI-enabled.patch - patches.kernel.org/6.1.2-0639-crypto-arm64-sm3-add-NEON-assembly-implementat.patch - patches.kernel.org/6.1.2-0640-crypto-arm64-sm3-fix-possible-crash-with-CFI-e.patch - patches.kernel.org/6.1.2-0641-crypto-hisilicon-qm-fix-QM_XEQ_DEPTH_CAP-mask-.patch - patches.kernel.org/6.1.2-0642-scsi-mpt3sas-Fix-possible-resource-leaks-in-mp.patch - patches.kernel.org/6.1.2-0643-scsi-hpsa-Fix-error-handling-in-hpsa_add_sas_h.patch - patches.kernel.org/6.1.2-0644-scsi-hpsa-Fix-possible-memory-leak-in-hpsa_add.patch - patches.kernel.org/6.1.2-0645-scsi-efct-Fix-possible-memleak-in-efct_device_.patch - patches.kernel.org/6.1.2-0646-scsi-scsi_debug-Fix-a-warning-in-resp_verify.patch - patches.kernel.org/6.1.2-0647-scsi-scsi_debug-Fix-a-warning-in-resp_report_z.patch - patches.kernel.org/6.1.2-0648-scsi-fcoe-Fix-possible-name-leak-when-device_r.patch - patches.kernel.org/6.1.2-0649-scsi-scsi_debug-Fix-possible-name-leak-in-sdeb.patch - patches.kernel.org/6.1.2-0650-scsi-ipr-Fix-WARNING-in-ipr_init.patch - patches.kernel.org/6.1.2-0651-scsi-fcoe-Fix-transport-not-deattached-when-fc.patch - patches.kernel.org/6.1.2-0652-scsi-snic-Fix-possible-UAF-in-snic_tgt_create.patch - patches.kernel.org/6.1.2-0653-scsi-ufs-core-Fix-the-polling-implementation.patch - patches.kernel.org/6.1.2-0654-RDMA-nldev-Add-checks-for-nla_nest_start-in-fi.patch - patches.kernel.org/6.1.2-0655-f2fs-set-zstd-compress-level-correctly.patch - patches.kernel.org/6.1.2-0656-f2fs-fix-to-enable-compress-for-newly-created-.patch - patches.kernel.org/6.1.2-0657-f2fs-avoid-victim-selection-from-previous-vict.patch - patches.kernel.org/6.1.2-0658-RDMA-nldev-Fix-failure-to-send-large-messages.patch - patches.kernel.org/6.1.2-0659-crypto-qat-fix-error-return-code-in-adf_probe.patch - patches.kernel.org/6.1.2-0660-crypto-amlogic-Remove-kcalloc-without-check.patch - patches.kernel.org/6.1.2-0661-crypto-omap-sham-Use-pm_runtime_resume_and_get.patch - patches.kernel.org/6.1.2-0662-riscv-mm-add-arch-hook-arch_clear_hugepage_fla.patch - patches.kernel.org/6.1.2-0663-RDMA-Disable-IB-HW-for-UML.patch - patches.kernel.org/6.1.2-0664-RDMA-hfi1-Fix-error-return-code-in-parse_platf.patch - patches.kernel.org/6.1.2-0665-RDMA-srp-Fix-error-return-code-in-srp_parse_op.patch - patches.kernel.org/6.1.2-0666-PCI-vmd-Fix-secondary-bus-reset-for-Intel-brid.patch - patches.kernel.org/6.1.2-0667-orangefs-Fix-sysfs-not-cleanup-when-dev-init-f.patch - patches.kernel.org/6.1.2-0668-RDMA-hns-Fix-the-gid-problem-caused-by-free-mr.patch - patches.kernel.org/6.1.2-0669-RDMA-hns-Fix-AH-attr-queried-by-query_qp.patch - patches.kernel.org/6.1.2-0670-RDMA-hns-Fix-PBL-page-MTR-find.patch - patches.kernel.org/6.1.2-0671-RDMA-hns-Fix-page-size-cap-from-firmware.patch - patches.kernel.org/6.1.2-0672-RDMA-hns-Fix-error-code-of-CMD.patch - patches.kernel.org/6.1.2-0673-RDMA-hns-Fix-XRC-caps-on-HIP08.patch - patches.kernel.org/6.1.2-0674-RISC-V-Fix-unannoted-hardirqs-on-in-return-to-.patch - patches.kernel.org/6.1.2-0675-RISC-V-Fix-MEMREMAP_WB-for-systems-with-Svpbmt.patch - patches.kernel.org/6.1.2-0676-riscv-Fix-crash-during-early-errata-patching.patch - patches.kernel.org/6.1.2-0677-crypto-img-hash-Fix-variable-dereferenced-befo.patch - patches.kernel.org/6.1.2-0678-hwrng-amd-Fix-PCI-device-refcount-leak.patch - patches.kernel.org/6.1.2-0679-hwrng-geode-Fix-PCI-device-refcount-leak.patch - patches.kernel.org/6.1.2-0680-IB-IPoIB-Fix-queue-count-inconsistency-for-PKE.patch - patches.kernel.org/6.1.2-0681-RISC-V-Align-the-shadow-stack.patch - patches.kernel.org/6.1.2-0682-f2fs-fix-iostat-parameter-for-discard.patch - patches.kernel.org/6.1.2-0683-riscv-Fix-P4D_SHIFT-definition-for-3-level-pag.patch - patches.kernel.org/6.1.2-0684-drivers-dio-fix-possible-memory-leak-in-dio_in.patch - patches.kernel.org/6.1.2-0685-serial-tegra-Read-DMA-status-before-terminatin.patch - patches.kernel.org/6.1.2-0686-serial-8250_bcm7271-Fix-error-handling-in-brcm.patch - patches.kernel.org/6.1.2-0687-drivers-staging-r8188eu-Fix-sleep-in-atomic-co.patch - patches.kernel.org/6.1.2-0688-class-fix-possible-memory-leak-in-__class_regi.patch - patches.kernel.org/6.1.2-0689-vfio-platform-Do-not-pass-return-buffer-to-ACP.patch - patches.kernel.org/6.1.2-0690-vfio-iova_bitmap-Fix-PAGE_SIZE-unaligned-bitma.patch - patches.kernel.org/6.1.2-0691-uio-uio_dmem_genirq-Fix-missing-unlock-in-irq-.patch - patches.kernel.org/6.1.2-0692-uio-uio_dmem_genirq-Fix-deadlock-between-irq-c.patch - patches.kernel.org/6.1.2-0693-usb-fotg210-udc-Fix-ages-old-endianness-issues.patch - patches.kernel.org/6.1.2-0694-interconnect-qcom-sc7180-fix-dropped-const-of-.patch - patches.kernel.org/6.1.2-0695-staging-vme_user-Fix-possible-UAF-in-tsi148_dm.patch - patches.kernel.org/6.1.2-0696-usb-typec-Check-for-ops-exit-instead-of-ops-en.patch - patches.kernel.org/6.1.2-0697-usb-typec-tcpci-fix-of-node-refcount-leak-in-t.patch - patches.kernel.org/6.1.2-0698-usb-typec-tipd-Cleanup-resources-if-devm_tps65.patch - patches.kernel.org/6.1.2-0699-usb-typec-tipd-Fix-spurious-fwnode_handle_put-.patch - patches.kernel.org/6.1.2-0700-usb-typec-tipd-Fix-typec_unregister_port-error.patch - patches.kernel.org/6.1.2-0701-usb-musb-omap2430-Fix-probe-regression-for-mis.patch - patches.kernel.org/6.1.2-0702-extcon-usbc-tusb320-Update-state-on-probe-even.patch - patches.kernel.org/6.1.2-0703-USB-gadget-Fix-use-after-free-during-usb-confi.patch - patches.kernel.org/6.1.2-0704-serial-amba-pl011-avoid-SBSA-UART-accessing-DM.patch - patches.kernel.org/6.1.2-0705-serial-pl011-Do-not-clear-RX-FIFO-RX-interrupt.patch - patches.kernel.org/6.1.2-0706-serial-stm32-move-dma_request_chan-before-clk_.patch - patches.kernel.org/6.1.2-0707-serial-pch-Fix-PCI-device-refcount-leak-in-pch.patch - patches.kernel.org/6.1.2-0708-serial-altera_uart-fix-locking-in-polling-mode.patch - patches.kernel.org/6.1.2-0709-serial-sunsab-Fix-error-handling-in-sunsab_ini.patch - patches.kernel.org/6.1.2-0710-habanalabs-fix-return-value-check-in-hl_fw_get.patch - patches.kernel.org/6.1.2-0711-test_firmware-fix-memory-leak-in-test_firmware.patch - patches.kernel.org/6.1.2-0712-misc-ocxl-fix-possible-name-leak-in-ocxl_file_.patch - patches.kernel.org/6.1.2-0713-ocxl-fix-pci-device-refcount-leak-when-calling.patch - patches.kernel.org/6.1.2-0714-misc-tifm-fix-possible-memory-leak-in-tifm_7xx.patch - patches.kernel.org/6.1.2-0715-misc-sgi-gru-fix-use-after-free-error-in-gru_s.patch - patches.kernel.org/6.1.2-0716-firmware-raspberrypi-fix-possible-memory-leak-.patch - patches.kernel.org/6.1.2-0717-cxl-fix-possible-null-ptr-deref-in-cxl_guest_i.patch - patches.kernel.org/6.1.2-0718-cxl-fix-possible-null-ptr-deref-in-cxl_pci_ini.patch - patches.kernel.org/6.1.2-0719-iio-temperature-ltc2983-make-bulk-write-buffer.patch - patches.kernel.org/6.1.2-0720-iio-adis-add-__adis_enable_irq-implementation.patch - patches.kernel.org/6.1.2-0721-counter-stm32-lptimer-cnt-fix-the-check-on-arr.patch - patches.kernel.org/6.1.2-0722-coresight-trbe-remove-cpuhp-instance-node-befo.patch - patches.kernel.org/6.1.2-0723-coresight-cti-Fix-null-pointer-error-on-CTI-in.patch - patches.kernel.org/6.1.2-0724-tracing-user_events-Fix-call-print_fmt-leak.patch - patches.kernel.org/6.1.2-0725-usb-roles-fix-of-node-refcount-leak-in-usb_rol.patch - patches.kernel.org/6.1.2-0726-usb-core-hcd-Fix-return-value-check-in-usb_hcd.patch - patches.kernel.org/6.1.2-0727-usb-gadget-f_hid-fix-f_hidg-lifetime-vs-cdev.patch - patches.kernel.org/6.1.2-0728-usb-gadget-f_hid-fix-refcount-leak-on-error-pa.patch - patches.kernel.org/6.1.2-0729-drivers-mcb-fix-resource-leak-in-mcb_probe.patch - patches.kernel.org/6.1.2-0730-mcb-mcb-parse-fix-error-handing-in-chameleon_p.patch - patches.kernel.org/6.1.2-0731-chardev-fix-error-handling-in-cdev_device_add.patch - patches.kernel.org/6.1.2-0732-vfio-iova_bitmap-refactor-iova_bitmap_set-to-b.patch - patches.kernel.org/6.1.2-0733-i2c-pxa-pci-fix-missing-pci_disable_device-on-.patch - patches.kernel.org/6.1.2-0734-staging-rtl8192u-Fix-use-after-free-in-ieee802.patch - patches.kernel.org/6.1.2-0735-staging-rtl8192e-Fix-potential-use-after-free-.patch - patches.kernel.org/6.1.2-0736-vme-Fix-error-not-catched-in-fake_init.patch - patches.kernel.org/6.1.2-0737-gpiolib-cdev-fix-NULL-pointer-dereferences.patch - patches.kernel.org/6.1.2-0738-gpiolib-protect-the-GPIO-device-against-being-.patch - patches.kernel.org/6.1.2-0739-i2c-mux-reg-check-return-value-after-calling-p.patch - patches.kernel.org/6.1.2-0740-i2c-ismt-Fix-an-out-of-bounds-bug-in-ismt_acce.patch - patches.kernel.org/6.1.2-0741-usb-storage-Add-check-for-kcalloc.patch - patches.kernel.org/6.1.2-0742-usb-typec-wusb3801-fix-fwnode-refcount-leak-in.patch - patches.kernel.org/6.1.2-0743-tracing-hist-Fix-issue-of-losting-command-info.patch - patches.kernel.org/6.1.2-0744-ksmbd-Fix-resource-leak-in-ksmbd_session_rpc_o.patch - patches.kernel.org/6.1.2-0745-samples-vfio-mdev-Fix-missing-pci_disable_devi.patch - patches.kernel.org/6.1.2-0746-thermal-drivers-imx8mm_thermal-Validate-temper.patch - patches.kernel.org/6.1.2-0747-thermal-drivers-k3_j72xx_bandgap-Fix-the-debug.patch - patches.kernel.org/6.1.2-0748-thermal-of-Fix-memory-leak-on-thermal_of_zone_.patch - patches.kernel.org/6.1.2-0749-thermal-drivers-qcom-temp-alarm-Fix-inaccurate.patch - patches.kernel.org/6.1.2-0750-thermal-drivers-qcom-lmh-Fix-irq-handler-retur.patch - patches.kernel.org/6.1.2-0751-fbdev-ssd1307fb-Drop-optional-dependency.patch - patches.kernel.org/6.1.2-0752-fbdev-pm2fb-fix-missing-pci_disable_device.patch - patches.kernel.org/6.1.2-0753-fbdev-via-Fix-error-in-via_core_init.patch - patches.kernel.org/6.1.2-0754-fbdev-vermilion-decrease-reference-count-in-er.patch - patches.kernel.org/6.1.2-0755-fbdev-ep93xx-fb-Add-missing-clk_disable_unprep.patch - patches.kernel.org/6.1.2-0756-fbdev-geode-don-t-build-on-UML.patch - patches.kernel.org/6.1.2-0757-fbdev-uvesafb-don-t-build-on-UML.patch - patches.kernel.org/6.1.2-0758-fbdev-uvesafb-Fixes-an-error-handling-path-in-.patch - patches.kernel.org/6.1.2-0759-led-qcom-lpg-Fix-sleeping-in-atomic.patch - patches.kernel.org/6.1.2-0760-perf-tools-Fix-kernel-lock-contention-analysis.patch - patches.kernel.org/6.1.2-0761-perf-stat-Use-evsel__is_hybrid-more.patch - patches.kernel.org/6.1.2-0762-perf-stat-Move-common-code-in-print_metric_hea.patch - patches.kernel.org/6.1.2-0763-HSI-omap_ssi_core-fix-unbalanced-pm_runtime_di.patch - patches.kernel.org/6.1.2-0764-HSI-omap_ssi_core-fix-possible-memory-leak-in-.patch - patches.kernel.org/6.1.2-0765-power-supply-fix-residue-sysfs-file-in-error-h.patch - patches.kernel.org/6.1.2-0766-watchdog-iTCO_wdt-Set-NO_REBOOT-if-the-watchdo.patch - patches.kernel.org/6.1.2-0767-perf-trace-Return-error-if-a-system-call-doesn.patch - patches.kernel.org/6.1.2-0768-perf-trace-Use-macro-RAW_SYSCALL_ARGS_NUM-to-r.patch - patches.kernel.org/6.1.2-0769-perf-trace-Handle-failure-when-trace-point-fol.patch - patches.kernel.org/6.1.2-0770-perf-symbol-correction-while-adjusting-symbol.patch - patches.kernel.org/6.1.2-0771-power-supply-z2_battery-Fix-possible-memleak-i.patch - patches.kernel.org/6.1.2-0772-power-supply-cw2015-Fix-potential-null-ptr-der.patch - patches.kernel.org/6.1.2-0773-HSI-omap_ssi_core-Fix-error-handling-in-ssi_in.patch - patches.kernel.org/6.1.2-0774-power-supply-ab8500-Fix-error-handling-in-ab85.patch - patches.kernel.org/6.1.2-0775-power-supply-Fix-refcount-leak-in-rk817_charge.patch - patches.kernel.org/6.1.2-0776-power-supply-bq25890-Factor-out-regulator-regi.patch - patches.kernel.org/6.1.2-0777-power-supply-bq25890-Convert-to-i2c-s-.probe_n.patch - patches.kernel.org/6.1.2-0778-power-supply-bq25890-Ensure-pump_express_work-.patch - patches.kernel.org/6.1.2-0779-perf-branch-Fix-interpretation-of-branch-recor.patch - patches.kernel.org/6.1.2-0780-power-supply-fix-null-pointer-dereferencing-in.patch - patches.kernel.org/6.1.2-0781-gfs2-Partially-revert-gfs2_inode_lookup-change.patch - patches.kernel.org/6.1.2-0782-leds-is31fl319x-Fix-setting-current-limit-for-.patch - patches.kernel.org/6.1.2-0783-perf-off_cpu-Fix-a-typo-in-BTF-tracepoint-name.patch - patches.kernel.org/6.1.2-0784-ftrace-Allow-WITH_ARGS-flavour-of-graph-tracer.patch - patches.kernel.org/6.1.2-0785-perf-stat-Do-not-delay-the-workload-with-delay.patch - patches.kernel.org/6.1.2-0786-RDMA-siw-Fix-pointer-cast-warning.patch - patches.kernel.org/6.1.2-0787-fs-ntfs3-Avoid-UBSAN-error-on-true_sectors_per.patch - patches.kernel.org/6.1.2-0788-fs-ntfs3-Harden-against-integer-overflows.patch - patches.kernel.org/6.1.2-0789-phy-marvell-phy-mvebu-a3700-comphy-Reset-COMPH.patch - patches.kernel.org/6.1.2-0790-phy-qcom-qmp-pcie-drop-bogus-register-update.patch - patches.kernel.org/6.1.2-0791-dmaengine-idxd-Make-max-batch-size-attributes-.patch - patches.kernel.org/6.1.2-0792-dmaengine-apple-admac-Allocate-cache-SRAM-to-c.patch - patches.kernel.org/6.1.2-0793-remoteproc-core-Auto-select-rproc-virtio-devic.patch - patches.kernel.org/6.1.2-0794-phy-qcom-qmp-pcie-drop-power-down-delay-config.patch - patches.kernel.org/6.1.2-0795-phy-qcom-qmp-pcie-replace-power-down-delay.patch - patches.kernel.org/6.1.2-0796-phy-qcom-qmp-pcie-fix-sc8180x-initialisation.patch - patches.kernel.org/6.1.2-0797-phy-qcom-qmp-pcie-fix-ipq8074-gen3-initialisat.patch - patches.kernel.org/6.1.2-0798-phy-qcom-qmp-pcie-fix-ipq6018-initialisation.patch - patches.kernel.org/6.1.2-0799-phy-qcom-qmp-usb-clean-up-power-down-handling.patch - patches.kernel.org/6.1.2-0800-phy-qcom-qmp-usb-drop-sc8280xp-power-down-dela.patch - patches.kernel.org/6.1.2-0801-phy-qcom-qmp-usb-drop-power-down-delay-config.patch - patches.kernel.org/6.1.2-0802-phy-qcom-qmp-usb-clean-up-status-polling.patch - patches.kernel.org/6.1.2-0803-phy-qcom-qmp-usb-drop-start-and-pwrdn-ctrl-abs.patch - patches.kernel.org/6.1.2-0804-phy-qcom-qmp-usb-correct-registers-layout-for-.patch - patches.kernel.org/6.1.2-0805-iommu-s390-Fix-duplicate-domain-attachments.patch - patches.kernel.org/6.1.2-0806-iommu-sun50i-Fix-reset-release.patch - patches.kernel.org/6.1.2-0807-iommu-sun50i-Consider-all-fault-sources-for-re.patch - patches.kernel.org/6.1.2-0808-iommu-sun50i-Fix-R-W-permission-check.patch - patches.kernel.org/6.1.2-0809-iommu-sun50i-Fix-flush-size.patch - patches.kernel.org/6.1.2-0810-iommu-sun50i-Implement-.iotlb_sync_map.patch - patches.kernel.org/6.1.2-0811-iommu-rockchip-fix-permission-bits-in-page-tab.patch - patches.kernel.org/6.1.2-0812-dmaengine-idxd-Make-read-buffer-sysfs-attribut.patch - patches.kernel.org/6.1.2-0813-phy-qcom-qmp-usb-fix-sc8280xp-PCS_USB-offset.patch - patches.kernel.org/6.1.2-0814-phy-usb-s2-WoL-wakeup_count-not-incremented-fo.patch - patches.kernel.org/6.1.2-0815-phy-usb-Use-slow-clock-for-wake-enabled-suspen.patch - patches.kernel.org/6.1.2-0816-phy-usb-Fix-clock-imbalance-for-suspend-resume.patch - patches.kernel.org/6.1.2-0817-include-uapi-linux-swab-Fix-potentially-missin.patch - patches.kernel.org/6.1.2-0818-pwm-tegra-Improve-required-rate-calculation.patch - patches.kernel.org/6.1.2-0819-pwm-tegra-Ensure-the-clock-rate-is-not-less-th.patch - patches.kernel.org/6.1.2-0820-phy-qcom-qmp-pcie-split-register-tables-into-c.patch - patches.kernel.org/6.1.2-0821-phy-qcom-qmp-pcie-split-pcs_misc-init-cfg-for-.patch - patches.kernel.org/6.1.2-0822-phy-qcom-qmp-pcie-support-separate-tables-for-.patch - patches.kernel.org/6.1.2-0823-phy-qcom-qmp-pcie-Support-SM8450-PCIe1-PHY-in-.patch - patches.kernel.org/6.1.2-0824-phy-qcom-qmp-pcie-Fix-high-latency-with-4x2-PH.patch - patches.kernel.org/6.1.2-0825-phy-qcom-qmp-pcie-Fix-sm8450_qmp_gen4x2_pcie_p.patch - patches.kernel.org/6.1.2-0826-fs-ntfs3-Fix-slab-out-of-bounds-read-in-ntfs_t.patch - patches.kernel.org/6.1.2-0827-dmaengine-idxd-Fix-crc_val-field-for-completio.patch - patches.kernel.org/6.1.2-0828-rtc-rzn1-Check-return-value-in-rzn1_rtc_probe.patch - patches.kernel.org/6.1.2-0829-rtc-class-Fix-potential-memleak-in-devm_rtc_al.patch - patches.kernel.org/6.1.2-0830-rtc-pcf2127-Convert-to-.probe_new.patch - patches.kernel.org/6.1.2-0831-rtc-cmos-Call-cmos_wake_setup-from-cmos_do_pro.patch - patches.kernel.org/6.1.2-0832-rtc-cmos-Call-rtc_wake_setup-from-cmos_do_prob.patch - patches.kernel.org/6.1.2-0833-rtc-cmos-Eliminate-forward-declarations-of-som.patch - patches.kernel.org/6.1.2-0834-rtc-cmos-Rename-ACPI-related-functions.patch - patches.kernel.org/6.1.2-0835-rtc-cmos-Disable-ACPI-RTC-event-on-removal.patch - patches.kernel.org/6.1.2-0836-rtc-snvs-Allow-a-time-difference-on-clock-regi.patch - patches.kernel.org/6.1.2-0837-rtc-pcf85063-Fix-reading-alarm.patch - patches.kernel.org/6.1.2-0838-iommu-mediatek-Check-return-value-after-callin.patch - patches.kernel.org/6.1.2-0839-iommu-Avoid-races-around-device-probe.patch - patches.kernel.org/6.1.2-0840-iommu-amd-Fix-pci-device-refcount-leak-in-ppr_.patch - patches.kernel.org/6.1.2-0841-iommu-fsl_pamu-Fix-resource-leak-in-fsl_pamu_p.patch - patches.kernel.org/6.1.2-0842-macintosh-fix-possible-memory-leak-in-macio_ad.patch - patches.kernel.org/6.1.2-0843-macintosh-macio-adb-check-the-return-value-of-.patch - patches.kernel.org/6.1.2-0844-powerpc-52xx-Fix-a-resource-leak-in-an-error-h.patch - patches.kernel.org/6.1.2-0845-cxl-Fix-refcount-leak-in-cxl_calc_capp_routing.patch - patches.kernel.org/6.1.2-0846-powerpc-xmon-Fix-Wswitch-unreachable-warning-i.patch - patches.kernel.org/6.1.2-0847-powerpc-xive-add-missing-iounmap-in-error-path.patch - patches.kernel.org/6.1.2-0848-powerpc-pseries-fix-the-object-owners-enum-val.patch - patches.kernel.org/6.1.2-0849-powerpc-pseries-Fix-the-H_CALL-error-code-in-P.patch - patches.kernel.org/6.1.2-0850-powerpc-pseries-Return-EIO-instead-of-EINTR-fo.patch - patches.kernel.org/6.1.2-0851-powerpc-pseries-fix-plpks_read_var-code-for-di.patch - patches.kernel.org/6.1.2-0852-kprobes-Fix-check-for-probe-enabled-in-kill_kp.patch - patches.kernel.org/6.1.2-0853-powerpc-dts-turris1x.dts-Add-channel-labels-fo.patch - patches.kernel.org/6.1.2-0854-powerpc-perf-callchain-validate-kernel-stack-p.patch - patches.kernel.org/6.1.2-0855-powerpc-83xx-mpc832x_rdb-call-platform_device_.patch - patches.kernel.org/6.1.2-0856-powerpc-hv-gpci-Fix-hv_gpci-event-list.patch - patches.kernel.org/6.1.2-0857-selftests-powerpc-Fix-resource-leaks.patch - patches.kernel.org/6.1.2-0858-iommu-mediatek-Add-platform_device_put-for-rec.patch - patches.kernel.org/6.1.2-0859-iommu-mediatek-Use-component_match_add.patch - patches.kernel.org/6.1.2-0860-iommu-mediatek-Add-error-path-for-loop-of-mm_d.patch - patches.kernel.org/6.1.2-0861-iommu-mediatek-Validate-number-of-phandles-ass.patch - patches.kernel.org/6.1.2-0862-iommu-sun50i-Remove-IOMMU_DOMAIN_IDENTITY.patch - patches.kernel.org/6.1.2-0863-pwm-sifive-Call-pwm_sifive_update_clock-while-.patch - patches.kernel.org/6.1.2-0864-pwm-mtk-disp-Fix-the-parameters-calculated-by-.patch - patches.kernel.org/6.1.2-0865-pwm-mediatek-always-use-bus-clock-for-PWM-on-M.patch - patches.kernel.org/6.1.2-0866-RISC-V-KVM-Fix-reg_val-check-in-kvm_riscv_vcpu.patch - patches.kernel.org/6.1.2-0867-remoteproc-sysmon-fix-memory-leak-in-qcom_add_.patch - patches.kernel.org/6.1.2-0868-remoteproc-qcom-q6v5-Fix-potential-null-ptr-de.patch - patches.kernel.org/6.1.2-0869-remoteproc-qcom_q6v5_pas-disable-wakeup-on-pro.patch - patches.kernel.org/6.1.2-0870-remoteproc-qcom_q6v5_pas-detach-power-domains-.patch - patches.kernel.org/6.1.2-0871-remoteproc-qcom_q6v5_pas-Fix-missing-of_node_p.patch - patches.kernel.org/6.1.2-0872-remoteproc-qcom-q6v5-Fix-missing-clk_disable_u.patch - patches.kernel.org/6.1.2-0873-powerpc-pseries-eeh-use-correct-API-for-error-.patch - patches.kernel.org/6.1.2-0874-dt-bindings-mfd-qcom-spmi-pmic-Drop-PWM-reg-de.patch - patches.kernel.org/6.1.2-0875-mfd-axp20x-Do-not-sleep-in-the-power-off-handl.patch - patches.kernel.org/6.1.2-0876-mfd-bd957x-Fix-Kconfig-dependency-on-REGMAP_IR.patch - patches.kernel.org/6.1.2-0877-mfd-qcom_rpm-Fix-an-error-handling-path-in-qco.patch - patches.kernel.org/6.1.2-0878-mfd-pm8008-Fix-return-value-check-in-pm8008_pr.patch - patches.kernel.org/6.1.2-0879-netfilter-flowtable-really-fix-NAT-IPv6-offloa.patch - patches.kernel.org/6.1.2-0880-rtc-st-lpc-Add-missing-clk_disable_unprepare-i.patch - patches.kernel.org/6.1.2-0881-rtc-pic32-Move-devm_rtc_allocate_device-earlie.patch - patches.kernel.org/6.1.2-0882-rtc-pcf85063-fix-pcf85063_clkout_control.patch - patches.kernel.org/6.1.2-0883-iommu-mediatek-Fix-forever-loop-in-error-handl.patch - patches.kernel.org/6.1.2-0884-nfsd-under-NFSv4.1-fix-double-svc_xprt_put-on-.patch - patches.kernel.org/6.1.2-0885-net-macsec-fix-net-device-access-prior-to-hold.patch - patches.kernel.org/6.1.2-0886-bonding-add-missed-__rcu-annotation-for-curr_a.patch - patches.kernel.org/6.1.2-0887-bonding-do-failover-when-high-prio-link-up.patch - patches.kernel.org/6.1.2-0888-mISDN-hfcsusb-don-t-call-dev_kfree_skb-kfree_s.patch - patches.kernel.org/6.1.2-0889-mISDN-hfcpci-don-t-call-dev_kfree_skb-kfree_sk.patch - patches.kernel.org/6.1.2-0890-mISDN-hfcmulti-don-t-call-dev_kfree_skb-kfree_.patch - patches.kernel.org/6.1.2-0891-block-bfq-fix-possible-uaf-for-bfqq-bic.patch - patches.kernel.org/6.1.2-0892-selftests-bpf-Select-CONFIG_FUNCTION_ERROR_INJ.patch - patches.kernel.org/6.1.2-0893-bpf-prevent-leak-of-lsm-program-after-failed-a.patch - patches.kernel.org/6.1.2-0894-media-v4l2-ctrls-api.c-add-back-dropped-ctrl-i.patch - patches.kernel.org/6.1.2-0895-net-enetc-avoid-buffer-leaks-on-xdp_do_redirec.patch - patches.kernel.org/6.1.2-0896-nfc-pn533-Clear-nfc_target-before-being-used.patch - patches.kernel.org/6.1.2-0897-unix-Fix-race-in-SOCK_SEQPACKET-s-unix_dgram_s.patch - patches.kernel.org/6.1.2-0898-r6040-Fix-kmemleak-in-probe-and-remove.patch - patches.kernel.org/6.1.2-0899-net-dsa-mv88e6xxx-avoid-reg_lock-deadlock-in-m.patch - patches.kernel.org/6.1.2-0900-igc-Enhance-Qbv-scheduling-by-using-first-flag.patch - patches.kernel.org/6.1.2-0901-igc-Use-strict-cycles-for-Qbv-scheduling.patch - patches.kernel.org/6.1.2-0902-igc-Add-checking-for-basetime-less-than-zero.patch - patches.kernel.org/6.1.2-0903-igc-allow-BaseTime-0-enrollment-for-Qbv.patch - patches.kernel.org/6.1.2-0904-igc-recalculate-Qbv-end_time-by-considering-cy.patch - patches.kernel.org/6.1.2-0905-igc-Set-Qbv-start_time-and-end_time-to-end_tim.patch - patches.kernel.org/6.1.2-0906-rtc-mxc_v2-Add-missing-clk_disable_unprepare.patch - patches.kernel.org/6.1.2-0907-devlink-hold-region-lock-when-flushing-snapsho.patch - patches.kernel.org/6.1.2-0908-selftests-devlink-fix-the-fd-redirect-in-dummy.patch - patches.kernel.org/6.1.2-0909-openvswitch-Fix-flow-lookup-to-use-unmasked-ke.patch - patches.kernel.org/6.1.2-0910-soc-mediatek-pm-domains-Fix-the-power-glitch-i.patch - patches.kernel.org/6.1.2-0911-arm64-dts-mt8183-Fix-Mali-GPU-clock.patch - patches.kernel.org/6.1.2-0912-devlink-protect-devlink-dump-by-the-instance-l.patch - patches.kernel.org/6.1.2-0913-skbuff-Account-for-tail-adjustment-during-pull.patch - patches.kernel.org/6.1.2-0914-mailbox-mpfs-read-the-system-controller-s-stat.patch - patches.kernel.org/6.1.2-0915-mailbox-arm_mhuv2-Fix-return-value-check-in-mh.patch - patches.kernel.org/6.1.2-0916-mailbox-zynq-ipi-fix-error-handling-while-devi.patch - patches.kernel.org/6.1.2-0917-net_sched-reject-TCF_EM_SIMPLE-case-for-comple.patch - patches.kernel.org/6.1.2-0918-rxrpc-Fix-missing-unlock-in-rxrpc_do_sendmsg.patch - patches.kernel.org/6.1.2-0919-myri10ge-Fix-an-error-handling-path-in-myri10g.patch - patches.kernel.org/6.1.2-0920-net-stream-purge-sk_error_queue-in-sk_stream_k.patch - patches.kernel.org/6.1.2-0921-mctp-serial-Fix-starting-value-for-frame-check.patch - patches.kernel.org/6.1.2-0922-cifs-don-t-leak-ENOMEM-in-smb2_open_file.patch - patches.kernel.org/6.1.2-0923-net-dsa-microchip-remove-IRQF_TRIGGER_FALLING-.patch - patches.kernel.org/6.1.2-0924-mctp-Remove-device-type-check-at-unregister.patch - patches.kernel.org/6.1.2-0925-HID-amd_sfh-Add-missing-check-for-dma_alloc_co.patch - patches.kernel.org/6.1.2-0926-net-fec-check-the-return-value-of-build_skb.patch - patches.kernel.org/6.1.2-0927-rcu-Fix-__this_cpu_read-lockdep-warning-in-rcu.patch - patches.kernel.org/6.1.2-0928-arm64-make-is_ttbrX_addr-noinstr-safe.patch - patches.kernel.org/6.1.2-0929-ARM-dts-aspeed-rainier-everest-Move-reserved-m.patch - patches.kernel.org/6.1.2-0930-video-hyperv_fb-Avoid-taking-busy-spinlock-on-.patch - patches.kernel.org/6.1.2-0931-x86-hyperv-Remove-unregister-syscore-call-from.patch - patches.kernel.org/6.1.2-0932-binfmt_misc-fix-shift-out-of-bounds-in-check_s.patch - patches.kernel.org/6.1.2-0933-arm64-dts-qcom-sm8450-disable-SDHCI-SDR104-SDR.patch - patches.kernel.org/6.1.2-0934-arm64-dts-qcom-sm6350-Add-apps_smmu-with-strea.patch - patches.kernel.org/6.1.2-0935-fs-jfs-fix-shift-out-of-bounds-in-dbAllocAG.patch - patches.kernel.org/6.1.2-0936-udf-Avoid-double-brelse-in-udf_rename.patch - patches.kernel.org/6.1.2-0937-jfs-Fix-fortify-moan-in-symlink.patch - patches.kernel.org/6.1.2-0938-fs-jfs-fix-shift-out-of-bounds-in-dbDiscardAG.patch - patches.kernel.org/6.1.2-0939-ACPI-processor-idle-Check-acpi_fetch_acpi_dev-.patch - patches.kernel.org/6.1.2-0940-ACPI-EC-Add-quirk-for-the-HP-Pavilion-Gaming-1.patch - patches.kernel.org/6.1.2-0941-ACPICA-Fix-error-code-path-in-acpi_ds_call_con.patch - patches.kernel.org/6.1.2-0942-thermal-core-Ensure-that-thermal-device-is-reg.patch - patches.kernel.org/6.1.2-0943-ACPI-video-Change-GIGABYTE-GB-BXBT-2807-quirk-.patch - patches.kernel.org/6.1.2-0944-ACPI-video-Change-Sony-Vaio-VPCEH3U1E-quirk-to.patch - patches.kernel.org/6.1.2-0945-ACPI-video-Add-force_vendor-quirk-for-Sony-Vai.patch - patches.kernel.org/6.1.2-0946-ACPI-video-Add-force_native-quirk-for-Sony-Vai.patch - patches.kernel.org/6.1.2-0947-nilfs2-fix-shift-out-of-bounds-overflow-in-nil.patch - patches.kernel.org/6.1.2-0948-nilfs2-fix-shift-out-of-bounds-due-to-too-larg.patch - patches.kernel.org/6.1.2-0949-acct-fix-potential-integer-overflow-in-encode_.patch - patches.kernel.org/6.1.2-0950-x86-apic-Handle-no-CONFIG_X86_X2APIC-on-system.patch - patches.kernel.org/6.1.2-0951-ACPI-x86-Add-skip-i2c-clients-quirk-for-Lenovo.patch - patches.kernel.org/6.1.2-0952-btrfs-do-not-panic-if-we-can-t-allocate-a-prea.patch - patches.kernel.org/6.1.2-0953-ACPI-x86-Add-skip-i2c-clients-quirk-for-Medion.patch - patches.kernel.org/6.1.2-0954-hfs-fix-OOB-Read-in-__hfs_brec_find.patch - patches.kernel.org/6.1.2-0955-drm-etnaviv-add-missing-quirks-for-GC300.patch - patches.kernel.org/6.1.2-0956-media-imx-jpeg-Disable-useless-interrupt-to-av.patch - patches.kernel.org/6.1.2-0957-brcmfmac-return-error-when-getting-invalid-max.patch - patches.kernel.org/6.1.2-0958-wifi-ath9k-verify-the-expected-usb_endpoints-a.patch - patches.kernel.org/6.1.2-0959-wifi-ar5523-Fix-use-after-free-on-ar5523_cmd-t.patch - patches.kernel.org/6.1.2-0960-ASoC-codecs-rt298-Add-quirk-for-KBL-R-RVP-plat.patch - patches.kernel.org/6.1.2-0961-ASoC-Intel-avs-Add-quirk-for-KBL-R-RVP-platfor.patch - patches.kernel.org/6.1.2-0962-ipmi-fix-memleak-when-unload-ipmi-driver.patch - patches.kernel.org/6.1.2-0963-wifi-ath10k-Delay-the-unmapping-of-the-buffer.patch - patches.kernel.org/6.1.2-0964-openvswitch-Use-kmalloc_size_roundup-to-match-.patch - patches.kernel.org/6.1.2-0965-bnx2-Use-kmalloc_size_roundup-to-match-ksize-u.patch - patches.kernel.org/6.1.2-0966-drm-amd-display-skip-commit-minimal-transition.patch - patches.kernel.org/6.1.2-0967-drm-amd-display-prevent-memory-leak.patch - patches.kernel.org/6.1.2-0968-drm-edid-add-a-quirk-for-two-LG-monitors-to-ge.patch - patches.kernel.org/6.1.2-0969-Revert-drm-amd-display-Limit-max-DSC-target-bp.patch - patches.kernel.org/6.1.2-0970-drm-rockchip-use-pm_runtime_resume_and_get-ins.patch - patches.kernel.org/6.1.2-0971-blk-mq-avoid-double-queue_rq-because-of-early-.patch - patches.kernel.org/6.1.2-0972-HID-apple-fix-key-translations-where-multiple-.patch - patches.kernel.org/6.1.2-0973-HID-apple-enable-APPLE_ISO_TILDE_QUIRK-for-the.patch - patches.kernel.org/6.1.2-0974-wifi-ath11k-Fix-qmi_msg_handler-data-structure.patch - patches.kernel.org/6.1.2-0975-qed-gcc13-use-u16-for-fid-to-be-big-enough.patch - patches.kernel.org/6.1.2-0976-drm-meson-Fix-return-type-of-meson_encoder_cvb.patch - patches.kernel.org/6.1.2-0977-bpf-make-sure-skb-len-0-when-redirecting-to-a-.patch - patches.kernel.org/6.1.2-0978-net-ethernet-ti-Fix-return-type-of-netcp_ndo_s.patch - patches.kernel.org/6.1.2-0979-hamradio-baycom_epp-Fix-return-type-of-baycom_.patch - patches.kernel.org/6.1.2-0980-wifi-brcmfmac-Fix-potential-shift-out-of-bound.patch - patches.kernel.org/6.1.2-0981-wifi-brcmfmac-Fix-potential-NULL-pointer-deref.patch - patches.kernel.org/6.1.2-0982-HID-input-do-not-query-XP-PEN-Deco-LW-battery.patch - patches.kernel.org/6.1.2-0983-HID-uclogic-Add-support-for-XP-PEN-Deco-LW.patch - patches.kernel.org/6.1.2-0984-igb-Do-not-free-q_vector-unless-new-one-was-al.patch - patches.kernel.org/6.1.2-0985-drm-amdgpu-Fix-type-of-second-parameter-in-tra.patch - patches.kernel.org/6.1.2-0986-drm-amdgpu-Fix-type-of-second-parameter-in-odn.patch - patches.kernel.org/6.1.2-0987-s390-ctcm-Fix-return-type-of-ctc-mp-m_tx.patch - patches.kernel.org/6.1.2-0988-s390-netiucv-Fix-return-type-of-netiucv_tx.patch - patches.kernel.org/6.1.2-0989-s390-lcs-Fix-return-type-of-lcs_start_xmit.patch - patches.kernel.org/6.1.2-0990-drm-amd-display-Use-min-transition-for-SubVP-i.patch - patches.kernel.org/6.1.2-0991-drm-amd-display-Disable-DRR-actions-during-sta.patch - patches.kernel.org/6.1.2-0992-drm-msm-Use-drm_mode_copy.patch - patches.kernel.org/6.1.2-0993-drm-rockchip-Use-drm_mode_copy.patch - patches.kernel.org/6.1.2-0994-drm-sti-Use-drm_mode_copy.patch - patches.kernel.org/6.1.2-0995-drm-mediatek-Fix-return-type-of-mtk_hdmi_bridg.patch - patches.kernel.org/6.1.2-0996-drivers-md-md-bitmap-check-the-return-value-of.patch - patches.kernel.org/6.1.2-0997-md-raid0-raid10-Don-t-set-discard-sectors-for-.patch - patches.kernel.org/6.1.2-0998-md-raid1-stop-mdx_raid1-thread-when-raid1-arra.patch - patches.kernel.org/6.1.2-0999-drm-amd-display-Workaround-to-increase-phantom.patch - patches.kernel.org/6.1.2-1000-drm-amd-display-fix-array-index-out-of-bound-e.patch - patches.kernel.org/6.1.2-1001-nvme-auth-don-t-override-ctrl-keys-before-vali.patch - patches.kernel.org/6.1.2-1002-net-add-atomic_long_t-to-net_device_stats-fiel.patch - patches.kernel.org/6.1.2-1003-ipv6-sit-use-DEV_STATS_INC-to-avoid-data-races.patch - patches.kernel.org/6.1.2-1004-mrp-introduce-active-flags-to-prevent-UAF-when.patch - patches.kernel.org/6.1.2-1005-net-ethernet-mtk_eth_soc-drop-packets-to-WDMA-.patch - patches.kernel.org/6.1.2-1006-bpf-verifier-Use-kmalloc_size_roundup-to-match.patch - patches.kernel.org/6.1.2-1007-ppp-associate-skb-with-a-device-at-tx.patch - patches.kernel.org/6.1.2-1008-drm-amd-display-Fix-display-corruption-w-VSR-e.patch - patches.kernel.org/6.1.2-1009-bpf-Fix-a-BTF_ID_LIST-bug-with-CONFIG_DEBUG_IN.patch - patches.kernel.org/6.1.2-1010-bpf-Prevent-decl_tag-from-being-referenced-in-.patch - patches.kernel.org/6.1.2-1011-ethtool-avoiding-integer-overflow-in-ethtool_p.patch - patches.kernel.org/6.1.2-1012-media-dvb-frontends-fix-leak-of-memory-fw.patch - patches.kernel.org/6.1.2-1013-media-dvbdev-adopts-refcnt-to-avoid-UAF.patch - patches.kernel.org/6.1.2-1014-media-dvb-usb-fix-memory-leak-in-dvb_usb_adapt.patch - patches.kernel.org/6.1.2-1015-media-mediatek-vcodec-Can-t-set-dst-buffer-to-.patch - patches.kernel.org/6.1.2-1016-blk-mq-fix-possible-memleak-when-register-hctx.patch - patches.kernel.org/6.1.2-1017-ALSA-usb-audio-Add-quirk-for-Tascam-Model-12.patch - patches.kernel.org/6.1.2-1018-drm-amdgpu-Fix-potential-double-free-and-null-.patch - patches.kernel.org/6.1.2-1019-drm-amd-display-Use-the-largest-vready_offset-.patch - patches.kernel.org/6.1.2-1020-drm-amd-display-Fix-DTBCLK-disable-requests-an.patch - patches.kernel.org/6.1.2-1021-ASoC-amd-yc-Add-Xiaomi-Redmi-Book-Pro-14-2022-.patch - patches.kernel.org/6.1.2-1022-libbpf-Avoid-enum-forward-declarations-in-publ.patch - patches.kernel.org/6.1.2-1023-regulator-core-fix-use_count-leakage-when-hand.patch - patches.kernel.org/6.1.2-1024-wifi-mt76-do-not-run-mt76u_status_worker-if-th.patch - patches.kernel.org/6.1.2-1025-hwmon-nct6775-add-ASUS-CROSSHAIR-VIII-TUF-ProA.patch - patches.kernel.org/6.1.2-1026-selftests-bpf-Fix-conflicts-with-built-in-func.patch - patches.kernel.org/6.1.2-1027-nfs-fix-possible-null-ptr-deref-when-parsing-p.patch - patches.kernel.org/6.1.2-1028-mmc-f-sdh30-Add-quirks-for-broken-timeout-cloc.patch - patches.kernel.org/6.1.2-1029-mmc-renesas_sdhi-add-quirk-for-broken-register.patch - patches.kernel.org/6.1.2-1030-mmc-renesas_sdhi-better-reset-from-HS400-mode.patch - patches.kernel.org/6.1.2-1031-mmc-sdhci-tegra-Issue-CMD-and-DAT-resets-toget.patch - patches.kernel.org/6.1.2-1032-media-si470x-Fix-use-after-free-in-si470x_int_.patch - patches.kernel.org/6.1.2-1033-clk-st-Fix-memory-leak-in-st_of_quadfs_setup.patch - patches.kernel.org/6.1.2-1034-regulator-core-Use-different-devices-for-resou.patch - patches.kernel.org/6.1.2-1035-ice-synchronize-the-misc-IRQ-when-tearing-down.patch - patches.kernel.org/6.1.2-1036-Bluetooth-hci_bcm-Add-CYW4373A0-support.patch - patches.kernel.org/6.1.2-1037-Bluetooth-Add-quirk-to-disable-extended-scanni.patch - patches.kernel.org/6.1.2-1038-Bluetooth-Add-quirk-to-disable-MWS-Transport-C.patch - patches.kernel.org/6.1.2-1039-regulator-core-Fix-resolve-supply-lookup-issue.patch - patches.kernel.org/6.1.2-1040-crypto-hisilicon-hpre-fix-resource-leak-in-rem.patch - patches.kernel.org/6.1.2-1041-scsi-lpfc-Fix-hard-lockup-when-reading-the-rx_.patch - patches.kernel.org/6.1.2-1042-scsi-ufs-Reduce-the-START-STOP-UNIT-timeout.patch - patches.kernel.org/6.1.2-1043-crypto-hisilicon-qm-increase-the-memory-of-loc.patch - patches.kernel.org/6.1.2-1044-Revert-PCI-Clear-PCI_STATUS-when-setting-up-de.patch - patches.kernel.org/6.1.2-1045-scsi-elx-libefc-Fix-second-parameter-type-in-s.patch - patches.kernel.org/6.1.2-1046-hugetlbfs-fix-null-ptr-deref-in-hugetlbfs_pars.patch - patches.kernel.org/6.1.2-1047-scsi-smartpqi-Add-new-controller-PCI-IDs.patch - patches.kernel.org/6.1.2-1048-scsi-smartpqi-Correct-device-removal-for-multi.patch - patches.kernel.org/6.1.2-1049-drm-fsl-dcu-Fix-return-type-of-fsl_dcu_drm_con.patch - patches.kernel.org/6.1.2-1050-drm-sti-Fix-return-type-of-sti_-dvo-hda-hdmi-_.patch - patches.kernel.org/6.1.2-1051-scsi-target-iscsi-Fix-a-race-condition-between.patch - patches.kernel.org/6.1.2-1052-orangefs-Fix-kmemleak-in-orangefs_prepare_debu.patch - patches.kernel.org/6.1.2-1053-orangefs-Fix-kmemleak-in-orangefs_sysfs_init.patch - patches.kernel.org/6.1.2-1054-orangefs-Fix-kmemleak-in-orangefs_-kernel-clie.patch - patches.kernel.org/6.1.2-1055-hwmon-jc42-Fix-missing-unlock-on-error-in-jc42.patch - patches.kernel.org/6.1.2-1056-ASoC-sof_es8336-fix-possible-use-after-free-in.patch - patches.kernel.org/6.1.2-1057-ASoC-Intel-Skylake-Fix-driver-hang-during-shut.patch - patches.kernel.org/6.1.2-1058-ASoC-mediatek-mt8173-rt5650-rt5514-fix-refcoun.patch - patches.kernel.org/6.1.2-1059-ASoC-audio-graph-card-fix-refcount-leak-of-cpu.patch - patches.kernel.org/6.1.2-1060-ASoC-rockchip-pdm-Add-missing-clk_disable_unpr.patch - patches.kernel.org/6.1.2-1061-ASoC-mediatek-mt8183-fix-refcount-leak-in-mt81.patch - patches.kernel.org/6.1.2-1062-ALSA-hda-hdmi-fix-i915-silent-stream-programmi.patch - patches.kernel.org/6.1.2-1063-ALSA-hda-hdmi-set-default-audio-parameters-for.patch - patches.kernel.org/6.1.2-1064-ALSA-hda-hdmi-fix-stream-id-config-keep-alive-.patch - patches.kernel.org/6.1.2-1065-ASoC-wm8994-Fix-potential-deadlock.patch - patches.kernel.org/6.1.2-1066-ASoC-rockchip-spdif-Add-missing-clk_disable_un.patch - patches.kernel.org/6.1.2-1067-ASoC-rt5670-Remove-unbalanced-pm_runtime_put.patch - patches.kernel.org/6.1.2-1068-drm-i915-display-Don-t-disable-DDI-Transcoder-.patch - patches.kernel.org/6.1.2-1069-LoadPin-Ignore-the-contents-argument-of-the-LS.patch - patches.kernel.org/6.1.2-1070-lkdtm-cfi-Make-PAC-test-work-with-GCC-7-and-8.patch - patches.kernel.org/6.1.2-1071-pstore-Switch-pmsg_lock-to-an-rt_mutex-to-avoi.patch - patches.kernel.org/6.1.2-1072-drm-amd-pm-avoid-large-variable-on-kernel-stac.patch - patches.kernel.org/6.1.2-1073-perf-debug-Set-debug_peo_args-and-redirect_to_.patch - patches.kernel.org/6.1.2-1074-perf-tools-Make-quiet-mode-consistent-between-.patch - patches.kernel.org/6.1.2-1075-perf-probe-Check-v-and-q-options-in-the-right-.patch - patches.kernel.org/6.1.2-1076-MIPS-ralink-mt7621-avoid-to-init-common-ralink.patch - patches.kernel.org/6.1.2-1077-perf-test-Fix-all-PMU-test-to-skip-parametrize.patch - patches.kernel.org/6.1.2-1078-afs-Fix-lost-servers_outstanding-count.patch - patches.kernel.org/6.1.2-1079-cfi-Fix-CFI-failure-with-KASAN.patch - patches.kernel.org/6.1.2-1080-pstore-Make-sure-CONFIG_PSTORE_PMSG-selects-CO.patch - patches.kernel.org/6.1.2-1081-ima-Simplify-ima_lsm_copy_rule.patch - patches.kernel.org/6.1.2-1082-Input-iqs7222-drop-unused-device-node-referenc.patch - patches.kernel.org/6.1.2-1083-Input-iqs7222-report-malformed-properties.patch - patches.kernel.org/6.1.2-1084-Input-iqs7222-add-support-for-IQS7222A-v1.13.patch - patches.kernel.org/6.1.2-1085-dt-bindings-input-iqs7222-Reduce-linux-code-to.patch - patches.kernel.org/6.1.2-1086-dt-bindings-input-iqs7222-Correct-minimum-slid.patch - patches.kernel.org/6.1.2-1087-dt-bindings-input-iqs7222-Add-support-for-IQS7.patch - patches.kernel.org/6.1.2-1088-ALSA-usb-audio-Workaround-for-XRUN-at-prepare.patch - patches.kernel.org/6.1.2-1089-ALSA-usb-audio-add-the-quirk-for-KT0206-device.patch - patches.kernel.org/6.1.2-1090-ALSA-hda-realtek-Add-quirk-for-Lenovo-TianYi51.patch - patches.kernel.org/6.1.2-1091-ALSA-hda-hdmi-Add-HP-Device-0x8711-to-force-co.patch - patches.kernel.org/6.1.2-1092-HID-logitech-hidpp-Guard-FF-init-code-against-.patch - patches.kernel.org/6.1.2-1093-usb-cdnsp-fix-lack-of-ZLP-for-ep0.patch - patches.kernel.org/6.1.2-1094-usb-xhci-mtk-fix-leakage-of-shared-hcd-when-fa.patch - patches.kernel.org/6.1.2-1095-arm64-dts-qcom-sm6350-fix-USB-DP-PHY-registers.patch - patches.kernel.org/6.1.2-1096-arm64-dts-qcom-sm8250-fix-USB-DP-PHY-registers.patch - patches.kernel.org/6.1.2-1097-dt-bindings-clocks-imx8mp-Add-ID-for-usb-suspe.patch - patches.kernel.org/6.1.2-1098-clk-imx-imx8mp-add-shared-clk-gate-for-usb-sus.patch - patches.kernel.org/6.1.2-1099-usb-dwc3-Fix-race-between-dwc3_set_mode-and-__.patch - patches.kernel.org/6.1.2-1100-usb-dwc3-core-defer-probe-on-ulpi_read_id-time.patch - patches.kernel.org/6.1.2-1101-usb-dwc3-qcom-Fix-memory-leak-in-dwc3_qcom_int.patch - patches.kernel.org/6.1.2-1102-xhci-Prevent-infinite-loop-in-transaction-erro.patch - patches.kernel.org/6.1.2-1103-HID-wacom-Ensure-bootloader-PID-is-usable-in-h.patch - patches.kernel.org/6.1.2-1104-HID-mcp2221-don-t-connect-hidraw.patch - patches.kernel.org/6.1.2-1105-loop-Fix-the-max_loop-commandline-argument-tre.patch - patches.kernel.org/6.1.2-1106-9p-set-req-refcount-to-zero-to-avoid-uninitial.patch - patches.kernel.org/6.1.2-1107-security-Restrict-CONFIG_ZERO_CALL_USED_REGS-t.patch - patches.kernel.org/6.1.2-1108-reiserfs-Add-missing-calls-to-reiserfs_securit.patch - patches.kernel.org/6.1.2-1109-iio-fix-memory-leak-in-iio_device_register_eve.patch - patches.kernel.org/6.1.2-1110-iio-adc-ad_sigma_delta-do-not-use-internal-iio.patch - patches.kernel.org/6.1.2-1111-iio-adc128s052-add-proper-.data-members-in-adc.patch - patches.kernel.org/6.1.2-1112-iio-addac-ad74413r-fix-integer-promotion-bug-i.patch - patches.kernel.org/6.1.2-1113-regulator-core-fix-deadlock-on-regulator-enabl.patch - patches.kernel.org/6.1.2-1114-spi-fsl_spi-Don-t-change-speed-while-chipselec.patch - patches.kernel.org/6.1.2-1115-floppy-Fix-memory-leak-in-do_floppy_init.patch - patches.kernel.org/6.1.2-1116-gcov-add-support-for-checksum-field.patch - patches.kernel.org/6.1.2-1117-test_maple_tree-add-test-for-mas_spanning_reba.patch - patches.kernel.org/6.1.2-1118-maple_tree-fix-mas_spanning_rebalance-on-insuf.patch - patches.kernel.org/6.1.2-1119-fbdev-fbcon-release-buffer-when-fbcon_do_set_f.patch - patches.kernel.org/6.1.2-1120-ovl-fix-use-inode-directly-in-rcu-walk-mode.patch - patches.kernel.org/6.1.2-1121-btrfs-do-not-BUG_ON-on-ENOMEM-when-dropping-ex.patch - patches.kernel.org/6.1.2-1122-mm-gup-disallow-FOLL_FORCE-FOLL_WRITE-on-huget.patch - patches.kernel.org/6.1.2-1123-scsi-qla2xxx-Fix-crash-when-I-O-abort-times-ou.patch - patches.kernel.org/6.1.2-1124-blk-iolatency-Fix-memory-leak-on-add_disk-fail.patch - patches.kernel.org/6.1.2-1125-io_uring-net-introduce-IORING_SEND_ZC_REPORT_U.patch - patches.kernel.org/6.1.2-1126-io_uring-add-completion-locking-for-iopoll.patch - patches.kernel.org/6.1.2-1127-io_uring-dont-remove-file-from-msg_ring-reqs.patch - patches.kernel.org/6.1.2-1128-io_uring-improve-io_double_lock_ctx-fail-handl.patch - patches.kernel.org/6.1.2-1129-io_uring-net-ensure-compat-import-handlers-cle.patch - patches.kernel.org/6.1.2-1130-io_uring-net-fix-cleanup-after-recycle.patch - patches.kernel.org/6.1.2-1131-io_uring-protect-cq_timeouts-with-timeout_lock.patch - patches.kernel.org/6.1.2-1132-io_uring-remove-iopoll-spinlock.patch - patches.kernel.org/6.1.2-1133-net-stmmac-fix-errno-when-create_singlethread_.patch - patches.kernel.org/6.1.2-1134-media-dvbdev-fix-build-warning-due-to-comments.patch - patches.kernel.org/6.1.2-1135-media-dvbdev-fix-refcnt-bug.patch - patches.kernel.org/6.1.2-1136-drm-amd-display-revert-Disable-DRR-actions-dur.patch - patches.kernel.org/6.1.2-1137-mfd-qcom_rpm-Use-devm_of_platform_populate-to-.patch - patches.kernel.org/6.1.2-1138-pwm-tegra-Fix-32-bit-build.patch - patches.kernel.org/6.1.2-1139-Linux-6.1.2.patch - patches.kernel.org/6.1.3-001-eventpoll-add-EPOLL_URING_WAKE-poll-wakeup-flag.patch - patches.kernel.org/6.1.3-002-eventfd-provide-a-eventfd_signal_mask-helper.patch - patches.kernel.org/6.1.3-003-io_uring-pass-in-EPOLL_URING_WAKE-for-eventfd-s.patch - patches.kernel.org/6.1.3-004-nvme-pci-fix-doorbell-buffer-value-endianness.patch - patches.kernel.org/6.1.3-005-nvme-pci-fix-mempool-alloc-size.patch - patches.kernel.org/6.1.3-006-nvme-pci-fix-page-size-checks.patch - patches.kernel.org/6.1.3-007-ACPI-resource-do-IRQ-override-on-XMG-Core-15.patch - patches.kernel.org/6.1.3-008-ACPI-resource-do-IRQ-override-on-Lenovo-14ALC7.patch - patches.kernel.org/6.1.3-009-ACPI-resource-Add-Asus-ExpertBook-B2502-to-Asus.patch - patches.kernel.org/6.1.3-010-ACPI-video-Fix-Apple-GMUX-backlight-detection.patch - patches.kernel.org/6.1.3-011-block-bfq-fix-uaf-for-bfqq-in-bfq_exit_icq_bfqq.patch - patches.kernel.org/6.1.3-012-ata-ahci-Fix-PCS-quirk-application-for-suspend.patch - patches.kernel.org/6.1.3-013-nvme-fix-the-NVME_CMD_EFFECTS_CSE_MASK-definiti.patch - patches.kernel.org/6.1.3-014-nvmet-don-t-defer-passthrough-commands-with-tri.patch - patches.kernel.org/6.1.3-015-fs-ntfs3-Validate-BOOT-record_size.patch - patches.kernel.org/6.1.3-016-fs-ntfs3-Add-overflow-check-for-attribute-size.patch - patches.kernel.org/6.1.3-017-fs-ntfs3-Validate-data-run-offset.patch - patches.kernel.org/6.1.3-018-fs-ntfs3-Add-null-pointer-check-to-attr_load_ru.patch - patches.kernel.org/6.1.3-019-fs-ntfs3-Fix-memory-leak-on-ntfs_fill_super-err.patch - patches.kernel.org/6.1.3-020-fs-ntfs3-Add-null-pointer-check-for-inode-opera.patch - patches.kernel.org/6.1.3-021-fs-ntfs3-Validate-attribute-name-offset.patch - patches.kernel.org/6.1.3-022-fs-ntfs3-Validate-buffer-length-while-parsing-i.patch - patches.kernel.org/6.1.3-023-fs-ntfs3-Validate-resident-attribute-name.patch - patches.kernel.org/6.1.3-024-fs-ntfs3-Fix-slab-out-of-bounds-read-in-run_unp.patch - patches.kernel.org/6.1.3-025-soundwire-dmi-quirks-add-quirk-variant-for-LAPB.patch - patches.kernel.org/6.1.3-026-phy-sun4i-usb-Introduce-port2-SIDDQ-quirk.patch - patches.kernel.org/6.1.3-027-phy-sun4i-usb-Add-support-for-the-H616-USB-PHY.patch - patches.kernel.org/6.1.3-028-fs-ntfs3-Validate-index-root-when-initialize-NT.patch - patches.kernel.org/6.1.3-029-fs-ntfs3-Use-__GFP_NOWARN-allocation-at-wnd_ini.patch - patches.kernel.org/6.1.3-030-fs-ntfs3-Use-__GFP_NOWARN-allocation-at-ntfs_fi.patch - patches.kernel.org/6.1.3-031-fs-ntfs3-Delete-duplicate-condition-in-ntfs_rea.patch - patches.kernel.org/6.1.3-032-fs-ntfs3-Fix-slab-out-of-bounds-in-r_page.patch - patches.kernel.org/6.1.3-033-objtool-Fix-SEGFAULT.patch - patches.kernel.org/6.1.3-034-iommu-mediatek-Fix-crash-on-isr-after-kexec.patch - patches.kernel.org/6.1.3-035-powerpc-rtas-avoid-device-tree-lookups-in-rtas_.patch - patches.kernel.org/6.1.3-036-powerpc-rtas-avoid-scheduling-in-rtas_os_term.patch - patches.kernel.org/6.1.3-037-rtc-msc313-Fix-function-prototype-mismatch-in-m.patch - patches.kernel.org/6.1.3-038-NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch - patches.kernel.org/6.1.3-039-kprobes-kretprobe-events-missing-on-2-core-KVM-.patch - patches.kernel.org/6.1.3-040-HID-multitouch-fix-Asus-ExpertBook-P2-P2451FA-t.patch - patches.kernel.org/6.1.3-041-HID-plantronics-Additional-PIDs-for-double-volu.patch - patches.kernel.org/6.1.3-042-futex-Fix-futex_waitv-hrtimer-debug-object-leak.patch - patches.kernel.org/6.1.3-043-rtmutex-Add-acquire-semantics-for-rtmutex-lock-.patch - patches.kernel.org/6.1.3-044-mm-mremap-fix-mremap-expanding-vma-with-addr-in.patch - patches.kernel.org/6.1.3-045-mm-mempolicy-fix-memory-leak-in-set_mempolicy_h.patch - patches.kernel.org/6.1.3-046-kmsan-export-kmsan_handle_urb.patch - patches.kernel.org/6.1.3-047-kmsan-include-linux-vmalloc.h.patch - patches.kernel.org/6.1.3-048-pstore-Properly-assign-mem_type-property.patch - patches.kernel.org/6.1.3-049-pstore-zone-Use-GFP_ATOMIC-to-allocate-zone-buf.patch - patches.kernel.org/6.1.3-050-hfsplus-fix-bug-causing-custom-uid-and-gid-bein.patch - patches.kernel.org/6.1.3-051-ACPI-x86-s2idle-Force-AMD-GUID-_REV-2-on-HP-Eli.patch - patches.kernel.org/6.1.3-052-ACPI-x86-s2idle-Stop-using-AMD-specific-codepat.patch - patches.kernel.org/6.1.3-053-binfmt-Fix-error-return-code-in-load_elf_fdpic_.patch - patches.kernel.org/6.1.3-054-ovl-Use-ovl-mounter-s-fsuid-and-fsgid-in-ovl_li.patch - patches.kernel.org/6.1.3-055-ovl-update-f_iocb_flags-when-ovl_change_flags-m.patch - patches.kernel.org/6.1.3-056-ALSA-line6-correct-midi-status-byte-when-receiv.patch - patches.kernel.org/6.1.3-057-ALSA-line6-fix-stack-overflow-in-line6_midi_tra.patch - patches.kernel.org/6.1.3-058-ALSA-hda-hdmi-Static-PCM-mapping-again-with-AMD.patch - patches.kernel.org/6.1.3-059-pnode-terminate-at-peers-of-source.patch - patches.kernel.org/6.1.3-060-mfd-mt6360-Add-bounds-checking-in-Regmap-read-w.patch - patches.kernel.org/6.1.3-061-md-fix-a-crash-in-mempool_free.patch - patches.kernel.org/6.1.3-062-mm-compaction-fix-fast_isolate_around-to-stay-w.patch - patches.kernel.org/6.1.3-063-f2fs-should-put-a-page-when-checking-the-summar.patch - patches.kernel.org/6.1.3-064-f2fs-allow-to-read-node-block-after-shutdown.patch - patches.kernel.org/6.1.3-065-block-Do-not-reread-partition-table-on-exclusiv.patch - patches.kernel.org/6.1.3-066-mmc-vub300-fix-warning-do-not-call-blocking-ops.patch - patches.kernel.org/6.1.3-067-tpm-acpi-Call-acpi_put_table-to-fix-memory-leak.patch - patches.kernel.org/6.1.3-068-tpm-tpm_crb-Add-the-missed-acpi_put_table-to-fi.patch - patches.kernel.org/6.1.3-069-tpm-tpm_tis-Add-the-missed-acpi_put_table-to-fi.patch - patches.kernel.org/6.1.3-070-SUNRPC-Don-t-leak-netobj-memory-when-gss_read_p.patch - patches.kernel.org/6.1.3-071-kcsan-Instrument-memcpy-memset-memmove-with-new.patch - patches.kernel.org/6.1.3-072-Linux-6.1.3.patch - patches.kernel.org/6.1.4-001-drm-amdgpu-skip-MES-for-S0ix-as-well-since-it-s.patch - patches.kernel.org/6.1.4-002-drm-amdgpu-skip-mes-self-test-after-s0i3-resume.patch - patches.kernel.org/6.1.4-003-media-stv0288-use-explicitly-signed-char.patch - patches.kernel.org/6.1.4-004-cxl-region-Fix-memdev-reuse-check.patch - patches.kernel.org/6.1.4-005-arm64-dts-qcom-sc8280xp-fix-UFS-DMA-coherency.patch - patches.kernel.org/6.1.4-006-arm64-Prohibit-instrumentation-on-arch_stack_wa.patch - patches.kernel.org/6.1.4-007-soc-qcom-Select-REMAP_MMIO-for-LLCC-driver.patch - patches.kernel.org/6.1.4-008-soc-qcom-Select-REMAP_MMIO-for-ICC_BWMON-driver.patch - patches.kernel.org/6.1.4-009-kest.pl-Fix-grub2-menu-handling-for-rebooting.patch - patches.kernel.org/6.1.4-010-ktest.pl-minconfig-Unset-configs-instead-of-jus.patch - patches.kernel.org/6.1.4-011-jbd2-use-the-correct-print-format.patch - patches.kernel.org/6.1.4-012-perf-x86-intel-uncore-Disable-I-O-stacks-to-PMU.patch - patches.kernel.org/6.1.4-013-perf-x86-intel-uncore-Clear-attr_update-properl.patch - patches.kernel.org/6.1.4-014-arm64-dts-qcom-sdm845-db845c-correct-SPI2-pins-.patch - patches.kernel.org/6.1.4-015-arm64-dts-qcom-sc8280xp-fix-UFS-reference-clock.patch - patches.kernel.org/6.1.4-016-mmc-sdhci-sprd-Disable-CLK_AUTO-when-the-clock-.patch - patches.kernel.org/6.1.4-017-phy-qcom-qmp-combo-fix-out-of-bounds-clock-acce.patch - patches.kernel.org/6.1.4-018-drm-amd-pm-update-SMU13.0.0-reported-maximum-sh.patch - patches.kernel.org/6.1.4-019-drm-amd-pm-correct-SMU13.0.0-pstate-profiling-c.patch - patches.kernel.org/6.1.4-020-btrfs-fix-uninitialized-parent-in-insert_state.patch - patches.kernel.org/6.1.4-021-btrfs-fix-extent-map-use-after-free-when-handli.patch - patches.kernel.org/6.1.4-022-btrfs-fix-resolving-backrefs-for-inline-extent-.patch - patches.kernel.org/6.1.4-023-ARM-ux500-do-not-directly-dereference-__iomem.patch - patches.kernel.org/6.1.4-024-arm64-dts-qcom-sdm850-samsung-w737-correct-I2C1.patch - patches.kernel.org/6.1.4-025-random-use-rejection-sampling-for-uniform-bound.patch - patches.kernel.org/6.1.4-026-x86-fpu-xstate-Fix-XSTATE_WARN_ON-to-emit-relev.patch - patches.kernel.org/6.1.4-027-arm64-dts-qcom-sdm850-lenovo-yoga-c630-correct-.patch - patches.kernel.org/6.1.4-028-cxl-region-Fix-missing-probe-failure.patch - patches.kernel.org/6.1.4-029-EDAC-mc_sysfs-Increase-legacy-channel-support-t.patch - patches.kernel.org/6.1.4-030-selftests-Use-optional-USERCFLAGS-and-USERLDFLA.patch - patches.kernel.org/6.1.4-031-x86-MCE-AMD-Clear-DFR-errors-found-in-THR-handl.patch - patches.kernel.org/6.1.4-032-random-add-helpers-for-random-numbers-with-give.patch - patches.kernel.org/6.1.4-033-PM-devfreq-governor-Add-a-private-governor_data.patch - patches.kernel.org/6.1.4-034-cpufreq-Init-completion-before-kobject_init_and.patch - patches.kernel.org/6.1.4-035-ext2-unbugger-ext2_empty_dir.patch - patches.kernel.org/6.1.4-036-media-s5p-mfc-Fix-to-handle-reference-queue-dur.patch - patches.kernel.org/6.1.4-037-media-s5p-mfc-Clear-workbit-to-handle-error-con.patch - patches.kernel.org/6.1.4-038-media-s5p-mfc-Fix-in-register-read-and-write-fo.patch - patches.kernel.org/6.1.4-039-bpf-Resolve-fext-program-type-when-checking-map.patch - patches.kernel.org/6.1.4-040-ALSA-patch_realtek-Fix-Dell-Inspiron-Plus-16.patch - patches.kernel.org/6.1.4-041-ALSA-hda-realtek-Apply-dual-codec-fixup-for-Del.patch - patches.kernel.org/6.1.4-042-platform-x86-thinkpad_acpi-Fix-max_brightness-o.patch - patches.kernel.org/6.1.4-043-platform-x86-ideapad-laptop-Revert-check-for-to.patch - patches.kernel.org/6.1.4-044-platform-x86-ideapad-laptop-Add-new-_CFG-bit-nu.patch - patches.kernel.org/6.1.4-045-platform-x86-ideapad-laptop-support-for-more-sp.patch - patches.kernel.org/6.1.4-046-ACPI-video-Simplify-__acpi_video_get_backlight_.patch - patches.kernel.org/6.1.4-047-ACPI-video-Prefer-native-over-vendor.patch - patches.kernel.org/6.1.4-048-platform-x86-ideapad-laptop-Refactor-ideapad_sy.patch - patches.kernel.org/6.1.4-049-platform-x86-ideapad-laptop-Do-not-send-KEY_TOU.patch - patches.kernel.org/6.1.4-050-platform-x86-ideapad-laptop-Only-toggle-ps2-aux.patch - patches.kernel.org/6.1.4-051-platform-x86-ideapad-laptop-Send-KEY_TOUCHPAD_T.patch - patches.kernel.org/6.1.4-052-platform-x86-ideapad-laptop-Stop-writing-VPCCMD.patch - patches.kernel.org/6.1.4-053-platform-x86-intel-uncore-freq-add-Emerald-Rapi.patch - patches.kernel.org/6.1.4-054-ALSA-hda-cirrus-Add-extra-10-ms-delay-to-allow-.patch - patches.kernel.org/6.1.4-055-platform-x86-x86-android-tablets-Add-Medion-Lif.patch - patches.kernel.org/6.1.4-056-platform-x86-x86-android-tablets-Add-Lenovo-Yog.patch - patches.kernel.org/6.1.4-057-platform-x86-x86-android-tablets-Add-Advantech-.patch - patches.kernel.org/6.1.4-058-HID-Ignore-HP-Envy-x360-eu0009nv-stylus-battery.patch - patches.kernel.org/6.1.4-059-ALSA-usb-audio-Add-new-quirk-FIXED_RATE-for-JBL.patch - patches.kernel.org/6.1.4-060-fs-dlm-fix-sock-release-if-listen-fails.patch - patches.kernel.org/6.1.4-061-fs-dlm-retry-accept-until-EAGAIN-or-error-retur.patch - patches.kernel.org/6.1.4-062-mptcp-netlink-fix-some-error-return-code.patch - patches.kernel.org/6.1.4-063-mptcp-remove-MPTCP-ifdef-in-TCP-SYN-cookies.patch - patches.kernel.org/6.1.4-064-mptcp-dedicated-request-sock-for-subflow-in-v6.patch - patches.kernel.org/6.1.4-065-mptcp-use-proper-req-destructor-for-IPv6.patch - patches.kernel.org/6.1.4-066-dm-cache-Fix-ABBA-deadlock-between-shrink_slab-.patch - patches.kernel.org/6.1.4-067-dm-thin-Fix-ABBA-deadlock-between-shrink_slab-a.patch - patches.kernel.org/6.1.4-068-dm-thin-Use-last-transaction-s-pmd-root-when-co.patch - patches.kernel.org/6.1.4-069-dm-thin-resume-even-if-in-FAIL-mode.patch - patches.kernel.org/6.1.4-070-dm-thin-Fix-UAF-in-run_timer_softirq.patch - patches.kernel.org/6.1.4-071-dm-integrity-Fix-UAF-in-dm_integrity_dtr.patch - patches.kernel.org/6.1.4-072-dm-clone-Fix-UAF-in-clone_dtr.patch - patches.kernel.org/6.1.4-073-dm-cache-Fix-UAF-in-destroy.patch - patches.kernel.org/6.1.4-074-dm-cache-set-needs_check-flag-after-aborting-me.patch - patches.kernel.org/6.1.4-075-ata-ahci-fix-enum-constants-for-gcc-13.patch - patches.kernel.org/6.1.4-076-PCI-DOE-Fix-maximum-data-object-length-miscalcu.patch - patches.kernel.org/6.1.4-077-tracing-hist-Fix-out-of-bound-write-on-action_d.patch - patches.kernel.org/6.1.4-078-perf-core-Call-LSM-hook-after-copying-perf_even.patch - patches.kernel.org/6.1.4-079-xtensa-add-__umulsidi3-helper.patch - patches.kernel.org/6.1.4-080-of-kexec-Fix-reading-32-bit-linux-initrd-start-.patch - patches.kernel.org/6.1.4-081-ima-Fix-hash-dependency-to-correct-algorithm.patch - patches.kernel.org/6.1.4-082-KVM-VMX-Resume-guest-immediately-when-injecting.patch - patches.kernel.org/6.1.4-083-KVM-nVMX-Inject-GP-not-UD-if-generic-VMXON-CR0-.patch - patches.kernel.org/6.1.4-084-KVM-x86-fix-APICv-x2AVIC-disabled-when-vm-reboo.patch - patches.kernel.org/6.1.4-085-KVM-nVMX-Properly-expose-ENABLE_USR_WAIT_PAUSE-.patch - patches.kernel.org/6.1.4-086-x86-microcode-intel-Do-not-retry-microcode-relo.patch - patches.kernel.org/6.1.4-087-ftrace-x86-Add-back-ftrace_expected-for-ftrace-.patch - patches.kernel.org/6.1.4-088-x86-kprobes-Fix-kprobes-instruction-boudary-che.patch - patches.kernel.org/6.1.4-089-x86-kprobes-Fix-optprobe-optimization-check-wit.patch - patches.kernel.org/6.1.4-090-tracing-Fix-race-where-eprobes-can-be-called-be.patch - patches.kernel.org/6.1.4-091-powerpc-ftrace-fix-syscall-tracing-on-PPC64_ELF.patch - patches.kernel.org/6.1.4-092-tracing-Fix-complicated-dependency-of-CONFIG_TR.patch - patches.kernel.org/6.1.4-093-tracing-hist-Fix-wrong-return-value-in-parse_ac.patch - patches.kernel.org/6.1.4-094-tracing-probes-Handle-system-names-with-hyphens.patch - patches.kernel.org/6.1.4-095-tracing-Fix-issue-of-missing-one-synthetic-fiel.patch - patches.kernel.org/6.1.4-096-tracing-Fix-infinite-loop-in-tracing_read_pipe-.patch - patches.kernel.org/6.1.4-097-staging-media-tegra-video-fix-chan-mipi-value-o.patch - patches.kernel.org/6.1.4-098-staging-media-tegra-video-fix-device_node-use-a.patch - patches.kernel.org/6.1.4-099-arm64-dts-mediatek-mt8195-demo-fix-the-memory-s.patch - patches.kernel.org/6.1.4-100-ARM-9256-1-NWFPE-avoid-compiler-generated-__aea.patch - patches.kernel.org/6.1.4-101-media-dvb-core-Fix-double-free-in-dvb_register_.patch - patches.kernel.org/6.1.4-102-media-dvb-core-Fix-UAF-due-to-refcount-races-at.patch - patches.kernel.org/6.1.4-103-cifs-fix-confusing-debug-message.patch - patches.kernel.org/6.1.4-104-cifs-fix-missing-display-of-three-mount-options.patch - patches.kernel.org/6.1.4-105-cifs-set-correct-tcon-status-after-initial-tree.patch - patches.kernel.org/6.1.4-106-cifs-set-correct-ipc-status-after-initial-tree-.patch - patches.kernel.org/6.1.4-107-cifs-set-correct-status-of-tcon-ipc-when-reconn.patch - patches.kernel.org/6.1.4-108-ravb-Fix-failed-to-switch-device-to-config-mode.patch - patches.kernel.org/6.1.4-109-rtc-ds1347-fix-value-written-to-century-registe.patch - patches.kernel.org/6.1.4-110-drm-amdgpu-fix-mmhub-register-base-coding-error.patch - patches.kernel.org/6.1.4-111-block-mq-deadline-Fix-dd_finish_request-for-zon.patch - patches.kernel.org/6.1.4-112-block-mq-deadline-Do-not-break-sequential-write.patch - patches.kernel.org/6.1.4-113-md-bitmap-Fix-bitmap-chunk-size-overflow-issues.patch - patches.kernel.org/6.1.4-114-efi-Add-iMac-Pro-2017-to-uefi-skip-cert-quirk.patch - patches.kernel.org/6.1.4-115-wifi-wilc1000-sdio-fix-module-autoloading.patch - patches.kernel.org/6.1.4-116-ASoC-jz4740-i2s-Handle-independent-FIFO-flush-b.patch - patches.kernel.org/6.1.4-117-ipu3-imgu-Fix-NULL-pointer-dereference-in-imgu_.patch - patches.kernel.org/6.1.4-118-ipmi-fix-long-wait-in-unload-when-IPMI-disconne.patch - patches.kernel.org/6.1.4-119-mtd-spi-nor-Check-for-zero-erase-size-in-spi_no.patch - patches.kernel.org/6.1.4-120-ima-Fix-a-potential-NULL-pointer-access-in-ima_.patch - patches.kernel.org/6.1.4-121-ipmi-fix-use-after-free-in-_ipmi_destroy_user.patch - patches.kernel.org/6.1.4-122-mtd-spi-nor-gigadevice-gd25q256-replace-gd25q25.patch - patches.kernel.org/6.1.4-123-ima-Fix-memory-leak-in-__ima_inode_hash.patch - patches.kernel.org/6.1.4-124-um-virt-pci-Avoid-GCC-non-NULL-warning.patch - patches.kernel.org/6.1.4-125-crypto-ccree-hisilicon-Fix-dependencies-to-corr.patch - patches.kernel.org/6.1.4-126-PCI-Fix-pci_device_is_present-for-VFs-by-checki.patch - patches.kernel.org/6.1.4-127-PCI-sysfs-Fix-double-free-in-error-path.patch - patches.kernel.org/6.1.4-128-RISC-V-kexec-Fix-memory-leak-of-fdt-buffer.patch - patches.kernel.org/6.1.4-129-riscv-Fixup-compile-error-with-MMU.patch - patches.kernel.org/6.1.4-130-RISC-V-kexec-Fix-memory-leak-of-elf-header-buff.patch - patches.kernel.org/6.1.4-131-riscv-stacktrace-Fixup-ftrace_graph_ret_addr-re.patch - patches.kernel.org/6.1.4-132-riscv-mm-notify-remote-harts-about-mmu-cache-up.patch - patches.kernel.org/6.1.4-133-crypto-n2-add-missing-hash-statesize.patch - patches.kernel.org/6.1.4-134-crypto-ccp-Add-support-for-TEE-for-PCI-ID-0x14C.patch - patches.kernel.org/6.1.4-135-driver-core-Fix-bus_type.match-error-handling-i.patch - patches.kernel.org/6.1.4-136-bus-mhi-host-Fix-race-between-channel-preparati.patch - patches.kernel.org/6.1.4-137-phy-qcom-qmp-combo-fix-sdm845-reset.patch - patches.kernel.org/6.1.4-138-phy-qcom-qmp-combo-fix-sc8180x-reset.patch - patches.kernel.org/6.1.4-139-iommu-amd-Fix-ivrs_acpihid-cmdline-parsing-code.patch - patches.kernel.org/6.1.4-140-iommu-amd-Fix-ill-formed-ivrs_ioapic-ivrs_hpet-.patch - patches.kernel.org/6.1.4-141-test_kprobes-Fix-implicit-declaration-error-of-.patch - patches.kernel.org/6.1.4-142-hugetlb-really-allocate-vma-lock-for-all-sharab.patch - patches.kernel.org/6.1.4-143-remoteproc-imx_dsp_rproc-Add-mutex-protection-f.patch - patches.kernel.org/6.1.4-144-remoteproc-core-Do-pm_relax-when-in-RPROC_OFFLI.patch - patches.kernel.org/6.1.4-145-remoteproc-imx_rproc-Correct-i.MX93-DRAM-mappin.patch - patches.kernel.org/6.1.4-146-parisc-led-Fix-potential-null-ptr-deref-in-star.patch - patches.kernel.org/6.1.4-147-parisc-Drop-locking-in-pdc-console-code.patch - patches.kernel.org/6.1.4-148-parisc-Fix-locking-in-pdc_iodc_print-firmware-c.patch - patches.kernel.org/6.1.4-149-parisc-Add-missing-FORCE-prerequisites-in-Makef.patch - patches.kernel.org/6.1.4-150-parisc-Drop-duplicate-kgdb_pdc-console.patch - patches.kernel.org/6.1.4-151-parisc-Drop-PMD_SHIFT-from-calculation-in-pgtab.patch - patches.kernel.org/6.1.4-152-device_cgroup-Roll-back-to-original-exceptions-.patch - patches.kernel.org/6.1.4-153-drm-connector-send-hotplug-uevent-on-connector-.patch - patches.kernel.org/6.1.4-154-drm-vmwgfx-Validate-the-box-size-for-the-snoope.patch - patches.kernel.org/6.1.4-155-drm-mgag200-Fix-PLL-setup-for-G200_SE_A-rev-4.patch - patches.kernel.org/6.1.4-156-drm-etnaviv-move-idle-mapping-reaping-into-sepa.patch - patches.kernel.org/6.1.4-157-drm-i915-dsi-fix-VBT-send-packet-port-selection.patch - patches.kernel.org/6.1.4-158-drm-ingenic-Fix-missing-platform_driver_unregis.patch - patches.kernel.org/6.1.4-159-drm-etnaviv-reap-idle-mapping-if-it-doesn-t-mat.patch - patches.kernel.org/6.1.4-160-ext4-silence-the-warning-when-evicting-inode-wi.patch - patches.kernel.org/6.1.4-161-ext4-add-inode-table-check-in-__ext4_get_inode_.patch - patches.kernel.org/6.1.4-162-ext4-remove-trailing-newline-from-ext4_msg-mess.patch - patches.kernel.org/6.1.4-163-ext4-correct-inconsistent-error-msg-in-nojourna.patch - patches.kernel.org/6.1.4-164-fs-ext4-initialize-fsdata-in-pagecache_write.patch - patches.kernel.org/6.1.4-165-ext4-fix-use-after-free-in-ext4_orphan_cleanup.patch - patches.kernel.org/6.1.4-166-ext4-fix-undefined-behavior-in-bit-shift-for-ex.patch - patches.kernel.org/6.1.4-167-ext4-add-EXT4_IGET_BAD-flag-to-prevent-unexpect.patch - patches.kernel.org/6.1.4-168-ext4-add-helper-to-check-quota-inums.patch - patches.kernel.org/6.1.4-169-ext4-fix-bug_on-in-__es_tree_search-caused-by-b.patch - patches.kernel.org/6.1.4-170-ext4-fix-reserved-cluster-accounting-in-__es_re.patch - patches.kernel.org/6.1.4-171-ext4-journal_path-mount-options-should-follow-l.patch - patches.kernel.org/6.1.4-172-ext4-check-and-assert-if-marking-an-no_delete-e.patch - patches.kernel.org/6.1.4-173-ext4-fix-bug_on-in-__es_tree_search-caused-by-b.patch - patches.kernel.org/6.1.4-174-ext4-don-t-allow-journal-inode-to-have-encrypt-.patch - patches.kernel.org/6.1.4-175-ext4-disable-fast-commit-of-encrypted-dir-opera.patch - patches.kernel.org/6.1.4-176-ext4-fix-leaking-uninitialized-memory-in-fast-c.patch - patches.kernel.org/6.1.4-177-ext4-don-t-set-up-encryption-key-during-jbd2-tr.patch - patches.kernel.org/6.1.4-178-ext4-add-missing-validation-of-fast-commit-reco.patch - patches.kernel.org/6.1.4-179-ext4-fix-unaligned-memory-access-in-ext4_fc_res.patch - patches.kernel.org/6.1.4-180-ext4-fix-off-by-one-errors-in-fast-commit-block.patch - patches.kernel.org/6.1.4-181-ext4-fix-uninititialized-value-in-ext4_evict_in.patch - patches.kernel.org/6.1.4-182-ext4-init-quota-for-old.inode-in-ext4_rename.patch - patches.kernel.org/6.1.4-183-ext4-don-t-fail-GETFSUUID-when-the-caller-provi.patch - patches.kernel.org/6.1.4-184-ext4-fix-delayed-allocation-bug-in-ext4_clu_map.patch - patches.kernel.org/6.1.4-185-ext4-fix-corruption-when-online-resizing-a-1K-b.patch - patches.kernel.org/6.1.4-186-ext4-fix-error-code-return-to-user-space-in-ext.patch - patches.kernel.org/6.1.4-187-ext4-fix-bad-checksum-after-online-resize.patch - patches.kernel.org/6.1.4-188-ext4-dont-return-EINVAL-from-GETFSUUID-when-rep.patch - patches.kernel.org/6.1.4-189-ext4-fix-corrupt-backup-group-descriptors-after.patch - patches.kernel.org/6.1.4-190-ext4-avoid-BUG_ON-when-creating-xattrs.patch - patches.kernel.org/6.1.4-191-ext4-fix-deadlock-due-to-mbcache-entry-corrupti.patch - patches.kernel.org/6.1.4-192-ext4-fix-kernel-BUG-in-ext4_write_inline_data_e.patch - patches.kernel.org/6.1.4-193-ext4-fix-inode-leak-in-ext4_xattr_inode_create-.patch - patches.kernel.org/6.1.4-194-ext4-initialize-quota-before-expanding-inode-in.patch - patches.kernel.org/6.1.4-195-ext4-avoid-unaccounted-block-allocation-when-ex.patch - patches.kernel.org/6.1.4-196-ext4-allocate-extended-attribute-value-in-vmall.patch - patches.kernel.org/6.1.4-197-drm-i915-ttm-consider-CCS-for-backup-objects.patch - patches.kernel.org/6.1.4-198-drm-amd-display-Add-DCN314-display-SG-Support.patch - patches.kernel.org/6.1.4-199-drm-amdgpu-handle-polaris10-11-overlap-asics-v2.patch - patches.kernel.org/6.1.4-200-drm-amdgpu-make-display-pinning-more-flexible-v.patch - patches.kernel.org/6.1.4-201-drm-i915-improve-the-catch-all-evict-to-handle-.patch - patches.kernel.org/6.1.4-202-drm-i915-migrate-Account-for-the-reserved_space.patch - patches.kernel.org/6.1.4-203-drm-amd-pm-add-missing-SMU13.0.0-mm_dpm-feature.patch - patches.kernel.org/6.1.4-204-drm-amd-pm-add-missing-SMU13.0.7-mm_dpm-feature.patch - patches.kernel.org/6.1.4-205-drm-amd-pm-bump-SMU13.0.0-driver_if-header-to-v.patch - patches.kernel.org/6.1.4-206-drm-amd-pm-correct-the-fan-speed-retrieving-in-.patch - patches.kernel.org/6.1.4-207-Linux-6.1.4.patch - patches.kernel.org/6.1.5-001-ARM-renumber-bits-related-to-_TIF_WORK_MASK.patch - patches.kernel.org/6.1.5-002-btrfs-replace-strncpy-with-strscpy.patch - patches.kernel.org/6.1.5-003-cifs-fix-interface-count-calculation-during-ref.patch - patches.kernel.org/6.1.5-004-cifs-refcount-only-the-selected-iface-during-in.patch - patches.kernel.org/6.1.5-005-usb-dwc3-gadget-Ignore-End-Transfer-delay-on-te.patch - patches.kernel.org/6.1.5-006-btrfs-fix-off-by-one-in-delalloc-search-during-.patch - patches.kernel.org/6.1.5-007-btrfs-fix-compat_ro-checks-against-remount.patch - patches.kernel.org/6.1.5-008-perf-probe-Use-dwarf_attr_integrate-as-generic-.patch - patches.kernel.org/6.1.5-009-perf-probe-Fix-to-get-the-DW_AT_decl_file-and-D.patch - patches.kernel.org/6.1.5-010-phy-qcom-qmp-combo-fix-broken-power-on.patch - patches.kernel.org/6.1.5-011-btrfs-fix-an-error-handling-path-in-btrfs_defra.patch - patches.kernel.org/6.1.5-012-SUNRPC-ensure-the-matching-upcall-is-in-flight-.patch - patches.kernel.org/6.1.5-013-wifi-ath9k-use-proper-statements-in-conditional.patch - patches.kernel.org/6.1.5-014-bpf-pull-before-calling-skb_postpull_rcsum.patch - patches.kernel.org/6.1.5-015-drm-panfrost-Fix-GEM-handle-creation-ref-counti.patch - patches.kernel.org/6.1.5-016-netfilter-nf_tables-consolidate-set-description.patch - patches.kernel.org/6.1.5-017-netfilter-nf_tables-add-function-to-create-set-.patch - patches.kernel.org/6.1.5-018-netfilter-nf_tables-perform-type-checking-for-e.patch - patches.kernel.org/6.1.5-019-ice-xsk-do-not-use-xdp_return_frame-on-tx_buf-r.patch - patches.kernel.org/6.1.5-020-net-vrf-determine-the-dst-using-the-original-if.patch - patches.kernel.org/6.1.5-021-vmxnet3-correctly-report-csum_level-for-encapsu.patch - patches.kernel.org/6.1.5-022-mptcp-fix-deadlock-in-fastopen-error-path.patch - patches.kernel.org/6.1.5-023-mptcp-fix-lockdep-false-positive.patch - patches.kernel.org/6.1.5-024-netfilter-nf_tables-honor-set-timeout-and-garba.patch - patches.kernel.org/6.1.5-025-bonding-fix-lockdep-splat-in-bond_miimon_commit.patch - patches.kernel.org/6.1.5-026-net-lan966x-Fix-configuration-of-the-PCS.patch - patches.kernel.org/6.1.5-027-veth-Fix-race-with-AF_XDP-exposing-old-or-unini.patch - patches.kernel.org/6.1.5-028-nfsd-shut-down-the-NFSv4-state-objects-before-t.patch - patches.kernel.org/6.1.5-029-net-hns3-add-interrupts-re-initialization-while.patch - patches.kernel.org/6.1.5-030-net-hns3-fix-miss-L3E-checking-for-rx-packet.patch - patches.kernel.org/6.1.5-031-net-hns3-fix-VF-promisc-mode-not-update-when-ma.patch - patches.kernel.org/6.1.5-032-net-sched-fix-memory-leak-in-tcindex_set_parms.patch - patches.kernel.org/6.1.5-033-qlcnic-prevent-dcb-use-after-free-on-qlcnic_dcb.patch - patches.kernel.org/6.1.5-034-net-dsa-mv88e6xxx-depend-on-PTP-conditionally.patch - patches.kernel.org/6.1.5-035-nfc-Fix-potential-resource-leaks.patch - patches.kernel.org/6.1.5-036-bnxt_en-Simplify-bnxt_xdp_buff_init.patch - patches.kernel.org/6.1.5-037-bnxt_en-Fix-XDP-RX-path.patch - patches.kernel.org/6.1.5-038-bnxt_en-Fix-first-buffer-size-calculations-for-.patch - patches.kernel.org/6.1.5-039-bnxt_en-Fix-HDS-and-jumbo-thresholds-for-RX-pac.patch - patches.kernel.org/6.1.5-040-vdpa-mlx5-Fix-rule-forwarding-VLAN-to-TIR.patch - patches.kernel.org/6.1.5-041-vdpa-mlx5-Fix-wrong-mac-address-deletion.patch - patches.kernel.org/6.1.5-042-vdpa_sim-fix-possible-memory-leak-in-vdpasim_ne.patch - patches.kernel.org/6.1.5-043-vhost-vsock-Fix-error-handling-in-vhost_vsock_i.patch - patches.kernel.org/6.1.5-044-vringh-fix-range-used-in-iotlb_translate.patch - patches.kernel.org/6.1.5-045-vhost-fix-range-used-in-translate_desc.patch - patches.kernel.org/6.1.5-046-vhost-vdpa-fix-an-iotlb-memory-leak.patch - patches.kernel.org/6.1.5-047-vdpa_sim-fix-vringh-initialization-in-vdpasim_q.patch - patches.kernel.org/6.1.5-048-virtio-crypto-fix-memory-leak-in-virtio_crypto_.patch - patches.kernel.org/6.1.5-049-vdpa-vp_vdpa-fix-kfree-a-wrong-pointer-in-vp_vd.patch - patches.kernel.org/6.1.5-050-vdpasim-fix-memory-leak-when-freeing-IOTLBs.patch - patches.kernel.org/6.1.5-051-net-mlx5-E-Switch-properly-handle-ingress-tagge.patch - patches.kernel.org/6.1.5-052-net-mlx5-Add-forgotten-cleanup-calls-into-mlx5_.patch - patches.kernel.org/6.1.5-053-net-mlx5-Fix-io_eq_size-and-event_eq_size-param.patch - patches.kernel.org/6.1.5-054-net-mlx5-Avoid-recovery-in-probe-flows.patch - patches.kernel.org/6.1.5-055-net-mlx5-Fix-RoCE-setting-at-HCA-level.patch - patches.kernel.org/6.1.5-056-net-mlx5e-IPoIB-Don-t-allow-CQE-compression-to-.patch - patches.kernel.org/6.1.5-057-net-mlx5e-Fix-RX-reporter-for-XSK-RQs.patch - patches.kernel.org/6.1.5-058-net-mlx5e-CT-Fix-ct-debugfs-folder-name.patch - patches.kernel.org/6.1.5-059-net-mlx5e-Always-clear-dest-encap-in-neigh-upda.patch - patches.kernel.org/6.1.5-060-net-mlx5e-Fix-hw-mtu-initializing-at-XDP-SQ-all.patch - patches.kernel.org/6.1.5-061-net-mlx5e-Set-geneve_tlv_option_0_exist-when-ma.patch - patches.kernel.org/6.1.5-062-net-mlx5-Lag-fix-failure-to-cancel-delayed-bond.patch - patches.kernel.org/6.1.5-063-bpf-Always-use-maximal-size-for-copy_array.patch - patches.kernel.org/6.1.5-064-tcp-Add-TIME_WAIT-sockets-in-bhash2.patch - patches.kernel.org/6.1.5-065-net-hns3-refine-the-handling-for-VF-heartbeat.patch - patches.kernel.org/6.1.5-066-net-amd-xgbe-add-missed-tasklet_kill.patch - patches.kernel.org/6.1.5-067-net-ena-Fix-toeplitz-initial-hash-value.patch - patches.kernel.org/6.1.5-068-net-ena-Don-t-register-memory-info-on-XDP-excha.patch - patches.kernel.org/6.1.5-069-net-ena-Account-for-the-number-of-processed-byt.patch - patches.kernel.org/6.1.5-070-net-ena-Use-bitmask-to-indicate-packet-redirect.patch - patches.kernel.org/6.1.5-071-net-ena-Fix-rx_copybreak-value-update.patch - patches.kernel.org/6.1.5-072-net-ena-Set-default-value-for-RX-interrupt-mode.patch - patches.kernel.org/6.1.5-073-net-ena-Update-NUMA-TPH-hint-register-upon-NUMA.patch - patches.kernel.org/6.1.5-074-net-phy-xgmiitorgmii-Fix-refcount-leak-in-xgmii.patch - patches.kernel.org/6.1.5-075-gpio-pca953x-avoid-to-use-uninitialized-value-p.patch - patches.kernel.org/6.1.5-076-RDMA-mlx5-Fix-mlx5_ib_get_hw_stats-when-used-fo.patch - patches.kernel.org/6.1.5-077-RDMA-mlx5-Fix-validation-of-max_rd_atomic-caps-.patch - patches.kernel.org/6.1.5-078-selftests-net-fix-cleanup_v6-for-arp_ndisc_evic.patch - patches.kernel.org/6.1.5-079-selftests-net-return-non-zero-for-failures-repo.patch - patches.kernel.org/6.1.5-080-drm-meson-Reduce-the-FIFO-lines-held-when-AFBC-.patch - patches.kernel.org/6.1.5-081-filelock-new-helper-vfs_inode_has_locks.patch - patches.kernel.org/6.1.5-082-ceph-switch-to-vfs_inode_has_locks-to-fix-file-.patch - patches.kernel.org/6.1.5-083-gpio-sifive-Fix-refcount-leak-in-sifive_gpio_pr.patch - patches.kernel.org/6.1.5-084-net-sched-atm-dont-intepret-cls-results-when-as.patch - patches.kernel.org/6.1.5-085-net-sched-cbq-dont-intepret-cls-results-when-as.patch - patches.kernel.org/6.1.5-086-vxlan-Fix-memory-leaks-in-error-path.patch - patches.kernel.org/6.1.5-087-net-sparx5-Fix-reading-of-the-MAC-address.patch - patches.kernel.org/6.1.5-088-netfilter-ipset-fix-hash-net-port-net-hang-with.patch - patches.kernel.org/6.1.5-089-netfilter-ipset-Rework-long-task-execution-when.patch - patches.kernel.org/6.1.5-090-drm-virtio-Fix-memory-leak-in-virtio_gpu_object.patch - patches.kernel.org/6.1.5-091-perf-tools-Fix-resources-leak-in-perf_data__ope.patch - patches.kernel.org/6.1.5-092-drm-imx-ipuv3-plane-Fix-overlay-plane-width.patch - patches.kernel.org/6.1.5-093-fs-ntfs3-don-t-hold-ni_lock-when-calling-trunca.patch - patches.kernel.org/6.1.5-094-drivers-net-bonding-bond_3ad-return-when-there-.patch - patches.kernel.org/6.1.5-095-octeontx2-pf-Fix-lmtst-ID-used-in-aura-free.patch - patches.kernel.org/6.1.5-096-usb-rndis_host-Secure-rndis_query-check-against.patch - patches.kernel.org/6.1.5-097-perf-lock-contention-Fix-core-dump-related-to-n.patch - patches.kernel.org/6.1.5-098-perf-stat-Fix-handling-of-unsupported-cgroup-ev.patch - patches.kernel.org/6.1.5-099-perf-stat-Fix-handling-of-for-each-cgroup-with-.patch - patches.kernel.org/6.1.5-100-drm-i915-unpin-on-error-in-intel_vgpu_shadow_mm.patch - patches.kernel.org/6.1.5-101-drm-i915-gvt-fix-double-free-bug-in-split_2MB_g.patch - patches.kernel.org/6.1.5-102-ublk-honor-IO_URING_F_NONBLOCK-for-handling-con.patch - patches.kernel.org/6.1.5-103-qed-allow-sleep-in-qed_mcp_trace_dump.patch - patches.kernel.org/6.1.5-104-net-ulp-prevent-ULP-without-clone-op-from-enter.patch - patches.kernel.org/6.1.5-105-caif-fix-memory-leak-in-cfctrl_linkup_request.patch - patches.kernel.org/6.1.5-106-udf-Fix-extension-of-the-last-extent-in-the-fil.patch - patches.kernel.org/6.1.5-107-usb-dwc3-xilinx-include-linux-gpio-consumer.h.patch - patches.kernel.org/6.1.5-108-hfs-hfsplus-avoid-WARN_ON-for-sanity-check-use-.patch - patches.kernel.org/6.1.5-109-ASoC-SOF-Revert-core-unregister-clients-and-mac.patch - patches.kernel.org/6.1.5-110-9p-client-fix-data-race-on-req-status.patch - patches.kernel.org/6.1.5-111-ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Advan.patch - patches.kernel.org/6.1.5-112-ASoC-SOF-mediatek-initialize-panic_info-to-zero.patch - patches.kernel.org/6.1.5-113-drm-amdgpu-Fix-size-validation-for-non-exclusiv.patch - patches.kernel.org/6.1.5-114-drm-amdkfd-Fix-kfd_process_device_init_vm-error.patch - patches.kernel.org/6.1.5-115-drm-amdkfd-Fix-double-release-compute-pasid.patch - patches.kernel.org/6.1.5-116-io_uring-cancel-re-grab-ctx-mutex-after-finishi.patch - patches.kernel.org/6.1.5-117-nvme-fix-multipath-crash-caused-by-flush-reques.patch - patches.kernel.org/6.1.5-118-ACPI-video-Allow-GPU-drivers-to-report-no-panel.patch - patches.kernel.org/6.1.5-119-drm-amd-display-Report-to-ACPI-video-if-no-pane.patch - patches.kernel.org/6.1.5-120-ACPI-video-Don-t-enable-fallback-path-for-creat.patch - patches.kernel.org/6.1.5-121-io_uring-check-for-valid-register-opcode-earlie.patch - patches.kernel.org/6.1.5-122-kunit-alloc_string_stream_fragment-error-handli.patch - patches.kernel.org/6.1.5-123-nvmet-use-NVME_CMD_EFFECTS_CSUPP-instead-of-ope.patch - patches.kernel.org/6.1.5-124-nvme-also-return-I-O-command-effects-from-nvme_.patch - patches.kernel.org/6.1.5-125-ASoC-SOF-Intel-pci-tgl-unblock-S5-entry-if-DMA-.patch - patches.kernel.org/6.1.5-126-x86-kexec-Fix-double-free-of-elf-header-buffer.patch - patches.kernel.org/6.1.5-127-x86-bugs-Flush-IBP-in-ib_prctl_set.patch - patches.kernel.org/6.1.5-128-nfsd-fix-handling-of-readdir-in-v4root-vs.-moun.patch - patches.kernel.org/6.1.5-129-fbdev-matroxfb-G200eW-Increase-max-memory-from-.patch - patches.kernel.org/6.1.5-130-bpf-Fix-panic-due-to-wrong-pageattr-of-im-image.patch - patches.kernel.org/6.1.5-131-Revert-drm-amd-display-Enable-Freesync-Video-Mo.patch - patches.kernel.org/6.1.5-132-Revert-net-dsa-qca8k-cache-lo-and-hi-for-mdio-w.patch - patches.kernel.org/6.1.5-133-net-dsa-qca8k-fix-wrong-length-value-for-mgmt-e.patch - patches.kernel.org/6.1.5-134-net-dsa-tag_qca-fix-wrong-MGMT_DATA2-size.patch - patches.kernel.org/6.1.5-135-block-don-t-allow-splitting-of-a-REQ_NOWAIT-bio.patch - patches.kernel.org/6.1.5-136-io_uring-pin-context-while-queueing-deferred-tw.patch - patches.kernel.org/6.1.5-137-io_uring-fix-CQ-waiting-timeout-handling.patch - patches.kernel.org/6.1.5-138-tpm-Allow-system-suspend-to-continue-when-TPM-s.patch - patches.kernel.org/6.1.5-139-vhost_vdpa-fix-the-crash-in-unmap-a-large-memor.patch - patches.kernel.org/6.1.5-140-thermal-int340x-Add-missing-attribute-for-data-.patch - patches.kernel.org/6.1.5-141-riscv-uaccess-fix-type-of-0-variable-on-error-i.patch - patches.kernel.org/6.1.5-142-riscv-kprobes-Stricter-c.jr-c.jalr-decoding.patch - patches.kernel.org/6.1.5-143-of-fdt-run-soc-memory-setup-when-early_init_dt_.patch - patches.kernel.org/6.1.5-144-drm-plane-helper-Add-the-missing-declaration-of.patch - patches.kernel.org/6.1.5-145-drm-amdkfd-Fix-kernel-warning-during-topology-s.patch - patches.kernel.org/6.1.5-146-drm-i915-gvt-fix-gvt-debugfs-destroy.patch - patches.kernel.org/6.1.5-147-drm-i915-gvt-fix-vgpu-debugfs-clean-in-remove.patch - patches.kernel.org/6.1.5-148-virtio-blk-use-a-helper-to-handle-request-queui.patch - patches.kernel.org/6.1.5-149-virtio_blk-Fix-signedness-bug-in-virtblk_prep_r.patch - patches.kernel.org/6.1.5-150-drm-amd-display-Add-check-for-DET-fetch-latency.patch - patches.kernel.org/6.1.5-151-drm-amd-display-Uninitialized-variables-causing.patch - patches.kernel.org/6.1.5-152-btrfs-handle-case-when-repair-happens-with-dev-.patch - patches.kernel.org/6.1.5-153-ksmbd-fix-infinite-loop-in-ksmbd_conn_handler_l.patch - patches.kernel.org/6.1.5-154-ksmbd-send-proper-error-response-in-smb2_tree_c.patch - patches.kernel.org/6.1.5-155-ksmbd-check-nt_len-to-be-at-least-CIFS_ENCPWD_S.patch - patches.kernel.org/6.1.5-156-drm-i915-dsi-add-support-for-ICL-native-MIPI-GP.patch - patches.kernel.org/6.1.5-157-drm-i915-dsi-fix-MIPI_BKLT_EN_1-native-GPIO-ind.patch - patches.kernel.org/6.1.5-158-efi-random-combine-bootloader-provided-RNG-seed.patch - patches.kernel.org/6.1.5-159-wifi-ath11k-Send-PME-message-during-wakeup-from.patch - patches.kernel.org/6.1.5-160-Linux-6.1.5.patch - patches.kernel.org/6.1.6-001-parisc-Align-parisc-MADV_XXX-constants-with-all.patch - patches.kernel.org/6.1.6-002-x86-fpu-Take-task_struct-in-copy_sigframe_from_.patch - patches.kernel.org/6.1.6-003-x86-fpu-Add-a-pkru-argument-to-copy_uabi_from_k.patch - patches.kernel.org/6.1.6-004-x86-fpu-Add-a-pkru-argument-to-copy_uabi_to_xst.patch - patches.kernel.org/6.1.6-005-x86-fpu-Allow-PKRU-to-be-once-again-written-by-.patch - patches.kernel.org/6.1.6-006-x86-fpu-Emulate-XRSTOR-s-behavior-if-the-xfeatu.patch - patches.kernel.org/6.1.6-007-selftests-vm-pkeys-Add-a-regression-test-for-se.patch - patches.kernel.org/6.1.6-008-Revert-SUNRPC-Use-RMW-bitops-in-single-threaded.patch - patches.kernel.org/6.1.6-009-gcc-disable-Warray-bounds-for-gcc-11-too.patch - patches.kernel.org/6.1.6-010-net-sched-disallow-noqueue-for-qdisc-classes.patch - patches.kernel.org/6.1.6-011-ALSA-pcm-Move-rwsem-lock-inside-snd_ctl_elem_re.patch - patches.kernel.org/6.1.6-012-ALSA-hda-hdmi-Add-a-HP-device-0x8715-to-force-c.patch - patches.kernel.org/6.1.6-013-ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-wo.patch - patches.kernel.org/6.1.6-014-ALSA-hda-cs35l41-Don-t-return-EINVAL-from-syste.patch - patches.kernel.org/6.1.6-015-ALSA-hda-Enable-headset-mic-on-another-Dell-lap.patch - patches.kernel.org/6.1.6-016-ALSA-hda-cs35l41-Check-runtime-suspend-capabili.patch - patches.kernel.org/6.1.6-017-Linux-6.1.6.patch - patches.kernel.org/6.1.7-001-netfilter-nft_payload-incorrect-arithmetics-whe.patch - patches.kernel.org/6.1.7-002-Revert-ALSA-usb-audio-Drop-superfluous-interfac.patch - patches.kernel.org/6.1.7-003-ALSA-control-led-use-strscpy-in-set_led_id.patch - patches.kernel.org/6.1.7-004-ALSA-usb-audio-Always-initialize-fixed_rate-in-.patch - patches.kernel.org/6.1.7-005-ALSA-hda-realtek-Turn-on-power-early.patch - patches.kernel.org/6.1.7-006-ALSA-hda-realtek-Enable-mute-micmute-LEDs-on-HP.patch - patches.kernel.org/6.1.7-007-KVM-x86-Do-not-return-host-topology-information.patch - patches.kernel.org/6.1.7-008-KVM-arm64-Fix-S1PTW-handling-on-RO-memslots.patch - patches.kernel.org/6.1.7-009-efi-fix-userspace-infinite-retry-read-efivars-a.patch - patches.kernel.org/6.1.7-010-efi-tpm-Avoid-READ_ONCE-for-accessing-the-event.patch - patches.kernel.org/6.1.7-011-docs-Fix-the-docs-build-with-Sphinx-6.0.patch - patches.kernel.org/6.1.7-012-io_uring-poll-add-hash-if-ready-poll-request-ca.patch - patches.kernel.org/6.1.7-013-arm64-mte-Fix-double-freeing-of-the-temporary-t.patch - patches.kernel.org/6.1.7-014-arm64-mte-Avoid-the-racy-walk-of-the-vma-list-d.patch - patches.kernel.org/6.1.7-015-arm64-cmpxchg_double-hazard-against-entire-exch.patch - patches.kernel.org/6.1.7-016-ACPI-Fix-selecting-wrong-ACPI-fwnode-for-the-iG.patch - patches.kernel.org/6.1.7-017-net-stmmac-add-aux-timestamps-fifo-clearance-wa.patch - patches.kernel.org/6.1.7-018-perf-auxtrace-Fix-address-filter-duplicate-symb.patch - patches.kernel.org/6.1.7-019-s390-kexec-fix-ipl-report-address-for-kdump.patch - patches.kernel.org/6.1.7-020-brcmfmac-Prefer-DT-board-type-over-DMI-board-ty.patch - patches.kernel.org/6.1.7-021-ASoC-qcom-lpass-cpu-Fix-fallback-SD-line-index-.patch - patches.kernel.org/6.1.7-022-elfcore-Add-a-cprm-parameter-to-elf_core_extra_.patch - patches.kernel.org/6.1.7-023-cpufreq-amd-pstate-fix-kernel-hang-issue-while-.patch - patches.kernel.org/6.1.7-024-s390-cpum_sf-add-READ_ONCE-semantics-to-compare.patch - patches.kernel.org/6.1.7-025-s390-percpu-add-READ_ONCE-to-arch_this_cpu_to_o.patch - patches.kernel.org/6.1.7-026-drm-virtio-Fix-GEM-handle-creation-UAF.patch - patches.kernel.org/6.1.7-027-drm-amd-pm-smu13-BACO-is-supported-when-it-s-in.patch - patches.kernel.org/6.1.7-028-drm-Optimize-drm-buddy-top-down-allocation-meth.patch - patches.kernel.org/6.1.7-029-drm-i915-gt-Reset-twice.patch - patches.kernel.org/6.1.7-030-drm-i915-Reserve-enough-fence-slot-for-i915_vma.patch - patches.kernel.org/6.1.7-031-drm-i915-Fix-potential-context-UAFs.patch - patches.kernel.org/6.1.7-032-drm-amd-Delay-removal-of-the-firmware-framebuff.patch - patches.kernel.org/6.1.7-033-drm-amdgpu-Fixed-bug-on-error-when-unloading-am.patch - patches.kernel.org/6.1.7-034-drm-amd-pm-correct-the-reference-clock-for-fan-.patch - patches.kernel.org/6.1.7-035-drm-amd-pm-add-the-missing-mapping-for-PPT-feat.patch - patches.kernel.org/6.1.7-036-drm-amd-display-move-remaining-FPU-code-to-dml-.patch - patches.kernel.org/6.1.7-037-Revert-drm-amdgpu-Revert-drm-amdgpu-getting-fan.patch - patches.kernel.org/6.1.7-038-cifs-Fix-uninitialized-memory-read-for-smb311-p.patch - patches.kernel.org/6.1.7-039-cifs-fix-file-info-setting-in-cifs_query_path_i.patch - patches.kernel.org/6.1.7-040-cifs-fix-file-info-setting-in-cifs_open_file.patch - patches.kernel.org/6.1.7-041-cifs-do-not-query-ifaces-on-smb1-mounts.patch - patches.kernel.org/6.1.7-042-cifs-fix-double-free-on-failed-kerberos-auth.patch - patches.kernel.org/6.1.7-043-io_uring-fdinfo-include-locked-hash-table-in-fd.patch - patches.kernel.org/6.1.7-044-ASoC-rt9120-Make-dev-PM-runtime-bind-AsoC-compo.patch - patches.kernel.org/6.1.7-045-ACPI-video-Allow-selecting-NVidia-WMI-EC-or-App.patch - patches.kernel.org/6.1.7-046-platform-x86-dell-privacy-Only-register-SW_CAME.patch - patches.kernel.org/6.1.7-047-platform-surface-aggregator-Ignore-command-mess.patch - patches.kernel.org/6.1.7-048-platform-x86-int3472-discrete-Ensure-the-clk-po.patch - patches.kernel.org/6.1.7-049-platform-x86-thinkpad_acpi-Fix-profile-mode-dis.patch - patches.kernel.org/6.1.7-050-platform-x86-asus-wmi-Don-t-load-fan-curves-wit.patch - patches.kernel.org/6.1.7-051-platform-x86-dell-privacy-Fix-SW_CAMERA_LENS_CO.patch - patches.kernel.org/6.1.7-052-dt-bindings-msm-dsi-controller-main-Fix-operati.patch - patches.kernel.org/6.1.7-053-drm-msm-another-fix-for-the-headless-Adreno-GPU.patch - patches.kernel.org/6.1.7-054-firmware-psci-Fix-MEM_PROTECT_RANGE-function-nu.patch - patches.kernel.org/6.1.7-055-firmware-psci-Don-t-register-with-debugfs-if-PS.patch - patches.kernel.org/6.1.7-056-drm-msm-adreno-Make-adreno-quirks-not-overwrite.patch - patches.kernel.org/6.1.7-057-arm64-signal-Always-allocate-SVE-signal-frames-.patch - patches.kernel.org/6.1.7-058-dt-bindings-msm-dsi-controller-main-Fix-power-d.patch - patches.kernel.org/6.1.7-059-dt-bindings-msm-dsi-controller-main-Fix-descrip.patch - patches.kernel.org/6.1.7-060-arm64-signal-Always-accept-SVE-signal-frames-on.patch - patches.kernel.org/6.1.7-061-arm64-mm-add-pud_user_exec-check-in-pud_user_ac.patch - patches.kernel.org/6.1.7-062-dt-bindings-msm-dsi-phy-28nm-Add-missing-qcom-d.patch - patches.kernel.org/6.1.7-063-arm64-ptrace-Use-ARM64_SME-to-guard-the-SME-reg.patch - patches.kernel.org/6.1.7-064-arm64-mm-fix-incorrect-file_map_count-for-inval.patch - patches.kernel.org/6.1.7-065-platform-x86-ideapad-laptop-Add-Legion-5-15ARH0.patch - patches.kernel.org/6.1.7-066-drm-msm-dp-do-not-complete-dp_aux_cmd_fifo_tx-i.patch - patches.kernel.org/6.1.7-067-dt-bindings-msm-dsi-Don-t-require-vdds-supply-o.patch - patches.kernel.org/6.1.7-068-dt-bindings-msm-dsi-Don-t-require-vcca-supply-o.patch - patches.kernel.org/6.1.7-069-platform-x86-sony-laptop-Don-t-turn-off-0x153-k.patch - patches.kernel.org/6.1.7-070-ixgbe-fix-pci-device-refcount-leak.patch - patches.kernel.org/6.1.7-071-ipv6-raw-Deduct-extension-header-length-in-rawv.patch - patches.kernel.org/6.1.7-072-iavf-iavf_main-actually-log-src-mask-when-talki.patch - patches.kernel.org/6.1.7-073-drm-i915-gt-Cleanup-partial-engine-discovery-fa.patch - patches.kernel.org/6.1.7-074-usb-ulpi-defer-ulpi_register-on-ulpi_read_id-ti.patch - patches.kernel.org/6.1.7-075-drm-amd-pm-enable-mode1-reset-on-smu_v13_0_10.patch - patches.kernel.org/6.1.7-076-drm-amd-pm-Enable-bad-memory-page-channel-recor.patch - patches.kernel.org/6.1.7-077-drm-amd-pm-enable-GPO-dynamic-control-support-f.patch - patches.kernel.org/6.1.7-078-drm-amd-pm-enable-GPO-dynamic-control-support-f.patch - patches.kernel.org/6.1.7-079-drm-amdgpu-add-soc21-common-ip-block-support-fo.patch - patches.kernel.org/6.1.7-080-drm-amdgpu-Enable-pg-cg-flags-on-GC11_0_4-for-V.patch - patches.kernel.org/6.1.7-081-drm-amdgpu-enable-VCN-DPG-for-GC-IP-v11.0.4.patch - patches.kernel.org/6.1.7-082-mm-Always-release-pages-to-the-buddy-allocator-.patch - patches.kernel.org/6.1.7-083-iommu-iova-Fix-alloc-iova-overflows-issue.patch - patches.kernel.org/6.1.7-084-iommu-arm-smmu-v3-Don-t-unregister-on-shutdown.patch - patches.kernel.org/6.1.7-085-iommu-mediatek-v1-Fix-an-error-handling-path-in.patch - patches.kernel.org/6.1.7-086-iommu-arm-smmu-Don-t-unregister-on-shutdown.patch - patches.kernel.org/6.1.7-087-iommu-arm-smmu-Report-IOMMU_CAP_CACHE_COHERENCY.patch - patches.kernel.org/6.1.7-088-sched-core-Fix-use-after-free-bug-in-dup_user_c.patch - patches.kernel.org/6.1.7-089-netfilter-ipset-Fix-overflow-before-widen-in-th.patch - patches.kernel.org/6.1.7-090-selftests-netfilter-fix-transaction-test-script.patch - patches.kernel.org/6.1.7-091-powerpc-imc-pmu-Fix-use-of-mutex-in-IRQs-disabl.patch - patches.kernel.org/6.1.7-092-x86-boot-Avoid-using-Intel-mnemonics-in-AT-T-sy.patch - patches.kernel.org/6.1.7-093-EDAC-device-Fix-period-calculation-in-edac_devi.patch - patches.kernel.org/6.1.7-094-x86-pat-Fix-pat_x_mtrr_type-for-MTRR-disabled-c.patch - patches.kernel.org/6.1.7-095-x86-resctrl-Fix-task-CLOSID-RMID-update-race.patch - patches.kernel.org/6.1.7-096-x86-resctrl-Fix-event-counts-regression-in-reus.patch - patches.kernel.org/6.1.7-097-regulator-da9211-Use-irq-handler-when-ready.patch - patches.kernel.org/6.1.7-098-scsi-storvsc-Fix-swiotlb-bounce-buffer-leak-in-.patch - patches.kernel.org/6.1.7-099-scsi-mpi3mr-Refer-CONFIG_SCSI_MPI3MR-in-Makefil.patch - patches.kernel.org/6.1.7-100-scsi-ufs-core-WLUN-suspend-SSU-enter-hibern8-fa.patch - patches.kernel.org/6.1.7-101-ASoC-Intel-fix-sof-nau8825-link-failure.patch - patches.kernel.org/6.1.7-102-ASoC-Intel-sof_nau8825-support-rt1015p-speaker-.patch - patches.kernel.org/6.1.7-103-ASoC-Intel-sof-nau8825-fix-module-alias-overflo.patch - patches.kernel.org/6.1.7-104-drm-msm-dpu-Fix-some-kernel-doc-comments.patch - patches.kernel.org/6.1.7-105-drm-msm-dpu-Fix-memory-leak-in-msm_mdss_parse_d.patch - patches.kernel.org/6.1.7-106-ASoC-wm8904-fix-wrong-outputs-volume-after-powe.patch - patches.kernel.org/6.1.7-107-mtd-parsers-scpart-fix-__udivdi3-undefined-on-m.patch - patches.kernel.org/6.1.7-108-mtd-cfi-allow-building-spi-intel-standalone.patch - patches.kernel.org/6.1.7-109-ALSA-usb-audio-Make-sure-to-stop-endpoints-befo.patch - patches.kernel.org/6.1.7-110-ALSA-usb-audio-Relax-hw-constraints-for-implici.patch - patches.kernel.org/6.1.7-111-stmmac-dwmac-mediatek-remove-the-dwmac_fix_mac_.patch - patches.kernel.org/6.1.7-112-tipc-fix-unexpected-link-reset-due-to-discovery.patch - patches.kernel.org/6.1.7-113-NFSD-Pass-the-target-nfsd_file-to-nfsd_commit.patch - patches.kernel.org/6.1.7-114-NFSD-Revert-NFSD-NFSv4-CLOSE-should-release-an-.patch - patches.kernel.org/6.1.7-115-NFSD-Add-an-NFSD_FILE_GC-flag-to-enable-nfsd_fi.patch - patches.kernel.org/6.1.7-116-nfsd-remove-the-pages_flushed-statistic-from-fi.patch - patches.kernel.org/6.1.7-117-nfsd-reorganize-filecache.c.patch - patches.kernel.org/6.1.7-118-NFSD-Add-an-nfsd_file_fsync-tracepoint.patch - patches.kernel.org/6.1.7-119-nfsd-rework-refcounting-in-filecache.patch - patches.kernel.org/6.1.7-120-nfsd-fix-handling-of-cached-open-files-in-nfsd4.patch - patches.kernel.org/6.1.7-121-octeontx2-af-Fix-LMAC-config-in-cgx_lmac_rx_tx_.patch - patches.kernel.org/6.1.7-122-sched-core-Fix-arch_scale_freq_tick-on-tickless.patch - patches.kernel.org/6.1.7-123-hvc-xen-lock-console-list-traversal.patch - patches.kernel.org/6.1.7-124-nfc-pn533-Wait-for-out_urb-s-completion-in-pn53.patch - patches.kernel.org/6.1.7-125-gro-avoid-checking-for-a-failed-search.patch - patches.kernel.org/6.1.7-126-gro-take-care-of-DODGY-packets.patch - patches.kernel.org/6.1.7-127-af_unix-selftest-Fix-the-size-of-the-parameter-.patch - patches.kernel.org/6.1.7-128-ASoC-qcom-Fix-building-APQ8016-machine-driver-w.patch - patches.kernel.org/6.1.7-129-tools-nolibc-restore-mips-branch-ordering-in-th.patch - patches.kernel.org/6.1.7-130-tools-nolibc-fix-the-O_-fcntl-open-macro-defini.patch - patches.kernel.org/6.1.7-131-drm-amdgpu-Fix-potential-NULL-dereference.patch - patches.kernel.org/6.1.7-132-ice-Fix-potential-memory-leak-in-ice_gnss_tty_w.patch - patches.kernel.org/6.1.7-133-ice-Add-check-for-kzalloc.patch - patches.kernel.org/6.1.7-134-drm-vmwgfx-Write-the-driver-id-registers.patch - patches.kernel.org/6.1.7-135-drm-vmwgfx-Refactor-resource-manager-s-hashtabl.patch - patches.kernel.org/6.1.7-136-drm-vmwgfx-Remove-ttm-object-hashtable.patch - patches.kernel.org/6.1.7-137-drm-vmwgfx-Refactor-resource-validation-hashtab.patch - patches.kernel.org/6.1.7-138-drm-vmwgfx-Refactor-ttm-reference-object-hashta.patch - patches.kernel.org/6.1.7-139-drm-vmwgfx-Remove-vmwgfx_hashtab.patch - patches.kernel.org/6.1.7-140-drm-vmwgfx-Remove-rcu-locks-from-user-resources.patch - patches.kernel.org/6.1.7-141-net-sched-act_mpls-Fix-warning-during-failed-at.patch - patches.kernel.org/6.1.7-142-Revert-r8169-disable-detection-of-chip-version-.patch - patches.kernel.org/6.1.7-143-net-mlx5-check-attr-pointer-validity-before-der.patch - patches.kernel.org/6.1.7-144-net-mlx5e-TC-Keep-mod-hdr-actions-after-mod-hdr.patch - patches.kernel.org/6.1.7-145-net-mlx5-Fix-command-stats-access-after-free.patch - patches.kernel.org/6.1.7-146-net-mlx5e-Verify-dev-is-present-for-fix-feature.patch - patches.kernel.org/6.1.7-147-net-mlx5e-IPoIB-Block-queue-count-configuration.patch - patches.kernel.org/6.1.7-148-net-mlx5e-IPoIB-Block-PKEY-interfaces-with-less.patch - patches.kernel.org/6.1.7-149-net-mlx5e-IPoIB-Fix-child-PKEY-interface-stats-.patch - patches.kernel.org/6.1.7-150-net-mlx5-Fix-ptp-max-frequency-adjustment-range.patch - patches.kernel.org/6.1.7-151-net-mlx5e-Don-t-support-encap-rules-with-gbp-op.patch - patches.kernel.org/6.1.7-152-net-mlx5e-Fix-macsec-ssci-attribute-handling-in.patch - patches.kernel.org/6.1.7-153-net-mlx5e-Fix-macsec-possible-null-dereference-.patch - patches.kernel.org/6.1.7-154-selftests-net-l2_tos_ttl_inherit.sh-Set-IPv6-ad.patch - patches.kernel.org/6.1.7-155-selftests-net-l2_tos_ttl_inherit.sh-Run-tests-i.patch - patches.kernel.org/6.1.7-156-selftests-net-l2_tos_ttl_inherit.sh-Ensure-envi.patch - patches.kernel.org/6.1.7-157-octeontx2-pf-Fix-resource-leakage-in-VF-driver-.patch - patches.kernel.org/6.1.7-158-perf-build-Properly-guard-libbpf-includes.patch - patches.kernel.org/6.1.7-159-perf-kmem-Support-legacy-tracepoints.patch - patches.kernel.org/6.1.7-160-perf-kmem-Support-field-node-in-evsel__process_.patch - patches.kernel.org/6.1.7-161-igc-Fix-PPS-delta-between-two-synchronized-end-.patch - patches.kernel.org/6.1.7-162-net-lan966x-check-for-ptp-to-be-enabled-in-lan9.patch - patches.kernel.org/6.1.7-163-net-hns3-fix-wrong-use-of-rss-size-during-VF-rs.patch - patches.kernel.org/6.1.7-164-bnxt-make-sure-we-return-pages-to-the-pool.patch - patches.kernel.org/6.1.7-165-platform-surface-aggregator-Add-missing-call-to.patch - patches.kernel.org/6.1.7-166-platform-x86-amd-Fix-refcount-leak-in-amd_pmc_p.patch - patches.kernel.org/6.1.7-167-ALSA-usb-audio-Fix-possible-NULL-pointer-derefe.patch - patches.kernel.org/6.1.7-168-efi-fix-NULL-deref-in-init-error-path.patch - patches.kernel.org/6.1.7-169-io_uring-lock-overflowing-for-IOPOLL.patch - patches.kernel.org/6.1.7-170-io_uring-poll-attempt-request-issue-after-racy-.patch - patches.kernel.org/6.1.7-171-drm-i915-Fix-CFI-violations-in-gt_sysfs.patch - patches.kernel.org/6.1.7-172-io_uring-io-wq-free-worker-if-task_work-creatio.patch - patches.kernel.org/6.1.7-173-io_uring-io-wq-only-free-worker-if-it-was-alloc.patch - patches.kernel.org/6.1.7-174-block-handle-bio_split_to_limits-NULL-return.patch - patches.kernel.org/6.1.7-175-Revert-usb-ulpi-defer-ulpi_register-on-ulpi_rea.patch - patches.kernel.org/6.1.7-176-pinctrl-amd-Add-dynamic-debugging-for-active-GP.patch - patches.kernel.org/6.1.7-177-Linux-6.1.7.patch - patches.kernel.org/6.1.8-001-dma-buf-fix-dma_buf_export-init-order-v2.patch - patches.kernel.org/6.1.8-002-btrfs-fix-trace-event-name-typo-for-FLUSH_DELAY.patch - patches.kernel.org/6.1.8-003-wifi-iwlwifi-fw-skip-PPAG-for-JF.patch - patches.kernel.org/6.1.8-004-pNFS-filelayout-Fix-coalescing-test-for-single-.patch - patches.kernel.org/6.1.8-005-selftests-bpf-check-null-propagation-only-neith.patch - patches.kernel.org/6.1.8-006-net-ethernet-marvell-octeontx2-Fix-uninitialize.patch - patches.kernel.org/6.1.8-007-tools-virtio-initialize-spinlocks-in-vring_test.patch - patches.kernel.org/6.1.8-008-vdpa-mlx5-Return-error-on-vlan-ctrl-commands-if.patch - patches.kernel.org/6.1.8-009-vdpa-mlx5-Avoid-using-reslock-in-event_handler.patch - patches.kernel.org/6.1.8-010-vdpa-mlx5-Avoid-overwriting-CVQ-iotlb.patch - patches.kernel.org/6.1.8-011-virtio_pci-modify-ENOENT-to-EINVAL.patch - patches.kernel.org/6.1.8-012-vduse-Validate-vq_num-in-vduse_validate_config.patch - patches.kernel.org/6.1.8-013-vdpa_sim_net-should-not-drop-the-multicast-broa.patch - patches.kernel.org/6.1.8-014-net-ethtool-ioctl-return-EOPNOTSUPP-if-we-have-.patch - patches.kernel.org/6.1.8-015-r8169-move-rtl_wol_enable_rx-and-rtl_prepare_po.patch - patches.kernel.org/6.1.8-016-r8169-fix-dmar-pte-write-access-is-not-set-erro.patch - patches.kernel.org/6.1.8-017-bpf-keep-a-reference-to-the-mm-in-case-the-task.patch - patches.kernel.org/6.1.8-018-RDMA-srp-Move-large-values-to-a-new-enum-for-gc.patch - patches.kernel.org/6.1.8-019-selftests-net-fix-cmsg_so_mark.sh-test-hang.patch - patches.kernel.org/6.1.8-020-btrfs-always-report-error-in-run_one_delayed_re.patch - patches.kernel.org/6.1.8-021-x86-asm-Fix-an-assembler-warning-with-current-b.patch - patches.kernel.org/6.1.8-022-f2fs-let-s-avoid-panic-if-extent_tree-is-not-cr.patch - patches.kernel.org/6.1.8-023-perf-x86-rapl-Treat-Tigerlake-like-Icelake.patch - patches.kernel.org/6.1.8-024-cifs-fix-race-in-assemble_neg_contexts.patch - patches.kernel.org/6.1.8-025-memblock-tests-Fix-compilation-error.patch - patches.kernel.org/6.1.8-026-perf-x86-rapl-Add-support-for-Intel-Meteor-Lake.patch - patches.kernel.org/6.1.8-027-perf-x86-rapl-Add-support-for-Intel-Emerald-Rap.patch - patches.kernel.org/6.1.8-028-of-fdt-Honor-CONFIG_CMDLINE-even-without-chosen.patch - patches.kernel.org/6.1.8-029-fbdev-omapfb-avoid-stack-overflow-warning.patch - patches.kernel.org/6.1.8-030-Bluetooth-hci_sync-Fix-use-HCI_OP_LE_READ_BUFFE.patch - patches.kernel.org/6.1.8-031-Bluetooth-hci_qca-Fix-driver-shutdown-on-closed.patch - patches.kernel.org/6.1.8-032-wifi-brcmfmac-fix-regression-for-Broadcom-PCIe-.patch - patches.kernel.org/6.1.8-033-wifi-mac80211-fix-MLO-AP_VLAN-check.patch - patches.kernel.org/6.1.8-034-wifi-mac80211-reset-multiple-BSSID-options-in-s.patch - patches.kernel.org/6.1.8-035-wifi-mac80211-sdata-can-be-NULL-during-AMPDU-st.patch - patches.kernel.org/6.1.8-036-wifi-mac80211-fix-initialization-of-rx-link-and.patch - patches.kernel.org/6.1.8-037-nommu-fix-memory-leak-in-do_mmap-error-path.patch - patches.kernel.org/6.1.8-038-nommu-fix-do_munmap-error-path.patch - patches.kernel.org/6.1.8-039-nommu-fix-split_vma-map_count-error.patch - patches.kernel.org/6.1.8-040-proc-fix-PIE-proc-empty-vm-proc-pid-vm-tests.patch - patches.kernel.org/6.1.8-041-Add-exception-protection-processing-for-vd-in-a.patch - patches.kernel.org/6.1.8-042-LoongArch-Add-HWCAP_LOONGARCH_CPUCFG-to-elf_hwc.patch - patches.kernel.org/6.1.8-043-zonefs-Detect-append-writes-at-invalid-location.patch - patches.kernel.org/6.1.8-044-nilfs2-fix-general-protection-fault-in-nilfs_bt.patch - patches.kernel.org/6.1.8-045-mm-shmem-restore-SHMEM_HUGE_DENY-precedence-ove.patch - patches.kernel.org/6.1.8-046-hugetlb-unshare-some-PMDs-when-splitting-VMAs.patch - patches.kernel.org/6.1.8-047-mm-khugepaged-fix-collapse_pte_mapped_thp-to-al.patch - patches.kernel.org/6.1.8-048-serial-stm32-Merge-hard-IRQ-and-threaded-IRQ-ha.patch - patches.kernel.org/6.1.8-049-Revert-serial-stm32-Merge-hard-IRQ-and-threaded.patch - patches.kernel.org/6.1.8-050-xhci-pci-set-the-dma-max_seg_size.patch - patches.kernel.org/6.1.8-051-usb-xhci-Check-endpoint-is-valid-before-derefer.patch - patches.kernel.org/6.1.8-052-xhci-Fix-null-pointer-dereference-when-host-die.patch - patches.kernel.org/6.1.8-053-xhci-Add-update_hub_device-override-for-PCI-xHC.patch - patches.kernel.org/6.1.8-054-xhci-Add-a-flag-to-disable-USB3-lpm-on-a-xhci-r.patch - patches.kernel.org/6.1.8-055-usb-acpi-add-helper-to-check-port-lpm-capabilit.patch - patches.kernel.org/6.1.8-056-xhci-Detect-lpm-incapable-xHC-USB3-roothub-port.patch - patches.kernel.org/6.1.8-057-prlimit-do_prlimit-needs-to-have-a-speculation-.patch - patches.kernel.org/6.1.8-058-USB-serial-option-add-Quectel-EM05-G-GR-modem.patch - patches.kernel.org/6.1.8-059-USB-serial-option-add-Quectel-EM05-G-CS-modem.patch - patches.kernel.org/6.1.8-060-USB-serial-option-add-Quectel-EM05-G-RS-modem.patch - patches.kernel.org/6.1.8-061-USB-serial-option-add-Quectel-EC200U-modem.patch - patches.kernel.org/6.1.8-062-USB-serial-option-add-Quectel-EM05CN-SG-modem.patch - patches.kernel.org/6.1.8-063-USB-serial-option-add-Quectel-EM05CN-modem.patch - patches.kernel.org/6.1.8-064-staging-vchiq_arm-fix-enum-vchiq_status-return-.patch - patches.kernel.org/6.1.8-065-USB-misc-iowarrior-fix-up-header-size-for-USB_D.patch - patches.kernel.org/6.1.8-066-usb-misc-onboard_hub-Invert-driver-registration.patch - patches.kernel.org/6.1.8-067-usb-misc-onboard_hub-Move-attach-work-to-the-dr.patch - patches.kernel.org/6.1.8-068-misc-fastrpc-Fix-use-after-free-and-race-in-fas.patch - patches.kernel.org/6.1.8-069-misc-fastrpc-Don-t-remove-map-on-creater_proces.patch - patches.kernel.org/6.1.8-070-misc-fastrpc-Fix-use-after-free-race-condition-.patch - patches.kernel.org/6.1.8-071-usb-core-hub-disable-autosuspend-for-TI-TUSB804.patch - patches.kernel.org/6.1.8-072-comedi-adv_pci1760-Fix-PWM-instruction-handling.patch - patches.kernel.org/6.1.8-073-ACPI-PRM-Check-whether-EFI-runtime-is-available.patch - patches.kernel.org/6.1.8-074-mmc-sunxi-mmc-Fix-clock-refcount-imbalance-duri.patch - patches.kernel.org/6.1.8-075-mmc-sdhci-esdhc-imx-correct-the-tuning-start-ta.patch - patches.kernel.org/6.1.8-076-mm-hugetlb-fix-PTE-marker-handling-in-hugetlb_c.patch - patches.kernel.org/6.1.8-077-mm-hugetlb-fix-uffd-wp-handling-for-migration-e.patch - patches.kernel.org/6.1.8-078-mm-hugetlb-pre-allocate-pgtable-pages-for-uffd-.patch - patches.kernel.org/6.1.8-079-mm-userfaultfd-enable-writenotify-while-userfau.patch - patches.kernel.org/6.1.8-080-mm-MADV_COLLAPSE-don-t-expand-collapse-when-vm_.patch - patches.kernel.org/6.1.8-081-btrfs-add-extra-error-messages-to-cover-non-ENO.patch - patches.kernel.org/6.1.8-082-btrfs-fix-missing-error-handling-when-logging-d.patch - patches.kernel.org/6.1.8-083-btrfs-fix-directory-logging-due-to-race-with-co.patch - patches.kernel.org/6.1.8-084-btrfs-add-missing-setup-of-log-for-full-commit-.patch - patches.kernel.org/6.1.8-085-btrfs-do-not-abort-transaction-on-failure-to-wr.patch - patches.kernel.org/6.1.8-086-btrfs-do-not-abort-transaction-on-failure-to-up.patch - patches.kernel.org/6.1.8-087-btrfs-qgroup-do-not-warn-on-record-without-old_.patch - patches.kernel.org/6.1.8-088-btrfs-fix-invalid-leaf-access-due-to-inline-ext.patch - patches.kernel.org/6.1.8-089-btrfs-fix-race-between-quota-rescan-and-disable.patch - patches.kernel.org/6.1.8-090-cifs-do-not-include-page-data-when-checking-sig.patch - patches.kernel.org/6.1.8-091-thunderbolt-Disable-XDomain-lane-1-only-in-soft.patch - patches.kernel.org/6.1.8-092-thunderbolt-Use-correct-function-to-calculate-m.patch - patches.kernel.org/6.1.8-093-thunderbolt-Do-not-report-errors-if-on-board-re.patch - patches.kernel.org/6.1.8-094-thunderbolt-Do-not-call-PM-runtime-functions-in.patch - patches.kernel.org/6.1.8-095-riscv-dts-sifive-fu740-fix-size-of-pcie-32bit-m.patch - patches.kernel.org/6.1.8-096-bpf-restore-the-ebpf-program-ID-for-BPF_AUDIT_U.patch - patches.kernel.org/6.1.8-097-tty-serial-qcom-geni-serial-fix-slab-out-of-bou.patch - patches.kernel.org/6.1.8-098-tty-fix-possible-null-ptr-defer-in-spk_ttyio_re.patch - patches.kernel.org/6.1.8-099-pktcdvd-check-for-NULL-returna-fter-calling-bio.patch - patches.kernel.org/6.1.8-100-io_uring-poll-don-t-reissue-in-case-of-poll-rac.patch - patches.kernel.org/6.1.8-101-mptcp-explicitly-specify-sock-family-at-subflow.patch - patches.kernel.org/6.1.8-102-mptcp-netlink-respect-v4-v6-only-sockets.patch - patches.kernel.org/6.1.8-103-selftests-mptcp-userspace-validate-v4-v6-subflo.patch - patches.kernel.org/6.1.8-104-USB-gadgetfs-Fix-race-between-mounting-and-unmo.patch - patches.kernel.org/6.1.8-105-USB-serial-cp210x-add-SCALANCE-LPE-9000-device-.patch - patches.kernel.org/6.1.8-106-usb-cdns3-remove-fetched-trb-from-cache-before-.patch - patches.kernel.org/6.1.8-107-usb-host-ehci-fsl-Fix-module-alias.patch - patches.kernel.org/6.1.8-108-usb-musb-fix-error-return-code-in-omap2430_prob.patch - patches.kernel.org/6.1.8-109-usb-typec-tcpm-Fix-altmode-re-registration-caus.patch - patches.kernel.org/6.1.8-110-usb-typec-altmodes-displayport-Add-pin-assignme.patch - patches.kernel.org/6.1.8-111-usb-typec-altmodes-displayport-Fix-pin-assignme.patch - patches.kernel.org/6.1.8-112-usb-gadget-g_webcam-Send-color-matching-descrip.patch - patches.kernel.org/6.1.8-113-USB-gadget-Add-ID-numbers-to-configfs-gadget-dr.patch - patches.kernel.org/6.1.8-114-usb-gadget-f_ncm-fix-potential-NULL-ptr-deref-i.patch - patches.kernel.org/6.1.8-115-usb-storage-apply-IGNORE_UAS-only-for-HIKSEMI-M.patch - patches.kernel.org/6.1.8-116-arm64-dts-imx8mp-correct-usb-clocks.patch - patches.kernel.org/6.1.8-117-dt-bindings-phy-g12a-usb2-phy-fix-compatible-st.patch - patches.kernel.org/6.1.8-118-dt-bindings-phy-g12a-usb3-pcie-phy-fix-compatib.patch - patches.kernel.org/6.1.8-119-serial-pch_uart-Pass-correct-sg-to-dma_unmap_sg.patch - patches.kernel.org/6.1.8-120-dmaengine-lgm-Move-DT-parsing-after-initializat.patch - patches.kernel.org/6.1.8-121-dmaengine-tegra210-adma-fix-global-intr-clear.patch - patches.kernel.org/6.1.8-122-dmaengine-idxd-Let-probe-fail-when-workqueue-ca.patch - patches.kernel.org/6.1.8-123-dmaengine-idxd-Prevent-use-after-free-on-comple.patch - patches.kernel.org/6.1.8-124-dmaengine-idxd-Do-not-call-DMX-TX-callbacks-dur.patch - patches.kernel.org/6.1.8-125-serial-amba-pl011-fix-high-priority-character-t.patch - patches.kernel.org/6.1.8-126-serial-atmel-fix-incorrect-baudrate-setup.patch - patches.kernel.org/6.1.8-127-serial-exar-Add-support-for-Sealevel-7xxxC-seri.patch - patches.kernel.org/6.1.8-128-gsmi-fix-null-deref-in-gsmi_get_variable.patch - patches.kernel.org/6.1.8-129-mei-bus-fix-unlink-on-bus-in-error-path.patch - patches.kernel.org/6.1.8-130-mei-me-add-meteor-lake-point-M-DID.patch - patches.kernel.org/6.1.8-131-VMCI-Use-threaded-irqs-instead-of-tasklets.patch - patches.kernel.org/6.1.8-132-ARM-dts-qcom-apq8084-ifc6540-fix-overriding-SDH.patch - patches.kernel.org/6.1.8-133-ARM-omap1-fix-ARCH_OMAP1_ANY-link-failures.patch - patches.kernel.org/6.1.8-134-drm-amdgpu-fix-amdgpu_job_free_resources-v2.patch - patches.kernel.org/6.1.8-135-drm-amdgpu-allow-multipipe-policy-on-ASICs-with.patch - patches.kernel.org/6.1.8-136-drm-amdgpu-Correct-the-power-calcultion-for-Ren.patch - patches.kernel.org/6.1.8-137-drm-i915-re-disable-RC6p-on-Sandy-Bridge.patch - patches.kernel.org/6.1.8-138-drm-i915-display-Check-source-height-is-0.patch - patches.kernel.org/6.1.8-139-drm-i915-Allow-switching-away-via-vga-switchero.patch - patches.kernel.org/6.1.8-140-drm-i915-Remove-unused-variable.patch - patches.kernel.org/6.1.8-141-drm-amd-display-Fix-set-scaling-doesn-s-work.patch - patches.kernel.org/6.1.8-142-drm-amd-display-Calculate-output_color_space-af.patch - patches.kernel.org/6.1.8-143-drm-amd-display-Fix-COLOR_SPACE_YCBCR2020_TYPE-.patch - patches.kernel.org/6.1.8-144-drm-amd-display-disable-S-G-display-on-DCN-3.1..patch - patches.kernel.org/6.1.8-145-drm-amd-display-disable-S-G-display-on-DCN-3.1..patch - patches.kernel.org/6.1.8-146-cifs-reduce-roundtrips-on-create-qinfo-requests.patch - patches.kernel.org/6.1.8-147-fs-ntfs3-Fix-attr_punch_hole-null-pointer-deren.patch - patches.kernel.org/6.1.8-148-arm64-efi-Execute-runtime-services-from-a-dedic.patch - patches.kernel.org/6.1.8-149-efi-rt-wrapper-Add-missing-include.patch - patches.kernel.org/6.1.8-150-panic-Separate-sysctl-logic-from-CONFIG_SMP.patch - patches.kernel.org/6.1.8-151-exit-Put-an-upper-limit-on-how-often-we-can-oop.patch - patches.kernel.org/6.1.8-152-exit-Expose-oops_count-to-sysfs.patch - patches.kernel.org/6.1.8-153-exit-Allow-oops_limit-to-be-disabled.patch - patches.kernel.org/6.1.8-154-panic-Consolidate-open-coded-panic_on_warn-chec.patch - patches.kernel.org/6.1.8-155-panic-Introduce-warn_limit.patch - patches.kernel.org/6.1.8-156-panic-Expose-warn_count-to-sysfs.patch - patches.kernel.org/6.1.8-157-docs-Fix-path-paste-o-for-sys-kernel-warn_count.patch - patches.kernel.org/6.1.8-158-exit-Use-READ_ONCE-for-all-oops-warn-limit-read.patch - patches.kernel.org/6.1.8-159-x86-fpu-Use-_Alignof-to-avoid-undefined-behavio.patch - patches.kernel.org/6.1.8-160-drm-amdgpu-discovery-enable-soc21-common-for-GC.patch - patches.kernel.org/6.1.8-161-drm-amdgpu-discovery-enable-gmc-v11-for-GC-11.0.patch - patches.kernel.org/6.1.8-162-drm-amdgpu-discovery-enable-gfx-v11-for-GC-11.0.patch - patches.kernel.org/6.1.8-163-drm-amdgpu-discovery-enable-mes-support-for-GC-.patch - patches.kernel.org/6.1.8-164-drm-amdgpu-set-GC-11.0.4-family.patch - patches.kernel.org/6.1.8-165-drm-amdgpu-discovery-set-the-APU-flag-for-GC-11.patch - patches.kernel.org/6.1.8-166-drm-amdgpu-add-gfx-support-for-GC-11.0.4.patch - patches.kernel.org/6.1.8-167-drm-amdgpu-add-gmc-v11-support-for-GC-11.0.4.patch - patches.kernel.org/6.1.8-168-drm-amdgpu-discovery-add-PSP-IP-v13.0.11-suppor.patch - patches.kernel.org/6.1.8-169-drm-amdgpu-pm-enable-swsmu-for-SMU-IP-v13.0.11.patch - patches.kernel.org/6.1.8-170-drm-amdgpu-add-smu-13-support-for-smu-13.0.11.patch - patches.kernel.org/6.1.8-171-drm-amdgpu-pm-add-GFXOFF-control-IP-version-che.patch - patches.kernel.org/6.1.8-172-drm-amdgpu-soc21-add-mode2-asic-reset-for-SMU-I.patch - patches.kernel.org/6.1.8-173-drm-amdgpu-pm-use-the-specific-mailbox-register.patch - patches.kernel.org/6.1.8-174-drm-amdgpu-discovery-enable-nbio-support-for-NB.patch - patches.kernel.org/6.1.8-175-drm-amdgpu-enable-PSP-IP-v13.0.11-support.patch - patches.kernel.org/6.1.8-176-drm-amdgpu-enable-GFX-IP-v11.0.4-CG-support.patch - patches.kernel.org/6.1.8-177-drm-amdgpu-enable-GFX-Power-Gating-for-GC-IP-v1.patch - patches.kernel.org/6.1.8-178-drm-amdgpu-enable-GFX-Clock-Gating-control-for-.patch - patches.kernel.org/6.1.8-179-drm-amdgpu-add-tmz-support-for-GC-11.0.1.patch - patches.kernel.org/6.1.8-180-drm-amdgpu-add-tmz-support-for-GC-IP-v11.0.4.patch - patches.kernel.org/6.1.8-181-drm-amdgpu-correct-MEC-number-for-gfx11-APUs.patch - patches.kernel.org/6.1.8-182-octeontx2-pf-Avoid-use-of-GFP_KERNEL-in-atomic-.patch - patches.kernel.org/6.1.8-183-net-ulp-use-consistent-error-code-when-blocking.patch - patches.kernel.org/6.1.8-184-octeontx2-pf-Fix-the-use-of-GFP_KERNEL-in-atomi.patch - patches.kernel.org/6.1.8-185-net-mlx5-fix-missing-mutex_unlock-in-mlx5_fw_fa.patch - patches.kernel.org/6.1.8-186-block-mq-deadline-Rename-deadline_is_seq_writes.patch - patches.kernel.org/6.1.8-187-Revert-wifi-mac80211-fix-memory-leak-in-ieee802.patch - patches.kernel.org/6.1.8-188-soc-qcom-apr-Make-qcom-protection-domain-option.patch - patches.kernel.org/6.1.8-189-Linux-6.1.8.patch - patches.kernel.org/6.1.9-001-memory-tegra-Remove-clients-SID-override-progra.patch - patches.kernel.org/6.1.9-002-memory-atmel-sdramc-Fix-missing-clk_disable_unp.patch - patches.kernel.org/6.1.9-003-memory-mvebu-devbus-Fix-missing-clk_disable_unp.patch - patches.kernel.org/6.1.9-004-arm64-dts-qcom-sc8280xp-fix-primary-USB-DP-PHY-.patch - patches.kernel.org/6.1.9-005-dmaengine-qcom-gpi-Set-link_rx-bit-on-GO-TRE-fo.patch - patches.kernel.org/6.1.9-006-dmaengine-ti-k3-udma-Do-conditional-decrement-o.patch - patches.kernel.org/6.1.9-007-soc-imx-imx8mp-blk-ctrl-enable-global-pixclk-wi.patch - patches.kernel.org/6.1.9-008-arm64-dts-imx8mp-phycore-som-Remove-invalid-PMI.patch - patches.kernel.org/6.1.9-009-ARM-dts-imx6ul-pico-dwarf-Use-clock-frequency.patch - patches.kernel.org/6.1.9-010-ARM-dts-imx7d-pico-Use-clock-frequency.patch - patches.kernel.org/6.1.9-011-ARM-dts-imx6qdl-gw560x-Remove-incorrect-uart-ha.patch - patches.kernel.org/6.1.9-012-arm64-dts-verdin-imx8mm-fix-dahlia-audio-playba.patch - patches.kernel.org/6.1.9-013-arm64-dts-imx8mm-beacon-Fix-ecspi2-pinmux.patch - patches.kernel.org/6.1.9-014-arm64-dts-verdin-imx8mm-fix-dev-board-audio-pla.patch - patches.kernel.org/6.1.9-015-arm64-dts-imx93-11x11-evk-correct-clock-and-str.patch - patches.kernel.org/6.1.9-016-ARM-imx-add-missing-of_node_put.patch - patches.kernel.org/6.1.9-017-soc-imx-imx8mp-blk-ctrl-don-t-set-power-device-.patch - patches.kernel.org/6.1.9-018-arm64-dts-imx8mp-Fix-missing-GPC-Interrupt.patch - patches.kernel.org/6.1.9-019-arm64-dts-imx8mp-Fix-power-domain-typo.patch - patches.kernel.org/6.1.9-020-arm64-dts-imx8mp-evk-pcie0-refclk-cosmetic-clea.patch - patches.kernel.org/6.1.9-021-HID-intel_ish-hid-Add-check-for-ishtp_dma_tx_ma.patch - patches.kernel.org/6.1.9-022-arm64-dts-imx8mm-venice-gw7901-fix-USB2-control.patch - patches.kernel.org/6.1.9-023-soc-imx8m-Fix-incorrect-check-for-of_clk_get_by.patch - patches.kernel.org/6.1.9-024-reset-ti-sci-honor-TI_SCI_PROTOCOL-setting-when.patch - patches.kernel.org/6.1.9-025-reset-uniphier-glue-Fix-possible-null-ptr-deref.patch - patches.kernel.org/6.1.9-026-EDAC-highbank-Fix-memory-leak-in-highbank_mc_pr.patch - patches.kernel.org/6.1.9-027-firmware-arm_scmi-Harden-shared-memory-access-i.patch - patches.kernel.org/6.1.9-028-firmware-arm_scmi-Harden-shared-memory-access-i.patch - patches.kernel.org/6.1.9-029-firmware-arm_scmi-Fix-virtio-channels-cleanup-o.patch - patches.kernel.org/6.1.9-030-interconnect-qcom-msm8996-Provide-UFS-clocks-to.patch - patches.kernel.org/6.1.9-031-interconnect-qcom-msm8996-Fix-regmap-max_regist.patch - patches.kernel.org/6.1.9-032-HID-amd_sfh-Fix-warning-unwind-goto.patch - patches.kernel.org/6.1.9-033-tomoyo-fix-broken-dependency-on-.conf.default.patch - patches.kernel.org/6.1.9-034-RDMA-rxe-Fix-inaccurate-constants-in-rxe_type_i.patch - patches.kernel.org/6.1.9-035-RDMA-rxe-Prevent-faulty-rkey-generation.patch - patches.kernel.org/6.1.9-036-erofs-fix-kvcalloc-misuse-with-__GFP_NOFAIL.patch - patches.kernel.org/6.1.9-037-arm64-dts-marvell-AC5-AC5X-Fix-address-for-UART.patch - patches.kernel.org/6.1.9-038-RDMA-core-Fix-ib-block-iterator-counter-overflo.patch - patches.kernel.org/6.1.9-039-IB-hfi1-Reject-a-zero-length-user-expected-buff.patch - patches.kernel.org/6.1.9-040-IB-hfi1-Reserve-user-expected-TIDs.patch - patches.kernel.org/6.1.9-041-IB-hfi1-Fix-expected-receive-setup-error-exit-i.patch - patches.kernel.org/6.1.9-042-IB-hfi1-Immediately-remove-invalid-memory-from-.patch - patches.kernel.org/6.1.9-043-IB-hfi1-Remove-user-expected-buffer-invalidate-.patch - patches.kernel.org/6.1.9-044-affs-initialize-fsdata-in-affs_truncate.patch - patches.kernel.org/6.1.9-045-PM-AVS-qcom-cpr-Fix-an-error-handling-path-in-c.patch - patches.kernel.org/6.1.9-046-arm64-dts-qcom-msm8992-Don-t-use-sfpb-mutex.patch - patches.kernel.org/6.1.9-047-arm64-dts-qcom-msm8992-libra-Fix-the-memory-map.patch - patches.kernel.org/6.1.9-048-kbuild-export-top-level-LDFLAGS_vmlinux-only-to.patch - patches.kernel.org/6.1.9-049-kbuild-fix-make-modules-error-when-CONFIG_DEBUG.patch - patches.kernel.org/6.1.9-050-phy-ti-fix-Kconfig-warning-and-operator-precede.patch - patches.kernel.org/6.1.9-051-drm-msm-gpu-Fix-potential-double-free.patch - patches.kernel.org/6.1.9-052-NFSD-fix-use-after-free-in-nfsd4_ssc_setup_dul.patch - patches.kernel.org/6.1.9-053-ARM-dts-at91-sam9x60-fix-the-ddr-clock-for-sam9.patch - patches.kernel.org/6.1.9-054-drm-vc4-bo-Fix-drmm_mutex_init-memory-hog.patch - patches.kernel.org/6.1.9-055-phy-usb-sunplus-Fix-potential-null-ptr-deref-in.patch - patches.kernel.org/6.1.9-056-bpf-hash-map-avoid-deadlock-with-suitable-hash-.patch - patches.kernel.org/6.1.9-057-amd-xgbe-TX-Flow-Ctrl-Registers-are-h-w-ver-dep.patch - patches.kernel.org/6.1.9-058-amd-xgbe-Delay-AN-timeout-during-KR-training.patch - patches.kernel.org/6.1.9-059-bpf-Fix-pointer-leak-due-to-insufficient-specul.patch - patches.kernel.org/6.1.9-060-drm-vc4-bo-Fix-unused-variable-warning.patch - patches.kernel.org/6.1.9-061-phy-rockchip-inno-usb2-Fix-missing-clk_disable_.patch - patches.kernel.org/6.1.9-062-net-nfc-Fix-use-after-free-in-local_cleanup.patch - patches.kernel.org/6.1.9-063-net-wan-Add-checks-for-NULL-for-utdm-in-undo_uh.patch - patches.kernel.org/6.1.9-064-net-enetc-avoid-deadlock-in-enetc_tx_onestep_ts.patch - patches.kernel.org/6.1.9-065-net-lan966x-add-missing-fwnode_handle_put-for-p.patch - patches.kernel.org/6.1.9-066-sch_htb-Avoid-grafting-on-htb_destroy_class_off.patch - patches.kernel.org/6.1.9-067-gpio-mxc-Protect-GPIO-irqchip-RMW-with-bgpio-sp.patch - patches.kernel.org/6.1.9-068-gpio-mxc-Always-set-GPIOs-used-as-interrupt-sou.patch - patches.kernel.org/6.1.9-069-wifi-rndis_wlan-Prevent-buffer-overflow-in-rndi.patch - patches.kernel.org/6.1.9-070-pinctrl-rockchip-fix-reading-pull-type-on-rk356.patch - patches.kernel.org/6.1.9-071-net-stmmac-Fix-queue-statistics-reading.patch - patches.kernel.org/6.1.9-072-net-sched-sch_taprio-fix-possible-use-after-fre.patch - patches.kernel.org/6.1.9-073-l2tp-convert-l2tp_tunnel_list-to-idr.patch - patches.kernel.org/6.1.9-074-l2tp-close-all-race-conditions-in-l2tp_tunnel_r.patch - patches.kernel.org/6.1.9-075-net-usb-sr9700-Handle-negative-len.patch - patches.kernel.org/6.1.9-076-net-mdio-validate-parameter-addr-in-mdiobus_get.patch - patches.kernel.org/6.1.9-077-HID-check-empty-report_list-in-hid_validate_val.patch - patches.kernel.org/6.1.9-078-HID-check-empty-report_list-in-bigben_probe.patch - patches.kernel.org/6.1.9-079-net-stmmac-fix-invalid-call-to-mdiobus_get_phy.patch - patches.kernel.org/6.1.9-080-pinctrl-rockchip-fix-mux-route-data-for-rk3568.patch - patches.kernel.org/6.1.9-081-ARM-dts-stm32-Fix-qspi-pinctrl-phandle-for-stm3.patch - patches.kernel.org/6.1.9-082-ARM-dts-stm32-Fix-qspi-pinctrl-phandle-for-stm3.patch - patches.kernel.org/6.1.9-083-ARM-dts-stm32-Fix-qspi-pinctrl-phandle-for-stm3.patch - patches.kernel.org/6.1.9-084-ARM-dts-stm32-Fix-qspi-pinctrl-phandle-for-stm3.patch - patches.kernel.org/6.1.9-085-HID-revert-CHERRY_MOUSE_000C-quirk.patch - patches.kernel.org/6.1.9-086-block-rnbd-clt-fix-wrong-max-ID-in-ida_alloc_ma.patch - patches.kernel.org/6.1.9-087-usb-ucsi-Ensure-connector-delayed-work-items-ar.patch - patches.kernel.org/6.1.9-088-usb-gadget-f_fs-Prevent-race-during-ffs_ep0_que.patch - patches.kernel.org/6.1.9-089-usb-gadget-f_fs-Ensure-ep0req-is-dequeued-befor.patch - patches.kernel.org/6.1.9-090-netfilter-conntrack-handle-tcp-challenge-acks-d.patch - patches.kernel.org/6.1.9-091-Bluetooth-Fix-a-buffer-overflow-in-mgmt_mesh_ad.patch - patches.kernel.org/6.1.9-092-Bluetooth-hci_conn-Fix-memory-leaks.patch - patches.kernel.org/6.1.9-093-Bluetooth-hci_sync-fix-memory-leak-in-hci_updat.patch - patches.kernel.org/6.1.9-094-Bluetooth-ISO-Avoid-circular-locking-dependency.patch - patches.kernel.org/6.1.9-095-Bluetooth-ISO-Fix-possible-circular-locking-dep.patch - patches.kernel.org/6.1.9-096-Bluetooth-hci_event-Fix-Invalid-wait-context.patch - patches.kernel.org/6.1.9-097-Bluetooth-Fix-possible-deadlock-in-rfcomm_sk_st.patch - patches.kernel.org/6.1.9-098-net-ipa-disable-ipa-interrupt-during-suspend.patch - patches.kernel.org/6.1.9-099-net-mlx5e-Avoid-false-lock-dependency-warning-o.patch - patches.kernel.org/6.1.9-100-net-mlx5-E-switch-Fix-setting-of-reserved-field.patch - patches.kernel.org/6.1.9-101-net-mlx5e-QoS-Fix-wrongfully-setting-parent_ele.patch - patches.kernel.org/6.1.9-102-net-mlx5e-Set-decap-action-based-on-attr-for-sa.patch - patches.kernel.org/6.1.9-103-net-mlx5-E-switch-Fix-switchdev-mode-after-devl.patch - patches.kernel.org/6.1.9-104-net-mlx5-eliminate-anonymous-module_init-module.patch - patches.kernel.org/6.1.9-105-drm-panfrost-fix-GENERIC_ATOMIC64-dependency.patch - patches.kernel.org/6.1.9-106-dmaengine-Fix-double-increment-of-client_count-.patch - patches.kernel.org/6.1.9-107-net-macb-fix-PTP-TX-timestamp-failure-due-to-pa.patch - patches.kernel.org/6.1.9-108-virtio-net-correctly-enable-callback-during-sta.patch - patches.kernel.org/6.1.9-109-l2tp-prevent-lockdep-issue-in-l2tp_tunnel_regis.patch - patches.kernel.org/6.1.9-110-HID-betop-check-shape-of-output-reports.patch - patches.kernel.org/6.1.9-111-drm-i915-selftests-Unwind-hugepages-to-drop-wak.patch - patches.kernel.org/6.1.9-112-cifs-fix-potential-deadlock-in-cache_refresh_pa.patch - patches.kernel.org/6.1.9-113-dmaengine-xilinx_dma-call-of_node_put-when-brea.patch - patches.kernel.org/6.1.9-114-dmaengine-tegra-Fix-memory-leak-in-terminate_al.patch - patches.kernel.org/6.1.9-115-phy-phy-can-transceiver-Skip-warning-if-no-max-.patch - patches.kernel.org/6.1.9-116-drm-amd-display-fix-issues-with-driver-unload.patch - patches.kernel.org/6.1.9-117-net-sched-gred-prevent-races-when-adding-offloa.patch - patches.kernel.org/6.1.9-118-nvme-pci-fix-timeout-request-state-check.patch - patches.kernel.org/6.1.9-119-tcp-avoid-the-lookup-process-failing-to-get-sk-.patch - patches.kernel.org/6.1.9-120-usb-dwc3-fix-extcon-dependency.patch - patches.kernel.org/6.1.9-121-ptdma-pt_core_execute_cmd-should-use-spinlock.patch - patches.kernel.org/6.1.9-122-device-property-fix-of-node-refcount-leak-in-fw.patch - patches.kernel.org/6.1.9-123-w1-fix-deadloop-in-__w1_remove_master_device.patch - patches.kernel.org/6.1.9-124-w1-fix-WARNING-after-calling-w1_process.patch - patches.kernel.org/6.1.9-125-driver-core-Fix-test_async_probe_init-saves-dev.patch - patches.kernel.org/6.1.9-126-selftests-net-toeplitz-fix-race-on-tpacket_v3-b.patch - patches.kernel.org/6.1.9-127-net-dsa-microchip-ksz9477-port-map-correction-i.patch - patches.kernel.org/6.1.9-128-thermal-Validate-new-state-in-cur_state_store.patch - patches.kernel.org/6.1.9-129-thermal-core-fix-error-code-in-__thermal_coolin.patch - patches.kernel.org/6.1.9-130-thermal-core-call-put_device-only-after-device_.patch - patches.kernel.org/6.1.9-131-net-stmmac-enable-all-safety-features-by-defaul.patch - patches.kernel.org/6.1.9-132-bnxt-Do-not-read-past-the-end-of-test-names.patch - patches.kernel.org/6.1.9-133-tcp-fix-rate_app_limited-to-default-to-1.patch - patches.kernel.org/6.1.9-134-scsi-iscsi-Fix-multiple-iSCSI-session-unbind-ev.patch - patches.kernel.org/6.1.9-135-ASoC-SOF-pm-Set-target-state-earlier.patch - patches.kernel.org/6.1.9-136-ASoC-SOF-pm-Always-tear-down-pipelines-before-D.patch - patches.kernel.org/6.1.9-137-ASoC-SOF-Add-FW-state-to-debugfs.patch - patches.kernel.org/6.1.9-138-ASoC-amd-yc-Add-Razer-Blade-14-2022-into-DMI-ta.patch - patches.kernel.org/6.1.9-139-spi-cadence-Fix-busy-cycles-calculation.patch - patches.kernel.org/6.1.9-140-cpufreq-CPPC-Add-u64-casts-to-avoid-overflowing.patch - patches.kernel.org/6.1.9-141-cpufreq-Add-Tegra234-to-cpufreq-dt-platdev-bloc.patch - patches.kernel.org/6.1.9-142-ASoC-mediatek-mt8186-support-rt5682s_max98360.patch - patches.kernel.org/6.1.9-143-ASoC-mediatek-mt8186-Add-machine-support-for-ma.patch - patches.kernel.org/6.1.9-144-ASoC-amd-yc-Add-ASUS-M5402RA-into-DMI-table.patch - patches.kernel.org/6.1.9-145-ASoC-support-machine-driver-with-max98360.patch - patches.kernel.org/6.1.9-146-kcsan-test-don-t-put-the-expect-array-on-the-st.patch - patches.kernel.org/6.1.9-147-cpufreq-Add-SM6375-to-cpufreq-dt-platdev-blockl.patch - patches.kernel.org/6.1.9-148-ASoC-fsl_micfil-Correct-the-number-of-steps-on-.patch - patches.kernel.org/6.1.9-149-drm-msm-a6xx-Avoid-gx-gbit-halt-during-rpm-susp.patch - patches.kernel.org/6.1.9-150-net-usb-cdc_ether-add-support-for-Thales-Cinter.patch - patches.kernel.org/6.1.9-151-drm-Add-orientation-quirk-for-Lenovo-ideapad-D3.patch - patches.kernel.org/6.1.9-152-s390-debug-add-_ASM_S390_-prefix-to-header-guar.patch - patches.kernel.org/6.1.9-153-s390-expicitly-align-_edata-and-_end-symbols-on.patch - patches.kernel.org/6.1.9-154-xen-pvcalls-free-active-map-buffer-on-pvcalls_f.patch - patches.kernel.org/6.1.9-155-perf-x86-cstate-Add-Meteor-Lake-support.patch - patches.kernel.org/6.1.9-156-perf-x86-msr-Add-Meteor-Lake-support.patch - patches.kernel.org/6.1.9-157-perf-x86-msr-Add-Emerald-Rapids.patch - patches.kernel.org/6.1.9-158-perf-x86-intel-uncore-Add-Emerald-Rapids.patch - patches.kernel.org/6.1.9-159-nolibc-fix-fd_set-type.patch - patches.kernel.org/6.1.9-160-tools-nolibc-Fix-S_ISxxx-macros.patch - patches.kernel.org/6.1.9-161-tools-nolibc-fix-missing-includes-causing-build.patch - patches.kernel.org/6.1.9-162-tools-nolibc-prevent-gcc-from-making-memset-loo.patch - patches.kernel.org/6.1.9-163-cpufreq-armada-37xx-stop-using-0-as-NULL-pointe.patch - patches.kernel.org/6.1.9-164-ASoC-fsl_ssi-Rename-AC-97-streams-to-avoid-coll.patch - patches.kernel.org/6.1.9-165-ASoC-fsl-asoc-card-Fix-naming-of-AC-97-CODEC-wi.patch - patches.kernel.org/6.1.9-166-ACPI-resource-Skip-IRQ-override-on-Asus-Expertb.patch - patches.kernel.org/6.1.9-167-drm-amdkfd-Add-sync-after-creating-vram-bo.patch - patches.kernel.org/6.1.9-168-drm-amdkfd-Fix-NULL-pointer-error-for-GC-11.0.1.patch - patches.kernel.org/6.1.9-169-cifs-fix-potential-memory-leaks-in-session-setu.patch - patches.kernel.org/6.1.9-170-spi-spidev-remove-debug-messages-that-access-sp.patch - patches.kernel.org/6.1.9-171-KVM-s390-interrupt-use-READ_ONCE-before-cmpxchg.patch - patches.kernel.org/6.1.9-172-scsi-hisi_sas-Use-abort-task-set-to-reset-SAS-d.patch - patches.kernel.org/6.1.9-173-scsi-hisi_sas-Set-a-port-invalid-only-if-there-.patch - patches.kernel.org/6.1.9-174-r8152-add-vendor-device-ID-pair-for-Microsoft-D.patch - patches.kernel.org/6.1.9-175-platform-x86-touchscreen_dmi-Add-info-for-the-C.patch - patches.kernel.org/6.1.9-176-platform-x86-asus-nb-wmi-Add-alternate-mapping-.patch - patches.kernel.org/6.1.9-177-platform-x86-asus-nb-wmi-Add-alternate-mapping-.patch - patches.kernel.org/6.1.9-178-platform-x86-asus-wmi-Add-quirk-wmi_ignore_fan.patch - patches.kernel.org/6.1.9-179-platform-x86-asus-wmi-Ignore-fan-on-E410MA.patch - patches.kernel.org/6.1.9-180-platform-x86-simatic-ipc-correct-name-of-a-mode.patch - patches.kernel.org/6.1.9-181-platform-x86-simatic-ipc-add-another-model.patch - patches.kernel.org/6.1.9-182-lockref-stop-doing-cpu_relax-in-the-cmpxchg-loo.patch - patches.kernel.org/6.1.9-183-ata-pata_cs5535-Don-t-build-on-UML.patch - patches.kernel.org/6.1.9-184-firmware-coreboot-Check-size-of-table-entry-and.patch - patches.kernel.org/6.1.9-185-btrfs-zoned-enable-metadata-over-commit-for-non.patch - patches.kernel.org/6.1.9-186-Revert-selftests-bpf-check-null-propagation-onl.patch - patches.kernel.org/6.1.9-187-arm64-efi-Recover-from-synchronous-exceptions-o.patch - patches.kernel.org/6.1.9-188-arm64-efi-Avoid-workqueue-to-check-whether-EFI-.patch - patches.kernel.org/6.1.9-189-arm64-efi-Account-for-the-EFI-runtime-stack-in-.patch - patches.kernel.org/6.1.9-190-Bluetooth-hci_sync-cancel-cmd_timer-if-hci_open.patch - patches.kernel.org/6.1.9-191-drm-i915-Allow-panel-fixed-modes-to-have-differ.patch - patches.kernel.org/6.1.9-192-drm-i915-Allow-alternate-fixed-modes-always-for.patch - patches.kernel.org/6.1.9-193-drm-amdgpu-complete-gfxoff-allow-signal-during-.patch - patches.kernel.org/6.1.9-194-io_uring-msg_ring-fix-remote-queue-to-disabled-.patch - patches.kernel.org/6.1.9-195-wifi-mac80211-Proper-mark-iTXQs-for-resumption.patch - patches.kernel.org/6.1.9-196-wifi-mac80211-Fix-iTXQ-AMPDU-fragmentation-hand.patch - patches.kernel.org/6.1.9-197-sched-fair-Check-if-prev_cpu-has-highest-spare-.patch - patches.kernel.org/6.1.9-198-sched-uclamp-Fix-a-uninitialized-variable-warni.patch - patches.kernel.org/6.1.9-199-vfio-type1-Respect-IOMMU-reserved-regions-in-vf.patch - patches.kernel.org/6.1.9-200-scsi-hpsa-Fix-allocation-size-for-scsi_host_all.patch - patches.kernel.org/6.1.9-201-kvm-vfio-Fix-potential-deadlock-on-vfio-group_l.patch - patches.kernel.org/6.1.9-202-nfsd-don-t-free-files-unconditionally-in-__nfsd.patch - patches.kernel.org/6.1.9-203-module-Don-t-wait-for-GOING-modules.patch - patches.kernel.org/6.1.9-204-ftrace-Export-ftrace_free_filter-to-modules.patch - patches.kernel.org/6.1.9-205-tracing-Make-sure-trace_printk-can-output-as-so.patch - patches.kernel.org/6.1.9-206-trace_events_hist-add-check-for-return-value-of.patch - patches.kernel.org/6.1.9-207-ftrace-scripts-Update-the-instructions-for-ftra.patch - patches.kernel.org/6.1.9-208-cifs-Fix-oops-due-to-uncleared-server-smbd_conn.patch - patches.kernel.org/6.1.9-209-ksmbd-add-max-connections-parameter.patch - patches.kernel.org/6.1.9-210-ksmbd-do-not-sign-response-to-session-request-f.patch - patches.kernel.org/6.1.9-211-ksmbd-downgrade-ndr-version-error-message-to-de.patch - patches.kernel.org/6.1.9-212-ksmbd-limit-pdu-length-size-according-to-connec.patch - patches.kernel.org/6.1.9-213-ovl-fix-tmpfile-leak.patch - patches.kernel.org/6.1.9-214-ovl-fail-on-invalid-uid-gid-mapping-at-copy-up.patch - patches.kernel.org/6.1.9-215-io_uring-net-cache-provided-buffer-group-value-.patch - patches.kernel.org/6.1.9-216-KVM-x86-vmx-Do-not-skip-segment-attributes-if-u.patch - patches.kernel.org/6.1.9-217-KVM-arm64-GICv4.1-Fix-race-with-doorbell-on-VPE.patch - patches.kernel.org/6.1.9-218-scsi-ufs-core-Fix-devfreq-deadlocks.patch - patches.kernel.org/6.1.9-219-riscv-fix-Wundef-warning-for-CONFIG_RISCV_BOOT_.patch - patches.kernel.org/6.1.9-220-thermal-intel-int340x-Protect-trip-temperature-.patch - patches.kernel.org/6.1.9-221-regulator-dt-bindings-samsung-s2mps14-add-lost-.patch - patches.kernel.org/6.1.9-222-ipv6-fix-reachability-confirmation-with-proxy_n.patch - patches.kernel.org/6.1.9-223-ARM-9280-1-mm-fix-warning-on-phys_addr_t-to-voi.patch - patches.kernel.org/6.1.9-224-EDAC-device-Respect-any-driver-supplied-workque.patch - patches.kernel.org/6.1.9-225-EDAC-qcom-Do-not-pass-llcc_driv_data-as-edac_de.patch - patches.kernel.org/6.1.9-226-platform-x86-thinkpad_acpi-Fix-profile-modes-on.patch - patches.kernel.org/6.1.9-227-drm-display-dp_mst-Correct-the-kref-of-port.patch - patches.kernel.org/6.1.9-228-drm-amd-pm-add-missing-AllowIHInterrupt-message.patch - patches.kernel.org/6.1.9-229-drm-amdgpu-remove-unconditional-trap-enable-on-.patch - patches.kernel.org/6.1.9-230-drm-amdgpu-display-mst-Fix-mst_state-pbn_div-an.patch - patches.kernel.org/6.1.9-231-drm-amdgpu-display-mst-limit-payload-to-be-upda.patch - patches.kernel.org/6.1.9-232-drm-amdgpu-display-mst-update-mst_mgr-relevant-.patch - patches.kernel.org/6.1.9-233-io_uring-inline-io_req_task_work_add.patch - patches.kernel.org/6.1.9-234-io_uring-inline-__io_req_complete_post.patch - patches.kernel.org/6.1.9-235-io_uring-hold-locks-for-io_req_complete_failed.patch - patches.kernel.org/6.1.9-236-io_uring-use-io_req_task_complete-in-timeout.patch - patches.kernel.org/6.1.9-237-io_uring-remove-io_req_tw_post_queue.patch - patches.kernel.org/6.1.9-238-io_uring-inline-__io_req_complete_put.patch - patches.kernel.org/6.1.9-239-net-mana-Fix-IRQ-name-add-PCI-and-queue-number.patch - patches.kernel.org/6.1.9-240-io_uring-always-prep_async-for-drain-requests.patch - patches.kernel.org/6.1.9-241-i2c-designware-use-casting-of-u64-in-clock-mult.patch - patches.kernel.org/6.1.9-242-i2c-designware-Fix-unbalanced-suspended-flag.patch - patches.kernel.org/6.1.9-243-drm-drm_vma_manager-Add-drm_vma_node_allow_once.patch - patches.kernel.org/6.1.9-244-drm-i915-Fix-a-memory-leak-with-reused-mmap_off.patch - patches.kernel.org/6.1.9-245-iavf-fix-temporary-deadlock-and-failure-to-set-.patch - patches.kernel.org/6.1.9-246-iavf-schedule-watchdog-immediately-when-changin.patch - patches.kernel.org/6.1.9-247-netlink-prevent-potential-spectre-v1-gadgets.patch - patches.kernel.org/6.1.9-248-net-fix-UaF-in-netns-ops-registration-error-pat.patch - patches.kernel.org/6.1.9-249-net-fec-Use-page_pool_put_full_page-when-freein.patch - patches.kernel.org/6.1.9-250-nvme-simplify-transport-specific-device-attribu.patch - patches.kernel.org/6.1.9-251-nvme-consolidate-setting-the-tagset-flags.patch - patches.kernel.org/6.1.9-252-nvme-fc-fix-initialization-order.patch - patches.kernel.org/6.1.9-253-drm-i915-selftest-fix-intel_selftest_modify_pol.patch - patches.kernel.org/6.1.9-254-ACPI-video-Add-backlight-native-DMI-quirk-for-H.patch - patches.kernel.org/6.1.9-255-ACPI-video-Add-backlight-native-DMI-quirk-for-H.patch - patches.kernel.org/6.1.9-256-ACPI-video-Add-backlight-native-DMI-quirk-for-A.patch - patches.kernel.org/6.1.9-257-netfilter-nft_set_rbtree-Switch-to-node-list-wa.patch - patches.kernel.org/6.1.9-258-netfilter-nft_set_rbtree-skip-elements-in-trans.patch - patches.kernel.org/6.1.9-259-netlink-annotate-data-races-around-nlk-portid.patch - patches.kernel.org/6.1.9-260-netlink-annotate-data-races-around-dst_portid-a.patch - patches.kernel.org/6.1.9-261-netlink-annotate-data-races-around-sk_state.patch - patches.kernel.org/6.1.9-262-ipv4-prevent-potential-spectre-v1-gadget-in-ip_.patch - patches.kernel.org/6.1.9-263-ipv4-prevent-potential-spectre-v1-gadget-in-fib.patch - patches.kernel.org/6.1.9-264-net-dsa-microchip-fix-probe-of-I2C-connected-KS.patch - patches.kernel.org/6.1.9-265-net-ethernet-adi-adin1110-Fix-multicast-offload.patch - patches.kernel.org/6.1.9-266-netfilter-conntrack-fix-vtag-checks-for-ABORT-S.patch - patches.kernel.org/6.1.9-267-netrom-Fix-use-after-free-of-a-listening-socket.patch - patches.kernel.org/6.1.9-268-platform-x86-asus-wmi-Fix-kbd_dock_devid-tablet.patch - patches.kernel.org/6.1.9-269-platform-x86-apple-gmux-Move-port-defines-to-ap.patch - patches.kernel.org/6.1.9-270-platform-x86-apple-gmux-Add-apple_gmux_detect-h.patch - patches.kernel.org/6.1.9-271-ACPI-video-Fix-apple-gmux-detection.patch - patches.kernel.org/6.1.9-272-tracing-osnoise-Use-built-in-RCU-list-checking.patch - patches.kernel.org/6.1.9-273-net-sched-sch_taprio-do-not-schedule-in-taprio_.patch - patches.kernel.org/6.1.9-274-sctp-fail-if-no-bound-addresses-can-be-used-for.patch - patches.kernel.org/6.1.9-275-riscv-kprobe-Fix-instruction-simulation-of-JALR.patch - patches.kernel.org/6.1.9-276-nvme-fix-passthrough-csi-check.patch - patches.kernel.org/6.1.9-277-gpio-mxc-Unlock-on-error-path-in-mxc_flip_edge.patch - patches.kernel.org/6.1.9-278-gpio-ep93xx-Fix-port-F-hwirq-numbers-in-handler.patch - patches.kernel.org/6.1.9-279-net-ravb-Fix-lack-of-register-setting-after-sys.patch - patches.kernel.org/6.1.9-280-net-ravb-Fix-possible-hang-if-RIS2_QFF1-happen.patch - patches.kernel.org/6.1.9-281-net-mctp-add-an-explicit-reference-from-a-mctp_.patch - patches.kernel.org/6.1.9-282-net-mctp-move-expiry-timer-delete-to-unhash.patch - patches.kernel.org/6.1.9-283-net-mctp-hold-key-reference-when-looking-up-a-g.patch - patches.kernel.org/6.1.9-284-net-mctp-mark-socks-as-dead-on-unhash-prevent-r.patch - patches.kernel.org/6.1.9-285-thermal-intel-int340x-Add-locking-to-int340x_th.patch - patches.kernel.org/6.1.9-286-riscv-Move-call-to-init_cpu_topology-to-later-i.patch - patches.kernel.org/6.1.9-287-net-tg3-resolve-deadlock-in-tg3_reset_task-duri.patch - patches.kernel.org/6.1.9-288-tsnep-Fix-TX-queue-stop-wake-for-multiple-queue.patch - patches.kernel.org/6.1.9-289-net-mdio-mux-meson-g12a-force-internal-PHY-off-.patch - patches.kernel.org/6.1.9-290-Partially-revert-perf-arm-cmn-Optimise-DTC-coun.patch - patches.kernel.org/6.1.9-291-block-ublk-move-ublk_chr_class-destroying-after.patch - patches.kernel.org/6.1.9-292-treewide-fix-up-files-incorrectly-marked-execut.patch - patches.kernel.org/6.1.9-293-tools-gpio-fix-c-option-of-gpio-event-mon.patch - patches.kernel.org/6.1.9-294-Fix-up-more-non-executable-files-marked-executa.patch - patches.kernel.org/6.1.9-295-Revert-mm-compaction-fix-set-skip-in-fast_find_.patch - patches.kernel.org/6.1.9-296-Revert-Input-synaptics-switch-touchpad-on-HP-La.patch - patches.kernel.org/6.1.9-297-Input-i8042-add-Clevo-PCX0DX-to-i8042-quirk-tab.patch - patches.kernel.org/6.1.9-298-x86-sev-Add-SEV-SNP-guest-feature-negotiation-s.patch - patches.kernel.org/6.1.9-299-acpi-Fix-suspend-with-Xen-PV.patch - patches.kernel.org/6.1.9-300-dt-bindings-riscv-fix-underscore-requirement-fo.patch - patches.kernel.org/6.1.9-301-dt-bindings-riscv-fix-single-letter-canonical-o.patch - patches.kernel.org/6.1.9-302-x86-i8259-Mark-legacy-PIC-interrupts-with-IRQ_L.patch - patches.kernel.org/6.1.9-303-dt-bindings-i2c-renesas-rzv2m-Fix-SoC-specific-.patch - patches.kernel.org/6.1.9-304-netfilter-conntrack-unify-established-states-fo.patch - patches.kernel.org/6.1.9-305-perf-x86-amd-fix-potential-integer-overflow-on-.patch - patches.kernel.org/6.1.9-306-amdgpu-fix-build-on-non-DCN-platforms.patch - patches.kernel.org/6.1.9-307-Linux-6.1.9.patch - patches.kernel.org/6.1.10-001-ARM-dts-imx-Fix-pca9547-i2c-mux-node-name.patch - patches.kernel.org/6.1.10-002-ARM-dts-vf610-Fix-pca9548-i2c-mux-node-names.patch - patches.kernel.org/6.1.10-003-arm64-dts-freescale-Fix-pca954x-i2c-mux-node-n.patch - patches.kernel.org/6.1.10-004-arm64-dts-imx8mq-thor96-fix-no-mmc-property-fo.patch - patches.kernel.org/6.1.10-005-firmware-arm_scmi-Clear-stale-xfer-hdr.status.patch - patches.kernel.org/6.1.10-006-bpf-Skip-task-with-pid-1-in-send_signal_common.patch - patches.kernel.org/6.1.10-007-erofs-zmap.c-Fix-incorrect-offset-calculation.patch - patches.kernel.org/6.1.10-008-mac80211-Fix-MLO-address-translation-for-multi.patch - patches.kernel.org/6.1.10-009-arm64-dts-msm8994-angler-fix-the-memory-map.patch - patches.kernel.org/6.1.10-010-ARM-omap1-fix-building-gpio15xx.patch - patches.kernel.org/6.1.10-011-kselftest-Fix-error-message-for-unconfigured-L.patch - patches.kernel.org/6.1.10-012-erofs-clean-up-parsing-of-fscache-related-opti.patch - patches.kernel.org/6.1.10-013-blk-cgroup-fix-missing-pd_online_fn-while-acti.patch - patches.kernel.org/6.1.10-014-LoongArch-Get-frame-info-in-unwind_start-when-.patch - patches.kernel.org/6.1.10-015-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch - patches.kernel.org/6.1.10-016-block-fix-hctx-checks-for-batch-allocation.patch - patches.kernel.org/6.1.10-017-s390-workaround-invalid-gcc-11-out-of-bounds-r.patch - patches.kernel.org/6.1.10-018-HID-uclogic-Add-support-for-XP-PEN-Deco-01-V2.patch - patches.kernel.org/6.1.10-019-HID-playstation-sanity-check-DualSense-calibra.patch - patches.kernel.org/6.1.10-020-dmaengine-imx-sdma-Fix-a-possible-memory-leak-.patch - patches.kernel.org/6.1.10-021-gpiolib-acpi-Allow-ignoring-wake-capability-on.patch - patches.kernel.org/6.1.10-022-cifs-fix-return-of-uninitialized-rc-in-dfs_cac.patch - patches.kernel.org/6.1.10-023-nvme-apple-only-reset-the-controller-when-RTKi.patch - patches.kernel.org/6.1.10-024-gpiolib-acpi-Add-a-ignore-wakeup-quirk-for-Cle.patch - patches.kernel.org/6.1.10-025-gpiolib-acpi-Don-t-set-GPIOs-for-wakeup-in-S3-.patch - patches.kernel.org/6.1.10-026-net-fix-NULL-pointer-in-skb_segment_list.patch - patches.kernel.org/6.1.10-027-rust-print-avoid-evaluating-arguments-in-pr_-m.patch - patches.kernel.org/6.1.10-028-net-mctp-purge-receive-queues-on-sk-destructio.patch - patches.kernel.org/6.1.10-029-Linux-6.1.10.patch - patches.kernel.org/6.1.11-001-firewire-fix-memory-leak-for-payload-of-reques.patch - patches.kernel.org/6.1.11-002-bus-sunxi-rsb-Fix-error-handling-in-sunxi_rsb_.patch - patches.kernel.org/6.1.11-003-arm64-dts-imx8m-venice-Remove-incorrect-uart-h.patch - patches.kernel.org/6.1.11-004-arm64-dts-freescale-imx8dxl-fix-sc_pwrkey-s-pr.patch - patches.kernel.org/6.1.11-005-ASoC-amd-acp-es8336-Drop-reference-count-of-AC.patch - patches.kernel.org/6.1.11-006-ASoC-Intel-bytcht_es8316-Drop-reference-count-.patch - patches.kernel.org/6.1.11-007-ASoC-Intel-bytcr_rt5651-Drop-reference-count-o.patch - patches.kernel.org/6.1.11-008-ASoC-Intel-bytcr_rt5640-Drop-reference-count-o.patch - patches.kernel.org/6.1.11-009-ASoC-Intel-bytcr_wm5102-Drop-reference-count-o.patch - patches.kernel.org/6.1.11-010-ASoC-Intel-sof_es8336-Drop-reference-count-of-.patch - patches.kernel.org/6.1.11-011-ASoC-Intel-avs-Implement-PCI-shutdown.patch - patches.kernel.org/6.1.11-012-bpf-Fix-off-by-one-error-in-bpf_mem_cache_idx.patch - patches.kernel.org/6.1.11-013-bpf-Fix-a-possible-task-gone-issue-with-bpf_se.patch - patches.kernel.org/6.1.11-014-ALSA-hda-via-Avoid-potential-array-out-of-boun.patch - patches.kernel.org/6.1.11-015-bpf-Fix-to-preserve-reg-parent-live-fields-whe.patch - patches.kernel.org/6.1.11-016-selftests-filesystems-grant-executable-permiss.patch - patches.kernel.org/6.1.11-017-ASoC-SOF-ipc4-mtrace-prevent-underflow-in-sof_.patch - patches.kernel.org/6.1.11-018-bpf-Add-missing-btf_put-to-register_btf_id_dto.patch - patches.kernel.org/6.1.11-019-media-v4l2-ctrls-api.c-move-ctrl-is_new-1-to-t.patch - patches.kernel.org/6.1.11-020-bpf-sockmap-Check-for-any-of-tcp_bpf_prots-whe.patch - patches.kernel.org/6.1.11-021-arm64-dts-imx8mm-Fix-pad-control-for-UART1_DTE.patch - patches.kernel.org/6.1.11-022-arm64-dts-imx8mm-verdin-Do-not-power-down-eth-.patch - patches.kernel.org/6.1.11-023-drm-vc4-hdmi-make-CEC-adapter-name-unique.patch - patches.kernel.org/6.1.11-024-drm-ssd130x-Init-display-before-the-SSD130X_DI.patch - patches.kernel.org/6.1.11-025-scsi-Revert-scsi-core-map-PQ-1-PDT-other-value.patch - patches.kernel.org/6.1.11-026-bpf-Fix-the-kernel-crash-caused-by-bpf_setsock.patch - patches.kernel.org/6.1.11-027-ALSA-memalloc-Workaround-for-Xen-PV.patch - patches.kernel.org/6.1.11-028-vhost-net-Clear-the-pending-messages-when-the-.patch - patches.kernel.org/6.1.11-029-copy_oldmem_kernel-WRITE-is-data-source-not-de.patch - patches.kernel.org/6.1.11-030-WRITE-is-data-source-not-destination.patch - patches.kernel.org/6.1.11-031-READ-is-data-destination-not-source.patch - patches.kernel.org/6.1.11-032-zcore-WRITE-is-data-source-not-destination.patch - patches.kernel.org/6.1.11-033-memcpy_real-WRITE-is-data-source-not-destinati.patch - patches.kernel.org/6.1.11-034-fix-iov_iter_bvec-direction-argument.patch - patches.kernel.org/6.1.11-035-fix-direction-argument-of-iov_iter_-init-bvec.patch - patches.kernel.org/6.1.11-036-fix-direction-argument-of-iov_iter_kvec.patch - patches.kernel.org/6.1.11-037-use-less-confusing-names-for-iov_iter-directio.patch - patches.kernel.org/6.1.11-038-vhost-scsi-unbreak-any-layout-for-response.patch - patches.kernel.org/6.1.11-039-ice-Prevent-set_channel-from-changing-queues-w.patch - patches.kernel.org/6.1.11-040-qede-execute-xdp_do_flush-before-napi_complete.patch - patches.kernel.org/6.1.11-041-virtio-net-execute-xdp_do_flush-before-napi_co.patch - patches.kernel.org/6.1.11-042-dpaa_eth-execute-xdp_do_flush-before-napi_comp.patch - patches.kernel.org/6.1.11-043-dpaa2-eth-execute-xdp_do_flush-before-napi_com.patch - patches.kernel.org/6.1.11-044-skb-Do-mix-page-pool-and-page-referenced-frags.patch - patches.kernel.org/6.1.11-045-sfc-correctly-advertise-tunneled-IPv6-segmenta.patch - patches.kernel.org/6.1.11-046-net-phy-dp83822-Fix-null-pointer-access-on-DP8.patch - patches.kernel.org/6.1.11-047-net-wwan-t7xx-Fix-Runtime-PM-initialization.patch - patches.kernel.org/6.1.11-048-block-bfq-replace-0-1-with-false-true-in-bic-a.patch - patches.kernel.org/6.1.11-049-block-bfq-fix-uaf-for-bfqq-in-bic_set_bfqq.patch - patches.kernel.org/6.1.11-050-netrom-Fix-use-after-free-caused-by-accept-on-.patch - patches.kernel.org/6.1.11-051-fscache-Use-wait_on_bit-to-wait-for-the-freein.patch - patches.kernel.org/6.1.11-052-platform-x86-amd-pmf-update-to-auto-mode-limit.patch - patches.kernel.org/6.1.11-053-platform-x86-amd-pmf-Add-helper-routine-to-upd.patch - patches.kernel.org/6.1.11-054-platform-x86-amd-pmf-Fix-to-update-SPS-default.patch - patches.kernel.org/6.1.11-055-platform-x86-amd-pmf-Add-helper-routine-to-che.patch - patches.kernel.org/6.1.11-056-platform-x86-amd-pmf-Fix-to-update-SPS-thermal.patch - patches.kernel.org/6.1.11-057-platform-x86-amd-pmf-Ensure-mutexes-are-initia.patch - patches.kernel.org/6.1.11-058-platform-x86-thinkpad_acpi-Fix-thinklight-LED-.patch - patches.kernel.org/6.1.11-059-drm-i915-guc-Fix-locking-when-searching-for-a-.patch - patches.kernel.org/6.1.11-060-drm-i915-Fix-request-ref-counting-during-error.patch - patches.kernel.org/6.1.11-061-drm-i915-Fix-up-locking-around-dumping-request.patch - patches.kernel.org/6.1.11-062-drm-i915-adlp-Fix-typo-for-reference-clock.patch - patches.kernel.org/6.1.11-063-net-tls-tls_is_tx_ready-checked-list_entry.patch - patches.kernel.org/6.1.11-064-ALSA-firewire-motu-fix-unreleased-lock-warning.patch - patches.kernel.org/6.1.11-065-netfilter-br_netfilter-disable-sabotage_in-hoo.patch - patches.kernel.org/6.1.11-066-block-ublk-extending-queue_size-to-fix-overflo.patch - patches.kernel.org/6.1.11-067-kunit-fix-kunit_test_init_section_suites.patch - patches.kernel.org/6.1.11-068-squashfs-harden-sanity-check-in-squashfs_read_.patch - patches.kernel.org/6.1.11-069-maple_tree-should-get-pivots-boundary-by-type.patch - patches.kernel.org/6.1.11-070-sctp-do-not-check-hb_timer.expires-when-resett.patch - patches.kernel.org/6.1.11-071-net-phy-meson-gxl-Add-generic-dummy-stubs-for-.patch - patches.kernel.org/6.1.11-072-drm-panel-boe-tv101wum-nl6-Ensure-DSI-writes-s.patch - patches.kernel.org/6.1.11-073-ip-ip6_gre-Fix-changing-addr-gen-mode-not-gene.patch - patches.kernel.org/6.1.11-074-ip-ip6_gre-Fix-non-point-to-point-tunnel-not-g.patch - patches.kernel.org/6.1.11-075-riscv-kprobe-Fixup-kernel-panic-when-probing-a.patch - patches.kernel.org/6.1.11-076-igc-return-an-error-if-the-mac-type-is-unknown.patch - patches.kernel.org/6.1.11-077-octeontx2-af-Fix-devlink-unregister.patch - patches.kernel.org/6.1.11-078-can-j1939-fix-errant-WARN_ON_ONCE-in-j1939_ses.patch - patches.kernel.org/6.1.11-079-can-raw-fix-CAN-FD-frame-transmissions-over-CA.patch - patches.kernel.org/6.1.11-080-can-mcp251xfd-mcp251xfd_ring_set_ringparam-ass.patch - patches.kernel.org/6.1.11-081-ata-libata-Fix-sata_down_spd_limit-when-no-lin.patch - patches.kernel.org/6.1.11-082-selftests-net-udpgso_bench_rx-Fix-used-uniniti.patch - patches.kernel.org/6.1.11-083-selftests-net-udpgso_bench_rx-tx-Stop-when-wro.patch - patches.kernel.org/6.1.11-084-selftests-net-udpgso_bench-Fix-racing-bug-betw.patch - patches.kernel.org/6.1.11-085-selftests-net-udpgso_bench_tx-Cater-for-pendin.patch - patches.kernel.org/6.1.11-086-virtio-net-Keep-stop-to-follow-mirror-sequence.patch - patches.kernel.org/6.1.11-087-net-openvswitch-fix-flow-memory-leak-in-ovs_fl.patch - patches.kernel.org/6.1.11-088-efi-fix-potential-NULL-deref-in-efi_mem_reserv.patch - patches.kernel.org/6.1.11-089-rtc-sunplus-fix-format-string-for-printing-res.patch - patches.kernel.org/6.1.11-090-certs-Fix-build-error-when-PKCS-11-URI-contain.patch - patches.kernel.org/6.1.11-091-kbuild-modinst-Fix-build-error-when-CONFIG_MOD.patch - patches.kernel.org/6.1.11-092-i2c-designware-pci-Add-new-PCI-IDs-for-AMD-NAV.patch - patches.kernel.org/6.1.11-093-i2c-mxs-suppress-probe-deferral-error-message.patch - patches.kernel.org/6.1.11-094-scsi-target-core-Fix-warning-on-RT-kernels.patch - patches.kernel.org/6.1.11-095-x86-aperfmperf-Erase-stale-arch_freq_scale-val.patch - patches.kernel.org/6.1.11-096-perf-x86-intel-Add-Emerald-Rapids.patch - patches.kernel.org/6.1.11-097-perf-x86-intel-cstate-Add-Emerald-Rapids.patch - patches.kernel.org/6.1.11-098-scsi-iscsi_tcp-Fix-UAF-during-logout-when-acce.patch - patches.kernel.org/6.1.11-099-scsi-iscsi_tcp-Fix-UAF-during-login-when-acces.patch - patches.kernel.org/6.1.11-100-i2c-rk3x-fix-a-bunch-of-kernel-doc-warnings.patch - patches.kernel.org/6.1.11-101-Revert-gfs2-stop-using-generic_writepages-in-g.patch - patches.kernel.org/6.1.11-102-x86-build-Move-mindirect-branch-cs-prefix-out-.patch - patches.kernel.org/6.1.11-103-platform-x86-dell-wmi-Add-a-keymap-for-KEY_MUT.patch - patches.kernel.org/6.1.11-104-platform-x86-hp-wmi-Handle-Omen-Key-event.patch - patches.kernel.org/6.1.11-105-platform-x86-gigabyte-wmi-add-support-for-B450.patch - patches.kernel.org/6.1.11-106-platform-x86-amd-pmc-Disable-IRQ1-wakeup-for-R.patch - patches.kernel.org/6.1.11-107-net-x25-Fix-to-not-accept-on-connected-socket.patch - patches.kernel.org/6.1.11-108-drm-amd-display-Fix-timing-not-changning-when-.patch - patches.kernel.org/6.1.11-109-bcache-Silence-memcpy-run-time-false-positive-.patch - patches.kernel.org/6.1.11-110-iio-adc-stm32-dfsdm-fill-module-aliases.patch - patches.kernel.org/6.1.11-111-usb-dwc3-qcom-enable-vbus-override-when-in-OTG.patch - patches.kernel.org/6.1.11-112-usb-gadget-f_fs-Fix-unbalanced-spinlock-in-__f.patch - patches.kernel.org/6.1.11-113-vc_screen-move-load-of-struct-vc_data-pointer-.patch - patches.kernel.org/6.1.11-114-fbcon-Check-font-dimension-limits.patch - patches.kernel.org/6.1.11-115-cgroup-cpuset-Fix-wrong-check-in-update_parent.patch - patches.kernel.org/6.1.11-116-hv_netvsc-Fix-missed-pagebuf-entries-in-netvsc.patch - patches.kernel.org/6.1.11-117-ARM-dts-imx7d-smegw01-Fix-USB-host-over-curren.patch - patches.kernel.org/6.1.11-118-net-qrtr-free-memory-on-error-path-in-radix_tr.patch - patches.kernel.org/6.1.11-119-can-isotp-split-tx-timer-into-transmission-and.patch - patches.kernel.org/6.1.11-120-can-isotp-handle-wait_event_interruptible-retu.patch - patches.kernel.org/6.1.11-121-watchdog-diag288_wdt-do-not-use-stack-buffers-.patch - patches.kernel.org/6.1.11-122-watchdog-diag288_wdt-fix-__diag288-inline-asse.patch - patches.kernel.org/6.1.11-123-ALSA-hda-realtek-Add-Acer-Predator-PH315-54.patch - patches.kernel.org/6.1.11-124-ALSA-hda-realtek-fix-mute-micmute-LEDs-speaker.patch - patches.kernel.org/6.1.11-125-ASoC-codecs-wsa883x-correct-playback-min-max-r.patch - patches.kernel.org/6.1.11-126-ASoC-SOF-sof-audio-unprepare-when-swidget-use_.patch - patches.kernel.org/6.1.11-127-ASoC-SOF-sof-audio-skip-prepare-unprepare-if-s.patch - patches.kernel.org/6.1.11-128-ASoC-SOF-keep-prepare-unprepare-widgets-in-sin.patch - patches.kernel.org/6.1.11-129-efi-Accept-version-2-of-memory-attributes-tabl.patch - patches.kernel.org/6.1.11-130-rtc-efi-Enable-SET-GET-WAKEUP-services-as-opti.patch - patches.kernel.org/6.1.11-131-iio-hid-fix-the-retval-in-accel_3d_capture_sam.patch - patches.kernel.org/6.1.11-132-iio-hid-fix-the-retval-in-gyro_3d_capture_samp.patch - patches.kernel.org/6.1.11-133-iio-adc-xilinx-ams-fix-devm_krealloc-return-va.patch - patches.kernel.org/6.1.11-134-iio-adc-berlin2-adc-Add-missing-of_node_put-in.patch - patches.kernel.org/6.1.11-135-iio-imx8qxp-adc-fix-irq-flood-when-call-imx8qx.patch - patches.kernel.org/6.1.11-136-iio-adc-twl6030-Enable-measurements-of-VUSB-VB.patch - patches.kernel.org/6.1.11-137-iio-light-cm32181-Fix-PM-support-on-system-wit.patch - patches.kernel.org/6.1.11-138-iio-imu-fxos8700-fix-ACCEL-measurement-range-s.patch - patches.kernel.org/6.1.11-139-iio-imu-fxos8700-fix-incomplete-ACCEL-and-MAGN.patch - patches.kernel.org/6.1.11-140-iio-imu-fxos8700-fix-IMU-data-bits-returned-to.patch - patches.kernel.org/6.1.11-141-iio-imu-fxos8700-fix-map-label-of-channel-type.patch - patches.kernel.org/6.1.11-142-iio-imu-fxos8700-fix-swapped-ACCEL-and-MAGN-ch.patch - patches.kernel.org/6.1.11-143-iio-imu-fxos8700-fix-incorrect-ODR-mode-readba.patch - patches.kernel.org/6.1.11-144-iio-imu-fxos8700-fix-failed-initialization-ODR.patch - patches.kernel.org/6.1.11-145-iio-imu-fxos8700-remove-definition-FXOS8700_CT.patch - patches.kernel.org/6.1.11-146-iio-imu-fxos8700-fix-MAGN-sensor-scale-and-uni.patch - patches.kernel.org/6.1.11-147-nvmem-brcm_nvram-Add-check-for-kzalloc.patch - patches.kernel.org/6.1.11-148-nvmem-sunxi_sid-Always-use-32-bit-MMIO-reads.patch - patches.kernel.org/6.1.11-149-nvmem-qcom-spmi-sdam-fix-module-autoloading.patch - patches.kernel.org/6.1.11-150-parisc-Fix-return-code-of-pdc_iodc_print.patch - patches.kernel.org/6.1.11-151-parisc-Replace-hardcoded-value-with-PRIV_USER-.patch - patches.kernel.org/6.1.11-152-parisc-Wire-up-PTRACE_GETREGS-PTRACE_SETREGS-f.patch - patches.kernel.org/6.1.11-153-riscv-disable-generation-of-unwind-tables.patch - patches.kernel.org/6.1.11-154-Revert-mm-kmemleak-alloc-gray-object-for-reser.patch - patches.kernel.org/6.1.11-155-mm-multi-gen-LRU-fix-crash-during-cgroup-migra.patch - patches.kernel.org/6.1.11-156-mm-hugetlb-proc-check-for-hugetlb-shared-PMD-i.patch - patches.kernel.org/6.1.11-157-mm-memcg-fix-NULL-pointer-in-mem_cgroup_track_.patch - patches.kernel.org/6.1.11-158-usb-gadget-f_uac2-Fix-incorrect-increment-of-b.patch - patches.kernel.org/6.1.11-159-usb-typec-ucsi-Don-t-attempt-to-resume-the-por.patch - patches.kernel.org/6.1.11-160-usb-gadget-udc-do-not-clear-gadget-driver.bus.patch - patches.kernel.org/6.1.11-161-kernel-irq-irqdomain.c-fix-memory-leak-with-us.patch - patches.kernel.org/6.1.11-162-HV-hv_balloon-fix-memory-leak-with-using-debug.patch - patches.kernel.org/6.1.11-163-x86-debug-Fix-stack-recursion-caused-by-wrongl.patch - patches.kernel.org/6.1.11-164-fpga-m10bmc-sec-Fix-probe-rollback.patch - patches.kernel.org/6.1.11-165-fpga-stratix10-soc-Fix-return-value-check-in-s.patch - patches.kernel.org/6.1.11-166-mm-uffd-fix-pte-marker-when-fork-without-fork-.patch - patches.kernel.org/6.1.11-167-mm-swapfile-add-cond_resched-in-get_swap_pages.patch - patches.kernel.org/6.1.11-168-mm-khugepaged-fix-anon_vma-race.patch - patches.kernel.org/6.1.11-169-mm-mremap-fix-mremap-expanding-for-vma-s-with-.patch - patches.kernel.org/6.1.11-170-mm-MADV_COLLAPSE-catch-none-huge-bad-pmd-looku.patch - patches.kernel.org/6.1.11-171-highmem-round-down-the-address-passed-to-kunma.patch - patches.kernel.org/6.1.11-172-ia64-fix-build-error-due-to-switch-case-label-.patch - patches.kernel.org/6.1.11-173-Squashfs-fix-handling-and-sanity-checking-of-x.patch - patches.kernel.org/6.1.11-174-maple_tree-fix-mas_empty_area_rev-lower-bound-.patch - patches.kernel.org/6.1.11-175-migrate-hugetlb-check-for-hugetlb-shared-PMD-i.patch - patches.kernel.org/6.1.11-176-dma-buf-actually-set-signaling-bit-for-private.patch - patches.kernel.org/6.1.11-177-serial-stm32-Merge-hard-IRQ-and-threaded-IRQ-h.patch - patches.kernel.org/6.1.11-178-drm-i915-Avoid-potential-vm-use-after-free.patch - patches.kernel.org/6.1.11-179-drm-i915-Fix-potential-bit_17-double-free.patch - patches.kernel.org/6.1.11-180-drm-amd-Fix-initialization-for-nbio-4.3.0.patch - patches.kernel.org/6.1.11-181-drm-amd-pm-drop-unneeded-dpm-features-disablem.patch - patches.kernel.org/6.1.11-182-drm-amdgpu-update-wave-data-type-to-3-for-gfx1.patch - patches.kernel.org/6.1.11-183-nvmem-core-initialise-nvmem-id-early.patch - patches.kernel.org/6.1.11-184-nvmem-core-remove-nvmem_config-wp_gpio.patch - patches.kernel.org/6.1.11-185-nvmem-core-fix-cleanup-after-dev_set_name.patch - patches.kernel.org/6.1.11-186-nvmem-core-fix-registration-vs-use-race.patch - patches.kernel.org/6.1.11-187-nvmem-core-fix-device-node-refcounting.patch - patches.kernel.org/6.1.11-188-nvmem-core-fix-cell-removal-on-error.patch - patches.kernel.org/6.1.11-189-nvmem-core-fix-return-value.patch - patches.kernel.org/6.1.11-190-phy-qcom-qmp-combo-fix-runtime-suspend.patch - patches.kernel.org/6.1.11-191-serial-8250_dma-Fix-DMA-Rx-completion-race.patch - patches.kernel.org/6.1.11-192-serial-8250_dma-Fix-DMA-Rx-rearm-race.patch - patches.kernel.org/6.1.11-193-platform-x86-amd-pmc-add-CONFIG_SERIO-dependen.patch - patches.kernel.org/6.1.11-194-ASoC-SOF-sof-audio-prepare_widgets-Check-swidg.patch - patches.kernel.org/6.1.11-195-iio-adc-twl6030-Enable-measurement-of-VAC.patch - patches.kernel.org/6.1.11-196-powerpc-64s-radix-Fix-crash-with-unaligned-rel.patch - patches.kernel.org/6.1.11-197-powerpc-64s-Fix-local-irq-disable-when-PMIs-ar.patch - patches.kernel.org/6.1.11-198-powerpc-imc-pmu-Revert-nest_init_lock-to-being.patch - patches.kernel.org/6.1.11-199-fs-ntfs3-Validate-attribute-data-and-valid-siz.patch - patches.kernel.org/6.1.11-200-ovl-Use-buf-flexible-array-for-memcpy-destinat.patch - patches.kernel.org/6.1.11-201-f2fs-initialize-locks-earlier-in-f2fs_fill_sup.patch - patches.kernel.org/6.1.11-202-fbdev-smscufx-fix-error-handling-code-in-ufx_u.patch - patches.kernel.org/6.1.11-203-f2fs-fix-to-do-sanity-check-on-i_extra_isize-i.patch - patches.kernel.org/6.1.11-204-wifi-brcmfmac-Check-the-count-value-of-channel.patch - patches.kernel.org/6.1.11-205-gfs2-Cosmetic-gfs2_dinode_-in-out-cleanup.patch - patches.kernel.org/6.1.11-206-gfs2-Always-check-inode-size-of-inline-inodes.patch - patches.kernel.org/6.1.11-207-bpf-Skip-invalid-kfunc-call-in-backtrack_insn.patch - patches.kernel.org/6.1.11-208-Linux-6.1.11.patch - patches.kernel.org/6.1.12-001-hv_netvsc-Allocate-memory-in-netvsc_dma_map-wi.patch - patches.kernel.org/6.1.12-002-btrfs-limit-device-extents-to-the-device-size.patch - patches.kernel.org/6.1.12-003-btrfs-zlib-zero-initialize-zlib-workspace.patch - patches.kernel.org/6.1.12-004-ALSA-hda-realtek-Add-Positivo-N14KP6-TG.patch - patches.kernel.org/6.1.12-005-ALSA-emux-Avoid-potential-array-out-of-bound-i.patch - patches.kernel.org/6.1.12-006-ALSA-hda-realtek-Fix-the-speaker-output-on-Sam.patch - patches.kernel.org/6.1.12-007-ALSA-hda-realtek-Enable-mute-micmute-LEDs-on-H.patch - patches.kernel.org/6.1.12-008-ALSA-hda-realtek-Add-quirk-for-ASUS-UM3402-usi.patch - patches.kernel.org/6.1.12-009-ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-w.patch - patches.kernel.org/6.1.12-010-Revert-PCI-ASPM-Save-L1-PM-Substates-Capabilit.patch - patches.kernel.org/6.1.12-011-Revert-PCI-ASPM-Refactor-L1-PM-Substates-Contr.patch - patches.kernel.org/6.1.12-012-tracing-Fix-poll-and-select-do-not-work-on-per.patch - patches.kernel.org/6.1.12-013-of-address-Return-an-error-when-no-valid-dma-r.patch - patches.kernel.org/6.1.12-014-can-j1939-do-not-wait-250-ms-if-the-same-addr-.patch - patches.kernel.org/6.1.12-015-HID-logitech-Disable-hi-res-scrolling-on-USB.patch - patches.kernel.org/6.1.12-016-xfrm-compat-change-expression-for-switch-in-xf.patch - patches.kernel.org/6.1.12-017-IB-hfi1-Restore-allocated-resources-on-failed-.patch - patches.kernel.org/6.1.12-018-xfrm-compat-prevent-potential-spectre-v1-gadge.patch - patches.kernel.org/6.1.12-019-IB-IPoIB-Fix-legacy-IPoIB-due-to-wrong-number-.patch - patches.kernel.org/6.1.12-020-xfrm-annotate-data-race-around-use_time.patch - patches.kernel.org/6.1.12-021-RDMA-irdma-Fix-potential-NULL-ptr-dereference.patch - patches.kernel.org/6.1.12-022-RDMA-usnic-use-iommu_map_atomic-under-spin_loc.patch - patches.kernel.org/6.1.12-023-xfrm-fix-bug-with-DSCP-copy-to-v6-from-v4-tunn.patch - patches.kernel.org/6.1.12-024-of-Make-OF-framebuffer-device-names-unique.patch - patches.kernel.org/6.1.12-025-net-phylink-move-phy_device_free-to-correctly-.patch - patches.kernel.org/6.1.12-026-bonding-fix-error-checking-in-bond_debug_rereg.patch - patches.kernel.org/6.1.12-027-net-macb-Perform-zynqmp-dynamic-configuration-.patch - patches.kernel.org/6.1.12-028-net-phy-meson-gxl-use-MMD-access-dummy-stubs-f.patch - patches.kernel.org/6.1.12-029-ionic-clean-interrupt-before-enabling-queue-to.patch - patches.kernel.org/6.1.12-030-ionic-refactor-use-of-ionic_rx_fill.patch - patches.kernel.org/6.1.12-031-ionic-missed-doorbell-workaround.patch - patches.kernel.org/6.1.12-032-cpufreq-qcom-hw-Fix-cpufreq_driver-get-for-non.patch - patches.kernel.org/6.1.12-033-uapi-add-missing-ip-ipv6-header-dependencies-f.patch - patches.kernel.org/6.1.12-034-net-microchip-sparx5-fix-PTP-init-deinit-not-c.patch - patches.kernel.org/6.1.12-035-HID-amd_sfh-if-no-sensors-are-enabled-clean-up.patch - patches.kernel.org/6.1.12-036-drm-i915-Don-t-do-the-WM0-WM1-copy-w-a-if-WM1-.patch - patches.kernel.org/6.1.12-037-drm-virtio-exbuf-fence_fd-unmodified-on-interr.patch - patches.kernel.org/6.1.12-038-cpuset-Call-set_cpus_allowed_ptr-with-appropri.patch - patches.kernel.org/6.1.12-039-nvidiafb-detect-the-hardware-support-before-re.patch - patches.kernel.org/6.1.12-040-ice-Do-not-use-WQ_MEM_RECLAIM-flag-for-workque.patch - patches.kernel.org/6.1.12-041-ice-Fix-disabling-Rx-VLAN-filtering-with-port-.patch - patches.kernel.org/6.1.12-042-ice-switch-fix-potential-memleak-in-ice_add_ad.patch - patches.kernel.org/6.1.12-043-net-dsa-mt7530-don-t-change-PVC_EG_TAG-when-CP.patch - patches.kernel.org/6.1.12-044-net-mscc-ocelot-fix-VCAP-filters-not-matching-.patch - patches.kernel.org/6.1.12-045-net-mlx5e-Update-rx-ring-hw-mtu-upon-each-rx-f.patch - patches.kernel.org/6.1.12-046-net-mlx5-Bridge-fix-ageing-of-peer-FDB-entries.patch - patches.kernel.org/6.1.12-047-net-mlx5e-Fix-crash-unsetting-rx-vlan-filter-i.patch - patches.kernel.org/6.1.12-048-net-mlx5e-IPoIB-Show-unknown-speed-instead-of-.patch - patches.kernel.org/6.1.12-049-net-mlx5-Store-page-counters-in-a-single-array.patch - patches.kernel.org/6.1.12-050-net-mlx5-Expose-SF-firmware-pages-counter.patch - patches.kernel.org/6.1.12-051-net-mlx5-fw_tracer-Clear-load-bit-when-freeing.patch - patches.kernel.org/6.1.12-052-net-mlx5-fw_tracer-Zero-consumer-index-when-re.patch - patches.kernel.org/6.1.12-053-net-mlx5-Serialize-module-cleanup-with-reload-.patch - patches.kernel.org/6.1.12-054-igc-Add-ndo_tx_timeout-support.patch - patches.kernel.org/6.1.12-055-net-ethernet-mtk_eth_soc-fix-wrong-parameters-.patch - patches.kernel.org/6.1.12-056-txhash-fix-sk-sk_txrehash-default.patch - patches.kernel.org/6.1.12-057-selftests-Fix-failing-VXLAN-VNI-filtering-test.patch - patches.kernel.org/6.1.12-058-rds-rds_rm_zerocopy_callback-use-list_first_en.patch - patches.kernel.org/6.1.12-059-net-mscc-ocelot-fix-all-IPv6-getting-trapped-t.patch - patches.kernel.org/6.1.12-060-selftests-forwarding-lib-quote-the-sysctl-valu.patch - patches.kernel.org/6.1.12-061-arm64-dts-rockchip-fix-input-enable-pinconf-on.patch - patches.kernel.org/6.1.12-062-arm64-dts-rockchip-set-sdmmc0-speed-to-sd-uhs-.patch - patches.kernel.org/6.1.12-063-ALSA-pci-lx6464es-fix-a-debug-loop.patch - patches.kernel.org/6.1.12-064-riscv-stacktrace-Fix-missing-the-first-frame.patch - patches.kernel.org/6.1.12-065-arm64-dts-mediatek-mt8195-Fix-vdosys-compatibl.patch - patches.kernel.org/6.1.12-066-ASoC-tas5805m-rework-to-avoid-scheduling-while.patch - patches.kernel.org/6.1.12-067-ASoC-tas5805m-add-missing-page-switch.patch - patches.kernel.org/6.1.12-068-ASoC-fsl_sai-fix-getting-version-from-VERID.patch - patches.kernel.org/6.1.12-069-ASoC-topology-Return-ENOMEM-on-memory-allocati.patch - patches.kernel.org/6.1.12-070-clk-microchip-mpfs-ccc-Use-devm_kasprintf-for-.patch - patches.kernel.org/6.1.12-071-pinctrl-mediatek-Fix-the-drive-register-defini.patch - patches.kernel.org/6.1.12-072-pinctrl-aspeed-Fix-confusing-types-in-return-v.patch - patches.kernel.org/6.1.12-073-pinctrl-single-fix-potential-NULL-dereference.patch - patches.kernel.org/6.1.12-074-spi-dw-Fix-wrong-FIFO-level-setting-for-long-x.patch - patches.kernel.org/6.1.12-075-pinctrl-aspeed-Revert-Force-to-disable-the-fun.patch - patches.kernel.org/6.1.12-076-pinctrl-intel-Restore-the-pins-that-used-to-be.patch - patches.kernel.org/6.1.12-077-cifs-Fix-use-after-free-in-rdata-read_into_pag.patch - patches.kernel.org/6.1.12-078-net-USB-Fix-wrong-direction-WARNING-in-plusb.c.patch - patches.kernel.org/6.1.12-079-mptcp-do-not-wait-for-bare-sockets-timeout.patch - patches.kernel.org/6.1.12-080-mptcp-be-careful-on-subflow-status-propagation.patch - patches.kernel.org/6.1.12-081-selftests-mptcp-allow-more-slack-for-slow-test.patch - patches.kernel.org/6.1.12-082-selftests-mptcp-stop-tests-earlier.patch - patches.kernel.org/6.1.12-083-btrfs-simplify-update-of-last_dir_index_offset.patch - patches.kernel.org/6.1.12-084-btrfs-free-device-in-btrfs_close_devices-for-a.patch - patches.kernel.org/6.1.12-085-usb-core-add-quirk-for-Alcor-Link-AK9563-smart.patch - patches.kernel.org/6.1.12-086-usb-typec-altmodes-displayport-Fix-probe-pin-a.patch - patches.kernel.org/6.1.12-087-cxl-region-Fix-null-pointer-dereference-for-re.patch - patches.kernel.org/6.1.12-088-cxl-region-Fix-passthrough-decoder-detection.patch - patches.kernel.org/6.1.12-089-clk-ingenic-jz4760-Update-M-N-OD-calculation-a.patch - patches.kernel.org/6.1.12-090-pinctrl-qcom-sm8450-lpass-lpi-correct-swr_rx_d.patch - patches.kernel.org/6.1.12-091-drm-amd-pm-add-SMU-13.0.7-missing-GetPptLimit-.patch - patches.kernel.org/6.1.12-092-ceph-flush-cap-releases-when-the-session-is-fl.patch - patches.kernel.org/6.1.12-093-nvdimm-Support-sizeof-struct-page-MAX_STRUCT_P.patch - patches.kernel.org/6.1.12-094-riscv-Fixup-race-condition-on-PG_dcache_clean-.patch - patches.kernel.org/6.1.12-095-riscv-kprobe-Fixup-misaligned-load-text.patch - patches.kernel.org/6.1.12-096-powerpc-64s-interrupt-Fix-interrupt-exit-race-.patch - patches.kernel.org/6.1.12-097-drm-amdgpu-Use-the-TGID-for-trace_amdgpu_vm_up.patch - patches.kernel.org/6.1.12-098-tracing-Fix-TASK_COMM_LEN-in-trace-event-forma.patch - patches.kernel.org/6.1.12-099-rtmutex-Ensure-that-the-top-waiter-is-always-w.patch - patches.kernel.org/6.1.12-100-arm64-dts-meson-gx-Make-mmc-host-controller-in.patch - patches.kernel.org/6.1.12-101-arm64-dts-meson-g12-common-Make-mmc-host-contr.patch - patches.kernel.org/6.1.12-102-arm64-dts-meson-axg-Make-mmc-host-controller-i.patch - patches.kernel.org/6.1.12-103-Fix-page-corruption-caused-by-racy-check-in-__.patch - patches.kernel.org/6.1.12-104-arm64-efi-Force-the-use-of-SetVirtualAddressMa.patch - patches.kernel.org/6.1.12-105-drm-amd-pm-bump-SMU-13.0.0-driver_if-header-ve.patch - patches.kernel.org/6.1.12-106-drm-amdgpu-Add-unique_id-support-for-GC-11.0.1.patch - patches.kernel.org/6.1.12-107-drm-amd-pm-bump-SMU-13.0.7-driver_if-header-ve.patch - patches.kernel.org/6.1.12-108-drm-amdgpu-fence-Fix-oops-due-to-non-matching-.patch - patches.kernel.org/6.1.12-109-drm-amdgpu-smu-skip-pptable-init-under-sriov.patch - patches.kernel.org/6.1.12-110-drm-amd-display-properly-handling-AGP-aperture.patch - patches.kernel.org/6.1.12-111-drm-amd-display-fix-cursor-offset-on-rotation-.patch - patches.kernel.org/6.1.12-112-drm-i915-Move-fd_install-after-last-use-of-fen.patch - patches.kernel.org/6.1.12-113-drm-i915-Initialize-the-obj-flags-for-shmem-ob.patch - patches.kernel.org/6.1.12-114-drm-i915-Fix-VBT-DSI-DVO-port-handling.patch - patches.kernel.org/6.1.12-115-x86-speculation-Identify-processors-vulnerable.patch - patches.kernel.org/6.1.12-116-KVM-x86-Mitigate-the-cross-thread-return-addre.patch - patches.kernel.org/6.1.12-117-Documentation-hw-vuln-Add-documentation-for-Cr.patch - patches.kernel.org/6.1.12-118-Linux-6.1.12.patch - patches.kernel.org/6.1.13-001-mptcp-sockopt-make-tcp_fastopen_connect-generi.patch - patches.kernel.org/6.1.13-002-mptcp-fix-locking-for-setsockopt-corner-case.patch - patches.kernel.org/6.1.13-003-mptcp-deduplicate-error-paths-on-endpoint-crea.patch - patches.kernel.org/6.1.13-004-mptcp-fix-locking-for-in-kernel-listener-creat.patch - patches.kernel.org/6.1.13-005-btrfs-move-the-auto-defrag-code-to-defrag.c.patch - patches.kernel.org/6.1.13-006-btrfs-lock-the-inode-in-shared-mode-before-sta.patch - patches.kernel.org/6.1.13-007-ASoC-amd-yc-Add-DMI-support-for-new-acer-emdoo.patch - patches.kernel.org/6.1.13-008-ASoC-SOF-sof-audio-start-with-the-right-widget.patch - patches.kernel.org/6.1.13-009-ALSA-usb-audio-Add-FIXED_RATE-quirk-for-JBL-Qu.patch - patches.kernel.org/6.1.13-010-ASoC-Intel-sof_rt5682-always-set-dpcm_capture-.patch - patches.kernel.org/6.1.13-011-ASoC-Intel-sof_cs42l42-always-set-dpcm_capture.patch - patches.kernel.org/6.1.13-012-ASoC-Intel-sof_nau8825-always-set-dpcm_capture.patch - patches.kernel.org/6.1.13-013-ASoC-Intel-sof_ssp_amp-always-set-dpcm_capture.patch - patches.kernel.org/6.1.13-014-selftests-bpf-Verify-copy_register_state-prese.patch - patches.kernel.org/6.1.13-015-ALSA-hda-Do-not-unset-preset-when-cleaning-up-.patch - patches.kernel.org/6.1.13-016-ASoC-amd-yc-Add-Xiaomi-Redmi-Book-Pro-15-2022-.patch - patches.kernel.org/6.1.13-017-bpf-sockmap-Don-t-let-sock_map_-close-destroy-.patch - patches.kernel.org/6.1.13-018-ASoC-cs42l56-fix-DT-probe.patch - patches.kernel.org/6.1.13-019-tools-virtio-fix-the-vringh-test-for-virtio-ri.patch - patches.kernel.org/6.1.13-020-vdpa-ifcvf-Do-proper-cleanup-if-IFCVF-init-fai.patch - patches.kernel.org/6.1.13-021-net-rose-Fix-to-not-accept-on-connected-socket.patch - patches.kernel.org/6.1.13-022-selftest-net-Improve-IPV6_TCLASS-IPV6_HOPLIMIT.patch - patches.kernel.org/6.1.13-023-net-stmmac-do-not-stop-RX_CLK-in-Rx-LPI-state-.patch - patches.kernel.org/6.1.13-024-powerpc-64-Fix-perf-profiling-asynchronous-int.patch - patches.kernel.org/6.1.13-025-fscache-Use-clear_and_wake_up_bit-in-fscache_c.patch - patches.kernel.org/6.1.13-026-drm-nouveau-devinit-tu102-wait-for-GFW_BOOT_PR.patch - patches.kernel.org/6.1.13-027-net-ethernet-mtk_eth_soc-Avoid-truncating-allo.patch - patches.kernel.org/6.1.13-028-net-sched-sch-Bounds-check-priority.patch - patches.kernel.org/6.1.13-029-s390-decompressor-specify-__decompress-buf-len.patch - patches.kernel.org/6.1.13-030-nvme-fc-fix-a-missing-queue-put-in-nvmet_fc_ls.patch - patches.kernel.org/6.1.13-031-nvme-clear-the-request_queue-pointers-on-failu.patch - patches.kernel.org/6.1.13-032-nvme-clear-the-request_queue-pointers-on-failu.patch - patches.kernel.org/6.1.13-033-drm-amd-display-Add-missing-brackets-in-calcul.patch - patches.kernel.org/6.1.13-034-drm-amd-display-Adjust-downscaling-limits-for-.patch - patches.kernel.org/6.1.13-035-drm-amd-display-Unassign-does_plane_fit_in_mal.patch - patches.kernel.org/6.1.13-036-drm-amd-display-Reset-DMUB-mailbox-SW-state-af.patch - patches.kernel.org/6.1.13-037-drm-amdgpu-enable-HDP-SD-for-gfx-11.0.3.patch - patches.kernel.org/6.1.13-038-drm-amdgpu-Enable-vclk-dclk-node-for-gc11.0.3.patch - patches.kernel.org/6.1.13-039-drm-amd-display-Properly-handle-additional-cas.patch - patches.kernel.org/6.1.13-040-platform-x86-touchscreen_dmi-Add-Chuwi-Vi8-CWI.patch - patches.kernel.org/6.1.13-041-ceph-move-mount-state-enum-to-super.h.patch - patches.kernel.org/6.1.13-042-ceph-blocklist-the-kclient-when-receiving-corr.patch - patches.kernel.org/6.1.13-043-selftests-mptcp-userspace-fix-v4-v6-test-in-v6.patch - patches.kernel.org/6.1.13-044-of-reserved_mem-Have-kmemleak-ignore-dynamical.patch - patches.kernel.org/6.1.13-045-kasan-fix-Oops-due-to-missing-calls-to-kasan_a.patch - patches.kernel.org/6.1.13-046-mm-shrinkers-fix-deadlock-in-shrinker-debugfs.patch - patches.kernel.org/6.1.13-047-aio-fix-mremap-after-fork-null-deref.patch - patches.kernel.org/6.1.13-048-vmxnet3-move-rss-code-block-under-eop-descript.patch - patches.kernel.org/6.1.13-049-fbdev-Fix-invalid-page-access-after-closing-de.patch - patches.kernel.org/6.1.13-050-drm-Disable-dynamic-debug-as-broken.patch - patches.kernel.org/6.1.13-051-drm-amd-amdgpu-fix-warning-during-suspend.patch - patches.kernel.org/6.1.13-052-drm-amd-display-Fail-atomic_check-early-on-nor.patch - patches.kernel.org/6.1.13-053-drm-vmwgfx-Stop-accessing-buffer-objects-which.patch - patches.kernel.org/6.1.13-054-drm-vmwgfx-Do-not-drop-the-reference-to-the-ha.patch - patches.kernel.org/6.1.13-055-mmc-jz4740-Work-around-bug-on-JZ4760-B.patch - patches.kernel.org/6.1.13-056-mmc-meson-gx-fix-SDIO-mode-if-cap_sdio_irq-isn.patch - patches.kernel.org/6.1.13-057-mmc-sdio-fix-possible-resource-leaks-in-some-e.patch - patches.kernel.org/6.1.13-058-mmc-mmc_spi-fix-error-handling-in-mmc_spi_prob.patch - patches.kernel.org/6.1.13-059-ALSA-hda-Fix-codec-device-field-initializan.patch - patches.kernel.org/6.1.13-060-ALSA-hda-conexant-add-a-new-hda-codec-SN6180.patch - patches.kernel.org/6.1.13-061-ALSA-hda-realtek-fixed-wrong-gpio-assigned.patch - patches.kernel.org/6.1.13-062-ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-w.patch - patches.kernel.org/6.1.13-063-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch - patches.kernel.org/6.1.13-064-ata-ahci-Add-Tiger-Lake-UP-3-4-AHCI-controller.patch - patches.kernel.org/6.1.13-065-ata-libata-core-Disable-READ-LOG-DMA-EXT-for-S.patch - patches.kernel.org/6.1.13-066-sched-psi-Fix-use-after-free-in-ep_remove_wait.patch - patches.kernel.org/6.1.13-067-hugetlb-check-for-undefined-shift-on-32-bit-ar.patch - patches.kernel.org/6.1.13-068-nilfs2-fix-underflow-in-second-superblock-posi.patch - patches.kernel.org/6.1.13-069-mm-MADV_COLLAPSE-set-EAGAIN-on-unexpected-page.patch - patches.kernel.org/6.1.13-070-mm-filemap-fix-page-end-in-filemap_get_read_ba.patch - patches.kernel.org/6.1.13-071-mm-migrate-fix-wrongly-apply-write-bit-after-m.patch - patches.kernel.org/6.1.13-072-gpio-sim-fix-a-memory-leak.patch - patches.kernel.org/6.1.13-073-freezer-umh-Fix-call_usermode_helper_exec-vs-S.patch - patches.kernel.org/6.1.13-074-coredump-Move-dump_emit_page-to-kill-unused-wa.patch - patches.kernel.org/6.1.13-075-Revert-mm-Always-release-pages-to-the-buddy-al.patch - patches.kernel.org/6.1.13-076-net-Fix-unwanted-sign-extension-in-netdev_stat.patch - patches.kernel.org/6.1.13-077-revert-squashfs-harden-sanity-check-in-squashf.patch - patches.kernel.org/6.1.13-078-drm-vc4-crtc-Increase-setup-cost-in-core-clock.patch - patches.kernel.org/6.1.13-079-drm-vc4-Fix-YUV-plane-handling-when-planes-are.patch - patches.kernel.org/6.1.13-080-drm-i915-gen11-Wa_1408615072-Wa_1407596294-sho.patch - patches.kernel.org/6.1.13-081-ice-fix-lost-multicast-packets-in-promisc-mode.patch - patches.kernel.org/6.1.13-082-ixgbe-allow-to-increase-MTU-to-3K-with-XDP-ena.patch - patches.kernel.org/6.1.13-083-i40e-add-double-of-VLAN-header-when-computing-.patch - patches.kernel.org/6.1.13-084-net-bgmac-fix-BCM5358-support-by-setting-corre.patch - patches.kernel.org/6.1.13-085-net-ethernet-ti-am65-cpsw-Add-RX-DMA-Channel-T.patch - patches.kernel.org/6.1.13-086-sctp-sctp_sock_filter-avoid-list_entry-on-poss.patch - patches.kernel.org/6.1.13-087-net-sched-tcindex-update-imperfect-hash-filter.patch - patches.kernel.org/6.1.13-088-ice-xsk-Fix-cleaning-of-XDP_TX-frames.patch - patches.kernel.org/6.1.13-089-dccp-tcp-Avoid-negative-sk_forward_alloc-by-ip.patch - patches.kernel.org/6.1.13-090-net-usb-kalmia-Don-t-pass-act_len-in-usb_bulk_.patch - patches.kernel.org/6.1.13-091-net-sched-act_ctinfo-use-percpu-stats.patch - patches.kernel.org/6.1.13-092-net-openvswitch-fix-possible-memory-leak-in-ov.patch - patches.kernel.org/6.1.13-093-net-stmmac-fix-order-of-dwmac5-FlexPPS-paramet.patch - patches.kernel.org/6.1.13-094-bnxt_en-Fix-mqprio-and-XDP-ring-checking-logic.patch - patches.kernel.org/6.1.13-095-tracing-Make-trace_define_field_ext-static.patch - patches.kernel.org/6.1.13-096-net-stmmac-Restrict-warning-on-disabling-DMA-s.patch - patches.kernel.org/6.1.13-097-net-use-a-bounce-buffer-for-copying-skb-mark.patch - patches.kernel.org/6.1.13-098-tipc-fix-kernel-warning-when-sending-SYN-messa.patch - patches.kernel.org/6.1.13-099-net-mpls-fix-stale-pointer-if-allocation-fails.patch - patches.kernel.org/6.1.13-100-igb-conditionalize-I2C-bit-banging-on-external.patch - patches.kernel.org/6.1.13-101-igb-Fix-PPS-input-and-output-using-3rd-and-4th.patch - patches.kernel.org/6.1.13-102-ixgbe-add-double-of-VLAN-header-when-computing.patch - patches.kernel.org/6.1.13-103-ipv6-Fix-datagram-socket-connection-with-DSCP.patch - patches.kernel.org/6.1.13-104-ipv6-Fix-tcp-socket-connection-with-DSCP.patch - patches.kernel.org/6.1.13-105-mm-gup-add-folio-to-list-when-folio_isolate_lr.patch - patches.kernel.org/6.1.13-106-mm-extend-max-struct-page-size-for-kmsan.patch - patches.kernel.org/6.1.13-107-i40e-Add-checking-for-null-for-nlmsg_find_attr.patch - patches.kernel.org/6.1.13-108-net-sched-tcindex-search-key-must-be-16-bits.patch - patches.kernel.org/6.1.13-109-nvme-tcp-stop-auth-work-after-tearing-down-que.patch - patches.kernel.org/6.1.13-110-nvme-rdma-stop-auth-work-after-tearing-down-qu.patch - patches.kernel.org/6.1.13-111-KVM-x86-pmu-Disable-vPMU-support-on-hybrid-CPU.patch - patches.kernel.org/6.1.13-112-kvm-initialize-all-of-the-kvm_debugregs-struct.patch - patches.kernel.org/6.1.13-113-perf-x86-Refuse-to-export-capabilities-for-hyb.patch - patches.kernel.org/6.1.13-114-alarmtimer-Prevent-starvation-by-small-interva.patch - patches.kernel.org/6.1.13-115-nvme-pci-refresh-visible-attrs-for-cmb-attribu.patch - patches.kernel.org/6.1.13-116-ASoC-SOF-Intel-hda-dai-fix-possible-stream_tag.patch - patches.kernel.org/6.1.13-117-net-sched-sch-Fix-off-by-one-in-htb_activate_p.patch - patches.kernel.org/6.1.13-118-Linux-6.1.13.patch - patches.kernel.org/6.1.14-001-drm-etnaviv-don-t-truncate-physical-page-addre.patch - patches.kernel.org/6.1.14-002-wifi-ath11k-fix-warning-in-dma_free_coherent-o.patch - patches.kernel.org/6.1.14-003-wifi-rtl8xxxu-gen2-Turn-on-the-rate-control.patch - patches.kernel.org/6.1.14-004-drm-edid-Fix-minimum-bpc-supported-with-DSC1.2.patch - patches.kernel.org/6.1.14-005-clk-mxl-Switch-from-direct-readl-writel-based-.patch - patches.kernel.org/6.1.14-006-clk-mxl-Remove-redundant-spinlocks.patch - patches.kernel.org/6.1.14-007-clk-mxl-Add-option-to-override-gate-clks.patch - patches.kernel.org/6.1.14-008-clk-mxl-Fix-a-clk-entry-by-adding-relevant-fla.patch - patches.kernel.org/6.1.14-009-powerpc-dts-t208x-Mark-MAC1-and-MAC2-as-10G.patch - patches.kernel.org/6.1.14-010-clk-mxl-syscon_node_to_regmap-returns-error-po.patch - patches.kernel.org/6.1.14-011-sched-psi-Stop-relying-on-timer_pending-for-po.patch - patches.kernel.org/6.1.14-012-random-always-mix-cycle-counter-in-add_latent_.patch - patches.kernel.org/6.1.14-013-scsi-libsas-Add-smp_ata_check_ready_type.patch - patches.kernel.org/6.1.14-014-scsi-hisi_sas-Fix-SATA-devices-missing-issue-d.patch - patches.kernel.org/6.1.14-015-spi-mediatek-Enable-irq-when-pdata-is-ready.patch - patches.kernel.org/6.1.14-016-docs-perf-Fix-PMU-instance-name-of-hisi-pcie-p.patch - patches.kernel.org/6.1.14-017-KVM-x86-Fail-emulation-during-EMULTYPE_SKIP-on.patch - patches.kernel.org/6.1.14-018-KVM-SVM-Skip-WRMSR-fastpath-on-VM-Exit-if-next.patch - patches.kernel.org/6.1.14-019-KVM-VMX-Execute-IBPB-on-emulated-VM-exit-when-.patch - patches.kernel.org/6.1.14-020-can-kvaser_usb-hydra-help-gcc-13-to-figure-out.patch - patches.kernel.org/6.1.14-021-powerpc-dts-t208x-Disable-10G-on-MAC1-and-MAC2.patch - patches.kernel.org/6.1.14-022-spi-mediatek-Enable-irq-before-the-spi-registr.patch - patches.kernel.org/6.1.14-023-drm-i915-Remove-__maybe_unused-from-mtl_info.patch - patches.kernel.org/6.1.14-024-KVM-x86-fix-deadlock-for-KVM_XEN_EVTCHN_RESET.patch - patches.kernel.org/6.1.14-025-selftests-kvm-move-declaration-at-the-beginnin.patch - patches.kernel.org/6.1.14-026-powerpc-64s-radix-Fix-RWX-mapping-with-relocat.patch - patches.kernel.org/6.1.14-027-nfp-ethtool-support-reporting-link-modes.patch - patches.kernel.org/6.1.14-028-nfp-ethtool-fix-the-bug-of-setting-unsupported.patch - patches.kernel.org/6.1.14-029-uaccess-Add-speculation-barrier-to-copy_from_u.patch - patches.kernel.org/6.1.14-030-x86-alternatives-Introduce-int3_emulate_jcc.patch - patches.kernel.org/6.1.14-031-x86-alternatives-Teach-text_poke_bp-to-patch-J.patch - patches.kernel.org/6.1.14-032-x86-static_call-Add-support-for-Jcc-tail-calls.patch - patches.kernel.org/6.1.14-033-Bluetooth-btusb-Add-more-device-IDs-for-WCN685.patch - patches.kernel.org/6.1.14-034-riscv-remove-special-treatment-for-the-link-or.patch - patches.kernel.org/6.1.14-035-arm64-remove-special-treatment-for-the-link-or.patch - patches.kernel.org/6.1.14-036-arch-fix-broken-BuildID-for-arm64-and-riscv.patch - patches.kernel.org/6.1.14-037-powerpc-vmlinux.lds-Define-RUNTIME_DISCARD_EXI.patch - patches.kernel.org/6.1.14-038-powerpc-vmlinux.lds-Don-t-discard-.rela-for-re.patch - patches.kernel.org/6.1.14-039-s390-define-RUNTIME_DISCARD_EXIT-to-fix-link-e.patch - patches.kernel.org/6.1.14-040-sh-define-RUNTIME_DISCARD_EXIT.patch - patches.kernel.org/6.1.14-041-wifi-mwifiex-Add-missing-compatible-string-for.patch - patches.kernel.org/6.1.14-042-audit-update-the-mailing-list-in-MAINTAINERS.patch - patches.kernel.org/6.1.14-043-platform-x86-amd-pmf-Add-depends-on-CONFIG_POW.patch - patches.kernel.org/6.1.14-044-platform-x86-nvidia-wmi-ec-backlight-Add-force.patch - patches.kernel.org/6.1.14-045-ext4-Fix-function-prototype-mismatch-for-ext4_.patch - patches.kernel.org/6.1.14-046-randstruct-disable-Clang-15-support.patch - patches.kernel.org/6.1.14-047-bpf-add-missing-header-file-include.patch - patches.kernel.org/6.1.14-048-Linux-6.1.14.patch - patches.kernel.org/6.1.15-001-Fix-XFRM-I-support-for-nested-ESP-tunnels.patch - patches.kernel.org/6.1.15-002-arm64-dts-rockchip-reduce-thermal-limits-on-rk.patch - patches.kernel.org/6.1.15-003-arm64-dts-rockchip-drop-unused-LED-mode-proper.patch - patches.kernel.org/6.1.15-004-ARM-dts-rockchip-add-power-domains-property-to.patch - patches.kernel.org/6.1.15-005-arm64-dts-rockchip-add-missing-interrupt-cells.patch - patches.kernel.org/6.1.15-006-arm64-dts-rockchip-fix-probe-of-analog-sound-c.patch - patches.kernel.org/6.1.15-007-HID-elecom-add-support-for-TrackBall-056E-011C.patch - patches.kernel.org/6.1.15-008-HID-Ignore-battery-for-Elan-touchscreen-on-Asu.patch - patches.kernel.org/6.1.15-009-ACPI-NFIT-fix-a-potential-deadlock-during-NFIT.patch - patches.kernel.org/6.1.15-010-pinctrl-amd-Fix-debug-output-for-debounce-time.patch - patches.kernel.org/6.1.15-011-btrfs-send-limit-number-of-clones-and-allocate.patch - patches.kernel.org/6.1.15-012-arm64-dts-rockchip-align-rk3399-DMC-OPP-table-.patch - patches.kernel.org/6.1.15-013-ASoC-rt715-sdca-fix-clock-stop-prepare-timeout.patch - patches.kernel.org/6.1.15-014-IB-hfi1-Assign-npages-earlier.patch - patches.kernel.org/6.1.15-015-powerpc-Don-t-select-ARCH_WANTS_NO_INSTR.patch - patches.kernel.org/6.1.15-016-ASoC-SOF-amd-Fix-for-handling-spurious-interru.patch - patches.kernel.org/6.1.15-017-ARM-dts-stihxxx-b2120-fix-polarity-of-reset-li.patch - patches.kernel.org/6.1.15-018-neigh-make-sure-used-and-confirmed-times-are-v.patch - patches.kernel.org/6.1.15-019-HID-core-Fix-deadloop-in-hid_apply_multiplier.patch - patches.kernel.org/6.1.15-020-ASoC-codecs-es8326-Fix-DTS-properties-reading.patch - patches.kernel.org/6.1.15-021-HID-Ignore-battery-for-ELAN-touchscreen-29DF-o.patch - patches.kernel.org/6.1.15-022-selftests-ocelot-tc_flower_chains-make-test_vl.patch - patches.kernel.org/6.1.15-023-x86-cpu-Add-Lunar-Lake-M.patch - patches.kernel.org/6.1.15-024-PM-sleep-Avoid-using-pr_cont-in-the-tasks-free.patch - patches.kernel.org/6.1.15-025-bpf-bpf_fib_lookup-should-not-return-neigh-in-.patch - patches.kernel.org/6.1.15-026-net-Remove-WARN_ON_ONCE-sk-sk_forward_alloc-fr.patch - patches.kernel.org/6.1.15-027-vc_screen-don-t-clobber-return-value-in-vcs_re.patch - patches.kernel.org/6.1.15-028-drm-amd-display-Move-DCN314-DOMAIN-power-contr.patch - patches.kernel.org/6.1.15-029-drm-amd-display-Fix-race-condition-in-DPIA-AUX.patch - patches.kernel.org/6.1.15-030-usb-dwc3-pci-add-support-for-the-Intel-Meteor-.patch - patches.kernel.org/6.1.15-031-USB-serial-option-add-support-for-VW-Skoda-Car.patch - patches.kernel.org/6.1.15-032-usb-gadget-u_serial-Add-null-pointer-check-in-.patch - patches.kernel.org/6.1.15-033-arm64-dts-uniphier-Fix-property-name-in-PXs3-U.patch - patches.kernel.org/6.1.15-034-usb-typec-pd-Remove-usb_suspend_supported-sysf.patch - patches.kernel.org/6.1.15-035-drm-amd-display-Properly-reuse-completion-stru.patch - patches.kernel.org/6.1.15-036-attr-add-in_group_or_capable.patch - patches.kernel.org/6.1.15-037-fs-move-should_remove_suid.patch - patches.kernel.org/6.1.15-038-attr-add-setattr_should_drop_sgid.patch - patches.kernel.org/6.1.15-039-attr-use-consistent-sgid-stripping-checks.patch - patches.kernel.org/6.1.15-040-fs-use-consistent-setgid-checks-in-is_sxid.patch - patches.kernel.org/6.1.15-041-scripts-tags.sh-fix-incompatibility-with-PCRE2.patch - patches.kernel.org/6.1.15-042-USB-core-Don-t-hold-device-lock-while-reading-.patch - patches.kernel.org/6.1.15-043-Linux-6.1.15.patch - patches.kernel.org/6.1.16-001-HID-asus-use-spinlock-to-protect-concurrent-ac.patch - patches.kernel.org/6.1.16-002-HID-asus-use-spinlock-to-safely-schedule-worke.patch - patches.kernel.org/6.1.16-003-powerpc-mm-Rearrange-if-else-block-to-avoid-cl.patch - patches.kernel.org/6.1.16-004-ata-ahci-Revert-ata-ahci-Add-Tiger-Lake-UP-3-4.patch - patches.kernel.org/6.1.16-005-ARM-OMAP2-Fix-memory-leak-in-realtime_counter_.patch - patches.kernel.org/6.1.16-006-arm64-dts-qcom-qcs404-use-symbol-names-for-PCI.patch - patches.kernel.org/6.1.16-007-arm64-dts-qcom-msm8996-tone-Fix-USB-taking-6-m.patch - patches.kernel.org/6.1.16-008-arm64-dts-qcom-sm8150-kumano-Panel-framebuffer.patch - patches.kernel.org/6.1.16-009-arm64-dts-qcom-sm6350-Fix-up-the-ramoops-node.patch - patches.kernel.org/6.1.16-010-arm64-dts-qcom-sm6125-Reorder-HSUSB-PHY-clocks.patch - patches.kernel.org/6.1.16-011-arm64-dts-qcom-sm6125-seine-Clean-up-gpio-keys.patch - patches.kernel.org/6.1.16-012-arm64-dts-imx8m-Align-SoC-unique-ID-node-unit-.patch - patches.kernel.org/6.1.16-013-ARM-zynq-Fix-refcount-leak-in-zynq_early_slcr_.patch - patches.kernel.org/6.1.16-014-arm64-dts-mediatek-mt8195-Add-power-domain-to-.patch - patches.kernel.org/6.1.16-015-arm64-dts-mediatek-mt8183-Fix-systimer-13-MHz-.patch - patches.kernel.org/6.1.16-016-arm64-dts-mediatek-mt8192-Fix-systimer-13-MHz-.patch - patches.kernel.org/6.1.16-017-arm64-dts-mediatek-mt8195-Fix-systimer-13-MHz-.patch - patches.kernel.org/6.1.16-018-arm64-dts-mediatek-mt8186-Fix-systimer-13-MHz-.patch - patches.kernel.org/6.1.16-019-arm64-dts-qcom-sdm845-db845c-fix-audio-codec-i.patch - patches.kernel.org/6.1.16-020-x86-acpi-boot-Do-not-register-processors-that-.patch - patches.kernel.org/6.1.16-021-arm64-dts-qcom-sc7180-correct-SPMI-bus-address.patch - patches.kernel.org/6.1.16-022-arm64-dts-qcom-sc7280-correct-SPMI-bus-address.patch - patches.kernel.org/6.1.16-023-arm64-dts-qcom-sc8280xp-correct-SPMI-bus-addre.patch - patches.kernel.org/6.1.16-024-arm64-dts-qcom-sc8280xp-Vote-for-CX-in-USB-con.patch - patches.kernel.org/6.1.16-025-arm64-dts-meson-gxl-jethub-j80-Fix-WiFi-MAC-ad.patch - patches.kernel.org/6.1.16-026-arm64-dts-meson-gxl-jethub-j80-Fix-Bluetooth-M.patch - patches.kernel.org/6.1.16-027-arm64-dts-meson-axg-jethub-j1xx-Fix-MAC-addres.patch - patches.kernel.org/6.1.16-028-arm64-dts-meson-gx-Fix-Ethernet-MAC-address-un.patch - patches.kernel.org/6.1.16-029-arm64-dts-meson-g12a-Fix-internal-Ethernet-PHY.patch - patches.kernel.org/6.1.16-030-arm64-dts-meson-gx-Fix-the-SCPI-DVFS-node-name.patch - patches.kernel.org/6.1.16-031-cpuidle-intel_idle-Fix-CPUIDLE_FLAG_IRQ_ENABLE.patch - patches.kernel.org/6.1.16-032-arm64-dts-ti-k3-am62-Enable-SPI-nodes-at-the-b.patch - patches.kernel.org/6.1.16-033-arm64-dts-ti-k3-am62-main-Fix-clocks-for-McSPI.patch - patches.kernel.org/6.1.16-034-arm64-tegra-Fix-duplicate-regulator-on-Jetson-.patch - patches.kernel.org/6.1.16-035-arm64-dts-msm8992-bullhead-add-memory-hole-reg.patch - patches.kernel.org/6.1.16-036-arm64-dts-qcom-msm8992-bullhead-Fix-cont_splas.patch - patches.kernel.org/6.1.16-037-arm64-dts-qcom-msm8992-bullhead-Disable-dfps_d.patch - patches.kernel.org/6.1.16-038-arm64-dts-qcom-ipq8074-correct-USB3-QMP-PHY-s-.patch - patches.kernel.org/6.1.16-039-arm64-dts-qcom-ipq8074-fix-Gen2-PCIe-QMP-PHY.patch - patches.kernel.org/6.1.16-040-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-QMP-PHY.patch - patches.kernel.org/6.1.16-041-arm64-dts-qcom-ipq8074-correct-Gen2-PCIe-range.patch - patches.kernel.org/6.1.16-042-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-node.patch - patches.kernel.org/6.1.16-043-arm64-dts-qcom-ipq8074-correct-PCIe-QMP-PHY-ou.patch - patches.kernel.org/6.1.16-044-arm64-dts-meson-remove-CPU-opps-below-1GHz-for.patch - patches.kernel.org/6.1.16-045-ARM-OMAP1-call-platform_device_put-in-error-ca.patch - patches.kernel.org/6.1.16-046-arm64-dts-mediatek-mt8192-Mark-scp_adsp-clock-.patch - patches.kernel.org/6.1.16-047-ARM-bcm2835_defconfig-Enable-the-framebuffer.patch - patches.kernel.org/6.1.16-048-ARM-s3c-fix-s3c64xx_set_timer_source-prototype.patch - patches.kernel.org/6.1.16-049-arm64-dts-ti-k3-j7200-Fix-wakeup-pinmux-range.patch - patches.kernel.org/6.1.16-050-ARM-dts-exynos-correct-wr-active-property-in-E.patch - patches.kernel.org/6.1.16-051-ARM-imx-Call-ida_simple_remove-for-ida_simple_.patch - patches.kernel.org/6.1.16-052-arm64-dts-amlogic-meson-gx-fix-SCPI-clock-dvfs.patch - patches.kernel.org/6.1.16-053-arm64-dts-amlogic-meson-axg-fix-SCPI-clock-dvf.patch - patches.kernel.org/6.1.16-054-arm64-dts-amlogic-meson-gx-add-missing-SCPI-se.patch - patches.kernel.org/6.1.16-055-arm64-dts-amlogic-meson-axg-jethome-jethub-j1x.patch - patches.kernel.org/6.1.16-056-arm64-dts-amlogic-meson-gxl-s905d-sml5442tw-dr.patch - patches.kernel.org/6.1.16-057-arm64-dts-amlogic-meson-gx-add-missing-unit-ad.patch - patches.kernel.org/6.1.16-058-arm64-dts-amlogic-meson-gxl-s905w-jethome-jeth.patch - patches.kernel.org/6.1.16-059-arm64-dts-amlogic-meson-axg-jethome-jethub-j1x.patch - patches.kernel.org/6.1.16-060-arm64-dts-amlogic-meson-gxl-add-missing-unit-a.patch - patches.kernel.org/6.1.16-061-arm64-dts-amlogic-meson-gx-libretech-pc-fix-up.patch - patches.kernel.org/6.1.16-062-arm64-dts-amlogic-meson-sm1-bananapi-m5-fix-ad.patch - patches.kernel.org/6.1.16-063-arm64-dts-amlogic-meson-gxl-s905d-phicomm-n1-f.patch - patches.kernel.org/6.1.16-064-arm64-dts-amlogic-meson-gxbb-kii-pro-fix-led-n.patch - patches.kernel.org/6.1.16-065-arm64-dts-amlogic-meson-sm1-odroid-hc4-fix-act.patch - patches.kernel.org/6.1.16-066-locking-rwsem-Disable-preemption-in-all-down_r.patch - patches.kernel.org/6.1.16-067-arm64-dts-renesas-beacon-renesom-Fix-gpio-expa.patch - patches.kernel.org/6.1.16-068-arm64-dts-meson-radxa-zero-allow-usb-otg-mode.patch - patches.kernel.org/6.1.16-069-arm64-dts-meson-bananapi-m5-switch-VDDIO_C-pin.patch - patches.kernel.org/6.1.16-070-ARM-dts-sun8i-nanopi-duo2-Fix-regulator-GPIO-r.patch - patches.kernel.org/6.1.16-071-ublk_drv-remove-nr_aborted_queues-from-ublk_de.patch - patches.kernel.org/6.1.16-072-ublk_drv-don-t-probe-partitions-if-the-ubq-dae.patch - patches.kernel.org/6.1.16-073-ARM-dts-imx7s-correct-iomuxc-gpr-mux-controlle.patch - patches.kernel.org/6.1.16-074-sbitmap-remove-redundant-check-in-__sbitmap_qu.patch - patches.kernel.org/6.1.16-075-sbitmap-Use-single-per-bitmap-counting-to-wake.patch - patches.kernel.org/6.1.16-076-sbitmap-correct-wake_batch-recalculation-to-av.patch - patches.kernel.org/6.1.16-077-arm64-dts-mt8195-Fix-CPU-map-for-single-cluste.patch - patches.kernel.org/6.1.16-078-arm64-dts-mt8192-Fix-CPU-map-for-single-cluste.patch - patches.kernel.org/6.1.16-079-arm64-dts-mt8186-Fix-CPU-map-for-single-cluste.patch - patches.kernel.org/6.1.16-080-arm64-dts-mediatek-mt7622-Add-missing-pwm-cell.patch - patches.kernel.org/6.1.16-081-arm64-dts-mediatek-mt8186-Fix-watchdog-compati.patch - patches.kernel.org/6.1.16-082-arm64-dts-mediatek-mt8195-Fix-watchdog-compati.patch - patches.kernel.org/6.1.16-083-arm64-dts-mediatek-mt7986-Fix-watchdog-compati.patch - patches.kernel.org/6.1.16-084-ARM-dts-stm32-Update-part-number-NVMEM-descrip.patch - patches.kernel.org/6.1.16-085-blk-mq-avoid-sleep-in-blk_mq_alloc_request_hct.patch - patches.kernel.org/6.1.16-086-blk-mq-remove-stale-comment-for-blk_mq_sched_m.patch - patches.kernel.org/6.1.16-087-blk-mq-wait-on-correct-sbitmap_queue-in-blk_mq.patch - patches.kernel.org/6.1.16-088-blk-mq-Fix-potential-io-hung-for-shared-sbitma.patch - patches.kernel.org/6.1.16-089-blk-mq-correct-stale-comment-of-.get_budget.patch - patches.kernel.org/6.1.16-090-arm64-dts-qcom-msm8996-support-using-GPLL0-as-.patch - patches.kernel.org/6.1.16-091-arm64-dts-qcom-msm8996-switch-from-RPM_SMD_BB_.patch - patches.kernel.org/6.1.16-092-arm64-dts-qcom-sm8350-drop-incorrect-cells-fro.patch - patches.kernel.org/6.1.16-093-arm64-dts-qcom-sm8450-drop-incorrect-cells-fro.patch - patches.kernel.org/6.1.16-094-arm64-dts-qcom-msm8992-lg-bullhead-Correct-mem.patch - patches.kernel.org/6.1.16-095-arm64-dts-qcom-msm8953-correct-TLMM-gpio-range.patch - patches.kernel.org/6.1.16-096-arm64-dts-qcom-msm8992-Fix-up-comments.patch - patches.kernel.org/6.1.16-097-arm64-dts-qcom-msm8992-lg-bullhead-Enable-regu.patch - patches.kernel.org/6.1.16-098-s390-dasd-Fix-potential-memleak-in-dasd_eckd_i.patch - patches.kernel.org/6.1.16-099-sched-rt-pick_next_rt_entity-check-list_entry.patch - patches.kernel.org/6.1.16-100-perf-x86-intel-ds-Fix-the-conversion-from-TSC-.patch - patches.kernel.org/6.1.16-101-x86-perf-zhaoxin-Add-stepping-check-for-ZXC.patch - patches.kernel.org/6.1.16-102-KEYS-asymmetric-Fix-ECDSA-use-via-keyctl-uapi.patch - patches.kernel.org/6.1.16-103-block-ublk-check-IO-buffer-based-on-flag-need_.patch - patches.kernel.org/6.1.16-104-arm64-dts-qcom-pmk8350-Specify-PBS-register-fo.patch - patches.kernel.org/6.1.16-105-arm64-dts-qcom-pmk8350-Use-the-correct-PON-com.patch - patches.kernel.org/6.1.16-106-erofs-relinquish-volume-with-mutex-held.patch - patches.kernel.org/6.1.16-107-block-sync-mixed-merged-request-s-failfast-wit.patch - patches.kernel.org/6.1.16-108-block-Fix-io-statistics-for-cgroup-in-throttle.patch - patches.kernel.org/6.1.16-109-block-bio-integrity-Copy-flags-when-bio_integr.patch - patches.kernel.org/6.1.16-110-block-use-proper-return-value-from-bio_failfas.patch - patches.kernel.org/6.1.16-111-wifi-mt76-mt7915-add-missing-of_node_put.patch - patches.kernel.org/6.1.16-112-wifi-mt76-mt7921s-fix-slab-out-of-bounds-acces.patch - patches.kernel.org/6.1.16-113-wifi-mt76-mt7915-check-return-value-before-acc.patch - patches.kernel.org/6.1.16-114-wifi-mt76-mt7915-drop-always-true-condition-of.patch - patches.kernel.org/6.1.16-115-wifi-mt76-mt7915-fix-unintended-sign-extension.patch - patches.kernel.org/6.1.16-116-wifi-mt76-fix-coverity-uninit_use_in_call-in-m.patch - patches.kernel.org/6.1.16-117-wifi-rsi-Fix-memory-leak-in-rsi_coex_attach.patch - patches.kernel.org/6.1.16-118-wifi-rtlwifi-rtl8821ae-don-t-call-kfree_skb-un.patch - patches.kernel.org/6.1.16-119-wifi-rtlwifi-rtl8188ee-don-t-call-kfree_skb-un.patch - patches.kernel.org/6.1.16-120-wifi-rtlwifi-rtl8723be-don-t-call-kfree_skb-un.patch - patches.kernel.org/6.1.16-121-wifi-iwlegacy-common-don-t-call-dev_kfree_skb-.patch - patches.kernel.org/6.1.16-122-wifi-libertas-fix-memory-leak-in-lbs_init_adap.patch - patches.kernel.org/6.1.16-123-wifi-rtl8xxxu-don-t-call-dev_kfree_skb-under-s.patch - patches.kernel.org/6.1.16-124-wifi-rtw89-8852c-rfk-correct-DACK-setting.patch - patches.kernel.org/6.1.16-125-wifi-rtw89-8852c-rfk-correct-DPK-settings.patch - patches.kernel.org/6.1.16-126-wifi-rtlwifi-Fix-global-out-of-bounds-bug-in-_.patch - patches.kernel.org/6.1.16-127-libbpf-Fix-btf__align_of-by-taking-into-accoun.patch - patches.kernel.org/6.1.16-128-wifi-ipw2x00-don-t-call-dev_kfree_skb-under-sp.patch - patches.kernel.org/6.1.16-129-wifi-ipw2200-fix-memory-leak-in-ipw_wdev_init.patch - patches.kernel.org/6.1.16-130-wifi-wilc1000-fix-potential-memory-leak-in-wil.patch - patches.kernel.org/6.1.16-131-wifi-wilc1000-add-missing-unregister_netdev-in.patch - patches.kernel.org/6.1.16-132-wifi-brcmfmac-fix-potential-memory-leak-in-brc.patch - patches.kernel.org/6.1.16-133-wifi-brcmfmac-unmap-dma-buffer-in-brcmf_msgbuf.patch - patches.kernel.org/6.1.16-134-wifi-libertas_tf-don-t-call-kfree_skb-under-sp.patch - patches.kernel.org/6.1.16-135-wifi-libertas-if_usb-don-t-call-kfree_skb-unde.patch - patches.kernel.org/6.1.16-136-wifi-libertas-main-don-t-call-kfree_skb-under-.patch - patches.kernel.org/6.1.16-137-wifi-libertas-cmdresp-don-t-call-kfree_skb-und.patch - patches.kernel.org/6.1.16-138-wifi-wl3501_cs-don-t-call-kfree_skb-under-spin.patch - patches.kernel.org/6.1.16-139-libbpf-Fix-invalid-return-address-register-in-.patch - patches.kernel.org/6.1.16-140-crypto-x86-ghash-fix-unaligned-access-in-ghash.patch - patches.kernel.org/6.1.16-141-ACPICA-Drop-port-I-O-validation-for-some-regio.patch - patches.kernel.org/6.1.16-142-genirq-Fix-the-return-type-of-kstat_cpu_irqs_s.patch - patches.kernel.org/6.1.16-143-rcu-tasks-Improve-comments-explaining-tasks_rc.patch - patches.kernel.org/6.1.16-144-rcu-tasks-Remove-preemption-disablement-around.patch - patches.kernel.org/6.1.16-145-rcu-tasks-Fix-synchronize_rcu_tasks-VS-zap_pid.patch - patches.kernel.org/6.1.16-146-lib-mpi-Fix-buffer-overrun-when-SG-is-too-long.patch - patches.kernel.org/6.1.16-147-crypto-ccp-Avoid-page-allocation-failure-warni.patch - patches.kernel.org/6.1.16-148-platform-chrome-cros_ec_typec-Update-port-DP-V.patch - patches.kernel.org/6.1.16-149-ACPICA-nsrepair-handle-cases-without-a-return-.patch - patches.kernel.org/6.1.16-150-selftests-xsk-print-correct-payload-for-packet.patch - patches.kernel.org/6.1.16-151-selftests-xsk-print-correct-error-codes-when-e.patch - patches.kernel.org/6.1.16-152-arm64-cpufeature-Fix-field-sign-for-DIT-hwcap-.patch - patches.kernel.org/6.1.16-153-kselftest-arm64-Fix-syscall-abi-for-systems-wi.patch - patches.kernel.org/6.1.16-154-workqueue-Protects-wq_unbound_cpumask-with-wq_.patch - patches.kernel.org/6.1.16-155-s390-early-fix-sclp_early_sccb-variable-lifeti.patch - patches.kernel.org/6.1.16-156-s390-vfio-ap-fix-an-error-handling-path-in-vfi.patch - patches.kernel.org/6.1.16-157-x86-signal-Fix-the-value-returned-by-strict_sa.patch - patches.kernel.org/6.1.16-158-thermal-drivers-tsens-Drop-msm8976-specific-de.patch - patches.kernel.org/6.1.16-159-thermal-drivers-tsens-Sort-out-msm8976-vs-msm8.patch - patches.kernel.org/6.1.16-160-thermal-drivers-tsens-fix-slope-values-for-msm.patch - patches.kernel.org/6.1.16-161-thermal-drivers-tsens-limit-num_sensors-to-9-f.patch - patches.kernel.org/6.1.16-162-wifi-rtw89-fix-potential-leak-in-rtw89_append_.patch - patches.kernel.org/6.1.16-163-wifi-rtw89-Add-missing-check-for-alloc_workque.patch - patches.kernel.org/6.1.16-164-wifi-rtl8xxxu-Fix-memory-leaks-with-RTL8723BU-.patch - patches.kernel.org/6.1.16-165-wifi-orinoco-check-return-value-of-hermes_writ.patch - patches.kernel.org/6.1.16-166-thermal-drivers-imx_sc_thermal-Drop-empty-plat.patch - patches.kernel.org/6.1.16-167-thermal-drivers-imx_sc_thermal-Fix-the-loop-co.patch - patches.kernel.org/6.1.16-168-wifi-ath9k-htc_hst-free-skb-in-ath9k_htc_rx_ms.patch - patches.kernel.org/6.1.16-169-wifi-ath9k-hif_usb-clean-up-skbs-if-ath9k_hif_.patch - patches.kernel.org/6.1.16-170-wifi-ath9k-Fix-potential-stack-out-of-bounds-w.patch - patches.kernel.org/6.1.16-171-wifi-ath11k-Fix-memory-leak-in-ath11k_peer_rx_.patch - patches.kernel.org/6.1.16-172-wifi-cfg80211-Fix-extended-KCK-key-length-chec.patch - patches.kernel.org/6.1.16-173-ACPI-battery-Fix-missing-NUL-termination-with-.patch - patches.kernel.org/6.1.16-174-selftests-bpf-Fix-build-errors-if-CONFIG_NF_CO.patch - patches.kernel.org/6.1.16-175-crypto-ccp-Failure-on-re-initialization-due-to.patch - patches.kernel.org/6.1.16-176-crypto-essiv-Handle-EBUSY-correctly.patch - patches.kernel.org/6.1.16-177-crypto-seqiv-Handle-EBUSY-correctly.patch - patches.kernel.org/6.1.16-178-powercap-fix-possible-name-leak-in-powercap_re.patch - patches.kernel.org/6.1.16-179-x86-microcode-Add-a-parameter-to-microcode_che.patch - patches.kernel.org/6.1.16-180-x86-microcode-Check-CPU-capabilities-after-lat.patch - patches.kernel.org/6.1.16-181-x86-microcode-Adjust-late-loading-result-repor.patch - patches.kernel.org/6.1.16-182-selftests-bpf-Use-consistent-build-id-type-for.patch - patches.kernel.org/6.1.16-183-selftests-bpf-Fix-vmtest-static-compilation-er.patch - patches.kernel.org/6.1.16-184-crypto-xts-Handle-EBUSY-correctly.patch - patches.kernel.org/6.1.16-185-leds-led-class-Add-missing-put_device-to-led_p.patch - patches.kernel.org/6.1.16-186-s390-bpf-Add-expoline-to-tail-calls.patch - patches.kernel.org/6.1.16-187-wifi-iwlwifi-mei-fix-compilation-errors-in-rfk.patch - patches.kernel.org/6.1.16-188-kselftest-arm64-Fix-enumeration-of-systems-wit.patch - patches.kernel.org/6.1.16-189-can-rcar_canfd-Fix-R-Car-V3U-GAFLCFG-field-acc.patch - patches.kernel.org/6.1.16-190-selftests-bpf-Initialize-tc-in-xdp_synproxy.patch - patches.kernel.org/6.1.16-191-crypto-ccp-Flush-the-SEV-ES-TMR-memory-before-.patch - patches.kernel.org/6.1.16-192-bpftool-profile-online-CPUs-instead-of-possibl.patch - patches.kernel.org/6.1.16-193-wifi-mt76-mt7915-call-mt7915_mcu_set_thermal_t.patch - patches.kernel.org/6.1.16-194-wifi-mt76-mt7915-fix-memory-leak-in-mt7915_mcu.patch - patches.kernel.org/6.1.16-195-wifi-mt76-mt7915-fix-WED-TxS-reporting.patch - patches.kernel.org/6.1.16-196-wifi-mt76-add-memory-barrier-to-SDIO-queue-kic.patch - patches.kernel.org/6.1.16-197-wifi-mt76-mt7921-fix-error-code-of-return-in-m.patch - patches.kernel.org/6.1.16-198-net-mlx5-Enhance-debug-print-in-page-allocatio.patch - patches.kernel.org/6.1.16-199-irqchip-Fix-refcount-leak-in-platform_irqchip_.patch - patches.kernel.org/6.1.16-200-irqchip-alpine-msi-Fix-refcount-leak-in-alpine.patch - patches.kernel.org/6.1.16-201-irqchip-irq-mvebu-gicp-Fix-refcount-leak-in-mv.patch - patches.kernel.org/6.1.16-202-irqchip-ti-sci-Fix-refcount-leak-in-ti_sci_int.patch - patches.kernel.org/6.1.16-203-s390-mem_detect-fix-detect_memory-error-handli.patch - patches.kernel.org/6.1.16-204-s390-vmem-fix-empty-page-tables-cleanup-under-.patch - patches.kernel.org/6.1.16-205-s390-boot-cleanup-decompressor-header-files.patch - patches.kernel.org/6.1.16-206-s390-mem_detect-rely-on-diag260-if-sclp_early_.patch - patches.kernel.org/6.1.16-207-s390-boot-fix-mem_detect-extended-area-allocat.patch - patches.kernel.org/6.1.16-208-net-add-sock_init_data_uid.patch - patches.kernel.org/6.1.16-209-tun-tun_chr_open-correctly-initialize-socket-u.patch - patches.kernel.org/6.1.16-210-tap-tap_open-correctly-initialize-socket-uid.patch - patches.kernel.org/6.1.16-211-OPP-fix-error-checking-in-opp_migrate_dentry.patch - patches.kernel.org/6.1.16-212-cpufreq-davinci-Fix-clk-use-after-free.patch - patches.kernel.org/6.1.16-213-Bluetooth-hci_conn-Refactor-hci_bind_bis-since.patch - patches.kernel.org/6.1.16-214-Bluetooth-L2CAP-Fix-potential-user-after-free.patch - patches.kernel.org/6.1.16-215-Bluetooth-hci_qca-get-wakeup-status-from-serde.patch - patches.kernel.org/6.1.16-216-net-ipa-generic-command-param-fix.patch - patches.kernel.org/6.1.16-217-s390-vfio-ap-tighten-the-NIB-validity-check.patch - patches.kernel.org/6.1.16-218-s390-ap-fix-status-returned-by-ap_aqic.patch - patches.kernel.org/6.1.16-219-s390-ap-fix-status-returned-by-ap_qact.patch - patches.kernel.org/6.1.16-220-libbpf-Fix-alen-calculation-in-libbpf_nla_dump.patch - patches.kernel.org/6.1.16-221-xen-grant-dma-iommu-Implement-a-dummy-probe_de.patch - patches.kernel.org/6.1.16-222-rds-rds_rm_zerocopy_callback-correct-order-for.patch - patches.kernel.org/6.1.16-223-crypto-rsa-pkcs1pad-Use-akcipher_request_compl.patch - patches.kernel.org/6.1.16-224-m68k-proc-hardware-should-depend-on-PROC_FS.patch - patches.kernel.org/6.1.16-225-RISC-V-time-initialize-hrtimer-based-broadcast.patch - patches.kernel.org/6.1.16-226-clocksource-drivers-riscv-Patch-riscv_clock_ne.patch - patches.kernel.org/6.1.16-227-wifi-iwl3945-Add-missing-check-for-create_sing.patch - patches.kernel.org/6.1.16-228-wifi-iwl4965-Add-missing-check-for-create_sing.patch - patches.kernel.org/6.1.16-229-wifi-mwifiex-fix-loop-iterator-in-mwifiex_upda.patch - patches.kernel.org/6.1.16-230-selftests-bpf-Fix-out-of-srctree-build.patch - patches.kernel.org/6.1.16-231-ACPI-resource-Add-IRQ-overrides-for-MAINGEAR-V.patch - patches.kernel.org/6.1.16-232-ACPI-resource-Do-IRQ-override-on-all-TongFang-.patch - patches.kernel.org/6.1.16-233-crypto-octeontx2-Fix-objects-shared-between-se.patch - patches.kernel.org/6.1.16-234-crypto-crypto4xx-Call-dma_unmap_page-when-done.patch - patches.kernel.org/6.1.16-235-wifi-mac80211-move-color-collision-detection-r.patch - patches.kernel.org/6.1.16-236-wifi-mac80211-make-rate-u32-in-sta_set_rate_in.patch - patches.kernel.org/6.1.16-237-wifi-mac80211-fix-non-MLO-station-association.patch - patches.kernel.org/6.1.16-238-wifi-mac80211-Don-t-translate-MLD-addresses-fo.patch - patches.kernel.org/6.1.16-239-wifi-mac80211-avoid-u32_encode_bits-warning.patch - patches.kernel.org/6.1.16-240-wifi-mac80211-fix-off-by-one-link-setting.patch - patches.kernel.org/6.1.16-241-tools-lib-thermal-Fix-thermal_sampling_exit.patch - patches.kernel.org/6.1.16-242-thermal-drivers-hisi-Drop-second-sensor-hi3660.patch - patches.kernel.org/6.1.16-243-selftests-bpf-Fix-map_kptr-test.patch - patches.kernel.org/6.1.16-244-wifi-mac80211-pass-sta-to-ieee80211_rx_data_se.patch - patches.kernel.org/6.1.16-245-bpf-Zeroing-allocated-object-from-slab-in-bpf-.patch - patches.kernel.org/6.1.16-246-selftests-bpf-Fix-xdp_do_redirect-on-s390x.patch - patches.kernel.org/6.1.16-247-can-esd_usb-Move-mislocated-storage-of-SJA1000.patch - patches.kernel.org/6.1.16-248-can-esd_usb-Make-use-of-can_change_state-and-r.patch - patches.kernel.org/6.1.16-249-xsk-check-IFF_UP-earlier-in-Tx-path.patch - patches.kernel.org/6.1.16-250-LoongArch-bpf-Use-4-instructions-for-function-.patch - patches.kernel.org/6.1.16-251-bpf-Fix-global-subprog-context-argument-resolu.patch - patches.kernel.org/6.1.16-252-irqchip-irq-brcmstb-l2-Set-IRQ_LEVEL-for-level.patch - patches.kernel.org/6.1.16-253-irqchip-irq-bcm7120-l2-Set-IRQ_LEVEL-for-level.patch - patches.kernel.org/6.1.16-254-net-smc-fix-potential-panic-dues-to-unprotecte.patch - patches.kernel.org/6.1.16-255-net-smc-fix-application-data-exception.patch - patches.kernel.org/6.1.16-256-selftests-net-Interpret-UDP_GRO-cmsg-data-as-a.patch - patches.kernel.org/6.1.16-257-l2tp-Avoid-possible-recursive-deadlock-in-l2tp.patch - patches.kernel.org/6.1.16-258-net-bcmgenet-fix-MoCA-LED-control.patch - patches.kernel.org/6.1.16-259-net-lan966x-Fix-possible-deadlock-inside-PTP.patch - patches.kernel.org/6.1.16-260-net-mlx4_en-Introduce-flexible-array-to-silenc.patch - patches.kernel.org/6.1.16-261-selftest-fib_tests-Always-cleanup-before-exit.patch - patches.kernel.org/6.1.16-262-sefltests-netdevsim-wait-for-devlink-instance-.patch - patches.kernel.org/6.1.16-263-drm-Fix-potential-null-ptr-deref-due-to-drmm_m.patch - patches.kernel.org/6.1.16-264-drm-fourcc-Add-missing-big-endian-XRGB1555-and.patch - patches.kernel.org/6.1.16-265-drm-bridge-ti-sn65dsi83-Fix-delay-after-reset-.patch - patches.kernel.org/6.1.16-266-drm-mxsfb-DRM_IMX_LCDIF-should-depend-on-ARCH_.patch - patches.kernel.org/6.1.16-267-drm-mxsfb-DRM_MXSFB-should-depend-on-ARCH_MXS-.patch - patches.kernel.org/6.1.16-268-drm-bridge-megachips-Fix-error-handling-in-i2c.patch - patches.kernel.org/6.1.16-269-drm-vkms-Fix-memory-leak-in-vkms_init.patch - patches.kernel.org/6.1.16-270-drm-vkms-Fix-null-ptr-deref-in-vkms_release.patch - patches.kernel.org/6.1.16-271-drm-vc4-dpi-Fix-format-mapping-for-RGB565.patch - patches.kernel.org/6.1.16-272-drm-tidss-Fix-pixel-format-definition.patch - patches.kernel.org/6.1.16-273-gpu-ipu-v3-common-Add-of_node_put-for-referenc.patch - patches.kernel.org/6.1.16-274-drm-vc4-drop-all-currently-held-locks-if-deadl.patch - patches.kernel.org/6.1.16-275-hwmon-ftsteutates-Fix-scaling-of-measurements.patch - patches.kernel.org/6.1.16-276-drm-msm-dpu-check-for-null-return-of-devm_kzal.patch - patches.kernel.org/6.1.16-277-drm-msm-hdmi-Add-missing-check-for-alloc_order.patch - patches.kernel.org/6.1.16-278-pinctrl-qcom-pinctrl-msm8976-Correct-function-.patch - patches.kernel.org/6.1.16-279-pinctrl-stm32-Fix-refcount-leak-in-stm32_pctrl.patch - patches.kernel.org/6.1.16-280-pinctrl-rockchip-Fix-refcount-leak-in-rockchip.patch - patches.kernel.org/6.1.16-281-drm-vc4-hvs-Set-AXI-panic-modes.patch - patches.kernel.org/6.1.16-282-drm-vc4-hvs-SCALER_DISPBKGND_AUTOHS-is-only-va.patch - patches.kernel.org/6.1.16-283-drm-vc4-hvs-Correct-interrupt-masking-bit-assi.patch - patches.kernel.org/6.1.16-284-drm-vc4-hvs-Fix-colour-order-for-xRGB1555-on-H.patch - patches.kernel.org/6.1.16-285-drm-vc4-hdmi-Correct-interlaced-timings-again.patch - patches.kernel.org/6.1.16-286-drm-msm-clean-event_thread-worker-in-case-of-a.patch - patches.kernel.org/6.1.16-287-drm-panel-edp-fix-name-for-IVO-product-id-854b.patch - patches.kernel.org/6.1.16-288-scsi-qla2xxx-Fix-exchange-oversubscription.patch - patches.kernel.org/6.1.16-289-scsi-qla2xxx-Fix-exchange-oversubscription-for.patch - patches.kernel.org/6.1.16-290-scsi-qla2xxx-edif-Fix-clang-warning.patch - patches.kernel.org/6.1.16-291-ASoC-fsl_sai-initialize-is_dsp_mode-flag.patch - patches.kernel.org/6.1.16-292-drm-bridge-tc358767-Set-default-CLRSIPO-count.patch - patches.kernel.org/6.1.16-293-drm-msm-adreno-Fix-null-ptr-access-in-adreno_g.patch - patches.kernel.org/6.1.16-294-ALSA-hda-ca0132-minor-fix-for-allocation-size.patch - patches.kernel.org/6.1.16-295-drm-amdgpu-Use-the-sched-from-entity-for-amdgp.patch - patches.kernel.org/6.1.16-296-drm-msm-gem-Add-check-for-kmalloc.patch - patches.kernel.org/6.1.16-297-drm-msm-dpu-Disallow-unallocated-resources-to-.patch - patches.kernel.org/6.1.16-298-drm-bridge-lt9611-fix-sleep-mode-setup.patch - patches.kernel.org/6.1.16-299-drm-bridge-lt9611-fix-HPD-reenablement.patch - patches.kernel.org/6.1.16-300-drm-bridge-lt9611-fix-polarity-programming.patch - patches.kernel.org/6.1.16-301-drm-bridge-lt9611-fix-programming-of-video-mod.patch - patches.kernel.org/6.1.16-302-drm-bridge-lt9611-fix-clock-calculation.patch - patches.kernel.org/6.1.16-303-drm-bridge-lt9611-pass-a-pointer-to-the-of-nod.patch - patches.kernel.org/6.1.16-304-regulator-tps65219-use-IS_ERR-to-detect-an-err.patch - patches.kernel.org/6.1.16-305-drm-mipi-dsi-Fix-byte-order-of-16-bit-DCS-set-.patch - patches.kernel.org/6.1.16-306-drm-exynos-dsi-Fix-MIPI_DSI-_NO_-mode-flags.patch - patches.kernel.org/6.1.16-307-drm-msm-dsi-Allow-2-CTRLs-on-v2.5.0.patch - patches.kernel.org/6.1.16-308-scsi-ufs-exynos-Fix-DMA-alignment-for-PAGE_SIZ.patch - patches.kernel.org/6.1.16-309-drm-msm-dpu-sc7180-add-missing-WB2-clock-contr.patch - patches.kernel.org/6.1.16-310-drm-msm-use-strscpy-instead-of-strncpy.patch - patches.kernel.org/6.1.16-311-drm-msm-dpu-Add-check-for-cstate.patch - patches.kernel.org/6.1.16-312-drm-msm-dpu-Add-check-for-pstates.patch - patches.kernel.org/6.1.16-313-drm-msm-mdp5-Add-check-for-kzalloc.patch - patches.kernel.org/6.1.16-314-habanalabs-bugs-fixes-in-timestamps-buff-alloc.patch - patches.kernel.org/6.1.16-315-pinctrl-bcm2835-Remove-of_node_put-in-bcm2835_.patch - patches.kernel.org/6.1.16-316-pinctrl-mediatek-Initialize-variable-pullen-an.patch - patches.kernel.org/6.1.16-317-pinctrl-mediatek-Initialize-variable-buf-to-ze.patch - patches.kernel.org/6.1.16-318-gpu-host1x-Fix-mask-for-syncpoint-increment-re.patch - patches.kernel.org/6.1.16-319-gpu-host1x-Don-t-skip-assigning-syncpoints-to-.patch - patches.kernel.org/6.1.16-320-drm-tegra-firewall-Check-for-is_addr_reg-exist.patch - patches.kernel.org/6.1.16-321-pinctrl-renesas-rzg2l-Fix-configuring-the-GPIO.patch - patches.kernel.org/6.1.16-322-drm-msm-dpu-set-pdpu-is_rt_pipe-early-in-dpu_p.patch - patches.kernel.org/6.1.16-323-drm-mediatek-dsi-Reduce-the-time-of-dsi-from-L.patch - patches.kernel.org/6.1.16-324-drm-mediatek-Use-NULL-instead-of-0-for-NULL-po.patch - patches.kernel.org/6.1.16-325-drm-mediatek-Drop-unbalanced-obj-unref.patch - patches.kernel.org/6.1.16-326-drm-mediatek-mtk_drm_crtc-Add-checks-for-devm_.patch - patches.kernel.org/6.1.16-327-drm-mediatek-Clean-dangling-pointer-on-bind-er.patch - patches.kernel.org/6.1.16-328-ASoC-soc-compress.c-fixup-private_data-on-snd_.patch - patches.kernel.org/6.1.16-329-dt-bindings-display-mediatek-Fix-the-fallback-.patch - patches.kernel.org/6.1.16-330-gpio-vf610-connect-GPIO-label-to-dev-name.patch - patches.kernel.org/6.1.16-331-ASoC-topology-Properly-access-value-coming-fro.patch - patches.kernel.org/6.1.16-332-spi-dw_bt1-fix-MUX_MMIO-dependencies.patch - patches.kernel.org/6.1.16-333-ASoC-mchp-spdifrx-fix-controls-which-rely-on-r.patch - patches.kernel.org/6.1.16-334-ASoC-mchp-spdifrx-fix-return-value-in-case-com.patch - patches.kernel.org/6.1.16-335-ASoC-mchp-spdifrx-fix-controls-that-works-with.patch - patches.kernel.org/6.1.16-336-ASoC-mchp-spdifrx-disable-all-interrupts-in-mc.patch - patches.kernel.org/6.1.16-337-dm-improve-shrinker-debug-names.patch - patches.kernel.org/6.1.16-338-regmap-apply-reg_base-and-reg_downshift-for-si.patch - patches.kernel.org/6.1.16-339-ASoC-rsnd-fixup-endif-position.patch - patches.kernel.org/6.1.16-340-ASoC-mchp-spdifrx-Fix-uninitialized-use-of-mr-.patch - patches.kernel.org/6.1.16-341-ASoC-dt-bindings-meson-fix-gx-card-codec-node-.patch - patches.kernel.org/6.1.16-342-regulator-tps65219-use-generic-set_bypass.patch - patches.kernel.org/6.1.16-343-hwmon-asus-ec-sensors-add-missing-mutex-path.patch - patches.kernel.org/6.1.16-344-hwmon-ltc2945-Handle-error-case-in-ltc2945_val.patch - patches.kernel.org/6.1.16-345-ALSA-hda-Fix-the-control-element-identificatio.patch - patches.kernel.org/6.1.16-346-drm-amdgpu-fix-enum-odm_combine_mode-mismatch.patch - patches.kernel.org/6.1.16-347-scsi-mpt3sas-Fix-a-memory-leak.patch - patches.kernel.org/6.1.16-348-scsi-aic94xx-Add-missing-check-for-dma_map_sin.patch - patches.kernel.org/6.1.16-349-HID-multitouch-Add-quirks-for-flipped-axes.patch - patches.kernel.org/6.1.16-350-HID-retain-initial-quirks-set-up-when-creating.patch - patches.kernel.org/6.1.16-351-ASoC-qcom-q6apm-lpass-dai-unprepare-stream-if-.patch - patches.kernel.org/6.1.16-352-ASoC-qcom-q6apm-dai-fix-race-condition-while-u.patch - patches.kernel.org/6.1.16-353-ASoC-qcom-q6apm-dai-Add-SNDRV_PCM_INFO_BATCH-f.patch - patches.kernel.org/6.1.16-354-ASoC-codecs-lpass-register-mclk-after-runtime-.patch - patches.kernel.org/6.1.16-355-ASoC-codecs-lpass-fix-incorrect-mclk-rate.patch - patches.kernel.org/6.1.16-356-drm-amd-display-don-t-call-dc_interrupt_set-fo.patch - patches.kernel.org/6.1.16-357-HID-logitech-hidpp-Hard-code-HID-1.0-fast-scro.patch - patches.kernel.org/6.1.16-358-spi-bcm63xx-hsspi-Fix-multi-bit-mode-setting.patch - patches.kernel.org/6.1.16-359-hwmon-mlxreg-fan-Return-zero-speed-for-broken-.patch - patches.kernel.org/6.1.16-360-ASoC-tlv320adcx140-fix-ti-gpio-config-DT-prope.patch - patches.kernel.org/6.1.16-361-dm-remove-flush_scheduled_work-during-local_ex.patch - patches.kernel.org/6.1.16-362-nfs4trace-fix-state-manager-flag-printing.patch - patches.kernel.org/6.1.16-363-NFS-fix-disabling-of-swap.patch - patches.kernel.org/6.1.16-364-spi-synquacer-Fix-timeout-handling-in-synquace.patch - patches.kernel.org/6.1.16-365-ASoC-soc-dapm.h-fixup-warning-struct-snd_pcm_s.patch - patches.kernel.org/6.1.16-366-HID-bigben-use-spinlock-to-protect-concurrent-.patch - patches.kernel.org/6.1.16-367-HID-bigben_worker-remove-unneeded-check-on-rep.patch - patches.kernel.org/6.1.16-368-HID-bigben-use-spinlock-to-safely-schedule-wor.patch - patches.kernel.org/6.1.16-369-hid-bigben_probe-validate-report-count.patch - patches.kernel.org/6.1.16-370-ALSA-hda-hdmi-Register-with-vga_switcheroo-on-.patch - patches.kernel.org/6.1.16-371-drm-shmem-helper-Fix-locking-for-drm_gem_shmem.patch - patches.kernel.org/6.1.16-372-NFSD-enhance-inter-server-copy-cleanup.patch - patches.kernel.org/6.1.16-373-NFSD-fix-leaked-reference-count-of-nfsd4_ssc_u.patch - patches.kernel.org/6.1.16-374-nfsd-fix-race-to-check-ls_layouts.patch - patches.kernel.org/6.1.16-375-nfsd-clean-up-potential-nfsd_file-refcount-lea.patch - patches.kernel.org/6.1.16-376-NFSD-fix-problems-with-cleanup-on-errors-in-nf.patch - patches.kernel.org/6.1.16-377-nfsd-fix-courtesy-client-with-deny-mode-handli.patch - patches.kernel.org/6.1.16-378-nfsd-don-t-fsync-nfsd_files-on-last-close.patch - patches.kernel.org/6.1.16-379-NFSD-copy-the-whole-verifier-in-nfsd_copy_writ.patch - patches.kernel.org/6.1.16-380-cifs-Fix-lost-destroy-smbd-connection-when-MR-.patch - patches.kernel.org/6.1.16-381-cifs-Fix-warning-and-UAF-when-destroy-the-MR-l.patch - patches.kernel.org/6.1.16-382-cifs-use-tcon-allocation-functions-even-for-du.patch - patches.kernel.org/6.1.16-383-gfs2-jdata-writepage-fix.patch - patches.kernel.org/6.1.16-384-perf-llvm-Fix-inadvertent-file-creation.patch - patches.kernel.org/6.1.16-385-leds-led-core-Fix-refcount-leak-in-of_led_get.patch - patches.kernel.org/6.1.16-386-leds-is31fl319x-Wrap-mutex_destroy-for-devm_ad.patch - patches.kernel.org/6.1.16-387-leds-simatic-ipc-leds-gpio-Make-sure-we-have-t.patch - patches.kernel.org/6.1.16-388-tools-tracing-rtla-osnoise_hist-use-total-dura.patch - patches.kernel.org/6.1.16-389-perf-inject-Use-perf_data__read-for-auxtrace.patch - patches.kernel.org/6.1.16-390-perf-intel-pt-Do-not-try-to-queue-auxtrace-dat.patch - patches.kernel.org/6.1.16-391-perf-test-bpf-Skip-test-if-kernel-debuginfo-is.patch - patches.kernel.org/6.1.16-392-perf-tools-Fix-auto-complete-on-aarch64.patch - patches.kernel.org/6.1.16-393-sparc-allow-PM-configs-for-sparc32-COMPILE_TES.patch - patches.kernel.org/6.1.16-394-selftests-find-echo-binary-to-use-ne-options.patch - patches.kernel.org/6.1.16-395-selftests-ftrace-Fix-bash-specific-operator.patch - patches.kernel.org/6.1.16-396-selftests-use-printf-instead-of-echo-ne.patch - patches.kernel.org/6.1.16-397-perf-record-Fix-segfault-with-overwrite-and-ma.patch - patches.kernel.org/6.1.16-398-printf-fix-errname.c-list.patch - patches.kernel.org/6.1.16-399-perf-tests-stat_all_metrics-Change-true-worklo.patch - patches.kernel.org/6.1.16-400-objtool-add-UACCESS-exceptions-for-__tsan_vola.patch - patches.kernel.org/6.1.16-401-mfd-cs5535-Don-t-build-on-UML.patch - patches.kernel.org/6.1.16-402-mfd-pcf50633-adc-Fix-potential-memleak-in-pcf5.patch - patches.kernel.org/6.1.16-403-dmaengine-idxd-Set-traffic-class-values-in-GRP.patch - patches.kernel.org/6.1.16-404-RDMA-erdma-Fix-refcount-leak-in-erdma_mmap.patch - patches.kernel.org/6.1.16-405-dmaengine-HISI_DMA-should-depend-on-ARCH_HISI.patch - patches.kernel.org/6.1.16-406-RDMA-hns-Fix-refcount-leak-in-hns_roce_mmap.patch - patches.kernel.org/6.1.16-407-iio-light-tsl2563-Do-not-hardcode-interrupt-tr.patch - patches.kernel.org/6.1.16-408-usb-gadget-fusb300_udc-free-irq-on-the-error-p.patch - patches.kernel.org/6.1.16-409-i2c-designware-fix-i2c_dw_clk_rate-return-size.patch - patches.kernel.org/6.1.16-410-soundwire-cadence-Don-t-overflow-the-command-F.patch - patches.kernel.org/6.1.16-411-driver-core-fix-potential-null-ptr-deref-in-de.patch - patches.kernel.org/6.1.16-412-kobject-modify-kobject_get_path-to-take-a-cons.patch - patches.kernel.org/6.1.16-413-kobject-Fix-slab-out-of-bounds-in-fill_kobj_pa.patch - patches.kernel.org/6.1.16-414-alpha-boot-tools-objstrip-fix-the-check-for-EL.patch - patches.kernel.org/6.1.16-415-media-uvcvideo-Check-for-INACTIVE-in-uvc_ctrl_.patch - patches.kernel.org/6.1.16-416-media-uvcvideo-Implement-mask-for-V4L2_CTRL_TY.patch - patches.kernel.org/6.1.16-417-media-uvcvideo-Refactor-uvc_ctrl_mappings_uvcX.patch - patches.kernel.org/6.1.16-418-media-uvcvideo-Refactor-power_line_frequency_c.patch - patches.kernel.org/6.1.16-419-coresight-etm4x-Fix-accesses-to-TRCSEQRSTEVR-a.patch - patches.kernel.org/6.1.16-420-coresight-cti-Prevent-negative-values-of-enabl.patch - patches.kernel.org/6.1.16-421-coresight-cti-Add-PM-runtime-call-in-enable_st.patch - patches.kernel.org/6.1.16-422-usb-typec-intel_pmc_mux-Don-t-leak-the-ACPI-de.patch - patches.kernel.org/6.1.16-423-PCI-IOV-Enlarge-virtfn-sysfs-name-buffer.patch - patches.kernel.org/6.1.16-424-PCI-switchtec-Return-EFAULT-for-copy_to_user-e.patch - patches.kernel.org/6.1.16-425-PCI-endpoint-pci-epf-vntb-Clean-up-kernel_doc-.patch - patches.kernel.org/6.1.16-426-PCI-endpoint-pci-epf-vntb-Add-epf_ntb_mw_bar_c.patch - patches.kernel.org/6.1.16-427-hwtracing-hisi_ptt-Only-add-the-supported-devi.patch - patches.kernel.org/6.1.16-428-tty-serial-fsl_lpuart-disable-Rx-Tx-DMA-in-lpu.patch - patches.kernel.org/6.1.16-429-tty-serial-fsl_lpuart-clear-LPUART-Status-Regi.patch - patches.kernel.org/6.1.16-430-serial-tegra-Add-missing-clk_disable_unprepare.patch - patches.kernel.org/6.1.16-431-Revert-char-pcmcia-cm4000_cs-Replace-mdelay-wi.patch - patches.kernel.org/6.1.16-432-eeprom-idt_89hpesx-Fix-error-handling-in-idt_i.patch - patches.kernel.org/6.1.16-433-applicom-Fix-PCI-device-refcount-leak-in-appli.patch - patches.kernel.org/6.1.16-434-firmware-stratix10-svc-add-missing-gen_pool_de.patch - patches.kernel.org/6.1.16-435-firmware-stratix10-svc-fix-error-handle-while-.patch - patches.kernel.org/6.1.16-436-VMCI-check-context-notify_page-after-call-to-g.patch - patches.kernel.org/6.1.16-437-mei-pxp-Use-correct-macros-to-initialize-uuid_.patch - patches.kernel.org/6.1.16-438-misc-mei-hdcp-Use-correct-macros-to-initialize.patch - patches.kernel.org/6.1.16-439-misc-fastrpc-Fix-an-error-handling-path-in-fas.patch - patches.kernel.org/6.1.16-440-driver-core-fix-resource-leak-in-device_add.patch - patches.kernel.org/6.1.16-441-driver-core-location-Free-struct-acpi_pld_info.patch - patches.kernel.org/6.1.16-442-drivers-base-transport_class-fix-possible-memo.patch - patches.kernel.org/6.1.16-443-drivers-base-transport_class-fix-resource-leak.patch - patches.kernel.org/6.1.16-444-firmware-dmi-sysfs-Fix-null-ptr-deref-in-dmi_s.patch - patches.kernel.org/6.1.16-445-fotg210-udc-Add-missing-completion-handler.patch - patches.kernel.org/6.1.16-446-dmaengine-dw-edma-Fix-missing-src-dst-address-.patch - patches.kernel.org/6.1.16-447-fpga-microchip-spi-move-SPI-I-O-buffers-out-of.patch - patches.kernel.org/6.1.16-448-fpga-microchip-spi-rewrite-status-polling-in-a.patch - patches.kernel.org/6.1.16-449-usb-early-xhci-dbc-Fix-a-potential-out-of-boun.patch - patches.kernel.org/6.1.16-450-tty-serial-fsl_lpuart-Fix-the-wrong-RXWATER-se.patch - patches.kernel.org/6.1.16-451-RDMA-cxgb4-add-null-ptr-check-after-ip_dev_fin.patch - patches.kernel.org/6.1.16-452-usb-musb-mediatek-don-t-unregister-something-t.patch - patches.kernel.org/6.1.16-453-usb-gadget-configfs-Restrict-symlink-creation-.patch - patches.kernel.org/6.1.16-454-phy-mediatek-remove-temporary-variable-mask_.patch - patches.kernel.org/6.1.16-455-PCI-mt7621-Delay-phy-ports-initialization.patch - patches.kernel.org/6.1.16-456-iommu-dart-Add-suspend-resume-support.patch - patches.kernel.org/6.1.16-457-iommu-dart-Support-64-stream-IDs.patch - patches.kernel.org/6.1.16-458-iommu-dart-Fix-apple_dart_device_group-for-PCI.patch - patches.kernel.org/6.1.16-459-iommu-vt-d-Set-No-Execute-Enable-bit-in-PASID-.patch - patches.kernel.org/6.1.16-460-power-supply-remove-faulty-cooling-logic.patch - patches.kernel.org/6.1.16-461-RDMA-cxgb4-Fix-potential-null-ptr-deref-in-pas.patch - patches.kernel.org/6.1.16-462-usb-max-3421-Fix-setting-of-I-O-pins.patch - patches.kernel.org/6.1.16-463-RDMA-irdma-Cap-MSIX-used-to-online-CPUs-1.patch - patches.kernel.org/6.1.16-464-serial-fsl_lpuart-fix-RS485-RTS-polariy-invers.patch - patches.kernel.org/6.1.16-465-tty-serial-imx-Handle-RS485-DE-signal-active-h.patch - patches.kernel.org/6.1.16-466-tty-serial-imx-disable-Ageing-Timer-interrupt-.patch - patches.kernel.org/6.1.16-467-driver-core-fw_devlink-Add-DL_FLAG_CYCLE-suppo.patch - patches.kernel.org/6.1.16-468-driver-core-fw_devlink-Don-t-purge-child-fwnod.patch - patches.kernel.org/6.1.16-469-driver-core-fw_devlink-Allow-marking-a-fwnode-.patch - patches.kernel.org/6.1.16-470-driver-core-fw_devlink-Consolidate-device-link.patch - patches.kernel.org/6.1.16-471-driver-core-fw_devlink-Improve-check-for-fwnod.patch - patches.kernel.org/6.1.16-472-driver-core-fw_devlink-Make-cycle-detection-mo.patch - patches.kernel.org/6.1.16-473-mtd-mtdpart-Don-t-create-platform-device-that-.patch - patches.kernel.org/6.1.16-474-usb-host-fsl-mph-dr-of-reuse-device_set_of_nod.patch - patches.kernel.org/6.1.16-475-dmaengine-dw-edma-Fix-readq_ch-return-value-tr.patch - patches.kernel.org/6.1.16-476-PCI-Fix-dropping-valid-root-bus-resources-with.patch - patches.kernel.org/6.1.16-477-phy-rockchip-typec-fix-tcphy_get_mode-error-ca.patch - patches.kernel.org/6.1.16-478-PCI-qcom-Fix-host-init-error-handling.patch - patches.kernel.org/6.1.16-479-iw_cxgb4-Fix-potential-NULL-dereference-in-c4i.patch - patches.kernel.org/6.1.16-480-iommu-Fix-error-unwind-in-iommu_group_alloc.patch - patches.kernel.org/6.1.16-481-iommu-amd-Do-not-identity-map-v2-capable-devic.patch - patches.kernel.org/6.1.16-482-dmaengine-sf-pdma-pdma_desc-memory-leak-fix.patch - patches.kernel.org/6.1.16-483-dmaengine-dw-axi-dmac-Do-not-dereference-NULL-.patch - patches.kernel.org/6.1.16-484-dmaengine-ptdma-check-for-null-desc-before-cal.patch - patches.kernel.org/6.1.16-485-iommu-vt-d-Fix-error-handling-in-sva-enable-di.patch - patches.kernel.org/6.1.16-486-iommu-vt-d-Allow-to-use-flush-queue-when-first.patch - patches.kernel.org/6.1.16-487-RDMA-rxe-cleanup-some-error-handling-in-rxe_ve.patch - patches.kernel.org/6.1.16-488-RDMA-rxe-Fix-missing-memory-barriers-in-rxe_qu.patch - patches.kernel.org/6.1.16-489-IB-hfi1-Fix-math-bugs-in-hfi1_can_pin_pages.patch - patches.kernel.org/6.1.16-490-IB-hfi1-Fix-sdma.h-tx-num_descs-off-by-one-err.patch - patches.kernel.org/6.1.16-491-Revert-remoteproc-qcom_q6v5_mss-map-unmap-meta.patch - patches.kernel.org/6.1.16-492-remoteproc-qcom_q6v5_mss-Use-a-carveout-to-aut.patch - patches.kernel.org/6.1.16-493-media-ti-cal-fix-possible-memory-leak-in-cal_c.patch - patches.kernel.org/6.1.16-494-media-platform-ti-Add-missing-check-for-devm_r.patch - patches.kernel.org/6.1.16-495-media-imx-imx7-media-csi-fix-missing-clk_disab.patch - patches.kernel.org/6.1.16-496-powerpc-Remove-linker-flag-from-KBUILD_AFLAGS.patch - patches.kernel.org/6.1.16-497-s390-vdso-Drop-shared-from-KBUILD_CFLAGS_64.patch - patches.kernel.org/6.1.16-498-builddeb-clean-generated-package-content.patch - patches.kernel.org/6.1.16-499-media-max9286-Fix-memleak-in-max9286_v4l2_regi.patch - patches.kernel.org/6.1.16-500-media-ov2740-Fix-memleak-in-ov2740_init_contro.patch - patches.kernel.org/6.1.16-501-media-ov5675-Fix-memleak-in-ov5675_init_contro.patch - patches.kernel.org/6.1.16-502-media-ov5640-Fix-soft-reset-sequence-and-timin.patch - patches.kernel.org/6.1.16-503-media-ov5640-Handle-delays-when-no-reset_gpio-.patch - patches.kernel.org/6.1.16-504-media-mc-Get-media_device-directly-from-pad.patch - patches.kernel.org/6.1.16-505-media-i2c-ov772x-Fix-memleak-in-ov772x_probe.patch - patches.kernel.org/6.1.16-506-media-i2c-imx219-Split-common-registers-from-m.patch - patches.kernel.org/6.1.16-507-media-i2c-imx219-Fix-binning-for-RAW8-capture.patch - patches.kernel.org/6.1.16-508-media-platform-mtk-mdp3-Fix-return-value-check.patch - patches.kernel.org/6.1.16-509-media-camss-csiphy-3ph-avoid-undefined-behavio.patch - patches.kernel.org/6.1.16-510-media-platform-mtk-mdp3-remove-unused-VIDEO_ME.patch - patches.kernel.org/6.1.16-511-media-platform-mtk-mdp3-fix-Kconfig-dependenci.patch - patches.kernel.org/6.1.16-512-media-v4l2-jpeg-correct-the-skip-count-in-jpeg.patch - patches.kernel.org/6.1.16-513-media-v4l2-jpeg-ignore-the-unknown-APP14-marke.patch - patches.kernel.org/6.1.16-514-media-hantro-Fix-JPEG-encoder-ENUM_FRMSIZE-on-.patch - patches.kernel.org/6.1.16-515-media-imx-jpeg-Apply-clk_bulk-api-instead-of-o.patch - patches.kernel.org/6.1.16-516-media-amphion-correct-the-unspecified-color-sp.patch - patches.kernel.org/6.1.16-517-media-drivers-media-v4l2-core-v4l2-h264-add-de.patch - patches.kernel.org/6.1.16-518-media-rc-Fix-use-after-free-bugs-caused-by-ene.patch - patches.kernel.org/6.1.16-519-media-atomisp-Only-set-default_run_mode-on-fir.patch - patches.kernel.org/6.1.16-520-media-i2c-ov7670-0-instead-of-EINVAL-was-retur.patch - patches.kernel.org/6.1.16-521-media-usb-siano-Fix-use-after-free-bugs-caused.patch - patches.kernel.org/6.1.16-522-media-saa7134-Use-video_unregister_device-for-.patch - patches.kernel.org/6.1.16-523-rpmsg-glink-Avoid-infinite-loop-on-intent-for-.patch - patches.kernel.org/6.1.16-524-rpmsg-glink-Release-driver_override.patch - patches.kernel.org/6.1.16-525-ARM-OMAP2-omap4-common-Fix-refcount-leak-bug.patch - patches.kernel.org/6.1.16-526-arm64-dts-qcom-msm8996-Add-additional-A2NoC-cl.patch - patches.kernel.org/6.1.16-527-udf-Define-EFSCORRUPTED-error-code.patch - patches.kernel.org/6.1.16-528-context_tracking-Fix-noinstr-vs-KASAN.patch - patches.kernel.org/6.1.16-529-exit-Detect-and-fix-irq-disabled-state-in-oops.patch - patches.kernel.org/6.1.16-530-ARM-dts-exynos-Use-Exynos5420-compatible-for-t.patch - patches.kernel.org/6.1.16-531-fs-Use-CHECK_DATA_CORRUPTION-when-kernel-bugs-.patch - patches.kernel.org/6.1.16-532-blk-iocost-fix-divide-by-0-error-in-calc_lcoef.patch - patches.kernel.org/6.1.16-533-blk-cgroup-dropping-parent-refcount-after-pd_f.patch - patches.kernel.org/6.1.16-534-blk-cgroup-synchronize-pd_free_fn-from-blkg_fr.patch - patches.kernel.org/6.1.16-535-trace-blktrace-fix-memory-leak-with-using-debu.patch - patches.kernel.org/6.1.16-536-btrfs-scrub-improve-tree-block-error-reporting.patch - patches.kernel.org/6.1.16-537-arm64-zynqmp-Enable-hs-termination-flag-for-US.patch - patches.kernel.org/6.1.16-538-cpuidle-intel_idle-Fix-CPUIDLE_FLAG_INIT_XSTAT.patch - patches.kernel.org/6.1.16-539-x86-fpu-Don-t-set-TIF_NEED_FPU_LOAD-for-PF_IO_.patch - patches.kernel.org/6.1.16-540-cpuidle-drivers-firmware-psci-Dont-instrument-.patch - patches.kernel.org/6.1.16-541-cpuidle-lib-bug-Disable-rcu_is_watching-during.patch - patches.kernel.org/6.1.16-542-perf-x86-intel-uncore-Add-Meteor-Lake-support.patch - patches.kernel.org/6.1.16-543-wifi-ath9k-Fix-use-after-free-in-ath9k_hif_usb.patch - patches.kernel.org/6.1.16-544-wifi-ath11k-fix-monitor-mode-bringup-crash.patch - patches.kernel.org/6.1.16-545-wifi-brcmfmac-Fix-potential-stack-out-of-bound.patch - patches.kernel.org/6.1.16-546-rcu-Make-RCU_LOCKDEP_WARN-avoid-early-lockdep-.patch - patches.kernel.org/6.1.16-547-rcu-Suppress-smp_processor_id-complaint-in-syn.patch - patches.kernel.org/6.1.16-548-srcu-Delegate-work-to-the-boot-cpu-if-using-SR.patch - patches.kernel.org/6.1.16-549-rcu-tasks-Make-rude-RCU-Tasks-work-well-with-C.patch - patches.kernel.org/6.1.16-550-rcu-tasks-Handle-queue-shrink-callback-enqueue.patch - patches.kernel.org/6.1.16-551-wifi-ath11k-debugfs-fix-to-work-with-multiple-.patch - patches.kernel.org/6.1.16-552-thermal-intel-Fix-unsigned-comparison-with-les.patch - patches.kernel.org/6.1.16-553-timers-Prevent-union-confusion-from-unexpected.patch - patches.kernel.org/6.1.16-554-x86-bugs-Reset-speculation-control-settings-on.patch - patches.kernel.org/6.1.16-555-bpftool-Always-disable-stack-protection-for-BP.patch - patches.kernel.org/6.1.16-556-wifi-brcmfmac-ensure-CLM-version-is-null-termi.patch - patches.kernel.org/6.1.16-557-wifi-mt7601u-fix-an-integer-underflow.patch - patches.kernel.org/6.1.16-558-inet-fix-fast-path-in-__inet_hash_connect.patch - patches.kernel.org/6.1.16-559-ice-restrict-PTP-HW-clock-freq-adjustments-to-.patch - patches.kernel.org/6.1.16-560-ice-add-missing-checks-for-PF-vsi-type.patch - patches.kernel.org/6.1.16-561-ACPI-Don-t-build-ACPICA-with-Os.patch - patches.kernel.org/6.1.16-562-bpf-docs-Fix-modulo-zero-division-by-zero-over.patch - patches.kernel.org/6.1.16-563-thermal-intel-intel_pch-Add-support-for-Wellsb.patch - patches.kernel.org/6.1.16-564-clocksource-Suspend-the-watchdog-temporarily-w.patch - patches.kernel.org/6.1.16-565-crypto-hisilicon-Wipe-entire-pool-on-error.patch - patches.kernel.org/6.1.16-566-net-bcmgenet-Add-a-check-for-oversized-packets.patch - patches.kernel.org/6.1.16-567-m68k-Check-syscall_trace_enter-return-code.patch - patches.kernel.org/6.1.16-568-s390-mm-ptdump-avoid-Kasan-vs-Memcpy-Real-mark.patch - patches.kernel.org/6.1.16-569-netfilter-nf_tables-NULL-pointer-dereference-i.patch - patches.kernel.org/6.1.16-570-can-isotp-check-CAN-address-family-in-isotp_bi.patch - patches.kernel.org/6.1.16-571-gcc-plugins-drop-std-gnu-11-to-fix-GCC-13-buil.patch - patches.kernel.org/6.1.16-572-tools-power-x86-intel-speed-select-Add-Emerald.patch - patches.kernel.org/6.1.16-573-wifi-mt76-dma-free-rx_head-in-mt76_dma_rx_clea.patch - patches.kernel.org/6.1.16-574-ACPI-video-Fix-Lenovo-Ideapad-Z570-DMI-match.patch - patches.kernel.org/6.1.16-575-net-mlx5-fw_tracer-Fix-debug-print.patch - patches.kernel.org/6.1.16-576-coda-Avoid-partial-allocation-of-sig_inputArgs.patch - patches.kernel.org/6.1.16-577-uaccess-Add-minimum-bounds-check-on-kernel-buf.patch - patches.kernel.org/6.1.16-578-s390-idle-mark-arch_cpu_idle-noinstr.patch - patches.kernel.org/6.1.16-579-time-debug-Fix-memory-leak-with-using-debugfs_.patch - patches.kernel.org/6.1.16-580-PM-domains-fix-memory-leak-with-using-debugfs_.patch - patches.kernel.org/6.1.16-581-PM-EM-fix-memory-leak-with-using-debugfs_looku.patch - patches.kernel.org/6.1.16-582-Bluetooth-Fix-issue-with-Actions-Semi-ATS2851-.patch - patches.kernel.org/6.1.16-583-Bluetooth-btusb-Add-new-PID-VID-0489-e0f2-for-.patch - patches.kernel.org/6.1.16-584-Bluetooth-btusb-Add-VID-PID-13d3-3529-for-Real.patch - patches.kernel.org/6.1.16-585-wifi-rtw89-debug-avoid-invalid-access-on-RTW89.patch - patches.kernel.org/6.1.16-586-hv_netvsc-Check-status-in-SEND_RNDIS_PKT-compl.patch - patches.kernel.org/6.1.16-587-s390-kfence-fix-page-fault-reporting.patch - patches.kernel.org/6.1.16-588-devlink-Fix-TP_STRUCT_entry-in-trace-of-devlin.patch - patches.kernel.org/6.1.16-589-scm-add-user-copy-checks-to-put_cmsg.patch - patches.kernel.org/6.1.16-590-drm-panel-orientation-quirks-Add-quirk-for-Len.patch - patches.kernel.org/6.1.16-591-drm-panel-orientation-quirks-Add-quirk-for-Dyn.patch - patches.kernel.org/6.1.16-592-drm-amd-display-Reduce-expected-sdp-bandwidth-.patch - patches.kernel.org/6.1.16-593-drm-amd-display-Revert-Reduce-delay-when-sink-.patch - patches.kernel.org/6.1.16-594-drm-amd-display-Fix-potential-null-deref-in-dm.patch - patches.kernel.org/6.1.16-595-drm-omap-dsi-Fix-excessive-stack-usage.patch - patches.kernel.org/6.1.16-596-HID-Add-Mapping-for-System-Microphone-Mute.patch - patches.kernel.org/6.1.16-597-drm-tiny-ili9486-Do-not-assume-8-bit-only-SPI-.patch - patches.kernel.org/6.1.16-598-drm-amd-display-Defer-DIG-FIFO-disable-after-V.patch - patches.kernel.org/6.1.16-599-drm-radeon-free-iio-for-atombios-when-driver-s.patch - patches.kernel.org/6.1.16-600-drm-amd-Avoid-BUG-for-case-of-SRIOV-missing-IP.patch - patches.kernel.org/6.1.16-601-drm-amdkfd-Page-aligned-memory-reserve-size.patch - patches.kernel.org/6.1.16-602-scsi-lpfc-Fix-use-after-free-KFENCE-violation-.patch - patches.kernel.org/6.1.16-603-Revert-fbcon-don-t-lose-the-console-font-acros.patch - patches.kernel.org/6.1.16-604-drm-amd-Avoid-ASSERT-for-some-message-failures.patch - patches.kernel.org/6.1.16-605-drm-amd-display-Fix-memory-leakage.patch - patches.kernel.org/6.1.16-606-drm-amd-display-fix-mapping-to-non-allocated-a.patch - patches.kernel.org/6.1.16-607-HID-uclogic-Add-frame-type-quirk.patch - patches.kernel.org/6.1.16-608-HID-uclogic-Add-battery-quirk.patch - patches.kernel.org/6.1.16-609-HID-uclogic-Add-support-for-XP-PEN-Deco-Pro-SW.patch - patches.kernel.org/6.1.16-610-HID-uclogic-Add-support-for-XP-PEN-Deco-Pro-MW.patch - patches.kernel.org/6.1.16-611-drm-msm-dsi-Add-missing-check-for-alloc_ordere.patch - patches.kernel.org/6.1.16-612-drm-rcar-du-Add-quirk-for-H3-ES1.x-pclk-workar.patch - patches.kernel.org/6.1.16-613-drm-rcar-du-Fix-setting-a-reserved-bit-in-DPLL.patch - patches.kernel.org/6.1.16-614-drm-drm_print-correct-format-problem.patch - patches.kernel.org/6.1.16-615-drm-amd-display-Set-hvm_enabled-flag-for-S-G-m.patch - patches.kernel.org/6.1.16-616-habanalabs-extend-fatal-messages-to-contain-PC.patch - patches.kernel.org/6.1.16-617-habanalabs-fix-bug-in-timestamps-registration-.patch - patches.kernel.org/6.1.16-618-docs-scripts-gdb-add-necessary-make-scripts_gd.patch - patches.kernel.org/6.1.16-619-drm-msm-dpu-Add-DSC-hardware-blocks-to-registe.patch - patches.kernel.org/6.1.16-620-ASoC-soc-compress-Reposition-and-add-pcm_mutex.patch - patches.kernel.org/6.1.16-621-ASoC-kirkwood-Iterate-over-array-indexes-inste.patch - patches.kernel.org/6.1.16-622-regulator-max77802-Bounds-check-regulator-id-a.patch - patches.kernel.org/6.1.16-623-regulator-s5m8767-Bounds-check-id-indexing-int.patch - patches.kernel.org/6.1.16-624-Revert-drm-amdgpu-TA-unload-messages-are-not-a.patch - patches.kernel.org/6.1.16-625-drm-amd-display-fix-FCLK-pstate-change-underfl.patch - patches.kernel.org/6.1.16-626-gfs2-Improve-gfs2_make_fs_rw-error-handling.patch - patches.kernel.org/6.1.16-627-hwmon-coretemp-Simplify-platform-device-handli.patch - patches.kernel.org/6.1.16-628-hwmon-nct6775-Directly-call-ASUS-ACPI-WMI-meth.patch - patches.kernel.org/6.1.16-629-hwmon-nct6775-B650-B660-X670-ASUS-boards-suppo.patch - patches.kernel.org/6.1.16-630-pinctrl-at91-use-devm_kasprintf-to-avoid-poten.patch - patches.kernel.org/6.1.16-631-drm-amd-display-Do-not-commit-pipe-when-updati.patch - patches.kernel.org/6.1.16-632-scsi-snic-Fix-memory-leak-with-using-debugfs_l.patch - patches.kernel.org/6.1.16-633-scsi-ufs-core-Fix-device-management-cmd-timeou.patch - patches.kernel.org/6.1.16-634-HID-logitech-hidpp-Don-t-restart-communication.patch - patches.kernel.org/6.1.16-635-drm-amd-display-Enable-P-state-validation-chec.patch - patches.kernel.org/6.1.16-636-drm-panel-orientation-quirks-Add-quirk-for-Len.patch - patches.kernel.org/6.1.16-637-drm-amd-display-Disable-HUBP-DPP-PG-on-DCN314-.patch - patches.kernel.org/6.1.16-638-dm-thin-add-cond_resched-to-various-workqueue-.patch - patches.kernel.org/6.1.16-639-dm-cache-add-cond_resched-to-various-workqueue.patch - patches.kernel.org/6.1.16-640-nfsd-zero-out-pointers-after-putting-nfsd_file.patch - patches.kernel.org/6.1.16-641-nfsd-don-t-hand-out-delegation-on-setuid-files.patch - patches.kernel.org/6.1.16-642-cifs-prevent-data-race-in-smb2_reconnect.patch - patches.kernel.org/6.1.16-643-drm-shmem-helper-Revert-accidental-non-GPL-exp.patch - patches.kernel.org/6.1.16-644-driver-core-fw_devlink-Avoid-spurious-error-me.patch - patches.kernel.org/6.1.16-645-wifi-rtl8xxxu-fixing-transmisison-failure-for-.patch - patches.kernel.org/6.1.16-646-scsi-mpt3sas-Remove-usage-of-dma_get_required_.patch - patches.kernel.org/6.1.16-647-firmware-coreboot-framebuffer-Ignore-reserved-.patch - patches.kernel.org/6.1.16-648-block-don-t-allow-multiple-bios-for-IOCB_NOWAI.patch - patches.kernel.org/6.1.16-649-block-clear-bio-bi_bdev-when-putting-a-bio-bac.patch - patches.kernel.org/6.1.16-650-block-be-a-bit-more-careful-in-checking-for-NU.patch - patches.kernel.org/6.1.16-651-rtc-pm8xxx-fix-set-alarm-race.patch - patches.kernel.org/6.1.16-652-ipmi-ipmb-Fix-the-MODULE_PARM_DESC-associated-.patch - patches.kernel.org/6.1.16-653-ipmi-ssif-resend_msg-cannot-fail.patch - patches.kernel.org/6.1.16-654-ipmi_ssif-Rename-idle-state-and-check.patch - patches.kernel.org/6.1.16-655-io_uring-Replace-0-length-array-with-flexible-.patch - patches.kernel.org/6.1.16-656-io_uring-use-user-visible-tail-in-io_uring_pol.patch - patches.kernel.org/6.1.16-657-io_uring-handle-TIF_NOTIFY_RESUME-when-checkin.patch - patches.kernel.org/6.1.16-658-io_uring-add-a-conditional-reschedule-to-the-I.patch - patches.kernel.org/6.1.16-659-io_uring-add-reschedule-point-to-handle_tw_lis.patch - patches.kernel.org/6.1.16-660-io_uring-rsrc-disallow-multi-source-reg-buffer.patch - patches.kernel.org/6.1.16-661-io_uring-remove-MSG_NOSIGNAL-from-recvmsg.patch - patches.kernel.org/6.1.16-662-io_uring-fix-fget-leak-when-fs-don-t-support-n.patch - patches.kernel.org/6.1.16-663-s390-extmem-return-correct-segment-type-in-__s.patch - patches.kernel.org/6.1.16-664-s390-discard-.interp-section.patch - patches.kernel.org/6.1.16-665-s390-kprobes-fix-irq-mask-clobbering-on-kprobe.patch - patches.kernel.org/6.1.16-666-s390-kprobes-fix-current_kprobe-never-cleared-.patch - patches.kernel.org/6.1.16-667-KVM-s390-disable-migration-mode-when-dirty-tra.patch - patches.kernel.org/6.1.16-668-cifs-Fix-uninitialized-memory-read-in-smb3_qfs.patch - patches.kernel.org/6.1.16-669-cifs-Fix-uninitialized-memory-reads-for-oparms.patch - patches.kernel.org/6.1.16-670-cifs-fix-mount-on-old-smb-servers.patch - patches.kernel.org/6.1.16-671-cifs-introduce-cifs_io_parms-in-smb2_async_wri.patch - patches.kernel.org/6.1.16-672-cifs-split-out-smb3_use_rdma_offload-helper.patch - patches.kernel.org/6.1.16-673-cifs-don-t-try-to-use-rdma-offload-on-encrypte.patch - patches.kernel.org/6.1.16-674-cifs-Check-the-lease-context-if-we-actually-go.patch - patches.kernel.org/6.1.16-675-cifs-return-a-single-use-cfid-if-we-did-not-ge.patch - patches.kernel.org/6.1.16-676-scsi-mpi3mr-Fix-missing-mrioc-evtack_cmds-init.patch - patches.kernel.org/6.1.16-677-scsi-mpi3mr-Fix-issues-in-mpi3mr_get_all_tgt_i.patch - patches.kernel.org/6.1.16-678-scsi-mpi3mr-Remove-unnecessary-memcpy-to-alltg.patch - patches.kernel.org/6.1.16-679-btrfs-hold-block-group-refcount-during-async-d.patch - patches.kernel.org/6.1.16-680-locking-rwsem-Prevent-non-first-waiter-from-sp.patch - patches.kernel.org/6.1.16-681-ksmbd-fix-wrong-data-area-length-for-smb2-lock.patch - patches.kernel.org/6.1.16-682-ksmbd-do-not-allow-the-actual-frame-length-to-.patch - patches.kernel.org/6.1.16-683-ksmbd-fix-possible-memory-leak-in-smb2_lock.patch - patches.kernel.org/6.1.16-684-torture-Fix-hang-during-kthread-shutdown-phase.patch - patches.kernel.org/6.1.16-685-ARM-dts-exynos-correct-HDMI-phy-compatible-in-.patch - patches.kernel.org/6.1.16-686-io_uring-mark-task-TASK_RUNNING-before-handlin.patch - patches.kernel.org/6.1.16-687-hfs-fix-missing-hfs_bnode_get-in-__hfs_bnode_c.patch - patches.kernel.org/6.1.16-688-fs-hfsplus-fix-UAF-issue-in-hfsplus_put_super.patch - patches.kernel.org/6.1.16-689-exfat-fix-reporting-fs-error-when-reading-dir-.patch - patches.kernel.org/6.1.16-690-exfat-fix-unexpected-EOF-while-reading-dir.patch - patches.kernel.org/6.1.16-691-exfat-redefine-DIR_DELETED-as-the-bad-cluster-.patch - patches.kernel.org/6.1.16-692-exfat-fix-inode-i_blocks-for-non-512-byte-sect.patch - patches.kernel.org/6.1.16-693-fs-dlm-don-t-set-stop-rx-flag-after-node-reset.patch - patches.kernel.org/6.1.16-694-fs-dlm-move-sending-fin-message-into-state-cha.patch - patches.kernel.org/6.1.16-695-fs-dlm-send-FIN-ack-back-in-right-cases.patch - patches.kernel.org/6.1.16-696-f2fs-fix-information-leak-in-f2fs_move_inline_.patch - patches.kernel.org/6.1.16-697-f2fs-retry-to-update-the-inode-page-given-data.patch - patches.kernel.org/6.1.16-698-f2fs-fix-cgroup-writeback-accounting-with-fs-l.patch - patches.kernel.org/6.1.16-699-f2fs-fix-kernel-crash-due-to-null-io-bio.patch - patches.kernel.org/6.1.16-700-ocfs2-fix-defrag-path-triggering-jbd2-ASSERT.patch - patches.kernel.org/6.1.16-701-ocfs2-fix-non-auto-defrag-path-not-working-iss.patch - patches.kernel.org/6.1.16-702-fs-cramfs-inode.c-initialize-file_ra_state.patch - patches.kernel.org/6.1.16-703-selftests-landlock-Skip-overlayfs-tests-when-n.patch - patches.kernel.org/6.1.16-704-selftests-landlock-Test-ptrace-as-much-as-poss.patch - patches.kernel.org/6.1.16-705-udf-Truncate-added-extents-on-failed-expansion.patch - patches.kernel.org/6.1.16-706-udf-Do-not-bother-merging-very-long-extents.patch - patches.kernel.org/6.1.16-707-udf-Do-not-update-file-length-for-failed-write.patch - patches.kernel.org/6.1.16-708-udf-Preserve-link-count-of-system-files.patch - patches.kernel.org/6.1.16-709-udf-Detect-system-inodes-linked-into-directory.patch - patches.kernel.org/6.1.16-710-udf-Fix-file-corruption-when-appending-just-af.patch - patches.kernel.org/6.1.16-711-md-don-t-update-recovery_cp-when-curr_resync-i.patch - patches.kernel.org/6.1.16-712-RDMA-siw-Fix-user-page-pinning-accounting.patch - patches.kernel.org/6.1.16-713-KVM-Destroy-target-device-if-coalesced-MMIO-un.patch - patches.kernel.org/6.1.16-714-KVM-VMX-Fix-crash-due-to-uninitialized-current.patch - patches.kernel.org/6.1.16-715-KVM-Register-dev-kvm-as-the-_very_-last-thing-.patch - patches.kernel.org/6.1.16-716-KVM-x86-Purge-highest-ISR-cache-when-updating-.patch - patches.kernel.org/6.1.16-717-KVM-x86-Blindly-get-current-x2APIC-reg-value-o.patch - patches.kernel.org/6.1.16-718-KVM-x86-Don-t-inhibit-APICv-AVIC-on-xAPIC-ID-c.patch - patches.kernel.org/6.1.16-719-KVM-x86-Don-t-inhibit-APICv-AVIC-if-xAPIC-ID-m.patch - patches.kernel.org/6.1.16-720-KVM-SVM-Flush-the-current-TLB-when-activating-.patch - patches.kernel.org/6.1.16-721-KVM-SVM-Process-ICR-on-AVIC-IPI-delivery-failu.patch - patches.kernel.org/6.1.16-722-KVM-SVM-Don-t-put-load-AVIC-when-setting-virtu.patch - patches.kernel.org/6.1.16-723-KVM-x86-Inject-GP-if-WRMSR-sets-reserved-bits-.patch - patches.kernel.org/6.1.16-724-KVM-x86-Inject-GP-on-x2APIC-WRMSR-that-sets-re.patch - patches.kernel.org/6.1.16-725-KVM-SVM-Fix-potential-overflow-in-SEV-s-send-r.patch - patches.kernel.org/6.1.16-726-KVM-SVM-hyper-v-placate-modpost-section-mismat.patch - patches.kernel.org/6.1.16-727-selftests-x86-Fix-incorrect-kernel-headers-sea.patch - patches.kernel.org/6.1.16-728-x86-virt-Force-GIF-1-prior-to-disabling-SVM-fo.patch - patches.kernel.org/6.1.16-729-x86-crash-Disable-virt-in-core-NMI-crash-handl.patch - patches.kernel.org/6.1.16-730-x86-reboot-Disable-virtualization-in-an-emerge.patch - patches.kernel.org/6.1.16-731-x86-reboot-Disable-SVM-not-just-VMX-when-stopp.patch - patches.kernel.org/6.1.16-732-x86-kprobes-Fix-__recover_optprobed_insn-check.patch - patches.kernel.org/6.1.16-733-x86-kprobes-Fix-arch_check_optimized_kprobe-ch.patch - patches.kernel.org/6.1.16-734-x86-microcode-amd-Remove-load_microcode_amd-s-.patch - patches.kernel.org/6.1.16-735-x86-microcode-AMD-Add-a-cpu-parameter-to-the-r.patch - patches.kernel.org/6.1.16-736-x86-microcode-AMD-Fix-mixed-steppings-support.patch - patches.kernel.org/6.1.16-737-x86-speculation-Allow-enabling-STIBP-with-lega.patch - patches.kernel.org/6.1.16-738-Documentation-hw-vuln-Document-the-interaction.patch - patches.kernel.org/6.1.16-739-virt-sev-guest-Return-EIO-if-certificate-buffe.patch - patches.kernel.org/6.1.16-740-brd-mark-as-nowait-compatible.patch - patches.kernel.org/6.1.16-741-brd-return-0-error-from-brd_insert_page.patch - patches.kernel.org/6.1.16-742-brd-check-for-REQ_NOWAIT-and-set-correct-page-.patch - patches.kernel.org/6.1.16-743-ima-fix-error-handling-logic-when-file-measure.patch - patches.kernel.org/6.1.16-744-ima-Align-ima_file_mmap-parameters-with-mmap_f.patch - patches.kernel.org/6.1.16-745-selftests-powerpc-Fix-incorrect-kernel-headers.patch - patches.kernel.org/6.1.16-746-selftests-ftrace-Fix-eprobe-syntax-test-case-t.patch - patches.kernel.org/6.1.16-747-selftests-sched-Fix-incorrect-kernel-headers-s.patch - patches.kernel.org/6.1.16-748-selftests-core-Fix-incorrect-kernel-headers-se.patch - patches.kernel.org/6.1.16-749-selftests-pid_namespace-Fix-incorrect-kernel-h.patch - patches.kernel.org/6.1.16-750-selftests-arm64-Fix-incorrect-kernel-headers-s.patch - patches.kernel.org/6.1.16-751-selftests-clone3-Fix-incorrect-kernel-headers-.patch - patches.kernel.org/6.1.16-752-selftests-pidfd-Fix-incorrect-kernel-headers-s.patch - patches.kernel.org/6.1.16-753-selftests-membarrier-Fix-incorrect-kernel-head.patch - patches.kernel.org/6.1.16-754-selftests-kcmp-Fix-incorrect-kernel-headers-se.patch - patches.kernel.org/6.1.16-755-selftests-media_tests-Fix-incorrect-kernel-hea.patch - patches.kernel.org/6.1.16-756-selftests-gpio-Fix-incorrect-kernel-headers-se.patch - patches.kernel.org/6.1.16-757-selftests-filesystems-Fix-incorrect-kernel-hea.patch - patches.kernel.org/6.1.16-758-selftests-user_events-Fix-incorrect-kernel-hea.patch - patches.kernel.org/6.1.16-759-selftests-ptp-Fix-incorrect-kernel-headers-sea.patch - patches.kernel.org/6.1.16-760-selftests-sync-Fix-incorrect-kernel-headers-se.patch - patches.kernel.org/6.1.16-761-selftests-rseq-Fix-incorrect-kernel-headers-se.patch - patches.kernel.org/6.1.16-762-selftests-move_mount_set_group-Fix-incorrect-k.patch - patches.kernel.org/6.1.16-763-selftests-mount_setattr-Fix-incorrect-kernel-h.patch - patches.kernel.org/6.1.16-764-selftests-perf_events-Fix-incorrect-kernel-hea.patch - patches.kernel.org/6.1.16-765-selftests-ipc-Fix-incorrect-kernel-headers-sea.patch - patches.kernel.org/6.1.16-766-selftests-futex-Fix-incorrect-kernel-headers-s.patch - patches.kernel.org/6.1.16-767-selftests-drivers-Fix-incorrect-kernel-headers.patch - patches.kernel.org/6.1.16-768-selftests-dmabuf-heaps-Fix-incorrect-kernel-he.patch - patches.kernel.org/6.1.16-769-selftests-vm-Fix-incorrect-kernel-headers-sear.patch - patches.kernel.org/6.1.16-770-selftests-seccomp-Fix-incorrect-kernel-headers.patch - patches.kernel.org/6.1.16-771-irqdomain-Fix-association-race.patch - patches.kernel.org/6.1.16-772-irqdomain-Fix-disassociation-race.patch - patches.kernel.org/6.1.16-773-irqdomain-Look-for-existing-mapping-only-once.patch - patches.kernel.org/6.1.16-774-irqdomain-Drop-bogus-fwspec-mapping-error-hand.patch - patches.kernel.org/6.1.16-775-irqdomain-Refactor-__irq_domain_alloc_irqs.patch - patches.kernel.org/6.1.16-776-irqdomain-Fix-mapping-creation-race.patch - patches.kernel.org/6.1.16-777-irqdomain-Fix-domain-registration-race.patch - patches.kernel.org/6.1.16-778-crypto-qat-fix-out-of-bounds-read.patch - patches.kernel.org/6.1.16-779-mm-damon-paddr-fix-missing-folio_put.patch - patches.kernel.org/6.1.16-780-ALSA-ice1712-Do-not-left-ice-gpio_mutex-locked.patch - patches.kernel.org/6.1.16-781-ALSA-hda-realtek-Add-quirk-for-HP-EliteDesk-80.patch - patches.kernel.org/6.1.16-782-jbd2-fix-data-missing-when-reusing-bh-which-is.patch - patches.kernel.org/6.1.16-783-ext4-optimize-ea_inode-block-expansion.patch - patches.kernel.org/6.1.16-784-ext4-refuse-to-create-ea-block-when-umounted.patch - patches.kernel.org/6.1.16-785-cxl-pmem-Fix-nvdimm-registration-races.patch - patches.kernel.org/6.1.16-786-mtd-spi-nor-sfdp-Fix-index-value-for-SCCR-dwor.patch - patches.kernel.org/6.1.16-787-mtd-spi-nor-spansion-Consider-reserved-bits-in.patch - patches.kernel.org/6.1.16-788-mtd-spi-nor-Fix-shift-out-of-bounds-in-spi_nor.patch - patches.kernel.org/6.1.16-789-dm-send-just-one-event-on-resize-not-two.patch - patches.kernel.org/6.1.16-790-dm-add-cond_resched-to-dm_wq_work.patch - patches.kernel.org/6.1.16-791-dm-add-cond_resched-to-dm_wq_requeue_work.patch - patches.kernel.org/6.1.16-792-wifi-rtw88-use-RTW_FLAG_POWERON-flag-to-preven.patch - patches.kernel.org/6.1.16-793-wifi-rtl8xxxu-Use-a-longer-retry-limit-of-48.patch - patches.kernel.org/6.1.16-794-wifi-ath11k-allow-system-suspend-to-survive-at.patch - patches.kernel.org/6.1.16-795-wifi-cfg80211-Fix-use-after-free-for-wext.patch - patches.kernel.org/6.1.16-796-wifi-cfg80211-Set-SSID-if-it-is-not-already-se.patch - patches.kernel.org/6.1.16-797-cpuidle-add-ARCH_SUSPEND_POSSIBLE-dependencies.patch - patches.kernel.org/6.1.16-798-qede-fix-interrupt-coalescing-configuration.patch - patches.kernel.org/6.1.16-799-thermal-intel-powerclamp-Fix-cur_state-for-mul.patch - patches.kernel.org/6.1.16-800-dm-flakey-fix-logic-when-corrupting-a-bio.patch - patches.kernel.org/6.1.16-801-dm-cache-free-background-tracker-s-queued-work.patch - patches.kernel.org/6.1.16-802-dm-flakey-don-t-corrupt-the-zero-page.patch - patches.kernel.org/6.1.16-803-dm-flakey-fix-a-bug-with-32-bit-highmem-system.patch - patches.kernel.org/6.1.16-804-hwmon-peci-cputemp-Fix-off-by-one-in-coretemp_.patch - patches.kernel.org/6.1.16-805-hwmon-nct6775-Fix-incorrect-parenthesization-i.patch - patches.kernel.org/6.1.16-806-ARM-dts-qcom-sdx65-Add-Qcom-SMMU-500-as-the-fa.patch - patches.kernel.org/6.1.16-807-ARM-dts-qcom-sdx55-Add-Qcom-SMMU-500-as-the-fa.patch - patches.kernel.org/6.1.16-808-ARM-dts-exynos-correct-TMU-phandle-in-Exynos42.patch - patches.kernel.org/6.1.16-809-ARM-dts-exynos-correct-TMU-phandle-in-Exynos4.patch - patches.kernel.org/6.1.16-810-ARM-dts-exynos-correct-TMU-phandle-in-Odroid-X.patch - patches.kernel.org/6.1.16-811-ARM-dts-exynos-correct-TMU-phandle-in-Exynos52.patch - patches.kernel.org/6.1.16-812-ARM-dts-exynos-correct-TMU-phandle-in-Odroid-X.patch - patches.kernel.org/6.1.16-813-ARM-dts-exynos-correct-TMU-phandle-in-Odroid-H.patch - patches.kernel.org/6.1.16-814-arm64-mm-hugetlb-Disable-HUGETLB_PAGE_OPTIMIZE.patch - patches.kernel.org/6.1.16-815-fuse-add-inode-permission-checks-to-fileattr_g.patch - patches.kernel.org/6.1.16-816-rbd-avoid-use-after-free-in-do_rbd_add-when-rb.patch - patches.kernel.org/6.1.16-817-ceph-update-the-time-stamps-and-try-to-drop-th.patch - patches.kernel.org/6.1.16-818-regulator-core-Use-ktime_get_boottime-to-deter.patch - patches.kernel.org/6.1.16-819-panic-fix-the-panic_print-NMI-backtrace-settin.patch - patches.kernel.org/6.1.16-820-mm-hwpoison-convert-TTU_IGNORE_HWPOISON-to-TTU.patch - patches.kernel.org/6.1.16-821-alpha-fix-FEN-fault-handling.patch - patches.kernel.org/6.1.16-822-dax-kmem-Fix-leak-of-memory-hotplug-resources.patch - patches.kernel.org/6.1.16-823-mips-fix-syscall_get_nr.patch - patches.kernel.org/6.1.16-824-media-ipu3-cio2-Fix-PM-runtime-usage_count-in-.patch - patches.kernel.org/6.1.16-825-remoteproc-mtk_scp-Move-clk-ops-outside-send_l.patch - patches.kernel.org/6.1.16-826-docs-gdbmacros-print-newest-record.patch - patches.kernel.org/6.1.16-827-mm-memcontrol-deprecate-charge-moving.patch - patches.kernel.org/6.1.16-828-mm-thp-check-and-bail-out-if-page-in-deferred-.patch - patches.kernel.org/6.1.16-829-ktest.pl-Give-back-console-on-Ctrt-C-on-monito.patch - patches.kernel.org/6.1.16-830-kprobes-Fix-to-handle-forcibly-unoptimized-kpr.patch - patches.kernel.org/6.1.16-831-ktest.pl-Fix-missing-end_monitor-when-machine-.patch - patches.kernel.org/6.1.16-832-ktest.pl-Add-RUN_TIMEOUT-option-with-default-u.patch - patches.kernel.org/6.1.16-833-memory-tier-release-the-new_memtier-in-find_cr.patch - patches.kernel.org/6.1.16-834-ring-buffer-Handle-race-between-rb_move_tail-a.patch - patches.kernel.org/6.1.16-835-tools-bootconfig-fix-single-used-for-logical-c.patch - patches.kernel.org/6.1.16-836-tracing-eprobe-Fix-to-add-filter-on-eprobe-des.patch - patches.kernel.org/6.1.16-837-iommu-amd-Add-a-length-limitation-for-the-ivrs.patch - patches.kernel.org/6.1.16-838-iommu-amd-Improve-page-fault-error-reporting.patch - patches.kernel.org/6.1.16-839-scsi-aacraid-Allocate-cmd_priv-with-scsicmd.patch - patches.kernel.org/6.1.16-840-scsi-qla2xxx-Fix-link-failure-in-NPIV-environm.patch - patches.kernel.org/6.1.16-841-scsi-qla2xxx-Check-if-port-is-online-before-se.patch - patches.kernel.org/6.1.16-842-scsi-qla2xxx-Fix-DMA-API-call-trace-on-NVMe-LS.patch - patches.kernel.org/6.1.16-843-scsi-qla2xxx-Remove-unintended-flag-clearing.patch - patches.kernel.org/6.1.16-844-scsi-qla2xxx-Fix-erroneous-link-down.patch - patches.kernel.org/6.1.16-845-scsi-qla2xxx-Remove-increment-of-interface-err.patch - patches.kernel.org/6.1.16-846-scsi-ses-Don-t-attach-if-enclosure-has-no-comp.patch - patches.kernel.org/6.1.16-847-scsi-ses-Fix-slab-out-of-bounds-in-ses_enclosu.patch - patches.kernel.org/6.1.16-848-scsi-ses-Fix-possible-addl_desc_ptr-out-of-bou.patch - patches.kernel.org/6.1.16-849-scsi-ses-Fix-possible-desc_ptr-out-of-bounds-a.patch - patches.kernel.org/6.1.16-850-scsi-ses-Fix-slab-out-of-bounds-in-ses_intf_re.patch - patches.kernel.org/6.1.16-851-RISC-V-add-a-spin_shadow_stack-declaration.patch - patches.kernel.org/6.1.16-852-riscv-Avoid-enabling-interrupts-in-die.patch - patches.kernel.org/6.1.16-853-riscv-mm-fix-regression-due-to-update_mmu_cach.patch - patches.kernel.org/6.1.16-854-riscv-jump_label-Fixup-unaligned-arch_static_b.patch - patches.kernel.org/6.1.16-855-riscv-mm-Perform-BPF-exhandler-fixup-on-page-f.patch - patches.kernel.org/6.1.16-856-riscv-ftrace-Remove-wasted-nops-for-RISCV_ISA_.patch - patches.kernel.org/6.1.16-857-riscv-ftrace-Reduce-the-detour-code-size-to-ha.patch - patches.kernel.org/6.1.16-858-MIPS-DTS-CI20-fix-otg-power-gpio.patch - patches.kernel.org/6.1.16-859-PCI-PM-Observe-reset-delay-irrespective-of-bri.patch - patches.kernel.org/6.1.16-860-PCI-Unify-delay-handling-for-reset-and-resume.patch - patches.kernel.org/6.1.16-861-PCI-hotplug-Allow-marking-devices-as-disconnec.patch - patches.kernel.org/6.1.16-862-PCI-Avoid-FLR-for-AMD-FCH-AHCI-adapters.patch - patches.kernel.org/6.1.16-863-PCI-DPC-Await-readiness-of-secondary-bus-after.patch - patches.kernel.org/6.1.16-864-bus-mhi-ep-Only-send-ENOTCONN-status-if-client.patch - patches.kernel.org/6.1.16-865-bus-mhi-ep-Move-chan-lock-to-the-start-of-proc.patch - patches.kernel.org/6.1.16-866-bus-mhi-ep-Save-channel-state-locally-during-s.patch - patches.kernel.org/6.1.16-867-iommu-vt-d-Avoid-superfluous-IOTLB-tracking-in.patch - patches.kernel.org/6.1.16-868-iommu-vt-d-Fix-PASID-directory-pointer-coheren.patch - patches.kernel.org/6.1.16-869-vfio-type1-exclude-mdevs-from-VFIO_UPDATE_VADD.patch - patches.kernel.org/6.1.16-870-vfio-type1-prevent-underflow-of-locked_vm-via-.patch - patches.kernel.org/6.1.16-871-vfio-type1-track-locked_vm-per-dma.patch - patches.kernel.org/6.1.16-872-vfio-type1-restore-locked_vm.patch - patches.kernel.org/6.1.16-873-drm-amd-Fix-initialization-for-nbio-7.5.1.patch - patches.kernel.org/6.1.16-874-drm-i915-quirks-Add-inverted-backlight-quirk-f.patch - patches.kernel.org/6.1.16-875-drm-radeon-Fix-eDP-for-single-display-iMac11-2.patch - patches.kernel.org/6.1.16-876-drm-i915-Don-t-use-stolen-memory-for-ring-buff.patch - patches.kernel.org/6.1.16-877-drm-i915-Don-t-use-BAR-mappings-for-ring-buffe.patch - patches.kernel.org/6.1.16-878-drm-gud-Fix-UBSAN-warning.patch - patches.kernel.org/6.1.16-879-drm-edid-fix-AVI-infoframe-aspect-ratio-handli.patch - patches.kernel.org/6.1.16-880-drm-edid-fix-parsing-of-3D-modes-from-HDMI-VSD.patch - patches.kernel.org/6.1.16-881-qede-avoid-uninitialized-entries-in-coal_entry.patch - patches.kernel.org/6.1.16-882-brd-use-radix_tree_maybe_preload-instead-of-ra.patch - patches.kernel.org/6.1.16-883-sbitmap-Advance-the-queue-index-before-waking-.patch - patches.kernel.org/6.1.16-884-wait-Return-number-of-exclusive-waiters-awaken.patch - patches.kernel.org/6.1.16-885-sbitmap-Try-each-queue-to-wake-up-at-least-one.patch - patches.kernel.org/6.1.16-886-kbuild-Port-silent-mode-detection-to-future-gn.patch - patches.kernel.org/6.1.16-887-net-avoid-double-iput-when-sock_alloc_file-fai.patch - patches.kernel.org/6.1.16-888-Linux-6.1.16.patch - patches.kernel.org/6.1.17-001-Revert-blk-cgroup-synchronize-pd_free_fn-from-.patch - patches.kernel.org/6.1.17-002-Revert-blk-cgroup-dropping-parent-refcount-aft.patch - patches.kernel.org/6.1.17-003-Linux-6.1.17.patch - patches.kernel.org/6.1.18-001-net-sched-Retire-tcindex-classifier.patch - patches.kernel.org/6.1.18-002-auxdisplay-hd44780-Fix-potential-memory-leak-i.patch - patches.kernel.org/6.1.18-003-fs-jfs-fix-shift-exponent-db_agl2size-negative.patch - patches.kernel.org/6.1.18-004-driver-soc-xilinx-fix-memory-leak-in-xlnx_add_.patch - patches.kernel.org/6.1.18-005-f2fs-don-t-rely-on-F2FS_MAP_-in-f2fs_iomap_beg.patch - patches.kernel.org/6.1.18-006-f2fs-fix-to-avoid-potential-deadlock.patch - patches.kernel.org/6.1.18-007-objtool-Fix-memory-leak-in-create_static_call_.patch - patches.kernel.org/6.1.18-008-soc-mediatek-mtk-pm-domains-Allow-mt8186-ADSP-.patch - patches.kernel.org/6.1.18-009-memory-renesas-rpc-if-Split-off-private-data-f.patch - patches.kernel.org/6.1.18-010-memory-renesas-rpc-if-Move-resource-acquisitio.patch - patches.kernel.org/6.1.18-011-soc-mediatek-mtk-svs-Enable-the-IRQ-later.patch - patches.kernel.org/6.1.18-012-pwm-sifive-Always-let-the-first-pwm_apply_stat.patch - patches.kernel.org/6.1.18-013-pwm-stm32-lp-fix-the-check-on-arr-and-cmp-regi.patch - patches.kernel.org/6.1.18-014-f2fs-introduce-trace_f2fs_replace_atomic_write.patch - patches.kernel.org/6.1.18-015-f2fs-correct-i_size-change-for-atomic-writes.patch - patches.kernel.org/6.1.18-016-f2fs-clear-atomic_write_task-in-f2fs_abort_ato.patch - patches.kernel.org/6.1.18-017-soc-mediatek-mtk-svs-restore-default-voltages-.patch - patches.kernel.org/6.1.18-018-soc-mediatek-mtk-svs-reset-svs-when-svs_resume.patch - patches.kernel.org/6.1.18-019-soc-mediatek-mtk-svs-Use-pm_runtime_resume_and.patch - patches.kernel.org/6.1.18-020-fs-f2fs-initialize-fsdata-in-pagecache_write.patch - patches.kernel.org/6.1.18-021-f2fs-allow-set-compression-option-of-files-wit.patch - patches.kernel.org/6.1.18-022-f2fs-fix-to-abort-atomic-write-only-during-do_.patch - patches.kernel.org/6.1.18-023-um-vector-Fix-memory-leak-in-vector_config.patch - patches.kernel.org/6.1.18-024-ubi-ensure-that-VID-header-offset-VID-header-s.patch - patches.kernel.org/6.1.18-025-ubifs-Fix-build-errors-as-symbol-undefined.patch - patches.kernel.org/6.1.18-026-ubifs-Fix-memory-leak-in-ubifs_sysfs_init.patch - patches.kernel.org/6.1.18-027-ubifs-Rectify-space-budget-for-ubifs_symlink-i.patch - patches.kernel.org/6.1.18-028-ubifs-Rectify-space-budget-for-ubifs_xrename.patch - patches.kernel.org/6.1.18-029-ubifs-Fix-wrong-dirty-space-budget-for-dirty-i.patch - patches.kernel.org/6.1.18-030-ubifs-do_rename-Fix-wrong-space-budget-when-ta.patch - patches.kernel.org/6.1.18-031-ubifs-Reserve-one-leb-for-each-journal-head-wh.patch - patches.kernel.org/6.1.18-032-ubi-Fix-use-after-free-when-volume-resizing-fa.patch - patches.kernel.org/6.1.18-033-ubi-Fix-unreferenced-object-reported-by-kmemle.patch - patches.kernel.org/6.1.18-034-ubifs-Fix-memory-leak-in-alloc_wbufs.patch - patches.kernel.org/6.1.18-035-ubi-Fix-possible-null-ptr-deref-in-ubi_free_vo.patch - patches.kernel.org/6.1.18-036-ubifs-Re-statistic-cleaned-znode-count-if-comm.patch - patches.kernel.org/6.1.18-037-ubifs-dirty_cow_znode-Fix-memleak-in-error-han.patch - patches.kernel.org/6.1.18-038-ubifs-ubifs_writepage-Mark-page-dirty-after-wr.patch - patches.kernel.org/6.1.18-039-ubifs-ubifs_releasepage-Remove-ubifs_assert-0-.patch - patches.kernel.org/6.1.18-040-ubi-fastmap-Fix-missed-fm_anchor-PEB-in-wear-l.patch - patches.kernel.org/6.1.18-041-ubi-Fix-UAF-wear-leveling-entry-in-eraseblk_co.patch - patches.kernel.org/6.1.18-042-ubi-ubi_wl_put_peb-Fix-infinite-loop-when-wear.patch - patches.kernel.org/6.1.18-043-f2fs-fix-to-avoid-potential-memory-corruption-.patch - patches.kernel.org/6.1.18-044-soc-qcom-stats-Populate-all-subsystem-debugfs-.patch - patches.kernel.org/6.1.18-045-ext4-use-ext4_fc_tl_mem-in-fast-commit-replay-.patch - patches.kernel.org/6.1.18-046-ext4-don-t-show-commit-interval-if-it-is-zero.patch - patches.kernel.org/6.1.18-047-netfilter-nf_tables-allow-to-fetch-set-element.patch - patches.kernel.org/6.1.18-048-x86-um-vdso-Add-rcx-and-r11-to-the-syscall-clo.patch - patches.kernel.org/6.1.18-049-um-virtio_uml-free-command-if-adding-to-virtqu.patch - patches.kernel.org/6.1.18-050-um-virtio_uml-mark-device-as-unregistered-when.patch - patches.kernel.org/6.1.18-051-um-virtio_uml-move-device-breaking-into-workqu.patch - patches.kernel.org/6.1.18-052-um-virt-pci-properly-remove-PCI-device-from-bu.patch - patches.kernel.org/6.1.18-053-f2fs-synchronize-atomic-write-aborts.patch - patches.kernel.org/6.1.18-054-watchdog-rzg2l_wdt-Issue-a-reset-before-we-put.patch - patches.kernel.org/6.1.18-055-watchdog-rzg2l_wdt-Handle-TYPE-B-reset-for-RZ-.patch - patches.kernel.org/6.1.18-056-watchdog-at91sam9_wdt-use-devm_request_irq-to-.patch - patches.kernel.org/6.1.18-057-watchdog-Fix-kmemleak-in-watchdog_cdev_registe.patch - patches.kernel.org/6.1.18-058-watchdog-pcwd_usb-Fix-attempting-to-access-uni.patch - patches.kernel.org/6.1.18-059-watchdog-sbsa_wdog-Make-sure-the-timeout-progr.patch - patches.kernel.org/6.1.18-060-netfilter-ctnetlink-fix-possible-refcount-leak.patch - patches.kernel.org/6.1.18-061-netfilter-conntrack-fix-rmmod-double-free-race.patch - patches.kernel.org/6.1.18-062-netfilter-ip6t_rpfilter-Fix-regression-with-VR.patch - patches.kernel.org/6.1.18-063-netfilter-ebtables-fix-table-blob-use-after-fr.patch - patches.kernel.org/6.1.18-064-netfilter-xt_length-use-skb-len-to-match-in-le.patch - patches.kernel.org/6.1.18-065-netfilter-ctnetlink-make-event-listener-tracki.patch - patches.kernel.org/6.1.18-066-netfilter-x_tables-fix-percpu-counter-block-le.patch - patches.kernel.org/6.1.18-067-ptp-vclock-use-mutex-to-fix-sleep-on-atomic-bu.patch - patches.kernel.org/6.1.18-068-drm-i915-move-a-Kconfig-symbol-to-unbreak-the-.patch - patches.kernel.org/6.1.18-069-ipv6-Add-lwtunnel-encap-size-of-all-siblings-i.patch - patches.kernel.org/6.1.18-070-octeontx2-pf-Recalculate-UDP-checksum-for-ptp-.patch - patches.kernel.org/6.1.18-071-net-sunhme-Fix-region-request.patch - patches.kernel.org/6.1.18-072-sctp-add-a-refcnt-in-sctp_stream_priorities-to.patch - patches.kernel.org/6.1.18-073-octeontx2-pf-Use-correct-struct-reference-in-t.patch - patches.kernel.org/6.1.18-074-net-fix-__dev_kfree_skb_any-vs-drop-monitor.patch - patches.kernel.org/6.1.18-075-9p-xen-fix-version-parsing.patch - patches.kernel.org/6.1.18-076-9p-xen-fix-connection-sequence.patch - patches.kernel.org/6.1.18-077-9p-rdma-unmap-receive-dma-buffer-in-rdma_reque.patch - patches.kernel.org/6.1.18-078-spi-tegra210-quad-Fix-validate-combined-sequen.patch - patches.kernel.org/6.1.18-079-mlx5-fix-skb-leak-while-fifo-resync-and-push.patch - patches.kernel.org/6.1.18-080-mlx5-fix-possible-ptp-queue-fifo-use-after-fre.patch - patches.kernel.org/6.1.18-081-net-mlx5-ECPF-wait-for-VF-pages-only-after-dis.patch - patches.kernel.org/6.1.18-082-net-mlx5e-Verify-flow_source-cap-before-using-.patch - patches.kernel.org/6.1.18-083-net-mlx5-Geneve-Fix-handling-of-Geneve-object-.patch - patches.kernel.org/6.1.18-084-ext4-fix-incorrect-options-show-of-original-mo.patch - patches.kernel.org/6.1.18-085-nfc-fix-memory-leak-of-se_io-context-in-nfc_ge.patch - patches.kernel.org/6.1.18-086-net-sched-transition-act_pedit-to-rcu-and-perc.patch - patches.kernel.org/6.1.18-087-net-sched-act_pedit-fix-action-bind-logic.patch - patches.kernel.org/6.1.18-088-net-sched-act_mpls-fix-action-bind-logic.patch - patches.kernel.org/6.1.18-089-net-sched-act_sample-fix-action-bind-logic.patch - patches.kernel.org/6.1.18-090-net-dsa-seville-ignore-mscc-miim-read-errors-f.patch - patches.kernel.org/6.1.18-091-net-dsa-felix-fix-internal-MDIO-controller-res.patch - patches.kernel.org/6.1.18-092-ARM-dts-spear320-hmi-correct-STMPE-GPIO-compat.patch - patches.kernel.org/6.1.18-093-tcp-tcp_check_req-can-be-called-from-process-c.patch - patches.kernel.org/6.1.18-094-vc_screen-modify-vcs_size-handling-in-vcs_read.patch - patches.kernel.org/6.1.18-095-spi-tegra210-quad-Fix-iterator-outside-loop.patch - patches.kernel.org/6.1.18-096-rtc-sun6i-Always-export-the-internal-oscillato.patch - patches.kernel.org/6.1.18-097-genirq-ipi-Fix-NULL-pointer-deref-in-irq_data_.patch - patches.kernel.org/6.1.18-098-scsi-ipr-Work-around-fortify-string-warning.patch - patches.kernel.org/6.1.18-099-scsi-mpi3mr-Fix-an-issue-found-by-KASAN.patch - patches.kernel.org/6.1.18-100-scsi-mpi3mr-Use-number-of-bits-to-manage-bitma.patch - patches.kernel.org/6.1.18-101-rtc-allow-rtc_read_alarm-without-read_alarm-ca.patch - patches.kernel.org/6.1.18-102-io_uring-fix-size-calculation-when-registering.patch - patches.kernel.org/6.1.18-103-loop-loop_set_status_from_info-check-before-as.patch - patches.kernel.org/6.1.18-104-ASoC-adau7118-don-t-disable-regulators-on-devi.patch - patches.kernel.org/6.1.18-105-ASoC-apple-mca-Fix-final-status-read-on-SERDES.patch - patches.kernel.org/6.1.18-106-ASoC-apple-mca-Fix-SERDES-reset-sequence.patch - patches.kernel.org/6.1.18-107-ASoC-apple-mca-Improve-handling-of-unavailable.patch - patches.kernel.org/6.1.18-108-nvme-bring-back-auto-removal-of-deleted-namesp.patch - patches.kernel.org/6.1.18-109-nvme-tcp-don-t-access-released-socket-during-e.patch - patches.kernel.org/6.1.18-110-nvme-fabrics-show-well-known-discovery-name.patch - patches.kernel.org/6.1.18-111-ASoC-zl38060-add-gpiolib-dependency.patch - patches.kernel.org/6.1.18-112-ASoC-mediatek-mt8195-add-missing-initializatio.patch - patches.kernel.org/6.1.18-113-thermal-intel-quark_dts-fix-error-pointer-dere.patch - patches.kernel.org/6.1.18-114-thermal-intel-BXT_PMIC-select-REGMAP-instead-o.patch - patches.kernel.org/6.1.18-115-tracing-Add-NULL-checks-for-buffer-in-ring_buf.patch - patches.kernel.org/6.1.18-116-kernel-printk-index.c-fix-memory-leak-with-usi.patch - patches.kernel.org/6.1.18-117-firmware-efi-sysfb_efi-Add-quirk-for-Lenovo-Id.patch - patches.kernel.org/6.1.18-118-bootconfig-Increase-max-nodes-of-bootconfig-fr.patch - patches.kernel.org/6.1.18-119-mfd-arizona-Use-pm_runtime_resume_and_get-to-p.patch - patches.kernel.org/6.1.18-120-IB-hfi1-Update-RMT-size-calculation.patch - patches.kernel.org/6.1.18-121-iommu-amd-Fix-error-handling-for-pdev_pri_ats_.patch - patches.kernel.org/6.1.18-122-PCI-ACPI-Account-for-_S0W-of-the-target-bridge.patch - patches.kernel.org/6.1.18-123-media-uvcvideo-Remove-format-descriptions.patch - patches.kernel.org/6.1.18-124-media-uvcvideo-Handle-cameras-with-invalid-des.patch - patches.kernel.org/6.1.18-125-media-uvcvideo-Handle-errors-from-calls-to-usb.patch - patches.kernel.org/6.1.18-126-media-uvcvideo-Quirk-for-autosuspend-in-Logite.patch - patches.kernel.org/6.1.18-127-media-uvcvideo-Silence-memcpy-run-time-false-p.patch - patches.kernel.org/6.1.18-128-USB-fix-memory-leak-with-using-debugfs_lookup.patch - patches.kernel.org/6.1.18-129-cacheinfo-Fix-shared_cpu_map-to-handle-shared-.patch - patches.kernel.org/6.1.18-130-staging-emxx_udc-Add-checks-for-dma_alloc_cohe.patch - patches.kernel.org/6.1.18-131-tty-fix-out-of-bounds-access-in-tty_driver_loo.patch - patches.kernel.org/6.1.18-132-tty-serial-fsl_lpuart-disable-the-CTS-when-sen.patch - patches.kernel.org/6.1.18-133-serial-sc16is7xx-setup-GPIO-controller-later-i.patch - patches.kernel.org/6.1.18-134-mei-bus-fixup-upon-error-print-return-values-o.patch - patches.kernel.org/6.1.18-135-tools-iio-iio_utils-fix-memory-leak.patch - patches.kernel.org/6.1.18-136-bus-mhi-ep-Fix-the-debug-message-for-MHI_PKT_T.patch - patches.kernel.org/6.1.18-137-iio-accel-mma9551_core-Prevent-uninitialized-v.patch - patches.kernel.org/6.1.18-138-iio-accel-mma9551_core-Prevent-uninitialized-v.patch - patches.kernel.org/6.1.18-139-media-uvcvideo-Add-GUID-for-BGRA-X-8-8-8-8.patch - patches.kernel.org/6.1.18-140-soundwire-bus_type-Avoid-lockdep-assert-in-sdw.patch - patches.kernel.org/6.1.18-141-PCI-loongson-Prevent-LS7A-MRRS-increases.patch - patches.kernel.org/6.1.18-142-staging-pi433-fix-memory-leak-with-using-debug.patch - patches.kernel.org/6.1.18-143-USB-dwc3-fix-memory-leak-with-using-debugfs_lo.patch - patches.kernel.org/6.1.18-144-USB-chipidea-fix-memory-leak-with-using-debugf.patch - patches.kernel.org/6.1.18-145-USB-ULPI-fix-memory-leak-with-using-debugfs_lo.patch - patches.kernel.org/6.1.18-146-USB-uhci-fix-memory-leak-with-using-debugfs_lo.patch - patches.kernel.org/6.1.18-147-USB-sl811-fix-memory-leak-with-using-debugfs_l.patch - patches.kernel.org/6.1.18-148-USB-fotg210-fix-memory-leak-with-using-debugfs.patch - patches.kernel.org/6.1.18-149-USB-isp116x-fix-memory-leak-with-using-debugfs.patch - patches.kernel.org/6.1.18-150-USB-isp1362-fix-memory-leak-with-using-debugfs.patch - patches.kernel.org/6.1.18-151-USB-gadget-gr_udc-fix-memory-leak-with-using-d.patch - patches.kernel.org/6.1.18-152-USB-gadget-bcm63xx_udc-fix-memory-leak-with-us.patch - patches.kernel.org/6.1.18-153-USB-gadget-lpc32xx_udc-fix-memory-leak-with-us.patch - patches.kernel.org/6.1.18-154-USB-gadget-pxa25x_udc-fix-memory-leak-with-usi.patch - patches.kernel.org/6.1.18-155-USB-gadget-pxa27x_udc-fix-memory-leak-with-usi.patch - patches.kernel.org/6.1.18-156-usb-host-xhci-mvebu-Iterate-over-array-indexes.patch - patches.kernel.org/6.1.18-157-USB-ene_usb6250-Allocate-enough-memory-for-ful.patch - patches.kernel.org/6.1.18-158-usb-uvc-Enumerate-valid-values-for-color-match.patch - patches.kernel.org/6.1.18-159-usb-gadget-uvc-Make-bSourceID-read-write.patch - patches.kernel.org/6.1.18-160-PCI-Align-extra-resources-for-hotplug-bridges-.patch - patches.kernel.org/6.1.18-161-PCI-Take-other-bus-devices-into-account-when-d.patch - patches.kernel.org/6.1.18-162-PCI-Distribute-available-resources-for-root-bu.patch - patches.kernel.org/6.1.18-163-tty-pcn_uart-fix-memory-leak-with-using-debugf.patch - patches.kernel.org/6.1.18-164-misc-vmw_balloon-fix-memory-leak-with-using-de.patch - patches.kernel.org/6.1.18-165-drivers-base-component-fix-memory-leak-with-us.patch - patches.kernel.org/6.1.18-166-drivers-base-dd-fix-memory-leak-with-using-deb.patch - patches.kernel.org/6.1.18-167-kernel-fail_function-fix-memory-leak-with-usin.patch - patches.kernel.org/6.1.18-168-PCI-loongson-Add-more-devices-that-need-MRRS-q.patch - patches.kernel.org/6.1.18-169-PCI-Add-ACS-quirk-for-Wangxun-NICs.patch - patches.kernel.org/6.1.18-170-PCI-pciehp-Add-Qualcomm-quirk-for-Command-Comp.patch - patches.kernel.org/6.1.18-171-phy-rockchip-typec-Fix-unsigned-comparison-wit.patch - patches.kernel.org/6.1.18-172-RDMA-cma-Distinguish-between-sockaddr_in-and-s.patch - patches.kernel.org/6.1.18-173-iommu-Attach-device-group-to-old-domain-in-err.patch - patches.kernel.org/6.1.18-174-soundwire-cadence-Remove-wasted-space-in-respo.patch - patches.kernel.org/6.1.18-175-soundwire-cadence-Drain-the-RX-FIFO-after-an-I.patch - patches.kernel.org/6.1.18-176-net-tls-avoid-hanging-tasks-on-the-tx_lock.patch - patches.kernel.org/6.1.18-177-x86-resctl-fix-scheduler-confusion-with-curren.patch - patches.kernel.org/6.1.18-178-vDPA-ifcvf-decouple-hw-features-manipulators-f.patch - patches.kernel.org/6.1.18-179-vDPA-ifcvf-decouple-config-space-ops-from-the-.patch - patches.kernel.org/6.1.18-180-vDPA-ifcvf-alloc-the-mgmt_dev-before-the-adapt.patch - patches.kernel.org/6.1.18-181-vDPA-ifcvf-decouple-vq-IRQ-releasers-from-the-.patch - patches.kernel.org/6.1.18-182-vDPA-ifcvf-decouple-config-IRQ-releaser-from-t.patch - patches.kernel.org/6.1.18-183-vDPA-ifcvf-decouple-vq-irq-requester-from-the-.patch - patches.kernel.org/6.1.18-184-vDPA-ifcvf-decouple-config-dev-IRQ-requester-a.patch - patches.kernel.org/6.1.18-185-vDPA-ifcvf-ifcvf_request_irq-works-on-ifcvf_hw.patch - patches.kernel.org/6.1.18-186-vDPA-ifcvf-manage-ifcvf_hw-in-the-mgmt_dev.patch - patches.kernel.org/6.1.18-187-vDPA-ifcvf-allocate-the-adapter-in-dev_add.patch - patches.kernel.org/6.1.18-188-drm-display-dp_mst-Add-drm_atomic_get_old_mst_.patch - patches.kernel.org/6.1.18-189-drm-display-dp_mst-Fix-down-up-message-handlin.patch - patches.kernel.org/6.1.18-190-drm-display-dp_mst-Fix-down-message-handling-a.patch - patches.kernel.org/6.1.18-191-drm-display-dp_mst-Fix-payload-addition-on-a-d.patch - patches.kernel.org/6.1.18-192-drm-i915-dp_mst-Add-the-MST-topology-state-for.patch - patches.kernel.org/6.1.18-193-drm-i915-Fix-system-suspend-without-fbdev-bein.patch - patches.kernel.org/6.1.18-194-media-uvcvideo-Fix-race-condition-with-usb_kil.patch - patches.kernel.org/6.1.18-195-io_uring-fix-two-assignments-in-if-conditions.patch - patches.kernel.org/6.1.18-196-io_uring-poll-allow-some-retries-for-poll-trig.patch - patches.kernel.org/6.1.18-197-arm64-efi-Make-efi_rt_lock-a-raw_spinlock.patch - patches.kernel.org/6.1.18-198-arm64-mte-Fix-clarify-the-PG_mte_tagged-semant.patch - patches.kernel.org/6.1.18-199-arm64-Reset-KASAN-tag-in-copy_highpage-with-HW.patch - patches.kernel.org/6.1.18-200-usb-gadget-uvc-fix-missing-mutex_unlock-if-kst.patch - patches.kernel.org/6.1.18-201-Linux-6.1.18.patch - patches.kernel.org/6.1.19-001-tpm-disable-hwrng-for-fTPM-on-some-AMD-designs.patch - patches.kernel.org/6.1.19-002-wifi-cfg80211-Partial-revert-wifi-cfg80211-Fix.patch - patches.kernel.org/6.1.19-003-staging-rtl8192e-Remove-function-.dm_check_ac_.patch - patches.kernel.org/6.1.19-004-staging-rtl8192e-Remove-call_usermodehelper-st.patch - patches.kernel.org/6.1.19-005-Linux-6.1.19.patch - patches.kernel.org/6.1.20-001-fs-prevent-out-of-bounds-array-speculation-whe.patch - patches.kernel.org/6.1.20-002-btrfs-fix-unnecessary-increment-of-read-error-.patch - patches.kernel.org/6.1.20-003-btrfs-fix-percent-calculation-for-bg-reclaim-m.patch - patches.kernel.org/6.1.20-004-io_uring-uring_cmd-ensure-that-device-supports.patch - patches.kernel.org/6.1.20-005-erofs-fix-wrong-kunmap-when-using-LZMA-on-HIGH.patch - patches.kernel.org/6.1.20-006-perf-inject-Fix-buildid-all-not-to-eat-up-MMAP.patch - patches.kernel.org/6.1.20-007-fork-allow-CLONE_NEWTIME-in-clone3-flags.patch - patches.kernel.org/6.1.20-008-RISC-V-Stop-emitting-attributes.patch - patches.kernel.org/6.1.20-009-x86-CPU-AMD-Disable-XSAVES-on-AMD-family-0x17.patch - patches.kernel.org/6.1.20-010-drm-amdgpu-fix-error-checking-in-amdgpu_read_m.patch - patches.kernel.org/6.1.20-011-drm-amdgpu-fix-error-checking-in-amdgpu_read_m.patch - patches.kernel.org/6.1.20-012-drm-amdgpu-fix-error-checking-in-amdgpu_read_m.patch - patches.kernel.org/6.1.20-013-drm-display-Don-t-block-HDR_OUTPUT_METADATA-on.patch - patches.kernel.org/6.1.20-014-drm-connector-print-max_requested_bpc-in-state.patch - patches.kernel.org/6.1.20-015-staging-rtl8723bs-Fix-key-store-index-handling.patch - patches.kernel.org/6.1.20-016-staging-rtl8723bs-Pass-correct-parameters-to-c.patch - patches.kernel.org/6.1.20-017-ext4-fix-cgroup-writeback-accounting-with-fs-l.patch - patches.kernel.org/6.1.20-018-ext4-fix-RENAME_WHITEOUT-handling-for-inline-d.patch - patches.kernel.org/6.1.20-019-ext4-fix-another-off-by-one-fsmap-error-on-1k-.patch - patches.kernel.org/6.1.20-020-ext4-move-where-set-the-MAY_INLINE_DATA-flag-i.patch - patches.kernel.org/6.1.20-021-ext4-fix-WARNING-in-ext4_update_inline_data.patch - patches.kernel.org/6.1.20-022-ext4-zero-i_disksize-when-initializing-the-boo.patch - patches.kernel.org/6.1.20-023-HID-core-Provide-new-max_buffer_size-attribute.patch - patches.kernel.org/6.1.20-024-HID-uhid-Over-ride-the-default-maximum-data-bu.patch - patches.kernel.org/6.1.20-025-nfc-change-order-inside-nfc_se_io-error-path.patch - patches.kernel.org/6.1.20-026-KVM-VMX-Reset-eVMCS-controls-in-VP-assist-page.patch - patches.kernel.org/6.1.20-027-KVM-VMX-Don-t-bother-disabling-eVMCS-static-ke.patch - patches.kernel.org/6.1.20-028-KVM-x86-Move-guts-of-kvm_arch_init-to-standalo.patch - patches.kernel.org/6.1.20-029-KVM-VMX-Do-_all_-initialization-before-exposin.patch - patches.kernel.org/6.1.20-030-fs-dlm-fix-log-of-lowcomms-vs-midcomms.patch - patches.kernel.org/6.1.20-031-fs-dlm-add-midcomms-init-start-functions.patch - patches.kernel.org/6.1.20-032-fs-dlm-start-midcomms-before-scand.patch - patches.kernel.org/6.1.20-033-fs-dlm-remove-send-repeat-remove-handling.patch - patches.kernel.org/6.1.20-034-fs-dlm-use-packet-in-dlm_mhandle.patch - patches.kernel.org/6.1.20-035-fd-dlm-trace-send-recv-of-dlm-message-and-rcom.patch - patches.kernel.org/6.1.20-036-fs-dlm-fix-use-after-free-in-midcomms-commit.patch - patches.kernel.org/6.1.20-037-fs-dlm-use-WARN_ON_ONCE-instead-of-WARN_ON.patch - patches.kernel.org/6.1.20-038-fs-dlm-be-sure-to-call-dlm_send_queue_flush.patch - patches.kernel.org/6.1.20-039-fs-dlm-fix-race-setting-stop-tx-flag.patch - patches.kernel.org/6.1.20-040-udf-Fix-off-by-one-error-when-discarding-preal.patch - patches.kernel.org/6.1.20-041-bus-mhi-ep-Power-up-down-MHI-stack-during-MHI-.patch - patches.kernel.org/6.1.20-042-bus-mhi-ep-Change-state_lock-to-mutex.patch - patches.kernel.org/6.1.20-043-Input-exc3000-properly-stop-timer-on-shutdown.patch - patches.kernel.org/6.1.20-044-ipmi-ssif-Remove-rtc_us_timer.patch - patches.kernel.org/6.1.20-045-ipmi-ssif-Increase-the-message-retry-time.patch - patches.kernel.org/6.1.20-046-ipmi-ssif-Add-a-timer-between-request-retries.patch - patches.kernel.org/6.1.20-047-spi-intel-Check-number-of-chip-selects-after-r.patch - patches.kernel.org/6.1.20-048-drm-i915-Introduce-intel_panel_init_alloc.patch - patches.kernel.org/6.1.20-049-drm-i915-Do-panel-VBT-init-early-if-the-VBT-de.patch - patches.kernel.org/6.1.20-050-drm-i915-Populate-encoder-devdata-for-DSI-on-i.patch - patches.kernel.org/6.1.20-051-block-Revert-block-Do-not-reread-partition-tab.patch - patches.kernel.org/6.1.20-052-block-fix-scan-partition-for-exclusively-open-.patch - patches.kernel.org/6.1.20-053-riscv-Add-header-include-guards-to-insn.h.patch - patches.kernel.org/6.1.20-054-scsi-core-Remove-the-proc-scsi-proc_name-direc.patch - patches.kernel.org/6.1.20-055-ext4-Fix-possible-corruption-when-moving-a-dir.patch - patches.kernel.org/6.1.20-056-cifs-improve-checking-of-DFS-links-over-STATUS.patch - patches.kernel.org/6.1.20-057-drm-nouveau-kms-nv50-fix-nv50_wndw_new_-protot.patch - patches.kernel.org/6.1.20-058-drm-msm-Fix-potential-invalid-ptr-free.patch - patches.kernel.org/6.1.20-059-drm-msm-a5xx-fix-setting-of-the-CP_PREEMPT_ENA.patch - patches.kernel.org/6.1.20-060-drm-msm-a5xx-fix-highest-bank-bit-for-a530.patch - patches.kernel.org/6.1.20-061-drm-msm-a5xx-fix-the-emptyness-check-in-the-pr.patch - patches.kernel.org/6.1.20-062-drm-msm-a5xx-fix-context-faults-during-ring-sw.patch - patches.kernel.org/6.1.20-063-bgmac-fix-initial-chip-reset-to-support-BCM535.patch - patches.kernel.org/6.1.20-064-nfc-fdp-add-null-check-of-devm_kmalloc_array-i.patch - patches.kernel.org/6.1.20-065-powerpc-dts-t1040rdb-fix-compatible-string-for.patch - patches.kernel.org/6.1.20-066-tls-rx-fix-return-value-for-async-crypto.patch - patches.kernel.org/6.1.20-067-drm-msm-dpu-disable-features-unsupported-by-QC.patch - patches.kernel.org/6.1.20-068-ila-do-not-generate-empty-messages-in-ila_xlat.patch - patches.kernel.org/6.1.20-069-net-lan966x-Fix-port-police-support-using-tc-m.patch - patches.kernel.org/6.1.20-070-selftests-nft_nat-ensuring-the-listening-side-.patch - patches.kernel.org/6.1.20-071-netfilter-nft_last-copy-content-when-cloning-e.patch - patches.kernel.org/6.1.20-072-netfilter-nft_quota-copy-content-when-cloning-.patch - patches.kernel.org/6.1.20-073-net-tls-fix-possible-race-condition-between-do.patch - patches.kernel.org/6.1.20-074-net-use-indirect-calls-helpers-for-sk_exit_mem.patch - patches.kernel.org/6.1.20-075-perf-stat-Fix-counting-when-initial-delay-conf.patch - patches.kernel.org/6.1.20-076-net-lan78xx-fix-accessing-the-LAN7800-s-intern.patch - patches.kernel.org/6.1.20-077-net-caif-Fix-use-after-free-in-cfusbl_device_n.patch - patches.kernel.org/6.1.20-078-ice-copy-last-block-omitted-in-ice_get_module_.patch - patches.kernel.org/6.1.20-079-bpf-sockmap-Fix-an-infinite-loop-error-when-le.patch - patches.kernel.org/6.1.20-080-drm-msm-dpu-fix-len-of-sc7180-ctl-blocks.patch - patches.kernel.org/6.1.20-081-drm-msm-dpu-drop-DPU_DIM_LAYER-from-MIXER_MSM8.patch - patches.kernel.org/6.1.20-082-drm-msm-dpu-fix-clocks-settings-for-msm8998-SS.patch - patches.kernel.org/6.1.20-083-drm-msm-dpu-clear-DSPP-reservations-in-rm-rele.patch - patches.kernel.org/6.1.20-084-net-stmmac-add-to-set-device-wake-up-flag-when.patch - patches.kernel.org/6.1.20-085-net-phylib-get-rid-of-unnecessary-locking.patch - patches.kernel.org/6.1.20-086-bnxt_en-Avoid-order-5-memory-allocation-for-TP.patch - patches.kernel.org/6.1.20-087-netfilter-ctnetlink-revert-to-dumping-mark-reg.patch - patches.kernel.org/6.1.20-088-netfilter-tproxy-fix-deadlock-due-to-missing-B.patch - patches.kernel.org/6.1.20-089-m68k-mm-Move-initrd-phys_to_virt-handling-afte.patch - patches.kernel.org/6.1.20-090-btrfs-fix-extent-map-logging-bit-not-cleared-f.patch - patches.kernel.org/6.1.20-091-bpf-test_run-fix-xdp_frame-misplacement-for-LI.patch - patches.kernel.org/6.1.20-092-btf-fix-resolving-BTF_KIND_VAR-after-ARRAY-STR.patch - patches.kernel.org/6.1.20-093-net-phy-smsc-fix-link-up-detection-in-forced-i.patch - patches.kernel.org/6.1.20-094-net-ethernet-mtk_eth_soc-fix-RX-data-corruptio.patch - patches.kernel.org/6.1.20-095-net-tls-fix-device-offloaded-sendpage-straddli.patch - patches.kernel.org/6.1.20-096-scsi-megaraid_sas-Update-max-supported-LD-IDs-.patch - patches.kernel.org/6.1.20-097-scsi-sd-Fix-wrong-zone_write_granularity-value.patch - patches.kernel.org/6.1.20-098-netfilter-conntrack-adopt-safer-max-chain-leng.patch - patches.kernel.org/6.1.20-099-platform-mellanox-select-REGMAP-instead-of-dep.patch - patches.kernel.org/6.1.20-100-platform-x86-MLX_PLATFORM-select-REGMAP-instea.patch - patches.kernel.org/6.1.20-101-block-fix-wrong-mode-for-blkdev_put-from-disk_.patch - patches.kernel.org/6.1.20-102-NFSD-Protect-against-filesystem-freezing.patch - patches.kernel.org/6.1.20-103-ice-Fix-DSCP-PFC-TLV-creation.patch - patches.kernel.org/6.1.20-104-ethernet-ice-avoid-gcc-9-integer-overflow-warn.patch - patches.kernel.org/6.1.20-105-net-smc-fix-fallback-failed-while-sendmsg-with.patch - patches.kernel.org/6.1.20-106-octeontx2-af-Unlock-contexts-in-the-queue-cont.patch - patches.kernel.org/6.1.20-107-SUNRPC-Fix-a-server-shutdown-leak.patch - patches.kernel.org/6.1.20-108-net-dsa-mt7530-permit-port-5-to-work-without-p.patch - patches.kernel.org/6.1.20-109-af_unix-fix-struct-pid-leaks-in-OOB-support.patch - patches.kernel.org/6.1.20-110-erofs-Revert-erofs-fix-kvcalloc-misuse-with-__.patch - patches.kernel.org/6.1.20-111-riscv-Use-READ_ONCE_NOCHECK-in-imprecise-unwin.patch - patches.kernel.org/6.1.20-112-RISC-V-Don-t-check-text_mutex-during-stop_mach.patch - patches.kernel.org/6.1.20-113-drm-amdgpu-fix-return-value-check-in-kfd.patch - patches.kernel.org/6.1.20-114-ext4-Fix-deadlock-during-directory-rename.patch - patches.kernel.org/6.1.20-115-drm-amdgpu-soc21-don-t-expose-AV1-if-VCN0-is-h.patch - patches.kernel.org/6.1.20-116-drm-amdgpu-soc21-Add-video-cap-query-support-f.patch - patches.kernel.org/6.1.20-117-adreno-Shutdown-the-GPU-properly.patch - patches.kernel.org/6.1.20-118-drm-msm-adreno-fix-runtime-PM-imbalance-at-unb.patch - patches.kernel.org/6.1.20-119-watch_queue-fix-IOC_WATCH_QUEUE_SET_SIZE-alloc.patch - patches.kernel.org/6.1.20-120-tpm-eventlog-Don-t-abort-tpm_read_log-on-fault.patch - patches.kernel.org/6.1.20-121-MIPS-Fix-a-compilation-issue.patch - patches.kernel.org/6.1.20-122-powerpc-64-Don-t-recurse-irq-replay.patch - patches.kernel.org/6.1.20-123-powerpc-iommu-fix-memory-leak-with-using-debug.patch - patches.kernel.org/6.1.20-124-clk-renesas-rcar-gen3-Disable-R-Car-H3-ES1.patch - patches.kernel.org/6.1.20-125-powerpc-bpf-32-Only-set-a-stack-frame-when-nec.patch - patches.kernel.org/6.1.20-126-powerpc-64-Fix-task_cpu-in-early-boot-when-boo.patch - patches.kernel.org/6.1.20-127-powerpc-64-Move-paca-allocation-to-early_setup.patch - patches.kernel.org/6.1.20-128-powerpc-kcsan-Exclude-udelay-to-prevent-recurs.patch - patches.kernel.org/6.1.20-129-alpha-fix-R_ALPHA_LITERAL-reloc-for-large-modu.patch - patches.kernel.org/6.1.20-130-macintosh-windfarm-Use-unsigned-type-for-1-bit.patch - patches.kernel.org/6.1.20-131-PCI-Add-SolidRun-vendor-ID.patch - patches.kernel.org/6.1.20-132-scripts-handle-BrokenPipeError-for-python-scri.patch - patches.kernel.org/6.1.20-133-media-ov5640-Fix-analogue-gain-control.patch - patches.kernel.org/6.1.20-134-media-rc-gpio-ir-recv-add-remove-function.patch - patches.kernel.org/6.1.20-135-drm-amd-display-Allow-subvp-on-vactive-pipes-t.patch - patches.kernel.org/6.1.20-136-drm-amd-display-adjust-MALL-size-available-for.patch - patches.kernel.org/6.1.20-137-filelocks-use-mount-idmapping-for-setlease-per.patch - patches.kernel.org/6.1.20-138-Revert-bpf-test_run-fix-xdp_frame-misplacement.patch - patches.kernel.org/6.1.20-139-UML-define-RUNTIME_DISCARD_EXIT.patch - patches.kernel.org/6.1.20-140-Linux-6.1.20.patch - patches.kernel.org/6.1.21-001-xfrm-Allow-transport-mode-states-with-AF_UNSPE.patch - patches.kernel.org/6.1.21-002-drm-virtio-Pass-correct-device-to-dma_sync_sgt.patch - patches.kernel.org/6.1.21-003-drm-msm-gem-Prevent-blocking-within-shrinker-l.patch - patches.kernel.org/6.1.21-004-drm-panfrost-Don-t-sync-rpm-suspension-after-m.patch - patches.kernel.org/6.1.21-005-fbdev-chipsfb-Fix-error-codes-in-chipsfb_pci_i.patch - patches.kernel.org/6.1.21-006-cifs-Move-the-in_send-statistic-to-__smb_send_.patch - patches.kernel.org/6.1.21-007-drm-meson-fix-1px-pink-line-on-GXM-when-scalin.patch - patches.kernel.org/6.1.21-008-clk-HI655X-select-REGMAP-instead-of-depending-.patch - patches.kernel.org/6.1.21-009-ASoC-SOF-Intel-MTL-Fix-the-device-description.patch - patches.kernel.org/6.1.21-010-ASoC-SOF-Intel-HDA-Fix-device-description.patch - patches.kernel.org/6.1.21-011-ASoC-SOF-Intel-SKL-Fix-device-description.patch - patches.kernel.org/6.1.21-012-ASOC-SOF-Intel-pci-tgl-Fix-device-description.patch - patches.kernel.org/6.1.21-013-ASoC-SOF-ipc4-topology-set-dmic-dai-index-from.patch - patches.kernel.org/6.1.21-014-docs-Correct-missing-d_-prefix-for-dentry_oper.patch - patches.kernel.org/6.1.21-015-scsi-mpt3sas-Fix-NULL-pointer-access-in-mpt3sa.patch - patches.kernel.org/6.1.21-016-scsi-mpi3mr-Fix-throttle_groups-memory-leak.patch - patches.kernel.org/6.1.21-017-scsi-mpi3mr-Fix-config-page-DMA-memory-leak.patch - patches.kernel.org/6.1.21-018-scsi-mpi3mr-Fix-mpi3mr_hba_port-memory-leak-in.patch - patches.kernel.org/6.1.21-019-scsi-mpi3mr-Fix-sas_hba.phy-memory-leak-in-mpi.patch - patches.kernel.org/6.1.21-020-scsi-mpi3mr-Return-proper-values-for-failures-.patch - patches.kernel.org/6.1.21-021-scsi-mpi3mr-Fix-memory-leaks-in-mpi3mr_init_io.patch - patches.kernel.org/6.1.21-022-scsi-mpi3mr-ioctl-timeout-when-disabling-enabl.patch - patches.kernel.org/6.1.21-023-scsi-mpi3mr-Fix-expander-node-leak-in-mpi3mr_r.patch - patches.kernel.org/6.1.21-024-ALSA-hda-Match-only-Intel-devices-with-CONTROL.patch - patches.kernel.org/6.1.21-025-netfilter-nft_nat-correct-length-for-loading-p.patch - patches.kernel.org/6.1.21-026-netfilter-nft_masq-correct-length-for-loading-.patch - patches.kernel.org/6.1.21-027-netfilter-nft_redir-correct-length-for-loading.patch - patches.kernel.org/6.1.21-028-netfilter-nft_redir-correct-value-of-inet-type.patch - patches.kernel.org/6.1.21-029-scsi-core-Add-BLIST_NO_VPD_SIZE-for-some-VDASD.patch - patches.kernel.org/6.1.21-030-scsi-core-Fix-a-procfs-host-directory-removal-.patch - patches.kernel.org/6.1.21-031-ftrace-kcfi-Define-ftrace_stub_graph-condition.patch - patches.kernel.org/6.1.21-032-tcp-tcp_make_synack-can-be-called-from-process.patch - patches.kernel.org/6.1.21-033-vdpa-mlx5-should-not-activate-virtq-object-whe.patch - patches.kernel.org/6.1.21-034-wifi-nl80211-fix-NULL-ptr-deref-in-offchan-che.patch - patches.kernel.org/6.1.21-035-wifi-cfg80211-fix-MLO-connection-ownership.patch - patches.kernel.org/6.1.21-036-selftests-fix-LLVM-build-for-i386-and-x86_64.patch - patches.kernel.org/6.1.21-037-nfc-pn533-initialize-struct-pn533_out_arg-prop.patch - patches.kernel.org/6.1.21-038-ipvlan-Make-skb-skb_iif-track-skb-dev-for-l3s-.patch - patches.kernel.org/6.1.21-039-i40e-Fix-kernel-crash-during-reboot-when-adapt.patch - patches.kernel.org/6.1.21-040-vhost-vdpa-free-iommu-domain-after-last-use-du.patch - patches.kernel.org/6.1.21-041-vdpa_sim-not-reset-state-in-vdpasim_queue_read.patch - patches.kernel.org/6.1.21-042-vdpa_sim-set-last_used_idx-as-last_avail_idx-i.patch - patches.kernel.org/6.1.21-043-PCI-s390-Fix-use-after-free-of-PCI-resources-w.patch - patches.kernel.org/6.1.21-044-drm-i915-psr-Use-calculated-io-and-fast-wake-l.patch - patches.kernel.org/6.1.21-045-drm-i915-sseu-fix-max_subslices-array-index-ou.patch - patches.kernel.org/6.1.21-046-net-smc-fix-NULL-sndbuf_desc-in-smc_cdc_tx_han.patch - patches.kernel.org/6.1.21-047-qed-qed_dev-guard-against-a-possible-division-.patch - patches.kernel.org/6.1.21-048-net-dsa-mt7530-remove-now-incorrect-comment-re.patch - patches.kernel.org/6.1.21-049-net-dsa-mt7530-set-PLL-frequency-and-trgmii-on.patch - patches.kernel.org/6.1.21-050-block-do-not-reverse-request-order-when-flushi.patch - patches.kernel.org/6.1.21-051-loop-Fix-use-after-free-issues.patch - patches.kernel.org/6.1.21-052-net-tunnels-annotate-lockless-accesses-to-dev-.patch - patches.kernel.org/6.1.21-053-net-phy-smsc-bail-out-in-lan87xx_read_status-i.patch - patches.kernel.org/6.1.21-054-tcp-Fix-bind-conflict-check-for-dual-stack-wil.patch - patches.kernel.org/6.1.21-055-nfc-st-nci-Fix-use-after-free-bug-in-ndlc_remo.patch - patches.kernel.org/6.1.21-056-mlxsw-spectrum-Fix-incorrect-parsing-depth-aft.patch - patches.kernel.org/6.1.21-057-net-smc-fix-deadlock-triggered-by-cancel_delay.patch - patches.kernel.org/6.1.21-058-net-usb-smsc75xx-Limit-packet-length-to-skb-le.patch - patches.kernel.org/6.1.21-059-drm-bridge-Fix-returned-array-size-name-for-at.patch - patches.kernel.org/6.1.21-060-powerpc-mm-Fix-false-detection-of-read-faults.patch - patches.kernel.org/6.1.21-061-block-null_blk-Fix-handling-of-fake-timeout-re.patch - patches.kernel.org/6.1.21-062-nvme-fix-handling-single-range-discard-request.patch - patches.kernel.org/6.1.21-063-nvmet-avoid-potential-UAF-in-nvmet_req_complet.patch - patches.kernel.org/6.1.21-064-block-sunvdc-add-check-for-mdesc_grab-returnin.patch - patches.kernel.org/6.1.21-065-net-mlx5e-Fix-macsec-ASO-context-alignment.patch - patches.kernel.org/6.1.21-066-net-mlx5e-Don-t-cache-tunnel-offloads-capabili.patch - patches.kernel.org/6.1.21-067-net-mlx5-Fix-setting-ec_function-bit-in-MANAGE.patch - patches.kernel.org/6.1.21-068-net-mlx5-Disable-eswitch-before-waiting-for-VF.patch - patches.kernel.org/6.1.21-069-net-mlx5e-Support-Geneve-and-GRE-with-VF-tunne.patch - patches.kernel.org/6.1.21-070-net-mlx5-E-switch-Fix-wrong-usage-of-source-po.patch - patches.kernel.org/6.1.21-071-net-mlx5-E-switch-Fix-missing-set-of-split_cou.patch - patches.kernel.org/6.1.21-072-net-mlx5e-Fix-cleanup-null-ptr-deref-on-encap-.patch - patches.kernel.org/6.1.21-073-net-mlx5-Set-BREAK_FW_WAIT-flag-first-when-rem.patch - patches.kernel.org/6.1.21-074-veth-Fix-use-after-free-in-XDP_REDIRECT.patch - patches.kernel.org/6.1.21-075-ice-xsk-disable-txq-irq-before-flushing-hw.patch - patches.kernel.org/6.1.21-076-net-dsa-don-t-error-out-when-drivers-return-ET.patch - patches.kernel.org/6.1.21-077-net-dsa-mv88e6xxx-fix-max_mtu-of-1492-on-6165-.patch - patches.kernel.org/6.1.21-078-ravb-avoid-PHY-being-resumed-when-interface-is.patch - patches.kernel.org/6.1.21-079-sh_eth-avoid-PHY-being-resumed-when-interface-.patch - patches.kernel.org/6.1.21-080-ipv4-Fix-incorrect-table-ID-in-IOCTL-path.patch - patches.kernel.org/6.1.21-081-net-usb-smsc75xx-Move-packet-length-check-to-p.patch - patches.kernel.org/6.1.21-082-net-atlantic-Fix-crash-when-XDP-is-enabled-but.patch - patches.kernel.org/6.1.21-083-net-iucv-Fix-size-of-interrupt-data.patch - patches.kernel.org/6.1.21-084-i825xx-sni_82596-use-eth_hw_addr_set.patch - patches.kernel.org/6.1.21-085-selftests-net-devlink_port_split.py-skip-test-.patch - patches.kernel.org/6.1.21-086-qed-qed_mng_tlv-correctly-zero-out-min-instead.patch - patches.kernel.org/6.1.21-087-net-dsa-microchip-fix-RGMII-delay-configuratio.patch - patches.kernel.org/6.1.21-088-ethernet-sun-add-check-for-the-mdesc_grab.patch - patches.kernel.org/6.1.21-089-bonding-restore-IFF_MASTER-SLAVE-flags-on-bond.patch - patches.kernel.org/6.1.21-090-bonding-restore-bond-s-IFF_SLAVE-flag-if-a-non.patch - patches.kernel.org/6.1.21-091-hwmon-adt7475-Display-smoothing-attributes-in-.patch - patches.kernel.org/6.1.21-092-hwmon-adt7475-Fix-masking-of-hysteresis-regist.patch - patches.kernel.org/6.1.21-093-hwmon-xgene-Fix-use-after-free-bug-in-xgene_hw.patch - patches.kernel.org/6.1.21-094-hwmon-ina3221-return-prober-error-code.patch - patches.kernel.org/6.1.21-095-hwmon-ucd90320-Add-minimum-delay-between-bus-a.patch - patches.kernel.org/6.1.21-096-hwmon-tmp512-drop-of_match_ptr-for-ID-table.patch - patches.kernel.org/6.1.21-097-kconfig-Update-config-changed-flag-before-call.patch - patches.kernel.org/6.1.21-098-hwmon-adm1266-Set-can_sleep-flag-for-GPIO-chip.patch - patches.kernel.org/6.1.21-099-hwmon-ltc2992-Set-can_sleep-flag-for-GPIO-chip.patch - patches.kernel.org/6.1.21-100-media-m5mols-fix-off-by-one-loop-termination-e.patch - patches.kernel.org/6.1.21-101-mmc-atmel-mci-fix-race-between-stop-command-an.patch - patches.kernel.org/6.1.21-102-soc-mediatek-mtk-svs-keep-svs-alive-if-CONFIG_.patch - patches.kernel.org/6.1.21-103-jffs2-correct-logic-when-creating-a-hole-in-jf.patch - patches.kernel.org/6.1.21-104-rust-arch-um-Disable-FP-SIMD-instruction-to-ma.patch - patches.kernel.org/6.1.21-105-ext4-fail-ext4_iget-if-special-inode-unallocat.patch - patches.kernel.org/6.1.21-106-ext4-update-s_journal_inum-if-it-changes-after.patch - patches.kernel.org/6.1.21-107-ext4-fix-task-hung-in-ext4_xattr_delete_inode.patch - patches.kernel.org/6.1.21-108-drm-amdkfd-Fix-an-illegal-memory-access.patch - patches.kernel.org/6.1.21-109-net-9p-fix-bug-in-client-create-for-.L.patch - patches.kernel.org/6.1.21-110-LoongArch-Only-call-get_timer_irq-once-in-cons.patch - patches.kernel.org/6.1.21-111-sh-intc-Avoid-spurious-sizeof-pointer-div-warn.patch - patches.kernel.org/6.1.21-112-drm-amdgpu-fix-ttm_bo-calltrace-warning-in-psp.patch - patches.kernel.org/6.1.21-113-drm-amd-display-fix-shift-out-of-bounds-in-Cal.patch - patches.kernel.org/6.1.21-114-ext4-fix-possible-double-unlock-when-moving-a-.patch - patches.kernel.org/6.1.21-115-Revert-tty-serial-fsl_lpuart-adjust-SERIAL_FSL.patch - patches.kernel.org/6.1.21-116-tty-serial-fsl_lpuart-skip-waiting-for-transmi.patch - patches.kernel.org/6.1.21-117-serial-8250_em-Fix-UART-port-type.patch - patches.kernel.org/6.1.21-118-serial-8250_fsl-fix-handle_irq-locking.patch - patches.kernel.org/6.1.21-119-serial-8250-ASPEED_VUART-select-REGMAP-instead.patch - patches.kernel.org/6.1.21-120-firmware-xilinx-don-t-make-a-sleepable-memory-.patch - patches.kernel.org/6.1.21-121-memory-tegra-fix-interconnect-registration-rac.patch - patches.kernel.org/6.1.21-122-memory-tegra20-emc-fix-interconnect-registrati.patch - patches.kernel.org/6.1.21-123-memory-tegra124-emc-fix-interconnect-registrat.patch - patches.kernel.org/6.1.21-124-memory-tegra30-emc-fix-interconnect-registrati.patch - patches.kernel.org/6.1.21-125-drm-ttm-Fix-a-NULL-pointer-dereference.patch - patches.kernel.org/6.1.21-126-s390-ipl-add-missing-intersection-check-to-ipl.patch - patches.kernel.org/6.1.21-127-interconnect-fix-icc_provider_del-error-handli.patch - patches.kernel.org/6.1.21-128-interconnect-fix-provider-registration-API.patch - patches.kernel.org/6.1.21-129-interconnect-imx-fix-registration-race.patch - patches.kernel.org/6.1.21-130-interconnect-fix-mem-leak-when-freeing-nodes.patch - patches.kernel.org/6.1.21-131-interconnect-qcom-osm-l3-fix-registration-race.patch - patches.kernel.org/6.1.21-132-interconnect-qcom-rpm-fix-probe-child-node-err.patch - patches.kernel.org/6.1.21-133-interconnect-qcom-rpm-fix-registration-race.patch - patches.kernel.org/6.1.21-134-interconnect-qcom-rpmh-fix-probe-child-node-er.patch - patches.kernel.org/6.1.21-135-interconnect-qcom-rpmh-fix-registration-race.patch - patches.kernel.org/6.1.21-136-interconnect-qcom-msm8974-fix-registration-rac.patch - patches.kernel.org/6.1.21-137-interconnect-exynos-fix-node-leak-in-probe-PM-.patch - patches.kernel.org/6.1.21-138-interconnect-exynos-fix-registration-race.patch - patches.kernel.org/6.1.21-139-md-select-BLOCK_LEGACY_AUTOLOAD.patch - patches.kernel.org/6.1.21-140-cifs-generate-signkey-for-the-channel-that-s-r.patch - patches.kernel.org/6.1.21-141-tracing-Make-splice_read-available-again.patch - patches.kernel.org/6.1.21-142-tracing-Check-field-value-in-hist_field_name.patch - patches.kernel.org/6.1.21-143-tracing-Make-tracepoint-lockdep-check-actually.patch - patches.kernel.org/6.1.21-144-cifs-Fix-smb2_set_path_size.patch - patches.kernel.org/6.1.21-145-KVM-SVM-Fix-a-benign-off-by-one-bug-in-AVIC-ph.patch - patches.kernel.org/6.1.21-146-KVM-SVM-Modify-AVIC-GATag-to-support-max-numbe.patch - patches.kernel.org/6.1.21-147-KVM-nVMX-add-missing-consistency-checks-for-CR.patch - patches.kernel.org/6.1.21-148-ALSA-hda-intel-dsp-config-add-MTL-PCI-id.patch - patches.kernel.org/6.1.21-149-ALSA-hda-realtek-Fix-the-speaker-output-on-Sam.patch - patches.kernel.org/6.1.21-150-ALSA-hda-realtek-fix-speaker-mute-micmute-LEDs.patch - patches.kernel.org/6.1.21-151-Revert-riscv-mm-notify-remote-harts-about-mmu-.patch - patches.kernel.org/6.1.21-152-riscv-asid-Fixup-stale-TLB-entry-cause-applica.patch - patches.kernel.org/6.1.21-153-drm-shmem-helper-Remove-another-errant-put-in-.patch - patches.kernel.org/6.1.21-154-drm-sun4i-fix-missing-component-unbind-on-bind.patch - patches.kernel.org/6.1.21-155-drm-i915-active-Fix-misuse-of-non-idle-barrier.patch - patches.kernel.org/6.1.21-156-drm-i915-dg2-Add-HDMI-pixel-clock-frequencies-.patch - patches.kernel.org/6.1.21-157-drm-amdgpu-Don-t-resume-IOMMU-after-incomplete.patch - patches.kernel.org/6.1.21-158-drm-amd-pm-Fix-sienna-cichlid-incorrect-OD-vol.patch - patches.kernel.org/6.1.21-159-drm-amd-pm-bump-SMU-13.0.4-driver_if-header-ve.patch - patches.kernel.org/6.1.21-160-drm-amd-display-Do-not-set-DRR-on-pipe-Commit.patch - patches.kernel.org/6.1.21-161-drm-amd-display-disconnect-MPCC-only-on-OTG-ch.patch - patches.kernel.org/6.1.21-162-mptcp-fix-possible-deadlock-in-subflow_error_r.patch - patches.kernel.org/6.1.21-163-mptcp-add-ro_after_init-for-tcp-v6-_prot_overr.patch - patches.kernel.org/6.1.21-164-mptcp-avoid-setting-TCP_CLOSE-state-twice.patch - patches.kernel.org/6.1.21-165-mptcp-fix-lockdep-false-positive-in-mptcp_pm_n.patch - patches.kernel.org/6.1.21-166-ftrace-Fix-invalid-address-access-in-lookup_re.patch - patches.kernel.org/6.1.21-167-ocfs2-fix-data-corruption-after-failed-write.patch - patches.kernel.org/6.1.21-168-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Netac-NV.patch - patches.kernel.org/6.1.21-169-ice-avoid-bonding-causing-auxiliary-plug-unplu.patch - patches.kernel.org/6.1.21-170-vp_vdpa-fix-the-crash-in-hot-unplug-with-vp_vd.patch - patches.kernel.org/6.1.21-171-mm-userfaultfd-propagate-uffd-wp-bit-when-PTE-.patch - patches.kernel.org/6.1.21-172-mm-teach-mincore_hugetlb-about-pte-markers.patch - patches.kernel.org/6.1.21-173-powerpc-64-Set-default-CPU-in-Kconfig.patch - patches.kernel.org/6.1.21-174-powerpc-boot-Don-t-always-pass-mcpu-powerpc-wh.patch - patches.kernel.org/6.1.21-175-mmc-sdhci_am654-lower-power-on-failed-message-.patch - patches.kernel.org/6.1.21-176-fbdev-stifb-Provide-valid-pixelclock-and-add-f.patch - patches.kernel.org/6.1.21-177-trace-hwlat-Do-not-wipe-the-contents-of-per-cp.patch - patches.kernel.org/6.1.21-178-trace-hwlat-Do-not-start-per-cpu-thread-if-it-.patch - patches.kernel.org/6.1.21-179-ACPI-PPTT-Fix-to-avoid-sleep-in-the-atomic-con.patch - patches.kernel.org/6.1.21-180-net-phy-nxp-c45-tja11xx-fix-MII_BASIC_CONFIG_R.patch - patches.kernel.org/6.1.21-181-fbdev-Fix-incorrect-page-mapping-clearance-at-.patch - patches.kernel.org/6.1.21-182-cpuidle-psci-Iterate-backwards-over-list-in-ps.patch - patches.kernel.org/6.1.21-183-ASoC-Intel-soc-acpi-fix-copy-paste-issue-in-to.patch - patches.kernel.org/6.1.21-184-ASoC-qcom-q6prm-fix-incorrect-clk_root-passed-.patch - patches.kernel.org/6.1.21-185-x86-mce-Make-sure-logged-MCEs-are-processed-af.patch - patches.kernel.org/6.1.21-186-x86-mm-Fix-use-of-uninitialized-buffer-in-sme_.patch - patches.kernel.org/6.1.21-187-x86-resctrl-Clear-staged_config-before-and-aft.patch - patches.kernel.org/6.1.21-188-powerpc-Pass-correct-CPU-reference-to-assemble.patch - patches.kernel.org/6.1.21-189-virt-coco-sev-guest-Check-SEV_SNP-attribute-at.patch - patches.kernel.org/6.1.21-190-virt-coco-sev-guest-Simplify-extended-guest-re.patch - patches.kernel.org/6.1.21-191-virt-coco-sev-guest-Remove-the-disable_vmpck-l.patch - patches.kernel.org/6.1.21-192-virt-coco-sev-guest-Carve-out-the-request-issu.patch - patches.kernel.org/6.1.21-193-virt-coco-sev-guest-Do-some-code-style-cleanup.patch - patches.kernel.org/6.1.21-194-virt-coco-sev-guest-Convert-the-sw_exit_info_2.patch - patches.kernel.org/6.1.21-195-virt-coco-sev-guest-Add-throttling-awareness.patch - patches.kernel.org/6.1.21-196-io_uring-msg_ring-let-target-know-allocated-in.patch - patches.kernel.org/6.1.21-197-perf-Fix-check-before-add_event_to_groups-in-p.patch - patches.kernel.org/6.1.21-198-powerpc-Disable-CPU-unknown-by-CLANG-when-CC_I.patch - patches.kernel.org/6.1.21-199-powerpc-64-Replace-mcpu-e500mc64-by-mcpu-e5500.patch - patches.kernel.org/6.1.21-200-Linux-6.1.21.patch - patches.kernel.org/6.1.22-001-interconnect-qcom-osm-l3-fix-icc_onecell_data-.patch - patches.kernel.org/6.1.22-002-interconnect-qcom-sm8450-switch-to-qcom_icc_rp.patch - patches.kernel.org/6.1.22-003-interconnect-qcom-qcm2290-Fix-MASTER_SNOC_BIMC.patch - patches.kernel.org/6.1.22-004-perf-core-Fix-perf_output_begin-parameter-is-i.patch - patches.kernel.org/6.1.22-005-perf-fix-perf_event_context-time.patch - patches.kernel.org/6.1.22-006-tracing-hwlat-Replace-sched_setaffinity-with-s.patch - patches.kernel.org/6.1.22-007-drm-amd-display-Include-virtual-signal-to-set-.patch - patches.kernel.org/6.1.22-008-drm-amd-display-fix-k1-k2-divider-programming-.patch - patches.kernel.org/6.1.22-009-drm-amd-display-Remove-OTG-DIV-register-write-.patch - patches.kernel.org/6.1.22-010-mptcp-refactor-passive-socket-initialization.patch - patches.kernel.org/6.1.22-011-mptcp-use-the-workqueue-to-destroy-unaccepted-.patch - patches.kernel.org/6.1.22-012-mptcp-fix-UaF-in-listener-shutdown.patch - patches.kernel.org/6.1.22-013-drm-amd-display-Fix-DP-MST-sinks-removal-issue.patch - patches.kernel.org/6.1.22-014-arm64-dts-qcom-sm8450-Mark-UFS-controller-as-c.patch - patches.kernel.org/6.1.22-015-power-supply-bq24190-Fix-use-after-free-bug-in.patch - patches.kernel.org/6.1.22-016-power-supply-da9150-Fix-use-after-free-bug-in-.patch - patches.kernel.org/6.1.22-017-arm64-dts-imx8dxl-evk-Disable-hibernation-mode.patch - patches.kernel.org/6.1.22-018-arm64-dts-imx8dxl-evk-Fix-eqos-phy-reset-gpio.patch - patches.kernel.org/6.1.22-019-ARM-dts-imx6sll-e70k02-fix-usbotg1-pinctrl.patch - patches.kernel.org/6.1.22-020-ARM-dts-imx6sll-e60k02-fix-usbotg1-pinctrl.patch - patches.kernel.org/6.1.22-021-ARM-dts-imx6sl-tolino-shine2hd-fix-usbotg1-pin.patch - patches.kernel.org/6.1.22-022-arm64-dts-imx8mn-specify-sound-dai-cells-for-S.patch - patches.kernel.org/6.1.22-023-arm64-dts-imx93-add-missing-address-cells-and-.patch - patches.kernel.org/6.1.22-024-NFS-Fix-proc-PID-io-read_bytes-for-buffered-re.patch - patches.kernel.org/6.1.22-025-xsk-Add-missing-overflow-check-in-xdp_umem_reg.patch - patches.kernel.org/6.1.22-026-iavf-fix-inverted-Rx-hash-condition-leading-to.patch - patches.kernel.org/6.1.22-027-iavf-fix-non-tunneled-IPv6-UDP-packet-type-and.patch - patches.kernel.org/6.1.22-028-iavf-do-not-track-VLAN-0-filters.patch - patches.kernel.org/6.1.22-029-intel-igbvf-free-irq-on-the-error-path-in-igbv.patch - patches.kernel.org/6.1.22-030-igbvf-Regard-vf-reset-nack-as-success.patch - patches.kernel.org/6.1.22-031-igc-fix-the-validation-logic-for-taprio-s-gate.patch - patches.kernel.org/6.1.22-032-i2c-imx-lpi2c-check-only-for-enabled-interrupt.patch - patches.kernel.org/6.1.22-033-i2c-mxs-ensure-that-DMA-buffers-are-safe-for-D.patch - patches.kernel.org/6.1.22-034-i2c-hisi-Only-use-the-completion-interrupt-to-.patch - patches.kernel.org/6.1.22-035-scsi-scsi_dh_alua-Fix-memleak-for-qdata-in-alu.patch - patches.kernel.org/6.1.22-036-nfsd-don-t-replace-page-in-rq_pages-if-it-s-a-.patch - patches.kernel.org/6.1.22-037-net-dsa-b53-mmap-fix-device-tree-support.patch - patches.kernel.org/6.1.22-038-net-usb-smsc95xx-Limit-packet-length-to-skb-le.patch - patches.kernel.org/6.1.22-039-efi-libstub-smbios-Use-length-member-instead-o.patch - patches.kernel.org/6.1.22-040-qed-qed_sriov-guard-against-NULL-derefs-from-q.patch - patches.kernel.org/6.1.22-041-xirc2ps_cs-Fix-use-after-free-bug-in-xirc2ps_d.patch - patches.kernel.org/6.1.22-042-net-phy-Ensure-state-transitions-are-processed.patch - patches.kernel.org/6.1.22-043-net-mdio-fix-owner-field-for-mdio-buses-regist.patch - patches.kernel.org/6.1.22-044-net-mdio-fix-owner-field-for-mdio-buses-regist.patch - patches.kernel.org/6.1.22-045-net-stmmac-Fix-for-mismatched-host-device-DMA-.patch - patches.kernel.org/6.1.22-046-thermal-drivers-mellanox-Use-generic-thermal_z.patch - patches.kernel.org/6.1.22-047-mlxsw-core_thermal-Fix-fan-speed-in-maximum-co.patch - patches.kernel.org/6.1.22-048-drm-i915-Print-return-value-on-error.patch - patches.kernel.org/6.1.22-049-drm-i915-fbdev-lock-the-fbdev-obj-before-vma-p.patch - patches.kernel.org/6.1.22-050-drm-i915-guc-Rename-GuC-register-state-capture.patch - patches.kernel.org/6.1.22-051-drm-i915-guc-Fix-missing-ecodes.patch - patches.kernel.org/6.1.22-052-drm-i915-gt-perform-uc-late-init-after-probe-e.patch - patches.kernel.org/6.1.22-053-net-qcom-emac-Fix-use-after-free-bug-in-emac_r.patch - patches.kernel.org/6.1.22-054-net-usb-lan78xx-Limit-packet-length-to-skb-len.patch - patches.kernel.org/6.1.22-055-net-ps3_gelic_net-Fix-RX-sk_buff-length.patch - patches.kernel.org/6.1.22-056-net-ps3_gelic_net-Use-dma_mapping_error.patch - patches.kernel.org/6.1.22-057-octeontx2-vf-Add-missing-free-for-alloc_percpu.patch - patches.kernel.org/6.1.22-058-bootconfig-Fix-testcase-to-increase-max-node.patch - patches.kernel.org/6.1.22-059-keys-Do-not-cache-key-in-task-struct-if-key-is.patch - patches.kernel.org/6.1.22-060-ice-check-if-VF-exists-before-mode-check.patch - patches.kernel.org/6.1.22-061-iavf-fix-hang-on-reboot-with-ice.patch - patches.kernel.org/6.1.22-062-i40e-fix-flow-director-packet-filter-programmi.patch - patches.kernel.org/6.1.22-063-bpf-Adjust-insufficient-default-bpf_jit_limit.patch - patches.kernel.org/6.1.22-064-net-mlx5e-Set-uplink-rep-as-NETNS_LOCAL.patch - patches.kernel.org/6.1.22-065-net-mlx5e-Block-entering-switchdev-mode-with-n.patch - patches.kernel.org/6.1.22-066-net-mlx5-Fix-steering-rules-cleanup.patch - patches.kernel.org/6.1.22-067-net-mlx5e-Overcome-slow-response-for-first-mac.patch - patches.kernel.org/6.1.22-068-net-mlx5-Read-the-TC-mapping-of-all-priorities.patch - patches.kernel.org/6.1.22-069-net-mlx5-E-Switch-Fix-an-Oops-in-error-handlin.patch - patches.kernel.org/6.1.22-070-net-dsa-tag_brcm-legacy-fix-daisy-chained-swit.patch - patches.kernel.org/6.1.22-071-atm-idt77252-fix-kmemleak-when-rmmod-idt77252.patch - patches.kernel.org/6.1.22-072-erspan-do-not-use-skb_mac_header-in-ndo_start_.patch - patches.kernel.org/6.1.22-073-net-sonic-use-dma_mapping_error-for-error-chec.patch - patches.kernel.org/6.1.22-074-nvme-tcp-fix-nvme_tcp_term_pdu-to-match-spec.patch - patches.kernel.org/6.1.22-075-mlxsw-spectrum_fid-Fix-incorrect-local-port-ty.patch - patches.kernel.org/6.1.22-076-hvc-xen-prevent-concurrent-accesses-to-the-sha.patch - patches.kernel.org/6.1.22-077-ksmbd-add-low-bound-validation-to-FSCTL_SET_ZE.patch - patches.kernel.org/6.1.22-078-ksmbd-add-low-bound-validation-to-FSCTL_QUERY_.patch - patches.kernel.org/6.1.22-079-ksmbd-fix-possible-refcount-leak-in-smb2_open.patch - patches.kernel.org/6.1.22-080-Bluetooth-hci_sync-Resume-adv-with-no-RPA-when.patch - patches.kernel.org/6.1.22-081-Bluetooth-hci_core-Detect-if-an-ACL-packet-is-.patch - patches.kernel.org/6.1.22-082-Bluetooth-btusb-Remove-detection-of-ISO-packet.patch - patches.kernel.org/6.1.22-083-Bluetooth-ISO-fix-timestamped-HCI-ISO-data-pac.patch - patches.kernel.org/6.1.22-084-Bluetooth-Remove-Power-on-check-from-Mesh-feat.patch - patches.kernel.org/6.1.22-085-gve-Cache-link_speed-value-from-device.patch - patches.kernel.org/6.1.22-086-net-asix-fix-modprobe-sysfs-cannot-create-dupl.patch - patches.kernel.org/6.1.22-087-net-dsa-mt7530-move-enabling-disabling-core-cl.patch - patches.kernel.org/6.1.22-088-net-dsa-mt7530-move-lowering-TRGMII-driving-to.patch - patches.kernel.org/6.1.22-089-net-dsa-mt7530-move-setting-ssc_delta-to-PHY_I.patch - patches.kernel.org/6.1.22-090-net-mdio-thunder-Add-missing-fwnode_handle_put.patch - patches.kernel.org/6.1.22-091-drm-amd-display-Set-dcn32-caps.seamless_odm.patch - patches.kernel.org/6.1.22-092-Bluetooth-btqcomsmd-Fix-command-timeout-after-.patch - patches.kernel.org/6.1.22-093-Bluetooth-L2CAP-Fix-responding-with-wrong-PDU-.patch - patches.kernel.org/6.1.22-094-Bluetooth-btsdio-fix-use-after-free-bug-in-bts.patch - patches.kernel.org/6.1.22-095-Bluetooth-mgmt-Fix-MGMT-add-advmon-with-RSSI-c.patch - patches.kernel.org/6.1.22-096-Bluetooth-HCI-Fix-global-out-of-bounds.patch - patches.kernel.org/6.1.22-097-platform-chrome-cros_ec_chardev-fix-kernel-dat.patch - patches.kernel.org/6.1.22-098-entry-Fix-noinstr-warning-in-__enter_from_user.patch - patches.kernel.org/6.1.22-099-perf-x86-amd-core-Always-clear-status-for-idx.patch - patches.kernel.org/6.1.22-100-entry-rcu-Check-TIF_RESCHED-_after_-delayed-RC.patch - patches.kernel.org/6.1.22-101-hwmon-fix-potential-sensor-registration-fail-i.patch - patches.kernel.org/6.1.22-102-hwmon-it87-Fix-voltage-scaling-for-chips-with-.patch - patches.kernel.org/6.1.22-103-scsi-qla2xxx-Synchronize-the-IOCB-count-to-be-.patch - patches.kernel.org/6.1.22-104-scsi-qla2xxx-Perform-lockless-command-completi.patch - patches.kernel.org/6.1.22-105-smb3-lower-default-deferred-close-timeout-to-a.patch - patches.kernel.org/6.1.22-106-smb3-fix-unusable-share-after-force-unmount-fa.patch - patches.kernel.org/6.1.22-107-uas-Add-US_FL_NO_REPORT_OPCODES-for-JMicron-JM.patch - patches.kernel.org/6.1.22-108-thunderbolt-Use-scale-field-when-allocating-US.patch - patches.kernel.org/6.1.22-109-thunderbolt-Call-tb_check_quirks-after-initial.patch - patches.kernel.org/6.1.22-110-thunderbolt-Add-quirk-to-disable-CLx.patch - patches.kernel.org/6.1.22-111-thunderbolt-Fix-memory-leak-in-margining.patch - patches.kernel.org/6.1.22-112-thunderbolt-Disable-interrupt-auto-clear-for-r.patch - patches.kernel.org/6.1.22-113-thunderbolt-Add-missing-UNSET_INBOUND_SBTX-for.patch - patches.kernel.org/6.1.22-114-thunderbolt-Use-const-qualifier-for-ring_inter.patch - patches.kernel.org/6.1.22-115-thunderbolt-Rename-shadowed-variables-bit-to-i.patch - patches.kernel.org/6.1.22-116-ASoC-amd-yp-Add-OMEN-by-HP-Gaming-Laptop-16z-n.patch - patches.kernel.org/6.1.22-117-ASoC-amd-yc-Add-DMI-entries-to-support-HP-OMEN.patch - patches.kernel.org/6.1.22-118-ACPI-x86-Drop-quirk-for-HP-Elitebook.patch - patches.kernel.org/6.1.22-119-ACPI-x86-utils-Add-Cezanne-to-the-list-for-for.patch - patches.kernel.org/6.1.22-120-riscv-Bump-COMMAND_LINE_SIZE-value-to-1024.patch - patches.kernel.org/6.1.22-121-drm-cirrus-NULL-check-pipe-plane.state-fb-in-c.patch - patches.kernel.org/6.1.22-122-HID-cp2112-Fix-driver-not-registering-GPIO-IRQ.patch - patches.kernel.org/6.1.22-123-ca8210-fix-mac_len-negative-array-access.patch - patches.kernel.org/6.1.22-124-HID-logitech-hidpp-Add-support-for-Logitech-MX.patch - patches.kernel.org/6.1.22-125-HID-intel-ish-hid-ipc-Fix-potential-use-after-.patch - patches.kernel.org/6.1.22-126-m68k-mm-Fix-systems-with-memory-at-end-of-32-b.patch - patches.kernel.org/6.1.22-127-m68k-Only-force-030-bus-error-if-PC-not-in-exc.patch - patches.kernel.org/6.1.22-128-selftests-bpf-check-that-modifier-resolves-aft.patch - patches.kernel.org/6.1.22-129-scsi-target-iscsi-Fix-an-error-message-in-iscs.patch - patches.kernel.org/6.1.22-130-scsi-qla2xxx-Add-option-to-disable-FC2-Target-.patch - patches.kernel.org/6.1.22-131-scsi-hisi_sas-Check-devm_add_action-return-val.patch - patches.kernel.org/6.1.22-132-scsi-ufs-core-Add-soft-dependency-on-governor_.patch - patches.kernel.org/6.1.22-133-scsi-lpfc-Check-kzalloc-in-lpfc_sli4_cgn_param.patch - patches.kernel.org/6.1.22-134-scsi-lpfc-Avoid-usage-of-list-iterator-variabl.patch - patches.kernel.org/6.1.22-135-scsi-mpi3mr-Driver-unload-crashes-host-when-en.patch - patches.kernel.org/6.1.22-136-scsi-mpi3mr-Wait-for-diagnostic-save-during-co.patch - patches.kernel.org/6.1.22-137-scsi-mpi3mr-NVMe-command-size-greater-than-8K-.patch - patches.kernel.org/6.1.22-138-scsi-mpi3mr-Bad-drive-in-topology-results-kern.patch - patches.kernel.org/6.1.22-139-scsi-storvsc-Handle-BlockSize-change-in-Hyper-.patch - patches.kernel.org/6.1.22-140-platform-x86-int3472-Add-GPIOs-to-Surface-Go-3.patch - patches.kernel.org/6.1.22-141-net-usb-cdc_mbim-avoid-altsetting-toggling-for.patch - patches.kernel.org/6.1.22-142-net-usb-qmi_wwan-add-Telit-0x1080-composition.patch - patches.kernel.org/6.1.22-143-drm-amd-display-Update-clock-table-to-include-.patch - patches.kernel.org/6.1.22-144-sh-sanitize-the-flags-on-sigreturn.patch - patches.kernel.org/6.1.22-145-drm-amdgpu-Fix-call-trace-warning-and-hang-whe.patch - patches.kernel.org/6.1.22-146-drm-amd-Fix-initialization-mistake-for-NBIO-7..patch - patches.kernel.org/6.1.22-147-net-sched-act_mirred-better-wording-on-protect.patch - patches.kernel.org/6.1.22-148-act_mirred-use-the-backlog-for-nested-calls-to.patch - patches.kernel.org/6.1.22-149-cifs-lock-chan_lock-outside-match_session.patch - patches.kernel.org/6.1.22-150-cifs-append-path-to-open_enter-trace-event.patch - patches.kernel.org/6.1.22-151-cifs-do-not-poll-server-interfaces-too-regular.patch - patches.kernel.org/6.1.22-152-cifs-empty-interface-list-when-server-doesn-t-.patch - patches.kernel.org/6.1.22-153-cifs-dump-pending-mids-for-all-channels-in-Deb.patch - patches.kernel.org/6.1.22-154-cifs-print-session-id-while-listing-open-files.patch - patches.kernel.org/6.1.22-155-cifs-fix-dentry-lookups-in-directory-handle-ca.patch - patches.kernel.org/6.1.22-156-x86-fpu-xstate-Prevent-false-positive-warning-.patch - patches.kernel.org/6.1.22-157-selftests-x86-amx-Add-a-ptrace-test.patch - patches.kernel.org/6.1.22-158-scsi-core-Add-BLIST_SKIP_VPD_PAGES-for-SKhynix.patch - patches.kernel.org/6.1.22-159-usb-misc-onboard-hub-add-support-for-Microchip.patch - patches.kernel.org/6.1.22-160-usb-dwc2-drd-fix-inconsistent-mode-if-role-swi.patch - patches.kernel.org/6.1.22-161-usb-dwc2-fix-a-devres-leak-in-hw_enable-upon-s.patch - patches.kernel.org/6.1.22-162-usb-gadget-u_audio-don-t-let-userspace-block-d.patch - patches.kernel.org/6.1.22-163-btrfs-zoned-fix-btrfs_can_activate_zone-to-sup.patch - patches.kernel.org/6.1.22-164-Bluetooth-Fix-race-condition-in-hci_cmd_sync_c.patch - patches.kernel.org/6.1.22-165-efi-sysfb_efi-Fix-DMI-quirks-not-working-for-s.patch - patches.kernel.org/6.1.22-166-mm-slab-Fix-undefined-init_cache_node_node-for.patch - patches.kernel.org/6.1.22-167-fscrypt-destroy-keyring-after-security_sb_dele.patch - patches.kernel.org/6.1.22-168-fsverity-Remove-WQ_UNBOUND-from-fsverity-read-.patch - patches.kernel.org/6.1.22-169-lockd-set-file_lock-start-and-end-when-decodin.patch - patches.kernel.org/6.1.22-170-arm64-dts-imx8mm-nitrogen-r2-fix-WM8960-clock-.patch - patches.kernel.org/6.1.22-171-igb-revert-rtnl_lock-that-causes-deadlock.patch - patches.kernel.org/6.1.22-172-dm-thin-fix-deadlock-when-swapping-to-thin-dev.patch - patches.kernel.org/6.1.22-173-usb-typec-tcpm-fix-create-duplicate-source-cap.patch - patches.kernel.org/6.1.22-174-usb-typec-tcpm-fix-warning-when-handle-discove.patch - patches.kernel.org/6.1.22-175-usb-cdns3-Fix-issue-with-using-incorrect-PCI-d.patch - patches.kernel.org/6.1.22-176-usb-cdnsp-Fixes-issue-with-redundant-Status-St.patch - patches.kernel.org/6.1.22-177-usb-cdnsp-changes-PCI-Device-ID-to-fix-conflic.patch - patches.kernel.org/6.1.22-178-usb-chipdea-core-fix-return-EINVAL-if-request-.patch - patches.kernel.org/6.1.22-179-usb-chipidea-core-fix-possible-concurrent-when.patch - patches.kernel.org/6.1.22-180-usb-dwc3-gadget-Add-1ms-delay-after-end-transf.patch - patches.kernel.org/6.1.22-181-usb-ucsi-Fix-NULL-pointer-deref-in-ucsi_connec.patch - patches.kernel.org/6.1.22-182-usb-ucsi_acpi-Increase-the-command-completion-.patch - patches.kernel.org/6.1.22-183-mm-kfence-fix-using-kfence_metadata-without-in.patch - patches.kernel.org/6.1.22-184-kfence-avoid-passing-g-for-test.patch - patches.kernel.org/6.1.22-185-io_uring-net-avoid-sending-ECONNABORTED-on-rep.patch - patches.kernel.org/6.1.22-186-io_uring-rsrc-fix-null-ptr-deref-in-io_file_bi.patch - patches.kernel.org/6.1.22-187-Revert-kasan-drop-skip_kasan_poison-variable-i.patch - patches.kernel.org/6.1.22-188-test_maple_tree-add-more-testing-for-mas_empty.patch - patches.kernel.org/6.1.22-189-maple_tree-fix-mas_skip_node-end-slot-detectio.patch - patches.kernel.org/6.1.22-190-ksmbd-fix-wrong-signingkey-creation-when-encry.patch - patches.kernel.org/6.1.22-191-ksmbd-set-FILE_NAMED_STREAMS-attribute-in-FS_A.patch - patches.kernel.org/6.1.22-192-ksmbd-don-t-terminate-inactive-sessions-after-.patch - patches.kernel.org/6.1.22-193-ksmbd-return-STATUS_NOT_SUPPORTED-on-unsupport.patch - patches.kernel.org/6.1.22-194-ksmbd-return-unsupported-error-on-smb1-mount.patch - patches.kernel.org/6.1.22-195-wifi-mac80211-fix-qos-on-mesh-interfaces.patch - patches.kernel.org/6.1.22-196-nilfs2-fix-kernel-infoleak-in-nilfs_ioctl_wrap.patch - patches.kernel.org/6.1.22-197-drm-bridge-lt8912b-return-EPROBE_DEFER-if-brid.patch - patches.kernel.org/6.1.22-198-drm-amd-display-fix-wrong-index-used-in-dccg32.patch - patches.kernel.org/6.1.22-199-drm-meson-fix-missing-component-unbind-on-bind.patch - patches.kernel.org/6.1.22-200-drm-amdgpu-nv-Apply-ASPM-quirk-on-Intel-ADL-AM.patch - patches.kernel.org/6.1.22-201-drm-i915-active-Fix-missing-debug-object-activ.patch - patches.kernel.org/6.1.22-202-drm-i915-Preserve-crtc_state-inherited-during-.patch - patches.kernel.org/6.1.22-203-drm-amdgpu-skip-ASIC-reset-for-APUs-when-go-to.patch - patches.kernel.org/6.1.22-204-drm-amdgpu-reposition-the-gpu-reset-checking-f.patch - patches.kernel.org/6.1.22-205-riscv-mm-Fix-incorrect-ASID-argument-when-flus.patch - patches.kernel.org/6.1.22-206-riscv-Handle-zicsr-zifencei-issues-between-cla.patch - patches.kernel.org/6.1.22-207-tee-amdtee-fix-race-condition-in-amdtee_open_s.patch - patches.kernel.org/6.1.22-208-firmware-arm_scmi-Fix-device-node-validation-f.patch - patches.kernel.org/6.1.22-209-arm64-dts-qcom-sc7280-Mark-PCIe-controller-as-.patch - patches.kernel.org/6.1.22-210-arm64-dts-qcom-sm8150-Fix-the-iommu-mask-used-.patch - patches.kernel.org/6.1.22-211-soc-qcom-llcc-Fix-slice-configuration-values-f.patch - patches.kernel.org/6.1.22-212-mm-ksm-fix-race-with-VMA-iteration-and-mm_stru.patch - patches.kernel.org/6.1.22-213-bus-imx-weim-fix-branch-condition-evaluates-to.patch - patches.kernel.org/6.1.22-214-i2c-xgene-slimpro-Fix-out-of-bounds-bug-in-xge.patch - patches.kernel.org/6.1.22-215-dm-stats-check-for-and-propagate-alloc_percpu-.patch - patches.kernel.org/6.1.22-216-dm-crypt-add-cond_resched-to-dmcrypt_write.patch - patches.kernel.org/6.1.22-217-dm-crypt-avoid-accessing-uninitialized-tasklet.patch - patches.kernel.org/6.1.22-218-sched-fair-sanitize-vruntime-of-entity-being-p.patch - patches.kernel.org/6.1.22-219-sched-fair-Sanitize-vruntime-of-entity-being-m.patch - patches.kernel.org/6.1.22-220-drm-amdkfd-introduce-dummy-cache-info-for-prop.patch - patches.kernel.org/6.1.22-221-drm-amdkfd-Fix-the-warning-of-array-index-out-.patch - patches.kernel.org/6.1.22-222-drm-amdkfd-add-GC-11.0.4-KFD-support.patch - patches.kernel.org/6.1.22-223-drm-amdkfd-Fix-the-memory-overrun.patch - patches.kernel.org/6.1.22-224-Linux-6.1.22.patch - patches.kernel.org/6.1.23-001-thunderbolt-Limit-USB3-bandwidth-of-certain-In.patch - patches.kernel.org/6.1.23-002-cifs-update-ip_addr-for-ses-only-for-primary-c.patch - patches.kernel.org/6.1.23-003-cifs-prevent-data-race-in-cifs_reconnect_tcon.patch - patches.kernel.org/6.1.23-004-cifs-avoid-race-conditions-with-parallel-recon.patch - patches.kernel.org/6.1.23-005-zonefs-Reorganize-code.patch - patches.kernel.org/6.1.23-006-zonefs-Simplify-IO-error-handling.patch - patches.kernel.org/6.1.23-007-zonefs-Reduce-struct-zonefs_inode_info-size.patch - patches.kernel.org/6.1.23-008-zonefs-Separate-zone-information-from-inode-in.patch - patches.kernel.org/6.1.23-009-zonefs-Fix-error-message-in-zonefs_file_dio_ap.patch - patches.kernel.org/6.1.23-010-fsverity-don-t-drop-pagecache-at-end-of-FS_IOC.patch - patches.kernel.org/6.1.23-011-kernel-kcsan-kcsan_test-build-without-structle.patch - patches.kernel.org/6.1.23-012-kcsan-avoid-passing-g-for-test.patch - patches.kernel.org/6.1.23-013-btrfs-rename-BTRFS_FS_NO_OVERCOMMIT-to-BTRFS_F.patch - patches.kernel.org/6.1.23-014-btrfs-zoned-count-fresh-BG-region-as-zone-unus.patch - patches.kernel.org/6.1.23-015-net-ethernet-ti-am65-cpsw-cpts-Fix-CPTS-releas.patch - patches.kernel.org/6.1.23-016-riscv-ftrace-Fixup-panic-by-disabling-preempti.patch - patches.kernel.org/6.1.23-017-ARM-dts-aspeed-p10bmc-Update-battery-node-name.patch - patches.kernel.org/6.1.23-018-drm-msm-dpu-Refactor-sc7280_pp-location.patch - patches.kernel.org/6.1.23-019-drm-msm-dpu-correct-sm8250-and-sm8350-scaler.patch - patches.kernel.org/6.1.23-020-drm-msm-disp-dpu-fix-sc7280_pp-base-offset.patch - patches.kernel.org/6.1.23-021-tty-serial-fsl_lpuart-switch-to-new-dmaengine_.patch - patches.kernel.org/6.1.23-022-tty-serial-fsl_lpuart-fix-race-on-RX-DMA-shutd.patch - patches.kernel.org/6.1.23-023-tracing-Add-.percent-suffix-option-to-histogra.patch - patches.kernel.org/6.1.23-024-tracing-Add-.graph-suffix-option-to-histogram-.patch - patches.kernel.org/6.1.23-025-tracing-Do-not-let-histogram-values-have-some-.patch - patches.kernel.org/6.1.23-026-net-mscc-ocelot-fix-stats-region-batching.patch - patches.kernel.org/6.1.23-027-arm64-efi-Set-NX-compat-flag-in-PE-COFF-header.patch - patches.kernel.org/6.1.23-028-cifs-fix-missing-unload_nls-in-smb2_reconnect.patch - patches.kernel.org/6.1.23-029-xfrm-Zero-padding-when-dumping-algos-and-encap.patch - patches.kernel.org/6.1.23-030-ASoC-codecs-tx-macro-Fix-for-KASAN-slab-out-of.patch - patches.kernel.org/6.1.23-031-ASoC-Intel-avs-max98357a-Explicitly-define-cod.patch - patches.kernel.org/6.1.23-032-ASoC-Intel-avs-da7219-Explicitly-define-codec-.patch - patches.kernel.org/6.1.23-033-ASoC-Intel-avs-ssm4567-Remove-nau8825-bits.patch - patches.kernel.org/6.1.23-034-ASoC-Intel-avs-nau8825-Adjust-clock-control.patch - patches.kernel.org/6.1.23-035-zstd-Fix-definition-of-assert.patch - patches.kernel.org/6.1.23-036-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch - patches.kernel.org/6.1.23-037-ASoC-SOF-ipc3-Check-for-upper-size-limit-for-t.patch - patches.kernel.org/6.1.23-038-ASoC-SOF-ipc4-topology-Fix-incorrect-sample-ra.patch - patches.kernel.org/6.1.23-039-ASoC-SOF-Intel-pci-tng-revert-invalid-bar-size.patch - patches.kernel.org/6.1.23-040-ASoC-SOF-IPC4-update-gain-ipc-msg-definition-t.patch - patches.kernel.org/6.1.23-041-md-avoid-signed-overflow-in-slot_store.patch - patches.kernel.org/6.1.23-042-x86-PVH-obtain-VGA-console-info-in-Dom0.patch - patches.kernel.org/6.1.23-043-drm-amdkfd-Fix-BO-offset-for-multi-VMA-page-mi.patch - patches.kernel.org/6.1.23-044-drm-amdkfd-fix-a-potential-double-free-in-pqm_.patch - patches.kernel.org/6.1.23-045-drm-amdkfd-fix-potential-kgd_mem-UAFs.patch - patches.kernel.org/6.1.23-046-net-hsr-Don-t-log-netdev_err-message-on-unknow.patch - patches.kernel.org/6.1.23-047-ALSA-asihpi-check-pao-in-control_message.patch - patches.kernel.org/6.1.23-048-ALSA-hda-ca0132-fixup-buffer-overrun-at-tuning.patch - patches.kernel.org/6.1.23-049-fbdev-tgafb-Fix-potential-divide-by-zero.patch - patches.kernel.org/6.1.23-050-ACPI-tools-pfrut-Check-if-the-input-of-level-a.patch - patches.kernel.org/6.1.23-051-sched_getaffinity-don-t-assume-cpumask_size-is.patch - patches.kernel.org/6.1.23-052-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Lexar-NM.patch - patches.kernel.org/6.1.23-053-drm-amdkfd-Fixed-kfd_process-cleanup-on-module.patch - patches.kernel.org/6.1.23-054-net-mlx5e-Lower-maximum-allowed-MTU-in-XSK-to-.patch - patches.kernel.org/6.1.23-055-fbdev-nvidia-Fix-potential-divide-by-zero.patch - patches.kernel.org/6.1.23-056-fbdev-intelfb-Fix-potential-divide-by-zero.patch - patches.kernel.org/6.1.23-057-fbdev-lxfb-Fix-potential-divide-by-zero.patch - patches.kernel.org/6.1.23-058-fbdev-au1200fb-Fix-potential-divide-by-zero.patch - patches.kernel.org/6.1.23-059-tools-power-turbostat-Fix-dev-cpu_dma_latency-.patch - patches.kernel.org/6.1.23-060-tools-power-turbostat-fix-decoding-of-HWP_STAT.patch - patches.kernel.org/6.1.23-061-tracing-Fix-wrong-return-in-kprobe_event_gen_t.patch - patches.kernel.org/6.1.23-062-btrfs-fix-uninitialized-variable-warning-in-bt.patch - patches.kernel.org/6.1.23-063-btrfs-use-temporary-variable-for-space_info-in.patch - patches.kernel.org/6.1.23-064-mtd-rawnand-meson-initialize-struct-with-zeroe.patch - patches.kernel.org/6.1.23-065-mtd-nand-mxic-ecc-Fix-mxic_ecc_data_xfer_wait_.patch - patches.kernel.org/6.1.23-066-ca8210-Fix-unsigned-mac_len-comparison-with-ze.patch - patches.kernel.org/6.1.23-067-riscv-kvm-Fix-VM-hang-in-case-of-timer-delta-b.patch - patches.kernel.org/6.1.23-068-mips-bmips-BCM6358-disable-RAC-flush-for-TP1.patch - patches.kernel.org/6.1.23-069-ALSA-usb-audio-Fix-recursive-locking-at-XRUN-d.patch - patches.kernel.org/6.1.23-070-PCI-dwc-Fix-PORT_LINK_CONTROL-update-when-CDM-.patch - patches.kernel.org/6.1.23-071-platform-x86-think-lmi-add-missing-type-attrib.patch - patches.kernel.org/6.1.23-072-platform-x86-think-lmi-use-correct-possible_va.patch - patches.kernel.org/6.1.23-073-platform-x86-think-lmi-only-display-possible_v.patch - patches.kernel.org/6.1.23-074-platform-x86-think-lmi-Add-possible_values-for.patch - patches.kernel.org/6.1.23-075-platform-surface-aggregator-Add-missing-fwnode.patch - patches.kernel.org/6.1.23-076-mtd-rawnand-meson-invalidate-cache-on-polling-.patch - patches.kernel.org/6.1.23-077-SUNRPC-fix-shutdown-of-NFS-TCP-client-socket.patch - patches.kernel.org/6.1.23-078-sfc-ef10-don-t-overwrite-offload-features-at-N.patch - patches.kernel.org/6.1.23-079-scsi-megaraid_sas-Fix-crash-after-a-double-com.patch - patches.kernel.org/6.1.23-080-scsi-mpt3sas-Don-t-print-sense-pool-info-twice.patch - patches.kernel.org/6.1.23-081-net-dsa-realtek-fix-out-of-bounds-access.patch - patches.kernel.org/6.1.23-082-ptp_qoriq-fix-memory-leak-in-probe.patch - patches.kernel.org/6.1.23-083-net-dsa-microchip-ksz8-fix-ksz8_fdb_dump.patch - patches.kernel.org/6.1.23-084-net-dsa-microchip-ksz8-fix-ksz8_fdb_dump-to-ex.patch - patches.kernel.org/6.1.23-085-net-dsa-microchip-ksz8-fix-offset-for-the-time.patch - patches.kernel.org/6.1.23-086-net-dsa-microchip-ksz8-ksz8_fdb_dump-avoid-ext.patch - patches.kernel.org/6.1.23-087-net-dsa-microchip-ksz8863_smi-fix-bulk-access.patch - patches.kernel.org/6.1.23-088-net-dsa-microchip-ksz8-fix-MDB-configuration-w.patch - patches.kernel.org/6.1.23-089-r8169-fix-RTL8168H-and-RTL8107E-rx-crc-error.patch - patches.kernel.org/6.1.23-090-regulator-Handle-deferred-clk.patch - patches.kernel.org/6.1.23-091-net-net_failover-fix-txq-exceeding-warning.patch - patches.kernel.org/6.1.23-092-net-stmmac-don-t-reject-VLANs-when-IFF_PROMISC.patch - patches.kernel.org/6.1.23-093-drm-i915-tc-Fix-the-ICL-PHY-ownership-check-in.patch - patches.kernel.org/6.1.23-094-platform-x86-intel-pmc-Alder-Lake-PCH-slp_s0_r.patch - patches.kernel.org/6.1.23-095-can-bcm-bcm_tx_setup-fix-KMSAN-uninit-value-in.patch - patches.kernel.org/6.1.23-096-s390-vfio-ap-fix-memory-leak-in-vfio_ap-device.patch - patches.kernel.org/6.1.23-097-ACPI-bus-Rework-system-level-device-notificati.patch - patches.kernel.org/6.1.23-098-loop-LOOP_CONFIGURE-send-uevents-for-partition.patch - patches.kernel.org/6.1.23-099-net-mvpp2-classifier-flow-fix-fragmentation-fl.patch - patches.kernel.org/6.1.23-100-net-mvpp2-parser-fix-QinQ.patch - patches.kernel.org/6.1.23-101-net-mvpp2-parser-fix-PPPoE.patch - patches.kernel.org/6.1.23-102-smsc911x-avoid-PHY-being-resumed-when-interfac.patch - patches.kernel.org/6.1.23-103-ice-Fix-ice_cfg_rdma_fltr-to-only-update-relev.patch - patches.kernel.org/6.1.23-104-ice-add-profile-conflict-check-for-AVF-FDIR.patch - patches.kernel.org/6.1.23-105-ice-fix-invalid-check-for-empty-list-in-ice_sc.patch - patches.kernel.org/6.1.23-106-ALSA-ymfpci-Create-card-with-device-managed-sn.patch - patches.kernel.org/6.1.23-107-ALSA-ymfpci-Fix-BUG_ON-in-probe-function.patch - patches.kernel.org/6.1.23-108-net-ipa-compute-DMA-pool-size-properly.patch - patches.kernel.org/6.1.23-109-i40e-fix-registers-dump-after-run-ethtool-adap.patch - patches.kernel.org/6.1.23-110-bnxt_en-Fix-reporting-of-test-result-in-ethtoo.patch - patches.kernel.org/6.1.23-111-bnxt_en-Fix-typo-in-PCI-id-to-device-descripti.patch - patches.kernel.org/6.1.23-112-bnxt_en-Add-missing-200G-link-speed-reporting.patch - patches.kernel.org/6.1.23-113-net-dsa-mv88e6xxx-Enable-IGMP-snooping-on-user.patch - patches.kernel.org/6.1.23-114-net-ethernet-mtk_eth_soc-fix-flow-block-refcou.patch - patches.kernel.org/6.1.23-115-net-ethernet-mtk_eth_soc-add-missing-ppe-cache.patch - patches.kernel.org/6.1.23-116-pinctrl-ocelot-Fix-alt-mode-for-ocelot.patch - patches.kernel.org/6.1.23-117-Input-xpad-fix-incorrectly-applied-patch-for-M.patch - patches.kernel.org/6.1.23-118-iommu-vt-d-Allow-zero-SAGAW-if-second-stage-no.patch - patches.kernel.org/6.1.23-119-Input-i8042-add-TUXEDO-devices-to-i8042-quirk-.patch - patches.kernel.org/6.1.23-120-Input-alps-fix-compatibility-with-funsigned-ch.patch - patches.kernel.org/6.1.23-121-Input-focaltech-use-explicitly-signed-char-typ.patch - patches.kernel.org/6.1.23-122-cifs-prevent-infinite-recursion-in-CIFSGetDFSR.patch - patches.kernel.org/6.1.23-123-cifs-fix-DFS-traversal-oops-without-CONFIG_CIF.patch - patches.kernel.org/6.1.23-124-Input-i8042-add-quirk-for-Fujitsu-Lifebook-A57.patch - patches.kernel.org/6.1.23-125-Input-goodix-add-Lenovo-Yoga-Book-X90F-to-nine.patch - patches.kernel.org/6.1.23-126-btrfs-fix-deadlock-when-aborting-transaction-d.patch - patches.kernel.org/6.1.23-127-btrfs-fix-race-between-quota-disable-and-quota.patch - patches.kernel.org/6.1.23-128-btrfs-scan-device-in-non-exclusive-mode.patch - patches.kernel.org/6.1.23-129-zonefs-Do-not-propagate-iomap_dio_rw-ENOTBLK-e.patch - patches.kernel.org/6.1.23-130-block-io_uring-pass-in-issue_flags-for-uring_c.patch - patches.kernel.org/6.1.23-131-io_uring-poll-clear-single-double-poll-flags-o.patch - patches.kernel.org/6.1.23-132-io_uring-rsrc-fix-rogue-rsrc-node-grabbing.patch - patches.kernel.org/6.1.23-133-io_uring-fix-poll-netmsg-alloc-caches.patch - patches.kernel.org/6.1.23-134-vmxnet3-use-gro-callback-when-UPT-is-enabled.patch - patches.kernel.org/6.1.23-135-zonefs-Always-invalidate-last-cached-page-on-a.patch - patches.kernel.org/6.1.23-136-dm-fix-__send_duplicate_bios-to-always-allow-f.patch - patches.kernel.org/6.1.23-137-can-j1939-prevent-deadlock-by-moving-j1939_sk_.patch - patches.kernel.org/6.1.23-138-xen-netback-don-t-do-grant-copy-across-page-bo.patch - patches.kernel.org/6.1.23-139-net-phy-dp83869-fix-default-value-for-tx-rx-in.patch - patches.kernel.org/6.1.23-140-modpost-Fix-processing-of-CRCs-on-32-bit-build.patch - patches.kernel.org/6.1.23-141-pinctrl-amd-Disable-and-mask-interrupts-on-res.patch - patches.kernel.org/6.1.23-142-pinctrl-at91-pio4-fix-domain-name-assignment.patch - patches.kernel.org/6.1.23-143-platform-x86-ideapad-laptop-Stop-sending-KEY_T.patch - patches.kernel.org/6.1.23-144-powerpc-Don-t-try-to-copy-PPR-for-task-with-NU.patch - patches.kernel.org/6.1.23-145-powerpc-pseries-vas-Ignore-VAS-update-for-DLPA.patch - patches.kernel.org/6.1.23-146-powerpc-64s-Fix-__pte_needs_flush-false-positi.patch - patches.kernel.org/6.1.23-147-NFSv4-Fix-hangs-when-recovering-open-state-aft.patch - patches.kernel.org/6.1.23-148-ALSA-hda-conexant-Partial-revert-of-a-quirk-fo.patch - patches.kernel.org/6.1.23-149-ALSA-usb-audio-Fix-regression-on-detection-of-.patch - patches.kernel.org/6.1.23-150-ALSA-hda-realtek-Add-quirks-for-some-Clevo-lap.patch - patches.kernel.org/6.1.23-151-ALSA-hda-realtek-Add-quirk-for-Lenovo-ZhaoYang.patch - patches.kernel.org/6.1.23-152-xtensa-fix-KASAN-report-for-show_stack.patch - patches.kernel.org/6.1.23-153-rcu-Fix-rcu_torture_read-ftrace-event.patch - patches.kernel.org/6.1.23-154-dt-bindings-mtd-jedec-spi-nor-Document-CPOL-CP.patch - patches.kernel.org/6.1.23-155-s390-uaccess-add-missing-earlyclobber-annotati.patch - patches.kernel.org/6.1.23-156-s390-reintroduce-expoline-dependence-to-script.patch - patches.kernel.org/6.1.23-157-drm-etnaviv-fix-reference-leak-when-mmaping-im.patch - patches.kernel.org/6.1.23-158-drm-amdgpu-allow-more-APUs-to-do-mode2-reset-w.patch - patches.kernel.org/6.1.23-159-drm-amd-display-Add-DSC-Support-for-Synaptics-.patch - patches.kernel.org/6.1.23-160-drm-amd-display-Take-FEC-Overhead-into-Timeslo.patch - patches.kernel.org/6.1.23-161-drm-i915-gem-Flush-lmem-contents-after-constru.patch - patches.kernel.org/6.1.23-162-drm-i915-dpt-Treat-the-DPT-BO-as-a-framebuffer.patch - patches.kernel.org/6.1.23-163-drm-i915-Disable-DC-states-for-all-commits.patch - patches.kernel.org/6.1.23-164-drm-i915-Move-CSC-load-back-into-.color_commit.patch - patches.kernel.org/6.1.23-165-KVM-arm64-PMU-Fix-GET_ONE_REG-for-vPMC-regs-to.patch - patches.kernel.org/6.1.23-166-KVM-arm64-Disable-interrupts-while-walking-use.patch - patches.kernel.org/6.1.23-167-net-dsa-mv88e6xxx-read-FID-when-handling-ATU-v.patch - patches.kernel.org/6.1.23-168-net-dsa-mv88e6xxx-replace-ATU-violation-prints.patch - patches.kernel.org/6.1.23-169-net-dsa-mv88e6xxx-replace-VTU-violation-prints.patch - patches.kernel.org/6.1.23-170-selftests-bpf-Test-btf-dump-for-struct-with-pa.patch - patches.kernel.org/6.1.23-171-libbpf-Fix-BTF-to-C-converter-s-padding-logic.patch - patches.kernel.org/6.1.23-172-selftests-bpf-Add-few-corner-cases-to-test-pad.patch - patches.kernel.org/6.1.23-173-libbpf-Fix-btf_dump-s-packed-struct-determinat.patch - patches.kernel.org/6.1.23-174-usb-ucsi-Fix-ucsi-connector-race.patch - patches.kernel.org/6.1.23-175-drm-amdkfd-Get-prange-offset-after-svm_range_v.patch - patches.kernel.org/6.1.23-176-hsr-ratelimit-only-when-errors-are-printed.patch - patches.kernel.org/6.1.23-177-x86-PVH-avoid-32-bit-build-warning-when-obtain.patch - patches.kernel.org/6.1.23-178-Revert-cpuidle-intel_idle-Fix-CPUIDLE_FLAG_IRQ.patch - patches.kernel.org/6.1.23-179-Linux-6.1.23.patch - patches.kernel.org/6.1.24-001-dm-cache-Add-some-documentation-to-dm-cache-ba.patch - patches.kernel.org/6.1.24-002-dm-integrity-Remove-bi_sector-that-s-only-used.patch - patches.kernel.org/6.1.24-003-dm-change-unsigned-to-unsigned-int.patch - patches.kernel.org/6.1.24-004-dm-fix-improper-splitting-for-abnormal-bios.patch - patches.kernel.org/6.1.24-005-KVM-arm64-PMU-Align-chained-counter-implementa.patch - patches.kernel.org/6.1.24-006-KVM-arm64-PMU-Distinguish-between-64bit-counte.patch - patches.kernel.org/6.1.24-007-KVM-arm64-PMU-Sanitise-PMCR_EL0.LP-on-first-vc.patch - patches.kernel.org/6.1.24-008-KVM-arm64-PMU-Don-t-save-PMCR_EL0.-C-P-for-the.patch - patches.kernel.org/6.1.24-009-gpio-GPIO_REGMAP-select-REGMAP-instead-of-depe.patch - patches.kernel.org/6.1.24-010-Drivers-vmbus-Check-for-channel-allocation-bef.patch - patches.kernel.org/6.1.24-011-ASoC-SOF-ipc4-Ensure-DSP-is-in-D0I0-during-sof.patch - patches.kernel.org/6.1.24-012-pwm-Make-.get_state-callback-return-an-error-c.patch - patches.kernel.org/6.1.24-013-pwm-hibvt-Explicitly-set-.polarity-in-.get_sta.patch - patches.kernel.org/6.1.24-014-pwm-cros-ec-Explicitly-set-.polarity-in-.get_s.patch - patches.kernel.org/6.1.24-015-pwm-iqs620a-Explicitly-set-.polarity-in-.get_s.patch - patches.kernel.org/6.1.24-016-pwm-sprd-Explicitly-set-.polarity-in-.get_stat.patch - patches.kernel.org/6.1.24-017-pwm-meson-Explicitly-set-.polarity-in-.get_sta.patch - patches.kernel.org/6.1.24-018-ASoC-codecs-lpass-fix-the-order-or-clks-turn-o.patch - patches.kernel.org/6.1.24-019-KVM-s390-pv-fix-external-interruption-loop-not.patch - patches.kernel.org/6.1.24-020-wifi-mac80211-fix-the-size-calculation-of-ieee.patch - patches.kernel.org/6.1.24-021-wifi-mac80211-fix-invalid-drv_sta_pre_rcu_remo.patch - patches.kernel.org/6.1.24-022-net-qrtr-Fix-a-refcount-bug-in-qrtr_recvmsg.patch - patches.kernel.org/6.1.24-023-net-phylink-add-phylink_expects_phy-method.patch - patches.kernel.org/6.1.24-024-net-stmmac-check-if-MAC-needs-to-attach-to-a-P.patch - patches.kernel.org/6.1.24-025-net-stmmac-remove-redundant-fixup-to-support-f.patch - patches.kernel.org/6.1.24-026-l2tp-generate-correct-module-alias-strings.patch - patches.kernel.org/6.1.24-027-wifi-brcmfmac-Fix-SDIO-suspend-resume-regressi.patch - patches.kernel.org/6.1.24-028-NFSD-Avoid-calling-OPDESC-with-ops-opnum-OP_IL.patch - patches.kernel.org/6.1.24-029-nfsd-call-op_release-even-when-op_func-returns.patch - patches.kernel.org/6.1.24-030-icmp-guard-against-too-small-mtu.patch - patches.kernel.org/6.1.24-031-ALSA-hda-hdmi-Preserve-the-previous-PCM-device.patch - patches.kernel.org/6.1.24-032-net-don-t-let-netpoll-invoke-NAPI-if-in-xmit-c.patch - patches.kernel.org/6.1.24-033-net-dsa-mv88e6xxx-Reset-mv88e6393x-force-WD-ev.patch - patches.kernel.org/6.1.24-034-sctp-check-send-stream-number-after-wait_for_s.patch - patches.kernel.org/6.1.24-035-net-qrtr-Do-not-do-DEL_SERVER-broadcast-after-.patch - patches.kernel.org/6.1.24-036-ipv6-Fix-an-uninit-variable-access-bug-in-__ip.patch - patches.kernel.org/6.1.24-037-platform-x86-think-lmi-Fix-memory-leak-when-sh.patch - patches.kernel.org/6.1.24-038-platform-x86-think-lmi-Fix-memory-leaks-when-p.patch - patches.kernel.org/6.1.24-039-platform-x86-think-lmi-Clean-up-display-of-cur.patch - patches.kernel.org/6.1.24-040-gpio-davinci-Do-not-clear-the-bank-intr-enable.patch - patches.kernel.org/6.1.24-041-gpio-davinci-Add-irq-chip-flag-to-skip-set-wak.patch - patches.kernel.org/6.1.24-042-net-ethernet-ti-am65-cpsw-Fix-mdio-cleanup-in-.patch - patches.kernel.org/6.1.24-043-net-stmmac-fix-up-RX-flow-hash-indirection-tab.patch - patches.kernel.org/6.1.24-044-sunrpc-only-free-unix-grouplist-after-RCU-sett.patch - patches.kernel.org/6.1.24-045-NFSD-callback-request-does-not-use-correct-cre.patch - patches.kernel.org/6.1.24-046-ice-fix-wrong-fallback-logic-for-FDIR.patch - patches.kernel.org/6.1.24-047-ice-Reset-FDIR-counter-in-FDIR-init-stage.patch - patches.kernel.org/6.1.24-048-raw-use-net_hash_mix-in-hash-function.patch - patches.kernel.org/6.1.24-049-raw-Fix-NULL-deref-in-raw_get_next.patch - patches.kernel.org/6.1.24-050-ping-Fix-potentail-NULL-deref-for-proc-net-icm.patch - patches.kernel.org/6.1.24-051-ethtool-reset-lanes-when-lanes-is-omitted.patch - patches.kernel.org/6.1.24-052-netlink-annotate-lockless-accesses-to-nlk-max_.patch - patches.kernel.org/6.1.24-053-gve-Secure-enough-bytes-in-the-first-TX-desc-f.patch - patches.kernel.org/6.1.24-054-arm64-compat-Work-around-uninitialized-variabl.patch - patches.kernel.org/6.1.24-055-net-stmmac-check-fwnode-for-phy-device-before-.patch - patches.kernel.org/6.1.24-056-cxl-pci-Fix-CDAT-retrieval-on-big-endian.patch - patches.kernel.org/6.1.24-057-cxl-pci-Handle-truncated-CDAT-header.patch - patches.kernel.org/6.1.24-058-cxl-pci-Handle-truncated-CDAT-entries.patch - patches.kernel.org/6.1.24-059-cxl-pci-Handle-excessive-CDAT-length.patch - patches.kernel.org/6.1.24-060-PCI-DOE-Silence-WARN-splat-with-CONFIG_DEBUG_O.patch - patches.kernel.org/6.1.24-061-PCI-DOE-Fix-memory-leak-with-CONFIG_DEBUG_OBJE.patch - patches.kernel.org/6.1.24-062-usb-xhci-tegra-fix-sleep-in-atomic-call.patch - patches.kernel.org/6.1.24-063-xhci-Free-the-command-allocated-for-setting-LP.patch - patches.kernel.org/6.1.24-064-xhci-also-avoid-the-XHCI_ZERO_64B_REGS-quirk-w.patch - patches.kernel.org/6.1.24-065-usb-cdnsp-Fixes-error-uninitialized-symbol-len.patch - patches.kernel.org/6.1.24-066-usb-dwc3-pci-add-support-for-the-Intel-Meteor-.patch - patches.kernel.org/6.1.24-067-USB-serial-cp210x-add-Silicon-Labs-IFS-USB-DAT.patch - patches.kernel.org/6.1.24-068-usb-typec-altmodes-displayport-Fix-configure-i.patch - patches.kernel.org/6.1.24-069-USB-serial-option-add-Telit-FE990-compositions.patch - patches.kernel.org/6.1.24-070-USB-serial-option-add-Quectel-RM500U-CN-modem.patch - patches.kernel.org/6.1.24-071-drivers-iio-adc-ltc2497-fix-LSB-shift.patch - patches.kernel.org/6.1.24-072-iio-adis16480-select-CONFIG_CRC32.patch - patches.kernel.org/6.1.24-073-iio-adc-qcom-spmi-adc5-Fix-the-channel-name.patch - patches.kernel.org/6.1.24-074-iio-adc-ti-ads7950-Set-can_sleep-flag-for-GPIO.patch - patches.kernel.org/6.1.24-075-iio-dac-cio-dac-Fix-max-DAC-write-value-check-.patch - patches.kernel.org/6.1.24-076-iio-buffer-correctly-return-bytes-written-in-o.patch - patches.kernel.org/6.1.24-077-iio-buffer-make-sure-O_NONBLOCK-is-respected.patch - patches.kernel.org/6.1.24-078-iio-light-cm32181-Unregister-second-I2C-client.patch - patches.kernel.org/6.1.24-079-tty-serial-sh-sci-Fix-transmit-end-interrupt-h.patch - patches.kernel.org/6.1.24-080-tty-serial-sh-sci-Fix-Rx-on-RZ-G2L-SCI.patch - patches.kernel.org/6.1.24-081-tty-serial-fsl_lpuart-avoid-checking-for-trans.patch - patches.kernel.org/6.1.24-082-nilfs2-fix-potential-UAF-of-struct-nilfs_sc_in.patch - patches.kernel.org/6.1.24-083-nilfs2-fix-sysfs-interface-lifetime.patch - patches.kernel.org/6.1.24-084-dt-bindings-serial-renesas-scif-Fix-4th-IRQ-fo.patch - patches.kernel.org/6.1.24-085-serial-8250-Prevent-starting-up-DMA-Rx-on-THRI.patch - patches.kernel.org/6.1.24-086-ksmbd-do-not-call-kvmalloc-with-__GFP_NORETRY-.patch - patches.kernel.org/6.1.24-087-ksmbd-fix-slab-out-of-bounds-in-init_smb2_rsp_.patch - patches.kernel.org/6.1.24-088-ALSA-hda-realtek-Add-quirk-for-Clevo-X370SNW.patch - patches.kernel.org/6.1.24-089-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-H.patch - patches.kernel.org/6.1.24-090-x86-acpi-boot-Correct-acpi_is_processor_usable.patch - patches.kernel.org/6.1.24-091-x86-ACPI-boot-Use-FADT-version-to-check-suppor.patch - patches.kernel.org/6.1.24-092-KVM-x86-Clear-has_error_code-not-error_code-fo.patch - patches.kernel.org/6.1.24-093-KVM-nVMX-Do-not-report-error-code-when-synthes.patch - patches.kernel.org/6.1.24-094-mm-kfence-fix-PG_slab-and-memcg_data-clearing.patch - patches.kernel.org/6.1.24-095-mm-kfence-fix-handling-discontiguous-page.patch - patches.kernel.org/6.1.24-096-coresight-etm4x-Do-not-access-TRCIDR1-for-iden.patch - patches.kernel.org/6.1.24-097-coresight-etm4-Fix-for-loop-drvdata-nr_addr_cm.patch - patches.kernel.org/6.1.24-098-counter-104-quad-8-Fix-race-condition-between-.patch - patches.kernel.org/6.1.24-099-counter-104-quad-8-Fix-Synapse-action-reported.patch - patches.kernel.org/6.1.24-100-blk-mq-directly-poll-requests.patch - patches.kernel.org/6.1.24-101-iio-adc-ad7791-fix-IRQ-flags.patch - patches.kernel.org/6.1.24-102-io_uring-fix-return-value-when-removing-provid.patch - patches.kernel.org/6.1.24-103-io_uring-fix-memory-leak-when-removing-provide.patch - patches.kernel.org/6.1.24-104-scsi-qla2xxx-Fix-memory-leak-in-qla2x00_probe_.patch - patches.kernel.org/6.1.24-105-scsi-iscsi_tcp-Check-that-sock-is-valid-before.patch - patches.kernel.org/6.1.24-106-nvme-fix-discard-support-without-oncs.patch - patches.kernel.org/6.1.24-107-cifs-sanitize-paths-in-cifs_update_super_prepa.patch - patches.kernel.org/6.1.24-108-block-ublk-make-sure-that-block-size-is-set-co.patch - patches.kernel.org/6.1.24-109-block-don-t-set-GD_NEED_PART_SCAN-if-scan-part.patch - patches.kernel.org/6.1.24-110-perf-core-Fix-the-same-task-check-in-perf_even.patch - patches.kernel.org/6.1.24-111-ftrace-Mark-get_lock_parent_ip-__always_inline.patch - patches.kernel.org/6.1.24-112-ftrace-Fix-issue-that-direct-addr-not-restored.patch - patches.kernel.org/6.1.24-113-fs-drop-peer-group-ids-under-namespace-lock.patch - patches.kernel.org/6.1.24-114-can-j1939-j1939_tp_tx_dat_new-fix-out-of-bound.patch - patches.kernel.org/6.1.24-115-can-isotp-fix-race-between-isotp_sendsmg-and-i.patch - patches.kernel.org/6.1.24-116-can-isotp-isotp_ops-fix-poll-to-not-report-fal.patch - patches.kernel.org/6.1.24-117-can-isotp-isotp_recvmsg-use-sock_recv_cmsgs-to.patch - patches.kernel.org/6.1.24-118-ACPI-video-Add-auto_detect-arg-to-__acpi_video.patch - patches.kernel.org/6.1.24-119-ACPI-video-Make-acpi_backlight-video-work-inde.patch - patches.kernel.org/6.1.24-120-ACPI-video-Add-acpi_backlight-video-quirk-for-.patch - patches.kernel.org/6.1.24-121-ACPI-video-Add-acpi_backlight-video-quirk-for-.patch - patches.kernel.org/6.1.24-122-net-stmmac-Add-queue-reset-into-stmmac_xdp_ope.patch - patches.kernel.org/6.1.24-123-tracing-synthetic-Fix-races-on-freeing-last_cm.patch - patches.kernel.org/6.1.24-124-tracing-timerlat-Notify-new-max-thread-latency.patch - patches.kernel.org/6.1.24-125-tracing-osnoise-Fix-notify-new-tracing_max_lat.patch - patches.kernel.org/6.1.24-126-tracing-Free-error-logs-of-tracing-instances.patch - patches.kernel.org/6.1.24-127-ASoC-hdac_hdmi-use-set_stream-instead-of-set_t.patch - patches.kernel.org/6.1.24-128-tracing-synthetic-Make-lastcmd_mutex-static.patch - patches.kernel.org/6.1.24-129-zsmalloc-document-freeable-stats.patch - patches.kernel.org/6.1.24-130-mm-vmalloc-avoid-warn_alloc-noise-caused-by-fa.patch - patches.kernel.org/6.1.24-131-wifi-mt76-ignore-key-disable-commands.patch - patches.kernel.org/6.1.24-132-ublk-read-any-SQE-values-upfront.patch - patches.kernel.org/6.1.24-133-drm-panfrost-Fix-the-panfrost_mmu_map_fault_ad.patch - patches.kernel.org/6.1.24-134-drm-nouveau-disp-Support-more-modes-by-checkin.patch - patches.kernel.org/6.1.24-135-drm-i915-Fix-context-runtime-accounting.patch - patches.kernel.org/6.1.24-136-drm-i915-fix-race-condition-UAF-in-i915_perf_a.patch - patches.kernel.org/6.1.24-137-ring-buffer-Fix-race-while-reader-and-writer-a.patch - patches.kernel.org/6.1.24-138-mm-swap-fix-swap_info_struct-race-between-swap.patch - patches.kernel.org/6.1.24-139-mm-hugetlb-fix-uffd-wr-protection-for-CoW-opti.patch - patches.kernel.org/6.1.24-140-maple_tree-fix-get-wrong-data_end-in-mtree_loo.patch - patches.kernel.org/6.1.24-141-maple_tree-fix-a-potential-concurrency-bug-in-.patch - patches.kernel.org/6.1.24-142-blk-throttle-Fix-that-bps-of-child-could-excee.patch - patches.kernel.org/6.1.24-143-drm-amd-display-Clear-MST-topology-if-it-fails.patch - patches.kernel.org/6.1.24-144-drm-amdgpu-for-S0ix-skip-SDMA-5.x-suspend-resu.patch - patches.kernel.org/6.1.24-145-drm-amdgpu-skip-psp-suspend-for-IMU-enabled-AS.patch - patches.kernel.org/6.1.24-146-drm-display-dp_mst-Handle-old-new-payload-stat.patch - patches.kernel.org/6.1.24-147-drm-i915-dp_mst-Fix-payload-removal-during-out.patch - patches.kernel.org/6.1.24-148-drm-bridge-lt9611-Fix-PLL-being-unable-to-lock.patch - patches.kernel.org/6.1.24-149-drm-i915-Use-_MMIO_PIPE-for-SKL_BOTTOM_COLOR.patch - patches.kernel.org/6.1.24-150-drm-i915-Split-icl_color_commit_noarm-from-skl.patch - patches.kernel.org/6.1.24-151-mm-take-a-page-reference-when-removing-device-.patch - patches.kernel.org/6.1.24-152-maple_tree-remove-GFP_ZERO-from-kmem_cache_all.patch - patches.kernel.org/6.1.24-153-maple_tree-fix-potential-rcu-issue.patch - patches.kernel.org/6.1.24-154-maple_tree-reduce-user-error-potential.patch - patches.kernel.org/6.1.24-155-maple_tree-fix-handle-of-invalidated-state-in-.patch - patches.kernel.org/6.1.24-156-maple_tree-fix-mas_prev-and-mas_find-state-han.patch - patches.kernel.org/6.1.24-157-maple_tree-be-more-cautious-about-dead-nodes.patch - patches.kernel.org/6.1.24-158-maple_tree-refine-ma_state-init-from-mas_start.patch - patches.kernel.org/6.1.24-159-maple_tree-detect-dead-nodes-in-mas_start.patch - patches.kernel.org/6.1.24-160-maple_tree-fix-freeing-of-nodes-in-rcu-mode.patch - patches.kernel.org/6.1.24-161-maple_tree-remove-extra-smp_wmb-from-mas_dead_.patch - patches.kernel.org/6.1.24-162-maple_tree-add-smp_rmb-to-dead-node-detection.patch - patches.kernel.org/6.1.24-163-maple_tree-add-RCU-lock-checking-to-rcu-callba.patch - patches.kernel.org/6.1.24-164-mm-enable-maple-tree-RCU-mode-by-default.patch - patches.kernel.org/6.1.24-165-bpftool-Print-newline-before-for-struct-with-p.patch - patches.kernel.org/6.1.24-166-Linux-6.1.24.patch - patches.kernel.org/6.1.25-001-Revert-pinctrl-amd-Disable-and-mask-interrupts.patch - patches.kernel.org/6.1.25-002-drm-amd-display-Pass-the-right-info-to-drm_dp_.patch - patches.kernel.org/6.1.25-003-ALSA-emu10k1-fix-capture-interrupt-handler-unl.patch - patches.kernel.org/6.1.25-004-ALSA-hda-sigmatel-add-pin-overrides-for-Intel-.patch - patches.kernel.org/6.1.25-005-ALSA-i2c-cs8427-fix-iec958-mixer-control-deact.patch - patches.kernel.org/6.1.25-006-ALSA-hda-patch_realtek-add-quirk-for-Asus-N760.patch - patches.kernel.org/6.1.25-007-ALSA-hda-realtek-Add-quirks-for-Lenovo-Z13-Z16.patch - patches.kernel.org/6.1.25-008-ALSA-firewire-tascam-add-missing-unwind-goto-i.patch - patches.kernel.org/6.1.25-009-ALSA-emu10k1-don-t-create-old-pass-through-pla.patch - patches.kernel.org/6.1.25-010-ALSA-hda-sigmatel-fix-S-PDIF-out-on-Intel-D-45.patch - patches.kernel.org/6.1.25-011-ALSA-hda-hdmi-disable-KAE-for-Intel-DG2.patch - patches.kernel.org/6.1.25-012-Bluetooth-L2CAP-Fix-use-after-free-in-l2cap_di.patch - patches.kernel.org/6.1.25-013-Bluetooth-Fix-race-condition-in-hidp_session_t.patch - patches.kernel.org/6.1.25-014-bluetooth-btbcm-Fix-logic-error-in-forming-the.patch - patches.kernel.org/6.1.25-015-Bluetooth-Free-potentially-unfreed-SCO-connect.patch - patches.kernel.org/6.1.25-016-Bluetooth-hci_conn-Fix-possible-UAF.patch - patches.kernel.org/6.1.25-017-btrfs-restore-the-thread_pool-behavior-in-remo.patch - patches.kernel.org/6.1.25-018-btrfs-fix-fast-csum-implementation-detection.patch - patches.kernel.org/6.1.25-019-fbmem-Reject-FB_ACTIVATE_KD_TEXT-from-userspac.patch - patches.kernel.org/6.1.25-020-mtdblock-tolerate-corrected-bit-flips.patch - patches.kernel.org/6.1.25-021-mtd-rawnand-meson-fix-bitmask-for-length-in-co.patch - patches.kernel.org/6.1.25-022-mtd-rawnand-stm32_fmc2-remove-unsupported-EDO-.patch - patches.kernel.org/6.1.25-023-mtd-rawnand-stm32_fmc2-use-timings.mode-instea.patch - patches.kernel.org/6.1.25-024-KVM-arm64-PMU-Restore-the-guest-s-EL0-event-co.patch - patches.kernel.org/6.1.25-025-fbcon-Fix-error-paths-in-set_con2fb_map.patch - patches.kernel.org/6.1.25-026-fbcon-set_con2fb_map-needs-to-set-con2fb_map.patch - patches.kernel.org/6.1.25-027-drm-i915-dsi-fix-DSS-CTL-register-offsets-for-.patch - patches.kernel.org/6.1.25-028-clk-sprd-set-max_register-according-to-mapping.patch - patches.kernel.org/6.1.25-029-RDMA-irdma-Do-not-generate-SW-completions-for-.patch - patches.kernel.org/6.1.25-030-RDMA-irdma-Fix-memory-leak-of-PBLE-objects.patch - patches.kernel.org/6.1.25-031-RDMA-irdma-Increase-iWARP-CM-default-rexmit-co.patch - patches.kernel.org/6.1.25-032-RDMA-irdma-Add-ipv4-check-to-irdma_find_listen.patch - patches.kernel.org/6.1.25-033-IB-mlx5-Add-support-for-400G_8X-lane-speed.patch - patches.kernel.org/6.1.25-034-RDMA-erdma-Update-default-EQ-depth-to-4096-and.patch - patches.kernel.org/6.1.25-035-RDMA-erdma-Inline-mtt-entries-into-WQE-if-supp.patch - patches.kernel.org/6.1.25-036-RDMA-erdma-Defer-probing-if-netdevice-can-not-.patch - patches.kernel.org/6.1.25-037-clk-rs9-Fix-suspend-resume.patch - patches.kernel.org/6.1.25-038-RDMA-cma-Allow-UD-qp_type-to-join-multicast-on.patch - patches.kernel.org/6.1.25-039-bpf-tcp-Use-sock_gen_put-instead-of-sock_put-i.patch - patches.kernel.org/6.1.25-040-LoongArch-bpf-Fix-jit-to-skip-speculation-barr.patch - patches.kernel.org/6.1.25-041-dmaengine-apple-admac-Handle-global-interrupt-.patch - patches.kernel.org/6.1.25-042-dmaengine-apple-admac-Set-src_addr_widths-capa.patch - patches.kernel.org/6.1.25-043-dmaengine-apple-admac-Fix-current_tx-not-getti.patch - patches.kernel.org/6.1.25-044-9p-xen-Fix-use-after-free-bug-in-xen_9pfs_fron.patch - patches.kernel.org/6.1.25-045-bpf-arm64-Fixed-a-BTI-error-on-returning-to-pa.patch - patches.kernel.org/6.1.25-046-KVM-arm64-Initialise-hypervisor-copies-of-host.patch - patches.kernel.org/6.1.25-047-KVM-arm64-Advertise-ID_AA64PFR0_EL1.CSV2-3-to-.patch - patches.kernel.org/6.1.25-048-niu-Fix-missing-unwind-goto-in-niu_alloc_chann.patch - patches.kernel.org/6.1.25-049-tcp-restrict-net.ipv4.tcp_app_win.patch - patches.kernel.org/6.1.25-050-bonding-fix-ns-validation-on-backup-slaves.patch - patches.kernel.org/6.1.25-051-iavf-refactor-VLAN-filter-states.patch - patches.kernel.org/6.1.25-052-iavf-remove-active_cvlans-and-active_svlans-bi.patch - patches.kernel.org/6.1.25-053-net-openvswitch-fix-race-on-port-output.patch - patches.kernel.org/6.1.25-054-Bluetooth-hci_conn-Fix-not-cleaning-up-on-LE-C.patch - patches.kernel.org/6.1.25-055-Bluetooth-Fix-printing-errors-if-LE-Connection.patch - patches.kernel.org/6.1.25-056-Bluetooth-SCO-Fix-possible-circular-locking-de.patch - patches.kernel.org/6.1.25-057-Bluetooth-Set-ISO-Data-Path-on-broadcast-sink.patch - patches.kernel.org/6.1.25-058-drm-armada-Fix-a-potential-double-free-in-an-e.patch - patches.kernel.org/6.1.25-059-qlcnic-check-pci_reset_function-result.patch - patches.kernel.org/6.1.25-060-net-wwan-iosm-Fix-error-handling-path-in-ipc_p.patch - patches.kernel.org/6.1.25-061-cgroup-freezer-hold-cpu_hotplug_lock-before-fr.patch - patches.kernel.org/6.1.25-062-net-qrtr-Fix-an-uninit-variable-access-bug-in-.patch - patches.kernel.org/6.1.25-063-sctp-fix-a-potential-overflow-in-sctp_ifwdtsn_.patch - patches.kernel.org/6.1.25-064-RDMA-core-Fix-GID-entry-ref-leak-when-create_a.patch - patches.kernel.org/6.1.25-065-selftests-openvswitch-adjust-datapath-NL-messa.patch - patches.kernel.org/6.1.25-066-udp6-fix-potential-access-to-stale-information.patch - patches.kernel.org/6.1.25-067-net-macb-fix-a-memory-corruption-in-extended-b.patch - patches.kernel.org/6.1.25-068-skbuff-Fix-a-race-between-coalescing-and-relea.patch - patches.kernel.org/6.1.25-069-libbpf-Fix-single-line-struct-definition-outpu.patch - patches.kernel.org/6.1.25-070-ARM-9290-1-uaccess-Fix-KASAN-false-positives.patch - patches.kernel.org/6.1.25-071-ARM-dts-qcom-apq8026-lg-lenok-add-missing-rese.patch - patches.kernel.org/6.1.25-072-power-supply-rk817-Fix-unsigned-comparison-wit.patch - patches.kernel.org/6.1.25-073-power-supply-cros_usbpd-reclassify-default-cas.patch - patches.kernel.org/6.1.25-074-power-supply-axp288_fuel_gauge-Added-check-for.patch - patches.kernel.org/6.1.25-075-selftests-bpf-Fix-progs-find_vma_fail1.c-build.patch - patches.kernel.org/6.1.25-076-wifi-mwifiex-mark-OF-related-data-as-maybe-unu.patch - patches.kernel.org/6.1.25-077-i2c-imx-lpi2c-clean-rx-tx-buffers-upon-new-mes.patch - patches.kernel.org/6.1.25-078-i2c-hisi-Avoid-redundant-interrupts.patch - patches.kernel.org/6.1.25-079-efi-sysfb_efi-Add-quirk-for-Lenovo-Yoga-Book-X.patch - patches.kernel.org/6.1.25-080-block-ublk_drv-mark-device-as-LIVE-before-addi.patch - patches.kernel.org/6.1.25-081-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch - patches.kernel.org/6.1.25-082-drm-panel-orientation-quirks-Add-quirk-for-Len.patch - patches.kernel.org/6.1.25-083-hwmon-peci-cputemp-Fix-miscalculated-DTS-for-S.patch - patches.kernel.org/6.1.25-084-hwmon-xgene-Fix-ioremap-and-memremap-leak.patch - patches.kernel.org/6.1.25-085-verify_pefile-relax-wrapper-length-check.patch - patches.kernel.org/6.1.25-086-asymmetric_keys-log-on-fatal-failures-in-PE-pk.patch - patches.kernel.org/6.1.25-087-nvme-send-Identify-with-CNS-06h-only-to-I-O-co.patch - patches.kernel.org/6.1.25-088-wifi-iwlwifi-mvm-fix-mvmtxq-stopped-handling.patch - patches.kernel.org/6.1.25-089-wifi-iwlwifi-mvm-protect-TXQ-list-manipulation.patch - patches.kernel.org/6.1.25-090-drm-amdgpu-add-mes-resume-when-do-gfx-post-sof.patch - patches.kernel.org/6.1.25-091-drm-amdgpu-Force-signal-hw_fences-that-are-emb.patch - patches.kernel.org/6.1.25-092-drm-amdgpu-gfx-set-cg-flags-to-enter-exit-safe.patch - patches.kernel.org/6.1.25-093-ACPI-resource-Add-Medion-S17413-to-IRQ-overrid.patch - patches.kernel.org/6.1.25-094-x86-hyperv-Move-VMCB-enlightenment-definitions.patch - patches.kernel.org/6.1.25-095-KVM-selftests-Move-struct-hv_enlightenments-to.patch - patches.kernel.org/6.1.25-096-KVM-SVM-Add-a-proper-field-for-Hyper-V-VMCB-en.patch - patches.kernel.org/6.1.25-097-x86-hyperv-KVM-Rename-hv_enlightenments-to-hv_.patch - patches.kernel.org/6.1.25-098-KVM-SVM-Flush-Hyper-V-TLB-when-required.patch - patches.kernel.org/6.1.25-099-tracing-Add-trace_array_puts-to-write-into-ins.patch - patches.kernel.org/6.1.25-100-tracing-Have-tracing_snapshot_instance_cond-wr.patch - patches.kernel.org/6.1.25-101-maple_tree-fix-write-memory-barrier-of-nodes-o.patch - patches.kernel.org/6.1.25-102-ksmbd-avoid-out-of-bounds-access-in-decode_pre.patch - patches.kernel.org/6.1.25-103-riscv-add-icache-flush-for-nommu-sigreturn-tra.patch - patches.kernel.org/6.1.25-104-HID-intel-ish-hid-Fix-kernel-panic-during-warm.patch - patches.kernel.org/6.1.25-105-net-sfp-initialize-sfp-i2c_block_size-at-sfp-a.patch - patches.kernel.org/6.1.25-106-net-phy-nxp-c45-tja11xx-add-remove-callback.patch - patches.kernel.org/6.1.25-107-net-phy-nxp-c45-tja11xx-fix-unsigned-long-mult.patch - patches.kernel.org/6.1.25-108-scsi-ses-Handle-enclosure-with-just-a-primary-.patch - patches.kernel.org/6.1.25-109-x86-PCI-Add-quirk-for-AMD-XHCI-controller-that.patch - patches.kernel.org/6.1.25-110-cgroup-fix-display-of-forceidle-time-at-root.patch - patches.kernel.org/6.1.25-111-cgroup-cpuset-Fix-partition-root-s-cpuset.cpus.patch - patches.kernel.org/6.1.25-112-cgroup-cpuset-Wake-up-cpuset_attach_wq-tasks-i.patch - patches.kernel.org/6.1.25-113-drm-amd-pm-correct-SMU13.0.7-pstate-profiling-.patch - patches.kernel.org/6.1.25-114-drm-amd-pm-correct-SMU13.0.7-max-shader-clock-.patch - patches.kernel.org/6.1.25-115-mptcp-use-mptcp_schedule_work-instead-of-open-.patch - patches.kernel.org/6.1.25-116-mptcp-stricter-state-check-in-mptcp_worker.patch - patches.kernel.org/6.1.25-117-ubi-Fix-failure-attaching-when-vid_hdr-offset-.patch - patches.kernel.org/6.1.25-118-ubi-Fix-deadlock-caused-by-recursively-holding.patch - patches.kernel.org/6.1.25-119-i2c-mchp-pci1xxxx-Update-Timing-registers.patch - patches.kernel.org/6.1.25-120-powerpc-papr_scm-Update-the-NUMA-distance-tabl.patch - patches.kernel.org/6.1.25-121-sched-fair-Fix-imbalance-overflow.patch - patches.kernel.org/6.1.25-122-x86-rtc-Remove-__init-for-runtime-functions.patch - patches.kernel.org/6.1.25-123-i2c-ocores-generate-stop-condition-after-timeo.patch - patches.kernel.org/6.1.25-124-cifs-fix-negotiate-context-parsing.patch - patches.kernel.org/6.1.25-125-nvme-pci-mark-Lexar-NM760-as-IGNORE_DEV_SUBNQN.patch - patches.kernel.org/6.1.25-126-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-T-FORCE-.patch - patches.kernel.org/6.1.25-127-cgroup-cpuset-Skip-spread-flags-update-on-v2.patch - patches.kernel.org/6.1.25-128-cgroup-cpuset-Make-cpuset_fork-handle-CLONE_IN.patch - patches.kernel.org/6.1.25-129-cgroup-cpuset-Add-cpuset_can_fork-and-cpuset_c.patch - patches.kernel.org/6.1.25-130-Linux-6.1.25.patch - patches.kernel.org/6.1.26-001-ARM-dts-rockchip-fix-a-typo-error-for-rk3288-s.patch - patches.kernel.org/6.1.26-002-arm64-dts-rockchip-Lower-sd-speed-on-rk3566-so.patch - patches.kernel.org/6.1.26-003-arm64-dts-qcom-ipq8074-hk01-enable-QMP-device-.patch - patches.kernel.org/6.1.26-004-arm64-dts-qcom-hk10-use-okay-instead-of-ok.patch - patches.kernel.org/6.1.26-005-arm64-dts-qcom-ipq8074-hk10-enable-QMP-device-.patch - patches.kernel.org/6.1.26-006-arm64-dts-meson-g12-common-specify-full-DMC-ra.patch - patches.kernel.org/6.1.26-007-arm64-dts-qcom-sc8280xp-pmics-fix-pon-compatib.patch - patches.kernel.org/6.1.26-008-arm64-dts-imx8mm-evk-correct-pmic-clock-source.patch - patches.kernel.org/6.1.26-009-arm64-dts-imx8mm-verdin-correct-off-on-delay.patch - patches.kernel.org/6.1.26-010-arm64-dts-imx8mp-verdin-correct-off-on-delay.patch - patches.kernel.org/6.1.26-011-netfilter-br_netfilter-fix-recent-physdev-matc.patch - patches.kernel.org/6.1.26-012-netfilter-nf_tables-Modify-nla_memdup-s-flag-t.patch - patches.kernel.org/6.1.26-013-rust-str-fix-requierments-requirements-typo.patch - patches.kernel.org/6.1.26-014-regulator-fan53555-Explicitly-include-bits-hea.patch - patches.kernel.org/6.1.26-015-regulator-fan53555-Fix-wrong-TCS_SLEW_MASK.patch - patches.kernel.org/6.1.26-016-net-sched-sch_qfq-prevent-slab-out-of-bounds-i.patch - patches.kernel.org/6.1.26-017-virtio_net-bugfix-overflow-inside-xdp_lineariz.patch - patches.kernel.org/6.1.26-018-sfc-Fix-use-after-free-due-to-selftest_work.patch - patches.kernel.org/6.1.26-019-netfilter-nf_tables-fix-ifdef-to-also-consider.patch - patches.kernel.org/6.1.26-020-i40e-fix-accessing-vsi-active_filters-without-.patch - patches.kernel.org/6.1.26-021-i40e-fix-i40e_setup_misc_vector-error-handling.patch - patches.kernel.org/6.1.26-022-netfilter-nf_tables-validate-catch-all-set-ele.patch - patches.kernel.org/6.1.26-023-netfilter-nf_tables-tighten-netlink-attribute-.patch - patches.kernel.org/6.1.26-024-bnxt_en-Do-not-initialize-PTP-on-older-P3-P4-c.patch - patches.kernel.org/6.1.26-025-mlxfw-fix-null-ptr-deref-in-mlxfw_mfa2_tlv_nex.patch - patches.kernel.org/6.1.26-026-bonding-Fix-memory-leak-when-changing-bond-typ.patch - patches.kernel.org/6.1.26-027-net-rpl-fix-rpl-header-size-calculation.patch - patches.kernel.org/6.1.26-028-mlxsw-pci-Fix-possible-crash-during-initializa.patch - patches.kernel.org/6.1.26-029-spi-spi-rockchip-Fix-missing-unwind-goto-in-ro.patch - patches.kernel.org/6.1.26-030-bpf-Fix-incorrect-verifier-pruning-due-to-miss.patch - patches.kernel.org/6.1.26-031-e1000e-Disable-TSO-on-i219-LM-card-to-increase.patch - patches.kernel.org/6.1.26-032-net-bridge-switchdev-don-t-notify-FDB-entries-.patch - patches.kernel.org/6.1.26-033-f2fs-Fix-f2fs_truncate_partial_nodes-ftrace-ev.patch - patches.kernel.org/6.1.26-034-platform-x86-intel-vsec-Fix-a-memory-leak-in-i.patch - patches.kernel.org/6.1.26-035-platform-x86-gigabyte-wmi-Add-support-for-A320.patch - patches.kernel.org/6.1.26-036-selftests-sigaltstack-fix-Wuninitialized.patch - patches.kernel.org/6.1.26-037-scsi-megaraid_sas-Fix-fw_crash_buffer_show.patch - patches.kernel.org/6.1.26-038-scsi-core-Improve-scsi_vpd_inquiry-checks.patch - patches.kernel.org/6.1.26-039-net-dsa-b53-mmap-add-phy-ops.patch - patches.kernel.org/6.1.26-040-platform-x86-gigabyte-wmi-add-support-for-B650.patch - patches.kernel.org/6.1.26-041-s390-ptrace-fix-PTRACE_GET_LAST_BREAK-error-ha.patch - patches.kernel.org/6.1.26-042-drm-buddy_allocator-Fix-buddy-allocator-init-o.patch - patches.kernel.org/6.1.26-043-drm-test-Fix-32-bit-issue-in-drm_buddy_test.patch - patches.kernel.org/6.1.26-044-nvme-tcp-fix-a-possible-UAF-when-failing-to-al.patch - patches.kernel.org/6.1.26-045-xen-netback-use-same-error-messages-for-same-e.patch - patches.kernel.org/6.1.26-046-platform-x86-gigabyte-wmi-add-support-for-X570.patch - patches.kernel.org/6.1.26-047-platform-x86-asus-nb-wmi-Add-quirk_asus_tablet.patch - patches.kernel.org/6.1.26-048-mtd-spi-nor-fix-memory-leak-when-using-debugfs.patch - patches.kernel.org/6.1.26-049-Revert-userfaultfd-don-t-fail-on-unrecognized-.patch - patches.kernel.org/6.1.26-050-drm-amdgpu-vcn-Disable-indirect-SRAM-on-Vangog.patch - patches.kernel.org/6.1.26-051-iio-dac-ad5755-Add-missing-fwnode_handle_put.patch - patches.kernel.org/6.1.26-052-iio-light-tsl2772-fix-reading-proximity-diodes.patch - patches.kernel.org/6.1.26-053-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-H.patch - patches.kernel.org/6.1.26-054-btrfs-get-the-next-extent-map-during-fiemap-ls.patch - patches.kernel.org/6.1.26-055-rust-kernel-Mark-rust_fmt_argument-as-extern-C.patch - patches.kernel.org/6.1.26-056-LoongArch-Fix-probing-of-the-CRC32-feature.patch - patches.kernel.org/6.1.26-057-LoongArch-Mark-3-symbol-exports-as-non-GPL.patch - patches.kernel.org/6.1.26-058-maple_tree-make-maple-state-reusable-after-mas.patch - patches.kernel.org/6.1.26-059-maple_tree-fix-mas_empty_area-search.patch - patches.kernel.org/6.1.26-060-maple_tree-fix-a-potential-memory-leak-OOB-acc.patch - patches.kernel.org/6.1.26-061-nilfs2-initialize-unused-bytes-in-segment-summ.patch - patches.kernel.org/6.1.26-062-tools-mm-page_owner_sort.c-fix-TGID-output-whe.patch - patches.kernel.org/6.1.26-063-memstick-fix-memory-leak-if-card-device-is-nev.patch - patches.kernel.org/6.1.26-064-kernel-sys.c-fix-and-improve-control-flow-in-_.patch - patches.kernel.org/6.1.26-065-writeback-cgroup-fix-null-ptr-deref-write-in-b.patch - patches.kernel.org/6.1.26-066-mmc-sdhci_am654-Set-HIGH_SPEED_ENA-for-SDR12-a.patch - patches.kernel.org/6.1.26-067-drm-i915-Fix-fast-wake-AUX-sync-len.patch - patches.kernel.org/6.1.26-068-drm-amdgpu-Fix-desktop-freezed-after-gpu-reset.patch - patches.kernel.org/6.1.26-069-drm-amd-display-set-dcn315-lb-bpp-to-48.patch - patches.kernel.org/6.1.26-070-drm-rockchip-vop2-fix-suspend-resume.patch - patches.kernel.org/6.1.26-071-drm-rockchip-vop2-Use-regcache_sync-to-fix-sus.patch - patches.kernel.org/6.1.26-072-mm-userfaultfd-fix-uffd-wp-handling-for-THP-mi.patch - patches.kernel.org/6.1.26-073-mm-khugepaged-check-again-on-anon-uffd-wp-duri.patch - patches.kernel.org/6.1.26-074-mm-huge_memory.c-warn-with-pr_warn_ratelimited.patch - patches.kernel.org/6.1.26-075-mm-kmsan-handle-alloc-failures-in-kmsan_iorema.patch - patches.kernel.org/6.1.26-076-mm-kmsan-handle-alloc-failures-in-kmsan_vmap_p.patch - patches.kernel.org/6.1.26-077-mm-page_alloc-skip-regions-with-hugetlbfs-page.patch - patches.kernel.org/6.1.26-078-mm-mmap-regression-fix-for-unmapped_area-_topd.patch - patches.kernel.org/6.1.26-079-sched-fair-Detect-capacity-inversion.patch - patches.kernel.org/6.1.26-080-sched-fair-Consider-capacity-inversion-in-util.patch - patches.kernel.org/6.1.26-081-sched-fair-Fixes-for-capacity-inversion-detect.patch - patches.kernel.org/6.1.26-082-KVM-arm64-Make-vcpu-flag-updates-non-preemptib.patch - patches.kernel.org/6.1.26-083-KVM-arm64-Fix-buffer-overflow-in-kvm_arm_set_f.patch - patches.kernel.org/6.1.26-084-MIPS-Define-RUNTIME_DISCARD_EXIT-in-LD-script.patch - patches.kernel.org/6.1.26-085-fuse-always-revalidate-rename-target-dentry.patch - patches.kernel.org/6.1.26-086-purgatory-fix-disabling-debug-info.patch - patches.kernel.org/6.1.26-087-inet6-Remove-inet6_destroy_sock-in-sk-sk_prot-.patch - patches.kernel.org/6.1.26-088-dccp-Call-inet6_destroy_sock-via-sk-sk_destruc.patch - patches.kernel.org/6.1.26-089-sctp-Call-inet6_destroy_sock-via-sk-sk_destruc.patch - patches.kernel.org/6.1.26-090-gcc-disable-Warray-bounds-for-gcc-13-too.patch - patches.kernel.org/6.1.26-091-Input-pegasus-notetaker-check-pipe-type-when-p.patch - patches.kernel.org/6.1.26-092-iio-adc-at91-sama5d2_adc-fix-an-error-code-in-.patch - patches.kernel.org/6.1.26-093-fpga-bridge-properly-initialize-bridge-device-.patch - patches.kernel.org/6.1.26-094-mm-page_alloc-fix-potential-deadlock-on-zoneli.patch - patches.kernel.org/6.1.26-095-ASoC-SOF-pm-Tear-down-pipelines-only-if-DSP-wa.patch - patches.kernel.org/6.1.26-096-ASoC-fsl_asrc_dma-fix-potential-null-ptr-deref.patch - patches.kernel.org/6.1.26-097-ASoC-fsl_sai-Fix-pins-setting-for-i.MX8QM-plat.patch - patches.kernel.org/6.1.26-098-ASN.1-Fix-check-for-strdup-success.patch - patches.kernel.org/6.1.26-099-Linux-6.1.26.patch - patches.kernel.org/6.1.27-001-um-Only-disable-SSE-on-clang-to-work-around-ol.patch - patches.kernel.org/6.1.27-002-phy-phy-brcm-usb-Utilize-platform_get_irq_byna.patch - patches.kernel.org/6.1.27-003-KVM-arm64-Retry-fault-if-vma_lookup-results-be.patch - patches.kernel.org/6.1.27-004-mm-mempolicy-fix-use-after-free-of-VMA-iterato.patch - patches.kernel.org/6.1.27-005-mptcp-stops-worker-on-unaccepted-sockets-at-li.patch - patches.kernel.org/6.1.27-006-mptcp-fix-accept-vs-worker-race.patch - patches.kernel.org/6.1.27-007-wifi-brcmfmac-slab-out-of-bounds-read-in-brcmf.patch - patches.kernel.org/6.1.27-008-drm-fb-helper-set-x-yres_virtual-in-drm_fb_hel.patch - patches.kernel.org/6.1.27-009-gpiolib-acpi-Add-a-ignore-wakeup-quirk-for-Cle.patch - patches.kernel.org/6.1.27-010-bluetooth-Perform-careful-capability-checks-in.patch - patches.kernel.org/6.1.27-011-btrfs-fix-uninitialized-variable-warnings.patch - patches.kernel.org/6.1.27-012-USB-serial-option-add-UNISOC-vendor-and-TOZED-.patch - patches.kernel.org/6.1.27-013-driver-core-Don-t-require-dynamic_debug-for-in.patch - patches.kernel.org/6.1.27-014-riscv-Move-early-dtb-mapping-into-the-fixmap-r.patch - patches.kernel.org/6.1.27-015-riscv-Do-not-set-initial_boot_params-to-the-li.patch - patches.kernel.org/6.1.27-016-riscv-No-need-to-relocate-the-dtb-as-it-lies-i.patch - patches.kernel.org/6.1.27-017-Linux-6.1.27.patch - patches.kernel.org/6.1.28-001-ASOC-Intel-sof_sdw-add-quirk-for-Intel-Rooks-C.patch - patches.kernel.org/6.1.28-002-ASoC-Intel-soc-acpi-add-table-for-Intel-Rooks-.patch - patches.kernel.org/6.1.28-003-ASoC-soc-pcm-fix-hw-formats-cleared-by-soc_pcm.patch - patches.kernel.org/6.1.28-004-x86-hyperv-Block-root-partition-functionality-.patch - patches.kernel.org/6.1.28-005-ASoC-amd-yc-Add-DMI-entries-to-support-Victus-.patch - patches.kernel.org/6.1.28-006-iio-adc-palmas_gpadc-fix-NULL-dereference-on-r.patch - patches.kernel.org/6.1.28-007-ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Acer.patch - patches.kernel.org/6.1.28-008-ASoC-da7213.c-add-missing-pm_runtime_disable.patch - patches.kernel.org/6.1.28-009-net-wwan-t7xx-do-not-compile-with-Werror.patch - patches.kernel.org/6.1.28-010-selftests-mount-Fix-mount_setattr_test-builds-.patch - patches.kernel.org/6.1.28-011-scsi-mpi3mr-Handle-soft-reset-in-progress-faul.patch - patches.kernel.org/6.1.28-012-net-sfp-add-quirk-enabling-2500Base-x-for-HG-M.patch - patches.kernel.org/6.1.28-013-platform-x86-thinkpad_acpi-Add-missing-T14s-Ge.patch - patches.kernel.org/6.1.28-014-wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch - patches.kernel.org/6.1.28-015-tracing-Error-if-a-trace-event-has-an-array-fo.patch - patches.kernel.org/6.1.28-016-asm-generic-io.h-suppress-endianness-warnings-.patch - patches.kernel.org/6.1.28-017-x86-cpu-Add-model-number-for-Intel-Arrow-Lake-.patch - patches.kernel.org/6.1.28-018-wireguard-timers-cast-enum-limits-members-to-i.patch - patches.kernel.org/6.1.28-019-wifi-mt76-mt7921e-Set-memory-space-enable-in-P.patch - patches.kernel.org/6.1.28-020-ASoC-amd-fix-ACP-version-typo-mistake.patch - patches.kernel.org/6.1.28-021-ASoC-amd-ps-update-the-acp-clock-source.patch - patches.kernel.org/6.1.28-022-arm64-Always-load-shadow-stack-pointer-directl.patch - patches.kernel.org/6.1.28-023-arm64-Stash-shadow-stack-pointer-in-the-task-s.patch - patches.kernel.org/6.1.28-024-powerpc-boot-Fix-boot-wrapper-code-generation-.patch - patches.kernel.org/6.1.28-025-PCI-kirin-Select-REGMAP_MMIO.patch - patches.kernel.org/6.1.28-026-PCI-pciehp-Fix-AB-BA-deadlock-between-reset_lo.patch - patches.kernel.org/6.1.28-027-PCI-qcom-Fix-the-incorrect-register-usage-in-v.patch - patches.kernel.org/6.1.28-028-phy-qcom-qmp-pcie-sc8180x-PCIe-PHY-has-2-lanes.patch - patches.kernel.org/6.1.28-029-IMA-allow-fix-UML-builds.patch - patches.kernel.org/6.1.28-030-usb-gadget-udc-core-Invoke-usb_gadget_connect-.patch - patches.kernel.org/6.1.28-031-usb-gadget-udc-core-Prevent-redundant-calls-to.patch - patches.kernel.org/6.1.28-032-usb-dwc3-gadget-Stall-and-restart-EP0-if-host-.patch - patches.kernel.org/6.1.28-033-USB-dwc3-fix-runtime-pm-imbalance-on-probe-err.patch - patches.kernel.org/6.1.28-034-USB-dwc3-fix-runtime-pm-imbalance-on-unbind.patch - patches.kernel.org/6.1.28-035-hwmon-k10temp-Check-range-scale-when-CUR_TEMP-.patch - patches.kernel.org/6.1.28-036-hwmon-adt7475-Use-device_property-APIs-when-co.patch - patches.kernel.org/6.1.28-037-tpm-Add-tpm_amd_is_rng_defective-to-the-hwrng_.patch - patches.kernel.org/6.1.28-038-posix-cpu-timers-Implement-the-missing-timer_w.patch - patches.kernel.org/6.1.28-039-media-ov8856-Do-not-check-for-for-module-versi.patch - patches.kernel.org/6.1.28-040-blk-stat-fix-QUEUE_FLAG_STATS-clear.patch - patches.kernel.org/6.1.28-041-blk-crypto-don-t-use-struct-request_queue-for-.patch - patches.kernel.org/6.1.28-042-blk-crypto-add-a-blk_crypto_config_supported_n.patch - patches.kernel.org/6.1.28-043-blk-crypto-move-internal-only-declarations-to-.patch - patches.kernel.org/6.1.28-044-blk-crypto-Add-a-missing-include-directive.patch - patches.kernel.org/6.1.28-045-blk-mq-release-crypto-keyslot-before-reporting.patch - patches.kernel.org/6.1.28-046-blk-crypto-make-blk_crypto_evict_key-return-vo.patch - patches.kernel.org/6.1.28-047-blk-crypto-make-blk_crypto_evict_key-more-robu.patch - patches.kernel.org/6.1.28-048-staging-iio-resolver-ads1210-fix-config-mode.patch - patches.kernel.org/6.1.28-049-tty-Prevent-writing-chars-during-tcsetattr-TCS.patch - patches.kernel.org/6.1.28-050-xhci-fix-debugfs-register-accesses-while-suspe.patch - patches.kernel.org/6.1.28-051-serial-fix-TIOCSRS485-locking.patch - patches.kernel.org/6.1.28-052-serial-8250-Fix-serial8250_tx_empty-race-with-.patch - patches.kernel.org/6.1.28-053-serial-max310x-fix-IO-data-corruption-in-batch.patch - patches.kernel.org/6.1.28-054-tick-nohz-Fix-cpu_is_hotpluggable-by-checking-.patch - patches.kernel.org/6.1.28-055-fs-fix-sysctls.c-built.patch - patches.kernel.org/6.1.28-056-MIPS-fw-Allow-firmware-to-pass-a-empty-env.patch - patches.kernel.org/6.1.28-057-ipmi-ssif-Add-send_retries-increment.patch - patches.kernel.org/6.1.28-058-ipmi-fix-SSIF-not-responding-under-certain-con.patch - patches.kernel.org/6.1.28-059-iio-addac-stx104-Fix-race-condition-when-conve.patch - patches.kernel.org/6.1.28-060-iio-addac-stx104-Fix-race-condition-for-stx104.patch - patches.kernel.org/6.1.28-061-kheaders-Use-array-declaration-instead-of-char.patch - patches.kernel.org/6.1.28-062-wifi-mt76-add-missing-locking-to-protect-again.patch - patches.kernel.org/6.1.28-063-pwm-meson-Fix-axg-ao-mux-parents.patch - patches.kernel.org/6.1.28-064-pwm-meson-Fix-g12a-ao-clk81-name.patch - patches.kernel.org/6.1.28-065-soundwire-qcom-correct-setting-ignore-bit-on-v.patch - patches.kernel.org/6.1.28-066-pinctrl-qcom-lpass-lpi-set-output-value-before.patch - patches.kernel.org/6.1.28-067-ring-buffer-Ensure-proper-resetting-of-atomic-.patch - patches.kernel.org/6.1.28-068-ring-buffer-Sync-IRQ-works-before-buffer-destr.patch - patches.kernel.org/6.1.28-069-crypto-api-Demote-BUG_ON-in-crypto_unregister_.patch - patches.kernel.org/6.1.28-070-crypto-safexcel-Cleanup-ring-IRQ-workqueues-on.patch - patches.kernel.org/6.1.28-071-crypto-arm64-aes-neonbs-fix-crash-with-CFI-ena.patch - patches.kernel.org/6.1.28-072-crypto-ccp-Don-t-initialize-CCP-for-PSP-0x1649.patch - patches.kernel.org/6.1.28-073-rcu-Avoid-stack-overflow-due-to-__rcu_irq_ente.patch - patches.kernel.org/6.1.28-074-reiserfs-Add-security-prefix-to-xattr-name-in-.patch - patches.kernel.org/6.1.28-075-KVM-nVMX-Emulate-NOPs-in-L2-and-PAUSE-if-it-s-.patch - patches.kernel.org/6.1.28-076-KVM-arm64-Avoid-vcpu-mutex-v.-kvm-lock-inversi.patch - patches.kernel.org/6.1.28-077-KVM-arm64-Avoid-lock-inversion-when-setting-th.patch - patches.kernel.org/6.1.28-078-KVM-arm64-Use-config_lock-to-protect-data-orde.patch - patches.kernel.org/6.1.28-079-KVM-arm64-Use-config_lock-to-protect-vgic-stat.patch - patches.kernel.org/6.1.28-080-KVM-arm64-vgic-Don-t-acquire-its_lock-before-c.patch - patches.kernel.org/6.1.28-081-relayfs-fix-out-of-bounds-access-in-relay_file.patch - patches.kernel.org/6.1.28-082-drm-amd-display-Remove-stutter-only-configurat.patch - patches.kernel.org/6.1.28-083-drm-amd-display-limit-timing-for-single-dimm-m.patch - patches.kernel.org/6.1.28-084-drm-amd-display-fix-PSR-SU-DSC-interoperabilit.patch - patches.kernel.org/6.1.28-085-drm-amd-display-fix-a-divided-by-zero-error.patch - patches.kernel.org/6.1.28-086-KVM-RISC-V-Retry-fault-if-vma_lookup-results-b.patch - patches.kernel.org/6.1.28-087-ksmbd-fix-racy-issue-under-cocurrent-smb2-tree.patch - patches.kernel.org/6.1.28-088-ksmbd-call-rcu_barrier-in-ksmbd_server_exit.patch - patches.kernel.org/6.1.28-089-ksmbd-fix-NULL-pointer-dereference-in-smb2_get.patch - patches.kernel.org/6.1.28-090-ksmbd-fix-memleak-in-session-setup.patch - patches.kernel.org/6.1.28-091-ksmbd-not-allow-guest-user-on-multichannel.patch - patches.kernel.org/6.1.28-092-ksmbd-fix-deadlock-in-ksmbd_find_crypto_ctx.patch - patches.kernel.org/6.1.28-093-ACPI-video-Remove-acpi_backlight-video-quirk-f.patch - patches.kernel.org/6.1.28-094-i2c-omap-Fix-standard-mode-false-ACK-readings.patch - patches.kernel.org/6.1.28-095-riscv-mm-remove-redundant-parameter-of-create_.patch - patches.kernel.org/6.1.28-096-tracing-Fix-permissions-for-the-buffer_percent.patch - patches.kernel.org/6.1.28-097-swsmu-amdgpu_smu-Fix-the-wrong-if-condition.patch - patches.kernel.org/6.1.28-098-drm-amd-pm-re-enable-the-gfx-imu-when-smu-resu.patch - patches.kernel.org/6.1.28-099-iommu-amd-Fix-Guest-Virtual-APIC-Table-Root-Po.patch - patches.kernel.org/6.1.28-100-RISC-V-Align-SBI-probe-implementation-with-spe.patch - patches.kernel.org/6.1.28-101-Revert-ubifs-dirty_cow_znode-Fix-memleak-in-er.patch - patches.kernel.org/6.1.28-102-ubifs-Fix-memleak-when-insert_old_idx-failed.patch - patches.kernel.org/6.1.28-103-ubi-Fix-return-value-overwrite-issue-in-try_wr.patch - patches.kernel.org/6.1.28-104-ubifs-Free-memory-for-tmpfile-name.patch - patches.kernel.org/6.1.28-105-ubifs-Fix-memory-leak-in-do_rename.patch - patches.kernel.org/6.1.28-106-ceph-fix-potential-use-after-free-bug-when-tri.patch - patches.kernel.org/6.1.28-107-xfs-don-t-consider-future-format-versions-vali.patch - patches.kernel.org/6.1.28-108-cxl-hdm-Fail-upon-detecting-0-sized-decoders.patch - patches.kernel.org/6.1.28-109-bus-mhi-host-Remove-duplicate-ee-check-for-sys.patch - patches.kernel.org/6.1.28-110-bus-mhi-host-Use-mhi_tryset_pm_state-for-setti.patch - patches.kernel.org/6.1.28-111-bus-mhi-host-Range-check-CHDBOFF-and-ERDBOFF.patch - patches.kernel.org/6.1.28-112-ASoC-dt-bindings-qcom-lpass-rx-macro-correct-m.patch - patches.kernel.org/6.1.28-113-kunit-improve-KTAP-compliance-of-KUnit-test-ou.patch - patches.kernel.org/6.1.28-114-kunit-fix-bug-in-the-order-of-lines-in-debugfs.patch - patches.kernel.org/6.1.28-115-rcu-Fix-missing-TICK_DEP_MASK_RCU_EXP-dependen.patch - patches.kernel.org/6.1.28-116-selftests-resctrl-Return-NULL-if-malloc_and_in.patch - patches.kernel.org/6.1.28-117-selftests-resctrl-Move-setup-call-outside-of-t.patch - patches.kernel.org/6.1.28-118-selftests-resctrl-Allow-setup-to-return-errors.patch - patches.kernel.org/6.1.28-119-selftests-resctrl-Check-for-return-value-after.patch - patches.kernel.org/6.1.28-120-selinux-fix-Makefile-dependencies-of-flask.h.patch - patches.kernel.org/6.1.28-121-selinux-ensure-av_permissions.h-is-built-when-.patch - patches.kernel.org/6.1.28-122-tpm-tpm_tis-Do-not-skip-reset-of-original-inte.patch - patches.kernel.org/6.1.28-123-tpm-tpm_tis-Claim-locality-before-writing-TPM_.patch - patches.kernel.org/6.1.28-124-tpm-tpm_tis-Disable-interrupts-if-tpm_tis_prob.patch - patches.kernel.org/6.1.28-125-tpm-tpm_tis-Claim-locality-before-writing-inte.patch - patches.kernel.org/6.1.28-126-tpm-tpm-Implement-usage-counter-for-locality.patch - patches.kernel.org/6.1.28-127-tpm-tpm_tis-Claim-locality-when-interrupts-are.patch - patches.kernel.org/6.1.28-128-erofs-stop-parsing-non-compact-HEAD-index-if-c.patch - patches.kernel.org/6.1.28-129-erofs-initialize-packed-inode-after-root-inode.patch - patches.kernel.org/6.1.28-130-erofs-fix-potential-overflow-calculating-xattr.patch - patches.kernel.org/6.1.28-131-drm-rockchip-Drop-unbalanced-obj-unref.patch - patches.kernel.org/6.1.28-132-drm-i915-dg2-Drop-one-PCI-ID.patch - patches.kernel.org/6.1.28-133-drm-vgem-add-missing-mutex_destroy.patch - patches.kernel.org/6.1.28-134-drm-probe-helper-Cancel-previous-job-before-st.patch - patches.kernel.org/6.1.28-135-drm-amdgpu-register-a-vga_switcheroo-client-fo.patch - patches.kernel.org/6.1.28-136-tools-x86-kcpuid-Fix-avx512bw-and-avx512lvl-fi.patch - patches.kernel.org/6.1.28-137-soc-ti-pm33xx-Fix-refcount-leak-in-am33xx_pm_p.patch - patches.kernel.org/6.1.28-138-arm64-dts-renesas-r8a77990-Remove-bogus-voltag.patch - patches.kernel.org/6.1.28-139-arm64-dts-renesas-r8a774c0-Remove-bogus-voltag.patch - patches.kernel.org/6.1.28-140-arm64-dts-renesas-r9a07g044-Update-IRQ-numbers.patch - patches.kernel.org/6.1.28-141-arm64-dts-renesas-r9a07g054-Update-IRQ-numbers.patch - patches.kernel.org/6.1.28-142-arm64-dts-renesas-r9a07g043-Introduce-SOC_PERI.patch - patches.kernel.org/6.1.28-143-arm64-dts-renesas-r9a07g043-Update-IRQ-numbers.patch - patches.kernel.org/6.1.28-144-drm-mediatek-dp-Only-trigger-DRM-HPD-events-if.patch - patches.kernel.org/6.1.28-145-drm-msm-disp-dpu-check-for-crtc-enable-rather-.patch - patches.kernel.org/6.1.28-146-EDAC-skx-Fix-overflows-on-the-DRAM-row-address.patch - patches.kernel.org/6.1.28-147-ARM-dts-qcom-apq8064-Fix-opp-table-child-name.patch - patches.kernel.org/6.1.28-148-regulator-core-Shorten-off-on-delay-us-for-alw.patch - patches.kernel.org/6.1.28-149-arm64-dts-ti-k3-am62-main-Fix-GPIO-numbers-in-.patch - patches.kernel.org/6.1.28-150-arm64-dts-ti-k3-am62a7-sk-Fix-DDR-size-to-full.patch - patches.kernel.org/6.1.28-151-arm64-dts-ti-k3-j721e-main-Remove-ti-strobe-se.patch - patches.kernel.org/6.1.28-152-arm64-dts-broadcom-bcmbca-bcm4908-fix-NAND-int.patch - patches.kernel.org/6.1.28-153-arm64-dts-broadcom-bcmbca-bcm4908-fix-LED-node.patch - patches.kernel.org/6.1.28-154-arm64-dts-broadcom-bcmbca-bcm4908-fix-procmon-.patch - patches.kernel.org/6.1.28-155-arm64-dts-qcom-msm8998-Fix-stm-stimulus-base-r.patch - patches.kernel.org/6.1.28-156-arm64-dts-qcom-sc7280-fix-EUD-port-properties.patch - patches.kernel.org/6.1.28-157-arm64-dts-qcom-sdm845-correct-dynamic-power-co.patch - patches.kernel.org/6.1.28-158-arm64-dts-qcom-sdm845-Fix-the-PCI-I-O-port-ran.patch - patches.kernel.org/6.1.28-159-arm64-dts-qcom-msm8998-Fix-the-PCI-I-O-port-ra.patch - patches.kernel.org/6.1.28-160-arm64-dts-qcom-sc7280-Fix-the-PCI-I-O-port-ran.patch - patches.kernel.org/6.1.28-161-arm64-dts-qcom-ipq8074-Fix-the-PCI-I-O-port-ra.patch - patches.kernel.org/6.1.28-162-arm64-dts-qcom-ipq6018-Fix-the-PCI-I-O-port-ra.patch - patches.kernel.org/6.1.28-163-arm64-dts-qcom-msm8996-Fix-the-PCI-I-O-port-ra.patch - patches.kernel.org/6.1.28-164-arm64-dts-qcom-sm8250-Fix-the-PCI-I-O-port-ran.patch - patches.kernel.org/6.1.28-165-arm64-dts-qcom-sm8150-Fix-the-PCI-I-O-port-ran.patch - patches.kernel.org/6.1.28-166-arm64-dts-qcom-sm8450-Fix-the-PCI-I-O-port-ran.patch - patches.kernel.org/6.1.28-167-ARM-dts-qcom-ipq4019-Fix-the-PCI-I-O-port-rang.patch - patches.kernel.org/6.1.28-168-ARM-dts-qcom-ipq8064-Fix-the-PCI-I-O-port-rang.patch - patches.kernel.org/6.1.28-169-ARM-dts-qcom-sdx55-Fix-the-unit-address-of-PCI.patch - patches.kernel.org/6.1.28-170-x86-MCE-AMD-Use-an-u64-for-bank_map.patch - patches.kernel.org/6.1.28-171-media-bdisp-Add-missing-check-for-create_workq.patch - patches.kernel.org/6.1.28-172-media-platform-mtk-mdp3-Add-missing-check-and-.patch - patches.kernel.org/6.1.28-173-media-amphion-decoder-implement-display-delay-.patch - patches.kernel.org/6.1.28-174-media-av7110-prevent-underflow-in-write_ts_to_.patch - patches.kernel.org/6.1.28-175-firmware-qcom_scm-Clear-download-bit-during-re.patch - patches.kernel.org/6.1.28-176-drm-bridge-adv7533-Fix-adv7533_mode_valid-for-.patch - patches.kernel.org/6.1.28-177-media-max9286-Free-control-handler.patch - patches.kernel.org/6.1.28-178-arm64-dts-ti-k3-am625-Correct-L2-cache-size-to.patch - patches.kernel.org/6.1.28-179-arm64-dts-ti-k3-am62a7-Correct-L2-cache-size-t.patch - patches.kernel.org/6.1.28-180-drm-msm-adreno-drop-bogus-pm_runtime_set_activ.patch - patches.kernel.org/6.1.28-181-drm-msm-adreno-Disable-preemption-on-Adreno-51.patch - patches.kernel.org/6.1.28-182-virt-coco-sev-guest-Double-buffer-messages.patch - patches.kernel.org/6.1.28-183-arm64-dts-qcom-sm8350-microsoft-surface-fix-US.patch - patches.kernel.org/6.1.28-184-drm-amd-display-dc-dce60-Makefile-Fix-previous.patch - patches.kernel.org/6.1.28-185-ACPI-processor-Fix-evaluating-_PDC-method-when.patch - patches.kernel.org/6.1.28-186-mmc-sdhci-of-esdhc-fix-quirk-to-ignore-command.patch - patches.kernel.org/6.1.28-187-arm64-dts-qcom-sm8450-fix-pcie1-gpios-properti.patch - patches.kernel.org/6.1.28-188-drm-rcar-du-Fix-a-NULL-vs-IS_ERR-bug.patch - patches.kernel.org/6.1.28-189-ARM-dts-gta04-fix-excess-dma-channel-usage.patch - patches.kernel.org/6.1.28-190-firmware-arm_scmi-Fix-xfers-allocation-on-Rx-c.patch - patches.kernel.org/6.1.28-191-perf-arm-cmn-Move-overlapping-wp_combine-field.patch - patches.kernel.org/6.1.28-192-ARM-dts-stm32-fix-spi1-pin-assignment-on-stm32.patch - patches.kernel.org/6.1.28-193-arm64-dts-apple-t8103-Disable-unused-PCIe-port.patch - patches.kernel.org/6.1.28-194-cpufreq-mediatek-fix-passing-zero-to-PTR_ERR.patch - patches.kernel.org/6.1.28-195-cpufreq-mediatek-fix-KP-caused-by-handler-usag.patch - patches.kernel.org/6.1.28-196-cpufreq-mediatek-raise-proc-sram-max-voltage-f.patch - patches.kernel.org/6.1.28-197-cpufreq-mediatek-Raise-proc-and-sram-max-volta.patch - patches.kernel.org/6.1.28-198-cpufreq-qcom-cpufreq-hw-Revert-adding-cpufreq-.patch - patches.kernel.org/6.1.28-199-arm64-dts-mediatek-mt8192-asurada-Fix-voltage-.patch - patches.kernel.org/6.1.28-200-ACPI-VIOT-Initialize-the-correct-IOMMU-fwspec.patch - patches.kernel.org/6.1.28-201-drm-lima-lima_drv-Add-missing-unwind-goto-in-l.patch - patches.kernel.org/6.1.28-202-drm-mediatek-dp-Change-the-aux-retries-times-w.patch - patches.kernel.org/6.1.28-203-mailbox-mpfs-switch-to-txdone_poll.patch - patches.kernel.org/6.1.28-204-soc-bcm-brcmstb-biuctrl-fix-of_iomap-leak.patch - patches.kernel.org/6.1.28-205-soc-renesas-renesas-soc-Release-chipid-from-io.patch - patches.kernel.org/6.1.28-206-gpu-host1x-Fix-potential-double-free-if-IOMMU-.patch - patches.kernel.org/6.1.28-207-gpu-host1x-Fix-memory-leak-of-device-names.patch - patches.kernel.org/6.1.28-208-arm64-dts-qcom-sc7280-herobrine-villager-corre.patch - patches.kernel.org/6.1.28-209-arm64-dts-qcom-sc7180-trogdor-lazor-correct-tr.patch - patches.kernel.org/6.1.28-210-arm64-dts-qcom-sc7180-trogdor-pazquel-correct-.patch - patches.kernel.org/6.1.28-211-arm64-dts-qcom-msm8994-kitakami-drop-unit-addr.patch - patches.kernel.org/6.1.28-212-arm64-dts-qcom-msm8994-msft-lumia-octagon-drop.patch - patches.kernel.org/6.1.28-213-arm64-dts-qcom-apq8096-db820c-drop-unit-addres.patch - patches.kernel.org/6.1.28-214-drm-ttm-optimize-pool-allocations-a-bit-v2.patch - patches.kernel.org/6.1.28-215-drm-ttm-pool-Fix-ttm_pool_alloc-error-path.patch - patches.kernel.org/6.1.28-216-regulator-core-Consistently-set-mutex_owner-wh.patch - patches.kernel.org/6.1.28-217-regulator-core-Avoid-lockdep-reports-when-reso.patch - patches.kernel.org/6.1.28-218-x86-apic-Fix-atomic-update-of-offset-in-reserv.patch - patches.kernel.org/6.1.28-219-arm64-dts-qcom-msm8994-angler-Fix-cont_splash_.patch - patches.kernel.org/6.1.28-220-arm64-dts-qcom-msm8994-angler-removed-clash-wi.patch - patches.kernel.org/6.1.28-221-arm64-dts-sc7180-Rename-qspi-data12-as-data23.patch - patches.kernel.org/6.1.28-222-arm64-dts-sc7280-Rename-qspi-data12-as-data23.patch - patches.kernel.org/6.1.28-223-media-mediatek-vcodec-Use-4K-frame-size-when-s.patch - patches.kernel.org/6.1.28-224-media-mediatek-vcodec-Make-MM21-the-default-ca.patch - patches.kernel.org/6.1.28-225-media-mediatek-vcodec-Force-capture-queue-form.patch - patches.kernel.org/6.1.28-226-media-mediatek-vcodec-add-params-to-record-lat.patch - patches.kernel.org/6.1.28-227-media-mediatek-vcodec-using-each-instance-lat_.patch - patches.kernel.org/6.1.28-228-media-mediatek-vcodec-move-lat_buf-to-the-top-.patch - patches.kernel.org/6.1.28-229-media-mediatek-vcodec-add-core-decode-done-eve.patch - patches.kernel.org/6.1.28-230-media-mediatek-vcodec-remove-unused-lat_buf.patch - patches.kernel.org/6.1.28-231-media-mediatek-vcodec-making-sure-queue_work-s.patch - patches.kernel.org/6.1.28-232-media-mediatek-vcodec-change-lat-thread-decode.patch - patches.kernel.org/6.1.28-233-media-cedrus-fix-use-after-free-bug-in-cedrus_.patch - patches.kernel.org/6.1.28-234-media-rkvdec-fix-use-after-free-bug-in-rkvdec_.patch - patches.kernel.org/6.1.28-235-platform-x86-amd-pmf-Move-out-of-BIOS-SMN-pair.patch - patches.kernel.org/6.1.28-236-platform-x86-amd-pmc-Don-t-try-to-read-SMU-ver.patch - patches.kernel.org/6.1.28-237-platform-x86-amd-pmc-Hide-SMU-version-and-prog.patch - patches.kernel.org/6.1.28-238-platform-x86-amd-pmc-Don-t-dump-data-after-res.patch - patches.kernel.org/6.1.28-239-platform-x86-amd-pmc-Move-idlemask-check-into-.patch - patches.kernel.org/6.1.28-240-platform-x86-amd-pmc-Utilize-SMN-index-0-for-d.patch - patches.kernel.org/6.1.28-241-platform-x86-amd-pmc-Move-out-of-BIOS-SMN-pair.patch - patches.kernel.org/6.1.28-242-media-dm1105-Fix-use-after-free-bug-in-dm1105_.patch - patches.kernel.org/6.1.28-243-media-saa7134-fix-use-after-free-bug-in-saa713.patch - patches.kernel.org/6.1.28-244-media-platform-mtk-mdp3-fix-potential-frame-si.patch - patches.kernel.org/6.1.28-245-media-rcar_fdp1-Fix-refcount-leak-in-probe-and.patch - patches.kernel.org/6.1.28-246-media-v4l-async-Return-async-sub-devices-to-su.patch - patches.kernel.org/6.1.28-247-media-hi846-Fix-memleak-in-hi846_init_controls.patch - patches.kernel.org/6.1.28-248-drm-amd-display-Fix-potential-null-dereference.patch - patches.kernel.org/6.1.28-249-media-rc-gpio-ir-recv-Fix-support-for-wake-up.patch - patches.kernel.org/6.1.28-250-media-venus-dec-Fix-handling-of-the-start-cmd.patch - patches.kernel.org/6.1.28-251-media-venus-dec-Fix-capture-formats-enumeratio.patch - patches.kernel.org/6.1.28-252-regulator-stm32-pwr-fix-of_iomap-leak.patch - patches.kernel.org/6.1.28-253-x86-ioapic-Don-t-return-0-from-arch_dynirq_low.patch - patches.kernel.org/6.1.28-254-arm64-kgdb-Set-PSTATE.SS-to-1-to-re-enable-sin.patch - patches.kernel.org/6.1.28-255-perf-arm-cmn-Fix-port-detection-for-CMN-700.patch - patches.kernel.org/6.1.28-256-media-mediatek-vcodec-fix-decoder-disable-pm-c.patch - patches.kernel.org/6.1.28-257-media-mediatek-vcodec-add-remove-function-for-.patch - patches.kernel.org/6.1.28-258-debugobject-Prevent-init-race-with-static-obje.patch - patches.kernel.org/6.1.28-259-drm-i915-Make-intel_get_crtc_new_encoder-less-.patch - patches.kernel.org/6.1.28-260-tick-common-Align-tick-period-with-the-HZ-tick.patch - patches.kernel.org/6.1.28-261-ACPI-bus-Ensure-that-notify-handlers-are-not-r.patch - patches.kernel.org/6.1.28-262-cpufreq-use-correct-unit-when-verify-cur-freq.patch - patches.kernel.org/6.1.28-263-rpmsg-glink-Propagate-TX-failures-in-intentles.patch - patches.kernel.org/6.1.28-264-hwmon-pmbus-fsp-3y-Fix-functionality-bitmask-i.patch - patches.kernel.org/6.1.28-265-platform-chrome-cros_typec_switch-Add-missing-.patch - patches.kernel.org/6.1.28-266-wifi-ath6kl-minor-fix-for-allocation-size.patch - patches.kernel.org/6.1.28-267-wifi-ath9k-hif_usb-fix-memory-leak-of-remain_s.patch - patches.kernel.org/6.1.28-268-wifi-ath11k-Use-platform_get_irq-to-get-the-in.patch - patches.kernel.org/6.1.28-269-wifi-ath5k-Use-platform_get_irq-to-get-the-int.patch - patches.kernel.org/6.1.28-270-wifi-ath5k-fix-an-off-by-one-check-in-ath5k_ee.patch - patches.kernel.org/6.1.28-271-wifi-ath11k-fix-SAC-bug-on-peer-addition-with-.patch - patches.kernel.org/6.1.28-272-wifi-brcmfmac-support-CQM-RSSI-notification-wi.patch - patches.kernel.org/6.1.28-273-wifi-ath6kl-reduce-WARN-to-dev_dbg-in-callback.patch - patches.kernel.org/6.1.28-274-tools-bpftool-Remove-invalid-json-escape.patch - patches.kernel.org/6.1.28-275-wifi-rtw88-mac-Return-the-original-error-from-.patch - patches.kernel.org/6.1.28-276-wifi-rtw88-mac-Return-the-original-error-from-.patch - patches.kernel.org/6.1.28-277-bpf-take-into-account-liveness-when-propagatin.patch - patches.kernel.org/6.1.28-278-bpf-fix-precision-propagation-verbose-logging.patch - patches.kernel.org/6.1.28-279-crypto-qat-fix-concurrency-issue-when-device-s.patch - patches.kernel.org/6.1.28-280-scm-fix-MSG_CTRUNC-setting-condition-for-SO_PA.patch - patches.kernel.org/6.1.28-281-wifi-ath11k-fix-deinitialization-of-firmware-r.patch - patches.kernel.org/6.1.28-282-selftests-bpf-Fix-a-fd-leak-in-an-error-path-i.patch - patches.kernel.org/6.1.28-283-bpf-Remove-misleading-spec_v1-check-on-var-off.patch - patches.kernel.org/6.1.28-284-net-pcs-xpcs-remove-double-read-of-link-state-.patch - patches.kernel.org/6.1.28-285-vlan-partially-enable-SIOCSHWTSTAMP-in-contain.patch - patches.kernel.org/6.1.28-286-net-packet-annotate-accesses-to-po-xmit.patch - patches.kernel.org/6.1.28-287-net-packet-convert-po-origdev-to-an-atomic-fla.patch - patches.kernel.org/6.1.28-288-net-packet-convert-po-auxdata-to-an-atomic-fla.patch - patches.kernel.org/6.1.28-289-libbpf-Fix-ld_imm64-copy-logic-for-ksym-in-lig.patch - patches.kernel.org/6.1.28-290-net-dsa-qca8k-remove-assignment-of-an_enabled-.patch - patches.kernel.org/6.1.28-291-netfilter-keep-conntrack-reference-until-IPsec.patch - patches.kernel.org/6.1.28-292-bpf-Fix-__reg_bound_offset-64-32-var_off-subre.patch - patches.kernel.org/6.1.28-293-scsi-target-core-Change-the-way-target_xcopy_d.patch - patches.kernel.org/6.1.28-294-scsi-target-Move-sess-cmd-counter-to-new-struc.patch - patches.kernel.org/6.1.28-295-scsi-target-Move-cmd-counter-allocation.patch - patches.kernel.org/6.1.28-296-scsi-target-Pass-in-cmd-counter-to-use-during-.patch - patches.kernel.org/6.1.28-297-scsi-target-iscsit-isert-Alloc-per-conn-cmd-co.patch - patches.kernel.org/6.1.28-298-scsi-target-iscsit-Stop-wait-on-cmds-during-co.patch - patches.kernel.org/6.1.28-299-scsi-target-Fix-multiple-LUN_RESET-handling.patch - patches.kernel.org/6.1.28-300-scsi-target-iscsit-Fix-TAS-handling-during-con.patch - patches.kernel.org/6.1.28-301-scsi-megaraid-Fix-mega_cmd_done-CMDID_INT_CMDS.patch - patches.kernel.org/6.1.28-302-net-sunhme-Fix-uninitialized-return-code.patch - patches.kernel.org/6.1.28-303-f2fs-handle-dqget-error-in-f2fs_transfer_proje.patch - patches.kernel.org/6.1.28-304-f2fs-fix-uninitialized-skipped_gc_rwsem.patch - patches.kernel.org/6.1.28-305-f2fs-apply-zone-capacity-to-all-zone-type.patch - patches.kernel.org/6.1.28-306-f2fs-compress-fix-to-call-f2fs_wait_on_page_wr.patch - patches.kernel.org/6.1.28-307-f2fs-fix-scheduling-while-atomic-in-decompress.patch - patches.kernel.org/6.1.28-308-crypto-caam-Clear-some-memory-in-instantiate_r.patch - patches.kernel.org/6.1.28-309-crypto-sa2ul-Select-CRYPTO_DES.patch - patches.kernel.org/6.1.28-310-wifi-rtlwifi-fix-incorrect-error-codes-in-rtl_.patch - patches.kernel.org/6.1.28-311-wifi-rtlwifi-fix-incorrect-error-codes-in-rtl_.patch - patches.kernel.org/6.1.28-312-scsi-libsas-Add-sas_ata_device_link_abort.patch - patches.kernel.org/6.1.28-313-scsi-hisi_sas-Handle-NCQ-error-when-IPTT-is-va.patch - patches.kernel.org/6.1.28-314-wifi-rt2x00-Fix-memory-leak-when-handling-surv.patch - patches.kernel.org/6.1.28-315-f2fs-fix-iostat-lock-protection.patch - patches.kernel.org/6.1.28-316-net-qrtr-correct-types-of-trace-event-paramete.patch - patches.kernel.org/6.1.28-317-selftests-xsk-Use-correct-UMEM-size-in-testapp.patch - patches.kernel.org/6.1.28-318-selftests-xsk-Disable-IPv6-on-VETH1.patch - patches.kernel.org/6.1.28-319-selftests-xsk-Deflakify-STATS_RX_DROPPED-test.patch - patches.kernel.org/6.1.28-320-selftests-bpf-Wait-for-receive-in-cg_storage_m.patch - patches.kernel.org/6.1.28-321-bpftool-Fix-bug-for-long-instructions-in-progr.patch - patches.kernel.org/6.1.28-322-crypto-drbg-Only-fail-when-jent-is-unavailable.patch - patches.kernel.org/6.1.28-323-xsk-Fix-unaligned-descriptor-validation.patch - patches.kernel.org/6.1.28-324-f2fs-fix-to-avoid-use-after-free-for-cached-IP.patch - patches.kernel.org/6.1.28-325-wifi-iwlwifi-fix-duplicate-entry-in-iwl_dev_in.patch - patches.kernel.org/6.1.28-326-bpf-btf-Fix-is_int_ptr.patch - patches.kernel.org/6.1.28-327-scsi-lpfc-Fix-ioremap-issues-in-lpfc_sli4_pci_.patch - patches.kernel.org/6.1.28-328-net-ethernet-stmmac-dwmac-rk-rework-optional-c.patch - patches.kernel.org/6.1.28-329-net-ethernet-stmmac-dwmac-rk-fix-optional-phy-.patch - patches.kernel.org/6.1.28-330-wifi-ath11k-fix-writing-to-unintended-memory-r.patch - patches.kernel.org/6.1.28-331-bpf-sockmap-fix-deadlocks-in-the-sockhash-and-.patch - patches.kernel.org/6.1.28-332-nvmet-fix-error-handling-in-nvmet_execute_iden.patch - patches.kernel.org/6.1.28-333-nvmet-fix-Identify-Namespace-handling.patch - patches.kernel.org/6.1.28-334-nvmet-fix-Identify-Controller-handling.patch - patches.kernel.org/6.1.28-335-nvmet-fix-Identify-Active-Namespace-ID-list-ha.patch - patches.kernel.org/6.1.28-336-nvmet-fix-I-O-Command-Set-specific-Identify-Co.patch - patches.kernel.org/6.1.28-337-nvme-fix-async-event-trace-event.patch - patches.kernel.org/6.1.28-338-nvme-fcloop-fix-inconsistent-IN-HARDIRQ-W-HARD.patch - patches.kernel.org/6.1.28-339-selftests-bpf-Use-read_perf_max_sample_freq-in.patch - patches.kernel.org/6.1.28-340-selftests-bpf-Fix-leaked-bpf_link-in-get_stack.patch - patches.kernel.org/6.1.28-341-blk-mq-don-t-plug-for-head-insertions-in-blk_e.patch - patches.kernel.org/6.1.28-342-wifi-iwlwifi-debug-fix-crash-in-__iwl_err.patch - patches.kernel.org/6.1.28-343-wifi-iwlwifi-trans-don-t-trigger-d3-interrupt-.patch - patches.kernel.org/6.1.28-344-wifi-iwlwifi-mvm-don-t-set-CHECKSUM_COMPLETE-f.patch - patches.kernel.org/6.1.28-345-bpf-sockmap-Revert-buggy-deadlock-fix-in-the-s.patch - patches.kernel.org/6.1.28-346-f2fs-fix-to-check-return-value-of-f2fs_do_trun.patch - patches.kernel.org/6.1.28-347-f2fs-fix-to-check-return-value-of-inc_valid_bl.patch - patches.kernel.org/6.1.28-348-md-raid10-fix-task-hung-in-raid10d.patch - patches.kernel.org/6.1.28-349-md-raid10-fix-leak-of-r10bio-remaining-for-rec.patch - patches.kernel.org/6.1.28-350-md-raid10-fix-memleak-for-conf-bio_split.patch - patches.kernel.org/6.1.28-351-md-raid10-fix-memleak-of-md-thread.patch - patches.kernel.org/6.1.28-352-md-raid10-don-t-call-bio_start_io_acct-twice-f.patch - patches.kernel.org/6.1.28-353-wifi-iwlwifi-mvm-don-t-drop-unencrypted-MCAST-.patch - patches.kernel.org/6.1.28-354-wifi-iwlwifi-yoyo-skip-dump-correctly-on-hw-er.patch - patches.kernel.org/6.1.28-355-wifi-iwlwifi-yoyo-Fix-possible-division-by-zer.patch - patches.kernel.org/6.1.28-356-wifi-iwlwifi-mvm-initialize-seq-variable.patch - patches.kernel.org/6.1.28-357-wifi-iwlwifi-fw-move-memset-before-early-retur.patch - patches.kernel.org/6.1.28-358-jdb2-Don-t-refuse-invalidation-of-already-inva.patch - patches.kernel.org/6.1.28-359-io_uring-rsrc-use-nospec-ed-indexes.patch - patches.kernel.org/6.1.28-360-wifi-iwlwifi-make-the-loop-for-card-preparatio.patch - patches.kernel.org/6.1.28-361-wifi-mt76-mt7915-expose-device-tree-match-tabl.patch - patches.kernel.org/6.1.28-362-wifi-mt76-handle-failure-of-vzalloc-in-mt7615_.patch - patches.kernel.org/6.1.28-363-wifi-mt76-add-flexible-polling-wait-interval-s.patch - patches.kernel.org/6.1.28-364-wifi-mt76-mt7921e-fix-probe-timeout-after-rebo.patch - patches.kernel.org/6.1.28-365-wifi-mt76-fix-6GHz-high-channel-not-be-scanned.patch - patches.kernel.org/6.1.28-366-mt76-mt7921-fix-kernel-panic-by-accessing-unal.patch - patches.kernel.org/6.1.28-367-wifi-mt76-mt7921-fix-missing-unwind-goto-in-mt.patch - patches.kernel.org/6.1.28-368-wifi-mt76-mt7921e-improve-reliability-of-dma-r.patch - patches.kernel.org/6.1.28-369-wifi-mt76-mt7921e-stop-chip-reset-worker-in-un.patch - patches.kernel.org/6.1.28-370-wifi-mt76-connac-fix-txd-multicast-rate-settin.patch - patches.kernel.org/6.1.28-371-wifi-iwlwifi-mvm-check-firmware-response-size.patch - patches.kernel.org/6.1.28-372-netfilter-conntrack-restore-IPS_CONFIRMED-out-.patch - patches.kernel.org/6.1.28-373-netfilter-conntrack-fix-wrong-ct-timeout-value.patch - patches.kernel.org/6.1.28-374-wifi-iwlwifi-fw-fix-memory-leak-in-debugfs.patch - patches.kernel.org/6.1.28-375-ixgbe-Allow-flow-hash-to-be-set-via-ethtool.patch - patches.kernel.org/6.1.28-376-ixgbe-Enable-setting-RSS-table-to-default-valu.patch - patches.kernel.org/6.1.28-377-net-mlx5e-Don-t-clone-flow-post-action-attribu.patch - patches.kernel.org/6.1.28-378-net-mlx5-E-switch-Create-per-vport-table-based.patch - patches.kernel.org/6.1.28-379-net-mlx5-E-switch-Don-t-destroy-indirect-table.patch - patches.kernel.org/6.1.28-380-net-mlx5e-Fix-error-flow-in-representor-failin.patch - patches.kernel.org/6.1.28-381-net-mlx5-Remove-recovery-arg-from-mlx5_load_on.patch - patches.kernel.org/6.1.28-382-net-mlx5-Suspend-auxiliary-devices-only-in-cas.patch - patches.kernel.org/6.1.28-383-Revert-net-mlx5-Remove-recovery-arg-from-mlx5_.patch - patches.kernel.org/6.1.28-384-net-mlx5-Use-recovery-timeout-on-sync-reset-fl.patch - patches.kernel.org/6.1.28-385-net-mlx5e-Nullify-table-pointer-when-failing-t.patch - patches.kernel.org/6.1.28-386-net-stmmac-fix-system-hang-when-setting-up-tag.patch - patches.kernel.org/6.1.28-387-bpf-Fix-race-between-btf_put-and-btf_idr-walk.patch - patches.kernel.org/6.1.28-388-bpf-Don-t-EFAULT-for-getsockopt-with-optval-NU.patch - patches.kernel.org/6.1.28-389-netfilter-nf_tables-don-t-write-table-validati.patch - patches.kernel.org/6.1.28-390-net-dpaa-Fix-uninitialized-variable-in-dpaa_st.patch - patches.kernel.org/6.1.28-391-net-sched-sch_fq-fix-integer-overflow-of-credi.patch - patches.kernel.org/6.1.28-392-ipv4-Fix-potential-uninit-variable-access-bug-.patch - patches.kernel.org/6.1.28-393-Revert-Bluetooth-btsdio-fix-use-after-free-bug.patch - patches.kernel.org/6.1.28-394-netlink-Use-copy_to_user-for-optval-in-netlink.patch - patches.kernel.org/6.1.28-395-net-amd-Fix-link-leak-when-verifying-config-fa.patch - patches.kernel.org/6.1.28-396-tcp-udp-Fix-memleaks-of-sk-and-zerocopy-skbs-w.patch - patches.kernel.org/6.1.28-397-ipmi-ASPEED_BT_IPMI_BMC-select-REGMAP_MMIO-ins.patch - patches.kernel.org/6.1.28-398-ASoC-cs35l41-Only-disable-internal-boost.patch - patches.kernel.org/6.1.28-399-drivers-staging-rtl8723bs-Fix-locking-in-_rtw_.patch - patches.kernel.org/6.1.28-400-drivers-staging-rtl8723bs-Fix-locking-in-rtw_s.patch - patches.kernel.org/6.1.28-401-pstore-Revert-pmsg_lock-back-to-a-normal-mutex.patch - patches.kernel.org/6.1.28-402-usb-host-xhci-rcar-remove-leftover-quirk-handl.patch - patches.kernel.org/6.1.28-403-usb-dwc3-gadget-Change-condition-for-processin.patch - patches.kernel.org/6.1.28-404-serial-stm32-Re-assert-RTS-DE-GPIO-in-RS485-mo.patch - patches.kernel.org/6.1.28-405-fpga-bridge-fix-kernel-doc-parameter-descripti.patch - patches.kernel.org/6.1.28-406-iio-light-max44009-add-missing-OF-device-match.patch - patches.kernel.org/6.1.28-407-serial-8250_bcm7271-Fix-arbitration-handling.patch - patches.kernel.org/6.1.28-408-spi-atmel-quadspi-Don-t-leak-clk-enable-count-.patch - patches.kernel.org/6.1.28-409-spi-atmel-quadspi-Free-resources-even-if-runti.patch - patches.kernel.org/6.1.28-410-spi-imx-Don-t-skip-cleanup-in-remove-s-error-p.patch - patches.kernel.org/6.1.28-411-usb-gadget-udc-renesas_usb3-Fix-use-after-free.patch - patches.kernel.org/6.1.28-412-ASoC-soc-compress-Inherit-atomicity-from-DAI-l.patch - patches.kernel.org/6.1.28-413-PCI-imx6-Install-the-fault-handler-only-on-com.patch - patches.kernel.org/6.1.28-414-ASoC-es8316-Handle-optional-IRQ-assignment.patch - patches.kernel.org/6.1.28-415-linux-vt_buffer.h-allow-either-builtin-or-modu.patch - patches.kernel.org/6.1.28-416-spi-qup-Don-t-skip-cleanup-in-remove-s-error-p.patch - patches.kernel.org/6.1.28-417-interconnect-qcom-rpm-drop-bogus-pm-domain-att.patch - patches.kernel.org/6.1.28-418-spi-fsl-spi-Fix-CPM-QE-mode-Litte-Endian.patch - patches.kernel.org/6.1.28-419-vmci_host-fix-a-race-condition-in-vmci_host_po.patch - patches.kernel.org/6.1.28-420-of-Fix-modalias-string-generation.patch - patches.kernel.org/6.1.28-421-PCI-EDR-Clear-Device-Status-after-EDR-error-re.patch - patches.kernel.org/6.1.28-422-ia64-mm-contig-fix-section-mismatch-warning-er.patch - patches.kernel.org/6.1.28-423-ia64-salinfo-placate-defined-but-not-used-warn.patch - patches.kernel.org/6.1.28-424-scripts-gdb-bail-early-if-there-are-no-clocks.patch - patches.kernel.org/6.1.28-425-scripts-gdb-bail-early-if-there-are-no-generic.patch - patches.kernel.org/6.1.28-426-HID-amd_sfh-Correct-the-structure-fields.patch - patches.kernel.org/6.1.28-427-HID-amd_sfh-Correct-the-sensor-enable-and-disa.patch - patches.kernel.org/6.1.28-428-HID-amd_sfh-Fix-illuminance-value.patch - patches.kernel.org/6.1.28-429-HID-amd_sfh-Add-support-for-shutdown-operation.patch - patches.kernel.org/6.1.28-430-HID-amd_sfh-Correct-the-stop-all-command.patch - patches.kernel.org/6.1.28-431-HID-amd_sfh-Increase-sensor-command-timeout-fo.patch - patches.kernel.org/6.1.28-432-HID-amd_sfh-Handle-no-sensors-enabled-for-SFH1.patch - patches.kernel.org/6.1.28-433-cacheinfo-Check-sib_leaf-in-cache_leaves_are_s.patch - patches.kernel.org/6.1.28-434-coresight-etm_pmu-Set-the-module-field.patch - patches.kernel.org/6.1.28-435-drm-panel-novatek-nt35950-Improve-error-handli.patch - patches.kernel.org/6.1.28-436-ASoC-fsl_mqs-move-of_node_put-to-the-correct-l.patch - patches.kernel.org/6.1.28-437-PCI-PM-Extend-D3hot-delay-for-NVIDIA-HDA-contr.patch - patches.kernel.org/6.1.28-438-drm-panel-novatek-nt35950-Only-unregister-DSI1.patch - patches.kernel.org/6.1.28-439-spi-cadence-quadspi-fix-suspend-resume-impleme.patch - patches.kernel.org/6.1.28-440-i2c-cadence-cdns_i2c_master_xfer-Fix-runtime-P.patch - patches.kernel.org/6.1.28-441-i2c-xiic-xiic_xfer-Fix-runtime-PM-leak-on-erro.patch - patches.kernel.org/6.1.28-442-scripts-gdb-raise-error-with-reduced-debugging.patch - patches.kernel.org/6.1.28-443-uapi-linux-const.h-prefer-ISO-friendly-__typeo.patch - patches.kernel.org/6.1.28-444-sh-sq-Fix-incorrect-element-size-for-allocatin.patch - patches.kernel.org/6.1.28-445-usb-gadget-tegra-xudc-Fix-crash-in-vbus_draw.patch - patches.kernel.org/6.1.28-446-usb-chipidea-fix-missing-goto-in-ci_hdrc_probe.patch - patches.kernel.org/6.1.28-447-usb-mtu3-fix-kernel-panic-at-qmu-transfer-done.patch - patches.kernel.org/6.1.28-448-firmware-stratix10-svc-Fix-an-NULL-vs-IS_ERR-b.patch - patches.kernel.org/6.1.28-449-tty-serial-fsl_lpuart-adjust-buffer-length-to-.patch - patches.kernel.org/6.1.28-450-serial-8250-Add-missing-wakeup-event-reporting.patch - patches.kernel.org/6.1.28-451-spi-cadence-quadspi-use-macro-DEFINE_SIMPLE_DE.patch - patches.kernel.org/6.1.28-452-staging-rtl8192e-Fix-W_DISABLE-does-not-work-a.patch - patches.kernel.org/6.1.28-453-spmi-Add-a-check-for-remove-callback-when-remo.patch - patches.kernel.org/6.1.28-454-virtio_ring-don-t-update-event-idx-on-get_buf.patch - patches.kernel.org/6.1.28-455-fbdev-mmp-Fix-deferred-clk-handling-in-mmphw_p.patch - patches.kernel.org/6.1.28-456-selftests-powerpc-pmu-Fix-sample-field-check-i.patch - patches.kernel.org/6.1.28-457-macintosh-windfarm_smu_sat-Add-missing-of_node.patch - patches.kernel.org/6.1.28-458-powerpc-perf-Properly-detect-mpc7450-family.patch - patches.kernel.org/6.1.28-459-powerpc-mpc512x-fix-resource-printk-format-war.patch - patches.kernel.org/6.1.28-460-powerpc-wii-fix-resource-printk-format-warning.patch - patches.kernel.org/6.1.28-461-powerpc-sysdev-tsi108-fix-resource-printk-form.patch - patches.kernel.org/6.1.28-462-macintosh-via-pmu-led-requires-ATA-to-be-set.patch - patches.kernel.org/6.1.28-463-powerpc-rtas-use-memmove-for-potentially-overl.patch - patches.kernel.org/6.1.28-464-sched-fair-Fix-inaccurate-tally-of-ttwu_move_a.patch - patches.kernel.org/6.1.28-465-perf-core-Fix-hardlockup-failure-caused-by-per.patch - patches.kernel.org/6.1.28-466-Revert-objtool-Support-addition-to-set-CFA-bas.patch - patches.kernel.org/6.1.28-467-riscv-Fix-ptdump-when-KASAN-is-enabled.patch - patches.kernel.org/6.1.28-468-sched-rt-Fix-bad-task-migration-for-rt-tasks.patch - patches.kernel.org/6.1.28-469-tracing-user_events-Ensure-write-index-cannot-.patch - patches.kernel.org/6.1.28-470-clk-at91-clk-sam9x60-pll-fix-return-value-chec.patch - patches.kernel.org/6.1.28-471-IB-hifi1-add-a-null-check-of-kzalloc_node-in-h.patch - patches.kernel.org/6.1.28-472-RDMA-siw-Fix-potential-page_array-out-of-range.patch - patches.kernel.org/6.1.28-473-clk-mediatek-mt2712-Add-error-handling-to-clk_.patch - patches.kernel.org/6.1.28-474-clk-mediatek-Consistently-use-GATE_MTK-macro.patch - patches.kernel.org/6.1.28-475-clk-mediatek-mt7622-Properly-use-CLK_IS_CRITIC.patch - patches.kernel.org/6.1.28-476-clk-mediatek-mt8135-Properly-use-CLK_IS_CRITIC.patch - patches.kernel.org/6.1.28-477-RDMA-rdmavt-Delete-unnecessary-NULL-check.patch - patches.kernel.org/6.1.28-478-clk-qcom-gcc-qcm2290-Fix-up-gcc_sdcc2_apps_clk.patch - patches.kernel.org/6.1.28-479-workqueue-Fix-hung-time-report-of-worker-pools.patch - patches.kernel.org/6.1.28-480-rtc-omap-include-header-for-omap_rtc_power_off.patch - patches.kernel.org/6.1.28-481-RDMA-mlx4-Prevent-shift-wrapping-in-set_user_s.patch - patches.kernel.org/6.1.28-482-rtc-meson-vrtc-Use-ktime_get_real_ts64-to-get-.patch - patches.kernel.org/6.1.28-483-rtc-k3-handle-errors-while-enabling-wake-irq.patch - patches.kernel.org/6.1.28-484-RDMA-erdma-Use-fixed-hardware-page-size.patch - patches.kernel.org/6.1.28-485-fs-ntfs3-Fix-memory-leak-if-ntfs_read_mft-fail.patch - patches.kernel.org/6.1.28-486-fs-ntfs3-Add-check-for-kmemdup.patch - patches.kernel.org/6.1.28-487-fs-ntfs3-Fix-OOB-read-in-indx_insert_into_buff.patch - patches.kernel.org/6.1.28-488-fs-ntfs3-Fix-slab-out-of-bounds-read-in-hdr_de.patch - patches.kernel.org/6.1.28-489-iommu-mediatek-Set-dma_mask-for-PGTABLE_PA_35_.patch - patches.kernel.org/6.1.28-490-power-supply-generic-adc-battery-fix-unit-scal.patch - patches.kernel.org/6.1.28-491-clk-add-missing-of_node_put-in-assigned-clocks.patch - patches.kernel.org/6.1.28-492-RDMA-siw-Remove-namespace-check-from-siw_netde.patch - patches.kernel.org/6.1.28-493-clk-qcom-gcc-sm6115-Mark-RCGs-shared-where-app.patch - patches.kernel.org/6.1.28-494-power-supply-rk817-Fix-low-SOC-bugs.patch - patches.kernel.org/6.1.28-495-RDMA-cm-Trace-icm_send_rej-event-before-the-cm.patch - patches.kernel.org/6.1.28-496-RDMA-srpt-Add-a-check-for-valid-mad_agent-poin.patch - patches.kernel.org/6.1.28-497-IB-hfi1-Fix-SDMA-mmu_rb_node-not-being-evicted.patch - patches.kernel.org/6.1.28-498-IB-hfi1-Fix-bugs-with-non-PAGE_SIZE-end-multi-.patch - patches.kernel.org/6.1.28-499-clk-imx-fracn-gppll-fix-the-rate-table.patch - patches.kernel.org/6.1.28-500-clk-imx-fracn-gppll-disable-hardware-select-co.patch - patches.kernel.org/6.1.28-501-clk-imx-imx8ulp-Fix-XBAR_DIVBUS-and-AD_SLOW-cl.patch - patches.kernel.org/6.1.28-502-NFSv4.1-Always-send-a-RECLAIM_COMPLETE-after-e.patch - patches.kernel.org/6.1.28-503-iommu-amd-Set-page-size-bitmap-during-V2-domai.patch - patches.kernel.org/6.1.28-504-clk-qcom-lpasscc-sc7280-Skip-qdsp6ss-clock-reg.patch - patches.kernel.org/6.1.28-505-clk-qcom-lpassaudiocc-sc7280-Add-required-gdsc.patch - patches.kernel.org/6.1.28-506-clk-qcom-gcc-sm8350-fix-PCIe-PIPE-clocks-handl.patch - patches.kernel.org/6.1.28-507-clk-qcom-dispcc-qcm2290-get-rid-of-test-clock.patch - patches.kernel.org/6.1.28-508-clk-qcom-dispcc-qcm2290-Remove-inexistent-DSI1.patch - patches.kernel.org/6.1.28-509-Input-raspberrypi-ts-fix-refcount-leak-in-rpi_.patch - patches.kernel.org/6.1.28-510-swiotlb-relocate-PageHighMem-test-away-from-rm.patch - patches.kernel.org/6.1.28-511-swiotlb-fix-debugfs-reporting-of-reserved-memo.patch - patches.kernel.org/6.1.28-512-RDMA-mlx5-Check-pcie_relaxed_ordering_enabled-.patch - patches.kernel.org/6.1.28-513-RDMA-mlx5-Fix-flow-counter-query-via-DEVX.patch - patches.kernel.org/6.1.28-514-SUNRPC-remove-the-maximum-number-of-retries-in.patch - patches.kernel.org/6.1.28-515-RDMA-mlx5-Use-correct-device-num_ports-when-mo.patch - patches.kernel.org/6.1.28-516-clocksource-drivers-davinci-Fix-memory-leak-in.patch - patches.kernel.org/6.1.28-517-openrisc-Properly-store-r31-to-pt_regs-on-unha.patch - patches.kernel.org/6.1.28-518-timekeeping-Fix-references-to-nonexistent-ktim.patch - patches.kernel.org/6.1.28-519-SMB3-Add-missing-locks-to-protect-deferred-clo.patch - patches.kernel.org/6.1.28-520-SMB3-Close-deferred-file-handles-in-case-of-ha.patch - patches.kernel.org/6.1.28-521-ext4-fix-i_disksize-exceeding-i_size-problem-i.patch - patches.kernel.org/6.1.28-522-ext4-fix-use-after-free-read-in-ext4_find_exte.patch - patches.kernel.org/6.1.28-523-pinctrl-renesas-r8a779a0-Remove-incorrect-AVB-.patch - patches.kernel.org/6.1.28-524-pinctrl-renesas-r8a779f0-Fix-tsn1_avtp_pps-pin.patch - patches.kernel.org/6.1.28-525-pinctrl-renesas-r8a779g0-Fix-Group-4-5-pin-fun.patch - patches.kernel.org/6.1.28-526-pinctrl-renesas-r8a779g0-Fix-Group-6-7-pin-fun.patch - patches.kernel.org/6.1.28-527-pinctrl-renesas-r8a779g0-Fix-ERROROUTC-functio.patch - patches.kernel.org/6.1.28-528-leds-TI_LMU_COMMON-select-REGMAP-instead-of-de.patch - patches.kernel.org/6.1.28-529-pinctrl-ralink-reintroduce-ralink-rt2880-pinmu.patch - patches.kernel.org/6.1.28-530-dmaengine-mv_xor_v2-Fix-an-error-code.patch - patches.kernel.org/6.1.28-531-leds-tca6507-Fix-error-handling-of-using-fwnod.patch - patches.kernel.org/6.1.28-532-pwm-mtk-disp-Disable-shadow-registers-before-s.patch - patches.kernel.org/6.1.28-533-pwm-mtk-disp-Configure-double-buffering-before.patch - patches.kernel.org/6.1.28-534-soundwire-cadence-rename-sdw_cdns_dai_dma_data.patch - patches.kernel.org/6.1.28-535-soundwire-intel-don-t-save-hw_params-for-use-i.patch - patches.kernel.org/6.1.28-536-phy-tegra-xusb-Add-missing-tegra_xusb_port_unr.patch - patches.kernel.org/6.1.28-537-phy-ti-j721e-wiz-Fix-unreachable-code-in-wiz_m.patch - patches.kernel.org/6.1.28-538-dma-gpi-remove-spurious-unlock-in-gpi_ch_init.patch - patches.kernel.org/6.1.28-539-dmaengine-dw-edma-Fix-to-change-for-continuous.patch - patches.kernel.org/6.1.28-540-dmaengine-dw-edma-Fix-to-enable-to-issue-dma-r.patch - patches.kernel.org/6.1.28-541-dmaengine-at_xdmac-do-not-enable-all-cyclic-ch.patch - patches.kernel.org/6.1.28-542-pinctrl-bcm2835.c-fix-race-condition-when-sett.patch - patches.kernel.org/6.1.28-543-thermal-drivers-mediatek-Use-devm_of_iomap-to-.patch - patches.kernel.org/6.1.28-544-mfd-tqmx86-Do-not-access-I2C_DETECT-register-t.patch - patches.kernel.org/6.1.28-545-mfd-tqmx86-Specify-IO-port-register-range-more.patch - patches.kernel.org/6.1.28-546-mfd-tqmx86-Correct-board-names-for-TQMxE39x.patch - patches.kernel.org/6.1.28-547-mfd-ocelot-spi-Fix-unsupported-bulk-read.patch - patches.kernel.org/6.1.28-548-mfd-arizona-spi-Add-missing-MODULE_DEVICE_TABL.patch - patches.kernel.org/6.1.28-549-hte-tegra-fix-struct-of_device_id-build-error.patch - patches.kernel.org/6.1.28-550-hte-tegra-194-Fix-off-by-one-in-tegra_hte_map_.patch - patches.kernel.org/6.1.28-551-ACPI-PM-Do-not-turn-of-unused-power-resources-.patch - patches.kernel.org/6.1.28-552-PM-hibernate-Turn-snapshot_test-into-global-va.patch - patches.kernel.org/6.1.28-553-PM-hibernate-Do-not-get-block-device-exclusive.patch - patches.kernel.org/6.1.28-554-afs-Fix-updating-of-i_size-with-dv-jump-from-s.patch - patches.kernel.org/6.1.28-555-afs-Fix-getattr-to-report-server-i_size-on-dir.patch - patches.kernel.org/6.1.28-556-afs-Avoid-endless-loop-if-file-is-larger-than-.patch - patches.kernel.org/6.1.28-557-parisc-Fix-argument-pointer-in-real64_call_asm.patch - patches.kernel.org/6.1.28-558-parisc-Ensure-page-alignment-in-flush-function.patch - patches.kernel.org/6.1.28-559-ALSA-usb-audio-Add-quirk-for-Pioneer-DDJ-800.patch - patches.kernel.org/6.1.28-560-ALSA-hda-realtek-Add-quirk-for-ThinkPad-P1-Gen.patch - patches.kernel.org/6.1.28-561-ALSA-hda-realtek-Add-quirk-for-ASUS-UM3402YAR-.patch - patches.kernel.org/6.1.28-562-ALSA-hda-realtek-support-HP-Pavilion-Aero-13-b.patch - patches.kernel.org/6.1.28-563-ALSA-hda-realtek-Fix-mute-and-micmute-LEDs-for.patch - patches.kernel.org/6.1.28-564-nilfs2-do-not-write-dirty-data-after-degenerat.patch - patches.kernel.org/6.1.28-565-nilfs2-fix-infinite-loop-in-nilfs_mdt_get_bloc.patch - patches.kernel.org/6.1.28-566-mm-do-not-reclaim-private-data-from-pinned-pag.patch - patches.kernel.org/6.1.28-567-drbd-correctly-submit-flush-bio-on-barrier.patch - patches.kernel.org/6.1.28-568-md-raid10-fix-null-ptr-deref-in-raid10_sync_re.patch - patches.kernel.org/6.1.28-569-md-raid5-Improve-performance-for-sequential-IO.patch - patches.kernel.org/6.1.28-570-kasan-hw_tags-avoid-invalid-virt_to_page.patch - patches.kernel.org/6.1.28-571-mtd-core-provide-unique-name-for-nvmem-device-.patch - patches.kernel.org/6.1.28-572-mtd-core-fix-nvmem-error-reporting.patch - patches.kernel.org/6.1.28-573-mtd-core-fix-error-path-for-nvmem-provider.patch - patches.kernel.org/6.1.28-574-mtd-spi-nor-core-Update-flash-s-current-addres.patch - patches.kernel.org/6.1.28-575-mailbox-zynqmp-Fix-IPI-isr-handling.patch - patches.kernel.org/6.1.28-576-kcsan-Avoid-READ_ONCE-in-read_instrumented_mem.patch - patches.kernel.org/6.1.28-577-mailbox-zynqmp-Fix-typo-in-IPI-documentation.patch - patches.kernel.org/6.1.28-578-wifi-rtl8xxxu-RTL8192EU-always-needs-full-init.patch - patches.kernel.org/6.1.28-579-wifi-rtw89-fix-potential-race-condition-betwee.patch - patches.kernel.org/6.1.28-580-clk-microchip-fix-potential-UAF-in-auxdev-rele.patch - patches.kernel.org/6.1.28-581-clk-rockchip-rk3399-allow-clk_cifout-to-force-.patch - patches.kernel.org/6.1.28-582-scripts-gdb-fix-lx-timerlist-for-Python3.patch - patches.kernel.org/6.1.28-583-btrfs-scrub-reject-unsupported-scrub-flags.patch - patches.kernel.org/6.1.28-584-s390-dasd-fix-hanging-blockdevice-after-reques.patch - patches.kernel.org/6.1.28-585-ia64-fix-an-addr-to-taddr-in-huge_pte_offset.patch - patches.kernel.org/6.1.28-586-mm-mempolicy-correctly-update-prev-when-policy.patch - patches.kernel.org/6.1.28-587-vhost_vdpa-fix-unmap-process-in-no-batch-mode.patch - patches.kernel.org/6.1.28-588-dm-verity-fix-error-handling-for-check_at_most.patch - patches.kernel.org/6.1.28-589-dm-clone-call-kmem_cache_destroy-in-dm_clone_i.patch - patches.kernel.org/6.1.28-590-dm-integrity-call-kmem_cache_destroy-in-dm_int.patch - patches.kernel.org/6.1.28-591-dm-flakey-fix-a-crash-with-invalid-table-line.patch - patches.kernel.org/6.1.28-592-dm-ioctl-fix-nested-locking-in-table_clear-to-.patch - patches.kernel.org/6.1.28-593-dm-don-t-lock-fs-when-the-map-is-NULL-in-proce.patch - patches.kernel.org/6.1.28-594-blk-iocost-avoid-64-bit-division-in-ioc_timer_.patch - patches.kernel.org/6.1.28-595-cifs-fix-potential-use-after-free-bugs-in-TCP_.patch - patches.kernel.org/6.1.28-596-cifs-protect-session-status-check-in-smb2_reco.patch - patches.kernel.org/6.1.28-597-thunderbolt-Use-correct-type-in-tb_port_is_clx.patch - patches.kernel.org/6.1.28-598-bonding-gcc13-synchronize-bond_-a-t-lb_xmit-ty.patch - patches.kernel.org/6.1.28-599-wifi-ath11k-synchronize-ath11k_mac_he_gi_to_nl.patch - patches.kernel.org/6.1.28-600-perf-auxtrace-Fix-address-filter-entire-kernel.patch - patches.kernel.org/6.1.28-601-perf-intel-pt-Fix-CYC-timestamps-after-standal.patch - patches.kernel.org/6.1.28-602-block-blk-iocost-gcc13-keep-large-values-in-a-.patch - patches.kernel.org/6.1.28-603-sfc-gcc13-synchronize-ef100_enqueue_skb-s-retu.patch - patches.kernel.org/6.1.28-604-i40e-Remove-unused-i40e-status-codes.patch - patches.kernel.org/6.1.28-605-i40e-Remove-string-printing-for-i40e_status.patch - patches.kernel.org/6.1.28-606-i40e-use-int-for-i40e_status.patch - patches.kernel.org/6.1.28-607-drm-amd-display-gcc13-fix-enum-mismatch.patch - patches.kernel.org/6.1.28-608-debugobject-Ensure-pool-refill-again.patch - patches.kernel.org/6.1.28-609-scsi-libsas-Grab-the-ATA-port-lock-in-sas_ata_.patch - patches.kernel.org/6.1.28-610-netfilter-nf_tables-deactivate-anonymous-set-f.patch - patches.kernel.org/6.1.28-611-Linux-6.1.28.patch - patches.kernel.org/6.1.29-001-USB-dwc3-gadget-drop-dead-hibernation-code.patch - patches.kernel.org/6.1.29-002-usb-dwc3-gadget-Execute-gadget-stop-after-halt.patch - patches.kernel.org/6.1.29-003-drm-vmwgfx-Remove-explicit-and-broken-vblank-h.patch - patches.kernel.org/6.1.29-004-drm-vmwgfx-Fix-Legacy-Display-Unit-atomic-drm-.patch - patches.kernel.org/6.1.29-005-crypto-ccp-Clear-PSP-interrupt-status-register.patch - patches.kernel.org/6.1.29-006-perf-x86-core-Zero-lbr-instead-of-returning-1-.patch - patches.kernel.org/6.1.29-007-KVM-x86-Track-supported-PERF_CAPABILITIES-in-k.patch - patches.kernel.org/6.1.29-008-KVM-x86-pmu-Disallow-legacy-LBRs-if-architectu.patch - patches.kernel.org/6.1.29-009-mtd-spi-nor-spansion-Remove-NO_SFDP_FLAGS-from.patch - patches.kernel.org/6.1.29-010-mtd-spi-nor-add-SFDP-fixups-for-Quad-Page-Prog.patch - patches.kernel.org/6.1.29-011-mtd-spi-nor-Add-a-RWW-flag.patch - patches.kernel.org/6.1.29-012-mtd-spi-nor-spansion-Enable-JFFS2-write-buffer.patch - patches.kernel.org/6.1.29-013-qcom-llcc-edac-Support-polling-mode-for-ECC-ha.patch - patches.kernel.org/6.1.29-014-soc-qcom-llcc-Do-not-create-EDAC-platform-devi.patch - patches.kernel.org/6.1.29-015-mailbox-zynq-Switch-to-flexible-array-to-simpl.patch - patches.kernel.org/6.1.29-016-mailbox-zynqmp-Fix-counts-of-child-nodes.patch - patches.kernel.org/6.1.29-017-mtd-spi-nor-spansion-Enable-JFFS2-write-buffer.patch - patches.kernel.org/6.1.29-018-fs-ntfs3-Fix-null-ptr-deref-on-inode-i_op-in-n.patch - patches.kernel.org/6.1.29-019-drm-amd-display-Ext-displays-with-dock-can-t-r.patch - patches.kernel.org/6.1.29-020-KVM-x86-mmu-Avoid-indirect-call-for-get_cr3.patch - patches.kernel.org/6.1.29-021-KVM-x86-Do-not-unload-MMU-roots-when-only-togg.patch - patches.kernel.org/6.1.29-022-KVM-x86-Make-use-of-kvm_read_cr-_bits-when-tes.patch - patches.kernel.org/6.1.29-023-KVM-VMX-Make-CR0.WP-a-guest-owned-bit.patch - patches.kernel.org/6.1.29-024-KVM-x86-mmu-Refresh-CR0.WP-prior-to-checking-f.patch - patches.kernel.org/6.1.29-025-ASoC-Intel-soc-acpi-byt-Fix-WM510205-match-no-.patch - patches.kernel.org/6.1.29-026-scsi-qedi-Fix-use-after-free-bug-in-qedi_remov.patch - patches.kernel.org/6.1.29-027-drm-amd-display-Remove-FPU-guards-from-the-DML.patch - patches.kernel.org/6.1.29-028-drm-amd-display-Add-missing-WA-and-MCLK-valida.patch - patches.kernel.org/6.1.29-029-drm-amd-display-Return-error-code-on-DSC-atomi.patch - patches.kernel.org/6.1.29-030-drm-amd-display-Fixes-for-dcn32_clk_mgr-implem.patch - patches.kernel.org/6.1.29-031-drm-amd-display-Reset-OUTBOX0-r-w-pointer-on-D.patch - patches.kernel.org/6.1.29-032-drm-amd-display-Do-not-clear-GPINT-register-wh.patch - patches.kernel.org/6.1.29-033-drm-amd-display-Update-bounding-box-values-for.patch - patches.kernel.org/6.1.29-034-ixgbe-Fix-panic-during-XDP_TX-with-64-CPUs.patch - patches.kernel.org/6.1.29-035-octeonxt2-af-mcs-Fix-per-port-bypass-config.patch - patches.kernel.org/6.1.29-036-octeontx2-af-mcs-Write-TCAM_DATA-and-TCAM_MASK.patch - patches.kernel.org/6.1.29-037-octeontx2-af-mcs-Config-parser-to-skip-8B-head.patch - patches.kernel.org/6.1.29-038-octeontx2-af-mcs-Fix-MCS-block-interrupt.patch - patches.kernel.org/6.1.29-039-octeontx2-pf-mcs-Fix-NULL-pointer-dereferences.patch - patches.kernel.org/6.1.29-040-octeontx2-pf-mcs-Match-macsec-ethertype-along-.patch - patches.kernel.org/6.1.29-041-octeontx2-pf-mcs-Clear-stats-before-freeing-re.patch - patches.kernel.org/6.1.29-042-octeontx2-pf-mcs-Fix-shared-counters-logic.patch - patches.kernel.org/6.1.29-043-octeontx2-pf-mcs-Do-not-reset-PN-while-updatin.patch - patches.kernel.org/6.1.29-044-net-ncsi-clear-Tx-enable-mode-when-handling-a-.patch - patches.kernel.org/6.1.29-045-tcp-fix-skb_copy_ubufs-vs-BIG-TCP.patch - patches.kernel.org/6.1.29-046-net-sched-cls_api-remove-block_cb-from-driver_.patch - patches.kernel.org/6.1.29-047-sit-update-dev-needed_headroom-in-ipip6_tunnel.patch - patches.kernel.org/6.1.29-048-selftests-srv6-make-srv6_end_dt46_l3vpn_test-m.patch - patches.kernel.org/6.1.29-049-net-ipv6-fix-skb-hash-for-some-RST-packets.patch - patches.kernel.org/6.1.29-050-net-dsa-mv88e6xxx-add-mv88e6321-rsvd2cpu.patch - patches.kernel.org/6.1.29-051-writeback-fix-call-of-incorrect-macro.patch - patches.kernel.org/6.1.29-052-block-Skip-destroyed-blkg-when-restart-in-blkg.patch - patches.kernel.org/6.1.29-053-watchdog-dw_wdt-Fix-the-error-handling-path-of.patch - patches.kernel.org/6.1.29-054-RISC-V-mm-Enable-huge-page-support-to-kernel_p.patch - patches.kernel.org/6.1.29-055-i2c-tegra-Fix-PEC-support-for-SMBUS-block-read.patch - patches.kernel.org/6.1.29-056-net-sched-act_mirred-Add-carrier-check.patch - patches.kernel.org/6.1.29-057-r8152-fix-flow-control-issue-of-RTL8156A.patch - patches.kernel.org/6.1.29-058-r8152-fix-the-poor-throughput-for-2.5G-devices.patch - patches.kernel.org/6.1.29-059-r8152-move-setting-r8153b_rx_agg_chg_indicate.patch - patches.kernel.org/6.1.29-060-sfc-Fix-module-EEPROM-reporting-for-QSFP-modul.patch - patches.kernel.org/6.1.29-061-rxrpc-Fix-hard-call-timeout-units.patch - patches.kernel.org/6.1.29-062-riscv-compat_syscall_table-Fixup-compile-warni.patch - patches.kernel.org/6.1.29-063-drm-i915-mtl-Add-the-missing-CPU-transcoder-ma.patch - patches.kernel.org/6.1.29-064-selftests-netfilter-fix-libmnl-pkg-config-usag.patch - patches.kernel.org/6.1.29-065-octeontx2-af-Secure-APR-table-update-with-the-.patch - patches.kernel.org/6.1.29-066-octeontx2-af-Fix-start-and-end-bit-for-scan-co.patch - patches.kernel.org/6.1.29-067-octeontx2-af-Fix-depth-of-cam-and-mem-table.patch - patches.kernel.org/6.1.29-068-octeontx2-pf-Increase-the-size-of-dmac-filter-.patch - patches.kernel.org/6.1.29-069-octeontx2-af-Allow-mkex-profile-without-DMAC-a.patch - patches.kernel.org/6.1.29-070-octeontx2-pf-Add-additional-checks-while-confi.patch - patches.kernel.org/6.1.29-071-octeontx2-af-Update-Fix-NPC-field-hash-extract.patch - patches.kernel.org/6.1.29-072-octeontx2-af-Fix-issues-with-NPC-field-hash-ex.patch - patches.kernel.org/6.1.29-073-octeontx2-af-Skip-PFs-if-not-enabled.patch - patches.kernel.org/6.1.29-074-octeontx2-pf-Disable-packet-I-O-for-graceful-e.patch - patches.kernel.org/6.1.29-075-octeontx2-vf-Detach-LF-resources-on-probe-clea.patch - patches.kernel.org/6.1.29-076-ionic-remove-noise-from-ethtool-rxnfc-error-ms.patch - patches.kernel.org/6.1.29-077-ethtool-Fix-uninitialized-number-of-lanes.patch - patches.kernel.org/6.1.29-078-ionic-catch-failure-from-devlink_alloc.patch - patches.kernel.org/6.1.29-079-af_packet-Don-t-send-zero-byte-data-in-packet_.patch - patches.kernel.org/6.1.29-080-drm-amdgpu-add-a-missing-lock-for-AMDGPU_SCHED.patch - patches.kernel.org/6.1.29-081-ALSA-caiaq-input-Add-error-handling-for-unsupp.patch - patches.kernel.org/6.1.29-082-KVM-s390-fix-race-in-gmap_make_secure.patch - patches.kernel.org/6.1.29-083-net-dsa-mt7530-fix-corrupt-frames-using-trgmii.patch - patches.kernel.org/6.1.29-084-net-dsa-mt7530-split-off-common-parts-from-mt7.patch - patches.kernel.org/6.1.29-085-net-dsa-mt7530-fix-network-connectivity-with-m.patch - patches.kernel.org/6.1.29-086-ice-block-LAN-in-case-of-VF-to-VF-offload.patch - patches.kernel.org/6.1.29-087-virtio_net-suppress-cpu-stall-when-free_unused.patch - patches.kernel.org/6.1.29-088-net-enetc-check-the-index-of-the-SFI-rather-th.patch - patches.kernel.org/6.1.29-089-perf-record-Fix-read-LOST-count-failed-msg-wit.patch - patches.kernel.org/6.1.29-090-perf-scripts-intel-pt-events.py-Fix-IPC-output.patch - patches.kernel.org/6.1.29-091-perf-vendor-events-s390-Remove-UTF-8-character.patch - patches.kernel.org/6.1.29-092-perf-tests-record_offcpu.sh-Fix-redirection-of.patch - patches.kernel.org/6.1.29-093-perf-ftrace-Make-system-wide-the-default-targe.patch - patches.kernel.org/6.1.29-094-perf-vendor-events-power9-Remove-UTF-8-charact.patch - patches.kernel.org/6.1.29-095-perf-pmu-zfree-expects-a-pointer-to-a-pointer-.patch - patches.kernel.org/6.1.29-096-perf-map-Delete-two-variable-initialisations-b.patch - patches.kernel.org/6.1.29-097-perf-cs-etm-Fix-timeless-decode-mode-detection.patch - patches.kernel.org/6.1.29-098-crypto-sun8i-ss-Fix-a-test-in-sun8i_ss_setup_i.patch - patches.kernel.org/6.1.29-099-crypto-api-Add-scaffolding-to-change-completio.patch - patches.kernel.org/6.1.29-100-crypto-engine-Use-crypto_request_complete.patch - patches.kernel.org/6.1.29-101-crypto-engine-fix-crypto_queue-backlog-handlin.patch - patches.kernel.org/6.1.29-102-perf-symbols-Fix-return-incorrect-build_id-siz.patch - patches.kernel.org/6.1.29-103-perf-tracepoint-Fix-memory-leak-in-is_valid_tr.patch - patches.kernel.org/6.1.29-104-perf-stat-Separate-bperf-from-bpf_profiler.patch - patches.kernel.org/6.1.29-105-RISC-V-take-text_mutex-during-alternative-patc.patch - patches.kernel.org/6.1.29-106-RISC-V-fix-taking-the-text_mutex-twice-during-.patch - patches.kernel.org/6.1.29-107-x86-retbleed-Fix-return-thunk-alignment.patch - patches.kernel.org/6.1.29-108-btrfs-fix-btrfs_prev_leaf-to-not-return-the-sa.patch - patches.kernel.org/6.1.29-109-btrfs-zoned-fix-wrong-use-of-bitops-API-in-btr.patch - patches.kernel.org/6.1.29-110-btrfs-properly-reject-clear_cache-and-v1-cache.patch - patches.kernel.org/6.1.29-111-btrfs-fix-assertion-of-exclop-condition-when-s.patch - patches.kernel.org/6.1.29-112-btrfs-fix-encoded-write-i_size-corruption-with.patch - patches.kernel.org/6.1.29-113-btrfs-don-t-free-qgroup-space-unless-specified.patch - patches.kernel.org/6.1.29-114-btrfs-zero-the-buffer-before-marking-it-dirty-.patch - patches.kernel.org/6.1.29-115-btrfs-make-clear_cache-mount-option-to-rebuild.patch - patches.kernel.org/6.1.29-116-btrfs-print-tree-parent-bytenr-must-be-aligned.patch - patches.kernel.org/6.1.29-117-btrfs-fix-space-cache-inconsistency-after-erro.patch - patches.kernel.org/6.1.29-118-btrfs-zoned-zone-finish-data-relocation-BG-wit.patch - patches.kernel.org/6.1.29-119-btrfs-zoned-fix-full-zone-super-block-reading-.patch - patches.kernel.org/6.1.29-120-cifs-fix-pcchunk-length-type-in-smb2_copychunk.patch - patches.kernel.org/6.1.29-121-cifs-release-leases-for-deferred-close-handles.patch - patches.kernel.org/6.1.29-122-platform-x86-intel-uncore-freq-Return-error-on.patch - patches.kernel.org/6.1.29-123-platform-x86-touchscreen_dmi-Add-upside-down-q.patch - patches.kernel.org/6.1.29-124-platform-x86-thinkpad_acpi-Fix-platform-profil.patch - patches.kernel.org/6.1.29-125-platform-x86-touchscreen_dmi-Add-info-for-the-.patch - patches.kernel.org/6.1.29-126-platform-x86-thinkpad_acpi-Add-profile-force-a.patch - patches.kernel.org/6.1.29-127-inotify-Avoid-reporting-event-with-invalid-wd.patch - patches.kernel.org/6.1.29-128-smb3-fix-problem-remounting-a-share-after-shut.patch - patches.kernel.org/6.1.29-129-SMB3-force-unmount-was-failing-to-close-deferr.patch - patches.kernel.org/6.1.29-130-sh-math-emu-fix-macro-redefined-warning.patch - patches.kernel.org/6.1.29-131-sh-mcount.S-fix-build-error-when-PRINTK-is-not.patch - patches.kernel.org/6.1.29-132-sh-init-use-OF_EARLY_FLATTREE-for-early-init.patch - patches.kernel.org/6.1.29-133-sh-nmi_debug-fix-return-value-of-__setup-handl.patch - patches.kernel.org/6.1.29-134-proc_sysctl-update-docs-for-__register_sysctl_.patch - patches.kernel.org/6.1.29-135-proc_sysctl-enhance-documentation.patch - patches.kernel.org/6.1.29-136-remoteproc-stm32-Call-of_node_put-on-iteration.patch - patches.kernel.org/6.1.29-137-remoteproc-st-Call-of_node_put-on-iteration-er.patch - patches.kernel.org/6.1.29-138-remoteproc-imx_dsp_rproc-Call-of_node_put-on-i.patch - patches.kernel.org/6.1.29-139-remoteproc-imx_rproc-Call-of_node_put-on-itera.patch - patches.kernel.org/6.1.29-140-remoteproc-rcar_rproc-Call-of_node_put-on-iter.patch - patches.kernel.org/6.1.29-141-sysctl-clarify-register_sysctl_init-base-direc.patch - patches.kernel.org/6.1.29-142-ARM-dts-aspeed-asrock-Correct-firmware-flash-S.patch - patches.kernel.org/6.1.29-143-ARM-dts-exynos-fix-WM8960-clock-name-in-Itop-E.patch - patches.kernel.org/6.1.29-144-ARM-dts-s5pv210-correct-MIPI-CSIS-clock-name.patch - patches.kernel.org/6.1.29-145-ARM-dts-aspeed-romed8hm3-Fix-GPIO-polarity-of-.patch - patches.kernel.org/6.1.29-146-drm-msm-adreno-fix-runtime-PM-imbalance-at-gpu.patch - patches.kernel.org/6.1.29-147-drm-bridge-lt8912b-Fix-DSI-Video-Mode.patch - patches.kernel.org/6.1.29-148-drm-i915-color-Fix-typo-for-Plane-CSC-indexes.patch - patches.kernel.org/6.1.29-149-drm-msm-fix-NULL-deref-on-snapshot-tear-down.patch - patches.kernel.org/6.1.29-150-drm-msm-fix-NULL-deref-on-irq-uninstall.patch - patches.kernel.org/6.1.29-151-drm-msm-fix-drm-device-leak-on-bind-errors.patch - patches.kernel.org/6.1.29-152-drm-msm-fix-vram-leak-on-bind-errors.patch - patches.kernel.org/6.1.29-153-drm-msm-fix-workqueue-leak-on-bind-errors.patch - patches.kernel.org/6.1.29-154-drm-i915-dsi-Use-unconditional-msleep-instead-.patch - patches.kernel.org/6.1.29-155-f2fs-fix-null-pointer-panic-in-tracepoint-in-_.patch - patches.kernel.org/6.1.29-156-f2fs-fix-potential-corruption-when-moving-a-di.patch - patches.kernel.org/6.1.29-157-irqchip-loongson-pch-pic-Fix-pch_pic_acpi_init.patch - patches.kernel.org/6.1.29-158-irqchip-loongson-eiointc-Fix-returned-value-on.patch - patches.kernel.org/6.1.29-159-drm-panel-otm8009a-Set-backlight-parent-to-pan.patch - patches.kernel.org/6.1.29-160-drm-amd-display-Add-NULL-plane_state-check-for.patch - patches.kernel.org/6.1.29-161-drm-amd-display-Fix-4to1-MPC-black-screen-with.patch - patches.kernel.org/6.1.29-162-drm-amd-display-filter-out-invalid-bits-in-pip.patch - patches.kernel.org/6.1.29-163-drm-amd-display-fix-flickering-caused-by-S-G-m.patch - patches.kernel.org/6.1.29-164-drm-amdgpu-fix-amdgpu_irq_put-call-trace-in-gm.patch - patches.kernel.org/6.1.29-165-drm-amdgpu-fix-an-amdgpu_irq_put-issue-in-gmc_.patch - patches.kernel.org/6.1.29-166-drm-amdgpu-fix-amdgpu_irq_put-call-trace-in-gm.patch - patches.kernel.org/6.1.29-167-drm-amdgpu-gfx-disable-gfx9-cp_ecc_error_irq-o.patch - patches.kernel.org/6.1.29-168-drm-amdgpu-jpeg-Remove-harvest-checking-for-JP.patch - patches.kernel.org/6.1.29-169-drm-amdgpu-change-gfx-11.0.4-external_id-range.patch - patches.kernel.org/6.1.29-170-drm-amdgpu-Fix-vram-recover-doesn-t-work-after.patch - patches.kernel.org/6.1.29-171-drm-amd-display-Enforce-60us-prefetch-for-200M.patch - patches.kernel.org/6.1.29-172-drm-amd-pm-parse-pp_handle-under-appropriate-c.patch - patches.kernel.org/6.1.29-173-drm-amdgpu-disable-sdma-ecc-irq-only-when-sdma.patch - patches.kernel.org/6.1.29-174-drm-amd-pm-avoid-potential-UBSAN-issue-on-lega.patch - patches.kernel.org/6.1.29-175-drm-amdgpu-remove-deprecated-MES-version-vars.patch - patches.kernel.org/6.1.29-176-drm-amd-Load-MES-microcode-during-early_init.patch - patches.kernel.org/6.1.29-177-drm-amd-Add-a-new-helper-for-loading-validatin.patch - patches.kernel.org/6.1.29-178-drm-amd-Use-amdgpu_ucode_-helpers-for-MES.patch - patches.kernel.org/6.1.29-179-HID-wacom-Set-a-default-resolution-for-older-t.patch - patches.kernel.org/6.1.29-180-HID-wacom-insert-timestamp-to-packed-Bluetooth.patch - patches.kernel.org/6.1.29-181-fs-ntfs3-Refactoring-of-various-minor-issues.patch - patches.kernel.org/6.1.29-182-drm-msm-adreno-adreno_gpu-Use-suspend-instead-.patch - patches.kernel.org/6.1.29-183-f2fs-specify-extent-cache-for-read-explicitly.patch - patches.kernel.org/6.1.29-184-f2fs-move-internal-functions-into-extent_cache.patch - patches.kernel.org/6.1.29-185-f2fs-remove-unnecessary-__init_extent_tree.patch - patches.kernel.org/6.1.29-186-f2fs-refactor-extent_cache-to-support-for-read.patch - patches.kernel.org/6.1.29-187-f2fs-allocate-the-extent_cache-by-default.patch - patches.kernel.org/6.1.29-188-f2fs-factor-out-victim_entry-usage-from-genera.patch - patches.kernel.org/6.1.29-189-drm-msm-adreno-Simplify-read64-write64-helpers.patch - patches.kernel.org/6.1.29-190-drm-msm-Hangcheck-progress-detection.patch - patches.kernel.org/6.1.29-191-drm-msm-fix-missing-wq-allocation-error-handli.patch - patches.kernel.org/6.1.29-192-irqchip-loongarch-Adjust-acpi_cascade_irqdomai.patch - patches.kernel.org/6.1.29-193-irqchip-loongson-eiointc-Fix-incorrect-use-of-.patch - patches.kernel.org/6.1.29-194-irqchip-loongson-eiointc-Fix-registration-of-s.patch - patches.kernel.org/6.1.29-195-wifi-rtw88-rtw8821c-Fix-rfe_option-field-width.patch - patches.kernel.org/6.1.29-196-drm-i915-mtl-update-scaler-source-and-destinat.patch - patches.kernel.org/6.1.29-197-drm-i915-Check-pipe-source-size-when-using-skl.patch - patches.kernel.org/6.1.29-198-drm-amd-display-Refactor-eDP-PSR-codes.patch - patches.kernel.org/6.1.29-199-drm-amd-display-Add-Z8-allow-states-to-z-state.patch - patches.kernel.org/6.1.29-200-drm-amd-display-Add-debug-option-to-skip-PSR-C.patch - patches.kernel.org/6.1.29-201-drm-amd-display-Fix-Z8-support-configurations.patch - patches.kernel.org/6.1.29-202-drm-amd-display-Add-minimum-Z8-residency-debug.patch - patches.kernel.org/6.1.29-203-drm-amd-display-Update-minimum-stutter-residen.patch - patches.kernel.org/6.1.29-204-drm-amd-display-Lowering-min-Z8-residency-time.patch - patches.kernel.org/6.1.29-205-ASoC-rt1318-Add-RT1318-SDCA-vendor-specific-dr.patch - patches.kernel.org/6.1.29-206-ASoC-codecs-constify-static-sdw_slave_ops-stru.patch - patches.kernel.org/6.1.29-207-ASoC-codecs-wcd938x-fix-accessing-regmap-on-un.patch - patches.kernel.org/6.1.29-208-drm-amd-display-Update-Z8-watermarks-for-DCN31.patch - patches.kernel.org/6.1.29-209-drm-amd-display-Update-Z8-SR-exit-enter-latenc.patch - patches.kernel.org/6.1.29-210-drm-amd-display-Change-default-Z8-watermark-va.patch - patches.kernel.org/6.1.29-211-ksmbd-Implements-sess-ksmbd_chann_list-as-xarr.patch - patches.kernel.org/6.1.29-212-ksmbd-fix-racy-issue-from-session-setup-and-lo.patch - patches.kernel.org/6.1.29-213-ksmbd-destroy-expired-sessions.patch - patches.kernel.org/6.1.29-214-ksmbd-block-asynchronous-requests-when-making-.patch - patches.kernel.org/6.1.29-215-ksmbd-fix-racy-issue-from-smb2-close-and-logof.patch - patches.kernel.org/6.1.29-216-drm-Add-missing-DP-DSC-extended-capability-def.patch - patches.kernel.org/6.1.29-217-drm-dsc-fix-drm_edp_dsc_sink_output_bpp-DPCD-h.patch - patches.kernel.org/6.1.29-218-locking-rwsem-Add-__always_inline-annotation-t.patch - patches.kernel.org/6.1.29-219-ext4-fix-WARNING-in-mb_find_extent.patch - patches.kernel.org/6.1.29-220-ext4-avoid-a-potential-slab-out-of-bounds-in-e.patch - patches.kernel.org/6.1.29-221-ext4-fix-data-races-when-using-cached-status-e.patch - patches.kernel.org/6.1.29-222-ext4-check-iomap-type-only-if-ext4_iomap_begin.patch - patches.kernel.org/6.1.29-223-ext4-improve-error-recovery-code-paths-in-__ex.patch - patches.kernel.org/6.1.29-224-ext4-improve-error-handling-from-ext4_dirhash.patch - patches.kernel.org/6.1.29-225-ext4-fix-deadlock-when-converting-an-inline-di.patch - patches.kernel.org/6.1.29-226-ext4-add-bounds-checking-in-get_max_inline_xat.patch - patches.kernel.org/6.1.29-227-ext4-bail-out-of-ext4_xattr_ibody_get-fails-fo.patch - patches.kernel.org/6.1.29-228-ext4-fix-lockdep-warning-when-enabling-MMP.patch - patches.kernel.org/6.1.29-229-ext4-remove-a-BUG_ON-in-ext4_mb_release_group_.patch - patches.kernel.org/6.1.29-230-ext4-fix-invalid-free-tracking-in-ext4_xattr_m.patch - patches.kernel.org/6.1.29-231-drm-dsc-fix-DP_DSC_MAX_BPP_DELTA_-macro-values.patch - patches.kernel.org/6.1.29-232-f2fs-fix-to-do-sanity-check-on-extent-cache-co.patch - patches.kernel.org/6.1.29-233-f2fs-inode-fix-to-do-sanity-check-on-extent-ca.patch - patches.kernel.org/6.1.29-234-x86-amd_nb-Add-PCI-ID-for-family-19h-model-78h.patch - patches.kernel.org/6.1.29-235-x86-fix-clear_user_rep_good-exception-handling.patch - patches.kernel.org/6.1.29-236-spi-fsl-spi-Re-organise-transfer-bits_per_word.patch - patches.kernel.org/6.1.29-237-spi-fsl-cpm-Use-16-bit-mode-for-large-transfer.patch - patches.kernel.org/6.1.29-238-drm-amd-display-Fix-hang-when-skipping-modeset.patch - patches.kernel.org/6.1.29-239-Linux-6.1.29.patch - patches.kernel.org/6.1.30-001-drm-fbdev-generic-prohibit-potential-out-of-bo.patch - patches.kernel.org/6.1.30-002-drm-mipi-dsi-Set-the-fwnode-for-mipi_dsi_devic.patch - patches.kernel.org/6.1.30-003-ARM-9296-1-HP-Jornada-7XX-fix-kernel-doc-warni.patch - patches.kernel.org/6.1.30-004-net-skb_partial_csum_set-fix-against-transport.patch - patches.kernel.org/6.1.30-005-net-mdio-mvusb-Fix-an-error-handling-path-in-m.patch - patches.kernel.org/6.1.30-006-scsi-ufs-core-Fix-I-O-hang-that-occurs-when-BK.patch - patches.kernel.org/6.1.30-007-tick-broadcast-Make-broadcast-device-replaceme.patch - patches.kernel.org/6.1.30-008-linux-dim-Do-nothing-if-no-time-delta-between-.patch - patches.kernel.org/6.1.30-009-net-stmmac-Initialize-MAC_ONEUS_TIC_COUNTER-re.patch - patches.kernel.org/6.1.30-010-net-Fix-load-tearing-on-sk-sk_stamp-in-sock_re.patch - patches.kernel.org/6.1.30-011-net-phy-bcm7xx-Correct-read-from-expansion-reg.patch - patches.kernel.org/6.1.30-012-netfilter-nf_tables-always-release-netdev-hook.patch - patches.kernel.org/6.1.30-013-netfilter-conntrack-fix-possible-bug_on-with-e.patch - patches.kernel.org/6.1.30-014-bonding-fix-send_peer_notif-overflow.patch - patches.kernel.org/6.1.30-015-netlink-annotate-accesses-to-nlk-cb_running.patch - patches.kernel.org/6.1.30-016-net-annotate-sk-sk_err-write-from-do_recvmmsg.patch - patches.kernel.org/6.1.30-017-net-deal-with-most-data-races-in-sk_wait_event.patch - patches.kernel.org/6.1.30-018-net-add-vlan_get_protocol_and_depth-helper.patch - patches.kernel.org/6.1.30-019-tcp-add-annotations-around-sk-sk_shutdown-acce.patch - patches.kernel.org/6.1.30-020-gve-Remove-the-code-of-clearing-PBA-bit.patch - patches.kernel.org/6.1.30-021-ipvlan-Fix-out-of-bounds-caused-by-unclear-skb.patch - patches.kernel.org/6.1.30-022-net-mscc-ocelot-fix-stat-counter-register-valu.patch - patches.kernel.org/6.1.30-023-net-datagram-fix-data-races-in-datagram_poll.patch - patches.kernel.org/6.1.30-024-af_unix-Fix-a-data-race-of-sk-sk_receive_queue.patch - patches.kernel.org/6.1.30-025-af_unix-Fix-data-races-around-sk-sk_shutdown.patch - patches.kernel.org/6.1.30-026-drm-i915-guc-Don-t-capture-Gen8-regs-on-Xe-dev.patch - patches.kernel.org/6.1.30-027-drm-i915-Fix-NULL-ptr-deref-by-checking-new_cr.patch - patches.kernel.org/6.1.30-028-drm-i915-dp-prevent-potential-div-by-zero.patch - patches.kernel.org/6.1.30-029-drm-i915-Expand-force_probe-to-block-probe-of-.patch - patches.kernel.org/6.1.30-030-drm-i915-taint-kernel-when-force-probing-unsup.patch - patches.kernel.org/6.1.30-031-fbdev-arcfb-Fix-error-handling-in-arcfb_probe.patch - patches.kernel.org/6.1.30-032-ext4-reflect-error-codes-from-ext4_multi_mount.patch - patches.kernel.org/6.1.30-033-ext4-don-t-clear-SB_RDONLY-when-remounting-r-w.patch - patches.kernel.org/6.1.30-034-ext4-allow-to-find-by-goal-if-EXT4_MB_HINT_GOA.patch - patches.kernel.org/6.1.30-035-ext4-allow-ext4_get_group_info-to-fail.patch - patches.kernel.org/6.1.30-036-refscale-Move-shutdown-from-wait_event-to-wait.patch - patches.kernel.org/6.1.30-037-selftests-cgroup-Add-malloc-failures-checks-in.patch - patches.kernel.org/6.1.30-038-rcu-Protect-rcu_print_task_exp_stall-exp_tasks.patch - patches.kernel.org/6.1.30-039-open-return-EINVAL-for-O_DIRECTORY-O_CREAT.patch - patches.kernel.org/6.1.30-040-fs-hfsplus-remove-WARN_ON-from-hfsplus_cat_-re.patch - patches.kernel.org/6.1.30-041-drm-displayid-add-displayid_get_header-and-che.patch - patches.kernel.org/6.1.30-042-drm-amd-display-populate-subvp-cmd-info-only-f.patch - patches.kernel.org/6.1.30-043-drm-amd-display-Correct-DML-calculation-to-ali.patch - patches.kernel.org/6.1.30-044-platform-x86-x86-android-tablets-Add-Acer-Icon.patch - patches.kernel.org/6.1.30-045-drm-amd-display-Enable-HostVM-based-on-rIOMMU-.patch - patches.kernel.org/6.1.30-046-drm-amd-display-Use-DC_LOG_DC-in-the-trasform-.patch - patches.kernel.org/6.1.30-047-regmap-cache-Return-error-in-cache-sync-operat.patch - patches.kernel.org/6.1.30-048-remoteproc-imx_dsp_rproc-Add-custom-memory-cop.patch - patches.kernel.org/6.1.30-049-arm64-dts-qcom-msm8996-Add-missing-DWC3-quirks.patch - patches.kernel.org/6.1.30-050-media-cx23885-Fix-a-null-ptr-deref-bug-in-buff.patch - patches.kernel.org/6.1.30-051-media-pci-tw68-Fix-null-ptr-deref-bug-in-buf-p.patch - patches.kernel.org/6.1.30-052-media-pvrusb2-VIDEO_PVRUSB2-depends-on-DVB_COR.patch - patches.kernel.org/6.1.30-053-ACPI-processor-Check-for-null-return-of-devm_k.patch - patches.kernel.org/6.1.30-054-drm-rockchip-dw_hdmi-cleanup-drm-encoder-durin.patch - patches.kernel.org/6.1.30-055-memstick-r592-Fix-UAF-bug-in-r592_remove-due-t.patch - patches.kernel.org/6.1.30-056-arm64-dts-imx8mq-librem5-Remove-dis_u3_susphy_.patch - patches.kernel.org/6.1.30-057-firmware-arm_sdei-Fix-sleep-from-invalid-conte.patch - patches.kernel.org/6.1.30-058-ACPI-EC-Fix-oops-when-removing-custom-query-ha.patch - patches.kernel.org/6.1.30-059-drm-amd-display-fixed-dcn30-underflow-issue.patch - patches.kernel.org/6.1.30-060-remoteproc-stm32_rproc-Add-mutex-protection-fo.patch - patches.kernel.org/6.1.30-061-drm-tegra-Avoid-potential-32-bit-integer-overf.patch - patches.kernel.org/6.1.30-062-drm-msm-dp-Clean-up-handling-of-DP-AUX-interru.patch - patches.kernel.org/6.1.30-063-ACPICA-Avoid-undefined-behavior-applying-zero-.patch - patches.kernel.org/6.1.30-064-ACPICA-ACPICA-check-null-return-of-ACPI_ALLOCA.patch - patches.kernel.org/6.1.30-065-arm64-dts-qcom-sdm845-polaris-Drop-inexistent-.patch - patches.kernel.org/6.1.30-066-irqchip-gicv3-Workaround-for-NVIDIA-erratum-T2.patch - patches.kernel.org/6.1.30-067-ACPI-video-Remove-desktops-without-backlight-D.patch - patches.kernel.org/6.1.30-068-drm-amd-display-Correct-DML-calculation-to-fol.patch - patches.kernel.org/6.1.30-069-drm-amd-Fix-an-out-of-bounds-error-in-BIOS-par.patch - patches.kernel.org/6.1.30-070-drm-amdgpu-Fix-sdma-v4-sw-fini-error.patch - patches.kernel.org/6.1.30-071-media-Prefer-designated-initializers-over-mems.patch - patches.kernel.org/6.1.30-072-media-mediatek-vcodec-Fix-potential-array-out-.patch - patches.kernel.org/6.1.30-073-wifi-ath-Silence-memcpy-run-time-false-positiv.patch - patches.kernel.org/6.1.30-074-bpf-Annotate-data-races-in-bpf_local_storage.patch - patches.kernel.org/6.1.30-075-wifi-brcmfmac-pcie-Provide-a-buffer-of-random-.patch - patches.kernel.org/6.1.30-076-wifi-brcmfmac-cfg80211-Pass-the-PMK-in-binary-.patch - patches.kernel.org/6.1.30-077-ext2-Check-block-size-validity-during-mount.patch - patches.kernel.org/6.1.30-078-scsi-lpfc-Prevent-lpfc_debugfs_lockstat_write-.patch - patches.kernel.org/6.1.30-079-scsi-lpfc-Correct-used_rpi-count-when-devloss-.patch - patches.kernel.org/6.1.30-080-bnxt-avoid-overflow-in-bnxt_get_nvram_director.patch - patches.kernel.org/6.1.30-081-net-pasemi-Fix-return-type-of-pasemi_mac_start.patch - patches.kernel.org/6.1.30-082-net-Catch-invalid-index-in-XPS-mapping.patch - patches.kernel.org/6.1.30-083-netdev-Enforce-index-cap-in-netdev_get_tx_queu.patch - patches.kernel.org/6.1.30-084-scsi-target-iscsit-Free-cmds-before-session-fr.patch - patches.kernel.org/6.1.30-085-lib-cpu_rmap-Avoid-use-after-free-on-rmap-obj-.patch - patches.kernel.org/6.1.30-086-scsi-message-mptlan-Fix-use-after-free-bug-in-.patch - patches.kernel.org/6.1.30-087-gfs2-Fix-inode-height-consistency-check.patch - patches.kernel.org/6.1.30-088-scsi-ufs-ufs-pci-Add-support-for-Intel-Lunar-L.patch - patches.kernel.org/6.1.30-089-ext4-set-goal-start-correctly-in-ext4_mb_norma.patch - patches.kernel.org/6.1.30-090-ext4-Fix-best-extent-lstart-adjustment-logic-i.patch - patches.kernel.org/6.1.30-091-crypto-jitter-permanent-and-intermittent-healt.patch - patches.kernel.org/6.1.30-092-f2fs-Fix-system-crash-due-to-lack-of-free-spac.patch - patches.kernel.org/6.1.30-093-f2fs-fix-to-drop-all-dirty-pages-during-umount.patch - patches.kernel.org/6.1.30-094-f2fs-fix-to-check-readonly-condition-correctly.patch - patches.kernel.org/6.1.30-095-samples-bpf-Fix-fout-leak-in-hbm-s-run_bpf_pro.patch - patches.kernel.org/6.1.30-096-bpf-Add-preempt_count_-sub-add-into-btf-id-den.patch - patches.kernel.org/6.1.30-097-md-fix-soft-lockup-in-status_resync.patch - patches.kernel.org/6.1.30-098-wifi-iwlwifi-pcie-fix-possible-NULL-pointer-de.patch - patches.kernel.org/6.1.30-099-wifi-iwlwifi-add-a-new-PCI-device-ID-for-BZ-de.patch - patches.kernel.org/6.1.30-100-wifi-iwlwifi-pcie-Fix-integer-overflow-in-iwl_.patch - patches.kernel.org/6.1.30-101-wifi-iwlwifi-mvm-fix-ptk_pn-memory-leak.patch - patches.kernel.org/6.1.30-102-block-bfq-Fix-division-by-zero-error-on-zero-w.patch - patches.kernel.org/6.1.30-103-wifi-ath11k-Ignore-frags-from-uninitialized-pe.patch - patches.kernel.org/6.1.30-104-wifi-iwlwifi-fix-iwl_mvm_max_amsdu_size-for-ML.patch - patches.kernel.org/6.1.30-105-null_blk-Always-check-queue-mode-setting-from-.patch - patches.kernel.org/6.1.30-106-wifi-iwlwifi-dvm-Fix-memcpy-detected-field-spa.patch - patches.kernel.org/6.1.30-107-wifi-ath11k-Fix-SKB-corruption-in-REO-destinat.patch - patches.kernel.org/6.1.30-108-nbd-fix-incomplete-validation-of-ioctl-arg.patch - patches.kernel.org/6.1.30-109-ipvs-Update-width-of-source-for-ip_vs_sync_con.patch - patches.kernel.org/6.1.30-110-Bluetooth-btusb-Add-new-PID-VID-04ca-3801-for-.patch - patches.kernel.org/6.1.30-111-Bluetooth-Add-new-quirk-for-broken-local-ext-f.patch - patches.kernel.org/6.1.30-112-Bluetooth-btrtl-add-support-for-the-RTL8723CS.patch - patches.kernel.org/6.1.30-113-Bluetooth-Improve-support-for-Actions-Semi-ATS.patch - patches.kernel.org/6.1.30-114-Bluetooth-btrtl-check-for-NULL-in-btrtl_set_qu.patch - patches.kernel.org/6.1.30-115-Bluetooth-btintel-Add-LE-States-quirk-support.patch - patches.kernel.org/6.1.30-116-Bluetooth-hci_bcm-Fall-back-to-getting-bdaddr-.patch - patches.kernel.org/6.1.30-117-Bluetooth-Add-new-quirk-for-broken-set-random-.patch - patches.kernel.org/6.1.30-118-Bluetooth-L2CAP-fix-bad-unlock-balance-in-l2ca.patch - patches.kernel.org/6.1.30-119-Bluetooth-btrtl-Add-the-support-for-RTL8851B.patch - patches.kernel.org/6.1.30-120-staging-rtl8192e-Replace-macro-RTL_PCI_DEVICE-.patch - patches.kernel.org/6.1.30-121-HID-apple-Set-the-tilde-quirk-flag-on-the-Geys.patch - patches.kernel.org/6.1.30-122-staging-axis-fifo-initialize-timeouts-in-init-.patch - patches.kernel.org/6.1.30-123-ASoC-amd-yc-Add-DMI-entries-to-support-HP-OMEN.patch - patches.kernel.org/6.1.30-124-HID-logitech-hidpp-Don-t-use-the-USB-serial-fo.patch - patches.kernel.org/6.1.30-125-HID-logitech-hidpp-Reconcile-USB-and-Unifying-.patch - patches.kernel.org/6.1.30-126-spi-spi-imx-fix-MX51_ECSPI_-macros-when-cs-3.patch - patches.kernel.org/6.1.30-127-usb-typec-ucsi-acpi-add-quirk-for-ASUS-Zenbook.patch - patches.kernel.org/6.1.30-128-ALSA-hda-LNL-add-HD-Audio-PCI-ID.patch - patches.kernel.org/6.1.30-129-ASoC-amd-Add-Dell-G15-5525-to-quirks-list.patch - patches.kernel.org/6.1.30-130-ASoC-amd-yc-Add-ThinkBook-14-G5-ARP-to-quirks-.patch - patches.kernel.org/6.1.30-131-HID-apple-Set-the-tilde-quirk-flag-on-the-Geys.patch - patches.kernel.org/6.1.30-132-HID-Ignore-battery-for-ELAN-touchscreen-on-ROG.patch - patches.kernel.org/6.1.30-133-HID-wacom-generic-Set-battery-quirk-only-when-.patch - patches.kernel.org/6.1.30-134-usb-typec-tcpm-fix-multiple-times-discover-svi.patch - patches.kernel.org/6.1.30-135-serial-8250-Reinit-port-pm-on-port-specific-dr.patch - patches.kernel.org/6.1.30-136-mcb-pci-Reallocate-memory-region-to-avoid-memo.patch - patches.kernel.org/6.1.30-137-sched-Fix-KCSAN-noinstr-violation.patch - patches.kernel.org/6.1.30-138-lkdtm-stackleak-Fix-noinstr-violation.patch - patches.kernel.org/6.1.30-139-recordmcount-Fix-memory-leaks-in-the-uwrite-fu.patch - patches.kernel.org/6.1.30-140-soundwire-dmi-quirks-add-remapping-for-Intel-R.patch - patches.kernel.org/6.1.30-141-phy-st-miphy28lp-use-_poll_timeout-functions-f.patch - patches.kernel.org/6.1.30-142-soundwire-qcom-gracefully-handle-too-many-port.patch - patches.kernel.org/6.1.30-143-soundwire-bus-Fix-unbalanced-pm_runtime_put-ca.patch - patches.kernel.org/6.1.30-144-mfd-intel_soc_pmic_chtwc-Add-Lenovo-Yoga-Book-.patch - patches.kernel.org/6.1.30-145-mfd-dln2-Fix-memory-leak-in-dln2_probe.patch - patches.kernel.org/6.1.30-146-mfd-intel-lpss-Add-Intel-Meteor-Lake-PCH-S-LPS.patch - patches.kernel.org/6.1.30-147-parisc-Replace-regular-spinlock-with-spin_tryl.patch - patches.kernel.org/6.1.30-148-platform-x86-Move-existing-HP-drivers-to-a-new.patch - patches.kernel.org/6.1.30-149-platform-x86-hp-wmi-add-micmute-to-hp_wmi_keym.patch - patches.kernel.org/6.1.30-150-drm-amdgpu-drop-gfx_v11_0_cp_ecc_error_irq_fun.patch - patches.kernel.org/6.1.30-151-xfrm-don-t-check-the-default-policy-if-the-pol.patch - patches.kernel.org/6.1.30-152-Revert-Fix-XFRM-I-support-for-nested-ESP-tunne.patch - patches.kernel.org/6.1.30-153-drm-msm-dp-unregister-audio-driver-during-unbi.patch - patches.kernel.org/6.1.30-154-drm-msm-dpu-Assign-missing-writeback-log_mask.patch - patches.kernel.org/6.1.30-155-drm-msm-dpu-Move-non-MDP_TOP-INTF_INTR-offsets.patch - patches.kernel.org/6.1.30-156-drm-msm-dpu-Remove-duplicate-register-defines-.patch - patches.kernel.org/6.1.30-157-dt-bindings-display-msm-dsi-controller-main-Do.patch - patches.kernel.org/6.1.30-158-platform-Provide-a-remove-callback-that-return.patch - patches.kernel.org/6.1.30-159-ASoC-fsl_micfil-Fix-error-handler-with-pm_runt.patch - patches.kernel.org/6.1.30-160-cpupower-Make-TSC-read-per-CPU-for-Mperf-monit.patch - patches.kernel.org/6.1.30-161-xfrm-Reject-optional-tunnel-BEET-mode-template.patch - patches.kernel.org/6.1.30-162-af_key-Reject-optional-tunnel-BEET-mode-templa.patch - patches.kernel.org/6.1.30-163-drm-msm-Fix-submit-error-path-leaks.patch - patches.kernel.org/6.1.30-164-selftests-seg6-disable-DAD-on-IPv6-router-cfg-.patch - patches.kernel.org/6.1.30-165-selftets-seg6-disable-rp_filter-by-default-in-.patch - patches.kernel.org/6.1.30-166-net-fec-Better-handle-pm_runtime_get-failing-i.patch - patches.kernel.org/6.1.30-167-net-phy-dp83867-add-w-a-for-packet-errors-seen.patch - patches.kernel.org/6.1.30-168-ALSA-firewire-digi00x-prevent-potential-use-af.patch - patches.kernel.org/6.1.30-169-wifi-mt76-connac-fix-stats-tx_bytes-calculatio.patch - patches.kernel.org/6.1.30-170-ALSA-hda-realtek-Apply-HP-B-O-top-speaker-prof.patch - patches.kernel.org/6.1.30-171-sfc-disable-RXFCS-and-RXALL-features-by-defaul.patch - patches.kernel.org/6.1.30-172-vsock-avoid-to-close-connected-socket-after-th.patch - patches.kernel.org/6.1.30-173-tcp-fix-possible-sk_priority-leak-in-tcp_v4_se.patch - patches.kernel.org/6.1.30-174-serial-arc_uart-fix-of_iomap-leak-in-arc_seria.patch - patches.kernel.org/6.1.30-175-serial-8250_bcm7271-balance-clk_enable-calls.patch - patches.kernel.org/6.1.30-176-serial-8250_bcm7271-fix-leak-in-brcmuart_probe.patch - patches.kernel.org/6.1.30-177-erspan-get-the-proto-with-the-md-version-for-c.patch - patches.kernel.org/6.1.30-178-net-dsa-rzn1-a5psw-enable-management-frames-fo.patch - patches.kernel.org/6.1.30-179-net-dsa-rzn1-a5psw-fix-STP-states-handling.patch - patches.kernel.org/6.1.30-180-net-dsa-rzn1-a5psw-disable-learning-for-standa.patch - patches.kernel.org/6.1.30-181-net-hns3-fix-output-information-incomplete-for.patch - patches.kernel.org/6.1.30-182-net-hns3-fix-sending-pfc-frames-after-reset-is.patch - patches.kernel.org/6.1.30-183-net-hns3-fix-reset-delay-time-to-avoid-configu.patch - patches.kernel.org/6.1.30-184-net-hns3-fix-reset-timeout-when-enable-full-VF.patch - patches.kernel.org/6.1.30-185-media-netup_unidvb-fix-use-after-free-at-del_t.patch - patches.kernel.org/6.1.30-186-SUNRPC-double-free-xprt_ctxt-while-still-in-us.patch - patches.kernel.org/6.1.30-187-SUNRPC-always-free-ctxt-when-freeing-deferred-.patch - patches.kernel.org/6.1.30-188-SUNRPC-Fix-trace_svc_register-call-site.patch - patches.kernel.org/6.1.30-189-ASoC-mediatek-mt8186-Fix-use-after-free-in-dri.patch - patches.kernel.org/6.1.30-190-ASoC-SOF-topology-Fix-logic-for-copying-tuples.patch - patches.kernel.org/6.1.30-191-drm-exynos-fix-g2d_open-close-helper-function-.patch - patches.kernel.org/6.1.30-192-net-nsh-Use-correct-mac_offset-to-unwind-gso-s.patch - patches.kernel.org/6.1.30-193-virtio-net-Maintain-reverse-cleanup-order.patch - patches.kernel.org/6.1.30-194-virtio_net-Fix-error-unwinding-of-XDP-initiali.patch - patches.kernel.org/6.1.30-195-tipc-add-tipc_bearer_min_mtu-to-calculate-min-.patch - patches.kernel.org/6.1.30-196-tipc-do-not-update-mtu-if-msg_max-is-too-small.patch - patches.kernel.org/6.1.30-197-tipc-check-the-bearer-min-mtu-properly-when-se.patch - patches.kernel.org/6.1.30-198-s390-cio-include-subchannels-without-devices-a.patch - patches.kernel.org/6.1.30-199-can-dev-fix-missing-CAN-XL-support-in-can_put_.patch - patches.kernel.org/6.1.30-200-net-bcmgenet-Remove-phy_stop-from-bcmgenet_net.patch - patches.kernel.org/6.1.30-201-net-bcmgenet-Restore-phy_stop-depending-upon-s.patch - patches.kernel.org/6.1.30-202-ice-introduce-clear_reset_state-operation.patch - patches.kernel.org/6.1.30-203-ice-Fix-ice-VF-reset-during-iavf-initializatio.patch - patches.kernel.org/6.1.30-204-wifi-cfg80211-Drop-entries-with-invalid-BSSIDs.patch - patches.kernel.org/6.1.30-205-wifi-mac80211-fortify-the-spinlock-against-dea.patch - patches.kernel.org/6.1.30-206-wifi-mac80211-fix-min-center-freq-offset-traci.patch - patches.kernel.org/6.1.30-207-wifi-mac80211-Abort-running-color-change-when-.patch - patches.kernel.org/6.1.30-208-wifi-iwlwifi-mvm-fix-cancel_delayed_work_sync-.patch - patches.kernel.org/6.1.30-209-wifi-iwlwifi-fw-fix-DBGI-dump.patch - patches.kernel.org/6.1.30-210-wifi-iwlwifi-fix-OEM-s-name-in-the-ppag-approv.patch - patches.kernel.org/6.1.30-211-wifi-iwlwifi-mvm-fix-OEM-s-name-in-the-tas-app.patch - patches.kernel.org/6.1.30-212-wifi-iwlwifi-mvm-don-t-trust-firmware-n_channe.patch - patches.kernel.org/6.1.30-213-scsi-storvsc-Don-t-pass-unused-PFNs-to-Hyper-V.patch - patches.kernel.org/6.1.30-214-net-tun-rebuild-error-handling-in-tun_get_user.patch - patches.kernel.org/6.1.30-215-tun-Fix-memory-leak-for-detached-NAPI-queue.patch - patches.kernel.org/6.1.30-216-cassini-Fix-a-memory-leak-in-the-error-handlin.patch - patches.kernel.org/6.1.30-217-net-dsa-mv88e6xxx-Fix-mv88e6393x-EPC-write-com.patch - patches.kernel.org/6.1.30-218-igb-fix-bit_shift-to-be-in-1.8-range.patch - patches.kernel.org/6.1.30-219-vlan-fix-a-potential-uninit-value-in-vlan_dev_.patch - patches.kernel.org/6.1.30-220-net-wwan-iosm-fix-NULL-pointer-dereference-whe.patch - patches.kernel.org/6.1.30-221-net-pcs-xpcs-fix-C73-AN-not-getting-enabled.patch - patches.kernel.org/6.1.30-222-net-selftests-Fix-optstring.patch - patches.kernel.org/6.1.30-223-netfilter-nf_tables-fix-nft_trans-type-confusi.patch - patches.kernel.org/6.1.30-224-netfilter-nft_set_rbtree-fix-null-deref-on-ele.patch - patches.kernel.org/6.1.30-225-bridge-always-declare-tunnel-functions.patch - patches.kernel.org/6.1.30-226-ALSA-usb-audio-Add-a-sample-rate-workaround-fo.patch - patches.kernel.org/6.1.30-227-USB-usbtmc-Fix-direction-for-0-length-ioctl-co.patch - patches.kernel.org/6.1.30-228-usb-storage-fix-deadlock-when-a-scsi-command-t.patch - patches.kernel.org/6.1.30-229-USB-UHCI-adjust-zhaoxin-UHCI-controllers-OverC.patch - patches.kernel.org/6.1.30-230-usb-dwc3-gadget-Improve-dwc3_gadget_suspend-an.patch - patches.kernel.org/6.1.30-231-usb-dwc3-debugfs-Resume-dwc3-before-accessing-.patch - patches.kernel.org/6.1.30-232-usb-gadget-u_ether-Fix-host-MAC-address-case.patch - patches.kernel.org/6.1.30-233-usb-typec-altmodes-displayport-fix-pin_assignm.patch - patches.kernel.org/6.1.30-234-Revert-usb-gadget-udc-core-Prevent-redundant-c.patch - patches.kernel.org/6.1.30-235-Revert-usb-gadget-udc-core-Invoke-usb_gadget_c.patch - patches.kernel.org/6.1.30-236-xhci-pci-Only-run-d3cold-avoidance-quirk-for-s.patch - patches.kernel.org/6.1.30-237-xhci-Fix-incorrect-tracking-of-free-space-on-t.patch - patches.kernel.org/6.1.30-238-ALSA-hda-Fix-Oops-by-9.1-surround-channel-name.patch - patches.kernel.org/6.1.30-239-ALSA-hda-Add-NVIDIA-codec-IDs-a3-through-a7-to.patch - patches.kernel.org/6.1.30-240-ALSA-hda-realtek-Add-quirk-for-Clevo-L140AU.patch - patches.kernel.org/6.1.30-241-ALSA-hda-realtek-Add-a-quirk-for-HP-EliteDesk-.patch - patches.kernel.org/6.1.30-242-ALSA-hda-realtek-Add-quirk-for-2nd-ASUS-GU603.patch - patches.kernel.org/6.1.30-243-ALSA-hda-realtek-Add-quirk-for-HP-EliteBook-G1.patch - patches.kernel.org/6.1.30-244-ALSA-hda-realtek-Fix-mute-and-micmute-LEDs-for.patch - patches.kernel.org/6.1.30-245-can-j1939-recvmsg-allow-MSG_CMSG_COMPAT-flag.patch - patches.kernel.org/6.1.30-246-can-isotp-recvmsg-allow-MSG_CMSG_COMPAT-flag.patch - patches.kernel.org/6.1.30-247-can-kvaser_pciefd-Set-CAN_STATE_STOPPED-in-kva.patch - patches.kernel.org/6.1.30-248-can-kvaser_pciefd-Call-request_irq-before-enab.patch - patches.kernel.org/6.1.30-249-can-kvaser_pciefd-Empty-SRB-buffer-in-probe.patch - patches.kernel.org/6.1.30-250-can-kvaser_pciefd-Clear-listen-only-bit-if-not.patch - patches.kernel.org/6.1.30-251-can-kvaser_pciefd-Do-not-send-EFLUSH-command-o.patch - patches.kernel.org/6.1.30-252-can-kvaser_pciefd-Disable-interrupts-in-probe-.patch - patches.kernel.org/6.1.30-253-wifi-rtw88-use-work-to-update-rate-to-avoid-RC.patch - patches.kernel.org/6.1.30-254-SMB3-Close-all-deferred-handles-of-inode-in-ca.patch - patches.kernel.org/6.1.30-255-SMB3-drop-reference-to-cfile-before-sending-op.patch - patches.kernel.org/6.1.30-256-ksmbd-smb2-Allow-messages-padded-to-8byte-boun.patch - patches.kernel.org/6.1.30-257-ksmbd-allocate-one-more-byte-for-implied-bcc-0.patch - patches.kernel.org/6.1.30-258-ksmbd-fix-wrong-UserName-check-in-session_user.patch - patches.kernel.org/6.1.30-259-ksmbd-fix-global-out-of-bounds-in-smb2_find_co.patch - patches.kernel.org/6.1.30-260-KVM-Fix-vcpu_array-0-races.patch - patches.kernel.org/6.1.30-261-statfs-enforce-statfs-64-structure-initializat.patch - patches.kernel.org/6.1.30-262-maple_tree-make-maple-state-reusable-after-mas.patch - patches.kernel.org/6.1.30-263-mm-fix-zswap-writeback-race-condition.patch - patches.kernel.org/6.1.30-264-serial-Add-support-for-Advantech-PCI-1611U-car.patch - patches.kernel.org/6.1.30-265-serial-8250_exar-Add-support-for-USR298x-PCI-M.patch - patches.kernel.org/6.1.30-266-serial-qcom-geni-fix-enabling-deactivated-inte.patch - patches.kernel.org/6.1.30-267-thunderbolt-Clear-registers-properly-when-auto.patch - patches.kernel.org/6.1.30-268-vc_screen-reload-load-of-struct-vc_data-pointe.patch - patches.kernel.org/6.1.30-269-ceph-force-updating-the-msg-pointer-in-non-spl.patch - patches.kernel.org/6.1.30-270-drm-amd-pm-fix-possible-power-mode-mismatch-be.patch - patches.kernel.org/6.1.30-271-drm-amdgpu-gmc11-implement-get_vbios_fb_size.patch - patches.kernel.org/6.1.30-272-drm-amdgpu-gfx10-Disable-gfxoff-before-disabli.patch - patches.kernel.org/6.1.30-273-drm-amdgpu-gfx11-Adjust-gfxoff-before-powergat.patch - patches.kernel.org/6.1.30-274-drm-amdgpu-refine-get-gpu-clock-counter-method.patch - patches.kernel.org/6.1.30-275-drm-amdgpu-gfx11-update-gpu_clock_counter-logi.patch - patches.kernel.org/6.1.30-276-dt-bindings-ata-ahci-ceva-Cover-all-4-iommus-e.patch - patches.kernel.org/6.1.30-277-powerpc-iommu-DMA-address-offset-is-incorrectl.patch - patches.kernel.org/6.1.30-278-powerpc-iommu-Incorrect-DDW-Table-is-reference.patch - patches.kernel.org/6.1.30-279-tpm-tpm_tis-Disable-interrupts-for-more-Lenovo.patch - patches.kernel.org/6.1.30-280-powerpc-64s-radix-Fix-soft-dirty-tracking.patch - patches.kernel.org/6.1.30-281-nilfs2-fix-use-after-free-bug-of-nilfs_root-in.patch - patches.kernel.org/6.1.30-282-s390-dasd-fix-command-reject-error-on-ESE-devi.patch - patches.kernel.org/6.1.30-283-s390-crypto-use-vector-instructions-only-if-av.patch - patches.kernel.org/6.1.30-284-s390-qdio-fix-do_sqbs-inline-assembly-constrai.patch - patches.kernel.org/6.1.30-285-arm64-mte-Do-not-set-PG_mte_tagged-if-tags-wer.patch - patches.kernel.org/6.1.30-286-rethook-use-preempt_-disable-enable-_notrace-i.patch - patches.kernel.org/6.1.30-287-rethook-fprobe-do-not-trace-rethook-related-fu.patch - patches.kernel.org/6.1.30-288-remoteproc-imx_dsp_rproc-Fix-kernel-test-robot.patch - patches.kernel.org/6.1.30-289-crypto-testmgr-fix-RNG-performance-in-fuzz-tes.patch - patches.kernel.org/6.1.30-290-drm-amdgpu-declare-firmware-for-new-MES-11.0.4.patch - patches.kernel.org/6.1.30-291-drm-amd-amdgpu-introduce-gc_-_mes_2.bin-v2.patch - patches.kernel.org/6.1.30-292-drm-amdgpu-reserve-the-old-gc_11_0_-_mes.bin.patch - patches.kernel.org/6.1.30-293-Linux-6.1.30.patch - patches.kernel.org/6.1.31-001-usb-dwc3-fix-gadget-mode-suspend-interrupt-han.patch - patches.kernel.org/6.1.31-002-tpm-tpm_tis-Avoid-cache-incoherency-in-test-fo.patch - patches.kernel.org/6.1.31-003-tpm-tpm_tis-Only-handle-supported-interrupts.patch - patches.kernel.org/6.1.31-004-tpm_tis-Use-tpm_chip_-start-stop-decoration-in.patch - patches.kernel.org/6.1.31-005-tpm-tpm_tis-startup-chip-before-testing-for-in.patch - patches.kernel.org/6.1.31-006-tpm-Re-enable-TPM-chip-boostrapping-non-tpm_ti.patch - patches.kernel.org/6.1.31-007-tpm-Prevent-hwrng-from-activating-during-resum.patch - patches.kernel.org/6.1.31-008-watchdog-sp5100_tco-Immediately-trigger-upon-s.patch - patches.kernel.org/6.1.31-009-drm-amd-amdgpu-update-mes11-api-def.patch - patches.kernel.org/6.1.31-010-drm-amdgpu-mes11-enable-reg-active-poll.patch - patches.kernel.org/6.1.31-011-skbuff-Proactively-round-up-to-kmalloc-bucket-.patch - patches.kernel.org/6.1.31-012-platform-x86-hp-wmi-Fix-cast-to-smaller-intege.patch - patches.kernel.org/6.1.31-013-net-dsa-mv88e6xxx-Add-RGMII-delay-to-88E6320.patch - patches.kernel.org/6.1.31-014-drm-amd-display-hpd-rx-irq-not-working-with-eD.patch - patches.kernel.org/6.1.31-015-ocfs2-Switch-to-security_inode_init_security.patch - patches.kernel.org/6.1.31-016-arm64-Also-reset-KASAN-tag-if-page-is-not-PG_m.patch - patches.kernel.org/6.1.31-017-x86-mm-Avoid-incomplete-Global-INVLPG-flushes.patch - patches.kernel.org/6.1.31-018-platform-x86-intel-ifs-Annotate-work-queue-on-.patch - patches.kernel.org/6.1.31-019-ALSA-hda-ca0132-add-quirk-for-EVGA-X299-DARK.patch - patches.kernel.org/6.1.31-020-ALSA-hda-Fix-unhandled-register-update-during-.patch - patches.kernel.org/6.1.31-021-ALSA-hda-realtek-Enable-headset-onLenovo-M70-M.patch - patches.kernel.org/6.1.31-022-SUNRPC-Don-t-change-task-tk_status-after-the-c.patch - patches.kernel.org/6.1.31-023-mmc-sdhci-esdhc-imx-make-no-mmc-hs400-works.patch - patches.kernel.org/6.1.31-024-mmc-block-ensure-error-propagation-for-non-blk.patch - patches.kernel.org/6.1.31-025-power-supply-axp288_fuel_gauge-Fix-external_po.patch - patches.kernel.org/6.1.31-026-power-supply-bq25890-Fix-external_power_change.patch - patches.kernel.org/6.1.31-027-ASoC-rt5682-Disable-jack-detection-interrupt-d.patch - patches.kernel.org/6.1.31-028-net-cdc_ncm-Deal-with-too-low-values-of-dwNtbO.patch - patches.kernel.org/6.1.31-029-m68k-Move-signal-frame-following-exception-on-.patch - patches.kernel.org/6.1.31-030-xtensa-fix-signal-delivery-to-FDPIC-process.patch - patches.kernel.org/6.1.31-031-xtensa-add-__bswap-si-di-2-helpers.patch - patches.kernel.org/6.1.31-032-parisc-Use-num_present_cpus-in-alternative-pat.patch - patches.kernel.org/6.1.31-033-parisc-Handle-kgdb-breakpoints-only-in-kernel-.patch - patches.kernel.org/6.1.31-034-parisc-Fix-flush_dcache_page-for-usage-from-ir.patch - patches.kernel.org/6.1.31-035-parisc-Allow-to-reboot-machine-after-system-ha.patch - patches.kernel.org/6.1.31-036-parisc-Enable-LOCKDEP-support.patch - patches.kernel.org/6.1.31-037-parisc-Handle-kprobes-breakpoints-only-in-kern.patch - patches.kernel.org/6.1.31-038-gpio-mockup-Fix-mode-of-debugfs-files.patch - patches.kernel.org/6.1.31-039-btrfs-use-nofs-when-cleaning-up-aborted-transa.patch - patches.kernel.org/6.1.31-040-dt-binding-cdns-usb3-Fix-cdns-on-chip-buff-siz.patch - patches.kernel.org/6.1.31-041-drm-mgag200-Fix-gamma-lut-not-initialized.patch - patches.kernel.org/6.1.31-042-drm-radeon-reintroduce-radeon_dp_work_func-con.patch - patches.kernel.org/6.1.31-043-drm-amd-pm-add-missing-NotifyPowerSource-messa.patch - patches.kernel.org/6.1.31-044-drm-amd-pm-Fix-output-of-pp_od_clk_voltage.patch - patches.kernel.org/6.1.31-045-Revert-binder_alloc-add-missing-mmap_lock-call.patch - patches.kernel.org/6.1.31-046-Revert-android-binder-stop-saving-a-pointer-to.patch - patches.kernel.org/6.1.31-047-binder-add-lockless-binder_alloc_-set-get-_vma.patch - patches.kernel.org/6.1.31-048-binder-fix-UAF-caused-by-faulty-buffer-cleanup.patch - patches.kernel.org/6.1.31-049-binder-fix-UAF-of-alloc-vma-in-race-with-munma.patch - patches.kernel.org/6.1.31-050-selftests-memfd-Fix-unknown-type-name-build-fa.patch - patches.kernel.org/6.1.31-051-drm-amd-amdgpu-limit-one-queue-per-gang.patch - patches.kernel.org/6.1.31-052-perf-x86-uncore-Correct-the-number-of-CHAs-on-.patch - patches.kernel.org/6.1.31-053-x86-topology-Fix-erroneous-smp_num_siblings-on.patch - patches.kernel.org/6.1.31-054-irqchip-mips-gic-Don-t-touch-vl_map-if-a-local.patch - patches.kernel.org/6.1.31-055-irqchip-mips-gic-Use-raw-spinlock-for-gic_lock.patch - patches.kernel.org/6.1.31-056-debugobjects-Don-t-wake-up-kswapd-from-fill_po.patch - patches.kernel.org/6.1.31-057-fbdev-udlfb-Fix-endpoint-check.patch - patches.kernel.org/6.1.31-058-net-fix-stack-overflow-when-LRO-is-disabled-fo.patch - patches.kernel.org/6.1.31-059-udplite-Fix-NULL-pointer-dereference-in-__sk_m.patch - patches.kernel.org/6.1.31-060-USB-core-Add-routines-for-endpoint-checks-in-o.patch - patches.kernel.org/6.1.31-061-USB-sisusbvga-Add-endpoint-checks.patch - patches.kernel.org/6.1.31-062-media-radio-shark-Add-endpoint-checks.patch - patches.kernel.org/6.1.31-063-ASoC-lpass-Fix-for-KASAN-use_after_free-out-of.patch - patches.kernel.org/6.1.31-064-net-fix-skb-leak-in-__skb_tstamp_tx.patch - patches.kernel.org/6.1.31-065-drm-fix-drmm_mutex_init.patch - patches.kernel.org/6.1.31-066-selftests-fib_tests-mute-cleanup-error-message.patch - patches.kernel.org/6.1.31-067-octeontx2-pf-Fix-TSOv6-offload.patch - patches.kernel.org/6.1.31-068-bpf-Fix-mask-generation-for-32-bit-narrow-load.patch - patches.kernel.org/6.1.31-069-bpf-fix-a-memory-leak-in-the-LRU-and-LRU_PERCP.patch - patches.kernel.org/6.1.31-070-lan966x-Fix-unloading-loading-of-the-driver.patch - patches.kernel.org/6.1.31-071-ipv6-Fix-out-of-bounds-access-in-ipv6_find_tlv.patch - patches.kernel.org/6.1.31-072-cifs-mapchars-mount-option-ignored.patch - patches.kernel.org/6.1.31-073-power-supply-leds-Fix-blink-to-LED-on-transiti.patch - patches.kernel.org/6.1.31-074-power-supply-mt6360-add-a-check-of-devm_work_a.patch - patches.kernel.org/6.1.31-075-power-supply-bq27xxx-Fix-bq27xxx_battery_updat.patch - patches.kernel.org/6.1.31-076-power-supply-bq27xxx-Fix-I2C-IRQ-race-on-remov.patch - patches.kernel.org/6.1.31-077-power-supply-bq27xxx-Fix-poll_interval-handlin.patch - patches.kernel.org/6.1.31-078-power-supply-bq27xxx-Add-cache-parameter-to-bq.patch - patches.kernel.org/6.1.31-079-power-supply-bq27xxx-Move-bq27xxx_battery_upda.patch - patches.kernel.org/6.1.31-080-power-supply-bq27xxx-Ensure-power_supply_chang.patch - patches.kernel.org/6.1.31-081-power-supply-bq27xxx-After-charger-plug-in-out.patch - patches.kernel.org/6.1.31-082-power-supply-bq25890-Call-power_supply_changed.patch - patches.kernel.org/6.1.31-083-power-supply-bq24190-Call-power_supply_changed.patch - patches.kernel.org/6.1.31-084-power-supply-sbs-charger-Fix-INHIBITED-bit-for.patch - patches.kernel.org/6.1.31-085-optee-fix-uninited-async-notif-value.patch - patches.kernel.org/6.1.31-086-firmware-arm_ffa-Check-if-ffa_driver-remove-is.patch - patches.kernel.org/6.1.31-087-firmware-arm_ffa-Fix-FFA-device-names-for-logi.patch - patches.kernel.org/6.1.31-088-fs-fix-undefined-behavior-in-bit-shift-for-SB_.patch - patches.kernel.org/6.1.31-089-regulator-pca9450-Fix-BUCK2-enable_mask.patch - patches.kernel.org/6.1.31-090-platform-x86-ISST-Remove-8-socket-limit.patch - patches.kernel.org/6.1.31-091-coresight-Fix-signedness-bug-in-tmc_etr_buf_in.patch - patches.kernel.org/6.1.31-092-ARM-dts-imx6qdl-mba6-Add-missing-pvcie-supply-.patch - patches.kernel.org/6.1.31-093-x86-pci-xen-populate-MSI-sysfs-entries.patch - patches.kernel.org/6.1.31-094-xen-pvcalls-back-fix-double-frees-with-pvcalls.patch - patches.kernel.org/6.1.31-095-x86-show_trace_log_lvl-Ensure-stack-pointer-is.patch - patches.kernel.org/6.1.31-096-ASoC-Intel-Skylake-Fix-declaration-of-enum-skl.patch - patches.kernel.org/6.1.31-097-ASoC-Intel-avs-Fix-declaration-of-enum-avs_cha.patch - patches.kernel.org/6.1.31-098-ASoC-Intel-avs-Access-path-components-under-lo.patch - patches.kernel.org/6.1.31-099-cxl-Wait-Memory_Info_Valid-before-access-memor.patch - patches.kernel.org/6.1.31-100-sctp-fix-an-issue-that-plpmtu-can-never-go-to-.patch - patches.kernel.org/6.1.31-101-forcedeth-Fix-an-error-handling-path-in-nv_pro.patch - patches.kernel.org/6.1.31-102-platform-mellanox-mlxbf-pmc-fix-sscanf-error-c.patch - patches.kernel.org/6.1.31-103-net-mlx5e-Fix-SQ-wake-logic-in-ptp-napi_poll-c.patch - patches.kernel.org/6.1.31-104-net-mlx5e-Fix-deadlock-in-tc-route-query-code.patch - patches.kernel.org/6.1.31-105-net-mlx5e-Use-correct-encap-attribute-during-i.patch - patches.kernel.org/6.1.31-106-net-mlx5e-do-as-little-as-possible-in-napi-pol.patch - patches.kernel.org/6.1.31-107-net-mlx5-DR-Fix-crc32-calculation-to-work-on-b.patch - patches.kernel.org/6.1.31-108-net-mlx5-Handle-pairing-of-E-switch-via-uplink.patch - patches.kernel.org/6.1.31-109-net-mlx5-DR-Check-force-loopback-RC-QP-capabil.patch - patches.kernel.org/6.1.31-110-net-mlx5-Fix-error-message-when-failing-to-all.patch - patches.kernel.org/6.1.31-111-net-mlx5-Collect-command-failures-data-only-fo.patch - patches.kernel.org/6.1.31-112-net-mlx5-Devcom-fix-error-flow-in-mlx5_devcom_.patch - patches.kernel.org/6.1.31-113-net-mlx5-Devcom-serialize-devcom-registration.patch - patches.kernel.org/6.1.31-114-arm64-dts-imx8mn-var-som-fix-PHY-detection-bug.patch - patches.kernel.org/6.1.31-115-firmware-arm_ffa-Set-reserved-MBZ-fields-to-ze.patch - patches.kernel.org/6.1.31-116-regulator-mt6359-add-read-check-for-PMIC-MT635.patch - patches.kernel.org/6.1.31-117-net-smc-Reset-connection-when-trying-to-use-SM.patch - patches.kernel.org/6.1.31-118-3c589_cs-Fix-an-error-handling-path-in-tc589_p.patch - patches.kernel.org/6.1.31-119-net-phy-mscc-add-VSC8502-to-MODULE_DEVICE_TABL.patch - patches.kernel.org/6.1.31-120-Linux-6.1.31.patch - patches.kernel.org/6.1.32-001-inet-Add-IP_LOCAL_PORT_RANGE-socket-option.patch - patches.kernel.org/6.1.32-002-ipv-4-6-raw-fix-output-xfrm-lookup-wrt-protoco.patch - patches.kernel.org/6.1.32-003-firmware-arm_ffa-Fix-usage-of-partition-info-g.patch - patches.kernel.org/6.1.32-004-selftests-bpf-Fix-pkg-config-call-building-sig.patch - patches.kernel.org/6.1.32-005-platform-x86-amd-pmf-Fix-CnQF-and-auto-mode-af.patch - patches.kernel.org/6.1.32-006-tls-rx-device-fix-checking-decryption-status.patch - patches.kernel.org/6.1.32-007-tls-rx-strp-set-the-skb-len-of-detached-CoW-ed.patch - patches.kernel.org/6.1.32-008-tls-rx-strp-fix-determining-record-length-in-c.patch - patches.kernel.org/6.1.32-009-tls-rx-strp-force-mixed-decrypted-records-into.patch - patches.kernel.org/6.1.32-010-tls-rx-strp-factor-out-copying-skb-data.patch - patches.kernel.org/6.1.32-011-tls-rx-strp-preserve-decryption-status-of-skbs.patch - patches.kernel.org/6.1.32-012-net-mlx5-E-switch-Devcom-sync-devcom-events-an.patch - patches.kernel.org/6.1.32-013-gpio-f7188x-fix-chip-name-and-pin-count-on-Nuv.patch - patches.kernel.org/6.1.32-014-bpf-sockmap-Pass-skb-ownership-through-read_sk.patch - patches.kernel.org/6.1.32-015-bpf-sockmap-Convert-schedule_work-into-delayed.patch - patches.kernel.org/6.1.32-016-bpf-sockmap-Reschedule-is-now-done-through-bac.patch - patches.kernel.org/6.1.32-017-bpf-sockmap-Improved-check-for-empty-queue.patch - patches.kernel.org/6.1.32-018-bpf-sockmap-Handle-fin-correctly.patch - patches.kernel.org/6.1.32-019-bpf-sockmap-TCP-data-stall-on-recv-before-acce.patch - patches.kernel.org/6.1.32-020-bpf-sockmap-Wake-up-polling-after-data-copy.patch - patches.kernel.org/6.1.32-021-bpf-sockmap-Incorrectly-handling-copied_seq.patch - patches.kernel.org/6.1.32-022-blk-mq-fix-race-condition-in-active-queue-acco.patch - patches.kernel.org/6.1.32-023-vfio-type1-check-pfn-valid-before-converting-t.patch - patches.kernel.org/6.1.32-024-net-page_pool-use-in_softirq-instead.patch - patches.kernel.org/6.1.32-025-page_pool-fix-inconsistency-for-page_pool_ring.patch - patches.kernel.org/6.1.32-026-net-phy-mscc-enable-VSC8501-2-RGMII-RX-clock.patch - patches.kernel.org/6.1.32-027-wifi-rtw89-correct-5-MHz-mask-setting.patch - patches.kernel.org/6.1.32-028-wifi-iwlwifi-mvm-support-wowlan-info-notificat.patch - patches.kernel.org/6.1.32-029-wifi-iwlwifi-mvm-fix-potential-memory-leak.patch - patches.kernel.org/6.1.32-030-RDMA-rxe-Fix-the-error-trying-to-register-non-.patch - patches.kernel.org/6.1.32-031-octeontx2-af-Add-validation-for-lmac-type.patch - patches.kernel.org/6.1.32-032-drm-amd-Don-t-allow-s0ix-on-APUs-older-than-Ra.patch - patches.kernel.org/6.1.32-033-bluetooth-Add-cmd-validity-checks-at-the-start.patch - patches.kernel.org/6.1.32-034-Revert-thermal-drivers-mellanox-Use-generic-th.patch - patches.kernel.org/6.1.32-035-block-fix-bio-cache-for-passthru-IO.patch - patches.kernel.org/6.1.32-036-cpufreq-amd-pstate-Update-policy-cur-in-amd_ps.patch - patches.kernel.org/6.1.32-037-cpufreq-amd-pstate-Add-fast_switch-callback.patch - patches.kernel.org/6.1.32-038-netfilter-ctnetlink-Support-offloaded-conntrac.patch - patches.kernel.org/6.1.32-039-tools-headers-UAPI-Sync-the-linux-in.h-with-th.patch - patches.kernel.org/6.1.32-040-Linux-6.1.32.patch - patches.kernel.org/6.1.33-001-RDMA-bnxt_re-Fix-the-page_size-used-during-the.patch - patches.kernel.org/6.1.33-002-phy-amlogic-phy-meson-g12a-mipi-dphy-analog-fi.patch - patches.kernel.org/6.1.33-003-RDMA-efa-Fix-unsupported-page-sizes-in-device.patch - patches.kernel.org/6.1.33-004-RDMA-hns-Fix-timeout-attr-in-query-qp-for-HIP0.patch - patches.kernel.org/6.1.33-005-RDMA-hns-Fix-base-address-table-allocation.patch - patches.kernel.org/6.1.33-006-RDMA-hns-Modify-the-value-of-long-message-loop.patch - patches.kernel.org/6.1.33-007-dmaengine-at_xdmac-fix-potential-Oops-in-at_xd.patch - patches.kernel.org/6.1.33-008-RDMA-bnxt_re-Fix-a-possible-memory-leak.patch - patches.kernel.org/6.1.33-009-RDMA-bnxt_re-Fix-return-value-of-bnxt_re_proce.patch - patches.kernel.org/6.1.33-010-iommu-rockchip-Fix-unwind-goto-issue.patch - patches.kernel.org/6.1.33-011-iommu-amd-Don-t-block-updates-to-GATag-if-gues.patch - patches.kernel.org/6.1.33-012-iommu-amd-Handle-GALog-overflows.patch - patches.kernel.org/6.1.33-013-iommu-amd-Fix-up-merge-conflict-resolution.patch - patches.kernel.org/6.1.33-014-nfsd-make-a-copy-of-struct-iattr-before-callin.patch - patches.kernel.org/6.1.33-015-dmaengine-pl330-rename-_start-to-prevent-build.patch - patches.kernel.org/6.1.33-016-riscv-Fix-unused-variable-warning-when-BUILTIN.patch - patches.kernel.org/6.1.33-017-net-mlx5-Drain-health-before-unregistering-dev.patch - patches.kernel.org/6.1.33-018-net-mlx5-SF-Drain-health-before-removing-devic.patch - patches.kernel.org/6.1.33-019-net-mlx5-fw_tracer-Fix-event-handling.patch - patches.kernel.org/6.1.33-020-net-mlx5e-Don-t-attach-netdev-profile-while-ha.patch - patches.kernel.org/6.1.33-021-net-mellanox-mlxbf_gige-Fix-skb_panic-splat-un.patch - patches.kernel.org/6.1.33-022-netrom-fix-info-leak-in-nr_write_internal.patch - patches.kernel.org/6.1.33-023-af_packet-Fix-data-races-of-pkt_sk-sk-num.patch - patches.kernel.org/6.1.33-024-tls-improve-lockless-access-safety-of-tls_err_.patch - patches.kernel.org/6.1.33-025-amd-xgbe-fix-the-false-linkup-in-xgbe_phy_stat.patch - patches.kernel.org/6.1.33-026-perf-ftrace-latency-Remove-unnecessary-from-us.patch - patches.kernel.org/6.1.33-027-mtd-rawnand-ingenic-fix-empty-stub-helper-defi.patch - patches.kernel.org/6.1.33-028-RDMA-irdma-Prevent-QP-use-after-free.patch - patches.kernel.org/6.1.33-029-RDMA-irdma-Fix-Local-Invalidate-fencing.patch - patches.kernel.org/6.1.33-030-af_packet-do-not-use-READ_ONCE-in-packet_bind.patch - patches.kernel.org/6.1.33-031-tcp-deny-tcp_disconnect-when-threads-are-waiti.patch - patches.kernel.org/6.1.33-032-tcp-Return-user_mss-for-TCP_MAXSEG-in-CLOSE-LI.patch - patches.kernel.org/6.1.33-033-net-smc-Scan-from-current-RMB-list-when-no-pos.patch - patches.kernel.org/6.1.33-034-net-smc-Don-t-use-RMBs-not-mapped-to-new-link-.patch - patches.kernel.org/6.1.33-035-net-sched-sch_ingress-Only-create-under-TC_H_I.patch - patches.kernel.org/6.1.33-036-net-sched-sch_clsact-Only-create-under-TC_H_CL.patch - patches.kernel.org/6.1.33-037-net-sched-Reserve-TC_H_INGRESS-TC_H_CLSACT-for.patch - patches.kernel.org/6.1.33-038-net-sched-Prohibit-regrafting-ingress-or-clsac.patch - patches.kernel.org/6.1.33-039-net-sched-fix-NULL-pointer-dereference-in-mq_a.patch - patches.kernel.org/6.1.33-040-net-netlink-fix-NETLINK_LIST_MEMBERSHIPS-lengt.patch - patches.kernel.org/6.1.33-041-udp6-Fix-race-condition-in-udp6_sendmsg-connec.patch - patches.kernel.org/6.1.33-042-nfsd-fix-double-fget-bug-in-__write_ports_addf.patch - patches.kernel.org/6.1.33-043-nvme-fix-the-name-of-Zone-Append-for-verbose-l.patch - patches.kernel.org/6.1.33-044-net-mlx5e-Fix-error-handling-in-mlx5e_refresh_.patch - patches.kernel.org/6.1.33-045-net-mlx5-Read-embedded-cpu-after-init-bit-clea.patch - patches.kernel.org/6.1.33-046-iommu-mediatek-Flush-IOTLB-completely-only-if-.patch - patches.kernel.org/6.1.33-047-net-sched-flower-fix-possible-OOB-write-in-fl_.patch - patches.kernel.org/6.1.33-048-tcp-fix-mishandling-when-the-sack-compression-.patch - patches.kernel.org/6.1.33-049-net-dsa-mv88e6xxx-Increase-wait-after-reset-de.patch - patches.kernel.org/6.1.33-050-mtd-rawnand-marvell-ensure-timing-values-are-w.patch - patches.kernel.org/6.1.33-051-mtd-rawnand-marvell-don-t-set-the-NAND-frequen.patch - patches.kernel.org/6.1.33-052-rtnetlink-call-validate_linkmsg-in-rtnl_create.patch - patches.kernel.org/6.1.33-053-mptcp-avoid-unneeded-__mptcp_nmpc_socket-usage.patch - patches.kernel.org/6.1.33-054-mptcp-add-annotations-around-msk-subflow-acces.patch - patches.kernel.org/6.1.33-055-mptcp-avoid-unneeded-address-copy.patch - patches.kernel.org/6.1.33-056-mptcp-simplify-subflow_syn_recv_sock.patch - patches.kernel.org/6.1.33-057-mptcp-consolidate-passive-msk-socket-initializ.patch - patches.kernel.org/6.1.33-058-mptcp-fix-data-race-around-msk-first-access.patch - patches.kernel.org/6.1.33-059-mptcp-add-annotations-around-sk-sk_shutdown-ac.patch - patches.kernel.org/6.1.33-060-drm-amdgpu-release-gpu-full-access-after-amdgp.patch - patches.kernel.org/6.1.33-061-watchdog-menz069_wdt-fix-watchdog-initialisati.patch - patches.kernel.org/6.1.33-062-ALSA-hda-Glenfly-add-HD-Audio-PCI-IDs-and-HDMI.patch - patches.kernel.org/6.1.33-063-ASoC-Intel-soc-acpi-cht-Add-quirk-for-Nextbook.patch - patches.kernel.org/6.1.33-064-drm-amdgpu-Use-the-default-reset-when-loading-.patch - patches.kernel.org/6.1.33-065-mailbox-mailbox-test-Fix-potential-double-free.patch - patches.kernel.org/6.1.33-066-drm-ast-Fix-ARM-compatibility.patch - patches.kernel.org/6.1.33-067-btrfs-abort-transaction-when-sibling-keys-chec.patch - patches.kernel.org/6.1.33-068-ARM-9295-1-unwind-fix-unwind-abort-for-uleb128.patch - patches.kernel.org/6.1.33-069-hwmon-k10temp-Add-PCI-ID-for-family-19-model-7.patch - patches.kernel.org/6.1.33-070-media-rcar-vin-Select-correct-interrupt-mode-f.patch - patches.kernel.org/6.1.33-071-platform-x86-intel_scu_pcidrv-Add-back-PCI-ID-.patch - patches.kernel.org/6.1.33-072-platform-mellanox-fix-potential-race-in-mlxbf-.patch - patches.kernel.org/6.1.33-073-gfs2-Don-t-deref-jdesc-in-evict.patch - patches.kernel.org/6.1.33-074-drm-amdgpu-set-gfx9-onwards-APU-atomics-suppor.patch - patches.kernel.org/6.1.33-075-fbdev-imsttfb-Fix-use-after-free-bug-in-imsttf.patch - patches.kernel.org/6.1.33-076-fbdev-modedb-Add-1920x1080-at-60-Hz-video-mode.patch - patches.kernel.org/6.1.33-077-fbdev-stifb-Fix-info-entry-in-sti_struct-on-er.patch - patches.kernel.org/6.1.33-078-nbd-Fix-debugfs_create_dir-error-checking.patch - patches.kernel.org/6.1.33-079-block-rnbd-replace-REQ_OP_FLUSH-with-REQ_OP_WR.patch - patches.kernel.org/6.1.33-080-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-HS-SSD-F.patch - patches.kernel.org/6.1.33-081-nvme-pci-add-quirk-for-missing-secondary-tempe.patch - patches.kernel.org/6.1.33-082-ASoC-amd-yc-Add-DMI-entry-to-support-System76-.patch - patches.kernel.org/6.1.33-083-ASoC-dwc-limit-the-number-of-overrun-messages.patch - patches.kernel.org/6.1.33-084-um-harddog-fix-modular-build.patch - patches.kernel.org/6.1.33-085-xfrm-Check-if_id-in-inbound-policy-secpath-mat.patch - patches.kernel.org/6.1.33-086-ASoC-dt-bindings-Adjust-sound-dai-cells-on-TI-.patch - patches.kernel.org/6.1.33-087-ALSA-hda-realtek-Add-quirks-for-ASUS-GU604V-an.patch - patches.kernel.org/6.1.33-088-ASoC-ssm2602-Add-workaround-for-playback-disto.patch - patches.kernel.org/6.1.33-089-media-dvb_demux-fix-a-bug-for-the-continuity-c.patch - patches.kernel.org/6.1.33-090-media-dvb-usb-az6027-fix-three-null-ptr-deref-.patch - patches.kernel.org/6.1.33-091-media-dvb-usb-v2-ec168-fix-null-ptr-deref-in-e.patch - patches.kernel.org/6.1.33-092-media-dvb-usb-v2-ce6230-fix-null-ptr-deref-in-.patch - patches.kernel.org/6.1.33-093-media-dvb-usb-v2-rtl28xxu-fix-null-ptr-deref-i.patch - patches.kernel.org/6.1.33-094-media-dvb-usb-digitv-fix-null-ptr-deref-in-dig.patch - patches.kernel.org/6.1.33-095-media-dvb-usb-dw2102-fix-uninit-value-in-su300.patch - patches.kernel.org/6.1.33-096-media-netup_unidvb-fix-irq-init-by-register-it.patch - patches.kernel.org/6.1.33-097-media-dvb_ca_en50221-fix-a-size-write-bug.patch - patches.kernel.org/6.1.33-098-media-ttusb-dec-fix-memory-leak-in-ttusb_dec_e.patch - patches.kernel.org/6.1.33-099-media-mn88443x-fix-CONFIG_OF-error-by-drop-of_.patch - patches.kernel.org/6.1.33-100-media-dvb-core-Fix-use-after-free-due-on-race-.patch - patches.kernel.org/6.1.33-101-media-dvb-core-Fix-use-after-free-due-to-race-.patch - patches.kernel.org/6.1.33-102-media-dvb-core-Fix-kernel-WARNING-for-blocking.patch - patches.kernel.org/6.1.33-103-media-dvb-core-Fix-use-after-free-due-to-race-.patch - patches.kernel.org/6.1.33-104-ASoC-SOF-debug-conditionally-bump-runtime_pm-c.patch - patches.kernel.org/6.1.33-105-ASoC-SOF-pcm-fix-pm_runtime-imbalance-in-error.patch - patches.kernel.org/6.1.33-106-ASoC-SOF-sof-client-probes-fix-pm_runtime-imba.patch - patches.kernel.org/6.1.33-107-ASoC-SOF-pm-save-io-region-state-in-case-of-er.patch - patches.kernel.org/6.1.33-108-s390-pkey-zeroize-key-blobs.patch - patches.kernel.org/6.1.33-109-s390-topology-honour-nr_cpu_ids-when-adding-CP.patch - patches.kernel.org/6.1.33-110-ACPI-resource-Add-IRQ-override-quirk-for-LG-Ul.patch - patches.kernel.org/6.1.33-111-wifi-rtl8xxxu-fix-authentication-timeout-due-t.patch - patches.kernel.org/6.1.33-112-ARM-dts-stm32-add-pin-map-for-CAN-controller-o.patch - patches.kernel.org/6.1.33-113-arm64-mm-mark-private-VM_FAULT_X-defines-as-vm.patch - patches.kernel.org/6.1.33-114-arm64-vdso-Pass-void-to-virt_to_page.patch - patches.kernel.org/6.1.33-115-wifi-mac80211-simplify-chanctx-allocation.patch - patches.kernel.org/6.1.33-116-wifi-mac80211-consider-reserved-chanctx-for-mi.patch - patches.kernel.org/6.1.33-117-wifi-mac80211-recalc-chanctx-mindef-before-ass.patch - patches.kernel.org/6.1.33-118-wifi-iwlwifi-mvm-Add-locking-to-the-rate-read-.patch - patches.kernel.org/6.1.33-119-scsi-core-Decrease-scsi_device-s-iorequest_cnt.patch - patches.kernel.org/6.1.33-120-wifi-b43-fix-incorrect-__packed-annotation.patch - patches.kernel.org/6.1.33-121-net-wwan-t7xx-Ensure-init-is-completed-before-.patch - patches.kernel.org/6.1.33-122-netfilter-conntrack-define-variables-exp_nat_n.patch - patches.kernel.org/6.1.33-123-nvme-multipath-don-t-call-blk_mark_disk_dead-i.patch - patches.kernel.org/6.1.33-124-nvme-do-not-let-the-user-delete-a-ctrl-before-.patch - patches.kernel.org/6.1.33-125-ALSA-oss-avoid-missing-prototype-warnings.patch - patches.kernel.org/6.1.33-126-drm-msm-Be-more-shouty-if-per-process-pgtables.patch - patches.kernel.org/6.1.33-127-atm-hide-unused-procfs-functions.patch - patches.kernel.org/6.1.33-128-ceph-silence-smatch-warning-in-reconnect_caps_.patch - patches.kernel.org/6.1.33-129-drm-amdgpu-skip-disabling-fence-driver-src_irq.patch - patches.kernel.org/6.1.33-130-ublk-fix-AB-BA-lockdep-warning.patch - patches.kernel.org/6.1.33-131-nvme-pci-Add-quirk-for-Teamgroup-MP33-SSD.patch - patches.kernel.org/6.1.33-132-block-Deny-writable-memory-mapping-if-block-is.patch - patches.kernel.org/6.1.33-133-KVM-arm64-vgic-Fix-a-circular-locking-issue.patch - patches.kernel.org/6.1.33-134-KVM-arm64-vgic-Wrap-vgic_its_create-with-confi.patch - patches.kernel.org/6.1.33-135-KVM-arm64-vgic-Fix-locking-comment.patch - patches.kernel.org/6.1.33-136-media-mediatek-vcodec-Only-apply-4K-frame-size.patch - patches.kernel.org/6.1.33-137-mailbox-mailbox-test-fix-a-locking-issue-in-mb.patch - patches.kernel.org/6.1.33-138-drivers-base-cacheinfo-Fix-shared_cpu_map-chan.patch - patches.kernel.org/6.1.33-139-media-uvcvideo-Don-t-expose-unsupported-format.patch - patches.kernel.org/6.1.33-140-iio-accel-st_accel-Fix-invalid-mount_matrix-on.patch - patches.kernel.org/6.1.33-141-iio-adc-mxs-lradc-fix-the-order-of-two-cleanup.patch - patches.kernel.org/6.1.33-142-HID-google-add-jewel-USB-id.patch - patches.kernel.org/6.1.33-143-HID-wacom-avoid-integer-overflow-in-wacom_intu.patch - patches.kernel.org/6.1.33-144-iio-imu-inv_icm42600-fix-timestamp-reset.patch - patches.kernel.org/6.1.33-145-dt-bindings-iio-adc-renesas-rcar-gyroadc-Fix-a.patch - patches.kernel.org/6.1.33-146-iio-light-vcnl4035-fixed-chip-ID-check.patch - patches.kernel.org/6.1.33-147-iio-adc-stm32-adc-skip-adc-channels-setup-if-n.patch - patches.kernel.org/6.1.33-148-iio-adc-ad_sigma_delta-Fix-IRQ-issue-by-settin.patch - patches.kernel.org/6.1.33-149-iio-dac-mcp4725-Fix-i2c_master_send-return-val.patch - patches.kernel.org/6.1.33-150-iio-addac-ad74413-fix-resistance-input-process.patch - patches.kernel.org/6.1.33-151-iio-adc-ad7192-Change-shorted-channels-to-diff.patch - patches.kernel.org/6.1.33-152-iio-adc-stm32-adc-skip-adc-diff-channels-setup.patch - patches.kernel.org/6.1.33-153-iio-dac-build-ad5758-driver-when-AD5758-is-sel.patch - patches.kernel.org/6.1.33-154-net-usb-qmi_wwan-Set-DTR-quirk-for-BroadMobi-B.patch - patches.kernel.org/6.1.33-155-dt-bindings-usb-snps-dwc3-Fix-snps-hsphy_inter.patch - patches.kernel.org/6.1.33-156-usb-cdns3-fix-NCM-gadget-RX-speed-20x-slow-tha.patch - patches.kernel.org/6.1.33-157-usb-gadget-f_fs-Add-unbind-event-before-functi.patch - patches.kernel.org/6.1.33-158-md-raid5-fix-miscalculation-of-end_sector-in-r.patch - patches.kernel.org/6.1.33-159-misc-fastrpc-return-EPIPE-to-invocations-on-de.patch - patches.kernel.org/6.1.33-160-misc-fastrpc-reject-new-invocations-during-dev.patch - patches.kernel.org/6.1.33-161-scsi-stex-Fix-gcc-13-warnings.patch - patches.kernel.org/6.1.33-162-ata-libata-scsi-Use-correct-device-no-in-ata_f.patch - patches.kernel.org/6.1.33-163-drm-amdgpu-enable-tmz-by-default-for-GC-11.0.1.patch - patches.kernel.org/6.1.33-164-drm-amd-pm-reverse-mclk-and-fclk-clocks-levels.patch - patches.kernel.org/6.1.33-165-drm-amd-pm-reverse-mclk-and-fclk-clocks-levels.patch - patches.kernel.org/6.1.33-166-drm-amd-pm-resolve-reboot-exception-for-si-ola.patch - patches.kernel.org/6.1.33-167-drm-amd-pm-reverse-mclk-clocks-levels-for-SMU-.patch - patches.kernel.org/6.1.33-168-drm-amd-pm-reverse-mclk-and-fclk-clocks-levels.patch - patches.kernel.org/6.1.33-169-drm-amd-pm-reverse-mclk-and-fclk-clocks-levels.patch - patches.kernel.org/6.1.33-170-x86-mtrr-Revert-90b926e68f50-x86-pat-Fix-pat_x.patch - patches.kernel.org/6.1.33-171-mmc-vub300-fix-invalid-response-handling.patch - patches.kernel.org/6.1.33-172-mmc-pwrseq-sd8787-Fix-WILC-CHIP_EN-and-RESETN-.patch - patches.kernel.org/6.1.33-173-tty-serial-fsl_lpuart-use-UARTCTRL_TXINV-to-se.patch - patches.kernel.org/6.1.33-174-btrfs-fix-csum_tree_block-page-iteration-to-av.patch - patches.kernel.org/6.1.33-175-phy-qcom-qmp-combo-fix-init-count-imbalance.patch - patches.kernel.org/6.1.33-176-phy-qcom-qmp-pcie-msm8996-fix-init-count-imbal.patch - patches.kernel.org/6.1.33-177-block-fix-revalidate-performance-regression.patch - patches.kernel.org/6.1.33-178-powerpc-iommu-Limit-number-of-TCEs-to-512-for-.patch - patches.kernel.org/6.1.33-179-iommu-amd-Fix-domain-flush-size-when-syncing-i.patch - patches.kernel.org/6.1.33-180-tpm-tpm_tis-correct-tpm_tis_flags-enumeration-.patch - patches.kernel.org/6.1.33-181-riscv-perf-Fix-callchain-parse-error-with-kern.patch - patches.kernel.org/6.1.33-182-io_uring-undeprecate-epoll_ctl-support.patch - patches.kernel.org/6.1.33-183-selinux-don-t-use-make-s-grouped-targets-featu.patch - patches.kernel.org/6.1.33-184-mtdchar-mark-bits-of-ioctl-handler-noinline.patch - patches.kernel.org/6.1.33-185-tracing-timerlat-Always-wakeup-the-timerlat-th.patch - patches.kernel.org/6.1.33-186-tracing-histograms-Allow-variables-to-have-som.patch - patches.kernel.org/6.1.33-187-tracing-probe-trace_probe_primary_from_call-ch.patch - patches.kernel.org/6.1.33-188-selftests-mptcp-connect-skip-if-MPTCP-is-not-s.patch - patches.kernel.org/6.1.33-189-selftests-mptcp-pm-nl-skip-if-MPTCP-is-not-sup.patch - patches.kernel.org/6.1.33-190-selftests-mptcp-join-skip-if-MPTCP-is-not-supp.patch - patches.kernel.org/6.1.33-191-selftests-mptcp-sockopt-skip-if-MPTCP-is-not-s.patch - patches.kernel.org/6.1.33-192-selftests-mptcp-userspace-pm-skip-if-MPTCP-is-.patch - patches.kernel.org/6.1.33-193-mptcp-fix-connect-timeout-handling.patch - patches.kernel.org/6.1.33-194-mptcp-fix-active-subflow-finalization.patch - patches.kernel.org/6.1.33-195-ext4-add-EA_INODE-checking-to-ext4_iget.patch - patches.kernel.org/6.1.33-196-ext4-set-lockdep-subclass-for-the-ea_inode-in-.patch - patches.kernel.org/6.1.33-197-ext4-disallow-ea_inodes-with-extended-attribut.patch - patches.kernel.org/6.1.33-198-ext4-add-lockdep-annotations-for-i_data_sem-fo.patch - patches.kernel.org/6.1.33-199-fbcon-Fix-null-ptr-deref-in-soft_cursor.patch - patches.kernel.org/6.1.33-200-serial-8250_tegra-Fix-an-error-handling-path-i.patch - patches.kernel.org/6.1.33-201-serial-cpm_uart-Fix-a-COMPILE_TEST-dependency.patch - patches.kernel.org/6.1.33-202-powerpc-xmon-Use-KSYM_NAME_LEN-in-array-size.patch - patches.kernel.org/6.1.33-203-test_firmware-fix-a-memory-leak-with-reqs-buff.patch - patches.kernel.org/6.1.33-204-test_firmware-fix-the-memory-leak-of-the-alloc.patch - patches.kernel.org/6.1.33-205-KVM-arm64-Populate-fault-info-for-watchpoint.patch - patches.kernel.org/6.1.33-206-KVM-x86-Account-fastpath-only-VM-Exits-in-vCPU.patch - patches.kernel.org/6.1.33-207-ksmbd-fix-credit-count-leakage.patch - patches.kernel.org/6.1.33-208-ksmbd-fix-UAF-issue-from-opinfo-conn.patch - patches.kernel.org/6.1.33-209-ksmbd-fix-incorrect-AllocationSize-set-in-smb2.patch - patches.kernel.org/6.1.33-210-ksmbd-fix-slab-out-of-bounds-read-in-smb2_hand.patch - patches.kernel.org/6.1.33-211-ksmbd-fix-multiple-out-of-bounds-read-during-c.patch - patches.kernel.org/6.1.33-212-KEYS-asymmetric-Copy-sig-and-digest-in-public_.patch - patches.kernel.org/6.1.33-213-fs-ntfs3-Validate-MFT-flags-before-replaying-l.patch - patches.kernel.org/6.1.33-214-regmap-Account-for-register-length-when-chunki.patch - patches.kernel.org/6.1.33-215-tpm-tpm_tis-Request-threaded-interrupt-handler.patch - patches.kernel.org/6.1.33-216-iommu-amd-pgtbl_v2-Fix-domain-max-address.patch - patches.kernel.org/6.1.33-217-drm-amd-display-Have-Payload-Properly-Created-.patch - patches.kernel.org/6.1.33-218-xfs-verify-buffer-contents-when-we-skip-log-re.patch - patches.kernel.org/6.1.33-219-tls-rx-strp-don-t-use-GFP_KERNEL-in-softirq-co.patch - patches.kernel.org/6.1.33-220-arm64-efi-Use-SMBIOS-processor-version-to-key-.patch - patches.kernel.org/6.1.33-221-selftests-mptcp-diag-skip-if-MPTCP-is-not-supp.patch - patches.kernel.org/6.1.33-222-selftests-mptcp-simult-flows-skip-if-MPTCP-is-.patch - patches.kernel.org/6.1.33-223-selftests-mptcp-join-avoid-using-cmp-bytes.patch - patches.kernel.org/6.1.33-224-ext4-enable-the-lazy-init-thread-when-remounti.patch - patches.kernel.org/6.1.33-225-Linux-6.1.33.patch - patches.kernel.org/6.1.34-001-scsi-megaraid_sas-Add-flexible-array-member-fo.patch - patches.kernel.org/6.1.34-002-net-sfp-fix-state-loss-when-updating-state_hw_.patch - patches.kernel.org/6.1.34-003-spi-mt65xx-make-sure-operations-completed-befo.patch - patches.kernel.org/6.1.34-004-platform-surface-aggregator-Allow-completion-w.patch - patches.kernel.org/6.1.34-005-platform-surface-aggregator_tabletsw-Add-suppo.patch - patches.kernel.org/6.1.34-006-spi-qup-Request-DMA-before-enabling-clocks.patch - patches.kernel.org/6.1.34-007-afs-Fix-setting-of-mtime-when-creating-a-file-.patch - patches.kernel.org/6.1.34-008-wifi-mt76-mt7615-fix-possible-race-in-mt7615_m.patch - patches.kernel.org/6.1.34-009-bpf-sockmap-Avoid-potential-NULL-dereference-i.patch - patches.kernel.org/6.1.34-010-neighbour-fix-unaligned-access-to-pneigh_entry.patch - patches.kernel.org/6.1.34-011-net-dsa-lan9303-allow-vid-0-in-port_fdb_-add-d.patch - patches.kernel.org/6.1.34-012-net-ipv4-ping_group_range-allow-GID-from-21474.patch - patches.kernel.org/6.1.34-013-bpf-Fix-UAF-in-task-local-storage.patch - patches.kernel.org/6.1.34-014-bpf-Fix-elem_size-not-being-set-for-inner-maps.patch - patches.kernel.org/6.1.34-015-net-ipv6-fix-bool-int-mismatch-for-skip_notify.patch - patches.kernel.org/6.1.34-016-net-smc-Avoid-to-access-invalid-RMBs-MRs-in-SM.patch - patches.kernel.org/6.1.34-017-net-enetc-correct-the-statistics-of-rx-bytes.patch - patches.kernel.org/6.1.34-018-net-enetc-correct-rx_bytes-statistics-of-XDP.patch - patches.kernel.org/6.1.34-019-net-sched-fq_pie-ensure-reasonable-TCA_FQ_PIE_.patch - patches.kernel.org/6.1.34-020-drm-i915-Explain-the-magic-numbers-for-AUX-SYN.patch - patches.kernel.org/6.1.34-021-drm-i915-Use-18-fast-wake-AUX-sync-len.patch - patches.kernel.org/6.1.34-022-Bluetooth-hci_sync-add-lock-to-protect-HCI_UNR.patch - patches.kernel.org/6.1.34-023-Bluetooth-Fix-l2cap_disconnect_req-deadlock.patch - patches.kernel.org/6.1.34-024-Bluetooth-ISO-don-t-try-to-remove-CIG-if-there.patch - patches.kernel.org/6.1.34-025-Bluetooth-L2CAP-Add-missing-checks-for-invalid.patch - patches.kernel.org/6.1.34-026-wifi-mac80211-use-correct-iftype-HE-cap.patch - patches.kernel.org/6.1.34-027-wifi-cfg80211-reject-bad-AP-MLD-address.patch - patches.kernel.org/6.1.34-028-wifi-mac80211-mlme-fix-non-inheritence-element.patch - patches.kernel.org/6.1.34-029-wifi-mac80211-don-t-translate-beacon-presp-add.patch - patches.kernel.org/6.1.34-030-qed-qede-Fix-scheduling-while-atomic.patch - patches.kernel.org/6.1.34-031-wifi-cfg80211-fix-locking-in-sched-scan-stop-w.patch - patches.kernel.org/6.1.34-032-selftests-bpf-Verify-optval-NULL-case.patch - patches.kernel.org/6.1.34-033-selftests-bpf-Fix-sockopt_sk-selftest.patch - patches.kernel.org/6.1.34-034-netfilter-nft_bitwise-fix-register-tracking.patch - patches.kernel.org/6.1.34-035-netfilter-conntrack-fix-NULL-pointer-dereferen.patch - patches.kernel.org/6.1.34-036-netfilter-ipset-Add-schedule-point-in-call_ad.patch - patches.kernel.org/6.1.34-037-netfilter-nf_tables-out-of-bound-check-in-chai.patch - patches.kernel.org/6.1.34-038-ipv6-rpl-Fix-Route-of-Death.patch - patches.kernel.org/6.1.34-039-tcp-gso-really-support-BIG-TCP.patch - patches.kernel.org/6.1.34-040-rfs-annotate-lockless-accesses-to-sk-sk_rxhash.patch - patches.kernel.org/6.1.34-041-rfs-annotate-lockless-accesses-to-RFS-sock-flo.patch - patches.kernel.org/6.1.34-042-net-sched-add-rcu-annotations-around-qdisc-qdi.patch - patches.kernel.org/6.1.34-043-drm-i915-selftests-Stop-using-kthread_stop.patch - patches.kernel.org/6.1.34-044-drm-i915-selftests-Add-some-missing-error-prop.patch - patches.kernel.org/6.1.34-045-net-sched-move-rtm_tca_policy-declaration-to-i.patch - patches.kernel.org/6.1.34-046-net-sched-act_police-fix-sparse-errors-in-tcf_.patch - patches.kernel.org/6.1.34-047-net-sched-fix-possible-refcount-leak-in-tc_cha.patch - patches.kernel.org/6.1.34-048-bpf-Add-extra-path-pointer-check-to-d_path-hel.patch - patches.kernel.org/6.1.34-049-drm-amdgpu-fix-Null-pointer-dereference-error-.patch - patches.kernel.org/6.1.34-050-lib-cpu_rmap-Fix-potential-use-after-free-in-i.patch - patches.kernel.org/6.1.34-051-net-bcmgenet-Fix-EEE-implementation.patch - patches.kernel.org/6.1.34-052-bnxt_en-Don-t-issue-AP-reset-during-ethtool-s-.patch - patches.kernel.org/6.1.34-053-bnxt_en-Query-default-VLAN-before-VNIC-setup-o.patch - patches.kernel.org/6.1.34-054-bnxt_en-Skip-firmware-fatal-error-recovery-if-.patch - patches.kernel.org/6.1.34-055-bnxt_en-Prevent-kernel-panic-when-receiving-un.patch - patches.kernel.org/6.1.34-056-bnxt_en-Implement-.set_port-.unset_port-UDP-tu.patch - patches.kernel.org/6.1.34-057-batman-adv-Broken-sync-while-rescheduling-dela.patch - patches.kernel.org/6.1.34-058-Input-xpad-delete-a-Razer-DeathAdder-mouse-VID.patch - patches.kernel.org/6.1.34-059-Input-psmouse-fix-OOB-access-in-Elantech-proto.patch - patches.kernel.org/6.1.34-060-Input-fix-open-count-when-closing-inhibited-de.patch - patches.kernel.org/6.1.34-061-ALSA-hda-Fix-kctl-id-initialization.patch - patches.kernel.org/6.1.34-062-ALSA-ymfpci-Fix-kctl-id-initialization.patch - patches.kernel.org/6.1.34-063-ALSA-gus-Fix-kctl-id-initialization.patch - patches.kernel.org/6.1.34-064-ALSA-cmipci-Fix-kctl-id-initialization.patch - patches.kernel.org/6.1.34-065-ALSA-hda-realtek-Add-quirk-for-Clevo-NS50AU.patch - patches.kernel.org/6.1.34-066-ALSA-ice1712-ice1724-fix-the-kcontrol-id-initi.patch - patches.kernel.org/6.1.34-067-ALSA-hda-realtek-Add-a-quirk-for-HP-Slim-Deskt.patch - patches.kernel.org/6.1.34-068-ALSA-hda-realtek-Add-Lenovo-P3-Tower-platform.patch - patches.kernel.org/6.1.34-069-ALSA-hda-realtek-Add-quirks-for-Asus-ROG-2024-.patch - patches.kernel.org/6.1.34-070-drm-i915-gt-Use-the-correct-error-value-when-k.patch - patches.kernel.org/6.1.34-071-drm-amd-pm-conditionally-disable-pcie-lane-swi.patch - patches.kernel.org/6.1.34-072-drm-amdgpu-fix-xclk-freq-on-CHIP_STONEY.patch - patches.kernel.org/6.1.34-073-drm-amdgpu-change-reserved-vram-info-print.patch - patches.kernel.org/6.1.34-074-drm-amd-pm-Fix-power-context-allocation-in-SMU.patch - patches.kernel.org/6.1.34-075-drm-amd-display-Reduce-sdp-bw-after-urgent-to-.patch - patches.kernel.org/6.1.34-076-wifi-iwlwifi-mvm-Fix-Warray-bounds-bug-in-iwl_.patch - patches.kernel.org/6.1.34-077-can-j1939-j1939_sk_send_loop_abort-improved-er.patch - patches.kernel.org/6.1.34-078-can-j1939-change-j1939_netdev_lock-type-to-mut.patch - patches.kernel.org/6.1.34-079-can-j1939-avoid-possible-use-after-free-when-j.patch - patches.kernel.org/6.1.34-080-mptcp-only-send-RM_ADDR-in-nl_cmd_remove.patch - patches.kernel.org/6.1.34-081-mptcp-add-address-into-userspace-pm-list.patch - patches.kernel.org/6.1.34-082-mptcp-update-userspace-pm-infos.patch - patches.kernel.org/6.1.34-083-selftests-mptcp-update-userspace-pm-addr-tests.patch - patches.kernel.org/6.1.34-084-selftests-mptcp-update-userspace-pm-subflow-te.patch - patches.kernel.org/6.1.34-085-ceph-fix-use-after-free-bug-for-inodes-when-fl.patch - patches.kernel.org/6.1.34-086-s390-dasd-Use-correct-lock-while-counting-chan.patch - patches.kernel.org/6.1.34-087-Bluetooth-Fix-use-after-free-in-hci_remove_ltk.patch - patches.kernel.org/6.1.34-088-Bluetooth-fix-debugfs-registration.patch - patches.kernel.org/6.1.34-089-Bluetooth-hci_qca-fix-debugfs-registration.patch - patches.kernel.org/6.1.34-090-tee-amdtee-Add-return_origin-to-struct-tee_cmd.patch - patches.kernel.org/6.1.34-091-rbd-move-RBD_OBJ_FLAG_COPYUP_ENABLED-flag-sett.patch - patches.kernel.org/6.1.34-092-rbd-get-snapshot-context-after-exclusive-lock-.patch - patches.kernel.org/6.1.34-093-virtio_net-use-control_buf-for-coalesce-params.patch - patches.kernel.org/6.1.34-094-soc-qcom-icc-bwmon-fix-incorrect-error-code-pa.patch - patches.kernel.org/6.1.34-095-pinctrl-meson-axg-add-missing-GPIOA_18-gpio-gr.patch - patches.kernel.org/6.1.34-096-usb-usbfs-Enforce-page-requirements-for-mmap.patch - patches.kernel.org/6.1.34-097-usb-usbfs-Use-consistent-mmap-functions.patch - patches.kernel.org/6.1.34-098-mm-page_table_check-Make-it-dependent-on-EXCLU.patch - patches.kernel.org/6.1.34-099-mm-page_table_check-Ensure-user-pages-are-not-.patch - patches.kernel.org/6.1.34-100-arm64-dts-qcom-sc8280xp-Flush-RSC-sleep-wake-v.patch - patches.kernel.org/6.1.34-101-ARM-at91-pm-fix-imbalanced-reference-counter-f.patch - patches.kernel.org/6.1.34-102-ARM-dts-at91-sama7g5ek-fix-debounce-delay-prop.patch - patches.kernel.org/6.1.34-103-ASoC-codecs-wsa883x-do-not-set-can_multi_write.patch - patches.kernel.org/6.1.34-104-ASoC-codecs-wsa881x-do-not-set-can_multi_write.patch - patches.kernel.org/6.1.34-105-arm64-dts-qcom-sc7180-lite-Fix-SDRAM-freq-for-.patch - patches.kernel.org/6.1.34-106-arm64-dts-imx8qm-mek-correct-GPIOs-for-USDHC2-.patch - patches.kernel.org/6.1.34-107-arm64-dts-imx8-ss-dma-assign-default-clock-rat.patch - patches.kernel.org/6.1.34-108-ASoC-mediatek-mt8195-afe-pcm-Convert-to-platfo.patch - patches.kernel.org/6.1.34-109-ASoC-mediatek-mt8195-fix-use-after-free-in-dri.patch - patches.kernel.org/6.1.34-110-ASoC-simple-card-utils-fix-PCM-constraint-erro.patch - patches.kernel.org/6.1.34-111-blk-mq-fix-blk_mq_hw_ctx-active-request-accoun.patch - patches.kernel.org/6.1.34-112-arm64-dts-imx8mn-beacon-Fix-SPI-CS-pinmux.patch - patches.kernel.org/6.1.34-113-i2c-mv64xxx-Fix-reading-invalid-status-value-i.patch - patches.kernel.org/6.1.34-114-firmware-arm_ffa-Set-handle-field-to-zero-in-m.patch - patches.kernel.org/6.1.34-115-gpio-sim-fix-memory-corruption-when-adding-nam.patch - patches.kernel.org/6.1.34-116-i2c-sprd-Delete-i2c-adapter-in-.remove-s-error.patch - patches.kernel.org/6.1.34-117-riscv-mm-Ensure-prot-of-VM_WRITE-and-VM_EXEC-m.patch - patches.kernel.org/6.1.34-118-eeprom-at24-also-select-REGMAP.patch - patches.kernel.org/6.1.34-119-soundwire-stream-Add-missing-clear-of-alloc_sl.patch - patches.kernel.org/6.1.34-120-riscv-fix-kprobe-__user-string-arg-print-fault.patch - patches.kernel.org/6.1.34-121-vduse-avoid-empty-string-for-dev-name.patch - patches.kernel.org/6.1.34-122-vhost-support-PACKED-when-setting-getting-vrin.patch - patches.kernel.org/6.1.34-123-vhost_vdpa-support-PACKED-when-setting-getting.patch - patches.kernel.org/6.1.34-124-ksmbd-fix-out-of-bound-read-in-deassemble_neg_.patch - patches.kernel.org/6.1.34-125-ksmbd-fix-out-of-bound-read-in-parse_lease_sta.patch - patches.kernel.org/6.1.34-126-ksmbd-check-the-validation-of-pdu_size-in-ksmb.patch - patches.kernel.org/6.1.34-127-Revert-ext4-don-t-clear-SB_RDONLY-when-remount.patch - patches.kernel.org/6.1.34-128-ext4-only-check-dquot_initialize_needed-when-d.patch - patches.kernel.org/6.1.34-129-wifi-rtw89-correct-PS-calculation-for-SUPPORTS.patch - patches.kernel.org/6.1.34-130-wifi-rtw88-correct-PS-calculation-for-SUPPORTS.patch - patches.kernel.org/6.1.34-131-Revert-staging-rtl8192e-Replace-macro-RTL_PCI_.patch - patches.kernel.org/6.1.34-132-Linux-6.1.34.patch - patches.kernel.org/6.1.35-001-x86-head-64-Switch-to-KERNEL_CS-as-soon-as-new.patch - patches.kernel.org/6.1.35-002-test_firmware-Use-kstrtobool-instead-of-strtob.patch - patches.kernel.org/6.1.35-003-test_firmware-prevent-race-conditions-by-a-cor.patch - patches.kernel.org/6.1.35-004-cgroup-bpf-use-cgroup_lock-cgroup_unlock-wrapp.patch - patches.kernel.org/6.1.35-005-cgroup-always-put-cset-in-cgroup_css_set_put_f.patch - patches.kernel.org/6.1.35-006-cgroup-fix-missing-cpus_read_-lock-unlock-in-c.patch - patches.kernel.org/6.1.35-007-qcom-llcc-edac-Fix-the-base-address-used-for-a.patch - patches.kernel.org/6.1.35-008-EDAC-qcom-Get-rid-of-hardcoded-register-offset.patch - patches.kernel.org/6.1.35-009-ksmbd-validate-smb-request-protocol-id.patch - patches.kernel.org/6.1.35-010-of-overlay-Fix-missing-of_node_put-in-error-ca.patch - patches.kernel.org/6.1.35-011-power-supply-ab8500-Fix-external_power_changed.patch - patches.kernel.org/6.1.35-012-power-supply-sc27xx-Fix-external_power_changed.patch - patches.kernel.org/6.1.35-013-power-supply-bq27xxx-Use-mod_delayed_work-inst.patch - patches.kernel.org/6.1.35-014-ARM-dts-vexpress-add-missing-cache-properties.patch - patches.kernel.org/6.1.35-015-tools-gpio-fix-debounce_period_us-output-of-ls.patch - patches.kernel.org/6.1.35-016-selftests-gpio-gpio-sim-Fix-BUG-test-FAILED-du.patch - patches.kernel.org/6.1.35-017-power-supply-Ratelimit-no-data-debug-output.patch - patches.kernel.org/6.1.35-018-PCI-DPC-Quirk-PIO-log-size-for-Intel-Ice-Lake-.patch - patches.kernel.org/6.1.35-019-platform-x86-asus-wmi-Ignore-WMI-events-with-c.patch - patches.kernel.org/6.1.35-020-regulator-Fix-error-checking-for-debugfs_creat.patch - patches.kernel.org/6.1.35-021-irqchip-gic-v3-Disable-pseudo-NMIs-on-Mediatek.patch - patches.kernel.org/6.1.35-022-irqchip-meson-gpio-Mark-OF-related-data-as-may.patch - patches.kernel.org/6.1.35-023-power-supply-Fix-logic-checking-if-system-is-r.patch - patches.kernel.org/6.1.35-024-drm-panel-orientation-quirks-Change-Air-s-quir.patch - patches.kernel.org/6.1.35-025-btrfs-scrub-try-harder-to-mark-RAID56-block-gr.patch - patches.kernel.org/6.1.35-026-btrfs-handle-memory-allocation-failure-in-btrf.patch - patches.kernel.org/6.1.35-027-ASoC-soc-pcm-test-if-a-BE-can-be-prepared.patch - patches.kernel.org/6.1.35-028-ASoC-Intel-avs-Account-for-UID-of-ACPI-device.patch - patches.kernel.org/6.1.35-029-ASoC-Intel-avs-Add-missing-checks-on-FE-startu.patch - patches.kernel.org/6.1.35-030-parisc-Improve-cache-flushing-for-PCXL-in-arch.patch - patches.kernel.org/6.1.35-031-parisc-Flush-gatt-writes-and-adjust-gatt-mask-.patch - patches.kernel.org/6.1.35-032-MIPS-unhide-PATA_PLATFORM.patch - patches.kernel.org/6.1.35-033-MIPS-Restore-Au1300-support.patch - patches.kernel.org/6.1.35-034-MIPS-Alchemy-fix-dbdma2.patch - patches.kernel.org/6.1.35-035-mips-Move-initrd_start-check-after-initrd-addr.patch - patches.kernel.org/6.1.35-036-ASoC-cs35l41-Fix-default-regmap-values-for-som.patch - patches.kernel.org/6.1.35-037-ASoC-dwc-move-DMA-init-to-snd_soc_dai_driver-p.patch - patches.kernel.org/6.1.35-038-xen-blkfront-Only-check-REQ_FUA-for-writes.patch - patches.kernel.org/6.1.35-039-drm-amd-amdgpu-Fix-missing-buffer-object-unloc.patch - patches.kernel.org/6.1.35-040-io_uring-unlock-sqd-lock-before-sq-thread-rele.patch - patches.kernel.org/6.1.35-041-NVMe-Add-MAXIO-1602-to-bogus-nid-list.patch - patches.kernel.org/6.1.35-042-irqchip-gic-Correctly-validate-OF-quirk-descri.patch - patches.kernel.org/6.1.35-043-wifi-cfg80211-fix-locking-in-regulatory-discon.patch - patches.kernel.org/6.1.35-044-wifi-cfg80211-fix-double-lock-bug-in-reg_wdev_.patch - patches.kernel.org/6.1.35-045-epoll-ep_autoremove_wake_function-should-use-l.patch - patches.kernel.org/6.1.35-046-ocfs2-fix-use-after-free-when-unmounting-read-.patch - patches.kernel.org/6.1.35-047-ocfs2-check-new-file-size-on-fallocate-call.patch - patches.kernel.org/6.1.35-048-zswap-do-not-shrink-if-cgroup-may-not-zswap.patch - patches.kernel.org/6.1.35-049-nios2-dts-Fix-tse_mac-max-frame-size-property.patch - patches.kernel.org/6.1.35-050-nilfs2-fix-incomplete-buffer-cleanup-in-nilfs_.patch - patches.kernel.org/6.1.35-051-nilfs2-fix-possible-out-of-bounds-segment-allo.patch - patches.kernel.org/6.1.35-052-nilfs2-reject-devices-with-insufficient-block-.patch - patches.kernel.org/6.1.35-053-LoongArch-Fix-perf-event-id-calculation.patch - patches.kernel.org/6.1.35-054-io_uring-net-save-msghdr-msg_control-for-retri.patch - patches.kernel.org/6.1.35-055-kexec-support-purgatories-with-.text.hot-secti.patch - patches.kernel.org/6.1.35-056-x86-purgatory-remove-PGO-flags.patch - patches.kernel.org/6.1.35-057-riscv-purgatory-remove-PGO-flags.patch - patches.kernel.org/6.1.35-058-powerpc-purgatory-remove-PGO-flags.patch - patches.kernel.org/6.1.35-059-btrfs-do-not-ASSERT-on-duplicated-global-roots.patch - patches.kernel.org/6.1.35-060-btrfs-fix-iomap_begin-length-for-nocow-writes.patch - patches.kernel.org/6.1.35-061-btrfs-can_nocow_file_extent-should-pass-down-a.patch - patches.kernel.org/6.1.35-062-ALSA-usb-audio-Fix-broken-resume-due-to-UAC3-p.patch - patches.kernel.org/6.1.35-063-ALSA-usb-audio-Add-quirk-flag-for-HEM-devices-.patch - patches.kernel.org/6.1.35-064-dm-thin-metadata-check-fail_io-before-using-da.patch - patches.kernel.org/6.1.35-065-dm-thin-fix-issue_discard-to-pass-GFP_NOIO-to-.patch - patches.kernel.org/6.1.35-066-net-ethernet-stmicro-stmmac-fix-possible-memor.patch - patches.kernel.org/6.1.35-067-nouveau-fix-client-work-fence-deletion-race.patch - patches.kernel.org/6.1.35-068-RDMA-uverbs-Restrict-usage-of-privileged-QKEYs.patch - patches.kernel.org/6.1.35-069-drm-amdgpu-vcn_4_0-set-instance-0-init-sched-s.patch - patches.kernel.org/6.1.35-070-net-usb-qmi_wwan-add-support-for-Compal-RXM-G1.patch - patches.kernel.org/6.1.35-071-drm-amd-display-edp-do-not-add-non-edid-timing.patch - patches.kernel.org/6.1.35-072-drm-amd-Make-sure-image-is-written-to-trigger-.patch - patches.kernel.org/6.1.35-073-drm-amd-Tighten-permissions-on-VBIOS-flashing-.patch - patches.kernel.org/6.1.35-074-drm-amd-pm-workaround-for-compute-workload-typ.patch - patches.kernel.org/6.1.35-075-drm-amdgpu-add-missing-radeon-secondary-PCI-ID.patch - patches.kernel.org/6.1.35-076-ALSA-hda-realtek-Add-a-quirk-for-Compaq-N14JP6.patch - patches.kernel.org/6.1.35-077-thunderbolt-Do-not-touch-CL-state-configuratio.patch - patches.kernel.org/6.1.35-078-thunderbolt-dma_test-Use-correct-value-for-abs.patch - patches.kernel.org/6.1.35-079-thunderbolt-Mask-ring-interrupt-on-Intel-hardw.patch - patches.kernel.org/6.1.35-080-clk-pxa-fix-NULL-pointer-dereference-in-pxa3xx.patch - patches.kernel.org/6.1.35-081-USB-serial-option-add-Quectel-EM061KGL-series.patch - patches.kernel.org/6.1.35-082-serial-lantiq-add-missing-interrupt-ack.patch - patches.kernel.org/6.1.35-083-usb-typec-ucsi-Fix-command-cancellation.patch - patches.kernel.org/6.1.35-084-usb-typec-Fix-fast_role_swap_current-show-func.patch - patches.kernel.org/6.1.35-085-usb-gadget-udc-core-Offload-usb_udc_vbus_handl.patch - patches.kernel.org/6.1.35-086-usb-gadget-udc-core-Prevent-soft_connect_store.patch - patches.kernel.org/6.1.35-087-USB-dwc3-qcom-fix-NULL-deref-on-suspend.patch - patches.kernel.org/6.1.35-088-USB-dwc3-fix-use-after-free-on-core-driver-unb.patch - patches.kernel.org/6.1.35-089-usb-dwc3-gadget-Reset-num-TRBs-before-giving-b.patch - patches.kernel.org/6.1.35-090-RDMA-rtrs-Fix-the-last-iu-buf-leak-in-err-path.patch - patches.kernel.org/6.1.35-091-RDMA-rtrs-Fix-rxe_dealloc_pd-warning.patch - patches.kernel.org/6.1.35-092-RDMA-rxe-Fix-packet-length-checks.patch - patches.kernel.org/6.1.35-093-RDMA-rxe-Fix-ref-count-error-in-check_rkey.patch - patches.kernel.org/6.1.35-094-spi-cadence-quadspi-Add-missing-check-for-dma_.patch - patches.kernel.org/6.1.35-095-spi-fsl-dspi-avoid-SCK-glitches-with-continuou.patch - patches.kernel.org/6.1.35-096-netfilter-nf_tables-integrate-pipapo-into-comm.patch - patches.kernel.org/6.1.35-097-netfilter-nfnetlink-skip-error-delivery-on-bat.patch - patches.kernel.org/6.1.35-098-ice-Fix-XDP-memory-leak-when-NIC-is-brought-up.patch - patches.kernel.org/6.1.35-099-netfilter-nf_tables-incorrect-error-path-handl.patch - patches.kernel.org/6.1.35-100-net-enetc-correct-the-indexes-of-highest-and-2.patch - patches.kernel.org/6.1.35-101-ping6-Fix-send-to-link-local-addresses-with-VR.patch - patches.kernel.org/6.1.35-102-igb-Fix-extts-capture-value-format-for-82580-i.patch - patches.kernel.org/6.1.35-103-net-sched-simplify-tcf_pedit_act.patch - patches.kernel.org/6.1.35-104-net-sched-act_pedit-remove-extra-check-for-key.patch - patches.kernel.org/6.1.35-105-net-sched-act_pedit-Parse-L3-Header-for-L4-off.patch - patches.kernel.org/6.1.35-106-octeontx2-af-Fix-promiscuous-mode.patch - patches.kernel.org/6.1.35-107-net-sched-cls_u32-Fix-reference-counter-leak-l.patch - patches.kernel.org/6.1.35-108-wifi-mac80211-fix-link-activation-settings-ord.patch - patches.kernel.org/6.1.35-109-wifi-cfg80211-fix-link-del-callback-to-call-co.patch - patches.kernel.org/6.1.35-110-wifi-mac80211-take-lock-before-setting-vif-lin.patch - patches.kernel.org/6.1.35-111-RDMA-rxe-Removed-unused-name-from-rxe_task-str.patch - patches.kernel.org/6.1.35-112-RDMA-rxe-Fix-the-use-before-initialization-err.patch - patches.kernel.org/6.1.35-113-iavf-remove-mask-from-iavf_irq_enable_queues.patch - patches.kernel.org/6.1.35-114-octeontx2-af-fixed-resource-availability-check.patch - patches.kernel.org/6.1.35-115-octeontx2-af-fix-lbk-link-credits-on-cn10k.patch - patches.kernel.org/6.1.35-116-RDMA-mlx5-Initiate-dropless-RQ-for-RAW-Etherne.patch - patches.kernel.org/6.1.35-117-RDMA-mlx5-Create-an-indirect-flow-table-for-st.patch - patches.kernel.org/6.1.35-118-RDMA-cma-Always-set-static-rate-to-0-for-RoCE.patch - patches.kernel.org/6.1.35-119-IB-uverbs-Fix-to-consider-event-queue-closing-.patch - patches.kernel.org/6.1.35-120-RDMA-mlx5-Fix-affinity-assignment.patch - patches.kernel.org/6.1.35-121-IB-isert-Fix-dead-lock-in-ib_isert.patch - patches.kernel.org/6.1.35-122-IB-isert-Fix-possible-list-corruption-in-CMA-h.patch - patches.kernel.org/6.1.35-123-IB-isert-Fix-incorrect-release-of-isert-connec.patch - patches.kernel.org/6.1.35-124-net-ethtool-correct-MAX-attribute-value-for-st.patch - patches.kernel.org/6.1.35-125-ipvlan-fix-bound-dev-checking-for-IPv6-l3s-mod.patch - patches.kernel.org/6.1.35-126-sctp-fix-an-error-code-in-sctp_sf_eat_auth.patch - patches.kernel.org/6.1.35-127-igc-Clean-the-TX-buffer-and-TX-descriptor-ring.patch - patches.kernel.org/6.1.35-128-igc-Fix-possible-system-crash-when-loading-mod.patch - patches.kernel.org/6.1.35-129-igb-fix-nvm.ops.read-error-handling.patch - patches.kernel.org/6.1.35-130-net-phylink-report-correct-max-speed-for-QUSGM.patch - patches.kernel.org/6.1.35-131-net-phylink-use-a-dedicated-helper-to-parse-us.patch - patches.kernel.org/6.1.35-132-drm-nouveau-don-t-detect-DSM-for-non-NVIDIA-de.patch - patches.kernel.org/6.1.35-133-drm-bridge-ti-sn65dsi86-Avoid-possible-buffer-.patch - patches.kernel.org/6.1.35-134-drm-nouveau-dp-check-for-NULL-nv_connector-nat.patch - patches.kernel.org/6.1.35-135-drm-nouveau-add-nv_encoder-pointer-check-for-N.patch - patches.kernel.org/6.1.35-136-selftests-tc-testing-Fix-Error-Specified-qdisc.patch - patches.kernel.org/6.1.35-137-selftests-tc-testing-Fix-Error-failed-to-find-.patch - patches.kernel.org/6.1.35-138-selftests-tc-testing-Fix-SFB-db-test.patch - patches.kernel.org/6.1.35-139-sched-add-new-attr-TCA_EXT_WARN_MSG-to-report-.patch - patches.kernel.org/6.1.35-140-net-sched-Refactor-qdisc_graft-for-ingress-and.patch - patches.kernel.org/6.1.35-141-net-sched-qdisc_destroy-old-ingress-and-clsact.patch - patches.kernel.org/6.1.35-142-selftests-forwarding-hw_stats_l3-Set-addrgenmo.patch - patches.kernel.org/6.1.35-143-cifs-fix-lease-break-oops-in-xfstest-generic-0.patch - patches.kernel.org/6.1.35-144-ext4-drop-the-call-to-ext4_error-from-ext4_get.patch - patches.kernel.org/6.1.35-145-net-sched-cls_api-Fix-lockup-on-flushing-expli.patch - patches.kernel.org/6.1.35-146-net-dsa-felix-fix-taprio-guard-band-overflow-a.patch - patches.kernel.org/6.1.35-147-net-lapbether-only-support-ethernet-devices.patch - patches.kernel.org/6.1.35-148-net-macsec-fix-double-free-of-percpu-stats.patch - patches.kernel.org/6.1.35-149-sfc-fix-XDP-queues-mode-with-legacy-IRQ.patch - patches.kernel.org/6.1.35-150-dm-don-t-lock-fs-when-the-map-is-NULL-during-s.patch - patches.kernel.org/6.1.35-151-net-tipc-resize-nlattr-array-to-correct-size.patch - patches.kernel.org/6.1.35-152-selftests-ptp-Fix-timestamp-printf-format-for-.patch - patches.kernel.org/6.1.35-153-octeon_ep-Add-missing-check-for-ioremap.patch - patches.kernel.org/6.1.35-154-afs-Fix-vlserver-probe-RTT-handling.patch - patches.kernel.org/6.1.35-155-parisc-Delete-redundant-register-definitions-i.patch - patches.kernel.org/6.1.35-156-rcu-kvfree-Avoid-freeing-new-kfree_rcu-memory-.patch - patches.kernel.org/6.1.35-157-drm-amdgpu-Don-t-set-struct-drm_driver.output_.patch - patches.kernel.org/6.1.35-158-net-sched-act_api-move-TCA_EXT_WARN_MSG-to-the.patch - patches.kernel.org/6.1.35-159-Revert-net-sched-act_api-move-TCA_EXT_WARN_MSG.patch - patches.kernel.org/6.1.35-160-net-sched-act_api-add-specific-EXT_WARN_MSG-fo.patch - patches.kernel.org/6.1.35-161-neighbour-delete-neigh_lookup_nodev-as-not-use.patch - patches.kernel.org/6.1.35-162-scsi-target-core-Fix-error-path-in-target_setu.patch - patches.kernel.org/6.1.35-163-x86-boot-compressed-prefer-cc-option-for-CFLAG.patch - patches.kernel.org/6.1.35-164-MIPS-Move-Wa-msoft-float-check-from-as-option-.patch - patches.kernel.org/6.1.35-165-MIPS-Prefer-cc-option-for-additions-to-cflags.patch - patches.kernel.org/6.1.35-166-kbuild-Update-assembler-calls-to-use-proper-fl.patch - patches.kernel.org/6.1.35-167-Linux-6.1.35.patch - patches.kernel.org/6.1.36-001-drm-amd-display-Use-dc_update_planes_and_strea.patch - patches.kernel.org/6.1.36-002-drm-amd-display-Add-wrapper-to-call-planes-and.patch - patches.kernel.org/6.1.36-003-drm-amd-display-fix-the-system-hang-while-disa.patch - patches.kernel.org/6.1.36-004-tty-serial-fsl_lpuart-make-rx_watermark-config.patch - patches.kernel.org/6.1.36-005-tty-serial-fsl_lpuart-reduce-RX-watermark-to-0.patch - patches.kernel.org/6.1.36-006-ata-libata-scsi-Avoid-deadlock-on-rescan-after.patch - patches.kernel.org/6.1.36-007-mm-Fix-copy_from_user_nofault.patch - patches.kernel.org/6.1.36-008-tpm-tpm_tis-Claim-locality-in-interrupt-handle.patch - patches.kernel.org/6.1.36-009-tpm_crb-Add-support-for-CRB-devices-based-on-P.patch - patches.kernel.org/6.1.36-010-ksmbd-validate-command-payload-size.patch - patches.kernel.org/6.1.36-011-ksmbd-fix-out-of-bound-read-in-smb2_write.patch - patches.kernel.org/6.1.36-012-ksmbd-validate-session-id-and-tree-id-in-the-c.patch - patches.kernel.org/6.1.36-013-tick-common-Align-tick-period-during-sched_tim.patch - patches.kernel.org/6.1.36-014-selftests-mptcp-remove-duplicated-entries-in-u.patch - patches.kernel.org/6.1.36-015-selftests-mptcp-join-fix-ShellCheck-warnings.patch - patches.kernel.org/6.1.36-016-selftests-mptcp-lib-skip-if-missing-symbol.patch - patches.kernel.org/6.1.36-017-selftests-mptcp-connect-skip-transp-tests-if-n.patch - patches.kernel.org/6.1.36-018-selftests-mptcp-connect-skip-disconnect-tests-.patch - patches.kernel.org/6.1.36-019-selftests-mptcp-pm-nl-remove-hardcoded-default.patch - patches.kernel.org/6.1.36-020-selftests-mptcp-pm-nl-skip-fullmesh-flag-check.patch - patches.kernel.org/6.1.36-021-selftests-mptcp-sockopt-relax-expected-returne.patch - patches.kernel.org/6.1.36-022-selftests-mptcp-sockopt-skip-getsockopt-checks.patch - patches.kernel.org/6.1.36-023-selftests-mptcp-userspace-pm-skip-if-ip-tool-i.patch - patches.kernel.org/6.1.36-024-selftests-mptcp-userspace-pm-skip-if-not-suppo.patch - patches.kernel.org/6.1.36-025-selftests-mptcp-lib-skip-if-not-below-kernel-v.patch - patches.kernel.org/6.1.36-026-selftests-mptcp-join-use-iptables-legacy-if-av.patch - patches.kernel.org/6.1.36-027-selftests-mptcp-join-helpers-to-skip-tests.patch - patches.kernel.org/6.1.36-028-selftests-mptcp-join-skip-check-if-MIB-counter.patch - patches.kernel.org/6.1.36-029-selftests-mptcp-join-support-local-endpoint-be.patch - patches.kernel.org/6.1.36-030-selftests-mptcp-join-skip-Fastclose-tests-if-n.patch - patches.kernel.org/6.1.36-031-selftests-mptcp-join-support-RM_ADDR-for-used-.patch - patches.kernel.org/6.1.36-032-selftests-mptcp-join-skip-implicit-tests-if-no.patch - patches.kernel.org/6.1.36-033-selftests-mptcp-join-skip-backup-if-set-flag-o.patch - patches.kernel.org/6.1.36-034-selftests-mptcp-join-skip-fullmesh-flag-tests-.patch - patches.kernel.org/6.1.36-035-selftests-mptcp-join-skip-MPC-backups-tests-if.patch - patches.kernel.org/6.1.36-036-selftests-mount_setattr-fix-redefine-struct-mo.patch - patches.kernel.org/6.1.36-037-selftests-mptcp-diag-skip-listen-tests-if-not-.patch - patches.kernel.org/6.1.36-038-selftests-mptcp-sockopt-skip-TCP_INQ-checks-if.patch - patches.kernel.org/6.1.36-039-selftests-mptcp-join-skip-test-if-iptables-tc-.patch - patches.kernel.org/6.1.36-040-selftests-mptcp-join-skip-userspace-PM-tests-i.patch - patches.kernel.org/6.1.36-041-selftests-mptcp-join-skip-fail-tests-if-not-su.patch - patches.kernel.org/6.1.36-042-selftests-mptcp-join-fix-userspace-pm-add-remo.patch - patches.kernel.org/6.1.36-043-writeback-fix-dereferencing-NULL-mapping-host-.patch - patches.kernel.org/6.1.36-044-scripts-fix-the-gfp-flags-header-path-in-gfp-t.patch - patches.kernel.org/6.1.36-045-nilfs2-fix-buffer-corruption-due-to-concurrent.patch - patches.kernel.org/6.1.36-046-ACPI-sleep-Avoid-breaking-S3-wakeup-due-to-mig.patch - patches.kernel.org/6.1.36-047-KVM-Avoid-illegal-stage2-mapping-on-invalid-me.patch - patches.kernel.org/6.1.36-048-Drivers-hv-vmbus-Call-hv_synic_free-if-hv_syni.patch - patches.kernel.org/6.1.36-049-Drivers-hv-vmbus-Fix-vmbus_wait_for_unload-to-.patch - patches.kernel.org/6.1.36-050-PCI-hv-Fix-a-race-condition-bug-in-hv_pci_quer.patch - patches.kernel.org/6.1.36-051-Revert-PCI-hv-Fix-a-timing-issue-which-causes-.patch - patches.kernel.org/6.1.36-052-PCI-hv-Remove-the-useless-hv_pcichild_state-fr.patch - patches.kernel.org/6.1.36-053-PCI-hv-Fix-a-race-condition-in-hv_irq_unmask-t.patch - patches.kernel.org/6.1.36-054-PCI-hv-Add-a-per-bus-mutex-state_lock.patch - patches.kernel.org/6.1.36-055-io_uring-net-clear-msg_controllen-on-partial-s.patch - patches.kernel.org/6.1.36-056-io_uring-net-disable-partial-retries-for-recvm.patch - patches.kernel.org/6.1.36-057-mptcp-handle-correctly-disconnect-failures.patch - patches.kernel.org/6.1.36-058-mptcp-fix-possible-divide-by-zero-in-recvmsg.patch - patches.kernel.org/6.1.36-059-mptcp-fix-possible-list-corruption-on-passive-.patch - patches.kernel.org/6.1.36-060-mptcp-consolidate-fallback-and-non-fallback-st.patch - patches.kernel.org/6.1.36-061-cgroup-Do-not-corrupt-task-iteration-when-rebi.patch - patches.kernel.org/6.1.36-062-cgroup-freezer-hold-cpu_hotplug_lock-before-fr.patch - patches.kernel.org/6.1.36-063-mmc-litex_mmc-set-PROBE_PREFER_ASYNCHRONOUS.patch - patches.kernel.org/6.1.36-064-mmc-sdhci-msm-Disable-broken-64-bit-DMA-on-MSM.patch - patches.kernel.org/6.1.36-065-mmc-meson-gx-remove-redundant-mmc_request_done.patch - patches.kernel.org/6.1.36-066-mmc-mmci-stm32-fix-max-busy-timeout-calculatio.patch - patches.kernel.org/6.1.36-067-mmc-sdhci-spear-fix-deferred-probing.patch - patches.kernel.org/6.1.36-068-mmc-bcm2835-fix-deferred-probing.patch - patches.kernel.org/6.1.36-069-mmc-sunxi-fix-deferred-probing.patch - patches.kernel.org/6.1.36-070-bpf-ensure-main-program-has-an-extable.patch - patches.kernel.org/6.1.36-071-wifi-iwlwifi-pcie-Handle-SO-F-device-for-PCI-i.patch - patches.kernel.org/6.1.36-072-spi-spi-geni-qcom-correctly-handle-EPROBE_DEFE.patch - patches.kernel.org/6.1.36-073-regulator-pca9450-Fix-LDO3OUT-and-LDO4OUT-MASK.patch - patches.kernel.org/6.1.36-074-regmap-spi-avmm-Fix-regmap_bus-max_raw_write.patch - patches.kernel.org/6.1.36-075-arm64-dts-rockchip-Fix-rk356x-PCIe-register-an.patch - patches.kernel.org/6.1.36-076-io_uring-poll-serialize-poll-linked-timer-star.patch - patches.kernel.org/6.1.36-077-nilfs2-prevent-general-protection-fault-in-nil.patch - patches.kernel.org/6.1.36-078-x86-mm-Avoid-using-set_pgd-outside-of-real-PGD.patch - patches.kernel.org/6.1.36-079-memfd-check-for-non-NULL-file_seals-in-memfd_c.patch - patches.kernel.org/6.1.36-080-mmc-meson-gx-fix-deferred-probing.patch - patches.kernel.org/6.1.36-081-ieee802154-hwsim-Fix-possible-memory-leaks.patch - patches.kernel.org/6.1.36-082-xfrm-Treat-already-verified-secpath-entries-as.patch - patches.kernel.org/6.1.36-083-xfrm-interface-rename-xfrm_interface.c-to-xfrm.patch - patches.kernel.org/6.1.36-084-xfrm-Ensure-policies-always-checked-on-XFRM-I-.patch - patches.kernel.org/6.1.36-085-KVM-arm64-PMU-Restore-the-host-s-PMUSERENR_EL0.patch - patches.kernel.org/6.1.36-086-bpf-track-immediate-values-written-to-stack-by.patch - patches.kernel.org/6.1.36-087-bpf-Fix-verifier-id-tracking-of-scalars-on-spi.patch - patches.kernel.org/6.1.36-088-xfrm-fix-inbound-ipv4-udp-esp-packets-to-UDPv6.patch - patches.kernel.org/6.1.36-089-bpf-Fix-a-bpf_jit_dump-issue-for-x86_64-with-s.patch - patches.kernel.org/6.1.36-090-selftests-net-tls-check-if-FIPS-mode-is-enable.patch - patches.kernel.org/6.1.36-091-selftests-net-vrf-xfrm-tests-change-authentica.patch - patches.kernel.org/6.1.36-092-selftests-net-fcnal-test-check-if-FIPS-mode-is.patch - patches.kernel.org/6.1.36-093-xfrm-Linearize-the-skb-after-offloading-if-nee.patch - patches.kernel.org/6.1.36-094-net-mlx5-DR-Fix-wrong-action-data-allocation-i.patch - patches.kernel.org/6.1.36-095-sfc-use-budget-for-TX-completions.patch - patches.kernel.org/6.1.36-096-net-qca_spi-Avoid-high-load-if-QCA7000-is-not-.patch - patches.kernel.org/6.1.36-097-mmc-mtk-sd-fix-deferred-probing.patch - patches.kernel.org/6.1.36-098-mmc-mvsdio-fix-deferred-probing.patch - patches.kernel.org/6.1.36-099-mmc-omap-fix-deferred-probing.patch - patches.kernel.org/6.1.36-100-mmc-omap_hsmmc-fix-deferred-probing.patch - patches.kernel.org/6.1.36-101-mmc-owl-fix-deferred-probing.patch - patches.kernel.org/6.1.36-102-mmc-sdhci-acpi-fix-deferred-probing.patch - patches.kernel.org/6.1.36-103-mmc-sh_mmcif-fix-deferred-probing.patch - patches.kernel.org/6.1.36-104-mmc-usdhi60rol0-fix-deferred-probing.patch - patches.kernel.org/6.1.36-105-ipvs-align-inner_mac_header-for-encapsulation.patch - patches.kernel.org/6.1.36-106-net-dsa-mt7530-fix-trapping-frames-on-non-MT76.patch - patches.kernel.org/6.1.36-107-net-dsa-mt7530-fix-handling-of-BPDUs-on-MT7530.patch - patches.kernel.org/6.1.36-108-net-dsa-mt7530-fix-handling-of-LLDP-frames.patch - patches.kernel.org/6.1.36-109-be2net-Extend-xmit-workaround-to-BE3-chip.patch - patches.kernel.org/6.1.36-110-netfilter-nf_tables-fix-chain-binding-transact.patch - patches.kernel.org/6.1.36-111-netfilter-nf_tables-add-NFT_TRANS_PREPARE_ERRO.patch - patches.kernel.org/6.1.36-112-netfilter-nf_tables-drop-map-element-reference.patch - patches.kernel.org/6.1.36-113-netfilter-nft_set_pipapo-.walk-does-not-deal-w.patch - patches.kernel.org/6.1.36-114-netfilter-nf_tables-disallow-element-updates-o.patch - patches.kernel.org/6.1.36-115-netfilter-nf_tables-reject-unbound-anonymous-s.patch - patches.kernel.org/6.1.36-116-netfilter-nf_tables-reject-unbound-chain-set-b.patch - patches.kernel.org/6.1.36-117-netfilter-nf_tables-disallow-updates-of-anonym.patch - patches.kernel.org/6.1.36-118-netfilter-nfnetlink_osf-fix-module-autoload.patch - patches.kernel.org/6.1.36-119-Revert-net-phy-dp83867-perform-soft-reset-and-.patch - patches.kernel.org/6.1.36-120-bpf-btf-Accept-function-names-that-contain-dot.patch - patches.kernel.org/6.1.36-121-bpf-Force-kprobe-multi-expected_attach_type-fo.patch - patches.kernel.org/6.1.36-122-io_uring-net-use-the-correct-msghdr-union-memb.patch - patches.kernel.org/6.1.36-123-selftests-forwarding-Fix-race-condition-in-mir.patch - patches.kernel.org/6.1.36-124-platform-x86-amd-pmf-Register-notify-handler-o.patch - patches.kernel.org/6.1.36-125-sch_netem-acquire-qdisc-lock-in-netem_change.patch - patches.kernel.org/6.1.36-126-revert-net-align-SO_RCVMARK-required-privilege.patch - patches.kernel.org/6.1.36-127-arm64-dts-rockchip-Enable-GPU-on-SOQuartz-CM4.patch - patches.kernel.org/6.1.36-128-arm64-dts-rockchip-fix-nEXTRST-on-SOQuartz.patch - patches.kernel.org/6.1.36-129-gpiolib-Fix-GPIO-chip-IRQ-initialization-restr.patch - patches.kernel.org/6.1.36-130-gpio-sifive-add-missing-check-for-platform_get.patch - patches.kernel.org/6.1.36-131-gpiolib-Fix-irq_domain-resource-tracking-for-g.patch - patches.kernel.org/6.1.36-132-scsi-target-iscsi-Prevent-login-threads-from-r.patch - patches.kernel.org/6.1.36-133-HID-wacom-Add-error-check-to-wacom_parse_and_r.patch - patches.kernel.org/6.1.36-134-arm64-Add-missing-Set-Way-CMO-encodings.patch - patches.kernel.org/6.1.36-135-smb3-missing-null-check-in-SMB2_change_notify.patch - patches.kernel.org/6.1.36-136-media-cec-core-disable-adapter-in-cec_devnode_.patch - patches.kernel.org/6.1.36-137-media-cec-core-don-t-set-last_initiator-if-tx-.patch - patches.kernel.org/6.1.36-138-nfcsim.c-Fix-error-checking-for-debugfs_create.patch - patches.kernel.org/6.1.36-139-btrfs-fix-an-uninitialized-variable-warning-in.patch - patches.kernel.org/6.1.36-140-usb-gadget-udc-fix-NULL-dereference-in-remove.patch - patches.kernel.org/6.1.36-141-nvme-double-KA-polling-frequency-to-avoid-KATO.patch - patches.kernel.org/6.1.36-142-nvme-check-IO-start-time-when-deciding-to-defe.patch - patches.kernel.org/6.1.36-143-nvme-improve-handling-of-long-keep-alives.patch - patches.kernel.org/6.1.36-144-Input-soc_button_array-add-invalid-acpi_index-.patch - patches.kernel.org/6.1.36-145-arm64-dts-qcom-sc7280-idp-drop-incorrect-dai-c.patch - patches.kernel.org/6.1.36-146-arm64-dts-qcom-sc7280-qcard-drop-incorrect-dai.patch - patches.kernel.org/6.1.36-147-s390-cio-unregister-device-when-the-only-path-.patch - patches.kernel.org/6.1.36-148-spi-lpspi-disable-lpspi-module-irq-in-DMA-mode.patch - patches.kernel.org/6.1.36-149-ASoC-codecs-wcd938x-sdw-do-not-set-can_multi_w.patch - patches.kernel.org/6.1.36-150-ASoC-simple-card-Add-missing-of_node_put-in-ca.patch - patches.kernel.org/6.1.36-151-soundwire-dmi-quirks-add-new-mapping-for-HP-Sp.patch - patches.kernel.org/6.1.36-152-soundwire-qcom-add-proper-error-paths-in-qcom_.patch - patches.kernel.org/6.1.36-153-ASoC-nau8824-Add-quirk-to-active-high-jack-det.patch - patches.kernel.org/6.1.36-154-ASoC-amd-yc-Add-Thinkpad-Neo14-to-quirks-list-.patch - patches.kernel.org/6.1.36-155-gfs2-Don-t-get-stuck-writing-page-onto-itself-.patch - patches.kernel.org/6.1.36-156-s390-purgatory-disable-branch-profiling.patch - patches.kernel.org/6.1.36-157-ASoC-fsl_sai-Enable-BCI-bit-if-SAI-works-on-sy.patch - patches.kernel.org/6.1.36-158-ALSA-hda-realtek-Add-Intel-Reference-board-and.patch - patches.kernel.org/6.1.36-159-i2c-mchp-pci1xxxx-Avoid-cast-to-incompatible-f.patch - patches.kernel.org/6.1.36-160-ARM-dts-Fix-erroneous-ADS-touchscreen-polariti.patch - patches.kernel.org/6.1.36-161-null_blk-Fix-memory-release-when-memory_backed.patch - patches.kernel.org/6.1.36-162-drm-exynos-vidi-fix-a-wrong-error-return.patch - patches.kernel.org/6.1.36-163-drm-exynos-fix-race-condition-UAF-in-exynos_g2.patch - patches.kernel.org/6.1.36-164-drm-radeon-fix-race-condition-UAF-in-radeon_ge.patch - patches.kernel.org/6.1.36-165-vhost_vdpa-tell-vqs-about-the-negotiated.patch - patches.kernel.org/6.1.36-166-vhost_net-revert-upend_idx-only-on-retriable-e.patch - patches.kernel.org/6.1.36-167-KVM-arm64-Restore-GICv2-on-GICv3-functionality.patch - patches.kernel.org/6.1.36-168-x86-apic-Fix-kernel-panic-when-booting-with-in.patch - patches.kernel.org/6.1.36-169-i2c-imx-lpi2c-fix-type-char-overflow-issue-whe.patch - patches.kernel.org/6.1.36-170-smb-move-client-and-server-files-to-common-dir.patch - patches.kernel.org/6.1.36-171-Linux-6.1.36.patch - patches.kernel.org/6.1.37-001-mm-mmap-Fix-error-path-in-do_vmi_align_munmap.patch - patches.kernel.org/6.1.37-002-mm-mmap-Fix-error-return-in-do_vmi_align_munma.patch - patches.kernel.org/6.1.37-003-mptcp-ensure-listener-is-unhashed-before-updat.patch - patches.kernel.org/6.1.37-004-mm-hwpoison-try-to-recover-from-copy-on-write-.patch - patches.kernel.org/6.1.37-005-mm-hwpoison-when-copy-on-write-hits-poison-tak.patch - patches.kernel.org/6.1.37-006-x86-microcode-AMD-Load-late-on-both-threads-to.patch - patches.kernel.org/6.1.37-007-x86-smp-Make-stop_other_cpus-more-robust.patch - patches.kernel.org/6.1.37-008-x86-smp-Dont-access-non-existing-CPUID-leaf.patch - patches.kernel.org/6.1.37-009-x86-smp-Remove-pointless-wmb-s-from-native_sto.patch - patches.kernel.org/6.1.37-010-x86-smp-Use-dedicated-cache-line-for-mwait_pla.patch - patches.kernel.org/6.1.37-011-x86-smp-Cure-kexec-vs.-mwait_play_dead-breakag.patch - patches.kernel.org/6.1.37-012-can-isotp-isotp_sendmsg-fix-return-error-fix-o.patch - patches.kernel.org/6.1.37-013-maple_tree-fix-potential-out-of-bounds-access-.patch - patches.kernel.org/6.1.37-014-mm-introduce-new-lock_mm_and_find_vma-page-fau.patch - patches.kernel.org/6.1.37-015-mm-make-the-page-fault-mmap-locking-killable.patch - patches.kernel.org/6.1.37-016-arm64-mm-Convert-to-using-lock_mm_and_find_vma.patch - patches.kernel.org/6.1.37-017-powerpc-mm-Convert-to-using-lock_mm_and_find_v.patch - patches.kernel.org/6.1.37-018-mips-mm-Convert-to-using-lock_mm_and_find_vma.patch - patches.kernel.org/6.1.37-019-riscv-mm-Convert-to-using-lock_mm_and_find_vma.patch - patches.kernel.org/6.1.37-020-arm-mm-Convert-to-using-lock_mm_and_find_vma.patch - patches.kernel.org/6.1.37-021-mm-fault-convert-remaining-simple-cases-to-loc.patch - patches.kernel.org/6.1.37-022-powerpc-mm-convert-coprocessor-fault-to-lock_m.patch - patches.kernel.org/6.1.37-023-mm-make-find_extend_vma-fail-if-write-lock-not.patch - patches.kernel.org/6.1.37-024-execve-expand-new-process-stack-manually-ahead.patch - patches.kernel.org/6.1.37-025-mm-always-expand-the-stack-with-the-mmap-write.patch - patches.kernel.org/6.1.37-026-fbdev-fix-potential-OOB-read-in-fast_imageblit.patch - patches.kernel.org/6.1.37-027-HID-hidraw-fix-data-race-on-device-refcount.patch - patches.kernel.org/6.1.37-028-HID-wacom-Use-ktime_t-rather-than-int-when-dea.patch - patches.kernel.org/6.1.37-029-HID-logitech-hidpp-add-HIDPP_QUIRK_DELAYED_INI.patch - patches.kernel.org/6.1.37-030-Revert-thermal-drivers-mediatek-Use-devm_of_io.patch - patches.kernel.org/6.1.37-031-sparc32-fix-lock_mm_and_find_vma-conversion.patch - patches.kernel.org/6.1.37-032-parisc-fix-expand_stack-conversion.patch - patches.kernel.org/6.1.37-033-csky-fix-up-lock_mm_and_find_vma-conversion.patch - patches.kernel.org/6.1.37-034-xtensa-fix-NOMMU-build-with-lock_mm_and_find_v.patch - patches.kernel.org/6.1.37-035-Linux-6.1.37.patch - patches.kernel.org/6.1.38-001-xtensa-fix-lock_mm_and_find_vma-in-case-VMA-no.patch - patches.kernel.org/6.1.38-002-drm-amd-display-Remove-optimization-for-VRR-up.patch - patches.kernel.org/6.1.38-003-drm-amd-display-Do-not-update-DRR-while-BW-opt.patch - patches.kernel.org/6.1.38-004-PCI-ACPI-Validate-acpi_pci_set_power_state-par.patch - patches.kernel.org/6.1.38-005-PCI-ACPI-Call-_REG-when-transitioning-D-states.patch - patches.kernel.org/6.1.38-006-execve-always-mark-stack-as-growing-down-durin.patch - patches.kernel.org/6.1.38-007-nubus-Partially-revert-proc_create_single_data.patch - patches.kernel.org/6.1.38-008-perf-symbols-Symbol-lookup-with-kcore-can-fail.patch - patches.kernel.org/6.1.38-009-scripts-tags.sh-Resolve-gtags-empty-index-gene.patch - patches.kernel.org/6.1.38-010-docs-Set-minimal-gtags-GNU-GLOBAL-version-to-6.patch - patches.kernel.org/6.1.38-011-drm-amdgpu-Validate-VM-ioctl-flags.patch - patches.kernel.org/6.1.38-012-drm-amd-display-Ensure-vmin-and-vmax-adjust-fo.patch - patches.kernel.org/6.1.38-013-Linux-6.1.38.patch - patches.kernel.org/6.1.39-001-drm-use-mgr-dev-in-drm_dbg_kms-in-drm_dp_add_p.patch - patches.kernel.org/6.1.39-002-fs-pipe-reveal-missing-function-protoypes.patch - patches.kernel.org/6.1.39-003-block-Fix-the-type-of-the-second-bdev_op_is_zo.patch - patches.kernel.org/6.1.39-004-erofs-clean-up-cached-I-O-strategies.patch - patches.kernel.org/6.1.39-005-erofs-avoid-tagged-pointers-to-mark-sync-decom.patch - patches.kernel.org/6.1.39-006-erofs-remove-tagged-pointer-helpers.patch - patches.kernel.org/6.1.39-007-erofs-move-zdata.h-into-zdata.c.patch - patches.kernel.org/6.1.39-008-erofs-kill-hooked-chains-to-avoid-loops-on-ded.patch - patches.kernel.org/6.1.39-009-x86-resctrl-Only-show-tasks-pid-in-current-pid.patch - patches.kernel.org/6.1.39-010-blk-iocost-use-spin_lock_irqsave-in-adjust_inu.patch - patches.kernel.org/6.1.39-011-x86-sev-Fix-calculation-of-end-address-based-o.patch - patches.kernel.org/6.1.39-012-virt-sevguest-Add-CONFIG_CRYPTO-dependency.patch - patches.kernel.org/6.1.39-013-blk-mq-fix-potential-io-hang-by-wrong-wake_bat.patch - patches.kernel.org/6.1.39-014-lockd-drop-inappropriate-svc_get-from-locked_g.patch - patches.kernel.org/6.1.39-015-nvme-auth-rename-__nvme_auth_-reset-free-to-nv.patch - patches.kernel.org/6.1.39-016-nvme-auth-rename-authentication-work-elements.patch - patches.kernel.org/6.1.39-017-nvme-auth-remove-symbol-export-from-nvme_auth_.patch - patches.kernel.org/6.1.39-018-nvme-auth-no-need-to-reset-chap-contexts-on-re.patch - patches.kernel.org/6.1.39-019-nvme-core-fix-memory-leak-in-dhchap_secret_sto.patch - patches.kernel.org/6.1.39-020-nvme-core-fix-memory-leak-in-dhchap_ctrl_secre.patch - patches.kernel.org/6.1.39-021-nvme-auth-don-t-ignore-key-generation-failures.patch - patches.kernel.org/6.1.39-022-nvme-core-add-missing-fault-injection-cleanup.patch - patches.kernel.org/6.1.39-023-nvme-core-fix-dev_pm_qos-memleak.patch - patches.kernel.org/6.1.39-024-md-raid10-check-slab-out-of-bounds-in-md_bitma.patch - patches.kernel.org/6.1.39-025-md-raid10-fix-overflow-of-md-safe_mode_delay.patch - patches.kernel.org/6.1.39-026-md-raid10-fix-wrong-setting-of-max_corr_read_e.patch - patches.kernel.org/6.1.39-027-md-raid10-fix-null-ptr-deref-of-mreplace-in-ra.patch - patches.kernel.org/6.1.39-028-md-raid10-fix-io-loss-while-replacement-replac.patch - patches.kernel.org/6.1.39-029-md-raid1-10-factor-out-a-helper-to-add-bio-to-.patch - patches.kernel.org/6.1.39-030-md-raid1-10-factor-out-a-helper-to-submit-norm.patch - patches.kernel.org/6.1.39-031-md-raid1-10-submit-write-io-directly-if-bitmap.patch - patches.kernel.org/6.1.39-032-block-fix-blktrace-debugfs-entries-leakage.patch - patches.kernel.org/6.1.39-033-irqchip-stm32-exti-Fix-warning-on-initialized-.patch - patches.kernel.org/6.1.39-034-irqchip-jcore-aic-Fix-missing-allocation-of-IR.patch - patches.kernel.org/6.1.39-035-svcrdma-Prevent-page-release-when-nothing-was-.patch - patches.kernel.org/6.1.39-036-erofs-simplify-iloc.patch - patches.kernel.org/6.1.39-037-erofs-fix-compact-4B-support-for-16k-block-siz.patch - patches.kernel.org/6.1.39-038-posix-timers-Prevent-RT-livelock-in-itimer_del.patch - patches.kernel.org/6.1.39-039-tick-rcu-Fix-bogus-ratelimit-condition.patch - patches.kernel.org/6.1.39-040-tracing-timer-Add-missing-hrtimer-modes-to-dec.patch - patches.kernel.org/6.1.39-041-clocksource-drivers-cadence-ttc-Fix-memory-lea.patch - patches.kernel.org/6.1.39-042-PM-domains-fix-integer-overflow-issues-in-genp.patch - patches.kernel.org/6.1.39-043-perf-arm-cmn-Fix-DTC-reset.patch - patches.kernel.org/6.1.39-044-x86-mm-Allow-guest.enc_status_change_prepare-t.patch - patches.kernel.org/6.1.39-045-x86-tdx-Fix-race-between-set_memory_encrypted-.patch - patches.kernel.org/6.1.39-046-drivers-perf-hisi-Don-t-migrate-perf-to-the-CP.patch - patches.kernel.org/6.1.39-047-powercap-RAPL-Fix-CONFIG_IOSF_MBI-dependency.patch - patches.kernel.org/6.1.39-048-PM-domains-Move-the-verification-of-in-params-.patch - patches.kernel.org/6.1.39-049-ARM-9303-1-kprobes-avoid-missing-declaration-w.patch - patches.kernel.org/6.1.39-050-cpufreq-intel_pstate-Fix-energy_performance_pr.patch - patches.kernel.org/6.1.39-051-thermal-drivers-sun8i-Fix-some-error-handling-.patch - patches.kernel.org/6.1.39-052-rcu-Make-rcu_cpu_starting-rely-on-interrupts-b.patch - patches.kernel.org/6.1.39-053-rcu-tasks-Stop-rcu_tasks_invoke_cbs-from-using.patch - patches.kernel.org/6.1.39-054-rcutorture-Correct-name-of-use_softirq-module-.patch - patches.kernel.org/6.1.39-055-rcuscale-Move-shutdown-from-wait_event-to-wait.patch - patches.kernel.org/6.1.39-056-rcu-rcuscale-Move-rcu_scale_-after-kfree_scale.patch - patches.kernel.org/6.1.39-057-rcu-rcuscale-Stop-kfree_scale_thread-thread-s-.patch - patches.kernel.org/6.1.39-058-kselftest-vDSO-Fix-accumulation-of-uninitializ.patch - patches.kernel.org/6.1.39-059-perf-ibs-Fix-interface-via-core-pmu-events.patch - patches.kernel.org/6.1.39-060-x86-mm-Fix-__swp_entry_to_pte-for-Xen-PV-guest.patch - patches.kernel.org/6.1.39-061-locking-atomic-arm-fix-sync-ops.patch - patches.kernel.org/6.1.39-062-evm-Complete-description-of-evm_inode_setattr.patch - patches.kernel.org/6.1.39-063-evm-Fix-build-warnings.patch - patches.kernel.org/6.1.39-064-ima-Fix-build-warnings.patch - patches.kernel.org/6.1.39-065-pstore-ram-Add-check-for-kstrdup.patch - patches.kernel.org/6.1.39-066-igc-Enable-and-fix-RX-hash-usage-by-netstack.patch - patches.kernel.org/6.1.39-067-wifi-ath9k-fix-AR9003-mac-hardware-hang-check-.patch - patches.kernel.org/6.1.39-068-wifi-ath9k-avoid-referencing-uninit-memory-in-.patch - patches.kernel.org/6.1.39-069-libbpf-btf_dump_type_data_check_overflow-needs.patch - patches.kernel.org/6.1.39-070-samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch - patches.kernel.org/6.1.39-071-spi-spi-geni-qcom-Correct-CS_TOGGLE-bit-in-SPI.patch - patches.kernel.org/6.1.39-072-wifi-wilc1000-fix-for-absent-RSN-capabilities-.patch - patches.kernel.org/6.1.39-073-wifi-mwifiex-Fix-the-size-of-a-memory-allocati.patch - patches.kernel.org/6.1.39-074-sctp-add-bpf_bypass_getsockopt-proto-callback.patch - patches.kernel.org/6.1.39-075-libbpf-fix-offsetof-and-container_of-to-work-w.patch - patches.kernel.org/6.1.39-076-bpf-Don-t-EFAULT-for-g-s-setsockopt-with-wrong.patch - patches.kernel.org/6.1.39-077-spi-dw-Round-of-n_bytes-to-power-of-2.patch - patches.kernel.org/6.1.39-078-nfc-llcp-fix-possible-use-of-uninitialized-var.patch - patches.kernel.org/6.1.39-079-bpftool-JIT-limited-misreported-as-negative-va.patch - patches.kernel.org/6.1.39-080-bpf-Remove-bpf-trampoline-selector.patch - patches.kernel.org/6.1.39-081-bpf-Fix-memleak-due-to-fentry-attach-failure.patch - patches.kernel.org/6.1.39-082-selftests-bpf-Do-not-use-sign-file-as-testcase.patch - patches.kernel.org/6.1.39-083-regulator-core-Fix-more-error-checking-for-deb.patch - patches.kernel.org/6.1.39-084-regulator-core-Streamline-debugfs-operations.patch - patches.kernel.org/6.1.39-085-wifi-orinoco-Fix-an-error-handling-path-in-spe.patch - patches.kernel.org/6.1.39-086-wifi-orinoco-Fix-an-error-handling-path-in-ori.patch - patches.kernel.org/6.1.39-087-wifi-atmel-Fix-an-error-handling-path-in-atmel.patch - patches.kernel.org/6.1.39-088-wifi-wl3501_cs-Fix-an-error-handling-path-in-w.patch - patches.kernel.org/6.1.39-089-wifi-ray_cs-Fix-an-error-handling-path-in-ray_.patch - patches.kernel.org/6.1.39-090-wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-.patch - patches.kernel.org/6.1.39-091-samples-bpf-xdp1-and-xdp2-reduce-XDPBUFSIZE-to.patch - patches.kernel.org/6.1.39-092-wifi-ath10k-Trigger-STA-disconnect-after-recon.patch - patches.kernel.org/6.1.39-093-wifi-mac80211-recalc-min-chandef-for-new-STA-l.patch - patches.kernel.org/6.1.39-094-selftests-bpf-Fix-check_mtu-using-wrong-variab.patch - patches.kernel.org/6.1.39-095-wifi-rsi-Do-not-configure-WoWlan-in-shutdown-h.patch - patches.kernel.org/6.1.39-096-wifi-rsi-Do-not-set-MMC_PM_KEEP_POWER-in-shutd.patch - patches.kernel.org/6.1.39-097-ice-handle-extts-in-the-miscellaneous-interrup.patch - patches.kernel.org/6.1.39-098-selftests-cgroup-fix-unexpected-failure-on-tes.patch - patches.kernel.org/6.1.39-099-watchdog-perf-define-dummy-watchdog_update_hrt.patch - patches.kernel.org/6.1.39-100-watchdog-perf-more-properly-prevent-false-posi.patch - patches.kernel.org/6.1.39-101-kexec-fix-a-memory-leak-in-crash_shrink_memory.patch - patches.kernel.org/6.1.39-102-mmc-mediatek-Avoid-ugly-error-message-when-SDI.patch - patches.kernel.org/6.1.39-103-memstick-r592-make-memstick_debug_get_tpc_name.patch - patches.kernel.org/6.1.39-104-wifi-ath9k-Fix-possible-stall-on-ath9k_txq_lis.patch - patches.kernel.org/6.1.39-105-wifi-mac80211-Fix-permissions-for-valid_links-.patch - patches.kernel.org/6.1.39-106-rtnetlink-extend-RTEXT_FILTER_SKIP_STATS-to-IF.patch - patches.kernel.org/6.1.39-107-wifi-ath11k-Add-missing-check-for-ioremap.patch - patches.kernel.org/6.1.39-108-wifi-iwlwifi-pull-from-TXQs-with-softirqs-disa.patch - patches.kernel.org/6.1.39-109-wifi-iwlwifi-pcie-fix-NULL-pointer-dereference.patch - patches.kernel.org/6.1.39-110-wifi-mac80211-Remove-Missing-iftype-sband-data.patch - patches.kernel.org/6.1.39-111-wifi-cfg80211-rewrite-merging-of-inherited-ele.patch - patches.kernel.org/6.1.39-112-wifi-cfg80211-drop-incorrect-nontransmitted-BS.patch - patches.kernel.org/6.1.39-113-wifi-cfg80211-fix-regulatory-disconnect-with-O.patch - patches.kernel.org/6.1.39-114-wifi-cfg80211-mac80211-Fix-ML-element-common-s.patch - patches.kernel.org/6.1.39-115-wifi-ieee80211-Fix-the-common-size-calculation.patch - patches.kernel.org/6.1.39-116-mmc-Add-MMC_QUIRK_BROKEN_SD_CACHE-for-Kingston.patch - patches.kernel.org/6.1.39-117-wifi-iwlwifi-mvm-indicate-HW-decrypt-for-beaco.patch - patches.kernel.org/6.1.39-118-wifi-ath9k-convert-msecs-to-jiffies-where-need.patch - patches.kernel.org/6.1.39-119-bpf-Factor-out-socket-lookup-functions-for-the.patch - patches.kernel.org/6.1.39-120-bpf-Call-__bpf_sk_lookup-__bpf_skc_lookup-dire.patch - patches.kernel.org/6.1.39-121-bpf-Fix-bpf-socket-lookup-from-tc-xdp-to-respe.patch - patches.kernel.org/6.1.39-122-can-length-fix-bitstuffing-count.patch - patches.kernel.org/6.1.39-123-can-kvaser_pciefd-Add-function-to-set-skb-hwts.patch - patches.kernel.org/6.1.39-124-can-kvaser_pciefd-Set-hardware-timestamp-on-tr.patch - patches.kernel.org/6.1.39-125-net-stmmac-fix-double-serdes-powerdown.patch - patches.kernel.org/6.1.39-126-netlink-fix-potential-deadlock-in-netlink_set_.patch - patches.kernel.org/6.1.39-127-netlink-do-not-hard-code-device-address-lenth-.patch - patches.kernel.org/6.1.39-128-bonding-do-not-assume-skb-mac_header-is-set.patch - patches.kernel.org/6.1.39-129-selftests-rtnetlink-remove-netdevsim-device-af.patch - patches.kernel.org/6.1.39-130-gtp-Fix-use-after-free-in-__gtp_encap_destroy.patch - patches.kernel.org/6.1.39-131-net-axienet-Move-reset-before-64-bit-DMA-detec.patch - patches.kernel.org/6.1.39-132-ocfs2-Fix-use-of-slab-data-with-sendpage.patch - patches.kernel.org/6.1.39-133-sfc-fix-crash-when-reading-stats-while-NIC-is-.patch - patches.kernel.org/6.1.39-134-net-nfc-Fix-use-after-free-caused-by-nfc_llcp_.patch - patches.kernel.org/6.1.39-135-lib-ts_bm-reset-initial-match-offset-for-every.patch - patches.kernel.org/6.1.39-136-netfilter-conntrack-dccp-copy-entire-header-to.patch - patches.kernel.org/6.1.39-137-netfilter-nf_conntrack_sip-fix-the-ct_sip_pars.patch - patches.kernel.org/6.1.39-138-ipvlan-Fix-return-value-of-ipvlan_queue_xmit.patch - patches.kernel.org/6.1.39-139-netlink-Add-__sock_i_ino-for-__netlink_diag_du.patch - patches.kernel.org/6.1.39-140-drm-amd-display-Add-logging-for-display-MALL-r.patch - patches.kernel.org/6.1.39-141-radeon-avoid-double-free-in-ci_dpm_init.patch - patches.kernel.org/6.1.39-142-drm-amd-display-Explicitly-specify-update-type.patch - patches.kernel.org/6.1.39-143-drm-bridge-it6505-Move-a-variable-assignment-b.patch - patches.kernel.org/6.1.39-144-Input-drv260x-sleep-between-polling-GO-bit.patch - patches.kernel.org/6.1.39-145-drm-bridge-ti-sn65dsi83-Fix-enable-error-path.patch - patches.kernel.org/6.1.39-146-drm-bridge-tc358768-always-enable-HS-video-mod.patch - patches.kernel.org/6.1.39-147-drm-bridge-tc358768-fix-PLL-parameters-computa.patch - patches.kernel.org/6.1.39-148-drm-bridge-tc358768-fix-PLL-target-frequency.patch - patches.kernel.org/6.1.39-149-drm-bridge-tc358768-fix-TCLK_ZEROCNT-computati.patch - patches.kernel.org/6.1.39-150-drm-bridge-tc358768-Add-atomic_get_input_bus_f.patch - patches.kernel.org/6.1.39-151-drm-bridge-tc358768-fix-TCLK_TRAILCNT-computat.patch - patches.kernel.org/6.1.39-152-drm-bridge-tc358768-fix-THS_ZEROCNT-computatio.patch - patches.kernel.org/6.1.39-153-drm-bridge-tc358768-fix-TXTAGOCNT-computation.patch - patches.kernel.org/6.1.39-154-drm-bridge-tc358768-fix-THS_TRAILCNT-computati.patch - patches.kernel.org/6.1.39-155-drm-vram-helper-fix-function-names-in-vram-hel.patch - patches.kernel.org/6.1.39-156-ARM-dts-BCM5301X-Drop-clock-names-from-the-SPI.patch - patches.kernel.org/6.1.39-157-ARM-dts-meson8b-correct-uart_B-and-uart_C-cloc.patch - patches.kernel.org/6.1.39-158-mm-call-arch_swap_restore-from-do_swap_page.patch - patches.kernel.org/6.1.39-159-clk-vc5-Use-clamp-to-restrict-PLL-range.patch - patches.kernel.org/6.1.39-160-bootmem-remove-the-vmemmap-pages-from-kmemleak.patch - patches.kernel.org/6.1.39-161-clk-vc5-Fix-.driver_data-content-in-i2c_device.patch - patches.kernel.org/6.1.39-162-clk-vc7-Fix-.driver_data-content-in-i2c_device.patch - patches.kernel.org/6.1.39-163-clk-rs9-Fix-.driver_data-content-in-i2c_device.patch - patches.kernel.org/6.1.39-164-Input-adxl34x-do-not-hardcode-interrupt-trigge.patch - patches.kernel.org/6.1.39-165-drm-sun4i_tcon-use-devm_clk_get_enabled-in-sun.patch - patches.kernel.org/6.1.39-166-drm-panel-sharp-ls043t1le01-adjust-mode-settin.patch - patches.kernel.org/6.1.39-167-driver-soc-xilinx-use-_safe-loop-iterator-to-a.patch - patches.kernel.org/6.1.39-168-ASoC-Intel-sof_sdw-remove-SOF_SDW_TGL_HDMI-for.patch - patches.kernel.org/6.1.39-169-drm-vkms-isolate-pixel-conversion-functionalit.patch - patches.kernel.org/6.1.39-170-drm-Add-fixed-point-helper-to-get-rounded-inte.patch - patches.kernel.org/6.1.39-171-drm-vkms-Fix-RGB565-pixel-conversion.patch - patches.kernel.org/6.1.39-172-ARM-dts-stm32-Move-ethernet-MAC-EEPROM-from-So.patch - patches.kernel.org/6.1.39-173-bus-ti-sysc-Fix-dispc-quirk-masking-bool-varia.patch - patches.kernel.org/6.1.39-174-arm64-dts-microchip-sparx5-do-not-use-PSCI-on-.patch - patches.kernel.org/6.1.39-175-drm-bridge-tc358767-Switch-to-devm-MIPI-DSI-he.patch - patches.kernel.org/6.1.39-176-clk-imx-scu-use-_safe-list-iterator-to-avoid-a.patch - patches.kernel.org/6.1.39-177-hwmon-f71882fg-prevent-possible-division-by-ze.patch - patches.kernel.org/6.1.39-178-RDMA-bnxt_re-Disable-kill-tasklet-only-if-it-i.patch - patches.kernel.org/6.1.39-179-RDMA-bnxt_re-Fix-to-remove-unnecessary-return-.patch - patches.kernel.org/6.1.39-180-RDMA-bnxt_re-Use-unique-names-while-registerin.patch - patches.kernel.org/6.1.39-181-RDMA-bnxt_re-Remove-a-redundant-check-inside-b.patch - patches.kernel.org/6.1.39-182-RDMA-bnxt_re-Fix-to-remove-an-unnecessary-log.patch - patches.kernel.org/6.1.39-183-drm-msm-dsi-don-t-allow-enabling-14nm-VCO-with.patch - patches.kernel.org/6.1.39-184-drm-msm-disp-dpu-get-timing-engine-status-from.patch - patches.kernel.org/6.1.39-185-drm-msm-dpu-Set-DPU_DATA_HCTL_EN-for-in-INTF_S.patch - patches.kernel.org/6.1.39-186-iommu-virtio-Detach-domain-on-endpoint-release.patch - patches.kernel.org/6.1.39-187-iommu-virtio-Return-size-mapped-for-a-detached.patch - patches.kernel.org/6.1.39-188-clk-renesas-rzg2l-Fix-CPG_SIPLL5_CLK1-register.patch - patches.kernel.org/6.1.39-189-ARM-dts-gta04-Move-model-property-out-of-pinct.patch - patches.kernel.org/6.1.39-190-drm-bridge-anx7625-Convert-to-i2c-s-.probe_new.patch - patches.kernel.org/6.1.39-191-drm-bridge-anx7625-Prevent-endless-probe-loop.patch - patches.kernel.org/6.1.39-192-ARM-dts-qcom-msm8974-do-not-use-underscore-in-.patch - patches.kernel.org/6.1.39-193-arm64-dts-qcom-msm8916-correct-camss-unit-addr.patch - patches.kernel.org/6.1.39-194-arm64-dts-qcom-msm8916-correct-MMC-unit-addres.patch - patches.kernel.org/6.1.39-195-arm64-dts-qcom-msm8994-correct-SPMI-unit-addre.patch - patches.kernel.org/6.1.39-196-arm64-dts-qcom-msm8996-correct-camss-unit-addr.patch - patches.kernel.org/6.1.39-197-arm64-dts-qcom-sdm630-correct-camss-unit-addre.patch - patches.kernel.org/6.1.39-198-arm64-dts-qcom-sdm845-correct-camss-unit-addre.patch - patches.kernel.org/6.1.39-199-arm64-dts-qcom-sm8350-Add-GPI-DMA-compatible-f.patch - patches.kernel.org/6.1.39-200-arm64-dts-qcom-sm8350-correct-DMA-controller-u.patch - patches.kernel.org/6.1.39-201-arm64-dts-qcom-sdm845-polaris-add-missing-touc.patch - patches.kernel.org/6.1.39-202-arm64-dts-qcom-apq8016-sbc-Fix-regulator-const.patch - patches.kernel.org/6.1.39-203-arm64-dts-qcom-apq8016-sbc-Fix-1.8V-power-rail.patch - patches.kernel.org/6.1.39-204-drm-bridge-Introduce-pre_enable_prev_first-to-.patch - patches.kernel.org/6.1.39-205-drm-bridge-ti-sn65dsi83-Fix-enable-disable-flo.patch - patches.kernel.org/6.1.39-206-drm-panel-simple-fix-active-size-for-Ampire-AM.patch - patches.kernel.org/6.1.39-207-ARM-ep93xx-fix-missing-prototype-warnings.patch - patches.kernel.org/6.1.39-208-ARM-omap2-fix-missing-tick_broadcast-prototype.patch - patches.kernel.org/6.1.39-209-arm64-dts-qcom-pm7250b-add-missing-spmi-vadc-i.patch - patches.kernel.org/6.1.39-210-arm64-dts-qcom-apq8096-fix-fixed-regulator-nam.patch - patches.kernel.org/6.1.39-211-arm64-dts-mediatek-mt8183-Add-mediatek-broken-.patch - patches.kernel.org/6.1.39-212-ARM-dts-stm32-Shorten-the-AV96-HDMI-sound-card.patch - patches.kernel.org/6.1.39-213-memory-brcmstb_dpfe-fix-testing-array-offset-a.patch - patches.kernel.org/6.1.39-214-ARM-dts-qcom-apq8074-dragonboard-Set-DMA-as-re.patch - patches.kernel.org/6.1.39-215-ASoC-es8316-Increment-max-value-for-ALC-Captur.patch - patches.kernel.org/6.1.39-216-ASoC-es8316-Do-not-set-rate-constraints-for-un.patch - patches.kernel.org/6.1.39-217-ARM-dts-meson8-correct-uart_B-and-uart_C-clock.patch - patches.kernel.org/6.1.39-218-soc-fsl-qe-fix-usb.c-build-errors.patch - patches.kernel.org/6.1.39-219-RDMA-irdma-avoid-fortify-string-warning-in-ird.patch - patches.kernel.org/6.1.39-220-IB-hfi1-Fix-wrong-mmu_node-used-for-user-SDMA-.patch - patches.kernel.org/6.1.39-221-RDMA-hns-Fix-hns_roce_table_get-return-value.patch - patches.kernel.org/6.1.39-222-ARM-dts-iwg20d-q7-common-Fix-backlight-pwm-spe.patch - patches.kernel.org/6.1.39-223-arm64-dts-renesas-ulcb-kf-Remove-flow-control-.patch - patches.kernel.org/6.1.39-224-drm-msm-dpu-set-DSC-flush-bit-correctly-at-MDP.patch - patches.kernel.org/6.1.39-225-fbdev-omapfb-lcd_mipid-Fix-an-error-handling-p.patch - patches.kernel.org/6.1.39-226-arm64-dts-ti-k3-j7200-Fix-physical-address-of-.patch - patches.kernel.org/6.1.39-227-Input-pm8941-powerkey-fix-debounce-on-gen2-PMI.patch - patches.kernel.org/6.1.39-228-ARM-dts-stm32-Fix-audio-routing-on-STM32MP15xx.patch - patches.kernel.org/6.1.39-229-ARM-dts-stm32-fix-i2s-endpoint-format-property.patch - patches.kernel.org/6.1.39-230-hwmon-gsc-hwmon-fix-fan-pwm-temperature-scalin.patch - patches.kernel.org/6.1.39-231-hwmon-pmbus-adm1275-Fix-problems-with-temperat.patch - patches.kernel.org/6.1.39-232-ARM-dts-BCM5301X-fix-duplex-full-full-duplex.patch - patches.kernel.org/6.1.39-233-clk-Export-clk_hw_forward_rate_request.patch - patches.kernel.org/6.1.39-234-drm-amd-display-Fix-a-test-CalculatePrefetchSc.patch - patches.kernel.org/6.1.39-235-drm-amd-display-Fix-a-test-dml32_rq_dlg_get_rq.patch - patches.kernel.org/6.1.39-236-drm-amdkfd-Fix-potential-deallocation-of-previ.patch - patches.kernel.org/6.1.39-237-soc-mediatek-SVS-Fix-MT8192-GPU-node-name.patch - patches.kernel.org/6.1.39-238-drm-amd-display-Fix-artifacting-on-eDP-panels-.patch - patches.kernel.org/6.1.39-239-drm-radeon-fix-possible-division-by-zero-error.patch - patches.kernel.org/6.1.39-240-HID-uclogic-Modular-KUnit-tests-should-not-dep.patch - patches.kernel.org/6.1.39-241-RDMA-rxe-Add-ibdev_dbg-macros-for-rxe.patch - patches.kernel.org/6.1.39-242-RDMA-rxe-Replace-pr_xxx-by-rxe_dbg_xxx-in-rxe_.patch - patches.kernel.org/6.1.39-243-RDMA-rxe-Fix-access-checks-in-rxe_check_bind_m.patch - patches.kernel.org/6.1.39-244-amdgpu-validate-offset_in_bo-of-drm_amdgpu_gem.patch - patches.kernel.org/6.1.39-245-drm-msm-a5xx-really-check-for-A510-in-a5xx_gpu.patch - patches.kernel.org/6.1.39-246-RDMA-bnxt_re-wraparound-mbox-producer-index.patch - patches.kernel.org/6.1.39-247-RDMA-bnxt_re-Avoid-calling-wake_up-threads-fro.patch - patches.kernel.org/6.1.39-248-clk-imx-clk-imxrt1050-fix-memory-leak-in-imxrt.patch - patches.kernel.org/6.1.39-249-clk-imx-clk-imx8mn-fix-memory-leak-in-imx8mn_c.patch - patches.kernel.org/6.1.39-250-clk-imx93-fix-memory-leak-and-missing-unwind-g.patch - patches.kernel.org/6.1.39-251-clk-imx-clk-imx8mp-improve-error-handling-in-i.patch - patches.kernel.org/6.1.39-252-arm64-dts-qcom-sdm845-Flush-RSC-sleep-wake-vot.patch - patches.kernel.org/6.1.39-253-arm64-dts-qcom-sm8250-edo-Panel-framebuffer-is.patch - patches.kernel.org/6.1.39-254-clk-bcm-rpi-Fix-off-by-one-in-raspberrypi_disc.patch - patches.kernel.org/6.1.39-255-clk-clocking-wizard-Fix-Oops-in-clk_wzrd_regis.patch - patches.kernel.org/6.1.39-256-clk-tegra-tegra124-emc-Fix-potential-memory-le.patch - patches.kernel.org/6.1.39-257-ALSA-ac97-Fix-possible-NULL-dereference-in-snd.patch - patches.kernel.org/6.1.39-258-drm-msm-dpu-do-not-enable-color-management-if-.patch - patches.kernel.org/6.1.39-259-drm-msm-dpu-Fix-slice_last_group_size-calculat.patch - patches.kernel.org/6.1.39-260-drm-msm-dsi-Use-DSC-slice-s-packet-size-to-com.patch - patches.kernel.org/6.1.39-261-drm-msm-dsi-Flip-greater-than-check-for-slice_.patch - patches.kernel.org/6.1.39-262-drm-msm-dsi-Remove-incorrect-references-to-sli.patch - patches.kernel.org/6.1.39-263-drm-msm-dp-Free-resources-after-unregistering-.patch - patches.kernel.org/6.1.39-264-arm64-dts-mediatek-Add-cpufreq-nodes-for-MT819.patch - patches.kernel.org/6.1.39-265-arm64-dts-mediatek-mt8192-Fix-CPUs-capacity-dm.patch - patches.kernel.org/6.1.39-266-drm-amdgpu-Fix-memcpy-in-sienna_cichlid_append.patch - patches.kernel.org/6.1.39-267-drm-amdgpu-Fix-usage-of-UMC-fill-record-in-RAS.patch - patches.kernel.org/6.1.39-268-drm-msm-dpu-correct-MERGE_3D-length.patch - patches.kernel.org/6.1.39-269-clk-vc5-check-memory-returned-by-kasprintf.patch - patches.kernel.org/6.1.39-270-clk-cdce925-check-return-value-of-kasprintf.patch - patches.kernel.org/6.1.39-271-clk-si5341-return-error-if-one-synth-clock-reg.patch - patches.kernel.org/6.1.39-272-clk-si5341-check-return-value-of-devm_-kasprin.patch - patches.kernel.org/6.1.39-273-clk-si5341-free-unused-memory-on-probe-failure.patch - patches.kernel.org/6.1.39-274-clk-keystone-sci-clk-check-return-value-of-kas.patch - patches.kernel.org/6.1.39-275-clk-ti-clkctrl-check-return-value-of-kasprintf.patch - patches.kernel.org/6.1.39-276-drivers-meson-secure-pwrc-always-enable-DMA-do.patch - patches.kernel.org/6.1.39-277-ovl-update-of-dentry-revalidate-flags-after-co.patch - patches.kernel.org/6.1.39-278-ASoC-imx-audmix-check-return-value-of-devm_kas.patch - patches.kernel.org/6.1.39-279-clk-Fix-memory-leak-in-devm_clk_notifier_regis.patch - patches.kernel.org/6.1.39-280-ARM-dts-lan966x-kontron-d10-fix-board-reset.patch - patches.kernel.org/6.1.39-281-ARM-dts-lan966x-kontron-d10-fix-SPI-CS.patch - patches.kernel.org/6.1.39-282-ASoC-amd-acp-clear-pdm-dma-interrupt-mask.patch - patches.kernel.org/6.1.39-283-PCI-cadence-Fix-Gen2-Link-Retraining-process.patch - patches.kernel.org/6.1.39-284-PCI-vmd-Reset-VMD-config-register-between-soft.patch - patches.kernel.org/6.1.39-285-scsi-qedf-Fix-NULL-dereference-in-error-handli.patch - patches.kernel.org/6.1.39-286-pinctrl-bcm2835-Handle-gpiochip_add_pin_range-.patch - patches.kernel.org/6.1.39-287-platform-x86-lenovo-yogabook-Fix-work-race-on-.patch - patches.kernel.org/6.1.39-288-platform-x86-lenovo-yogabook-Reprobe-devices-o.patch - patches.kernel.org/6.1.39-289-platform-x86-lenovo-yogabook-Set-default-keybo.patch - patches.kernel.org/6.1.39-290-PCI-ASPM-Disable-ASPM-on-MFD-function-removal-.patch - patches.kernel.org/6.1.39-291-scsi-3w-xxxx-Add-error-handling-for-initializa.patch - patches.kernel.org/6.1.39-292-PCI-pciehp-Cancel-bringup-sequence-if-card-is-.patch - patches.kernel.org/6.1.39-293-PCI-ftpci100-Release-the-clock-resources.patch - patches.kernel.org/6.1.39-294-pinctrl-sunplus-Add-check-for-kmalloc.patch - patches.kernel.org/6.1.39-295-PCI-Add-pci_clear_master-stub-for-non-CONFIG_P.patch - patches.kernel.org/6.1.39-296-scsi-lpfc-Revise-NPIV-ELS-unsol-rcv-cmpl-logic.patch - patches.kernel.org/6.1.39-297-perf-bench-Add-missing-setlocale-call-to-allow.patch - patches.kernel.org/6.1.39-298-pinctrl-cherryview-Return-correct-value-if-pin.patch - patches.kernel.org/6.1.39-299-platform-x86-think-lmi-mutex-protection-around.patch - patches.kernel.org/6.1.39-300-platform-x86-think-lmi-Correct-System-password.patch - patches.kernel.org/6.1.39-301-platform-x86-think-lmi-Correct-NVME-password-h.patch - patches.kernel.org/6.1.39-302-pinctrl-sunplus-Add-check-for-kmalloc.patch - patches.kernel.org/6.1.39-303-pinctrl-npcm7xx-Add-missing-check-for-ioremap.patch - patches.kernel.org/6.1.39-304-kcsan-Don-t-expect-64-bits-atomic-builtins-fro.patch - patches.kernel.org/6.1.39-305-powerpc-interrupt-Don-t-read-MSR-from-interrup.patch - patches.kernel.org/6.1.39-306-powerpc-signal32-Force-inlining-of-__unsafe_sa.patch - patches.kernel.org/6.1.39-307-perf-script-Fix-allocation-of-evsel-priv-relat.patch - patches.kernel.org/6.1.39-308-platform-x86-thinkpad_acpi-Fix-lkp-tests-warni.patch - patches.kernel.org/6.1.39-309-perf-dwarf-aux-Fix-off-by-one-in-die_get_varna.patch - patches.kernel.org/6.1.39-310-platform-x86-dell-dell-rbtn-Fix-resources-leak.patch - patches.kernel.org/6.1.39-311-perf-tool-x86-Consolidate-is_amd-check-into-si.patch - patches.kernel.org/6.1.39-312-perf-tool-x86-Fix-perf_env-memory-leak.patch - patches.kernel.org/6.1.39-313-powerpc-64s-Fix-VAS-mm-use-after-free.patch - patches.kernel.org/6.1.39-314-pinctrl-microchip-sgpio-check-return-value-of-.patch - patches.kernel.org/6.1.39-315-pinctrl-at91-pio4-check-return-value-of-devm_k.patch - patches.kernel.org/6.1.39-316-powerpc-powernv-sriov-perform-null-check-on-io.patch - patches.kernel.org/6.1.39-317-powerpc-simplify-ppc_save_regs.patch - patches.kernel.org/6.1.39-318-powerpc-update-ppc_save_regs-to-save-current-r.patch - patches.kernel.org/6.1.39-319-PCI-qcom-Remove-PCIE20_-prefix-from-register-d.patch - patches.kernel.org/6.1.39-320-PCI-qcom-Sort-and-group-registers-and-bitfield.patch - patches.kernel.org/6.1.39-321-PCI-qcom-Use-lower-case-for-hex.patch - patches.kernel.org/6.1.39-322-PCI-qcom-Use-DWC-helpers-for-modifying-the-rea.patch - patches.kernel.org/6.1.39-323-PCI-qcom-Disable-write-access-to-read-only-reg.patch - patches.kernel.org/6.1.39-324-riscv-uprobes-Restore-thread.bad_cause.patch - patches.kernel.org/6.1.39-325-powerpc-book3s64-mm-Fix-DirectMap-stats-in-pro.patch - patches.kernel.org/6.1.39-326-powerpc-mm-dax-Fix-the-condition-when-checking.patch - patches.kernel.org/6.1.39-327-PCI-endpoint-Fix-Kconfig-indent-style.patch - patches.kernel.org/6.1.39-328-PCI-endpoint-Fix-a-Kconfig-prompt-of-vNTB-driv.patch - patches.kernel.org/6.1.39-329-PCI-endpoint-functions-pci-epf-test-Fix-dma_ch.patch - patches.kernel.org/6.1.39-330-PCI-vmd-Fix-uninitialized-variable-usage-in-vm.patch - patches.kernel.org/6.1.39-331-vfio-mdev-Move-the-compat_class-initialization.patch - patches.kernel.org/6.1.39-332-hwrng-virtio-Fix-race-on-data_avail-and-actual.patch - patches.kernel.org/6.1.39-333-modpost-remove-broken-calculation-of-exception.patch - patches.kernel.org/6.1.39-334-crypto-nx-fix-build-warnings-when-DEBUG_FS-is-.patch - patches.kernel.org/6.1.39-335-modpost-fix-section-mismatch-message-for-R_ARM.patch - patches.kernel.org/6.1.39-336-modpost-fix-section-mismatch-message-for-R_ARM.patch - patches.kernel.org/6.1.39-337-crypto-marvell-cesa-Fix-type-mismatch-warning.patch - patches.kernel.org/6.1.39-338-crypto-jitter-correct-health-test-during-initi.patch - patches.kernel.org/6.1.39-339-modpost-fix-off-by-one-in-is_executable_sectio.patch - patches.kernel.org/6.1.39-340-ARC-define-ASM_NL-and-__ALIGN-_STR-outside-ifd.patch - patches.kernel.org/6.1.39-341-crypto-kpp-Add-helper-to-set-reqsize.patch - patches.kernel.org/6.1.39-342-crypto-qat-Use-helper-to-set-reqsize.patch - patches.kernel.org/6.1.39-343-crypto-qat-unmap-buffer-before-free-for-DH.patch - patches.kernel.org/6.1.39-344-crypto-qat-unmap-buffers-before-free-for-RSA.patch - patches.kernel.org/6.1.39-345-NFSv4.2-fix-wrong-shrinker_id.patch - patches.kernel.org/6.1.39-346-NFSv4.1-freeze-the-session-table-upon-receivin.patch - patches.kernel.org/6.1.39-347-SMB3-Do-not-send-lease-break-acknowledgment-if.patch - patches.kernel.org/6.1.39-348-dax-Fix-dax_mapping_release-use-after-free.patch - patches.kernel.org/6.1.39-349-dax-Introduce-alloc_dev_dax_id.patch - patches.kernel.org/6.1.39-350-dax-kmem-Pass-valid-argument-to-memory_group_r.patch - patches.kernel.org/6.1.39-351-hwrng-st-keep-clock-enabled-while-hwrng-is-reg.patch - patches.kernel.org/6.1.39-352-kbuild-Disable-GCOV-for-.mod.o.patch - patches.kernel.org/6.1.39-353-efi-libstub-Disable-PCI-DMA-before-grabbing-th.patch - patches.kernel.org/6.1.39-354-cifs-prevent-use-after-free-by-freeing-the-cfi.patch - patches.kernel.org/6.1.39-355-cifs-do-all-necessary-checks-for-credits-withi.patch - patches.kernel.org/6.1.39-356-smb-client-fix-broken-file-attrs-with-nodfs-mo.patch - patches.kernel.org/6.1.39-357-ksmbd-avoid-field-overflow-warning.patch - patches.kernel.org/6.1.39-358-arm64-sme-Use-STR-P-to-clear-FFR-context-field.patch - patches.kernel.org/6.1.39-359-x86-efi-Make-efi_set_virtual_address_map-IBT-s.patch - patches.kernel.org/6.1.39-360-md-raid1-10-fix-casting-from-randomized-struct.patch - patches.kernel.org/6.1.39-361-USB-serial-option-add-LARA-R6-01B-PIDs.patch - patches.kernel.org/6.1.39-362-usb-dwc3-gadget-Propagate-core-init-errors-to-.patch - patches.kernel.org/6.1.39-363-phy-tegra-xusb-Clear-the-driver-reference-in-u.patch - patches.kernel.org/6.1.39-364-iio-adc-ad7192-Fix-null-ad7192_state-pointer-a.patch - patches.kernel.org/6.1.39-365-iio-adc-ad7192-Fix-internal-external-clock-sel.patch - patches.kernel.org/6.1.39-366-iio-accel-fxls8962af-errata-bug-only-applicabl.patch - patches.kernel.org/6.1.39-367-iio-accel-fxls8962af-fixup-buffer-scan-element.patch - patches.kernel.org/6.1.39-368-Revert-drm-amd-display-edp-do-not-add-non-edid.patch - patches.kernel.org/6.1.39-369-mm-mmap-Fix-VM_LOCKED-check-in-do_vmi_align_mu.patch - patches.kernel.org/6.1.39-370-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch - patches.kernel.org/6.1.39-371-ALSA-hda-realtek-Add-quirk-for-Clevo-NPx0SNx.patch - patches.kernel.org/6.1.39-372-ALSA-jack-Fix-mutex-call-in-snd_jack_report.patch - patches.kernel.org/6.1.39-373-ALSA-pcm-Fix-potential-data-race-at-PCM-memory.patch - patches.kernel.org/6.1.39-374-block-fix-signed-int-overflow-in-Amiga-partiti.patch - patches.kernel.org/6.1.39-375-block-add-overflow-checks-for-Amiga-partition-.patch - patches.kernel.org/6.1.39-376-block-change-all-__u32-annotations-to-__be32-i.patch - patches.kernel.org/6.1.39-377-block-increment-diskseq-on-all-media-change-ev.patch - patches.kernel.org/6.1.39-378-btrfs-fix-race-when-deleting-free-space-root-f.patch - patches.kernel.org/6.1.39-379-SUNRPC-Fix-UAF-in-svc_tcp_listen_data_ready.patch - patches.kernel.org/6.1.39-380-w1-w1_therm-fix-locking-behavior-in-convert_t.patch - patches.kernel.org/6.1.39-381-w1-fix-loop-in-w1_fini.patch - patches.kernel.org/6.1.39-382-dt-bindings-power-reset-qcom-pon-Only-allow-re.patch - patches.kernel.org/6.1.39-383-f2fs-do-not-allow-to-defragment-files-have-FI_.patch - patches.kernel.org/6.1.39-384-sh-j2-Use-ioremap-to-translate-device-tree-add.patch - patches.kernel.org/6.1.39-385-usb-dwc2-platform-Improve-error-reporting-for-.patch - patches.kernel.org/6.1.39-386-usb-dwc2-Fix-some-error-handling-paths.patch - patches.kernel.org/6.1.39-387-serial-8250-omap-Fix-freeing-of-resources-on-f.patch - patches.kernel.org/6.1.39-388-clk-qcom-mmcc-msm8974-remove-oxili_ocmemgx_clk.patch - patches.kernel.org/6.1.39-389-clk-qcom-camcc-sc7180-Add-parent-dependency-to.patch - patches.kernel.org/6.1.39-390-clk-qcom-gcc-ipq6018-Use-floor-ops-for-sdcc-cl.patch - patches.kernel.org/6.1.39-391-clk-qcom-gcc-qcm2290-Mark-RCGs-shared-where-ap.patch - patches.kernel.org/6.1.39-392-media-usb-Check-az6007_read-return-value.patch - patches.kernel.org/6.1.39-393-media-amphion-drop-repeated-codec-data-for-vc1.patch - patches.kernel.org/6.1.39-394-media-amphion-drop-repeated-codec-data-for-vc1.patch - patches.kernel.org/6.1.39-395-media-amphion-initiate-a-drain-of-the-capture-.patch - patches.kernel.org/6.1.39-396-media-videodev2.h-Fix-struct-v4l2_input-tuner-.patch - patches.kernel.org/6.1.39-397-media-usb-siano-Fix-warning-due-to-null-work_f.patch - patches.kernel.org/6.1.39-398-media-i2c-Correct-format-propagation-for-st-mi.patch - patches.kernel.org/6.1.39-399-media-hi846-fix-usage-of-pm_runtime_get_if_in_.patch - patches.kernel.org/6.1.39-400-media-mediatek-vcodec-using-decoder-status-ins.patch - patches.kernel.org/6.1.39-401-clk-qcom-reset-support-resetting-multiple-bits.patch - patches.kernel.org/6.1.39-402-clk-qcom-ipq6018-fix-networking-resets.patch - patches.kernel.org/6.1.39-403-clk-qcom-dispcc-qcm2290-Fix-BI_TCXO_AO-handlin.patch - patches.kernel.org/6.1.39-404-clk-qcom-dispcc-qcm2290-Fix-GPLL0_OUT_DIV-hand.patch - patches.kernel.org/6.1.39-405-clk-qcom-mmcc-msm8974-use-clk_rcg2_shared_ops-.patch - patches.kernel.org/6.1.39-406-staging-vchiq_arm-mark-vchiq_platform_init-sta.patch - patches.kernel.org/6.1.39-407-usb-dwc3-qcom-Fix-potential-memory-leak.patch - patches.kernel.org/6.1.39-408-usb-gadget-u_serial-Add-null-pointer-check-in-.patch - patches.kernel.org/6.1.39-409-extcon-Fix-kernel-doc-of-property-fields-to-av.patch - patches.kernel.org/6.1.39-410-extcon-Fix-kernel-doc-of-property-capability-f.patch - patches.kernel.org/6.1.39-411-usb-phy-phy-tahvo-fix-memory-leak-in-tahvo_usb.patch - patches.kernel.org/6.1.39-412-usb-hide-unused-usbfs_notify_suspend-resume-fu.patch - patches.kernel.org/6.1.39-413-usb-misc-eud-Fix-eud-sysfs-path-use-qcom_eud.patch - patches.kernel.org/6.1.39-414-serial-core-lock-port-for-stop_rx-in-uart_susp.patch - patches.kernel.org/6.1.39-415-serial-8250-lock-port-for-stop_rx-in-omap8250_.patch - patches.kernel.org/6.1.39-416-serial-core-lock-port-for-start_rx-in-uart_res.patch - patches.kernel.org/6.1.39-417-serial-8250-lock-port-for-UART_IER-access-in-o.patch - patches.kernel.org/6.1.39-418-kernfs-fix-missing-kernfs_idr_lock-to-remove-a.patch - patches.kernel.org/6.1.39-419-lkdtm-replace-ll_rw_block-with-submit_bh.patch - patches.kernel.org/6.1.39-420-i3c-master-svc-fix-cpu-schedule-in-spin-lock.patch - patches.kernel.org/6.1.39-421-coresight-Fix-loss-of-connection-info-when-a-m.patch - patches.kernel.org/6.1.39-422-mfd-rt5033-Drop-rt5033-battery-sub-device.patch - patches.kernel.org/6.1.39-423-media-venus-helpers-Fix-ALIGN-of-non-power-of-.patch - patches.kernel.org/6.1.39-424-media-atomisp-gmin_platform-fix-out_len-in-gmi.patch - patches.kernel.org/6.1.39-425-sh-Avoid-using-IRQ0-on-SH3-and-SH4.patch - patches.kernel.org/6.1.39-426-gfs2-Fix-duplicate-should_fault_in_pages-call.patch - patches.kernel.org/6.1.39-427-f2fs-fix-potential-deadlock-due-to-unpaired-no.patch - patches.kernel.org/6.1.39-428-f2fs-fix-to-avoid-NULL-pointer-dereference-f2f.patch - patches.kernel.org/6.1.39-429-KVM-s390-fix-KVM_S390_GET_CMMA_BITS-for-GFNs-i.patch - patches.kernel.org/6.1.39-430-usb-dwc3-qcom-Release-the-correct-resources-in.patch - patches.kernel.org/6.1.39-431-usb-dwc3-qcom-Fix-an-error-handling-path-in-dw.patch - patches.kernel.org/6.1.39-432-usb-common-usb-conn-gpio-Set-last-role-to-unkn.patch - patches.kernel.org/6.1.39-433-usb-dwc3-meson-g12a-Fix-an-error-handling-path.patch - patches.kernel.org/6.1.39-434-mfd-wcd934x-Fix-an-error-handling-path-in-wcd9.patch - patches.kernel.org/6.1.39-435-mfd-intel-lpss-Add-missing-check-for-platform_.patch - patches.kernel.org/6.1.39-436-Revert-usb-common-usb-conn-gpio-Set-last-role-.patch - patches.kernel.org/6.1.39-437-serial-8250_omap-Use-force_suspend-and-resume-.patch - patches.kernel.org/6.1.39-438-device-property-Fix-documentation-for-fwnode_g.patch - patches.kernel.org/6.1.39-439-device-property-Clarify-description-of-returne.patch - patches.kernel.org/6.1.39-440-drivers-fwnode-fix-fwnode_irq_get-_byname.patch - patches.kernel.org/6.1.39-441-nvmem-sunplus-ocotp-release-otp-clk-before-ret.patch - patches.kernel.org/6.1.39-442-nvmem-rmem-Use-NVMEM_DEVID_AUTO.patch - patches.kernel.org/6.1.39-443-bus-fsl-mc-don-t-assume-child-devices-are-all-.patch - patches.kernel.org/6.1.39-444-mfd-stmfx-Fix-error-path-in-stmfx_chip_init.patch - patches.kernel.org/6.1.39-445-mfd-stmfx-Nullify-stmfx-vdd-in-case-of-error.patch - patches.kernel.org/6.1.39-446-KVM-s390-vsie-fix-the-length-of-APCB-bitmap.patch - patches.kernel.org/6.1.39-447-KVM-s390-diag-fix-racy-access-of-physical-cpu-.patch - patches.kernel.org/6.1.39-448-cpufreq-mediatek-correct-voltages-for-MT7622-a.patch - patches.kernel.org/6.1.39-449-misc-fastrpc-check-return-value-of-devm_kaspri.patch - patches.kernel.org/6.1.39-450-clk-qcom-mmcc-msm8974-fix-MDSS_GDSC-power-flag.patch - patches.kernel.org/6.1.39-451-hwtracing-hisi_ptt-Fix-potential-sleep-in-atom.patch - patches.kernel.org/6.1.39-452-mfd-stmpe-Only-disable-the-regulators-if-they-.patch - patches.kernel.org/6.1.39-453-phy-tegra-xusb-check-return-value-of-devm_kzal.patch - patches.kernel.org/6.1.39-454-lib-bitmap-drop-optimization-of-bitmap_-from-t.patch - patches.kernel.org/6.1.39-455-pwm-imx-tpm-force-real_period-to-be-zero-in-su.patch - patches.kernel.org/6.1.39-456-pwm-sysfs-Do-not-apply-state-to-already-disabl.patch - patches.kernel.org/6.1.39-457-pwm-ab8500-Fix-error-code-in-probe.patch - patches.kernel.org/6.1.39-458-pwm-mtk_disp-Fix-the-disable-flow-of-disp_pwm.patch - patches.kernel.org/6.1.39-459-md-raid10-fix-the-condition-to-call-bio_end_io.patch - patches.kernel.org/6.1.39-460-rtc-st-lpc-Release-some-resources-in-st_rtc_pr.patch - patches.kernel.org/6.1.39-461-drm-i915-psr-Use-hw.adjusted-mode-when-calcula.patch - patches.kernel.org/6.1.39-462-drm-i915-guc-slpc-Apply-min-softlimit-correctl.patch - patches.kernel.org/6.1.39-463-f2fs-check-return-value-of-freeze_super.patch - patches.kernel.org/6.1.39-464-media-cec-i2c-ch7322-also-select-REGMAP.patch - patches.kernel.org/6.1.39-465-sctp-fix-potential-deadlock-on-net-sctp.addr_w.patch - patches.kernel.org/6.1.39-466-net-sched-act_ipt-add-sanity-checks-on-table-n.patch - patches.kernel.org/6.1.39-467-net-add-a-couple-of-helpers-for-iph-tot_len.patch - patches.kernel.org/6.1.39-468-net-sched-act_ipt-add-sanity-checks-on-skb-bef.patch - patches.kernel.org/6.1.39-469-spi-spi-geni-qcom-enable-SPI_CONTROLLER_MUST_T.patch - patches.kernel.org/6.1.39-470-net-mscc-ocelot-don-t-report-that-RX-timestamp.patch - patches.kernel.org/6.1.39-471-net-mscc-ocelot-don-t-keep-PTP-configuration-o.patch - patches.kernel.org/6.1.39-472-net-dsa-felix-don-t-drop-PTP-frames-with-tag_8.patch - patches.kernel.org/6.1.39-473-net-dsa-sja1105-always-enable-the-INCL_SRCPT-o.patch - patches.kernel.org/6.1.39-474-net-dsa-tag_sja1105-always-prefer-source-port-.patch - patches.kernel.org/6.1.39-475-Add-MODULE_FIRMWARE-for-FIRMWARE_TG357766.patch - patches.kernel.org/6.1.39-476-Bluetooth-fix-invalid-bdaddr-quirk-for-non-per.patch - patches.kernel.org/6.1.39-477-Bluetooth-ISO-use-hci_sync-for-setting-CIG-par.patch - patches.kernel.org/6.1.39-478-Bluetooth-MGMT-add-CIS-feature-bits-to-control.patch - patches.kernel.org/6.1.39-479-Bluetooth-MGMT-Use-BIT-macro-when-defining-bit.patch - patches.kernel.org/6.1.39-480-Bluetooth-MGMT-Fix-marking-SCAN_RSP-as-not-con.patch - patches.kernel.org/6.1.39-481-ibmvnic-Do-not-reset-dql-stats-on-NON_FATAL-er.patch - patches.kernel.org/6.1.39-482-net-dsa-vsc73xx-fix-MTU-configuration.patch - patches.kernel.org/6.1.39-483-mlxsw-minimal-fix-potential-memory-leak-in-mlx.patch - patches.kernel.org/6.1.39-484-spi-bcm-qspi-return-error-if-neither-hif_mspi-.patch - patches.kernel.org/6.1.39-485-drm-amdgpu-fix-number-of-fence-calculations.patch - patches.kernel.org/6.1.39-486-drm-amd-Don-t-try-to-enable-secure-display-TA-.patch - patches.kernel.org/6.1.39-487-mailbox-ti-msgmgr-Fill-non-message-tx-data-fie.patch - patches.kernel.org/6.1.39-488-f2fs-fix-error-path-handling-in-truncate_dnode.patch - patches.kernel.org/6.1.39-489-octeontx2-af-Fix-mapping-for-NIX-block-from-CG.patch - patches.kernel.org/6.1.39-490-octeontx2-af-Add-validation-before-accessing-c.patch - patches.kernel.org/6.1.39-491-ntfs-Fix-panic-about-slab-out-of-bounds-caused.patch - patches.kernel.org/6.1.39-492-powerpc-allow-PPC_EARLY_DEBUG_CPM-only-when-SE.patch - patches.kernel.org/6.1.39-493-powerpc-dts-turris1x.dts-Fix-PCIe-MEM-size-for.patch - patches.kernel.org/6.1.39-494-net-bridge-keep-ports-without-IFF_UNICAST_FLT-.patch - patches.kernel.org/6.1.39-495-net-dsa-tag_sja1105-fix-source-port-decoding-i.patch - patches.kernel.org/6.1.39-496-net-fix-net_dev_start_xmit-trace-event-vs-skb_.patch - patches.kernel.org/6.1.39-497-tcp-annotate-data-races-in-__tcp_oow_rate_limi.patch - patches.kernel.org/6.1.39-498-bpf-btf-Warn-but-return-no-error-for-NULL-btf-.patch - patches.kernel.org/6.1.39-499-xsk-Honor-SO_BINDTODEVICE-on-bind.patch - patches.kernel.org/6.1.39-500-net-sched-act_pedit-Add-size-check-for-TCA_PED.patch - patches.kernel.org/6.1.39-501-fanotify-disallow-mount-sb-marks-on-kernel-int.patch - patches.kernel.org/6.1.39-502-riscv-move-memblock_allow_resize-after-linear-.patch - patches.kernel.org/6.1.39-503-pptp-Fix-fib-lookup-calls.patch - patches.kernel.org/6.1.39-504-net-dsa-tag_sja1105-fix-MAC-DA-patching-from-m.patch - patches.kernel.org/6.1.39-505-net-dsa-sja1105-always-enable-the-send_meta-op.patch - patches.kernel.org/6.1.39-506-octeontx-af-fix-hardware-timestamp-configurati.patch - patches.kernel.org/6.1.39-507-afs-Fix-accidental-truncation-when-storing-dat.patch - patches.kernel.org/6.1.39-508-s390-qeth-Fix-vipa-deletion.patch - patches.kernel.org/6.1.39-509-sh-dma-Fix-DMA-channel-offset-calculation.patch - patches.kernel.org/6.1.39-510-apparmor-fix-missing-error-check-for-rhashtabl.patch - patches.kernel.org/6.1.39-511-i2c-xiic-Don-t-try-to-handle-more-interrupt-ev.patch - patches.kernel.org/6.1.39-512-dm-fix-undue-missing-spaces.patch - patches.kernel.org/6.1.39-513-dm-avoid-split-of-quoted-strings-where-possibl.patch - patches.kernel.org/6.1.39-514-dm-ioctl-have-constant-on-the-right-side-of-th.patch - patches.kernel.org/6.1.39-515-dm-ioctl-Avoid-double-fetch-of-version.patch - patches.kernel.org/6.1.39-516-extcon-usbc-tusb320-Convert-to-i2c-s-.probe_ne.patch - patches.kernel.org/6.1.39-517-extcon-usbc-tusb320-Unregister-typec-port-on-d.patch - patches.kernel.org/6.1.39-518-btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at.patch - patches.kernel.org/6.1.39-519-i2c-qup-Add-missing-unwind-goto-in-qup_i2c_pro.patch - patches.kernel.org/6.1.39-520-irqchip-loongson-pch-pic-Fix-potential-incorre.patch - patches.kernel.org/6.1.39-521-NFSD-add-encoding-of-op_recall-flag-for-write-.patch - patches.kernel.org/6.1.39-522-irqchip-loongson-pch-pic-Fix-initialization-of.patch - patches.kernel.org/6.1.39-523-io_uring-wait-interruptibly-for-request-comple.patch - patches.kernel.org/6.1.39-524-mmc-core-disable-TRIM-on-Kingston-EMMC04G-M627.patch - patches.kernel.org/6.1.39-525-mmc-core-disable-TRIM-on-Micron-MTFC4GACAJCN-1.patch - patches.kernel.org/6.1.39-526-mmc-mmci-Set-PROBE_PREFER_ASYNCHRONOUS.patch - patches.kernel.org/6.1.39-527-mmc-sdhci-fix-DMA-configure-compatibility-issu.patch - patches.kernel.org/6.1.39-528-wifi-cfg80211-fix-regulatory-disconnect-for-no.patch - patches.kernel.org/6.1.39-529-wifi-ath10k-Serialize-wake_tx_queue-ops.patch - patches.kernel.org/6.1.39-530-wifi-mt76-mt7921e-fix-init-command-fail-with-e.patch - patches.kernel.org/6.1.39-531-bcache-fixup-btree_cache_wait-list-damage.patch - patches.kernel.org/6.1.39-532-bcache-Remove-unnecessary-NULL-point-check-in-.patch - patches.kernel.org/6.1.39-533-bcache-Fix-__bch_btree_node_alloc-to-make-the-.patch - patches.kernel.org/6.1.39-534-watch_queue-prevent-dangling-pipe-pointer.patch - patches.kernel.org/6.1.39-535-um-Use-HOST_DIR-for-mrproper.patch - patches.kernel.org/6.1.39-536-integrity-Fix-possible-multiple-allocation-in-.patch - patches.kernel.org/6.1.39-537-autofs-use-flexible-array-in-ioctl-structure.patch - patches.kernel.org/6.1.39-538-mm-damon-ops-common-atomically-test-and-clear-.patch - patches.kernel.org/6.1.39-539-shmem-use-ramfs_kill_sb-for-kill_sb-method-of-.patch - patches.kernel.org/6.1.39-540-jffs2-reduce-stack-usage-in-jffs2_build_xattr_.patch - patches.kernel.org/6.1.39-541-fs-avoid-empty-option-when-generating-legacy-m.patch - patches.kernel.org/6.1.39-542-ext4-Remove-ext4-locking-of-moved-directory.patch - patches.kernel.org/6.1.39-543-Revert-f2fs-fix-potential-corruption-when-movi.patch - patches.kernel.org/6.1.39-544-fs-Establish-locking-order-for-unrelated-direc.patch - patches.kernel.org/6.1.39-545-fs-Lock-moved-directories.patch - patches.kernel.org/6.1.39-546-i2c-nvidia-gpu-Add-ACPI-property-to-align-with.patch - patches.kernel.org/6.1.39-547-i2c-nvidia-gpu-Remove-ccgx-firmware-build-prop.patch - patches.kernel.org/6.1.39-548-usb-typec-ucsi-Mark-dGPUs-as-DEVICE-scope.patch - patches.kernel.org/6.1.39-549-ipvs-increase-ip_vs_conn_tab_bits-range-for-64.patch - patches.kernel.org/6.1.39-550-btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_r.patch - patches.kernel.org/6.1.39-551-btrfs-delete-unused-BGs-while-reclaiming-BGs.patch - patches.kernel.org/6.1.39-552-btrfs-bail-out-reclaim-process-if-filesystem-i.patch - patches.kernel.org/6.1.39-553-btrfs-add-block-group-tree-to-lockdep-classes.patch - patches.kernel.org/6.1.39-554-btrfs-reinsert-BGs-failed-to-reclaim.patch - patches.kernel.org/6.1.39-555-btrfs-fix-race-when-deleting-quota-root-from-t.patch - patches.kernel.org/6.1.39-556-btrfs-fix-extent-buffer-leak-after-tree-mod-lo.patch - patches.kernel.org/6.1.39-557-btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at.patch - patches.kernel.org/6.1.39-558-ASoC-mediatek-mt8173-Fix-irq-error-path.patch - patches.kernel.org/6.1.39-559-ASoC-mediatek-mt8173-Fix-snd_soc_component_ini.patch - patches.kernel.org/6.1.39-560-regulator-tps65219-Fix-matching-interrupts-for.patch - patches.kernel.org/6.1.39-561-ARM-dts-qcom-ipq4019-fix-broken-NAND-controlle.patch - patches.kernel.org/6.1.39-562-ARM-orion5x-fix-d2net-gpio-initialization.patch - patches.kernel.org/6.1.39-563-leds-trigger-netdev-Recheck-NETDEV_LED_MODE_LI.patch - patches.kernel.org/6.1.39-564-blktrace-use-inline-function-for-blk_trace_rem.patch - patches.kernel.org/6.1.39-565-fs-no-need-to-check-source.patch - patches.kernel.org/6.1.39-566-xfs-explicitly-specify-cpu-when-forcing-inodeg.patch - patches.kernel.org/6.1.39-567-xfs-check-that-per-cpu-inodegc-workers-actuall.patch - patches.kernel.org/6.1.39-568-xfs-disable-reaping-in-fscounters-scrub.patch - patches.kernel.org/6.1.39-569-xfs-fix-xfs_inodegc_stop-racing-with-mod_delay.patch - patches.kernel.org/6.1.39-570-mm-mmap-Fix-extra-maple-tree-write.patch - patches.kernel.org/6.1.39-571-drm-i915-Fix-TypeC-mode-initialization-during-.patch - patches.kernel.org/6.1.39-572-drm-i915-tc-Fix-TC-port-link-ref-init-for-DP-M.patch - patches.kernel.org/6.1.39-573-drm-i915-tc-Fix-system-resume-MST-mode-restore.patch - patches.kernel.org/6.1.39-574-mtd-parsers-refer-to-ARCH_BCMBCA-instead-of-AR.patch - patches.kernel.org/6.1.39-575-netfilter-nf_tables-unbind-non-anonymous-set-i.patch - patches.kernel.org/6.1.39-576-netfilter-conntrack-Avoid-nf_ct_helper_hash-us.patch - patches.kernel.org/6.1.39-577-netfilter-nf_tables-do-not-ignore-genmask-when.patch - patches.kernel.org/6.1.39-578-netfilter-nf_tables-prevent-OOB-access-in-nft_.patch - patches.kernel.org/6.1.39-579-wireguard-queueing-use-saner-cpu-selection-wra.patch - patches.kernel.org/6.1.39-580-wireguard-netlink-send-staged-packets-when-set.patch - patches.kernel.org/6.1.39-581-tty-serial-fsl_lpuart-add-earlycon-for-imx8ulp.patch - patches.kernel.org/6.1.39-582-block-partition-fix-signedness-issue-for-Amiga.patch - patches.kernel.org/6.1.39-583-sh-mach-r2d-Handle-virq-offset-in-cascaded-IRL.patch - patches.kernel.org/6.1.39-584-sh-mach-highlander-Handle-virq-offset-in-casca.patch - patches.kernel.org/6.1.39-585-sh-mach-dreamcast-Handle-virq-offset-in-cascad.patch - patches.kernel.org/6.1.39-586-sh-hd64461-Handle-virq-offset-for-offchip-IRQ-.patch - patches.kernel.org/6.1.39-587-io_uring-Use-io_schedule-in-cqring-wait.patch - patches.kernel.org/6.1.39-588-Linux-6.1.39.patch - patches.kernel.org/6.1.40-001-HID-amd_sfh-Rename-the-float32-variable.patch - patches.kernel.org/6.1.40-002-HID-amd_sfh-Fix-for-shift-out-of-bounds.patch - patches.kernel.org/6.1.40-003-net-lan743x-Don-t-sleep-in-atomic-context.patch - patches.kernel.org/6.1.40-004-workqueue-clean-up-WORK_-constant-types-clarif.patch - patches.kernel.org/6.1.40-005-ksmbd-add-missing-compound-request-handing-in-.patch - patches.kernel.org/6.1.40-006-ksmbd-fix-out-of-bounds-read-in-smb2_sess_setu.patch - patches.kernel.org/6.1.40-007-drm-panel-simple-Add-connector_type-for-innolu.patch - patches.kernel.org/6.1.40-008-drm-bridge-ti-sn65dsi86-Fix-auxiliary-bus-life.patch - patches.kernel.org/6.1.40-009-swiotlb-always-set-the-number-of-areas-before-.patch - patches.kernel.org/6.1.40-010-swiotlb-reduce-the-swiotlb-buffer-size-on-allo.patch - patches.kernel.org/6.1.40-011-swiotlb-reduce-the-number-of-areas-to-match-ac.patch - patches.kernel.org/6.1.40-012-drm-panel-simple-Add-Powertip-PH800480T013-drm.patch - patches.kernel.org/6.1.40-013-ice-Fix-max_rate-check-while-configuring-TX-ra.patch - patches.kernel.org/6.1.40-014-igc-Remove-delay-during-TX-ring-configuration.patch - patches.kernel.org/6.1.40-015-net-mlx5e-fix-double-free-in-mlx5e_destroy_flo.patch - patches.kernel.org/6.1.40-016-net-mlx5e-fix-memory-leak-in-mlx5e_fs_tt_redir.patch - patches.kernel.org/6.1.40-017-net-mlx5e-fix-memory-leak-in-mlx5e_ptp_open.patch - patches.kernel.org/6.1.40-018-net-mlx5e-Check-for-NOT_READY-flag-state-after.patch - patches.kernel.org/6.1.40-019-igc-set-TP-bit-in-supported-and-advertising-fi.patch - patches.kernel.org/6.1.40-020-igc-Handle-PPS-start-time-programming-for-past.patch - patches.kernel.org/6.1.40-021-blk-crypto-use-dynamic-lock-class-for-blk_cryp.patch - patches.kernel.org/6.1.40-022-scsi-qla2xxx-Fix-error-code-in-qla2x00_start_s.patch - patches.kernel.org/6.1.40-023-scsi-ufs-ufs-mediatek-Add-dependency-for-RESET.patch - patches.kernel.org/6.1.40-024-bpf-Fix-max-stack-depth-check-for-async-callba.patch - patches.kernel.org/6.1.40-025-net-mvneta-fix-txq_map-in-case-of-txq_number-1.patch - patches.kernel.org/6.1.40-026-net-sched-cls_fw-Fix-improper-refcount-update-.patch - patches.kernel.org/6.1.40-027-gve-Set-default-duplex-configuration-to-full.patch - patches.kernel.org/6.1.40-028-octeontx2-af-Promisc-enable-disable-through-mb.patch - patches.kernel.org/6.1.40-029-octeontx2-af-Move-validation-of-ptp-pointer-be.patch - patches.kernel.org/6.1.40-030-ionic-remove-WARN_ON-to-prevent-panic_on_warn.patch - patches.kernel.org/6.1.40-031-net-bgmac-postpone-turning-IRQs-off-to-avoid-S.patch - patches.kernel.org/6.1.40-032-net-prevent-skb-corruption-on-frag-list-segmen.patch - patches.kernel.org/6.1.40-033-icmp6-Fix-null-ptr-deref-of-ip6_null_entry-rt6.patch - patches.kernel.org/6.1.40-034-udp6-fix-udp6_ehashfn-typo.patch - patches.kernel.org/6.1.40-035-ntb-idt-Fix-error-handling-in-idt_pci_driver_i.patch - patches.kernel.org/6.1.40-036-NTB-amd-Fix-error-handling-in-amd_ntb_pci_driv.patch - patches.kernel.org/6.1.40-037-ntb-intel-Fix-error-handling-in-intel_ntb_pci_.patch - patches.kernel.org/6.1.40-038-NTB-ntb_transport-fix-possible-memory-leak-whi.patch - patches.kernel.org/6.1.40-039-NTB-ntb_tool-Add-check-for-devm_kcalloc.patch - patches.kernel.org/6.1.40-040-ipv6-addrconf-fix-a-potential-refcount-underfl.patch - patches.kernel.org/6.1.40-041-net-dsa-qca8k-Add-check-for-skb_copy.patch - patches.kernel.org/6.1.40-042-platform-x86-wmi-Break-possible-infinite-loop-.patch - patches.kernel.org/6.1.40-043-kernel-trace-Fix-cleanup-logic-of-enable_trace.patch - patches.kernel.org/6.1.40-044-igc-Fix-launchtime-before-start-of-cycle.patch - patches.kernel.org/6.1.40-045-igc-Fix-inserting-of-empty-frame-for-launchtim.patch - patches.kernel.org/6.1.40-046-nvme-fix-the-NVME_ID_NS_NVM_STS_MASK-definitio.patch - patches.kernel.org/6.1.40-047-riscv-bpf-Fix-inconsistent-JIT-image-generatio.patch - patches.kernel.org/6.1.40-048-drm-i915-Don-t-preserve-dpll_hw_state-for-slav.patch - patches.kernel.org/6.1.40-049-drm-i915-Fix-one-wrong-caching-mode-enum-usage.patch - patches.kernel.org/6.1.40-050-octeontx2-pf-Add-additional-check-for-MCAM-rul.patch - patches.kernel.org/6.1.40-051-erofs-avoid-useless-loops-in-z_erofs_pcluster_.patch - patches.kernel.org/6.1.40-052-erofs-avoid-infinite-loop-in-z_erofs_do_read_p.patch - patches.kernel.org/6.1.40-053-erofs-fix-fsdax-unavailability-for-chunk-based.patch - patches.kernel.org/6.1.40-054-wifi-airo-avoid-uninitialized-warning-in-airo_.patch - patches.kernel.org/6.1.40-055-bpf-cpumap-Fix-memory-leak-in-cpu_map_update_e.patch - patches.kernel.org/6.1.40-056-net-sched-flower-Ensure-both-minimum-and-maxim.patch - patches.kernel.org/6.1.40-057-riscv-mm-fix-truncation-warning-on-RV32.patch - patches.kernel.org/6.1.40-058-netdevsim-fix-uninitialized-data-in-nsim_dev_t.patch - patches.kernel.org/6.1.40-059-net-sched-make-psched_mtu-RTNL-less-safe.patch - patches.kernel.org/6.1.40-060-wifi-rtw89-debug-fix-error-code-in-rtw89_debug.patch - patches.kernel.org/6.1.40-061-net-sched-sch_qfq-refactor-parsing-of-netlink-.patch - patches.kernel.org/6.1.40-062-net-sched-sch_qfq-account-for-stab-overhead-in.patch - patches.kernel.org/6.1.40-063-nvme-pci-fix-DMA-direction-of-unmapping-integr.patch - patches.kernel.org/6.1.40-064-fs-ntfs3-Check-fields-while-reading.patch - patches.kernel.org/6.1.40-065-ovl-let-helper-ovl_i_path_real-return-the-real.patch - patches.kernel.org/6.1.40-066-ovl-fix-null-pointer-dereference-in-ovl_get_ac.patch - patches.kernel.org/6.1.40-067-cifs-fix-session-state-check-in-smb2_find_smb_.patch - patches.kernel.org/6.1.40-068-drm-client-Send-hotplug-event-after-registerin.patch - patches.kernel.org/6.1.40-069-drm-amdgpu-sdma4-set-align-mask-to-255.patch - patches.kernel.org/6.1.40-070-drm-amd-pm-revise-the-ASPM-settings-for-thunde.patch - patches.kernel.org/6.1.40-071-drm-amdgpu-add-the-fan-abnormal-detection-feat.patch - patches.kernel.org/6.1.40-072-drm-amdgpu-Fix-minmax-warning.patch - patches.kernel.org/6.1.40-073-drm-amd-pm-add-abnormal-fan-detection-for-smu-.patch - patches.kernel.org/6.1.40-074-f2fs-fix-the-wrong-condition-to-determine-atom.patch - patches.kernel.org/6.1.40-075-f2fs-fix-deadlock-in-i_xattr_sem-and-inode-pag.patch - patches.kernel.org/6.1.40-076-pinctrl-amd-Add-Z-state-wake-control-bits.patch - patches.kernel.org/6.1.40-077-pinctrl-amd-Adjust-debugfs-output.patch - patches.kernel.org/6.1.40-078-pinctrl-amd-Add-fields-for-interrupt-status-an.patch - patches.kernel.org/6.1.40-079-pinctrl-amd-Detect-internal-GPIO0-debounce-han.patch - patches.kernel.org/6.1.40-080-pinctrl-amd-Fix-mistake-in-handling-clearing-p.patch - patches.kernel.org/6.1.40-081-pinctrl-amd-Detect-and-mask-spurious-interrupt.patch - patches.kernel.org/6.1.40-082-pinctrl-amd-Revert-pinctrl-amd-disable-and-mas.patch - patches.kernel.org/6.1.40-083-pinctrl-amd-Only-use-special-debounce-behavior.patch - patches.kernel.org/6.1.40-084-pinctrl-amd-Use-amd_pinconf_set-for-all-config.patch - patches.kernel.org/6.1.40-085-pinctrl-amd-Drop-pull-up-select-configuration.patch - patches.kernel.org/6.1.40-086-pinctrl-amd-Unify-debounce-handling-into-amd_p.patch - patches.kernel.org/6.1.40-087-tpm-Do-not-remap-from-ACPI-resources-again-for.patch - patches.kernel.org/6.1.40-088-tpm-tpm_vtpm_proxy-fix-a-race-condition-in-dev.patch - patches.kernel.org/6.1.40-089-tpm-tis_i2c-Limit-read-bursts-to-I2C_SMBUS_BLO.patch - patches.kernel.org/6.1.40-090-tpm-tis_i2c-Limit-write-bursts-to-I2C_SMBUS_BL.patch - patches.kernel.org/6.1.40-091-tpm-return-false-from-tpm_amd_is_rng_defective.patch - patches.kernel.org/6.1.40-092-mtd-rawnand-meson-fix-unaligned-DMA-buffers-ha.patch - patches.kernel.org/6.1.40-093-net-bcmgenet-Ensure-MDIO-unregistration-has-cl.patch - patches.kernel.org/6.1.40-094-net-phy-dp83td510-fix-kernel-stall-during-netb.patch - patches.kernel.org/6.1.40-095-kasan-add-kasan_tag_mismatch-prototype.patch - patches.kernel.org/6.1.40-096-tracing-user_events-Fix-incorrect-return-value.patch - patches.kernel.org/6.1.40-097-powerpc-Fail-build-if-using-recordmcount-with-.patch - patches.kernel.org/6.1.40-098-misc-fastrpc-Create-fastrpc-scalar-with-correc.patch - patches.kernel.org/6.1.40-099-powerpc-security-Fix-Speculation_Store_Bypass-.patch - patches.kernel.org/6.1.40-100-powerpc-64s-Fix-native_hpte_remove-to-be-irq-s.patch - patches.kernel.org/6.1.40-101-MIPS-Loongson-Fix-cpu_probe_loongson-again.patch - patches.kernel.org/6.1.40-102-MIPS-KVM-Fix-NULL-pointer-dereference.patch - patches.kernel.org/6.1.40-103-ext4-Fix-reusing-stale-buffer-heads-from-last-.patch - patches.kernel.org/6.1.40-104-ext4-fix-wrong-unit-use-in-ext4_mb_clear_bb.patch - patches.kernel.org/6.1.40-105-ext4-get-block-from-bh-in-ext4_free_blocks-for.patch - patches.kernel.org/6.1.40-106-ext4-fix-wrong-unit-use-in-ext4_mb_new_blocks.patch - patches.kernel.org/6.1.40-107-ext4-fix-to-check-return-value-of-freeze_bdev-.patch - patches.kernel.org/6.1.40-108-ext4-turn-quotas-off-if-mount-failed-after-ena.patch - patches.kernel.org/6.1.40-109-ext4-only-update-i_reserved_data_blocks-on-suc.patch - patches.kernel.org/6.1.40-110-fs-dlm-revert-check-required-context-while-clo.patch - patches.kernel.org/6.1.40-111-soc-qcom-mdt_loader-Fix-unconditional-call-to-.patch - patches.kernel.org/6.1.40-112-ext2-dax-Fix-ext2_setsize-when-len-is-page-ali.patch - patches.kernel.org/6.1.40-113-jfs-jfs_dmap-Validate-db_l2nbperpage-while-mou.patch - patches.kernel.org/6.1.40-114-hwrng-imx-rngc-fix-the-timeout-for-init-and-se.patch - patches.kernel.org/6.1.40-115-dm-integrity-reduce-vmalloc-space-footprint-on.patch - patches.kernel.org/6.1.40-116-scsi-mpi3mr-Propagate-sense-data-for-admin-que.patch - patches.kernel.org/6.1.40-117-s390-zcrypt-do-not-retry-administrative-reques.patch - patches.kernel.org/6.1.40-118-PCI-PM-Avoid-putting-EloPOS-E2-S2-H2-PCIe-Port.patch - patches.kernel.org/6.1.40-119-PCI-Release-resource-invalidated-by-coalescing.patch - patches.kernel.org/6.1.40-120-PCI-Add-function-1-DMA-alias-quirk-for-Marvell.patch - patches.kernel.org/6.1.40-121-PCI-qcom-Disable-write-access-to-read-only-reg.patch - patches.kernel.org/6.1.40-122-PCI-epf-test-Fix-DMA-transfer-completion-initi.patch - patches.kernel.org/6.1.40-123-PCI-epf-test-Fix-DMA-transfer-completion-detec.patch - patches.kernel.org/6.1.40-124-PCI-rockchip-Assert-PCI-Configuration-Enable-b.patch - patches.kernel.org/6.1.40-125-PCI-rockchip-Write-PCI-Device-ID-to-correct-re.patch - patches.kernel.org/6.1.40-126-PCI-rockchip-Add-poll-and-timeout-to-wait-for-.patch - patches.kernel.org/6.1.40-127-PCI-rockchip-Fix-legacy-IRQ-generation-for-RK3.patch - patches.kernel.org/6.1.40-128-PCI-rockchip-Use-u32-variable-to-access-32-bit.patch - patches.kernel.org/6.1.40-129-PCI-rockchip-Set-address-alignment-for-endpoin.patch - patches.kernel.org/6.1.40-130-misc-pci_endpoint_test-Free-IRQs-before-removi.patch - patches.kernel.org/6.1.40-131-misc-pci_endpoint_test-Re-init-completion-for-.patch - patches.kernel.org/6.1.40-132-mfd-pm8008-Fix-module-autoloading.patch - patches.kernel.org/6.1.40-133-md-raid0-add-discard-support-for-the-original-.patch - patches.kernel.org/6.1.40-134-dm-init-add-dm-mod.waitfor-to-wait-for-asynchr.patch - patches.kernel.org/6.1.40-135-fs-dlm-return-positive-pid-value-for-F_GETLK.patch - patches.kernel.org/6.1.40-136-fs-dlm-fix-cleanup-pending-ops-when-interrupte.patch - patches.kernel.org/6.1.40-137-fs-dlm-interrupt-posix-locks-only-when-process.patch - patches.kernel.org/6.1.40-138-fs-dlm-make-F_SETLK-use-unkillable-wait_event.patch - patches.kernel.org/6.1.40-139-fs-dlm-fix-mismatch-of-plock-results-from-user.patch - patches.kernel.org/6.1.40-140-scsi-lpfc-Fix-double-free-in-lpfc_cmpl_els_log.patch - patches.kernel.org/6.1.40-141-drm-atomic-Allow-vblank-enabled-self-refresh-d.patch - patches.kernel.org/6.1.40-142-drm-rockchip-vop-Leave-vblank-enabled-in-self-.patch - patches.kernel.org/6.1.40-143-drm-amd-display-fix-seamless-odm-transitions.patch - patches.kernel.org/6.1.40-144-drm-amd-display-edp-do-not-add-non-edid-timing.patch - patches.kernel.org/6.1.40-145-drm-amd-display-Remove-Phantom-Pipe-Check-When.patch - patches.kernel.org/6.1.40-146-drm-amd-display-disable-seamless-boot-if-force.patch - patches.kernel.org/6.1.40-147-drm-amdgpu-fix-clearing-mappings-for-BOs-that-.patch - patches.kernel.org/6.1.40-148-drm-amd-Disable-PSR-SU-on-Parade-0803-TCON.patch - patches.kernel.org/6.1.40-149-drm-amd-display-add-a-NULL-pointer-check.patch - patches.kernel.org/6.1.40-150-drm-amd-display-Correct-DMUB_FW_VERSION-macro.patch - patches.kernel.org/6.1.40-151-drm-amd-display-Add-monitor-specific-edid-quir.patch - patches.kernel.org/6.1.40-152-drm-amdgpu-avoid-restore-process-run-into-dead.patch - patches.kernel.org/6.1.40-153-drm-ttm-Don-t-leak-a-resource-on-swapout-move-.patch - patches.kernel.org/6.1.40-154-serial-atmel-don-t-enable-IRQs-prematurely.patch - patches.kernel.org/6.1.40-155-tty-serial-samsung_tty-Fix-a-memory-leak-in-s3.patch - patches.kernel.org/6.1.40-156-tty-serial-samsung_tty-Fix-a-memory-leak-in-s3.patch - patches.kernel.org/6.1.40-157-tty-serial-imx-fix-rs485-rx-after-tx.patch - patches.kernel.org/6.1.40-158-firmware-stratix10-svc-Fix-a-potential-resourc.patch - patches.kernel.org/6.1.40-159-libceph-harden-msgr2.1-frame-segment-length-ch.patch - patches.kernel.org/6.1.40-160-ceph-add-a-dedicated-private-data-for-netfs-rr.patch - patches.kernel.org/6.1.40-161-ceph-fix-blindly-expanding-the-readahead-windo.patch - patches.kernel.org/6.1.40-162-ceph-don-t-let-check_caps-skip-sending-respons.patch - patches.kernel.org/6.1.40-163-xhci-Fix-resume-issue-of-some-ZHAOXIN-hosts.patch - patches.kernel.org/6.1.40-164-xhci-Fix-TRB-prefetch-issue-of-ZHAOXIN-hosts.patch - patches.kernel.org/6.1.40-165-xhci-Show-ZHAOXIN-xHCI-root-hub-speed-correctl.patch - patches.kernel.org/6.1.40-166-meson-saradc-fix-clock-divider-mask-length.patch - patches.kernel.org/6.1.40-167-opp-Fix-use-after-free-in-lazy_opp_tables-afte.patch - patches.kernel.org/6.1.40-168-soundwire-qcom-fix-storing-port-config-out-of-.patch - patches.kernel.org/6.1.40-169-Revert-8250-add-support-for-ASIX-devices-with-.patch - patches.kernel.org/6.1.40-170-bus-ixp4xx-fix-IXP4XX_EXP_T1_MASK.patch - patches.kernel.org/6.1.40-171-s390-decompressor-fix-misaligned-symbol-build-.patch - patches.kernel.org/6.1.40-172-dm-verity-loadpin-Add-NULL-pointer-check-for-b.patch - patches.kernel.org/6.1.40-173-tracing-histograms-Add-histograms-to-hist_vars.patch - patches.kernel.org/6.1.40-174-tracing-Fix-memory-leak-of-iter-temp-when-read.patch - patches.kernel.org/6.1.40-175-nvme-don-t-reject-probe-due-to-duplicate-IDs-f.patch - patches.kernel.org/6.1.40-176-samples-ftrace-Save-required-argument-register.patch - patches.kernel.org/6.1.40-177-perf-RISC-V-Remove-PERF_HES_STOPPED-flag-check.patch - patches.kernel.org/6.1.40-178-regmap-irq-Fix-out-of-bounds-access-when-alloc.patch - patches.kernel.org/6.1.40-179-net-ena-fix-shift-out-of-bounds-in-exponential.patch - patches.kernel.org/6.1.40-180-ring-buffer-Fix-deadloop-issue-on-reading-trac.patch - patches.kernel.org/6.1.40-181-ftrace-Fix-possible-warning-on-checking-all-pa.patch - patches.kernel.org/6.1.40-182-drm-amd-pm-share-the-code-around-SMU13-pcie-pa.patch - patches.kernel.org/6.1.40-183-drm-amd-pm-conditionally-disable-pcie-lane-spe.patch - patches.kernel.org/6.1.40-184-cifs-if-deferred-close-is-disabled-then-close-.patch - patches.kernel.org/6.1.40-185-xtensa-ISS-fix-call-to-split_if_spec.patch - patches.kernel.org/6.1.40-186-perf-x86-Fix-lockdep-warning-in-for_each_sibli.patch - patches.kernel.org/6.1.40-187-PM-QoS-Restore-support-for-default-value-on-fr.patch - patches.kernel.org/6.1.40-188-pwm-meson-modify-and-simplify-calculation-in-m.patch - patches.kernel.org/6.1.40-189-pwm-meson-fix-handling-of-period-duty-if-great.patch - patches.kernel.org/6.1.40-190-fprobe-Release-rethook-after-the-ftrace_ops-is.patch - patches.kernel.org/6.1.40-191-fprobe-Ensure-running-fprobe_exit_handler-fini.patch - patches.kernel.org/6.1.40-192-tracing-Fix-null-pointer-dereference-in-tracin.patch - patches.kernel.org/6.1.40-193-selftests-mptcp-connect-fail-if-nft-supposed-t.patch - patches.kernel.org/6.1.40-194-selftests-mptcp-sockopt-return-error-if-wrong-.patch - patches.kernel.org/6.1.40-195-selftests-mptcp-userspace_pm-use-correct-serve.patch - patches.kernel.org/6.1.40-196-selftests-mptcp-userspace_pm-report-errors-wit.patch - patches.kernel.org/6.1.40-197-selftests-mptcp-depend-on-SYN_COOKIES.patch - patches.kernel.org/6.1.40-198-selftests-mptcp-pm_nl_ctl-fix-32-bit-support.patch - patches.kernel.org/6.1.40-199-tracing-probes-Fix-not-to-count-error-code-to-.patch - patches.kernel.org/6.1.40-200-tracing-probes-Fix-to-update-dynamic-data-coun.patch - patches.kernel.org/6.1.40-201-tracing-user_events-Fix-struct-arg-size-match-.patch - patches.kernel.org/6.1.40-202-scsi-qla2xxx-Multi-que-support-for-TMF.patch - patches.kernel.org/6.1.40-203-scsi-qla2xxx-Fix-task-management-cmd-failure.patch - patches.kernel.org/6.1.40-204-scsi-qla2xxx-Fix-task-management-cmd-fail-due-.patch - patches.kernel.org/6.1.40-205-scsi-qla2xxx-Fix-hang-in-task-management.patch - patches.kernel.org/6.1.40-206-scsi-qla2xxx-Wait-for-io-return-on-terminate-r.patch - patches.kernel.org/6.1.40-207-scsi-qla2xxx-Fix-mem-access-after-free.patch - patches.kernel.org/6.1.40-208-scsi-qla2xxx-Array-index-may-go-out-of-bound.patch - patches.kernel.org/6.1.40-209-scsi-qla2xxx-Avoid-fcport-pointer-dereference.patch - patches.kernel.org/6.1.40-210-scsi-qla2xxx-Fix-buffer-overrun.patch - patches.kernel.org/6.1.40-211-scsi-qla2xxx-Fix-potential-NULL-pointer-derefe.patch - patches.kernel.org/6.1.40-212-scsi-qla2xxx-Check-valid-rport-returned-by-fc_.patch - patches.kernel.org/6.1.40-213-scsi-qla2xxx-Correct-the-index-of-array.patch - patches.kernel.org/6.1.40-214-scsi-qla2xxx-Pointer-may-be-dereferenced.patch - patches.kernel.org/6.1.40-215-scsi-qla2xxx-Remove-unused-nvme_ls_waitq-wait-.patch - patches.kernel.org/6.1.40-216-scsi-qla2xxx-Fix-end-of-loop-test.patch - patches.kernel.org/6.1.40-217-MIPS-kvm-Fix-build-error-with-KVM_MIPS_DEBUG_C.patch - patches.kernel.org/6.1.40-218-Revert-drm-amd-Disable-PSR-SU-on-Parade-0803-T.patch - patches.kernel.org/6.1.40-219-swiotlb-mark-swiotlb_memblock_alloc-as-__init.patch - patches.kernel.org/6.1.40-220-net-sched-sch_qfq-reintroduce-lmax-bound-check.patch - patches.kernel.org/6.1.40-221-drm-atomic-Fix-potential-use-after-free-in-non.patch - patches.kernel.org/6.1.40-222-net-ncsi-make-one-oem_gma-function-for-all-mfr.patch - patches.kernel.org/6.1.40-223-net-ncsi-change-from-ndo_set_mac_address-to-de.patch - patches.kernel.org/6.1.40-224-Linux-6.1.40.patch - patches.kernel.org/6.1.41-001-x86-cpu-amd-Move-the-errata-checking-functiona.patch - patches.kernel.org/6.1.41-002-x86-cpu-amd-Add-a-Zenbleed-fix.patch - patches.kernel.org/6.1.41-003-Linux-6.1.41.patch - patches.kernel.org/6.1.42-001-io_uring-treat-EAGAIN-for-REQ_F_NOWAIT-as-fina.patch - patches.kernel.org/6.1.42-002-ALSA-hda-realtek-remove-3k-pull-low-procedure.patch - patches.kernel.org/6.1.42-003-ALSA-hda-realtek-Add-quirk-for-Clevo-NS70AU.patch - patches.kernel.org/6.1.42-004-ALSA-hda-realtek-Enable-Mute-LED-on-HP-Laptop-.patch - patches.kernel.org/6.1.42-005-maple_tree-set-the-node-limit-when-creating-a-.patch - patches.kernel.org/6.1.42-006-maple_tree-fix-node-allocation-testing-on-32-b.patch - patches.kernel.org/6.1.42-007-keys-Fix-linking-a-duplicate-key-to-a-keyring-.patch - patches.kernel.org/6.1.42-008-perf-probe-Add-test-for-regression-introduced-.patch - patches.kernel.org/6.1.42-009-btrfs-fix-warning-when-putting-transaction-wit.patch - patches.kernel.org/6.1.42-010-fuse-revalidate-don-t-invalidate-if-interrupte.patch - patches.kernel.org/6.1.42-011-fuse-Apply-flags2-only-when-userspace-set-the-.patch - patches.kernel.org/6.1.42-012-btrfs-set_page_extent_mapped-after-read_folio-.patch - patches.kernel.org/6.1.42-013-btrfs-zoned-fix-memory-leak-after-finding-bloc.patch - patches.kernel.org/6.1.42-014-fuse-ioctl-translate-ENOSYS-in-outarg.patch - patches.kernel.org/6.1.42-015-btrfs-fix-race-between-balance-and-cancel-paus.patch - patches.kernel.org/6.1.42-016-selftests-tc-set-timeout-to-15-minutes.patch - patches.kernel.org/6.1.42-017-selftests-tc-add-ct-action-kconfig-dep.patch - patches.kernel.org/6.1.42-018-regmap-Drop-initial-version-of-maximum-transfe.patch - patches.kernel.org/6.1.42-019-of-Preserve-of-display-device-name-for-compati.patch - patches.kernel.org/6.1.42-020-regmap-Account-for-register-length-in-SMBus-I-.patch - patches.kernel.org/6.1.42-021-arm64-fpsimd-Ensure-SME-storage-is-allocated-a.patch - patches.kernel.org/6.1.42-022-can-mcp251xfd-__mcp251xfd_chip_set_mode-increa.patch - patches.kernel.org/6.1.42-023-can-bcm-Fix-UAF-in-bcm_proc_show.patch - patches.kernel.org/6.1.42-024-can-gs_usb-gs_can_open-improve-error-handling.patch - patches.kernel.org/6.1.42-025-selftests-tc-add-ConnTrack-procfs-kconfig.patch - patches.kernel.org/6.1.42-026-dma-buf-dma-resv-Stop-leaking-on-krealloc-fail.patch - patches.kernel.org/6.1.42-027-drm-amdgpu-vkms-relax-timer-deactivation-by-hr.patch - patches.kernel.org/6.1.42-028-drm-amdgpu-pm-make-gfxclock-consistent-for-sie.patch - patches.kernel.org/6.1.42-029-drm-amdgpu-pm-make-mclk-consistent-for-smu-13..patch - patches.kernel.org/6.1.42-030-drm-client-Fix-memory-leak-in-drm_client_targe.patch - patches.kernel.org/6.1.42-031-drm-client-Fix-memory-leak-in-drm_client_modes.patch - patches.kernel.org/6.1.42-032-drm-amd-display-only-accept-async-flips-for-fa.patch - patches.kernel.org/6.1.42-033-drm-amd-display-Disable-MPC-split-by-default-o.patch - patches.kernel.org/6.1.42-034-drm-amd-display-check-TG-is-non-null-before-ch.patch - patches.kernel.org/6.1.42-035-drm-amd-display-Keep-PHY-active-for-DP-display.patch - patches.kernel.org/6.1.42-036-ASoC-fsl_sai-Disable-bit-clock-with-transmitte.patch - patches.kernel.org/6.1.42-037-ASoC-fsl_sai-Revert-ASoC-fsl_sai-Enable-MCTL_M.patch - patches.kernel.org/6.1.42-038-ASoC-tegra-Fix-ADX-byte-map.patch - patches.kernel.org/6.1.42-039-ASoC-rt5640-Fix-sleep-in-atomic-context.patch - patches.kernel.org/6.1.42-040-ASoC-cs42l51-fix-driver-to-properly-autoload-w.patch - patches.kernel.org/6.1.42-041-ASoC-codecs-wcd938x-fix-missing-clsh-ctrl-erro.patch - patches.kernel.org/6.1.42-042-ASoC-codecs-wcd-mbhc-v2-fix-resource-leaks-on-.patch - patches.kernel.org/6.1.42-043-ASoC-qdsp6-audioreach-fix-topology-probe-defer.patch - patches.kernel.org/6.1.42-044-ASoC-tegra-Fix-AMX-byte-map.patch - patches.kernel.org/6.1.42-045-ASoC-codecs-wcd938x-fix-resource-leaks-on-comp.patch - patches.kernel.org/6.1.42-046-ASoC-codecs-wcd938x-fix-missing-mbhc-init-erro.patch - patches.kernel.org/6.1.42-047-ASoC-codecs-wcd934x-fix-resource-leaks-on-comp.patch - patches.kernel.org/6.1.42-048-ASoC-codecs-wcd938x-fix-codec-initialisation-r.patch - patches.kernel.org/6.1.42-049-ASoC-codecs-wcd938x-fix-soundwire-initialisati.patch - patches.kernel.org/6.1.42-050-ext4-correct-inline-offset-when-handling-xattr.patch - patches.kernel.org/6.1.42-051-drm-radeon-Fix-integer-overflow-in-radeon_cs_p.patch - patches.kernel.org/6.1.42-052-ALSA-emu10k1-roll-up-loops-in-DSP-setup-code-f.patch - patches.kernel.org/6.1.42-053-quota-Properly-disable-quotas-when-add_dquot_r.patch - patches.kernel.org/6.1.42-054-quota-fix-warning-in-dqgrab.patch - patches.kernel.org/6.1.42-055-HID-add-quirk-for-03f0-464a-HP-Elite-Presenter.patch - patches.kernel.org/6.1.42-056-ovl-check-type-and-offset-of-struct-vfsmount-i.patch - patches.kernel.org/6.1.42-057-udf-Fix-uninitialized-array-access-for-some-pa.patch - patches.kernel.org/6.1.42-058-fs-jfs-Fix-UBSAN-array-index-out-of-bounds-in-.patch - patches.kernel.org/6.1.42-059-MIPS-dec-prom-Address-Warray-bounds-warning.patch - patches.kernel.org/6.1.42-060-FS-JFS-Fix-null-ptr-deref-Read-in-txBegin.patch - patches.kernel.org/6.1.42-061-FS-JFS-Check-for-read-only-mounted-filesystem-.patch - patches.kernel.org/6.1.42-062-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch - patches.kernel.org/6.1.42-063-rcu-tasks-Avoid-pr_info-with-spin-lock-in-cbli.patch - patches.kernel.org/6.1.42-064-rcu-Mark-additional-concurrent-load-from-cpu_n.patch - patches.kernel.org/6.1.42-065-sched-fair-Don-t-balance-task-to-its-current-r.patch - patches.kernel.org/6.1.42-066-wifi-ath11k-fix-registration-of-6Ghz-only-phy-.patch - patches.kernel.org/6.1.42-067-bpf-Print-a-warning-only-if-writing-to-unprivi.patch - patches.kernel.org/6.1.42-068-bpf-Address-KCSAN-report-on-bpf_lru_list.patch - patches.kernel.org/6.1.42-069-bpf-tcp-Avoid-taking-fast-sock-lock-in-iterato.patch - patches.kernel.org/6.1.42-070-wifi-ath11k-add-support-default-regdb-while-se.patch - patches.kernel.org/6.1.42-071-wifi-mac80211_hwsim-Fix-possible-NULL-derefere.patch - patches.kernel.org/6.1.42-072-spi-dw-Add-compatible-for-Intel-Mount-Evans-So.patch - patches.kernel.org/6.1.42-073-wifi-ath11k-fix-memory-leak-in-WMI-firmware-st.patch - patches.kernel.org/6.1.42-074-net-ethernet-litex-add-support-for-64-bit-stat.patch - patches.kernel.org/6.1.42-075-devlink-report-devlink_port_type_warn-source-d.patch - patches.kernel.org/6.1.42-076-wifi-wext-core-Fix-Wstringop-overflow-warning-.patch - patches.kernel.org/6.1.42-077-wifi-iwlwifi-Add-support-for-new-PCI-Id.patch - patches.kernel.org/6.1.42-078-wifi-iwlwifi-mvm-avoid-baid-size-integer-overf.patch - patches.kernel.org/6.1.42-079-wifi-iwlwifi-pcie-add-device-id-51F1-for-kille.patch - patches.kernel.org/6.1.42-080-igb-Fix-igb_down-hung-on-surprise-removal.patch - patches.kernel.org/6.1.42-081-net-hns3-fix-strncpy-not-using-dest-buf-length.patch - patches.kernel.org/6.1.42-082-ASoC-amd-acp-fix-for-invalid-dai-id-handling-i.patch - patches.kernel.org/6.1.42-083-ASoC-codecs-wcd938x-fix-mbhc-impedance-logleve.patch - patches.kernel.org/6.1.42-084-ASoC-codecs-wcd938x-fix-dB-range-for-HPHL-and-.patch - patches.kernel.org/6.1.42-085-ASoC-qcom-q6apm-do-not-close-GPR-port-before-c.patch - patches.kernel.org/6.1.42-086-sched-fair-Use-recent_used_cpu-to-test-p-cpus_.patch - patches.kernel.org/6.1.42-087-sched-psi-Fix-avgs_work-re-arm-in-psi_avgs_wor.patch - patches.kernel.org/6.1.42-088-sched-psi-Rearrange-polling-code-in-preparatio.patch - patches.kernel.org/6.1.42-089-sched-psi-Rename-existing-poll-members-in-prep.patch - patches.kernel.org/6.1.42-090-sched-psi-Extract-update_triggers-side-effect.patch - patches.kernel.org/6.1.42-091-sched-psi-Allow-unprivileged-polling-of-N-2s-p.patch - patches.kernel.org/6.1.42-092-sched-psi-use-kernfs-polling-functions-for-PSI.patch - patches.kernel.org/6.1.42-093-pinctrl-renesas-rzv2m-Handle-non-unique-subnod.patch - patches.kernel.org/6.1.42-094-pinctrl-renesas-rzg2l-Handle-non-unique-subnod.patch - patches.kernel.org/6.1.42-095-spi-bcm63xx-fix-max-prepend-length.patch - patches.kernel.org/6.1.42-096-fbdev-imxfb-warn-about-invalid-left-right-marg.patch - patches.kernel.org/6.1.42-097-fbdev-imxfb-Removed-unneeded-release_mem_regio.patch - patches.kernel.org/6.1.42-098-perf-build-Fix-library-not-found-error-when-us.patch - patches.kernel.org/6.1.42-099-btrfs-be-a-bit-more-careful-when-setting-mirro.patch - patches.kernel.org/6.1.42-100-spi-s3c64xx-clear-loopback-bit-after-loopback-.patch - patches.kernel.org/6.1.42-101-kallsyms-Improve-the-performance-of-kallsyms_l.patch - patches.kernel.org/6.1.42-102-kallsyms-Correctly-sequence-symbols-when-CONFI.patch - patches.kernel.org/6.1.42-103-kallsyms-strip-LTO-only-suffixes-from-promoted.patch - patches.kernel.org/6.1.42-104-dsa-mv88e6xxx-Do-a-final-check-before-timing-o.patch - patches.kernel.org/6.1.42-105-net-ethernet-ti-cpsw_ale-Fix-cpsw_ale_get_fiel.patch - patches.kernel.org/6.1.42-106-bridge-Add-extack-warning-when-enabling-STP-in.patch - patches.kernel.org/6.1.42-107-net-ethernet-mtk_eth_soc-handle-probe-deferral.patch - patches.kernel.org/6.1.42-108-cifs-fix-mid-leak-during-reconnection-after-ti.patch - patches.kernel.org/6.1.42-109-ASoC-SOF-ipc3-dtrace-uninitialized-data-in-dfs.patch - patches.kernel.org/6.1.42-110-net-sched-cls_matchall-Undo-tcf_bind_filter-in.patch - patches.kernel.org/6.1.42-111-net-sched-cls_u32-Undo-tcf_bind_filter-if-u32_.patch - patches.kernel.org/6.1.42-112-net-sched-cls_u32-Undo-refcount-decrement-in-c.patch - patches.kernel.org/6.1.42-113-net-sched-cls_bpf-Undo-tcf_bind_filter-in-case.patch - patches.kernel.org/6.1.42-114-net-dsa-microchip-ksz8-Separate-static-MAC-tab.patch - patches.kernel.org/6.1.42-115-net-dsa-microchip-ksz8-Make-ksz8_r_sta_mac_tab.patch - patches.kernel.org/6.1.42-116-net-dsa-microchip-ksz8_r_sta_mac_table-Avoid-u.patch - patches.kernel.org/6.1.42-117-net-dsa-microchip-correct-KSZ8795-static-MAC-t.patch - patches.kernel.org/6.1.42-118-iavf-Fix-use-after-free-in-free_netdev.patch - patches.kernel.org/6.1.42-119-iavf-Fix-out-of-bounds-when-setting-channels-o.patch - patches.kernel.org/6.1.42-120-iavf-use-internal-state-to-free-traffic-IRQs.patch - patches.kernel.org/6.1.42-121-iavf-Move-netdev_update_features-into-watchdog.patch - patches.kernel.org/6.1.42-122-iavf-send-VLAN-offloading-caps-once-after-VFR.patch - patches.kernel.org/6.1.42-123-iavf-make-functions-static-where-possible.patch - patches.kernel.org/6.1.42-124-iavf-Wait-for-reset-in-callbacks-which-trigger.patch - patches.kernel.org/6.1.42-125-iavf-fix-a-deadlock-caused-by-rtnl-and-driver-.patch - patches.kernel.org/6.1.42-126-iavf-fix-reset-task-race-with-iavf_remove.patch - patches.kernel.org/6.1.42-127-security-keys-Modify-mismatched-function-name.patch - patches.kernel.org/6.1.42-128-octeontx2-pf-Dont-allocate-BPIDs-for-LBK-inter.patch - patches.kernel.org/6.1.42-129-bpf-Fix-subprog-idx-logic-in-check_max_stack_d.patch - patches.kernel.org/6.1.42-130-bpf-Repeat-check_max_stack_depth-for-async-cal.patch - patches.kernel.org/6.1.42-131-bpf-arm64-Fix-BTI-type-used-for-freplace-attac.patch - patches.kernel.org/6.1.42-132-igc-Avoid-transmit-queue-timeout-for-XDP.patch - patches.kernel.org/6.1.42-133-igc-Prevent-garbled-TX-queue-with-XDP-ZEROCOPY.patch - patches.kernel.org/6.1.42-134-net-ipv4-use-consistent-txhash-in-TIME_WAIT-an.patch - patches.kernel.org/6.1.42-135-tcp-annotate-data-races-around-tcp_rsk-req-txh.patch - patches.kernel.org/6.1.42-136-tcp-annotate-data-races-around-tcp_rsk-req-ts_.patch - patches.kernel.org/6.1.42-137-net-ipv4-Use-kfree_sensitive-instead-of-kfree.patch - patches.kernel.org/6.1.42-138-net-ipv6-check-return-value-of-pskb_trim.patch - patches.kernel.org/6.1.42-139-Revert-tcp-avoid-the-lookup-process-failing-to.patch - patches.kernel.org/6.1.42-140-fbdev-au1200fb-Fix-missing-IRQ-check-in-au1200.patch - patches.kernel.org/6.1.42-141-llc-Don-t-drop-packet-from-non-root-netns.patch - patches.kernel.org/6.1.42-142-ALSA-hda-realtek-Fix-generic-fixup-definition-.patch - patches.kernel.org/6.1.42-143-netfilter-nf_tables-fix-spurious-set-element-i.patch - patches.kernel.org/6.1.42-144-netfilter-nf_tables-can-t-schedule-in-nft_chai.patch - patches.kernel.org/6.1.42-145-netfilter-nft_set_pipapo-fix-improper-element-.patch - patches.kernel.org/6.1.42-146-netfilter-nf_tables-skip-bound-chain-in-netns-.patch - patches.kernel.org/6.1.42-147-netfilter-nf_tables-skip-bound-chain-on-rule-f.patch - patches.kernel.org/6.1.42-148-Bluetooth-use-RCU-for-hci_conn_params-and-iter.patch - patches.kernel.org/6.1.42-149-Bluetooth-hci_event-call-disconnect-callback-b.patch - patches.kernel.org/6.1.42-150-Bluetooth-ISO-fix-iso_conn-related-locking-and.patch - patches.kernel.org/6.1.42-151-Bluetooth-hci_sync-Avoid-use-after-free-in-dbg.patch - patches.kernel.org/6.1.42-152-tcp-annotate-data-races-around-tp-tcp_tx_delay.patch - patches.kernel.org/6.1.42-153-tcp-annotate-data-races-around-tp-tsoffset.patch - patches.kernel.org/6.1.42-154-tcp-annotate-data-races-around-tp-keepalive_ti.patch - patches.kernel.org/6.1.42-155-tcp-annotate-data-races-around-tp-keepalive_in.patch - patches.kernel.org/6.1.42-156-tcp-annotate-data-races-around-tp-keepalive_pr.patch - patches.kernel.org/6.1.42-157-tcp-annotate-data-races-around-icsk-icsk_syn_r.patch - patches.kernel.org/6.1.42-158-tcp-annotate-data-races-around-tp-linger2.patch - patches.kernel.org/6.1.42-159-tcp-annotate-data-races-around-rskq_defer_acce.patch - patches.kernel.org/6.1.42-160-tcp-annotate-data-races-around-tp-notsent_lowa.patch - patches.kernel.org/6.1.42-161-tcp-annotate-data-races-around-icsk-icsk_user_.patch - patches.kernel.org/6.1.42-162-tcp-annotate-data-races-around-fastopenq.max_q.patch - patches.kernel.org/6.1.42-163-net-phy-prevent-stale-pointer-dereference-in-p.patch - patches.kernel.org/6.1.42-164-jbd2-recheck-chechpointing-non-dirty-buffer.patch - patches.kernel.org/6.1.42-165-tracing-histograms-Return-an-error-if-we-fail-.patch - patches.kernel.org/6.1.42-166-drm-ttm-fix-bulk_move-corruption-when-adding-a.patch - patches.kernel.org/6.1.42-167-spi-dw-Remove-misleading-comment-for-Mount-Eva.patch - patches.kernel.org/6.1.42-168-kallsyms-add-kallsyms_seqs_of_names-to-list-of.patch - patches.kernel.org/6.1.42-169-scripts-kallsyms.c-Make-the-comment-up-to-date.patch - patches.kernel.org/6.1.42-170-scripts-kallsyms-update-the-usage-in-the-comme.patch - patches.kernel.org/6.1.42-171-bpf-allow-precision-tracking-for-programs-with.patch - patches.kernel.org/6.1.42-172-bpf-stop-setting-precise-in-current-state.patch - patches.kernel.org/6.1.42-173-bpf-aggressively-forget-precise-markings-durin.patch - patches.kernel.org/6.1.42-174-selftests-bpf-make-test_align-selftest-more-ro.patch - patches.kernel.org/6.1.42-175-selftests-bpf-Workaround-verification-failure-.patch - patches.kernel.org/6.1.42-176-selftests-bpf-Fix-sk_assign-on-s390x.patch - patches.kernel.org/6.1.42-177-drm-amd-display-use-max_dsc_bpp-in-amdgpu_dm.patch - patches.kernel.org/6.1.42-178-drm-amd-display-fix-some-coding-style-issues.patch - patches.kernel.org/6.1.42-179-drm-dp_mst-Clear-MSG_RDY-flag-before-sending-n.patch - patches.kernel.org/6.1.42-180-drm-amd-display-force-connector-state-when-bpc.patch - patches.kernel.org/6.1.42-181-drm-amd-display-Clean-up-errors-warnings-in-am.patch - patches.kernel.org/6.1.42-182-drm-amd-display-fix-linux-dp-link-lost-handled.patch - patches.kernel.org/6.1.42-183-drm-amd-display-Add-polling-method-to-handle-M.patch - patches.kernel.org/6.1.42-184-Revert-drm-amd-display-edp-do-not-add-non-edid.patch - patches.kernel.org/6.1.42-185-Linux-6.1.42.patch - patches.kernel.org/6.1.43-001-netfilter-nf_tables-fix-underflow-in-object-re.patch - patches.kernel.org/6.1.43-002-netfilter-nf_tables-fix-underflow-in-chain-ref.patch - patches.kernel.org/6.1.43-003-platform-x86-amd-pmf-Notify-OS-power-slider-up.patch - patches.kernel.org/6.1.43-004-platform-x86-amd-pmf-reduce-verbosity-of-apmf_.patch - patches.kernel.org/6.1.43-005-drm-amd-display-Keep-PHY-active-for-dp-config.patch - patches.kernel.org/6.1.43-006-ovl-fix-null-pointer-dereference-in-ovl_permis.patch - patches.kernel.org/6.1.43-007-drm-amd-Move-helper-for-dynamic-speed-switch-c.patch - patches.kernel.org/6.1.43-008-drm-amd-Align-SMU11-SMU_MSG_OverridePcieParame.patch - patches.kernel.org/6.1.43-009-jbd2-Fix-wrongly-judgement-for-buffer-head-rem.patch - patches.kernel.org/6.1.43-010-blk-mq-Fix-stall-due-to-recursive-flush-plug.patch - patches.kernel.org/6.1.43-011-powerpc-pseries-vas-Hold-mmap_mutex-after-mmap.patch - patches.kernel.org/6.1.43-012-KVM-s390-pv-fix-index-value-of-replaced-ASCE.patch - patches.kernel.org/6.1.43-013-io_uring-don-t-audit-the-capability-check-in-i.patch - patches.kernel.org/6.1.43-014-gpio-tps68470-Make-tps68470_gpio_output-always.patch - patches.kernel.org/6.1.43-015-pwm-Add-a-stub-for-devm_pwmchip_add.patch - patches.kernel.org/6.1.43-016-gpio-mvebu-Make-use-of-devm_pwmchip_add.patch - patches.kernel.org/6.1.43-017-gpio-mvebu-fix-irq-domain-leak.patch - patches.kernel.org/6.1.43-018-btrfs-fix-race-between-quota-disable-and-reloc.patch - patches.kernel.org/6.1.43-019-i2c-Delete-error-messages-for-failed-memory-al.patch - patches.kernel.org/6.1.43-020-i2c-Improve-size-determinations.patch - patches.kernel.org/6.1.43-021-i2c-nomadik-Remove-unnecessary-goto-label.patch - patches.kernel.org/6.1.43-022-i2c-nomadik-Use-devm_clk_get_enabled.patch - patches.kernel.org/6.1.43-023-i2c-nomadik-Remove-a-useless-call-in-the-remov.patch - patches.kernel.org/6.1.43-024-MIPS-Loongson-Move-arch-cflags-to-MIPS-top-lev.patch - patches.kernel.org/6.1.43-025-MIPS-Loongson-Fix-build-error-when-make-module.patch - patches.kernel.org/6.1.43-026-PCI-ASPM-Return-0-or-ETIMEDOUT-from-pcie_retra.patch - patches.kernel.org/6.1.43-027-PCI-ASPM-Factor-out-pcie_wait_for_retrain.patch - patches.kernel.org/6.1.43-028-PCI-ASPM-Avoid-link-retraining-race.patch - patches.kernel.org/6.1.43-029-PCI-rockchip-Remove-writes-to-unused-registers.patch - patches.kernel.org/6.1.43-030-PCI-rockchip-Fix-window-mapping-and-address-tr.patch - patches.kernel.org/6.1.43-031-PCI-rockchip-Don-t-advertise-MSI-X-in-PCIe-cap.patch - patches.kernel.org/6.1.43-032-drm-amd-display-add-FB_DAMAGE_CLIPS-support.patch - patches.kernel.org/6.1.43-033-drm-amd-display-Check-if-link-state-is-valid.patch - patches.kernel.org/6.1.43-034-drm-amd-display-Rework-context-change-check.patch - patches.kernel.org/6.1.43-035-drm-amd-display-Enable-new-commit-sequence-onl.patch - patches.kernel.org/6.1.43-036-drm-amd-display-Copy-DC-context-in-the-commit-.patch - patches.kernel.org/6.1.43-037-drm-amd-display-Include-surface-of-unaffected-.patch - patches.kernel.org/6.1.43-038-drm-amd-display-Use-min-transition-for-all-Sub.patch - patches.kernel.org/6.1.43-039-drm-amd-display-add-ODM-case-when-looking-for-.patch - patches.kernel.org/6.1.43-040-drm-amd-display-use-low-clocks-for-no-plane-co.patch - patches.kernel.org/6.1.43-041-drm-amd-display-fix-unbounded-requesting-for-h.patch - patches.kernel.org/6.1.43-042-drm-amd-display-add-pixel-rate-based-CRB-alloc.patch - patches.kernel.org/6.1.43-043-drm-amd-display-fix-dcn315-single-stream-crb-a.patch - patches.kernel.org/6.1.43-044-drm-amd-display-Update-correct-DCN314-register.patch - patches.kernel.org/6.1.43-045-drm-amd-display-Set-minimum-requirement-for-us.patch - patches.kernel.org/6.1.43-046-drm-amd-display-Set-minimum-requirement-for-us.patch - patches.kernel.org/6.1.43-047-drm-ttm-Don-t-print-error-message-if-eviction-.patch - patches.kernel.org/6.1.43-048-drm-ttm-Don-t-leak-a-resource-on-eviction-erro.patch - patches.kernel.org/6.1.43-049-n_tty-Rename-tail-to-old_tail-in-n_tty_read.patch - patches.kernel.org/6.1.43-050-tty-fix-hang-on-tty-device-with-no_room-set.patch - patches.kernel.org/6.1.43-051-drm-ttm-never-consider-pinned-BOs-for-eviction.patch - patches.kernel.org/6.1.43-052-KVM-arm64-Condition-HW-AF-updates-on-config-op.patch - patches.kernel.org/6.1.43-053-arm64-errata-Mitigate-Ampere1-erratum-AC03_CPU.patch - patches.kernel.org/6.1.43-054-mptcp-introduce-sk-to-replace-sock-sk-in-mptcp.patch - patches.kernel.org/6.1.43-055-mptcp-do-not-rely-on-implicit-state-check-in-m.patch - patches.kernel.org/6.1.43-056-tracing-probes-Add-symstr-type-for-dynamic-eve.patch - patches.kernel.org/6.1.43-057-tracing-probes-Fix-to-avoid-double-count-of-th.patch - patches.kernel.org/6.1.43-058-tracing-Allow-synthetic-events-to-pass-around-.patch - patches.kernel.org/6.1.43-059-Revert-tracing-Add-fault-name-injection-to-ker.patch - patches.kernel.org/6.1.43-060-tracing-probes-Fix-to-record-0-length-data_loc.patch - patches.kernel.org/6.1.43-061-test_maple_tree-test-modifications-while-itera.patch - patches.kernel.org/6.1.43-062-maple_tree-add-__init-and-__exit-to-test-modul.patch - patches.kernel.org/6.1.43-063-maple_tree-fix-32-bit-mas_next-testing.patch - patches.kernel.org/6.1.43-064-drm-amd-display-Rework-comments-on-dc-file.patch - patches.kernel.org/6.1.43-065-drm-amd-display-fix-dc-core-dc.c-kernel-doc.patch - patches.kernel.org/6.1.43-066-drm-amd-display-Add-FAMS-validation-before-try.patch - patches.kernel.org/6.1.43-067-drm-amd-display-update-extended-blank-for-dcn3.patch - patches.kernel.org/6.1.43-068-drm-amd-display-Fix-possible-underflow-for-dis.patch - patches.kernel.org/6.1.43-069-drm-amd-display-Prevent-vtotal-from-being-set-.patch - patches.kernel.org/6.1.43-070-phy-phy-mtk-dp-Fix-an-error-code-in-probe.patch - patches.kernel.org/6.1.43-071-phy-qcom-snps-correct-struct-qcom_snps_hsphy-k.patch - patches.kernel.org/6.1.43-072-phy-qcom-snps-femto-v2-keep-cfg_ahb_clk-enable.patch - patches.kernel.org/6.1.43-073-phy-qcom-snps-femto-v2-properly-enable-ref-clo.patch - patches.kernel.org/6.1.43-074-soundwire-qcom-update-status-correctly-with-ma.patch - patches.kernel.org/6.1.43-075-media-staging-atomisp-select-V4L2_FWNODE.patch - patches.kernel.org/6.1.43-076-media-amphion-Fix-firmware-path-to-match-linux.patch - patches.kernel.org/6.1.43-077-i40e-Fix-an-NULL-vs-IS_ERR-bug-for-debugfs_cre.patch - patches.kernel.org/6.1.43-078-iavf-fix-potential-deadlock-on-allocation-fail.patch - patches.kernel.org/6.1.43-079-iavf-check-for-removal-state-before-IAVF_FLAG_.patch - patches.kernel.org/6.1.43-080-net-phy-marvell10g-fix-88x3310-power-up.patch - patches.kernel.org/6.1.43-081-net-hns3-fix-the-imp-capability-bit-cannot-exc.patch - patches.kernel.org/6.1.43-082-net-hns3-fix-wrong-tc-bandwidth-weight-data-is.patch - patches.kernel.org/6.1.43-083-net-hns3-fix-wrong-bw-weight-of-disabled-tc-is.patch - patches.kernel.org/6.1.43-084-vxlan-calculate-correct-header-length-for-GPE.patch - patches.kernel.org/6.1.43-085-vxlan-generalize-vxlan_parse_gpe_hdr-and-remov.patch - patches.kernel.org/6.1.43-086-vxlan-fix-GRO-with-VXLAN-GPE.patch - patches.kernel.org/6.1.43-087-phy-hisilicon-Fix-an-out-of-bounds-check-in-hi.patch - patches.kernel.org/6.1.43-088-atheros-fix-return-value-check-in-atl1_tso.patch - patches.kernel.org/6.1.43-089-ethernet-atheros-fix-return-value-check-in-atl.patch - patches.kernel.org/6.1.43-090-ipv6-addrconf-fix-bug-where-deleting-a-mngtmpa.patch - patches.kernel.org/6.1.43-091-tcp-Reduce-chance-of-collisions-in-inet6_hashf.patch - patches.kernel.org/6.1.43-092-ice-Fix-memory-management-in-ice_ethtool_fdir..patch - patches.kernel.org/6.1.43-093-bonding-reset-bond-s-flags-when-down-link-is-P.patch - patches.kernel.org/6.1.43-094-team-reset-team-s-flags-when-down-link-is-P2P-.patch - patches.kernel.org/6.1.43-095-octeontx2-af-Removed-unnecessary-debug-message.patch - patches.kernel.org/6.1.43-096-octeontx2-af-Fix-hash-extraction-enable-config.patch - patches.kernel.org/6.1.43-097-net-stmmac-Apply-redundant-write-work-around-o.patch - patches.kernel.org/6.1.43-098-platform-x86-msi-laptop-Fix-rfkill-out-of-sync.patch - patches.kernel.org/6.1.43-099-x86-traps-Fix-load_unaligned_zeropad-handling-.patch - patches.kernel.org/6.1.43-100-igc-Fix-Kernel-Panic-during-ndo_tx_timeout-cal.patch - patches.kernel.org/6.1.43-101-netfilter-nft_set_rbtree-fix-overlap-expiratio.patch - patches.kernel.org/6.1.43-102-netfilter-nf_tables-skip-immediate-deactivate-.patch - patches.kernel.org/6.1.43-103-netfilter-nf_tables-disallow-rule-addition-to-.patch - patches.kernel.org/6.1.43-104-mm-suppress-mm-fault-logging-if-fatal-signal-a.patch - patches.kernel.org/6.1.43-105-net-sched-mqprio-refactor-nlattr-parsing-to-a-.patch - patches.kernel.org/6.1.43-106-net-sched-mqprio-add-extack-to-mqprio_parse_nl.patch - patches.kernel.org/6.1.43-107-net-sched-mqprio-Add-length-check-for-TCA_MQPR.patch - patches.kernel.org/6.1.43-108-benet-fix-return-value-check-in-be_lancer_xmit.patch - patches.kernel.org/6.1.43-109-tipc-check-return-value-of-pskb_trim.patch - patches.kernel.org/6.1.43-110-tipc-stop-tipc-crypto-on-failure-in-tipc_node_.patch - patches.kernel.org/6.1.43-111-RDMA-mlx4-Make-check-for-invalid-flags-stricte.patch - patches.kernel.org/6.1.43-112-drm-msm-dpu-drop-enum-dpu_core_perf_data_bus_i.patch - patches.kernel.org/6.1.43-113-drm-msm-adreno-Fix-snapshot-BINDLESS_DATA-size.patch - patches.kernel.org/6.1.43-114-RDMA-irdma-Add-missing-read-barriers.patch - patches.kernel.org/6.1.43-115-RDMA-irdma-Fix-data-race-on-CQP-completion-sta.patch - patches.kernel.org/6.1.43-116-RDMA-irdma-Fix-data-race-on-CQP-request-done.patch - patches.kernel.org/6.1.43-117-RDMA-mthca-Fix-crash-when-polling-CQ-for-share.patch - patches.kernel.org/6.1.43-118-RDMA-bnxt_re-Prevent-handling-any-completions-.patch - patches.kernel.org/6.1.43-119-drm-msm-Fix-IS_ERR_OR_NULL-vs-NULL-check-in-a5.patch - patches.kernel.org/6.1.43-120-cxl-acpi-Fix-a-use-after-free-in-cxl_parse_cfm.patch - patches.kernel.org/6.1.43-121-cxl-acpi-Return-rc-instead-of-0-in-cxl_parse_c.patch - patches.kernel.org/6.1.43-122-ASoC-fsl_spdif-Silence-output-on-stop.patch - patches.kernel.org/6.1.43-123-block-Fix-a-source-code-comment-in-include-uap.patch - patches.kernel.org/6.1.43-124-smb3-do-not-set-NTLMSSP_VERSION-flag-for-negot.patch - patches.kernel.org/6.1.43-125-drm-i915-Fix-an-error-handling-path-in-igt_wri.patch - patches.kernel.org/6.1.43-126-xenbus-check-xen_domain-in-xenbus_probe_initca.patch - patches.kernel.org/6.1.43-127-dm-raid-fix-missing-reconfig_mutex-unlock-in-r.patch - patches.kernel.org/6.1.43-128-dm-raid-clean-up-four-equivalent-goto-tags-in-.patch - patches.kernel.org/6.1.43-129-dm-raid-protect-md_stop-with-reconfig_mutex.patch - patches.kernel.org/6.1.43-130-drm-amd-Fix-an-error-handling-mistake-in-psp_s.patch - patches.kernel.org/6.1.43-131-drm-amd-display-Unlock-on-error-path-in-dm_han.patch - patches.kernel.org/6.1.43-132-RDMA-irdma-Fix-op_type-reporting-in-CQEs.patch - patches.kernel.org/6.1.43-133-RDMA-irdma-Report-correct-WC-error.patch - patches.kernel.org/6.1.43-134-drm-msm-Switch-idr_lock-to-spinlock.patch - patches.kernel.org/6.1.43-135-drm-msm-Disallow-submit-with-fence-id-0.patch - patches.kernel.org/6.1.43-136-ublk_drv-move-ublk_get_device_from_id-into-ubl.patch - patches.kernel.org/6.1.43-137-ublk-fail-to-start-device-if-queue-setup-is-in.patch - patches.kernel.org/6.1.43-138-ublk-fail-to-recover-device-if-queue-setup-is-.patch - patches.kernel.org/6.1.43-139-ata-pata_ns87415-mark-ns87560_tf_read-static.patch - patches.kernel.org/6.1.43-140-ring-buffer-Fix-wrong-stat-of-cpu_buffer-read.patch - patches.kernel.org/6.1.43-141-tracing-Fix-warning-in-trace_buffered_event_di.patch - patches.kernel.org/6.1.43-142-Revert-usb-gadget-tegra-xudc-Fix-error-check-i.patch - patches.kernel.org/6.1.43-143-usb-gadget-call-usb_gadget_check_config-to-ver.patch - patches.kernel.org/6.1.43-144-USB-gadget-Fix-the-memory-leak-in-raw_gadget-d.patch - patches.kernel.org/6.1.43-145-usb-gadget-core-remove-unbalanced-mutex_unlock.patch - patches.kernel.org/6.1.43-146-KVM-Grab-a-reference-to-KVM-for-VM-and-vCPU-st.patch - patches.kernel.org/6.1.43-147-KVM-VMX-Don-t-fudge-CR0-and-CR4-for-restricted.patch - patches.kernel.org/6.1.43-148-KVM-x86-Disallow-KVM_SET_SREGS-2-if-incoming-C.patch - patches.kernel.org/6.1.43-149-serial-qcom-geni-drop-bogus-runtime-pm-state-u.patch - patches.kernel.org/6.1.43-150-serial-8250_dw-Preserve-original-value-of-DLF-.patch - patches.kernel.org/6.1.43-151-serial-sifive-Fix-sifive_serial_console_setup-.patch - patches.kernel.org/6.1.43-152-USB-serial-option-support-Quectel-EM060K_128.patch - patches.kernel.org/6.1.43-153-USB-serial-option-add-Quectel-EC200A-module-su.patch - patches.kernel.org/6.1.43-154-USB-serial-simple-add-Kaufmann-RKS-CAN-VCP.patch - patches.kernel.org/6.1.43-155-USB-serial-simple-sort-driver-entries.patch - patches.kernel.org/6.1.43-156-can-gs_usb-gs_can_close-add-missing-set-of-CAN.patch - patches.kernel.org/6.1.43-157-usb-typec-Set-port-pd-before-adding-device-for.patch - patches.kernel.org/6.1.43-158-usb-typec-Iterate-pds-array-when-showing-the-p.patch - patches.kernel.org/6.1.43-159-usb-typec-Use-sysfs_emit_at-when-concatenating.patch - patches.kernel.org/6.1.43-160-Revert-usb-dwc3-core-Enable-AutoRetry-feature-.patch - patches.kernel.org/6.1.43-161-usb-dwc3-pci-skip-BYT-GPIO-lookup-table-for-ha.patch - patches.kernel.org/6.1.43-162-usb-dwc3-don-t-reset-device-side-if-dwc3-was-c.patch - patches.kernel.org/6.1.43-163-usb-misc-ehset-fix-wrong-if-condition.patch - patches.kernel.org/6.1.43-164-usb-ohci-at91-Fix-the-unhandle-interrupt-when-.patch - patches.kernel.org/6.1.43-165-USB-quirks-add-quirk-for-Focusrite-Scarlett.patch - patches.kernel.org/6.1.43-166-usb-cdns3-fix-incorrect-calculation-of-ep_buf_.patch - patches.kernel.org/6.1.43-167-usb-xhci-mtk-set-the-dma-max_seg_size.patch - patches.kernel.org/6.1.43-168-Revert-usb-xhci-tegra-Fix-error-check.patch - patches.kernel.org/6.1.43-169-Documentation-security-bugs.rst-update-prefere.patch - patches.kernel.org/6.1.43-170-Documentation-security-bugs.rst-clarify-CVE-ha.patch - patches.kernel.org/6.1.43-171-staging-r8712-Fix-memory-leak-in-_r8712_init_x.patch - patches.kernel.org/6.1.43-172-staging-ks7010-potential-buffer-overflow-in-ks.patch - patches.kernel.org/6.1.43-173-tty-n_gsm-fix-UAF-in-gsm_cleanup_mux.patch - patches.kernel.org/6.1.43-174-Revert-xhci-add-quirk-for-host-controllers-tha.patch - patches.kernel.org/6.1.43-175-ALSA-hda-realtek-Support-ASUS-G713PV-laptop.patch - patches.kernel.org/6.1.43-176-ALSA-hda-relatek-Enable-Mute-LED-on-HP-250-G8.patch - patches.kernel.org/6.1.43-177-hwmon-k10temp-Enable-AMD3255-Proc-to-show-nega.patch - patches.kernel.org/6.1.43-178-hwmon-nct7802-Fix-for-temp6-PECI1-processed-ev.patch - patches.kernel.org/6.1.43-179-btrfs-account-block-group-tree-when-calculatin.patch - patches.kernel.org/6.1.43-180-btrfs-check-if-the-transaction-was-aborted-at-.patch - patches.kernel.org/6.1.43-181-btrfs-check-for-commit-error-at-btrfs_attach_t.patch - patches.kernel.org/6.1.43-182-x86-MCE-AMD-Decrement-threshold_bank-refcount-.patch - patches.kernel.org/6.1.43-183-file-always-lock-position-for-FMODE_ATOMIC_POS.patch - patches.kernel.org/6.1.43-184-nfsd-Remove-incorrect-check-in-nfsd4_validate_.patch - patches.kernel.org/6.1.43-185-ACPI-IORT-Remove-erroneous-id_count-check-in-i.patch - patches.kernel.org/6.1.43-186-tpm_tis-Explicitly-check-for-error-code.patch - patches.kernel.org/6.1.43-187-irq-bcm6345-l1-Do-not-assume-a-fixed-block-to-.patch - patches.kernel.org/6.1.43-188-irqchip-gic-v4.1-Properly-lock-VPEs-when-doing.patch - patches.kernel.org/6.1.43-189-locking-rtmutex-Fix-task-pi_waiters-integrity.patch - patches.kernel.org/6.1.43-190-proc-vmcore-fix-signedness-bug-in-read_from_ol.patch - patches.kernel.org/6.1.43-191-xen-speed-up-grant-table-reclaim.patch - patches.kernel.org/6.1.43-192-virtio-net-fix-race-between-set-queues-and-pro.patch - patches.kernel.org/6.1.43-193-net-dsa-qca8k-fix-search_and_insert-wrong-hand.patch - patches.kernel.org/6.1.43-194-net-dsa-qca8k-fix-broken-search_and_del.patch - patches.kernel.org/6.1.43-195-net-dsa-qca8k-fix-mdb-add-del-case-with-0-VID.patch - patches.kernel.org/6.1.43-196-selftests-mptcp-join-only-check-for-ip6tables-.patch - patches.kernel.org/6.1.43-197-soundwire-fix-enumeration-completion.patch - patches.kernel.org/6.1.43-198-Revert-um-Use-swap-to-make-code-cleaner.patch - patches.kernel.org/6.1.43-199-LoongArch-BPF-Fix-check-condition-to-call-lu32.patch - patches.kernel.org/6.1.43-200-LoongArch-BPF-Enable-bpf_probe_read-str-on-Loo.patch - patches.kernel.org/6.1.43-201-s390-dasd-fix-hanging-device-after-quiesce-res.patch - patches.kernel.org/6.1.43-202-s390-dasd-print-copy-pair-message-only-for-the.patch - patches.kernel.org/6.1.43-203-ASoC-wm8904-Fill-the-cache-for-WM8904_ADC_TEST.patch - patches.kernel.org/6.1.43-204-arm64-sme-Set-new-vector-length-before-realloc.patch - patches.kernel.org/6.1.43-205-PM-sleep-wakeirq-fix-wake-irq-arming.patch - patches.kernel.org/6.1.43-206-ceph-never-send-metrics-if-disable_send_metric.patch - patches.kernel.org/6.1.43-207-drm-i915-dpt-Use-shmem-for-dpt-objects.patch - patches.kernel.org/6.1.43-208-dm-cache-policy-smq-ensure-IO-doesn-t-prevent-.patch - patches.kernel.org/6.1.43-209-rbd-make-get_lock_owner_info-return-a-single-l.patch - patches.kernel.org/6.1.43-210-rbd-harden-get_lock_owner_info-a-bit.patch - patches.kernel.org/6.1.43-211-rbd-retrieve-and-check-lock-owner-twice-before.patch - patches.kernel.org/6.1.43-212-drm-amd-display-set-per-pipe-dppclk-to-0-when-.patch - patches.kernel.org/6.1.43-213-tracing-Fix-trace_event_raw_event_synth-if-els.patch - patches.kernel.org/6.1.43-214-drm-amd-display-perform-a-bounds-check-before-.patch - patches.kernel.org/6.1.43-215-drm-amd-display-Write-to-correct-dirty_rect.patch - patches.kernel.org/6.1.43-216-ACPI-processor-perflib-Use-the-no-limit-freque.patch - patches.kernel.org/6.1.43-217-ACPI-processor-perflib-Avoid-updating-frequenc.patch - patches.kernel.org/6.1.43-218-cpufreq-intel_pstate-Drop-ACPI-_PSS-states-tab.patch - patches.kernel.org/6.1.43-219-mptcp-ensure-subflow-is-unhashed-before-cleani.patch - patches.kernel.org/6.1.43-220-selftests-mptcp-sockopt-use-iptables-legacy-if.patch - patches.kernel.org/6.1.43-221-test_firmware-return-ENOMEM-instead-of-ENOSPC-.patch - patches.kernel.org/6.1.43-222-dma-buf-keep-the-signaling-time-of-merged-fenc.patch - patches.kernel.org/6.1.43-223-dma-buf-fix-an-error-pointer-vs-NULL-bug.patch - patches.kernel.org/6.1.43-224-Linux-6.1.43.patch - patches.kernel.org/6.1.44-001-init-Provide-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-002-x86-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-003-ARM-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-004-ia64-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-005-loongarch-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-006-m68k-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-007-mips-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-008-sh-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-009-sparc-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-010-um-cpu-Switch-to-arch_cpu_finalize_init.patch - patches.kernel.org/6.1.44-011-init-Remove-check_bugs-leftovers.patch - patches.kernel.org/6.1.44-012-init-Invoke-arch_cpu_finalize_init-earlier.patch - patches.kernel.org/6.1.44-013-init-x86-Move-mem_encrypt_init-into-arch_cpu_f.patch - patches.kernel.org/6.1.44-014-x86-init-Initialize-signal-frame-size-late.patch - patches.kernel.org/6.1.44-015-x86-fpu-Remove-cpuinfo-argument-from-init-func.patch - patches.kernel.org/6.1.44-016-x86-fpu-Mark-init-functions-__init.patch - patches.kernel.org/6.1.44-017-x86-fpu-Move-FPU-initialization-into-arch_cpu_.patch - patches.kernel.org/6.1.44-018-x86-speculation-Add-Gather-Data-Sampling-mitig.patch - patches.kernel.org/6.1.44-019-x86-speculation-Add-force-option-to-GDS-mitiga.patch - patches.kernel.org/6.1.44-020-x86-speculation-Add-Kconfig-option-for-GDS.patch - patches.kernel.org/6.1.44-021-KVM-Add-GDS_NO-support-to-KVM.patch - patches.kernel.org/6.1.44-022-x86-mem_encrypt-Unbreak-the-AMD_MEM_ENCRYPT-n-.patch - patches.kernel.org/6.1.44-023-x86-xen-Fix-secondary-processors-FPU-initializ.patch - patches.kernel.org/6.1.44-024-x86-mm-fix-poking_init-for-Xen-PV-guests.patch - patches.kernel.org/6.1.44-025-x86-mm-Use-mm_alloc-in-poking_init.patch - patches.kernel.org/6.1.44-026-mm-Move-mm_cachep-initialization-to-mm_init.patch - patches.kernel.org/6.1.44-027-x86-mm-Initialize-text-poking-earlier.patch - patches.kernel.org/6.1.44-028-Documentation-x86-Fix-backwards-on-off-logic-a.patch - patches.kernel.org/6.1.44-029-x86-bugs-Increase-the-x86-bugs-vector-size-to-.patch - patches.kernel.org/6.1.44-030-x86-cpu-kvm-Add-support-for-CPUID_80000021_EAX.patch - patches.kernel.org/6.1.44-031-x86-srso-Add-a-Speculative-RAS-Overflow-mitiga.patch - patches.kernel.org/6.1.44-032-x86-srso-Add-IBPB_BRTYPE-support.patch - patches.kernel.org/6.1.44-033-x86-srso-Add-SRSO_NO-support.patch - patches.kernel.org/6.1.44-034-x86-srso-Add-IBPB.patch - patches.kernel.org/6.1.44-035-x86-srso-Add-IBPB-on-VMEXIT.patch - patches.kernel.org/6.1.44-036-x86-srso-Fix-return-thunks-in-generated-code.patch - patches.kernel.org/6.1.44-037-x86-srso-Add-a-forgotten-NOENDBR-annotation.patch - patches.kernel.org/6.1.44-038-x86-srso-Tie-SBPB-bit-setting-to-microcode-pat.patch - patches.kernel.org/6.1.44-039-xen-netback-Fix-buffer-overrun-triggered-by-un.patch - patches.kernel.org/6.1.44-040-x86-fix-backwards-merge-of-GDS-SRSO-bit.patch - patches.kernel.org/6.1.44-041-Linux-6.1.44.patch - patches.kernel.org/6.1.45-001-io_uring-gate-iowait-schedule-on-having-pendin.patch - patches.kernel.org/6.1.45-002-perf-Fix-function-pointer-case.patch - patches.kernel.org/6.1.45-003-net-mlx5-Free-irqs-only-on-shutdown-callback.patch - patches.kernel.org/6.1.45-004-net-ipa-only-reset-hashed-tables-when-supporte.patch - patches.kernel.org/6.1.45-005-iommu-arm-smmu-v3-Work-around-MMU-600-erratum-.patch - patches.kernel.org/6.1.45-006-iommu-arm-smmu-v3-Document-MMU-700-erratum-281.patch - patches.kernel.org/6.1.45-007-iommu-arm-smmu-v3-Add-explicit-feature-for-nes.patch - patches.kernel.org/6.1.45-008-iommu-arm-smmu-v3-Document-nesting-related-err.patch - patches.kernel.org/6.1.45-009-arm64-dts-imx8mm-venice-gw7903-disable-disp_bl.patch - patches.kernel.org/6.1.45-010-arm64-dts-imx8mm-venice-gw7904-disable-disp_bl.patch - patches.kernel.org/6.1.45-011-arm64-dts-phycore-imx8mm-Label-typo-fix-of-VPU.patch - patches.kernel.org/6.1.45-012-arm64-dts-phycore-imx8mm-Correction-in-gpio-li.patch - patches.kernel.org/6.1.45-013-arm64-dts-imx8mn-var-som-add-missing-pull-up-f.patch - patches.kernel.org/6.1.45-014-arm64-dts-freescale-Fix-VPU-G2-clock.patch - patches.kernel.org/6.1.45-015-firmware-smccc-Fix-use-of-uninitialised-result.patch - patches.kernel.org/6.1.45-016-lib-bitmap-workaround-const_eval-test-build-fa.patch - patches.kernel.org/6.1.45-017-firmware-arm_scmi-Fix-chan_free-cleanup-on-SMC.patch - patches.kernel.org/6.1.45-018-word-at-a-time-use-the-same-return-type-for-ha.patch - patches.kernel.org/6.1.45-019-KVM-s390-fix-sthyi-error-handling.patch - patches.kernel.org/6.1.45-020-erofs-fix-wrong-primary-bvec-selection-on-dedu.patch - patches.kernel.org/6.1.45-021-wifi-cfg80211-Fix-return-value-in-scan-logic.patch - patches.kernel.org/6.1.45-022-net-mlx5e-fix-double-free-in-macsec_fs_tx_crea.patch - patches.kernel.org/6.1.45-023-net-mlx5-DR-fix-memory-leak-in-mlx5dr_cmd_crea.patch - patches.kernel.org/6.1.45-024-net-mlx5-fix-potential-memory-leak-in-mlx5e_in.patch - patches.kernel.org/6.1.45-025-net-mlx5e-fix-return-value-check-in-mlx5e_ipse.patch - patches.kernel.org/6.1.45-026-net-mlx5e-Fix-crash-moving-to-switchdev-mode-w.patch - patches.kernel.org/6.1.45-027-net-mlx5e-Move-representor-neigh-cleanup-to-pr.patch - patches.kernel.org/6.1.45-028-bpf-Add-length-check-for-SK_DIAG_BPF_STORAGE_R.patch - patches.kernel.org/6.1.45-029-rtnetlink-let-rtnl_bridge_setlink-checks-IFLA_.patch - patches.kernel.org/6.1.45-030-net-dsa-fix-value-check-in-bcm_sf2_sw_probe.patch - patches.kernel.org/6.1.45-031-perf-test-uprobe_from_different_cu-Skip-if-the.patch - patches.kernel.org/6.1.45-032-net-sched-cls_u32-Fix-match-key-mis-addressing.patch - patches.kernel.org/6.1.45-033-mISDN-hfcpci-Fix-potential-deadlock-on-hc-lock.patch - patches.kernel.org/6.1.45-034-qed-Fix-scheduling-in-a-tasklet-while-getting-.patch - patches.kernel.org/6.1.45-035-net-annotate-data-races-around-sk-sk_reserved_.patch - patches.kernel.org/6.1.45-036-net-annotate-data-race-around-sk-sk_txrehash.patch - patches.kernel.org/6.1.45-037-net-annotate-data-races-around-sk-sk_max_pacin.patch - patches.kernel.org/6.1.45-038-net-add-missing-READ_ONCE-sk-sk_rcvlowat-annot.patch - patches.kernel.org/6.1.45-039-net-add-missing-READ_ONCE-sk-sk_sndbuf-annotat.patch - patches.kernel.org/6.1.45-040-net-add-missing-READ_ONCE-sk-sk_rcvbuf-annotat.patch - patches.kernel.org/6.1.45-041-net-annotate-data-races-around-sk-sk_mark.patch - patches.kernel.org/6.1.45-042-net-add-missing-data-race-annotations-around-s.patch - patches.kernel.org/6.1.45-043-net-add-missing-data-race-annotation-for-sk_ll.patch - patches.kernel.org/6.1.45-044-net-annotate-data-races-around-sk-sk_priority.patch - patches.kernel.org/6.1.45-045-net-sched-taprio-Limit-TCA_TAPRIO_ATTR_SCHED_C.patch - patches.kernel.org/6.1.45-046-ice-Fix-RDMA-VSI-removal-during-queue-rebuild.patch - patches.kernel.org/6.1.45-047-bpf-cpumap-Handle-skb-as-well-when-clean-up-pt.patch - patches.kernel.org/6.1.45-048-net-sched-cls_u32-No-longer-copy-tcf_result-on.patch - patches.kernel.org/6.1.45-049-net-sched-cls_fw-No-longer-copy-tcf_result-on-.patch - patches.kernel.org/6.1.45-050-net-sched-cls_route-No-longer-copy-tcf_result-.patch - patches.kernel.org/6.1.45-051-bpf-sockmap-Remove-preempt_disable-in-sock_map.patch - patches.kernel.org/6.1.45-052-net-ll_temac-fix-error-checking-of-irq_of_pars.patch - patches.kernel.org/6.1.45-053-net-korina-handle-clk-prepare-error-in-korina_.patch - patches.kernel.org/6.1.45-054-net-netsec-Ignore-phy-mode-on-SynQuacer-in-DT-.patch - patches.kernel.org/6.1.45-055-bnxt_en-Fix-page-pool-logic-for-page-size-64K.patch - patches.kernel.org/6.1.45-056-bnxt_en-Fix-max_mtu-setting-for-multi-buf-XDP.patch - patches.kernel.org/6.1.45-057-net-dcb-choose-correct-policy-to-parse-DCB_ATT.patch - patches.kernel.org/6.1.45-058-s390-qeth-Don-t-call-dev_close-dev_open-DOWN-U.patch - patches.kernel.org/6.1.45-059-ip6mr-Fix-skb_under_panic-in-ip6mr_cache_repor.patch - patches.kernel.org/6.1.45-060-vxlan-Fix-nexthop-hash-size.patch - patches.kernel.org/6.1.45-061-net-mlx5-fs_core-Make-find_closest_ft-more-gen.patch - patches.kernel.org/6.1.45-062-net-mlx5-fs_core-Skip-the-FTs-in-the-same-FS_T.patch - patches.kernel.org/6.1.45-063-prestera-fix-fallback-to-previous-version-on-s.patch - patches.kernel.org/6.1.45-064-tcp_metrics-fix-addr_same-helper.patch - patches.kernel.org/6.1.45-065-tcp_metrics-annotate-data-races-around-tm-tcpm.patch - patches.kernel.org/6.1.45-066-tcp_metrics-annotate-data-races-around-tm-tcpm.patch - patches.kernel.org/6.1.45-067-tcp_metrics-annotate-data-races-around-tm-tcpm.patch - patches.kernel.org/6.1.45-068-tcp_metrics-annotate-data-races-around-tm-tcpm.patch - patches.kernel.org/6.1.45-069-tcp_metrics-fix-data-race-in-tcpm_suck_dst-vs-.patch - patches.kernel.org/6.1.45-070-rust-allocator-Prevent-mis-aligned-allocation.patch - patches.kernel.org/6.1.45-071-scsi-zfcp-Defer-fc_rport-blocking-until-after-.patch - patches.kernel.org/6.1.45-072-scsi-storvsc-Limit-max_sectors-for-virtual-Fib.patch - patches.kernel.org/6.1.45-073-libceph-fix-potential-hang-in-ceph_osdc_notify.patch - patches.kernel.org/6.1.45-074-USB-zaurus-Add-ID-for-A-300-B-500-C-700.patch - patches.kernel.org/6.1.45-075-ceph-defer-stopping-mdsc-delayed_work.patch - patches.kernel.org/6.1.45-076-firmware-arm_scmi-Drop-OF-node-reference-in-th.patch - patches.kernel.org/6.1.45-077-exfat-use-kvmalloc_array-kvfree-instead-of-kma.patch - patches.kernel.org/6.1.45-078-exfat-release-s_lock-before-calling-dir_emit.patch - patches.kernel.org/6.1.45-079-mtd-spinand-toshiba-Fix-ecc_get_status.patch - patches.kernel.org/6.1.45-080-mtd-rawnand-meson-fix-OOB-available-bytes-for-.patch - patches.kernel.org/6.1.45-081-bpf-Disable-preemption-in-bpf_perf_event_outpu.patch - patches.kernel.org/6.1.45-082-arm64-dts-stratix10-fix-incorrect-I2C-property.patch - patches.kernel.org/6.1.45-083-net-tun_chr_open-set-sk_uid-from-current_fsuid.patch - patches.kernel.org/6.1.45-084-net-tap_open-set-sk_uid-from-current_fsuid.patch - patches.kernel.org/6.1.45-085-wifi-mt76-mt7615-do-not-advertise-5-GHz-on-fir.patch - patches.kernel.org/6.1.45-086-x86-hyperv-Disable-IBT-when-hypercall-page-lac.patch - patches.kernel.org/6.1.45-087-rbd-prevent-busy-loop-when-requesting-exclusiv.patch - patches.kernel.org/6.1.45-088-bpf-Disable-preemption-in-bpf_event_output.patch - patches.kernel.org/6.1.45-089-powerpc-ftrace-Create-a-dummy-stackframe-to-fi.patch - patches.kernel.org/6.1.45-090-arm64-fpsimd-Sync-and-zero-pad-FPSIMD-state-fo.patch - patches.kernel.org/6.1.45-091-arm64-fpsimd-Clear-SME-state-in-the-target-tas.patch - patches.kernel.org/6.1.45-092-arm64-fpsimd-Sync-FPSIMD-state-with-SVE-for-SM.patch - patches.kernel.org/6.1.45-093-open-make-RESOLVE_CACHED-correctly-test-for-O_.patch - patches.kernel.org/6.1.45-094-drm-ttm-check-null-pointer-before-accessing-wh.patch - patches.kernel.org/6.1.45-095-drm-i915-Fix-premature-release-of-request-s-re.patch - patches.kernel.org/6.1.45-096-drm-i915-gt-Cleanup-aux-invalidation-registers.patch - patches.kernel.org/6.1.45-097-clk-imx93-Propagate-correct-error-in-imx93_clo.patch - patches.kernel.org/6.1.45-098-bpf-cpumap-Make-sure-kthread-is-running-before.patch - patches.kernel.org/6.1.45-099-file-reinstate-f_pos-locking-optimization-for-.patch - patches.kernel.org/6.1.45-100-mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch - patches.kernel.org/6.1.45-101-fs-ntfs3-Use-__GFP_NOWARN-allocation-at-ntfs_l.patch - patches.kernel.org/6.1.45-102-fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch - patches.kernel.org/6.1.45-103-Bluetooth-L2CAP-Fix-use-after-free-in-l2cap_so.patch - patches.kernel.org/6.1.45-104-debugobjects-Recheck-debug_objects_enabled-bef.patch - patches.kernel.org/6.1.45-105-net-usbnet-Fix-WARNING-in-usbnet_start_xmit-us.patch - patches.kernel.org/6.1.45-106-fs-Protect-reconfiguration-of-sb-read-write-fr.patch - patches.kernel.org/6.1.45-107-ext2-Drop-fragment-support.patch - patches.kernel.org/6.1.45-108-btrfs-remove-BUG_ON-s-in-add_new_free_space.patch - patches.kernel.org/6.1.45-109-f2fs-fix-to-do-sanity-check-on-direct-node-in-.patch - patches.kernel.org/6.1.45-110-io_uring-annotate-offset-timeout-races.patch - patches.kernel.org/6.1.45-111-mtd-rawnand-omap_elm-Fix-incorrect-type-in-ass.patch - patches.kernel.org/6.1.45-112-mtd-rawnand-rockchip-fix-oobfree-offset-and-de.patch - patches.kernel.org/6.1.45-113-mtd-rawnand-rockchip-Align-hwecc-vs.-raw-page-.patch - patches.kernel.org/6.1.45-114-mtd-rawnand-fsl_upm-Fix-an-off-by-one-test-in-.patch - patches.kernel.org/6.1.45-115-powerpc-mm-altmap-Fix-altmap-boundary-check.patch - patches.kernel.org/6.1.45-116-drm-imx-ipuv3-Fix-front-porch-adjustment-upon-.patch - patches.kernel.org/6.1.45-117-drm-amd-display-Ensure-that-planes-are-in-the-.patch - patches.kernel.org/6.1.45-118-drm-amd-display-skip-CLEAR_PAYLOAD_ID_TABLE-if.patch - patches.kernel.org/6.1.45-119-selftests-rseq-Play-nice-with-binaries-statica.patch - patches.kernel.org/6.1.45-120-f2fs-fix-to-set-flush_merge-opt-and-show-noflu.patch - patches.kernel.org/6.1.45-121-f2fs-don-t-reset-unchangable-mount-option-in-f.patch - patches.kernel.org/6.1.45-122-exfat-check-if-filename-entries-exceeds-max-fi.patch - patches.kernel.org/6.1.45-123-arm64-ptrace-Don-t-enable-SVE-when-setting-str.patch - patches.kernel.org/6.1.45-124-drm-amdgpu-add-vram-reservation-based-on-vram_.patch - patches.kernel.org/6.1.45-125-drm-amdgpu-Remove-unnecessary-domain-argument.patch - patches.kernel.org/6.1.45-126-drm-amdgpu-Use-apt-name-for-FW-reserved-region.patch - patches.kernel.org/6.1.45-127-Revert-drm-i915-Disable-DC-states-for-all-comm.patch - patches.kernel.org/6.1.45-128-x86-CPU-AMD-Do-not-leak-quotient-data-after-a-.patch - patches.kernel.org/6.1.45-129-Linux-6.1.45.patch - patches.kernel.org/6.1.46-001-gcc-plugins-Reorganize-gimple-includes-for-GCC.patch - patches.kernel.org/6.1.46-002-Revert-loongarch-cpu-Switch-to-arch_cpu_finali.patch - patches.kernel.org/6.1.46-003-tpm-Disable-RNG-for-all-AMD-fTPMs.patch - patches.kernel.org/6.1.46-004-tpm-Add-a-helper-for-checking-hwrng-enabled.patch - patches.kernel.org/6.1.46-005-ksmbd-validate-command-request-size.patch - patches.kernel.org/6.1.46-006-ksmbd-fix-wrong-next-length-validation-of-ea-b.patch - patches.kernel.org/6.1.46-007-KVM-SEV-snapshot-the-GHCB-before-accessing-it.patch - patches.kernel.org/6.1.46-008-KVM-SEV-only-access-GHCB-fields-once.patch - patches.kernel.org/6.1.46-009-wifi-nl80211-fix-integer-overflow-in-nl80211_p.patch - patches.kernel.org/6.1.46-010-wifi-rtw89-fix-8852AE-disconnection-caused-by-.patch - patches.kernel.org/6.1.46-011-selftests-forwarding-Set-default-IPv6-tracerou.patch - patches.kernel.org/6.1.46-012-wireguard-allowedips-expand-maximum-node-depth.patch - patches.kernel.org/6.1.46-013-mmc-moxart-read-scr-register-without-changing-.patch - patches.kernel.org/6.1.46-014-ipv6-adjust-ndisc_is_useropt-to-also-return-tr.patch - patches.kernel.org/6.1.46-015-selftests-mptcp-join-fix-delete-and-re-add-tes.patch - patches.kernel.org/6.1.46-016-selftests-mptcp-join-fix-implicit-EP-test.patch - patches.kernel.org/6.1.46-017-mptcp-avoid-bogus-reset-on-fallback-close.patch - patches.kernel.org/6.1.46-018-mptcp-fix-disconnect-vs-accept-race.patch - patches.kernel.org/6.1.46-019-dmaengine-pl330-Return-DMA_PAUSED-when-transac.patch - patches.kernel.org/6.1.46-020-net-mana-Fix-MANA-VF-unload-when-hardware-is-u.patch - patches.kernel.org/6.1.46-021-riscv-kexec-load-initrd-high-in-available-memo.patch - patches.kernel.org/6.1.46-022-riscv-mmio-Fix-readX-to-delay-ordering.patch - patches.kernel.org/6.1.46-023-riscv-kexec-handle-R_RISCV_CALL_PLT-relocation.patch - patches.kernel.org/6.1.46-024-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Samsung-.patch - patches.kernel.org/6.1.46-025-drm-nouveau-gr-enable-memory-loads-on-helper-i.patch - patches.kernel.org/6.1.46-026-drm-nouveau-nvkm-dp-Add-workaround-to-fix-DP-1.patch - patches.kernel.org/6.1.46-027-drm-shmem-helper-Reset-vma-vm_ops-before-calli.patch - patches.kernel.org/6.1.46-028-drm-amdgpu-fix-possible-UAF-in-amdgpu_cs_pass1.patch - patches.kernel.org/6.1.46-029-drm-amd-display-check-attr-flag-before-set-cur.patch - patches.kernel.org/6.1.46-030-drm-amdgpu-add-S-G-display-parameter.patch - patches.kernel.org/6.1.46-031-drm-amd-Disable-S-G-for-APUs-when-64GB-or-more.patch - patches.kernel.org/6.1.46-032-drm-amd-display-limit-DPIA-link-rate-to-HBR3.patch - patches.kernel.org/6.1.46-033-cpuidle-dt_idle_genpd-Add-helper-function-to-r.patch - patches.kernel.org/6.1.46-034-hwmon-pmbus-bel-pfe-Enable-PMBUS_SKIP_STATUS_C.patch - patches.kernel.org/6.1.46-035-radix-tree-test-suite-fix-incorrect-allocation.patch - patches.kernel.org/6.1.46-036-nilfs2-fix-use-after-free-of-nilfs_root-in-dir.patch - patches.kernel.org/6.1.46-037-drm-amd-pm-fulfill-swsmu-peak-profiling-mode-s.patch - patches.kernel.org/6.1.46-038-drm-amd-pm-expose-swctf-threshold-setting-for-.patch - patches.kernel.org/6.1.46-039-drm-amd-pm-fulfill-powerplay-peak-profiling-mo.patch - patches.kernel.org/6.1.46-040-drm-amd-pm-avoid-unintentional-shutdown-due-to.patch - patches.kernel.org/6.1.46-041-drm-amd-display-Handle-virtual-hardware-detect.patch - patches.kernel.org/6.1.46-042-drm-amd-display-Add-function-for-validate-and-.patch - patches.kernel.org/6.1.46-043-drm-amd-display-Handle-seamless-boot-stream.patch - patches.kernel.org/6.1.46-044-drm-amd-display-Update-OTG-instance-in-the-com.patch - patches.kernel.org/6.1.46-045-drm-amd-display-Avoid-ABM-when-ODM-combine-is-.patch - patches.kernel.org/6.1.46-046-drm-amd-display-Use-update-plane-and-stream-ro.patch - patches.kernel.org/6.1.46-047-drm-amd-display-Disable-phantom-OTG-after-enab.patch - patches.kernel.org/6.1.46-048-drm-amd-display-Retain-phantom-plane-stream-if.patch - patches.kernel.org/6.1.46-049-drm-amd-display-fix-the-build-when-DRM_AMD_DC_.patch - patches.kernel.org/6.1.46-050-drm-amd-display-trigger-timing-sync-only-if-TG.patch - patches.kernel.org/6.1.46-051-io_uring-correct-check-for-O_TMPFILE.patch - patches.kernel.org/6.1.46-052-iio-cros_ec-Fix-the-allocation-size-for-cros_e.patch - patches.kernel.org/6.1.46-053-iio-frequency-admv1013-propagate-errors-from-r.patch - patches.kernel.org/6.1.46-054-iio-adc-ad7192-Fix-ac-excitation-feature.patch - patches.kernel.org/6.1.46-055-iio-adc-ina2xx-avoid-NULL-pointer-dereference-.patch - patches.kernel.org/6.1.46-056-binder-fix-memory-leak-in-binder_init.patch - patches.kernel.org/6.1.46-057-misc-rtsx-judge-ASPM-Mode-to-set-PETXCFG-Reg.patch - patches.kernel.org/6.1.46-058-usb-storage-alauda-Fix-uninit-value-in-alauda_.patch - patches.kernel.org/6.1.46-059-usb-dwc3-Properly-handle-processing-of-pending.patch - patches.kernel.org/6.1.46-060-USB-Gadget-core-Help-prevent-panic-during-UVC-.patch - patches.kernel.org/6.1.46-061-usb-common-usb-conn-gpio-Prevent-bailing-out-i.patch - patches.kernel.org/6.1.46-062-usb-typec-tcpm-Fix-response-to-vsafe0V-event.patch - patches.kernel.org/6.1.46-063-usb-typec-altmodes-displayport-Signal-hpd-when.patch - patches.kernel.org/6.1.46-064-x86-srso-Fix-build-breakage-with-the-LLVM-link.patch - patches.kernel.org/6.1.46-065-x86-cpu-amd-Enable-Zenbleed-fix-for-AMD-Custom.patch - patches.kernel.org/6.1.46-066-x86-mm-Fix-VDSO-and-VVAR-placement-on-5-level-.patch - patches.kernel.org/6.1.46-067-x86-sev-Do-not-try-to-parse-for-the-CC-blob-on.patch - patches.kernel.org/6.1.46-068-x86-speculation-Add-cpu_show_gds-prototype.patch - patches.kernel.org/6.1.46-069-x86-Move-gds_ucode_mitigated-declaration-to-he.patch - patches.kernel.org/6.1.46-070-drm-nouveau-disp-Revert-a-NULL-check-inside-no.patch - patches.kernel.org/6.1.46-071-iio-core-Prevent-invalid-memory-access-when-th.patch - patches.kernel.org/6.1.46-072-interconnect-qcom-Add-support-for-mask-based-B.patch - patches.kernel.org/6.1.46-073-interconnect-qcom-sm8450-add-enable_mask-for-b.patch - patches.kernel.org/6.1.46-074-selftests-rseq-Fix-build-with-undefined-__weak.patch - patches.kernel.org/6.1.46-075-selftests-forwarding-Add-a-helper-to-skip-test.patch - patches.kernel.org/6.1.46-076-selftests-forwarding-ethtool-Skip-when-using-v.patch - patches.kernel.org/6.1.46-077-selftests-forwarding-ethtool_extended_state-Sk.patch - patches.kernel.org/6.1.46-078-selftests-forwarding-hw_stats_l3_gre-Skip-when.patch - patches.kernel.org/6.1.46-079-selftests-forwarding-Skip-test-when-no-interfa.patch - patches.kernel.org/6.1.46-080-selftests-forwarding-Switch-off-timeout.patch - patches.kernel.org/6.1.46-081-selftests-forwarding-tc_flower-Relax-success-c.patch - patches.kernel.org/6.1.46-082-net-core-remove-unnecessary-frame_sz-check-in-.patch - patches.kernel.org/6.1.46-083-bpf-sockmap-Fix-map-type-error-in-sock_map_del.patch - patches.kernel.org/6.1.46-084-bpf-sockmap-Fix-bug-that-strp_done-cannot-be-c.patch - patches.kernel.org/6.1.46-085-mISDN-Update-parameter-type-of-dsp_cmx_send.patch - patches.kernel.org/6.1.46-086-macsec-use-DEV_STATS_INC.patch - patches.kernel.org/6.1.46-087-mptcp-fix-the-incorrect-judgment-for-msk-cb_fl.patch - patches.kernel.org/6.1.46-088-net-packet-annotate-data-races-around-tp-statu.patch - patches.kernel.org/6.1.46-089-net-smc-Use-correct-buffer-sizes-when-switchin.patch - patches.kernel.org/6.1.46-090-tcp-add-missing-family-to-tcp_set_ca_state-tra.patch - patches.kernel.org/6.1.46-091-tunnels-fix-kasan-splat-when-generating-ipv4-p.patch - patches.kernel.org/6.1.46-092-xsk-fix-refcount-underflow-in-error-path.patch - patches.kernel.org/6.1.46-093-bonding-Fix-incorrect-deletion-of-ETH_P_8021AD.patch - patches.kernel.org/6.1.46-094-dccp-fix-data-race-around-dp-dccps_mss_cache.patch - patches.kernel.org/6.1.46-095-drivers-net-prevent-tun_build_skb-to-exceed-th.patch - patches.kernel.org/6.1.46-096-drivers-vxlan-vnifilter-free-percpu-vni-stats-.patch - patches.kernel.org/6.1.46-097-iavf-fix-potential-races-for-FDIR-filters.patch - patches.kernel.org/6.1.46-098-IB-hfi1-Fix-possible-panic-during-hotplug-remo.patch - patches.kernel.org/6.1.46-099-drm-rockchip-Don-t-spam-logs-in-atomic-check.patch - patches.kernel.org/6.1.46-100-wifi-cfg80211-fix-sband-iftype-data-lookup-for.patch - patches.kernel.org/6.1.46-101-RDMA-umem-Set-iova-in-ODP-flow.patch - patches.kernel.org/6.1.46-102-net-tls-avoid-discarding-data-on-record-close.patch - patches.kernel.org/6.1.46-103-net-marvell-prestera-fix-handling-IPv4-routes-.patch - patches.kernel.org/6.1.46-104-net-phy-at803x-remove-set-get-wol-callbacks-fo.patch - patches.kernel.org/6.1.46-105-net-dsa-ocelot-call-dsa_tag_8021q_unregister-u.patch - patches.kernel.org/6.1.46-106-net-hns3-refactor-hclge_mac_link_status_wait-f.patch - patches.kernel.org/6.1.46-107-net-hns3-add-wait-until-mac-link-down.patch - patches.kernel.org/6.1.46-108-net-hns3-fix-deadlock-issue-when-externel_lb-a.patch - patches.kernel.org/6.1.46-109-nexthop-Fix-infinite-nexthop-dump-when-using-m.patch - patches.kernel.org/6.1.46-110-nexthop-Make-nexthop-bucket-dump-more-efficien.patch - patches.kernel.org/6.1.46-111-nexthop-Fix-infinite-nexthop-bucket-dump-when-.patch - patches.kernel.org/6.1.46-112-net-hns3-fix-strscpy-causing-content-truncatio.patch - patches.kernel.org/6.1.46-113-dmaengine-mcf-edma-Fix-a-potential-un-allocate.patch - patches.kernel.org/6.1.46-114-dmaengine-owl-dma-Modify-mismatched-function-n.patch - patches.kernel.org/6.1.46-115-net-mlx5-Allow-0-for-total-host-VFs.patch - patches.kernel.org/6.1.46-116-net-mlx5-LAG-Check-correct-bucket-when-modifyi.patch - patches.kernel.org/6.1.46-117-net-mlx5-Skip-clock-update-work-when-device-is.patch - patches.kernel.org/6.1.46-118-net-mlx5-Reload-auxiliary-devices-in-pci-error.patch - patches.kernel.org/6.1.46-119-ibmvnic-Enforce-stronger-sanity-checks-on-logi.patch - patches.kernel.org/6.1.46-120-ibmvnic-Unmap-DMA-login-rsp-buffer-on-send-log.patch - patches.kernel.org/6.1.46-121-ibmvnic-Handle-DMA-unmapping-of-login-buffs-in.patch - patches.kernel.org/6.1.46-122-ibmvnic-Do-partial-reset-on-login-failure.patch - patches.kernel.org/6.1.46-123-ibmvnic-Ensure-login-failure-recovery-is-safe-.patch - patches.kernel.org/6.1.46-124-gpio-ws16c48-Fix-off-by-one-error-in-WS16C48-r.patch - patches.kernel.org/6.1.46-125-gpio-sim-mark-the-GPIO-chip-as-a-one-that-can-.patch - patches.kernel.org/6.1.46-126-btrfs-wait-for-actual-caching-progress-during-.patch - patches.kernel.org/6.1.46-127-btrfs-don-t-stop-integrity-writeback-too-early.patch - patches.kernel.org/6.1.46-128-btrfs-properly-clear-end-of-the-unreserved-ran.patch - patches.kernel.org/6.1.46-129-btrfs-exit-gracefully-if-reloc-roots-don-t-mat.patch - patches.kernel.org/6.1.46-130-btrfs-reject-invalid-reloc-tree-root-keys-with.patch - patches.kernel.org/6.1.46-131-btrfs-set-cache_block_group_error-if-we-find-a.patch - patches.kernel.org/6.1.46-132-nvme-tcp-fix-potential-unbalanced-freeze-unfre.patch - patches.kernel.org/6.1.46-133-nvme-rdma-fix-potential-unbalanced-freeze-unfr.patch - patches.kernel.org/6.1.46-134-netfilter-nf_tables-report-use-refcount-overfl.patch - patches.kernel.org/6.1.46-135-scsi-core-Fix-legacy-proc-parsing-buffer-overf.patch - patches.kernel.org/6.1.46-136-scsi-storvsc-Fix-handling-of-virtual-Fibre-Cha.patch - patches.kernel.org/6.1.46-137-scsi-ufs-renesas-Fix-private-allocation.patch - patches.kernel.org/6.1.46-138-scsi-53c700-Check-that-command-slot-is-not-NUL.patch - patches.kernel.org/6.1.46-139-scsi-snic-Fix-possible-memory-leak-if-device_a.patch - patches.kernel.org/6.1.46-140-scsi-core-Fix-possible-memory-leak-if-device_a.patch - patches.kernel.org/6.1.46-141-scsi-fnic-Replace-return-codes-in-fnic_clean_p.patch - patches.kernel.org/6.1.46-142-scsi-qedi-Fix-firmware-halt-over-suspend-and-r.patch - patches.kernel.org/6.1.46-143-scsi-qedf-Fix-firmware-halt-over-suspend-and-r.patch - patches.kernel.org/6.1.46-144-platform-x86-serial-multi-instantiate-Auto-det.patch - patches.kernel.org/6.1.46-145-ACPI-scan-Create-platform-device-for-CS35L56.patch - patches.kernel.org/6.1.46-146-alpha-remove-__init-annotation-from-exported-p.patch - patches.kernel.org/6.1.46-147-sch_netem-fix-issues-in-netem_change-vs-get_di.patch - patches.kernel.org/6.1.46-148-drm-amd-pm-smu7-move-variables-to-where-they-a.patch - patches.kernel.org/6.1.46-149-Linux-6.1.46.patch - patches.kernel.org/6.1.47-001-mmc-sdhci-f-sdh30-Replace-with-sdhci_pltfm.patch - patches.kernel.org/6.1.47-002-cpuidle-psci-Extend-information-in-log-about-O.patch - patches.kernel.org/6.1.47-003-cpuidle-psci-Move-enabling-OSI-mode-after-powe.patch - patches.kernel.org/6.1.47-004-zsmalloc-consolidate-zs_pool-s-migrate_lock-an.patch - patches.kernel.org/6.1.47-005-zsmalloc-fix-races-between-modifications-of-fu.patch - patches.kernel.org/6.1.47-006-selftests-forwarding-tc_actions-cleanup-tempor.patch - patches.kernel.org/6.1.47-007-selftests-forwarding-tc_actions-Use-ncat-inste.patch - patches.kernel.org/6.1.47-008-net-smc-replace-mutex-rmbs_lock-and-sndbufs_lo.patch - patches.kernel.org/6.1.47-009-net-smc-Fix-setsockopt-and-sysctl-to-specify-s.patch - patches.kernel.org/6.1.47-010-net-phy-at803x-Use-devm_regulator_get_enable_o.patch - patches.kernel.org/6.1.47-011-net-phy-at803x-fix-the-wol-setting-functions.patch - patches.kernel.org/6.1.47-012-drm-amdgpu-fix-calltrace-warning-in-amddrm_bud.patch - patches.kernel.org/6.1.47-013-drm-amdgpu-Fix-integer-overflow-in-amdgpu_cs_p.patch - patches.kernel.org/6.1.47-014-drm-amdgpu-fix-memory-leak-in-mes-self-test.patch - patches.kernel.org/6.1.47-015-ASoC-Intel-sof_sdw-add-quirk-for-MTL-RVP.patch - patches.kernel.org/6.1.47-016-ASoC-Intel-sof_sdw-add-quirk-for-LNL-RVP.patch - patches.kernel.org/6.1.47-017-PCI-tegra194-Fix-possible-array-out-of-bounds-.patch - patches.kernel.org/6.1.47-018-ASoC-SOF-amd-Add-pci-revision-id-check.patch - patches.kernel.org/6.1.47-019-drm-stm-ltdc-fix-late-dereference-check.patch - patches.kernel.org/6.1.47-020-drm-rcar-du-remove-R-Car-H3-ES1.-workarounds.patch - patches.kernel.org/6.1.47-021-ASoC-amd-vangogh-Add-check-for-acp-config-flag.patch - patches.kernel.org/6.1.47-022-ARM-dts-imx6dl-prtrvt-prtvt7-prti6q-prtwd2-fix.patch - patches.kernel.org/6.1.47-023-ASoC-Intel-sof_sdw_rt_sdca_jack_common-test-SO.patch - patches.kernel.org/6.1.47-024-ASoC-Intel-sof_sdw-Add-support-for-Rex-soundwi.patch - patches.kernel.org/6.1.47-025-iopoll-Call-cpu_relax-in-busy-loops.patch - patches.kernel.org/6.1.47-026-ASoC-SOF-Intel-fix-SoundWire-HDaudio-mutual-ex.patch - patches.kernel.org/6.1.47-027-dma-remap-use-kvmalloc_array-kvfree-for-larger.patch - patches.kernel.org/6.1.47-028-accel-habanalabs-add-pci-health-check-during-h.patch - patches.kernel.org/6.1.47-029-HID-logitech-hidpp-Add-USB-and-Bluetooth-IDs-f.patch - patches.kernel.org/6.1.47-030-iommu-amd-Introduce-Disable-IRTE-Caching-Suppo.patch - patches.kernel.org/6.1.47-031-drm-amdgpu-install-stub-fence-into-potential-u.patch - patches.kernel.org/6.1.47-032-drm-amd-display-Apply-60us-prefetch-for-DCFCLK.patch - patches.kernel.org/6.1.47-033-RDMA-mlx5-Return-the-firmware-result-upon-dest.patch - patches.kernel.org/6.1.47-034-drm-amd-display-Skip-DPP-DTO-update-if-root-cl.patch - patches.kernel.org/6.1.47-035-drm-amd-display-Enable-dcn314-DPP-RCO.patch - patches.kernel.org/6.1.47-036-ASoC-SOF-core-Free-the-firmware-trace-before-c.patch - patches.kernel.org/6.1.47-037-HID-intel-ish-hid-ipc-Add-Arrow-Lake-PCI-devic.patch - patches.kernel.org/6.1.47-038-ALSA-hda-realtek-Add-quirks-for-ROG-ALLY-CS35l.patch - patches.kernel.org/6.1.47-039-smb-client-fix-warning-in-cifs_smb3_do_mount.patch - patches.kernel.org/6.1.47-040-cifs-fix-session-state-check-in-reconnect-to-a.patch - patches.kernel.org/6.1.47-041-serial-stm32-Ignore-return-value-of-uart_remov.patch - patches.kernel.org/6.1.47-042-led-qcom-lpg-Fix-resource-leaks-in-for_each_av.patch - patches.kernel.org/6.1.47-043-media-v4l2-mem2mem-add-lock-to-protect-paramet.patch - patches.kernel.org/6.1.47-044-media-camss-set-VFE-bpl_alignment-to-16-for-sd.patch - patches.kernel.org/6.1.47-045-usb-gadget-u_serial-Avoid-spinlock-recursion-i.patch - patches.kernel.org/6.1.47-046-usb-gadget-uvc-queue-empty-isoc-requests-if-no.patch - patches.kernel.org/6.1.47-047-media-platform-mediatek-vpu-fix-NULL-ptr-deref.patch - patches.kernel.org/6.1.47-048-thunderbolt-Read-retimer-NVM-authentication-st.patch - patches.kernel.org/6.1.47-049-usb-chipidea-imx-don-t-request-QoS-for-imx8ulp.patch - patches.kernel.org/6.1.47-050-usb-chipidea-imx-add-missing-USB-PHY-DPDM-wake.patch - patches.kernel.org/6.1.47-051-gfs2-Fix-possible-data-races-in-gfs2_show_opti.patch - patches.kernel.org/6.1.47-052-pcmcia-rsrc_nonstatic-Fix-memory-leak-in-nonst.patch - patches.kernel.org/6.1.47-053-thunderbolt-Add-Intel-Barlow-Ridge-PCI-ID.patch - patches.kernel.org/6.1.47-054-thunderbolt-Limit-Intel-Barlow-Ridge-USB3-band.patch - patches.kernel.org/6.1.47-055-firewire-net-fix-use-after-free-in-fwnet_finis.patch - patches.kernel.org/6.1.47-056-watchdog-sp5100_tco-support-Hygon-FCH-SCH-Serv.patch - patches.kernel.org/6.1.47-057-Bluetooth-L2CAP-Fix-use-after-free.patch - patches.kernel.org/6.1.47-058-Bluetooth-btusb-Add-MT7922-bluetooth-ID-for-th.patch - patches.kernel.org/6.1.47-059-ceph-try-to-dump-the-msgs-when-decoding-fails.patch - patches.kernel.org/6.1.47-060-drm-amdgpu-Fix-potential-fence-use-after-free-.patch - patches.kernel.org/6.1.47-061-fs-ntfs3-Enhance-sanity-check-while-generating.patch - patches.kernel.org/6.1.47-062-fs-ntfs3-Fix-possible-null-pointer-dereference.patch - patches.kernel.org/6.1.47-063-fs-ntfs3-Mark-ntfs-dirty-when-on-disk-struct-i.patch - patches.kernel.org/6.1.47-064-ALSA-hda-realtek-Add-quirks-for-Unis-H3C-Deskt.patch - patches.kernel.org/6.1.47-065-ALSA-hda-fix-a-possible-null-pointer-dereferen.patch - patches.kernel.org/6.1.47-066-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GX650P.patch - patches.kernel.org/6.1.47-067-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GA402X.patch - patches.kernel.org/6.1.47-068-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GZ301V.patch - patches.kernel.org/6.1.47-069-powerpc-kasan-Disable-KCOV-in-KASAN-code.patch - patches.kernel.org/6.1.47-070-Bluetooth-MGMT-Use-correct-address-for-memcpy.patch - patches.kernel.org/6.1.47-071-ring-buffer-Do-not-swap-cpu_buffer-during-resi.patch - patches.kernel.org/6.1.47-072-igc-read-before-write-to-SRRCTL-register.patch - patches.kernel.org/6.1.47-073-drm-amd-display-save-restore-hdcp-state-when-d.patch - patches.kernel.org/6.1.47-074-drm-amd-display-phase3-mst-hdcp-for-multiple-d.patch - patches.kernel.org/6.1.47-075-drm-amd-display-fix-access-hdcp_workqueue-asse.patch - patches.kernel.org/6.1.47-076-KVM-arm64-vgic-v4-Make-the-doorbell-request-ro.patch - patches.kernel.org/6.1.47-077-ARM-dts-nxp-imx6sll-fix-wrong-property-name-in.patch - patches.kernel.org/6.1.47-078-fbdev-hyperv-fb-Do-not-set-struct-fb_info.aper.patch - patches.kernel.org/6.1.47-079-video-aperture-Only-remove-sysfb-on-the-defaul.patch - patches.kernel.org/6.1.47-080-btrfs-move-out-now-unused-BG-from-the-reclaim-.patch - patches.kernel.org/6.1.47-081-btrfs-convert-btrfs_block_group-needs_free_spa.patch - patches.kernel.org/6.1.47-082-btrfs-convert-btrfs_block_group-seq_zone-to-ru.patch - patches.kernel.org/6.1.47-083-btrfs-fix-use-after-free-of-new-block-group-th.patch - patches.kernel.org/6.1.47-084-virtio-mmio-don-t-break-lifecycle-of-vm_dev.patch - patches.kernel.org/6.1.47-085-vduse-Use-proper-spinlock-for-IRQ-injection.patch - patches.kernel.org/6.1.47-086-vdpa-mlx5-Fix-mr-initialized-semantics.patch - patches.kernel.org/6.1.47-087-vdpa-mlx5-Delete-control-vq-iotlb-in-destroy_m.patch - patches.kernel.org/6.1.47-088-cifs-fix-potential-oops-in-cifs_oplock_break.patch - patches.kernel.org/6.1.47-089-i2c-bcm-iproc-Fix-bcm_iproc_i2c_isr-deadlock-i.patch - patches.kernel.org/6.1.47-090-i2c-hisi-Only-handle-the-interrupt-of-the-driv.patch - patches.kernel.org/6.1.47-091-i2c-tegra-Fix-i2c-tegra-DMA-config-option-proc.patch - patches.kernel.org/6.1.47-092-fbdev-mmp-fix-value-check-in-mmphw_probe.patch - patches.kernel.org/6.1.47-093-powerpc-rtas_flash-allow-user-copy-to-flash-bl.patch - patches.kernel.org/6.1.47-094-vdpa-Add-features-attr-to-vdpa_nl_policy-for-n.patch - patches.kernel.org/6.1.47-095-vdpa-Add-queue-index-attr-to-vdpa_nl_policy-fo.patch - patches.kernel.org/6.1.47-096-vdpa-Add-max-vqp-attr-to-vdpa_nl_policy-for-nl.patch - patches.kernel.org/6.1.47-097-vdpa-Enable-strict-validation-for-netlinks-ops.patch - patches.kernel.org/6.1.47-098-tty-n_gsm-fix-the-UAF-caused-by-race-condition.patch - patches.kernel.org/6.1.47-099-tty-serial-fsl_lpuart-Clear-the-error-flags-by.patch - patches.kernel.org/6.1.47-100-btrfs-fix-incorrect-splitting-in-btrfs_drop_ex.patch - patches.kernel.org/6.1.47-101-btrfs-fix-BUG_ON-condition-in-btrfs_cancel_bal.patch - patches.kernel.org/6.1.47-102-i2c-designware-Correct-length-byte-validation-.patch - patches.kernel.org/6.1.47-103-i2c-designware-Handle-invalid-SMBus-block-data.patch - patches.kernel.org/6.1.47-104-net-xfrm-Fix-xfrm_address_filter-OOB-read.patch - patches.kernel.org/6.1.47-105-net-af_key-fix-sadb_x_filter-validation.patch - patches.kernel.org/6.1.47-106-net-xfrm-Amend-XFRMA_SEC_CTX-nla_policy-struct.patch - patches.kernel.org/6.1.47-107-xfrm-fix-slab-use-after-free-in-decode_session.patch - patches.kernel.org/6.1.47-108-ip6_vti-fix-slab-use-after-free-in-decode_sess.patch - patches.kernel.org/6.1.47-109-ip_vti-fix-potential-slab-use-after-free-in-de.patch - patches.kernel.org/6.1.47-110-xfrm-add-NULL-check-in-xfrm_update_ae_params.patch - patches.kernel.org/6.1.47-111-xfrm-add-forgotten-nla_policy-for-XFRMA_MTIMER.patch - patches.kernel.org/6.1.47-112-virtio_net-notify-MAC-address-change-on-device.patch - patches.kernel.org/6.1.47-113-virtio-net-set-queues-after-driver_ok.patch - patches.kernel.org/6.1.47-114-net-pcs-Add-missing-put_device-call-in-miic_cr.patch - patches.kernel.org/6.1.47-115-net-phy-fix-IRQ-based-wake-on-lan-over-hiberna.patch - patches.kernel.org/6.1.47-116-selftests-mirror_gre_changes-Tighten-up-the-TT.patch - patches.kernel.org/6.1.47-117-drm-panel-simple-Fix-AUO-G121EAN01-panel-timin.patch - patches.kernel.org/6.1.47-118-net-macb-In-ZynqMP-resume-always-configure-PS-.patch - patches.kernel.org/6.1.47-119-octeon_ep-cancel-tx_timeout_task-later-in-remo.patch - patches.kernel.org/6.1.47-120-netfilter-nf_tables-fix-false-positive-lockdep.patch - patches.kernel.org/6.1.47-121-netfilter-nf_tables-deactivate-catchall-elemen.patch - patches.kernel.org/6.1.47-122-ipvs-fix-racy-memcpy-in-proc_do_sync_threshold.patch - patches.kernel.org/6.1.47-123-netfilter-nft_dynset-disallow-object-maps.patch - patches.kernel.org/6.1.47-124-net-phy-broadcom-stub-c45-read-write-for-54810.patch - patches.kernel.org/6.1.47-125-team-Fix-incorrect-deletion-of-ETH_P_8021AD-pr.patch - patches.kernel.org/6.1.47-126-net-openvswitch-reject-negative-ifindex.patch - patches.kernel.org/6.1.47-127-iavf-fix-FDIR-rule-fields-masks-validation.patch - patches.kernel.org/6.1.47-128-i40e-fix-misleading-debug-logs.patch - patches.kernel.org/6.1.47-129-net-dsa-mv88e6xxx-Wait-for-EEPROM-done-before-.patch - patches.kernel.org/6.1.47-130-sfc-don-t-unregister-flow_indr-if-it-was-never.patch - patches.kernel.org/6.1.47-131-sock-Fix-misuse-of-sk_under_memory_pressure.patch - patches.kernel.org/6.1.47-132-net-do-not-allow-gso_size-to-be-set-to-GSO_BY_.patch - patches.kernel.org/6.1.47-133-qede-fix-firmware-halt-over-suspend-and-resume.patch - patches.kernel.org/6.1.47-134-ice-Block-switchdev-mode-when-ADQ-is-active-an.patch - patches.kernel.org/6.1.47-135-bus-ti-sysc-Flush-posted-write-on-enable-befor.patch - patches.kernel.org/6.1.47-136-arm64-dts-qcom-qrb5165-rb5-fix-thermal-zone-co.patch - patches.kernel.org/6.1.47-137-arm64-dts-rockchip-Disable-HS400-for-eMMC-on-R.patch - patches.kernel.org/6.1.47-138-arm64-dts-rockchip-Disable-HS400-for-eMMC-on-R.patch - patches.kernel.org/6.1.47-139-ARM-dts-imx-align-LED-node-names-with-dtschema.patch - patches.kernel.org/6.1.47-140-ARM-dts-imx6-phytec-fix-RTC-interrupt-level.patch - patches.kernel.org/6.1.47-141-arm64-dts-imx8mm-Drop-CSI1-PHY-reference-clock.patch - patches.kernel.org/6.1.47-142-ARM-dts-imx-Set-default-tuning-step-for-imx6sx.patch - patches.kernel.org/6.1.47-143-arm64-dts-imx93-Fix-anatop-node-size.patch - patches.kernel.org/6.1.47-144-ASoC-rt5665-add-missed-regulator_bulk_disable.patch - patches.kernel.org/6.1.47-145-ASoC-meson-axg-tdm-formatter-fix-channel-slot-.patch - patches.kernel.org/6.1.47-146-ALSA-hda-realtek-Add-quirks-for-HP-G11-Laptops.patch - patches.kernel.org/6.1.47-147-soc-aspeed-uart-routing-Use-__sysfs_match_stri.patch - patches.kernel.org/6.1.47-148-soc-aspeed-socinfo-Add-kfree-for-kstrdup.patch - patches.kernel.org/6.1.47-149-ALSA-hda-realtek-Remodified-3k-pull-low-proced.patch - patches.kernel.org/6.1.47-150-riscv-uaccess-Return-the-number-of-bytes-effec.patch - patches.kernel.org/6.1.47-151-serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch - patches.kernel.org/6.1.47-152-ALSA-usb-audio-Add-support-for-Mythware-XA001A.patch - patches.kernel.org/6.1.47-153-cifs-Release-folio-lock-on-fscache-read-hit.patch - patches.kernel.org/6.1.47-154-virtio-net-Zero-max_tx_vq-field-for-VIRTIO_NET.patch - patches.kernel.org/6.1.47-155-arm64-dts-rockchip-Fix-Wifi-Bluetooth-on-ROCK-.patch - patches.kernel.org/6.1.47-156-blk-crypto-dynamically-allocate-fallback-profi.patch - patches.kernel.org/6.1.47-157-mmc-wbsd-fix-double-mmc_free_host-in-wbsd_init.patch - patches.kernel.org/6.1.47-158-mmc-block-Fix-in_flight-issue_type-value-error.patch - patches.kernel.org/6.1.47-159-drm-qxl-fix-UAF-on-handle-creation.patch - patches.kernel.org/6.1.47-160-drm-i915-sdvo-fix-panel_type-initialization.patch - patches.kernel.org/6.1.47-161-drm-amd-flush-any-delayed-gfxoff-on-suspend-en.patch - patches.kernel.org/6.1.47-162-drm-amdgpu-skip-fence-GFX-interrupts-disable-e.patch - patches.kernel.org/6.1.47-163-drm-amdgpu-pm-fix-throttle_status-for-other-th.patch - patches.kernel.org/6.1.47-164-ASoC-amd-vangogh-select-CONFIG_SND_AMD_ACP_CON.patch - patches.kernel.org/6.1.47-165-drm-amd-display-disable-RCO-for-DCN314.patch - patches.kernel.org/6.1.47-166-zsmalloc-allow-only-one-active-pool-compaction.patch - patches.kernel.org/6.1.47-167-sched-fair-unlink-misfit-task-from-cpu-overuti.patch - patches.kernel.org/6.1.47-168-sched-fair-Remove-capacity-inversion-detection.patch - patches.kernel.org/6.1.47-169-drm-amd-display-Implement-workaround-for-writi.patch - patches.kernel.org/6.1.47-170-hugetlb-do-not-clear-hugetlb-dtor-until-alloca.patch - patches.kernel.org/6.1.47-171-netfilter-set-default-timeout-to-3-secs-for-sc.patch - patches.kernel.org/6.1.47-172-arm64-ptrace-Ensure-that-SME-is-set-up-for-tar.patch - patches.kernel.org/6.1.47-173-drm-amd-pm-skip-the-RLC-stop-when-S0i3-suspend.patch - patches.kernel.org/6.1.47-174-drm-amdgpu-keep-irq-count-in-amdgpu_irq_disabl.patch - patches.kernel.org/6.1.47-175-af_unix-Fix-null-ptr-deref-in-unix_stream_send.patch - patches.kernel.org/6.1.47-176-drm-nouveau-disp-fix-use-after-free-in-error-h.patch - patches.kernel.org/6.1.47-177-net-fix-the-RTO-timer-retransmitting-skb-every.patch - patches.kernel.org/6.1.47-178-mmc-f-sdh30-fix-order-of-function-calls-in-sdh.patch - patches.kernel.org/6.1.47-179-Linux-6.1.47.patch - patches.kernel.org/6.1.48-001-x86-cpu-Fix-__x86_return_thunk-symbol-type.patch - patches.kernel.org/6.1.48-002-x86-cpu-Fix-up-srso_safe_ret-and-__x86_return_.patch - patches.kernel.org/6.1.48-003-x86-alternative-Make-custom-return-thunk-uncon.patch - patches.kernel.org/6.1.48-004-x86-cpu-Clean-up-SRSO-return-thunk-mess.patch - patches.kernel.org/6.1.48-005-x86-cpu-Rename-original-retbleed-methods.patch - patches.kernel.org/6.1.48-006-x86-cpu-Rename-srso_-.-_alias-to-srso_alias_-1.patch - patches.kernel.org/6.1.48-007-x86-cpu-Cleanup-the-untrain-mess.patch - patches.kernel.org/6.1.48-008-x86-srso-Explain-the-untraining-sequences-a-bi.patch - patches.kernel.org/6.1.48-009-x86-static_call-Fix-__static_call_fixup.patch - patches.kernel.org/6.1.48-010-x86-retpoline-Don-t-clobber-RFLAGS-during-srso.patch - patches.kernel.org/6.1.48-011-x86-CPU-AMD-Fix-the-DIV-0-initial-fix-attempt.patch - patches.kernel.org/6.1.48-012-x86-srso-Disable-the-mitigation-on-unaffected-.patch - patches.kernel.org/6.1.48-013-x86-retpoline-kprobes-Fix-position-of-thunk-se.patch - patches.kernel.org/6.1.48-014-objtool-x86-Fixup-frame-pointer-vs-rethunk.patch - patches.kernel.org/6.1.48-015-x86-srso-Correct-the-mitigation-status-when-SM.patch - patches.kernel.org/6.1.48-016-Linux-6.1.48.patch - patches.kernel.org/6.1.49-001-objtool-x86-Fix-SRSO-mess.patch - patches.kernel.org/6.1.49-002-Revert-f2fs-don-t-reset-unchangable-mount-opti.patch - patches.kernel.org/6.1.49-003-Revert-f2fs-fix-to-set-flush_merge-opt-and-sho.patch - patches.kernel.org/6.1.49-004-Revert-f2fs-fix-to-do-sanity-check-on-direct-n.patch - patches.kernel.org/6.1.49-005-Linux-6.1.49.patch - patches.kernel.org/6.1.50-001-NFSv4.2-fix-error-handling-in-nfs42_proc_getxa.patch - patches.kernel.org/6.1.50-002-NFSv4-fix-out-path-in-__nfs4_get_acl_uncached.patch - patches.kernel.org/6.1.50-003-xprtrdma-Remap-Receive-buffers-after-a-reconne.patch - patches.kernel.org/6.1.50-004-drm-ast-Use-drm_aperture_remove_conflicting_pc.patch - patches.kernel.org/6.1.50-005-fbdev-radeon-use-pci-aperture-helpers.patch - patches.kernel.org/6.1.50-006-drm-gma500-Use-drm_aperture_remove_conflicting.patch - patches.kernel.org/6.1.50-007-drm-aperture-Remove-primary-argument.patch - patches.kernel.org/6.1.50-008-video-aperture-Only-kick-vgacon-when-the-pdev-.patch - patches.kernel.org/6.1.50-009-video-aperture-Move-vga-handling-to-pci-functi.patch - patches.kernel.org/6.1.50-010-PCI-acpiphp-Reassign-resources-on-bridge-if-ne.patch - patches.kernel.org/6.1.50-011-MIPS-cpu-features-Enable-octeon_cache-by-cpu_t.patch - patches.kernel.org/6.1.50-012-MIPS-cpu-features-Use-boot_cpu_type-for-CPU-ty.patch - patches.kernel.org/6.1.50-013-jbd2-remove-t_checkpoint_io_list.patch - patches.kernel.org/6.1.50-014-jbd2-remove-journal_clean_one_cp_list.patch - patches.kernel.org/6.1.50-015-jbd2-fix-a-race-when-checking-checkpoint-buffe.patch - patches.kernel.org/6.1.50-016-can-raw-fix-receiver-memory-leak.patch - patches.kernel.org/6.1.50-017-can-raw-fix-lockdep-issue-in-raw_release.patch - patches.kernel.org/6.1.50-018-s390-zcrypt-remove-unnecessary-void-conversion.patch - patches.kernel.org/6.1.50-019-s390-zcrypt-fix-reply-buffer-calculations-for-.patch - patches.kernel.org/6.1.50-020-drm-i915-Add-the-gen12_needs_ccs_aux_inv-helpe.patch - patches.kernel.org/6.1.50-021-drm-i915-gt-Ensure-memory-quiesced-before-inva.patch - patches.kernel.org/6.1.50-022-drm-i915-gt-Poll-aux-invalidation-register-bit.patch - patches.kernel.org/6.1.50-023-drm-i915-gt-Support-aux-invalidation-on-all-en.patch - patches.kernel.org/6.1.50-024-tracing-Fix-cpu-buffers-unavailable-due-to-rec.patch - patches.kernel.org/6.1.50-025-tracing-Fix-memleak-due-to-race-between-curren.patch - patches.kernel.org/6.1.50-026-octeontx2-af-SDP-fix-receive-link-config.patch - patches.kernel.org/6.1.50-027-devlink-move-code-to-a-dedicated-directory.patch - patches.kernel.org/6.1.50-028-devlink-add-missing-unregister-linecard-notifi.patch - patches.kernel.org/6.1.50-029-net-dsa-felix-fix-oversize-frame-dropping-for-.patch - patches.kernel.org/6.1.50-030-sock-annotate-data-races-around-prot-memory_pr.patch - patches.kernel.org/6.1.50-031-dccp-annotate-data-races-in-dccp_poll.patch - patches.kernel.org/6.1.50-032-ipvlan-Fix-a-reference-count-leak-warning-in-i.patch - patches.kernel.org/6.1.50-033-mlxsw-pci-Set-time-stamp-fields-also-when-its-.patch - patches.kernel.org/6.1.50-034-mlxsw-reg-Fix-SSPR-register-layout.patch - patches.kernel.org/6.1.50-035-mlxsw-Fix-the-size-of-VIRT_ROUTER_MSB.patch - patches.kernel.org/6.1.50-036-selftests-mlxsw-Fix-test-failure-on-Spectrum-4.patch - patches.kernel.org/6.1.50-037-net-dsa-mt7530-fix-handling-of-802.1X-PAE-fram.patch - patches.kernel.org/6.1.50-038-net-bgmac-Fix-return-value-check-for-fixed_phy.patch - patches.kernel.org/6.1.50-039-net-bcmgenet-Fix-return-value-check-for-fixed_.patch - patches.kernel.org/6.1.50-040-net-validate-veth-and-vxcan-peer-ifindexes.patch - patches.kernel.org/6.1.50-041-ipv4-fix-data-races-around-inet-inet_id.patch - patches.kernel.org/6.1.50-042-ice-fix-receive-buffer-size-miscalculation.patch - patches.kernel.org/6.1.50-043-Revert-ice-Fix-ice-VF-reset-during-iavf-initia.patch - patches.kernel.org/6.1.50-044-ice-Fix-NULL-pointer-deref-during-VF-reset.patch - patches.kernel.org/6.1.50-045-selftests-bonding-do-not-set-port-down-before-.patch - patches.kernel.org/6.1.50-046-can-isotp-fix-support-for-transmission-of-SF-w.patch - patches.kernel.org/6.1.50-047-igb-Avoid-starting-unnecessary-workqueues.patch - patches.kernel.org/6.1.50-048-igc-Fix-the-typo-in-the-PTM-Control-macro.patch - patches.kernel.org/6.1.50-049-net-sched-fix-a-qdisc-modification-with-ambigu.patch - patches.kernel.org/6.1.50-050-i40e-fix-potential-NULL-pointer-dereferencing-.patch - patches.kernel.org/6.1.50-051-netfilter-nf_tables-flush-pending-destroy-work.patch - patches.kernel.org/6.1.50-052-netfilter-nf_tables-fix-out-of-memory-error-ha.patch - patches.kernel.org/6.1.50-053-rtnetlink-Reject-negative-ifindexes-in-RTM_NEW.patch - patches.kernel.org/6.1.50-054-bonding-fix-macvlan-over-alb-bond-support.patch - patches.kernel.org/6.1.50-055-KVM-x86-Preserve-TDP-MMU-roots-until-they-are-.patch - patches.kernel.org/6.1.50-056-KVM-x86-mmu-Fix-an-sign-extension-bug-with-mmu.patch - patches.kernel.org/6.1.50-057-io_uring-get-rid-of-double-locking.patch - patches.kernel.org/6.1.50-058-io_uring-extract-a-io_msg_install_complete-hel.patch - patches.kernel.org/6.1.50-059-io_uring-msg_ring-move-double-lock-unlock-help.patch - patches.kernel.org/6.1.50-060-io_uring-msg_ring-fix-missing-lock-on-overflow.patch - patches.kernel.org/6.1.50-061-ASoC-amd-yc-Add-VivoBook-Pro-15-to-quirks-list.patch - patches.kernel.org/6.1.50-062-ASoC-cs35l41-Correct-amp_gain_tlv-values.patch - patches.kernel.org/6.1.50-063-ibmveth-Use-dcbf-rather-than-dcbfl.patch - patches.kernel.org/6.1.50-064-wifi-mac80211-limit-reorder_buf_filtered-to-av.patch - patches.kernel.org/6.1.50-065-platform-x86-ideapad-laptop-Add-support-for-ne.patch - patches.kernel.org/6.1.50-066-NFSv4-Fix-dropped-lock-for-racing-OPEN-and-del.patch - patches.kernel.org/6.1.50-067-clk-Fix-slab-out-of-bounds-error-in-devm_clk_r.patch - patches.kernel.org/6.1.50-068-mm-ima-kexec-of-use-memblock_free_late-from-im.patch - patches.kernel.org/6.1.50-069-shmem-fix-smaps-BUG-sleeping-while-atomic.patch - patches.kernel.org/6.1.50-070-ALSA-ymfpci-Fix-the-missing-snd_card_free-call.patch - patches.kernel.org/6.1.50-071-mm-gup-handle-cont-PTE-hugetlb-pages-correctly.patch - patches.kernel.org/6.1.50-072-mm-add-a-call-to-flush_cache_vmap-in-vmap_pfn.patch - patches.kernel.org/6.1.50-073-mm-memory-failure-fix-unexpected-return-value-.patch - patches.kernel.org/6.1.50-074-NFS-Fix-a-use-after-free-in-nfs_direct_join_gr.patch - patches.kernel.org/6.1.50-075-nfsd-Fix-race-to-FREE_STATEID-and-cl_revoked.patch - patches.kernel.org/6.1.50-076-selinux-set-next-pointer-before-attaching-to-l.patch - patches.kernel.org/6.1.50-077-batman-adv-Trigger-events-for-auto-adjusted-MT.patch - patches.kernel.org/6.1.50-078-batman-adv-Don-t-increase-MTU-when-set-by-user.patch - patches.kernel.org/6.1.50-079-batman-adv-Do-not-get-eth-header-before-batadv.patch - patches.kernel.org/6.1.50-080-batman-adv-Fix-TT-global-entry-leak-when-clien.patch - patches.kernel.org/6.1.50-081-batman-adv-Fix-batadv_v_ogm_aggr_send-memory-l.patch - patches.kernel.org/6.1.50-082-batman-adv-Hold-rtnl-lock-during-MTU-update-vi.patch - patches.kernel.org/6.1.50-083-lib-clz_ctz.c-Fix-__clzdi2-and-__ctzdi2-for-32.patch - patches.kernel.org/6.1.50-084-riscv-Handle-zicsr-zifencei-issue-between-gcc-.patch - patches.kernel.org/6.1.50-085-riscv-Fix-build-errors-using-binutils2.37-tool.patch - patches.kernel.org/6.1.50-086-radix-tree-remove-unused-variable.patch - patches.kernel.org/6.1.50-087-of-unittest-Fix-EXPECT-for-parse_phandle_with_.patch - patches.kernel.org/6.1.50-088-of-dynamic-Refactor-action-prints-to-not-use-p.patch - patches.kernel.org/6.1.50-089-pinctrl-amd-Mask-wake-bits-on-probe-again.patch - patches.kernel.org/6.1.50-090-media-vcodec-Fix-potential-array-out-of-bounds.patch - patches.kernel.org/6.1.50-091-PCI-acpiphp-Use-pci_assign_unassigned_bridge_r.patch - patches.kernel.org/6.1.50-092-drm-vmwgfx-Fix-shader-stage-validation.patch - patches.kernel.org/6.1.50-093-drm-i915-dgfx-Enable-d3cold-at-s2idle.patch - patches.kernel.org/6.1.50-094-drm-display-dp-Fix-the-DP-DSC-Receiver-cap-siz.patch - patches.kernel.org/6.1.50-095-x86-fpu-Invalidate-FPU-state-correctly-on-exec.patch - patches.kernel.org/6.1.50-096-x86-fpu-Set-X86_FEATURE_OSXSAVE-feature-after-.patch - patches.kernel.org/6.1.50-097-hwmon-aquacomputer_d5next-Add-selective-200ms-.patch - patches.kernel.org/6.1.50-098-selftests-net-mv-bpf-nat6to4.c-to-net-folder.patch - patches.kernel.org/6.1.50-099-nfs-use-vfs-setgid-helper.patch - patches.kernel.org/6.1.50-100-nfsd-use-vfs-setgid-helper.patch - patches.kernel.org/6.1.50-101-cgroup-cpuset-Rename-functions-dealing-with-DE.patch - patches.kernel.org/6.1.50-102-sched-cpuset-Bring-back-cpuset_mutex.patch - patches.kernel.org/6.1.50-103-sched-cpuset-Keep-track-of-SCHED_DEADLINE-task.patch - patches.kernel.org/6.1.50-104-cgroup-cpuset-Iterate-only-if-DEADLINE-tasks-a.patch - patches.kernel.org/6.1.50-105-sched-deadline-Create-DL-BW-alloc-free-check-o.patch - patches.kernel.org/6.1.50-106-cgroup-cpuset-Free-DL-BW-in-case-can_attach-fa.patch - patches.kernel.org/6.1.50-107-thunderbolt-Fix-Thunderbolt-3-display-flickeri.patch - patches.kernel.org/6.1.50-108-ublk-remove-check-IO_URING_F_SQE128-in-ublk_ch.patch - patches.kernel.org/6.1.50-109-can-raw-add-missing-refcount-for-memory-leak-f.patch - patches.kernel.org/6.1.50-110-madvise-madvise_free_pte_range-don-t-use-mapco.patch - patches.kernel.org/6.1.50-111-scsi-snic-Fix-double-free-in-snic_tgt_create.patch - patches.kernel.org/6.1.50-112-scsi-core-raid_class-Remove-raid_component_add.patch - patches.kernel.org/6.1.50-113-clk-Fix-undefined-reference-to-clk_rate_exclus.patch - patches.kernel.org/6.1.50-114-pinctrl-renesas-rzg2l-Fix-NULL-pointer-derefer.patch - patches.kernel.org/6.1.50-115-pinctrl-renesas-rzv2m-Fix-NULL-pointer-derefer.patch - patches.kernel.org/6.1.50-116-pinctrl-renesas-rza2-Add-lock-around-pinctrl_g.patch - patches.kernel.org/6.1.50-117-dma-buf-sw_sync-Avoid-recursive-lock-during-fe.patch - patches.kernel.org/6.1.50-118-gpio-sim-dispose-of-irq-mappings-before-destro.patch - patches.kernel.org/6.1.50-119-gpio-sim-pass-the-GPIO-device-s-software-node-.patch - patches.kernel.org/6.1.50-120-ASoC-amd-yc-Fix-a-non-functional-mic-on-Lenovo.patch - patches.kernel.org/6.1.50-121-maple_tree-disable-mas_wr_append-when-other-re.patch - patches.kernel.org/6.1.50-122-ASoC-amd-vangogh-select-CONFIG_SND_AMD_ACP_CON.patch - patches.kernel.org/6.1.50-123-Linux-6.1.50.patch - patches.kernel.org/6.1.51-001-ACPI-thermal-Drop-nocrt-parameter.patch - patches.kernel.org/6.1.51-002-module-Expose-module_init_layout_section.patch - patches.kernel.org/6.1.51-003-arm64-module-plts-inline-linux-moduleloader.h.patch - patches.kernel.org/6.1.51-004-arm64-module-Use-module_init_layout_section-to.patch - patches.kernel.org/6.1.51-005-ARM-module-Use-module_init_layout_section-to-s.patch - patches.kernel.org/6.1.51-006-lockdep-fix-static-memory-detection-even-more.patch - patches.kernel.org/6.1.51-007-parisc-Cleanup-mmap-implementation-regarding-c.patch - patches.kernel.org/6.1.51-008-parisc-sys_parisc-parisc_personality-is-called.patch - patches.kernel.org/6.1.51-009-io_uring-parisc-Adjust-pgoff-in-io_uring-mmap-.patch - patches.kernel.org/6.1.51-010-kallsyms-Fix-kallsyms_selftest-failure.patch - patches.kernel.org/6.1.51-011-thunderbolt-Fix-a-backport-error-for-display-f.patch - patches.kernel.org/6.1.51-012-Linux-6.1.51.patch - patches.kernel.org/6.1.52-001-erofs-ensure-that-the-post-EOF-tails-are-all-z.patch - patches.kernel.org/6.1.52-002-ksmbd-fix-wrong-DataOffset-validation-of-creat.patch - patches.kernel.org/6.1.52-003-ksmbd-fix-slub-overflow-in-ksmbd_decode_ntlmss.patch - patches.kernel.org/6.1.52-004-ksmbd-replace-one-element-array-with-flex-arra.patch - patches.kernel.org/6.1.52-005-ksmbd-reduce-descriptor-size-if-remaining-byte.patch - patches.kernel.org/6.1.52-006-ARM-pxa-remove-use-of-symbol_get.patch - patches.kernel.org/6.1.52-007-mmc-au1xmmc-force-non-modular-build-and-remove.patch - patches.kernel.org/6.1.52-008-net-enetc-use-EXPORT_SYMBOL_GPL-for-enetc_phc_.patch - patches.kernel.org/6.1.52-009-rtc-ds1685-use-EXPORT_SYMBOL_GPL-for-ds1685_rt.patch - patches.kernel.org/6.1.52-010-modules-only-allow-symbol_get-of-EXPORT_SYMBOL.patch - patches.kernel.org/6.1.52-011-USB-serial-option-add-Quectel-EM05G-variant-0x.patch - patches.kernel.org/6.1.52-012-USB-serial-option-add-FOXCONN-T99W368-T99W373-.patch - patches.kernel.org/6.1.52-013-ALSA-usb-audio-Fix-init-call-orders-for-UAC1.patch - patches.kernel.org/6.1.52-014-usb-dwc3-meson-g12a-do-post-init-to-fix-broken.patch - patches.kernel.org/6.1.52-015-usb-chipidea-imx-improve-logic-if-samsung-pico.patch - patches.kernel.org/6.1.52-016-HID-wacom-remove-the-battery-when-the-EKR-is-o.patch - patches.kernel.org/6.1.52-017-staging-rtl8712-fix-race-condition.patch - patches.kernel.org/6.1.52-018-Bluetooth-btsdio-fix-use-after-free-bug-in-bts.patch - patches.kernel.org/6.1.52-019-wifi-mt76-mt7921-do-not-support-one-stream-on-.patch - patches.kernel.org/6.1.52-020-wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-i.patch - patches.kernel.org/6.1.52-021-serial-qcom-geni-fix-opp-vote-on-shutdown.patch - patches.kernel.org/6.1.52-022-serial-sc16is7xx-fix-broken-port-0-uart-init.patch - patches.kernel.org/6.1.52-023-serial-sc16is7xx-fix-bug-when-first-setting-GP.patch - patches.kernel.org/6.1.52-024-firmware-stratix10-svc-Fix-an-NULL-vs-IS_ERR-b.patch - patches.kernel.org/6.1.52-025-fsi-master-ast-cf-Add-MODULE_FIRMWARE-macro.patch - patches.kernel.org/6.1.52-026-tcpm-Avoid-soft-reset-when-partner-does-not-su.patch - patches.kernel.org/6.1.52-027-dt-bindings-sc16is7xx-Add-property-to-change-G.patch - patches.kernel.org/6.1.52-028-nilfs2-fix-general-protection-fault-in-nilfs_l.patch - patches.kernel.org/6.1.52-029-nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to.patch - patches.kernel.org/6.1.52-030-usb-typec-tcpci-clear-the-fault-status-bit.patch - patches.kernel.org/6.1.52-031-pinctrl-amd-Don-t-show-Invalid-config-param-er.patch - patches.kernel.org/6.1.52-032-Linux-6.1.52.patch - patches.kernel.org/6.1.53-001-Revert-bridge-Add-extack-warning-when-enabling.patch - patches.kernel.org/6.1.53-002-Partially-revert-drm-amd-display-Fix-possible-.patch - patches.kernel.org/6.1.53-003-scsi-ufs-Try-harder-to-change-the-power-mode.patch - patches.kernel.org/6.1.53-004-Revert-Revert-drm-amd-display-Enable-Freesync-.patch - patches.kernel.org/6.1.53-005-ARM-dts-imx-Set-default-tuning-step-for-imx7d-.patch - patches.kernel.org/6.1.53-006-ALSA-hda-realtek-Enable-4-amplifiers-instead-o.patch - patches.kernel.org/6.1.53-007-powerpc-boot-Disable-power10-features-after-BO.patch - patches.kernel.org/6.1.53-008-media-uapi-HEVC-Add-num_delta_pocs_of_ref_rps_.patch - patches.kernel.org/6.1.53-009-Revert-MIPS-unhide-PATA_PLATFORM.patch - patches.kernel.org/6.1.53-010-phy-qcom-snps-femto-v2-use-qcom_snps_hsphy_sus.patch - patches.kernel.org/6.1.53-011-media-amphion-use-dev_err_probe.patch - patches.kernel.org/6.1.53-012-media-pulse8-cec-handle-possible-ping-error.patch - patches.kernel.org/6.1.53-013-media-pci-cx23885-fix-error-handling-for-cx238.patch - patches.kernel.org/6.1.53-014-9p-virtio-fix-unlikely-null-pointer-deref-in-h.patch - patches.kernel.org/6.1.53-015-9p-virtio-make-sure-offs-is-initialized-in-zc_.patch - patches.kernel.org/6.1.53-016-ksmbd-fix-out-of-bounds-in-smb3_decrypt_req.patch - patches.kernel.org/6.1.53-017-ksmbd-validate-session-id-and-tree-id-in-compo.patch - patches.kernel.org/6.1.53-018-ksmbd-no-response-from-compound-read.patch - patches.kernel.org/6.1.53-019-ksmbd-fix-out-of-bounds-in-init_smb2_rsp_hdr.patch - patches.kernel.org/6.1.53-020-ASoC-da7219-Flush-pending-AAD-IRQ-when-suspend.patch - patches.kernel.org/6.1.53-021-ASoC-da7219-Check-for-failure-reading-AAD-IRQ-.patch - patches.kernel.org/6.1.53-022-ASoC-nau8821-Add-DMI-quirk-mechanism-for-activ.patch - patches.kernel.org/6.1.53-023-ethernet-atheros-fix-return-value-check-in-atl.patch - patches.kernel.org/6.1.53-024-m68k-Fix-invalid-.section-syntax.patch - patches.kernel.org/6.1.53-025-s390-dasd-use-correct-number-of-retries-for-ER.patch - patches.kernel.org/6.1.53-026-s390-dasd-fix-hanging-device-after-request-req.patch - patches.kernel.org/6.1.53-027-fs-nls-make-load_nls-take-a-const-parameter.patch - patches.kernel.org/6.1.53-028-ASoC-rt5682-sdw-fix-for-JD-event-handling-in-C.patch - patches.kernel.org/6.1.53-029-ASoc-codecs-ES8316-Fix-DMIC-config.patch - patches.kernel.org/6.1.53-030-ASoC-rt711-fix-for-JD-event-handling-in-ClockS.patch - patches.kernel.org/6.1.53-031-ASoC-rt711-sdca-fix-for-JD-event-handling-in-C.patch - patches.kernel.org/6.1.53-032-ASoC-atmel-Fix-the-8K-sample-parameter-in-I2SC.patch - patches.kernel.org/6.1.53-033-ALSA-usb-audio-Add-quirk-for-Microsoft-Modern-.patch - patches.kernel.org/6.1.53-034-platform-x86-intel-hid-Always-call-BTNL-ACPI-m.patch - patches.kernel.org/6.1.53-035-platform-x86-intel-hid-Add-HP-Dragonfly-G2-to-.patch - patches.kernel.org/6.1.53-036-platform-x86-think-lmi-Use-kfree_sensitive-ins.patch - patches.kernel.org/6.1.53-037-platform-x86-asus-wmi-Fix-setting-RGB-mode-on-.patch - patches.kernel.org/6.1.53-038-platform-x86-huawei-wmi-Silence-ambient-light-.patch - patches.kernel.org/6.1.53-039-drm-amd-smu-use-AverageGfxclkFrequency-to-repl.patch - patches.kernel.org/6.1.53-040-drm-amd-display-Guard-DCN31-PHYD32CLK-logic-ag.patch - patches.kernel.org/6.1.53-041-drm-amd-display-Exit-idle-optimizations-before.patch - patches.kernel.org/6.1.53-042-ovl-Always-reevaluate-the-file-signature-for-I.patch - patches.kernel.org/6.1.53-043-ata-pata_arasan_cf-Use-dev_err_probe-instead-d.patch - patches.kernel.org/6.1.53-044-ALSA-usb-audio-Update-for-native-DSD-support-q.patch - patches.kernel.org/6.1.53-045-staging-fbtft-ili9341-use-macro-FBTFT_REGISTER.patch - patches.kernel.org/6.1.53-046-security-keys-perform-capable-check-only-on-pr.patch - patches.kernel.org/6.1.53-047-kprobes-Prohibit-probing-on-CFI-preamble-symbo.patch - patches.kernel.org/6.1.53-048-clk-fixed-mmio-make-COMMON_CLK_FIXED_MMIO-depe.patch - patches.kernel.org/6.1.53-049-vmbus_testing-fix-wrong-python-syntax-for-inte.patch - patches.kernel.org/6.1.53-050-Revert-wifi-ath6k-silence-false-positive-Wno-d.patch - patches.kernel.org/6.1.53-051-net-dsa-microchip-KSZ9477-register-regmap-alig.patch - patches.kernel.org/6.1.53-052-net-annotate-data-races-around-sk-sk_-rcv-snd-.patch - patches.kernel.org/6.1.53-053-net-usb-qmi_wwan-add-Quectel-EM05GV2.patch - patches.kernel.org/6.1.53-054-wifi-brcmfmac-Fix-field-spanning-write-in-brcm.patch - patches.kernel.org/6.1.53-055-powerpc-powermac-Use-early_-IO-variants-in-via.patch - patches.kernel.org/6.1.53-056-idmaengine-make-FSL_EDMA-and-INTEL_IDMA64-depe.patch - patches.kernel.org/6.1.53-057-platform-x86-amd-pmf-Fix-unsigned-comparison-w.patch - patches.kernel.org/6.1.53-058-scsi-lpfc-Remove-reftag-check-in-DIF-paths.patch - patches.kernel.org/6.1.53-059-scsi-qedi-Fix-potential-deadlock-on-qedi_percp.patch - patches.kernel.org/6.1.53-060-net-hns3-restore-user-pause-configure-when-dis.patch - patches.kernel.org/6.1.53-061-drm-amdgpu-Match-against-exact-bootloader-stat.patch - patches.kernel.org/6.1.53-062-wifi-cfg80211-remove-links-only-on-AP.patch - patches.kernel.org/6.1.53-063-wifi-mac80211-Use-active_links-instead-of-vali.patch - patches.kernel.org/6.1.53-064-netlabel-fix-shift-wrapping-bug-in-netlbl_catm.patch - patches.kernel.org/6.1.53-065-bnx2x-fix-page-fault-following-EEH-recovery.patch - patches.kernel.org/6.1.53-066-cifs-fix-sockaddr-comparison-in-iface_cmp.patch - patches.kernel.org/6.1.53-067-cifs-fix-max_credits-implementation.patch - patches.kernel.org/6.1.53-068-sctp-handle-invalid-error-codes-without-callin.patch - patches.kernel.org/6.1.53-069-scsi-aacraid-Reply-queue-mapping-to-CPUs-based.patch - patches.kernel.org/6.1.53-070-scsi-storvsc-Always-set-no_report_opcodes.patch - patches.kernel.org/6.1.53-071-scsi-lpfc-Fix-incorrect-big-endian-type-assign.patch - patches.kernel.org/6.1.53-072-LoongArch-Let-pmd_present-return-true-when-spl.patch - patches.kernel.org/6.1.53-073-LoongArch-Fix-the-write_fcsr-macro.patch - patches.kernel.org/6.1.53-074-ALSA-seq-oss-Fix-racy-open-close-of-MIDI-devic.patch - patches.kernel.org/6.1.53-075-net-sfp-handle-100G-25G-active-optical-cables-.patch - patches.kernel.org/6.1.53-076-tracing-Introduce-pipe_cpumask-to-avoid-race-o.patch - patches.kernel.org/6.1.53-077-platform-mellanox-Fix-mlxbf-tmfifo-not-handlin.patch - patches.kernel.org/6.1.53-078-of-property-Simplify-of_link_to_phandle.patch - patches.kernel.org/6.1.53-079-cpufreq-intel_pstate-set-stale-CPU-frequency-t.patch - patches.kernel.org/6.1.53-080-crypto-rsa-pkcs1pad-Use-helper-to-set-reqsize.patch - patches.kernel.org/6.1.53-081-tpm-Enable-hwrng-only-for-Pluton-on-AMD-CPUs.patch - patches.kernel.org/6.1.53-082-KVM-x86-mmu-Use-kstrtobool-instead-of-strtoboo.patch - patches.kernel.org/6.1.53-083-KVM-x86-mmu-Add-never-option-to-allow-sticky-d.patch - patches.kernel.org/6.1.53-084-net-Avoid-address-overwrite-in-kernel_connect.patch - patches.kernel.org/6.1.53-085-drm-amd-display-ensure-async-flips-are-only-ac.patch - patches.kernel.org/6.1.53-086-udf-Check-consistency-of-Space-Bitmap-Descript.patch - patches.kernel.org/6.1.53-087-udf-Handle-error-when-adding-extent-to-a-file.patch - patches.kernel.org/6.1.53-088-Input-i8042-add-quirk-for-TUXEDO-Gemini-17-Gen.patch - patches.kernel.org/6.1.53-089-Revert-PCI-tegra194-Enable-support-for-256-Byt.patch - patches.kernel.org/6.1.53-090-Revert-net-macsec-preserve-ingress-frame-order.patch - patches.kernel.org/6.1.53-091-tools-lib-subcmd-Add-install-target.patch - patches.kernel.org/6.1.53-092-tools-lib-subcmd-Make-install_headers-clearer.patch - patches.kernel.org/6.1.53-093-tools-lib-subcmd-Add-dependency-test-to-instal.patch - patches.kernel.org/6.1.53-094-tools-resolve_btfids-Use-pkg-config-to-locate-.patch - patches.kernel.org/6.1.53-095-tools-resolve_btfids-Install-subcmd-headers.patch - patches.kernel.org/6.1.53-096-tools-resolve_btfids-Alter-how-HOSTCC-is-force.patch - patches.kernel.org/6.1.53-097-tools-resolve_btfids-Compile-resolve_btfids-as.patch - patches.kernel.org/6.1.53-098-tools-resolve_btfids-Tidy-HOST_OVERRIDES.patch - patches.kernel.org/6.1.53-099-tools-resolve_btfids-Pass-HOSTCFLAGS-as-EXTRA_.patch - patches.kernel.org/6.1.53-100-tools-resolve_btfids-Fix-setting-HOSTCFLAGS.patch - patches.kernel.org/6.1.53-101-reiserfs-Check-the-return-value-from-__getblk.patch - patches.kernel.org/6.1.53-102-eventfd-prevent-underflow-for-eventfd-semaphor.patch - patches.kernel.org/6.1.53-103-fs-Fix-error-checking-for-d_hash_and_lookup.patch - patches.kernel.org/6.1.53-104-iomap-Remove-large-folio-handling-in-iomap_inv.patch - patches.kernel.org/6.1.53-105-tmpfs-verify-g-u-id-mount-options-correctly.patch - patches.kernel.org/6.1.53-106-selftests-harness-Actually-report-SKIP-for-sig.patch - patches.kernel.org/6.1.53-107-vfs-security-Fix-automount-superblock-LSM-init.patch - patches.kernel.org/6.1.53-108-ARM-ptrace-Restore-syscall-restart-tracing.patch - patches.kernel.org/6.1.53-109-ARM-ptrace-Restore-syscall-skipping-for-tracer.patch - patches.kernel.org/6.1.53-110-refscale-Fix-uninitalized-use-of-wait_queue_he.patch - patches.kernel.org/6.1.53-111-OPP-Fix-passing-0-to-PTR_ERR-in-_opp_attach_ge.patch - patches.kernel.org/6.1.53-112-selftests-resctrl-Add-resctrl.h-into-build-dep.patch - patches.kernel.org/6.1.53-113-selftests-resctrl-Don-t-leak-buffer-in-fill_ca.patch - patches.kernel.org/6.1.53-114-selftests-resctrl-Unmount-resctrl-FS-if-child-.patch - patches.kernel.org/6.1.53-115-selftests-resctrl-Close-perf-value-read-fd-on-.patch - patches.kernel.org/6.1.53-116-arm64-ptrace-Clean-up-error-handling-path-in-s.patch - patches.kernel.org/6.1.53-117-sched-psi-Select-KERNFS-as-needed.patch - patches.kernel.org/6.1.53-118-x86-decompressor-Don-t-rely-on-upper-32-bits-o.patch - patches.kernel.org/6.1.53-119-arm64-sme-Don-t-use-streaming-mode-to-probe-th.patch - patches.kernel.org/6.1.53-120-arm64-fpsimd-Only-provide-the-length-to-cpufea.patch - patches.kernel.org/6.1.53-121-sched-rt-Fix-sysctl_sched_rr_timeslice-intial-.patch - patches.kernel.org/6.1.53-122-perf-imx_ddr-don-t-enable-counter0-if-none-of-.patch - patches.kernel.org/6.1.53-123-selftests-futex-Order-calls-to-futex_lock_pi.patch - patches.kernel.org/6.1.53-124-s390-pkey-fix-harmonize-internal-keyblob-heade.patch - patches.kernel.org/6.1.53-125-s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-P.patch - patches.kernel.org/6.1.53-126-s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-for-.patch - patches.kernel.org/6.1.53-127-s390-paes-fix-PKEY_TYPE_EP11_AES-handling-for-.patch - patches.kernel.org/6.1.53-128-irqchip-loongson-eiointc-Fix-return-value-chec.patch - patches.kernel.org/6.1.53-129-ACPI-x86-s2idle-Post-increment-variables-when-.patch - patches.kernel.org/6.1.53-130-ACPI-x86-s2idle-Fix-a-logic-error-parsing-AMD-.patch - patches.kernel.org/6.1.53-131-thermal-of-Fix-potential-uninitialized-value-a.patch - patches.kernel.org/6.1.53-132-cpufreq-amd-pstate-ut-Remove-module-parameter-.patch - patches.kernel.org/6.1.53-133-cpufreq-amd-pstate-ut-Fix-kernel-panic-when-lo.patch - patches.kernel.org/6.1.53-134-x86-efistub-Fix-PCI-ROM-preservation-in-mixed-.patch - patches.kernel.org/6.1.53-135-cpufreq-powernow-k8-Use-related_cpus-instead-o.patch - patches.kernel.org/6.1.53-136-selftests-bpf-Fix-bpf_nf-failure-upon-test-rer.patch - patches.kernel.org/6.1.53-137-bpftool-use-a-local-copy-of-perf_event-to-fix-.patch - patches.kernel.org/6.1.53-138-bpftool-Define-a-local-bpf_perf_link-to-fix-ac.patch - patches.kernel.org/6.1.53-139-bpftool-Use-a-local-copy-of-BPF_LINK_TYPE_PERF.patch - patches.kernel.org/6.1.53-140-bpftool-Use-a-local-bpf_perf_event_value-to-fi.patch - patches.kernel.org/6.1.53-141-libbpf-Fix-realloc-API-handling-in-zero-sized-.patch - patches.kernel.org/6.1.53-142-bpf-Clear-the-probe_addr-for-uprobe.patch - patches.kernel.org/6.1.53-143-bpf-Fix-an-error-in-verifying-a-field-in-a-uni.patch - patches.kernel.org/6.1.53-144-crypto-qat-change-value-of-default-idle-filter.patch - patches.kernel.org/6.1.53-145-tcp-tcp_enter_quickack_mode-should-be-static.patch - patches.kernel.org/6.1.53-146-hwrng-nomadik-keep-clock-enabled-while-hwrng-i.patch - patches.kernel.org/6.1.53-147-hwrng-pic32-use-devm_clk_get_enabled.patch - patches.kernel.org/6.1.53-148-regmap-rbtree-Use-alloc_flags-for-memory-alloc.patch - patches.kernel.org/6.1.53-149-wifi-rtw89-debug-Fix-error-handling-in-rtw89_d.patch - patches.kernel.org/6.1.53-150-wifi-mt76-mt7921-fix-non-PSC-channel-scan-fail.patch - patches.kernel.org/6.1.53-151-udp-re-score-reuseport-groups-when-connected-s.patch - patches.kernel.org/6.1.53-152-bpf-reject-unhashed-sockets-in-bpf_sk_assign.patch - patches.kernel.org/6.1.53-153-wifi-mt76-testmode-add-nla_policy-for-MT76_TM_.patch - patches.kernel.org/6.1.53-154-spi-tegra20-sflash-fix-to-check-return-value-o.patch - patches.kernel.org/6.1.53-155-can-gs_usb-gs_usb_receive_bulk_callback-count-.patch - patches.kernel.org/6.1.53-156-wifi-mt76-mt7915-fix-power-limits-while-chan_s.patch - patches.kernel.org/6.1.53-157-wifi-mwifiex-Fix-OOB-and-integer-underflow-whe.patch - patches.kernel.org/6.1.53-158-wifi-mwifiex-fix-error-recovery-in-PCIE-buffer.patch - patches.kernel.org/6.1.53-159-selftests-bpf-fix-static-assert-compilation-is.patch - patches.kernel.org/6.1.53-160-kbuild-rust_is_available-remove-v-option.patch - patches.kernel.org/6.1.53-161-kbuild-rust_is_available-fix-version-check-whe.patch - patches.kernel.org/6.1.53-162-kbuild-rust_is_available-add-check-for-bindgen.patch - patches.kernel.org/6.1.53-163-kbuild-rust_is_available-fix-confusion-when-a-.patch - patches.kernel.org/6.1.53-164-crypto-stm32-Properly-handle-pm_runtime_get-fa.patch - patches.kernel.org/6.1.53-165-crypto-api-Use-work-queue-in-crypto_destroy_in.patch - patches.kernel.org/6.1.53-166-Bluetooth-nokia-fix-value-check-in-nokia_bluet.patch - patches.kernel.org/6.1.53-167-Bluetooth-Fix-potential-use-after-free-when-cl.patch - patches.kernel.org/6.1.53-168-Bluetooth-hci_sync-Don-t-double-print-name-in-.patch - patches.kernel.org/6.1.53-169-Bluetooth-hci_sync-Avoid-use-after-free-in-dbg.patch - patches.kernel.org/6.1.53-170-net-tcp-fix-unexcepted-socket-die-when-snd_wnd.patch - patches.kernel.org/6.1.53-171-selftests-bpf-Fix-repeat-option-when-kfunc_cal.patch - patches.kernel.org/6.1.53-172-selftests-bpf-Clean-up-fmod_ret-in-bench_renam.patch - patches.kernel.org/6.1.53-173-net-memcg-Fix-scope-of-sockmem-pressure-indica.patch - patches.kernel.org/6.1.53-174-ice-ice_aq_check_events-fix-off-by-one-check-w.patch - patches.kernel.org/6.1.53-175-crypto-caam-fix-unchecked-return-value-error.patch - patches.kernel.org/6.1.53-176-hwrng-iproc-rng200-Implement-suspend-and-resum.patch - patches.kernel.org/6.1.53-177-lwt-Fix-return-values-of-BPF-xmit-ops.patch - patches.kernel.org/6.1.53-178-lwt-Check-LWTUNNEL_XMIT_CONTINUE-strictly.patch - patches.kernel.org/6.1.53-179-fs-ocfs2-namei-check-return-value-of-ocfs2_add.patch - patches.kernel.org/6.1.53-180-net-annotate-data-races-around-sk-sk_lingertim.patch - patches.kernel.org/6.1.53-181-wifi-mwifiex-fix-memory-leak-in-mwifiex_histog.patch - patches.kernel.org/6.1.53-182-wifi-mwifiex-Fix-missed-return-in-oob-checks-f.patch - patches.kernel.org/6.1.53-183-ARM-dts-Add-.dts-files-missing-from-the-build.patch - patches.kernel.org/6.1.53-184-samples-bpf-fix-bio-latency-check-with-tracepo.patch - patches.kernel.org/6.1.53-185-samples-bpf-fix-broken-map-lookup-probe.patch - patches.kernel.org/6.1.53-186-wifi-ath9k-fix-races-between-ath9k_wmi_cmd-and.patch - patches.kernel.org/6.1.53-187-wifi-ath9k-protect-WMI-command-response-buffer.patch - patches.kernel.org/6.1.53-188-wifi-nl80211-cfg80211-add-forgotten-nla_policy.patch - patches.kernel.org/6.1.53-189-mac80211-make-ieee80211_tx_info-padding-explic.patch - patches.kernel.org/6.1.53-190-wifi-mwifiex-avoid-possible-NULL-skb-pointer-d.patch - patches.kernel.org/6.1.53-191-Bluetooth-btusb-Do-not-call-kfree_skb-under-sp.patch - patches.kernel.org/6.1.53-192-arm64-mm-use-ptep_clear-instead-of-pte_clear-i.patch - patches.kernel.org/6.1.53-193-wifi-ath9k-use-IS_ERR-with-debugfs_create_dir.patch - patches.kernel.org/6.1.53-194-ice-avoid-executing-commands-on-other-ports-wh.patch - patches.kernel.org/6.1.53-195-net-arcnet-Do-not-call-kfree_skb-under-local_i.patch - patches.kernel.org/6.1.53-196-mlxsw-i2c-Fix-chunk-size-setting-in-output-mai.patch - patches.kernel.org/6.1.53-197-mlxsw-i2c-Limit-single-transaction-buffer-size.patch - patches.kernel.org/6.1.53-198-mlxsw-core_hwmon-Adjust-module-label-names-bas.patch - patches.kernel.org/6.1.53-199-hwmon-tmp513-Fix-the-channel-number-in-tmp51x_.patch - patches.kernel.org/6.1.53-200-octeontx2-pf-Refactor-schedular-queue-alloc-fr.patch - patches.kernel.org/6.1.53-201-octeontx2-pf-Fix-PFC-TX-scheduler-free.patch - patches.kernel.org/6.1.53-202-cteonxt2-pf-Fix-backpressure-config-for-multip.patch - patches.kernel.org/6.1.53-203-sfc-Check-firmware-supports-Ethernet-PTP-filte.patch - patches.kernel.org/6.1.53-204-net-sched-sch_hfsc-Ensure-inner-classes-have-f.patch - patches.kernel.org/6.1.53-205-netrom-Deny-concurrent-connect.patch - patches.kernel.org/6.1.53-206-drm-bridge-tc358764-Fix-debug-print-parameter-.patch - patches.kernel.org/6.1.53-207-ASoC-cs43130-Fix-numerator-denominator-mixup.patch - patches.kernel.org/6.1.53-208-quota-factor-out-dquot_write_dquot.patch - patches.kernel.org/6.1.53-209-quota-rename-dquot_active-to-inode_quota_activ.patch - patches.kernel.org/6.1.53-210-quota-add-new-helper-dquot_active.patch - patches.kernel.org/6.1.53-211-quota-fix-dqput-to-follow-the-guarantees-dquot.patch - patches.kernel.org/6.1.53-212-drm-amd-display-Do-not-set-drr-on-pipe-commit.patch - patches.kernel.org/6.1.53-213-drm-hyperv-Fix-a-compilation-issue-because-of-.patch - patches.kernel.org/6.1.53-214-ASoC-stac9766-fix-build-errors-with-REGMAP_AC9.patch - patches.kernel.org/6.1.53-215-soc-qcom-ocmem-Add-OCMEM-hardware-version-prin.patch - patches.kernel.org/6.1.53-216-soc-qcom-ocmem-Fix-NUM_PORTS-NUM_MACROS-macros.patch - patches.kernel.org/6.1.53-217-arm64-dts-qcom-sm6350-Fix-ZAP-region.patch - patches.kernel.org/6.1.53-218-arm64-dts-qcom-sm8250-correct-dynamic-power-co.patch - patches.kernel.org/6.1.53-219-arm64-dts-qcom-msm8916-l8150-correct-light-sen.patch - patches.kernel.org/6.1.53-220-arm64-dts-qcom-sm8250-edo-Add-gpio-line-names-.patch - patches.kernel.org/6.1.53-221-arm64-dts-qcom-sm8250-edo-Add-GPIO-line-names-.patch - patches.kernel.org/6.1.53-222-arm64-dts-qcom-sm8250-edo-Rectify-gpio-keys.patch - patches.kernel.org/6.1.53-223-arm64-dts-qcom-sc8280xp-crd-Correct-vreg_misc_.patch - patches.kernel.org/6.1.53-224-arm64-dts-qcom-sc8280xp-Add-missing-SCM-interc.patch - patches.kernel.org/6.1.53-225-arm64-dts-qcom-msm8996-Add-missing-interrupt-t.patch - patches.kernel.org/6.1.53-226-arm64-dts-qcom-sdm845-tama-Set-serial-indices-.patch - patches.kernel.org/6.1.53-227-arm64-dts-qcom-sm8350-Fix-CPU-idle-state-resid.patch - patches.kernel.org/6.1.53-228-arm64-dts-qcom-sm8350-Add-missing-LMH-interrup.patch - patches.kernel.org/6.1.53-229-arm64-dts-qcom-sm8350-Use-proper-CPU-compatibl.patch - patches.kernel.org/6.1.53-230-arm64-dts-qcom-pm8350-fix-thermal-zone-name.patch - patches.kernel.org/6.1.53-231-arm64-dts-qcom-pm8350b-fix-thermal-zone-name.patch - patches.kernel.org/6.1.53-232-arm64-dts-qcom-pmr735b-fix-thermal-zone-name.patch - patches.kernel.org/6.1.53-233-arm64-dts-qcom-pmk8350-fix-ADC-TM-compatible-s.patch - patches.kernel.org/6.1.53-234-arm64-dts-qcom-sm8250-Mark-PCIe-hosts-as-DMA-c.patch - patches.kernel.org/6.1.53-235-ARM-dts-stm32-Rename-mdio0-to-mdio.patch - patches.kernel.org/6.1.53-236-ARM-dts-stm32-YAML-validation-fails-for-Argon-.patch - patches.kernel.org/6.1.53-237-ARM-dts-stm32-adopt-generic-iio-bindings-for-a.patch - patches.kernel.org/6.1.53-238-ARM-dts-stm32-Add-missing-detach-mailbox-for-e.patch - patches.kernel.org/6.1.53-239-ARM-dts-stm32-YAML-validation-fails-for-Odysse.patch - patches.kernel.org/6.1.53-240-ARM-dts-stm32-Add-missing-detach-mailbox-for-O.patch - patches.kernel.org/6.1.53-241-ARM-dts-stm32-Update-to-generic-ADC-channel-bi.patch - patches.kernel.org/6.1.53-242-ARM-dts-stm32-Add-missing-detach-mailbox-for-D.patch - patches.kernel.org/6.1.53-243-firmware-ti_sci-Use-system_state-to-determine-.patch - patches.kernel.org/6.1.53-244-drm-amdgpu-avoid-integer-overflow-warning-in-a.patch - patches.kernel.org/6.1.53-245-ARM-dts-BCM53573-Drop-nonexistent-usb-cells.patch - patches.kernel.org/6.1.53-246-ARM-dts-BCM53573-Add-cells-sizes-to-PCIe-node.patch - patches.kernel.org/6.1.53-247-ARM-dts-BCM53573-Use-updated-spi-gpio-binding-.patch - patches.kernel.org/6.1.53-248-arm64-tegra-Fix-HSUART-for-Jetson-AGX-Orin.patch - patches.kernel.org/6.1.53-249-arm64-dts-qcom-sm8250-sony-xperia-correct-GPIO.patch - patches.kernel.org/6.1.53-250-arm64-dts-qcom-pm6150l-Add-missing-short-inter.patch - patches.kernel.org/6.1.53-251-arm64-dts-qcom-pm660l-Add-missing-short-interr.patch - patches.kernel.org/6.1.53-252-arm64-dts-qcom-pmi8994-Add-missing-OVP-interru.patch - patches.kernel.org/6.1.53-253-arm64-tegra-Fix-HSUART-for-Smaug.patch - patches.kernel.org/6.1.53-254-drm-etnaviv-fix-dumping-of-active-MMU-context.patch - patches.kernel.org/6.1.53-255-block-cleanup-queue_wc_store.patch - patches.kernel.org/6.1.53-256-block-don-t-allow-enabling-a-cache-on-devices-.patch - patches.kernel.org/6.1.53-257-x86-mm-Fix-PAT-bit-missing-from-page-protectio.patch - patches.kernel.org/6.1.53-258-drm-bridge-anx7625-Use-common-macros-for-DP-po.patch - patches.kernel.org/6.1.53-259-drm-bridge-anx7625-Use-common-macros-for-HDCP-.patch - patches.kernel.org/6.1.53-260-ARM-dts-samsung-s3c6410-mini6410-correct-ether.patch - patches.kernel.org/6.1.53-261-ARM-dts-s5pv210-add-dummy-5V-regulator-for-bac.patch - patches.kernel.org/6.1.53-262-ARM-dts-samsung-s5pv210-smdkv210-correct-ether.patch - patches.kernel.org/6.1.53-263-drm-adv7511-Fix-low-refresh-rate-register-for-.patch - patches.kernel.org/6.1.53-264-ARM-dts-BCM53573-Fix-Ethernet-info-for-Luxul-d.patch - patches.kernel.org/6.1.53-265-arm64-dts-qcom-sdm845-Add-missing-RPMh-power-d.patch - patches.kernel.org/6.1.53-266-arm64-dts-qcom-sdm845-Fix-the-min-frequency-of.patch - patches.kernel.org/6.1.53-267-arm64-dts-qcom-msm8996-gemini-fix-touchscreen-.patch - patches.kernel.org/6.1.53-268-drm-amdgpu-Update-min-to-min_t-in-amdgpu_info_.patch - patches.kernel.org/6.1.53-269-md-Factor-out-is_md_suspended-helper.patch - patches.kernel.org/6.1.53-270-md-Change-active_io-to-percpu.patch - patches.kernel.org/6.1.53-271-md-restore-noio_flag-for-the-last-mddev_resume.patch - patches.kernel.org/6.1.53-272-md-raid10-factor-out-dereference_rdev_and_rrde.patch - patches.kernel.org/6.1.53-273-md-raid10-use-dereference_rdev_and_rrdev-to-ge.patch - patches.kernel.org/6.1.53-274-md-md-bitmap-remove-unnecessary-local-variable.patch - patches.kernel.org/6.1.53-275-md-md-bitmap-hold-reconfig_mutex-in-backlog_st.patch - patches.kernel.org/6.1.53-276-drm-msm-Update-dev-core-dump-to-not-print-back.patch - patches.kernel.org/6.1.53-277-drm-tegra-dpaux-Fix-incorrect-return-value-of-.patch - patches.kernel.org/6.1.53-278-of-unittest-fix-null-pointer-dereferencing-in-.patch - patches.kernel.org/6.1.53-279-arm64-dts-qcom-sm8150-Fix-the-I2C7-interrupt.patch - patches.kernel.org/6.1.53-280-ARM-dts-BCM53573-Fix-Tenda-AC9-switch-CPU-port.patch - patches.kernel.org/6.1.53-281-drm-armada-Fix-off-by-one-error-in-armada_over.patch - patches.kernel.org/6.1.53-282-drm-repaper-Reduce-temporary-buffer-size-in-re.patch - patches.kernel.org/6.1.53-283-drm-panel-simple-Add-missing-connector-type-an.patch - patches.kernel.org/6.1.53-284-ima-Remove-deprecated-IMA_TRUSTED_KEYRING-Kcon.patch - patches.kernel.org/6.1.53-285-drm-xlnx-zynqmp_dpsub-Add-missing-check-for-dm.patch - patches.kernel.org/6.1.53-286-soc-qcom-smem-Fix-incompatible-types-in-compar.patch - patches.kernel.org/6.1.53-287-drm-msm-mdp5-Don-t-leak-some-plane-state.patch - patches.kernel.org/6.1.53-288-firmware-meson_sm-fix-to-avoid-potential-NULL-.patch - patches.kernel.org/6.1.53-289-drm-msm-dpu-fix-the-irq-index-in-dpu_encoder_p.patch - patches.kernel.org/6.1.53-290-smackfs-Prevent-underflow-in-smk_set_cipso.patch - patches.kernel.org/6.1.53-291-drm-amd-pm-fix-variable-dereferenced-issue-in-.patch - patches.kernel.org/6.1.53-292-drm-msm-a2xx-Call-adreno_gpu_init-earlier.patch - patches.kernel.org/6.1.53-293-audit-fix-possible-soft-lockup-in-__audit_inod.patch - patches.kernel.org/6.1.53-294-block-mq-deadline-use-correct-way-to-throttlin.patch - patches.kernel.org/6.1.53-295-io_uring-fix-drain-stalls-by-invalid-SQE.patch - patches.kernel.org/6.1.53-296-drm-mediatek-dp-Add-missing-error-checks-in-mt.patch - patches.kernel.org/6.1.53-297-bus-ti-sysc-Fix-build-warning-for-64-bit-build.patch - patches.kernel.org/6.1.53-298-drm-mediatek-Remove-freeing-not-dynamic-alloca.patch - patches.kernel.org/6.1.53-299-ARM-dts-qcom-ipq4019-correct-SDHCI-XO-clock.patch - patches.kernel.org/6.1.53-300-drm-mediatek-Fix-potential-memory-leak-if-vmap.patch - patches.kernel.org/6.1.53-301-arm64-dts-qcom-apq8016-sbc-Fix-ov5640-regulato.patch - patches.kernel.org/6.1.53-302-arm64-dts-qcom-msm8998-Drop-bus-clock-referenc.patch - patches.kernel.org/6.1.53-303-arm64-dts-qcom-msm8998-Add-missing-power-domai.patch - patches.kernel.org/6.1.53-304-arm64-dts-qcom-msm8996-Fix-dsi1-interrupts.patch - patches.kernel.org/6.1.53-305-arm64-dts-qcom-sc8280xp-x13s-Unreserve-NC-pins.patch - patches.kernel.org/6.1.53-306-bus-ti-sysc-Fix-cast-to-enum-warning.patch - patches.kernel.org/6.1.53-307-md-raid5-cache-fix-a-deadlock-in-r5l_exit_log.patch - patches.kernel.org/6.1.53-308-md-raid5-cache-fix-null-ptr-deref-for-r5l_flus.patch - patches.kernel.org/6.1.53-309-firmware-cs_dsp-Fix-new-control-name-check.patch - patches.kernel.org/6.1.53-310-md-add-error_handlers-for-raid0-and-linear.patch - patches.kernel.org/6.1.53-311-md-raid0-Factor-out-helper-for-mapping-and-sub.patch - patches.kernel.org/6.1.53-312-md-raid0-Fix-performance-regression-for-large-.patch - patches.kernel.org/6.1.53-313-md-raid0-account-for-split-bio-in-iostat-accou.patch - patches.kernel.org/6.1.53-314-ASoC-SOF-amd-clear-dsp-to-host-interrupt-statu.patch - patches.kernel.org/6.1.53-315-of-overlay-Call-of_changeset_init-early.patch - patches.kernel.org/6.1.53-316-of-unittest-Fix-overlay-type-in-apply-revert-c.patch - patches.kernel.org/6.1.53-317-ALSA-ac97-Fix-possible-error-value-of-rac97.patch - patches.kernel.org/6.1.53-318-ipmi-ssif-Add-check-for-kstrdup.patch - patches.kernel.org/6.1.53-319-ipmi-ssif-Fix-a-memory-leak-when-scanning-for-.patch - patches.kernel.org/6.1.53-320-clk-qcom-gpucc-sm6350-Introduce-index-based-cl.patch - patches.kernel.org/6.1.53-321-clk-qcom-gpucc-sm6350-Fix-clock-source-names.patch - patches.kernel.org/6.1.53-322-clk-qcom-gcc-sc8280xp-Add-EMAC-GDSCs.patch - patches.kernel.org/6.1.53-323-clk-qcom-gcc-sc8280xp-Add-missing-GDSC-flags.patch - patches.kernel.org/6.1.53-324-dt-bindings-clock-qcom-gcc-sc8280xp-Add-missin.patch - patches.kernel.org/6.1.53-325-clk-qcom-gcc-sc8280xp-Add-missing-GDSCs.patch - patches.kernel.org/6.1.53-326-clk-rockchip-rk3568-Fix-PLL-rate-setting-for-7.patch - patches.kernel.org/6.1.53-327-PCI-apple-Initialize-pcie-nvecs-before-use.patch - patches.kernel.org/6.1.53-328-PCI-qcom-ep-Switch-MHI-bus-master-clock-off-du.patch - patches.kernel.org/6.1.53-329-drivers-clk-keystone-Fix-parameter-judgment-in.patch - patches.kernel.org/6.1.53-330-PCI-DOE-Fix-destroy_work_on_stack-race.patch - patches.kernel.org/6.1.53-331-clk-sunxi-ng-Modify-mismatched-function-name.patch - patches.kernel.org/6.1.53-332-clk-qcom-gcc-sc7180-Fix-up-gcc_sdcc2_apps_clk_.patch - patches.kernel.org/6.1.53-333-EDAC-igen6-Fix-the-issue-of-no-error-events.patch - patches.kernel.org/6.1.53-334-ext4-correct-grp-validation-in-ext4_mb_good_gr.patch - patches.kernel.org/6.1.53-335-ext4-avoid-potential-data-overflow-in-next_lin.patch - patches.kernel.org/6.1.53-336-clk-qcom-gcc-sm8250-Fix-gcc_sdcc2_apps_clk_src.patch - patches.kernel.org/6.1.53-337-kvm-vfio-Prepare-for-accepting-vfio-device-fd.patch - patches.kernel.org/6.1.53-338-kvm-vfio-ensure-kvg-instance-stays-around-in-k.patch - patches.kernel.org/6.1.53-339-clk-qcom-reset-Use-the-correct-type-of-sleep-d.patch - patches.kernel.org/6.1.53-340-clk-qcom-gcc-sm6350-Fix-gcc_sdcc2_apps_clk_src.patch - patches.kernel.org/6.1.53-341-PCI-microchip-Correct-the-DED-and-SEC-interrup.patch - patches.kernel.org/6.1.53-342-PCI-Mark-NVIDIA-T4-GPUs-to-avoid-bus-reset.patch - patches.kernel.org/6.1.53-343-pinctrl-mcp23s08-check-return-value-of-devm_ka.patch - patches.kernel.org/6.1.53-344-PCI-Allow-drivers-to-request-exclusive-config-.patch - patches.kernel.org/6.1.53-345-PCI-Add-locking-to-RMW-PCI-Express-Capability-.patch - patches.kernel.org/6.1.53-346-PCI-pciehp-Use-RMW-accessors-for-changing-LNKC.patch - patches.kernel.org/6.1.53-347-PCI-ASPM-Use-RMW-accessors-for-changing-LNKCTL.patch - patches.kernel.org/6.1.53-348-clk-qcom-gcc-sm8450-Use-floor-ops-for-SDCC-RCG.patch - patches.kernel.org/6.1.53-349-clk-imx-pllv4-Fix-SPLL2-MULT-range.patch - patches.kernel.org/6.1.53-350-clk-imx-imx8ulp-update-SPLL2-type.patch - patches.kernel.org/6.1.53-351-clk-imx8mp-fix-sai4-clock.patch - patches.kernel.org/6.1.53-352-clk-imx-composite-8m-fix-clock-pauses-when-set.patch - patches.kernel.org/6.1.53-353-powerpc-radix-Move-some-functions-into-ifdef-C.patch - patches.kernel.org/6.1.53-354-vfio-type1-fix-cap_migration-information-leak.patch - patches.kernel.org/6.1.53-355-nvdimm-Fix-memleak-of-pmu-attr_groups-in-unreg.patch - patches.kernel.org/6.1.53-356-nvdimm-Fix-dereference-after-free-in-register_.patch - patches.kernel.org/6.1.53-357-powerpc-fadump-reset-dump-area-size-if-fadump-.patch - patches.kernel.org/6.1.53-358-powerpc-perf-Convert-fsl_emb-notifier-to-state.patch - patches.kernel.org/6.1.53-359-drm-amdgpu-Use-RMW-accessors-for-changing-LNKC.patch - patches.kernel.org/6.1.53-360-drm-radeon-Use-RMW-accessors-for-changing-LNKC.patch - patches.kernel.org/6.1.53-361-net-mlx5-Use-RMW-accessors-for-changing-LNKCTL.patch - patches.kernel.org/6.1.53-362-wifi-ath11k-Use-RMW-accessors-for-changing-LNK.patch - patches.kernel.org/6.1.53-363-wifi-ath10k-Use-RMW-accessors-for-changing-LNK.patch - patches.kernel.org/6.1.53-364-NFSv4.2-Rework-scratch-handling-for-READ_PLUS.patch - patches.kernel.org/6.1.53-365-NFSv4.2-Fix-READ_PLUS-smatch-warnings.patch - patches.kernel.org/6.1.53-366-NFSv4.2-Fix-up-READ_PLUS-alignment.patch - patches.kernel.org/6.1.53-367-NFSv4.2-Fix-READ_PLUS-size-calculations.patch - patches.kernel.org/6.1.53-368-powerpc-Don-t-include-lppaca.h-in-paca.h.patch - patches.kernel.org/6.1.53-369-powerpc-pseries-Rework-lppaca_shared_proc-to-a.patch - patches.kernel.org/6.1.53-370-nfs-blocklayout-Use-the-passed-in-gfp-flags.patch - patches.kernel.org/6.1.53-371-powerpc-pseries-Fix-hcall-tracepoints-with-JUM.patch - patches.kernel.org/6.1.53-372-powerpc-mpc5xxx-Add-missing-fwnode_handle_put.patch - patches.kernel.org/6.1.53-373-powerpc-iommu-Fix-notifiers-being-shared-by-PC.patch - patches.kernel.org/6.1.53-374-ext4-fix-unttached-inode-after-power-cut-with-.patch - patches.kernel.org/6.1.53-375-jfs-validate-max-amount-of-blocks-before-alloc.patch - patches.kernel.org/6.1.53-376-fs-lockd-avoid-possible-wrong-NULL-parameter.patch - patches.kernel.org/6.1.53-377-NFSD-da_addr_body-field-missing-in-some-GETDEV.patch - patches.kernel.org/6.1.53-378-NFS-Guard-against-READDIR-loop-when-entry-name.patch - patches.kernel.org/6.1.53-379-NFSv4.2-fix-handling-of-COPY-ERR_OFFLOAD_NO_RE.patch - patches.kernel.org/6.1.53-380-pNFS-Fix-assignment-of-xprtdata.cred.patch - patches.kernel.org/6.1.53-381-cgroup-cpuset-Inherit-parent-s-load-balance-st.patch - patches.kernel.org/6.1.53-382-RDMA-qedr-Remove-a-duplicate-assignment-in-ird.patch - patches.kernel.org/6.1.53-383-media-ov5640-fix-low-resolution-image-abnormal.patch - patches.kernel.org/6.1.53-384-media-ad5820-Drop-unsupported-ad5823-from-i2c_.patch - patches.kernel.org/6.1.53-385-media-i2c-tvp5150-check-return-value-of-devm_k.patch - patches.kernel.org/6.1.53-386-media-v4l2-core-Fix-a-potential-resource-leak-.patch - patches.kernel.org/6.1.53-387-iommu-amd-iommu_v2-Fix-pasid_state-refcount-de.patch - patches.kernel.org/6.1.53-388-iommu-rockchip-Fix-directory-table-address-enc.patch - patches.kernel.org/6.1.53-389-drivers-usb-smsusb-fix-error-handling-code-in-.patch - patches.kernel.org/6.1.53-390-media-dib7000p-Fix-potential-division-by-zero.patch - patches.kernel.org/6.1.53-391-media-dvb-usb-m920x-Fix-a-potential-memory-lea.patch - patches.kernel.org/6.1.53-392-media-cx24120-Add-retval-check-for-cx24120_mes.patch - patches.kernel.org/6.1.53-393-RDMA-siw-Fabricate-a-GID-on-tun-and-loopback-d.patch - patches.kernel.org/6.1.53-394-scsi-hisi_sas-Fix-warnings-detected-by-sparse.patch - patches.kernel.org/6.1.53-395-scsi-hisi_sas-Fix-normally-completed-I-O-analy.patch - patches.kernel.org/6.1.53-396-dt-bindings-extcon-maxim-max77843-restrict-con.patch - patches.kernel.org/6.1.53-397-media-amphion-reinit-vpu-if-reqbufs-output-0.patch - patches.kernel.org/6.1.53-398-media-amphion-add-helper-function-to-get-id-na.patch - patches.kernel.org/6.1.53-399-media-mtk-jpeg-Fix-use-after-free-bug-due-to-u.patch - patches.kernel.org/6.1.53-400-media-rkvdec-increase-max-supported-height-for.patch - patches.kernel.org/6.1.53-401-media-amphion-fix-CHECKED_RETURN-issues-report.patch - patches.kernel.org/6.1.53-402-media-amphion-fix-REVERSE_INULL-issues-reporte.patch - patches.kernel.org/6.1.53-403-media-amphion-fix-UNINIT-issues-reported-by-co.patch - patches.kernel.org/6.1.53-404-media-amphion-fix-UNUSED_VALUE-issue-reported-.patch - patches.kernel.org/6.1.53-405-media-amphion-ensure-the-bitops-don-t-cross-bo.patch - patches.kernel.org/6.1.53-406-media-mediatek-vcodec-Return-NULL-if-no-vdec_f.patch - patches.kernel.org/6.1.53-407-media-mediatek-vcodec-fix-potential-double-fre.patch - patches.kernel.org/6.1.53-408-media-mediatek-vcodec-fix-resource-leaks-in-vd.patch - patches.kernel.org/6.1.53-409-usb-phy-mxs-fix-getting-wrong-state-with-mxs_p.patch - patches.kernel.org/6.1.53-410-scsi-RDMA-srp-Fix-residual-handling.patch - patches.kernel.org/6.1.53-411-scsi-iscsi-Rename-iscsi_set_param-to-iscsi_if_.patch - patches.kernel.org/6.1.53-412-scsi-iscsi-Add-length-check-for-nlattr-payload.patch - patches.kernel.org/6.1.53-413-scsi-iscsi-Add-strlen-check-in-iscsi_if_set-_h.patch - patches.kernel.org/6.1.53-414-scsi-be2iscsi-Add-length-check-when-parsing-nl.patch - patches.kernel.org/6.1.53-415-scsi-qla4xxx-Add-length-check-when-parsing-nla.patch - patches.kernel.org/6.1.53-416-iio-accel-adxl313-Fix-adxl313_i2c_id-table.patch - patches.kernel.org/6.1.53-417-serial-sprd-Assign-sprd_port-after-initialized.patch - patches.kernel.org/6.1.53-418-serial-sprd-Fix-DMA-buffer-leak-issue.patch - patches.kernel.org/6.1.53-419-x86-APM-drop-the-duplicate-APM_MINOR_DEV-macro.patch - patches.kernel.org/6.1.53-420-RDMA-rxe-Split-rxe_run_task-into-two-subroutin.patch - patches.kernel.org/6.1.53-421-RDMA-rxe-Fix-incomplete-state-save-in-rxe_requ.patch - patches.kernel.org/6.1.53-422-scsi-qedf-Do-not-touch-__user-pointer-in-qedf_.patch - patches.kernel.org/6.1.53-423-scsi-qedf-Do-not-touch-__user-pointer-in-qedf_.patch - patches.kernel.org/6.1.53-424-scsi-qedf-Do-not-touch-__user-pointer-in-qedf_.patch - patches.kernel.org/6.1.53-425-RDMA-irdma-Replace-one-element-array-with-flex.patch - patches.kernel.org/6.1.53-426-coresight-tmc-Explicit-type-conversions-to-pre.patch - patches.kernel.org/6.1.53-427-interconnect-qcom-qcm2290-Enable-sync-state.patch - patches.kernel.org/6.1.53-428-dma-buf-sync_file-Fix-docs-syntax.patch - patches.kernel.org/6.1.53-429-driver-core-test_async-fix-an-error-code.patch - patches.kernel.org/6.1.53-430-driver-core-Call-dma_cleanup-on-the-test_remov.patch - patches.kernel.org/6.1.53-431-kernfs-add-stub-helper-for-kernfs_generic_poll.patch - patches.kernel.org/6.1.53-432-extcon-cht_wc-add-POWER_SUPPLY-dependency.patch - patches.kernel.org/6.1.53-433-iommu-mediatek-Remove-unused-mapping-member-fr.patch - patches.kernel.org/6.1.53-434-iommu-mediatek-Fix-two-IOMMU-share-pagetable-i.patch - patches.kernel.org/6.1.53-435-iommu-sprd-Add-missing-force_aperture.patch - patches.kernel.org/6.1.53-436-RDMA-hns-Fix-port-active-speed.patch - patches.kernel.org/6.1.53-437-RDMA-hns-Fix-incorrect-post-send-with-direct-w.patch - patches.kernel.org/6.1.53-438-RDMA-hns-Fix-inaccurate-error-label-name-in-in.patch - patches.kernel.org/6.1.53-439-RDMA-hns-Fix-CQ-and-QP-cache-affinity.patch - patches.kernel.org/6.1.53-440-IB-uverbs-Fix-an-potential-error-pointer-deref.patch - patches.kernel.org/6.1.53-441-fsi-aspeed-Reset-master-errors-after-CFAM-rese.patch - patches.kernel.org/6.1.53-442-iommu-qcom-Disable-and-reset-context-bank-befo.patch - patches.kernel.org/6.1.53-443-iommu-vt-d-Fix-to-flush-cache-of-PASID-directo.patch - patches.kernel.org/6.1.53-444-platform-x86-dell-sysman-Fix-reference-leak.patch - patches.kernel.org/6.1.53-445-media-cec-core-add-adap_nb_transmit_canceled-c.patch - patches.kernel.org/6.1.53-446-media-cec-core-add-adap_unconfigured-callback.patch - patches.kernel.org/6.1.53-447-media-go7007-Remove-redundant-if-statement.patch - patches.kernel.org/6.1.53-448-media-venus-hfi_venus-Only-consider-sys_idle_i.patch - patches.kernel.org/6.1.53-449-docs-ABI-fix-spelling-grammar-in-SBEFIFO-timeo.patch - patches.kernel.org/6.1.53-450-USB-gadget-core-Add-missing-kerneldoc-for-vbus.patch - patches.kernel.org/6.1.53-451-USB-gadget-f_mass_storage-Fix-unused-variable-.patch - patches.kernel.org/6.1.53-452-drivers-base-Free-devm-resources-when-unregist.patch - patches.kernel.org/6.1.53-453-HID-input-Support-devices-sending-Eraser-witho.patch - patches.kernel.org/6.1.53-454-media-ov5640-Enable-MIPI-interface-in-ov5640_s.patch - patches.kernel.org/6.1.53-455-media-ov5640-Fix-initial-RESETB-state-and-anno.patch - patches.kernel.org/6.1.53-456-media-i2c-ov2680-Set-V4L2_CTRL_FLAG_MODIFY_LAY.patch - patches.kernel.org/6.1.53-457-media-ov2680-Remove-auto-gain-and-auto-exposur.patch - patches.kernel.org/6.1.53-458-media-ov2680-Fix-ov2680_bayer_order.patch - patches.kernel.org/6.1.53-459-media-ov2680-Fix-vflip-hflip-set-functions.patch - patches.kernel.org/6.1.53-460-media-ov2680-Remove-VIDEO_V4L2_SUBDEV_API-ifde.patch - patches.kernel.org/6.1.53-461-media-ov2680-Don-t-take-the-lock-for-try_fmt-c.patch - patches.kernel.org/6.1.53-462-media-ov2680-Add-ov2680_fill_format-helper-fun.patch - patches.kernel.org/6.1.53-463-media-ov2680-Fix-ov2680_set_fmt-which-V4L2_SUB.patch - patches.kernel.org/6.1.53-464-media-ov2680-Fix-regulators-being-left-enabled.patch - patches.kernel.org/6.1.53-465-media-i2c-rdacm21-Fix-uninitialized-value.patch - patches.kernel.org/6.1.53-466-f2fs-fix-to-avoid-mmap-vs-set_compress_option-.patch - patches.kernel.org/6.1.53-467-f2fs-judge-whether-discard_unit-is-section-onl.patch - patches.kernel.org/6.1.53-468-f2fs-Only-lfs-mode-is-allowed-with-zoned-block.patch - patches.kernel.org/6.1.53-469-Revert-f2fs-fix-to-do-sanity-check-on-extent-c.patch - patches.kernel.org/6.1.53-470-cgroup-namespace-Remove-unused-cgroup_namespac.patch - patches.kernel.org/6.1.53-471-coresight-trbe-Fix-TRBE-potential-sleep-in-ato.patch - patches.kernel.org/6.1.53-472-RDMA-irdma-Prevent-zero-length-STAG-registrati.patch - patches.kernel.org/6.1.53-473-scsi-core-Use-32-bit-hostnum-in-scsi_host_look.patch - patches.kernel.org/6.1.53-474-scsi-fcoe-Fix-potential-deadlock-on-fip-ctlr_l.patch - patches.kernel.org/6.1.53-475-interconnect-qcom-sm8450-Enable-sync_state.patch - patches.kernel.org/6.1.53-476-interconnect-qcom-bcm-voter-Improve-enable_mas.patch - patches.kernel.org/6.1.53-477-interconnect-qcom-bcm-voter-Use-enable_maks-fo.patch - patches.kernel.org/6.1.53-478-serial-tegra-handle-clk-prepare-error-in-tegra.patch - patches.kernel.org/6.1.53-479-amba-bus-fix-refcount-leak.patch - patches.kernel.org/6.1.53-480-Revert-IB-isert-Fix-incorrect-release-of-isert.patch - patches.kernel.org/6.1.53-481-RDMA-siw-Balance-the-reference-of-cep-kref-in-.patch - patches.kernel.org/6.1.53-482-RDMA-siw-Correct-wrong-debug-message.patch - patches.kernel.org/6.1.53-483-RDMA-efa-Fix-wrong-resources-deallocation-orde.patch - patches.kernel.org/6.1.53-484-HID-logitech-dj-Fix-error-handling-in-logi_dj_.patch - patches.kernel.org/6.1.53-485-HID-uclogic-Correct-devm-device-reference-for-.patch - patches.kernel.org/6.1.53-486-HID-multitouch-Correct-devm-device-reference-f.patch - patches.kernel.org/6.1.53-487-platform-x86-amd-pmf-Fix-a-missing-cleanup-pat.patch - patches.kernel.org/6.1.53-488-tick-rcu-Fix-false-positive-softirq-work-is-pe.patch - patches.kernel.org/6.1.53-489-x86-speculation-Mark-all-Skylake-CPUs-as-vulne.patch - patches.kernel.org/6.1.53-490-tracing-Remove-extra-space-at-the-end-of-hwlat.patch - patches.kernel.org/6.1.53-491-tracing-Fix-race-issue-between-cpu-buffer-writ.patch - patches.kernel.org/6.1.53-492-mtd-rawnand-brcmnand-Fix-mtd-oobsize.patch - patches.kernel.org/6.1.53-493-dmaengine-idxd-Modify-the-dependence-of-attrib.patch - patches.kernel.org/6.1.53-494-phy-rockchip-inno-hdmi-use-correct-vco_div_5-m.patch - patches.kernel.org/6.1.53-495-phy-rockchip-inno-hdmi-round-fractal-pixclock-.patch - patches.kernel.org/6.1.53-496-phy-rockchip-inno-hdmi-do-not-power-on-rk3328-.patch - patches.kernel.org/6.1.53-497-rpmsg-glink-Add-check-for-kstrdup.patch - patches.kernel.org/6.1.53-498-leds-pwm-Fix-error-code-in-led_pwm_create_fwno.patch - patches.kernel.org/6.1.53-499-leds-multicolor-Use-rounded-division-when-calc.patch - patches.kernel.org/6.1.53-500-leds-Fix-BUG_ON-check-for-LED_COLOR_ID_MULTI-t.patch - patches.kernel.org/6.1.53-501-leds-trigger-tty-Do-not-use-LED_ON-OFF-constan.patch - patches.kernel.org/6.1.53-502-mtd-spi-nor-Check-bus-width-while-setting-QE-b.patch - patches.kernel.org/6.1.53-503-mtd-rawnand-fsmc-handle-clk-prepare-error-in-f.patch - patches.kernel.org/6.1.53-504-um-Fix-hostaudio-build-errors.patch - patches.kernel.org/6.1.53-505-dmaengine-ste_dma40-Add-missing-IRQ-check-in-d.patch - patches.kernel.org/6.1.53-506-Drivers-hv-vmbus-Don-t-dereference-ACPI-root-o.patch - patches.kernel.org/6.1.53-507-cpufreq-Fix-the-race-condition-while-updating-.patch - patches.kernel.org/6.1.53-508-virtio_ring-fix-avail_wrap_counter-in-virtqueu.patch - patches.kernel.org/6.1.53-509-igmp-limit-igmpv3_newpack-packet-size-to-IP_MA.patch - patches.kernel.org/6.1.53-510-netfilter-ipset-add-the-missing-IP_SET_HASH_WI.patch - patches.kernel.org/6.1.53-511-netfilter-nft_exthdr-Fix-non-linear-header-mod.patch - patches.kernel.org/6.1.53-512-netfilter-xt_u32-validate-user-space-input.patch - patches.kernel.org/6.1.53-513-netfilter-xt_sctp-validate-the-flag_info-count.patch - patches.kernel.org/6.1.53-514-skbuff-skb_segment-Call-zero-copy-functions-be.patch - patches.kernel.org/6.1.53-515-igb-set-max-size-RX-buffer-when-store-bad-pack.patch - patches.kernel.org/6.1.53-516-PM-devfreq-Fix-leak-in-devfreq_dev_release.patch - patches.kernel.org/6.1.53-517-ALSA-pcm-Fix-missing-fixup-call-in-compat-hw_r.patch - patches.kernel.org/6.1.53-518-rcu-dump-vmalloc-memory-info-safely.patch - patches.kernel.org/6.1.53-519-printk-ringbuffer-Fix-truncating-buffer-size-m.patch - patches.kernel.org/6.1.53-520-scsi-core-Fix-the-scsi_set_resid-documentation.patch - patches.kernel.org/6.1.53-521-mm-vmalloc-add-a-safer-version-of-find_vm_area.patch - patches.kernel.org/6.1.53-522-cpu-hotplug-Prevent-self-deadlock-on-CPU-hot-u.patch - patches.kernel.org/6.1.53-523-media-i2c-ccs-Check-rules-is-non-NULL.patch - patches.kernel.org/6.1.53-524-media-i2c-Add-a-camera-sensor-top-level-menu.patch - patches.kernel.org/6.1.53-525-PCI-rockchip-Use-64-bit-mask-on-MSI-64-bit-PCI.patch - patches.kernel.org/6.1.53-526-ipmi_si-fix-a-memleak-in-try_smi_init.patch - patches.kernel.org/6.1.53-527-ARM-OMAP2-Fix-Warray-bounds-warning-in-_pwrdm_.patch - patches.kernel.org/6.1.53-528-XArray-Do-not-return-sibling-entries-from-xa_l.patch - patches.kernel.org/6.1.53-529-io_uring-break-iopolling-on-signal.patch - patches.kernel.org/6.1.53-530-backlight-gpio_backlight-Compare-against-struc.patch - patches.kernel.org/6.1.53-531-backlight-bd6107-Compare-against-struct-fb_inf.patch - patches.kernel.org/6.1.53-532-backlight-lv5207lp-Compare-against-struct-fb_i.patch - patches.kernel.org/6.1.53-533-drm-amd-display-register-edp_backlight_control.patch - patches.kernel.org/6.1.53-534-xtensa-PMU-fix-base-address-for-the-newer-hard.patch - patches.kernel.org/6.1.53-535-LoongArch-mm-Add-p-d_leaf-definitions.patch - patches.kernel.org/6.1.53-536-i3c-master-svc-fix-probe-failure-when-no-i3c-d.patch - patches.kernel.org/6.1.53-537-arm64-csum-Fix-OoB-access-in-IP-checksum-code-.patch - patches.kernel.org/6.1.53-538-ALSA-hda-cirrus-Fix-broken-audio-on-hardware-w.patch - patches.kernel.org/6.1.53-539-media-dvb-symbol-fixup-for-dvb_attach.patch - patches.kernel.org/6.1.53-540-media-venus-hfi_venus-Write-to-VIDC_CTRL_INIT-.patch - patches.kernel.org/6.1.53-541-Revert-scsi-qla2xxx-Fix-buffer-overrun.patch - patches.kernel.org/6.1.53-542-scsi-mpt3sas-Perform-additional-retries-if-doo.patch - patches.kernel.org/6.1.53-543-PCI-Free-released-resource-after-coalescing.patch - patches.kernel.org/6.1.53-544-PCI-hv-Fix-a-crash-in-hv_pci_restore_msi_msg-d.patch - patches.kernel.org/6.1.53-545-PCI-PM-Only-read-PCI_PM_CTRL-register-when-ava.patch - patches.kernel.org/6.1.53-546-ntb-Drop-packets-when-qp-link-is-down.patch - patches.kernel.org/6.1.53-547-ntb-Clean-up-tx-tail-index-on-link-down.patch - patches.kernel.org/6.1.53-548-ntb-Fix-calculation-ntb_transport_tx_free_entr.patch - patches.kernel.org/6.1.53-549-Revert-PCI-Mark-NVIDIA-T4-GPUs-to-avoid-bus-re.patch - patches.kernel.org/6.1.53-550-block-don-t-add-or-resize-partition-on-the-dis.patch - patches.kernel.org/6.1.53-551-procfs-block-chmod-on-proc-thread-self-comm.patch - patches.kernel.org/6.1.53-552-parisc-Fix-proc-cpuinfo-output-for-lscpu.patch - patches.kernel.org/6.1.53-553-drm-amd-display-Add-smu-write-msg-id-fail-retr.patch - patches.kernel.org/6.1.53-554-bpf-Fix-issue-in-verifying-allow_ptr_leaks.patch - patches.kernel.org/6.1.53-555-dlm-fix-plock-lookup-when-using-multiple-locks.patch - patches.kernel.org/6.1.53-556-dccp-Fix-out-of-bounds-access-in-DCCP-error-ha.patch - patches.kernel.org/6.1.53-557-x86-sev-Make-enc_dec_hypercall-accept-a-size-i.patch - patches.kernel.org/6.1.53-558-r8169-fix-ASPM-related-issues-on-a-number-of-s.patch - patches.kernel.org/6.1.53-559-X.509-if-signature-is-unsupported-skip-validat.patch - patches.kernel.org/6.1.53-560-net-handle-ARPHRD_PPP-in-dev_is_mac_header_xmi.patch - patches.kernel.org/6.1.53-561-fsverity-skip-PKCS-7-parser-when-keyring-is-em.patch - patches.kernel.org/6.1.53-562-x86-MCE-Always-save-CS-register-on-AMD-Zen-IF-.patch - patches.kernel.org/6.1.53-563-platform-chrome-chromeos_acpi-print-hex-string.patch - patches.kernel.org/6.1.53-564-mmc-renesas_sdhi-register-irqs-before-register.patch - patches.kernel.org/6.1.53-565-pstore-ram-Check-start-of-empty-przs-during-in.patch - patches.kernel.org/6.1.53-566-arm64-sdei-abort-running-SDEI-handlers-during-.patch - patches.kernel.org/6.1.53-567-s390-dcssblk-fix-kernel-crash-with-list_add-co.patch - patches.kernel.org/6.1.53-568-s390-ipl-add-missing-secure-has_secure-file-to.patch - patches.kernel.org/6.1.53-569-s390-dasd-fix-string-length-handling.patch - patches.kernel.org/6.1.53-570-crypto-stm32-fix-loop-iterating-through-scatte.patch - patches.kernel.org/6.1.53-571-cpufreq-brcmstb-avs-cpufreq-Fix-Warray-bounds-.patch - patches.kernel.org/6.1.53-572-of-property-fw_devlink-Add-a-devlink-for-panel.patch - patches.kernel.org/6.1.53-573-usb-typec-tcpm-set-initial-svdm-version-based-.patch - patches.kernel.org/6.1.53-574-usb-typec-bus-verify-partner-exists-in-typec_a.patch - patches.kernel.org/6.1.53-575-USB-core-Unite-old-scheme-and-new-scheme-descr.patch - patches.kernel.org/6.1.53-576-USB-core-Change-usb_get_device_descriptor-API.patch - patches.kernel.org/6.1.53-577-USB-core-Fix-race-by-not-overwriting-udev-desc.patch - patches.kernel.org/6.1.53-578-USB-core-Fix-oversight-in-SuperSpeed-initializ.patch - patches.kernel.org/6.1.53-579-x86-sgx-Break-up-long-non-preemptible-delays-i.patch - patches.kernel.org/6.1.53-580-perf-x86-uncore-Correct-the-number-of-CHAs-on-.patch - patches.kernel.org/6.1.53-581-serial-sc16is7xx-remove-obsolete-out_thread-la.patch - patches.kernel.org/6.1.53-582-serial-sc16is7xx-fix-regression-with-GPIO-conf.patch - patches.kernel.org/6.1.53-583-tracing-Zero-the-pipe-cpumask-on-alloc-to-avoi.patch - patches.kernel.org/6.1.53-584-Revert-drm-amd-display-Do-not-set-drr-on-pipe-.patch - patches.kernel.org/6.1.53-585-md-Free-resources-in-__md_stop.patch - patches.kernel.org/6.1.53-586-NFSv4.2-Fix-a-potential-double-free-with-READ_.patch - patches.kernel.org/6.1.53-587-NFSv4.2-Rework-scratch-handling-for-READ_PLUS-.patch - patches.kernel.org/6.1.53-588-md-fix-regression-for-null-ptr-deference-in-__.patch - patches.kernel.org/6.1.53-589-clk-Mark-a-fwnode-as-initialized-when-using-CL.patch - patches.kernel.org/6.1.53-590-treewide-Fix-probing-of-devices-in-DT-overlays.patch - patches.kernel.org/6.1.53-591-clk-Avoid-invalid-function-names-in-CLK_OF_DEC.patch - patches.kernel.org/6.1.53-592-udf-initialize-newblock-to-0.patch - patches.kernel.org/6.1.53-593-Linux-6.1.53.patch - patches.kernel.org/6.1.54-001-net-ipv6-SKB-symmetric-hash-should-incorporate.patch - patches.kernel.org/6.1.54-002-mm-multi-gen-LRU-rename-lrugen-lists-to-lrugen.patch - patches.kernel.org/6.1.54-003-Multi-gen-LRU-fix-per-zone-reclaim.patch - patches.kernel.org/6.1.54-004-io_uring-always-lock-in-io_apoll_task_func.patch - patches.kernel.org/6.1.54-005-io_uring-revert-io_uring-fix-multishot-accept-.patch - patches.kernel.org/6.1.54-006-io_uring-net-don-t-overflow-multishot-accept.patch - patches.kernel.org/6.1.54-007-io_uring-break-out-of-iowq-iopoll-on-teardown.patch - patches.kernel.org/6.1.54-008-io_uring-sqpoll-fix-io-wq-affinity-when-IORING.patch - patches.kernel.org/6.1.54-009-io_uring-Don-t-set-affinity-on-a-dying-sqpoll-.patch - patches.kernel.org/6.1.54-010-drm-virtio-Conditionally-allocate-virtio_gpu_f.patch - patches.kernel.org/6.1.54-011-scsi-qla2xxx-Adjust-IOCB-resource-on-qpair-cre.patch - patches.kernel.org/6.1.54-012-scsi-qla2xxx-Limit-TMF-to-8-per-function.patch - patches.kernel.org/6.1.54-013-scsi-qla2xxx-Fix-deletion-race-condition.patch - patches.kernel.org/6.1.54-014-scsi-qla2xxx-fix-inconsistent-TMF-timeout.patch - patches.kernel.org/6.1.54-015-scsi-qla2xxx-Fix-command-flush-during-TMF.patch - patches.kernel.org/6.1.54-016-scsi-qla2xxx-Fix-erroneous-link-up-failure.patch - patches.kernel.org/6.1.54-017-scsi-qla2xxx-Turn-off-noisy-message-log.patch - patches.kernel.org/6.1.54-018-scsi-qla2xxx-Fix-session-hang-in-gnl.patch - patches.kernel.org/6.1.54-019-scsi-qla2xxx-Fix-TMF-leak-through.patch - patches.kernel.org/6.1.54-020-scsi-qla2xxx-Remove-unsupported-ql2xenabledif-.patch - patches.kernel.org/6.1.54-021-scsi-qla2xxx-Flush-mailbox-commands-on-chip-re.patch - patches.kernel.org/6.1.54-022-scsi-qla2xxx-Fix-smatch-warn-for-qla_init_iocb.patch - patches.kernel.org/6.1.54-023-scsi-qla2xxx-Error-code-did-not-return-to-uppe.patch - patches.kernel.org/6.1.54-024-scsi-qla2xxx-Fix-firmware-resource-tracking.patch - patches.kernel.org/6.1.54-025-null_blk-fix-poll-request-timeout-handling.patch - patches.kernel.org/6.1.54-026-fbdev-ep93xx-fb-Do-not-assign-to-struct-fb_inf.patch - patches.kernel.org/6.1.54-027-clk-qcom-camcc-sc7180-fix-async-resume-during-.patch - patches.kernel.org/6.1.54-028-drm-ast-Fix-DRAM-init-on-AST2200.patch - patches.kernel.org/6.1.54-029-ASoC-tegra-Fix-SFC-conversion-for-few-rates.patch - patches.kernel.org/6.1.54-030-clk-qcom-turingcc-qcs404-fix-missing-resume-du.patch - patches.kernel.org/6.1.54-031-arm64-dts-renesas-rzg2l-Fix-txdv-skew-psec-typ.patch - patches.kernel.org/6.1.54-032-send-channel-sequence-number-in-SMB3-requests-.patch - patches.kernel.org/6.1.54-033-memcg-drop-kmem.limit_in_bytes.patch - patches.kernel.org/6.1.54-034-mm-hugetlb_vmemmap-fix-a-race-between-vmemmap-.patch - patches.kernel.org/6.1.54-035-lib-test_meminit-allocate-pages-up-to-order-MA.patch - patches.kernel.org/6.1.54-036-parisc-led-Fix-LAN-receive-and-transmit-LEDs.patch - patches.kernel.org/6.1.54-037-parisc-led-Reduce-CPU-overhead-for-disk-lan-LE.patch - patches.kernel.org/6.1.54-038-cifs-update-desired-access-while-requesting-fo.patch - patches.kernel.org/6.1.54-039-pinctrl-cherryview-fix-address_space_handler-a.patch - patches.kernel.org/6.1.54-040-dt-bindings-clock-xlnx-versal-clk-drop-select-.patch - patches.kernel.org/6.1.54-041-clk-imx-pll14xx-dynamically-configure-PLL-for-.patch - patches.kernel.org/6.1.54-042-clk-imx-pll14xx-align-pdiv-with-reference-manu.patch - patches.kernel.org/6.1.54-043-clk-qcom-gcc-mdm9615-use-proper-parent-for-pll.patch - patches.kernel.org/6.1.54-044-soc-qcom-qmi_encdec-Restrict-string-length-in-.patch - patches.kernel.org/6.1.54-045-clk-qcom-dispcc-sm8450-fix-runtime-PM-imbalanc.patch - patches.kernel.org/6.1.54-046-clk-qcom-lpasscc-sc7280-fix-missing-resume-dur.patch - patches.kernel.org/6.1.54-047-clk-qcom-q6sstop-qcs404-fix-missing-resume-dur.patch - patches.kernel.org/6.1.54-048-clk-qcom-mss-sc7180-fix-missing-resume-during-.patch - patches.kernel.org/6.1.54-049-NFS-Fix-a-potential-data-corruption.patch - patches.kernel.org/6.1.54-050-NFSv4-pnfs-minor-fix-for-cleanup-path-in-nfs4_.patch - patches.kernel.org/6.1.54-051-bus-mhi-host-Skip-MHI-reset-if-device-is-in-RD.patch - patches.kernel.org/6.1.54-052-net-add-SKB_HEAD_ALIGN-helper.patch - patches.kernel.org/6.1.54-053-net-remove-osize-variable-in-__alloc_skb.patch - patches.kernel.org/6.1.54-054-net-factorize-code-in-kmalloc_reserve.patch - patches.kernel.org/6.1.54-055-net-deal-with-integer-overflows-in-kmalloc_res.patch - patches.kernel.org/6.1.54-056-kbuild-rpm-pkg-define-_arch-conditionally.patch - patches.kernel.org/6.1.54-057-kbuild-do-not-run-depmod-for-make-modules_sign.patch - patches.kernel.org/6.1.54-058-tpm_crb-Fix-an-error-handling-path-in-crb_acpi.patch - patches.kernel.org/6.1.54-059-gfs2-Switch-to-wait_event-in-gfs2_logd.patch - patches.kernel.org/6.1.54-060-gfs2-low-memory-forced-flush-fixes.patch - patches.kernel.org/6.1.54-061-mailbox-qcom-ipcc-fix-incorrect-num_chans-coun.patch - patches.kernel.org/6.1.54-062-kconfig-fix-possible-buffer-overflow.patch - patches.kernel.org/6.1.54-063-Input-iqs7222-configure-power-mode-before-trig.patch - patches.kernel.org/6.1.54-064-perf-trace-Use-zfree-to-reduce-chances-of-use-.patch - patches.kernel.org/6.1.54-065-perf-trace-Really-free-the-evsel-priv-area.patch - patches.kernel.org/6.1.54-066-pwm-atmel-tcb-Convert-to-platform-remove-callb.patch - patches.kernel.org/6.1.54-067-pwm-atmel-tcb-Harmonize-resource-allocation-or.patch - patches.kernel.org/6.1.54-068-pwm-atmel-tcb-Fix-resource-freeing-in-error-pa.patch - patches.kernel.org/6.1.54-069-backlight-gpio_backlight-Drop-output-GPIO-dire.patch - patches.kernel.org/6.1.54-070-Input-tca6416-keypad-always-expect-proper-IRQ-.patch - patches.kernel.org/6.1.54-071-Input-tca6416-keypad-fix-interrupt-enable-disb.patch - patches.kernel.org/6.1.54-072-perf-annotate-bpf-Don-t-enclose-non-debug-code.patch - patches.kernel.org/6.1.54-073-x86-virt-Drop-unnecessary-check-on-extended-CP.patch - patches.kernel.org/6.1.54-074-perf-vendor-events-Update-the-JSON-events-desc.patch - patches.kernel.org/6.1.54-075-perf-vendor-events-Drop-some-of-the-JSON-event.patch - patches.kernel.org/6.1.54-076-perf-vendor-events-Drop-STORES_PER_INST-metric.patch - patches.kernel.org/6.1.54-077-perf-top-Don-t-pass-an-ERR_PTR-directly-to-per.patch - patches.kernel.org/6.1.54-078-watchdog-intel-mid_wdt-add-MODULE_ALIAS-to-all.patch - patches.kernel.org/6.1.54-079-pwm-lpc32xx-Remove-handling-of-PWM-channels.patch - patches.kernel.org/6.1.54-080-perf-test-stat_bpf_counters_cgrp-Fix-shellchec.patch - patches.kernel.org/6.1.54-081-perf-test-stat_bpf_counters_cgrp-Enhance-perf-.patch - patches.kernel.org/6.1.54-082-drm-i915-mark-requests-for-GuC-virtual-engines.patch - patches.kernel.org/6.1.54-083-blk-throttle-use-calculate_io-bytes_allowed-fo.patch - patches.kernel.org/6.1.54-084-blk-throttle-consider-carryover_ios-bytes-in-t.patch - patches.kernel.org/6.1.54-085-cifs-use-fs_context-for-automounts.patch - patches.kernel.org/6.1.54-086-smb-propagate-error-code-of-extract_sharename.patch - patches.kernel.org/6.1.54-087-net-sched-fq_pie-avoid-stalls-in-fq_pie_timer.patch - patches.kernel.org/6.1.54-088-sctp-annotate-data-races-around-sk-sk_wmem_que.patch - patches.kernel.org/6.1.54-089-ipv4-annotate-data-races-around-fi-fib_dead.patch - patches.kernel.org/6.1.54-090-net-read-sk-sk_family-once-in-sk_mc_loop.patch - patches.kernel.org/6.1.54-091-net-fib-avoid-warn-splat-in-flow-dissector.patch - patches.kernel.org/6.1.54-092-xsk-Fix-xsk_diag-use-after-free-error-during-s.patch - patches.kernel.org/6.1.54-093-drm-i915-gvt-Verify-pfn-is-valid-before-derefe.patch - patches.kernel.org/6.1.54-094-drm-i915-gvt-Put-the-page-reference-obtained-b.patch - patches.kernel.org/6.1.54-095-drm-i915-gvt-Drop-unused-helper-intel_vgpu_res.patch - patches.kernel.org/6.1.54-096-net-use-sk_forward_alloc_get-in-sk_get_meminfo.patch - patches.kernel.org/6.1.54-097-net-annotate-data-races-around-sk-sk_forward_a.patch - patches.kernel.org/6.1.54-098-mptcp-annotate-data-races-around-msk-rmem_fwd_.patch - patches.kernel.org/6.1.54-099-ipv4-ignore-dst-hint-for-multipath-routes.patch - patches.kernel.org/6.1.54-100-ipv6-ignore-dst-hint-for-multipath-routes.patch - patches.kernel.org/6.1.54-101-igb-disable-virtualization-features-on-82580.patch - patches.kernel.org/6.1.54-102-gve-fix-frag_list-chaining.patch - patches.kernel.org/6.1.54-103-veth-Fixing-transmit-return-status-for-dropped.patch - patches.kernel.org/6.1.54-104-net-ipv6-addrconf-avoid-integer-underflow-in-i.patch - patches.kernel.org/6.1.54-105-net-phy-micrel-Correct-bit-assignments-for-phy.patch - patches.kernel.org/6.1.54-106-bpf-sockmap-Fix-skb-refcnt-race-after-locking-.patch - patches.kernel.org/6.1.54-107-af_unix-Fix-data-races-around-user-unix_inflig.patch - patches.kernel.org/6.1.54-108-af_unix-Fix-data-race-around-unix_tot_inflight.patch - patches.kernel.org/6.1.54-109-af_unix-Fix-data-races-around-sk-sk_shutdown.patch - patches.kernel.org/6.1.54-110-af_unix-Fix-data-race-around-sk-sk_err.patch - patches.kernel.org/6.1.54-111-net-sched-sch_qfq-Fix-UAF-in-qfq_dequeue.patch - patches.kernel.org/6.1.54-112-kcm-Destroy-mutex-in-kcm_exit_net.patch - patches.kernel.org/6.1.54-113-octeontx2-af-Fix-truncation-of-smq-in-CN10K-NI.patch - patches.kernel.org/6.1.54-114-igc-Change-IGC_MIN-to-allow-set-rx-tx-value-be.patch - patches.kernel.org/6.1.54-115-igbvf-Change-IGBVF_MIN-to-allow-set-rx-tx-valu.patch - patches.kernel.org/6.1.54-116-igb-Change-IGB_MIN-to-allow-set-rx-tx-value-be.patch - patches.kernel.org/6.1.54-117-s390-zcrypt-don-t-leak-memory-if-dev_set_name-.patch - patches.kernel.org/6.1.54-118-idr-fix-param-name-in-idr_alloc_cyclic-doc.patch - patches.kernel.org/6.1.54-119-ip_tunnels-use-DEV_STATS_INC.patch - patches.kernel.org/6.1.54-120-net-dsa-sja1105-fix-bandwidth-discrepancy-betw.patch - patches.kernel.org/6.1.54-121-net-dsa-sja1105-fix-ENOSPC-when-replacing-the-.patch - patches.kernel.org/6.1.54-122-net-dsa-sja1105-complete-tc-cbs-offload-suppor.patch - patches.kernel.org/6.1.54-123-bpf-Remove-prog-active-check-for-bpf_lsm-and-b.patch - patches.kernel.org/6.1.54-124-bpf-Invoke-__bpf_prog_exit_sleepable_recur-on-.patch - patches.kernel.org/6.1.54-125-bpf-Assign-bpf_tramp_run_ctx-saved_run_ctx-bef.patch - patches.kernel.org/6.1.54-126-netfilter-nftables-exthdr-fix-4-byte-stack-OOB.patch - patches.kernel.org/6.1.54-127-netfilter-nfnetlink_osf-avoid-OOB-read.patch - patches.kernel.org/6.1.54-128-net-hns3-fix-tx-timeout-issue.patch - patches.kernel.org/6.1.54-129-net-hns3-fix-byte-order-conversion-issue-in-hc.patch - patches.kernel.org/6.1.54-130-net-hns3-fix-debugfs-concurrency-issue-between.patch - patches.kernel.org/6.1.54-131-net-hns3-fix-invalid-mutex-between-tc-qdisc-an.patch - patches.kernel.org/6.1.54-132-net-hns3-fix-the-port-information-display-when.patch - patches.kernel.org/6.1.54-133-net-hns3-remove-GSO-partial-feature-bit.patch - patches.kernel.org/6.1.54-134-sh-boards-Fix-CEU-buffer-size-passed-to-dma_de.patch - patches.kernel.org/6.1.54-135-Multi-gen-LRU-avoid-race-in-inc_min_seq.patch - patches.kernel.org/6.1.54-136-net-mlx5-Free-IRQ-rmap-and-notifier-on-kernel-.patch - patches.kernel.org/6.1.54-137-ARC-atomics-Add-compiler-barrier-to-atomic-ope.patch - patches.kernel.org/6.1.54-138-clocksource-drivers-arm_arch_timer-Disable-tim.patch - patches.kernel.org/6.1.54-139-dmaengine-sh-rz-dmac-Fix-destination-and-sourc.patch - patches.kernel.org/6.1.54-140-jbd2-fix-checkpoint-cleanup-performance-regres.patch - patches.kernel.org/6.1.54-141-jbd2-check-jh-b_transaction-before-removing-it.patch - patches.kernel.org/6.1.54-142-jbd2-correct-the-end-of-the-journal-recovery-s.patch - patches.kernel.org/6.1.54-143-ext4-add-correct-group-descriptors-and-reserve.patch - patches.kernel.org/6.1.54-144-ext4-fix-memory-leaks-in-ext4_fname_-setup_fil.patch - patches.kernel.org/6.1.54-145-f2fs-flush-inode-if-atomic-file-is-aborted.patch - patches.kernel.org/6.1.54-146-f2fs-avoid-false-alarm-of-circular-locking.patch - patches.kernel.org/6.1.54-147-lib-test_scanf-Add-explicit-type-cast-to-resul.patch - patches.kernel.org/6.1.54-148-hwspinlock-qcom-add-missing-regmap-config-for-.patch - patches.kernel.org/6.1.54-149-ata-ahci-Add-Elkhart-Lake-AHCI-controller.patch - patches.kernel.org/6.1.54-150-ata-pata_falcon-fix-IO-base-selection-for-Q40.patch - patches.kernel.org/6.1.54-151-ata-sata_gemini-Add-missing-MODULE_DESCRIPTION.patch - patches.kernel.org/6.1.54-152-ata-pata_ftide010-Add-missing-MODULE_DESCRIPTI.patch - patches.kernel.org/6.1.54-153-fuse-nlookup-missing-decrement-in-fuse_direntp.patch - patches.kernel.org/6.1.54-154-btrfs-zoned-do-not-zone-finish-data-relocation.patch - patches.kernel.org/6.1.54-155-btrfs-fix-start-transaction-qgroup-rsv-double-.patch - patches.kernel.org/6.1.54-156-btrfs-free-qgroup-rsv-on-io-failure.patch - patches.kernel.org/6.1.54-157-btrfs-don-t-start-transaction-when-joining-wit.patch - patches.kernel.org/6.1.54-158-btrfs-set-page-extent-mapped-after-read_folio-.patch - patches.kernel.org/6.1.54-159-btrfs-zoned-re-enable-metadata-over-commit-for.patch - patches.kernel.org/6.1.54-160-btrfs-use-the-correct-superblock-to-compare-fs.patch - patches.kernel.org/6.1.54-161-drm-mxsfb-Disable-overlay-plane-in-mxsfb_plane.patch - patches.kernel.org/6.1.54-162-mtd-rawnand-brcmnand-Fix-crash-during-the-pani.patch - patches.kernel.org/6.1.54-163-mtd-rawnand-brcmnand-Fix-potential-out-of-boun.patch - patches.kernel.org/6.1.54-164-mtd-spi-nor-Correct-flags-for-Winbond-w25q128.patch - patches.kernel.org/6.1.54-165-mtd-rawnand-brcmnand-Fix-potential-false-time-.patch - patches.kernel.org/6.1.54-166-mtd-rawnand-brcmnand-Fix-ECC-level-field-setti.patch - patches.kernel.org/6.1.54-167-drm-amd-display-enable-cursor-degamma-for-DCN3.patch - patches.kernel.org/6.1.54-168-drm-amd-display-prevent-potential-division-by-.patch - patches.kernel.org/6.1.54-169-KVM-SVM-Take-and-hold-ir_list_lock-when-updati.patch - patches.kernel.org/6.1.54-170-KVM-SVM-Don-t-inject-UD-if-KVM-attempts-to-ski.patch - patches.kernel.org/6.1.54-171-KVM-SVM-Get-source-vCPUs-from-source-VM-for-SE.patch - patches.kernel.org/6.1.54-172-KVM-nSVM-Check-instead-of-asserting-on-nested-.patch - patches.kernel.org/6.1.54-173-KVM-nSVM-Load-L1-s-TSC-multiplier-based-on-L1-.patch - patches.kernel.org/6.1.54-174-KVM-SVM-Set-target-pCPU-during-IRTE-update-if-.patch - patches.kernel.org/6.1.54-175-KVM-SVM-Skip-VMSA-init-in-sev_es_init_vmcb-if-.patch - patches.kernel.org/6.1.54-176-MIPS-Fix-CONFIG_CPU_DADDI_WORKAROUNDS-modules_.patch - patches.kernel.org/6.1.54-177-perf-hists-browser-Fix-hierarchy-mode-header.patch - patches.kernel.org/6.1.54-178-perf-test-shell-stat_bpf_counters-Fix-test-on-.patch - patches.kernel.org/6.1.54-179-perf-tools-Handle-old-data-in-PERF_RECORD_ATTR.patch - patches.kernel.org/6.1.54-180-perf-hists-browser-Fix-the-number-of-entries-f.patch - patches.kernel.org/6.1.54-181-drm-amd-display-always-switch-off-ODM-before-c.patch - patches.kernel.org/6.1.54-182-drm-amd-display-Remove-wait-while-locked.patch - patches.kernel.org/6.1.54-183-drm-amdgpu-register-a-dirty-framebuffer-callba.patch - patches.kernel.org/6.1.54-184-kunit-Fix-wild-memory-access-bug-in-kunit_free.patch - patches.kernel.org/6.1.54-185-net-ipv4-fix-one-memleak-in-__inet_del_ifa.patch - patches.kernel.org/6.1.54-186-kselftest-runner.sh-Propagate-SIGTERM-to-runne.patch - patches.kernel.org/6.1.54-187-selftests-Keep-symlinks-when-possible.patch - patches.kernel.org/6.1.54-188-net-smc-use-smc_lgr_list.lock-to-protect-smc_l.patch - patches.kernel.org/6.1.54-189-net-stmmac-fix-handling-of-zero-coalescing-tx-.patch - patches.kernel.org/6.1.54-190-net-ethernet-mvpp2_main-fix-possible-OOB-write.patch - patches.kernel.org/6.1.54-191-net-ethernet-mtk_eth_soc-fix-possible-NULL-poi.patch - patches.kernel.org/6.1.54-192-hsr-Fix-uninit-value-access-in-fill_frame_info.patch - patches.kernel.org/6.1.54-193-net-ethernet-adi-adin1110-use-eth_broadcast_ad.patch - patches.kernel.org/6.1.54-194-net-ethernet-adi-adin1110-Fix-forwarding-offlo.patch - patches.kernel.org/6.1.54-195-net-dsa-sja1105-hide-all-multicast-addresses-f.patch - patches.kernel.org/6.1.54-196-net-dsa-sja1105-propagate-exact-error-code-fro.patch - patches.kernel.org/6.1.54-197-net-dsa-sja1105-fix-multicast-forwarding-worki.patch - patches.kernel.org/6.1.54-198-net-dsa-sja1105-serialize-sja1105_port_mcast_f.patch - patches.kernel.org/6.1.54-199-net-dsa-sja1105-block-FDB-accesses-that-are-co.patch - patches.kernel.org/6.1.54-200-r8152-check-budget-for-r8152_poll.patch - patches.kernel.org/6.1.54-201-kcm-Fix-memory-leak-in-error-path-of-kcm_sendm.patch - patches.kernel.org/6.1.54-202-platform-mellanox-mlxbf-tmfifo-Drop-the-Rx-pac.patch - patches.kernel.org/6.1.54-203-platform-mellanox-mlxbf-tmfifo-Drop-jumbo-fram.patch - patches.kernel.org/6.1.54-204-platform-mellanox-mlxbf-pmc-Fix-potential-buff.patch - patches.kernel.org/6.1.54-205-platform-mellanox-mlxbf-pmc-Fix-reading-of-unp.patch - patches.kernel.org/6.1.54-206-platform-mellanox-NVSW_SN2201-should-depend-on.patch - patches.kernel.org/6.1.54-207-net-tls-do-not-free-tls_rec-on-async-operation.patch - patches.kernel.org/6.1.54-208-net-macb-Enable-PTP-unicast.patch - patches.kernel.org/6.1.54-209-net-macb-fix-sleep-inside-spinlock.patch - patches.kernel.org/6.1.54-210-ipv6-fix-ip6_sock_set_addr_preferences-typo.patch - patches.kernel.org/6.1.54-211-ipv6-Remove-in6addr_any-alternatives.patch - patches.kernel.org/6.1.54-212-tcp-Factorise-sk_family-independent-comparison.patch - patches.kernel.org/6.1.54-213-tcp-Fix-bind-regression-for-v4-mapped-v6-wildc.patch - patches.kernel.org/6.1.54-214-tcp-Fix-bind-regression-for-v4-mapped-v6-non-w.patch - patches.kernel.org/6.1.54-215-ixgbe-fix-timestamp-configuration-code.patch - patches.kernel.org/6.1.54-216-kcm-Fix-error-handling-for-SOCK_DGRAM-in-kcm_s.patch - patches.kernel.org/6.1.54-217-MIPS-Only-fiddle-with-CHECKFLAGS-if-need-compi.patch - patches.kernel.org/6.1.54-218-drm-amd-display-Fix-a-bug-when-searching-for-i.patch - patches.kernel.org/6.1.54-219-Linux-6.1.54.patch - patches.kernel.org/6.1.55-001-autofs-fix-memory-leak-of-waitqueues-in-autofs.patch - patches.kernel.org/6.1.55-002-btrfs-output-extra-debug-info-if-we-failed-to-.patch - patches.kernel.org/6.1.55-003-locks-fix-KASAN-use-after-free-in-trace_event_.patch - patches.kernel.org/6.1.55-004-ACPICA-Add-AML_NO_OPERAND_RESOLVE-flag-to-Time.patch - patches.kernel.org/6.1.55-005-kernel-fork-beware-of-__put_task_struct-callin.patch - patches.kernel.org/6.1.55-006-rcuscale-Move-rcu_scale_writer-schedule_timeou.patch - patches.kernel.org/6.1.55-007-scftorture-Forgive-memory-allocation-failure-i.patch - patches.kernel.org/6.1.55-008-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch - patches.kernel.org/6.1.55-009-perf-smmuv3-Enable-HiSilicon-Erratum-162001900.patch - patches.kernel.org/6.1.55-010-perf-imx_ddr-speed-up-overflow-frequency-of-cy.patch - patches.kernel.org/6.1.55-011-hw_breakpoint-fix-single-stepping-when-using-b.patch - patches.kernel.org/6.1.55-012-ACPI-x86-s2idle-Catch-multiple-ACPI_TYPE_PACKA.patch - patches.kernel.org/6.1.55-013-selftests-nolibc-fix-up-kernel-parameters-supp.patch - patches.kernel.org/6.1.55-014-devlink-remove-reload-failed-checks-in-params-.patch - patches.kernel.org/6.1.55-015-crypto-lrw-xts-Replace-strlcpy-with-strscpy.patch - patches.kernel.org/6.1.55-016-ice-Don-t-tx-before-switchdev-is-fully-configu.patch - patches.kernel.org/6.1.55-017-wifi-ath9k-fix-fortify-warnings.patch - patches.kernel.org/6.1.55-018-wifi-ath9k-fix-printk-specifier.patch - patches.kernel.org/6.1.55-019-wifi-mwifiex-fix-fortify-warning.patch - patches.kernel.org/6.1.55-020-mt76-mt7921-don-t-assume-adequate-headroom-for.patch - patches.kernel.org/6.1.55-021-wifi-wil6210-fix-fortify-warnings.patch - patches.kernel.org/6.1.55-022-can-sun4i_can-Add-acceptance-register-quirk.patch - patches.kernel.org/6.1.55-023-can-sun4i_can-Add-support-for-the-Allwinner-D1.patch - patches.kernel.org/6.1.55-024-net-Use-sockaddr_storage-for-getsockopt-SO_PEE.patch - patches.kernel.org/6.1.55-025-net-ipv4-return-the-real-errno-instead-of-EINV.patch - patches.kernel.org/6.1.55-026-crypto-lib-mpi-avoid-null-pointer-deref-in-mpi.patch - patches.kernel.org/6.1.55-027-Bluetooth-Fix-hci_suspend_sync-crash.patch - patches.kernel.org/6.1.55-028-netlink-convert-nlk-flags-to-atomic-flags.patch - patches.kernel.org/6.1.55-029-tpm_tis-Resend-command-to-recover-from-data-tr.patch - patches.kernel.org/6.1.55-030-mmc-sdhci-esdhc-imx-improve-ESDHC_FLAG_ERR0104.patch - patches.kernel.org/6.1.55-031-alx-fix-OOB-read-compiler-warning.patch - patches.kernel.org/6.1.55-032-wifi-mac80211-check-S1G-action-frame-size.patch - patches.kernel.org/6.1.55-033-netfilter-ebtables-fix-fortify-warnings-in-siz.patch - patches.kernel.org/6.1.55-034-wifi-cfg80211-reject-auth-assoc-to-AP-with-our.patch - patches.kernel.org/6.1.55-035-wifi-cfg80211-ocb-don-t-leave-if-not-joined.patch - patches.kernel.org/6.1.55-036-wifi-mac80211-check-for-station-first-in-clien.patch - patches.kernel.org/6.1.55-037-wifi-mac80211_hwsim-drop-short-frames.patch - patches.kernel.org/6.1.55-038-libbpf-Free-btf_vmlinux-when-closing-bpf_objec.patch - patches.kernel.org/6.1.55-039-drm-bridge-tc358762-Instruct-DSI-host-to-gener.patch - patches.kernel.org/6.1.55-040-drm-edid-Add-quirk-for-OSVR-HDK-2.0.patch - patches.kernel.org/6.1.55-041-arm64-dts-qcom-sm6125-pdx201-correct-ramoops-p.patch - patches.kernel.org/6.1.55-042-arm64-dts-qcom-sm6350-correct-ramoops-pmsg-siz.patch - patches.kernel.org/6.1.55-043-arm64-dts-qcom-sm8150-kumano-correct-ramoops-p.patch - patches.kernel.org/6.1.55-044-arm64-dts-qcom-sm8250-edo-correct-ramoops-pmsg.patch - patches.kernel.org/6.1.55-045-samples-hw_breakpoint-Fix-kernel-BUG-invalid-o.patch - patches.kernel.org/6.1.55-046-drm-amd-display-Fix-underflow-issue-on-175hz-t.patch - patches.kernel.org/6.1.55-047-ASoC-SOF-topology-simplify-code-to-prevent-sta.patch - patches.kernel.org/6.1.55-048-ASoC-Intel-sof_sdw-Update-BT-offload-config-fo.patch - patches.kernel.org/6.1.55-049-ALSA-hda-intel-dsp-cfg-add-LunarLake-support.patch - patches.kernel.org/6.1.55-050-drm-amd-display-Use-DTBCLK-as-refclk-instead-o.patch - patches.kernel.org/6.1.55-051-drm-amd-display-Blocking-invalid-420-modes-on-.patch - patches.kernel.org/6.1.55-052-drm-amd-display-Blocking-invalid-420-modes-on-.patch - patches.kernel.org/6.1.55-053-drm-exynos-fix-a-possible-null-pointer-derefer.patch - patches.kernel.org/6.1.55-054-drm-mediatek-dp-Change-logging-to-dev-for-mtk_.patch - patches.kernel.org/6.1.55-055-bus-ti-sysc-Configure-uart-quirks-for-k3-SoC.patch - patches.kernel.org/6.1.55-056-md-raid1-fix-potential-OOB-in-raid1_remove_dis.patch - patches.kernel.org/6.1.55-057-ext2-fix-datatype-of-block-number-in-ext2_xatt.patch - patches.kernel.org/6.1.55-058-fs-jfs-prevent-double-free-in-dbUnmount-after-.patch - patches.kernel.org/6.1.55-059-jfs-fix-invalid-free-of-JFS_IP-ipimap-i_imap-i.patch - patches.kernel.org/6.1.55-060-PCI-dwc-Provide-deinit-callback-for-i.MX.patch - patches.kernel.org/6.1.55-061-ARM-9317-1-kexec-Make-smp-stop-calls-asynchron.patch - patches.kernel.org/6.1.55-062-powerpc-pseries-fix-possible-memory-leak-in-ib.patch - patches.kernel.org/6.1.55-063-PCI-vmd-Disable-bridge-window-for-domain-reset.patch - patches.kernel.org/6.1.55-064-PCI-fu740-Set-the-number-of-MSI-vectors.patch - patches.kernel.org/6.1.55-065-media-mdp3-Fix-resource-leaks-in-of_find_devic.patch - patches.kernel.org/6.1.55-066-media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-.patch - patches.kernel.org/6.1.55-067-media-dw2102-Fix-null-ptr-deref-in-dw2102_i2c_.patch - patches.kernel.org/6.1.55-068-media-af9005-Fix-null-ptr-deref-in-af9005_i2c_.patch - patches.kernel.org/6.1.55-069-media-anysee-fix-null-ptr-deref-in-anysee_mast.patch - patches.kernel.org/6.1.55-070-media-az6007-Fix-null-ptr-deref-in-az6007_i2c_.patch - patches.kernel.org/6.1.55-071-media-dvb-usb-v2-gl861-Fix-null-ptr-deref-in-g.patch - patches.kernel.org/6.1.55-072-scsi-lpfc-Abort-outstanding-ELS-cmds-when-mail.patch - patches.kernel.org/6.1.55-073-media-tuners-qt1010-replace-BUG_ON-with-a-regu.patch - patches.kernel.org/6.1.55-074-media-pci-cx23885-replace-BUG-with-error-retur.patch - patches.kernel.org/6.1.55-075-usb-cdns3-Put-the-cdns-set-active-part-outside.patch - patches.kernel.org/6.1.55-076-usb-gadget-fsl_qe_udc-validate-endpoint-index-.patch - patches.kernel.org/6.1.55-077-tools-iio-iio_generic_buffer-Fix-some-integer-.patch - patches.kernel.org/6.1.55-078-scsi-target-iscsi-Fix-buffer-overflow-in-lio_t.patch - patches.kernel.org/6.1.55-079-serial-cpm_uart-Avoid-suspicious-locking.patch - patches.kernel.org/6.1.55-080-misc-open-dice-make-OPEN_DICE-depend-on-HAS_IO.patch - patches.kernel.org/6.1.55-081-usb-ehci-add-workaround-for-chipidea-PORTSC.PE.patch - patches.kernel.org/6.1.55-082-usb-chipidea-add-workaround-for-chipidea-PEC-b.patch - patches.kernel.org/6.1.55-083-media-pci-ipu3-cio2-Initialise-timing-struct-t.patch - patches.kernel.org/6.1.55-084-kobject-Add-sanity-check-for-kset-kobj.ktype-i.patch - patches.kernel.org/6.1.55-085-interconnect-Fix-locking-for-runpm-vs-reclaim.patch - patches.kernel.org/6.1.55-086-printk-Keep-non-panic-CPUs-out-of-console-lock.patch - patches.kernel.org/6.1.55-087-printk-Consolidate-console-deferred-printing.patch - patches.kernel.org/6.1.55-088-dma-buf-Add-unlocked-variant-of-attachment-map.patch - patches.kernel.org/6.1.55-089-misc-fastrpc-Prepare-to-dynamic-dma-buf-lockin.patch - patches.kernel.org/6.1.55-090-misc-fastrpc-Fix-incorrect-DMA-mapping-unmap-r.patch - patches.kernel.org/6.1.55-091-MIPS-Use-grep-E-instead-of-egrep.patch - patches.kernel.org/6.1.55-092-btrfs-add-a-helper-to-read-the-superblock-meta.patch - patches.kernel.org/6.1.55-093-btrfs-compare-the-correct-fsid-metadata_uuid-i.patch - patches.kernel.org/6.1.55-094-block-factor-out-a-bvec_set_page-helper.patch - patches.kernel.org/6.1.55-095-nvmet-use-bvec_set_page-to-initialize-bvecs.patch - patches.kernel.org/6.1.55-096-nvmet-tcp-pass-iov_len-instead-of-sg-length-to.patch - patches.kernel.org/6.1.55-097-drm-gm12u320-Fix-the-timeout-usage-for-usb_bul.patch - patches.kernel.org/6.1.55-098-scsi-qla2xxx-Fix-NULL-vs-IS_ERR-bug-for-debugf.patch - patches.kernel.org/6.1.55-099-selftests-tracing-Fix-to-unmount-tracefs-for-r.patch - patches.kernel.org/6.1.55-100-x86-ibt-Suppress-spurious-ENDBR.patch - patches.kernel.org/6.1.55-101-riscv-kexec-Align-the-kexeced-kernel-entry.patch - patches.kernel.org/6.1.55-102-scsi-target-core-Fix-target_cmd_counter-leak.patch - patches.kernel.org/6.1.55-103-scsi-lpfc-Fix-the-NULL-vs-IS_ERR-bug-for-debug.patch - patches.kernel.org/6.1.55-104-panic-Reenable-preemption-in-WARN-slowpath.patch - patches.kernel.org/6.1.55-105-x86-boot-compressed-Reserve-more-memory-for-pa.patch - patches.kernel.org/6.1.55-106-x86-purgatory-Remove-LTO-flags.patch - patches.kernel.org/6.1.55-107-samples-hw_breakpoint-fix-building-without-mod.patch - patches.kernel.org/6.1.55-108-md-raid1-fix-error-ISO-C90-forbids-mixed-decla.patch - patches.kernel.org/6.1.55-109-Revert-SUNRPC-Fail-faster-on-bad-verifier.patch - patches.kernel.org/6.1.55-110-attr-block-mode-changes-of-symlinks.patch - patches.kernel.org/6.1.55-111-ovl-fix-failed-copyup-of-fileattr-on-a-symlink.patch - patches.kernel.org/6.1.55-112-ovl-fix-incorrect-fdput-on-aio-completion.patch - patches.kernel.org/6.1.55-113-io_uring-net-fix-iter-retargeting-for-selected.patch - patches.kernel.org/6.1.55-114-nvme-avoid-bogus-CRTO-values.patch - patches.kernel.org/6.1.55-115-md-Put-the-right-device-in-md_seq_next.patch - patches.kernel.org/6.1.55-116-Revert-drm-amd-Disable-S-G-for-APUs-when-64GB-.patch - patches.kernel.org/6.1.55-117-dm-don-t-attempt-to-queue-IO-under-RCU-protect.patch - patches.kernel.org/6.1.55-118-btrfs-fix-lockdep-splat-and-potential-deadlock.patch - patches.kernel.org/6.1.55-119-btrfs-fix-a-compilation-error-if-DEBUG-is-defi.patch - patches.kernel.org/6.1.55-120-btrfs-release-path-before-inode-lookup-during-.patch - patches.kernel.org/6.1.55-121-btrfs-check-for-BTRFS_FS_ERROR-in-pending-orde.patch - patches.kernel.org/6.1.55-122-tracing-Have-tracing_max_latency-inc-the-trace.patch - patches.kernel.org/6.1.55-123-tracing-Have-event-inject-files-inc-the-trace-.patch - patches.kernel.org/6.1.55-124-tracing-Increase-trace-array-ref-count-on-enab.patch - patches.kernel.org/6.1.55-125-tracing-Have-current_trace-inc-the-trace-array.patch - patches.kernel.org/6.1.55-126-tracing-Have-option-files-inc-the-trace-array-.patch - patches.kernel.org/6.1.55-127-selinux-fix-handling-of-empty-opts-in-selinux_.patch - patches.kernel.org/6.1.55-128-nfsd-fix-change_info-in-NFSv4-RENAME-replies.patch - patches.kernel.org/6.1.55-129-tracefs-Add-missing-lockdown-check-to-tracefs_.patch - patches.kernel.org/6.1.55-130-i2c-aspeed-Reset-the-i2c-controller-when-timeo.patch - patches.kernel.org/6.1.55-131-ata-libata-disallow-dev-initiated-LPM-transiti.patch - patches.kernel.org/6.1.55-132-ata-libahci-clear-pending-interrupt-status.patch - patches.kernel.org/6.1.55-133-scsi-megaraid_sas-Fix-deadlock-on-firmware-cra.patch - patches.kernel.org/6.1.55-134-scsi-pm8001-Setup-IRQs-on-resume.patch - patches.kernel.org/6.1.55-135-ext4-fix-rec_len-verify-error.patch - patches.kernel.org/6.1.55-136-drm-amd-display-fix-the-white-screen-issue-whe.patch - patches.kernel.org/6.1.55-137-Revert-memcg-drop-kmem.limit_in_bytes.patch - patches.kernel.org/6.1.55-138-drm-amdgpu-fix-amdgpu_cs_p1_user_fence.patch - patches.kernel.org/6.1.55-139-net-sched-Retire-rsvp-classifier.patch - patches.kernel.org/6.1.55-140-interconnect-Teach-lockdep-about-icc_bw_lock-o.patch - patches.kernel.org/6.1.55-141-Linux-6.1.55.patch - patches.kernel.org/6.1.56-001-NFS-Fix-error-handling-for-O_DIRECT-write-sche.patch - patches.kernel.org/6.1.56-002-NFS-Fix-O_DIRECT-locking-issues.patch - patches.kernel.org/6.1.56-003-NFS-More-O_DIRECT-accounting-fixes-for-error-p.patch - patches.kernel.org/6.1.56-004-NFS-Use-the-correct-commit-info-in-nfs_join_pa.patch - patches.kernel.org/6.1.56-005-NFS-More-fixes-for-nfs_direct_write_reschedule.patch - patches.kernel.org/6.1.56-006-NFS-pNFS-Report-EINVAL-errors-from-connect-to-.patch - patches.kernel.org/6.1.56-007-SUNRPC-Mark-the-cred-for-revalidation-if-the-s.patch - patches.kernel.org/6.1.56-008-NFSv4.1-use-EXCHGID4_FLAG_USE_PNFS_DS-for-DS-s.patch - patches.kernel.org/6.1.56-009-NFSv4.1-fix-pnfs-MDS-DS-session-trunking.patch - patches.kernel.org/6.1.56-010-media-v4l-Use-correct-dependency-for-camera-se.patch - patches.kernel.org/6.1.56-011-media-via-Use-correct-dependency-for-camera-se.patch - patches.kernel.org/6.1.56-012-netfs-Only-call-folio_start_fscache-one-time-f.patch - patches.kernel.org/6.1.56-013-dm-fix-a-race-condition-in-retrieve_deps.patch - patches.kernel.org/6.1.56-014-btrfs-improve-error-message-after-failure-to-a.patch - patches.kernel.org/6.1.56-015-btrfs-remove-BUG-after-failure-to-insert-delay.patch - patches.kernel.org/6.1.56-016-ext4-replace-the-traditional-ternary-condition.patch - patches.kernel.org/6.1.56-017-ext4-move-setting-of-trimmed-bit-into-ext4_try.patch - patches.kernel.org/6.1.56-018-ext4-do-not-let-fstrim-block-system-suspend.patch - patches.kernel.org/6.1.56-019-netfilter-nf_tables-don-t-skip-expired-element.patch - patches.kernel.org/6.1.56-020-netfilter-nf_tables-GC-transaction-API-to-avoi.patch - patches.kernel.org/6.1.56-021-netfilter-nf_tables-adapt-set-backend-to-use-G.patch - patches.kernel.org/6.1.56-022-netfilter-nft_set_hash-mark-set-element-as-dea.patch - patches.kernel.org/6.1.56-023-netfilter-nf_tables-remove-busy-mark-and-gc-ba.patch - patches.kernel.org/6.1.56-024-netfilter-nf_tables-don-t-fail-inserts-if-dupl.patch - patches.kernel.org/6.1.56-025-netfilter-nf_tables-fix-GC-transaction-races-w.patch - patches.kernel.org/6.1.56-026-netfilter-nf_tables-GC-transaction-race-with-n.patch - patches.kernel.org/6.1.56-027-netfilter-nf_tables-GC-transaction-race-with-a.patch - patches.kernel.org/6.1.56-028-netfilter-nf_tables-use-correct-lock-to-protec.patch - patches.kernel.org/6.1.56-029-netfilter-nf_tables-defer-gc-run-if-previous-b.patch - patches.kernel.org/6.1.56-030-netfilter-nft_set_rbtree-skip-sync-GC-for-new-.patch - patches.kernel.org/6.1.56-031-netfilter-nft_set_rbtree-use-read-spinlock-to-.patch - patches.kernel.org/6.1.56-032-netfilter-nft_set_pipapo-call-nft_trans_gc_que.patch - patches.kernel.org/6.1.56-033-netfilter-nft_set_pipapo-stop-GC-iteration-if-.patch - patches.kernel.org/6.1.56-034-netfilter-nft_set_hash-try-later-when-GC-hits-.patch - patches.kernel.org/6.1.56-035-netfilter-nf_tables-fix-memleak-when-more-than.patch - patches.kernel.org/6.1.56-036-ASoC-meson-spdifin-start-hw-on-dai-probe.patch - patches.kernel.org/6.1.56-037-netfilter-nf_tables-disallow-element-removal-o.patch - patches.kernel.org/6.1.56-038-bpf-Avoid-deadlock-when-using-queue-and-stack-.patch - patches.kernel.org/6.1.56-039-ASoC-rt5640-Revert-Fix-sleep-in-atomic-context.patch - patches.kernel.org/6.1.56-040-ASoC-rt5640-Fix-IRQ-not-being-free-ed-for-HDA-.patch - patches.kernel.org/6.1.56-041-ALSA-hda-realtek-Splitting-the-UX3402-into-two.patch - patches.kernel.org/6.1.56-042-netfilter-conntrack-fix-extension-size-table.patch - patches.kernel.org/6.1.56-043-selftests-tls-swap-the-TX-and-RX-sockets-in-so.patch - patches.kernel.org/6.1.56-044-net-core-Fix-ETH_P_1588-flow-dissector.patch - patches.kernel.org/6.1.56-045-ASoC-hdaudio.c-Add-missing-check-for-devm_kstr.patch - patches.kernel.org/6.1.56-046-ASoC-imx-audmix-Fix-return-error-with-devm_clk.patch - patches.kernel.org/6.1.56-047-octeon_ep-fix-tx-dma-unmap-len-values-in-SG.patch - patches.kernel.org/6.1.56-048-iavf-do-not-process-adminq-tasks-when-__IAVF_I.patch - patches.kernel.org/6.1.56-049-ASoC-SOF-core-Only-call-sof_ops_free-on-remove.patch - patches.kernel.org/6.1.56-050-iavf-add-iavf_schedule_aq_request-helper.patch - patches.kernel.org/6.1.56-051-iavf-schedule-a-request-immediately-after-add-.patch - patches.kernel.org/6.1.56-052-i40e-Fix-VF-VLAN-offloading-when-port-VLAN-is-.patch - patches.kernel.org/6.1.56-053-netfilter-bpf-Adjust-timeouts-of-non-confirmed.patch - patches.kernel.org/6.1.56-054-ionic-fix-16bit-math-issue-when-PAGE_SIZE-64KB.patch - patches.kernel.org/6.1.56-055-igc-Fix-infinite-initialization-loop-with-earl.patch - patches.kernel.org/6.1.56-056-ipv4-fix-null-deref-in-ipv4_link_failure.patch - patches.kernel.org/6.1.56-057-scsi-iscsi_tcp-restrict-to-TCP-sockets.patch - patches.kernel.org/6.1.56-058-powerpc-perf-hv-24x7-Update-domain-value-check.patch - patches.kernel.org/6.1.56-059-dccp-fix-dccp_v4_err-dccp_v6_err-again.patch - patches.kernel.org/6.1.56-060-x86-mm-kexec-ima-Use-memblock_free_late-from-i.patch - patches.kernel.org/6.1.56-061-net-hsr-Properly-parse-HSRv1-supervisor-frames.patch - patches.kernel.org/6.1.56-062-platform-x86-intel_scu_ipc-Check-status-after-.patch - patches.kernel.org/6.1.56-063-platform-x86-intel_scu_ipc-Check-status-upon-t.patch - patches.kernel.org/6.1.56-064-platform-x86-intel_scu_ipc-Don-t-override-scu-.patch - patches.kernel.org/6.1.56-065-platform-x86-intel_scu_ipc-Fail-IPC-send-if-st.patch - patches.kernel.org/6.1.56-066-x86-srso-Fix-srso_show_state-side-effect.patch - patches.kernel.org/6.1.56-067-x86-srso-Fix-SBPB-enablement-for-spec_rstack_o.patch - patches.kernel.org/6.1.56-068-net-hns3-add-cmdq-check-for-vf-periodic-servic.patch - patches.kernel.org/6.1.56-069-net-hns3-fix-GRE-checksum-offload-issue.patch - patches.kernel.org/6.1.56-070-net-hns3-only-enable-unicast-promisc-when-mac-.patch - patches.kernel.org/6.1.56-071-net-hns3-fix-fail-to-delete-tc-flower-rules-du.patch - patches.kernel.org/6.1.56-072-net-hns3-add-5ms-delay-before-clear-firmware-r.patch - patches.kernel.org/6.1.56-073-net-bridge-use-DEV_STATS_INC.patch - patches.kernel.org/6.1.56-074-team-fix-null-ptr-deref-when-team-device-type-.patch - patches.kernel.org/6.1.56-075-net-rds-Fix-possible-NULL-pointer-dereference.patch - patches.kernel.org/6.1.56-076-netfilter-nf_tables-disable-toggling-dormant-t.patch - patches.kernel.org/6.1.56-077-netfilter-ipset-Fix-race-between-IPSET_CMD_CRE.patch - patches.kernel.org/6.1.56-078-i915-pmu-Move-execlist-stats-initialization-to.patch - patches.kernel.org/6.1.56-079-locking-seqlock-Do-the-lockdep-annotation-befo.patch - patches.kernel.org/6.1.56-080-net-ena-Flush-XDP-packets-on-error.patch - patches.kernel.org/6.1.56-081-bnxt_en-Flush-XDP-for-bnxt_poll_nitroa0-s-NAPI.patch - patches.kernel.org/6.1.56-082-octeontx2-pf-Do-xdp_do_flush-after-redirects.patch - patches.kernel.org/6.1.56-083-igc-Expose-tx-usecs-coalesce-setting-to-user.patch - patches.kernel.org/6.1.56-084-proc-nommu-proc-pid-maps-release-mmap-read-loc.patch - patches.kernel.org/6.1.56-085-proc-nommu-fix-empty-proc-pid-maps.patch - patches.kernel.org/6.1.56-086-cifs-Fix-UAF-in-cifs_demultiplex_thread.patch - patches.kernel.org/6.1.56-087-gpio-tb10x-Fix-an-error-handling-path-in-tb10x.patch - patches.kernel.org/6.1.56-088-i2c-mux-demux-pinctrl-check-the-return-value-o.patch - patches.kernel.org/6.1.56-089-i2c-mux-gpio-Add-missing-fwnode_handle_put.patch - patches.kernel.org/6.1.56-090-i2c-xiic-Correct-return-value-check-for-xiic_r.patch - patches.kernel.org/6.1.56-091-ARM-dts-BCM5301X-Extend-RAM-to-full-256MB-for-.patch - patches.kernel.org/6.1.56-092-ARM-dts-samsung-exynos4210-i9100-Fix-LCD-scree.patch - patches.kernel.org/6.1.56-093-ARM-dts-qcom-msm8974pro-castor-correct-inverte.patch - patches.kernel.org/6.1.56-094-ARM-dts-qcom-msm8974pro-castor-correct-touchsc.patch - patches.kernel.org/6.1.56-095-ARM-dts-qcom-msm8974pro-castor-correct-touchsc.patch - patches.kernel.org/6.1.56-096-f2fs-optimize-iteration-over-sparse-directorie.patch - patches.kernel.org/6.1.56-097-f2fs-get-out-of-a-repeat-loop-when-getting-a-l.patch - patches.kernel.org/6.1.56-098-s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-P.patch - patches.kernel.org/6.1.56-099-arm64-dts-qcom-sdm845-db845c-Mark-cont-splash-.patch - patches.kernel.org/6.1.56-100-wifi-ath11k-fix-tx-status-reporting-in-encap-o.patch - patches.kernel.org/6.1.56-101-wifi-ath11k-Cleanup-mac80211-references-on-fai.patch - patches.kernel.org/6.1.56-102-scsi-qla2xxx-Select-qpair-depending-on-which-C.patch - patches.kernel.org/6.1.56-103-scsi-qla2xxx-Use-raw_smp_processor_id-instead-.patch - patches.kernel.org/6.1.56-104-drm-amdkfd-Flush-TLB-after-unmapping-for-GFX-v.patch - patches.kernel.org/6.1.56-105-drm-amdkfd-Insert-missing-TLB-flush-on-GFX10-a.patch - patches.kernel.org/6.1.56-106-btrfs-reset-destination-buffer-when-read_exten.patch - patches.kernel.org/6.1.56-107-vfio-mdev-Fix-a-null-ptr-deref-bug-for-mdev_un.patch - patches.kernel.org/6.1.56-108-MIPS-Alchemy-only-build-mmc-support-helpers-if.patch - patches.kernel.org/6.1.56-109-spi-spi-gxp-BUG-Correct-spi-write-return-value.patch - patches.kernel.org/6.1.56-110-drm-bridge-ti-sn65dsi83-Do-not-generate-HFP-HB.patch - patches.kernel.org/6.1.56-111-bus-ti-sysc-Use-fsleep-instead-of-usleep_range.patch - patches.kernel.org/6.1.56-112-bus-ti-sysc-Fix-missing-AM35xx-SoC-matching.patch - patches.kernel.org/6.1.56-113-firmware-arm_scmi-Harden-perf-domain-info-acce.patch - patches.kernel.org/6.1.56-114-firmware-arm_scmi-Fixup-perf-power-cost-microw.patch - patches.kernel.org/6.1.56-115-power-supply-mt6370-Fix-missing-error-code-in-.patch - patches.kernel.org/6.1.56-116-clk-sprd-Fix-thm_parents-incorrect-configurati.patch - patches.kernel.org/6.1.56-117-clk-tegra-fix-error-return-case-for-recalc_rat.patch - patches.kernel.org/6.1.56-118-ARM-dts-omap-correct-indentation.patch - patches.kernel.org/6.1.56-119-ARM-dts-ti-omap-Fix-bandgap-thermal-cells-addr.patch - patches.kernel.org/6.1.56-120-ARM-dts-Unify-pwm-omap-dmtimer-node-names.patch - patches.kernel.org/6.1.56-121-ARM-dts-Unify-pinctrl-single-pin-group-nodes-f.patch - patches.kernel.org/6.1.56-122-ARM-dts-ti-omap-motorola-mapphone-Fix-abe_clkc.patch - patches.kernel.org/6.1.56-123-bus-ti-sysc-Fix-SYSC_QUIRK_SWSUP_SIDLE_ACT-han.patch - patches.kernel.org/6.1.56-124-power-supply-ucs1002-fix-error-code-in-ucs1002.patch - patches.kernel.org/6.1.56-125-firmware-imx-dsp-Fix-an-error-handling-path-in.patch - patches.kernel.org/6.1.56-126-xtensa-add-default-definition-for-XCHAL_HAVE_D.patch - patches.kernel.org/6.1.56-127-xtensa-iss-network-make-functions-static.patch - patches.kernel.org/6.1.56-128-xtensa-boot-don-t-add-include-dirs.patch - patches.kernel.org/6.1.56-129-xtensa-umulsidi3-fix-conditional-expression.patch - patches.kernel.org/6.1.56-130-xtensa-boot-lib-fix-function-prototypes.patch - patches.kernel.org/6.1.56-131-power-supply-rk817-Fix-node-refcount-leak.patch - patches.kernel.org/6.1.56-132-selftests-powerpc-Use-CLEAN-macro-to-fix-make-.patch - patches.kernel.org/6.1.56-133-selftests-powerpc-Pass-make-context-to-childre.patch - patches.kernel.org/6.1.56-134-selftests-powerpc-Fix-emit_tests-to-work-with-.patch - patches.kernel.org/6.1.56-135-soc-imx8m-Enable-OCOTP-clock-for-imx8mm-before.patch - patches.kernel.org/6.1.56-136-arm64-dts-imx-Add-imx8mm-prt8mm.dtb-to-build.patch - patches.kernel.org/6.1.56-137-firmware-arm_ffa-Don-t-set-the-memory-region-a.patch - patches.kernel.org/6.1.56-138-gpio-pmic-eic-sprd-Add-can_sleep-flag-for-PMIC.patch - patches.kernel.org/6.1.56-139-i2c-npcm7xx-Fix-callback-completion-ordering.patch - patches.kernel.org/6.1.56-140-x86-reboot-VMCLEAR-active-VMCSes-before-emerge.patch - patches.kernel.org/6.1.56-141-ceph-drop-messages-from-MDS-when-unmounting.patch - patches.kernel.org/6.1.56-142-dma-debug-don-t-call-__dma_entry_alloc_check_l.patch - patches.kernel.org/6.1.56-143-bpf-Annotate-bpf_long_memcpy-with-data_race.patch - patches.kernel.org/6.1.56-144-spi-sun6i-reduce-DMA-RX-transfer-width-to-sing.patch - patches.kernel.org/6.1.56-145-spi-sun6i-fix-race-between-DMA-RX-transfer-com.patch - patches.kernel.org/6.1.56-146-nvme-fc-Prevent-null-pointer-dereference-in-nv.patch - patches.kernel.org/6.1.56-147-parisc-sba-Fix-compile-warning-wrt-list-of-SBA.patch - patches.kernel.org/6.1.56-148-parisc-iosapic.c-Fix-sparse-warnings.patch - patches.kernel.org/6.1.56-149-parisc-drivers-Fix-sparse-warning.patch - patches.kernel.org/6.1.56-150-parisc-irq-Make-irq_stack_union-static-to-avoi.patch - patches.kernel.org/6.1.56-151-scsi-qedf-Add-synchronization-between-I-O-comp.patch - patches.kernel.org/6.1.56-152-scsi-ufs-core-Move-__ufshcd_send_uic_cmd-outsi.patch - patches.kernel.org/6.1.56-153-scsi-ufs-core-Poll-HCS.UCRDY-before-issuing-a-.patch - patches.kernel.org/6.1.56-154-selftests-ftrace-Correctly-enable-event-in-ins.patch - patches.kernel.org/6.1.56-155-ring-buffer-Avoid-softlockup-in-ring_buffer_re.patch - patches.kernel.org/6.1.56-156-btrfs-assert-delayed-node-locked-when-removing.patch - patches.kernel.org/6.1.56-157-selftests-fix-dependency-checker-script.patch - patches.kernel.org/6.1.56-158-ring-buffer-Do-not-attempt-to-read-past-commit.patch - patches.kernel.org/6.1.56-159-net-smc-bugfix-for-smcr-v2-server-connect-succ.patch - patches.kernel.org/6.1.56-160-ata-sata_mv-Fix-incorrect-string-length-comput.patch - patches.kernel.org/6.1.56-161-platform-mellanox-mlxbf-bootctl-add-NET-depend.patch - patches.kernel.org/6.1.56-162-platform-x86-asus-wmi-Support-2023-ROG-X16-tab.patch - patches.kernel.org/6.1.56-163-thermal-of-add-missing-of_node_put.patch - patches.kernel.org/6.1.56-164-drm-amd-display-Don-t-check-registers-if-using.patch - patches.kernel.org/6.1.56-165-drm-amdgpu-soc21-don-t-remap-HDP-registers-for.patch - patches.kernel.org/6.1.56-166-drm-amdgpu-nbio4.3-set-proper-rmmio_remap.reg_.patch - patches.kernel.org/6.1.56-167-drm-amdgpu-Handle-null-atom-context-in-VBIOS-i.patch - patches.kernel.org/6.1.56-168-riscv-errata-fix-T-Head-dcache.cva-encoding.patch - patches.kernel.org/6.1.56-169-scsi-pm80xx-Use-phy-specific-SAS-address-when-.patch - patches.kernel.org/6.1.56-170-scsi-pm80xx-Avoid-leaking-tags-when-processing.patch - patches.kernel.org/6.1.56-171-smb3-correct-places-where-ENOTSUPP-is-used-ins.patch - patches.kernel.org/6.1.56-172-ata-libata-eh-do-not-clear-ATA_PFLAG_EH_PENDIN.patch - patches.kernel.org/6.1.56-173-spi-nxp-fspi-reset-the-FLSHxCR1-registers.patch - patches.kernel.org/6.1.56-174-spi-stm32-add-a-delay-before-SPI-disable.patch - patches.kernel.org/6.1.56-175-ASoC-fsl-imx-pcm-rpmsg-Add-SNDRV_PCM_INFO_BATC.patch - patches.kernel.org/6.1.56-176-spi-intel-pci-Add-support-for-Granite-Rapids-S.patch - patches.kernel.org/6.1.56-177-bpf-Clarify-error-expectations-from-bpf_clone_.patch - patches.kernel.org/6.1.56-178-ALSA-hda-intel-sdw-acpi-Use-u8-type-for-link-i.patch - patches.kernel.org/6.1.56-179-ASoC-cs42l42-Ensure-a-reset-pulse-meets-minimu.patch - patches.kernel.org/6.1.56-180-ASoC-cs42l42-Don-t-rely-on-GPIOD_OUT_LOW-to-se.patch - patches.kernel.org/6.1.56-181-firmware-cirrus-cs_dsp-Only-log-list-of-algori.patch - patches.kernel.org/6.1.56-182-memblock-tests-fix-warning-__ALIGN_KERNEL-rede.patch - patches.kernel.org/6.1.56-183-memblock-tests-fix-warning-struct-seq_file-dec.patch - patches.kernel.org/6.1.56-184-ASoC-imx-rpmsg-Set-ignore_pmdown_time-for-dai_.patch - patches.kernel.org/6.1.56-185-media-vb2-frame_vector.c-replace-WARN_ONCE-wit.patch - patches.kernel.org/6.1.56-186-NFSv4.1-fix-zero-value-filehandle-in-post-open.patch - patches.kernel.org/6.1.56-187-ASoC-SOF-Intel-MTL-Reduce-the-DSP-init-timeout.patch - patches.kernel.org/6.1.56-188-powerpc-watchpoints-Disable-preemption-in-thre.patch - patches.kernel.org/6.1.56-189-powerpc-watchpoint-Disable-pagefaults-when-get.patch - patches.kernel.org/6.1.56-190-powerpc-watchpoints-Annotate-atomic-context-in.patch - patches.kernel.org/6.1.56-191-ncsi-Propagate-carrier-gain-loss-events-to-the.patch - patches.kernel.org/6.1.56-192-net-hsr-Add-__packed-to-struct-hsr_sup_tlv.patch - patches.kernel.org/6.1.56-193-tsnep-Fix-NAPI-scheduling.patch - patches.kernel.org/6.1.56-194-tsnep-Fix-NAPI-polling-with-budget-0.patch - patches.kernel.org/6.1.56-195-LoongArch-Set-all-reserved-memblocks-on-Node-0.patch - patches.kernel.org/6.1.56-196-fbdev-sh7760fb-Depend-on-FB-y.patch - patches.kernel.org/6.1.56-197-perf-build-Define-YYNOMEM-as-YYNOABORT-for-bis.patch - patches.kernel.org/6.1.56-198-nvme-pci-factor-the-iod-mempool-creation-into-.patch - patches.kernel.org/6.1.56-199-nvme-pci-factor-out-a-nvme_pci_alloc_dev-helpe.patch - patches.kernel.org/6.1.56-200-nvme-pci-do-not-set-the-NUMA-node-of-device-if.patch - patches.kernel.org/6.1.56-201-wifi-ath11k-Don-t-drop-tx_status-when-peer-can.patch - patches.kernel.org/6.1.56-202-scsi-qla2xxx-Fix-NULL-pointer-dereference-in-t.patch - patches.kernel.org/6.1.56-203-nvme-pci-always-return-an-ERR_PTR-from-nvme_pc.patch - patches.kernel.org/6.1.56-204-smack-Record-transmuting-in-smk_transmuted.patch - patches.kernel.org/6.1.56-205-smack-Retrieve-transmuting-information-in-smac.patch - patches.kernel.org/6.1.56-206-iommu-arm-smmu-v3-Fix-soft-lockup-triggered-by.patch - patches.kernel.org/6.1.56-207-x86-sgx-Resolves-SECS-reclaim-vs.-page-fault-f.patch - patches.kernel.org/6.1.56-208-x86-srso-Add-SRSO-mitigation-for-Hygon-process.patch - patches.kernel.org/6.1.56-209-KVM-SVM-INTERCEPT_RDTSCP-is-never-intercepted-.patch - patches.kernel.org/6.1.56-210-KVM-SVM-Fix-TSC_AUX-virtualization-setup.patch - patches.kernel.org/6.1.56-211-KVM-x86-mmu-Open-code-leaf-invalidation-from-m.patch - patches.kernel.org/6.1.56-212-KVM-x86-mmu-Do-not-filter-address-spaces-in-fo.patch - patches.kernel.org/6.1.56-213-mptcp-fix-bogus-receive-window-shrinkage-with-.patch - patches.kernel.org/6.1.56-214-misc-rtsx-Fix-some-platforms-can-not-boot-and-.patch - patches.kernel.org/6.1.56-215-Revert-tty-n_gsm-fix-UAF-in-gsm_cleanup_mux.patch - patches.kernel.org/6.1.56-216-serial-8250_port-Check-IRQ-data-before-use.patch - patches.kernel.org/6.1.56-217-nilfs2-fix-potential-use-after-free-in-nilfs_g.patch - patches.kernel.org/6.1.56-218-netfilter-nf_tables-disallow-rule-removal-from.patch - patches.kernel.org/6.1.56-219-ALSA-hda-Disable-power-save-for-solving-pop-is.patch - patches.kernel.org/6.1.56-220-LoongArch-Define-relocation-types-for-ABI-v2.1.patch - patches.kernel.org/6.1.56-221-LoongArch-numa-Fix-high_memory-calculation.patch - patches.kernel.org/6.1.56-222-ata-libata-scsi-link-ata-port-and-scsi-device.patch - patches.kernel.org/6.1.56-223-ata-libata-scsi-ignore-reserved-bits-for-REPOR.patch - patches.kernel.org/6.1.56-224-io_uring-fs-remove-sqe-rw_flags-checking-from-.patch - patches.kernel.org/6.1.56-225-i2c-i801-unregister-tco_pdev-in-i801_probe-err.patch - patches.kernel.org/6.1.56-226-ASoC-amd-yc-Fix-non-functional-mic-on-Lenovo-8.patch - patches.kernel.org/6.1.56-227-kernel-sched-Modify-initial-boot-task-idle-set.patch - patches.kernel.org/6.1.56-228-sched-rt-Fix-live-lock-between-select_fallback.patch - patches.kernel.org/6.1.56-229-netfilter-nf_tables-fix-kdoc-warnings-after-gc.patch - patches.kernel.org/6.1.56-230-Revert-SUNRPC-dont-update-timeout-value-on-con.patch - patches.kernel.org/6.1.56-231-timers-Tag-hr-timer-softirq-as-hotplug-safe.patch - patches.kernel.org/6.1.56-232-drm-tests-Fix-incorrect-argument-in-drm_test_m.patch - patches.kernel.org/6.1.56-233-arm64-defconfig-remove-CONFIG_COMMON_CLK_NPCM8.patch - patches.kernel.org/6.1.56-234-mm-damon-vaddr-test-fix-memory-leak-in-damon_d.patch - patches.kernel.org/6.1.56-235-mm-slab_common-fix-slab_caches-list-corruption.patch - patches.kernel.org/6.1.56-236-mm-memcontrol-fix-GFP_NOFS-recursion-in-memory.patch - patches.kernel.org/6.1.56-237-ring-buffer-Update-shortest_full-in-polling.patch - patches.kernel.org/6.1.56-238-btrfs-properly-report-0-avail-for-very-full-fi.patch - patches.kernel.org/6.1.56-239-media-uvcvideo-Fix-OOB-read.patch - patches.kernel.org/6.1.56-240-bpf-Add-override-check-to-kprobe-multi-link-at.patch - patches.kernel.org/6.1.56-241-bpf-Fix-BTF_ID-symbol-generation-collision.patch - patches.kernel.org/6.1.56-242-bpf-Fix-BTF_ID-symbol-generation-collision-in-.patch - patches.kernel.org/6.1.56-243-net-thunderbolt-Fix-TCPv6-GSO-checksum-calcula.patch - patches.kernel.org/6.1.56-244-fs-smb-client-Reset-password-pointer-to-NULL.patch - patches.kernel.org/6.1.56-245-ata-libata-core-Fix-ata_port_request_pm-lockin.patch - patches.kernel.org/6.1.56-246-ata-libata-core-Fix-port-and-device-removal.patch - patches.kernel.org/6.1.56-247-ata-libata-core-Do-not-register-PM-operations-.patch - patches.kernel.org/6.1.56-248-ata-libata-sata-increase-PMP-SRST-timeout-to-1.patch - patches.kernel.org/6.1.56-249-drm-i915-gt-Fix-reservation-address-in-ggtt_re.patch - patches.kernel.org/6.1.56-250-power-supply-rk817-Add-missing-module-alias.patch - patches.kernel.org/6.1.56-251-power-supply-ab8500-Set-typing-and-props.patch - patches.kernel.org/6.1.56-252-fs-binfmt_elf_efpic-fix-personality-for-ELF-FD.patch - patches.kernel.org/6.1.56-253-drm-amdkfd-Use-gpu_offset-for-user-queue-s-wpt.patch - patches.kernel.org/6.1.56-254-drm-meson-fix-memory-leak-on-hpd_notify-callba.patch - patches.kernel.org/6.1.56-255-memcg-drop-kmem.limit_in_bytes.patch - patches.kernel.org/6.1.56-256-mm-memcg-reconsider-kmem.limit_in_bytes-deprec.patch - patches.kernel.org/6.1.56-257-ASoC-amd-yc-Fix-a-non-functional-mic-on-Lenovo.patch - patches.kernel.org/6.1.56-258-Linux-6.1.56.patch - patches.kernel.org/6.1.57-001-spi-zynqmp-gqspi-fix-clock-imbalance-on-probe-.patch - patches.kernel.org/6.1.57-002-ASoC-soc-utils-Export-snd_soc_dai_is_dummy-sym.patch - patches.kernel.org/6.1.57-003-ASoC-tegra-Fix-redundant-PLLA-and-PLLA_OUT0-up.patch - patches.kernel.org/6.1.57-004-mptcp-rename-timer-related-helper-to-less-conf.patch - patches.kernel.org/6.1.57-005-mptcp-fix-dangling-connection-hang-up.patch - patches.kernel.org/6.1.57-006-mptcp-annotate-lockless-accesses-to-sk-sk_err.patch - patches.kernel.org/6.1.57-007-mptcp-move-__mptcp_error_report-in-protocol.c.patch - patches.kernel.org/6.1.57-008-mptcp-process-pending-subflow-error-on-close.patch - patches.kernel.org/6.1.57-009-ata-scsi-do-not-issue-START-STOP-UNIT-on-resum.patch - patches.kernel.org/6.1.57-010-scsi-sd-Differentiate-system-and-runtime-start.patch - patches.kernel.org/6.1.57-011-scsi-sd-Do-not-issue-commands-to-suspended-dis.patch - patches.kernel.org/6.1.57-012-scsi-core-Improve-type-safety-of-scsi_rescan_d.patch - patches.kernel.org/6.1.57-013-scsi-Do-not-attempt-to-rescan-suspended-device.patch - patches.kernel.org/6.1.57-014-ata-libata-scsi-Fix-delayed-scsi_rescan_device.patch - patches.kernel.org/6.1.57-015-NFS-Cleanup-unused-rpc_clnt-variable.patch - patches.kernel.org/6.1.57-016-NFS-rename-nfs_client_kset-to-nfs_kset.patch - patches.kernel.org/6.1.57-017-NFSv4-Fix-a-state-manager-thread-deadlock-regr.patch - patches.kernel.org/6.1.57-018-mm-memory-add-vm_normal_folio.patch - patches.kernel.org/6.1.57-019-mm-mempolicy-convert-queue_pages_pmd-to-queue_.patch - patches.kernel.org/6.1.57-020-mm-mempolicy-convert-queue_pages_pte_range-to-.patch - patches.kernel.org/6.1.57-021-mm-mempolicy-convert-migrate_page_add-to-migra.patch - patches.kernel.org/6.1.57-022-mm-mempolicy-keep-VMA-walk-if-both-MPOL_MF_STR.patch - patches.kernel.org/6.1.57-023-mm-page_alloc-always-remove-pages-from-tempora.patch - patches.kernel.org/6.1.57-024-mm-page_alloc-leave-IRQs-enabled-for-per-cpu-p.patch - patches.kernel.org/6.1.57-025-mm-page_alloc-fix-CMA-and-HIGHATOMIC-landing-o.patch - patches.kernel.org/6.1.57-026-ring-buffer-remove-obsolete-comment-for-free_b.patch - patches.kernel.org/6.1.57-027-ring-buffer-Fix-bytes-info-in-per_cpu-buffer-s.patch - patches.kernel.org/6.1.57-028-btrfs-use-struct-qstr-instead-of-name-and-name.patch - patches.kernel.org/6.1.57-029-btrfs-setup-qstr-from-dentrys-using-fscrypt-he.patch - patches.kernel.org/6.1.57-030-btrfs-use-struct-fscrypt_str-instead-of-struct.patch - patches.kernel.org/6.1.57-031-Revert-NFSv4-Retry-LOCK-on-OLD_STATEID-during-.patch - patches.kernel.org/6.1.57-032-arm64-Avoid-repeated-AA64MMFR1_EL1-register-re.patch - patches.kernel.org/6.1.57-033-net-add-sysctl-accept_ra_min_rtr_lft.patch - patches.kernel.org/6.1.57-034-net-change-accept_ra_min_rtr_lft-to-affect-all.patch - patches.kernel.org/6.1.57-035-net-release-reference-to-inet6_dev-pointer.patch - patches.kernel.org/6.1.57-036-arm64-cpufeature-Fix-CLRBHB-and-BC-detection.patch - patches.kernel.org/6.1.57-037-drm-amd-display-Adjust-the-MST-resume-flow.patch - patches.kernel.org/6.1.57-038-iommu-arm-smmu-v3-Set-TTL-invalidation-hint-be.patch - patches.kernel.org/6.1.57-039-iommu-arm-smmu-v3-Avoid-constructing-invalid-r.patch - patches.kernel.org/6.1.57-040-rbd-move-rbd_dev_refresh-definition.patch - patches.kernel.org/6.1.57-041-rbd-decouple-header-read-in-from-updating-rbd_.patch - patches.kernel.org/6.1.57-042-rbd-decouple-parent-info-read-in-from-updating.patch - patches.kernel.org/6.1.57-043-rbd-take-header_rwsem-in-rbd_dev_refresh-only-.patch - patches.kernel.org/6.1.57-044-block-fix-use-after-free-of-q-q_usage_counter.patch - patches.kernel.org/6.1.57-045-hwmon-nzxt-smart2-Add-device-id.patch - patches.kernel.org/6.1.57-046-hwmon-nzxt-smart2-add-another-USB-ID.patch - patches.kernel.org/6.1.57-047-i40e-fix-the-wrong-PTP-frequency-calculation.patch - patches.kernel.org/6.1.57-048-scsi-zfcp-Fix-a-double-put-in-zfcp_port_enqueu.patch - patches.kernel.org/6.1.57-049-iommu-vt-d-Avoid-memory-allocation-in-iommu_su.patch - patches.kernel.org/6.1.57-050-vringh-don-t-use-vringh_kiov_advance-in-vringh.patch - patches.kernel.org/6.1.57-051-net-ethernet-mediatek-disable-irq-before-sched.patch - patches.kernel.org/6.1.57-052-mptcp-userspace-pm-allow-creating-id-0-subflow.patch - patches.kernel.org/6.1.57-053-qed-red_ll2-Fix-undefined-behavior-bug-in-stru.patch - patches.kernel.org/6.1.57-054-Bluetooth-hci_codec-Fix-leaking-content-of-loc.patch - patches.kernel.org/6.1.57-055-Bluetooth-hci_sync-Fix-handling-of-HCI_QUIRK_S.patch - patches.kernel.org/6.1.57-056-wifi-mwifiex-Fix-tlv_buf_left-calculation.patch - patches.kernel.org/6.1.57-057-md-raid5-release-batch_last-before-waiting-for.patch - patches.kernel.org/6.1.57-058-PCI-qcom-Fix-IPQ8074-enumeration.patch - patches.kernel.org/6.1.57-059-net-replace-calls-to-sock-ops-connect-with-ker.patch - patches.kernel.org/6.1.57-060-net-prevent-rewrite-of-msg_name-in-sock_sendms.patch - patches.kernel.org/6.1.57-061-drm-amd-Fix-detection-of-_PR3-on-the-PCIe-root.patch - patches.kernel.org/6.1.57-062-drm-amd-Fix-logic-error-in-sienna_cichlid_upda.patch - patches.kernel.org/6.1.57-063-arm64-Add-Cortex-A520-CPU-part-definition.patch - patches.kernel.org/6.1.57-064-arm64-errata-Add-Cortex-A520-speculative-unpri.patch - patches.kernel.org/6.1.57-065-HID-sony-Fix-a-potential-memory-leak-in-sony_p.patch - patches.kernel.org/6.1.57-066-ubi-Refuse-attaching-if-mtd-s-erasesize-is-0.patch - patches.kernel.org/6.1.57-067-erofs-fix-memory-leak-of-LZMA-global-compresse.patch - patches.kernel.org/6.1.57-068-wifi-iwlwifi-dbg_ini-fix-structure-packing.patch - patches.kernel.org/6.1.57-069-wifi-iwlwifi-mvm-Fix-a-memory-corruption-issue.patch - patches.kernel.org/6.1.57-070-wifi-cfg80211-hold-wiphy-lock-in-auto-disconne.patch - patches.kernel.org/6.1.57-071-wifi-cfg80211-move-wowlan-disable-under-locks.patch - patches.kernel.org/6.1.57-072-wifi-cfg80211-add-a-work-abstraction-with-spec.patch - patches.kernel.org/6.1.57-073-wifi-cfg80211-fix-cqm_config-access-race.patch - patches.kernel.org/6.1.57-074-wifi-cfg80211-add-missing-kernel-doc-for-cqm_r.patch - patches.kernel.org/6.1.57-075-wifi-mwifiex-Fix-oob-check-condition-in-mwifie.patch - patches.kernel.org/6.1.57-076-leds-Drop-BUG_ON-check-for-LED_COLOR_ID_MULTI.patch - patches.kernel.org/6.1.57-077-bpf-Fix-tr-dereferencing.patch - patches.kernel.org/6.1.57-078-regulator-mt6358-Drop-_SSHUB-regulators.patch - patches.kernel.org/6.1.57-079-regulator-mt6358-Use-linear-voltage-helpers-fo.patch - patches.kernel.org/6.1.57-080-regulator-mt6358-split-ops-for-buck-and-linear.patch - patches.kernel.org/6.1.57-081-Bluetooth-Delete-unused-hci_req_prepare_suspen.patch - patches.kernel.org/6.1.57-082-Bluetooth-ISO-Fix-handling-of-listen-for-unica.patch - patches.kernel.org/6.1.57-083-drivers-net-process-the-result-of-hdlc_open-an.patch - patches.kernel.org/6.1.57-084-wifi-mt76-mt76x02-fix-MT76x0-external-LNA-gain.patch - patches.kernel.org/6.1.57-085-perf-x86-amd-core-Fix-overflow-reset-on-hotplu.patch - patches.kernel.org/6.1.57-086-regmap-rbtree-Fix-wrong-register-marked-as-in-.patch - patches.kernel.org/6.1.57-087-wifi-mac80211-fix-potential-key-use-after-free.patch - patches.kernel.org/6.1.57-088-perf-x86-amd-Do-not-WARN-on-every-IRQ.patch - patches.kernel.org/6.1.57-089-iommu-mediatek-Fix-share-pgtable-for-iova-over.patch - patches.kernel.org/6.1.57-090-regulator-core-regulator_register-set-device-c.patch - patches.kernel.org/6.1.57-091-ima-Finish-deprecation-of-IMA_TRUSTED_KEYRING-.patch - patches.kernel.org/6.1.57-092-scsi-target-core-Fix-deadlock-due-to-recursive.patch - patches.kernel.org/6.1.57-093-ima-rework-CONFIG_IMA-dependency-block.patch - patches.kernel.org/6.1.57-094-NFSv4-Fix-a-nfs4_state_manager-race.patch - patches.kernel.org/6.1.57-095-bpf-tcp_read_skb-needs-to-pop-skb-regardless-o.patch - patches.kernel.org/6.1.57-096-bpf-sockmap-Do-not-inc-copied_seq-when-PEEK-fl.patch - patches.kernel.org/6.1.57-097-bpf-sockmap-Reject-sk_msg-egress-redirects-to-.patch - patches.kernel.org/6.1.57-098-modpost-add-missing-else-to-the-of-check.patch - patches.kernel.org/6.1.57-099-net-fix-possible-store-tearing-in-neigh_period.patch - patches.kernel.org/6.1.57-100-bpf-Add-BPF_FIB_LOOKUP_SKIP_NEIGH-for-bpf_fib_.patch - patches.kernel.org/6.1.57-101-neighbour-annotate-lockless-accesses-to-n-nud_.patch - patches.kernel.org/6.1.57-102-neighbour-switch-to-standard-rcu-instead-of-rc.patch - patches.kernel.org/6.1.57-103-neighbour-fix-data-races-around-n-output.patch - patches.kernel.org/6.1.57-104-ipv4-ipv6-Fix-handling-of-transhdrlen-in-__ip-.patch - patches.kernel.org/6.1.57-105-ptp-ocp-Fix-error-handling-in-ptp_ocp_device_i.patch - patches.kernel.org/6.1.57-106-net-dsa-mv88e6xxx-Avoid-EEPROM-timeout-when-EE.patch - patches.kernel.org/6.1.57-107-ipv6-tcp-add-a-missing-nf_reset_ct-in-3WHS-han.patch - patches.kernel.org/6.1.57-108-net-usb-smsc75xx-Fix-uninit-value-access-in-__.patch - patches.kernel.org/6.1.57-109-net-nfc-llcp-Add-lock-when-modifying-device-li.patch - patches.kernel.org/6.1.57-110-net-ethernet-ti-am65-cpsw-Fix-error-code-in-am.patch - patches.kernel.org/6.1.57-111-ibmveth-Remove-condition-to-recompute-TCP-head.patch - patches.kernel.org/6.1.57-112-netfilter-handle-the-connecting-collision-prop.patch - patches.kernel.org/6.1.57-113-selftests-netfilter-Test-nf_tables-audit-loggi.patch - patches.kernel.org/6.1.57-114-selftests-netfilter-Extend-nft_audit.sh.patch - patches.kernel.org/6.1.57-115-netfilter-nf_tables-Deduplicate-nft_register_o.patch - patches.kernel.org/6.1.57-116-netfilter-nf_tables-nft_set_rbtree-fix-spuriou.patch - patches.kernel.org/6.1.57-117-ipv4-Set-offload_failed-flag-in-fibmatch-resul.patch - patches.kernel.org/6.1.57-118-net-stmmac-dwmac-stm32-fix-resume-on-STM32-MCU.patch - patches.kernel.org/6.1.57-119-tipc-fix-a-potential-deadlock-on-tx-lock.patch - patches.kernel.org/6.1.57-120-tcp-fix-quick-ack-counting-to-count-actual-ACK.patch - patches.kernel.org/6.1.57-121-tcp-fix-delayed-ACKs-for-MSS-boundary-conditio.patch - patches.kernel.org/6.1.57-122-sctp-update-transport-state-when-processing-a-.patch - patches.kernel.org/6.1.57-123-sctp-update-hb-timer-immediately-after-users-c.patch - patches.kernel.org/6.1.57-124-netlink-split-up-copies-in-the-ack-constructio.patch - patches.kernel.org/6.1.57-125-netlink-Fix-potential-skb-memleak-in-netlink_a.patch - patches.kernel.org/6.1.57-126-netlink-annotate-data-races-around-sk-sk_err.patch - patches.kernel.org/6.1.57-127-HID-sony-remove-duplicate-NULL-check-before-ca.patch - patches.kernel.org/6.1.57-128-HID-intel-ish-hid-ipc-Disable-and-reenable-ACP.patch - patches.kernel.org/6.1.57-129-intel_idle-add-Emerald-Rapids-Xeon-support.patch - patches.kernel.org/6.1.57-130-smb-use-kernel_connect-and-kernel_bind.patch - patches.kernel.org/6.1.57-131-parisc-Fix-crash-with-nr_cpus-1-option.patch - patches.kernel.org/6.1.57-132-dm-zoned-free-dmz-ddev-array-in-dmz_put_zoned_.patch - patches.kernel.org/6.1.57-133-RDMA-core-Require-admin-capabilities-to-set-sy.patch - patches.kernel.org/6.1.57-134-of-dynamic-Fix-potential-memory-leak-in-of_cha.patch - patches.kernel.org/6.1.57-135-IB-mlx4-Fix-the-size-of-a-buffer-in-add_port_e.patch - patches.kernel.org/6.1.57-136-gpio-aspeed-fix-the-GPIO-number-passed-to-pinc.patch - patches.kernel.org/6.1.57-137-gpio-pxa-disable-pinctrl-calls-for-MMP_GPIO.patch - patches.kernel.org/6.1.57-138-RDMA-cma-Initialize-ib_sa_multicast-structure-.patch - patches.kernel.org/6.1.57-139-RDMA-cma-Fix-truncation-compilation-warning-in.patch - patches.kernel.org/6.1.57-140-RDMA-uverbs-Fix-typo-of-sizeof-argument.patch - patches.kernel.org/6.1.57-141-RDMA-srp-Do-not-call-scsi_done-from-srp_abort.patch - patches.kernel.org/6.1.57-142-RDMA-siw-Fix-connection-failure-handling.patch - patches.kernel.org/6.1.57-143-RDMA-mlx5-Fix-mutex-unlocking-on-error-flow-fo.patch - patches.kernel.org/6.1.57-144-RDMA-mlx5-Fix-NULL-string-error.patch - patches.kernel.org/6.1.57-145-x86-sev-Use-the-GHCB-protocol-when-available-f.patch - patches.kernel.org/6.1.57-146-ksmbd-fix-race-condition-between-session-looku.patch - patches.kernel.org/6.1.57-147-ksmbd-fix-uaf-in-smb20_oplock_break_ack.patch - patches.kernel.org/6.1.57-148-parisc-Restore-__ldcw_align-for-PA-RISC-2.0-pr.patch - patches.kernel.org/6.1.57-149-ipv6-remove-nexthop_fib6_nh_bh.patch - patches.kernel.org/6.1.57-150-vrf-Fix-lockdep-splat-in-output-path.patch - patches.kernel.org/6.1.57-151-btrfs-fix-an-error-handling-path-in-btrfs_rena.patch - patches.kernel.org/6.1.57-152-btrfs-fix-fscrypt-name-leak-after-failure-to-j.patch - patches.kernel.org/6.1.57-153-netlink-remove-the-flex-array-from-struct-nlms.patch - patches.kernel.org/6.1.57-154-btrfs-file_remove_privs-needs-an-exclusive-loc.patch - patches.kernel.org/6.1.57-155-ipv6-remove-one-read_lock-read_unlock-pair-in-.patch - patches.kernel.org/6.1.57-156-xen-events-replace-evtchn_rwlock-with-RCU.patch - patches.kernel.org/6.1.57-157-Linux-6.1.57.patch - patches.kernel.org/6.1.58-001-Revert-NFS-More-fixes-for-nfs_direct_write_res.patch - patches.kernel.org/6.1.58-002-Revert-NFS-Use-the-correct-commit-info-in-nfs_.patch - patches.kernel.org/6.1.58-003-Revert-NFS-More-O_DIRECT-accounting-fixes-for-.patch - patches.kernel.org/6.1.58-004-Revert-NFS-Fix-O_DIRECT-locking-issues.patch - patches.kernel.org/6.1.58-005-Revert-NFS-Fix-error-handling-for-O_DIRECT-wri.patch - patches.kernel.org/6.1.58-006-lib-test_meminit-fix-off-by-one-error-in-test_.patch - patches.kernel.org/6.1.58-007-Linux-6.1.58.patch - patches.kernel.org/6.1.59-001-net-mana-Fix-TX-CQE-error-handling.patch - patches.kernel.org/6.1.59-002-mptcp-fix-delegated-action-races.patch - patches.kernel.org/6.1.59-003-drm-i915-Don-t-set-PIPE_CONTROL_FLUSH_L3-for-a.patch - patches.kernel.org/6.1.59-004-RDMA-cxgb4-Check-skb-value-for-failure-to-allo.patch - patches.kernel.org/6.1.59-005-perf-arm-cmn-Fix-the-unhandled-overflow-status.patch - patches.kernel.org/6.1.59-006-platform-x86-think-lmi-Fix-reference-leak.patch - patches.kernel.org/6.1.59-007-platform-x86-hp-wmi-Mark-driver-struct-with-__.patch - patches.kernel.org/6.1.59-008-scsi-Do-not-rescan-devices-with-a-suspended-qu.patch - patches.kernel.org/6.1.59-009-HID-logitech-hidpp-Fix-kernel-crash-on-receive.patch - patches.kernel.org/6.1.59-010-quota-Fix-slow-quotaoff.patch - patches.kernel.org/6.1.59-011-ASoC-amd-yc-Fix-non-functional-mic-on-Lenovo-8.patch - patches.kernel.org/6.1.59-012-ata-libata-scsi-Disable-scsi-device-manage_sys.patch - patches.kernel.org/6.1.59-013-net-prevent-address-rewrite-in-kernel_bind.patch - patches.kernel.org/6.1.59-014-arm64-dts-qcom-sm8150-extend-the-size-of-the-P.patch - patches.kernel.org/6.1.59-015-dt-bindings-interrupt-controller-renesas-rzg2l.patch - patches.kernel.org/6.1.59-016-irqchip-renesas-rzg2l-Fix-logic-to-clear-TINT-.patch - patches.kernel.org/6.1.59-017-KEYS-trusted-Remove-redundant-static-calls-usa.patch - patches.kernel.org/6.1.59-018-ALSA-usb-audio-Fix-microphone-sound-on-Opencom.patch - patches.kernel.org/6.1.59-019-ALSA-usb-audio-Fix-microphone-sound-on-Nexigo-.patch - patches.kernel.org/6.1.59-020-ALSA-hda-realtek-Change-model-for-Intel-RVP-bo.patch - patches.kernel.org/6.1.59-021-ASoC-SOF-amd-fix-for-firmware-reload-failure-a.patch - patches.kernel.org/6.1.59-022-ASoC-simple-card-utils-fixup-simple_util_start.patch - patches.kernel.org/6.1.59-023-ASoC-Intel-soc-acpi-Add-entry-for-HDMI_In-capt.patch - patches.kernel.org/6.1.59-024-ASoC-Intel-sof_sdw-add-support-for-SKU-0B14.patch - patches.kernel.org/6.1.59-025-ASoC-Intel-soc-acpi-Add-entry-for-sof_es8336-i.patch - patches.kernel.org/6.1.59-026-ASoC-Use-of_property_read_bool-for-boolean-pro.patch - patches.kernel.org/6.1.59-027-ASoC-fsl_sai-MCLK-bind-with-TX-RX-enable-bit.patch - patches.kernel.org/6.1.59-028-ASoC-fsl_sai-Don-t-disable-bitclock-for-i.MX8M.patch - patches.kernel.org/6.1.59-029-ALSA-hda-realtek-Add-quirk-for-HP-Victus-16-d1.patch - patches.kernel.org/6.1.59-030-ALSA-hda-realtek-Add-quirk-for-mute-LEDs-on-HP.patch - patches.kernel.org/6.1.59-031-ALSA-hda-realtek-ALC287-I2S-speaker-platform-s.patch - patches.kernel.org/6.1.59-032-ALSA-hda-realtek-ALC287-merge-RTK-codec-with-C.patch - patches.kernel.org/6.1.59-033-pinctrl-nuvoton-wpcm450-fix-out-of-bounds-writ.patch - patches.kernel.org/6.1.59-034-drm-msm-dp-do-not-reinitialize-phy-unless-retr.patch - patches.kernel.org/6.1.59-035-drm-msm-dsi-skip-the-wait-for-video-mode-done-.patch - patches.kernel.org/6.1.59-036-drm-msm-dsi-fix-irq_of_parse_and_map-error-che.patch - patches.kernel.org/6.1.59-037-drm-msm-dpu-change-_dpu_plane_calc_bw-to-use-u.patch - patches.kernel.org/6.1.59-038-drm-msm-dp-Add-newlines-to-debug-printks.patch - patches.kernel.org/6.1.59-039-phy-lynx-28g-cancel-the-CDR-check-work-item-on.patch - patches.kernel.org/6.1.59-040-phy-lynx-28g-lock-PHY-while-performing-CDR-loc.patch - patches.kernel.org/6.1.59-041-phy-lynx-28g-serialize-concurrent-phy_set_mode.patch - patches.kernel.org/6.1.59-042-net-dsa-qca8k-fix-potential-MDIO-bus-conflict-.patch - patches.kernel.org/6.1.59-043-can-isotp-isotp_sendmsg-fix-TX-state-detection.patch - patches.kernel.org/6.1.59-044-can-sun4i_can-Only-show-Kconfig-if-ARCH_SUNXI-.patch - patches.kernel.org/6.1.59-045-arm64-dts-mediatek-mt8195-Set-DSU-PMU-status-t.patch - patches.kernel.org/6.1.59-046-ravb-Fix-up-dma_free_coherent-call-in-ravb_rem.patch - patches.kernel.org/6.1.59-047-ravb-Fix-use-after-free-issue-in-ravb_tx_timeo.patch - patches.kernel.org/6.1.59-048-ieee802154-ca8210-Fix-a-potential-UAF-in-ca821.patch - patches.kernel.org/6.1.59-049-mlxsw-fix-mlxsw_sp2_nve_vxlan_learning_set-ret.patch - patches.kernel.org/6.1.59-050-xen-netback-use-default-TX-queue-size-for-vifs.patch - patches.kernel.org/6.1.59-051-riscv-bpf-Factor-out-emit_call-for-kernel-and-.patch - patches.kernel.org/6.1.59-052-riscv-bpf-Sign-extend-return-values.patch - patches.kernel.org/6.1.59-053-drm-vmwgfx-fix-typo-of-sizeof-argument.patch - patches.kernel.org/6.1.59-054-bpf-Fix-verifier-log-for-async-callback-return.patch - patches.kernel.org/6.1.59-055-net-refine-debug-info-in-skb_checksum_help.patch - patches.kernel.org/6.1.59-056-net-macsec-indicate-next-pn-update-when-offloa.patch - patches.kernel.org/6.1.59-057-net-phy-mscc-macsec-reject-PN-update-requests.patch - patches.kernel.org/6.1.59-058-net-mlx5e-macsec-use-update_pn-flag-instead-of.patch - patches.kernel.org/6.1.59-059-ixgbe-fix-crash-with-empty-VF-macvlan-list.patch - patches.kernel.org/6.1.59-060-net-mlx5e-Again-mutually-exclude-RX-FCS-and-RX.patch - patches.kernel.org/6.1.59-061-net-nfc-fix-races-in-nfc_llcp_sock_get-and-nfc.patch - patches.kernel.org/6.1.59-062-net-smc-Fix-pos-miscalculation-in-statistics.patch - patches.kernel.org/6.1.59-063-pinctrl-renesas-rzn1-Enable-missing-PINMUX.patch - patches.kernel.org/6.1.59-064-nfc-nci-assert-requested-protocol-is-valid.patch - patches.kernel.org/6.1.59-065-workqueue-Override-implicit-ordered-attribute-.patch - patches.kernel.org/6.1.59-066-tcp-enforce-receive-buffer-memory-limits-by-al.patch - patches.kernel.org/6.1.59-067-dmaengine-stm32-mdma-abort-resume-if-no-ongoin.patch - patches.kernel.org/6.1.59-068-dmaengine-stm32-dma-fix-stm32_dma_prep_slave_s.patch - patches.kernel.org/6.1.59-069-dmaengine-stm32-dma-fix-residue-in-case-of-MDM.patch - patches.kernel.org/6.1.59-070-dmaengine-stm32-mdma-use-Link-Address-Register.patch - patches.kernel.org/6.1.59-071-dmaengine-stm32-mdma-set-in_flight_bytes-in-ca.patch - patches.kernel.org/6.1.59-072-usb-xhci-xhci-ring-Use-sysdev-for-mapping-boun.patch - patches.kernel.org/6.1.59-073-net-usb-dm9601-fix-uninitialized-variable-use-.patch - patches.kernel.org/6.1.59-074-usb-dwc3-Soft-reset-phy-on-probe-for-host.patch - patches.kernel.org/6.1.59-075-usb-cdns3-Modify-the-return-value-of-cdns_set_.patch - patches.kernel.org/6.1.59-076-usb-hub-Guard-against-accesses-to-uninitialize.patch - patches.kernel.org/6.1.59-077-usb-musb-Get-the-musb_qh-poniter-after-musb_gi.patch - patches.kernel.org/6.1.59-078-usb-musb-Modify-the-HWVers-register-address.patch - patches.kernel.org/6.1.59-079-iio-pressure-bmp280-Fix-NULL-pointer-exception.patch - patches.kernel.org/6.1.59-080-iio-imu-bno055-Fix-missing-Kconfig-dependencie.patch - patches.kernel.org/6.1.59-081-iio-adc-imx8qxp-Fix-address-for-command-buffer.patch - patches.kernel.org/6.1.59-082-iio-dac-ad3552r-Correct-device-IDs.patch - patches.kernel.org/6.1.59-083-iio-admv1013-add-mixer_vgate-corner-cases.patch - patches.kernel.org/6.1.59-084-iio-pressure-dps310-Adjust-Timeout-Settings.patch - patches.kernel.org/6.1.59-085-iio-pressure-ms5611-ms5611_prom_is_valid-false.patch - patches.kernel.org/6.1.59-086-iio-addac-Kconfig-update-ad74413r-selections.patch - patches.kernel.org/6.1.59-087-arm64-dts-mediatek-mt8195-demo-fix-the-memory-.patch - patches.kernel.org/6.1.59-088-arm64-dts-mediatek-mt8195-demo-update-and-reor.patch - patches.kernel.org/6.1.59-089-drm-atomic-helper-relax-unregistered-connector.patch - patches.kernel.org/6.1.59-090-drm-amdgpu-add-missing-NULL-check.patch - patches.kernel.org/6.1.59-091-drm-amd-display-Don-t-set-dpms_off-for-seamles.patch - patches.kernel.org/6.1.59-092-ACPI-resource-Skip-IRQ-override-on-ASUS-Expert.patch - patches.kernel.org/6.1.59-093-ACPI-EC-Add-quirk-for-the-HP-Pavilion-Gaming-1.patch - patches.kernel.org/6.1.59-094-ksmbd-not-allow-to-open-file-if-delelete-on-cl.patch - patches.kernel.org/6.1.59-095-perf-x86-lbr-Filter-vsyscall-addresses.patch - patches.kernel.org/6.1.59-096-x86-cpu-Fix-AMD-erratum-1485-on-Zen4-based-CPU.patch - patches.kernel.org/6.1.59-097-mcb-remove-is_added-flag-from-mcb_device-struc.patch - patches.kernel.org/6.1.59-098-thunderbolt-Workaround-an-IOMMU-fault-on-certa.patch - patches.kernel.org/6.1.59-099-thunderbolt-Check-that-lane-1-is-in-CL0-before.patch - patches.kernel.org/6.1.59-100-thunderbolt-Restart-XDomain-discovery-handshak.patch - patches.kernel.org/6.1.59-101-powerpc-47x-Fix-47x-syscall-return-crash.patch - patches.kernel.org/6.1.59-102-libceph-use-kernel_connect.patch - patches.kernel.org/6.1.59-103-ceph-fix-incorrect-revoked-caps-assert-in-ceph.patch - patches.kernel.org/6.1.59-104-ceph-fix-type-promotion-bug-on-32bit-systems.patch - patches.kernel.org/6.1.59-105-Input-powermate-fix-use-after-free-in-powermat.patch - patches.kernel.org/6.1.59-106-Input-psmouse-fix-fast_reconnect-function-for-.patch - patches.kernel.org/6.1.59-107-Input-xpad-add-PXN-V900-support.patch - patches.kernel.org/6.1.59-108-Input-i8042-add-Fujitsu-Lifebook-E5411-to-i804.patch - patches.kernel.org/6.1.59-109-Input-goodix-ensure-int-GPIO-is-in-input-for-g.patch - patches.kernel.org/6.1.59-110-tee-amdtee-fix-use-after-free-vulnerability-in.patch - patches.kernel.org/6.1.59-111-mctp-perform-route-lookups-under-a-RCU-read-si.patch - patches.kernel.org/6.1.59-112-nfp-flower-avoid-rmmod-nfp-crash-issues.patch - patches.kernel.org/6.1.59-113-usb-typec-ucsi-Use-GET_CAPABILITY-attributes-d.patch - patches.kernel.org/6.1.59-114-cgroup-Remove-duplicates-in-cgroup-v1-tasks-fi.patch - patches.kernel.org/6.1.59-115-dma-buf-add-dma_fence_timestamp-helper.patch - patches.kernel.org/6.1.59-116-pinctrl-avoid-unsafe-code-pattern-in-find_pinc.patch - patches.kernel.org/6.1.59-117-scsi-ufs-core-Correct-clear-TM-error-log.patch - patches.kernel.org/6.1.59-118-counter-chrdev-fix-getting-array-extensions.patch - patches.kernel.org/6.1.59-119-counter-microchip-tcb-capture-Fix-the-use-of-i.patch - patches.kernel.org/6.1.59-120-usb-typec-altmodes-displayport-Signal-hpd-low-.patch - patches.kernel.org/6.1.59-121-usb-typec-ucsi-Clear-EVENT_PENDING-bit-if-ucsi.patch - patches.kernel.org/6.1.59-122-usb-gadget-udc-xilinx-replace-memcpy-with-memc.patch - patches.kernel.org/6.1.59-123-usb-gadget-ncm-Handle-decoding-of-multiple-NTB.patch - patches.kernel.org/6.1.59-124-usb-cdnsp-Fixes-issue-with-dequeuing-not-queue.patch - patches.kernel.org/6.1.59-125-x86-alternatives-Disable-KASAN-in-apply_altern.patch - patches.kernel.org/6.1.59-126-dmaengine-idxd-use-spin_lock_irqsave-before-wa.patch - patches.kernel.org/6.1.59-127-dmaengine-mediatek-Fix-deadlock-caused-by-sync.patch - patches.kernel.org/6.1.59-128-powerpc-8xx-Fix-pte_access_permitted-for-PAGE_.patch - patches.kernel.org/6.1.59-129-powerpc-64e-Fix-wrong-test-in-__ptep_test_and_.patch - patches.kernel.org/6.1.59-130-ALSA-hda-realtek-Fixed-two-speaker-platform.patch - patches.kernel.org/6.1.59-131-Linux-6.1.59.patch - patches.kernel.org/6.1.60-001-lib-Kconfig.debug-do-not-enable-DEBUG_PREEMPT-.patch - patches.kernel.org/6.1.60-002-igc-remove-I226-Qbv-BaseTime-restriction.patch - patches.kernel.org/6.1.60-003-igc-enable-Qbv-configuration-for-2nd-GCL.patch - patches.kernel.org/6.1.60-004-igc-Remove-reset-adapter-task-for-i226-during-.patch - patches.kernel.org/6.1.60-005-igc-Add-qbv_config_change_errors-counter.patch - patches.kernel.org/6.1.60-006-igc-Add-condition-for-qbv_config_change_errors.patch - patches.kernel.org/6.1.60-007-igc-Fix-race-condition-in-PTP-tx-code.patch - patches.kernel.org/6.1.60-008-Bluetooth-hci_event-Ignore-NULL-link-key.patch - patches.kernel.org/6.1.60-009-Bluetooth-Reject-connection-with-the-device-wh.patch - patches.kernel.org/6.1.60-010-Bluetooth-Fix-a-refcnt-underflow-problem-for-h.patch - patches.kernel.org/6.1.60-011-Bluetooth-vhci-Fix-race-when-opening-vhci-devi.patch - patches.kernel.org/6.1.60-012-Bluetooth-hci_event-Fix-coding-style.patch - patches.kernel.org/6.1.60-013-Bluetooth-avoid-memcmp-out-of-bounds-warning.patch - patches.kernel.org/6.1.60-014-ice-fix-over-shifted-variable.patch - patches.kernel.org/6.1.60-015-ice-reset-first-in-crash-dump-kernels.patch - patches.kernel.org/6.1.60-016-net-smc-return-the-right-falback-reason-when-p.patch - patches.kernel.org/6.1.60-017-btrfs-fix-stripe-length-calculation-for-non-zo.patch - patches.kernel.org/6.1.60-018-nfc-nci-fix-possible-NULL-pointer-dereference-.patch - patches.kernel.org/6.1.60-019-regmap-fix-NULL-deref-on-lookup.patch - patches.kernel.org/6.1.60-020-KVM-x86-Mask-LVTPC-when-handling-a-PMI.patch - patches.kernel.org/6.1.60-021-x86-sev-Disable-MMIO-emulation-from-user-mode.patch - patches.kernel.org/6.1.60-022-x86-sev-Check-IOBM-for-IOIO-exceptions-from-us.patch - patches.kernel.org/6.1.60-023-x86-sev-Check-for-user-space-IOIO-pointing-to-.patch - patches.kernel.org/6.1.60-024-x86-fpu-Allow-caller-to-constrain-xfeatures-wh.patch - patches.kernel.org/6.1.60-025-KVM-x86-Constrain-guest-supported-xfeatures-on.patch - patches.kernel.org/6.1.60-026-x86-KVM-SVM-add-support-for-Invalid-IPI-Vector.patch - patches.kernel.org/6.1.60-027-x86-KVM-SVM-refresh-AVIC-inhibition-in-svm_lea.patch - patches.kernel.org/6.1.60-028-audit-io_uring-io_uring-openat-triggers-audit-.patch - patches.kernel.org/6.1.60-029-tcp-check-mptcp-level-constraints-for-backlog-.patch - patches.kernel.org/6.1.60-030-mptcp-more-conservative-check-for-zero-probes.patch - patches.kernel.org/6.1.60-031-fs-ntfs3-Fix-possible-null-pointer-dereference.patch - patches.kernel.org/6.1.60-032-fs-ntfs3-fix-panic-about-slab-out-of-bounds-ca.patch - patches.kernel.org/6.1.60-033-fs-ntfs3-fix-deadlock-in-mark_as_free_ex.patch - patches.kernel.org/6.1.60-034-netfilter-nft_payload-fix-wrong-mac-header-mat.patch - patches.kernel.org/6.1.60-035-nvmet-tcp-Fix-a-possible-UAF-in-queue-intializ.patch - patches.kernel.org/6.1.60-036-drm-i915-Retry-gtt-fault-when-out-of-fence-reg.patch - patches.kernel.org/6.1.60-037-drm-mediatek-Correctly-free-sg_table-in-gem-pr.patch - patches.kernel.org/6.1.60-038-ALSA-hda-realtek-Fixed-ASUS-platform-headset-M.patch - patches.kernel.org/6.1.60-039-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GU603Z.patch - patches.kernel.org/6.1.60-040-ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-.patch - patches.kernel.org/6.1.60-041-ASoC-codecs-wcd938x-sdw-fix-use-after-free-on-.patch - patches.kernel.org/6.1.60-042-ASoC-codecs-wcd938x-sdw-fix-runtime-PM-imbalan.patch - patches.kernel.org/6.1.60-043-ASoC-codecs-wcd938x-drop-bogus-bind-error-hand.patch - patches.kernel.org/6.1.60-044-ASoC-codecs-wcd938x-fix-unbind-tear-down-order.patch - patches.kernel.org/6.1.60-045-ASoC-codecs-wcd938x-fix-resource-leaks-on-bind.patch - patches.kernel.org/6.1.60-046-qed-fix-LL2-RX-buffer-allocation.patch - patches.kernel.org/6.1.60-047-xfrm-fix-a-data-race-in-xfrm_lookup_with_ifid.patch - patches.kernel.org/6.1.60-048-xfrm-fix-a-data-race-in-xfrm_gen_index.patch - patches.kernel.org/6.1.60-049-xfrm-interface-use-DEV_STATS_INC.patch - patches.kernel.org/6.1.60-050-wifi-cfg80211-use-system_unbound_wq-for-wiphy-.patch - patches.kernel.org/6.1.60-051-net-ipv4-fix-return-value-check-in-esp_remove_.patch - patches.kernel.org/6.1.60-052-net-ipv6-fix-return-value-check-in-esp_remove_.patch - patches.kernel.org/6.1.60-053-net-rfkill-gpio-prevent-value-glitch-during-pr.patch - patches.kernel.org/6.1.60-054-tcp-fix-excessive-TLP-and-RACK-timeouts-from-H.patch - patches.kernel.org/6.1.60-055-tcp-tsq-relax-tcp_small_queue_check-when-rtx-q.patch - patches.kernel.org/6.1.60-056-tcp-Fix-listen-warning-with-v4-mapped-v6-addre.patch - patches.kernel.org/6.1.60-057-tun-prevent-negative-ifindex.patch - patches.kernel.org/6.1.60-058-ipv4-fib-annotate-races-around-nh-nh_saddr_gen.patch - patches.kernel.org/6.1.60-059-net-usb-smsc95xx-Fix-an-error-code-in-smsc95xx.patch - patches.kernel.org/6.1.60-060-octeon_ep-update-BQL-sent-bytes-before-ringing.patch - patches.kernel.org/6.1.60-061-i40e-prevent-crash-on-probe-if-hw-registers-ha.patch - patches.kernel.org/6.1.60-062-net-dsa-bcm_sf2-Fix-possible-memory-leak-in-bc.patch - patches.kernel.org/6.1.60-063-bonding-Return-pointer-to-data-after-pull-on-s.patch - patches.kernel.org/6.1.60-064-net-sched-sch_hfsc-upgrade-rt-to-sc-when-it-be.patch - patches.kernel.org/6.1.60-065-neighbor-tracing-Move-pin6-inside-CONFIG_IPV6-.patch - patches.kernel.org/6.1.60-066-selftests-openvswitch-Catch-cases-where-the-te.patch - patches.kernel.org/6.1.60-067-selftests-netfilter-Run-nft_audit.sh-in-its-ow.patch - patches.kernel.org/6.1.60-068-netfilter-nft_set_rbtree-.deactivate-fails-if-.patch - patches.kernel.org/6.1.60-069-netlink-Correct-offload_xstats-size.patch - patches.kernel.org/6.1.60-070-netfilter-nf_tables-do-not-remove-elements-if-.patch - patches.kernel.org/6.1.60-071-netfilter-nf_tables-revert-do-not-remove-eleme.patch - patches.kernel.org/6.1.60-072-net-phy-bcm7xxx-Add-missing-16nm-EPHY-statisti.patch - patches.kernel.org/6.1.60-073-net-pktgen-Fix-interface-flags-printing.patch - patches.kernel.org/6.1.60-074-net-avoid-UAF-on-deleted-altname.patch - patches.kernel.org/6.1.60-075-net-fix-ifname-in-netlink-ntf-during-netns-mov.patch - patches.kernel.org/6.1.60-076-net-check-for-altname-conflicts-when-changing-.patch - patches.kernel.org/6.1.60-077-selftests-mm-fix-awk-usage-in-charge_reserved_.patch - patches.kernel.org/6.1.60-078-usb-misc-onboard_usb_hub-add-Genesys-Logic-GL8.patch - patches.kernel.org/6.1.60-079-usb-misc-onboard_usb_hub-add-Genesys-Logic-GL8.patch - patches.kernel.org/6.1.60-080-usb-misc-onboard_usb_hub-add-Genesys-Logic-GL3.patch - patches.kernel.org/6.1.60-081-usb-misc-onboard_hub-add-support-for-Microchip.patch - patches.kernel.org/6.1.60-082-serial-Move-uart_change_speed-earlier.patch - patches.kernel.org/6.1.60-083-serial-Rename-uart_change_speed-to-uart_change.patch - patches.kernel.org/6.1.60-084-serial-Reduce-spinlocked-portion-of-uart_rs485.patch - patches.kernel.org/6.1.60-085-serial-8250-omap-Fix-imprecise-external-abort-.patch - patches.kernel.org/6.1.60-086-serial-8250_omap-Fix-errors-with-no_console_su.patch - patches.kernel.org/6.1.60-087-iio-core-introduce-iio_device_-claim-release-_.patch - patches.kernel.org/6.1.60-088-iio-cros_ec-fix-an-use-after-free-in-cros_ec_s.patch - patches.kernel.org/6.1.60-089-iio-adc-ad7192-Simplify-using-devm_regulator_g.patch - patches.kernel.org/6.1.60-090-iio-adc-ad7192-Correct-reference-voltage.patch - patches.kernel.org/6.1.60-091-pwr-mlxbf-extend-Kconfig-to-include-gpio-mlxbf.patch - patches.kernel.org/6.1.60-092-ARM-dts-ti-omap-Fix-noisy-serial-with-overrun-.patch - patches.kernel.org/6.1.60-093-fs-writeback-do-not-requeue-a-clean-inode-havi.patch - patches.kernel.org/6.1.60-094-btrfs-prevent-transaction-block-reserve-underf.patch - patches.kernel.org/6.1.60-095-btrfs-return-EUCLEAN-for-delayed-tree-ref-with.patch - patches.kernel.org/6.1.60-096-btrfs-initialize-start_slot-in-btrfs_log_preal.patch - patches.kernel.org/6.1.60-097-i2c-mux-Avoid-potential-false-error-message-in.patch - patches.kernel.org/6.1.60-098-overlayfs-set-ctime-when-setting-mtime-and-ati.patch - patches.kernel.org/6.1.60-099-gpio-timberdale-Fix-potential-deadlock-on-tgpi.patch - patches.kernel.org/6.1.60-100-ata-libata-core-Fix-compilation-warning-in-ata.patch - patches.kernel.org/6.1.60-101-ata-libata-eh-Fix-compilation-warning-in-ata_e.patch - patches.kernel.org/6.1.60-102-tracing-relax-trace_event_eval_update-executio.patch - patches.kernel.org/6.1.60-103-wifi-mwifiex-Sanity-check-tlv_len-and-tlv_bitm.patch - patches.kernel.org/6.1.60-104-wifi-iwlwifi-Ensure-ack-flag-is-properly-clear.patch - patches.kernel.org/6.1.60-105-HID-logitech-hidpp-Add-Bluetooth-ID-for-the-Lo.patch - patches.kernel.org/6.1.60-106-HID-holtek-fix-slab-out-of-bounds-Write-in-hol.patch - patches.kernel.org/6.1.60-107-Bluetooth-btusb-add-shutdown-function-for-QCA6.patch - patches.kernel.org/6.1.60-108-Bluetooth-Avoid-redundant-authentication.patch - patches.kernel.org/6.1.60-109-Bluetooth-hci_core-Fix-build-warnings.patch - patches.kernel.org/6.1.60-110-wifi-cfg80211-Fix-6GHz-scan-configuration.patch - patches.kernel.org/6.1.60-111-wifi-mac80211-work-around-Cisco-AP-9115-VHT-MP.patch - patches.kernel.org/6.1.60-112-wifi-mac80211-allow-transmitting-EAPOL-frames-.patch - patches.kernel.org/6.1.60-113-wifi-cfg80211-avoid-leaking-stack-data-into-tr.patch - patches.kernel.org/6.1.60-114-regulator-core-Revert-fix-kobject-release-warn.patch - patches.kernel.org/6.1.60-115-sky2-Make-sure-there-is-at-least-one-frag_addr.patch - patches.kernel.org/6.1.60-116-ipv4-fib-send-notify-when-delete-source-addres.patch - patches.kernel.org/6.1.60-117-drm-panel-orientation-quirks-Add-quirk-for-One.patch - patches.kernel.org/6.1.60-118-btrfs-fix-some-Wmaybe-uninitialized-warnings-i.patch - patches.kernel.org/6.1.60-119-btrfs-error-out-when-COWing-block-using-a-stal.patch - patches.kernel.org/6.1.60-120-btrfs-error-when-COWing-block-from-a-root-that.patch - patches.kernel.org/6.1.60-121-btrfs-error-out-when-reallocating-block-for-de.patch - patches.kernel.org/6.1.60-122-drm-amd-pm-add-unique_id-for-gc-11.0.3.patch - patches.kernel.org/6.1.60-123-HID-multitouch-Add-required-quirk-for-Synaptic.patch - patches.kernel.org/6.1.60-124-HID-nintendo-reinitialize-USB-Pro-Controller-a.patch - patches.kernel.org/6.1.60-125-platform-x86-touchscreen_dmi-Add-info-for-the-.patch - patches.kernel.org/6.1.60-126-cpufreq-schedutil-Update-next_freq-when-cpufre.patch - patches.kernel.org/6.1.60-127-fprobe-Pass-entry_data-to-handlers.patch - patches.kernel.org/6.1.60-128-fprobe-Add-nr_maxactive-to-specify-rethook_nod.patch - patches.kernel.org/6.1.60-129-fprobe-Fix-to-ensure-the-number-of-active-retp.patch - patches.kernel.org/6.1.60-130-net-xfrm-skip-policies-marked-as-dead-while-re.patch - patches.kernel.org/6.1.60-131-xfrm6-fix-inet6_dev-refcount-underflow-problem.patch - patches.kernel.org/6.1.60-132-net-mlx5-E-switch-register-event-handler-befor.patch - patches.kernel.org/6.1.60-133-net-mlx5-Handle-fw-tracer-change-ownership-eve.patch - patches.kernel.org/6.1.60-134-net-mlx5e-Don-t-offload-internal-port-if-filte.patch - patches.kernel.org/6.1.60-135-net-tls-split-tls_rx_reader_lock.patch - patches.kernel.org/6.1.60-136-tcp-allow-again-tcp_disconnect-when-threads-ar.patch - patches.kernel.org/6.1.60-137-ice-Remove-redundant-pci_enable_pcie_error_rep.patch - patches.kernel.org/6.1.60-138-Bluetooth-hci_event-Fix-using-memcmp-when-comp.patch - patches.kernel.org/6.1.60-139-selftests-openvswitch-Add-version-check-for-py.patch - patches.kernel.org/6.1.60-140-tcp_bpf-properly-release-resources-on-error-pa.patch - patches.kernel.org/6.1.60-141-net-smc-fix-smc-clc-failed-issue-when-netdevic.patch - patches.kernel.org/6.1.60-142-mtd-rawnand-qcom-Unmap-the-right-resource-upon.patch - patches.kernel.org/6.1.60-143-mtd-rawnand-pl353-Ensure-program-page-operatio.patch - patches.kernel.org/6.1.60-144-mtd-rawnand-marvell-Ensure-program-page-operat.patch - patches.kernel.org/6.1.60-145-mtd-rawnand-arasan-Ensure-program-page-operati.patch - patches.kernel.org/6.1.60-146-mtd-spinand-micron-correct-bitmask-for-ecc-sta.patch - patches.kernel.org/6.1.60-147-mtd-physmap-core-Restore-map_rom-fallback.patch - patches.kernel.org/6.1.60-148-dt-bindings-mmc-sdhci-msm-correct-minimum-numb.patch - patches.kernel.org/6.1.60-149-mmc-sdhci-pci-gli-fix-LPM-negotiation-so-x86-S.patch - patches.kernel.org/6.1.60-150-mmc-mtk-sd-Use-readl_poll_timeout_atomic-in-ms.patch - patches.kernel.org/6.1.60-151-mmc-core-sdio-hold-retuning-if-sdio-in-1-bit-m.patch - patches.kernel.org/6.1.60-152-mmc-core-Capture-correct-oemid-bits-for-eMMC-c.patch - patches.kernel.org/6.1.60-153-Revert-pinctrl-avoid-unsafe-code-pattern-in-fi.patch - patches.kernel.org/6.1.60-154-pNFS-Fix-a-hang-in-nfs4_evict_inode.patch - patches.kernel.org/6.1.60-155-pNFS-flexfiles-Check-the-layout-validity-in-ff.patch - patches.kernel.org/6.1.60-156-NFSv4.1-fixup-use-EXCHGID4_FLAG_USE_PNFS_DS-fo.patch - patches.kernel.org/6.1.60-157-ACPI-irq-Fix-incorrect-return-value-in-acpi_re.patch - patches.kernel.org/6.1.60-158-nfs42-client-needs-to-strip-file-mode-s-suid-s.patch - patches.kernel.org/6.1.60-159-nvme-sanitize-metadata-bounce-buffer-for-reads.patch - patches.kernel.org/6.1.60-160-nvme-pci-add-BOGUS_NID-for-Intel-0a54-device.patch - patches.kernel.org/6.1.60-161-nvmet-auth-complete-a-request-only-after-freei.patch - patches.kernel.org/6.1.60-162-nvme-rdma-do-not-try-to-stop-unallocated-queue.patch - patches.kernel.org/6.1.60-163-KVM-x86-mmu-Stop-zapping-invalidated-TDP-MMU-r.patch - patches.kernel.org/6.1.60-164-HID-input-map-battery-system-charging.patch - patches.kernel.org/6.1.60-165-USB-serial-option-add-Telit-LE910C4-WWX-0x1035.patch - patches.kernel.org/6.1.60-166-USB-serial-option-add-entry-for-Sierra-EM9191-.patch - patches.kernel.org/6.1.60-167-USB-serial-option-add-Fibocom-to-DELL-custom-m.patch - patches.kernel.org/6.1.60-168-perf-Disallow-mis-matched-inherited-group-read.patch - patches.kernel.org/6.1.60-169-s390-pci-fix-iommu-bitmap-allocation.patch - patches.kernel.org/6.1.60-170-selftests-ftrace-Add-new-test-case-which-check.patch - patches.kernel.org/6.1.60-171-s390-cio-fix-a-memleak-in-css_alloc_subchannel.patch - patches.kernel.org/6.1.60-172-platform-surface-platform_profile-Propagate-er.patch - patches.kernel.org/6.1.60-173-platform-x86-intel-uncore-freq-Conditionally-c.patch - patches.kernel.org/6.1.60-174-platform-x86-asus-wmi-Change-ASUS_WMI_BRN_DOWN.patch - patches.kernel.org/6.1.60-175-platform-x86-asus-wmi-Only-map-brightness-code.patch - patches.kernel.org/6.1.60-176-platform-x86-asus-wmi-Map-0x2a-code-Ignore-0x2.patch - patches.kernel.org/6.1.60-177-gpio-vf610-set-value-before-the-direction-to-a.patch - patches.kernel.org/6.1.60-178-ASoC-pxa-fix-a-memory-leak-in-probe.patch - patches.kernel.org/6.1.60-179-drm-bridge-ti-sn65dsi86-Associate-DSI-device-l.patch - patches.kernel.org/6.1.60-180-serial-8250-omap-Move-uart_write-inside-PM-sec.patch - patches.kernel.org/6.1.60-181-serial-8250-omap-convert-to-modern-PM-ops.patch - patches.kernel.org/6.1.60-182-kallsyms-Reduce-the-memory-occupied-by-kallsym.patch - patches.kernel.org/6.1.60-183-kallsyms-Add-helper-kallsyms_on_each_match_sym.patch - patches.kernel.org/6.1.60-184-tracing-kprobes-Return-EADDRNOTAVAIL-when-func.patch - patches.kernel.org/6.1.60-185-gpio-vf610-make-irq_chip-immutable.patch - patches.kernel.org/6.1.60-186-gpio-vf610-mask-the-gpio-irq-in-system-suspend.patch - patches.kernel.org/6.1.60-187-phy-mapphone-mdm6600-Fix-runtime-disable-on-pr.patch - patches.kernel.org/6.1.60-188-phy-mapphone-mdm6600-Fix-runtime-PM-for-remove.patch - patches.kernel.org/6.1.60-189-phy-mapphone-mdm6600-Fix-pinctrl_pm-handling-f.patch - patches.kernel.org/6.1.60-190-net-move-altnames-together-with-the-netdevice.patch - patches.kernel.org/6.1.60-191-Bluetooth-hci_sock-fix-slab-oob-read-in-create.patch - patches.kernel.org/6.1.60-192-Bluetooth-hci_sock-Correctly-bounds-check-and-.patch - patches.kernel.org/6.1.60-193-mptcp-avoid-sending-RST-when-closing-the-initi.patch - patches.kernel.org/6.1.60-194-selftests-mptcp-join-correctly-check-for-no-RS.patch - patches.kernel.org/6.1.60-195-selftests-mptcp-join-no-RST-when-rm-subflow-ad.patch - patches.kernel.org/6.1.60-196-Linux-6.1.60.patch - patches.kernel.org/6.1.61-001-KVM-x86-pmu-Truncate-counter-value-to-allowed-.patch - patches.kernel.org/6.1.61-002-mmc-core-Align-to-common-busy-polling-behaviou.patch - patches.kernel.org/6.1.61-003-mmc-block-ioctl-do-write-error-check-for-spi.patch - patches.kernel.org/6.1.61-004-mmc-core-Fix-error-propagation-for-some-ioctl-.patch - patches.kernel.org/6.1.61-005-ASoC-codecs-wcd938x-Convert-to-platform-remove.patch - patches.kernel.org/6.1.61-006-ASoC-codecs-wcd938x-Simplify-with-dev_err_prob.patch - patches.kernel.org/6.1.61-007-ASoC-codecs-wcd938x-fix-regulator-leaks-on-pro.patch - patches.kernel.org/6.1.61-008-ASoC-codecs-wcd938x-fix-runtime-PM-imbalance-o.patch - patches.kernel.org/6.1.61-009-pinctrl-qcom-lpass-lpi-fix-concurrent-register.patch - patches.kernel.org/6.1.61-010-mcb-Return-actual-parsed-size-when-reading-cha.patch - patches.kernel.org/6.1.61-011-mcb-lpc-Reallocate-memory-region-to-avoid-memo.patch - patches.kernel.org/6.1.61-012-virtio_balloon-Fix-endless-deflation-and-infla.patch - patches.kernel.org/6.1.61-013-virtio-mmio-fix-memory-leak-of-vm_dev.patch - patches.kernel.org/6.1.61-014-virtio-crypto-handle-config-changed-by-work-qu.patch - patches.kernel.org/6.1.61-015-virtio_pci-fix-the-common-cfg-map-size.patch - patches.kernel.org/6.1.61-016-vsock-virtio-initialize-the_virtio_vsock-befor.patch - patches.kernel.org/6.1.61-017-vhost-Allow-null-msg.size-on-VHOST_IOTLB_INVAL.patch - patches.kernel.org/6.1.61-018-arm64-dts-rockchip-Add-i2s0-2ch-bus-bclk-off-p.patch - patches.kernel.org/6.1.61-019-arm64-dts-rockchip-Fix-i2s0-pin-conflict-on-RO.patch - patches.kernel.org/6.1.61-020-mm-fix-vm_brk_flags-to-not-bail-out-while-hold.patch - patches.kernel.org/6.1.61-021-hugetlbfs-clear-resv_map-pointer-if-mmap-fails.patch - patches.kernel.org/6.1.61-022-mm-page_alloc-correct-start-page-when-guard-pa.patch - patches.kernel.org/6.1.61-023-mm-migrate-fix-do_pages_move-for-compat-pointe.patch - patches.kernel.org/6.1.61-024-hugetlbfs-extend-hugetlb_vma_lock-to-private-V.patch - patches.kernel.org/6.1.61-025-maple_tree-add-GFP_KERNEL-to-allocations-in-ma.patch - patches.kernel.org/6.1.61-026-nfsd-lock_rename-needs-both-directories-to-liv.patch - patches.kernel.org/6.1.61-027-drm-i915-pmu-Check-if-pmu-is-closed-before-sto.patch - patches.kernel.org/6.1.61-028-drm-amd-Disable-ASPM-for-VI-w-all-Intel-system.patch - patches.kernel.org/6.1.61-029-drm-dp_mst-Fix-NULL-deref-in-get_mst_branch_de.patch - patches.kernel.org/6.1.61-030-ARM-OMAP-timer32K-fix-all-kernel-doc-warnings.patch - patches.kernel.org/6.1.61-031-firmware-imx-dsp-Fix-use_after_free-in-imx_dsp.patch - patches.kernel.org/6.1.61-032-clk-ti-Fix-missing-omap4-mcbsp-functional-cloc.patch - patches.kernel.org/6.1.61-033-clk-ti-Fix-missing-omap5-mcbsp-functional-cloc.patch - patches.kernel.org/6.1.61-034-r8169-fix-the-KCSAN-reported-data-race-in-rtl_.patch - patches.kernel.org/6.1.61-035-r8169-fix-the-KCSAN-reported-data-race-in-rtl_.patch - patches.kernel.org/6.1.61-036-r8169-fix-the-KCSAN-reported-data-race-in-rtl_.patch - patches.kernel.org/6.1.61-037-iavf-initialize-waitqueues-before-starting-wat.patch - patches.kernel.org/6.1.61-038-i40e-Fix-I40E_FLAG_VF_VLAN_PRUNING-value.patch - patches.kernel.org/6.1.61-039-treewide-Spelling-fix-in-comment.patch - patches.kernel.org/6.1.61-040-igb-Fix-potential-memory-leak-in-igb_add_ethto.patch - patches.kernel.org/6.1.61-041-neighbour-fix-various-data-races.patch - patches.kernel.org/6.1.61-042-igc-Fix-ambiguity-in-the-ethtool-advertising.patch - patches.kernel.org/6.1.61-043-net-ethernet-adi-adin1110-Fix-uninitialized-va.patch - patches.kernel.org/6.1.61-044-net-ieee802154-adf7242-Fix-some-potential-buff.patch - patches.kernel.org/6.1.61-045-net-usb-smsc95xx-Fix-uninit-value-access-in-sm.patch - patches.kernel.org/6.1.61-046-r8152-Increase-USB-control-msg-timeout-to-5000.patch - patches.kernel.org/6.1.61-047-r8152-Run-the-unload-routine-if-we-have-errors.patch - patches.kernel.org/6.1.61-048-r8152-Cancel-hw_phy_work-if-we-have-an-error-i.patch - patches.kernel.org/6.1.61-049-r8152-Release-firmware-if-we-have-an-error-in-.patch - patches.kernel.org/6.1.61-050-tcp-fix-wrong-RTO-timeout-when-received-SACK-r.patch - patches.kernel.org/6.1.61-051-gtp-uapi-fix-GTPA_MAX.patch - patches.kernel.org/6.1.61-052-gtp-fix-fragmentation-needed-check-with-gso.patch - patches.kernel.org/6.1.61-053-i40e-Fix-wrong-check-for-I40E_TXR_FLAGS_WB_ON_.patch - patches.kernel.org/6.1.61-054-drm-logicvc-Kconfig-select-REGMAP-and-REGMAP_M.patch - patches.kernel.org/6.1.61-055-iavf-in-iavf_down-disable-queues-when-removing.patch - patches.kernel.org/6.1.61-056-scsi-sd-Introduce-manage_shutdown-device-flag.patch - patches.kernel.org/6.1.61-057-blk-throttle-check-for-overflow-in-calculate_b.patch - patches.kernel.org/6.1.61-058-kasan-print-the-original-fault-addr-when-acces.patch - patches.kernel.org/6.1.61-059-io_uring-fdinfo-lock-SQ-thread-while-retrievin.patch - patches.kernel.org/6.1.61-060-iio-afe-rescale-Accept-only-offset-channels.patch - patches.kernel.org/6.1.61-061-iio-exynos-adc-request-second-interupt-only-wh.patch - patches.kernel.org/6.1.61-062-iio-adc-xilinx-xadc-Don-t-clobber-preset-volta.patch - patches.kernel.org/6.1.61-063-iio-adc-xilinx-xadc-Correct-temperature-offset.patch - patches.kernel.org/6.1.61-064-i2c-muxes-i2c-mux-pinctrl-Use-of_get_i2c_adapt.patch - patches.kernel.org/6.1.61-065-i2c-muxes-i2c-mux-gpmux-Use-of_get_i2c_adapter.patch - patches.kernel.org/6.1.61-066-i2c-muxes-i2c-demux-pinctrl-Use-of_get_i2c_ada.patch - patches.kernel.org/6.1.61-067-i2c-stm32f7-Fix-PEC-handling-in-case-of-SMBUS-.patch - patches.kernel.org/6.1.61-068-i2c-aspeed-Fix-i2c-bus-hang-in-slave-read.patch - patches.kernel.org/6.1.61-069-tracing-kprobes-Fix-the-description-of-variabl.patch - patches.kernel.org/6.1.61-070-misc-fastrpc-Reset-metadata-buffer-to-avoid-in.patch - patches.kernel.org/6.1.61-071-misc-fastrpc-Free-DMA-handles-for-RPC-calls-wi.patch - patches.kernel.org/6.1.61-072-misc-fastrpc-Clean-buffers-on-remote-invocatio.patch - patches.kernel.org/6.1.61-073-misc-fastrpc-Unmap-only-if-buffer-is-unmapped-.patch - patches.kernel.org/6.1.61-074-nvmem-imx-correct-nregs-for-i.MX6ULL.patch - patches.kernel.org/6.1.61-075-nvmem-imx-correct-nregs-for-i.MX6SLL.patch - patches.kernel.org/6.1.61-076-nvmem-imx-correct-nregs-for-i.MX6UL.patch - patches.kernel.org/6.1.61-077-x86-i8259-Skip-probing-when-ACPI-MADT-advertis.patch - patches.kernel.org/6.1.61-078-x86-cpu-Add-model-number-for-Intel-Arrow-Lake-.patch - patches.kernel.org/6.1.61-079-perf-core-Fix-potential-NULL-deref.patch - patches.kernel.org/6.1.61-080-sparc32-fix-a-braino-in-fault-handling-in-csum.patch - patches.kernel.org/6.1.61-081-clk-Sanitize-possible_parent_show-to-Handle-Re.patch - patches.kernel.org/6.1.61-082-platform-x86-Add-s2idle-quirk-for-more-Lenovo-.patch - patches.kernel.org/6.1.61-083-ext4-add-two-helper-functions-extent_logical_e.patch - patches.kernel.org/6.1.61-084-ext4-fix-BUG-in-ext4_mb_new_inode_pa-due-to-ov.patch - patches.kernel.org/6.1.61-085-ext4-avoid-overlapping-preallocations-due-to-o.patch - patches.kernel.org/6.1.61-086-objtool-x86-add-missing-embedded_insn-check.patch - patches.kernel.org/6.1.61-087-Linux-6.1.61.patch - patches.kernel.org/6.1.62-001-ASoC-simple-card-fixup-asoc_simple_probe-error.patch - patches.kernel.org/6.1.62-002-coresight-tmc-etr-Disable-warnings-for-allocat.patch - patches.kernel.org/6.1.62-003-ASoC-tlv320adc3xxx-BUG-Correct-micbias-setting.patch - patches.kernel.org/6.1.62-004-net-sched-cls_u32-Fix-allocation-size-in-u32_i.patch - patches.kernel.org/6.1.62-005-irqchip-riscv-intc-Mark-all-INTC-nodes-as-init.patch - patches.kernel.org/6.1.62-006-irqchip-stm32-exti-add-missing-DT-IRQ-flag-tra.patch - patches.kernel.org/6.1.62-007-dmaengine-ste_dma40-Fix-PM-disable-depth-imbal.patch - patches.kernel.org/6.1.62-008-powerpc-85xx-Fix-math-emulation-exception.patch - patches.kernel.org/6.1.62-009-Input-synaptics-rmi4-handle-reset-delay-when-u.patch - patches.kernel.org/6.1.62-010-fbdev-atyfb-only-use-ioremap_uc-on-i386-and-ia.patch - patches.kernel.org/6.1.62-011-fs-ntfs3-Add-ckeck-in-ni_update_parent.patch - patches.kernel.org/6.1.62-012-fs-ntfs3-Write-immediately-updated-ntfs-state.patch - patches.kernel.org/6.1.62-013-fs-ntfs3-Use-kvmalloc-instead-of-kmalloc-.-__G.patch - patches.kernel.org/6.1.62-014-fs-ntfs3-Fix-possible-NULL-ptr-deref-in-ni_rea.patch - patches.kernel.org/6.1.62-015-fs-ntfs3-Fix-NULL-pointer-dereference-on-error.patch - patches.kernel.org/6.1.62-016-fs-ntfs3-Fix-directory-element-type-detection.patch - patches.kernel.org/6.1.62-017-fs-ntfs3-Avoid-possible-memory-leak.patch - patches.kernel.org/6.1.62-018-spi-npcm-fiu-Fix-UMA-reads-when-dummy.nbytes-0.patch - patches.kernel.org/6.1.62-019-netfilter-nfnetlink_log-silence-bogus-compiler.patch - patches.kernel.org/6.1.62-020-efi-fix-memory-leak-in-krealloc-failure-handli.patch - patches.kernel.org/6.1.62-021-ASoC-rt5650-fix-the-wrong-result-of-key-button.patch - patches.kernel.org/6.1.62-022-ASoC-codecs-tas2780-Fix-log-of-failed-reset-vi.patch - patches.kernel.org/6.1.62-023-drm-ttm-Reorder-sys-manager-cleanup-step.patch - patches.kernel.org/6.1.62-024-fbdev-omapfb-fix-some-error-codes.patch - patches.kernel.org/6.1.62-025-fbdev-uvesafb-Call-cn_del_callback-at-the-end-.patch - patches.kernel.org/6.1.62-026-scsi-mpt3sas-Fix-in-error-path.patch - patches.kernel.org/6.1.62-027-drm-amdgpu-Unset-context-priority-is-now-inval.patch - patches.kernel.org/6.1.62-028-gpu-drm-Eliminate-DRM_SCHED_PRIORITY_UNSET.patch - patches.kernel.org/6.1.62-029-LoongArch-Export-symbol-invalid_pud_table-for-.patch - patches.kernel.org/6.1.62-030-LoongArch-Replace-kmap_atomic-with-kmap_local_.patch - patches.kernel.org/6.1.62-031-netfilter-nf_tables-audit-log-object-reset-onc.patch - patches.kernel.org/6.1.62-032-platform-mellanox-mlxbf-tmfifo-Fix-a-warning-m.patch - patches.kernel.org/6.1.62-033-drm-amdgpu-Reserve-fences-for-VM-update.patch - patches.kernel.org/6.1.62-034-net-chelsio-cxgb4-add-an-error-code-check-in-t.patch - patches.kernel.org/6.1.62-035-r8152-Check-for-unplug-in-rtl_phy_patch_reques.patch - patches.kernel.org/6.1.62-036-r8152-Check-for-unplug-in-r8153b_ups_en-r8153c.patch - patches.kernel.org/6.1.62-037-powerpc-mm-Fix-boot-crash-with-FLATMEM.patch - patches.kernel.org/6.1.62-038-io_uring-kiocb_done-should-not-trust-ki_pos-if.patch - patches.kernel.org/6.1.62-039-ceph_wait_on_conflict_unlink-grab-reference-be.patch - patches.kernel.org/6.1.62-040-power-supply-core-Use-blocking_notifier_call_c.patch - patches.kernel.org/6.1.62-041-perf-evlist-Avoid-frequency-mode-for-the-dummy.patch - patches.kernel.org/6.1.62-042-x86-KVM-SVM-always-update-the-x2avic-msr-inter.patch - patches.kernel.org/6.1.62-043-mm-mempolicy-fix-set_mempolicy_home_node-previ.patch - patches.kernel.org/6.1.62-044-mmap-fix-error-paths-with-dup_anon_vma.patch - patches.kernel.org/6.1.62-045-ALSA-usb-audio-add-quirk-flag-to-enable-native.patch - patches.kernel.org/6.1.62-046-PCI-Prevent-xHCI-driver-from-claiming-AMD-VanG.patch - patches.kernel.org/6.1.62-047-usb-storage-set-1.50-as-the-lower-bcdDevice-fo.patch - patches.kernel.org/6.1.62-048-usb-typec-tcpm-Fix-NULL-pointer-dereference-in.patch - patches.kernel.org/6.1.62-049-usb-raw-gadget-properly-handle-interrupted-req.patch - patches.kernel.org/6.1.62-050-tty-n_gsm-fix-race-condition-in-status-line-ch.patch - patches.kernel.org/6.1.62-051-tty-8250-Remove-UC-257-and-UC-431.patch - patches.kernel.org/6.1.62-052-tty-8250-Add-support-for-additional-Brainboxes.patch - patches.kernel.org/6.1.62-053-tty-8250-Add-support-for-Brainboxes-UP-cards.patch - patches.kernel.org/6.1.62-054-tty-8250-Add-support-for-Intashield-IS-100.patch - patches.kernel.org/6.1.62-055-tty-8250-Fix-port-count-of-PX-257.patch - patches.kernel.org/6.1.62-056-tty-8250-Fix-up-PX-803-PX-857.patch - patches.kernel.org/6.1.62-057-tty-8250-Add-support-for-additional-Brainboxes.patch - patches.kernel.org/6.1.62-058-tty-8250-Add-support-for-Intashield-IX-cards.patch - patches.kernel.org/6.1.62-059-tty-8250-Add-Brainboxes-Oxford-Semiconductor-b.patch - patches.kernel.org/6.1.62-060-misc-pci_endpoint_test-Add-deviceID-for-J721S2.patch - patches.kernel.org/6.1.62-061-ALSA-hda-intel-dsp-config-Fix-JSL-Chromebook-q.patch - patches.kernel.org/6.1.62-062-ASoC-SOF-sof-pci-dev-Fix-community-key-quirk-d.patch - patches.kernel.org/6.1.62-063-Linux-6.1.62.patch - patches.kernel.org/6.1.63-001-hwmon-nct6775-Fix-incorrect-variable-reuse-in-.patch - patches.kernel.org/6.1.63-002-sched-fair-Fix-cfs_rq_is_decayed-on-SMP.patch - patches.kernel.org/6.1.63-003-iov_iter-x86-Be-consistent-about-the-__user-ta.patch - patches.kernel.org/6.1.63-004-sched-uclamp-Set-max_spare_cap_cpu-even-if-max.patch - patches.kernel.org/6.1.63-005-sched-uclamp-Ignore-util-0-optimization-in-fee.patch - patches.kernel.org/6.1.63-006-objtool-Propagate-early-errors.patch - patches.kernel.org/6.1.63-007-sched-Fix-stop_one_cpu_nowait-vs-hotplug.patch - patches.kernel.org/6.1.63-008-vfs-fix-readahead-2-on-block-devices.patch - patches.kernel.org/6.1.63-009-writeback-cgroup-switch-inodes-with-dirty-time.patch - patches.kernel.org/6.1.63-010-x86-srso-Fix-SBPB-enablement-for-possible-futu.patch - patches.kernel.org/6.1.63-011-futex-Don-t-include-process-MM-in-futex-key-on.patch - patches.kernel.org/6.1.63-012-x86-numa-Introduce-numa_fill_memblks.patch - patches.kernel.org/6.1.63-013-ACPI-NUMA-Apply-SRAT-proximity-domain-to-entir.patch - patches.kernel.org/6.1.63-014-x86-sev-es-Allow-copy_from_kernel_nofault-in-e.patch - patches.kernel.org/6.1.63-015-x86-boot-Fix-incorrect-startup_gdt_descr.size.patch - patches.kernel.org/6.1.63-016-drivers-clocksource-timer-ti-dm-Don-t-call-clk.patch - patches.kernel.org/6.1.63-017-pstore-platform-Add-check-for-kstrdup.patch - patches.kernel.org/6.1.63-018-string-Adjust-strtomem-logic-to-allow-for-smal.patch - patches.kernel.org/6.1.63-019-genirq-matrix-Exclude-managed-interrupts-in-ir.patch - patches.kernel.org/6.1.63-020-wifi-cfg80211-add-flush-functions-for-wiphy-wo.patch - patches.kernel.org/6.1.63-021-wifi-mac80211-move-radar-detect-work-to-wiphy-.patch - patches.kernel.org/6.1.63-022-wifi-mac80211-move-scan-work-to-wiphy-work.patch - patches.kernel.org/6.1.63-023-wifi-mac80211-move-offchannel-works-to-wiphy-w.patch - patches.kernel.org/6.1.63-024-wifi-mac80211-move-sched-scan-stop-work-to-wip.patch - patches.kernel.org/6.1.63-025-wifi-mac80211-fix-of-MSDU-in-A-MSDU-calculatio.patch - patches.kernel.org/6.1.63-026-wifi-iwlwifi-honor-the-enable_ini-value.patch - patches.kernel.org/6.1.63-027-i40e-fix-potential-memory-leaks-in-i40e_remove.patch - patches.kernel.org/6.1.63-028-iavf-Fix-promiscuous-mode-configuration-flow-m.patch - patches.kernel.org/6.1.63-029-selftests-bpf-Correct-map_fd-to-data_fd-in-tai.patch - patches.kernel.org/6.1.63-030-udp-add-missing-WRITE_ONCE-around-up-encap_rcv.patch - patches.kernel.org/6.1.63-031-tcp-call-tcp_try_undo_recovery-when-an-RTOd-TF.patch - patches.kernel.org/6.1.63-032-gve-Use-size_add-in-call-to-struct_size.patch - patches.kernel.org/6.1.63-033-mlxsw-Use-size_mul-in-call-to-struct_size.patch - patches.kernel.org/6.1.63-034-tls-Only-use-data-field-in-crypto-completion-f.patch - patches.kernel.org/6.1.63-035-tls-Use-size_add-in-call-to-struct_size.patch - patches.kernel.org/6.1.63-036-tipc-Use-size_add-in-calls-to-struct_size.patch - patches.kernel.org/6.1.63-037-net-spider_net-Use-size_add-in-call-to-struct_.patch - patches.kernel.org/6.1.63-038-net-ethernet-mtk_wed-fix-EXT_INT_STATUS_RX_FBU.patch - patches.kernel.org/6.1.63-039-wifi-rtw88-debug-Fix-the-NULL-vs-IS_ERR-bug-fo.patch - patches.kernel.org/6.1.63-040-wifi-ath11k-fix-boot-failure-with-one-MSI-vect.patch - patches.kernel.org/6.1.63-041-wifi-mt76-mt7603-rework-fix-rx-pse-hang-check.patch - patches.kernel.org/6.1.63-042-wifi-mt76-mt7603-improve-watchdog-reset-reliab.patch - patches.kernel.org/6.1.63-043-wifi-mt76-mt7603-improve-stuck-beacon-handling.patch - patches.kernel.org/6.1.63-044-wifi-mt76-mt7915-fix-beamforming-availability-.patch - patches.kernel.org/6.1.63-045-wifi-ath-dfs_pattern_detector-Fix-a-memory-ini.patch - patches.kernel.org/6.1.63-046-tcp_metrics-add-missing-barriers-on-delete.patch - patches.kernel.org/6.1.63-047-tcp_metrics-properly-set-tp-snd_ssthresh-in-tc.patch - patches.kernel.org/6.1.63-048-tcp_metrics-do-not-create-an-entry-from-tcp_in.patch - patches.kernel.org/6.1.63-049-wifi-rtlwifi-fix-EDCA-limit-set-by-BT-coexiste.patch - patches.kernel.org/6.1.63-050-ACPI-property-Allow-_DSD-buffer-data-only-for-.patch - patches.kernel.org/6.1.63-051-ACPI-video-Add-acpi_backlight-vendor-quirk-for.patch - patches.kernel.org/6.1.63-052-wifi-ath11k-fix-Tx-power-value-during-active-C.patch - patches.kernel.org/6.1.63-053-can-dev-can_restart-don-t-crash-kernel-if-carr.patch - patches.kernel.org/6.1.63-054-can-dev-can_restart-fix-race-condition-between.patch - patches.kernel.org/6.1.63-055-can-dev-can_put_echo_skb-don-t-crash-kernel-if.patch - patches.kernel.org/6.1.63-056-PM-devfreq-rockchip-dfi-Make-pmu-regmap-mandat.patch - patches.kernel.org/6.1.63-057-wifi-wfx-fix-case-where-rates-are-out-of-order.patch - patches.kernel.org/6.1.63-058-netfilter-nf_tables-Drop-pointless-memset-when.patch - patches.kernel.org/6.1.63-059-thermal-core-prevent-potential-string-overflow.patch - patches.kernel.org/6.1.63-060-r8169-use-tp_to_dev-instead-of-open-code.patch - patches.kernel.org/6.1.63-061-r8169-fix-rare-issue-with-broken-rx-after-link.patch - patches.kernel.org/6.1.63-062-selftests-netfilter-test-for-sctp-collision-pr.patch - patches.kernel.org/6.1.63-063-net-skb_find_text-Ignore-patterns-extending-pa.patch - patches.kernel.org/6.1.63-064-chtls-fix-tp-rcv_tstamp-initialization.patch - patches.kernel.org/6.1.63-065-tcp-fix-cookie_init_timestamp-overflows.patch - patches.kernel.org/6.1.63-066-wifi-iwlwifi-call-napi_synchronize-before-free.patch - patches.kernel.org/6.1.63-067-wifi-iwlwifi-pcie-synchronize-IRQs-before-NAPI.patch - patches.kernel.org/6.1.63-068-wifi-iwlwifi-empty-overflow-queue-during-flush.patch - patches.kernel.org/6.1.63-069-Bluetooth-hci_sync-Fix-Opcode-prints-in-bt_dev.patch - patches.kernel.org/6.1.63-070-bpf-Fix-unnecessary-EBUSY-from-htab_lock_bucke.patch - patches.kernel.org/6.1.63-071-ACPI-sysfs-Fix-create_pnp_modalias-and-create_.patch - patches.kernel.org/6.1.63-072-ipv6-avoid-atomic-fragment-on-GSO-packets.patch - patches.kernel.org/6.1.63-073-net-add-DEV_STATS_READ-helper.patch - patches.kernel.org/6.1.63-074-ipvlan-properly-track-tx_errors.patch - patches.kernel.org/6.1.63-075-regmap-debugfs-Fix-a-erroneous-check-after-snp.patch - patches.kernel.org/6.1.63-076-spi-tegra-Fix-missing-IRQ-check-in-tegra_slink.patch - patches.kernel.org/6.1.63-077-clk-qcom-gcc-msm8996-Remove-RPM-bus-clocks.patch - patches.kernel.org/6.1.63-078-clk-qcom-clk-rcg2-Fix-clock-rate-overflow-for-.patch - patches.kernel.org/6.1.63-079-clk-qcom-mmcc-msm8998-Don-t-check-halt-bit-on-.patch - patches.kernel.org/6.1.63-080-clk-qcom-mmcc-msm8998-Fix-the-SMMU-GDSC.patch - patches.kernel.org/6.1.63-081-clk-qcom-gcc-sm8150-Fix-gcc_sdcc2_apps_clk_src.patch - patches.kernel.org/6.1.63-082-regulator-mt6358-Fail-probe-on-unknown-chip-ID.patch - patches.kernel.org/6.1.63-083-clk-imx-Select-MXC_CLK-for-CLK_IMX8QXP.patch - patches.kernel.org/6.1.63-084-clk-imx-imx8mq-correct-error-handling-path.patch - patches.kernel.org/6.1.63-085-clk-imx-imx8qxp-Fix-elcdif_pll-clock.patch - patches.kernel.org/6.1.63-086-clk-renesas-rcar-gen3-Extend-SDnH-divider-tabl.patch - patches.kernel.org/6.1.63-087-clk-renesas-rzg2l-Wait-for-status-bit-of-SD-mu.patch - patches.kernel.org/6.1.63-088-clk-renesas-rzg2l-Lock-around-writes-to-mux-re.patch - patches.kernel.org/6.1.63-089-clk-renesas-rzg2l-Trust-value-returned-by-hard.patch - patches.kernel.org/6.1.63-090-clk-renesas-rzg2l-Use-FIELD_GET-for-PLL-regist.patch - patches.kernel.org/6.1.63-091-clk-renesas-rzg2l-Fix-computation-formula.patch - patches.kernel.org/6.1.63-092-clk-linux-clk-provider.h-fix-kernel-doc-warnin.patch - patches.kernel.org/6.1.63-093-spi-nxp-fspi-use-the-correct-ioremap-function.patch - patches.kernel.org/6.1.63-094-clk-keystone-pll-fix-a-couple-NULL-vs-IS_ERR-c.patch - patches.kernel.org/6.1.63-095-clk-ti-change-ti_clk_register-_omap_hw-API.patch - patches.kernel.org/6.1.63-096-clk-ti-fix-double-free-in-of_ti_divider_clk_se.patch - patches.kernel.org/6.1.63-097-clk-npcm7xx-Fix-incorrect-kfree.patch - patches.kernel.org/6.1.63-098-clk-mediatek-clk-mt6765-Add-check-for-mtk_allo.patch - patches.kernel.org/6.1.63-099-clk-mediatek-clk-mt6779-Add-check-for-mtk_allo.patch - patches.kernel.org/6.1.63-100-clk-mediatek-clk-mt6797-Add-check-for-mtk_allo.patch - patches.kernel.org/6.1.63-101-clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_.patch - patches.kernel.org/6.1.63-102-clk-mediatek-clk-mt7629-Add-check-for-mtk_allo.patch - patches.kernel.org/6.1.63-103-clk-mediatek-clk-mt2701-Add-check-for-mtk_allo.patch - patches.kernel.org/6.1.63-104-clk-qcom-config-IPQ_APSS_6018-should-depend-on.patch - patches.kernel.org/6.1.63-105-platform-x86-wmi-Fix-probe-failure-when-failin.patch - patches.kernel.org/6.1.63-106-platform-x86-wmi-Fix-opening-of-char-device.patch - patches.kernel.org/6.1.63-107-hwmon-axi-fan-control-Fix-possible-NULL-pointe.patch - patches.kernel.org/6.1.63-108-hwmon-coretemp-Fix-potentially-truncated-sysfs.patch - patches.kernel.org/6.1.63-109-Revert-hwmon-sch56xx-common-Add-DMI-override-t.patch - patches.kernel.org/6.1.63-110-Revert-hwmon-sch56xx-common-Add-automatic-modu.patch - patches.kernel.org/6.1.63-111-hwmon-sch5627-Use-bit-macros-when-accessing-th.patch - patches.kernel.org/6.1.63-112-hwmon-sch5627-Disallow-write-access-if-virtual.patch - patches.kernel.org/6.1.63-113-hte-tegra-Fix-missing-error-code-in-tegra_hte_.patch - patches.kernel.org/6.1.63-114-drm-rockchip-vop-Fix-reset-of-state-in-duplica.patch - patches.kernel.org/6.1.63-115-drm-rockchip-vop-Fix-call-to-crtc-reset-helper.patch - patches.kernel.org/6.1.63-116-drm-rockchip-vop2-Don-t-crash-for-invalid-dupl.patch - patches.kernel.org/6.1.63-117-drm-rockchip-vop2-Add-missing-call-to-crtc-res.patch - patches.kernel.org/6.1.63-118-drm-radeon-possible-buffer-overflow.patch - patches.kernel.org/6.1.63-119-drm-bridge-it66121-Fix-invalid-connector-deref.patch - patches.kernel.org/6.1.63-120-drm-bridge-lt8912b-Add-hot-plug-detection.patch - patches.kernel.org/6.1.63-121-drm-bridge-lt8912b-Fix-bridge_detach.patch - patches.kernel.org/6.1.63-122-drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch - patches.kernel.org/6.1.63-123-drm-bridge-lt8912b-Manually-disable-HPD-only-i.patch - patches.kernel.org/6.1.63-124-drm-bridge-lt8912b-Add-missing-drm_bridge_atta.patch - patches.kernel.org/6.1.63-125-drm-bridge-tc358768-Fix-use-of-uninitialized-v.patch - patches.kernel.org/6.1.63-126-drm-bridge-tc358768-Fix-bit-updates.patch - patches.kernel.org/6.1.63-127-drm-bridge-tc358768-remove-unused-variable.patch - patches.kernel.org/6.1.63-128-drm-bridge-tc358768-Use-struct-videomode.patch - patches.kernel.org/6.1.63-129-drm-bridge-tc358768-Print-logical-values-not-r.patch - patches.kernel.org/6.1.63-130-drm-bridge-tc358768-Use-dev-for-dbg-prints-not.patch - patches.kernel.org/6.1.63-131-drm-bridge-tc358768-Rename-dsibclk-to-hsbytecl.patch - patches.kernel.org/6.1.63-132-drm-bridge-tc358768-Clean-up-clock-period-code.patch - patches.kernel.org/6.1.63-133-drm-bridge-tc358768-Fix-tc358768_ns_to_cnt.patch - patches.kernel.org/6.1.63-134-drm-amdkfd-fix-some-race-conditions-in-vram-bu.patch - patches.kernel.org/6.1.63-135-drm-amd-display-Check-all-enabled-planes-in-dm.patch - patches.kernel.org/6.1.63-136-drm-amd-display-Refactor-dm_get_plane_scale-he.patch - patches.kernel.org/6.1.63-137-drm-amd-display-Bail-from-dm_check_crtc_cursor.patch - patches.kernel.org/6.1.63-138-io_uring-kbuf-Fix-check-of-BID-wrapping-in-pro.patch - patches.kernel.org/6.1.63-139-io_uring-kbuf-Allow-the-full-buffer-id-space-f.patch - patches.kernel.org/6.1.63-140-drm-mediatek-Fix-iommu-fault-by-swapping-FBs-a.patch - patches.kernel.org/6.1.63-141-drm-mediatek-Fix-iommu-fault-during-crtc-enabl.patch - patches.kernel.org/6.1.63-142-drm-rockchip-cdn-dp-Fix-some-error-handling-pa.patch - patches.kernel.org/6.1.63-143-gpu-host1x-Correct-allocated-size-for-contexts.patch - patches.kernel.org/6.1.63-144-drm-bridge-lt9611uxc-fix-the-race-in-the-error.patch - patches.kernel.org/6.1.63-145-arm64-arm-xen-enlighten-Fix-KPTI-checks.patch - patches.kernel.org/6.1.63-146-drm-rockchip-Fix-type-promotion-bug-in-rockchi.patch - patches.kernel.org/6.1.63-147-xenbus-fix-error-exit-in-xenbus_init.patch - patches.kernel.org/6.1.63-148-xen-pciback-Consider-INTx-disabled-when-MSI-MS.patch - patches.kernel.org/6.1.63-149-drm-msm-dsi-use-msm_gem_kernel_put-to-free-TX-.patch - patches.kernel.org/6.1.63-150-drm-msm-dsi-free-TX-buffer-in-unbind.patch - patches.kernel.org/6.1.63-151-clocksource-drivers-arm_arch_timer-limit-XGene.patch - patches.kernel.org/6.1.63-152-drm-mediatek-mtk_dsi-Fix-NO_EOT_PACKET-setting.patch - patches.kernel.org/6.1.63-153-drivers-perf-hisi-use-cpuhp_state_remove_insta.patch - patches.kernel.org/6.1.63-154-perf-arm-cmn-Revamp-model-detection.patch - patches.kernel.org/6.1.63-155-perf-arm-cmn-Fix-DTC-domain-detection.patch - patches.kernel.org/6.1.63-156-drivers-perf-hisi_pcie-Check-the-type-first-in.patch - patches.kernel.org/6.1.63-157-perf-hisi-Fix-use-after-free-when-register-pmu.patch - patches.kernel.org/6.1.63-158-ARM-dts-renesas-blanche-Fix-typo-in-GP_11_2-pi.patch - patches.kernel.org/6.1.63-159-arm64-dts-qcom-sdm845-cheza-doesn-t-support-LM.patch - patches.kernel.org/6.1.63-160-arm64-dts-qcom-sc7280-link-usb3_phy_wrapper_gc.patch - patches.kernel.org/6.1.63-161-arm64-dts-qcom-msm8916-Fix-iommu-local-address.patch - patches.kernel.org/6.1.63-162-arm64-dts-qcom-msm8992-libra-drop-duplicated-r.patch - patches.kernel.org/6.1.63-163-arm64-dts-qcom-sc7280-Add-missing-LMH-interrup.patch - patches.kernel.org/6.1.63-164-arm64-dts-qcom-sm8150-add-ref-clock-to-PCIe-PH.patch - patches.kernel.org/6.1.63-165-arm64-dts-qcom-sm8350-fix-pinctrl-for-UART18.patch - patches.kernel.org/6.1.63-166-arm64-dts-qcom-sdm845-mtp-fix-WiFi-configurati.patch - patches.kernel.org/6.1.63-167-ARM64-dts-marvell-cn9310-Use-appropriate-label.patch - patches.kernel.org/6.1.63-168-arm64-dts-qcom-apq8016-sbc-Add-missing-ADV7533.patch - patches.kernel.org/6.1.63-169-ARM-dts-qcom-mdm9615-populate-vsdcc-fixed-regu.patch - patches.kernel.org/6.1.63-170-soc-qcom-llcc-Handle-a-second-device-without-d.patch - patches.kernel.org/6.1.63-171-kunit-Fix-missed-memory-release-in-kunit_free_.patch - patches.kernel.org/6.1.63-172-firmware-ti_sci-Mark-driver-as-non-removable.patch - patches.kernel.org/6.1.63-173-arm64-dts-ti-k3-am62a7-sk-Drop-i2c-1-to-100Khz.patch - patches.kernel.org/6.1.63-174-firmware-arm_ffa-Assign-the-missing-IDR-alloca.patch - patches.kernel.org/6.1.63-175-firmware-arm_ffa-Allow-the-FF-A-drivers-to-use.patch - patches.kernel.org/6.1.63-176-ARM-dts-am3517-evm-Fix-LED3-4-pinmux.patch - patches.kernel.org/6.1.63-177-clk-scmi-Free-scmi_clk-allocated-when-the-cloc.patch - patches.kernel.org/6.1.63-178-arm64-dts-imx8qm-ss-img-Fix-jpegenc-compatible.patch - patches.kernel.org/6.1.63-179-arm64-dts-imx8mm-Add-sound-dai-cells-to-micfil.patch - patches.kernel.org/6.1.63-180-arm64-dts-imx8mn-Add-sound-dai-cells-to-micfil.patch - patches.kernel.org/6.1.63-181-arm64-tegra-Use-correct-interrupts-for-Tegra23.patch - patches.kernel.org/6.1.63-182-selftests-pidfd-Fix-ksft-print-formats.patch - patches.kernel.org/6.1.63-183-selftests-resctrl-Ensure-the-benchmark-command.patch - patches.kernel.org/6.1.63-184-module-decompress-use-vmalloc-for-gzip-decompr.patch - patches.kernel.org/6.1.63-185-ASoC-cs35l41-Verify-PM-runtime-resume-errors-i.patch - patches.kernel.org/6.1.63-186-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver.patch - patches.kernel.org/6.1.63-187-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch - patches.kernel.org/6.1.63-188-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dr.patch - patches.kernel.org/6.1.63-189-KEYS-Include-linux-errno.h-in-linux-verificati.patch - patches.kernel.org/6.1.63-190-crypto-hisilicon-hpre-Fix-a-erroneous-check-af.patch - patches.kernel.org/6.1.63-191-hwrng-bcm2835-Fix-hwrng-throughput-regression.patch - patches.kernel.org/6.1.63-192-hwrng-geode-fix-accessing-registers.patch - patches.kernel.org/6.1.63-193-RDMA-core-Use-size_-add-sub-mul-in-calls-to-st.patch - patches.kernel.org/6.1.63-194-crypto-qat-ignore-subsequent-state-up-commands.patch - patches.kernel.org/6.1.63-195-crypto-qat-relocate-bufferlist-logic.patch - patches.kernel.org/6.1.63-196-crypto-qat-rename-bufferlist-functions.patch - patches.kernel.org/6.1.63-197-crypto-qat-change-bufferlist-logic-interface.patch - patches.kernel.org/6.1.63-198-crypto-qat-generalize-crypto-request-buffers.patch - patches.kernel.org/6.1.63-199-crypto-qat-extend-buffer-list-interface.patch - patches.kernel.org/6.1.63-200-crypto-qat-fix-unregistration-of-crypto-algori.patch - patches.kernel.org/6.1.63-201-scsi-ibmvfc-Fix-erroneous-use-of-rtas_busy_del.patch - patches.kernel.org/6.1.63-202-libnvdimm-of_pmem-Use-devm_kstrdup-instead-of-.patch - patches.kernel.org/6.1.63-203-nd_btt-Make-BTT-lanes-preemptible.patch - patches.kernel.org/6.1.63-204-crypto-caam-qi2-fix-Chacha20-Poly1305-self-tes.patch - patches.kernel.org/6.1.63-205-crypto-caam-jr-fix-Chacha20-Poly1305-self-test.patch - patches.kernel.org/6.1.63-206-crypto-qat-increase-size-of-buffers.patch - patches.kernel.org/6.1.63-207-PCI-vmd-Correct-PCI-Header-Type-Register-s-mul.patch - patches.kernel.org/6.1.63-208-hid-cp2112-Fix-duplicate-workqueue-initializat.patch - patches.kernel.org/6.1.63-209-crypto-hisilicon-qm-delete-redundant-null-assi.patch - patches.kernel.org/6.1.63-210-crypto-hisilicon-qm-modify-the-process-of-regs.patch - patches.kernel.org/6.1.63-211-crypto-hisilicon-qm-split-a-debugfs.c-from-qm.patch - patches.kernel.org/6.1.63-212-crypto-hisilicon-qm-fix-PF-queue-parameter-iss.patch - patches.kernel.org/6.1.63-213-ARM-9321-1-memset-cast-the-constant-byte-to-un.patch - patches.kernel.org/6.1.63-214-ext4-move-ix-sanity-check-to-corrent-position.patch - patches.kernel.org/6.1.63-215-ASoC-fsl-mpc5200_dma.c-Fix-warning-of-Function.patch - patches.kernel.org/6.1.63-216-IB-mlx5-Fix-rdma-counter-binding-for-RAW-QP.patch - patches.kernel.org/6.1.63-217-RDMA-hns-Fix-printing-level-of-asynchronous-ev.patch - patches.kernel.org/6.1.63-218-RDMA-hns-Fix-uninitialized-ucmd-in-hns_roce_cr.patch - patches.kernel.org/6.1.63-219-RDMA-hns-Fix-signed-unsigned-mixed-comparisons.patch - patches.kernel.org/6.1.63-220-RDMA-hns-Add-check-for-SL.patch - patches.kernel.org/6.1.63-221-RDMA-hns-The-UD-mode-can-only-be-configured-wi.patch - patches.kernel.org/6.1.63-222-ASoC-SOF-core-Ensure-sof_ops_free-is-still-cal.patch - patches.kernel.org/6.1.63-223-ASoC-fsl-Fix-PM-disable-depth-imbalance-in-fsl.patch - patches.kernel.org/6.1.63-224-scsi-ufs-core-Leave-space-for-0-in-utf8-desc-s.patch - patches.kernel.org/6.1.63-225-RDMA-hfi1-Workaround-truncation-compilation-er.patch - patches.kernel.org/6.1.63-226-HID-cp2112-Make-irq_chip-immutable.patch - patches.kernel.org/6.1.63-227-hid-cp2112-Fix-IRQ-shutdown-stopping-polling-f.patch - patches.kernel.org/6.1.63-228-sh-bios-Revive-earlyprintk-support.patch - patches.kernel.org/6.1.63-229-Revert-HID-logitech-hidpp-add-a-module-paramet.patch - patches.kernel.org/6.1.63-230-HID-logitech-hidpp-Remove-HIDPP_QUIRK_NO_HIDIN.patch - patches.kernel.org/6.1.63-231-HID-logitech-hidpp-Don-t-restart-IO-instead-de.patch - patches.kernel.org/6.1.63-232-HID-logitech-hidpp-Revert-Don-t-restart-commun.patch - patches.kernel.org/6.1.63-233-HID-logitech-hidpp-Move-get_wireless_feature_i.patch - patches.kernel.org/6.1.63-234-ASoC-Intel-Skylake-Fix-mem-leak-when-parsing-U.patch - patches.kernel.org/6.1.63-235-padata-Fix-refcnt-handling-in-padata_free_shel.patch - patches.kernel.org/6.1.63-236-crypto-qat-fix-deadlock-in-backlog-processing.patch - patches.kernel.org/6.1.63-237-ASoC-ams-delta.c-use-component-after-check.patch - patches.kernel.org/6.1.63-238-IB-mlx5-Fix-init-stage-error-handling-to-avoid.patch - patches.kernel.org/6.1.63-239-mfd-core-Un-constify-mfd_cell.of_reg.patch - patches.kernel.org/6.1.63-240-mfd-core-Ensure-disabled-devices-are-skipped-w.patch - patches.kernel.org/6.1.63-241-mfd-dln2-Fix-double-put-in-dln2_probe.patch - patches.kernel.org/6.1.63-242-dt-bindings-mfd-mt6397-Add-binding-for-MT6357.patch - patches.kernel.org/6.1.63-243-dt-bindings-mfd-mt6397-Split-out-compatible-fo.patch - patches.kernel.org/6.1.63-244-mfd-arizona-spi-Set-pdata.hpdet_channel-for-AC.patch - patches.kernel.org/6.1.63-245-leds-turris-omnia-Drop-unnecessary-mutex-locki.patch - patches.kernel.org/6.1.63-246-leds-turris-omnia-Do-not-use-SMBUS-calls.patch - patches.kernel.org/6.1.63-247-leds-pwm-Don-t-disable-the-PWM-when-the-LED-sh.patch - patches.kernel.org/6.1.63-248-leds-trigger-ledtrig-cpu-Fix-output-may-be-tru.patch - patches.kernel.org/6.1.63-249-kunit-add-macro-to-allow-conditionally-exposin.patch - patches.kernel.org/6.1.63-250-apparmor-test-make-static-symbols-visible-duri.patch - patches.kernel.org/6.1.63-251-apparmor-fix-invalid-reference-on-profile-disc.patch - patches.kernel.org/6.1.63-252-perf-stat-Fix-aggr-mode-initialization.patch - patches.kernel.org/6.1.63-253-iio-frequency-adf4350-Use-device-managed-funct.patch - patches.kernel.org/6.1.63-254-perf-kwork-Fix-incorrect-and-missing-free-atom.patch - patches.kernel.org/6.1.63-255-perf-kwork-Add-the-supported-subcommands-to-th.patch - patches.kernel.org/6.1.63-256-perf-kwork-Set-ordered_events-to-true-in-struc.patch - patches.kernel.org/6.1.63-257-filemap-add-filemap_get_folios_tag.patch - patches.kernel.org/6.1.63-258-f2fs-convert-f2fs_write_cache_pages-to-use-fil.patch - patches.kernel.org/6.1.63-259-f2fs-compress-fix-deadloop-in-f2fs_write_cache.patch - patches.kernel.org/6.1.63-260-f2fs-compress-fix-to-avoid-use-after-free-on-d.patch - patches.kernel.org/6.1.63-261-f2fs-compress-fix-to-avoid-redundant-compress-.patch - patches.kernel.org/6.1.63-262-tty-tty_jobctrl-fix-pid-memleak-in-disassociat.patch - patches.kernel.org/6.1.63-263-livepatch-Fix-missing-newline-character-in-klp.patch - patches.kernel.org/6.1.63-264-pinctrl-renesas-rzg2l-Make-reverse-order-of-en.patch - patches.kernel.org/6.1.63-265-perf-record-Fix-BTF-type-checks-in-the-off-cpu.patch - patches.kernel.org/6.1.63-266-dmaengine-idxd-Register-dsa_bus_type-before-re.patch - patches.kernel.org/6.1.63-267-usb-dwc2-fix-possible-NULL-pointer-dereference.patch - patches.kernel.org/6.1.63-268-usb-chipidea-Fix-DMA-overwrite-for-Tegra.patch - patches.kernel.org/6.1.63-269-usb-chipidea-Simplify-Tegra-DMA-alignment-code.patch - patches.kernel.org/6.1.63-270-dmaengine-ti-edma-handle-irq_of_parse_and_map-.patch - patches.kernel.org/6.1.63-271-misc-st_core-Do-not-call-kfree_skb-under-spin_.patch - patches.kernel.org/6.1.63-272-tools-iio-iio_generic_buffer-ensure-alignment.patch - patches.kernel.org/6.1.63-273-USB-usbip-fix-stub_dev-hub-disconnect.patch - patches.kernel.org/6.1.63-274-dmaengine-pxa_dma-Remove-an-erroneous-BUG_ON-i.patch - patches.kernel.org/6.1.63-275-f2fs-fix-to-initialize-map.m_pblk-in-f2fs_prec.patch - patches.kernel.org/6.1.63-276-interconnect-qcom-sc7180-Retire-DEFINE_QBCM.patch - patches.kernel.org/6.1.63-277-interconnect-qcom-sc7180-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-278-interconnect-qcom-sc7280-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-279-interconnect-qcom-sc8180x-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-280-interconnect-qcom-sc8280xp-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-281-interconnect-qcom-sdm845-Retire-DEFINE_QBCM.patch - patches.kernel.org/6.1.63-282-interconnect-qcom-sdm845-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-283-interconnect-qcom-sm6350-Retire-DEFINE_QBCM.patch - patches.kernel.org/6.1.63-284-interconnect-qcom-sm6350-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-285-interconnect-move-ignore_list-out-of-of_count_.patch - patches.kernel.org/6.1.63-286-interconnect-qcom-sm8150-Drop-IP0-interconnect.patch - patches.kernel.org/6.1.63-287-interconnect-qcom-sm8150-Retire-DEFINE_QBCM.patch - patches.kernel.org/6.1.63-288-interconnect-qcom-sm8150-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-289-interconnect-qcom-sm8350-Retire-DEFINE_QBCM.patch - patches.kernel.org/6.1.63-290-interconnect-qcom-sm8350-Set-ACV-enable_mask.patch - patches.kernel.org/6.1.63-291-powerpc-Only-define-__parse_fpscr-when-require.patch - patches.kernel.org/6.1.63-292-modpost-fix-tee-MODULE_DEVICE_TABLE-built-on-b.patch - patches.kernel.org/6.1.63-293-modpost-fix-ishtp-MODULE_DEVICE_TABLE-built-on.patch - patches.kernel.org/6.1.63-294-powerpc-40x-Remove-stale-PTE_ATOMIC_UPDATES-ma.patch - patches.kernel.org/6.1.63-295-powerpc-xive-Fix-endian-conversion-size.patch - patches.kernel.org/6.1.63-296-powerpc-vas-Limit-open-window-failure-messages.patch - patches.kernel.org/6.1.63-297-powerpc-imc-pmu-Use-the-correct-spinlock-initi.patch - patches.kernel.org/6.1.63-298-powerpc-pseries-fix-potential-memory-leak-in-i.patch - patches.kernel.org/6.1.63-299-xhci-Loosen-RPM-as-default-policy-to-cover-for.patch - patches.kernel.org/6.1.63-300-usb-host-xhci-plat-fix-possible-kernel-oops-wh.patch - patches.kernel.org/6.1.63-301-perf-machine-Avoid-out-of-bounds-LBR-memory-re.patch - patches.kernel.org/6.1.63-302-perf-hist-Add-missing-puts-to-hist__account_cy.patch - patches.kernel.org/6.1.63-303-9p-net-fix-possible-memory-leak-in-p9_check_er.patch - patches.kernel.org/6.1.63-304-i3c-Fix-potential-refcount-leak-in-i3c_master_.patch - patches.kernel.org/6.1.63-305-cxl-mem-Fix-shutdown-order.patch - patches.kernel.org/6.1.63-306-crypto-ccp-Name-1-return-value-as-SEV_RET_NO_F.patch - patches.kernel.org/6.1.63-307-x86-sev-Change-snp_guest_issue_request-s-fw_er.patch - patches.kernel.org/6.1.63-308-virt-sevguest-Fix-passing-a-stack-buffer-as-a-.patch - patches.kernel.org/6.1.63-309-rtc-pcf85363-fix-wrong-mask-val-parameters-in-.patch - patches.kernel.org/6.1.63-310-pcmcia-cs-fix-possible-hung-task-and-memory-le.patch - patches.kernel.org/6.1.63-311-pcmcia-ds-fix-refcount-leak-in-pcmcia_device_a.patch - patches.kernel.org/6.1.63-312-pcmcia-ds-fix-possible-name-leak-in-error-path.patch - patches.kernel.org/6.1.63-313-media-hantro-Check-whether-reset-op-is-defined.patch - patches.kernel.org/6.1.63-314-media-verisilicon-Do-not-enable-G2-postproc-do.patch - patches.kernel.org/6.1.63-315-media-ov5640-Drop-dead-code-using-frame_interv.patch - patches.kernel.org/6.1.63-316-media-ov5640-fix-vblank-unchange-issue-when-wo.patch - patches.kernel.org/6.1.63-317-media-i2c-max9286-Fix-some-redundant-of_node_p.patch - patches.kernel.org/6.1.63-318-media-ov5640-Fix-a-memory-leak-when-ov5640_pro.patch - patches.kernel.org/6.1.63-319-media-bttv-fix-use-after-free-error-due-to-btv.patch - patches.kernel.org/6.1.63-320-media-amphion-handle-firmware-debug-message.patch - patches.kernel.org/6.1.63-321-media-mtk-jpegenc-Fix-bug-in-JPEG-encode-quali.patch - patches.kernel.org/6.1.63-322-media-s3c-camif-Avoid-inappropriate-kfree.patch - patches.kernel.org/6.1.63-323-media-vidtv-psi-Add-check-for-kstrdup.patch - patches.kernel.org/6.1.63-324-media-vidtv-mux-Add-check-and-kfree-for-kstrdu.patch - patches.kernel.org/6.1.63-325-media-cedrus-Fix-clock-reset-sequence.patch - patches.kernel.org/6.1.63-326-media-cadence-csi2rx-Unregister-v4l2-async-not.patch - patches.kernel.org/6.1.63-327-media-dvb-usb-v2-af9035-fix-missing-unlock.patch - patches.kernel.org/6.1.63-328-media-cec-meson-always-include-meson-sub-direc.patch - patches.kernel.org/6.1.63-329-regmap-prevent-noinc-writes-from-clobbering-ca.patch - patches.kernel.org/6.1.63-330-pwm-sti-Reduce-number-of-allocations-and-drop-.patch - patches.kernel.org/6.1.63-331-pwm-brcmstb-Utilize-appropriate-clock-APIs-in-.patch - patches.kernel.org/6.1.63-332-Input-synaptics-rmi4-fix-use-after-free-in-rmi.patch - patches.kernel.org/6.1.63-333-watchdog-ixp4xx-Make-sure-restart-always-works.patch - patches.kernel.org/6.1.63-334-llc-verify-mac-len-before-reading-mac-header.patch - patches.kernel.org/6.1.63-335-hsr-Prevent-use-after-free-in-prp_create_tagge.patch - patches.kernel.org/6.1.63-336-tipc-Change-nla_policy-for-bearer-related-name.patch - patches.kernel.org/6.1.63-337-bpf-Check-map-usercnt-after-timer-timer-is-ass.patch - patches.kernel.org/6.1.63-338-inet-shrink-struct-flowi_common.patch - patches.kernel.org/6.1.63-339-octeontx2-pf-Fix-error-codes.patch - patches.kernel.org/6.1.63-340-octeontx2-pf-Fix-holes-in-error-code.patch - patches.kernel.org/6.1.63-341-net-page_pool-add-missing-free_percpu-when-pag.patch - patches.kernel.org/6.1.63-342-dccp-Call-security_inet_conn_request-after-set.patch - patches.kernel.org/6.1.63-343-dccp-tcp-Call-security_inet_conn_request-after.patch - patches.kernel.org/6.1.63-344-net-r8169-Disable-multicast-filter-for-RTL8168.patch - patches.kernel.org/6.1.63-345-Fix-termination-state-for-idr_for_each_entry_u.patch - patches.kernel.org/6.1.63-346-net-stmmac-xgmac-Enable-support-for-multiple-F.patch - patches.kernel.org/6.1.63-347-selftests-pmtu.sh-fix-result-checking.patch - patches.kernel.org/6.1.63-348-octeontx2-pf-Rename-tot_tx_queues-to-non_qos_q.patch - patches.kernel.org/6.1.63-349-octeontx2-pf-qos-send-queues-management.patch - patches.kernel.org/6.1.63-350-octeontx2-pf-Free-pending-and-dropped-SQEs.patch - patches.kernel.org/6.1.63-351-net-smc-fix-dangling-sock-under-state-SMC_APPF.patch - patches.kernel.org/6.1.63-352-net-smc-allow-cdc-msg-send-rather-than-drop-it.patch - patches.kernel.org/6.1.63-353-net-smc-put-sk-reference-if-close-work-was-can.patch - patches.kernel.org/6.1.63-354-nvme-fix-error-handling-for-io_uring-nvme-pass.patch - patches.kernel.org/6.1.63-355-tg3-power-down-device-only-on-SYSTEM_POWER_OFF.patch - patches.kernel.org/6.1.63-356-nbd-fix-uaf-in-nbd_open.patch - patches.kernel.org/6.1.63-357-blk-core-use-pr_warn_ratelimited-in-bio_check_.patch - patches.kernel.org/6.1.63-358-virtio-vsock-replace-virtio_vsock_pkt-with-sk_.patch - patches.kernel.org/6.1.63-359-vsock-virtio-remove-socket-from-connected-boun.patch - patches.kernel.org/6.1.63-360-r8169-respect-userspace-disabling-IFF_MULTICAS.patch - patches.kernel.org/6.1.63-361-i2c-iproc-handle-invalid-slave-state.patch - patches.kernel.org/6.1.63-362-netfilter-xt_recent-fix-increase-ipv6-literal-.patch - patches.kernel.org/6.1.63-363-netfilter-nft_redir-use-struct-nf_nat_range2-t.patch - patches.kernel.org/6.1.63-364-netfilter-nat-fix-ipv6-nat-redirect-with-mappe.patch - patches.kernel.org/6.1.63-365-RISC-V-Don-t-fail-in-riscv_of_parent_hartid-fo.patch - patches.kernel.org/6.1.63-366-drm-syncobj-fix-DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AV.patch - patches.kernel.org/6.1.63-367-ASoC-mediatek-mt8186_mt6366_rt1019_rt5682s-tri.patch - patches.kernel.org/6.1.63-368-ASoC-hdmi-codec-register-hpd-callback-on-compo.patch - patches.kernel.org/6.1.63-369-ASoC-dapm-fix-clock-get-name.patch - patches.kernel.org/6.1.63-370-spi-spi-zynq-qspi-add-spi-mem-to-driver-kconfi.patch - patches.kernel.org/6.1.63-371-fbdev-imsttfb-Fix-error-path-of-imsttfb_probe.patch - patches.kernel.org/6.1.63-372-fbdev-imsttfb-fix-a-resource-leak-in-probe.patch - patches.kernel.org/6.1.63-373-fbdev-fsl-diu-fb-mark-wr_reg_wa-static.patch - patches.kernel.org/6.1.63-374-tracing-kprobes-Fix-the-order-of-argument-desc.patch - patches.kernel.org/6.1.63-375-io_uring-net-ensure-socket-is-marked-connected.patch - patches.kernel.org/6.1.63-376-x86-amd_nb-Use-Family-19h-Models-60h-7Fh-Funct.patch - patches.kernel.org/6.1.63-377-Revert-mmc-core-Capture-correct-oemid-bits-for.patch - patches.kernel.org/6.1.63-378-btrfs-use-u64-for-buffer-sizes-in-the-tree-sea.patch - patches.kernel.org/6.1.63-379-wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed.patch - patches.kernel.org/6.1.63-380-virtio-vsock-don-t-use-skbuff-state-to-account.patch - patches.kernel.org/6.1.63-381-virtio-vsock-remove-redundant-skb_pull-call.patch - patches.kernel.org/6.1.63-382-virtio-vsock-don-t-drop-skbuff-on-copy-failure.patch - patches.kernel.org/6.1.63-383-vsock-loopback-use-only-sk_buff_head.lock-to-p.patch - patches.kernel.org/6.1.63-384-virtio-vsock-fix-leaks-due-to-missing-skb-owne.patch - patches.kernel.org/6.1.63-385-virtio-vsock-Fix-uninit-value-in-virtio_transp.patch - patches.kernel.org/6.1.63-386-virtio-vsock-fix-header-length-on-skb-merging.patch - patches.kernel.org/6.1.63-387-Linux-6.1.63.patch - patches.kernel.org/6.1.64-001-locking-ww_mutex-test-Fix-potential-workqueue-.patch - patches.kernel.org/6.1.64-002-lib-generic-radix-tree.c-Don-t-overflow-in-pee.patch - patches.kernel.org/6.1.64-003-perf-core-Bail-out-early-if-the-request-AUX-ar.patch - patches.kernel.org/6.1.64-004-srcu-Fix-srcu_struct-node-grpmask-overflow-on-.patch - patches.kernel.org/6.1.64-005-selftests-lkdtm-Disable-CONFIG_UBSAN_TRAP-in-t.patch - patches.kernel.org/6.1.64-006-clocksource-drivers-timer-imx-gpt-Fix-potentia.patch - patches.kernel.org/6.1.64-007-clocksource-drivers-timer-atmel-tcb-Fix-initia.patch - patches.kernel.org/6.1.64-008-smp-csd-Throw-an-error-if-a-CSD-lock-is-stuck-.patch - patches.kernel.org/6.1.64-009-cpu-hotplug-Don-t-offline-the-last-non-isolate.patch - patches.kernel.org/6.1.64-010-workqueue-Provide-one-lock-class-key-per-work_.patch - patches.kernel.org/6.1.64-011-x86-mm-Drop-the-4-MB-restriction-on-minimal-NU.patch - patches.kernel.org/6.1.64-012-wifi-plfxlc-fix-clang-specific-fortify-warning.patch - patches.kernel.org/6.1.64-013-wifi-mac80211_hwsim-fix-clang-specific-fortify.patch - patches.kernel.org/6.1.64-014-wifi-mac80211-don-t-return-unset-power-in-ieee.patch - patches.kernel.org/6.1.64-015-atl1c-Work-around-the-DMA-RX-overflow-issue.patch - patches.kernel.org/6.1.64-016-bpf-Detect-IP-ksym.end-as-part-of-BPF-program.patch - patches.kernel.org/6.1.64-017-wifi-ath9k-fix-clang-specific-fortify-warnings.patch - patches.kernel.org/6.1.64-018-wifi-ath10k-fix-clang-specific-fortify-warning.patch - patches.kernel.org/6.1.64-019-net-annotate-data-races-around-sk-sk_tx_queue_.patch - patches.kernel.org/6.1.64-020-net-annotate-data-races-around-sk-sk_dst_pendi.patch - patches.kernel.org/6.1.64-021-wifi-ath10k-Don-t-touch-the-CE-interrupt-regis.patch - patches.kernel.org/6.1.64-022-vsock-read-from-socket-s-error-queue.patch - patches.kernel.org/6.1.64-023-bpf-Ensure-proper-register-state-printing-for-.patch - patches.kernel.org/6.1.64-024-Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch - patches.kernel.org/6.1.64-025-Bluetooth-Fix-double-free-in-hci_conn_cleanup.patch - patches.kernel.org/6.1.64-026-ACPI-EC-Add-quirk-for-HP-250-G7-Notebook-PC.patch - patches.kernel.org/6.1.64-027-tsnep-Fix-tsnep_request_irq-format-overflow-wa.patch - patches.kernel.org/6.1.64-028-platform-chrome-kunit-initialize-lock-for-fake.patch - patches.kernel.org/6.1.64-029-platform-x86-thinkpad_acpi-Add-battery-quirk-f.patch - patches.kernel.org/6.1.64-030-drm-gma500-Fix-call-trace-when-psb_gem_mm_init.patch - patches.kernel.org/6.1.64-031-drm-komeda-drop-all-currently-held-locks-if-de.patch - patches.kernel.org/6.1.64-032-drm-amdgpu-not-to-save-bo-in-the-case-of-RAS-e.patch - patches.kernel.org/6.1.64-033-drm-amdkfd-Fix-a-race-condition-of-vram-buffer.patch - patches.kernel.org/6.1.64-034-drm-amd-Update-update_pcie_parameters-function.patch - patches.kernel.org/6.1.64-035-drm-amd-display-use-full-update-for-clip-size-.patch - patches.kernel.org/6.1.64-036-string.h-add-array-wrappers-for-v-memdup_user.patch - patches.kernel.org/6.1.64-037-kernel-kexec-copy-user-array-safely.patch - patches.kernel.org/6.1.64-038-kernel-watch_queue-copy-user-array-safely.patch - patches.kernel.org/6.1.64-039-drm_lease.c-copy-user-array-safely.patch - patches.kernel.org/6.1.64-040-drm-vmwgfx_surface.c-copy-user-array-safely.patch - patches.kernel.org/6.1.64-041-drm-msm-dp-skip-validity-check-for-DP-CTS-EDID.patch - patches.kernel.org/6.1.64-042-drm-amd-Fix-UBSAN-array-index-out-of-bounds-fo.patch - patches.kernel.org/6.1.64-043-drm-amd-Fix-UBSAN-array-index-out-of-bounds-fo.patch - patches.kernel.org/6.1.64-044-drm-amdgpu-Fix-potential-null-pointer-derefern.patch - patches.kernel.org/6.1.64-045-drm-panel-fix-a-possible-null-pointer-derefere.patch - patches.kernel.org/6.1.64-046-drm-panel-panel-tpo-tpg110-fix-a-possible-null.patch - patches.kernel.org/6.1.64-047-drm-radeon-fix-a-possible-null-pointer-derefer.patch - patches.kernel.org/6.1.64-048-drm-amdgpu-vkms-fix-a-possible-null-pointer-de.patch - patches.kernel.org/6.1.64-049-drm-panel-st7703-Pick-different-reset-sequence.patch - patches.kernel.org/6.1.64-050-drm-amdkfd-Fix-shift-out-of-bounds-issue.patch - patches.kernel.org/6.1.64-051-drm-amdgpu-Fix-a-null-pointer-access-when-the-.patch - patches.kernel.org/6.1.64-052-arm64-dts-ls208xa-use-a-pseudo-bus-to-constrai.patch - patches.kernel.org/6.1.64-053-selftests-efivarfs-create-read-fix-a-resource-.patch - patches.kernel.org/6.1.64-054-ASoC-soc-card-Add-storage-for-PCI-SSID.patch - patches.kernel.org/6.1.64-055-ASoC-SOF-Pass-PCI-SSID-to-machine-driver.patch - patches.kernel.org/6.1.64-056-crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch - patches.kernel.org/6.1.64-057-ASoC-SOF-ipc4-handle-EXCEPTION_CAUGHT-notifica.patch - patches.kernel.org/6.1.64-058-RDMA-hfi1-Use-FIELD_GET-to-extract-Link-Width.patch - patches.kernel.org/6.1.64-059-scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-.patch - patches.kernel.org/6.1.64-060-scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-em.patch - patches.kernel.org/6.1.64-061-fs-jfs-Add-check-for-negative-db_l2nbperpage.patch - patches.kernel.org/6.1.64-062-fs-jfs-Add-validity-check-for-db_maxag-and-db_.patch - patches.kernel.org/6.1.64-063-jfs-fix-array-index-out-of-bounds-in-dbFindLea.patch - patches.kernel.org/6.1.64-064-jfs-fix-array-index-out-of-bounds-in-diAlloc.patch - patches.kernel.org/6.1.64-065-HID-lenovo-Detect-quirk-free-fw-on-cptkbd-and-.patch - patches.kernel.org/6.1.64-066-ARM-9320-1-fix-stack-depot-IRQ-stack-filter.patch - patches.kernel.org/6.1.64-067-ALSA-hda-Fix-possible-null-ptr-deref-when-assi.patch - patches.kernel.org/6.1.64-068-PCI-tegra194-Use-FIELD_GET-FIELD_PREP-with-Lin.patch - patches.kernel.org/6.1.64-069-PCI-mvebu-Use-FIELD_PREP-with-Link-Width.patch - patches.kernel.org/6.1.64-070-atm-iphase-Do-PCI-error-checks-on-own-line.patch - patches.kernel.org/6.1.64-071-PCI-Do-error-check-on-own-line-to-split-long-i.patch - patches.kernel.org/6.1.64-072-scsi-libfc-Fix-potential-NULL-pointer-derefere.patch - patches.kernel.org/6.1.64-073-PCI-Use-FIELD_GET-to-extract-Link-Width.patch - patches.kernel.org/6.1.64-074-PCI-Extract-ATS-disabling-to-a-helper-function.patch - patches.kernel.org/6.1.64-075-PCI-Disable-ATS-for-specific-Intel-IPU-E2000-d.patch - patches.kernel.org/6.1.64-076-misc-pci_endpoint_test-Add-Device-ID-for-R-Car.patch - patches.kernel.org/6.1.64-077-PCI-Use-FIELD_GET-in-Sapphire-RX-5600-XT-Pulse.patch - patches.kernel.org/6.1.64-078-ASoC-Intel-soc-acpi-cht-Add-Lenovo-Yoga-Tab-3-.patch - patches.kernel.org/6.1.64-079-crypto-hisilicon-qm-prevent-soft-lockup-in-rec.patch - patches.kernel.org/6.1.64-080-HID-Add-quirk-for-Dell-Pro-Wireless-Keyboard-a.patch - patches.kernel.org/6.1.64-081-exfat-support-handle-zero-size-directory.patch - patches.kernel.org/6.1.64-082-mfd-intel-lpss-Add-Intel-Lunar-Lake-M-PCI-IDs.patch - patches.kernel.org/6.1.64-083-iio-adc-stm32-adc-harden-against-NULL-pointer-.patch - patches.kernel.org/6.1.64-084-thunderbolt-Apply-USB-3.x-bandwidth-quirk-only.patch - patches.kernel.org/6.1.64-085-tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch - patches.kernel.org/6.1.64-086-usb-dwc3-core-configure-TX-RX-threshold-for-DW.patch - patches.kernel.org/6.1.64-087-soundwire-dmi-quirks-update-HP-Omen-match.patch - patches.kernel.org/6.1.64-088-f2fs-fix-error-handling-of-__get_node_page.patch - patches.kernel.org/6.1.64-089-usb-gadget-f_ncm-Always-set-current-gadget-in-.patch - patches.kernel.org/6.1.64-090-9p-trans_fd-Annotate-data-racy-writes-to-file-.patch - patches.kernel.org/6.1.64-091-9p-v9fs_listxattr-fix-s-null-argument-warning.patch - patches.kernel.org/6.1.64-092-i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-h.patch - patches.kernel.org/6.1.64-093-i2c-fix-memleak-in-i2c_new_client_device.patch - patches.kernel.org/6.1.64-094-i2c-sun6i-p2wi-Prevent-potential-division-by-z.patch - patches.kernel.org/6.1.64-095-virtio-blk-fix-implicit-overflow-on-virtio_max.patch - patches.kernel.org/6.1.64-096-i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for.patch - patches.kernel.org/6.1.64-097-media-gspca-cpia1-shift-out-of-bounds-in-set_f.patch - patches.kernel.org/6.1.64-098-media-vivid-avoid-integer-overflow.patch - patches.kernel.org/6.1.64-099-gfs2-ignore-negated-quota-changes.patch - patches.kernel.org/6.1.64-100-gfs2-fix-an-oops-in-gfs2_permission.patch - patches.kernel.org/6.1.64-101-media-cobalt-Use-FIELD_GET-to-extract-Link-Wid.patch - patches.kernel.org/6.1.64-102-media-ccs-Fix-driver-quirk-struct-documentatio.patch - patches.kernel.org/6.1.64-103-media-imon-fix-access-to-invalid-resource-for-.patch - patches.kernel.org/6.1.64-104-drm-amd-display-Avoid-NULL-dereference-of-timi.patch - patches.kernel.org/6.1.64-105-kgdb-Flush-console-before-entering-kgdb-on-pan.patch - patches.kernel.org/6.1.64-106-i2c-dev-copy-userspace-array-safely.patch - patches.kernel.org/6.1.64-107-ASoC-ti-omap-mcbsp-Fix-runtime-PM-underflow-wa.patch - patches.kernel.org/6.1.64-108-drm-qxl-prevent-memory-leak.patch - patches.kernel.org/6.1.64-109-ALSA-hda-realtek-Add-quirk-for-ASUS-UX7602ZM.patch - patches.kernel.org/6.1.64-110-drm-amdgpu-fix-software-pci_unplug-on-some-chi.patch - patches.kernel.org/6.1.64-111-pwm-Fix-double-shift-bug.patch - patches.kernel.org/6.1.64-112-mtd-rawnand-tegra-add-missing-check-for-platfo.patch - patches.kernel.org/6.1.64-113-wifi-iwlwifi-Use-FW-rate-for-non-data-frames.patch - patches.kernel.org/6.1.64-114-sched-core-Optimize-in_task-and-in_interrupt-a.patch - patches.kernel.org/6.1.64-115-SUNRPC-ECONNRESET-might-require-a-rebind.patch - patches.kernel.org/6.1.64-116-mtd-rawnand-intel-check-return-value-of-devm_k.patch - patches.kernel.org/6.1.64-117-mtd-rawnand-meson-check-return-value-of-devm_k.patch - patches.kernel.org/6.1.64-118-NFSv4.1-fix-handling-NFS4ERR_DELAY-when-testin.patch - patches.kernel.org/6.1.64-119-SUNRPC-Add-an-IS_ERR-check-back-to-where-it-wa.patch - patches.kernel.org/6.1.64-120-NFSv4.1-fix-SP4_MACH_CRED-protection-for-pnfs-.patch - patches.kernel.org/6.1.64-121-SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pip.patch - patches.kernel.org/6.1.64-122-gfs2-Silence-suspicious-RCU-usage-in-gfs2_perm.patch - patches.kernel.org/6.1.64-123-vhost-vdpa-fix-use-after-free-in-vhost_vdpa_pr.patch - patches.kernel.org/6.1.64-124-net-set-SOCK_RCU_FREE-before-inserting-socket-.patch - patches.kernel.org/6.1.64-125-ipvlan-add-ipvlan_route_v6_outbound-helper.patch - patches.kernel.org/6.1.64-126-tty-Fix-uninit-value-access-in-ppp_sync_receiv.patch - patches.kernel.org/6.1.64-127-net-hns3-fix-add-VLAN-fail-issue.patch - patches.kernel.org/6.1.64-128-net-hns3-add-barrier-in-vf-mailbox-reply-proce.patch - patches.kernel.org/6.1.64-129-net-hns3-fix-incorrect-capability-bit-display-.patch - patches.kernel.org/6.1.64-130-net-hns3-fix-out-of-bounds-access-may-occur-wh.patch - patches.kernel.org/6.1.64-131-net-hns3-fix-variable-may-not-initialized-prob.patch - patches.kernel.org/6.1.64-132-net-hns3-fix-VF-reset-fail-issue.patch - patches.kernel.org/6.1.64-133-net-hns3-fix-VF-wrong-speed-and-duplex-issue.patch - patches.kernel.org/6.1.64-134-tipc-Fix-kernel-infoleak-due-to-uninitialized-.patch - patches.kernel.org/6.1.64-135-net-mvneta-fix-calls-to-page_pool_get_stats.patch - patches.kernel.org/6.1.64-136-ppp-limit-MRU-to-64K.patch - patches.kernel.org/6.1.64-137-xen-events-fix-delayed-eoi-list-handling.patch - patches.kernel.org/6.1.64-138-ptp-annotate-data-race-around-q-head-and-q-tai.patch - patches.kernel.org/6.1.64-139-bonding-stop-the-device-in-bond_setup_by_slave.patch - patches.kernel.org/6.1.64-140-net-ethernet-cortina-Fix-max-RX-frame-define.patch - patches.kernel.org/6.1.64-141-net-ethernet-cortina-Handle-large-frames.patch - patches.kernel.org/6.1.64-142-net-ethernet-cortina-Fix-MTU-max-setting.patch - patches.kernel.org/6.1.64-143-af_unix-fix-use-after-free-in-unix_stream_read.patch - patches.kernel.org/6.1.64-144-netfilter-nf_conntrack_bridge-initialize-err-t.patch - patches.kernel.org/6.1.64-145-netfilter-nf_tables-fix-pointer-math-issue-in-.patch - patches.kernel.org/6.1.64-146-net-stmmac-fix-rx-budget-limit-check.patch - patches.kernel.org/6.1.64-147-net-stmmac-avoid-rx-queue-overrun.patch - patches.kernel.org/6.1.64-148-net-mlx5e-fix-double-free-of-encap_header.patch - patches.kernel.org/6.1.64-149-net-mlx5e-fix-double-free-of-encap_header-in-u.patch - patches.kernel.org/6.1.64-150-net-mlx5e-Fix-pedit-endianness.patch - patches.kernel.org/6.1.64-151-net-mlx5e-Reduce-the-size-of-icosq_str.patch - patches.kernel.org/6.1.64-152-net-mlx5e-Check-return-value-of-snprintf-writi.patch - patches.kernel.org/6.1.64-153-net-mlx5e-Check-return-value-of-snprintf-writi.patch - patches.kernel.org/6.1.64-154-macvlan-Don-t-propagate-promisc-change-to-lowe.patch - patches.kernel.org/6.1.64-155-tools-power-turbostat-Fix-a-knl-bug.patch - patches.kernel.org/6.1.64-156-tools-power-turbostat-Enable-the-C-state-Pre-w.patch - patches.kernel.org/6.1.64-157-cifs-spnego-add-in-HOST_KEY_LEN.patch - patches.kernel.org/6.1.64-158-cifs-fix-check-of-rc-in-function-generate_smb3.patch - patches.kernel.org/6.1.64-159-i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-cal.patch - patches.kernel.org/6.1.64-160-media-venus-hfi-add-checks-to-perform-sanity-o.patch - patches.kernel.org/6.1.64-161-perf-intel-pt-Fix-async-branch-flags.patch - patches.kernel.org/6.1.64-162-powerpc-perf-Fix-disabling-BHRB-and-instructio.patch - patches.kernel.org/6.1.64-163-randstruct-Fix-gcc-plugin-performance-mode-to-.patch - patches.kernel.org/6.1.64-164-bpf-Fix-check_stack_write_fixed_off-to-correct.patch - patches.kernel.org/6.1.64-165-bpf-Fix-precision-tracking-for-BPF_ALU-BPF_TO_.patch - patches.kernel.org/6.1.64-166-scsi-mpt3sas-Fix-loop-logic.patch - patches.kernel.org/6.1.64-167-scsi-megaraid_sas-Increase-register-read-retry.patch - patches.kernel.org/6.1.64-168-scsi-qla2xxx-Fix-system-crash-due-to-bad-point.patch - patches.kernel.org/6.1.64-169-crypto-x86-sha-load-modules-based-on-CPU-featu.patch - patches.kernel.org/6.1.64-170-x86-cpu-hygon-Fix-the-CPU-topology-evaluation-.patch - patches.kernel.org/6.1.64-171-KVM-x86-hyper-v-Don-t-auto-enable-stimer-on-wr.patch - patches.kernel.org/6.1.64-172-KVM-x86-Ignore-MSR_AMD64_TW_CFG-access.patch - patches.kernel.org/6.1.64-173-KVM-x86-Clear-bit12-of-ICR-after-APIC-write-VM.patch - patches.kernel.org/6.1.64-174-audit-don-t-take-task_lock-in-audit_exe_compar.patch - patches.kernel.org/6.1.64-175-audit-don-t-WARN_ON_ONCE-current-mm-in-audit_e.patch - patches.kernel.org/6.1.64-176-proc-sysctl-prevent-aliased-sysctls-from-getti.patch - patches.kernel.org/6.1.64-177-tty-sysrq-replace-smp_processor_id-with-get_cp.patch - patches.kernel.org/6.1.64-178-tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mo.patch - patches.kernel.org/6.1.64-179-hvc-xen-fix-console-unplug.patch - patches.kernel.org/6.1.64-180-hvc-xen-fix-error-path-in-xen_hvc_init-to-alwa.patch - patches.kernel.org/6.1.64-181-hvc-xen-fix-event-channel-handling-for-seconda.patch - patches.kernel.org/6.1.64-182-PCI-sysfs-Protect-driver-s-D3cold-preference-f.patch - patches.kernel.org/6.1.64-183-mm-damon-sysfs-remove-requested-targets-when-o.patch - patches.kernel.org/6.1.64-184-mm-damon-sysfs-update-monitoring-target-region.patch - patches.kernel.org/6.1.64-185-watchdog-move-softlockup_panic-back-to-early_p.patch - patches.kernel.org/6.1.64-186-mm-damon-lru_sort-avoid-divide-by-zero-in-hot-.patch - patches.kernel.org/6.1.64-187-mm-damon-ops-common-avoid-divide-by-zero-durin.patch - patches.kernel.org/6.1.64-188-mm-damon-implement-a-function-for-max-nr_acces.patch - patches.kernel.org/6.1.64-189-mm-damon-sysfs-check-error-from-damon_sysfs_up.patch - patches.kernel.org/6.1.64-190-ACPI-resource-Do-IRQ-override-on-TongFang-GMxX.patch - patches.kernel.org/6.1.64-191-regmap-Ensure-range-selector-registers-are-upd.patch - patches.kernel.org/6.1.64-192-wifi-ath11k-fix-temperature-event-locking.patch - patches.kernel.org/6.1.64-193-wifi-ath11k-fix-dfs-radar-event-locking.patch - patches.kernel.org/6.1.64-194-wifi-ath11k-fix-htt-pktlog-locking.patch - patches.kernel.org/6.1.64-195-wifi-ath11k-fix-gtk-offload-status-event-locki.patch - patches.kernel.org/6.1.64-196-mmc-meson-gx-Remove-setting-of-CMD_CFG_ERROR.patch - patches.kernel.org/6.1.64-197-genirq-generic_chip-Make-irq_remove_generic_ch.patch - patches.kernel.org/6.1.64-198-KEYS-trusted-tee-Refactor-register-SHM-usage.patch - patches.kernel.org/6.1.64-199-KEYS-trusted-Rollback-init_trusted-consistentl.patch - patches.kernel.org/6.1.64-200-PCI-keystone-Don-t-discard-.remove-callback.patch - patches.kernel.org/6.1.64-201-PCI-keystone-Don-t-discard-.probe-callback.patch - patches.kernel.org/6.1.64-202-arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLV.patch - patches.kernel.org/6.1.64-203-parisc-pdc-Add-width-field-to-struct-pdc_model.patch - patches.kernel.org/6.1.64-204-parisc-power-Add-power-soft-off-when-running-o.patch - patches.kernel.org/6.1.64-205-clk-socfpga-Fix-undefined-behavior-bug-in-stru.patch - patches.kernel.org/6.1.64-206-clk-qcom-ipq8074-drop-the-CLK_SET_RATE_PARENT-.patch - patches.kernel.org/6.1.64-207-clk-qcom-ipq6018-drop-the-CLK_SET_RATE_PARENT-.patch - patches.kernel.org/6.1.64-208-ksmbd-handle-malformed-smb1-message.patch - patches.kernel.org/6.1.64-209-ksmbd-fix-slab-out-of-bounds-write-in-smb_inhe.patch - patches.kernel.org/6.1.64-210-mmc-vub300-fix-an-error-code.patch - patches.kernel.org/6.1.64-211-mmc-sdhci_am654-fix-start-loop-index-for-TAP-v.patch - patches.kernel.org/6.1.64-212-mmc-Add-quirk-MMC_QUIRK_BROKEN_CACHE_FLUSH-for.patch - patches.kernel.org/6.1.64-213-PCI-ASPM-Fix-L1-substate-handling-in-aspm_attr.patch - patches.kernel.org/6.1.64-214-PCI-kirin-Don-t-discard-.remove-callback.patch - patches.kernel.org/6.1.64-215-PCI-exynos-Don-t-discard-.remove-callback.patch - patches.kernel.org/6.1.64-216-wifi-wilc1000-use-vmm_table-as-array-in-wilc-s.patch - patches.kernel.org/6.1.64-217-svcrdma-Drop-connection-after-an-RDMA-Read-err.patch - patches.kernel.org/6.1.64-218-rcu-tree-Defer-setting-of-jiffies-during-stall.patch - patches.kernel.org/6.1.64-219-arm64-dts-qcom-ipq6018-Fix-hwlock-index-for-SM.patch - patches.kernel.org/6.1.64-220-PM-hibernate-Use-__get_safe_page-rather-than-t.patch - patches.kernel.org/6.1.64-221-PM-hibernate-Clean-up-sync_read-handling-in-sn.patch - patches.kernel.org/6.1.64-222-rcu-kmemleak-Ignore-kmemleak-false-positives-w.patch - patches.kernel.org/6.1.64-223-btrfs-don-t-arbitrarily-slow-down-delalloc-if-.patch - patches.kernel.org/6.1.64-224-arm64-dts-qcom-ipq8074-Fix-hwlock-index-for-SM.patch - patches.kernel.org/6.1.64-225-firmware-qcom_scm-use-64-bit-calling-conventio.patch - patches.kernel.org/6.1.64-226-ACPI-FPDT-properly-handle-invalid-FPDT-subtabl.patch - patches.kernel.org/6.1.64-227-arm64-dts-qcom-ipq6018-Fix-tcsr_mutex-register.patch - patches.kernel.org/6.1.64-228-mfd-qcom-spmi-pmic-Fix-reference-leaks-in-revi.patch - patches.kernel.org/6.1.64-229-mfd-qcom-spmi-pmic-Fix-revid-implementation.patch - patches.kernel.org/6.1.64-230-ima-annotate-iint-mutex-to-avoid-lockdep-false.patch - patches.kernel.org/6.1.64-231-ima-detect-changes-to-the-backing-overlay-file.patch - patches.kernel.org/6.1.64-232-netfilter-nf_tables-remove-catchall-element-in.patch - patches.kernel.org/6.1.64-233-netfilter-nf_tables-split-async-and-sync-catch.patch - patches.kernel.org/6.1.64-234-selftests-resctrl-Remove-duplicate-feature-che.patch - patches.kernel.org/6.1.64-235-selftests-resctrl-Move-_GNU_SOURCE-define-into.patch - patches.kernel.org/6.1.64-236-selftests-resctrl-Reduce-failures-due-to-outli.patch - patches.kernel.org/6.1.64-237-hid-lenovo-Resend-all-settings-on-reset_resume.patch - patches.kernel.org/6.1.64-238-ASoC-codecs-wsa-macro-fix-uninitialized-stack-.patch - patches.kernel.org/6.1.64-239-jbd2-fix-potential-data-lost-in-recovering-jou.patch - patches.kernel.org/6.1.64-240-quota-explicitly-forbid-quota-files-from-being.patch - patches.kernel.org/6.1.64-241-kernel-reboot-emergency_restart-Set-correct-sy.patch - patches.kernel.org/6.1.64-242-i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch - patches.kernel.org/6.1.64-243-tracing-Have-the-user-copy-of-synthetic-event-.patch - patches.kernel.org/6.1.64-244-driver-core-Release-all-resources-during-unbin.patch - patches.kernel.org/6.1.64-245-mcb-fix-error-handling-for-different-scenarios.patch - patches.kernel.org/6.1.64-246-dmaengine-stm32-mdma-correct-desc-prep-when-ch.patch - patches.kernel.org/6.1.64-247-s390-cmma-fix-detection-of-DAT-pages.patch - patches.kernel.org/6.1.64-248-mm-cma-use-nth_page-in-place-of-direct-struct-.patch - patches.kernel.org/6.1.64-249-mm-memory_hotplug-use-pfn-math-in-place-of-dir.patch - patches.kernel.org/6.1.64-250-mtd-cfi_cmdset_0001-Byte-swap-OTP-info.patch - patches.kernel.org/6.1.64-251-i3c-master-cdns-Fix-reading-status-register.patch - patches.kernel.org/6.1.64-252-i3c-master-svc-fix-race-condition-in-ibi-work-.patch - patches.kernel.org/6.1.64-253-i3c-master-svc-fix-wrong-data-return-when-IBI-.patch - patches.kernel.org/6.1.64-254-i3c-master-svc-fix-ibi-may-not-return-mandator.patch - patches.kernel.org/6.1.64-255-i3c-master-svc-fix-check-wrong-status-register.patch - patches.kernel.org/6.1.64-256-i3c-master-svc-fix-SDA-keep-low-when-polling-I.patch - patches.kernel.org/6.1.64-257-parisc-Prevent-booting-64-bit-kernels-on-PA1.x.patch - patches.kernel.org/6.1.64-258-parisc-pgtable-Do-not-drop-upper-5-address-bit.patch - patches.kernel.org/6.1.64-259-parisc-power-Fix-power-soft-off-when-running-o.patch - patches.kernel.org/6.1.64-260-xhci-Enable-RPM-on-controllers-that-support-lo.patch - patches.kernel.org/6.1.64-261-fs-add-ctime-accessors-infrastructure.patch - patches.kernel.org/6.1.64-262-smb3-fix-creating-FIFOs-when-mounting-with-sfu.patch - patches.kernel.org/6.1.64-263-smb3-fix-touch-h-of-symlink.patch - patches.kernel.org/6.1.64-264-smb3-fix-caching-of-ctime-on-setxattr.patch - patches.kernel.org/6.1.64-265-smb-client-fix-use-after-free-bug-in-cifs_debu.patch - patches.kernel.org/6.1.64-266-smb-client-fix-potential-deadlock-when-releasi.patch - patches.kernel.org/6.1.64-267-cifs-reconnect-helper-should-set-reconnect-for.patch - patches.kernel.org/6.1.64-268-cifs-force-interface-update-before-a-fresh-ses.patch - patches.kernel.org/6.1.64-269-cifs-do-not-reset-chan_max-if-multichannel-is-.patch - patches.kernel.org/6.1.64-270-xfs-recovery-should-not-clear-di_flushiter-unc.patch - patches.kernel.org/6.1.64-271-btrfs-zoned-wait-for-data-BG-to-be-finished-on.patch - patches.kernel.org/6.1.64-272-ALSA-info-Fix-potential-deadlock-at-disconnect.patch - patches.kernel.org/6.1.64-273-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G8.patch - patches.kernel.org/6.1.64-274-ALSA-hda-realtek-Add-Dell-ALC295-to-pin-fall-b.patch - patches.kernel.org/6.1.64-275-ALSA-hda-realtek-Enable-internal-speaker-of-AS.patch - patches.kernel.org/6.1.64-276-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G10.patch - patches.kernel.org/6.1.64-277-ALSA-hda-realtek-Add-quirks-for-HP-Laptops.patch - patches.kernel.org/6.1.64-278-pmdomain-bcm-bcm2835-power-check-if-the-ASB-re.patch - patches.kernel.org/6.1.64-279-pmdomain-imx-Make-imx-pgc-power-domain-also-se.patch - patches.kernel.org/6.1.64-280-cpufreq-stats-Fix-buffer-overflow-detection-in.patch - patches.kernel.org/6.1.64-281-clk-visconti-remove-unused-visconti_pll_provid.patch - patches.kernel.org/6.1.64-282-clk-visconti-Fix-undefined-behavior-bug-in-str.patch - patches.kernel.org/6.1.64-283-Bluetooth-btusb-Add-Realtek-RTL8852BE-support-.patch - patches.kernel.org/6.1.64-284-bluetooth-Add-device-0bda-887b-to-device-table.patch - patches.kernel.org/6.1.64-285-bluetooth-Add-device-13d3-3571-to-device-table.patch - patches.kernel.org/6.1.64-286-Bluetooth-btusb-Add-RTW8852BE-device-13d3-3570.patch - patches.kernel.org/6.1.64-287-Bluetooth-btusb-Add-0bda-b85b-for-Fn-Link-RTL8.patch - patches.kernel.org/6.1.64-288-drm-amd-display-enable-dsc_clk-even-if-dsc_pg-.patch - patches.kernel.org/6.1.64-289-cxl-region-Validate-region-mode-vs-decoder-mod.patch - patches.kernel.org/6.1.64-290-cxl-region-Cleanup-target-list-on-attach-error.patch - patches.kernel.org/6.1.64-291-cxl-region-Move-region-position-validation-to-.patch - patches.kernel.org/6.1.64-292-cxl-region-Do-not-try-to-cleanup-after-cxl_reg.patch - patches.kernel.org/6.1.64-293-i3c-master-svc-add-NACK-check-after-start-byte.patch - patches.kernel.org/6.1.64-294-i3c-master-svc-fix-random-hot-join-failure-sin.patch - patches.kernel.org/6.1.64-295-cxl-Unify-debug-messages-when-calling-devm_cxl.patch - patches.kernel.org/6.1.64-296-cxl-mem-Move-devm_cxl_add_endpoint-from-cxl_co.patch - patches.kernel.org/6.1.64-297-tools-testing-cxl-Define-a-fixed-volatile-conf.patch - patches.kernel.org/6.1.64-298-cxl-region-Fix-x1-root-decoder-granularity-cal.patch - patches.kernel.org/6.1.64-299-Revert-ncsi-Propagate-carrier-gain-loss-events.patch - patches.kernel.org/6.1.64-300-Revert-i2c-pxa-move-to-generic-GPIO-recovery.patch - patches.kernel.org/6.1.64-301-lsm-fix-default-return-value-for-vm_enough_mem.patch - patches.kernel.org/6.1.64-302-lsm-fix-default-return-value-for-inode_getsecc.patch - patches.kernel.org/6.1.64-303-sbsa_gwdt-Calculate-timeout-with-64-bit-math.patch - patches.kernel.org/6.1.64-304-i2c-designware-Disable-TX_EMPTY-irq-while-wait.patch - patches.kernel.org/6.1.64-305-s390-ap-fix-AP-bus-crash-on-early-config-chang.patch - patches.kernel.org/6.1.64-306-net-ethtool-Fix-documentation-of-ethtool_sprin.patch - patches.kernel.org/6.1.64-307-net-dsa-lan9303-consequently-nested-lock-physi.patch - patches.kernel.org/6.1.64-308-net-phylink-initialize-carrier-state-at-creati.patch - patches.kernel.org/6.1.64-309-i2c-i801-fix-potential-race-in-i801_block_tran.patch - patches.kernel.org/6.1.64-310-f2fs-do-not-return-EFSCORRUPTED-but-try-to-run.patch - patches.kernel.org/6.1.64-311-f2fs-avoid-format-overflow-warning.patch - patches.kernel.org/6.1.64-312-media-lirc-drop-trailing-space-from-scancode-t.patch - patches.kernel.org/6.1.64-313-media-sharp-fix-sharp-encoding.patch - patches.kernel.org/6.1.64-314-media-venus-hfi_parser-Add-check-to-keep-the-n.patch - patches.kernel.org/6.1.64-315-media-venus-hfi-fix-the-check-to-handle-sessio.patch - patches.kernel.org/6.1.64-316-media-venus-hfi-add-checks-to-handle-capabilit.patch - patches.kernel.org/6.1.64-317-media-ccs-Correctly-initialise-try-compose-rec.patch - patches.kernel.org/6.1.64-318-drm-mediatek-dp-fix-memory-leak-on-get_edid-ca.patch - patches.kernel.org/6.1.64-319-drm-mediatek-dp-fix-memory-leak-on-get_edid-ca.patch - patches.kernel.org/6.1.64-320-dm-verity-don-t-use-blocking-calls-from-taskle.patch - patches.kernel.org/6.1.64-321-nfsd-fix-file-memleak-on-client_opens_release.patch - patches.kernel.org/6.1.64-322-LoongArch-Mark-__percpu-functions-as-always-in.patch - patches.kernel.org/6.1.64-323-riscv-mm-Update-the-comment-of-CONFIG_PAGE_OFF.patch - patches.kernel.org/6.1.64-324-riscv-correct-pt_level-name-via-pgtable_l5-4_e.patch - patches.kernel.org/6.1.64-325-riscv-kprobes-allow-writing-to-x0.patch - patches.kernel.org/6.1.64-326-mmc-sdhci-pci-gli-A-workaround-to-allow-GL9750.patch - patches.kernel.org/6.1.64-327-mm-fix-for-negative-counter-nr_file_hugepages.patch - patches.kernel.org/6.1.64-328-mm-kmem-drop-__GFP_NOFAIL-when-allocating-objc.patch - patches.kernel.org/6.1.64-329-mptcp-deal-with-large-GSO-size.patch - patches.kernel.org/6.1.64-330-mptcp-add-validity-check-for-sending-RM_ADDR.patch - patches.kernel.org/6.1.64-331-mptcp-fix-setsockopt-IP_TOS-subflow-locking.patch - patches.kernel.org/6.1.64-332-r8169-fix-network-lost-after-resume-on-DASH-sy.patch - patches.kernel.org/6.1.64-333-r8169-add-handling-DASH-when-DASH-is-disabled.patch - patches.kernel.org/6.1.64-334-mmc-sdhci-pci-gli-GL9750-Mask-the-replay-timer.patch - patches.kernel.org/6.1.64-335-media-qcom-camss-Fix-pm_domain_on-sequence-in-.patch - patches.kernel.org/6.1.64-336-media-qcom-camss-Fix-vfe_get-error-jump.patch - patches.kernel.org/6.1.64-337-media-qcom-camss-Fix-VFE-17x-vfe_disable_outpu.patch - patches.kernel.org/6.1.64-338-media-qcom-camss-Fix-VFE-480-vfe_disable_outpu.patch - patches.kernel.org/6.1.64-339-media-qcom-camss-Fix-missing-vfe_lite-clocks-c.patch - patches.kernel.org/6.1.64-340-media-qcom-camss-Fix-invalid-clock-enable-bit-.patch - patches.kernel.org/6.1.64-341-media-qcom-camss-Fix-csid-gen2-for-test-patter.patch - patches.kernel.org/6.1.64-342-Revert-net-r8169-Disable-multicast-filter-for-.patch - patches.kernel.org/6.1.64-343-ext4-apply-umask-if-ACL-support-is-disabled.patch - patches.kernel.org/6.1.64-344-ext4-correct-offset-of-gdb-backup-in-non-meta_.patch - patches.kernel.org/6.1.64-345-ext4-mark-buffer-new-if-it-is-unwritten-to-avo.patch - patches.kernel.org/6.1.64-346-ext4-correct-return-value-of-ext4_convert_meta.patch - patches.kernel.org/6.1.64-347-ext4-correct-the-start-block-of-counting-reser.patch - patches.kernel.org/6.1.64-348-ext4-remove-gdb-backup-copy-for-meta-bg-in-set.patch - patches.kernel.org/6.1.64-349-ext4-add-missed-brelse-in-update_backups.patch - patches.kernel.org/6.1.64-350-ext4-properly-sync-file-size-update-after-O_SY.patch - patches.kernel.org/6.1.64-351-drm-amd-pm-Handle-non-terminated-overdrive-com.patch - patches.kernel.org/6.1.64-352-drm-i915-Bump-GLK-CDCLK-frequency-when-driving.patch - patches.kernel.org/6.1.64-353-drm-i915-Fix-potential-spectre-vulnerability.patch - patches.kernel.org/6.1.64-354-drm-amd-pm-Fix-error-of-MACO-flag-setting-code.patch - patches.kernel.org/6.1.64-355-drm-amdgpu-smu13-drop-compute-workload-workaro.patch - patches.kernel.org/6.1.64-356-drm-amdgpu-don-t-use-pci_is_thunderbolt_attach.patch - patches.kernel.org/6.1.64-357-drm-amdgpu-don-t-use-ATRM-for-external-devices.patch - patches.kernel.org/6.1.64-358-drm-amdgpu-fix-error-handling-in-amdgpu_bo_lis.patch - patches.kernel.org/6.1.64-359-drm-amdgpu-lower-CS-errors-to-debug-severity.patch - patches.kernel.org/6.1.64-360-drm-amd-display-fix-a-NULL-pointer-dereference.patch - patches.kernel.org/6.1.64-361-drm-amd-display-Enable-fast-plane-updates-on-D.patch - patches.kernel.org/6.1.64-362-drm-amd-display-Change-the-DMCUB-mailbox-memor.patch - patches.kernel.org/6.1.64-363-powerpc-powernv-Fix-fortify-source-warnings-in.patch - patches.kernel.org/6.1.64-364-tracing-Have-trace_event_file-have-ref-counter.patch - patches.kernel.org/6.1.64-365-Input-xpad-add-VID-for-Turtle-Beach-controller.patch - patches.kernel.org/6.1.64-366-mmc-sdhci-pci-gli-GL9755-Mask-the-replay-timer.patch - patches.kernel.org/6.1.64-367-cxl-port-Fix-NULL-pointer-access-in-devm_cxl_a.patch - patches.kernel.org/6.1.64-368-RISC-V-drop-error-print-from-riscv_hartid_to_c.patch - patches.kernel.org/6.1.64-369-Linux-6.1.64.patch - patches.kernel.org/6.1.65-001-afs-Fix-afs_server_list-to-be-cleaned-up-with-.patch - patches.kernel.org/6.1.65-002-afs-Make-error-on-cell-lookup-failure-consiste.patch - patches.kernel.org/6.1.65-003-drm-panel-boe-tv101wum-nl6-Fine-tune-the-panel.patch - patches.kernel.org/6.1.65-004-drm-panel-auo-b101uan08.3-Fine-tune-the-panel-.patch - patches.kernel.org/6.1.65-005-drm-panel-simple-Fix-Innolux-G101ICE-L01-bus-f.patch - patches.kernel.org/6.1.65-006-drm-panel-simple-Fix-Innolux-G101ICE-L01-timin.patch - patches.kernel.org/6.1.65-007-wireguard-use-DEV_STATS_INC.patch - patches.kernel.org/6.1.65-008-octeontx2-pf-Fix-memory-leak-during-interface-.patch - patches.kernel.org/6.1.65-009-ata-pata_isapnp-Add-missing-error-check-for-de.patch - patches.kernel.org/6.1.65-010-drm-i915-do-not-clean-GT-table-on-error-path.patch - patches.kernel.org/6.1.65-011-drm-rockchip-vop-Fix-color-for-RGB888-BGR888-f.patch - patches.kernel.org/6.1.65-012-HID-fix-HID-device-resource-race-between-HID-c.patch - patches.kernel.org/6.1.65-013-ipv4-Correct-silence-an-endian-warning-in-__ip.patch - patches.kernel.org/6.1.65-014-net-usb-ax88179_178a-fix-failed-operations-dur.patch - patches.kernel.org/6.1.65-015-net-smc-avoid-data-corruption-caused-by-declin.patch - patches.kernel.org/6.1.65-016-arm-xen-fix-xen_vcpu_info-allocation-alignment.patch - patches.kernel.org/6.1.65-017-octeontx2-pf-Fix-ntuple-rule-creation-to-direc.patch - patches.kernel.org/6.1.65-018-amd-xgbe-handle-corner-case-during-sfp-hotplug.patch - patches.kernel.org/6.1.65-019-amd-xgbe-handle-the-corner-case-during-tx-comp.patch - patches.kernel.org/6.1.65-020-amd-xgbe-propagate-the-correct-speed-and-duple.patch - patches.kernel.org/6.1.65-021-net-axienet-Fix-check-for-partial-TX-checksum.patch - patches.kernel.org/6.1.65-022-afs-Return-ENOENT-if-no-cell-DNS-record-can-be.patch - patches.kernel.org/6.1.65-023-afs-Fix-file-locking-on-R-O-volumes-to-operate.patch - patches.kernel.org/6.1.65-024-mm-kfence-decouple-kfence-from-page-granularit.patch - patches.kernel.org/6.1.65-025-arm64-mm-Fix-rodata-on-when-CONFIG_RODATA_FULL.patch - patches.kernel.org/6.1.65-026-i40e-use-ERR_PTR-error-print-in-i40e-messages.patch - patches.kernel.org/6.1.65-027-i40e-Fix-adding-unsupported-cloud-filters.patch - patches.kernel.org/6.1.65-028-nvmet-nul-terminate-the-NQNs-passed-in-the-con.patch - patches.kernel.org/6.1.65-029-USB-dwc3-qcom-fix-resource-leaks-on-probe-defe.patch - patches.kernel.org/6.1.65-030-USB-dwc3-qcom-fix-ACPI-platform-device-leak.patch - patches.kernel.org/6.1.65-031-lockdep-Fix-block-chain-corruption.patch - patches.kernel.org/6.1.65-032-cifs-minor-cleanup-of-some-headers.patch - patches.kernel.org/6.1.65-033-smb3-allow-dumping-session-and-tcon-id-to-impr.patch - patches.kernel.org/6.1.65-034-cifs-print-last-update-time-for-interface-list.patch - patches.kernel.org/6.1.65-035-cifs-distribute-channels-across-interfaces-bas.patch - patches.kernel.org/6.1.65-036-cifs-account-for-primary-channel-in-the-interf.patch - patches.kernel.org/6.1.65-037-cifs-fix-leak-of-iface-for-primary-channel.patch - patches.kernel.org/6.1.65-038-MIPS-KVM-Fix-a-build-warning-about-variable-se.patch - patches.kernel.org/6.1.65-039-media-camss-Split-power-domain-management.patch - patches.kernel.org/6.1.65-040-media-camss-Convert-to-platform-remove-callbac.patch - patches.kernel.org/6.1.65-041-media-qcom-Initialise-V4L2-async-notifier-late.patch - patches.kernel.org/6.1.65-042-media-qcom-camss-Fix-V4L2-async-notifier-error.patch - patches.kernel.org/6.1.65-043-media-qcom-camss-Fix-genpd-cleanup.patch - patches.kernel.org/6.1.65-044-ext4-add-a-new-helper-to-check-if-es-must-be-k.patch - patches.kernel.org/6.1.65-045-ext4-factor-out-__es_alloc_extent-and-__es_fre.patch - patches.kernel.org/6.1.65-046-ext4-use-pre-allocated-es-in-__es_insert_exten.patch - patches.kernel.org/6.1.65-047-ext4-use-pre-allocated-es-in-__es_remove_exten.patch - patches.kernel.org/6.1.65-048-ext4-using-nofail-preallocation-in-ext4_es_rem.patch - patches.kernel.org/6.1.65-049-ext4-using-nofail-preallocation-in-ext4_es_ins.patch - patches.kernel.org/6.1.65-050-ext4-using-nofail-preallocation-in-ext4_es_ins.patch - patches.kernel.org/6.1.65-051-ext4-fix-slab-use-after-free-in-ext4_es_insert.patch - patches.kernel.org/6.1.65-052-ext4-make-sure-allocate-pending-entry-not-fail.patch - patches.kernel.org/6.1.65-053-NFSD-Fix-start-of-NFS-reply-pointer-passed-to-.patch - patches.kernel.org/6.1.65-054-NFSD-Fix-checksum-mismatches-in-the-duplicate-.patch - patches.kernel.org/6.1.65-055-arm64-dts-imx8mn-var-som-add-20ms-delay-to-eth.patch - patches.kernel.org/6.1.65-056-ACPI-resource-Skip-IRQ-override-on-ASUS-Expert.patch - patches.kernel.org/6.1.65-057-swiotlb-xen-provide-the-max_mapping_size-metho.patch - patches.kernel.org/6.1.65-058-bcache-replace-a-mistaken-IS_ERR-by-IS_ERR_OR_.patch - patches.kernel.org/6.1.65-059-md-fix-bi_status-reporting-in-md_end_clone_io.patch - patches.kernel.org/6.1.65-060-bcache-fixup-multi-threaded-bch_sectors_dirty_.patch - patches.kernel.org/6.1.65-061-io_uring-fs-consider-link-flags-when-getting-p.patch - patches.kernel.org/6.1.65-062-s390-dasd-protect-device-queue-against-concurr.patch - patches.kernel.org/6.1.65-063-USB-serial-option-add-Luat-Air72-U-series-prod.patch - patches.kernel.org/6.1.65-064-hv_netvsc-fix-race-of-netvsc-and-VF-register_n.patch - patches.kernel.org/6.1.65-065-hv_netvsc-Fix-race-of-register_netdevice_notif.patch - patches.kernel.org/6.1.65-066-hv_netvsc-Mark-VF-as-slave-before-exposing-it-.patch - patches.kernel.org/6.1.65-067-dm-delay-fix-a-race-between-delay_presuspend-a.patch - patches.kernel.org/6.1.65-068-bcache-check-return-value-from-btree_node_allo.patch - patches.kernel.org/6.1.65-069-bcache-prevent-potential-division-by-zero-erro.patch - patches.kernel.org/6.1.65-070-bcache-fixup-init-dirty-data-errors.patch - patches.kernel.org/6.1.65-071-bcache-fixup-lock-c-root-error.patch - patches.kernel.org/6.1.65-072-usb-cdnsp-Fix-deadlock-issue-during-using-NCM-.patch - patches.kernel.org/6.1.65-073-USB-serial-option-add-Fibocom-L7xx-modules.patch - patches.kernel.org/6.1.65-074-USB-serial-option-fix-FM101R-GL-defines.patch - patches.kernel.org/6.1.65-075-USB-serial-option-don-t-claim-interface-4-for-.patch - patches.kernel.org/6.1.65-076-usb-typec-tcpm-Skip-hard-reset-when-in-error-r.patch - patches.kernel.org/6.1.65-077-USB-dwc2-write-HCINT-with-INTMASK-applied.patch - patches.kernel.org/6.1.65-078-usb-dwc3-Fix-default-mode-initialization.patch - patches.kernel.org/6.1.65-079-usb-dwc3-set-the-dma-max_seg_size.patch - patches.kernel.org/6.1.65-080-USB-dwc3-qcom-fix-software-node-leak-on-probe-.patch - patches.kernel.org/6.1.65-081-USB-dwc3-qcom-fix-wakeup-after-probe-deferral.patch - patches.kernel.org/6.1.65-082-io_uring-fix-off-by-one-bvec-index.patch - patches.kernel.org/6.1.65-083-Linux-6.1.65.patch - patches.kernel.org/6.1.66-001-cifs-Fix-FALLOC_FL_ZERO_RANGE-by-setting-i_siz.patch - patches.kernel.org/6.1.66-002-cifs-Fix-FALLOC_FL_INSERT_RANGE-by-setting-i_s.patch - patches.kernel.org/6.1.66-003-smb-client-report-correct-st_size-for-SMB-and-.patch - patches.kernel.org/6.1.66-004-pinctrl-avoid-reload-of-p-state-in-list-iterat.patch - patches.kernel.org/6.1.66-005-firewire-core-fix-possible-memory-leak-in-crea.patch - patches.kernel.org/6.1.66-006-mmc-sdhci-pci-gli-Disable-LPM-during-initializ.patch - patches.kernel.org/6.1.66-007-mmc-cqhci-Increase-recovery-halt-timeout.patch - patches.kernel.org/6.1.66-008-mmc-cqhci-Warn-of-halt-or-task-clear-failure.patch - patches.kernel.org/6.1.66-009-mmc-cqhci-Fix-task-clearing-in-CQE-error-recov.patch - patches.kernel.org/6.1.66-010-mmc-block-Retry-commands-in-CQE-error-recovery.patch - patches.kernel.org/6.1.66-011-mmc-block-Do-not-lose-cache-flush-during-CQE-e.patch - patches.kernel.org/6.1.66-012-mmc-block-Be-sure-to-wait-while-busy-in-CQE-er.patch - patches.kernel.org/6.1.66-013-ALSA-hda-Disable-power-save-on-KONTRON-SingleP.patch - patches.kernel.org/6.1.66-014-ALSA-hda-realtek-Headset-Mic-VREF-to-100.patch - patches.kernel.org/6.1.66-015-ALSA-hda-realtek-Add-supported-ALC257-for-Chro.patch - patches.kernel.org/6.1.66-016-dm-verity-align-struct-dm_verity_fec_io-proper.patch - patches.kernel.org/6.1.66-017-scsi-Change-SCSI-device-boolean-fields-to-sing.patch - patches.kernel.org/6.1.66-018-scsi-sd-Fix-system-start-for-ATA-devices.patch - patches.kernel.org/6.1.66-019-drm-amd-Enable-PCIe-PME-from-D3.patch - patches.kernel.org/6.1.66-020-drm-amdgpu-Force-order-between-a-read-and-writ.patch - patches.kernel.org/6.1.66-021-drm-amd-display-Include-udelay-when-waiting-fo.patch - patches.kernel.org/6.1.66-022-drm-amd-display-Remove-min_dst_y_next_start-ch.patch - patches.kernel.org/6.1.66-023-drm-amd-display-Use-DRAM-speed-from-validation.patch - patches.kernel.org/6.1.66-024-drm-amd-display-Update-min-Z8-residency-time-t.patch - patches.kernel.org/6.1.66-025-drm-amd-display-fix-ABM-disablement.patch - patches.kernel.org/6.1.66-026-dm-verity-initialize-fec-io-before-freeing-it.patch - patches.kernel.org/6.1.66-027-dm-verity-don-t-perform-FEC-for-failed-readahe.patch - patches.kernel.org/6.1.66-028-nvme-check-for-valid-nvme_identify_ns-before-u.patch - patches.kernel.org/6.1.66-029-powercap-DTPM-Fix-unneeded-conversions-to-micr.patch - patches.kernel.org/6.1.66-030-cpufreq-amd-pstate-Fix-the-return-value-of-amd.patch - patches.kernel.org/6.1.66-031-dma-buf-fix-check-in-dma_resv_add_fence.patch - patches.kernel.org/6.1.66-032-bcache-revert-replacing-IS_ERR_OR_NULL-with-IS.patch - patches.kernel.org/6.1.66-033-iommu-vt-d-Add-MTL-to-quirk-list-to-skip-TE-di.patch - patches.kernel.org/6.1.66-034-KVM-PPC-Book3S-HV-Fix-KVM_RUN-clobbering-FP-VE.patch - patches.kernel.org/6.1.66-035-powerpc-Don-t-clobber-f0-vs0-during-fp-altivec.patch - patches.kernel.org/6.1.66-036-parisc-Mark-ex_table-entries-32-bit-aligned-in.patch - patches.kernel.org/6.1.66-037-parisc-Mark-ex_table-entries-32-bit-aligned-in.patch - patches.kernel.org/6.1.66-038-parisc-Use-natural-CPU-alignment-for-bug_table.patch - patches.kernel.org/6.1.66-039-parisc-Mark-lock_aligned-variables-16-byte-ali.patch - patches.kernel.org/6.1.66-040-parisc-Drop-the-HP-UX-ENOSYM-and-EREMOTERELEAS.patch - patches.kernel.org/6.1.66-041-parisc-Mark-jump_table-naturally-aligned.patch - patches.kernel.org/6.1.66-042-parisc-Ensure-32-bit-alignment-on-parisc-unwin.patch - patches.kernel.org/6.1.66-043-parisc-Mark-altinstructions-read-only-and-32-b.patch - patches.kernel.org/6.1.66-044-btrfs-add-dmesg-output-for-first-mount-and-las.patch - patches.kernel.org/6.1.66-045-btrfs-ref-verify-fix-memory-leaks-in-btrfs_ref.patch - patches.kernel.org/6.1.66-046-btrfs-fix-off-by-one-when-checking-chunk-map-i.patch - patches.kernel.org/6.1.66-047-btrfs-send-ensure-send_fd-is-writable.patch - patches.kernel.org/6.1.66-048-btrfs-make-error-messages-more-clear-when-gett.patch - patches.kernel.org/6.1.66-049-btrfs-fix-64bit-compat-send-ioctl-arguments-no.patch - patches.kernel.org/6.1.66-050-Input-xpad-add-HyperX-Clutch-Gladiate-Support.patch - patches.kernel.org/6.1.66-051-auxdisplay-hd44780-move-cursor-home-after-clea.patch - patches.kernel.org/6.1.66-052-serial-sc16is7xx-Put-IOControl-register-into-r.patch - patches.kernel.org/6.1.66-053-serial-sc16is7xx-add-missing-support-for-rs485.patch - patches.kernel.org/6.1.66-054-wifi-cfg80211-fix-CQM-for-non-range-use.patch - patches.kernel.org/6.1.66-055-USB-xhci-plat-fix-legacy-PHY-double-init.patch - patches.kernel.org/6.1.66-056-USB-core-Change-configuration-warnings-to-noti.patch - patches.kernel.org/6.1.66-057-usb-config-fix-iteration-issue-in-usb_get_bos_.patch - patches.kernel.org/6.1.66-058-ipv4-igmp-fix-refcnt-uaf-issue-when-receiving-.patch - patches.kernel.org/6.1.66-059-dpaa2-eth-increase-the-needed-headroom-to-acco.patch - patches.kernel.org/6.1.66-060-uapi-propagate-__struct_group-attributes-to-th.patch - patches.kernel.org/6.1.66-061-selftests-net-ipsec-fix-constant-out-of-range.patch - patches.kernel.org/6.1.66-062-selftests-net-fix-a-char-signedness-issue.patch - patches.kernel.org/6.1.66-063-selftests-net-unix-fix-unused-variable-compile.patch - patches.kernel.org/6.1.66-064-selftests-net-mptcp-fix-uninitialized-variable.patch - patches.kernel.org/6.1.66-065-octeontx2-af-Fix-possible-buffer-overflow.patch - patches.kernel.org/6.1.66-066-net-stmmac-xgmac-Disable-FPE-MMC-interrupts.patch - patches.kernel.org/6.1.66-067-octeontx2-pf-Fix-adding-mbox-work-queue-entry-.patch - patches.kernel.org/6.1.66-068-octeontx2-af-Install-TC-filter-rules-in-hardwa.patch - patches.kernel.org/6.1.66-069-octeontx2-pf-Restore-TC-ingress-police-rules-w.patch - patches.kernel.org/6.1.66-070-r8169-prevent-potential-deadlock-in-rtl8169_cl.patch - patches.kernel.org/6.1.66-071-ravb-Fix-races-between-ravb_tx_timeout_work-an.patch - patches.kernel.org/6.1.66-072-net-ravb-Check-return-value-of-reset_control_d.patch - patches.kernel.org/6.1.66-073-net-ravb-Use-pm_runtime_resume_and_get.patch - patches.kernel.org/6.1.66-074-net-ravb-Make-write-access-to-CXR35-first-befo.patch - patches.kernel.org/6.1.66-075-net-ravb-Start-TX-queues-after-HW-initializati.patch - patches.kernel.org/6.1.66-076-net-ravb-Stop-DMA-in-case-of-failures-on-ravb_.patch - patches.kernel.org/6.1.66-077-net-ravb-Keep-reverse-order-of-operations-in-r.patch - patches.kernel.org/6.1.66-078-KVM-x86-Fix-lapic-timer-interrupt-lost-after-l.patch - patches.kernel.org/6.1.66-079-PCI-Lengthen-reset-delay-for-VideoPropulsion-T.patch - patches.kernel.org/6.1.66-080-octeontx2-af-Initialize-cntr_val-to-fix-uninit.patch - patches.kernel.org/6.1.66-081-PCI-qcom-ep-Add-dedicated-callback-for-writing.patch - patches.kernel.org/6.1.66-082-fbdev-stifb-Make-the-STI-next-font-pointer-a-3.patch - patches.kernel.org/6.1.66-083-spi-Fix-null-dereference-on-suspend.patch - patches.kernel.org/6.1.66-084-drm-amd-display-Restore-rptr-wptr-for-DMCUB-as.patch - patches.kernel.org/6.1.66-085-drm-amd-display-Guard-against-invalid-RPTR-WPT.patch - patches.kernel.org/6.1.66-086-cpufreq-imx6q-don-t-warn-for-disabling-a-non-e.patch - patches.kernel.org/6.1.66-087-cpufreq-imx6q-Don-t-disable-792-Mhz-OPP-unnece.patch - patches.kernel.org/6.1.66-088-iommu-vt-d-Omit-devTLB-invalidation-requests-w.patch - patches.kernel.org/6.1.66-089-iommu-vt-d-Allocate-pasid-table-in-device-prob.patch - patches.kernel.org/6.1.66-090-iommu-vt-d-Add-device_block_translation-helper.patch - patches.kernel.org/6.1.66-091-iommu-vt-d-Disable-PCI-ATS-in-legacy-passthrou.patch - patches.kernel.org/6.1.66-092-iommu-vt-d-Make-context-clearing-consistent-wi.patch - patches.kernel.org/6.1.66-093-drm-amd-pm-fix-a-memleak-in-aldebaran_tables_i.patch - patches.kernel.org/6.1.66-094-mmc-core-add-helpers-mmc_regulator_enable-disa.patch - patches.kernel.org/6.1.66-095-mmc-sdhci-sprd-Fix-vqmmc-not-shutting-down-aft.patch - patches.kernel.org/6.1.66-096-drm-amd-display-Expand-kernel-doc-for-DC.patch - patches.kernel.org/6.1.66-097-drm-amd-display-clean-code-style-issues-in-dcn.patch - patches.kernel.org/6.1.66-098-drm-amd-display-Fix-the-delta-clamping-for-sha.patch - patches.kernel.org/6.1.66-099-drm-amd-display-Fix-MPCC-1DLUT-programming.patch - patches.kernel.org/6.1.66-100-r8169-disable-ASPM-in-case-of-tx-timeout.patch - patches.kernel.org/6.1.66-101-r8169-fix-deadlock-on-RTL8125-in-jumbo-mtu-mod.patch - patches.kernel.org/6.1.66-102-xen-Allow-platform-PCI-interrupt-to-be-shared.patch - patches.kernel.org/6.1.66-103-xen-simplify-evtchn_do_upcall-call-maze.patch - patches.kernel.org/6.1.66-104-x86-xen-fix-percpu-vcpu_info-allocation.patch - patches.kernel.org/6.1.66-105-x86-apic-msi-Fix-misconfigured-non-maskable-MS.patch - patches.kernel.org/6.1.66-106-iomap-update-ki_pos-a-little-later-in-iomap_di.patch - patches.kernel.org/6.1.66-107-Linux-6.1.66.patch - patches.kernel.org/6.1.67-001-Revert-wifi-cfg80211-fix-CQM-for-non-range-use.patch - patches.kernel.org/6.1.67-002-Linux-6.1.67.patch - patches.kernel.org/6.1.68-001-vdpa-mlx5-preserve-CVQ-vringh-index.patch - patches.kernel.org/6.1.68-002-hrtimers-Push-pending-hrtimers-away-from-outgo.patch - patches.kernel.org/6.1.68-003-i2c-designware-Fix-corrupted-memory-seen-in-th.patch - patches.kernel.org/6.1.68-004-netfilter-ipset-fix-race-condition-between-swa.patch - patches.kernel.org/6.1.68-005-zstd-Fix-array-index-out-of-bounds-UBSAN-warni.patch - patches.kernel.org/6.1.68-006-tg3-Move-the-rt-x_dropped-counters-to-tg3_napi.patch - patches.kernel.org/6.1.68-007-tg3-Increment-tx_dropped-in-tg3_tso_bug.patch - patches.kernel.org/6.1.68-008-kconfig-fix-memory-leak-from-range-properties.patch - patches.kernel.org/6.1.68-009-drm-amdgpu-correct-chunk_ptr-to-a-pointer-to-c.patch - patches.kernel.org/6.1.68-010-x86-Introduce-ia32_enabled.patch - patches.kernel.org/6.1.68-011-x86-coco-Disable-32-bit-emulation-by-default-o.patch - patches.kernel.org/6.1.68-012-x86-entry-Convert-INT-0x80-emulation-to-IDTENT.patch - patches.kernel.org/6.1.68-013-x86-entry-Do-not-allow-external-0x80-interrupt.patch - patches.kernel.org/6.1.68-014-x86-tdx-Allow-32-bit-emulation-by-default.patch - patches.kernel.org/6.1.68-015-dt-dt-extract-compatibles-Handle-cfile-argumen.patch - patches.kernel.org/6.1.68-016-dt-dt-extract-compatibles-Don-t-follow-symlink.patch - patches.kernel.org/6.1.68-017-platform-x86-asus-wmi-Move-i8042-filter-instal.patch - patches.kernel.org/6.1.68-018-of-dynamic-Fix-of_reconfig_get_state_change-re.patch - patches.kernel.org/6.1.68-019-platform-x86-wmi-Skip-blocks-with-zero-instanc.patch - patches.kernel.org/6.1.68-020-ipv6-fix-potential-NULL-deref-in-fib6_add.patch - patches.kernel.org/6.1.68-021-octeontx2-pf-Add-missing-mutex-lock-in-otx2_ge.patch - patches.kernel.org/6.1.68-022-octeontx2-af-Check-return-value-of-nix_get_nix.patch - patches.kernel.org/6.1.68-023-hv_netvsc-rndis_filter-needs-to-select-NLS.patch - patches.kernel.org/6.1.68-024-r8152-Rename-RTL8152_UNPLUG-to-RTL8152_INACCES.patch - patches.kernel.org/6.1.68-025-r8152-Add-RTL8152_INACCESSIBLE-checks-to-more-.patch - patches.kernel.org/6.1.68-026-r8152-Add-RTL8152_INACCESSIBLE-to-r8156b_wait_.patch - patches.kernel.org/6.1.68-027-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_pre_fi.patch - patches.kernel.org/6.1.68-028-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_aldps_.patch - patches.kernel.org/6.1.68-029-mlxbf-bootctl-correctly-identify-secure-boot-w.patch - patches.kernel.org/6.1.68-030-platform-mellanox-Add-null-pointer-checks-for-.patch - patches.kernel.org/6.1.68-031-platform-mellanox-Check-devm_hwmon_device_regi.patch - patches.kernel.org/6.1.68-032-arcnet-restoring-support-for-multiple-Sohard-A.patch - patches.kernel.org/6.1.68-033-octeontx2-pf-consider-both-Rx-and-Tx-packet-st.patch - patches.kernel.org/6.1.68-034-net-stmmac-fix-FPE-events-losing.patch - patches.kernel.org/6.1.68-035-xsk-Skip-polling-event-check-for-unbound-socke.patch - patches.kernel.org/6.1.68-036-octeontx2-af-fix-a-use-after-free-in-rvu_npa_r.patch - patches.kernel.org/6.1.68-037-i40e-Fix-unexpected-MFS-warning-message.patch - patches.kernel.org/6.1.68-038-iavf-validate-tx_coalesce_usecs-even-if-rx_coa.patch - patches.kernel.org/6.1.68-039-net-bnxt-fix-a-potential-use-after-free-in-bnx.patch - patches.kernel.org/6.1.68-040-tcp-fix-mid-stream-window-clamp.patch - patches.kernel.org/6.1.68-041-ionic-fix-snprintf-format-length-warning.patch - patches.kernel.org/6.1.68-042-ionic-Fix-dim-work-handling-in-split-interrupt.patch - patches.kernel.org/6.1.68-043-ipv4-ip_gre-Avoid-skb_pull-failure-in-ipgre_xm.patch - patches.kernel.org/6.1.68-044-net-atlantic-Fix-NULL-dereference-of-skb-point.patch - patches.kernel.org/6.1.68-045-net-hns-fix-wrong-head-when-modify-the-tx-feat.patch - patches.kernel.org/6.1.68-046-net-hns-fix-fake-link-up-on-xge-port.patch - patches.kernel.org/6.1.68-047-octeontx2-af-Adjust-Tx-credits-when-MCS-extern.patch - patches.kernel.org/6.1.68-048-octeontx2-af-Fix-mcs-sa-cam-entries-size.patch - patches.kernel.org/6.1.68-049-octeontx2-af-Fix-mcs-stats-register-address.patch - patches.kernel.org/6.1.68-050-octeontx2-af-Add-missing-mcs-flr-handler-call.patch - patches.kernel.org/6.1.68-051-octeontx2-af-Update-Tx-link-register-range.patch - patches.kernel.org/6.1.68-052-dt-bindings-interrupt-controller-Allow-power-d.patch - patches.kernel.org/6.1.68-053-netfilter-nft_exthdr-add-boolean-DCCP-option-m.patch - patches.kernel.org/6.1.68-054-netfilter-nf_tables-fix-exist-matching-on-bige.patch - patches.kernel.org/6.1.68-055-netfilter-nf_tables-bail-out-on-mismatching-dy.patch - patches.kernel.org/6.1.68-056-netfilter-nf_tables-validate-family-when-ident.patch - patches.kernel.org/6.1.68-057-netfilter-xt_owner-Fix-for-unsafe-access-of-sk.patch - patches.kernel.org/6.1.68-058-tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch - patches.kernel.org/6.1.68-059-bpf-sockmap-updating-the-sg-structure-should-a.patch - patches.kernel.org/6.1.68-060-psample-Require-CAP_NET_ADMIN-when-joining-pac.patch - patches.kernel.org/6.1.68-061-drop_monitor-Require-CAP_SYS_ADMIN-when-joinin.patch - patches.kernel.org/6.1.68-062-mm-damon-sysfs-eliminate-potential-uninitializ.patch - patches.kernel.org/6.1.68-063-tee-optee-Fix-supplicant-based-device-enumerat.patch - patches.kernel.org/6.1.68-064-RDMA-hns-Fix-unnecessary-err-return-when-using.patch - patches.kernel.org/6.1.68-065-RDMA-irdma-Do-not-modify-to-SQD-on-error.patch - patches.kernel.org/6.1.68-066-RDMA-irdma-Add-wait-for-suspend-on-SQD.patch - patches.kernel.org/6.1.68-067-arm64-dts-rockchip-Expand-reg-size-of-vdec-nod.patch - patches.kernel.org/6.1.68-068-arm64-dts-rockchip-Expand-reg-size-of-vdec-nod.patch - patches.kernel.org/6.1.68-069-ASoC-fsl_sai-Fix-no-frame-sync-clock-issue-on-.patch - patches.kernel.org/6.1.68-070-RDMA-rtrs-srv-Do-not-unconditionally-enable-ir.patch - patches.kernel.org/6.1.68-071-RDMA-rtrs-clt-Start-hb-after-path_up.patch - patches.kernel.org/6.1.68-072-RDMA-rtrs-srv-Check-return-values-while-proces.patch - patches.kernel.org/6.1.68-073-RDMA-rtrs-srv-Free-srv_mr-iu-only-when-always_.patch - patches.kernel.org/6.1.68-074-RDMA-rtrs-srv-Destroy-path-files-after-making-.patch - patches.kernel.org/6.1.68-075-RDMA-rtrs-clt-Fix-the-max_send_wr-setting.patch - patches.kernel.org/6.1.68-076-RDMA-rtrs-clt-Remove-the-warnings-for-req-in_u.patch - patches.kernel.org/6.1.68-077-RDMA-bnxt_re-Correct-module-description-string.patch - patches.kernel.org/6.1.68-078-RDMA-irdma-Refactor-error-handling-in-create-C.patch - patches.kernel.org/6.1.68-079-RDMA-irdma-Fix-UAF-in-irdma_sc_ccq_get_cqe_inf.patch - patches.kernel.org/6.1.68-080-hwmon-acpi_power_meter-Fix-4.29-MW-bug.patch - patches.kernel.org/6.1.68-081-ASoC-codecs-lpass-tx-macro-set-active_decimato.patch - patches.kernel.org/6.1.68-082-hwmon-nzxt-kraken2-Fix-error-handling-path-in-.patch - patches.kernel.org/6.1.68-083-ASoC-wm_adsp-fix-memleak-in-wm_adsp_buffer_pop.patch - patches.kernel.org/6.1.68-084-RDMA-core-Fix-umem-iterator-when-PAGE_SIZE-is-.patch - patches.kernel.org/6.1.68-085-RDMA-irdma-Avoid-free-the-non-cqp_request-scra.patch - patches.kernel.org/6.1.68-086-drm-bridge-tc358768-select-CONFIG_VIDEOMODE_HE.patch - patches.kernel.org/6.1.68-087-arm64-dts-imx8mq-drop-usb3-resume-missing-cas-.patch - patches.kernel.org/6.1.68-088-arm64-dts-imx8mp-imx8mq-Add-parkmode-disable-s.patch - patches.kernel.org/6.1.68-089-ARM-dts-imx6ul-pico-Describe-the-Ethernet-PHY-.patch - patches.kernel.org/6.1.68-090-tracing-Fix-a-warning-when-allocating-buffered.patch - patches.kernel.org/6.1.68-091-scsi-be2iscsi-Fix-a-memleak-in-beiscsi_init_wr.patch - patches.kernel.org/6.1.68-092-ARM-imx-Check-return-value-of-devm_kasprintf-i.patch - patches.kernel.org/6.1.68-093-ARM-dts-imx7-Declare-timers-compatible-with-fs.patch - patches.kernel.org/6.1.68-094-ARM-dts-imx28-xea-Pass-the-model-property.patch - patches.kernel.org/6.1.68-095-riscv-fix-misaligned-access-handling-of-C.SWSP.patch - patches.kernel.org/6.1.68-096-md-introduce-md_ro_state.patch - patches.kernel.org/6.1.68-097-md-don-t-leave-MD_RECOVERY_FROZEN-in-error-pat.patch - patches.kernel.org/6.1.68-098-iommu-Avoid-more-races-around-device-probe.patch - patches.kernel.org/6.1.68-099-rethook-Use-__rcu-pointer-for-rethook-handler.patch - patches.kernel.org/6.1.68-100-kprobes-consistent-rcu-api-usage-for-kretprobe.patch - patches.kernel.org/6.1.68-101-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-E15.patch - patches.kernel.org/6.1.68-102-io_uring-af_unix-disable-sending-io_uring-over.patch - patches.kernel.org/6.1.68-103-nvme-pci-Add-sleep-quirk-for-Kingston-drives.patch - patches.kernel.org/6.1.68-104-io_uring-fix-mutex_unlock-with-unreferenced-ct.patch - patches.kernel.org/6.1.68-105-ALSA-usb-audio-Add-Pioneer-DJM-450-mixer-contr.patch - patches.kernel.org/6.1.68-106-ALSA-pcm-fix-out-of-bounds-in-snd_pcm_state_na.patch - patches.kernel.org/6.1.68-107-ALSA-hda-realtek-Enable-headset-on-Lenovo-M90-.patch - patches.kernel.org/6.1.68-108-ALSA-hda-realtek-add-new-Framework-laptop-to-q.patch - patches.kernel.org/6.1.68-109-ALSA-hda-realtek-Add-Framework-laptop-16-to-qu.patch - patches.kernel.org/6.1.68-110-ring-buffer-Test-last-update-in-32bit-version-.patch - patches.kernel.org/6.1.68-111-nilfs2-fix-missing-error-check-for-sb_set_bloc.patch - patches.kernel.org/6.1.68-112-nilfs2-prevent-WARNING-in-nilfs_sufile_set_seg.patch - patches.kernel.org/6.1.68-113-cgroup_freezer-cgroup_freezing-Check-if-not-fr.patch - patches.kernel.org/6.1.68-114-checkstack-fix-printed-address.patch - patches.kernel.org/6.1.68-115-tracing-Always-update-snapshot-buffer-size.patch - patches.kernel.org/6.1.68-116-tracing-Disable-snapshot-buffer-when-stopping-.patch - patches.kernel.org/6.1.68-117-tracing-Fix-incomplete-locking-when-disabling-.patch - patches.kernel.org/6.1.68-118-tracing-Fix-a-possible-race-when-disabling-buf.patch - patches.kernel.org/6.1.68-119-packet-Move-reference-count-in-packet_sock-to-.patch - patches.kernel.org/6.1.68-120-r8169-fix-rtl8125b-PAUSE-frames-blasting-when-.patch - patches.kernel.org/6.1.68-121-regmap-fix-bogus-error-on-regcache_sync-succes.patch - patches.kernel.org/6.1.68-122-platform-surface-aggregator-fix-recv_buf-retur.patch - patches.kernel.org/6.1.68-123-hugetlb-fix-null-ptr-deref-in-hugetlb_vma_lock.patch - patches.kernel.org/6.1.68-124-mm-fix-oops-when-filemap_map_pmd-without-preal.patch - patches.kernel.org/6.1.68-125-powercap-DTPM-Fix-missing-cpufreq_cpu_put-call.patch - patches.kernel.org/6.1.68-126-md-raid6-use-valid-sector-values-to-determine-.patch - patches.kernel.org/6.1.68-127-arm64-dts-mediatek-mt7622-fix-memory-node-warn.patch - patches.kernel.org/6.1.68-128-arm64-dts-mediatek-mt8183-kukui-jacuzzi-fix-ds.patch - patches.kernel.org/6.1.68-129-arm64-dts-mediatek-cherry-Fix-interrupt-cells-.patch - patches.kernel.org/6.1.68-130-arm64-dts-mediatek-mt8173-evb-Fix-regulator-fi.patch - patches.kernel.org/6.1.68-131-arm64-dts-mediatek-mt8195-Fix-PM-suspend-resum.patch - patches.kernel.org/6.1.68-132-arm64-dts-mediatek-mt8183-Fix-unit-address-for.patch - patches.kernel.org/6.1.68-133-arm64-dts-mediatek-mt8183-Move-thermal-zones-t.patch - patches.kernel.org/6.1.68-134-arm64-dts-mediatek-mt8183-evb-Fix-unit_address.patch - patches.kernel.org/6.1.68-135-binder-fix-memory-leaks-of-spam-and-pending-wo.patch - patches.kernel.org/6.1.68-136-coresight-etm4x-Make-etm4_remove_dev-return-vo.patch - patches.kernel.org/6.1.68-137-coresight-etm4x-Remove-bogous-__exit-annotatio.patch - patches.kernel.org/6.1.68-138-hwtracing-hisi_ptt-Add-dummy-callback-pmu-read.patch - patches.kernel.org/6.1.68-139-misc-mei-client.c-return-negative-error-code-i.patch - patches.kernel.org/6.1.68-140-misc-mei-client.c-fix-problem-of-return-EOVERF.patch - patches.kernel.org/6.1.68-141-LoongArch-BPF-Don-t-sign-extend-memory-load-op.patch - patches.kernel.org/6.1.68-142-LoongArch-BPF-Don-t-sign-extend-function-retur.patch - patches.kernel.org/6.1.68-143-ring-buffer-Force-absolute-timestamp-on-discar.patch - patches.kernel.org/6.1.68-144-tracing-Set-actual-size-after-ring-buffer-resi.patch - patches.kernel.org/6.1.68-145-tracing-Stop-current-tracer-when-resizing-buff.patch - patches.kernel.org/6.1.68-146-parisc-Reduce-size-of-the-bug_table-on-64-bit-.patch - patches.kernel.org/6.1.68-147-parisc-Fix-asm-operand-number-out-of-range-bui.patch - patches.kernel.org/6.1.68-148-arm64-dts-mediatek-add-missing-space-before.patch - patches.kernel.org/6.1.68-149-arm64-dts-mt8183-kukui-Fix-underscores-in-node.patch - patches.kernel.org/6.1.68-150-perf-Fix-perf_event_validate_size.patch - patches.kernel.org/6.1.68-151-x86-sev-Fix-kernel-crash-due-to-late-update-to.patch - patches.kernel.org/6.1.68-152-gpiolib-sysfs-Fix-error-handling-on-failed-exp.patch - patches.kernel.org/6.1.68-153-drm-amdgpu-fix-memory-overflow-in-the-IB-test.patch - patches.kernel.org/6.1.68-154-drm-amd-amdgpu-Fix-warnings-in-amdgpu-amdgpu_d.patch - patches.kernel.org/6.1.68-155-drm-amdgpu-correct-the-amdgpu-runtime-derefere.patch - patches.kernel.org/6.1.68-156-drm-amdgpu-Update-ras-eeprom-support-for-smu-v.patch - patches.kernel.org/6.1.68-157-drm-amdgpu-Add-EEPROM-I2C-address-support-for-.patch - patches.kernel.org/6.1.68-158-drm-amdgpu-Remove-redundant-I2C-EEPROM-address.patch - patches.kernel.org/6.1.68-159-drm-amdgpu-Decouple-RAS-EEPROM-addresses-from-.patch - patches.kernel.org/6.1.68-160-drm-amdgpu-Add-support-for-RAS-table-at-0x4000.patch - patches.kernel.org/6.1.68-161-drm-amdgpu-Remove-second-moot-switch-to-set-EE.patch - patches.kernel.org/6.1.68-162-drm-amdgpu-Return-from-switch-early-for-EEPROM.patch - patches.kernel.org/6.1.68-163-drm-amdgpu-simplify-amdgpu_ras_eeprom.c.patch - patches.kernel.org/6.1.68-164-drm-amdgpu-Add-I2C-EEPROM-support-on-smu-v13_0.patch - patches.kernel.org/6.1.68-165-drm-amdgpu-Update-EEPROM-I2C-address-for-smu-v.patch - patches.kernel.org/6.1.68-166-usb-gadget-f_hid-fix-report-descriptor-allocat.patch - patches.kernel.org/6.1.68-167-serial-8250_dw-Add-ACPI-ID-for-Granite-Rapids-.patch - patches.kernel.org/6.1.68-168-parport-Add-support-for-Brainboxes-IX-UC-PX-pa.patch - patches.kernel.org/6.1.68-169-cifs-Fix-non-availability-of-dedup-breaking-ge.patch - patches.kernel.org/6.1.68-170-Revert-xhci-Loosen-RPM-as-default-policy-to-co.patch - patches.kernel.org/6.1.68-171-smb-client-fix-potential-NULL-deref-in-parse_d.patch - patches.kernel.org/6.1.68-172-usb-typec-class-fix-typec_altmode_put_partner-.patch - patches.kernel.org/6.1.68-173-ARM-PL011-Fix-DMA-support.patch - patches.kernel.org/6.1.68-174-serial-sc16is7xx-address-RX-timeout-interrupt-.patch - patches.kernel.org/6.1.68-175-serial-8250-8250_omap-Clear-UART_HAS_RHR_IT_DI.patch - patches.kernel.org/6.1.68-176-serial-8250-8250_omap-Do-not-start-RX-DMA-on-T.patch - patches.kernel.org/6.1.68-177-serial-8250_omap-Add-earlycon-support-for-the-.patch - patches.kernel.org/6.1.68-178-devcoredump-Send-uevent-once-devcd-is-ready.patch - patches.kernel.org/6.1.68-179-x86-CPU-AMD-Check-vendor-in-the-AMD-microcode-.patch - patches.kernel.org/6.1.68-180-USB-gadget-core-adjust-uevent-timing-on-gadget.patch - patches.kernel.org/6.1.68-181-cifs-Fix-flushing-invalidation-and-file-size-w.patch - patches.kernel.org/6.1.68-182-cifs-Fix-flushing-invalidation-and-file-size-w.patch - patches.kernel.org/6.1.68-183-MIPS-kernel-Clear-FPU-states-when-setting-up-k.patch - patches.kernel.org/6.1.68-184-KVM-s390-mm-Properly-reset-no-dat.patch - patches.kernel.org/6.1.68-185-KVM-SVM-Update-EFER-software-model-on-CR0-trap.patch - patches.kernel.org/6.1.68-186-MIPS-Loongson64-Reserve-vgabios-memory-on-boot.patch - patches.kernel.org/6.1.68-187-MIPS-Loongson64-Handle-more-memory-types-passe.patch - patches.kernel.org/6.1.68-188-MIPS-Loongson64-Enable-DMA-noncoherent-support.patch - patches.kernel.org/6.1.68-189-netfilter-nft_set_pipapo-skip-inactive-element.patch - patches.kernel.org/6.1.68-190-riscv-Kconfig-Add-select-ARM_AMBA-to-SOC_STARF.patch - patches.kernel.org/6.1.68-191-drm-i915-display-Drop-check-for-doublescan-mod.patch - patches.kernel.org/6.1.68-192-drm-i915-lvds-Use-REG_BIT-co.patch - patches.kernel.org/6.1.68-193-drm-i915-sdvo-stop-caching-has_hdmi_monitor-in.patch - patches.kernel.org/6.1.68-194-drm-i915-Skip-some-timing-checks-on-BXT-GLK-DS.patch - patches.kernel.org/6.1.68-195-Linux-6.1.68.patch - patches.kernel.org/6.1.69-001-perf-x86-uncore-Don-t-WARN_ON_ONCE-for-a-broke.patch - patches.kernel.org/6.1.69-002-r8152-add-USB-device-driver-for-config-selecti.patch - patches.kernel.org/6.1.69-003-r8152-add-vendor-device-ID-pair-for-D-Link-DUB.patch - patches.kernel.org/6.1.69-004-r8152-add-vendor-device-ID-pair-for-ASUS-USB-C.patch - patches.kernel.org/6.1.69-005-powerpc-ftrace-Fix-stack-teardown-in-ftrace_no.patch - patches.kernel.org/6.1.69-006-ext4-fix-warning-in-ext4_dio_write_end_io.patch - patches.kernel.org/6.1.69-007-ksmbd-fix-memory-leak-in-smb2_lock.patch - patches.kernel.org/6.1.69-008-afs-Fix-refcount-underflow-from-error-handling.patch - patches.kernel.org/6.1.69-009-HID-lenovo-Restrict-detection-of-patched-firmw.patch - patches.kernel.org/6.1.69-010-net-mlx5e-Fix-possible-deadlock-on-mlx5e_tx_ti.patch - patches.kernel.org/6.1.69-011-net-ipv6-support-reporting-otherwise-unknown-p.patch - patches.kernel.org/6.1.69-012-qca_debug-Prevent-crash-on-TX-ring-changes.patch - patches.kernel.org/6.1.69-013-qca_debug-Fix-ethtool-G-iface-tx-behavior.patch - patches.kernel.org/6.1.69-014-qca_spi-Fix-reset-behavior.patch - patches.kernel.org/6.1.69-015-bnxt_en-Clear-resource-reservation-during-resu.patch - patches.kernel.org/6.1.69-016-bnxt_en-Save-ring-error-counters-across-reset.patch - patches.kernel.org/6.1.69-017-bnxt_en-Fix-wrong-return-value-check-in-bnxt_c.patch - patches.kernel.org/6.1.69-018-bnxt_en-Fix-HWTSTAMP_FILTER_ALL-packet-timesta.patch - patches.kernel.org/6.1.69-019-atm-solos-pci-Fix-potential-deadlock-on-cli_qu.patch - patches.kernel.org/6.1.69-020-atm-solos-pci-Fix-potential-deadlock-on-tx_que.patch - patches.kernel.org/6.1.69-021-net-vlan-introduce-skb_vlan_eth_hdr.patch - patches.kernel.org/6.1.69-022-net-fec-correct-queue-selection.patch - patches.kernel.org/6.1.69-023-octeontx2-af-fix-a-use-after-free-in-rvu_nix_r.patch - patches.kernel.org/6.1.69-024-octeontx2-pf-Fix-promisc-mcam-entry-action.patch - patches.kernel.org/6.1.69-025-octeontx2-af-Update-RSS-algorithm-index.patch - patches.kernel.org/6.1.69-026-atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch - patches.kernel.org/6.1.69-027-net-rose-Fix-Use-After-Free-in-rose_ioctl.patch - patches.kernel.org/6.1.69-028-iavf-Introduce-new-state-machines-for-flow-dir.patch - patches.kernel.org/6.1.69-029-iavf-Handle-ntuple-on-off-based-on-new-state-m.patch - patches.kernel.org/6.1.69-030-qed-Fix-a-potential-use-after-free-in-qed_cxt_.patch - patches.kernel.org/6.1.69-031-net-Remove-acked-SYN-flag-from-packet-in-the-t.patch - patches.kernel.org/6.1.69-032-net-ena-Destroy-correct-number-of-xdp-queues-u.patch - patches.kernel.org/6.1.69-033-net-ena-Fix-xdp-drops-handling-due-to-multibuf.patch - patches.kernel.org/6.1.69-034-net-ena-Fix-XDP-redirection-error.patch - patches.kernel.org/6.1.69-035-stmmac-dwmac-loongson-Make-sure-MDIO-is-initia.patch - patches.kernel.org/6.1.69-036-sign-file-Fix-incorrect-return-values-check.patch - patches.kernel.org/6.1.69-037-vsock-virtio-Fix-unsigned-integer-wrap-around-.patch - patches.kernel.org/6.1.69-038-dpaa2-switch-fix-size-of-the-dma_unmap.patch - patches.kernel.org/6.1.69-039-dpaa2-switch-do-not-ask-for-MDB-VLAN-and-FDB-r.patch - patches.kernel.org/6.1.69-040-net-stmmac-Handle-disabled-MDIO-busses-from-de.patch - patches.kernel.org/6.1.69-041-appletalk-Fix-Use-After-Free-in-atalk_ioctl.patch - patches.kernel.org/6.1.69-042-net-atlantic-fix-double-free-in-ring-reinit-lo.patch - patches.kernel.org/6.1.69-043-cred-switch-to-using-atomic_long_t.patch - patches.kernel.org/6.1.69-044-fuse-dax-set-fc-dax-to-NULL-in-fuse_dax_conn_f.patch - patches.kernel.org/6.1.69-045-ALSA-hda-hdmi-add-force-connect-quirk-for-NUC5.patch - patches.kernel.org/6.1.69-046-ALSA-hda-hdmi-add-force-connect-quirks-for-ASU.patch - patches.kernel.org/6.1.69-047-ALSA-hda-realtek-Apply-mute-LED-quirk-for-HP15.patch - patches.kernel.org/6.1.69-048-Revert-PCI-acpiphp-Reassign-resources-on-bridg.patch - patches.kernel.org/6.1.69-049-PCI-loongson-Limit-MRRS-to-256.patch - patches.kernel.org/6.1.69-050-ksmbd-fix-wrong-name-of-SMB2_CREATE_ALLOCATION.patch - patches.kernel.org/6.1.69-051-drm-mediatek-Add-spinlock-for-setting-vblank-e.patch - patches.kernel.org/6.1.69-052-x86-hyperv-Fix-the-detection-of-E820_TYPE_PRAM.patch - patches.kernel.org/6.1.69-053-usb-aqc111-check-packet-for-fixup-for-true-lim.patch - patches.kernel.org/6.1.69-054-stmmac-dwmac-loongson-Add-architecture-depende.patch - patches.kernel.org/6.1.69-055-blk-throttle-fix-lockdep-warning-of-cgroup_mut.patch - patches.kernel.org/6.1.69-056-blk-cgroup-bypass-blkcg_deactivate_policy-afte.patch - patches.kernel.org/6.1.69-057-bcache-avoid-oversize-memory-allocation-by-sma.patch - patches.kernel.org/6.1.69-058-bcache-remove-redundant-assignment-to-variable.patch - patches.kernel.org/6.1.69-059-bcache-add-code-comments-for-bch_btree_node_ge.patch - patches.kernel.org/6.1.69-060-bcache-avoid-NULL-checking-to-c-root-in-run_ca.patch - patches.kernel.org/6.1.69-061-nbd-fold-nbd-config-initialization-into-nbd_al.patch - patches.kernel.org/6.1.69-062-nvme-auth-set-explanation-code-for-failure2-ms.patch - patches.kernel.org/6.1.69-063-nvme-catch-errors-from-nvme_configure_metadata.patch - patches.kernel.org/6.1.69-064-selftests-bpf-fix-bpf_loop_bench-for-new-callb.patch - patches.kernel.org/6.1.69-065-LoongArch-Add-dependency-between-vmlinuz.efi-a.patch - patches.kernel.org/6.1.69-066-LoongArch-Implement-constant-timer-shutdown-in.patch - patches.kernel.org/6.1.69-067-platform-x86-intel_telemetry-Fix-kernel-doc-de.patch - patches.kernel.org/6.1.69-068-HID-glorious-fix-Glorious-Model-I-HID-report.patch - patches.kernel.org/6.1.69-069-HID-add-ALWAYS_POLL-quirk-for-Apple-kb.patch - patches.kernel.org/6.1.69-070-nbd-pass-nbd_sock-to-nbd_read_reply-instead-of.patch - patches.kernel.org/6.1.69-071-HID-hid-asus-reset-the-backlight-brightness-le.patch - patches.kernel.org/6.1.69-072-HID-multitouch-Add-quirk-for-HONOR-GLO-GXXX-to.patch - patches.kernel.org/6.1.69-073-asm-generic-qspinlock-fix-queued_spin_value_un.patch - patches.kernel.org/6.1.69-074-net-usb-qmi_wwan-claim-interface-4-for-ZTE-MF2.patch - patches.kernel.org/6.1.69-075-arm64-add-dependency-between-vmlinuz.efi-and-I.patch - patches.kernel.org/6.1.69-076-HID-hid-asus-add-const-to-read-only-outgoing-u.patch - patches.kernel.org/6.1.69-077-perf-Fix-perf_event_validate_size-lockdep-spla.patch - patches.kernel.org/6.1.69-078-btrfs-do-not-allow-non-subvolume-root-targets-.patch - patches.kernel.org/6.1.69-079-soundwire-stream-fix-NULL-pointer-dereference-.patch - patches.kernel.org/6.1.69-080-ext4-prevent-the-normalized-size-from-exceedin.patch - patches.kernel.org/6.1.69-081-arm64-mm-Always-make-sw-dirty-PTEs-hw-dirty-in.patch - patches.kernel.org/6.1.69-082-team-Fix-use-after-free-when-an-option-instanc.patch - patches.kernel.org/6.1.69-083-drm-amdgpu-sdma5.2-add-begin-end_use-ring-call.patch - patches.kernel.org/6.1.69-084-dmaengine-stm32-dma-avoid-bitfield-overflow-as.patch - patches.kernel.org/6.1.69-085-mm-mglru-fix-underprotected-page-cache.patch - patches.kernel.org/6.1.69-086-mm-shmem-fix-race-in-shmem_undo_range-w-THP.patch - patches.kernel.org/6.1.69-087-btrfs-free-qgroup-reserve-when-ORDERED_IOERR-i.patch - patches.kernel.org/6.1.69-088-btrfs-don-t-clear-qgroup-reserved-bit-in-relea.patch - patches.kernel.org/6.1.69-089-drm-amdgpu-fix-tear-down-order-in-amdgpu_vm_pt.patch - patches.kernel.org/6.1.69-090-drm-amd-display-Disable-PSR-SU-on-Parade-0803-.patch - patches.kernel.org/6.1.69-091-drm-i915-Fix-remapped-stride-with-CCS-on-ADL.patch - patches.kernel.org/6.1.69-092-smb-client-fix-OOB-in-receive_encrypted_standa.patch - patches.kernel.org/6.1.69-093-smb-client-fix-NULL-deref-in-asn1_ber_decoder.patch - patches.kernel.org/6.1.69-094-smb-client-fix-OOB-in-smb2_query_reparse_point.patch - patches.kernel.org/6.1.69-095-ring-buffer-Fix-memory-leak-of-free-page.patch - patches.kernel.org/6.1.69-096-tracing-Update-snapshot-buffer-on-resize-if-it.patch - patches.kernel.org/6.1.69-097-ring-buffer-Do-not-update-before-stamp-when-sw.patch - patches.kernel.org/6.1.69-098-ring-buffer-Have-saved-event-hold-the-entire-e.patch - patches.kernel.org/6.1.69-099-ring-buffer-Fix-writing-to-the-buffer-with-max.patch - patches.kernel.org/6.1.69-100-ring-buffer-Fix-a-race-in-rb_time_cmpxchg-for-.patch - patches.kernel.org/6.1.69-101-ring-buffer-Do-not-try-to-put-back-write_stamp.patch - patches.kernel.org/6.1.69-102-ring-buffer-Have-rb_time_cmpxchg-set-the-msb-c.patch - patches.kernel.org/6.1.69-103-net-tls-update-curr-on-splice-as-well.patch - patches.kernel.org/6.1.69-104-r8152-avoid-to-change-cfg-for-all-devices.patch - patches.kernel.org/6.1.69-105-r8152-remove-rtl_vendor_mode-function.patch - patches.kernel.org/6.1.69-106-r8152-fix-the-autosuspend-doesn-t-work.patch - patches.kernel.org/6.1.69-107-Linux-6.1.69.patch - patches.kernel.org/6.1.70-001-kasan-disable-kasan_non_canonical_hook-for-HW-.patch - patches.kernel.org/6.1.70-002-bpf-Fix-prog_array_map_poke_run-map-poke-updat.patch - patches.kernel.org/6.1.70-003-HID-i2c-hid-acpi-Unify-ACPI-ID-tables-format.patch - patches.kernel.org/6.1.70-004-HID-i2c-hid-Add-IDEA5002-to-i2c_hid_acpi_black.patch - patches.kernel.org/6.1.70-005-drm-amd-display-fix-hw-rotated-modes-when-PSR-.patch - patches.kernel.org/6.1.70-006-ARM-dts-dra7-Fix-DRA7-L3-NoC-node-register-siz.patch - patches.kernel.org/6.1.70-007-ARM-OMAP2-Fix-null-pointer-dereference-and-mem.patch - patches.kernel.org/6.1.70-008-reset-Fix-crash-when-freeing-non-existent-opti.patch - patches.kernel.org/6.1.70-009-s390-vx-fix-save-restore-of-fpu-kernel-context.patch - patches.kernel.org/6.1.70-010-wifi-iwlwifi-pcie-add-another-missing-bh-disab.patch - patches.kernel.org/6.1.70-011-wifi-mac80211-check-if-the-existing-link-confi.patch - patches.kernel.org/6.1.70-012-wifi-mac80211-mesh-check-element-parsing-succe.patch - patches.kernel.org/6.1.70-013-wifi-mac80211-mesh_plink-fix-matches_local-log.patch - patches.kernel.org/6.1.70-014-Revert-net-mlx5e-fix-double-free-of-encap_head.patch - patches.kernel.org/6.1.70-015-Revert-net-mlx5e-fix-double-free-of-encap_head.patch - patches.kernel.org/6.1.70-016-net-mlx5e-Fix-slab-out-of-bounds-in-mlx5_query.patch - patches.kernel.org/6.1.70-017-net-mlx5-Introduce-and-use-opcode-getter-in-co.patch - patches.kernel.org/6.1.70-018-net-mlx5-Prevent-high-rate-FW-commands-from-po.patch - patches.kernel.org/6.1.70-019-net-mlx5-Re-organize-mlx5_cmd-struct.patch - patches.kernel.org/6.1.70-020-net-mlx5e-Fix-a-race-in-command-alloc-flow.patch - patches.kernel.org/6.1.70-021-net-mlx5e-fix-a-potential-double-free-in-fs_ud.patch - patches.kernel.org/6.1.70-022-net-mlx5-Fix-fw-tracer-first-block-check.patch - patches.kernel.org/6.1.70-023-net-mlx5e-Correct-snprintf-truncation-handling.patch - patches.kernel.org/6.1.70-024-net-mlx5e-Correct-snprintf-truncation-handling.patch - patches.kernel.org/6.1.70-025-net-mscc-ocelot-fix-eMAC-TX-RMON-stats-for-buc.patch - patches.kernel.org/6.1.70-026-octeontx2-pf-Fix-graceful-exit-during-PFC-conf.patch - patches.kernel.org/6.1.70-027-net-Return-error-from-sk_stream_wait_connect-i.patch - patches.kernel.org/6.1.70-028-net-sched-ife-fix-potential-use-after-free.patch - patches.kernel.org/6.1.70-029-ethernet-atheros-fix-a-memleak-in-atl1e_setup_.patch - patches.kernel.org/6.1.70-030-net-rose-fix-races-in-rose_kill_by_device.patch - patches.kernel.org/6.1.70-031-Bluetooth-Fix-deadlock-in-vhci_send_frame.patch - patches.kernel.org/6.1.70-032-Bluetooth-hci_event-shut-up-a-false-positive-w.patch - patches.kernel.org/6.1.70-033-net-mana-select-PAGE_POOL.patch - patches.kernel.org/6.1.70-034-net-check-vlan-filter-feature-in-vlan_vids_add.patch - patches.kernel.org/6.1.70-035-afs-Fix-the-dynamic-root-s-d_delete-to-always-.patch - patches.kernel.org/6.1.70-036-afs-Fix-dynamic-root-lookup-DNS-check.patch - patches.kernel.org/6.1.70-037-net-check-dev-gso_max_size-in-gso_features_che.patch - patches.kernel.org/6.1.70-038-keys-dns-Allow-key-types-eg.-DNS-to-be-reclaim.patch - patches.kernel.org/6.1.70-039-afs-Fix-overwriting-of-result-of-DNS-query.patch - patches.kernel.org/6.1.70-040-afs-Fix-use-after-free-due-to-get-remove-race-.patch - patches.kernel.org/6.1.70-041-ASoC-hdmi-codec-fix-missing-report-for-jack-in.patch - patches.kernel.org/6.1.70-042-ASoC-fsl_sai-Fix-channel-swap-issue-on-i.MX8MP.patch - patches.kernel.org/6.1.70-043-i2c-aspeed-Handle-the-coalesced-stop-condition.patch - patches.kernel.org/6.1.70-044-x86-xen-add-CPU-dependencies-for-32-bit-build.patch - patches.kernel.org/6.1.70-045-pinctrl-at91-pio4-use-dedicated-lock-class-for.patch - patches.kernel.org/6.1.70-046-gpiolib-cdev-add-gpio_device-locking-wrapper-a.patch - patches.kernel.org/6.1.70-047-nvme-pci-fix-sleeping-function-called-from-int.patch - patches.kernel.org/6.1.70-048-drm-i915-mtl-limit-second-scaler-vertical-scal.patch - patches.kernel.org/6.1.70-049-drm-i915-Relocate-intel_atomic_setup_scalers.patch - patches.kernel.org/6.1.70-050-drm-i915-Fix-intel_atomic_setup_scalers-plane_.patch - patches.kernel.org/6.1.70-051-drm-i915-dpt-Only-do-the-POT-stride-remap-when.patch - patches.kernel.org/6.1.70-052-drm-i915-mtl-Add-MTL-for-remapping-CCS-FBs.patch - patches.kernel.org/6.1.70-053-drm-i915-Fix-ADL-tiled-plane-stride-when-the-P.patch - patches.kernel.org/6.1.70-054-interconnect-Treat-xlate-returning-NULL-node-a.patch - patches.kernel.org/6.1.70-055-iio-imu-inv_mpu6050-fix-an-error-code-problem-.patch - patches.kernel.org/6.1.70-056-interconnect-qcom-sm8250-Enable-sync_state.patch - patches.kernel.org/6.1.70-057-Input-ipaq-micro-keys-add-error-handling-for-d.patch - patches.kernel.org/6.1.70-058-scsi-bnx2fc-Fix-skb-double-free-in-bnx2fc_rcv.patch - patches.kernel.org/6.1.70-059-iio-common-ms_sensors-ms_sensors_i2c-fix-humid.patch - patches.kernel.org/6.1.70-060-iio-adc-ti_am335x_adc-Fix-return-value-check-o.patch - patches.kernel.org/6.1.70-061-iio-triggered-buffer-prevent-possible-freeing-.patch - patches.kernel.org/6.1.70-062-ALSA-usb-audio-Increase-delay-in-MOTU-M-quirk.patch - patches.kernel.org/6.1.70-063-usb-storage-Add-quirk-for-incorrect-WP-on-King.patch - patches.kernel.org/6.1.70-064-wifi-cfg80211-Add-my-certificate.patch - patches.kernel.org/6.1.70-065-wifi-cfg80211-fix-certs-build-to-not-depend-on.patch - patches.kernel.org/6.1.70-066-USB-serial-ftdi_sio-update-Actisense-PIDs-cons.patch - patches.kernel.org/6.1.70-067-USB-serial-option-add-Quectel-EG912Y-module-su.patch - patches.kernel.org/6.1.70-068-USB-serial-option-add-Foxconn-T99W265-with-new.patch - patches.kernel.org/6.1.70-069-USB-serial-option-add-Quectel-RM500Q-R13-firmw.patch - patches.kernel.org/6.1.70-070-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GV302X.patch - patches.kernel.org/6.1.70-071-Bluetooth-hci_event-Fix-not-checking-if-HCI_OP.patch - patches.kernel.org/6.1.70-072-Bluetooth-af_bluetooth-Fix-Use-After-Free-in-b.patch - patches.kernel.org/6.1.70-073-Bluetooth-L2CAP-Send-reject-on-command-corrupt.patch - patches.kernel.org/6.1.70-074-Bluetooth-MGMT-SMP-Fix-address-type-when-using.patch - patches.kernel.org/6.1.70-075-Bluetooth-Add-more-enc-key-size-check.patch - patches.kernel.org/6.1.70-076-net-usb-ax88179_178a-avoid-failed-operations-w.patch - patches.kernel.org/6.1.70-077-Input-soc_button_array-add-mapping-for-airplan.patch - patches.kernel.org/6.1.70-078-net-9p-avoid-freeing-uninit-memory-in-p9pdu_vr.patch - patches.kernel.org/6.1.70-079-net-rfkill-gpio-set-GPIO-direction.patch - patches.kernel.org/6.1.70-080-net-ks8851-Fix-TX-stall-caused-by-TX-buffer-ov.patch - patches.kernel.org/6.1.70-081-dt-bindings-nvmem-mxs-ocotp-Document-fsl-ocotp.patch - patches.kernel.org/6.1.70-082-smb-client-fix-OOB-in-cifsd-when-receiving-com.patch - patches.kernel.org/6.1.70-083-smb-client-fix-potential-OOB-in-cifs_dump_deta.patch - patches.kernel.org/6.1.70-084-smb-client-fix-OOB-in-SMB2_query_info_init.patch - patches.kernel.org/6.1.70-085-smb-client-fix-OOB-in-smbCalcSize.patch - patches.kernel.org/6.1.70-086-drm-i915-Reject-async-flips-with-bigjoiner.patch - patches.kernel.org/6.1.70-087-9p-prevent-read-overrun-in-protocol-dump-trace.patch - patches.kernel.org/6.1.70-088-RISC-V-Fix-do_notify_resume-do_work_pending-pr.patch - patches.kernel.org/6.1.70-089-loop-do-not-enforce-max_loop-hard-limit-by-new.patch - patches.kernel.org/6.1.70-090-dm-thin-metadata-Fix-ABBA-deadlock-by-resettin.patch - patches.kernel.org/6.1.70-091-Revert-drm-amd-display-Do-not-set-DRR-on-pipe-.patch - patches.kernel.org/6.1.70-092-btrfs-zoned-no-longer-count-fresh-BG-region-as.patch - patches.kernel.org/6.1.70-093-ubifs-fix-possible-dereference-after-free.patch - patches.kernel.org/6.1.70-094-ublk-move-ublk_cancel_dev-out-of-ub-mutex.patch - patches.kernel.org/6.1.70-095-selftests-mptcp-join-fix-subflow_send_ack-look.patch - patches.kernel.org/6.1.70-096-Revert-scsi-aacraid-Reply-queue-mapping-to-CPU.patch - patches.kernel.org/6.1.70-097-scsi-core-Always-send-batch-on-reset-or-error-.patch - patches.kernel.org/6.1.70-098-tracing-synthetic-Disable-events-after-testing.patch - patches.kernel.org/6.1.70-099-dm-integrity-don-t-modify-bio-s-immutable-bio_.patch - patches.kernel.org/6.1.70-100-pinctrl-starfive-jh7100-ignore-disabled-device.patch - patches.kernel.org/6.1.70-101-bus-ti-sysc-Flush-posted-write-only-after-srst.patch - patches.kernel.org/6.1.70-102-gpio-dwapb-mask-unmask-IRQ-when-disable-enale-.patch - patches.kernel.org/6.1.70-103-lib-vsprintf-Fix-pfwf-when-current-node-refcou.patch - patches.kernel.org/6.1.70-104-thunderbolt-Fix-memory-leak-in-margining_port_.patch - patches.kernel.org/6.1.70-105-KVM-arm64-vgic-Simplify-kvm_vgic_destroy.patch - patches.kernel.org/6.1.70-106-KVM-arm64-vgic-Add-a-non-locking-primitive-for.patch - patches.kernel.org/6.1.70-107-KVM-arm64-vgic-Force-vcpu-vgic-teardown-on-vcp.patch - patches.kernel.org/6.1.70-108-x86-alternatives-Sync-core-before-enabling-int.patch - patches.kernel.org/6.1.70-109-mm-damon-core-make-damon_start-waits-until-kda.patch - patches.kernel.org/6.1.70-110-fuse-share-lookup-state-between-submount-and-i.patch - patches.kernel.org/6.1.70-111-wifi-cfg80211-fix-CQM-for-non-range-use.patch - patches.kernel.org/6.1.70-112-wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_r.patch - patches.kernel.org/6.1.70-113-loop-deprecate-autoloading-callback-loop_probe.patch - patches.kernel.org/6.1.70-114-Linux-6.1.70.patch - patches.kernel.org/6.1.71-001-ksmbd-replace-one-element-arrays-with-flexible.patch - patches.kernel.org/6.1.71-002-ksmbd-set-SMB2_SESSION_FLAG_ENCRYPT_DATA-when-.patch - patches.kernel.org/6.1.71-003-ksmbd-use-F_SETLK-when-unlocking-a-file.patch - patches.kernel.org/6.1.71-004-ksmbd-Fix-resource-leak-in-smb2_lock.patch - patches.kernel.org/6.1.71-005-ksmbd-Convert-to-use-sysfs_emit-sysfs_emit_at-.patch - patches.kernel.org/6.1.71-006-ksmbd-Implements-sess-rpc_handle_list-as-xarra.patch - patches.kernel.org/6.1.71-007-ksmbd-fix-typo-syncronous-synchronous.patch - patches.kernel.org/6.1.71-008-ksmbd-Remove-duplicated-codes.patch - patches.kernel.org/6.1.71-009-ksmbd-update-Kconfig-to-note-Kerberos-support-.patch - patches.kernel.org/6.1.71-010-ksmbd-Fix-spelling-mistake-excceed-exceeded.patch - patches.kernel.org/6.1.71-011-ksmbd-Fix-parameter-name-and-comment-mismatch.patch - patches.kernel.org/6.1.71-012-ksmbd-remove-unused-is_char_allowed-function.patch - patches.kernel.org/6.1.71-013-ksmbd-delete-asynchronous-work-from-list.patch - patches.kernel.org/6.1.71-014-ksmbd-set-NegotiateContextCount-once-instead-o.patch - patches.kernel.org/6.1.71-015-ksmbd-avoid-duplicate-negotiate-ctx-offset-inc.patch - patches.kernel.org/6.1.71-016-ksmbd-remove-unused-compression-negotiate-ctx-.patch - patches.kernel.org/6.1.71-017-fs-introduce-lock_rename_child-helper.patch - patches.kernel.org/6.1.71-018-ksmbd-fix-racy-issue-from-using-d_parent-and-d.patch - patches.kernel.org/6.1.71-019-ksmbd-fix-uninitialized-pointer-read-in-ksmbd_.patch - patches.kernel.org/6.1.71-020-ksmbd-fix-uninitialized-pointer-read-in-smb2_c.patch - patches.kernel.org/6.1.71-021-ksmbd-call-putname-after-using-the-last-compon.patch - patches.kernel.org/6.1.71-022-ksmbd-fix-posix_acls-and-acls-dereferencing-po.patch - patches.kernel.org/6.1.71-023-ksmbd-add-mnt_want_write-to-ksmbd-vfs-function.patch - patches.kernel.org/6.1.71-024-ksmbd-remove-unused-ksmbd_tree_conn_share-func.patch - patches.kernel.org/6.1.71-025-ksmbd-use-kzalloc-instead-of-__GFP_ZERO.patch - patches.kernel.org/6.1.71-026-ksmbd-return-a-literal-instead-of-err-in-ksmbd.patch - patches.kernel.org/6.1.71-027-ksmbd-Change-the-return-value-of-ksmbd_vfs_que.patch - patches.kernel.org/6.1.71-028-ksmbd-use-kvzalloc-instead-of-kvmalloc.patch - patches.kernel.org/6.1.71-029-ksmbd-Replace-the-ternary-conditional-operator.patch - patches.kernel.org/6.1.71-030-ksmbd-Use-struct_size-helper-in-ksmbd_negotiat.patch - patches.kernel.org/6.1.71-031-ksmbd-Replace-one-element-array-with-flexible-.patch - patches.kernel.org/6.1.71-032-ksmbd-Fix-unsigned-expression-compared-with-ze.patch - patches.kernel.org/6.1.71-033-ksmbd-check-if-a-mount-point-is-crossed-during.patch - patches.kernel.org/6.1.71-034-ksmbd-switch-to-use-kmemdup_nul-helper.patch - patches.kernel.org/6.1.71-035-ksmbd-add-support-for-read-compound.patch - patches.kernel.org/6.1.71-036-ksmbd-fix-wrong-interim-response-on-compound.patch - patches.kernel.org/6.1.71-037-ksmbd-fix-force-create-mode-and-force-director.patch - patches.kernel.org/6.1.71-038-ksmbd-Fix-one-kernel-doc-comment.patch - patches.kernel.org/6.1.71-039-ksmbd-add-missing-calling-smb2_set_err_rsp-on-.patch - patches.kernel.org/6.1.71-040-ksmbd-remove-experimental-warning.patch - patches.kernel.org/6.1.71-041-ksmbd-remove-unneeded-mark_inode_dirty-in-set_.patch - patches.kernel.org/6.1.71-042-ksmbd-fix-passing-freed-memory-aux_payload_buf.patch - patches.kernel.org/6.1.71-043-ksmbd-return-invalid-parameter-error-response-.patch - patches.kernel.org/6.1.71-044-ksmbd-check-iov-vector-index-in-ksmbd_conn_wri.patch - patches.kernel.org/6.1.71-045-ksmbd-fix-race-condition-with-fp.patch - patches.kernel.org/6.1.71-046-ksmbd-fix-race-condition-from-parallel-smb2-lo.patch - patches.kernel.org/6.1.71-047-ksmbd-fix-race-condition-from-parallel-smb2-lo.patch - patches.kernel.org/6.1.71-048-ksmbd-fix-race-condition-between-tree-conn-loo.patch - patches.kernel.org/6.1.71-049-ksmbd-fix-wrong-error-response-status-by-using.patch - patches.kernel.org/6.1.71-050-ksmbd-fix-Null-pointer-dereferences-in-ksmbd_u.patch - patches.kernel.org/6.1.71-051-ksmbd-fix-potential-double-free-on-smb2_read_p.patch - patches.kernel.org/6.1.71-052-ksmbd-Remove-unused-field-in-ksmbd_user-struct.patch - patches.kernel.org/6.1.71-053-ksmbd-reorganize-ksmbd_iov_pin_rsp.patch - patches.kernel.org/6.1.71-054-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_setx.patch - patches.kernel.org/6.1.71-055-ksmbd-fix-recursive-locking-in-vfs-helpers.patch - patches.kernel.org/6.1.71-056-ksmbd-fix-missing-RDMA-capable-flag-for-IPoIB-.patch - patches.kernel.org/6.1.71-057-ksmbd-add-support-for-surrogate-pair-conversio.patch - patches.kernel.org/6.1.71-058-ksmbd-no-need-to-wait-for-binded-connection-te.patch - patches.kernel.org/6.1.71-059-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_kern.patch - patches.kernel.org/6.1.71-060-ksmbd-prevent-memory-leak-on-error-return.patch - patches.kernel.org/6.1.71-061-ksmbd-fix-possible-deadlock-in-smb2_open.patch - patches.kernel.org/6.1.71-062-ksmbd-separately-allocate-ci-per-dentry.patch - patches.kernel.org/6.1.71-063-ksmbd-move-oplock-handling-after-unlock-parent.patch - patches.kernel.org/6.1.71-064-ksmbd-release-interim-response-after-sending-s.patch - patches.kernel.org/6.1.71-065-ksmbd-move-setting-SMB2_FLAGS_ASYNC_COMMAND-an.patch - patches.kernel.org/6.1.71-066-ksmbd-don-t-update-op_state-as-OPLOCK_STATE_NO.patch - patches.kernel.org/6.1.71-067-ksmbd-set-epoch-in-create-context-v2-lease.patch - patches.kernel.org/6.1.71-068-ksmbd-set-v2-lease-capability.patch - patches.kernel.org/6.1.71-069-ksmbd-downgrade-RWH-lease-caching-state-to-RH-.patch - patches.kernel.org/6.1.71-070-ksmbd-send-v2-lease-break-notification-for-dir.patch - patches.kernel.org/6.1.71-071-ksmbd-lazy-v2-lease-break-on-smb2_write.patch - patches.kernel.org/6.1.71-072-ksmbd-avoid-duplicate-opinfo_put-call-on-error.patch - patches.kernel.org/6.1.71-073-ksmbd-fix-wrong-allocation-size-update-in-smb2.patch - patches.kernel.org/6.1.71-074-ARM-dts-Fix-occasional-boot-hang-for-am3-usb.patch - patches.kernel.org/6.1.71-075-usb-fotg210-hcd-delete-an-incorrect-bounds-tes.patch - patches.kernel.org/6.1.71-076-spi-Introduce-spi_get_device_match_data-helper.patch - patches.kernel.org/6.1.71-077-iio-imu-adis16475-add-spi_device_id-table.patch - patches.kernel.org/6.1.71-078-nfsd-separate-nfsd_last_thread-from-nfsd_put.patch - patches.kernel.org/6.1.71-079-nfsd-call-nfsd_last_thread-before-final-nfsd_p.patch - patches.kernel.org/6.1.71-080-linux-export-Ensure-natural-alignment-of-kcrct.patch - patches.kernel.org/6.1.71-081-spi-Reintroduce-spi_set_cs_timing.patch - patches.kernel.org/6.1.71-082-spi-Add-APIs-in-spi-core-to-set-get-spi-chip_s.patch - patches.kernel.org/6.1.71-083-spi-atmel-Fix-clock-issue-when-using-devices-w.patch - patches.kernel.org/6.1.71-084-block-renumber-QUEUE_FLAG_HW_WC.patch - patches.kernel.org/6.1.71-085-ksmbd-fix-slab-out-of-bounds-in-smb_strndup_fr.patch - patches.kernel.org/6.1.71-086-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch - patches.kernel.org/6.1.71-087-mm-filemap-avoid-buffered-read-write-race-to-r.patch - patches.kernel.org/6.1.71-088-mm-migrate-high-order-folios-in-swap-cache-cor.patch - patches.kernel.org/6.1.71-089-mm-memory-failure-cast-index-to-loff_t-before-.patch - patches.kernel.org/6.1.71-090-mm-memory-failure-check-the-mapcount-of-the-pr.patch - patches.kernel.org/6.1.71-091-ring-buffer-Fix-wake-ups-when-buffer_percent-i.patch - patches.kernel.org/6.1.71-092-tracing-Fix-blocked-reader-of-snapshot-buffer.patch - patches.kernel.org/6.1.71-093-ring-buffer-Remove-useless-update-to-write_sta.patch - patches.kernel.org/6.1.71-094-netfilter-nf_tables-skip-set-commit-for-delete.patch - patches.kernel.org/6.1.71-095-ring-buffer-Fix-slowpath-of-interrupted-event.patch - patches.kernel.org/6.1.71-096-NFSD-fix-possible-oops-when-nfsd-pool_stats-is.patch - patches.kernel.org/6.1.71-097-spi-Constify-spi-parameters-of-chip-select-API.patch - patches.kernel.org/6.1.71-098-device-property-Allow-const-parameter-to-dev_f.patch - patches.kernel.org/6.1.71-099-kallsyms-Make-module_kallsyms_on_each_symbol-g.patch - patches.kernel.org/6.1.71-100-tracing-kprobes-Fix-symbol-counting-logic-by-l.patch - patches.kernel.org/6.1.71-101-Revert-platform-x86-p2sb-Allow-p2sb_bar-calls-.patch - patches.kernel.org/6.1.71-102-Linux-6.1.71.patch - patches.kernel.org/6.1.72-001-keys-dns-Fix-missing-size-check-of-V1-server-l.patch - patches.kernel.org/6.1.72-002-block-Don-t-invalidate-pagecache-for-invalid-f.patch - patches.kernel.org/6.1.72-003-ALSA-hda-realtek-enable-SND_PCI_QUIRK-for-hp-p.patch - patches.kernel.org/6.1.72-004-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-H.patch - patches.kernel.org/6.1.72-005-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch - patches.kernel.org/6.1.72-006-mptcp-prevent-tcp-diag-from-closing-listener-s.patch - patches.kernel.org/6.1.72-007-Revert-PCI-ASPM-Remove-pcie_aspm_pm_state_chan.patch - patches.kernel.org/6.1.72-008-drm-mgag200-Fix-gamma-lut-not-initialized-for-.patch - patches.kernel.org/6.1.72-009-cifs-cifs_chan_is_iface_active-should-be-calle.patch - patches.kernel.org/6.1.72-010-cifs-do-not-depend-on-release_iface-for-mainta.patch - patches.kernel.org/6.1.72-011-KVM-x86-pmu-fix-masking-logic-for-MSR_CORE_PER.patch - patches.kernel.org/6.1.72-012-wifi-iwlwifi-pcie-don-t-synchronize-IRQs-from-.patch - patches.kernel.org/6.1.72-013-drm-bridge-ti-sn65dsi86-Never-store-more-than-.patch - patches.kernel.org/6.1.72-014-netfilter-use-skb_ip_totlen-and-iph_totlen.patch - patches.kernel.org/6.1.72-015-netfilter-nf_tables-set-transport-offset-from-.patch - patches.kernel.org/6.1.72-016-nfc-llcp_core-Hold-a-ref-to-llcp_local-dev-whe.patch - patches.kernel.org/6.1.72-017-octeontx2-af-Fix-marking-couple-of-structure-a.patch - patches.kernel.org/6.1.72-018-drm-i915-dp-Fix-passing-the-correct-DPCD_REV-f.patch - patches.kernel.org/6.1.72-019-ice-Fix-link_down_on_close-message.patch - patches.kernel.org/6.1.72-020-ice-Shut-down-VSI-with-link-down-on-close-enab.patch - patches.kernel.org/6.1.72-021-i40e-Fix-filter-input-checks-to-prevent-config.patch - patches.kernel.org/6.1.72-022-igc-Report-VLAN-EtherType-matching-back-to-use.patch - patches.kernel.org/6.1.72-023-igc-Check-VLAN-TCI-mask.patch - patches.kernel.org/6.1.72-024-igc-Check-VLAN-EtherType-mask.patch - patches.kernel.org/6.1.72-025-ASoC-fsl_rpmsg-Fix-error-handler-with-pm_runti.patch - patches.kernel.org/6.1.72-026-ASoC-mediatek-mt8186-fix-AUD_PAD_TOP-register-.patch - patches.kernel.org/6.1.72-027-mlxbf_gige-fix-receive-packet-race-condition.patch - patches.kernel.org/6.1.72-028-net-sched-em_text-fix-possible-memory-leak-in-.patch - patches.kernel.org/6.1.72-029-r8169-Fix-PCI-error-on-system-resume.patch - patches.kernel.org/6.1.72-030-can-raw-add-support-for-SO_MARK.patch - patches.kernel.org/6.1.72-031-net-timestamp-extend-SOF_TIMESTAMPING_OPT_ID-t.patch - patches.kernel.org/6.1.72-032-net-annotate-data-races-around-sk-sk_tsflags.patch - patches.kernel.org/6.1.72-033-net-annotate-data-races-around-sk-sk_bind_phc.patch - patches.kernel.org/6.1.72-034-net-Implement-missing-getsockopt-SO_TIMESTAMPI.patch - patches.kernel.org/6.1.72-035-selftests-bonding-do-not-set-port-down-when-ad.patch - patches.kernel.org/6.1.72-036-ARM-sun9i-smp-Fix-array-index-out-of-bounds-re.patch - patches.kernel.org/6.1.72-037-sfc-fix-a-double-free-bug-in-efx_probe_filters.patch - patches.kernel.org/6.1.72-038-net-bcmgenet-Fix-FCS-generation-for-fragmented.patch - patches.kernel.org/6.1.72-039-netfilter-nft_immediate-drop-chain-reference-c.patch - patches.kernel.org/6.1.72-040-net-Save-and-restore-msg_namelen-in-sock_sendm.patch - patches.kernel.org/6.1.72-041-i40e-fix-use-after-free-in-i40e_aqc_add_filter.patch - patches.kernel.org/6.1.72-042-ASoC-meson-g12a-toacodec-Validate-written-enum.patch - patches.kernel.org/6.1.72-043-ASoC-meson-g12a-tohdmitx-Validate-written-enum.patch - patches.kernel.org/6.1.72-044-ASoC-meson-g12a-toacodec-Fix-event-generation.patch - patches.kernel.org/6.1.72-045-ASoC-meson-g12a-tohdmitx-Fix-event-generation-.patch - patches.kernel.org/6.1.72-046-i40e-Restore-VF-MSI-X-state-during-PCI-reset.patch - patches.kernel.org/6.1.72-047-igc-Fix-hicredit-calculation.patch - patches.kernel.org/6.1.72-048-net-qla3xxx-fix-potential-memleak-in-ql_alloc_.patch - patches.kernel.org/6.1.72-049-net-smc-fix-invalid-link-access-in-dumping-SMC.patch - patches.kernel.org/6.1.72-050-octeontx2-af-Always-configure-NIX-TX-link-cred.patch - patches.kernel.org/6.1.72-051-octeontx2-af-Re-enable-MAC-TX-in-otx2_stop-pro.patch - patches.kernel.org/6.1.72-052-asix-Add-check-for-usbnet_get_endpoints.patch - patches.kernel.org/6.1.72-053-net-ravb-Wait-for-operating-mode-to-be-applied.patch - patches.kernel.org/6.1.72-054-bnxt_en-Remove-mis-applied-code-from-bnxt_cfg_.patch - patches.kernel.org/6.1.72-055-net-Implement-missing-SO_TIMESTAMPING_NEW-cmsg.patch - patches.kernel.org/6.1.72-056-selftests-secretmem-floor-the-memory-size-to-t.patch - patches.kernel.org/6.1.72-057-cpu-SMT-Create-topology_smt_thread_allowed.patch - patches.kernel.org/6.1.72-058-cpu-SMT-Make-SMT-control-more-robust-against-e.patch - patches.kernel.org/6.1.72-059-srcu-Fix-callbacks-acceleration-mishandling.patch - patches.kernel.org/6.1.72-060-bpf-x64-Fix-tailcall-infinite-loop.patch - patches.kernel.org/6.1.72-061-bpf-x86-Simplify-the-parsing-logic-of-structur.patch - patches.kernel.org/6.1.72-062-bpf-x86-save-restore-regs-with-BPF_DW-size.patch - patches.kernel.org/6.1.72-063-net-Declare-MSG_SPLICE_PAGES-internal-sendmsg-.patch - patches.kernel.org/6.1.72-064-udp-Convert-udp_sendpage-to-use-MSG_SPLICE_PAG.patch - patches.kernel.org/6.1.72-065-splice-net-Add-a-splice_eof-op-to-file-ops-and.patch - patches.kernel.org/6.1.72-066-ipv4-ipv6-Use-splice_eof-to-flush.patch - patches.kernel.org/6.1.72-067-udp-introduce-udp-udp_flags.patch - patches.kernel.org/6.1.72-068-udp-move-udp-no_check6_tx-to-udp-udp_flags.patch - patches.kernel.org/6.1.72-069-udp-move-udp-no_check6_rx-to-udp-udp_flags.patch - patches.kernel.org/6.1.72-070-udp-move-udp-gro_enabled-to-udp-udp_flags.patch - patches.kernel.org/6.1.72-071-udp-move-udp-accept_udp_-l4-fraglist-to-udp-ud.patch - patches.kernel.org/6.1.72-072-udp-lockless-UDP_ENCAP_L2TPINUDP-UDP_GRO.patch - patches.kernel.org/6.1.72-073-udp-annotate-data-races-around-udp-encap_type.patch - patches.kernel.org/6.1.72-074-wifi-iwlwifi-yoyo-swap-cdb-and-jacket-bits-val.patch - patches.kernel.org/6.1.72-075-arm64-dts-qcom-sdm845-align-RPMh-regulator-nod.patch - patches.kernel.org/6.1.72-076-arm64-dts-qcom-sdm845-Fix-PSCI-power-domain-na.patch - patches.kernel.org/6.1.72-077-fbdev-imsttfb-Release-framebuffer-and-dealloc-.patch - patches.kernel.org/6.1.72-078-fbdev-imsttfb-fix-double-free-in-probe.patch - patches.kernel.org/6.1.72-079-bpf-decouple-prune-and-jump-points.patch - patches.kernel.org/6.1.72-080-bpf-remove-unnecessary-prune-and-jump-points.patch - patches.kernel.org/6.1.72-081-bpf-Remove-unused-insn_cnt-argument-from-visit.patch - patches.kernel.org/6.1.72-082-bpf-clean-up-visit_insn-s-instruction-processi.patch - patches.kernel.org/6.1.72-083-bpf-Support-new-32bit-offset-jmp-instruction.patch - patches.kernel.org/6.1.72-084-bpf-handle-ldimm64-properly-in-check_cfg.patch - patches.kernel.org/6.1.72-085-bpf-fix-precision-backtracking-instruction-ite.patch - patches.kernel.org/6.1.72-086-blk-mq-make-sure-active-queue-usage-is-held-fo.patch - patches.kernel.org/6.1.72-087-net-mlx5-Increase-size-of-irq-name-buffer.patch - patches.kernel.org/6.1.72-088-s390-mm-add-missing-arch_set_page_dat-call-to-.patch - patches.kernel.org/6.1.72-089-s390-cpumf-support-user-space-events-for-count.patch - patches.kernel.org/6.1.72-090-f2fs-clean-up-i_compress_flag-and-i_compress_l.patch - patches.kernel.org/6.1.72-091-f2fs-convert-to-use-bitmap-API.patch - patches.kernel.org/6.1.72-092-f2fs-assign-default-compression-level.patch - patches.kernel.org/6.1.72-093-f2fs-set-the-default-compress_level-on-ioctl.patch - patches.kernel.org/6.1.72-094-selftests-mptcp-fix-fastclose-with-csum-failur.patch - patches.kernel.org/6.1.72-095-selftests-mptcp-set-FAILING_LINKS-in-run_tests.patch - patches.kernel.org/6.1.72-096-media-camss-sm8250-Virtual-channels-for-CSID.patch - patches.kernel.org/6.1.72-097-media-qcom-camss-Fix-set-CSI2_RX_CFG1_VC_MODE-.patch - patches.kernel.org/6.1.72-098-ext4-convert-move_extent_per_page-to-use-folio.patch - patches.kernel.org/6.1.72-099-khugepage-replace-try_to_release_page-with-fil.patch - patches.kernel.org/6.1.72-100-memory-failure-convert-truncate_error_page-to-.patch - patches.kernel.org/6.1.72-101-mm-merge-folio_has_private-filemap_release_fol.patch - patches.kernel.org/6.1.72-102-mm-netfs-fscache-stop-read-optimisation-when-f.patch - patches.kernel.org/6.1.72-103-filemap-add-a-per-mapping-stable-writes-flag.patch - patches.kernel.org/6.1.72-104-block-update-the-stable_writes-flag-in-bdev_ad.patch - patches.kernel.org/6.1.72-105-smb-client-fix-missing-mode-bits-for-SMB-symli.patch - patches.kernel.org/6.1.72-106-net-dpaa2-eth-rearrange-variable-in-dpaa2_eth_.patch - patches.kernel.org/6.1.72-107-dpaa2-eth-recycle-the-RX-buffer-only-after-all.patch - patches.kernel.org/6.1.72-108-ethtool-don-t-propagate-EOPNOTSUPP-from-dumps.patch - patches.kernel.org/6.1.72-109-bpf-sockmap-af_unix-stream-sockets-need-to-hol.patch - patches.kernel.org/6.1.72-110-firmware-arm_scmi-Fix-frequency-truncation-by-.patch - patches.kernel.org/6.1.72-111-ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro.patch - patches.kernel.org/6.1.72-112-genirq-affinity-Remove-the-firstvec-parameter-.patch - patches.kernel.org/6.1.72-113-genirq-affinity-Pass-affinity-managed-mask-arr.patch - patches.kernel.org/6.1.72-114-genirq-affinity-Don-t-pass-irq_affinity_desc-a.patch - patches.kernel.org/6.1.72-115-genirq-affinity-Rename-irq_build_affinity_mask.patch - patches.kernel.org/6.1.72-116-genirq-affinity-Move-group_cpus_evenly-into-li.patch - patches.kernel.org/6.1.72-117-lib-group_cpus.c-avoid-acquiring-cpu-hotplug-l.patch - patches.kernel.org/6.1.72-118-mm-memory_hotplug-add-missing-mem_hotplug_lock.patch - patches.kernel.org/6.1.72-119-mm-memory_hotplug-fix-error-handling-in-add_me.patch - patches.kernel.org/6.1.72-120-net-sched-call-tcf_ct_params_free-to-free-para.patch - patches.kernel.org/6.1.72-121-netfilter-flowtable-allow-unidirectional-rules.patch - patches.kernel.org/6.1.72-122-netfilter-flowtable-cache-info-of-last-offload.patch - patches.kernel.org/6.1.72-123-net-sched-act_ct-offload-UDP-NEW-connections.patch - patches.kernel.org/6.1.72-124-net-sched-act_ct-Fix-promotion-of-offloaded-un.patch - patches.kernel.org/6.1.72-125-netfilter-flowtable-GC-pushes-back-packets-to-.patch - patches.kernel.org/6.1.72-126-net-sched-act_ct-Take-per-cb-reference-to-tcf_.patch - patches.kernel.org/6.1.72-127-octeontx2-af-Fix-pause-frame-configuration.patch - patches.kernel.org/6.1.72-128-octeontx2-af-Support-variable-number-of-lmacs.patch - patches.kernel.org/6.1.72-129-btrfs-fix-qgroup_free_reserved_data-int-overfl.patch - patches.kernel.org/6.1.72-130-btrfs-mark-the-len-field-in-struct-btrfs_order.patch - patches.kernel.org/6.1.72-131-ring-buffer-Fix-32-bit-rb_time_read-race-with-.patch - patches.kernel.org/6.1.72-132-firewire-ohci-suppress-unexpected-system-reboo.patch - patches.kernel.org/6.1.72-133-x86-kprobes-fix-incorrect-return-address-calcu.patch - patches.kernel.org/6.1.72-134-i2c-core-Fix-atomic-xfer-check-for-non-preempt.patch - patches.kernel.org/6.1.72-135-mm-fix-unmap_mapping_range-high-bits-shift-bug.patch - patches.kernel.org/6.1.72-136-drm-amdgpu-skip-gpu_info-fw-loading-on-navi12.patch - patches.kernel.org/6.1.72-137-drm-amd-display-add-nv12-bounding-box.patch - patches.kernel.org/6.1.72-138-mmc-meson-mx-sdhc-Fix-initialization-frozen-is.patch - patches.kernel.org/6.1.72-139-mmc-rpmb-fixes-pause-retune-on-all-RPMB-partit.patch - patches.kernel.org/6.1.72-140-mmc-core-Cancel-delayed-work-before-releasing-.patch - patches.kernel.org/6.1.72-141-mmc-sdhci-sprd-Fix-eMMC-init-failure-after-hw-.patch - patches.kernel.org/6.1.72-142-genirq-affinity-Only-build-SMP-only-helper-fun.patch - patches.kernel.org/6.1.72-143-f2fs-compress-fix-to-assign-compress_level-for.patch - patches.kernel.org/6.1.72-144-net-sched-act_ct-additional-checks-for-outdate.patch - patches.kernel.org/6.1.72-145-net-sched-act_ct-Always-fill-offloading-tuple-.patch - patches.kernel.org/6.1.72-146-bpf-Fix-a-verifier-bug-due-to-incorrect-branch.patch - patches.kernel.org/6.1.72-147-bpf-syzkaller-found-null-ptr-deref-in-unix_bpf.patch - patches.kernel.org/6.1.72-148-media-qcom-camss-Comment-CSID-dt_id-field.patch - patches.kernel.org/6.1.72-149-smb3-Replace-smb2pdu-1-element-arrays-with-fle.patch - patches.kernel.org/6.1.72-150-Revert-interconnect-qcom-sm8250-Enable-sync_st.patch - patches.kernel.org/6.1.72-151-Linux-6.1.72.patch - patches.kernel.org/6.1.73-001-Revert-nfsd-call-nfsd_last_thread-before-final.patch - patches.kernel.org/6.1.73-002-Revert-nfsd-separate-nfsd_last_thread-from-nfs.patch - patches.kernel.org/6.1.73-003-ipv6-remove-max_size-check-inline-with-ipv4.patch - patches.kernel.org/6.1.73-004-cifs-fix-flushing-folio-regression-for-6.1-bac.patch - patches.kernel.org/6.1.73-005-Linux-6.1.73.patch - patches.kernel.org/6.1.74-001-f2fs-explicitly-null-terminate-the-xattr-list.patch - patches.kernel.org/6.1.74-002-pinctrl-lochnagar-Don-t-build-on-MIPS.patch - patches.kernel.org/6.1.74-003-ALSA-hda-Fix-speaker-and-headset-mic-pin-confi.patch - patches.kernel.org/6.1.74-004-mptcp-fix-uninit-value-in-mptcp_incoming_optio.patch - patches.kernel.org/6.1.74-005-wifi-cfg80211-lock-wiphy-mutex-for-rfkill-poll.patch - patches.kernel.org/6.1.74-006-wifi-avoid-offset-calculation-on-NULL-pointer.patch - patches.kernel.org/6.1.74-007-wifi-mac80211-handle-320-MHz-in-ieee80211_ht_c.patch - patches.kernel.org/6.1.74-008-debugfs-fix-automount-d_fsdata-usage.patch - patches.kernel.org/6.1.74-009-ALSA-hda-intel-nhlt-Ignore-vbps-when-looking-f.patch - patches.kernel.org/6.1.74-010-nvme-core-fix-a-memory-leak-in-nvme_ns_info_fr.patch - patches.kernel.org/6.1.74-011-drm-amd-display-update-dcn315-lpddr-pstate-lat.patch - patches.kernel.org/6.1.74-012-drm-amdgpu-Fix-cat-debugfs-amdgpu_regs_didt-ca.patch - patches.kernel.org/6.1.74-013-smb-client-common-fix-fortify-warnings.patch - patches.kernel.org/6.1.74-014-blk-mq-don-t-count-completed-flush-data-reques.patch - patches.kernel.org/6.1.74-015-nvme-core-check-for-too-small-lba-shift.patch - patches.kernel.org/6.1.74-016-hwtracing-hisi_ptt-Handle-the-interrupt-in-har.patch - patches.kernel.org/6.1.74-017-hwtracing-hisi_ptt-Don-t-try-to-attach-a-task.patch - patches.kernel.org/6.1.74-018-ASoC-wm8974-Correct-boost-mixer-inputs.patch - patches.kernel.org/6.1.74-019-arm64-dts-rockchip-fix-rk356x-pcie-msg-interru.patch - patches.kernel.org/6.1.74-020-ASoC-Intel-Skylake-Fix-mem-leak-in-few-functio.patch - patches.kernel.org/6.1.74-021-ASoC-nau8822-Fix-incorrect-type-in-assignment-.patch - patches.kernel.org/6.1.74-022-ASoC-Intel-Skylake-mem-leak-in-skl-register-fu.patch - patches.kernel.org/6.1.74-023-ASoC-cs43130-Fix-the-position-of-const-qualifi.patch - patches.kernel.org/6.1.74-024-ASoC-cs43130-Fix-incorrect-frame-delay-configu.patch - patches.kernel.org/6.1.74-025-ASoC-rt5650-add-mutex-to-avoid-the-jack-detect.patch - patches.kernel.org/6.1.74-026-ASoC-Intel-skl_hda_dsp_generic-Drop-HDMI-route.patch - patches.kernel.org/6.1.74-027-nouveau-tu102-flush-all-pdbs-on-vmm-flush.patch - patches.kernel.org/6.1.74-028-ASoC-amd-yc-Add-DMI-entry-to-support-System76-.patch - patches.kernel.org/6.1.74-029-ASoC-hdac_hda-Conditionally-register-dais-for-.patch - patches.kernel.org/6.1.74-030-net-tg3-fix-race-condition-in-tg3_reset_task.patch - patches.kernel.org/6.1.74-031-ASoC-da7219-Support-low-DC-impedance-headset.patch - patches.kernel.org/6.1.74-032-ASoC-ops-add-correct-range-check-for-limiting-.patch - patches.kernel.org/6.1.74-033-nvme-introduce-helper-function-to-get-ctrl-sta.patch - patches.kernel.org/6.1.74-034-nvme-prevent-potential-spectre-v1-gadget.patch - patches.kernel.org/6.1.74-035-arm64-dts-rockchip-Fix-PCI-node-addresses-on-r.patch - patches.kernel.org/6.1.74-036-drm-amdgpu-Add-NULL-checks-for-function-pointe.patch - patches.kernel.org/6.1.74-037-drm-exynos-fix-a-potential-error-pointer-deref.patch - patches.kernel.org/6.1.74-038-drm-exynos-fix-a-wrong-error-checking.patch - patches.kernel.org/6.1.74-039-hwmon-corsair-psu-Fix-probe-when-built-in.patch - patches.kernel.org/6.1.74-040-LoongArch-Preserve-syscall-nr-across-execve.patch - patches.kernel.org/6.1.74-041-clk-rockchip-rk3568-Add-PLL-rate-for-292.5MHz.patch - patches.kernel.org/6.1.74-042-clk-rockchip-rk3128-Fix-HCLK_OTG-gate-register.patch - patches.kernel.org/6.1.74-043-jbd2-correct-the-printing-of-write_flags-in-jb.patch - patches.kernel.org/6.1.74-044-jbd2-increase-the-journal-IO-s-priority.patch - patches.kernel.org/6.1.74-045-drm-crtc-Fix-uninit-value-bug-in-drm_mode_setc.patch - patches.kernel.org/6.1.74-046-neighbour-Don-t-let-neigh_forced_gc-disable-pr.patch - patches.kernel.org/6.1.74-047-platform-x86-intel-vbtn-Fix-missing-tablet-mod.patch - patches.kernel.org/6.1.74-048-jbd2-fix-soft-lockup-in-journal_finish_inode_d.patch - patches.kernel.org/6.1.74-049-tracing-Have-large-events-show-up-as-LINE-TOO-.patch - patches.kernel.org/6.1.74-050-tracing-Add-size-check-when-printing-trace_mar.patch - patches.kernel.org/6.1.74-051-stmmac-dwmac-loongson-drop-useless-check-for-c.patch - patches.kernel.org/6.1.74-052-MIPS-dts-loongson-drop-incorrect-dwmac-fallbac.patch - patches.kernel.org/6.1.74-053-tracing-Fix-uaf-issue-when-open-the-hist-or-hi.patch - patches.kernel.org/6.1.74-054-ring-buffer-Do-not-record-in-NMI-if-the-arch-d.patch - patches.kernel.org/6.1.74-055-Input-psmouse-enable-Synaptics-InterTouch-for-.patch - patches.kernel.org/6.1.74-056-reset-hisilicon-hi6220-fix-Wvoid-pointer-to-en.patch - patches.kernel.org/6.1.74-057-Input-atkbd-skip-ATKBD_CMD_GETID-in-translated.patch - patches.kernel.org/6.1.74-058-Input-i8042-add-nomux-quirk-for-Acer-P459-G2-M.patch - patches.kernel.org/6.1.74-059-s390-scm-fix-virtual-vs-physical-address-confu.patch - patches.kernel.org/6.1.74-060-ARC-fix-spare-error.patch - patches.kernel.org/6.1.74-061-wifi-iwlwifi-pcie-avoid-a-NULL-pointer-derefer.patch - patches.kernel.org/6.1.74-062-Input-xpad-add-Razer-Wolverine-V2-support.patch - patches.kernel.org/6.1.74-063-kselftest-alsa-fixed-a-print-formatting-warnin.patch - patches.kernel.org/6.1.74-064-HID-nintendo-fix-initializer-element-is-not-co.patch - patches.kernel.org/6.1.74-065-platform-x86-thinkpad_acpi-fix-for-incorrect-f.patch - patches.kernel.org/6.1.74-066-ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Medi.patch - patches.kernel.org/6.1.74-067-ASoC-Intel-bytcr_rt5640-Add-new-swapped-speake.patch - patches.kernel.org/6.1.74-068-ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbook-2.patch - patches.kernel.org/6.1.74-069-dm-audit-fix-Kconfig-so-DM_AUDIT-depends-on-BL.patch - patches.kernel.org/6.1.74-070-HID-nintendo-Prevent-divide-by-zero-on-code.patch - patches.kernel.org/6.1.74-071-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch - patches.kernel.org/6.1.74-072-i2c-rk3x-fix-potential-spinlock-recursion-on-p.patch - patches.kernel.org/6.1.74-073-drm-amd-display-get-dprefclk-ss-info-from-inte.patch - patches.kernel.org/6.1.74-074-pinctrl-cy8c95x0-Fix-typo.patch - patches.kernel.org/6.1.74-075-pinctrl-cy8c95x0-Fix-get_pincfg.patch - patches.kernel.org/6.1.74-076-ida-Fix-crash-in-ida_free-when-the-bitmap-is-e.patch - patches.kernel.org/6.1.74-077-virtio_blk-fix-snprintf-truncation-compiler-wa.patch - patches.kernel.org/6.1.74-078-net-qrtr-ns-Return-0-if-server-port-is-not-pre.patch - patches.kernel.org/6.1.74-079-ARM-sun9i-smp-fix-return-code-check-of-of_prop.patch - patches.kernel.org/6.1.74-080-drm-crtc-fix-uninitialized-variable-use.patch - patches.kernel.org/6.1.74-081-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch - patches.kernel.org/6.1.74-082-ACPI-resource-Add-another-DMI-match-for-the-To.patch - patches.kernel.org/6.1.74-083-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch - patches.kernel.org/6.1.74-084-btf-scripts-Exclude-Rust-CUs-with-pahole.patch - patches.kernel.org/6.1.74-085-bpf-Add-skip_encoding_btf_inconsistent_proto-b.patch - patches.kernel.org/6.1.74-086-ksmbd-don-t-allow-O_TRUNC-open-on-read-only-sh.patch - patches.kernel.org/6.1.74-087-ksmbd-free-ppace-array-on-error-in-parse_dacl.patch - patches.kernel.org/6.1.74-088-Revert-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-.patch - patches.kernel.org/6.1.74-089-binder-use-EPOLLERR-from-eventpoll.h.patch - patches.kernel.org/6.1.74-090-binder-fix-use-after-free-in-shinker-s-callbac.patch - patches.kernel.org/6.1.74-091-binder-fix-trivial-typo-of-binder_free_buf_loc.patch - patches.kernel.org/6.1.74-092-binder-fix-comment-on-binder_alloc_new_buf-ret.patch - patches.kernel.org/6.1.74-093-uio-Fix-use-after-free-in-uio_open.patch - patches.kernel.org/6.1.74-094-parport-parport_serial-Add-Brainboxes-BAR-deta.patch - patches.kernel.org/6.1.74-095-parport-parport_serial-Add-Brainboxes-device-I.patch - patches.kernel.org/6.1.74-096-leds-ledtrig-tty-Free-allocated-ttyname-buffer.patch - patches.kernel.org/6.1.74-097-PCI-Add-ACS-quirk-for-more-Zhaoxin-Root-Ports.patch - patches.kernel.org/6.1.74-098-coresight-etm4x-Fix-width-of-CCITMIN-field.patch - patches.kernel.org/6.1.74-099-scripts-decode_stacktrace.sh-optionally-use-LL.patch - patches.kernel.org/6.1.74-100-Linux-6.1.74.patch - patches.kernel.org/6.1.75-001-x86-lib-Fix-overflow-when-counting-digits.patch - patches.kernel.org/6.1.75-002-x86-mce-inject-Clear-test-status-value.patch - patches.kernel.org/6.1.75-003-EDAC-thunderx-Fix-possible-out-of-bounds-strin.patch - patches.kernel.org/6.1.75-004-powerpc-remove-checks-for-binutils-older-than-.patch - patches.kernel.org/6.1.75-005-powerpc-add-crtsavres.o-to-always-y-instead-of.patch - patches.kernel.org/6.1.75-006-powerpc-44x-select-I2C-for-CURRITUCK.patch - patches.kernel.org/6.1.75-007-powerpc-pseries-memhp-Fix-access-beyond-end-of.patch - patches.kernel.org/6.1.75-008-selftests-powerpc-Fix-error-handling-in-FPU-VM.patch - patches.kernel.org/6.1.75-009-powerpc-powernv-Add-a-null-pointer-check-to-sc.patch - patches.kernel.org/6.1.75-010-powerpc-powernv-Add-a-null-pointer-check-in-op.patch - patches.kernel.org/6.1.75-011-powerpc-powernv-Add-a-null-pointer-check-in-op.patch - patches.kernel.org/6.1.75-012-powerpc-imc-pmu-Add-a-null-pointer-check-in-up.patch - patches.kernel.org/6.1.75-013-spi-spi-zynqmp-gqspi-fix-driver-kconfig-depend.patch - patches.kernel.org/6.1.75-014-mtd-rawnand-Increment-IFC_TIMEOUT_MSECS-for-na.patch - patches.kernel.org/6.1.75-015-ACPI-video-check-for-error-while-searching-for.patch - patches.kernel.org/6.1.75-016-ACPI-LPIT-Avoid-u32-multiplication-overflow.patch - patches.kernel.org/6.1.75-017-KEYS-encrypted-Add-check-for-strsep.patch - patches.kernel.org/6.1.75-018-platform-x86-intel-vsec-Enhance-and-Export-int.patch - patches.kernel.org/6.1.75-019-platform-x86-intel-vsec-Support-private-data.patch - patches.kernel.org/6.1.75-020-platform-x86-intel-vsec-Use-mutex-for-ida_allo.patch - patches.kernel.org/6.1.75-021-platform-x86-intel-vsec-Fix-xa_alloc-memory-le.patch - patches.kernel.org/6.1.75-022-of-Add-of_property_present-helper.patch - patches.kernel.org/6.1.75-023-cpufreq-Use-of_property_present-for-testing-DT.patch - patches.kernel.org/6.1.75-024-cpufreq-scmi-process-the-result-of-devm_of_clk.patch - patches.kernel.org/6.1.75-025-calipso-fix-memory-leak-in-netlbl_calipso_add_.patch - patches.kernel.org/6.1.75-026-efivarfs-force-RO-when-remounting-if-SetVariab.patch - patches.kernel.org/6.1.75-027-efivarfs-Free-s_fs_info-on-unmount.patch - patches.kernel.org/6.1.75-028-spi-sh-msiof-Enforce-fixed-DTDL-for-R-Car-H3.patch - patches.kernel.org/6.1.75-029-ACPI-LPSS-Fix-the-fractional-clock-divider-fla.patch - patches.kernel.org/6.1.75-030-ACPI-extlog-Clear-Extended-Error-Log-status-wh.patch - patches.kernel.org/6.1.75-031-kunit-debugfs-Fix-unchecked-dereference-in-deb.patch - patches.kernel.org/6.1.75-032-mtd-Fix-gluebi-NULL-pointer-dereference-caused.patch - patches.kernel.org/6.1.75-033-selinux-Fix-error-priority-for-bind-with-AF_UN.patch - patches.kernel.org/6.1.75-034-crypto-virtio-Handle-dataq-logic-with-tasklet.patch - patches.kernel.org/6.1.75-035-crypto-sa2ul-Return-crypto_aead_setkey-to-tran.patch - patches.kernel.org/6.1.75-036-crypto-ccp-fix-memleak-in-ccp_init_dm_workarea.patch - patches.kernel.org/6.1.75-037-crypto-af_alg-Disallow-multiple-in-flight-AIO-.patch - patches.kernel.org/6.1.75-038-crypto-safexcel-Add-error-handling-for-dma_map.patch - patches.kernel.org/6.1.75-039-crypto-sahara-remove-FLAGS_NEW_KEY-logic.patch - patches.kernel.org/6.1.75-040-crypto-sahara-fix-cbc-selftest-failure.patch - patches.kernel.org/6.1.75-041-crypto-sahara-fix-ahash-selftest-failure.patch - patches.kernel.org/6.1.75-042-crypto-sahara-fix-processing-requests-with-cry.patch - patches.kernel.org/6.1.75-043-crypto-sahara-fix-error-handling-in-sahara_hw_.patch - patches.kernel.org/6.1.75-044-crypto-hisilicon-qm-save-capability-registers-.patch - patches.kernel.org/6.1.75-045-crypto-hisilicon-zip-add-zip-comp-high-perf-mo.patch - patches.kernel.org/6.1.75-046-crypto-hisilicon-qm-add-a-function-to-set-qm-a.patch - patches.kernel.org/6.1.75-047-crypto-hisilicon-hpre-save-capability-register.patch - patches.kernel.org/6.1.75-048-crypto-hisilicon-sec2-save-capability-register.patch - patches.kernel.org/6.1.75-049-crypto-hisilicon-zip-save-capability-registers.patch - patches.kernel.org/6.1.75-050-pstore-ram_core-fix-possible-overflow-in-persi.patch - patches.kernel.org/6.1.75-051-erofs-fix-memory-leak-on-short-lived-bounced-p.patch - patches.kernel.org/6.1.75-052-fs-indicate-request-originates-from-old-mount-.patch - patches.kernel.org/6.1.75-053-gfs2-Fix-kernel-NULL-pointer-dereference-in-gf.patch - patches.kernel.org/6.1.75-054-crypto-virtio-Wait-for-tasklet-to-complete-on-.patch - patches.kernel.org/6.1.75-055-crypto-sahara-avoid-skcipher-fallback-code-dup.patch - patches.kernel.org/6.1.75-056-crypto-sahara-handle-zero-length-aes-requests.patch - patches.kernel.org/6.1.75-057-crypto-sahara-fix-ahash-reqsize.patch - patches.kernel.org/6.1.75-058-crypto-sahara-fix-wait_for_completion_timeout-.patch - patches.kernel.org/6.1.75-059-crypto-sahara-improve-error-handling-in-sahara.patch - patches.kernel.org/6.1.75-060-crypto-sahara-fix-processing-hash-requests-wit.patch - patches.kernel.org/6.1.75-061-crypto-sahara-do-not-resize-req-src-when-doing.patch - patches.kernel.org/6.1.75-062-crypto-scomp-fix-req-dst-buffer-overflow.patch - patches.kernel.org/6.1.75-063-csky-fix-arch_jump_label_transform_static-over.patch - patches.kernel.org/6.1.75-064-blocklayoutdriver-Fix-reference-leak-of-pnfs_d.patch - patches.kernel.org/6.1.75-065-NFSv4.1-pnfs-Ensure-we-handle-the-error-NFS4ER.patch - patches.kernel.org/6.1.75-066-SUNRPC-fix-_xprt_switch_find_current_entry-log.patch - patches.kernel.org/6.1.75-067-pNFS-Fix-the-pnfs-block-driver-s-calculation-o.patch - patches.kernel.org/6.1.75-068-wifi-plfxlc-check-for-allocation-failure-in-pl.patch - patches.kernel.org/6.1.75-069-wifi-rtw88-fix-RX-filter-in-FIF_ALLMULTI-flag.patch - patches.kernel.org/6.1.75-070-bpf-lpm-Fix-check-prefixlen-before-walking-tri.patch - patches.kernel.org/6.1.75-071-bpf-Add-crosstask-check-to-__bpf_get_stack.patch - patches.kernel.org/6.1.75-072-wifi-ath11k-Defer-on-rproc_get-failure.patch - patches.kernel.org/6.1.75-073-wifi-libertas-stop-selecting-wext.patch - patches.kernel.org/6.1.75-074-ARM-dts-qcom-apq8064-correct-XOADC-register-ad.patch - patches.kernel.org/6.1.75-075-net-ncsi-Fix-netlink-major-minor-version-numbe.patch - patches.kernel.org/6.1.75-076-firmware-ti_sci-Fix-an-off-by-one-in-ti_sci_de.patch - patches.kernel.org/6.1.75-077-firmware-meson_sm-populate-platform-devices-fr.patch - patches.kernel.org/6.1.75-078-wifi-rtlwifi-rtl8821ae-phy-fix-an-undefined-bi.patch - patches.kernel.org/6.1.75-079-arm64-dts-ti-k3-am62a-main-Fix-GPIO-pin-count-.patch - patches.kernel.org/6.1.75-080-arm64-dts-ti-k3-am65-main-Fix-DSS-irq-trigger-.patch - patches.kernel.org/6.1.75-081-selftests-bpf-Fix-erroneous-bitmask-operation.patch - patches.kernel.org/6.1.75-082-md-synchronize-flush-io-with-array-reconfigura.patch - patches.kernel.org/6.1.75-083-bpf-enforce-precision-of-R0-on-callback-return.patch - patches.kernel.org/6.1.75-084-ARM-dts-qcom-sdx65-correct-SPMI-node-name.patch - patches.kernel.org/6.1.75-085-arm64-dts-qcom-sc7180-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-086-arm64-dts-qcom-sc7280-Mark-some-nodes-as-reser.patch - patches.kernel.org/6.1.75-087-arm64-dts-qcom-sc7280-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-088-arm64-dts-qcom-sdm845-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-089-arm64-dts-qcom-sm8150-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-090-arm64-dts-qcom-sm8250-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-091-arm64-dts-qcom-sc8280xp-Make-watchdog-bark-int.patch - patches.kernel.org/6.1.75-092-arm64-dts-qcom-sm6350-Make-watchdog-bark-inter.patch - patches.kernel.org/6.1.75-093-rcu-tasks-Provide-rcu_trace_implies_rcu_gp.patch - patches.kernel.org/6.1.75-094-bpf-add-percpu-stats-for-bpf_map-elements-inse.patch - patches.kernel.org/6.1.75-095-bpf-Add-map-and-need_defer-parameters-to-.map_.patch - patches.kernel.org/6.1.75-096-bpf-Defer-the-free-of-inner-map-when-necessary.patch - patches.kernel.org/6.1.75-097-selftests-net-specify-the-interface-when-do-ar.patch - patches.kernel.org/6.1.75-098-bpf-fix-check-for-attempt-to-corrupt-spilled-p.patch - patches.kernel.org/6.1.75-099-scsi-fnic-Return-error-if-vmalloc-failed.patch - patches.kernel.org/6.1.75-100-arm64-dts-qcom-qrb5165-rb5-correct-LED-panic-i.patch - patches.kernel.org/6.1.75-101-arm64-dts-qcom-sdm845-db845c-correct-LED-panic.patch - patches.kernel.org/6.1.75-102-arm64-dts-qcom-sm8350-Fix-DMA0-address.patch - patches.kernel.org/6.1.75-103-arm64-dts-qcom-sc7280-Fix-up-GPU-SIDs.patch - patches.kernel.org/6.1.75-104-arm64-dts-qcom-sc7280-Mark-Adreno-SMMU-as-DMA-.patch - patches.kernel.org/6.1.75-105-arm64-dts-qcom-sc7280-fix-usb_2-wakeup-interru.patch - patches.kernel.org/6.1.75-106-wifi-mt76-mt7921s-fix-workqueue-problem-causes.patch - patches.kernel.org/6.1.75-107-bpf-Fix-verification-of-indirect-var-off-stack.patch - patches.kernel.org/6.1.75-108-arm64-dts-hisilicon-hikey970-pmic-fix-regulato.patch - patches.kernel.org/6.1.75-109-dt-bindings-media-mediatek-mdp3-correct-RDMA-a.patch - patches.kernel.org/6.1.75-110-arm64-dts-mediatek-mt8183-correct-MDP3-DMA-rel.patch - patches.kernel.org/6.1.75-111-wifi-mt76-mt7921-fix-country-count-limitation-.patch - patches.kernel.org/6.1.75-112-selftests-bpf-Relax-time_tai-test-for-equal-ti.patch - patches.kernel.org/6.1.75-113-block-Set-memalloc_noio-to-false-on-device_add.patch - patches.kernel.org/6.1.75-114-arm64-dts-renesas-white-hawk-cpu-Fix-missing-s.patch - patches.kernel.org/6.1.75-115-arm64-dts-imx8mm-Reduce-GPU-to-nominal-speed.patch - patches.kernel.org/6.1.75-116-scsi-hisi_sas-Replace-with-standard-error-code.patch - patches.kernel.org/6.1.75-117-scsi-hisi_sas-Rollback-some-operations-if-FLR-.patch - patches.kernel.org/6.1.75-118-scsi-hisi_sas-Correct-the-number-of-global-deb.patch - patches.kernel.org/6.1.75-119-ARM-dts-stm32-don-t-mix-SCMI-and-non-SCMI-boar.patch - patches.kernel.org/6.1.75-120-selftests-net-fix-grep-checking-for-fib_nextho.patch - patches.kernel.org/6.1.75-121-ipmr-support-IP_PKTINFO-on-cache-report-IGMP-m.patch - patches.kernel.org/6.1.75-122-virtio-vsock-fix-logic-which-reduces-credit-up.patch - patches.kernel.org/6.1.75-123-dma-mapping-clear-dev-dma_mem-to-NULL-after-fr.patch - patches.kernel.org/6.1.75-124-soc-qcom-llcc-Fix-dis_cap_alloc-and-retain_on_.patch - patches.kernel.org/6.1.75-125-arm64-dts-qcom-sm8150-hdk-fix-SS-USB-regulator.patch - patches.kernel.org/6.1.75-126-block-add-check-of-minors-and-first_minor-in-d.patch - patches.kernel.org/6.1.75-127-arm64-dts-qcom-sc7280-Mark-SDHCI-hosts-as-cach.patch - patches.kernel.org/6.1.75-128-arm64-dts-qcom-ipq6018-fix-clock-rates-for-GCC.patch - patches.kernel.org/6.1.75-129-arm64-dts-qcom-ipq6018-improve-pcie-phy-pcs-re.patch - patches.kernel.org/6.1.75-130-arm64-dts-qcom-ipq6018-Use-lowercase-hex.patch - patches.kernel.org/6.1.75-131-arm64-dts-qcom-ipq6018-Pad-addresses-to-8-hex-.patch - patches.kernel.org/6.1.75-132-arm64-dts-qcom-ipq6018-Fix-up-indentation.patch - patches.kernel.org/6.1.75-133-wifi-rtlwifi-add-calculate_bit_shift.patch - patches.kernel.org/6.1.75-134-wifi-rtlwifi-rtl8188ee-phy-using-calculate_bit.patch - patches.kernel.org/6.1.75-135-wifi-rtlwifi-rtl8192c-using-calculate_bit_shif.patch - patches.kernel.org/6.1.75-136-wifi-rtlwifi-rtl8192cu-using-calculate_bit_shi.patch - patches.kernel.org/6.1.75-137-wifi-rtlwifi-rtl8192ce-using-calculate_bit_shi.patch - patches.kernel.org/6.1.75-138-wifi-rtlwifi-rtl8192de-using-calculate_bit_shi.patch - patches.kernel.org/6.1.75-139-wifi-rtlwifi-rtl8192ee-using-calculate_bit_shi.patch - patches.kernel.org/6.1.75-140-wifi-rtlwifi-rtl8192se-using-calculate_bit_shi.patch - patches.kernel.org/6.1.75-141-wifi-iwlwifi-mvm-set-siso-mimo-chains-to-1-in-.patch - patches.kernel.org/6.1.75-142-wifi-iwlwifi-mvm-send-TX-path-flush-in-rfkill.patch - patches.kernel.org/6.1.75-143-netfilter-nf_tables-mark-newset-as-dead-on-tra.patch - patches.kernel.org/6.1.75-144-Bluetooth-Fix-bogus-check-for-re-auth-no-suppo.patch - patches.kernel.org/6.1.75-145-Bluetooth-btmtkuart-fix-recv_buf-return-value.patch - patches.kernel.org/6.1.75-146-block-make-BLK_DEF_MAX_SECTORS-unsigned.patch - patches.kernel.org/6.1.75-147-null_blk-don-t-cap-max_hw_sectors-to-BLK_DEF_M.patch - patches.kernel.org/6.1.75-148-bpf-sockmap-fix-proto-update-hook-to-avoid-dup.patch - patches.kernel.org/6.1.75-149-sctp-support-MSG_ERRQUEUE-flag-in-recvmsg.patch - patches.kernel.org/6.1.75-150-sctp-fix-busy-polling.patch - patches.kernel.org/6.1.75-151-net-sched-act_ct-fix-skb-leak-and-crash-on-ooo.patch - patches.kernel.org/6.1.75-152-mlxbf_gige-Fix-intermittent-no-ip-issue.patch - patches.kernel.org/6.1.75-153-mlxbf_gige-Enable-the-GigE-port-in-mlxbf_gige_.patch - patches.kernel.org/6.1.75-154-ip6_tunnel-fix-NEXTHDR_FRAGMENT-handling-in-ip.patch - patches.kernel.org/6.1.75-155-ARM-davinci-always-select-CONFIG_CPU_ARM926T.patch - patches.kernel.org/6.1.75-156-Revert-drm-tidss-Annotate-dma-fence-critical-s.patch - patches.kernel.org/6.1.75-157-Revert-drm-omapdrm-Annotate-dma-fence-critical.patch - patches.kernel.org/6.1.75-158-drm-panfrost-Really-power-off-GPU-cores-in-pan.patch - patches.kernel.org/6.1.75-159-RDMA-usnic-Silence-uninitialized-symbol-smatch.patch - patches.kernel.org/6.1.75-160-RDMA-hns-Fix-inappropriate-err-code-for-unsupp.patch - patches.kernel.org/6.1.75-161-drm-panel-elida-kd35t133-hold-panel-in-reset-f.patch - patches.kernel.org/6.1.75-162-drm-nouveau-fence-fix-warning-directly-derefer.patch - patches.kernel.org/6.1.75-163-drm-bridge-tpd12s015-Drop-buggy-__exit-annotat.patch - patches.kernel.org/6.1.75-164-drm-tilcdc-Fix-irq-free-on-unload.patch - patches.kernel.org/6.1.75-165-media-pvrusb2-fix-use-after-free-on-context-di.patch - patches.kernel.org/6.1.75-166-media-mtk-jpegdec-export-jpeg-decoder-function.patch - patches.kernel.org/6.1.75-167-media-mtk-jpeg-Remove-cancel-worker-in-mtk_jpe.patch - patches.kernel.org/6.1.75-168-media-verisilicon-Hook-the-TRY_-DECODER_CMD-st.patch - patches.kernel.org/6.1.75-169-media-rkvdec-Hook-the-TRY_-DECODER_CMD-statele.patch - patches.kernel.org/6.1.75-170-drm-bridge-Fix-typo-in-post_disable-descriptio.patch - patches.kernel.org/6.1.75-171-f2fs-fix-to-avoid-dirent-corruption.patch - patches.kernel.org/6.1.75-172-drm-radeon-r600_cs-Fix-possible-int-overflows-.patch - patches.kernel.org/6.1.75-173-drm-radeon-r100-Fix-integer-overflow-issues-in.patch - patches.kernel.org/6.1.75-174-drm-radeon-check-return-value-of-radeon_ring_l.patch - patches.kernel.org/6.1.75-175-drm-tidss-Move-reset-to-the-end-of-dispc_init.patch - patches.kernel.org/6.1.75-176-drm-tidss-Return-error-value-from-from-softres.patch - patches.kernel.org/6.1.75-177-drm-tidss-Check-for-K2G-in-in-dispc_softreset.patch - patches.kernel.org/6.1.75-178-drm-tidss-Fix-dss-reset.patch - patches.kernel.org/6.1.75-179-ASoC-cs35l33-Fix-GPIO-name-and-drop-legacy-inc.patch - patches.kernel.org/6.1.75-180-ASoC-cs35l34-Fix-GPIO-name-and-drop-legacy-inc.patch - patches.kernel.org/6.1.75-181-drm-msm-mdp4-flush-vblank-event-on-disable.patch - patches.kernel.org/6.1.75-182-drm-msm-dsi-Use-pm_runtime_resume_and_get-to-p.patch - patches.kernel.org/6.1.75-183-drm-drv-propagate-errors-from-drm_modeset_regi.patch - patches.kernel.org/6.1.75-184-ASoC-Intel-glk_rt5682_max98357a-fix-board-id-m.patch - patches.kernel.org/6.1.75-185-drm-panfrost-Ignore-core_mask-for-poweroff-and.patch - patches.kernel.org/6.1.75-186-drm-radeon-check-the-alloc_workqueue-return-va.patch - patches.kernel.org/6.1.75-187-drm-radeon-dpm-fix-a-memleak-in-sumo_parse_pow.patch - patches.kernel.org/6.1.75-188-drm-radeon-trinity_dpm-fix-a-memleak-in-trinit.patch - patches.kernel.org/6.1.75-189-drm-bridge-cdns-mhdp8546-Fix-use-of-uninitiali.patch - patches.kernel.org/6.1.75-190-drm-bridge-tc358767-Fix-return-value-on-error-.patch - patches.kernel.org/6.1.75-191-media-cx231xx-fix-a-memleak-in-cx231xx_init_is.patch - patches.kernel.org/6.1.75-192-RDMA-hns-Fix-memory-leak-in-free_mr_init.patch - patches.kernel.org/6.1.75-193-clk-qcom-gpucc-sm8150-Update-the-gpu_cc_pll1-c.patch - patches.kernel.org/6.1.75-194-media-imx-mipi-csis-Fix-clock-handling-in-remo.patch - patches.kernel.org/6.1.75-195-media-dt-bindings-media-rkisp1-Fix-the-port-de.patch - patches.kernel.org/6.1.75-196-media-rkisp1-Fix-media-device-memory-leak.patch - patches.kernel.org/6.1.75-197-drm-panel-st7701-Fix-AVCL-calculation.patch - patches.kernel.org/6.1.75-198-f2fs-fix-to-wait-on-block-writeback-for-post_r.patch - patches.kernel.org/6.1.75-199-f2fs-fix-to-check-compress-file-in-f2fs_move_f.patch - patches.kernel.org/6.1.75-200-f2fs-fix-to-update-iostat-correctly-in-f2fs_fi.patch - patches.kernel.org/6.1.75-201-media-dvbdev-drop-refcount-on-error-path-in-dv.patch - patches.kernel.org/6.1.75-202-media-dvb-frontends-m88ds3103-Fix-a-memory-lea.patch - patches.kernel.org/6.1.75-203-clk-renesas-rzg2l-cpg-Reuse-code-in-rzg2l_cpg_.patch - patches.kernel.org/6.1.75-204-clk-renesas-rzg2l-Check-reset-monitor-register.patch - patches.kernel.org/6.1.75-205-drm-msm-dpu-Set-input_sel-bit-for-INTF.patch - patches.kernel.org/6.1.75-206-drm-msm-dpu-Drop-enable-and-frame_count-parame.patch - patches.kernel.org/6.1.75-207-drm-mediatek-Return-error-if-MDP-RDMA-failed-t.patch - patches.kernel.org/6.1.75-208-drm-mediatek-Fix-underrun-in-VDO1-when-switche.patch - patches.kernel.org/6.1.75-209-drm-amdgpu-debugfs-fix-error-code-when-smc-reg.patch - patches.kernel.org/6.1.75-210-drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch - patches.kernel.org/6.1.75-211-drivers-amd-pm-fix-a-use-after-free-in-kv_pars.patch - patches.kernel.org/6.1.75-212-gpu-drm-radeon-fix-two-memleaks-in-radeon_vm_i.patch - patches.kernel.org/6.1.75-213-drm-amd-pm-fix-a-double-free-in-amdgpu_parse_e.patch - patches.kernel.org/6.1.75-214-f2fs-fix-to-check-return-value-of-f2fs_recover.patch - patches.kernel.org/6.1.75-215-dt-bindings-clock-Update-the-videocc-resets-fo.patch - patches.kernel.org/6.1.75-216-clk-qcom-videocc-sm8150-Update-the-videocc-res.patch - patches.kernel.org/6.1.75-217-clk-qcom-videocc-sm8150-Add-missing-PLL-config.patch - patches.kernel.org/6.1.75-218-drivers-clk-zynqmp-calculate-closest-mux-rate.patch - patches.kernel.org/6.1.75-219-drivers-clk-zynqmp-update-divider-round-rate-l.patch - patches.kernel.org/6.1.75-220-watchdog-set-cdev-owner-before-adding.patch - patches.kernel.org/6.1.75-221-watchdog-hpwdt-Only-claim-UNKNOWN-NMI-if-from-.patch - patches.kernel.org/6.1.75-222-watchdog-bcm2835_wdt-Fix-WDIOC_SETTIMEOUT-hand.patch - patches.kernel.org/6.1.75-223-watchdog-rti_wdt-Drop-runtime-pm-reference-cou.patch - patches.kernel.org/6.1.75-224-clk-si5341-fix-an-error-code-problem-in-si5341.patch - patches.kernel.org/6.1.75-225-drm-mediatek-dp-Add-phy_mtk_dp-module-as-pre-d.patch - patches.kernel.org/6.1.75-226-accel-habanalabs-fix-information-leak-in-sec_a.patch - patches.kernel.org/6.1.75-227-clk-fixed-rate-fix-clk_hw_register_fixed_rate_.patch - patches.kernel.org/6.1.75-228-pwm-stm32-Use-regmap_clear_bits-and-regmap_set.patch - patches.kernel.org/6.1.75-229-pwm-stm32-Use-hweight32-in-stm32_pwm_detect_ch.patch - patches.kernel.org/6.1.75-230-pwm-stm32-Fix-enable-count-for-clk-in-.probe.patch - patches.kernel.org/6.1.75-231-ASoC-rt5645-Drop-double-EF20-entry-from-dmi_pl.patch - patches.kernel.org/6.1.75-232-ALSA-scarlett2-Add-missing-error-check-to-scar.patch - patches.kernel.org/6.1.75-233-ALSA-scarlett2-Add-missing-error-check-to-scar.patch - patches.kernel.org/6.1.75-234-ALSA-scarlett2-Allow-passing-any-output-to-lin.patch - patches.kernel.org/6.1.75-235-ALSA-scarlett2-Add-missing-error-checks-to-_ct.patch - patches.kernel.org/6.1.75-236-ALSA-scarlett2-Add-clamp-in-scarlett2_mixer_ct.patch - patches.kernel.org/6.1.75-237-mmc-sdhci_am654-Fix-TI-SoC-dependencies.patch - patches.kernel.org/6.1.75-238-mmc-sdhci_omap-Fix-TI-SoC-dependencies.patch - patches.kernel.org/6.1.75-239-IB-iser-Prevent-invalidating-wrong-MR.patch - patches.kernel.org/6.1.75-240-drm-amdkfd-Confirm-list-is-non-empty-before-ut.patch - patches.kernel.org/6.1.75-241-drm-amd-pm-smu7-fix-a-memleak-in-smu7_hwmgr_ba.patch - patches.kernel.org/6.1.75-242-kselftest-alsa-mixer-test-fix-the-number-of-pa.patch - patches.kernel.org/6.1.75-243-kselftest-alsa-mixer-test-Fix-the-print-format.patch - patches.kernel.org/6.1.75-244-ksmbd-validate-the-zero-field-of-packet-header.patch - patches.kernel.org/6.1.75-245-of-Fix-double-free-in-of_parse_phandle_with_ar.patch - patches.kernel.org/6.1.75-246-fbdev-imxfb-fix-left-margin-setting.patch - patches.kernel.org/6.1.75-247-of-unittest-Fix-of_count_phandle_with_args-exp.patch - patches.kernel.org/6.1.75-248-selftests-bpf-Add-assert-for-user-stacks-in-te.patch - patches.kernel.org/6.1.75-249-keys-dns-Fix-size-check-of-V1-server-list-head.patch - patches.kernel.org/6.1.75-250-binder-fix-async-space-check-for-0-sized-buffe.patch - patches.kernel.org/6.1.75-251-binder-fix-unused-alloc-free_async_space.patch - patches.kernel.org/6.1.75-252-mips-smp-Call-rcutree_report_cpu_starting-earl.patch - patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch - patches.kernel.org/6.1.75-254-xen-netback-don-t-produce-zero-size-SKB-frags.patch - patches.kernel.org/6.1.75-255-binder-fix-race-between-mmput-and-do_exit.patch - patches.kernel.org/6.1.75-256-clocksource-drivers-timer-ti-dm-Fix-make-W-n-k.patch - patches.kernel.org/6.1.75-257-powerpc-64s-Increase-default-stack-size-to-32K.patch - patches.kernel.org/6.1.75-258-tick-sched-Fix-idle-and-iowait-sleeptime-accou.patch - patches.kernel.org/6.1.75-259-usb-phy-mxs-remove-CONFIG_USB_OTG-condition-fo.patch - patches.kernel.org/6.1.75-260-usb-dwc-ep0-Update-request-status-in-dwc3_ep0_.patch - patches.kernel.org/6.1.75-261-Revert-usb-dwc3-Soft-reset-phy-on-probe-for-ho.patch - patches.kernel.org/6.1.75-262-Revert-usb-dwc3-don-t-reset-device-side-if-dwc.patch - patches.kernel.org/6.1.75-263-usb-chipidea-wait-controller-resume-finished-f.patch - patches.kernel.org/6.1.75-264-usb-cdns3-fix-uvc-failure-work-since-sg-suppor.patch - patches.kernel.org/6.1.75-265-usb-cdns3-fix-iso-transfer-error-when-mult-is-.patch - patches.kernel.org/6.1.75-266-usb-cdns3-Fix-uvc-fail-when-DMA-cross-4k-bound.patch - patches.kernel.org/6.1.75-267-Revert-usb-typec-class-fix-typec_altmode_put_p.patch - patches.kernel.org/6.1.75-268-usb-typec-class-fix-typec_altmode_put_partner-.patch - patches.kernel.org/6.1.75-269-usb-mon-Fix-atomicity-violation-in-mon_bin_vma.patch - patches.kernel.org/6.1.75-270-serial-core-fix-sanitizing-check-for-RTS-setti.patch - patches.kernel.org/6.1.75-271-serial-core-make-sure-RS485-cannot-be-enabled-.patch - patches.kernel.org/6.1.75-272-serial-8250_bcm2835aux-Restore-clock-error-han.patch - patches.kernel.org/6.1.75-273-serial-core-imx-do-not-set-RS485-enabled-if-it.patch - patches.kernel.org/6.1.75-274-serial-imx-Ensure-that-imx_uart_rs485_config-i.patch - patches.kernel.org/6.1.75-275-serial-8250_exar-Set-missing-rs485_supported-f.patch - patches.kernel.org/6.1.75-276-serial-omap-do-not-override-settings-for-RS485.patch - patches.kernel.org/6.1.75-277-drm-vmwgfx-Fix-possible-invalid-drm-gem-put-ca.patch - patches.kernel.org/6.1.75-278-drm-vmwgfx-Keep-a-gem-reference-to-user-bos-in.patch - patches.kernel.org/6.1.75-279-ALSA-oxygen-Fix-right-channel-of-capture-volum.patch - patches.kernel.org/6.1.75-280-ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-.patch - patches.kernel.org/6.1.75-281-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch - patches.kernel.org/6.1.75-282-ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-.patch - patches.kernel.org/6.1.75-283-ksmbd-validate-mech-token-in-session-setup.patch - patches.kernel.org/6.1.75-284-ksmbd-fix-UAF-issue-in-ksmbd_tcp_new_connectio.patch - patches.kernel.org/6.1.75-285-ksmbd-only-v2-leases-handle-the-directory.patch - patches.kernel.org/6.1.75-286-io_uring-rw-ensure-io-bytes_done-is-always-ini.patch - patches.kernel.org/6.1.75-287-fbdev-flush-deferred-work-in-fb_deferred_io_fs.patch - patches.kernel.org/6.1.75-288-fbdev-flush-deferred-IO-before-closing.patch - patches.kernel.org/6.1.75-289-scsi-ufs-core-Simplify-power-management-during.patch - patches.kernel.org/6.1.75-290-scsi-target-core-add-missing-file_-start-end-_.patch - patches.kernel.org/6.1.75-291-scsi-mpi3mr-Refresh-sdev-queue-depth-after-con.patch - patches.kernel.org/6.1.75-292-scsi-mpi3mr-Block-PEL-Enable-Command-on-Contro.patch - patches.kernel.org/6.1.75-293-drm-amd-Enable-PCIe-PME-from-D3.patch - patches.kernel.org/6.1.75-294-block-add-check-that-partition-length-needs-to.patch - patches.kernel.org/6.1.75-295-block-Fix-iterating-over-an-empty-bio-with-bio.patch - patches.kernel.org/6.1.75-296-netfilter-nf_tables-check-if-catch-all-set-ele.patch - patches.kernel.org/6.1.75-297-pwm-jz4740-Don-t-use-dev_err_probe-in-.request.patch - patches.kernel.org/6.1.75-298-pwm-Fix-out-of-bounds-access-in-of_pwm_single_.patch - patches.kernel.org/6.1.75-299-md-raid1-Use-blk_opf_t-for-read-and-write-oper.patch - patches.kernel.org/6.1.75-300-rootfs-Fix-support-for-rootfstype-when-root-is.patch - patches.kernel.org/6.1.75-301-Bluetooth-Fix-atomicity-violation-in-min-max-_.patch - patches.kernel.org/6.1.75-302-bpf-Fix-re-attachment-branch-in-bpf_tracing_pr.patch - patches.kernel.org/6.1.75-303-LoongArch-Fix-and-simplify-fcsr-initialization.patch - patches.kernel.org/6.1.75-304-iommu-arm-smmu-qcom-Add-missing-GMU-entry-to-m.patch - patches.kernel.org/6.1.75-305-iommu-dma-Trace-bounce-buffer-usage-when-mappi.patch - patches.kernel.org/6.1.75-306-wifi-mt76-fix-broken-precal-loading-from-MTD-f.patch - patches.kernel.org/6.1.75-307-wifi-rtlwifi-Remove-bogus-and-dangerous-ASPM-d.patch - patches.kernel.org/6.1.75-308-wifi-rtlwifi-Convert-LNKCTL-change-to-PCIe-cap.patch - patches.kernel.org/6.1.75-309-wifi-mwifiex-configure-BSSID-consistently-when.patch - patches.kernel.org/6.1.75-310-Revert-net-rtnetlink-Enslave-device-before-bri.patch - patches.kernel.org/6.1.75-311-cxl-port-Fix-decoder-initialization-when-nr_ta.patch - patches.kernel.org/6.1.75-312-PCI-P2PDMA-Remove-reference-to-pci_p2pdma_map_.patch - patches.kernel.org/6.1.75-313-PCI-dwc-endpoint-Fix-dw_pcie_ep_raise_msix_irq.patch - patches.kernel.org/6.1.75-314-PCI-mediatek-Clear-interrupt-status-before-dis.patch - patches.kernel.org/6.1.75-315-x86-kvm-Do-not-try-to-disable-kvmclock-if-it-w.patch - patches.kernel.org/6.1.75-316-KVM-arm64-vgic-v4-Restore-pending-state-on-hos.patch - patches.kernel.org/6.1.75-317-KVM-arm64-vgic-its-Avoid-potential-UAF-in-LPI-.patch - patches.kernel.org/6.1.75-318-iio-adc-ad7091r-Pass-iio_dev-to-event-handler.patch - patches.kernel.org/6.1.75-319-HID-wacom-Correct-behavior-when-processing-som.patch - patches.kernel.org/6.1.75-320-serial-sc16is7xx-add-check-for-unsupported-SPI.patch - patches.kernel.org/6.1.75-321-serial-sc16is7xx-set-safe-default-SPI-clock-fr.patch - patches.kernel.org/6.1.75-322-ARM-9330-1-davinci-also-select-PINCTRL.patch - patches.kernel.org/6.1.75-323-mfd-syscon-Fix-null-pointer-dereference-in-of_.patch - patches.kernel.org/6.1.75-324-leds-aw2013-Select-missing-dependency-REGMAP_I.patch - patches.kernel.org/6.1.75-325-mfd-intel-lpss-Fix-the-fractional-clock-divide.patch - patches.kernel.org/6.1.75-326-mips-dmi-Fix-early-remap-on-MIPS32.patch - patches.kernel.org/6.1.75-327-mips-Fix-incorrect-max_low_pfn-adjustment.patch - patches.kernel.org/6.1.75-328-riscv-Check-if-the-code-to-patch-lies-in-the-e.patch - patches.kernel.org/6.1.75-329-riscv-Fix-module_alloc-that-did-not-reset-the-.patch - patches.kernel.org/6.1.75-330-riscv-Fix-set_memory_XX-and-set_direct_map_XX-.patch - patches.kernel.org/6.1.75-331-riscv-Fix-set_direct_map_default_noflush-to-re.patch - patches.kernel.org/6.1.75-332-riscv-Fixed-wrong-register-in-XIP_FIXUP_FLASH_.patch - patches.kernel.org/6.1.75-333-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch - patches.kernel.org/6.1.75-334-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch - patches.kernel.org/6.1.75-335-power-supply-cw2015-correct-time_to_empty-unit.patch - patches.kernel.org/6.1.75-336-power-supply-bq256xx-fix-some-problem-in-bq256.patch - patches.kernel.org/6.1.75-337-serial-8250-omap-Don-t-skip-resource-freeing-i.patch - patches.kernel.org/6.1.75-338-libapi-Add-missing-linux-types.h-header-to-get.patch - patches.kernel.org/6.1.75-339-base-node.c-initialize-the-accessor-list-befor.patch - patches.kernel.org/6.1.75-340-acpi-property-Let-args-be-NULL-in-__acpi_node_.patch - patches.kernel.org/6.1.75-341-software-node-Let-args-be-NULL-in-software_nod.patch - patches.kernel.org/6.1.75-342-serial-imx-fix-tx-statemachine-deadlock.patch - patches.kernel.org/6.1.75-343-selftests-sgx-Fix-uninitialized-pointer-derefe.patch - patches.kernel.org/6.1.75-344-selftests-sgx-Fix-uninitialized-pointer-derefe.patch - patches.kernel.org/6.1.75-345-selftests-sgx-Include-memory-clobber-for-inlin.patch - patches.kernel.org/6.1.75-346-selftests-sgx-Skip-non-X86_64-platform.patch - patches.kernel.org/6.1.75-347-iio-adc-ad9467-fix-reset-gpio-handling.patch - patches.kernel.org/6.1.75-348-iio-adc-ad9467-don-t-ignore-error-codes.patch - patches.kernel.org/6.1.75-349-iio-adc-ad9467-fix-scale-setting.patch - patches.kernel.org/6.1.75-350-perf-header-Fix-one-memory-leakage-in-perf_eve.patch - patches.kernel.org/6.1.75-351-perf-hisi-ptt-Fix-one-memory-leakage-in-hisi_p.patch - patches.kernel.org/6.1.75-352-perf-genelf-Set-ELF-program-header-addresses-p.patch - patches.kernel.org/6.1.75-353-tty-change-tty_write_lock-s-ndelay-parameter-t.patch - patches.kernel.org/6.1.75-354-tty-early-return-from-send_break-on-TTY_DRIVER.patch - patches.kernel.org/6.1.75-355-tty-don-t-check-for-signal_pending-in-send_bre.patch - patches.kernel.org/6.1.75-356-tty-use-if-in-send_break-instead-of-goto.patch - patches.kernel.org/6.1.75-357-usb-cdc-acm-return-correct-error-code-on-unsup.patch - patches.kernel.org/6.1.75-358-spmi-mtk-pmif-Serialize-PMIF-status-check-and-.patch - patches.kernel.org/6.1.75-359-vdpa-Fix-an-error-handling-path-in-eni_vdpa_pr.patch - patches.kernel.org/6.1.75-360-nvmet-tcp-Fix-a-kernel-panic-when-host-sends-a.patch - patches.kernel.org/6.1.75-361-nvmet-tcp-fix-a-crash-in-nvmet_req_complete.patch - patches.kernel.org/6.1.75-362-perf-env-Avoid-recursively-taking-env-bpf_prog.patch - patches.kernel.org/6.1.75-363-cxl-region-fix-x9-interleave-typo.patch - patches.kernel.org/6.1.75-364-apparmor-avoid-crash-when-parsed-profile-name-.patch - patches.kernel.org/6.1.75-365-usb-xhci-mtk-fix-a-short-packet-issue-of-gen1-.patch - patches.kernel.org/6.1.75-366-serial-imx-Correct-clock-error-message-in-func.patch - patches.kernel.org/6.1.75-367-nvmet-re-fix-tracing-strncpy-warning.patch - patches.kernel.org/6.1.75-368-nvme-trace-avoid-memcpy-overflow-warning.patch - patches.kernel.org/6.1.75-369-nvmet-tcp-Fix-the-H2C-expected-PDU-len-calcula.patch - patches.kernel.org/6.1.75-370-PCI-keystone-Fix-race-condition-when-initializ.patch - patches.kernel.org/6.1.75-371-PCI-mediatek-gen3-Fix-translation-window-size-.patch - patches.kernel.org/6.1.75-372-ASoC-mediatek-sof-common-Add-NULL-check-for-no.patch - patches.kernel.org/6.1.75-373-s390-pci-fix-max-size-calculation-in-zpci_memc.patch - patches.kernel.org/6.1.75-374-net-qualcomm-rmnet-fix-global-oob-in-rmnet_pol.patch - patches.kernel.org/6.1.75-375-net-ethernet-ti-am65-cpsw-Fix-max-mtu-to-fit-e.patch - patches.kernel.org/6.1.75-376-amt-do-not-use-overwrapped-cb-area.patch - patches.kernel.org/6.1.75-377-net-phy-micrel-populate-.soft_reset-for-KSZ913.patch - patches.kernel.org/6.1.75-378-mptcp-mptcp_parse_option-fix-for-MPTCPOPT_MP_J.patch - patches.kernel.org/6.1.75-379-mptcp-strict-validation-before-using-mp_opt-hm.patch - patches.kernel.org/6.1.75-380-mptcp-use-OPTION_MPTCP_MPJ_SYNACK-in-subflow_f.patch - patches.kernel.org/6.1.75-381-mptcp-use-OPTION_MPTCP_MPJ_SYN-in-subflow_chec.patch - patches.kernel.org/6.1.75-382-mptcp-refine-opt_mp_capable-determination.patch - patches.kernel.org/6.1.75-383-block-ensure-we-hold-a-queue-reference-when-us.patch - patches.kernel.org/6.1.75-384-udp-annotate-data-races-around-up-pending.patch - patches.kernel.org/6.1.75-385-net-ravb-Fix-dma_addr_t-truncation-in-error-ca.patch - patches.kernel.org/6.1.75-386-dt-bindings-gpio-xilinx-Fix-node-address-in-gp.patch - patches.kernel.org/6.1.75-387-drm-amdkfd-Use-resource_size-helper-function.patch - patches.kernel.org/6.1.75-388-drm-amdkfd-fixes-for-HMM-mem-allocation.patch - patches.kernel.org/6.1.75-389-net-stmmac-ethtool-Fixed-calltrace-caused-by-u.patch - patches.kernel.org/6.1.75-390-bpf-Reject-variable-offset-alu-on-PTR_TO_FLOW_.patch - patches.kernel.org/6.1.75-391-net-dsa-vsc73xx-Add-null-pointer-check-to-vsc7.patch - patches.kernel.org/6.1.75-392-LoongArch-BPF-Prevent-out-of-bounds-memory-acc.patch - patches.kernel.org/6.1.75-393-mptcp-relax-check-on-MPC-passive-fallback.patch - patches.kernel.org/6.1.75-394-netfilter-nf_tables-reject-invalid-set-policy.patch - patches.kernel.org/6.1.75-395-netfilter-nft_limit-do-not-ignore-unsupported-.patch - patches.kernel.org/6.1.75-396-netfilter-nfnetlink_log-use-proper-helper-for-.patch - patches.kernel.org/6.1.75-397-netfilter-nf_queue-remove-excess-nf_bridge-var.patch - patches.kernel.org/6.1.75-398-netfilter-propagate-net-to-nf_bridge_get_physi.patch - patches.kernel.org/6.1.75-399-netfilter-bridge-replace-physindev-with-physin.patch - patches.kernel.org/6.1.75-400-netfilter-nf_tables-do-not-allow-mismatch-fiel.patch - patches.kernel.org/6.1.75-401-netfilter-nf_tables-skip-dead-set-elements-in-.patch - patches.kernel.org/6.1.75-402-netfilter-nf_tables-reject-NFT_SET_CONCAT-with.patch - patches.kernel.org/6.1.75-403-ipvs-avoid-stat-macros-calls-from-preemptible-.patch - patches.kernel.org/6.1.75-404-kdb-Fix-a-potential-buffer-overflow-in-kdb_loc.patch - patches.kernel.org/6.1.75-405-ethtool-netlink-Add-missing-ethnl_ops_begin-co.patch - patches.kernel.org/6.1.75-406-loop-fix-the-the-direct-I-O-support-check-when.patch - patches.kernel.org/6.1.75-407-mlxsw-spectrum_acl_erp-Fix-error-flow-of-pool-.patch - patches.kernel.org/6.1.75-408-selftests-mlxsw-qos_pfc-Adjust-the-test-to-sup.patch - patches.kernel.org/6.1.75-409-ipv6-mcast-fix-data-race-in-ipv6_mc_down-mld_i.patch - patches.kernel.org/6.1.75-410-i2c-s3c24xx-fix-read-transfers-in-polling-mode.patch - patches.kernel.org/6.1.75-411-i2c-s3c24xx-fix-transferring-more-than-one-mes.patch - patches.kernel.org/6.1.75-412-block-Remove-special-casing-of-compound-pages.patch - patches.kernel.org/6.1.75-413-riscv-Fix-wrong-usage-of-lm_alias-when-splitti.patch - patches.kernel.org/6.1.75-414-Revert-KEYS-encrypted-Add-check-for-strsep.patch - patches.kernel.org/6.1.75-415-arm64-dts-armada-3720-turris-mox-set-irq-type-.patch - patches.kernel.org/6.1.75-416-Revert-Revert-md-raid5-Wait-for-MD_SB_CHANGE_P.patch - patches.kernel.org/6.1.75-417-Linux-6.1.75.patch - patches.kernel.org/6.1.76-001-usb-dwc3-gadget-Refactor-EP0-forced-stall-rest.patch - patches.kernel.org/6.1.76-002-usb-dwc3-gadget-Queue-PM-runtime-idle-on-disco.patch - patches.kernel.org/6.1.76-003-usb-dwc3-gadget-Handle-EP0-request-dequeuing-p.patch - patches.kernel.org/6.1.76-004-Revert-nSVM-Check-for-reserved-encodings-of-TL.patch - patches.kernel.org/6.1.76-005-iio-adc-ad7091r-Set-alert-bit-in-config-regist.patch - patches.kernel.org/6.1.76-006-iio-adc-ad7091r-Allow-users-to-configure-devic.patch - patches.kernel.org/6.1.76-007-ext4-allow-for-the-last-group-to-be-marked-as-.patch - patches.kernel.org/6.1.76-008-arm64-properly-install-vmlinuz.efi.patch - patches.kernel.org/6.1.76-009-OPP-Pass-rounded-rate-to-_set_opp.patch - patches.kernel.org/6.1.76-010-btrfs-sysfs-validate-scrub_speed_max-value.patch - patches.kernel.org/6.1.76-011-crypto-api-Disallow-identical-driver-names.patch - patches.kernel.org/6.1.76-012-PM-hibernate-Enforce-ordering-during-image-com.patch - patches.kernel.org/6.1.76-013-hwrng-core-Fix-page-fault-dead-lock-on-mmap-ed.patch - patches.kernel.org/6.1.76-014-crypto-s390-aes-Fix-buffer-overread-in-CTR-mod.patch - patches.kernel.org/6.1.76-015-s390-vfio-ap-unpin-pages-on-gisc-registration-.patch - patches.kernel.org/6.1.76-016-PM-devfreq-Fix-buffer-overflow-in-trans_stat_s.patch - patches.kernel.org/6.1.76-017-media-imx355-Enable-runtime-PM-before-register.patch - patches.kernel.org/6.1.76-018-rpmsg-virtio-Free-driver_override-when-rpmsg_r.patch - patches.kernel.org/6.1.76-019-media-ov9734-Enable-runtime-PM-before-register.patch - patches.kernel.org/6.1.76-020-s390-vfio-ap-always-filter-entire-AP-matrix.patch - patches.kernel.org/6.1.76-021-s390-vfio-ap-loop-over-the-shadow-APCB-when-fi.patch - patches.kernel.org/6.1.76-022-s390-vfio-ap-let-on_scan_complete-callback-fil.patch - patches.kernel.org/6.1.76-023-mips-Fix-max_mapnr-being-uninitialized-on-earl.patch - patches.kernel.org/6.1.76-024-bus-mhi-host-Add-alignment-check-for-event-rin.patch - patches.kernel.org/6.1.76-025-bus-mhi-host-Drop-chan-lock-before-queuing-buf.patch - patches.kernel.org/6.1.76-026-bus-mhi-host-Add-spinlock-to-protect-WP-access.patch - patches.kernel.org/6.1.76-027-parisc-firmware-Fix-F-extend-for-PDC-addresses.patch - patches.kernel.org/6.1.76-028-parisc-power-Fix-power-soft-off-button-emulati.patch - patches.kernel.org/6.1.76-029-async-Split-async_schedule_node_domain.patch - patches.kernel.org/6.1.76-030-async-Introduce-async_schedule_dev_nocall.patch - patches.kernel.org/6.1.76-031-iio-adc-ad7091r-Enable-internal-vref-if-extern.patch - patches.kernel.org/6.1.76-032-dmaengine-fix-NULL-pointer-in-channel-unregist.patch - patches.kernel.org/6.1.76-033-scsi-ufs-core-Remove-the-ufshcd_hba_exit-call-.patch - patches.kernel.org/6.1.76-034-arm64-dts-qcom-sc7180-fix-USB-wakeup-interrupt.patch - patches.kernel.org/6.1.76-035-arm64-dts-qcom-sdm845-fix-USB-wakeup-interrupt.patch - patches.kernel.org/6.1.76-036-arm64-dts-qcom-sm8150-fix-USB-wakeup-interrupt.patch - patches.kernel.org/6.1.76-037-arm64-dts-qcom-sc7280-fix-usb_1-wakeup-interru.patch - patches.kernel.org/6.1.76-038-arm64-dts-qcom-sdm845-fix-USB-DP-DM-HS-PHY-int.patch - patches.kernel.org/6.1.76-039-arm64-dts-qcom-sm8150-fix-USB-DP-DM-HS-PHY-int.patch - patches.kernel.org/6.1.76-040-lsm-new-security_file_ioctl_compat-hook.patch - patches.kernel.org/6.1.76-041-docs-kernel_abi.py-fix-command-injection.patch - patches.kernel.org/6.1.76-042-scripts-get_abi-fix-source-path-leak.patch - patches.kernel.org/6.1.76-043-media-videobuf2-dma-sg-fix-vmap-callback.patch - patches.kernel.org/6.1.76-044-mmc-core-Use-mrq.sbc-in-close-ended-ffu.patch - patches.kernel.org/6.1.76-045-mmc-mmc_spi-remove-custom-DMA-mapped-buffers.patch - patches.kernel.org/6.1.76-046-media-mtk-jpeg-Fix-use-after-free-bug-due-to-e.patch - patches.kernel.org/6.1.76-047-arm64-Rename-ARM64_WORKAROUND_2966298.patch - patches.kernel.org/6.1.76-048-rtc-cmos-Use-ACPI-alarm-for-non-Intel-x86-syst.patch - patches.kernel.org/6.1.76-049-rtc-Adjust-failure-return-code-for-cmos_set_al.patch - patches.kernel.org/6.1.76-050-rtc-mc146818-lib-Adjust-failure-return-code-fo.patch - patches.kernel.org/6.1.76-051-rtc-Add-support-for-configuring-the-UIP-timeou.patch - patches.kernel.org/6.1.76-052-rtc-Extend-timeout-for-waiting-for-UIP-to-clea.patch - patches.kernel.org/6.1.76-053-nouveau-vmm-don-t-set-addr-on-the-fail-path-to.patch - patches.kernel.org/6.1.76-054-ubifs-ubifs_symlink-Fix-memleak-of-inode-i_lin.patch - patches.kernel.org/6.1.76-055-mm-rmap-fix-misplaced-parenthesis-of-a-likely.patch - patches.kernel.org/6.1.76-056-mm-sparsemem-fix-race-in-accessing-memory_sect.patch - patches.kernel.org/6.1.76-057-rename-fix-the-locking-of-subdirectories.patch - patches.kernel.org/6.1.76-058-serial-sc16is7xx-improve-regmap-debugfs-by-usi.patch - patches.kernel.org/6.1.76-059-serial-sc16is7xx-remove-wasteful-static-buffer.patch - patches.kernel.org/6.1.76-060-serial-sc16is7xx-remove-global-regmap-from-str.patch - patches.kernel.org/6.1.76-061-serial-sc16is7xx-remove-unused-line-structure-.patch - patches.kernel.org/6.1.76-062-serial-sc16is7xx-change-EFR-lock-to-operate-on.patch - patches.kernel.org/6.1.76-063-serial-sc16is7xx-convert-from-_raw_-to-_noinc_.patch - patches.kernel.org/6.1.76-064-serial-sc16is7xx-fix-invalid-sc16is7xx_lines-b.patch - patches.kernel.org/6.1.76-065-serial-sc16is7xx-remove-obsolete-loop-in-sc16i.patch - patches.kernel.org/6.1.76-066-serial-sc16is7xx-improve-do-while-loop-in-sc16.patch - patches.kernel.org/6.1.76-067-LoongArch-smp-Call-rcutree_report_cpu_starting.patch - patches.kernel.org/6.1.76-068-mm-page_alloc-unreserve-highatomic-page-blocks.patch - patches.kernel.org/6.1.76-069-ksmbd-set-v2-lease-version-on-lease-upgrade.patch - patches.kernel.org/6.1.76-070-ksmbd-fix-potential-circular-locking-issue-in-.patch - patches.kernel.org/6.1.76-071-ksmbd-don-t-increment-epoch-if-current-state-a.patch - patches.kernel.org/6.1.76-072-ksmbd-send-lease-break-notification-on-FILE_RE.patch - patches.kernel.org/6.1.76-073-ksmbd-Add-missing-set_freezable-for-freezable-.patch - patches.kernel.org/6.1.76-074-Revert-drm-amd-Enable-PCIe-PME-from-D3.patch - patches.kernel.org/6.1.76-075-drm-amd-display-pbn_div-need-be-updated-for-ho.patch - patches.kernel.org/6.1.76-076-wifi-mac80211-fix-potential-sta-link-leak.patch - patches.kernel.org/6.1.76-077-net-smc-fix-illegal-rmb_desc-access-in-SMC-D-c.patch - patches.kernel.org/6.1.76-078-tcp-make-sure-init-the-accept_queue-s-spinlock.patch - patches.kernel.org/6.1.76-079-bnxt_en-Wait-for-FLR-to-complete-during-probe.patch - patches.kernel.org/6.1.76-080-vlan-skip-nested-type-that-is-not-IFLA_VLAN_QO.patch - patches.kernel.org/6.1.76-081-llc-make-llc_ui_sendmsg-more-robust-against-bo.patch - patches.kernel.org/6.1.76-082-llc-Drop-support-for-ETH_P_TR_802_2.patch - patches.kernel.org/6.1.76-083-udp-fix-busy-polling.patch - patches.kernel.org/6.1.76-084-net-fix-removing-a-namespace-with-conflicting-.patch - patches.kernel.org/6.1.76-085-tun-fix-missing-dropped-counter-in-tun_xdp_act.patch - patches.kernel.org/6.1.76-086-tun-add-missing-rx-stats-accounting-in-tun_xdp.patch - patches.kernel.org/6.1.76-087-net-micrel-Fix-PTP-frame-parsing-for-lan8814.patch - patches.kernel.org/6.1.76-088-net-rds-Fix-UBSAN-array-index-out-of-bounds-in.patch - patches.kernel.org/6.1.76-089-netfs-fscache-Prevent-Oops-in-fscache_put_cach.patch - patches.kernel.org/6.1.76-090-tracing-Ensure-visibility-when-inserting-an-el.patch - patches.kernel.org/6.1.76-091-afs-Hide-silly-rename-files-from-userspace.patch - patches.kernel.org/6.1.76-092-tcp-Add-memory-barrier-to-tcp_push.patch - patches.kernel.org/6.1.76-093-netlink-fix-potential-sleeping-issue-in-mqueue.patch - patches.kernel.org/6.1.76-094-ipv6-init-the-accept_queue-s-spinlocks-in-inet.patch - patches.kernel.org/6.1.76-095-net-mlx5-DR-Use-the-right-GVMI-number-for-drop.patch - patches.kernel.org/6.1.76-096-net-mlx5-DR-Can-t-go-to-uplink-vport-on-RX-rul.patch - patches.kernel.org/6.1.76-097-net-mlx5-Use-mlx5-device-constant-for-selectin.patch - patches.kernel.org/6.1.76-098-net-mlx5e-Allow-software-parsing-when-IPsec-cr.patch - patches.kernel.org/6.1.76-099-net-mlx5e-fix-a-double-free-in-arfs_create_gro.patch - patches.kernel.org/6.1.76-100-net-mlx5e-fix-a-potential-double-free-in-fs_an.patch - patches.kernel.org/6.1.76-101-rcu-Defer-RCU-kthreads-wakeup-when-CPU-is-dyin.patch - patches.kernel.org/6.1.76-102-netfilter-nft_limit-reject-configurations-that.patch - patches.kernel.org/6.1.76-103-btrfs-fix-infinite-directory-reads.patch - patches.kernel.org/6.1.76-104-btrfs-set-last-dir-index-to-the-current-last-i.patch - patches.kernel.org/6.1.76-105-btrfs-refresh-dir-last-index-during-a-rewinddi.patch - patches.kernel.org/6.1.76-106-btrfs-fix-race-between-reading-a-directory-and.patch - patches.kernel.org/6.1.76-107-netfilter-nf_tables-restrict-anonymous-set-and.patch - patches.kernel.org/6.1.76-108-netfilter-nf_tables-validate-NFPROTO_-family.patch - patches.kernel.org/6.1.76-109-net-stmmac-Wait-a-bit-for-the-reset-to-take-ef.patch - patches.kernel.org/6.1.76-110-net-mvpp2-clear-BM-pool-before-initialization.patch - patches.kernel.org/6.1.76-111-selftests-netdevsim-fix-the-udp_tunnel_nic-tes.patch - patches.kernel.org/6.1.76-112-fjes-fix-memleaks-in-fjes_hw_setup.patch - patches.kernel.org/6.1.76-113-net-fec-fix-the-unhandled-context-fault-from-s.patch - patches.kernel.org/6.1.76-114-nbd-always-initialize-struct-msghdr-completely.patch - patches.kernel.org/6.1.76-115-btrfs-avoid-copying-BTRFS_ROOT_SUBVOL_DEAD-fla.patch - patches.kernel.org/6.1.76-116-btrfs-ref-verify-free-ref-cache-before-clearin.patch - patches.kernel.org/6.1.76-117-btrfs-tree-checker-fix-inline-ref-size-in-erro.patch - patches.kernel.org/6.1.76-118-btrfs-don-t-warn-if-discard-range-is-not-align.patch - patches.kernel.org/6.1.76-119-btrfs-defrag-reject-unknown-flags-of-btrfs_ioc.patch - patches.kernel.org/6.1.76-120-btrfs-don-t-abort-filesystem-when-attempting-t.patch - patches.kernel.org/6.1.76-121-rbd-don-t-move-requests-to-the-running-list-on.patch - patches.kernel.org/6.1.76-122-exec-Fix-error-handling-in-begin_new_exec.patch - patches.kernel.org/6.1.76-123-wifi-iwlwifi-fix-a-memory-corruption.patch - patches.kernel.org/6.1.76-124-hv_netvsc-Calculate-correct-ring-size-when-PAG.patch - patches.kernel.org/6.1.76-125-netfilter-nft_chain_filter-handle-NETDEV_UNREG.patch - patches.kernel.org/6.1.76-126-netfilter-nf_tables-reject-QUEUE-DROP-verdict-.patch - patches.kernel.org/6.1.76-127-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch - patches.kernel.org/6.1.76-128-ksmbd-fix-global-oob-in-ksmbd_nl_policy.patch - patches.kernel.org/6.1.76-129-firmware-arm_scmi-Check-mailbox-SMT-channel-fo.patch - patches.kernel.org/6.1.76-130-xfs-read-only-mounts-with-fsopen-mount-API-are.patch - patches.kernel.org/6.1.76-131-gpiolib-acpi-Ignore-touchpad-wakeup-on-GPD-G16.patch - patches.kernel.org/6.1.76-132-cpufreq-intel_pstate-Refine-computation-of-P-s.patch - patches.kernel.org/6.1.76-133-drm-Don-t-unref-the-same-fb-many-times-by-mist.patch - patches.kernel.org/6.1.76-134-drm-bridge-nxp-ptn3460-fix-i2c_master_send-err.patch - patches.kernel.org/6.1.76-135-drm-tidss-Fix-atomic_flush-check.patch - patches.kernel.org/6.1.76-136-drm-amd-display-Disable-PSR-SU-on-Parade-0803-.patch - patches.kernel.org/6.1.76-137-platform-x86-intel-uncore-freq-Fix-types-in-sy.patch - patches.kernel.org/6.1.76-138-drm-bridge-nxp-ptn3460-simplify-some-error-che.patch - patches.kernel.org/6.1.76-139-drm-amd-display-Port-DENTIST-hang-and-TDR-fixe.patch - patches.kernel.org/6.1.76-140-drm-amdgpu-pm-Fix-the-power-source-flag-error.patch - patches.kernel.org/6.1.76-141-erofs-get-rid-of-the-remaining-kmap_atomic.patch - patches.kernel.org/6.1.76-142-erofs-fix-lz4-inplace-decompression.patch - patches.kernel.org/6.1.76-143-media-ov13b10-Support-device-probe-in-non-zero.patch - patches.kernel.org/6.1.76-144-media-ov13b10-Enable-runtime-PM-before-registe.patch - patches.kernel.org/6.1.76-145-bus-mhi-ep-Do-not-allocate-event-ring-element-.patch - patches.kernel.org/6.1.76-146-PM-core-Remove-unnecessary-void-conversions.patch - patches.kernel.org/6.1.76-147-PM-sleep-Fix-possible-deadlocks-in-core-system.patch - patches.kernel.org/6.1.76-148-thermal-intel-hfi-Refactor-enabling-code-into-.patch - patches.kernel.org/6.1.76-149-thermal-intel-hfi-Disable-an-HFI-instance-when.patch - patches.kernel.org/6.1.76-150-thermal-intel-hfi-Add-syscore-callbacks-for-sy.patch - patches.kernel.org/6.1.76-151-fs-pipe-move-check-to-pipe_has_watch_queue.patch - patches.kernel.org/6.1.76-152-pipe-wakeup-wr_wait-after-setting-max_usage.patch - patches.kernel.org/6.1.76-153-ARM-dts-qcom-sdx55-fix-USB-wakeup-interrupt-ty.patch - patches.kernel.org/6.1.76-154-ARM-dts-samsung-exynos4210-i9100-Unconditional.patch - patches.kernel.org/6.1.76-155-ARM-dts-qcom-sdx55-fix-pdc-interrupt-cells.patch - patches.kernel.org/6.1.76-156-ARM-dts-qcom-sdx55-fix-USB-DP-DM-HS-PHY-interr.patch - patches.kernel.org/6.1.76-157-ARM-dts-qcom-sdx55-fix-USB-SS-wakeup.patch - patches.kernel.org/6.1.76-158-dlm-use-kernel_connect-and-kernel_bind.patch - patches.kernel.org/6.1.76-159-serial-core-Provide-port-lock-wrappers.patch - patches.kernel.org/6.1.76-160-serial-sc16is7xx-Use-port-lock-wrappers.patch - patches.kernel.org/6.1.76-161-serial-sc16is7xx-fix-unconditional-activation-.patch - patches.kernel.org/6.1.76-162-btrfs-zoned-factor-out-prepare_allocation_zone.patch - patches.kernel.org/6.1.76-163-btrfs-zoned-optimize-hint-byte-for-zoned-alloc.patch - patches.kernel.org/6.1.76-164-drm-panel-edp-drm-panel-edp-Fix-AUO-B116XAK01-.patch - patches.kernel.org/6.1.76-165-Revert-powerpc-64s-Increase-default-stack-size.patch - patches.kernel.org/6.1.76-166-drm-bridge-parade-ps8640-Wait-for-HPD-when-doi.patch - patches.kernel.org/6.1.76-167-drm-panel-simple-add-missing-bus-flags-for-Tia.patch - patches.kernel.org/6.1.76-168-drm-bridge-sii902x-Use-devm_regulator_bulk_get.patch - patches.kernel.org/6.1.76-169-drm-bridge-sii902x-Fix-probing-race-issue.patch - patches.kernel.org/6.1.76-170-drm-bridge-sii902x-Fix-audio-codec-unregistrat.patch - patches.kernel.org/6.1.76-171-drm-bridge-parade-ps8640-Ensure-bridge-is-susp.patch - patches.kernel.org/6.1.76-172-drm-bridge-parade-ps8640-Make-sure-we-drop-the.patch - patches.kernel.org/6.1.76-173-drm-exynos-fix-accidental-on-stack-copy-of-exy.patch - patches.kernel.org/6.1.76-174-drm-exynos-gsc-minor-fix-for-loop-iteration-in.patch - patches.kernel.org/6.1.76-175-gpio-eic-sprd-Clear-interrupt-after-set-the-in.patch - patches.kernel.org/6.1.76-176-block-Move-checking-GENHD_FL_NO_PART-to-bdev_a.patch - patches.kernel.org/6.1.76-177-drm-bridge-anx7625-Ensure-bridge-is-suspended-.patch - patches.kernel.org/6.1.76-178-spi-bcm-qspi-fix-SFDP-BFPT-read-by-usig-mspi-r.patch - patches.kernel.org/6.1.76-179-spi-fix-finalize-message-on-error-return.patch - patches.kernel.org/6.1.76-180-MIPS-lantiq-register-smp_ops-on-non-smp-platfo.patch - patches.kernel.org/6.1.76-181-cxl-region-Fix-overflow-issue-in-alloc_hpa.patch - patches.kernel.org/6.1.76-182-mips-Call-lose_fpu-0-before-initializing-fcr31.patch - patches.kernel.org/6.1.76-183-tick-sched-Preserve-number-of-idle-sleeps-acro.patch - patches.kernel.org/6.1.76-184-x86-entry-ia32-Ensure-s32-is-sign-extended-to-.patch - patches.kernel.org/6.1.76-185-serial-core-fix-kernel-doc-for-uart_port_unloc.patch - patches.kernel.org/6.1.76-186-net-mlx5e-Handle-hardware-IPsec-limits-events.patch - patches.kernel.org/6.1.76-187-Linux-6.1.76.patch + patches.kernel.org/6.6.1-001-drm-amd-display-Don-t-use-fsleep-for-PSR-exit-w.patch + patches.kernel.org/6.6.1-002-power-supply-core-Use-blocking_notifier_call_ch.patch + patches.kernel.org/6.6.1-003-perf-evlist-Avoid-frequency-mode-for-the-dummy-.patch + patches.kernel.org/6.6.1-004-tracing-Have-trace_event_file-have-ref-counters.patch + patches.kernel.org/6.6.1-005-eventfs-Remove-is_freed-union-with-rcu-head.patch + patches.kernel.org/6.6.1-006-eventfs-Save-ownership-and-mode.patch + patches.kernel.org/6.6.1-007-eventfs-Delete-eventfs_inode-when-the-last-dent.patch + patches.kernel.org/6.6.1-008-eventfs-Use-simple_recursive_removal-to-clean-u.patch + patches.kernel.org/6.6.1-009-ALSA-usb-audio-add-quirk-flag-to-enable-native-.patch + patches.kernel.org/6.6.1-010-PCI-Prevent-xHCI-driver-from-claiming-AMD-VanGo.patch + patches.kernel.org/6.6.1-011-usb-storage-set-1.50-as-the-lower-bcdDevice-for.patch + patches.kernel.org/6.6.1-012-usb-typec-tcpm-Add-additional-checks-for-contam.patch + patches.kernel.org/6.6.1-013-usb-typec-tcpm-Fix-NULL-pointer-dereference-in-.patch + patches.kernel.org/6.6.1-014-usb-raw-gadget-properly-handle-interrupted-requ.patch + patches.kernel.org/6.6.1-015-Bluetooth-hci_bcm4377-Mark-bcm4378-bcm4387-as-B.patch + patches.kernel.org/6.6.1-016-tty-n_gsm-fix-race-condition-in-status-line-cha.patch + patches.kernel.org/6.6.1-017-tty-8250-Remove-UC-257-and-UC-431.patch + patches.kernel.org/6.6.1-018-tty-8250-Add-support-for-additional-Brainboxes-.patch + patches.kernel.org/6.6.1-019-tty-8250-Add-support-for-Brainboxes-UP-cards.patch + patches.kernel.org/6.6.1-020-tty-8250-Add-support-for-Intashield-IS-100.patch + patches.kernel.org/6.6.1-021-tty-8250-Fix-port-count-of-PX-257.patch + patches.kernel.org/6.6.1-022-tty-8250-Fix-up-PX-803-PX-857.patch + patches.kernel.org/6.6.1-023-tty-8250-Add-support-for-additional-Brainboxes-.patch + patches.kernel.org/6.6.1-024-tty-8250-Add-support-for-Intashield-IX-cards.patch + patches.kernel.org/6.6.1-025-tty-8250-Add-Brainboxes-Oxford-Semiconductor-ba.patch + patches.kernel.org/6.6.1-026-dt-bindings-serial-rs485-Add-rs485-rts-active-h.patch + patches.kernel.org/6.6.1-027-misc-pci_endpoint_test-Add-deviceID-for-J721S2-.patch + patches.kernel.org/6.6.1-028-serial-core-Fix-runtime-PM-handling-for-pending.patch + patches.kernel.org/6.6.1-029-ALSA-hda-intel-dsp-config-Fix-JSL-Chromebook-qu.patch + patches.kernel.org/6.6.1-030-ASoC-SOF-sof-pci-dev-Fix-community-key-quirk-de.patch + patches.kernel.org/6.6.1-031-Linux-6.6.1.patch + patches.kernel.org/6.6.2-001-hwmon-nct6775-Fix-incorrect-variable-reuse-in-f.patch + patches.kernel.org/6.6.2-002-numa-Generalize-numa_map_to_online_node.patch + patches.kernel.org/6.6.2-003-sched-topology-Fix-sched_numa_find_nth_cpu-in-C.patch + patches.kernel.org/6.6.2-004-sched-topology-Fix-sched_numa_find_nth_cpu-in-n.patch + patches.kernel.org/6.6.2-005-sched-fair-Fix-cfs_rq_is_decayed-on-SMP.patch + patches.kernel.org/6.6.2-006-iov_iter-x86-Be-consistent-about-the-__user-tag.patch + patches.kernel.org/6.6.2-007-sched-uclamp-Set-max_spare_cap_cpu-even-if-max_.patch + patches.kernel.org/6.6.2-008-sched-uclamp-Ignore-util-0-optimization-in-feec.patch + patches.kernel.org/6.6.2-009-objtool-Propagate-early-errors.patch + patches.kernel.org/6.6.2-010-sched-Fix-stop_one_cpu_nowait-vs-hotplug.patch + patches.kernel.org/6.6.2-011-nfsd-Handle-EOPENSTALE-correctly-in-the-filecac.patch + patches.kernel.org/6.6.2-012-vfs-fix-readahead-2-on-block-devices.patch + patches.kernel.org/6.6.2-013-writeback-cgroup-switch-inodes-with-dirty-times.patch + patches.kernel.org/6.6.2-014-x86-srso-Fix-SBPB-enablement-for-possible-futur.patch + patches.kernel.org/6.6.2-015-x86-srso-Print-mitigation-for-retbleed-IBPB-cas.patch + patches.kernel.org/6.6.2-016-x86-srso-Fix-vulnerability-reporting-for-missin.patch + patches.kernel.org/6.6.2-017-x86-srso-Fix-unret-validation-dependencies.patch + patches.kernel.org/6.6.2-018-futex-Don-t-include-process-MM-in-futex-key-on-.patch + patches.kernel.org/6.6.2-019-x86-numa-Introduce-numa_fill_memblks.patch + patches.kernel.org/6.6.2-020-ACPI-NUMA-Apply-SRAT-proximity-domain-to-entire.patch + patches.kernel.org/6.6.2-021-cgroup-cpuset-Fix-load-balance-state-in-update_.patch + patches.kernel.org/6.6.2-022-x86-sev-es-Allow-copy_from_kernel_nofault-in-ea.patch + patches.kernel.org/6.6.2-023-x86-boot-Fix-incorrect-startup_gdt_descr.size.patch + patches.kernel.org/6.6.2-024-cpu-SMT-Make-SMT-control-more-robust-against-en.patch + patches.kernel.org/6.6.2-025-x86-apic-Fake-primary-thread-mask-for-XEN-PV.patch + patches.kernel.org/6.6.2-026-srcu-Fix-callbacks-acceleration-mishandling.patch + patches.kernel.org/6.6.2-027-drivers-clocksource-timer-ti-dm-Don-t-call-clk_.patch + patches.kernel.org/6.6.2-028-x86-nmi-Fix-out-of-order-NMI-nesting-checks-fal.patch + patches.kernel.org/6.6.2-029-pstore-platform-Add-check-for-kstrdup.patch + patches.kernel.org/6.6.2-030-perf-Optimize-perf_cgroup_switch.patch + patches.kernel.org/6.6.2-031-selftests-x86-lam-Zero-out-buffer-for-readlink.patch + patches.kernel.org/6.6.2-032-PCI-MSI-Provide-stubs-for-IMS-functions.patch + patches.kernel.org/6.6.2-033-string-Adjust-strtomem-logic-to-allow-for-small.patch + patches.kernel.org/6.6.2-034-genirq-matrix-Exclude-managed-interrupts-in-irq.patch + patches.kernel.org/6.6.2-035-irqchip-sifive-plic-Fix-syscore-registration-fo.patch + patches.kernel.org/6.6.2-036-wifi-ath12k-fix-undefined-behavior-with-__fls-i.patch + patches.kernel.org/6.6.2-037-wifi-cfg80211-add-flush-functions-for-wiphy-wor.patch + patches.kernel.org/6.6.2-038-wifi-mac80211-move-radar-detect-work-to-wiphy-w.patch + patches.kernel.org/6.6.2-039-wifi-mac80211-move-scan-work-to-wiphy-work.patch + patches.kernel.org/6.6.2-040-wifi-mac80211-move-offchannel-works-to-wiphy-wo.patch + patches.kernel.org/6.6.2-041-wifi-mac80211-move-sched-scan-stop-work-to-wiph.patch + patches.kernel.org/6.6.2-042-wifi-mac80211-fix-RCU-usage-warning-in-mesh-fas.patch + patches.kernel.org/6.6.2-043-wifi-cfg80211-fix-off-by-one-in-element-defrag.patch + patches.kernel.org/6.6.2-044-wifi-mac80211-fix-of-MSDU-in-A-MSDU-calculation.patch + patches.kernel.org/6.6.2-045-wifi-iwlwifi-honor-the-enable_ini-value.patch + patches.kernel.org/6.6.2-046-wifi-iwlwifi-don-t-use-an-uninitialized-variabl.patch + patches.kernel.org/6.6.2-047-i40e-fix-potential-memory-leaks-in-i40e_remove.patch + patches.kernel.org/6.6.2-048-iavf-Fix-promiscuous-mode-configuration-flow-me.patch + patches.kernel.org/6.6.2-049-selftests-bpf-Correct-map_fd-to-data_fd-in-tail.patch + patches.kernel.org/6.6.2-050-bpf-x64-Fix-tailcall-infinite-loop.patch + patches.kernel.org/6.6.2-051-wifi-cfg80211-fix-kernel-doc-for-wiphy_delayed_.patch + patches.kernel.org/6.6.2-052-udp-introduce-udp-udp_flags.patch + patches.kernel.org/6.6.2-053-udp-move-udp-no_check6_tx-to-udp-udp_flags.patch + patches.kernel.org/6.6.2-054-udp-move-udp-no_check6_rx-to-udp-udp_flags.patch + patches.kernel.org/6.6.2-055-udp-move-udp-gro_enabled-to-udp-udp_flags.patch + patches.kernel.org/6.6.2-056-udp-add-missing-WRITE_ONCE-around-up-encap_rcv.patch + patches.kernel.org/6.6.2-057-udp-move-udp-accept_udp_-l4-fraglist-to-udp-udp.patch + patches.kernel.org/6.6.2-058-udp-lockless-UDP_ENCAP_L2TPINUDP-UDP_GRO.patch + patches.kernel.org/6.6.2-059-udp-annotate-data-races-around-udp-encap_type.patch + patches.kernel.org/6.6.2-060-udplite-remove-UDPLITE_BIT.patch + patches.kernel.org/6.6.2-061-udplite-fix-various-data-races.patch + patches.kernel.org/6.6.2-062-selftests-bpf-Skip-module_fentry_shadow-test-wh.patch + patches.kernel.org/6.6.2-063-tcp-call-tcp_try_undo_recovery-when-an-RTOd-TFO.patch + patches.kernel.org/6.6.2-064-bpf-Fix-kfunc-callback-register-type-handling.patch + patches.kernel.org/6.6.2-065-gve-Use-size_add-in-call-to-struct_size.patch + patches.kernel.org/6.6.2-066-mlxsw-Use-size_mul-in-call-to-struct_size.patch + patches.kernel.org/6.6.2-067-tls-Use-size_add-in-call-to-struct_size.patch + patches.kernel.org/6.6.2-068-tipc-Use-size_add-in-calls-to-struct_size.patch + patches.kernel.org/6.6.2-069-net-spider_net-Use-size_add-in-call-to-struct_s.patch + patches.kernel.org/6.6.2-070-ice-fix-pin-assignment-for-E810-T-without-SMA-c.patch + patches.kernel.org/6.6.2-071-net-ethernet-mtk_wed-fix-EXT_INT_STATUS_RX_FBUF.patch + patches.kernel.org/6.6.2-072-wifi-rtw88-debug-Fix-the-NULL-vs-IS_ERR-bug-for.patch + patches.kernel.org/6.6.2-073-wifi-ath12k-fix-DMA-unmap-warning-on-NULL-DMA-a.patch + patches.kernel.org/6.6.2-074-wifi-ath11k-fix-boot-failure-with-one-MSI-vecto.patch + patches.kernel.org/6.6.2-075-wifi-mac80211-fix-check-for-unusable-RX-result.patch + patches.kernel.org/6.6.2-076-PM-sleep-Fix-symbol-export-for-_SIMPLE_-variant.patch + patches.kernel.org/6.6.2-077-cpufreq-tegra194-fix-warning-due-to-missing-opp.patch + patches.kernel.org/6.6.2-078-wifi-mt76-mt7603-rework-fix-rx-pse-hang-check.patch + patches.kernel.org/6.6.2-079-wifi-mt76-mt7603-improve-watchdog-reset-reliabl.patch + patches.kernel.org/6.6.2-080-wifi-mt76-mt7603-improve-stuck-beacon-handling.patch + patches.kernel.org/6.6.2-081-wifi-mt76-remove-unused-error-path-in-mt76_conn.patch + patches.kernel.org/6.6.2-082-wifi-mt76-mt7996-set-correct-wcid-in-txp.patch + patches.kernel.org/6.6.2-083-wifi-mt76-mt7996-fix-beamform-mcu-cmd-configura.patch + patches.kernel.org/6.6.2-084-wifi-mt76-mt7996-fix-beamformee-ss-subfield-in-.patch + patches.kernel.org/6.6.2-085-wifi-mt76-mt7996-fix-wmm-queue-mapping.patch + patches.kernel.org/6.6.2-086-wifi-mt76-mt7996-fix-rx-rate-report-for-CBW320-.patch + patches.kernel.org/6.6.2-087-wifi-mt76-mt7996-fix-TWT-command-format.patch + patches.kernel.org/6.6.2-088-wifi-mt76-update-beacon-size-limitation.patch + patches.kernel.org/6.6.2-089-wifi-mt76-fix-potential-memory-leak-of-beacon-c.patch + patches.kernel.org/6.6.2-090-wifi-mt76-get-rid-of-false-alamrs-of-tx-emissio.patch + patches.kernel.org/6.6.2-091-wifi-mt76-fix-per-band-IEEE80211_CONF_MONITOR-f.patch + patches.kernel.org/6.6.2-092-wifi-mt76-mt7915-fix-beamforming-availability-c.patch + patches.kernel.org/6.6.2-093-wifi-mt76-move-struct-ieee80211_chanctx_conf-up.patch + patches.kernel.org/6.6.2-094-wifi-mt76-mt7921-fix-the-wrong-rate-pickup-for-.patch + patches.kernel.org/6.6.2-095-wifi-mt76-mt7921-fix-the-wrong-rate-selected-in.patch + patches.kernel.org/6.6.2-096-wifi-ath-dfs_pattern_detector-Fix-a-memory-init.patch + patches.kernel.org/6.6.2-097-tcp_metrics-add-missing-barriers-on-delete.patch + patches.kernel.org/6.6.2-098-tcp_metrics-properly-set-tp-snd_ssthresh-in-tcp.patch + patches.kernel.org/6.6.2-099-tcp_metrics-do-not-create-an-entry-from-tcp_ini.patch + patches.kernel.org/6.6.2-100-wifi-rtlwifi-fix-EDCA-limit-set-by-BT-coexisten.patch + patches.kernel.org/6.6.2-101-ACPI-property-Allow-_DSD-buffer-data-only-for-b.patch + patches.kernel.org/6.6.2-102-ACPI-video-Add-acpi_backlight-vendor-quirk-for-.patch + patches.kernel.org/6.6.2-103-can-etas_es58x-rework-the-version-check-logic-t.patch + patches.kernel.org/6.6.2-104-can-etas_es58x-add-missing-a-blank-line-after-d.patch + patches.kernel.org/6.6.2-105-libbpf-Fix-syscall-access-arguments-on-riscv.patch + patches.kernel.org/6.6.2-106-selftests-bpf-Define-SYS_PREFIX-for-riscv.patch + patches.kernel.org/6.6.2-107-selftests-bpf-Define-SYS_NANOSLEEP_KPROBE_NAME-.patch + patches.kernel.org/6.6.2-108-r8152-break-the-loop-when-the-budget-is-exhaust.patch + patches.kernel.org/6.6.2-109-wifi-ath11k-fix-Tx-power-value-during-active-CA.patch + patches.kernel.org/6.6.2-110-can-dev-can_restart-don-t-crash-kernel-if-carri.patch + patches.kernel.org/6.6.2-111-can-dev-can_restart-fix-race-condition-between-.patch + patches.kernel.org/6.6.2-112-can-dev-can_put_echo_skb-don-t-crash-kernel-if-.patch + patches.kernel.org/6.6.2-113-PM-devfreq-rockchip-dfi-Make-pmu-regmap-mandato.patch + patches.kernel.org/6.6.2-114-wifi-wfx-fix-case-where-rates-are-out-of-order.patch + patches.kernel.org/6.6.2-115-netfilter-nf_tables-Drop-pointless-memset-when-.patch + patches.kernel.org/6.6.2-116-virtio-net-fix-mismatch-of-getting-tx-frames.patch + patches.kernel.org/6.6.2-117-virtio-net-consistently-save-parameters-for-per.patch + patches.kernel.org/6.6.2-118-virtio-net-fix-per-queue-coalescing-parameter-s.patch + patches.kernel.org/6.6.2-119-virtio-net-fix-the-vq-coalescing-setting-for-vq.patch + patches.kernel.org/6.6.2-120-wifi-rtw88-Remove-duplicate-NULL-check-before-c.patch + patches.kernel.org/6.6.2-121-thermal-core-prevent-potential-string-overflow.patch + patches.kernel.org/6.6.2-122-r8169-fix-rare-issue-with-broken-rx-after-link-.patch + patches.kernel.org/6.6.2-123-thermal-drivers-mediatek-Fix-probe-for-THERMAL_.patch + patches.kernel.org/6.6.2-124-bpf-Fix-missed-rcu-read-lock-in-bpf_task_under_.patch + patches.kernel.org/6.6.2-125-net-skb_find_text-Ignore-patterns-extending-pas.patch + patches.kernel.org/6.6.2-126-selftests-bpf-Make-linked_list-failure-test-mor.patch + patches.kernel.org/6.6.2-127-thermal-core-Don-t-update-trip-points-inside-th.patch + patches.kernel.org/6.6.2-128-chtls-fix-tp-rcv_tstamp-initialization.patch + patches.kernel.org/6.6.2-129-tcp-fix-cookie_init_timestamp-overflows.patch + patches.kernel.org/6.6.2-130-wifi-iwlwifi-mvm-update-station-s-MFP-flag-afte.patch + patches.kernel.org/6.6.2-131-wifi-iwlwifi-mvm-fix-removing-pasn-station-for-.patch + patches.kernel.org/6.6.2-132-wifi-iwlwifi-mvm-use-correct-sta-ID-for-IGTK-BI.patch + patches.kernel.org/6.6.2-133-wifi-mac80211-don-t-recreate-driver-link-debugf.patch + patches.kernel.org/6.6.2-134-wifi-mac80211-Fix-setting-vif-links.patch + patches.kernel.org/6.6.2-135-wifi-iwlwifi-yoyo-swap-cdb-and-jacket-bits-valu.patch + patches.kernel.org/6.6.2-136-wifi-iwlwifi-mvm-Correctly-set-link-configurati.patch + patches.kernel.org/6.6.2-137-wifi-iwlwifi-mvm-Fix-key-flags-for-IGTK-on-AP-i.patch + patches.kernel.org/6.6.2-138-wifi-iwlwifi-mvm-Don-t-always-bind-link-the-P2P.patch + patches.kernel.org/6.6.2-139-wifi-iwlwifi-mvm-change-iwl_mvm_flush_sta-API.patch + patches.kernel.org/6.6.2-140-wifi-iwlwifi-mvm-fix-iwl_mvm_mac_flush_sta.patch + patches.kernel.org/6.6.2-141-wifi-iwlwifi-mvm-remove-TDLS-stations-from-FW.patch + patches.kernel.org/6.6.2-142-wifi-iwlwifi-increase-number-of-RX-buffers-for-.patch + patches.kernel.org/6.6.2-143-wifi-iwlwifi-mvm-fix-netif-csum-flags.patch + patches.kernel.org/6.6.2-144-wifi-iwlwifi-pcie-synchronize-IRQs-before-NAPI.patch + patches.kernel.org/6.6.2-145-wifi-iwlwifi-mvm-update-IGTK-in-mvmvif-upon-D3-.patch + patches.kernel.org/6.6.2-146-wifi-iwlwifi-empty-overflow-queue-during-flush.patch + patches.kernel.org/6.6.2-147-Bluetooth-ISO-Pass-BIG-encryption-info-through-.patch + patches.kernel.org/6.6.2-148-Bluetooth-Make-handle-of-hci_conn-be-unique.patch + patches.kernel.org/6.6.2-149-Bluetooth-hci_sync-Fix-Opcode-prints-in-bt_dev_.patch + patches.kernel.org/6.6.2-150-bpf-Fix-unnecessary-EBUSY-from-htab_lock_bucket.patch + patches.kernel.org/6.6.2-151-ACPI-sysfs-Fix-create_pnp_modalias-and-create_o.patch + patches.kernel.org/6.6.2-152-mptcp-properly-account-fastopen-data.patch + patches.kernel.org/6.6.2-153-ipv6-avoid-atomic-fragment-on-GSO-packets.patch + patches.kernel.org/6.6.2-154-virtio_net-use-u64_stats_t-infra-to-avoid-data-.patch + patches.kernel.org/6.6.2-155-net-add-DEV_STATS_READ-helper.patch + patches.kernel.org/6.6.2-156-ipvlan-properly-track-tx_errors.patch + patches.kernel.org/6.6.2-157-regmap-debugfs-Fix-a-erroneous-check-after-snpr.patch + patches.kernel.org/6.6.2-158-spi-tegra-Fix-missing-IRQ-check-in-tegra_slink_.patch + patches.kernel.org/6.6.2-159-clk-qcom-ipq5332-Drop-set-rate-parent-from-gpll.patch + patches.kernel.org/6.6.2-160-clk-qcom-gcc-msm8996-Remove-RPM-bus-clocks.patch + patches.kernel.org/6.6.2-161-clk-qcom-clk-rcg2-Fix-clock-rate-overflow-for-h.patch + patches.kernel.org/6.6.2-162-clk-qcom-mmcc-msm8998-Don-t-check-halt-bit-on-s.patch + patches.kernel.org/6.6.2-163-clk-qcom-mmcc-msm8998-Fix-the-SMMU-GDSC.patch + patches.kernel.org/6.6.2-164-clk-qcom-gcc-sm8150-Fix-gcc_sdcc2_apps_clk_src.patch + patches.kernel.org/6.6.2-165-gpio-sim-initialize-a-managed-pointer-when-decl.patch + patches.kernel.org/6.6.2-166-regulator-mt6358-Fail-probe-on-unknown-chip-ID.patch + patches.kernel.org/6.6.2-167-clk-imx-Select-MXC_CLK-for-CLK_IMX8QXP.patch + patches.kernel.org/6.6.2-168-clk-imx-imx8-Fix-an-error-handling-path-in-clk_.patch + patches.kernel.org/6.6.2-169-clk-imx-imx8-Fix-an-error-handling-path-if-devm.patch + patches.kernel.org/6.6.2-170-clk-imx-imx8-Fix-an-error-handling-path-in-imx8.patch + patches.kernel.org/6.6.2-171-clk-imx-imx8mq-correct-error-handling-path.patch + patches.kernel.org/6.6.2-172-clk-imx-imx8qxp-Fix-elcdif_pll-clock.patch + patches.kernel.org/6.6.2-173-clk-renesas-rcar-gen3-Extend-SDnH-divider-table.patch + patches.kernel.org/6.6.2-174-clk-renesas-rzg2l-Wait-for-status-bit-of-SD-mux.patch + patches.kernel.org/6.6.2-175-clk-renesas-rzg2l-Lock-around-writes-to-mux-reg.patch + patches.kernel.org/6.6.2-176-clk-renesas-rzg2l-Trust-value-returned-by-hardw.patch + patches.kernel.org/6.6.2-177-clk-renesas-rzg2l-Use-FIELD_GET-for-PLL-registe.patch + patches.kernel.org/6.6.2-178-clk-renesas-rzg2l-Fix-computation-formula.patch + patches.kernel.org/6.6.2-179-clk-linux-clk-provider.h-fix-kernel-doc-warning.patch + patches.kernel.org/6.6.2-180-spi-nxp-fspi-use-the-correct-ioremap-function.patch + patches.kernel.org/6.6.2-181-clk-ralink-mtmips-quiet-unused-variable-warning.patch + patches.kernel.org/6.6.2-182-clk-keystone-pll-fix-a-couple-NULL-vs-IS_ERR-ch.patch + patches.kernel.org/6.6.2-183-clk-ti-fix-double-free-in-of_ti_divider_clk_set.patch + patches.kernel.org/6.6.2-184-clk-npcm7xx-Fix-incorrect-kfree.patch + patches.kernel.org/6.6.2-185-clk-mediatek-clk-mt6765-Add-check-for-mtk_alloc.patch + patches.kernel.org/6.6.2-186-clk-mediatek-clk-mt6779-Add-check-for-mtk_alloc.patch + patches.kernel.org/6.6.2-187-clk-mediatek-clk-mt6797-Add-check-for-mtk_alloc.patch + patches.kernel.org/6.6.2-188-clk-mediatek-clk-mt7629-eth-Add-check-for-mtk_a.patch + patches.kernel.org/6.6.2-189-clk-mediatek-clk-mt7629-Add-check-for-mtk_alloc.patch + patches.kernel.org/6.6.2-190-clk-mediatek-clk-mt2701-Add-check-for-mtk_alloc.patch + patches.kernel.org/6.6.2-191-clk-qcom-config-IPQ_APSS_6018-should-depend-on-.patch + patches.kernel.org/6.6.2-192-clk-qcom-clk-alpha-pll-introduce-stromer-plus-o.patch + patches.kernel.org/6.6.2-193-clk-qcom-apss-ipq-pll-Use-stromer-plus-ops-for-.patch + patches.kernel.org/6.6.2-194-clk-qcom-apss-ipq-pll-Fix-l-value-for-ipq5332_p.patch + patches.kernel.org/6.6.2-195-clk-qcom-ipq5018-drop-the-CLK_SET_RATE_PARENT-f.patch + patches.kernel.org/6.6.2-196-clk-qcom-ipq9574-drop-the-CLK_SET_RATE_PARENT-f.patch + patches.kernel.org/6.6.2-197-clk-qcom-ipq5332-drop-the-CLK_SET_RATE_PARENT-f.patch + patches.kernel.org/6.6.2-198-clk-mediatek-fix-double-free-in-mtk_clk_registe.patch + patches.kernel.org/6.6.2-199-platform-x86-wmi-Fix-probe-failure-when-failing.patch + patches.kernel.org/6.6.2-200-platform-x86-wmi-Fix-opening-of-char-device.patch + patches.kernel.org/6.6.2-201-regulator-qcom-rpmh-Fix-smps4-regulator-for-pm8.patch + patches.kernel.org/6.6.2-202-hwmon-axi-fan-control-Fix-possible-NULL-pointer.patch + patches.kernel.org/6.6.2-203-hwmon-coretemp-Fix-potentially-truncated-sysfs-.patch + patches.kernel.org/6.6.2-204-Revert-hwmon-sch56xx-common-Add-DMI-override-ta.patch + patches.kernel.org/6.6.2-205-Revert-hwmon-sch56xx-common-Add-automatic-modul.patch + patches.kernel.org/6.6.2-206-hwmon-pmbus-mp2975-Move-PGOOD-fix.patch + patches.kernel.org/6.6.2-207-hwmon-sch5627-Use-bit-macros-when-accessing-the.patch + patches.kernel.org/6.6.2-208-hwmon-sch5627-Disallow-write-access-if-virtual-.patch + patches.kernel.org/6.6.2-209-hte-tegra-Fix-missing-error-code-in-tegra_hte_t.patch + patches.kernel.org/6.6.2-210-platform-chrome-cros_ec_lpc-Separate-host-comma.patch + patches.kernel.org/6.6.2-211-spi-omap2-mcspi-switch-to-use-modern-name.patch + patches.kernel.org/6.6.2-212-spi-omap2-mcspi-Fix-hardcoded-reference-clock.patch + patches.kernel.org/6.6.2-213-drm-bridge-samsung-dsim-Initialize-ULPS-EXIT-fo.patch + patches.kernel.org/6.6.2-214-drm-bridge-for-GENERIC_PHY_MIPI_DPHY-also-selec.patch + patches.kernel.org/6.6.2-215-drm-bridge-samsung-dsim-Fix-waiting-for-empty-c.patch + patches.kernel.org/6.6.2-216-drm-loongson-Fix-error-handling-in-lsdc_pixel_p.patch + patches.kernel.org/6.6.2-217-drm-rockchip-vop-Fix-reset-of-state-in-duplicat.patch + patches.kernel.org/6.6.2-218-drm-rockchip-vop-Fix-call-to-crtc-reset-helper.patch + patches.kernel.org/6.6.2-219-drm-rockchip-vop2-Don-t-crash-for-invalid-dupli.patch + patches.kernel.org/6.6.2-220-drm-rockchip-vop2-Add-missing-call-to-crtc-rese.patch + patches.kernel.org/6.6.2-221-drm-radeon-possible-buffer-overflow.patch + patches.kernel.org/6.6.2-222-drm-radeon-Remove-the-references-of-radeon_gem_.patch + patches.kernel.org/6.6.2-223-drm-bridge-it66121-Fix-invalid-connector-derefe.patch + patches.kernel.org/6.6.2-224-drm-bridge-lt8912b-Fix-bridge_detach.patch + patches.kernel.org/6.6.2-225-drm-bridge-lt8912b-Fix-crash-on-bridge-detach.patch + patches.kernel.org/6.6.2-226-drm-bridge-lt8912b-Manually-disable-HPD-only-if.patch + patches.kernel.org/6.6.2-227-drm-bridge-lt8912b-Add-missing-drm_bridge_attac.patch + patches.kernel.org/6.6.2-228-drm-ssd130x-Fix-screen-clearing.patch + patches.kernel.org/6.6.2-229-drm-mediatek-Fix-coverity-issue-with-unintentio.patch + patches.kernel.org/6.6.2-230-x86-tdx-Zero-out-the-missing-RSI-in-TDX_HYPERCA.patch + patches.kernel.org/6.6.2-231-drm-bridge-tc358768-Fix-use-of-uninitialized-va.patch + patches.kernel.org/6.6.2-232-drm-bridge-tc358768-Fix-bit-updates.patch + patches.kernel.org/6.6.2-233-drm-bridge-tc358768-Use-struct-videomode.patch + patches.kernel.org/6.6.2-234-drm-bridge-tc358768-Print-logical-values-not-ra.patch + patches.kernel.org/6.6.2-235-drm-bridge-tc358768-Use-dev-for-dbg-prints-not-.patch + patches.kernel.org/6.6.2-236-drm-bridge-tc358768-Rename-dsibclk-to-hsbyteclk.patch + patches.kernel.org/6.6.2-237-drm-bridge-tc358768-Clean-up-clock-period-code.patch + patches.kernel.org/6.6.2-238-drm-bridge-tc358768-Fix-tc358768_ns_to_cnt.patch + patches.kernel.org/6.6.2-239-drm-Call-drm_atomic_helper_shutdown-at-shutdown.patch + patches.kernel.org/6.6.2-240-drm-amdgpu-Increase-IH-soft-ring-size-for-GFX-v.patch + patches.kernel.org/6.6.2-241-drm-amdkfd-fix-some-race-conditions-in-vram-buf.patch + patches.kernel.org/6.6.2-242-drm-amdkfd-Remove-svm-range-validated_once-flag.patch + patches.kernel.org/6.6.2-243-drm-amdkfd-Handle-errors-from-svm-validate-and-.patch + patches.kernel.org/6.6.2-244-drm-amd-display-Fix-null-pointer-dereference-in.patch + patches.kernel.org/6.6.2-245-drm-amd-display-Check-all-enabled-planes-in-dm_.patch + patches.kernel.org/6.6.2-246-drm-amd-display-Refactor-dm_get_plane_scale-hel.patch + patches.kernel.org/6.6.2-247-drm-amd-display-Bail-from-dm_check_crtc_cursor-.patch + patches.kernel.org/6.6.2-248-io_uring-kbuf-Fix-check-of-BID-wrapping-in-prov.patch + patches.kernel.org/6.6.2-249-io_uring-kbuf-Allow-the-full-buffer-id-space-fo.patch + patches.kernel.org/6.6.2-250-drm-mediatek-Add-mmsys_dev_num-to-mt8188-vdosys.patch + patches.kernel.org/6.6.2-251-drm-mediatek-Fix-iommu-fault-by-swapping-FBs-af.patch + patches.kernel.org/6.6.2-252-drm-mediatek-Fix-iommu-fault-during-crtc-enabli.patch + patches.kernel.org/6.6.2-253-accel-habanalabs-gaudi2-Fix-incorrect-string-le.patch + patches.kernel.org/6.6.2-254-drm-msm-adreno-Fix-SM6375-GPU-ID.patch + patches.kernel.org/6.6.2-255-drm-msm-a6xx-Fix-unknown-speedbin-case.patch + patches.kernel.org/6.6.2-256-drm-rockchip-cdn-dp-Fix-some-error-handling-pat.patch + patches.kernel.org/6.6.2-257-gpu-host1x-Correct-allocated-size-for-contexts.patch + patches.kernel.org/6.6.2-258-drm-bridge-lt9611uxc-fix-the-race-in-the-error-.patch + patches.kernel.org/6.6.2-259-arm64-arm-xen-enlighten-Fix-KPTI-checks.patch + patches.kernel.org/6.6.2-260-drm-rockchip-Fix-type-promotion-bug-in-rockchip.patch + patches.kernel.org/6.6.2-261-xenbus-fix-error-exit-in-xenbus_init.patch + patches.kernel.org/6.6.2-262-xen-Make-struct-privcmd_irqfd-s-layout-architec.patch + patches.kernel.org/6.6.2-263-xen-irqfd-Use-_IOW-instead-of-the-internal-_IOC.patch + patches.kernel.org/6.6.2-264-xen-pciback-Consider-INTx-disabled-when-MSI-MSI.patch + patches.kernel.org/6.6.2-265-drm-msm-dsi-use-msm_gem_kernel_put-to-free-TX-b.patch + patches.kernel.org/6.6.2-266-drm-msm-dsi-free-TX-buffer-in-unbind.patch + patches.kernel.org/6.6.2-267-clocksource-drivers-arm_arch_timer-limit-XGene-.patch + patches.kernel.org/6.6.2-268-drm-mediatek-mtk_dsi-Fix-NO_EOT_PACKET-settings.patch + patches.kernel.org/6.6.2-269-drivers-perf-hisi-use-cpuhp_state_remove_instan.patch + patches.kernel.org/6.6.2-270-drm-amd-pm-Fix-a-memory-leak-on-an-error-path.patch + patches.kernel.org/6.6.2-271-perf-arm-cmn-Fix-DTC-domain-detection.patch + patches.kernel.org/6.6.2-272-drivers-perf-hisi_pcie-Check-the-type-first-in-.patch + patches.kernel.org/6.6.2-273-perf-hisi-Fix-use-after-free-when-register-pmu-.patch + patches.kernel.org/6.6.2-274-ARM-dts-renesas-blanche-Fix-typo-in-GP_11_2-pin.patch + patches.kernel.org/6.6.2-275-arm64-dts-qcom-sdm845-Fix-PSCI-power-domain-nam.patch + patches.kernel.org/6.6.2-276-arm64-dts-qcom-sdm845-cheza-doesn-t-support-LMh.patch + patches.kernel.org/6.6.2-277-arm64-dts-qcom-sc7280-link-usb3_phy_wrapper_gcc.patch + patches.kernel.org/6.6.2-278-arm64-dts-qcom-msm8916-Fix-iommu-local-address-.patch + patches.kernel.org/6.6.2-279-arm64-dts-qcom-msm8992-libra-drop-duplicated-re.patch + patches.kernel.org/6.6.2-280-arm64-dts-qcom-sm6125-Pad-APPS-IOMMU-address-to.patch + patches.kernel.org/6.6.2-281-arm64-dts-qcom-sc7280-Add-missing-LMH-interrupt.patch + patches.kernel.org/6.6.2-282-arm64-dts-qcom-qrb2210-rb1-Swap-UART-index.patch + patches.kernel.org/6.6.2-283-arm64-dts-qcom-qrb2210-rb1-Fix-regulators.patch + patches.kernel.org/6.6.2-284-arm64-dts-qcom-sdm670-Fix-pdc-mapping.patch + patches.kernel.org/6.6.2-285-arm64-dts-qcom-sc7280-drop-incorrect-EUD-port-o.patch + patches.kernel.org/6.6.2-286-arm64-dts-qcom-sm8150-add-ref-clock-to-PCIe-PHY.patch + patches.kernel.org/6.6.2-287-arm64-dts-qcom-sm8350-fix-pinctrl-for-UART18.patch + patches.kernel.org/6.6.2-288-arm64-dts-qcom-sdm845-mtp-fix-WiFi-configuratio.patch + patches.kernel.org/6.6.2-289-arm64-dts-qcom-sdx75-idp-align-RPMh-regulator-n.patch + patches.kernel.org/6.6.2-290-ARM64-dts-marvell-cn9310-Use-appropriate-label-.patch + patches.kernel.org/6.6.2-291-arm64-dts-qcom-msm8976-Fix-ipc-bit-shifts.patch + patches.kernel.org/6.6.2-292-arm64-dts-qcom-msm8939-Fix-iommu-local-address-.patch + patches.kernel.org/6.6.2-293-riscv-dts-allwinner-remove-address-cells-from-i.patch + patches.kernel.org/6.6.2-294-arm64-dts-qcom-apq8016-sbc-Add-missing-ADV7533-.patch + patches.kernel.org/6.6.2-295-ARM-dts-qcom-apq8026-samsung-matisse-wifi-Fix-i.patch + patches.kernel.org/6.6.2-296-ARM-dts-qcom-mdm9615-populate-vsdcc-fixed-regul.patch + patches.kernel.org/6.6.2-297-soc-qcom-llcc-Handle-a-second-device-without-da.patch + patches.kernel.org/6.6.2-298-kunit-Fix-missed-memory-release-in-kunit_free_s.patch + patches.kernel.org/6.6.2-299-kunit-Fix-the-wrong-kfree-of-copy-for-kunit_fil.patch + patches.kernel.org/6.6.2-300-kunit-Fix-possible-memory-leak-in-kunit_filter_.patch + patches.kernel.org/6.6.2-301-kunit-test-Fix-the-possible-memory-leak-in-exec.patch + patches.kernel.org/6.6.2-302-ARM-dts-stm32-stm32f7-pinctrl-don-t-use-multipl.patch + patches.kernel.org/6.6.2-303-firmware-ti_sci-Mark-driver-as-non-removable.patch + patches.kernel.org/6.6.2-304-arm64-dts-ti-k3-j721s2-evm-gesi-Specify-base-dt.patch + patches.kernel.org/6.6.2-305-arm64-dts-ti-verdin-am62-disable-MIPI-DSI-bridg.patch + patches.kernel.org/6.6.2-306-arm64-dts-ti-k3-am625-beagleplay-Fix-typo-in-ra.patch + patches.kernel.org/6.6.2-307-arm64-dts-ti-k3-am62a7-sk-Drop-i2c-1-to-100Khz.patch + patches.kernel.org/6.6.2-308-arm64-dts-ti-Fix-HDMI-Audio-overlay-in-Makefile.patch + patches.kernel.org/6.6.2-309-firmware-arm_ffa-Assign-the-missing-IDR-allocat.patch + patches.kernel.org/6.6.2-310-firmware-arm_ffa-Allow-the-FF-A-drivers-to-use-.patch + patches.kernel.org/6.6.2-311-ARM-dts-am3517-evm-Fix-LED3-4-pinmux.patch + patches.kernel.org/6.6.2-312-clk-scmi-Free-scmi_clk-allocated-when-the-clock.patch + patches.kernel.org/6.6.2-313-arm64-dts-imx8qm-ss-img-Fix-jpegenc-compatible-.patch + patches.kernel.org/6.6.2-314-arm64-dts-imx8mp-debix-model-a-Remove-USB-hub-r.patch + patches.kernel.org/6.6.2-315-arm64-dts-imx8mm-Add-sound-dai-cells-to-micfil-.patch + patches.kernel.org/6.6.2-316-arm64-dts-imx8mn-Add-sound-dai-cells-to-micfil-.patch + patches.kernel.org/6.6.2-317-arm64-tegra-Fix-P3767-card-detect-polarity.patch + patches.kernel.org/6.6.2-318-arm64-tegra-Fix-P3767-QSPI-speed.patch + patches.kernel.org/6.6.2-319-firmware-tegra-Add-suspend-hook-and-reset-BPMP-.patch + patches.kernel.org/6.6.2-320-memory-tegra-Set-BPMP-msg-flags-to-reset-IPC-ch.patch + patches.kernel.org/6.6.2-321-arm64-tegra-Use-correct-interrupts-for-Tegra234.patch + patches.kernel.org/6.6.2-322-selftests-pidfd-Fix-ksft-print-formats.patch + patches.kernel.org/6.6.2-323-selftests-resctrl-Ensure-the-benchmark-commands.patch + patches.kernel.org/6.6.2-324-soc-qcom-pmic_glink-fix-connector-type-to-be-Di.patch + patches.kernel.org/6.6.2-325-ARM-dts-BCM5301X-Explicitly-disable-unused-swit.patch + patches.kernel.org/6.6.2-326-iommufd-Add-iopt_area_alloc.patch + patches.kernel.org/6.6.2-327-module-decompress-use-vmalloc-for-gzip-decompre.patch + patches.kernel.org/6.6.2-328-ASoC-cs35l41-Handle-mdsync_down-reg-write-error.patch + patches.kernel.org/6.6.2-329-ASoC-cs35l41-Handle-mdsync_up-reg-write-errors.patch + patches.kernel.org/6.6.2-330-ASoC-cs35l41-Initialize-completion-object-befor.patch + patches.kernel.org/6.6.2-331-ASoC-cs35l41-Fix-broken-shared-boost-activation.patch + patches.kernel.org/6.6.2-332-ASoC-cs35l41-Verify-PM-runtime-resume-errors-in.patch + patches.kernel.org/6.6.2-333-ASoC-cs35l41-Undo-runtime-PM-changes-at-driver-.patch + patches.kernel.org/6.6.2-334-ALSA-hda-cs35l41-Fix-unbalanced-pm_runtime_get.patch + patches.kernel.org/6.6.2-335-ALSA-hda-cs35l41-Undo-runtime-PM-changes-at-dri.patch + patches.kernel.org/6.6.2-336-KEYS-Include-linux-errno.h-in-linux-verificatio.patch + patches.kernel.org/6.6.2-337-crypto-ccp-Get-a-free-page-to-use-while-fetchin.patch + patches.kernel.org/6.6.2-338-crypto-ccp-Fix-ioctl-unit-tests.patch + patches.kernel.org/6.6.2-339-crypto-ccp-Fix-DBC-sample-application-error-han.patch + patches.kernel.org/6.6.2-340-crypto-ccp-Fix-sample-application-signature-pas.patch + patches.kernel.org/6.6.2-341-crypto-ccp-Fix-some-unfused-tests.patch + patches.kernel.org/6.6.2-342-crypto-hisilicon-hpre-Fix-a-erroneous-check-aft.patch + patches.kernel.org/6.6.2-343-hwrng-bcm2835-Fix-hwrng-throughput-regression.patch + patches.kernel.org/6.6.2-344-hwrng-geode-fix-accessing-registers.patch + patches.kernel.org/6.6.2-345-RDMA-core-Use-size_-add-sub-mul-in-calls-to-str.patch + patches.kernel.org/6.6.2-346-crypto-qat-fix-state-machines-cleanup-paths.patch + patches.kernel.org/6.6.2-347-crypto-qat-ignore-subsequent-state-up-commands.patch + patches.kernel.org/6.6.2-348-crypto-qat-fix-unregistration-of-crypto-algorit.patch + patches.kernel.org/6.6.2-349-crypto-qat-fix-unregistration-of-compression-al.patch + patches.kernel.org/6.6.2-350-scsi-ibmvfc-Fix-erroneous-use-of-rtas_busy_dela.patch + patches.kernel.org/6.6.2-351-ASoC-soc-pcm.c-Make-sure-DAI-parameters-cleared.patch + patches.kernel.org/6.6.2-352-libnvdimm-of_pmem-Use-devm_kstrdup-instead-of-k.patch + patches.kernel.org/6.6.2-353-nd_btt-Make-BTT-lanes-preemptible.patch + patches.kernel.org/6.6.2-354-crypto-caam-qi2-fix-Chacha20-Poly1305-self-test.patch + patches.kernel.org/6.6.2-355-crypto-caam-jr-fix-Chacha20-Poly1305-self-test-.patch + patches.kernel.org/6.6.2-356-crypto-qat-increase-size-of-buffers.patch + patches.kernel.org/6.6.2-357-ASoC-SOF-ipc4-topology-Use-size_add-in-call-to-.patch + patches.kernel.org/6.6.2-358-PCI-vmd-Correct-PCI-Header-Type-Register-s-mult.patch + patches.kernel.org/6.6.2-359-hid-cp2112-Fix-duplicate-workqueue-initializati.patch + patches.kernel.org/6.6.2-360-crypto-hisilicon-qm-fix-PF-queue-parameter-issu.patch + patches.kernel.org/6.6.2-361-ARM-9321-1-memset-cast-the-constant-byte-to-uns.patch + patches.kernel.org/6.6.2-362-ARM-9323-1-mm-Fix-ARCH_LOW_ADDRESS_LIMIT-when-C.patch + patches.kernel.org/6.6.2-363-ext4-add-missing-initialization-of-call_notify_.patch + patches.kernel.org/6.6.2-364-ext4-move-ix-sanity-check-to-corrent-position.patch + patches.kernel.org/6.6.2-365-kselftest-vm-fix-mdwe-s-mmap_FIXED-test-case.patch + patches.kernel.org/6.6.2-366-ASoC-fsl-mpc5200_dma.c-Fix-warning-of-Function-.patch + patches.kernel.org/6.6.2-367-backlight-pwm_bl-Disable-PWM-on-shutdown-suspen.patch + patches.kernel.org/6.6.2-368-ASoC-Intel-sof_sdw_rt_sdca_jack_common-add-rt71.patch + patches.kernel.org/6.6.2-369-ASoC-fsl-asoc-card-Add-comment-for-mclk-in-the-.patch + patches.kernel.org/6.6.2-370-fs-dlm-Fix-the-size-of-a-buffer-in-dlm_create_d.patch + patches.kernel.org/6.6.2-371-dlm-fix-creating-multiple-node-structures.patch + patches.kernel.org/6.6.2-372-dlm-fix-remove-member-after-close-call.patch + patches.kernel.org/6.6.2-373-dlm-be-sure-we-reset-all-nodes-at-forced-shutdo.patch + patches.kernel.org/6.6.2-374-dlm-fix-no-ack-after-final-message.patch + patches.kernel.org/6.6.2-375-IB-mlx5-Fix-rdma-counter-binding-for-RAW-QP.patch + patches.kernel.org/6.6.2-376-RDMA-hns-Fix-printing-level-of-asynchronous-eve.patch + patches.kernel.org/6.6.2-377-RDMA-hns-Fix-uninitialized-ucmd-in-hns_roce_cre.patch + patches.kernel.org/6.6.2-378-RDMA-hns-Fix-signed-unsigned-mixed-comparisons.patch + patches.kernel.org/6.6.2-379-RDMA-hns-Add-check-for-SL.patch + patches.kernel.org/6.6.2-380-RDMA-hns-The-UD-mode-can-only-be-configured-wit.patch + patches.kernel.org/6.6.2-381-RDMA-hns-Fix-unnecessary-port_num-transition-in.patch + patches.kernel.org/6.6.2-382-RDMA-hns-Fix-init-failure-of-RoCE-VF-and-HIP08.patch + patches.kernel.org/6.6.2-383-ASoC-SOF-core-Ensure-sof_ops_free-is-still-call.patch + patches.kernel.org/6.6.2-384-ASoC-intel-sof_sdw-Stop-processing-CODECs-when-.patch + patches.kernel.org/6.6.2-385-ASoC-fsl-Fix-PM-disable-depth-imbalance-in-fsl_.patch + patches.kernel.org/6.6.2-386-scsi-ufs-core-Leave-space-for-0-in-utf8-desc-st.patch + patches.kernel.org/6.6.2-387-RDMA-hfi1-Workaround-truncation-compilation-err.patch + patches.kernel.org/6.6.2-388-hid-cp2112-Fix-IRQ-shutdown-stopping-polling-fo.patch + patches.kernel.org/6.6.2-389-HID-uclogic-Fix-user-memory-access-bug-in-uclog.patch + patches.kernel.org/6.6.2-390-HID-uclogic-Fix-a-work-entry-not-empty-bug-in-_.patch + patches.kernel.org/6.6.2-391-sh-bios-Revive-earlyprintk-support.patch + patches.kernel.org/6.6.2-392-HID-logitech-hidpp-Don-t-restart-IO-instead-def.patch + patches.kernel.org/6.6.2-393-HID-logitech-hidpp-Revert-Don-t-restart-communi.patch + patches.kernel.org/6.6.2-394-HID-logitech-hidpp-Move-get_wireless_feature_in.patch + patches.kernel.org/6.6.2-395-ASoC-Intel-Skylake-Fix-mem-leak-when-parsing-UU.patch + patches.kernel.org/6.6.2-396-PCI-endpoint-Fix-double-free-in-__pci_epc_creat.patch + patches.kernel.org/6.6.2-397-padata-Fix-refcnt-handling-in-padata_free_shell.patch + patches.kernel.org/6.6.2-398-certs-Break-circular-dependency-when-selftest-i.patch + patches.kernel.org/6.6.2-399-crypto-qat-consolidate-services-structure.patch + patches.kernel.org/6.6.2-400-crypto-qat-enable-dc-chaining-service.patch + patches.kernel.org/6.6.2-401-crypto-qat-refactor-fw-config-related-functions.patch + patches.kernel.org/6.6.2-402-crypto-qat-use-masks-for-AE-groups.patch + patches.kernel.org/6.6.2-403-crypto-qat-fix-ring-to-service-map-for-QAT-GEN4.patch + patches.kernel.org/6.6.2-404-crypto-qat-fix-deadlock-in-backlog-processing.patch + patches.kernel.org/6.6.2-405-ASoC-ams-delta.c-use-component-after-check.patch + patches.kernel.org/6.6.2-406-erofs-fix-erofs_insert_workgroup-lockref-usage.patch + patches.kernel.org/6.6.2-407-IB-mlx5-Fix-init-stage-error-handling-to-avoid-.patch + patches.kernel.org/6.6.2-408-mfd-core-Un-constify-mfd_cell.of_reg.patch + patches.kernel.org/6.6.2-409-mfd-core-Ensure-disabled-devices-are-skipped-wi.patch + patches.kernel.org/6.6.2-410-mfd-dln2-Fix-double-put-in-dln2_probe.patch + patches.kernel.org/6.6.2-411-dt-bindings-mfd-mt6397-Split-out-compatible-for.patch + patches.kernel.org/6.6.2-412-mfd-arizona-spi-Set-pdata.hpdet_channel-for-ACP.patch + patches.kernel.org/6.6.2-413-leds-turris-omnia-Do-not-use-SMBUS-calls.patch + patches.kernel.org/6.6.2-414-leds-pwm-Don-t-disable-the-PWM-when-the-LED-sho.patch + patches.kernel.org/6.6.2-415-leds-trigger-ledtrig-cpu-Fix-output-may-be-trun.patch + patches.kernel.org/6.6.2-416-scripts-gdb-fix-usage-of-MOD_TEXT-not-defined-w.patch + patches.kernel.org/6.6.2-417-apparmor-fix-invalid-reference-on-profile-disco.patch + patches.kernel.org/6.6.2-418-perf-stat-Fix-aggr-mode-initialization.patch + patches.kernel.org/6.6.2-419-iio-frequency-adf4350-Use-device-managed-functi.patch + patches.kernel.org/6.6.2-420-pinctrl-baytrail-fix-debounce-disable-case.patch + patches.kernel.org/6.6.2-421-perf-kwork-Fix-incorrect-and-missing-free-atom-.patch + patches.kernel.org/6.6.2-422-perf-kwork-Add-the-supported-subcommands-to-the.patch + patches.kernel.org/6.6.2-423-perf-kwork-Set-ordered_events-to-true-in-struct.patch + patches.kernel.org/6.6.2-424-f2fs-compress-fix-deadloop-in-f2fs_write_cache_.patch + patches.kernel.org/6.6.2-425-f2fs-compress-fix-to-avoid-use-after-free-on-di.patch + patches.kernel.org/6.6.2-426-f2fs-compress-fix-to-avoid-redundant-compress-e.patch + patches.kernel.org/6.6.2-427-f2fs-fix-to-drop-meta_inode-s-page-cache-in-f2f.patch + patches.kernel.org/6.6.2-428-tty-tty_jobctrl-fix-pid-memleak-in-disassociate.patch + patches.kernel.org/6.6.2-429-perf-parse-events-Fix-tracepoint-name-memory-le.patch + patches.kernel.org/6.6.2-430-livepatch-Fix-missing-newline-character-in-klp_.patch + patches.kernel.org/6.6.2-431-pinctrl-renesas-rzg2l-Make-reverse-order-of-ena.patch + patches.kernel.org/6.6.2-432-perf-vendor-events-arm64-Fix-for-AmpereOne-metr.patch + patches.kernel.org/6.6.2-433-perf-record-Fix-BTF-type-checks-in-the-off-cpu-.patch + patches.kernel.org/6.6.2-434-dmaengine-idxd-Register-dsa_bus_type-before-reg.patch + patches.kernel.org/6.6.2-435-usb-dwc2-fix-possible-NULL-pointer-dereference-.patch + patches.kernel.org/6.6.2-436-usb-chipidea-Fix-DMA-overwrite-for-Tegra.patch + patches.kernel.org/6.6.2-437-usb-chipidea-Simplify-Tegra-DMA-alignment-code.patch + patches.kernel.org/6.6.2-438-dmaengine-ti-edma-handle-irq_of_parse_and_map-e.patch + patches.kernel.org/6.6.2-439-tools-perf-Update-call-stack-check-in-builtin-l.patch + patches.kernel.org/6.6.2-440-misc-st_core-Do-not-call-kfree_skb-under-spin_l.patch + patches.kernel.org/6.6.2-441-debugfs-Fix-__rcu-type-comparison-warning.patch + patches.kernel.org/6.6.2-442-tools-iio-iio_generic_buffer-ensure-alignment.patch + patches.kernel.org/6.6.2-443-USB-usbip-fix-stub_dev-hub-disconnect.patch + patches.kernel.org/6.6.2-444-dmaengine-pxa_dma-Remove-an-erroneous-BUG_ON-in.patch + patches.kernel.org/6.6.2-445-f2fs-fix-to-initialize-map.m_pblk-in-f2fs_preca.patch + patches.kernel.org/6.6.2-446-interconnect-qcom-qdu1000-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-447-interconnect-qcom-sc7180-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-448-interconnect-qcom-sc7280-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-449-interconnect-qcom-sc8180x-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-450-interconnect-qcom-sc8280xp-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-451-interconnect-qcom-sdm670-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-452-interconnect-qcom-sdm845-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-453-interconnect-qcom-sm6350-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-454-interconnect-qcom-sm8150-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-455-interconnect-qcom-sm8250-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-456-interconnect-qcom-sm8350-Set-ACV-enable_mask.patch + patches.kernel.org/6.6.2-457-interconnect-qcom-osm-l3-Replace-custom-impleme.patch + patches.kernel.org/6.6.2-458-powerpc-Only-define-__parse_fpscr-when-required.patch + patches.kernel.org/6.6.2-459-interconnect-fix-error-handling-in-qnoc_probe.patch + patches.kernel.org/6.6.2-460-perf-build-Add-missing-comment-about-NO_LIBTRAC.patch + patches.kernel.org/6.6.2-461-perf-parse-events-Fix-for-term-values-that-are-.patch + patches.kernel.org/6.6.2-462-perf-mem-events-Avoid-uninitialized-read.patch + patches.kernel.org/6.6.2-463-s390-ap-re-init-AP-queues-on-config-on.patch + patches.kernel.org/6.6.2-464-modpost-fix-tee-MODULE_DEVICE_TABLE-built-on-bi.patch + patches.kernel.org/6.6.2-465-modpost-fix-ishtp-MODULE_DEVICE_TABLE-built-on-.patch + patches.kernel.org/6.6.2-466-perf-tools-Do-not-ignore-the-default-vmlinux.h.patch + patches.kernel.org/6.6.2-467-powerpc-40x-Remove-stale-PTE_ATOMIC_UPDATES-mac.patch + patches.kernel.org/6.6.2-468-powerpc-xive-Fix-endian-conversion-size.patch + patches.kernel.org/6.6.2-469-powerpc-Hide-empty-pt_regs-at-base-of-the-stack.patch + patches.kernel.org/6.6.2-470-perf-trace-Use-the-right-bpf_probe_read-_str-va.patch + patches.kernel.org/6.6.2-471-powerpc-vas-Limit-open-window-failure-messages-.patch + patches.kernel.org/6.6.2-472-powerpc-imc-pmu-Use-the-correct-spinlock-initia.patch + patches.kernel.org/6.6.2-473-powerpc-pseries-fix-potential-memory-leak-in-in.patch + patches.kernel.org/6.6.2-474-perf-vendor-events-Update-PMC-used-in-PM_RUN_IN.patch + patches.kernel.org/6.6.2-475-xhci-Loosen-RPM-as-default-policy-to-cover-for-.patch + patches.kernel.org/6.6.2-476-usb-host-xhci-plat-fix-possible-kernel-oops-whi.patch + patches.kernel.org/6.6.2-477-powerpc-vmcore-Add-MMU-information-to-vmcoreinf.patch + patches.kernel.org/6.6.2-478-perf-machine-Avoid-out-of-bounds-LBR-memory-rea.patch + patches.kernel.org/6.6.2-479-libperf-rc_check-Make-implicit-enabling-work-fo.patch + patches.kernel.org/6.6.2-480-perf-hist-Add-missing-puts-to-hist__account_cyc.patch + patches.kernel.org/6.6.2-481-perf-vendor-events-intel-Fix-broadwellde-tma_in.patch + patches.kernel.org/6.6.2-482-perf-vendor-events-intel-Add-broadwellde-two-me.patch + patches.kernel.org/6.6.2-483-9p-net-fix-possible-memory-leak-in-p9_check_err.patch + patches.kernel.org/6.6.2-484-rtla-Fix-uninitialized-variable-found.patch + patches.kernel.org/6.6.2-485-i3c-Fix-potential-refcount-leak-in-i3c_master_r.patch + patches.kernel.org/6.6.2-486-rtc-brcmstb-waketimer-support-level-alarm_irq.patch + patches.kernel.org/6.6.2-487-cxl-pci-Remove-unnecessary-device-reference-man.patch + patches.kernel.org/6.6.2-488-cxl-pci-Cleanup-sanitize-to-always-poll.patch + patches.kernel.org/6.6.2-489-cxl-pci-Remove-inconsistent-usage-of-dev_err_pr.patch + patches.kernel.org/6.6.2-490-cxl-pci-Clarify-devm-host-for-memdev-relative-s.patch + patches.kernel.org/6.6.2-491-cxl-pci-Fix-sanitize-notifier-setup.patch + patches.kernel.org/6.6.2-492-cxl-memdev-Fix-sanitize-vs-decoder-setup-lockin.patch + patches.kernel.org/6.6.2-493-cxl-mem-Fix-shutdown-order.patch + patches.kernel.org/6.6.2-494-virt-sevguest-Fix-passing-a-stack-buffer-as-a-s.patch + patches.kernel.org/6.6.2-495-rtc-pcf85363-fix-wrong-mask-val-parameters-in-r.patch + patches.kernel.org/6.6.2-496-cxl-region-Prepare-the-decoder-match-range-help.patch + patches.kernel.org/6.6.2-497-cxl-region-Calculate-a-target-position-in-a-reg.patch + patches.kernel.org/6.6.2-498-cxl-region-Use-cxl_calc_interleave_pos-for-auto.patch + patches.kernel.org/6.6.2-499-cxl-region-Fix-cxl_region_rwsem-lock-held-when-.patch + patches.kernel.org/6.6.2-500-cxl-core-regs-Rename-dev-to-host-in-struct-cxl_.patch + patches.kernel.org/6.6.2-501-cxl-port-Fix-host-confusion-in-cxl_dport_setup_.patch + patches.kernel.org/6.6.2-502-cxl-hdm-Remove-broken-error-path.patch + patches.kernel.org/6.6.2-503-pcmcia-cs-fix-possible-hung-task-and-memory-lea.patch + patches.kernel.org/6.6.2-504-pcmcia-ds-fix-refcount-leak-in-pcmcia_device_ad.patch + patches.kernel.org/6.6.2-505-pcmcia-ds-fix-possible-name-leak-in-error-path-.patch + patches.kernel.org/6.6.2-506-media-imx-jpeg-initiate-a-drain-of-the-capture-.patch + patches.kernel.org/6.6.2-507-media-hantro-Check-whether-reset-op-is-defined-.patch + patches.kernel.org/6.6.2-508-media-verisilicon-Do-not-enable-G2-postproc-dow.patch + patches.kernel.org/6.6.2-509-media-ov13b10-Fix-some-error-checking-in-probe.patch + patches.kernel.org/6.6.2-510-media-ov5640-fix-vblank-unchange-issue-when-wor.patch + patches.kernel.org/6.6.2-511-media-i2c-max9286-Fix-some-redundant-of_node_pu.patch + patches.kernel.org/6.6.2-512-media-ov5640-Fix-a-memory-leak-when-ov5640_prob.patch + patches.kernel.org/6.6.2-513-media-bttv-fix-use-after-free-error-due-to-btv-.patch + patches.kernel.org/6.6.2-514-media-amphion-handle-firmware-debug-message.patch + patches.kernel.org/6.6.2-515-media-mtk-jpegenc-Fix-bug-in-JPEG-encode-qualit.patch + patches.kernel.org/6.6.2-516-media-s3c-camif-Avoid-inappropriate-kfree.patch + patches.kernel.org/6.6.2-517-media-vidtv-psi-Add-check-for-kstrdup.patch + patches.kernel.org/6.6.2-518-media-vidtv-mux-Add-check-and-kfree-for-kstrdup.patch + patches.kernel.org/6.6.2-519-media-cedrus-Fix-clock-reset-sequence.patch + patches.kernel.org/6.6.2-520-media-i2c-imx219-Convert-to-CCI-register-access.patch + patches.kernel.org/6.6.2-521-media-i2c-imx219-Replace-register-addresses-wit.patch + patches.kernel.org/6.6.2-522-media-i2c-imx219-Drop-IMX219_REG_CSI_LANE_MODE-.patch + patches.kernel.org/6.6.2-523-media-cadence-csi2rx-Unregister-v4l2-async-noti.patch + patches.kernel.org/6.6.2-524-media-dvb-usb-v2-af9035-fix-missing-unlock.patch + patches.kernel.org/6.6.2-525-media-verisilicon-Fixes-clock-list-for-rk3588-a.patch + patches.kernel.org/6.6.2-526-media-mediatek-vcodec-Handle-invalid-encoder-vs.patch + patches.kernel.org/6.6.2-527-media-imx-jpeg-notify-source-chagne-event-when-.patch + patches.kernel.org/6.6.2-528-media-mediatek-vcodec-using-encoder-device-to-a.patch + patches.kernel.org/6.6.2-529-media-platform-mtk-mdp3-fix-uninitialized-varia.patch + patches.kernel.org/6.6.2-530-media-cec-meson-always-include-meson-sub-direct.patch + patches.kernel.org/6.6.2-531-cpupower-fix-reference-to-nonexistent-document.patch + patches.kernel.org/6.6.2-532-regmap-prevent-noinc-writes-from-clobbering-cac.patch + patches.kernel.org/6.6.2-533-drm-amdgpu-gfx10-11-use-memcpy_to-fromio-for-MQ.patch + patches.kernel.org/6.6.2-534-drm-amdgpu-don-t-put-MQDs-in-VRAM-on-ARM-ARM64.patch + patches.kernel.org/6.6.2-535-pwm-sti-Reduce-number-of-allocations-and-drop-u.patch + patches.kernel.org/6.6.2-536-pwm-brcmstb-Utilize-appropriate-clock-APIs-in-s.patch + patches.kernel.org/6.6.2-537-Input-synaptics-rmi4-fix-use-after-free-in-rmi_.patch + patches.kernel.org/6.6.2-538-watchdog-marvell_gti_wdt-Fix-error-code-in-prob.patch + patches.kernel.org/6.6.2-539-watchdog-ixp4xx-Make-sure-restart-always-works.patch + patches.kernel.org/6.6.2-540-llc-verify-mac-len-before-reading-mac-header.patch + patches.kernel.org/6.6.2-541-hsr-Prevent-use-after-free-in-prp_create_tagged.patch + patches.kernel.org/6.6.2-542-tipc-Change-nla_policy-for-bearer-related-names.patch + patches.kernel.org/6.6.2-543-rxrpc-Fix-two-connection-reaping-bugs.patch + patches.kernel.org/6.6.2-544-bpf-Check-map-usercnt-after-timer-timer-is-assi.patch + patches.kernel.org/6.6.2-545-inet-shrink-struct-flowi_common.patch + patches.kernel.org/6.6.2-546-octeontx2-pf-Fix-error-codes.patch + patches.kernel.org/6.6.2-547-octeontx2-pf-Fix-holes-in-error-code.patch + patches.kernel.org/6.6.2-548-net-page_pool-add-missing-free_percpu-when-page.patch + patches.kernel.org/6.6.2-549-dccp-Call-security_inet_conn_request-after-sett.patch + patches.kernel.org/6.6.2-550-dccp-tcp-Call-security_inet_conn_request-after-.patch + patches.kernel.org/6.6.2-551-net-r8169-Disable-multicast-filter-for-RTL8168H.patch + patches.kernel.org/6.6.2-552-Fix-termination-state-for-idr_for_each_entry_ul.patch + patches.kernel.org/6.6.2-553-net-stmmac-xgmac-Enable-support-for-multiple-Fl.patch + patches.kernel.org/6.6.2-554-selftests-pmtu.sh-fix-result-checking.patch + patches.kernel.org/6.6.2-555-octeontx2-pf-Free-pending-and-dropped-SQEs.patch + patches.kernel.org/6.6.2-556-net-smc-fix-dangling-sock-under-state-SMC_APPFI.patch + patches.kernel.org/6.6.2-557-net-smc-allow-cdc-msg-send-rather-than-drop-it-.patch + patches.kernel.org/6.6.2-558-net-smc-put-sk-reference-if-close-work-was-canc.patch + patches.kernel.org/6.6.2-559-nvme-fix-error-handling-for-io_uring-nvme-passt.patch + patches.kernel.org/6.6.2-560-riscv-boot-Fix-creation-of-loader.bin.patch + patches.kernel.org/6.6.2-561-ice-Fix-SRIOV-LAG-disable-on-non-compliant-aggr.patch + patches.kernel.org/6.6.2-562-ice-lag-in-RCU-use-atomic-allocation.patch + patches.kernel.org/6.6.2-563-ice-Fix-VF-VF-filter-rules-in-switchdev-mode.patch + patches.kernel.org/6.6.2-564-ice-Fix-VF-VF-direction-matching-in-drop-rule-i.patch + patches.kernel.org/6.6.2-565-tg3-power-down-device-only-on-SYSTEM_POWER_OFF.patch + patches.kernel.org/6.6.2-566-nbd-fix-uaf-in-nbd_open.patch + patches.kernel.org/6.6.2-567-blk-core-use-pr_warn_ratelimited-in-bio_check_r.patch + patches.kernel.org/6.6.2-568-vsock-virtio-remove-socket-from-connected-bound.patch + patches.kernel.org/6.6.2-569-r8169-respect-userspace-disabling-IFF_MULTICAST.patch + patches.kernel.org/6.6.2-570-virtio-vsock-Fix-uninit-value-in-virtio_transpo.patch + patches.kernel.org/6.6.2-571-net-enetc-shorten-enetc_setup_xdp_prog-error-me.patch + patches.kernel.org/6.6.2-572-i2c-iproc-handle-invalid-slave-state.patch + patches.kernel.org/6.6.2-573-netfilter-xt_recent-fix-increase-ipv6-literal-b.patch + patches.kernel.org/6.6.2-574-netfilter-nat-fix-ipv6-nat-redirect-with-mapped.patch + patches.kernel.org/6.6.2-575-net-sched-act_ct-Always-fill-offloading-tuple-i.patch + patches.kernel.org/6.6.2-576-RISC-V-Don-t-fail-in-riscv_of_parent_hartid-for.patch + patches.kernel.org/6.6.2-577-net-ti-icss-iep-fix-setting-counter-value.patch + patches.kernel.org/6.6.2-578-drivers-perf-Do-not-broadcast-to-other-cpus-whe.patch + patches.kernel.org/6.6.2-579-module-decompress-use-kvmalloc-consistently.patch + patches.kernel.org/6.6.2-580-fs-dlm-Simplify-buffer-size-computation-in-dlm_.patch + patches.kernel.org/6.6.2-581-drm-vc4-tests-Fix-UAF-in-the-mock-helpers.patch + patches.kernel.org/6.6.2-582-drm-syncobj-fix-DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVA.patch + patches.kernel.org/6.6.2-583-ASoC-rt712-sdca-fix-speaker-route-missing-issue.patch + patches.kernel.org/6.6.2-584-ASoC-mediatek-mt8186_mt6366_rt1019_rt5682s-triv.patch + patches.kernel.org/6.6.2-585-ASoC-hdmi-codec-register-hpd-callback-on-compon.patch + patches.kernel.org/6.6.2-586-ASoC-dapm-fix-clock-get-name.patch + patches.kernel.org/6.6.2-587-spi-spi-zynq-qspi-add-spi-mem-to-driver-kconfig.patch + patches.kernel.org/6.6.2-588-arm64-arm-arm_pmuv3-perf-Don-t-truncate-64-bit-.patch + patches.kernel.org/6.6.2-589-fbdev-imsttfb-fix-double-free-in-probe.patch + patches.kernel.org/6.6.2-590-fbdev-imsttfb-fix-a-resource-leak-in-probe.patch + patches.kernel.org/6.6.2-591-ALSA-hda-realtek-Add-support-dual-speaker-for-D.patch + patches.kernel.org/6.6.2-592-fbdev-fsl-diu-fb-mark-wr_reg_wa-static.patch + patches.kernel.org/6.6.2-593-tracing-kprobes-Fix-the-order-of-argument-descr.patch + patches.kernel.org/6.6.2-594-eventfs-Check-for-NULL-ef-in-eventfs_set_attr.patch + patches.kernel.org/6.6.2-595-selftests-mptcp-run-userspace-pm-tests-slower.patch + patches.kernel.org/6.6.2-596-selftests-mptcp-fix-wait_rm_addr-sf-parameters.patch + patches.kernel.org/6.6.2-597-io_uring-net-ensure-socket-is-marked-connected-.patch + patches.kernel.org/6.6.2-598-x86-amd_nb-Use-Family-19h-Models-60h-7Fh-Functi.patch + patches.kernel.org/6.6.2-599-Revert-PCI-ASPM-Disable-only-ASPM_STATE_L1-when.patch + patches.kernel.org/6.6.2-600-Revert-mmc-core-Capture-correct-oemid-bits-for-.patch + patches.kernel.org/6.6.2-601-btrfs-use-u64-for-buffer-sizes-in-the-tree-sear.patch + patches.kernel.org/6.6.2-602-btrfs-make-found_logical_ret-parameter-mandator.patch + patches.kernel.org/6.6.2-603-Linux-6.6.2.patch + patches.kernel.org/6.6.3-001-locking-ww_mutex-test-Fix-potential-workqueue-c.patch + patches.kernel.org/6.6.3-002-btrfs-abort-transaction-on-generation-mismatch-.patch + patches.kernel.org/6.6.3-003-lib-generic-radix-tree.c-Don-t-overflow-in-peek.patch + patches.kernel.org/6.6.3-004-x86-retpoline-Make-sure-there-are-no-unconverte.patch + patches.kernel.org/6.6.3-005-perf-core-Bail-out-early-if-the-request-AUX-are.patch + patches.kernel.org/6.6.3-006-srcu-Fix-srcu_struct-node-grpmask-overflow-on-6.patch + patches.kernel.org/6.6.3-007-selftests-lkdtm-Disable-CONFIG_UBSAN_TRAP-in-te.patch + patches.kernel.org/6.6.3-008-clocksource-drivers-timer-imx-gpt-Fix-potential.patch + patches.kernel.org/6.6.3-009-clocksource-drivers-timer-atmel-tcb-Fix-initial.patch + patches.kernel.org/6.6.3-010-srcu-Only-accelerate-on-enqueue-time.patch + patches.kernel.org/6.6.3-011-smp-csd-Throw-an-error-if-a-CSD-lock-is-stuck-f.patch + patches.kernel.org/6.6.3-012-cpu-hotplug-Don-t-offline-the-last-non-isolated.patch + patches.kernel.org/6.6.3-013-workqueue-Provide-one-lock-class-key-per-work_o.patch + patches.kernel.org/6.6.3-014-x86-mm-Drop-the-4-MB-restriction-on-minimal-NUM.patch + patches.kernel.org/6.6.3-015-wifi-plfxlc-fix-clang-specific-fortify-warning.patch + patches.kernel.org/6.6.3-016-wifi-ath12k-Ignore-fragments-from-uninitialized.patch + patches.kernel.org/6.6.3-017-wifi-mac80211_hwsim-fix-clang-specific-fortify-.patch + patches.kernel.org/6.6.3-018-wifi-mac80211-don-t-return-unset-power-in-ieee8.patch + patches.kernel.org/6.6.3-019-atl1c-Work-around-the-DMA-RX-overflow-issue.patch + patches.kernel.org/6.6.3-020-bpf-Detect-IP-ksym.end-as-part-of-BPF-program.patch + patches.kernel.org/6.6.3-021-wifi-ath9k-fix-clang-specific-fortify-warnings.patch + patches.kernel.org/6.6.3-022-wifi-ath12k-fix-possible-out-of-bound-read-in-a.patch + patches.kernel.org/6.6.3-023-wifi-ath10k-fix-clang-specific-fortify-warning.patch + patches.kernel.org/6.6.3-024-wifi-ath12k-fix-possible-out-of-bound-write-in-.patch + patches.kernel.org/6.6.3-025-ACPI-APEI-Fix-AER-info-corruption-when-error-st.patch + patches.kernel.org/6.6.3-026-net-sfp-add-quirk-for-Fiberstone-GPON-ONU-34-20.patch + patches.kernel.org/6.6.3-027-wifi-mt76-mt7921e-Support-MT7992-IP-in-Xiaomi-R.patch + patches.kernel.org/6.6.3-028-wifi-mt76-fix-clang-specific-fortify-warnings.patch + patches.kernel.org/6.6.3-029-net-annotate-data-races-around-sk-sk_tx_queue_m.patch + patches.kernel.org/6.6.3-030-net-annotate-data-races-around-sk-sk_dst_pendin.patch + patches.kernel.org/6.6.3-031-wifi-ath12k-mhi-fix-potential-memory-leak-in-at.patch + patches.kernel.org/6.6.3-032-wifi-ath10k-Don-t-touch-the-CE-interrupt-regist.patch + patches.kernel.org/6.6.3-033-net-sfp-add-quirk-for-FS-s-2.5G-copper-SFP.patch + patches.kernel.org/6.6.3-034-vsock-read-from-socket-s-error-queue.patch + patches.kernel.org/6.6.3-035-bpf-Ensure-proper-register-state-printing-for-c.patch + patches.kernel.org/6.6.3-036-wifi-iwlwifi-mvm-fix-size-check-for-fw_link_id.patch + patches.kernel.org/6.6.3-037-Bluetooth-btusb-Add-date-evt_skb-is-NULL-check.patch + patches.kernel.org/6.6.3-038-Bluetooth-Fix-double-free-in-hci_conn_cleanup.patch + patches.kernel.org/6.6.3-039-ACPI-EC-Add-quirk-for-HP-250-G7-Notebook-PC.patch + patches.kernel.org/6.6.3-040-tsnep-Fix-tsnep_request_irq-format-overflow-war.patch + patches.kernel.org/6.6.3-041-gpiolib-acpi-Add-a-ignore-interrupt-quirk-for-P.patch + patches.kernel.org/6.6.3-042-platform-chrome-kunit-initialize-lock-for-fake-.patch + patches.kernel.org/6.6.3-043-of-address-Fix-address-translation-when-address.patch + patches.kernel.org/6.6.3-044-platform-x86-thinkpad_acpi-Add-battery-quirk-fo.patch + patches.kernel.org/6.6.3-045-drm-gma500-Fix-call-trace-when-psb_gem_mm_init-.patch + patches.kernel.org/6.6.3-046-drm-amdkfd-ratelimited-SQ-interrupt-messages.patch + patches.kernel.org/6.6.3-047-drm-komeda-drop-all-currently-held-locks-if-dea.patch + patches.kernel.org/6.6.3-048-drm-amd-display-Blank-phantom-OTG-before-enabli.patch + patches.kernel.org/6.6.3-049-drm-amd-display-Don-t-lock-phantom-pipe-on-disa.patch + patches.kernel.org/6.6.3-050-drm-amd-display-add-seamless-pipe-topology-tran.patch + patches.kernel.org/6.6.3-051-drm-edid-Fixup-h-vsync_end-instead-of-h-vtotal.patch + patches.kernel.org/6.6.3-052-md-don-t-rely-on-mddev-pers-to-be-set-in-mddev_.patch + patches.kernel.org/6.6.3-053-drm-amdgpu-not-to-save-bo-in-the-case-of-RAS-er.patch + patches.kernel.org/6.6.3-054-drm-amdkfd-Fix-a-race-condition-of-vram-buffer-.patch + patches.kernel.org/6.6.3-055-drm-amdgpu-update-retry-times-for-psp-vmbx-wait.patch + patches.kernel.org/6.6.3-056-drm-amd-Update-update_pcie_parameters-functions.patch + patches.kernel.org/6.6.3-057-drm-amd-display-use-full-update-for-clip-size-i.patch + patches.kernel.org/6.6.3-058-string.h-add-array-wrappers-for-v-memdup_user.patch + patches.kernel.org/6.6.3-059-kernel-kexec-copy-user-array-safely.patch + patches.kernel.org/6.6.3-060-kernel-watch_queue-copy-user-array-safely.patch + patches.kernel.org/6.6.3-061-drm_lease.c-copy-user-array-safely.patch + patches.kernel.org/6.6.3-062-drm-vmwgfx_surface.c-copy-user-array-safely.patch + patches.kernel.org/6.6.3-063-drm-msm-dp-skip-validity-check-for-DP-CTS-EDID-.patch + patches.kernel.org/6.6.3-064-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for.patch + patches.kernel.org/6.6.3-065-drm-amd-Fix-UBSAN-array-index-out-of-bounds-for.patch + patches.kernel.org/6.6.3-066-drm-amdgpu-Fix-potential-null-pointer-derefernc.patch + patches.kernel.org/6.6.3-067-drm-panel-fix-a-possible-null-pointer-dereferen.patch + patches.kernel.org/6.6.3-068-drm-panel-panel-tpo-tpg110-fix-a-possible-null-.patch + patches.kernel.org/6.6.3-069-drm-radeon-fix-a-possible-null-pointer-derefere.patch + patches.kernel.org/6.6.3-070-drm-amdgpu-vkms-fix-a-possible-null-pointer-der.patch + patches.kernel.org/6.6.3-071-drm-panel-st7703-Pick-different-reset-sequence.patch + patches.kernel.org/6.6.3-072-drm-amdkfd-Fix-shift-out-of-bounds-issue.patch + patches.kernel.org/6.6.3-073-drm-amdgpu-Fix-a-null-pointer-access-when-the-s.patch + patches.kernel.org/6.6.3-074-drm-amd-Disable-PP_PCIE_DPM_MASK-when-dynamic-s.patch + patches.kernel.org/6.6.3-075-drm-amd-display-fix-num_ways-overflow-error.patch + patches.kernel.org/6.6.3-076-drm-amd-check-num-of-link-levels-when-update-pc.patch + patches.kernel.org/6.6.3-077-soc-qcom-pmic-Fix-resource-leaks-in-a-device_fo.patch + patches.kernel.org/6.6.3-078-arm64-dts-rockchip-Add-NanoPC-T6-PCIe-e-key-sup.patch + patches.kernel.org/6.6.3-079-arm64-dts-ls208xa-use-a-pseudo-bus-to-constrain.patch + patches.kernel.org/6.6.3-080-selftests-efivarfs-create-read-fix-a-resource-l.patch + patches.kernel.org/6.6.3-081-ASoC-mediatek-mt8188-mt6359-support-dynamic-pin.patch + patches.kernel.org/6.6.3-082-ASoC-soc-card-Add-storage-for-PCI-SSID.patch + patches.kernel.org/6.6.3-083-ASoC-SOF-Pass-PCI-SSID-to-machine-driver.patch + patches.kernel.org/6.6.3-084-ASoC-Intel-sof_sdw-Copy-PCI-SSID-to-struct-snd_.patch + patches.kernel.org/6.6.3-085-ASoC-cs35l56-Use-PCI-SSID-as-the-firmware-UID.patch + patches.kernel.org/6.6.3-086-crypto-pcrypt-Fix-hungtask-for-PADATA_RESET.patch + patches.kernel.org/6.6.3-087-ASoC-SOF-ipc4-handle-EXCEPTION_CAUGHT-notificat.patch + patches.kernel.org/6.6.3-088-RDMA-hfi1-Use-FIELD_GET-to-extract-Link-Width.patch + patches.kernel.org/6.6.3-089-scsi-hisi_sas-Set-debugfs_dir-pointer-to-NULL-a.patch + patches.kernel.org/6.6.3-090-scsi-ibmvfc-Remove-BUG_ON-in-the-case-of-an-emp.patch + patches.kernel.org/6.6.3-091-fs-jfs-Add-check-for-negative-db_l2nbperpage.patch + patches.kernel.org/6.6.3-092-fs-jfs-Add-validity-check-for-db_maxag-and-db_a.patch + patches.kernel.org/6.6.3-093-jfs-fix-array-index-out-of-bounds-in-dbFindLeaf.patch + patches.kernel.org/6.6.3-094-jfs-fix-array-index-out-of-bounds-in-diAlloc.patch + patches.kernel.org/6.6.3-095-HID-lenovo-Detect-quirk-free-fw-on-cptkbd-and-s.patch + patches.kernel.org/6.6.3-096-ARM-9320-1-fix-stack-depot-IRQ-stack-filter.patch + patches.kernel.org/6.6.3-097-ALSA-hda-Fix-possible-null-ptr-deref-when-assig.patch + patches.kernel.org/6.6.3-098-gpiolib-of-Add-quirk-for-mt2701-cs42448-ASoC-so.patch + patches.kernel.org/6.6.3-099-PCI-tegra194-Use-FIELD_GET-FIELD_PREP-with-Link.patch + patches.kernel.org/6.6.3-100-PCI-mvebu-Use-FIELD_PREP-with-Link-Width.patch + patches.kernel.org/6.6.3-101-atm-iphase-Do-PCI-error-checks-on-own-line.patch + patches.kernel.org/6.6.3-102-PCI-Do-error-check-on-own-line-to-split-long-if.patch + patches.kernel.org/6.6.3-103-scsi-libfc-Fix-potential-NULL-pointer-dereferen.patch + patches.kernel.org/6.6.3-104-PCI-Use-FIELD_GET-to-extract-Link-Width.patch + patches.kernel.org/6.6.3-105-PCI-Extract-ATS-disabling-to-a-helper-function.patch + patches.kernel.org/6.6.3-106-PCI-Disable-ATS-for-specific-Intel-IPU-E2000-de.patch + patches.kernel.org/6.6.3-107-PCI-dwc-Add-dw_pcie_link_set_max_link_width.patch + patches.kernel.org/6.6.3-108-PCI-dwc-Add-missing-PCI_EXP_LNKCAP_MLW-handling.patch + patches.kernel.org/6.6.3-109-misc-pci_endpoint_test-Add-Device-ID-for-R-Car-.patch + patches.kernel.org/6.6.3-110-PCI-Use-FIELD_GET-in-Sapphire-RX-5600-XT-Pulse-.patch + patches.kernel.org/6.6.3-111-ASoC-Intel-soc-acpi-cht-Add-Lenovo-Yoga-Tab-3-P.patch + patches.kernel.org/6.6.3-112-crypto-hisilicon-qm-prevent-soft-lockup-in-rece.patch + patches.kernel.org/6.6.3-113-HID-Add-quirk-for-Dell-Pro-Wireless-Keyboard-an.patch + patches.kernel.org/6.6.3-114-exfat-support-handle-zero-size-directory.patch + patches.kernel.org/6.6.3-115-mfd-intel-lpss-Add-Intel-Lunar-Lake-M-PCI-IDs.patch + patches.kernel.org/6.6.3-116-iio-adc-stm32-adc-harden-against-NULL-pointer-d.patch + patches.kernel.org/6.6.3-117-thunderbolt-Apply-USB-3.x-bandwidth-quirk-only-.patch + patches.kernel.org/6.6.3-118-tty-vcc-Add-check-for-kstrdup-in-vcc_probe.patch + patches.kernel.org/6.6.3-119-dt-bindings-phy-qcom-snps-eusb2-repeater-Add-ma.patch + patches.kernel.org/6.6.3-120-phy-qualcomm-phy-qcom-eusb2-repeater-Use-regmap.patch + patches.kernel.org/6.6.3-121-phy-qualcomm-phy-qcom-eusb2-repeater-Zero-out-u.patch + patches.kernel.org/6.6.3-122-usb-dwc3-core-configure-TX-RX-threshold-for-DWC.patch + patches.kernel.org/6.6.3-123-usb-ucsi-glink-use-the-connector-orientation-GP.patch + patches.kernel.org/6.6.3-124-soundwire-dmi-quirks-update-HP-Omen-match.patch + patches.kernel.org/6.6.3-125-f2fs-fix-error-path-of-__f2fs_build_free_nids.patch + patches.kernel.org/6.6.3-126-f2fs-fix-error-handling-of-__get_node_page.patch + patches.kernel.org/6.6.3-127-usb-host-xhci-Avoid-XHCI-resume-delay-if-SSUSB-.patch + patches.kernel.org/6.6.3-128-usb-gadget-f_ncm-Always-set-current-gadget-in-n.patch + patches.kernel.org/6.6.3-129-9p-trans_fd-Annotate-data-racy-writes-to-file-f.patch + patches.kernel.org/6.6.3-130-9p-v9fs_listxattr-fix-s-null-argument-warning.patch + patches.kernel.org/6.6.3-131-i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hc.patch + patches.kernel.org/6.6.3-132-i2c-i801-Add-support-for-Intel-Birch-Stream-SoC.patch + patches.kernel.org/6.6.3-133-i2c-fix-memleak-in-i2c_new_client_device.patch + patches.kernel.org/6.6.3-134-i2c-sun6i-p2wi-Prevent-potential-division-by-ze.patch + patches.kernel.org/6.6.3-135-virtio-blk-fix-implicit-overflow-on-virtio_max_.patch + patches.kernel.org/6.6.3-136-i3c-master-mipi-i3c-hci-Fix-a-kernel-panic-for-.patch + patches.kernel.org/6.6.3-137-media-gspca-cpia1-shift-out-of-bounds-in-set_fl.patch + patches.kernel.org/6.6.3-138-media-vivid-avoid-integer-overflow.patch + patches.kernel.org/6.6.3-139-media-ipu-bridge-increase-sensor_name-size.patch + patches.kernel.org/6.6.3-140-gfs2-ignore-negated-quota-changes.patch + patches.kernel.org/6.6.3-141-gfs2-fix-an-oops-in-gfs2_permission.patch + patches.kernel.org/6.6.3-142-media-cobalt-Use-FIELD_GET-to-extract-Link-Widt.patch + patches.kernel.org/6.6.3-143-media-ccs-Fix-driver-quirk-struct-documentation.patch + patches.kernel.org/6.6.3-144-media-imon-fix-access-to-invalid-resource-for-t.patch + patches.kernel.org/6.6.3-145-drm-amd-display-Avoid-NULL-dereference-of-timin.patch + patches.kernel.org/6.6.3-146-gfs2-Fix-slab-use-after-free-in-gfs2_qd_dealloc.patch + patches.kernel.org/6.6.3-147-kgdb-Flush-console-before-entering-kgdb-on-pani.patch + patches.kernel.org/6.6.3-148-riscv-VMAP_STACK-overflow-detection-thread-safe.patch + patches.kernel.org/6.6.3-149-i2c-dev-copy-userspace-array-safely.patch + patches.kernel.org/6.6.3-150-ASoC-ti-omap-mcbsp-Fix-runtime-PM-underflow-war.patch + patches.kernel.org/6.6.3-151-drm-qxl-prevent-memory-leak.patch + patches.kernel.org/6.6.3-152-ALSA-hda-realtek-Add-quirk-for-ASUS-UX7602ZM.patch + patches.kernel.org/6.6.3-153-drm-amdgpu-fix-software-pci_unplug-on-some-chip.patch + patches.kernel.org/6.6.3-154-pwm-Fix-double-shift-bug.patch + patches.kernel.org/6.6.3-155-mtd-rawnand-tegra-add-missing-check-for-platfor.patch + patches.kernel.org/6.6.3-156-wifi-iwlwifi-Use-FW-rate-for-non-data-frames.patch + patches.kernel.org/6.6.3-157-sched-core-Optimize-in_task-and-in_interrupt-a-.patch + patches.kernel.org/6.6.3-158-samples-bpf-syscall_tp_user-Rename-num_progs-in.patch + patches.kernel.org/6.6.3-159-samples-bpf-syscall_tp_user-Fix-array-out-of-bo.patch + patches.kernel.org/6.6.3-160-dt-bindings-serial-fix-regex-pattern-for-matchi.patch + patches.kernel.org/6.6.3-161-SUNRPC-ECONNRESET-might-require-a-rebind.patch + patches.kernel.org/6.6.3-162-mtd-rawnand-intel-check-return-value-of-devm_ka.patch + patches.kernel.org/6.6.3-163-mtd-rawnand-meson-check-return-value-of-devm_ka.patch + patches.kernel.org/6.6.3-164-drm-i915-mtl-avoid-stringop-overflow-warning.patch + patches.kernel.org/6.6.3-165-NFSv4.1-fix-handling-NFS4ERR_DELAY-when-testing.patch + patches.kernel.org/6.6.3-166-SUNRPC-Add-an-IS_ERR-check-back-to-where-it-was.patch + patches.kernel.org/6.6.3-167-NFSv4.1-fix-SP4_MACH_CRED-protection-for-pnfs-I.patch + patches.kernel.org/6.6.3-168-SUNRPC-Fix-RPC-client-cleaned-up-the-freed-pipe.patch + patches.kernel.org/6.6.3-169-RISC-V-hwprobe-Fix-vDSO-SIGSEGV.patch + patches.kernel.org/6.6.3-170-riscv-provide-riscv-specific-is_trap_insn.patch + patches.kernel.org/6.6.3-171-gfs2-Silence-suspicious-RCU-usage-in-gfs2_permi.patch + patches.kernel.org/6.6.3-172-drm-i915-tc-Fix-Wformat-truncation-in-intel_tc_.patch + patches.kernel.org/6.6.3-173-riscv-split-cache-ops-out-of-dma-noncoherent.c.patch + patches.kernel.org/6.6.3-174-vdpa_sim_blk-allocate-the-buffer-zeroed.patch + patches.kernel.org/6.6.3-175-vhost-vdpa-fix-use-after-free-in-vhost_vdpa_pro.patch + patches.kernel.org/6.6.3-176-gcc-plugins-randstruct-Only-warn-about-true-fle.patch + patches.kernel.org/6.6.3-177-bpf-handle-ldimm64-properly-in-check_cfg.patch + patches.kernel.org/6.6.3-178-bpf-fix-precision-backtracking-instruction-iter.patch + patches.kernel.org/6.6.3-179-bpf-fix-control-flow-graph-checking-in-privileg.patch + patches.kernel.org/6.6.3-180-net-set-SOCK_RCU_FREE-before-inserting-socket-i.patch + patches.kernel.org/6.6.3-181-ipvlan-add-ipvlan_route_v6_outbound-helper.patch + patches.kernel.org/6.6.3-182-tty-Fix-uninit-value-access-in-ppp_sync_receive.patch + patches.kernel.org/6.6.3-183-net-ti-icssg-prueth-Add-missing-icss_iep_put-to.patch + patches.kernel.org/6.6.3-184-net-ti-icssg-prueth-Fix-error-cleanup-on-failin.patch + patches.kernel.org/6.6.3-185-xen-events-avoid-using-info_for_irq-in-xen_send.patch + patches.kernel.org/6.6.3-186-net-hns3-fix-add-VLAN-fail-issue.patch + patches.kernel.org/6.6.3-187-net-hns3-add-barrier-in-vf-mailbox-reply-proces.patch + patches.kernel.org/6.6.3-188-net-hns3-fix-incorrect-capability-bit-display-f.patch + patches.kernel.org/6.6.3-189-net-hns3-fix-out-of-bounds-access-may-occur-whe.patch + patches.kernel.org/6.6.3-190-net-hns3-fix-variable-may-not-initialized-probl.patch + patches.kernel.org/6.6.3-191-net-hns3-fix-VF-reset-fail-issue.patch + patches.kernel.org/6.6.3-192-net-hns3-fix-VF-wrong-speed-and-duplex-issue.patch + patches.kernel.org/6.6.3-193-tipc-Fix-kernel-infoleak-due-to-uninitialized-T.patch + patches.kernel.org/6.6.3-194-net-mvneta-fix-calls-to-page_pool_get_stats.patch + patches.kernel.org/6.6.3-195-ppp-limit-MRU-to-64K.patch + patches.kernel.org/6.6.3-196-xen-events-fix-delayed-eoi-list-handling.patch + patches.kernel.org/6.6.3-197-blk-mq-make-sure-active-queue-usage-is-held-for.patch + patches.kernel.org/6.6.3-198-ptp-annotate-data-race-around-q-head-and-q-tail.patch + patches.kernel.org/6.6.3-199-bonding-stop-the-device-in-bond_setup_by_slave.patch + patches.kernel.org/6.6.3-200-net-ethernet-cortina-Fix-max-RX-frame-define.patch + patches.kernel.org/6.6.3-201-net-ethernet-cortina-Handle-large-frames.patch + patches.kernel.org/6.6.3-202-net-ethernet-cortina-Fix-MTU-max-setting.patch + patches.kernel.org/6.6.3-203-af_unix-fix-use-after-free-in-unix_stream_read_.patch + patches.kernel.org/6.6.3-204-netfilter-nf_conntrack_bridge-initialize-err-to.patch + patches.kernel.org/6.6.3-205-netfilter-nf_tables-fix-pointer-math-issue-in-n.patch + patches.kernel.org/6.6.3-206-netfilter-nf_tables-bogus-ENOENT-when-destroyin.patch + patches.kernel.org/6.6.3-207-net-stmmac-fix-rx-budget-limit-check.patch + patches.kernel.org/6.6.3-208-net-stmmac-avoid-rx-queue-overrun.patch + patches.kernel.org/6.6.3-209-pds_core-use-correct-index-to-mask-irq.patch + patches.kernel.org/6.6.3-210-pds_core-fix-up-some-format-truncation-complain.patch + patches.kernel.org/6.6.3-211-gve-Fixes-for-napi_poll-when-budget-is-0.patch + patches.kernel.org/6.6.3-212-io_uring-fdinfo-remove-need-for-sqpoll-lock-for.patch + patches.kernel.org/6.6.3-213-Revert-net-mlx5-DR-Supporting-inline-WQE-when-p.patch + patches.kernel.org/6.6.3-214-net-mlx5-Free-used-cpus-mask-when-an-IRQ-is-rel.patch + patches.kernel.org/6.6.3-215-net-mlx5-Decouple-PHC-.adjtime-and-.adjphase-im.patch + patches.kernel.org/6.6.3-216-net-mlx5e-fix-double-free-of-encap_header.patch + patches.kernel.org/6.6.3-217-net-mlx5e-fix-double-free-of-encap_header-in-up.patch + patches.kernel.org/6.6.3-218-net-mlx5e-Fix-pedit-endianness.patch + patches.kernel.org/6.6.3-219-net-mlx5e-Don-t-modify-the-peer-sent-to-vport-r.patch + patches.kernel.org/6.6.3-220-net-mlx5e-Avoid-referencing-skb-after-free-ing-.patch + patches.kernel.org/6.6.3-221-net-mlx5e-Track-xmit-submission-to-PTP-WQ-after.patch + patches.kernel.org/6.6.3-222-net-mlx5e-Update-doorbell-for-port-timestamping.patch + patches.kernel.org/6.6.3-223-net-mlx5-Increase-size-of-irq-name-buffer.patch + patches.kernel.org/6.6.3-224-net-mlx5e-Reduce-the-size-of-icosq_str.patch + patches.kernel.org/6.6.3-225-net-mlx5e-Check-return-value-of-snprintf-writin.patch + patches.kernel.org/6.6.3-226-net-mlx5e-Check-return-value-of-snprintf-writin.patch + patches.kernel.org/6.6.3-227-net-sched-do-not-offload-flows-with-a-helper-in.patch + patches.kernel.org/6.6.3-228-macvlan-Don-t-propagate-promisc-change-to-lower.patch + patches.kernel.org/6.6.3-229-tools-power-turbostat-Fix-a-knl-bug.patch + patches.kernel.org/6.6.3-230-tools-power-turbostat-Enable-the-C-state-Pre-wa.patch + patches.kernel.org/6.6.3-231-scsi-ufs-core-Expand-MCQ-queue-slot-to-DeviceQu.patch + patches.kernel.org/6.6.3-232-cifs-spnego-add-in-HOST_KEY_LEN.patch + patches.kernel.org/6.6.3-233-cifs-fix-check-of-rc-in-function-generate_smb3s.patch + patches.kernel.org/6.6.3-234-perf-core-Fix-cpuctx-refcounting.patch + patches.kernel.org/6.6.3-235-i915-perf-Fix-NULL-deref-bugs-with-drm_dbg-call.patch + patches.kernel.org/6.6.3-236-perf-arm_cspmu-Reject-events-meant-for-other-PM.patch + patches.kernel.org/6.6.3-237-drivers-perf-Check-find_first_bit-return-value.patch + patches.kernel.org/6.6.3-238-media-venus-hfi-add-checks-to-perform-sanity-on.patch + patches.kernel.org/6.6.3-239-perf-intel-pt-Fix-async-branch-flags.patch + patches.kernel.org/6.6.3-240-powerpc-perf-Fix-disabling-BHRB-and-instruction.patch + patches.kernel.org/6.6.3-241-randstruct-Fix-gcc-plugin-performance-mode-to-s.patch + patches.kernel.org/6.6.3-242-spi-Fix-null-dereference-on-suspend.patch + patches.kernel.org/6.6.3-243-bpf-Fix-check_stack_write_fixed_off-to-correctl.patch + patches.kernel.org/6.6.3-244-bpf-Fix-precision-tracking-for-BPF_ALU-BPF_TO_B.patch + patches.kernel.org/6.6.3-245-scsi-mpt3sas-Fix-loop-logic.patch + patches.kernel.org/6.6.3-246-scsi-megaraid_sas-Increase-register-read-retry-.patch + patches.kernel.org/6.6.3-247-scsi-ufs-qcom-Update-PHY-settings-only-when-sca.patch + patches.kernel.org/6.6.3-248-scsi-qla2xxx-Fix-system-crash-due-to-bad-pointe.patch + patches.kernel.org/6.6.3-249-scsi-ufs-core-Fix-racing-issue-between-ufshcd_m.patch + patches.kernel.org/6.6.3-250-x86-shstk-Delay-signal-entry-SSP-write-until-af.patch + patches.kernel.org/6.6.3-251-crypto-x86-sha-load-modules-based-on-CPU-featur.patch + patches.kernel.org/6.6.3-252-x86-PCI-Avoid-PME-from-D3hot-D3cold-for-AMD-Rem.patch + patches.kernel.org/6.6.3-253-x86-apic-msi-Fix-misconfigured-non-maskable-MSI.patch + patches.kernel.org/6.6.3-254-x86-cpu-hygon-Fix-the-CPU-topology-evaluation-f.patch + patches.kernel.org/6.6.3-255-KVM-x86-hyper-v-Don-t-auto-enable-stimer-on-wri.patch + patches.kernel.org/6.6.3-256-KVM-x86-Ignore-MSR_AMD64_TW_CFG-access.patch + patches.kernel.org/6.6.3-257-KVM-x86-Clear-bit12-of-ICR-after-APIC-write-VM-.patch + patches.kernel.org/6.6.3-258-KVM-x86-Fix-lapic-timer-interrupt-lost-after-lo.patch + patches.kernel.org/6.6.3-259-mmc-sdhci-pci-gli-GL9755-Mask-the-replay-timer-.patch + patches.kernel.org/6.6.3-260-sched-psi-fix-unprivileged-polling-against-cgro.patch + patches.kernel.org/6.6.3-261-audit-don-t-take-task_lock-in-audit_exe_compare.patch + patches.kernel.org/6.6.3-262-audit-don-t-WARN_ON_ONCE-current-mm-in-audit_ex.patch + patches.kernel.org/6.6.3-263-proc-sysctl-prevent-aliased-sysctls-from-gettin.patch + patches.kernel.org/6.6.3-264-tty-sysrq-replace-smp_processor_id-with-get_cpu.patch + patches.kernel.org/6.6.3-265-tty-serial-meson-fix-hard-LOCKUP-on-crtscts-mod.patch + patches.kernel.org/6.6.3-266-acpi-processor-sanitize-_OSC-_PDC-capabilities-.patch + patches.kernel.org/6.6.3-267-hvc-xen-fix-console-unplug.patch + patches.kernel.org/6.6.3-268-hvc-xen-fix-error-path-in-xen_hvc_init-to-alway.patch + patches.kernel.org/6.6.3-269-hvc-xen-fix-event-channel-handling-for-secondar.patch + patches.kernel.org/6.6.3-270-PCI-sysfs-Protect-driver-s-D3cold-preference-fr.patch + patches.kernel.org/6.6.3-271-mm-damon-sysfs-remove-requested-targets-when-on.patch + patches.kernel.org/6.6.3-272-mm-damon-sysfs-update-monitoring-target-regions.patch + patches.kernel.org/6.6.3-273-watchdog-move-softlockup_panic-back-to-early_pa.patch + patches.kernel.org/6.6.3-274-iommufd-Fix-missing-update-of-domains_itree-aft.patch + patches.kernel.org/6.6.3-275-fbdev-stifb-Make-the-STI-next-font-pointer-a-32.patch + patches.kernel.org/6.6.3-276-dm-crypt-account-large-pages-in-cc-n_allocated_.patch + patches.kernel.org/6.6.3-277-mm-damon-lru_sort-avoid-divide-by-zero-in-hot-t.patch + patches.kernel.org/6.6.3-278-mm-damon-ops-common-avoid-divide-by-zero-during.patch + patches.kernel.org/6.6.3-279-mm-damon-implement-a-function-for-max-nr_access.patch + patches.kernel.org/6.6.3-280-mm-damon-core-avoid-divide-by-zero-during-monit.patch + patches.kernel.org/6.6.3-281-mm-damon-sysfs-schemes-handle-tried-region-dire.patch + patches.kernel.org/6.6.3-282-mm-damon-sysfs-schemes-handle-tried-regions-sys.patch + patches.kernel.org/6.6.3-283-mm-damon-core.c-avoid-unintentional-filtering-o.patch + patches.kernel.org/6.6.3-284-mm-damon-sysfs-check-error-from-damon_sysfs_upd.patch + patches.kernel.org/6.6.3-285-parisc-Add-nop-instructions-after-TLB-inserts.patch + patches.kernel.org/6.6.3-286-ACPI-resource-Do-IRQ-override-on-TongFang-GMxXG.patch + patches.kernel.org/6.6.3-287-regmap-Ensure-range-selector-registers-are-upda.patch + patches.kernel.org/6.6.3-288-wifi-ath11k-fix-temperature-event-locking.patch + patches.kernel.org/6.6.3-289-wifi-ath11k-fix-dfs-radar-event-locking.patch + patches.kernel.org/6.6.3-290-wifi-ath11k-fix-htt-pktlog-locking.patch + patches.kernel.org/6.6.3-291-wifi-ath11k-fix-gtk-offload-status-event-lockin.patch + patches.kernel.org/6.6.3-292-wifi-ath12k-fix-htt-mlo-offset-event-locking.patch + patches.kernel.org/6.6.3-293-wifi-ath12k-fix-dfs-radar-and-temperature-event.patch + patches.kernel.org/6.6.3-294-mmc-meson-gx-Remove-setting-of-CMD_CFG_ERROR.patch + patches.kernel.org/6.6.3-295-genirq-generic_chip-Make-irq_remove_generic_chi.patch + patches.kernel.org/6.6.3-296-sched-core-Fix-RQCF_ACT_SKIP-leak.patch + patches.kernel.org/6.6.3-297-pmdomain-bcm-bcm2835-power-check-if-the-ASB-reg.patch + patches.kernel.org/6.6.3-298-KEYS-trusted-tee-Refactor-register-SHM-usage.patch + patches.kernel.org/6.6.3-299-KEYS-trusted-Rollback-init_trusted-consistently.patch + patches.kernel.org/6.6.3-300-PCI-keystone-Don-t-discard-.remove-callback.patch + patches.kernel.org/6.6.3-301-PCI-keystone-Don-t-discard-.probe-callback.patch + patches.kernel.org/6.6.3-302-pmdomain-amlogic-Fix-mask-for-the-second-NNA-me.patch + patches.kernel.org/6.6.3-303-arm64-Restrict-CPU_BIG_ENDIAN-to-GNU-as-or-LLVM.patch + patches.kernel.org/6.6.3-304-arm64-module-Fix-PLT-counting-when-CONFIG_RANDO.patch + patches.kernel.org/6.6.3-305-pmdomain-imx-Make-imx-pgc-power-domain-also-set.patch + patches.kernel.org/6.6.3-306-parisc-agp-Use-64-bit-LE-values-in-SBA-IOMMU-PD.patch + patches.kernel.org/6.6.3-307-parisc-pdc-Add-width-field-to-struct-pdc_model.patch + patches.kernel.org/6.6.3-308-parisc-power-Add-power-soft-off-when-running-on.patch + patches.kernel.org/6.6.3-309-cpufreq-stats-Fix-buffer-overflow-detection-in-.patch + patches.kernel.org/6.6.3-310-powercap-intel_rapl-Downgrade-BIOS-locked-limit.patch + patches.kernel.org/6.6.3-311-clk-socfpga-Fix-undefined-behavior-bug-in-struc.patch + patches.kernel.org/6.6.3-312-clk-visconti-Fix-undefined-behavior-bug-in-stru.patch + patches.kernel.org/6.6.3-313-integrity-powerpc-Do-not-select-CA_MACHINE_KEYR.patch + patches.kernel.org/6.6.3-314-clk-qcom-ipq8074-drop-the-CLK_SET_RATE_PARENT-f.patch + patches.kernel.org/6.6.3-315-clk-qcom-ipq6018-drop-the-CLK_SET_RATE_PARENT-f.patch + patches.kernel.org/6.6.3-316-ksmbd-fix-recursive-locking-in-vfs-helpers.patch + patches.kernel.org/6.6.3-317-ksmbd-handle-malformed-smb1-message.patch + patches.kernel.org/6.6.3-318-ksmbd-fix-slab-out-of-bounds-write-in-smb_inher.patch + patches.kernel.org/6.6.3-319-mmc-vub300-fix-an-error-code.patch + patches.kernel.org/6.6.3-320-mmc-sdhci_am654-fix-start-loop-index-for-TAP-va.patch + patches.kernel.org/6.6.3-321-mmc-Add-quirk-MMC_QUIRK_BROKEN_CACHE_FLUSH-for-.patch + patches.kernel.org/6.6.3-322-PCI-qcom-ep-Add-dedicated-callback-for-writing-.patch + patches.kernel.org/6.6.3-323-PCI-ASPM-Fix-L1-substate-handling-in-aspm_attr_.patch + patches.kernel.org/6.6.3-324-PCI-kirin-Don-t-discard-.remove-callback.patch + patches.kernel.org/6.6.3-325-PCI-exynos-Don-t-discard-.remove-callback.patch + patches.kernel.org/6.6.3-326-PCI-Lengthen-reset-delay-for-VideoPropulsion-To.patch + patches.kernel.org/6.6.3-327-wifi-wilc1000-use-vmm_table-as-array-in-wilc-st.patch + patches.kernel.org/6.6.3-328-svcrdma-Drop-connection-after-an-RDMA-Read-erro.patch + patches.kernel.org/6.6.3-329-rcu-tree-Defer-setting-of-jiffies-during-stall-.patch + patches.kernel.org/6.6.3-330-arm64-dts-qcom-ipq6018-Fix-hwlock-index-for-SME.patch + patches.kernel.org/6.6.3-331-dt-bindings-timer-renesas-rz-mtu3-Fix-overflow-.patch + patches.kernel.org/6.6.3-332-PM-hibernate-Use-__get_safe_page-rather-than-to.patch + patches.kernel.org/6.6.3-333-PM-hibernate-Clean-up-sync_read-handling-in-sna.patch + patches.kernel.org/6.6.3-334-rcu-kmemleak-Ignore-kmemleak-false-positives-wh.patch + patches.kernel.org/6.6.3-335-btrfs-don-t-arbitrarily-slow-down-delalloc-if-w.patch + patches.kernel.org/6.6.3-336-thermal-intel-powerclamp-fix-mismatch-in-get-fu.patch + patches.kernel.org/6.6.3-337-arm64-dts-qcom-ipq5332-Fix-hwlock-index-for-SME.patch + patches.kernel.org/6.6.3-338-arm64-dts-qcom-ipq8074-Fix-hwlock-index-for-SME.patch + patches.kernel.org/6.6.3-339-firmware-qcom_scm-use-64-bit-calling-convention.patch + patches.kernel.org/6.6.3-340-ACPI-FPDT-properly-handle-invalid-FPDT-subtable.patch + patches.kernel.org/6.6.3-341-arm64-dts-qcom-ipq9574-Fix-hwlock-index-for-SME.patch + patches.kernel.org/6.6.3-342-arm64-dts-qcom-ipq6018-Fix-tcsr_mutex-register-.patch + patches.kernel.org/6.6.3-343-leds-trigger-netdev-Move-size-check-in-set_devi.patch + patches.kernel.org/6.6.3-344-mfd-qcom-spmi-pmic-Fix-reference-leaks-in-revid.patch + patches.kernel.org/6.6.3-345-mfd-qcom-spmi-pmic-Fix-revid-implementation.patch + patches.kernel.org/6.6.3-346-ima-annotate-iint-mutex-to-avoid-lockdep-false-.patch + patches.kernel.org/6.6.3-347-ima-detect-changes-to-the-backing-overlay-file.patch + patches.kernel.org/6.6.3-348-netfilter-nf_tables-remove-catchall-element-in-.patch + patches.kernel.org/6.6.3-349-netfilter-nf_tables-split-async-and-sync-catcha.patch + patches.kernel.org/6.6.3-350-ASoC-soc-dai-add-flag-to-mute-and-unmute-stream.patch + patches.kernel.org/6.6.3-351-ASoC-codecs-wsa883x-make-use-of-new-mute_unmute.patch + patches.kernel.org/6.6.3-352-selftests-resctrl-Fix-uninitialized-.sa_flags.patch + patches.kernel.org/6.6.3-353-selftests-resctrl-Remove-duplicate-feature-chec.patch + patches.kernel.org/6.6.3-354-selftests-resctrl-Move-_GNU_SOURCE-define-into-.patch + patches.kernel.org/6.6.3-355-selftests-resctrl-Refactor-feature-check-to-use.patch + patches.kernel.org/6.6.3-356-selftests-resctrl-Fix-feature-checks.patch + patches.kernel.org/6.6.3-357-selftests-resctrl-Reduce-failures-due-to-outlie.patch + patches.kernel.org/6.6.3-358-hid-lenovo-Resend-all-settings-on-reset_resume-.patch + patches.kernel.org/6.6.3-359-ASoC-codecs-wsa-macro-fix-uninitialized-stack-v.patch + patches.kernel.org/6.6.3-360-jbd2-fix-potential-data-lost-in-recovering-jour.patch + patches.kernel.org/6.6.3-361-quota-explicitly-forbid-quota-files-from-being-.patch + patches.kernel.org/6.6.3-362-kernel-reboot-emergency_restart-Set-correct-sys.patch + patches.kernel.org/6.6.3-363-scripts-gdb-vmalloc-disable-on-no-MMU.patch + patches.kernel.org/6.6.3-364-fs-use-nth_page-in-place-of-direct-struct-page-.patch + patches.kernel.org/6.6.3-365-mips-use-nth_page-in-place-of-direct-struct-pag.patch + patches.kernel.org/6.6.3-366-i2c-core-Run-atomic-i2c-xfer-when-preemptible.patch + patches.kernel.org/6.6.3-367-selftests-clone3-Fix-broken-test-under-CONFIG_T.patch + patches.kernel.org/6.6.3-368-tracing-Have-the-user-copy-of-synthetic-event-a.patch + patches.kernel.org/6.6.3-369-driver-core-Release-all-resources-during-unbind.patch + patches.kernel.org/6.6.3-370-mcb-fix-error-handling-for-different-scenarios-.patch + patches.kernel.org/6.6.3-371-dmaengine-stm32-mdma-correct-desc-prep-when-cha.patch + patches.kernel.org/6.6.3-372-s390-mm-add-missing-arch_set_page_dat-call-to-v.patch + patches.kernel.org/6.6.3-373-s390-mm-add-missing-arch_set_page_dat-call-to-g.patch + patches.kernel.org/6.6.3-374-s390-cmma-fix-detection-of-DAT-pages.patch + patches.kernel.org/6.6.3-375-mm-cma-use-nth_page-in-place-of-direct-struct-p.patch + patches.kernel.org/6.6.3-376-mm-hugetlb-use-nth_page-in-place-of-direct-stru.patch + patches.kernel.org/6.6.3-377-mm-memory_hotplug-use-pfn-math-in-place-of-dire.patch + patches.kernel.org/6.6.3-378-mm-make-PR_MDWE_REFUSE_EXEC_GAIN-an-unsigned-lo.patch + patches.kernel.org/6.6.3-379-mtd-cfi_cmdset_0001-Byte-swap-OTP-info.patch + patches.kernel.org/6.6.3-380-cxl-region-Do-not-try-to-cleanup-after-cxl_regi.patch + patches.kernel.org/6.6.3-381-i3c-master-cdns-Fix-reading-status-register.patch + patches.kernel.org/6.6.3-382-i3c-master-svc-fix-race-condition-in-ibi-work-t.patch + patches.kernel.org/6.6.3-383-i3c-master-svc-fix-wrong-data-return-when-IBI-h.patch + patches.kernel.org/6.6.3-384-i3c-master-svc-fix-ibi-may-not-return-mandatory.patch + patches.kernel.org/6.6.3-385-i3c-master-svc-fix-check-wrong-status-register-.patch + patches.kernel.org/6.6.3-386-i3c-master-svc-fix-SDA-keep-low-when-polling-IB.patch + patches.kernel.org/6.6.3-387-i3c-master-svc-fix-random-hot-join-failure-sinc.patch + patches.kernel.org/6.6.3-388-cxl-region-Fix-x1-root-decoder-granularity-calc.patch + patches.kernel.org/6.6.3-389-cxl-port-Fix-delete_endpoint-vs-parent-unregist.patch + patches.kernel.org/6.6.3-390-apparmor-Fix-kernel-doc-warnings-in-apparmor-au.patch + patches.kernel.org/6.6.3-391-apparmor-Fix-kernel-doc-warnings-in-apparmor-li.patch + patches.kernel.org/6.6.3-392-apparmor-Fix-kernel-doc-warnings-in-apparmor-re.patch + patches.kernel.org/6.6.3-393-apparmor-Fix-kernel-doc-warnings-in-apparmor-po.patch + patches.kernel.org/6.6.3-394-apparmor-combine-common_audit_data-and-apparmor.patch + patches.kernel.org/6.6.3-395-apparmor-rename-audit_data-label-to-audit_data-.patch + patches.kernel.org/6.6.3-396-apparmor-pass-cred-through-to-audit-info.patch + patches.kernel.org/6.6.3-397-apparmor-Fix-regression-in-mount-mediation.patch + patches.kernel.org/6.6.3-398-Bluetooth-btusb-Add-RTW8852BE-device-13d3-3570-.patch + patches.kernel.org/6.6.3-399-Bluetooth-btusb-Add-0bda-b85b-for-Fn-Link-RTL88.patch + patches.kernel.org/6.6.3-400-drm-amd-display-enable-dsc_clk-even-if-dsc_pg-d.patch + patches.kernel.org/6.6.3-401-torture-Make-torture_hrtimeout_ns-take-an-hrtim.patch + patches.kernel.org/6.6.3-402-rcutorture-Fix-stuttering-races-and-other-issue.patch + patches.kernel.org/6.6.3-403-selftests-resctrl-Remove-bw_report-and-bm_type-.patch + patches.kernel.org/6.6.3-404-selftests-resctrl-Simplify-span-lifetime.patch + patches.kernel.org/6.6.3-405-selftests-resctrl-Make-benchmark-command-const-.patch + patches.kernel.org/6.6.3-406-selftests-resctrl-Extend-signal-handler-coverag.patch + patches.kernel.org/6.6.3-407-parisc-Prevent-booting-64-bit-kernels-on-PA1.x-.patch + patches.kernel.org/6.6.3-408-parisc-pgtable-Do-not-drop-upper-5-address-bits.patch + patches.kernel.org/6.6.3-409-parisc-power-Fix-power-soft-off-when-running-on.patch + patches.kernel.org/6.6.3-410-parisc-fix-mmap_base-calculation-when-stack-gro.patch + patches.kernel.org/6.6.3-411-xhci-Enable-RPM-on-controllers-that-support-low.patch + patches.kernel.org/6.6.3-412-smb3-fix-creating-FIFOs-when-mounting-with-sfu-.patch + patches.kernel.org/6.6.3-413-smb3-fix-touch-h-of-symlink.patch + patches.kernel.org/6.6.3-414-smb3-allow-dumping-session-and-tcon-id-to-impro.patch + patches.kernel.org/6.6.3-415-smb3-fix-caching-of-ctime-on-setxattr.patch + patches.kernel.org/6.6.3-416-smb-client-fix-use-after-free-bug-in-cifs_debug.patch + patches.kernel.org/6.6.3-417-smb-client-fix-use-after-free-in-smb2_query_inf.patch + patches.kernel.org/6.6.3-418-smb-client-fix-potential-deadlock-when-releasin.patch + patches.kernel.org/6.6.3-419-smb-client-fix-mount-when-dns_resolver-key-is-n.patch + patches.kernel.org/6.6.3-420-cifs-reconnect-helper-should-set-reconnect-for-.patch + patches.kernel.org/6.6.3-421-cifs-force-interface-update-before-a-fresh-sess.patch + patches.kernel.org/6.6.3-422-cifs-do-not-reset-chan_max-if-multichannel-is-n.patch + patches.kernel.org/6.6.3-423-cifs-do-not-pass-cifs_sb-when-trying-to-add-cha.patch + patches.kernel.org/6.6.3-424-cifs-Fix-encryption-of-cleared-but-unset-rq_ite.patch + patches.kernel.org/6.6.3-425-xfs-recovery-should-not-clear-di_flushiter-unco.patch + patches.kernel.org/6.6.3-426-btrfs-zoned-wait-for-data-BG-to-be-finished-on-.patch + patches.kernel.org/6.6.3-427-ALSA-info-Fix-potential-deadlock-at-disconnecti.patch + patches.kernel.org/6.6.3-428-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G8.patch + patches.kernel.org/6.6.3-429-ALSA-hda-realtek-Add-Dell-ALC295-to-pin-fall-ba.patch + patches.kernel.org/6.6.3-430-ALSA-hda-realtek-Enable-internal-speaker-of-ASU.patch + patches.kernel.org/6.6.3-431-ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G10.patch + patches.kernel.org/6.6.3-432-ALSA-hda-realtek-Add-quirks-for-HP-Laptops.patch + patches.kernel.org/6.6.3-433-Revert-ncsi-Propagate-carrier-gain-loss-events-.patch + patches.kernel.org/6.6.3-434-Revert-i2c-pxa-move-to-generic-GPIO-recovery.patch + patches.kernel.org/6.6.3-435-lsm-fix-default-return-value-for-vm_enough_memo.patch + patches.kernel.org/6.6.3-436-lsm-fix-default-return-value-for-inode_getsecct.patch + patches.kernel.org/6.6.3-437-sbsa_gwdt-Calculate-timeout-with-64-bit-math.patch + patches.kernel.org/6.6.3-438-i2c-designware-Disable-TX_EMPTY-irq-while-waiti.patch + patches.kernel.org/6.6.3-439-s390-ap-fix-AP-bus-crash-on-early-config-change.patch + patches.kernel.org/6.6.3-440-net-ethtool-Fix-documentation-of-ethtool_sprint.patch + patches.kernel.org/6.6.3-441-net-dsa-lan9303-consequently-nested-lock-physic.patch + patches.kernel.org/6.6.3-442-net-phylink-initialize-carrier-state-at-creatio.patch + patches.kernel.org/6.6.3-443-gfs2-don-t-withdraw-if-init_threads-got-interru.patch + patches.kernel.org/6.6.3-444-i2c-i801-fix-potential-race-in-i801_block_trans.patch + patches.kernel.org/6.6.3-445-f2fs-do-not-return-EFSCORRUPTED-but-try-to-run-.patch + patches.kernel.org/6.6.3-446-f2fs-set-the-default-compress_level-on-ioctl.patch + patches.kernel.org/6.6.3-447-f2fs-avoid-format-overflow-warning.patch + patches.kernel.org/6.6.3-448-f2fs-split-initial-and-dynamic-conditions-for-e.patch + patches.kernel.org/6.6.3-449-media-lirc-drop-trailing-space-from-scancode-tr.patch + patches.kernel.org/6.6.3-450-media-sharp-fix-sharp-encoding.patch + patches.kernel.org/6.6.3-451-media-venus-hfi_parser-Add-check-to-keep-the-nu.patch + patches.kernel.org/6.6.3-452-media-venus-hfi-fix-the-check-to-handle-session.patch + patches.kernel.org/6.6.3-453-media-venus-hfi-add-checks-to-handle-capabiliti.patch + patches.kernel.org/6.6.3-454-media-ccs-Correctly-initialise-try-compose-rect.patch + patches.kernel.org/6.6.3-455-drm-mediatek-dp-fix-memory-leak-on-get_edid-cal.patch + patches.kernel.org/6.6.3-456-drm-mediatek-dp-fix-memory-leak-on-get_edid-cal.patch + patches.kernel.org/6.6.3-457-dm-bufio-fix-no-sleep-mode.patch + patches.kernel.org/6.6.3-458-dm-verity-don-t-use-blocking-calls-from-tasklet.patch + patches.kernel.org/6.6.3-459-nfsd-fix-file-memleak-on-client_opens_release.patch + patches.kernel.org/6.6.3-460-NFSD-Update-nfsd_cache_append-to-use-xdr_stream.patch + patches.kernel.org/6.6.3-461-LoongArch-Mark-__percpu-functions-as-always-inl.patch + patches.kernel.org/6.6.3-462-tracing-fprobe-event-Fix-to-check-tracepoint-ev.patch + patches.kernel.org/6.6.3-463-swiotlb-do-not-free-decrypted-pages-if-dynamic.patch + patches.kernel.org/6.6.3-464-swiotlb-fix-out-of-bounds-TLB-allocations-with-.patch + patches.kernel.org/6.6.3-465-riscv-Using-TOOLCHAIN_HAS_ZIHINTPAUSE-marco-rep.patch + patches.kernel.org/6.6.3-466-riscv-put-interrupt-entries-into-.irqentry.text.patch + patches.kernel.org/6.6.3-467-riscv-mm-Update-the-comment-of-CONFIG_PAGE_OFFS.patch + patches.kernel.org/6.6.3-468-riscv-correct-pt_level-name-via-pgtable_l5-4_en.patch + patches.kernel.org/6.6.3-469-riscv-kprobes-allow-writing-to-x0.patch + patches.kernel.org/6.6.3-470-mmc-sdhci-pci-gli-A-workaround-to-allow-GL9750-.patch + patches.kernel.org/6.6.3-471-mm-fix-for-negative-counter-nr_file_hugepages.patch + patches.kernel.org/6.6.3-472-mm-kmem-drop-__GFP_NOFAIL-when-allocating-objcg.patch + patches.kernel.org/6.6.3-473-mptcp-deal-with-large-GSO-size.patch + patches.kernel.org/6.6.3-474-mptcp-add-validity-check-for-sending-RM_ADDR.patch + patches.kernel.org/6.6.3-475-mptcp-fix-setsockopt-IP_TOS-subflow-locking.patch + patches.kernel.org/6.6.3-476-selftests-mptcp-fix-fastclose-with-csum-failure.patch + patches.kernel.org/6.6.3-477-r8169-fix-network-lost-after-resume-on-DASH-sys.patch + patches.kernel.org/6.6.3-478-r8169-add-handling-DASH-when-DASH-is-disabled.patch + patches.kernel.org/6.6.3-479-mmc-sdhci-pci-gli-GL9750-Mask-the-replay-timer-.patch + patches.kernel.org/6.6.3-480-media-qcom-camss-Fix-pm_domain_on-sequence-in-p.patch + patches.kernel.org/6.6.3-481-media-qcom-camss-Fix-vfe_get-error-jump.patch + patches.kernel.org/6.6.3-482-media-qcom-camss-Fix-VFE-17x-vfe_disable_output.patch + patches.kernel.org/6.6.3-483-media-qcom-camss-Fix-VFE-480-vfe_disable_output.patch + patches.kernel.org/6.6.3-484-media-qcom-camss-Fix-missing-vfe_lite-clocks-ch.patch + patches.kernel.org/6.6.3-485-media-qcom-camss-Fix-set-CSI2_RX_CFG1_VC_MODE-w.patch + patches.kernel.org/6.6.3-486-media-qcom-camss-Fix-invalid-clock-enable-bit-d.patch + patches.kernel.org/6.6.3-487-media-qcom-camss-Fix-csid-gen2-for-test-pattern.patch + patches.kernel.org/6.6.3-488-Revert-HID-logitech-dj-Add-support-for-a-new-li.patch + patches.kernel.org/6.6.3-489-Revert-net-r8169-Disable-multicast-filter-for-R.patch + patches.kernel.org/6.6.3-490-ext4-fix-race-between-writepages-and-remount.patch + patches.kernel.org/6.6.3-491-ext4-no-need-to-generate-from-free-list-in-mbal.patch + patches.kernel.org/6.6.3-492-ext4-make-sure-allocate-pending-entry-not-fail.patch + patches.kernel.org/6.6.3-493-ext4-apply-umask-if-ACL-support-is-disabled.patch + patches.kernel.org/6.6.3-494-ext4-correct-offset-of-gdb-backup-in-non-meta_b.patch + patches.kernel.org/6.6.3-495-ext4-mark-buffer-new-if-it-is-unwritten-to-avoi.patch + patches.kernel.org/6.6.3-496-ext4-correct-return-value-of-ext4_convert_meta_.patch + patches.kernel.org/6.6.3-497-ext4-correct-the-start-block-of-counting-reserv.patch + patches.kernel.org/6.6.3-498-ext4-remove-gdb-backup-copy-for-meta-bg-in-setu.patch + patches.kernel.org/6.6.3-499-ext4-add-missed-brelse-in-update_backups.patch + patches.kernel.org/6.6.3-500-ext4-properly-sync-file-size-update-after-O_SYN.patch + patches.kernel.org/6.6.3-501-ext4-fix-racy-may-inline-data-check-in-dio-writ.patch + patches.kernel.org/6.6.3-502-drm-amd-pm-Handle-non-terminated-overdrive-comm.patch + patches.kernel.org/6.6.3-503-drm-bridge-it66121-get_edid-callback-must-not-r.patch + patches.kernel.org/6.6.3-504-x86-srso-Move-retbleed-IBPB-check-into-existing.patch + patches.kernel.org/6.6.3-505-drm-amd-display-Add-Null-check-for-DPP-resource.patch + patches.kernel.org/6.6.3-506-drm-i915-mtl-Support-HBR3-rate-with-C10-phy-and.patch + patches.kernel.org/6.6.3-507-drm-i915-Bump-GLK-CDCLK-frequency-when-driving-.patch + patches.kernel.org/6.6.3-508-drm-i915-Fix-potential-spectre-vulnerability.patch + patches.kernel.org/6.6.3-509-drm-i915-Flush-WC-GGTT-only-on-required-platfor.patch + patches.kernel.org/6.6.3-510-drm-amd-pm-Fix-error-of-MACO-flag-setting-code.patch + patches.kernel.org/6.6.3-511-drm-amdgpu-smu13-drop-compute-workload-workarou.patch + patches.kernel.org/6.6.3-512-drm-amdgpu-don-t-use-pci_is_thunderbolt_attache.patch + patches.kernel.org/6.6.3-513-drm-amdgpu-fix-GRBM-read-timeout-when-do-mes_se.patch + patches.kernel.org/6.6.3-514-drm-amdgpu-add-a-retry-for-IP-discovery-init.patch + patches.kernel.org/6.6.3-515-drm-amdgpu-don-t-use-ATRM-for-external-devices.patch + patches.kernel.org/6.6.3-516-drm-amdgpu-fix-error-handling-in-amdgpu_vm_init.patch + patches.kernel.org/6.6.3-517-drm-amdgpu-fix-error-handling-in-amdgpu_bo_list.patch + patches.kernel.org/6.6.3-518-drm-amdgpu-lower-CS-errors-to-debug-severity.patch + patches.kernel.org/6.6.3-519-drm-amdgpu-Fix-possible-null-pointer-dereferenc.patch + patches.kernel.org/6.6.3-520-drm-amd-display-Guard-against-invalid-RPTR-WPTR.patch + patches.kernel.org/6.6.3-521-drm-amd-display-Fix-DSC-not-Enabled-on-Direct-M.patch + patches.kernel.org/6.6.3-522-drm-amd-display-fix-a-NULL-pointer-dereference-.patch + patches.kernel.org/6.6.3-523-drm-amd-display-Enable-fast-plane-updates-on-DC.patch + patches.kernel.org/6.6.3-524-drm-amd-display-Clear-dpcd_sink_ext_caps-if-not.patch + patches.kernel.org/6.6.3-525-drm-amd-display-Change-the-DMCUB-mailbox-memory.patch + patches.kernel.org/6.6.3-526-Linux-6.6.3.patch + patches.kernel.org/6.6.4-001-NFSD-Fix-start-of-NFS-reply-pointer-passed-to-n.patch + patches.kernel.org/6.6.4-002-NFSD-Fix-checksum-mismatches-in-the-duplicate-r.patch + patches.kernel.org/6.6.4-003-irqchip-gic-v3-its-Flush-ITS-tables-correctly-i.patch + patches.kernel.org/6.6.4-004-hv-hv_kvp_daemon-Some-small-fixes-for-handling-.patch + patches.kernel.org/6.6.4-005-sched-eevdf-Fix-vruntime-adjustment-on-reweight.patch + patches.kernel.org/6.6.4-006-sched-fair-Fix-the-decision-for-load-balance.patch + patches.kernel.org/6.6.4-007-drm-msm-dsi-use-the-correct-VREG_CTRL_1-value-f.patch + patches.kernel.org/6.6.4-008-s390-ism-ism-driver-implies-smc-protocol.patch + patches.kernel.org/6.6.4-009-rxrpc-Fix-RTT-determination-to-use-any-ACK-as-a.patch + patches.kernel.org/6.6.4-010-rxrpc-Defer-the-response-to-a-PING-ACK-until-we.patch + patches.kernel.org/6.6.4-011-afs-Fix-afs_server_list-to-be-cleaned-up-with-R.patch + patches.kernel.org/6.6.4-012-afs-Make-error-on-cell-lookup-failure-consisten.patch + patches.kernel.org/6.6.4-013-blk-cgroup-avoid-to-warn-rcu_read_lock_held-in-.patch + patches.kernel.org/6.6.4-014-drm-panel-auo-b101uan08.3-Fine-tune-the-panel-p.patch + patches.kernel.org/6.6.4-015-fs-Pass-AT_GETATTR_NOSEC-flag-to-getattr-interf.patch + patches.kernel.org/6.6.4-016-drm-panel-simple-Fix-Innolux-G101ICE-L01-bus-fl.patch + patches.kernel.org/6.6.4-017-drm-panel-simple-Fix-Innolux-G101ICE-L01-timing.patch + patches.kernel.org/6.6.4-018-net-wangxun-fix-kernel-panic-due-to-null-pointe.patch + patches.kernel.org/6.6.4-019-wireguard-use-DEV_STATS_INC.patch + patches.kernel.org/6.6.4-020-octeontx2-pf-Fix-memory-leak-during-interface-d.patch + patches.kernel.org/6.6.4-021-ata-pata_isapnp-Add-missing-error-check-for-dev.patch + patches.kernel.org/6.6.4-022-drm-i915-do-not-clean-GT-table-on-error-path.patch + patches.kernel.org/6.6.4-023-filemap-add-a-per-mapping-stable-writes-flag.patch + patches.kernel.org/6.6.4-024-block-update-the-stable_writes-flag-in-bdev_add.patch + patches.kernel.org/6.6.4-025-libfs-getdents-should-return-0-after-reaching-E.patch + patches.kernel.org/6.6.4-026-drm-rockchip-vop-Fix-color-for-RGB888-BGR888-fo.patch + patches.kernel.org/6.6.4-027-PM-tools-Fix-sleepgraph-syntax-error.patch + patches.kernel.org/6.6.4-028-net-vrf-Move-dstats-structure-to-core.patch + patches.kernel.org/6.6.4-029-net-Move-l-t-d-stats-allocation-to-core-and-con.patch + patches.kernel.org/6.6.4-030-bpf-Fix-dev-s-rx-stats-for-bpf_redirect_peer-tr.patch + patches.kernel.org/6.6.4-031-accel-ivpu-Do-not-initialize-parameters-on-powe.patch + patches.kernel.org/6.6.4-032-accel-ivpu-37xx-Fix-hangs-related-to-MMIO-reset.patch + patches.kernel.org/6.6.4-033-HID-fix-HID-device-resource-race-between-HID-co.patch + patches.kernel.org/6.6.4-034-ipv4-Correct-silence-an-endian-warning-in-__ip_.patch + patches.kernel.org/6.6.4-035-drm-panel-boe-tv101wum-nl6-Fine-tune-Himax83102.patch + patches.kernel.org/6.6.4-036-net-usb-ax88179_178a-fix-failed-operations-duri.patch + patches.kernel.org/6.6.4-037-net-smc-avoid-data-corruption-caused-by-decline.patch + patches.kernel.org/6.6.4-038-s390-ipl-add-missing-IPL_TYPE_ECKD_DUMP-case-to.patch + patches.kernel.org/6.6.4-039-arm64-mm-Fix-rodata-on-when-CONFIG_RODATA_FULL_.patch + patches.kernel.org/6.6.4-040-arm-xen-fix-xen_vcpu_info-allocation-alignment.patch + patches.kernel.org/6.6.4-041-octeontx2-pf-Fix-ntuple-rule-creation-to-direct.patch + patches.kernel.org/6.6.4-042-net-veth-fix-ethtool-stats-reporting.patch + patches.kernel.org/6.6.4-043-amd-xgbe-handle-corner-case-during-sfp-hotplug.patch + patches.kernel.org/6.6.4-044-amd-xgbe-handle-the-corner-case-during-tx-compl.patch + patches.kernel.org/6.6.4-045-amd-xgbe-propagate-the-correct-speed-and-duplex.patch + patches.kernel.org/6.6.4-046-i40e-Fix-adding-unsupported-cloud-filters.patch + patches.kernel.org/6.6.4-047-vsock-test-fix-SEQPACKET-message-bounds-test.patch + patches.kernel.org/6.6.4-048-net-axienet-Fix-check-for-partial-TX-checksum.patch + patches.kernel.org/6.6.4-049-net-ipa-fix-one-GSI-register-field-width.patch + patches.kernel.org/6.6.4-050-afs-Return-ENOENT-if-no-cell-DNS-record-can-be-.patch + patches.kernel.org/6.6.4-051-afs-Fix-file-locking-on-R-O-volumes-to-operate-.patch + patches.kernel.org/6.6.4-052-nvme-blank-out-authentication-fabrics-options-i.patch + patches.kernel.org/6.6.4-053-nvmet-nul-terminate-the-NQNs-passed-in-the-conn.patch + patches.kernel.org/6.6.4-054-USB-dwc3-qcom-fix-resource-leaks-on-probe-defer.patch + patches.kernel.org/6.6.4-055-USB-dwc3-qcom-fix-ACPI-platform-device-leak.patch + patches.kernel.org/6.6.4-056-lockdep-Fix-block-chain-corruption.patch + patches.kernel.org/6.6.4-057-mm-add-a-NO_INHERIT-flag-to-the-PR_SET_MDWE-prc.patch + patches.kernel.org/6.6.4-058-prctl-Disable-prctl-PR_SET_MDWE-on-parisc.patch + patches.kernel.org/6.6.4-059-kselftest-arm64-Fix-output-formatting-for-za-fo.patch + patches.kernel.org/6.6.4-060-drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8280x.patch + patches.kernel.org/6.6.4-061-drm-ast-Disconnect-BMC-if-physical-connector-is.patch + patches.kernel.org/6.6.4-062-thunderbolt-Set-lane-bonding-bit-only-for-downs.patch + patches.kernel.org/6.6.4-063-ACPI-video-Use-acpi_device_fix_up_power_childre.patch + patches.kernel.org/6.6.4-064-ACPI-processor_idle-use-raw_safe_halt-in-acpi_i.patch + patches.kernel.org/6.6.4-065-ACPI-resource-Skip-IRQ-override-on-ASUS-ExpertB.patch + patches.kernel.org/6.6.4-066-ACPI-PM-Add-acpi_device_fix_up_power_children-f.patch + patches.kernel.org/6.6.4-067-swiotlb-xen-provide-the-max_mapping_size-method.patch + patches.kernel.org/6.6.4-068-tls-fix-NULL-deref-on-tls_sw_splice_eof-with-em.patch + patches.kernel.org/6.6.4-069-io_uring-fix-off-by-one-bvec-index.patch + patches.kernel.org/6.6.4-070-bcache-replace-a-mistaken-IS_ERR-by-IS_ERR_OR_N.patch + patches.kernel.org/6.6.4-071-md-fix-bi_status-reporting-in-md_end_clone_io.patch + patches.kernel.org/6.6.4-072-bcache-fixup-multi-threaded-bch_sectors_dirty_i.patch + patches.kernel.org/6.6.4-073-io_uring-fs-consider-link-flags-when-getting-pa.patch + patches.kernel.org/6.6.4-074-s390-dasd-protect-device-queue-against-concurre.patch + patches.kernel.org/6.6.4-075-platform-x86-hp-bioscfg-Simplify-return-check-i.patch + patches.kernel.org/6.6.4-076-platform-x86-hp-bioscfg-move-mutex_lock-down-in.patch + patches.kernel.org/6.6.4-077-platform-x86-hp-bioscfg-Fix-error-handling-in-h.patch + patches.kernel.org/6.6.4-078-dt-bindings-usb-microchip-usb5744-Add-second-su.patch + patches.kernel.org/6.6.4-079-usb-misc-onboard-hub-add-support-for-Microchip-.patch + patches.kernel.org/6.6.4-080-USB-serial-option-add-Luat-Air72-U-series-produ.patch + patches.kernel.org/6.6.4-081-platform-x86-amd-pmc-adjust-getting-DRAM-size-b.patch + patches.kernel.org/6.6.4-082-platform-x86-ideapad-laptop-Set-max_brightness-.patch + patches.kernel.org/6.6.4-083-hv_netvsc-fix-race-of-netvsc-and-VF-register_ne.patch + patches.kernel.org/6.6.4-084-hv_netvsc-Fix-race-of-register_netdevice_notifi.patch + patches.kernel.org/6.6.4-085-hv_netvsc-Mark-VF-as-slave-before-exposing-it-t.patch + patches.kernel.org/6.6.4-086-Revert-usb-phy-add-usb-phy-notify-port-status-A.patch + patches.kernel.org/6.6.4-087-Revert-phy-realtek-usb-Add-driver-for-the-Realt.patch + patches.kernel.org/6.6.4-088-Revert-phy-realtek-usb-Add-driver-for-the-Realt.patch + patches.kernel.org/6.6.4-089-cifs-distribute-channels-across-interfaces-base.patch + patches.kernel.org/6.6.4-090-cifs-account-for-primary-channel-in-the-interfa.patch + patches.kernel.org/6.6.4-091-cifs-fix-leak-of-iface-for-primary-channel.patch + patches.kernel.org/6.6.4-092-ALSA-hda-ASUS-UM5302LA-Added-quirks-for-cs35L41.patch + patches.kernel.org/6.6.4-093-ALSA-hda-realtek-Add-quirks-for-ASUS-2024-Zenbo.patch + patches.kernel.org/6.6.4-094-dm-delay-fix-a-race-between-delay_presuspend-an.patch + patches.kernel.org/6.6.4-095-veth-Use-tstats-per-CPU-traffic-counters.patch + patches.kernel.org/6.6.4-096-bcache-check-return-value-from-btree_node_alloc.patch + patches.kernel.org/6.6.4-097-bcache-prevent-potential-division-by-zero-error.patch + patches.kernel.org/6.6.4-098-bcache-fixup-init-dirty-data-errors.patch + patches.kernel.org/6.6.4-099-bcache-fixup-lock-c-root-error.patch + patches.kernel.org/6.6.4-100-USB-xhci-plat-fix-legacy-PHY-double-init.patch + patches.kernel.org/6.6.4-101-usb-config-fix-iteration-issue-in-usb_get_bos_d.patch + patches.kernel.org/6.6.4-102-usb-cdnsp-Fix-deadlock-issue-during-using-NCM-g.patch + patches.kernel.org/6.6.4-103-USB-serial-option-add-Fibocom-L7xx-modules.patch + patches.kernel.org/6.6.4-104-USB-serial-option-fix-FM101R-GL-defines.patch + patches.kernel.org/6.6.4-105-USB-serial-option-don-t-claim-interface-4-for-Z.patch + patches.kernel.org/6.6.4-106-usb-typec-tcpm-Fix-sink-caps-op-current-check.patch + patches.kernel.org/6.6.4-107-usb-typec-tcpm-Skip-hard-reset-when-in-error-re.patch + patches.kernel.org/6.6.4-108-USB-dwc2-write-HCINT-with-INTMASK-applied.patch + patches.kernel.org/6.6.4-109-usb-dwc3-Fix-default-mode-initialization.patch + patches.kernel.org/6.6.4-110-usb-dwc3-set-the-dma-max_seg_size.patch + patches.kernel.org/6.6.4-111-USB-dwc3-qcom-fix-software-node-leak-on-probe-e.patch + patches.kernel.org/6.6.4-112-USB-dwc3-qcom-fix-wakeup-after-probe-deferral.patch + patches.kernel.org/6.6.4-113-Linux-6.6.4.patch + patches.kernel.org/6.6.5-001-leds-class-Don-t-expose-color-sysfs-entry.patch + patches.kernel.org/6.6.5-002-cifs-Fix-FALLOC_FL_ZERO_RANGE-by-setting-i_size.patch + patches.kernel.org/6.6.5-003-cifs-Fix-FALLOC_FL_INSERT_RANGE-by-setting-i_si.patch + patches.kernel.org/6.6.5-004-smb-client-fix-missing-mode-bits-for-SMB-symlin.patch + patches.kernel.org/6.6.5-005-smb-client-report-correct-st_size-for-SMB-and-N.patch + patches.kernel.org/6.6.5-006-ksmbd-fix-possible-deadlock-in-smb2_open.patch + patches.kernel.org/6.6.5-007-pinctrl-avoid-reload-of-p-state-in-list-iterati.patch + patches.kernel.org/6.6.5-008-firewire-core-fix-possible-memory-leak-in-creat.patch + patches.kernel.org/6.6.5-009-mmc-sdhci-pci-gli-Disable-LPM-during-initializa.patch + patches.kernel.org/6.6.5-010-mmc-sdhci-sprd-Fix-vqmmc-not-shutting-down-afte.patch + patches.kernel.org/6.6.5-011-mmc-cqhci-Increase-recovery-halt-timeout.patch + patches.kernel.org/6.6.5-012-mmc-cqhci-Warn-of-halt-or-task-clear-failure.patch + patches.kernel.org/6.6.5-013-mmc-cqhci-Fix-task-clearing-in-CQE-error-recove.patch + patches.kernel.org/6.6.5-014-mmc-block-Retry-commands-in-CQE-error-recovery.patch + patches.kernel.org/6.6.5-015-mmc-block-Do-not-lose-cache-flush-during-CQE-er.patch + patches.kernel.org/6.6.5-016-mmc-block-Be-sure-to-wait-while-busy-in-CQE-err.patch + patches.kernel.org/6.6.5-017-drm-i915-Also-check-for-VGA-converter-in-eDP-pr.patch + patches.kernel.org/6.6.5-018-ALSA-hda-Disable-power-save-on-KONTRON-SinglePC.patch + patches.kernel.org/6.6.5-019-ALSA-hda-realtek-Headset-Mic-VREF-to-100.patch + patches.kernel.org/6.6.5-020-ALSA-hda-realtek-Add-supported-ALC257-for-Chrom.patch + patches.kernel.org/6.6.5-021-net-libwx-fix-memory-leak-on-msix-entry.patch + patches.kernel.org/6.6.5-022-dm-verity-align-struct-dm_verity_fec_io-properl.patch + patches.kernel.org/6.6.5-023-scsi-Change-SCSI-device-boolean-fields-to-singl.patch + patches.kernel.org/6.6.5-024-scsi-sd-Fix-system-start-for-ATA-devices.patch + patches.kernel.org/6.6.5-025-scsi-ufs-core-Clear-cmd-if-abort-succeeds-in-MC.patch + patches.kernel.org/6.6.5-026-drm-amd-Enable-PCIe-PME-from-D3.patch + patches.kernel.org/6.6.5-027-drm-amdgpu-correct-the-amdgpu-runtime-dereferen.patch + patches.kernel.org/6.6.5-028-drm-amdgpu-Force-order-between-a-read-and-write.patch + patches.kernel.org/6.6.5-029-drm-amdgpu-fix-memory-overflow-in-the-IB-test.patch + patches.kernel.org/6.6.5-030-drm-amdgpu-Update-EEPROM-I2C-address-for-smu-v1.patch + patches.kernel.org/6.6.5-031-drm-amd-display-Include-udelay-when-waiting-for.patch + patches.kernel.org/6.6.5-032-drm-amd-display-Remove-min_dst_y_next_start-che.patch + patches.kernel.org/6.6.5-033-drm-amd-display-Use-DRAM-speed-from-validation-.patch + patches.kernel.org/6.6.5-034-drm-amd-display-Update-min-Z8-residency-time-to.patch + patches.kernel.org/6.6.5-035-drm-amd-display-fix-ABM-disablement.patch + patches.kernel.org/6.6.5-036-drm-amd-display-force-toggle-rate-wa-for-first-.patch + patches.kernel.org/6.6.5-037-dm-verity-initialize-fec-io-before-freeing-it.patch + patches.kernel.org/6.6.5-038-dm-verity-don-t-perform-FEC-for-failed-readahea.patch + patches.kernel.org/6.6.5-039-nvme-check-for-valid-nvme_identify_ns-before-us.patch + patches.kernel.org/6.6.5-040-r8169-fix-deadlock-on-RTL8125-in-jumbo-mtu-mode.patch + patches.kernel.org/6.6.5-041-ACPI-video-Use-acpi_video_device-for-cooling-de.patch + patches.kernel.org/6.6.5-042-io_uring-don-t-allow-discontig-pages-for-IORING.patch + patches.kernel.org/6.6.5-043-iommu-vt-d-Fix-incorrect-cache-invalidation-for.patch + patches.kernel.org/6.6.5-044-io_uring-free-io_buffer_list-entries-via-RCU.patch + patches.kernel.org/6.6.5-045-nouveau-find-the-smallest-page-allocation-to-co.patch + patches.kernel.org/6.6.5-046-powercap-DTPM-Fix-unneeded-conversions-to-micro.patch + patches.kernel.org/6.6.5-047-cpufreq-amd-pstate-Fix-the-return-value-of-amd_.patch + patches.kernel.org/6.6.5-048-dma-buf-fix-check-in-dma_resv_add_fence.patch + patches.kernel.org/6.6.5-049-io_uring-don-t-guard-IORING_OFF_PBUF_RING-with-.patch + patches.kernel.org/6.6.5-050-iommu-Avoid-more-races-around-device-probe.patch + patches.kernel.org/6.6.5-051-bcache-revert-replacing-IS_ERR_OR_NULL-with-IS_.patch + patches.kernel.org/6.6.5-052-ext2-Fix-ki_pos-update-for-DIO-buffered-io-fall.patch + patches.kernel.org/6.6.5-053-iommu-vt-d-Add-MTL-to-quirk-list-to-skip-TE-dis.patch + patches.kernel.org/6.6.5-054-KVM-PPC-Book3S-HV-Fix-KVM_RUN-clobbering-FP-VEC.patch + patches.kernel.org/6.6.5-055-powerpc-Don-t-clobber-f0-vs0-during-fp-altivec-.patch + patches.kernel.org/6.6.5-056-parisc-Mark-ex_table-entries-32-bit-aligned-in-.patch + patches.kernel.org/6.6.5-057-parisc-Mark-ex_table-entries-32-bit-aligned-in-.patch + patches.kernel.org/6.6.5-058-parisc-Use-natural-CPU-alignment-for-bug_table.patch + patches.kernel.org/6.6.5-059-parisc-Mark-lock_aligned-variables-16-byte-alig.patch + patches.kernel.org/6.6.5-060-parisc-Drop-the-HP-UX-ENOSYM-and-EREMOTERELEASE.patch + patches.kernel.org/6.6.5-061-parisc-Mark-jump_table-naturally-aligned.patch + patches.kernel.org/6.6.5-062-parisc-Ensure-32-bit-alignment-on-parisc-unwind.patch + patches.kernel.org/6.6.5-063-parisc-Mark-altinstructions-read-only-and-32-bi.patch + patches.kernel.org/6.6.5-064-btrfs-add-dmesg-output-for-first-mount-and-last.patch + patches.kernel.org/6.6.5-065-btrfs-ref-verify-fix-memory-leaks-in-btrfs_ref_.patch + patches.kernel.org/6.6.5-066-btrfs-fix-off-by-one-when-checking-chunk-map-in.patch + patches.kernel.org/6.6.5-067-btrfs-send-ensure-send_fd-is-writable.patch + patches.kernel.org/6.6.5-068-btrfs-make-error-messages-more-clear-when-getti.patch + patches.kernel.org/6.6.5-069-btrfs-free-the-allocated-memory-if-btrfs_alloc_.patch + patches.kernel.org/6.6.5-070-btrfs-fix-64bit-compat-send-ioctl-arguments-not.patch + patches.kernel.org/6.6.5-071-io_uring-enable-io_mem_alloc-free-to-be-used-in.patch + patches.kernel.org/6.6.5-072-io_uring-kbuf-defer-release-of-mapped-buffer-ri.patch + patches.kernel.org/6.6.5-073-io_uring-kbuf-recycle-freed-mapped-buffer-ring-.patch + patches.kernel.org/6.6.5-074-wifi-cfg80211-fix-CQM-for-non-range-use.patch + patches.kernel.org/6.6.5-075-pinctrl-stm32-Add-check-for-devm_kcalloc.patch + patches.kernel.org/6.6.5-076-pinctrl-stm32-fix-array-read-out-of-bound.patch + patches.kernel.org/6.6.5-077-media-v4l2-subdev-Fix-a-64bit-bug.patch + patches.kernel.org/6.6.5-078-netdevsim-Don-t-accept-device-bound-programs.patch + patches.kernel.org/6.6.5-079-net-rswitch-Fix-type-of-ret-in-rswitch_start_xm.patch + patches.kernel.org/6.6.5-080-net-rswitch-Fix-return-value-in-rswitch_start_x.patch + patches.kernel.org/6.6.5-081-net-rswitch-Fix-missing-dev_kfree_skb_any-in-er.patch + patches.kernel.org/6.6.5-082-ipv4-igmp-fix-refcnt-uaf-issue-when-receiving-i.patch + patches.kernel.org/6.6.5-083-wifi-iwlwifi-mvm-fix-an-error-code-in-iwl_mvm_m.patch + patches.kernel.org/6.6.5-084-wifi-mac80211-do-not-pass-AP_VLAN-vif-pointer-t.patch + patches.kernel.org/6.6.5-085-net-dsa-mv88e6xxx-fix-marvell-6350-switch-probi.patch + patches.kernel.org/6.6.5-086-net-dsa-mv88e6xxx-fix-marvell-6350-probe-crash.patch + patches.kernel.org/6.6.5-087-dpaa2-eth-increase-the-needed-headroom-to-accou.patch + patches.kernel.org/6.6.5-088-dpaa2-eth-recycle-the-RX-buffer-only-after-all-.patch + patches.kernel.org/6.6.5-089-bpf-Add-missed-allocation-hint-for-bpf_mem_cach.patch + patches.kernel.org/6.6.5-090-uapi-propagate-__struct_group-attributes-to-the.patch + patches.kernel.org/6.6.5-091-selftests-net-ipsec-fix-constant-out-of-range.patch + patches.kernel.org/6.6.5-092-selftests-net-fix-a-char-signedness-issue.patch + patches.kernel.org/6.6.5-093-selftests-net-unix-fix-unused-variable-compiler.patch + patches.kernel.org/6.6.5-094-selftests-net-mptcp-fix-uninitialized-variable-.patch + patches.kernel.org/6.6.5-095-octeontx2-af-Fix-possible-buffer-overflow.patch + patches.kernel.org/6.6.5-096-net-stmmac-xgmac-Disable-FPE-MMC-interrupts.patch + patches.kernel.org/6.6.5-097-octeontx2-pf-Fix-adding-mbox-work-queue-entry-w.patch + patches.kernel.org/6.6.5-098-octeontx2-pf-Restore-TC-ingress-police-rules-wh.patch + patches.kernel.org/6.6.5-099-neighbour-Fix-__randomize_layout-crash-in-struc.patch + patches.kernel.org/6.6.5-100-efi-unaccepted-Fix-off-by-one-when-checking-for.patch + patches.kernel.org/6.6.5-101-r8169-prevent-potential-deadlock-in-rtl8169_clo.patch + patches.kernel.org/6.6.5-102-ravb-Fix-races-between-ravb_tx_timeout_work-and.patch + patches.kernel.org/6.6.5-103-ethtool-don-t-propagate-EOPNOTSUPP-from-dumps.patch + patches.kernel.org/6.6.5-104-bpf-sockmap-af_unix-stream-sockets-need-to-hold.patch + patches.kernel.org/6.6.5-105-ice-Fix-VF-Reset-paths-when-interface-in-a-fail.patch + patches.kernel.org/6.6.5-106-net-ravb-Check-return-value-of-reset_control_de.patch + patches.kernel.org/6.6.5-107-net-ravb-Use-pm_runtime_resume_and_get.patch + patches.kernel.org/6.6.5-108-net-ravb-Make-write-access-to-CXR35-first-befor.patch + patches.kernel.org/6.6.5-109-net-ravb-Start-TX-queues-after-HW-initializatio.patch + patches.kernel.org/6.6.5-110-net-ravb-Stop-DMA-in-case-of-failures-on-ravb_o.patch + patches.kernel.org/6.6.5-111-net-ravb-Keep-reverse-order-of-operations-in-ra.patch + patches.kernel.org/6.6.5-112-powerpc-pseries-iommu-enable_ddw-incorrectly-re.patch + patches.kernel.org/6.6.5-113-s390-cmma-fix-handling-of-swapper_pg_dir-and-in.patch + patches.kernel.org/6.6.5-114-drm-amd-display-Refactor-edp-power-control.patch + patches.kernel.org/6.6.5-115-drm-amd-display-Remove-power-sequencing-check.patch + patches.kernel.org/6.6.5-116-cpufreq-imx6q-Don-t-disable-792-Mhz-OPP-unneces.patch + patches.kernel.org/6.6.5-117-iommu-vt-d-Omit-devTLB-invalidation-requests-wh.patch + patches.kernel.org/6.6.5-118-iommu-vt-d-Disable-PCI-ATS-in-legacy-passthroug.patch + patches.kernel.org/6.6.5-119-iommu-vt-d-Make-context-clearing-consistent-wit.patch + patches.kernel.org/6.6.5-120-drm-i915-gsc-Mark-internal-GSC-engine-with-rese.patch + patches.kernel.org/6.6.5-121-drm-panel-starry-2081101qfh032011-53g-Fine-tune.patch + patches.kernel.org/6.6.5-122-drm-panel-nt36523-fix-return-value-check-in-nt3.patch + patches.kernel.org/6.6.5-123-cpufreq-amd-pstate-Fix-scaling_min_freq-and-sca.patch + patches.kernel.org/6.6.5-124-cpufreq-amd-pstate-Only-print-supported-EPP-val.patch + patches.kernel.org/6.6.5-125-drm-amd-pm-fix-a-memleak-in-aldebaran_tables_in.patch + patches.kernel.org/6.6.5-126-iommu-Fix-printk-arg-in-of_iommu_get_resv_regio.patch + patches.kernel.org/6.6.5-127-drm-amd-display-refactor-ILR-to-make-it-work.patch + patches.kernel.org/6.6.5-128-drm-amd-display-Reduce-default-backlight-min-fr.patch + patches.kernel.org/6.6.5-129-drm-amd-display-Simplify-brightness-initializat.patch + patches.kernel.org/6.6.5-130-drm-amd-display-Fix-MPCC-1DLUT-programming.patch + patches.kernel.org/6.6.5-131-vfio-pds-Fix-mutex-lock-magic-lock-warning.patch + patches.kernel.org/6.6.5-132-vfio-pds-Fix-possible-sleep-while-in-atomic-con.patch + patches.kernel.org/6.6.5-133-x86-xen-fix-percpu-vcpu_info-allocation.patch + patches.kernel.org/6.6.5-134-vfio-Drop-vfio_file_iommu_group-stub-to-fudge-a.patch + patches.kernel.org/6.6.5-135-Linux-6.6.5.patch + patches.kernel.org/6.6.6-001-Revert-wifi-cfg80211-fix-CQM-for-non-range-use.patch + patches.kernel.org/6.6.6-002-Linux-6.6.6.patch + patches.kernel.org/6.6.7-001-vdpa-mlx5-preserve-CVQ-vringh-index.patch + patches.kernel.org/6.6.7-002-scsi-sd-Fix-sshdr-use-in-sd_suspend_common.patch + patches.kernel.org/6.6.7-003-hrtimers-Push-pending-hrtimers-away-from-outgoi.patch + patches.kernel.org/6.6.7-004-i2c-designware-Fix-corrupted-memory-seen-in-the.patch + patches.kernel.org/6.6.7-005-i2c-ocores-Move-system-PM-hooks-to-the-NOIRQ-ph.patch + patches.kernel.org/6.6.7-006-netfilter-ipset-fix-race-condition-between-swap.patch + patches.kernel.org/6.6.7-007-nouveau-use-an-rwlock-for-the-event-lock.patch + patches.kernel.org/6.6.7-008-zstd-Fix-array-index-out-of-bounds-UBSAN-warnin.patch + patches.kernel.org/6.6.7-009-tg3-Move-the-rt-x_dropped-counters-to-tg3_napi.patch + patches.kernel.org/6.6.7-010-tg3-Increment-tx_dropped-in-tg3_tso_bug.patch + patches.kernel.org/6.6.7-011-modpost-fix-section-mismatch-message-for-RELA.patch + patches.kernel.org/6.6.7-012-kconfig-fix-memory-leak-from-range-properties.patch + patches.kernel.org/6.6.7-013-drm-amdgpu-Do-not-program-VF-copy-regs-in-mmhub.patch + patches.kernel.org/6.6.7-014-drm-amdgpu-finalizing-mem_partitions-at-the-end.patch + patches.kernel.org/6.6.7-015-drm-amdgpu-correct-chunk_ptr-to-a-pointer-to-ch.patch + patches.kernel.org/6.6.7-016-dm-crypt-start-allocating-with-MAX_ORDER.patch + patches.kernel.org/6.6.7-017-x86-Introduce-ia32_enabled.patch + patches.kernel.org/6.6.7-018-x86-coco-Disable-32-bit-emulation-by-default-on.patch + patches.kernel.org/6.6.7-019-x86-entry-Convert-INT-0x80-emulation-to-IDTENTR.patch + patches.kernel.org/6.6.7-020-x86-entry-Do-not-allow-external-0x80-interrupts.patch + patches.kernel.org/6.6.7-021-x86-tdx-Allow-32-bit-emulation-by-default.patch + patches.kernel.org/6.6.7-022-dt-dt-extract-compatibles-Handle-cfile-argument.patch + patches.kernel.org/6.6.7-023-dt-dt-extract-compatibles-Don-t-follow-symlinks.patch + patches.kernel.org/6.6.7-024-platform-x86-asus-wmi-Move-i8042-filter-install.patch + patches.kernel.org/6.6.7-025-of-dynamic-Fix-of_reconfig_get_state_change-ret.patch + patches.kernel.org/6.6.7-026-platform-x86-wmi-Skip-blocks-with-zero-instance.patch + patches.kernel.org/6.6.7-027-ipv6-fix-potential-NULL-deref-in-fib6_add.patch + patches.kernel.org/6.6.7-028-octeontx2-pf-Add-missing-mutex-lock-in-otx2_get.patch + patches.kernel.org/6.6.7-029-octeontx2-af-Check-return-value-of-nix_get_nixl.patch + patches.kernel.org/6.6.7-030-bpf-Fix-a-verifier-bug-due-to-incorrect-branch-.patch + patches.kernel.org/6.6.7-031-hv_netvsc-rndis_filter-needs-to-select-NLS.patch + patches.kernel.org/6.6.7-032-r8152-Hold-the-rtnl_lock-for-all-of-reset.patch + patches.kernel.org/6.6.7-033-r8152-Add-RTL8152_INACCESSIBLE-checks-to-more-l.patch + patches.kernel.org/6.6.7-034-r8152-Add-RTL8152_INACCESSIBLE-to-r8156b_wait_l.patch + patches.kernel.org/6.6.7-035-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_pre_fir.patch + patches.kernel.org/6.6.7-036-r8152-Add-RTL8152_INACCESSIBLE-to-r8153_aldps_e.patch + patches.kernel.org/6.6.7-037-mlxbf-bootctl-correctly-identify-secure-boot-wi.patch + patches.kernel.org/6.6.7-038-platform-mellanox-Add-null-pointer-checks-for-d.patch + patches.kernel.org/6.6.7-039-platform-mellanox-Check-devm_hwmon_device_regis.patch + patches.kernel.org/6.6.7-040-arcnet-restoring-support-for-multiple-Sohard-Ar.patch + patches.kernel.org/6.6.7-041-octeontx2-pf-consider-both-Rx-and-Tx-packet-sta.patch + patches.kernel.org/6.6.7-042-net-stmmac-fix-FPE-events-losing.patch + patches.kernel.org/6.6.7-043-xsk-Skip-polling-event-check-for-unbound-socket.patch + patches.kernel.org/6.6.7-044-octeontx2-af-fix-a-use-after-free-in-rvu_npa_re.patch + patches.kernel.org/6.6.7-045-ice-Restore-fix-disabling-RX-VLAN-filtering.patch + patches.kernel.org/6.6.7-046-i40e-Fix-unexpected-MFS-warning-message.patch + patches.kernel.org/6.6.7-047-iavf-validate-tx_coalesce_usecs-even-if-rx_coal.patch + patches.kernel.org/6.6.7-048-net-bnxt-fix-a-potential-use-after-free-in-bnxt.patch + patches.kernel.org/6.6.7-049-tcp-fix-mid-stream-window-clamp.patch + patches.kernel.org/6.6.7-050-ionic-fix-snprintf-format-length-warning.patch + patches.kernel.org/6.6.7-051-ionic-Fix-dim-work-handling-in-split-interrupt-.patch + patches.kernel.org/6.6.7-052-ipv4-ip_gre-Avoid-skb_pull-failure-in-ipgre_xmi.patch + patches.kernel.org/6.6.7-053-net-atlantic-Fix-NULL-dereference-of-skb-pointe.patch + patches.kernel.org/6.6.7-054-net-hns-fix-wrong-head-when-modify-the-tx-featu.patch + patches.kernel.org/6.6.7-055-net-hns-fix-fake-link-up-on-xge-port.patch + patches.kernel.org/6.6.7-056-octeontx2-af-Adjust-Tx-credits-when-MCS-externa.patch + patches.kernel.org/6.6.7-057-octeontx2-af-Fix-mcs-sa-cam-entries-size.patch + patches.kernel.org/6.6.7-058-octeontx2-af-Fix-mcs-stats-register-address.patch + patches.kernel.org/6.6.7-059-octeontx2-af-Add-missing-mcs-flr-handler-call.patch + patches.kernel.org/6.6.7-060-octeontx2-af-Update-Tx-link-register-range.patch + patches.kernel.org/6.6.7-061-dt-bindings-interrupt-controller-Allow-power-do.patch + patches.kernel.org/6.6.7-062-netfilter-bpf-fix-bad-registration-on-nf_defrag.patch + patches.kernel.org/6.6.7-063-netfilter-nf_tables-fix-exist-matching-on-bigen.patch + patches.kernel.org/6.6.7-064-netfilter-nf_tables-bail-out-on-mismatching-dyn.patch + patches.kernel.org/6.6.7-065-netfilter-nf_tables-validate-family-when-identi.patch + patches.kernel.org/6.6.7-066-netfilter-xt_owner-Fix-for-unsafe-access-of-sk-.patch + patches.kernel.org/6.6.7-067-tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch + patches.kernel.org/6.6.7-068-net-dsa-mv88e6xxx-Restore-USXGMII-support-for-6.patch + patches.kernel.org/6.6.7-069-net-tls-update-curr-on-splice-as-well.patch + patches.kernel.org/6.6.7-070-bpf-sockmap-updating-the-sg-structure-should-al.patch + patches.kernel.org/6.6.7-071-psample-Require-CAP_NET_ADMIN-when-joining-pack.patch + patches.kernel.org/6.6.7-072-drop_monitor-Require-CAP_SYS_ADMIN-when-joining.patch + patches.kernel.org/6.6.7-073-net-dsa-microchip-provide-a-list-of-valid-proto.patch + patches.kernel.org/6.6.7-074-net-smc-fix-missing-byte-order-conversion-in-CL.patch + patches.kernel.org/6.6.7-075-drm-amd-amdgpu-amdgpu_doorbell_mgr-Correct-misd.patch + patches.kernel.org/6.6.7-076-drm-amdkfd-get-doorbell-s-absolute-offset-based.patch + patches.kernel.org/6.6.7-077-mm-damon-sysfs-eliminate-potential-uninitialize.patch + patches.kernel.org/6.6.7-078-tee-optee-Fix-supplicant-based-device-enumerati.patch + patches.kernel.org/6.6.7-079-RDMA-core-Fix-uninit-value-access-in-ib_get_eth.patch + patches.kernel.org/6.6.7-080-RDMA-hns-Fix-unnecessary-err-return-when-using-.patch + patches.kernel.org/6.6.7-081-RDMA-irdma-Do-not-modify-to-SQD-on-error.patch + patches.kernel.org/6.6.7-082-RDMA-irdma-Add-wait-for-suspend-on-SQD.patch + patches.kernel.org/6.6.7-083-arm64-dts-rockchip-Expand-reg-size-of-vdec-node.patch + patches.kernel.org/6.6.7-084-arm64-dts-rockchip-Expand-reg-size-of-vdec-node.patch + patches.kernel.org/6.6.7-085-ASoC-fsl_sai-Fix-no-frame-sync-clock-issue-on-i.patch + patches.kernel.org/6.6.7-086-RDMA-rtrs-srv-Do-not-unconditionally-enable-irq.patch + patches.kernel.org/6.6.7-087-RDMA-rtrs-clt-Start-hb-after-path_up.patch + patches.kernel.org/6.6.7-088-RDMA-rtrs-srv-Check-return-values-while-process.patch + patches.kernel.org/6.6.7-089-RDMA-rtrs-srv-Free-srv_mr-iu-only-when-always_i.patch + patches.kernel.org/6.6.7-090-RDMA-rtrs-srv-Destroy-path-files-after-making-s.patch + patches.kernel.org/6.6.7-091-RDMA-rtrs-clt-Fix-the-max_send_wr-setting.patch + patches.kernel.org/6.6.7-092-RDMA-rtrs-clt-Remove-the-warnings-for-req-in_us.patch + patches.kernel.org/6.6.7-093-RDMA-bnxt_re-Correct-module-description-string.patch + patches.kernel.org/6.6.7-094-RDMA-irdma-Fix-UAF-in-irdma_sc_ccq_get_cqe_info.patch + patches.kernel.org/6.6.7-095-arm64-dt-imx93-tqma9352-mba93xxla-Fix-LPUART2-p.patch + patches.kernel.org/6.6.7-096-ARM-dts-imx6q-skov-fix-ethernet-clock-regressio.patch + patches.kernel.org/6.6.7-097-ARM-dts-rockchip-Fix-sdmmc_pwren-s-pinmux-setti.patch + patches.kernel.org/6.6.7-098-ARM-dts-bcm2711-rpi-400-Fix-delete-node-of-led_.patch + patches.kernel.org/6.6.7-099-hwmon-acpi_power_meter-Fix-4.29-MW-bug.patch + patches.kernel.org/6.6.7-100-ASoC-codecs-lpass-tx-macro-set-active_decimator.patch + patches.kernel.org/6.6.7-101-hwmon-nzxt-kraken2-Fix-error-handling-path-in-k.patch + patches.kernel.org/6.6.7-102-firmware-arm_scmi-Extend-perf-protocol-ops-to-g.patch + patches.kernel.org/6.6.7-103-firmware-arm_scmi-Extend-perf-protocol-ops-to-g.patch + patches.kernel.org/6.6.7-104-firmware-arm_scmi-Fix-frequency-truncation-by-p.patch + patches.kernel.org/6.6.7-105-firmware-arm_scmi-Simplify-error-path-in-scmi_d.patch + patches.kernel.org/6.6.7-106-firmware-arm_scmi-Fix-possible-frequency-trunca.patch + patches.kernel.org/6.6.7-107-ASoC-wm_adsp-fix-memleak-in-wm_adsp_buffer_popu.patch + patches.kernel.org/6.6.7-108-RDMA-core-Fix-umem-iterator-when-PAGE_SIZE-is-g.patch + patches.kernel.org/6.6.7-109-RDMA-irdma-Ensure-iWarp-QP-queue-memory-is-OS-p.patch + patches.kernel.org/6.6.7-110-RDMA-irdma-Fix-support-for-64k-pages.patch + patches.kernel.org/6.6.7-111-RDMA-irdma-Avoid-free-the-non-cqp_request-scrat.patch + patches.kernel.org/6.6.7-112-drm-bridge-tc358768-select-CONFIG_VIDEOMODE_HEL.patch + patches.kernel.org/6.6.7-113-arm64-dts-imx8mp-imx8mq-Add-parkmode-disable-ss.patch + patches.kernel.org/6.6.7-114-ARM-dts-imx6ul-pico-Describe-the-Ethernet-PHY-c.patch + patches.kernel.org/6.6.7-115-io_uring-kbuf-Fix-an-NULL-vs-IS_ERR-bug-in-io_a.patch + patches.kernel.org/6.6.7-116-io_uring-kbuf-check-for-buffer-list-readiness-a.patch + patches.kernel.org/6.6.7-117-tracing-Fix-a-warning-when-allocating-buffered-.patch + patches.kernel.org/6.6.7-118-scsi-be2iscsi-Fix-a-memleak-in-beiscsi_init_wrb.patch + patches.kernel.org/6.6.7-119-arm64-dts-imx8-ss-lsio-Add-PWM-interrupts.patch + patches.kernel.org/6.6.7-120-arm64-dts-freescale-imx8-ss-lsio-Fix-pwm-cells.patch + patches.kernel.org/6.6.7-121-arm64-dts-imx93-correct-mediamix-power.patch + patches.kernel.org/6.6.7-122-ARM-imx-Check-return-value-of-devm_kasprintf-in.patch + patches.kernel.org/6.6.7-123-arm64-dts-imx8-apalis-set-wifi-regulator-to-alw.patch + patches.kernel.org/6.6.7-124-ARM-dts-imx7-Declare-timers-compatible-with-fsl.patch + patches.kernel.org/6.6.7-125-ARM-dts-imx28-xea-Pass-the-model-property.patch + patches.kernel.org/6.6.7-126-arm64-dts-rockchip-Fix-eMMC-Data-Strobe-PD-on-r.patch + patches.kernel.org/6.6.7-127-riscv-fix-misaligned-access-handling-of-C.SWSP-.patch + patches.kernel.org/6.6.7-128-riscv-errata-andes-Probe-for-IOCP-only-once-in-.patch + patches.kernel.org/6.6.7-129-md-don-t-leave-MD_RECOVERY_FROZEN-in-error-path.patch + patches.kernel.org/6.6.7-130-kernel-Kconfig.kexec-drop-select-of-KEXEC-for-C.patch + patches.kernel.org/6.6.7-131-scripts-gdb-fix-lx-device-list-bus-and-lx-devic.patch + patches.kernel.org/6.6.7-132-rethook-Use-__rcu-pointer-for-rethook-handler.patch + patches.kernel.org/6.6.7-133-ASoC-amd-yc-Fix-non-functional-mic-on-ASUS-E150.patch + patches.kernel.org/6.6.7-134-io_uring-af_unix-disable-sending-io_uring-over-.patch + patches.kernel.org/6.6.7-135-nvme-pci-Add-sleep-quirk-for-Kingston-drives.patch + patches.kernel.org/6.6.7-136-io_uring-fix-mutex_unlock-with-unreferenced-ctx.patch + patches.kernel.org/6.6.7-137-ALSA-usb-audio-Add-Pioneer-DJM-450-mixer-contro.patch + patches.kernel.org/6.6.7-138-ALSA-pcm-fix-out-of-bounds-in-snd_pcm_state_nam.patch + patches.kernel.org/6.6.7-139-ALSA-hda-realtek-Apply-quirk-for-ASUS-UM3504DA.patch + patches.kernel.org/6.6.7-140-ALSA-hda-realtek-fix-speakers-on-XPS-9530-2023.patch + patches.kernel.org/6.6.7-141-ALSA-hda-realtek-Enable-headset-on-Lenovo-M90-G.patch + patches.kernel.org/6.6.7-142-ALSA-hda-realtek-add-new-Framework-laptop-to-qu.patch + patches.kernel.org/6.6.7-143-ALSA-hda-realtek-Add-Framework-laptop-16-to-qui.patch + patches.kernel.org/6.6.7-144-ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro-.patch + patches.kernel.org/6.6.7-145-ring-buffer-Test-last-update-in-32bit-version-o.patch + patches.kernel.org/6.6.7-146-ring-buffer-Force-absolute-timestamp-on-discard.patch + patches.kernel.org/6.6.7-147-highmem-fix-a-memory-copy-problem-in-memcpy_fro.patch + patches.kernel.org/6.6.7-148-nilfs2-fix-missing-error-check-for-sb_set_block.patch + patches.kernel.org/6.6.7-149-nilfs2-prevent-WARNING-in-nilfs_sufile_set_segm.patch + patches.kernel.org/6.6.7-150-lib-group_cpus.c-avoid-acquiring-cpu-hotplug-lo.patch + patches.kernel.org/6.6.7-151-cgroup_freezer-cgroup_freezing-Check-if-not-fro.patch + patches.kernel.org/6.6.7-152-checkstack-fix-printed-address.patch + patches.kernel.org/6.6.7-153-tracing-Always-update-snapshot-buffer-size.patch + patches.kernel.org/6.6.7-154-tracing-Stop-current-tracer-when-resizing-buffe.patch + patches.kernel.org/6.6.7-155-tracing-Disable-snapshot-buffer-when-stopping-i.patch + patches.kernel.org/6.6.7-156-tracing-Fix-incomplete-locking-when-disabling-b.patch + patches.kernel.org/6.6.7-157-tracing-Fix-a-possible-race-when-disabling-buff.patch + patches.kernel.org/6.6.7-158-leds-trigger-netdev-fix-RTNL-handling-to-preven.patch + patches.kernel.org/6.6.7-159-nfp-flower-fix-for-take-a-mutex-lock-in-soft-ir.patch + patches.kernel.org/6.6.7-160-packet-Move-reference-count-in-packet_sock-to-a.patch + patches.kernel.org/6.6.7-161-r8169-fix-rtl8125b-PAUSE-frames-blasting-when-s.patch + patches.kernel.org/6.6.7-162-regmap-fix-bogus-error-on-regcache_sync-success.patch + patches.kernel.org/6.6.7-163-platform-surface-aggregator-fix-recv_buf-return.patch + patches.kernel.org/6.6.7-164-workqueue-Make-sure-that-wq_unbound_cpumask-is-.patch + patches.kernel.org/6.6.7-165-hugetlb-fix-null-ptr-deref-in-hugetlb_vma_lock_.patch + patches.kernel.org/6.6.7-166-drivers-base-cpu-crash-data-showing-should-depe.patch + patches.kernel.org/6.6.7-167-mm-memory_hotplug-add-missing-mem_hotplug_lock.patch + patches.kernel.org/6.6.7-168-mm-fix-oops-when-filemap_map_pmd-without-preall.patch + patches.kernel.org/6.6.7-169-mm-memory_hotplug-fix-error-handling-in-add_mem.patch + patches.kernel.org/6.6.7-170-powercap-DTPM-Fix-missing-cpufreq_cpu_put-calls.patch + patches.kernel.org/6.6.7-171-md-raid6-use-valid-sector-values-to-determine-i.patch + patches.kernel.org/6.6.7-172-drm-atomic-helpers-Invoke-end_fb_access-while-o.patch + patches.kernel.org/6.6.7-173-drm-i915-mst-Fix-.mode_valid_ctx-return-values.patch + patches.kernel.org/6.6.7-174-drm-i915-mst-Reject-modes-that-require-the-bigj.patch + patches.kernel.org/6.6.7-175-drm-i915-Skip-some-timing-checks-on-BXT-GLK-DSI.patch + patches.kernel.org/6.6.7-176-arm64-dts-mt7986-change-cooling-trips.patch + patches.kernel.org/6.6.7-177-arm64-dts-mt7986-define-3W-max-power-to-both-SF.patch + patches.kernel.org/6.6.7-178-arm64-dts-mt7986-fix-emmc-hs400-mode-without-ub.patch + patches.kernel.org/6.6.7-179-arm64-dts-mediatek-mt7622-fix-memory-node-warni.patch + patches.kernel.org/6.6.7-180-arm64-dts-mediatek-mt8183-kukui-jacuzzi-fix-dsi.patch + patches.kernel.org/6.6.7-181-arm64-dts-mediatek-cherry-Fix-interrupt-cells-f.patch + patches.kernel.org/6.6.7-182-arm64-dts-mediatek-mt8173-evb-Fix-regulator-fix.patch + patches.kernel.org/6.6.7-183-arm64-dts-mediatek-mt8195-Fix-PM-suspend-resume.patch + patches.kernel.org/6.6.7-184-arm64-dts-mediatek-mt8183-Fix-unit-address-for-.patch + patches.kernel.org/6.6.7-185-arm64-dts-mediatek-mt8183-Move-thermal-zones-to.patch + patches.kernel.org/6.6.7-186-arm64-dts-mediatek-mt8183-evb-Fix-unit_address_.patch + patches.kernel.org/6.6.7-187-arm64-dts-mediatek-mt8186-fix-clock-names-for-p.patch + patches.kernel.org/6.6.7-188-arm64-dts-mediatek-mt8186-Change-gpu-speedbin-n.patch + patches.kernel.org/6.6.7-189-coresight-etm4x-Remove-bogous-__exit-annotation.patch + patches.kernel.org/6.6.7-190-coresight-Fix-crash-when-Perf-and-sysfs-modes-a.patch + patches.kernel.org/6.6.7-191-hwtracing-hisi_ptt-Add-dummy-callback-pmu-read.patch + patches.kernel.org/6.6.7-192-coresight-ultrasoc-smb-Fix-sleep-while-close-pr.patch + patches.kernel.org/6.6.7-193-coresight-ultrasoc-smb-Config-SMB-buffer-before.patch + patches.kernel.org/6.6.7-194-coresight-ultrasoc-smb-Fix-uninitialized-before.patch + patches.kernel.org/6.6.7-195-misc-mei-client.c-return-negative-error-code-in.patch + patches.kernel.org/6.6.7-196-misc-mei-client.c-fix-problem-of-return-EOVERFL.patch + patches.kernel.org/6.6.7-197-perf-vendor-events-arm64-AmpereOne-Add-missing-.patch + patches.kernel.org/6.6.7-198-LoongArch-BPF-Don-t-sign-extend-memory-load-ope.patch + patches.kernel.org/6.6.7-199-LoongArch-BPF-Don-t-sign-extend-function-return.patch + patches.kernel.org/6.6.7-200-parisc-Reduce-size-of-the-bug_table-on-64-bit-k.patch + patches.kernel.org/6.6.7-201-parisc-Fix-asm-operand-number-out-of-range-buil.patch + patches.kernel.org/6.6.7-202-arm64-dts-mediatek-add-missing-space-before.patch + patches.kernel.org/6.6.7-203-arm64-dts-mt8183-kukui-Fix-underscores-in-node-.patch + patches.kernel.org/6.6.7-204-drm-amdgpu-disable-MCBP-by-default.patch + patches.kernel.org/6.6.7-205-perf-Fix-perf_event_validate_size.patch + patches.kernel.org/6.6.7-206-x86-sev-Fix-kernel-crash-due-to-late-update-to-.patch + patches.kernel.org/6.6.7-207-gpiolib-sysfs-Fix-error-handling-on-failed-expo.patch + patches.kernel.org/6.6.7-208-ASoC-ops-add-correct-range-check-for-limiting-v.patch + patches.kernel.org/6.6.7-209-kprobes-consistent-rcu-api-usage-for-kretprobe-.patch + patches.kernel.org/6.6.7-210-usb-gadget-f_hid-fix-report-descriptor-allocati.patch + patches.kernel.org/6.6.7-211-nvmem-Do-not-expect-fixed-layouts-to-grab-a-lay.patch + patches.kernel.org/6.6.7-212-serial-8250_dw-Add-ACPI-ID-for-Granite-Rapids-D.patch + patches.kernel.org/6.6.7-213-serial-ma35d1-Validate-console-index-before-ass.patch + patches.kernel.org/6.6.7-214-parport-Add-support-for-Brainboxes-IX-UC-PX-par.patch + patches.kernel.org/6.6.7-215-cifs-Fix-non-availability-of-dedup-breaking-gen.patch + patches.kernel.org/6.6.7-216-Revert-xhci-Loosen-RPM-as-default-policy-to-cov.patch + patches.kernel.org/6.6.7-217-smb-client-fix-potential-NULL-deref-in-parse_df.patch + patches.kernel.org/6.6.7-218-usb-typec-class-fix-typec_altmode_put_partner-t.patch + patches.kernel.org/6.6.7-219-ARM-PL011-Fix-DMA-support.patch + patches.kernel.org/6.6.7-220-serial-sc16is7xx-address-RX-timeout-interrupt-e.patch + patches.kernel.org/6.6.7-221-serial-8250-8250_omap-Clear-UART_HAS_RHR_IT_DIS.patch + patches.kernel.org/6.6.7-222-serial-8250-8250_omap-Do-not-start-RX-DMA-on-TH.patch + patches.kernel.org/6.6.7-223-serial-8250_omap-Add-earlycon-support-for-the-A.patch + patches.kernel.org/6.6.7-224-devcoredump-Send-uevent-once-devcd-is-ready.patch + patches.kernel.org/6.6.7-225-x86-CPU-AMD-Check-vendor-in-the-AMD-microcode-c.patch + patches.kernel.org/6.6.7-226-powerpc-ftrace-Fix-stack-teardown-in-ftrace_no_.patch + patches.kernel.org/6.6.7-227-USB-gadget-core-adjust-uevent-timing-on-gadget-.patch + patches.kernel.org/6.6.7-228-cifs-Fix-flushing-invalidation-and-file-size-wi.patch + patches.kernel.org/6.6.7-229-cifs-Fix-flushing-invalidation-and-file-size-wi.patch + patches.kernel.org/6.6.7-230-MIPS-kernel-Clear-FPU-states-when-setting-up-ke.patch + patches.kernel.org/6.6.7-231-KVM-s390-mm-Properly-reset-no-dat.patch + patches.kernel.org/6.6.7-232-KVM-SVM-Update-EFER-software-model-on-CR0-trap-.patch + patches.kernel.org/6.6.7-233-perf-list-Fix-JSON-segfault-by-setting-the-used.patch + patches.kernel.org/6.6.7-234-perf-metrics-Avoid-segv-if-default-metricgroup-.patch + patches.kernel.org/6.6.7-235-MIPS-Loongson64-Reserve-vgabios-memory-on-boot.patch + patches.kernel.org/6.6.7-236-MIPS-Loongson64-Handle-more-memory-types-passed.patch + patches.kernel.org/6.6.7-237-MIPS-Loongson64-Enable-DMA-noncoherent-support.patch + patches.kernel.org/6.6.7-238-netfilter-nft_set_pipapo-skip-inactive-elements.patch + patches.kernel.org/6.6.7-239-ASoC-qcom-sc8280xp-Limit-speaker-digital-volume.patch + patches.kernel.org/6.6.7-240-gcc-plugins-randstruct-Update-code-comment-in-r.patch + patches.kernel.org/6.6.7-241-riscv-Kconfig-Add-select-ARM_AMBA-to-SOC_STARFI.patch + patches.kernel.org/6.6.7-242-drm-amdgpu-Fix-refclk-reporting-for-SMU-v13.0.6.patch + patches.kernel.org/6.6.7-243-drm-amdgpu-update-retry-times-for-psp-BL-wait.patch + patches.kernel.org/6.6.7-244-drm-amdgpu-Restrict-extended-wait-to-PSP-v13.0..patch + patches.kernel.org/6.6.7-245-Linux-6.6.7.patch + patches.kernel.org/6.6.8-001-r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2.patch + patches.kernel.org/6.6.8-002-ext4-fix-warning-in-ext4_dio_write_end_io.patch + patches.kernel.org/6.6.8-003-ksmbd-fix-memory-leak-in-smb2_lock.patch + patches.kernel.org/6.6.8-004-efi-x86-Avoid-physical-KASLR-on-older-Dell-syst.patch + patches.kernel.org/6.6.8-005-afs-Fix-refcount-underflow-from-error-handling-.patch + patches.kernel.org/6.6.8-006-HID-lenovo-Restrict-detection-of-patched-firmwa.patch + patches.kernel.org/6.6.8-007-net-mlx5e-Honor-user-choice-of-IPsec-replay-win.patch + patches.kernel.org/6.6.8-008-net-mlx5e-Ensure-that-IPsec-sequence-packet-num.patch + patches.kernel.org/6.6.8-009-net-mlx5e-Unify-esw-and-normal-IPsec-status-tab.patch + patches.kernel.org/6.6.8-010-net-mlx5e-Tidy-up-IPsec-NAT-T-SA-discovery.patch + patches.kernel.org/6.6.8-011-net-mlx5e-Reduce-eswitch-mode_lock-protection-c.patch + patches.kernel.org/6.6.8-012-net-mlx5e-Check-the-number-of-elements-before-w.patch + patches.kernel.org/6.6.8-013-RDMA-mlx5-Send-events-from-IB-driver-about-devi.patch + patches.kernel.org/6.6.8-014-net-mlx5e-Disable-IPsec-offload-support-if-not-.patch + patches.kernel.org/6.6.8-015-net-mlx5e-Fix-possible-deadlock-on-mlx5e_tx_tim.patch + patches.kernel.org/6.6.8-016-net-mlx5e-TC-Don-t-offload-post-action-rule-if-.patch + patches.kernel.org/6.6.8-017-net-mlx5-Nack-sync-reset-request-when-HotPlug-i.patch + patches.kernel.org/6.6.8-018-net-mlx5e-Check-netdev-pointer-before-checking-.patch + patches.kernel.org/6.6.8-019-net-mlx5-Fix-a-NULL-vs-IS_ERR-check.patch + patches.kernel.org/6.6.8-020-net-ipv6-support-reporting-otherwise-unknown-pr.patch + patches.kernel.org/6.6.8-021-qca_debug-Prevent-crash-on-TX-ring-changes.patch + patches.kernel.org/6.6.8-022-qca_debug-Fix-ethtool-G-iface-tx-behavior.patch + patches.kernel.org/6.6.8-023-qca_spi-Fix-reset-behavior.patch + patches.kernel.org/6.6.8-024-bnxt_en-Clear-resource-reservation-during-resum.patch + patches.kernel.org/6.6.8-025-bnxt_en-Fix-skb-recycling-logic-in-bnxt_deliver.patch + patches.kernel.org/6.6.8-026-bnxt_en-Fix-wrong-return-value-check-in-bnxt_cl.patch + patches.kernel.org/6.6.8-027-bnxt_en-Fix-HWTSTAMP_FILTER_ALL-packet-timestam.patch + patches.kernel.org/6.6.8-028-atm-solos-pci-Fix-potential-deadlock-on-cli_que.patch + patches.kernel.org/6.6.8-029-atm-solos-pci-Fix-potential-deadlock-on-tx_queu.patch + patches.kernel.org/6.6.8-030-net-fec-correct-queue-selection.patch + patches.kernel.org/6.6.8-031-octeontx2-af-fix-a-use-after-free-in-rvu_nix_re.patch + patches.kernel.org/6.6.8-032-net-sched-act_ct-Take-per-cb-reference-to-tcf_c.patch + patches.kernel.org/6.6.8-033-octeon_ep-explicitly-test-for-firmware-ready-va.patch + patches.kernel.org/6.6.8-034-octeontx2-pf-Fix-promisc-mcam-entry-action.patch + patches.kernel.org/6.6.8-035-octeontx2-af-Update-RSS-algorithm-index.patch + patches.kernel.org/6.6.8-036-octeontx2-af-Fix-pause-frame-configuration.patch + patches.kernel.org/6.6.8-037-atm-Fix-Use-After-Free-in-do_vcc_ioctl.patch + patches.kernel.org/6.6.8-038-net-rose-Fix-Use-After-Free-in-rose_ioctl.patch + patches.kernel.org/6.6.8-039-iavf-Introduce-new-state-machines-for-flow-dire.patch + patches.kernel.org/6.6.8-040-iavf-Handle-ntuple-on-off-based-on-new-state-ma.patch + patches.kernel.org/6.6.8-041-iavf-Fix-iavf_shutdown-to-call-iavf_remove-inst.patch + patches.kernel.org/6.6.8-042-qed-Fix-a-potential-use-after-free-in-qed_cxt_t.patch + patches.kernel.org/6.6.8-043-net-Remove-acked-SYN-flag-from-packet-in-the-tr.patch + patches.kernel.org/6.6.8-044-net-ena-Destroy-correct-number-of-xdp-queues-up.patch + patches.kernel.org/6.6.8-045-net-ena-Fix-xdp-drops-handling-due-to-multibuf-.patch + patches.kernel.org/6.6.8-046-net-ena-Fix-DMA-syncing-in-XDP-path-when-SWIOTL.patch + patches.kernel.org/6.6.8-047-net-ena-Fix-XDP-redirection-error.patch + patches.kernel.org/6.6.8-048-stmmac-dwmac-loongson-Make-sure-MDIO-is-initial.patch + patches.kernel.org/6.6.8-049-sign-file-Fix-incorrect-return-values-check.patch + patches.kernel.org/6.6.8-050-vsock-virtio-Fix-unsigned-integer-wrap-around-i.patch + patches.kernel.org/6.6.8-051-dpaa2-switch-fix-size-of-the-dma_unmap.patch + patches.kernel.org/6.6.8-052-dpaa2-switch-do-not-ask-for-MDB-VLAN-and-FDB-re.patch + patches.kernel.org/6.6.8-053-net-stmmac-dwmac-qcom-ethqos-Fix-drops-in-10M-S.patch + patches.kernel.org/6.6.8-054-net-stmmac-Handle-disabled-MDIO-busses-from-dev.patch + patches.kernel.org/6.6.8-055-appletalk-Fix-Use-After-Free-in-atalk_ioctl.patch + patches.kernel.org/6.6.8-056-net-atlantic-fix-double-free-in-ring-reinit-log.patch + patches.kernel.org/6.6.8-057-cred-switch-to-using-atomic_long_t.patch + patches.kernel.org/6.6.8-058-cred-get-rid-of-CONFIG_DEBUG_CREDENTIALS.patch + patches.kernel.org/6.6.8-059-HID-i2c-hid-Add-IDEA5002-to-i2c_hid_acpi_blackl.patch + patches.kernel.org/6.6.8-060-HID-Add-quirk-for-Labtec-ODDOR-aikeec-handbrake.patch + patches.kernel.org/6.6.8-061-fuse-Rename-DIRECT_IO_RELAX-to-DIRECT_IO_ALLOW_.patch + patches.kernel.org/6.6.8-062-fuse-share-lookup-state-between-submount-and-it.patch + patches.kernel.org/6.6.8-063-fuse-disable-FOPEN_PARALLEL_DIRECT_WRITES-with-.patch + patches.kernel.org/6.6.8-064-fuse-dax-set-fc-dax-to-NULL-in-fuse_dax_conn_fr.patch + patches.kernel.org/6.6.8-065-io_uring-cmd-fix-breakage-in-SOCKET_URING_OP_SI.patch + patches.kernel.org/6.6.8-066-ALSA-hda-hdmi-add-force-connect-quirk-for-NUC5C.patch + patches.kernel.org/6.6.8-067-ALSA-hda-hdmi-add-force-connect-quirks-for-ASUS.patch + patches.kernel.org/6.6.8-068-ALSA-hda-realtek-Apply-mute-LED-quirk-for-HP15-.patch + patches.kernel.org/6.6.8-069-ALSA-hda-tas2781-leave-hda_component-in-usable-.patch + patches.kernel.org/6.6.8-070-ALSA-hda-tas2781-handle-missing-EFI-calibration.patch + patches.kernel.org/6.6.8-071-ALSA-hda-tas2781-call-cleanup-functions-only-on.patch + patches.kernel.org/6.6.8-072-ALSA-hda-tas2781-reset-the-amp-before-component.patch + patches.kernel.org/6.6.8-073-Revert-PCI-acpiphp-Reassign-resources-on-bridge.patch + patches.kernel.org/6.6.8-074-PCI-loongson-Limit-MRRS-to-256.patch + patches.kernel.org/6.6.8-075-PCI-ASPM-Add-pci_enable_link_state_locked.patch + patches.kernel.org/6.6.8-076-ksmbd-fix-wrong-name-of-SMB2_CREATE_ALLOCATION_.patch + patches.kernel.org/6.6.8-077-PCI-vmd-Fix-potential-deadlock-when-enabling-AS.patch + patches.kernel.org/6.6.8-078-drm-mediatek-fix-kernel-oops-if-no-crtc-is-foun.patch + patches.kernel.org/6.6.8-079-drm-mediatek-Add-spinlock-for-setting-vblank-ev.patch + patches.kernel.org/6.6.8-080-accel-ivpu-Print-information-about-used-workaro.patch + patches.kernel.org/6.6.8-081-accel-ivpu-37xx-Fix-interrupt_clear_with_0-WA-i.patch + patches.kernel.org/6.6.8-082-drm-i915-selftests-Fix-engine-reset-count-stora.patch + patches.kernel.org/6.6.8-083-drm-i915-Use-internal-class-when-counting-engin.patch + patches.kernel.org/6.6.8-084-selftests-mm-cow-print-ksft-header-before-print.patch + patches.kernel.org/6.6.8-085-x86-hyperv-Fix-the-detection-of-E820_TYPE_PRAM-.patch + patches.kernel.org/6.6.8-086-usb-aqc111-check-packet-for-fixup-for-true-limi.patch + patches.kernel.org/6.6.8-087-stmmac-dwmac-loongson-Add-architecture-dependen.patch + patches.kernel.org/6.6.8-088-rxrpc-Fix-some-minor-issues-with-bundle-tracing.patch + patches.kernel.org/6.6.8-089-blk-throttle-fix-lockdep-warning-of-cgroup_mute.patch + patches.kernel.org/6.6.8-090-blk-cgroup-bypass-blkcg_deactivate_policy-after.patch + patches.kernel.org/6.6.8-091-bcache-avoid-oversize-memory-allocation-by-smal.patch + patches.kernel.org/6.6.8-092-bcache-remove-redundant-assignment-to-variable-.patch + patches.kernel.org/6.6.8-093-bcache-add-code-comments-for-bch_btree_node_get.patch + patches.kernel.org/6.6.8-094-bcache-avoid-NULL-checking-to-c-root-in-run_cac.patch + patches.kernel.org/6.6.8-095-nbd-fold-nbd-config-initialization-into-nbd_all.patch + patches.kernel.org/6.6.8-096-nbd-factor-out-a-helper-to-get-nbd_config-witho.patch + patches.kernel.org/6.6.8-097-nbd-fix-null-ptr-dereference-while-accessing-nb.patch + patches.kernel.org/6.6.8-098-nvme-auth-set-explanation-code-for-failure2-msg.patch + patches.kernel.org/6.6.8-099-nvme-catch-errors-from-nvme_configure_metadata.patch + patches.kernel.org/6.6.8-100-selftests-bpf-fix-bpf_loop_bench-for-new-callba.patch + patches.kernel.org/6.6.8-101-LoongArch-Add-dependency-between-vmlinuz.efi-an.patch + patches.kernel.org/6.6.8-102-LoongArch-Record-pc-instead-of-offset-in-la_abs.patch + patches.kernel.org/6.6.8-103-LoongArch-Silence-the-boot-warning-about-nokasl.patch + patches.kernel.org/6.6.8-104-LoongArch-Mark-dmw-tlb-_virt_to_page-exports-as.patch + patches.kernel.org/6.6.8-105-LoongArch-Implement-constant-timer-shutdown-int.patch + patches.kernel.org/6.6.8-106-platform-x86-intel_telemetry-Fix-kernel-doc-des.patch + patches.kernel.org/6.6.8-107-HID-mcp2221-Set-driver-data-before-I2C-adapter-.patch + patches.kernel.org/6.6.8-108-HID-mcp2221-Allow-IO-to-start-during-probe.patch + patches.kernel.org/6.6.8-109-HID-apple-add-Jamesdonkey-and-A3R-to-non-apple-.patch + patches.kernel.org/6.6.8-110-HID-glorious-fix-Glorious-Model-I-HID-report.patch + patches.kernel.org/6.6.8-111-HID-add-ALWAYS_POLL-quirk-for-Apple-kb.patch + patches.kernel.org/6.6.8-112-nbd-pass-nbd_sock-to-nbd_read_reply-instead-of-.patch + patches.kernel.org/6.6.8-113-HID-hid-asus-reset-the-backlight-brightness-lev.patch + patches.kernel.org/6.6.8-114-HID-multitouch-Add-quirk-for-HONOR-GLO-GXXX-tou.patch + patches.kernel.org/6.6.8-115-nfc-virtual_ncidev-Add-variable-to-check-if-nde.patch + patches.kernel.org/6.6.8-116-scripts-checkstack.pl-match-all-stack-sizes-for.patch + patches.kernel.org/6.6.8-117-asm-generic-qspinlock-fix-queued_spin_value_unl.patch + patches.kernel.org/6.6.8-118-eventfs-Do-not-allow-NULL-parent-to-eventfs_sta.patch + patches.kernel.org/6.6.8-119-net-usb-qmi_wwan-claim-interface-4-for-ZTE-MF29.patch + patches.kernel.org/6.6.8-120-smb-client-implement-query_reparse_point-for-SM.patch + patches.kernel.org/6.6.8-121-smb-client-introduce-parse_reparse_point.patch + patches.kernel.org/6.6.8-122-smb-client-set-correct-file-type-from-NFS-repar.patch + patches.kernel.org/6.6.8-123-arm64-add-dependency-between-vmlinuz.efi-and-Im.patch + patches.kernel.org/6.6.8-124-HID-hid-asus-add-const-to-read-only-outgoing-us.patch + patches.kernel.org/6.6.8-125-perf-Fix-perf_event_validate_size-lockdep-splat.patch + patches.kernel.org/6.6.8-126-btrfs-do-not-allow-non-subvolume-root-targets-f.patch + patches.kernel.org/6.6.8-127-cxl-hdm-Fix-dpa-translation-locking.patch + patches.kernel.org/6.6.8-128-soundwire-stream-fix-NULL-pointer-dereference-f.patch + patches.kernel.org/6.6.8-129-ext4-prevent-the-normalized-size-from-exceeding.patch + patches.kernel.org/6.6.8-130-Revert-selftests-error-out-if-kernel-header-fil.patch + patches.kernel.org/6.6.8-131-arm64-mm-Always-make-sw-dirty-PTEs-hw-dirty-in-.patch + patches.kernel.org/6.6.8-132-team-Fix-use-after-free-when-an-option-instance.patch + patches.kernel.org/6.6.8-133-drm-amdgpu-sdma5.2-add-begin-end_use-ring-callb.patch + patches.kernel.org/6.6.8-134-drm-mediatek-Fix-access-violation-in-mtk_drm_cr.patch + patches.kernel.org/6.6.8-135-dmaengine-stm32-dma-avoid-bitfield-overflow-ass.patch + patches.kernel.org/6.6.8-136-dmaengine-fsl-edma-fix-DMA-channel-leak-in-eDMA.patch + patches.kernel.org/6.6.8-137-mm-mglru-fix-underprotected-page-cache.patch + patches.kernel.org/6.6.8-138-mm-mglru-try-to-stop-at-high-watermarks.patch + patches.kernel.org/6.6.8-139-mm-mglru-respect-min_ttl_ms-with-memcgs.patch + patches.kernel.org/6.6.8-140-mm-mglru-reclaim-offlined-memcgs-harder.patch + patches.kernel.org/6.6.8-141-mm-shmem-fix-race-in-shmem_undo_range-w-THP.patch + patches.kernel.org/6.6.8-142-kexec-drop-dependency-on-ARCH_SUPPORTS_KEXEC-fr.patch + patches.kernel.org/6.6.8-143-btrfs-free-qgroup-reserve-when-ORDERED_IOERR-is.patch + patches.kernel.org/6.6.8-144-btrfs-fix-qgroup_free_reserved_data-int-overflo.patch + patches.kernel.org/6.6.8-145-btrfs-don-t-clear-qgroup-reserved-bit-in-releas.patch + patches.kernel.org/6.6.8-146-drm-amdgpu-fix-tear-down-order-in-amdgpu_vm_pt_.patch + patches.kernel.org/6.6.8-147-drm-edid-also-call-add-modes-in-EDID-connector-.patch + patches.kernel.org/6.6.8-148-drm-amd-display-Restore-guard-against-default-b.patch + patches.kernel.org/6.6.8-149-drm-amd-display-Disable-PSR-SU-on-Parade-0803-T.patch + patches.kernel.org/6.6.8-150-drm-i915-Fix-ADL-tiled-plane-stride-when-the-PO.patch + patches.kernel.org/6.6.8-151-drm-i915-Fix-intel_atomic_setup_scalers-plane_s.patch + patches.kernel.org/6.6.8-152-drm-i915-Fix-remapped-stride-with-CCS-on-ADL.patch + patches.kernel.org/6.6.8-153-smb-client-fix-OOB-in-receive_encrypted_standar.patch + patches.kernel.org/6.6.8-154-smb-client-fix-potential-OOBs-in-smb2_parse_con.patch + patches.kernel.org/6.6.8-155-smb-client-fix-NULL-deref-in-asn1_ber_decoder.patch + patches.kernel.org/6.6.8-156-smb-client-fix-OOB-in-smb2_query_reparse_point.patch + patches.kernel.org/6.6.8-157-ring-buffer-Fix-memory-leak-of-free-page.patch + patches.kernel.org/6.6.8-158-tracing-Update-snapshot-buffer-on-resize-if-it-.patch + patches.kernel.org/6.6.8-159-ring-buffer-Do-not-update-before-stamp-when-swi.patch + patches.kernel.org/6.6.8-160-ring-buffer-Have-saved-event-hold-the-entire-ev.patch + patches.kernel.org/6.6.8-161-ring-buffer-Fix-writing-to-the-buffer-with-max_.patch + patches.kernel.org/6.6.8-162-ring-buffer-Fix-a-race-in-rb_time_cmpxchg-for-3.patch + patches.kernel.org/6.6.8-163-ring-buffer-Do-not-try-to-put-back-write_stamp.patch + patches.kernel.org/6.6.8-164-ring-buffer-Have-rb_time_cmpxchg-set-the-msb-co.patch + patches.kernel.org/6.6.8-165-x86-speculation-objtool-Use-absolute-relocation.patch + patches.kernel.org/6.6.8-166-RDMA-mlx5-Change-the-key-being-sent-for-MPV-dev.patch + patches.kernel.org/6.6.8-167-Linux-6.6.8.patch + patches.kernel.org/6.6.9-001-bpf-Fix-prog_array_map_poke_run-map-poke-update.patch + patches.kernel.org/6.6.9-002-mm-damon-core-use-number-of-passed-access-sampl.patch + patches.kernel.org/6.6.9-003-mm-damon-core-make-damon_start-waits-until-kdam.patch + patches.kernel.org/6.6.9-004-btrfs-qgroup-iterate-qgroups-without-memory-all.patch + patches.kernel.org/6.6.9-005-btrfs-qgroup-use-qgroup_iterator-in-qgroup_conv.patch + patches.kernel.org/6.6.9-006-btrfs-free-qgroup-pertrans-reserve-on-transacti.patch + patches.kernel.org/6.6.9-007-drm-amd-display-fix-hw-rotated-modes-when-PSR-S.patch + patches.kernel.org/6.6.9-008-drm-i915-Fix-FEC-state-dump.patch + patches.kernel.org/6.6.9-009-drm-i915-Introduce-crtc_state-enhanced_framing.patch + patches.kernel.org/6.6.9-010-drm-i915-edp-don-t-write-to-DP_LINK_BW_SET-when.patch + patches.kernel.org/6.6.9-011-drm-Update-file-owner-during-use.patch + patches.kernel.org/6.6.9-012-drm-Fix-FD-ownership-check-in-drm_master_check_.patch + patches.kernel.org/6.6.9-013-spi-spi-imx-correctly-configure-burst-length-wh.patch + patches.kernel.org/6.6.9-014-arm64-dts-allwinner-h616-update-emac-for-Orange.patch + patches.kernel.org/6.6.9-015-ARM-dts-dra7-Fix-DRA7-L3-NoC-node-register-size.patch + patches.kernel.org/6.6.9-016-ARM-OMAP2-Fix-null-pointer-dereference-and-memo.patch + patches.kernel.org/6.6.9-017-reset-Fix-crash-when-freeing-non-existent-optio.patch + patches.kernel.org/6.6.9-018-s390-vx-fix-save-restore-of-fpu-kernel-context.patch + patches.kernel.org/6.6.9-019-platform-x86-intel-pmc-Fix-hang-in-pmc_core_sen.patch + patches.kernel.org/6.6.9-020-SUNRPC-Revert-5f7fc5d69f6e92ec0b38774c387f5cf78.patch + patches.kernel.org/6.6.9-021-wifi-ieee80211-don-t-require-protected-vendor-a.patch + patches.kernel.org/6.6.9-022-wifi-iwlwifi-pcie-add-another-missing-bh-disabl.patch + patches.kernel.org/6.6.9-023-wifi-mac80211-check-if-the-existing-link-config.patch + patches.kernel.org/6.6.9-024-wifi-mac80211-don-t-re-add-debugfs-during-recon.patch + patches.kernel.org/6.6.9-025-wifi-mac80211-check-defragmentation-succeeded.patch + patches.kernel.org/6.6.9-026-wifi-mac80211-mesh-check-element-parsing-succee.patch + patches.kernel.org/6.6.9-027-wifi-mac80211-mesh_plink-fix-matches_local-logi.patch + patches.kernel.org/6.6.9-028-ice-fix-theoretical-out-of-bounds-access-in-eth.patch + patches.kernel.org/6.6.9-029-bpf-syzkaller-found-null-ptr-deref-in-unix_bpf-.patch + patches.kernel.org/6.6.9-030-Revert-net-mlx5e-fix-double-free-of-encap_heade.patch + patches.kernel.org/6.6.9-031-Revert-net-mlx5e-fix-double-free-of-encap_heade.patch + patches.kernel.org/6.6.9-032-net-mlx5e-Fix-slab-out-of-bounds-in-mlx5_query_.patch + patches.kernel.org/6.6.9-033-net-mlx5e-Fix-a-race-in-command-alloc-flow.patch + patches.kernel.org/6.6.9-034-net-mlx5e-fix-a-potential-double-free-in-fs_udp.patch + patches.kernel.org/6.6.9-035-net-mlx5e-Fix-overrun-reported-by-coverity.patch + patches.kernel.org/6.6.9-036-net-mlx5e-Decrease-num_block_tc-when-unblock-tc.patch + patches.kernel.org/6.6.9-037-net-mlx5e-XDP-Drop-fragmented-packets-larger-th.patch + patches.kernel.org/6.6.9-038-net-mlx5-Fix-fw-tracer-first-block-check.patch + patches.kernel.org/6.6.9-039-net-mlx5-Refactor-mlx5_flow_destination-rep-poi.patch + patches.kernel.org/6.6.9-040-net-mlx5e-Fix-error-code-in-mlx5e_tc_action_mis.patch + patches.kernel.org/6.6.9-041-net-mlx5e-Fix-error-codes-in-alloc_branch_attr.patch + patches.kernel.org/6.6.9-042-net-mlx5e-Correct-snprintf-truncation-handling-.patch + patches.kernel.org/6.6.9-043-net-mlx5e-Correct-snprintf-truncation-handling-.patch + patches.kernel.org/6.6.9-044-net-mscc-ocelot-fix-eMAC-TX-RMON-stats-for-buck.patch + patches.kernel.org/6.6.9-045-net-mscc-ocelot-fix-pMAC-TX-RMON-stats-for-buck.patch + patches.kernel.org/6.6.9-046-octeontx2-pf-Fix-graceful-exit-during-PFC-confi.patch + patches.kernel.org/6.6.9-047-net-Return-error-from-sk_stream_wait_connect-if.patch + patches.kernel.org/6.6.9-048-net-sched-ife-fix-potential-use-after-free.patch + patches.kernel.org/6.6.9-049-ethernet-atheros-fix-a-memleak-in-atl1e_setup_r.patch + patches.kernel.org/6.6.9-050-net-rose-fix-races-in-rose_kill_by_device.patch + patches.kernel.org/6.6.9-051-Bluetooth-Fix-not-notifying-when-connection-enc.patch + patches.kernel.org/6.6.9-052-Bluetooth-Fix-deadlock-in-vhci_send_frame.patch + patches.kernel.org/6.6.9-053-Bluetooth-hci_event-shut-up-a-false-positive-wa.patch + patches.kernel.org/6.6.9-054-Bluetooth-hci_core-Fix-hci_conn_hash_lookup_cis.patch + patches.kernel.org/6.6.9-055-bnxt_en-do-not-map-packet-buffers-twice.patch + patches.kernel.org/6.6.9-056-net-phy-skip-LED-triggers-on-PHYs-on-SFP-module.patch + patches.kernel.org/6.6.9-057-ice-stop-trashing-VF-VSI-aggregator-node-ID-inf.patch + patches.kernel.org/6.6.9-058-ice-alter-feature-support-check-for-SRIOV-and-L.patch + patches.kernel.org/6.6.9-059-ice-Fix-PF-with-enabled-XDP-going-no-carrier-af.patch + patches.kernel.org/6.6.9-060-net-mana-select-PAGE_POOL.patch + patches.kernel.org/6.6.9-061-net-check-vlan-filter-feature-in-vlan_vids_add_.patch + patches.kernel.org/6.6.9-062-afs-Fix-the-dynamic-root-s-d_delete-to-always-d.patch + patches.kernel.org/6.6.9-063-afs-Fix-dynamic-root-lookup-DNS-check.patch + patches.kernel.org/6.6.9-064-net-ethernet-mtk_wed-fix-possible-NULL-pointer-.patch + patches.kernel.org/6.6.9-065-net-ipv6-Revert-remove-expired-routes-with-a-se.patch + patches.kernel.org/6.6.9-066-net-check-dev-gso_max_size-in-gso_features_chec.patch + patches.kernel.org/6.6.9-067-keys-dns-Allow-key-types-eg.-DNS-to-be-reclaime.patch + patches.kernel.org/6.6.9-068-afs-Fix-overwriting-of-result-of-DNS-query.patch + patches.kernel.org/6.6.9-069-afs-Fix-use-after-free-due-to-get-remove-race-i.patch + patches.kernel.org/6.6.9-070-drm-i915-hwmon-Fix-static-analysis-tool-reporte.patch + patches.kernel.org/6.6.9-071-drm-i915-mtl-Fix-HDMI-DP-PLL-clock-selection.patch + patches.kernel.org/6.6.9-072-ASoC-hdmi-codec-fix-missing-report-for-jack-ini.patch + patches.kernel.org/6.6.9-073-ASoC-fsl_sai-Fix-channel-swap-issue-on-i.MX8MP.patch + patches.kernel.org/6.6.9-074-i2c-qcom-geni-fix-missing-clk_disable_unprepare.patch + patches.kernel.org/6.6.9-075-drm-amdgpu-re-create-idle-bo-s-PTE-during-VM-st.patch + patches.kernel.org/6.6.9-076-i2c-aspeed-Handle-the-coalesced-stop-conditions.patch + patches.kernel.org/6.6.9-077-x86-xen-add-CPU-dependencies-for-32-bit-build.patch + patches.kernel.org/6.6.9-078-pinctrl-at91-pio4-use-dedicated-lock-class-for-.patch + patches.kernel.org/6.6.9-079-gpiolib-cdev-add-gpio_device-locking-wrapper-ar.patch + patches.kernel.org/6.6.9-080-nvme-pci-fix-sleeping-function-called-from-inte.patch + patches.kernel.org/6.6.9-081-interconnect-Treat-xlate-returning-NULL-node-as.patch + patches.kernel.org/6.6.9-082-iio-imu-inv_mpu6050-fix-an-error-code-problem-i.patch + patches.kernel.org/6.6.9-083-interconnect-qcom-sm8250-Enable-sync_state.patch + patches.kernel.org/6.6.9-084-Input-ipaq-micro-keys-add-error-handling-for-de.patch + patches.kernel.org/6.6.9-085-iio-adc-meson-add-separate-config-for-axg-SoC-f.patch + patches.kernel.org/6.6.9-086-scsi-bnx2fc-Fix-skb-double-free-in-bnx2fc_rcv.patch + patches.kernel.org/6.6.9-087-scsi-ufs-qcom-Return-ufs_qcom_clk_scale_-errors.patch + patches.kernel.org/6.6.9-088-scsi-ufs-core-Let-the-sq_lock-protect-sq_tail_s.patch + patches.kernel.org/6.6.9-089-iio-kx022a-Fix-acceleration-value-scaling.patch + patches.kernel.org/6.6.9-090-iio-adc-imx93-add-four-channels-for-imx93-adc.patch + patches.kernel.org/6.6.9-091-iio-common-ms_sensors-ms_sensors_i2c-fix-humidi.patch + patches.kernel.org/6.6.9-092-iio-imu-adis16475-add-spi_device_id-table.patch + patches.kernel.org/6.6.9-093-iio-adc-ti_am335x_adc-Fix-return-value-check-of.patch + patches.kernel.org/6.6.9-094-iio-tmag5273-fix-temperature-offset.patch + patches.kernel.org/6.6.9-095-iio-triggered-buffer-prevent-possible-freeing-o.patch + patches.kernel.org/6.6.9-096-ALSA-usb-audio-Increase-delay-in-MOTU-M-quirk.patch + patches.kernel.org/6.6.9-097-ARM-dts-Fix-occasional-boot-hang-for-am3-usb.patch + patches.kernel.org/6.6.9-098-usb-storage-Add-quirk-for-incorrect-WP-on-Kings.patch + patches.kernel.org/6.6.9-099-wifi-mt76-fix-crash-with-WED-rx-support-enabled.patch + patches.kernel.org/6.6.9-100-wifi-cfg80211-Add-my-certificate.patch + patches.kernel.org/6.6.9-101-wifi-cfg80211-fix-certs-build-to-not-depend-on-.patch + patches.kernel.org/6.6.9-102-USB-serial-ftdi_sio-update-Actisense-PIDs-const.patch + patches.kernel.org/6.6.9-103-USB-serial-option-add-Quectel-EG912Y-module-sup.patch + patches.kernel.org/6.6.9-104-USB-serial-option-add-Foxconn-T99W265-with-new-.patch + patches.kernel.org/6.6.9-105-USB-serial-option-add-Quectel-RM500Q-R13-firmwa.patch + patches.kernel.org/6.6.9-106-ALSA-hda-tas2781-select-program-0-conf-0-by-def.patch + patches.kernel.org/6.6.9-107-ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-GV302XA.patch + patches.kernel.org/6.6.9-108-ASoC-tas2781-check-the-validity-of-prm_no-cfg_n.patch + patches.kernel.org/6.6.9-109-Bluetooth-hci_event-Fix-not-checking-if-HCI_OP_.patch + patches.kernel.org/6.6.9-110-Bluetooth-af_bluetooth-Fix-Use-After-Free-in-bt.patch + patches.kernel.org/6.6.9-111-Bluetooth-L2CAP-Send-reject-on-command-corrupte.patch + patches.kernel.org/6.6.9-112-Bluetooth-MGMT-SMP-Fix-address-type-when-using-.patch + patches.kernel.org/6.6.9-113-Bluetooth-Add-more-enc-key-size-check.patch + patches.kernel.org/6.6.9-114-usb-typec-ucsi-fix-gpio-based-orientation-detec.patch + patches.kernel.org/6.6.9-115-usb-fotg210-hcd-delete-an-incorrect-bounds-test.patch + patches.kernel.org/6.6.9-116-net-usb-ax88179_178a-avoid-failed-operations-wh.patch + patches.kernel.org/6.6.9-117-Input-soc_button_array-add-mapping-for-airplane.patch + patches.kernel.org/6.6.9-118-net-9p-avoid-freeing-uninit-memory-in-p9pdu_vre.patch + patches.kernel.org/6.6.9-119-net-rfkill-gpio-set-GPIO-direction.patch + patches.kernel.org/6.6.9-120-net-ks8851-Fix-TX-stall-caused-by-TX-buffer-ove.patch + patches.kernel.org/6.6.9-121-net-avoid-build-bug-in-skb-extension-length-cal.patch + patches.kernel.org/6.6.9-122-net-stmmac-fix-incorrect-flag-check-in-timestam.patch + patches.kernel.org/6.6.9-123-dt-bindings-nvmem-mxs-ocotp-Document-fsl-ocotp.patch + patches.kernel.org/6.6.9-124-nfsd-call-nfsd_last_thread-before-final-nfsd_pu.patch + patches.kernel.org/6.6.9-125-smb-client-fix-OOB-in-cifsd-when-receiving-comp.patch + patches.kernel.org/6.6.9-126-smb-client-fix-potential-OOB-in-cifs_dump_detai.patch + patches.kernel.org/6.6.9-127-smb-client-fix-OOB-in-SMB2_query_info_init.patch + patches.kernel.org/6.6.9-128-smb-client-fix-OOB-in-smbCalcSize.patch + patches.kernel.org/6.6.9-129-drm-i915-Reject-async-flips-with-bigjoiner.patch + patches.kernel.org/6.6.9-130-drm-i915-dmc-Don-t-enable-any-pipe-DMC-events.patch + patches.kernel.org/6.6.9-131-9p-prevent-read-overrun-in-protocol-dump-tracep.patch + patches.kernel.org/6.6.9-132-ring-buffer-Fix-32-bit-rb_time_read-race-with-r.patch + patches.kernel.org/6.6.9-133-ring-buffer-Remove-useless-update-to-write_stam.patch + patches.kernel.org/6.6.9-134-ring-buffer-Fix-slowpath-of-interrupted-event.patch + patches.kernel.org/6.6.9-135-spi-atmel-Do-not-cancel-a-transfer-upon-any-sig.patch + patches.kernel.org/6.6.9-136-spi-atmel-Prevent-spi-transfers-from-being-kill.patch + patches.kernel.org/6.6.9-137-spi-atmel-Fix-clock-issue-when-using-devices-wi.patch + patches.kernel.org/6.6.9-138-nvmem-brcm_nvram-store-a-copy-of-NVRAM-content.patch + patches.kernel.org/6.6.9-139-Revert-scsi-aacraid-Reply-queue-mapping-to-CPUs.patch + patches.kernel.org/6.6.9-140-scsi-core-Always-send-batch-on-reset-or-error-h.patch + patches.kernel.org/6.6.9-141-tracing-synthetic-Disable-events-after-testing-.patch + patches.kernel.org/6.6.9-142-dm-integrity-don-t-modify-bio-s-immutable-bio_v.patch + patches.kernel.org/6.6.9-143-selftests-mptcp-join-fix-subflow_send_ack-looku.patch + patches.kernel.org/6.6.9-144-pinctrl-starfive-jh7110-ignore-disabled-device-.patch + patches.kernel.org/6.6.9-145-pinctrl-starfive-jh7100-ignore-disabled-device-.patch + patches.kernel.org/6.6.9-146-bus-ti-sysc-Flush-posted-write-only-after-srst_.patch + patches.kernel.org/6.6.9-147-gpio-dwapb-mask-unmask-IRQ-when-disable-enale-i.patch + patches.kernel.org/6.6.9-148-lib-vsprintf-Fix-pfwf-when-current-node-refcoun.patch + patches.kernel.org/6.6.9-149-thunderbolt-Fix-memory-leak-in-margining_port_r.patch + patches.kernel.org/6.6.9-150-KVM-arm64-vgic-Simplify-kvm_vgic_destroy.patch + patches.kernel.org/6.6.9-151-KVM-arm64-vgic-Add-a-non-locking-primitive-for-.patch + patches.kernel.org/6.6.9-152-KVM-arm64-vgic-Force-vcpu-vgic-teardown-on-vcpu.patch + patches.kernel.org/6.6.9-153-x86-alternatives-Sync-core-before-enabling-inte.patch + patches.kernel.org/6.6.9-154-x86-alternatives-Disable-interrupts-and-sync-wh.patch + patches.kernel.org/6.6.9-155-x86-smpboot-64-Handle-X2APIC-BIOS-inconsistency.patch + patches.kernel.org/6.6.9-156-spi-cadence-revert-Add-SPI-transfer-delays.patch + patches.kernel.org/6.6.9-157-Linux-6.6.9.patch + patches.kernel.org/6.6.10-001-ksmbd-Remove-unused-field-in-ksmbd_user-struct.patch + patches.kernel.org/6.6.10-002-ksmbd-reorganize-ksmbd_iov_pin_rsp.patch + patches.kernel.org/6.6.10-003-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_setx.patch + patches.kernel.org/6.6.10-004-ksmbd-fix-missing-RDMA-capable-flag-for-IPoIB-.patch + patches.kernel.org/6.6.10-005-ksmbd-add-support-for-surrogate-pair-conversio.patch + patches.kernel.org/6.6.10-006-ksmbd-no-need-to-wait-for-binded-connection-te.patch + patches.kernel.org/6.6.10-007-ksmbd-fix-kernel-doc-comment-of-ksmbd_vfs_kern.patch + patches.kernel.org/6.6.10-008-ksmbd-prevent-memory-leak-on-error-return.patch + patches.kernel.org/6.6.10-009-ksmbd-separately-allocate-ci-per-dentry.patch + patches.kernel.org/6.6.10-010-ksmbd-move-oplock-handling-after-unlock-parent.patch + patches.kernel.org/6.6.10-011-ksmbd-release-interim-response-after-sending-s.patch + patches.kernel.org/6.6.10-012-ksmbd-move-setting-SMB2_FLAGS_ASYNC_COMMAND-an.patch + patches.kernel.org/6.6.10-013-ksmbd-don-t-update-op_state-as-OPLOCK_STATE_NO.patch + patches.kernel.org/6.6.10-014-ksmbd-set-epoch-in-create-context-v2-lease.patch + patches.kernel.org/6.6.10-015-ksmbd-set-v2-lease-capability.patch + patches.kernel.org/6.6.10-016-ksmbd-downgrade-RWH-lease-caching-state-to-RH-.patch + patches.kernel.org/6.6.10-017-ksmbd-send-v2-lease-break-notification-for-dir.patch + patches.kernel.org/6.6.10-018-ksmbd-lazy-v2-lease-break-on-smb2_write.patch + patches.kernel.org/6.6.10-019-ksmbd-avoid-duplicate-opinfo_put-call-on-error.patch + patches.kernel.org/6.6.10-020-fs-new-accessor-methods-for-atime-and-mtime.patch + patches.kernel.org/6.6.10-021-client-convert-to-new-timestamp-accessors.patch + patches.kernel.org/6.6.10-022-fs-cifs-Fix-atime-update-check.patch + patches.kernel.org/6.6.10-023-virtio_ring-fix-syncs-DMA-memory-with-differen.patch + patches.kernel.org/6.6.10-024-kexec-fix-KEXEC_FILE-dependencies.patch + patches.kernel.org/6.6.10-025-kexec-select-CRYPTO-from-KEXEC_FILE-instead-of.patch + patches.kernel.org/6.6.10-026-linux-export-Fix-alignment-for-64-bit-ksymtab-.patch + patches.kernel.org/6.6.10-027-linux-export-Ensure-natural-alignment-of-kcrct.patch + patches.kernel.org/6.6.10-028-mptcp-refactor-sndbuf-auto-tuning.patch + patches.kernel.org/6.6.10-029-mptcp-fix-possible-NULL-pointer-dereference-on.patch + patches.kernel.org/6.6.10-030-mptcp-fix-inconsistent-state-on-fastopen-race.patch + patches.kernel.org/6.6.10-031-block-renumber-QUEUE_FLAG_HW_WC.patch + patches.kernel.org/6.6.10-032-platform-x86-intel-pmc-Add-suspend-callback.patch + patches.kernel.org/6.6.10-033-platform-x86-intel-pmc-Allow-reenabling-LTRs.patch + patches.kernel.org/6.6.10-034-platform-x86-intel-pmc-Move-GBE-LTR-ignore-to-.patch + patches.kernel.org/6.6.10-035-ksmbd-fix-slab-out-of-bounds-in-smb_strndup_fr.patch + patches.kernel.org/6.6.10-036-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch + patches.kernel.org/6.6.10-037-maple_tree-do-not-preallocate-nodes-for-slot-s.patch + patches.kernel.org/6.6.10-038-selftests-secretmem-floor-the-memory-size-to-t.patch + patches.kernel.org/6.6.10-039-mm-filemap-avoid-buffered-read-write-race-to-r.patch + patches.kernel.org/6.6.10-040-mm-migrate-high-order-folios-in-swap-cache-cor.patch + patches.kernel.org/6.6.10-041-mm-memory-failure-cast-index-to-loff_t-before-.patch + patches.kernel.org/6.6.10-042-mm-memory-failure-check-the-mapcount-of-the-pr.patch + patches.kernel.org/6.6.10-043-Revert-nvme-fc-fix-race-between-error-recovery.patch + patches.kernel.org/6.6.10-044-ring-buffer-Fix-wake-ups-when-buffer_percent-i.patch + patches.kernel.org/6.6.10-045-ftrace-Fix-modification-of-direct_function-has.patch + patches.kernel.org/6.6.10-046-tracing-Fix-blocked-reader-of-snapshot-buffer.patch + patches.kernel.org/6.6.10-047-wifi-cfg80211-fix-CQM-for-non-range-use.patch + patches.kernel.org/6.6.10-048-wifi-nl80211-fix-deadlock-in-nl80211_set_cqm_r.patch + patches.kernel.org/6.6.10-049-netfilter-nf_tables-skip-set-commit-for-delete.patch + patches.kernel.org/6.6.10-050-Revert-platform-x86-p2sb-Allow-p2sb_bar-calls-.patch + patches.kernel.org/6.6.10-051-Linux-6.6.10.patch + patches.kernel.org/6.6.11-001-keys-dns-Fix-missing-size-check-of-V1-server-l.patch + patches.kernel.org/6.6.11-002-ALSA-hda-tas2781-do-not-use-regcache.patch + patches.kernel.org/6.6.11-003-ALSA-hda-tas2781-move-set_drv_data-outside-tas.patch + patches.kernel.org/6.6.11-004-ALSA-hda-tas2781-remove-sound-controls-in-unbi.patch + patches.kernel.org/6.6.11-005-ALSA-hda-realtek-enable-SND_PCI_QUIRK-for-hp-p.patch + patches.kernel.org/6.6.11-006-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-a-H.patch + patches.kernel.org/6.6.11-007-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch + patches.kernel.org/6.6.11-008-drm-amd-display-pbn_div-need-be-updated-for-ho.patch + patches.kernel.org/6.6.11-009-mptcp-prevent-tcp-diag-from-closing-listener-s.patch + patches.kernel.org/6.6.11-010-Revert-PCI-ASPM-Remove-pcie_aspm_pm_state_chan.patch + patches.kernel.org/6.6.11-011-drm-mgag200-Fix-gamma-lut-not-initialized-for-.patch + patches.kernel.org/6.6.11-012-cifs-cifs_chan_is_iface_active-should-be-calle.patch + patches.kernel.org/6.6.11-013-cifs-do-not-depend-on-release_iface-for-mainta.patch + patches.kernel.org/6.6.11-014-KVM-x86-pmu-fix-masking-logic-for-MSR_CORE_PER.patch + patches.kernel.org/6.6.11-015-accel-qaic-Fix-GEM-import-path-code.patch + patches.kernel.org/6.6.11-016-accel-qaic-Implement-quirk-for-SOC_HW_VERSION.patch + patches.kernel.org/6.6.11-017-wifi-iwlwifi-pcie-don-t-synchronize-IRQs-from-.patch + patches.kernel.org/6.6.11-018-drm-bridge-parade-ps8640-Never-store-more-than.patch + patches.kernel.org/6.6.11-019-drm-bridge-ti-sn65dsi86-Never-store-more-than-.patch + patches.kernel.org/6.6.11-020-drm-bridge-ps8640-Fix-size-mismatch-warning-w-.patch + patches.kernel.org/6.6.11-021-netfilter-nf_tables-set-transport-offset-from-.patch + patches.kernel.org/6.6.11-022-nfc-llcp_core-Hold-a-ref-to-llcp_local-dev-whe.patch + patches.kernel.org/6.6.11-023-octeontx2-af-Fix-marking-couple-of-structure-a.patch + patches.kernel.org/6.6.11-024-drm-i915-dp-Fix-passing-the-correct-DPCD_REV-f.patch + patches.kernel.org/6.6.11-025-drm-i915-perf-Update-handling-of-MMIO-triggere.patch + patches.kernel.org/6.6.11-026-ice-Fix-link_down_on_close-message.patch + patches.kernel.org/6.6.11-027-ice-Shut-down-VSI-with-link-down-on-close-enab.patch + patches.kernel.org/6.6.11-028-i40e-Fix-filter-input-checks-to-prevent-config.patch + patches.kernel.org/6.6.11-029-igc-Report-VLAN-EtherType-matching-back-to-use.patch + patches.kernel.org/6.6.11-030-igc-Check-VLAN-TCI-mask.patch + patches.kernel.org/6.6.11-031-igc-Check-VLAN-EtherType-mask.patch + patches.kernel.org/6.6.11-032-ASoC-fsl_rpmsg-Fix-error-handler-with-pm_runti.patch + patches.kernel.org/6.6.11-033-ASoC-mediatek-mt8186-fix-AUD_PAD_TOP-register-.patch + patches.kernel.org/6.6.11-034-mlxbf_gige-fix-receive-packet-race-condition.patch + patches.kernel.org/6.6.11-035-net-sched-em_text-fix-possible-memory-leak-in-.patch + patches.kernel.org/6.6.11-036-r8169-Fix-PCI-error-on-system-resume.patch + patches.kernel.org/6.6.11-037-net-Implement-missing-getsockopt-SO_TIMESTAMPI.patch + patches.kernel.org/6.6.11-038-selftests-bonding-do-not-set-port-down-when-ad.patch + patches.kernel.org/6.6.11-039-ARM-sun9i-smp-Fix-array-index-out-of-bounds-re.patch + patches.kernel.org/6.6.11-040-sfc-fix-a-double-free-bug-in-efx_probe_filters.patch + patches.kernel.org/6.6.11-041-net-bcmgenet-Fix-FCS-generation-for-fragmented.patch + patches.kernel.org/6.6.11-042-netfilter-nf_nat-fix-action-not-being-set-for-.patch + patches.kernel.org/6.6.11-043-netfilter-nft_immediate-drop-chain-reference-c.patch + patches.kernel.org/6.6.11-044-net-Save-and-restore-msg_namelen-in-sock_sendm.patch + patches.kernel.org/6.6.11-045-i40e-fix-use-after-free-in-i40e_aqc_add_filter.patch + patches.kernel.org/6.6.11-046-ASoC-meson-g12a-toacodec-Validate-written-enum.patch + patches.kernel.org/6.6.11-047-ASoC-meson-g12a-tohdmitx-Validate-written-enum.patch + patches.kernel.org/6.6.11-048-ASoC-meson-g12a-toacodec-Fix-event-generation.patch + patches.kernel.org/6.6.11-049-ASoC-meson-g12a-tohdmitx-Fix-event-generation-.patch + patches.kernel.org/6.6.11-050-i40e-Restore-VF-MSI-X-state-during-PCI-reset.patch + patches.kernel.org/6.6.11-051-igc-Fix-hicredit-calculation.patch + patches.kernel.org/6.6.11-052-apparmor-Fix-move_mount-mediation-by-detecting.patch + patches.kernel.org/6.6.11-053-virtio_net-avoid-data-races-on-dev-stats-field.patch + patches.kernel.org/6.6.11-054-virtio_net-fix-missing-dma-unmap-for-resize.patch + patches.kernel.org/6.6.11-055-net-qla3xxx-fix-potential-memleak-in-ql_alloc_.patch + patches.kernel.org/6.6.11-056-net-smc-fix-invalid-link-access-in-dumping-SMC.patch + patches.kernel.org/6.6.11-057-octeontx2-af-Always-configure-NIX-TX-link-cred.patch + patches.kernel.org/6.6.11-058-octeontx2-af-Re-enable-MAC-TX-in-otx2_stop-pro.patch + patches.kernel.org/6.6.11-059-asix-Add-check-for-usbnet_get_endpoints.patch + patches.kernel.org/6.6.11-060-net-ravb-Wait-for-operating-mode-to-be-applied.patch + patches.kernel.org/6.6.11-061-bnxt_en-Remove-mis-applied-code-from-bnxt_cfg_.patch + patches.kernel.org/6.6.11-062-net-Implement-missing-SO_TIMESTAMPING_NEW-cmsg.patch + patches.kernel.org/6.6.11-063-mm-convert-DAX-lock-unlock-page-to-lock-unlock.patch + patches.kernel.org/6.6.11-064-mm-memory-failure-pass-the-folio-and-the-page-.patch + patches.kernel.org/6.6.11-065-xsk-add-multi-buffer-support-for-sockets-shari.patch + patches.kernel.org/6.6.11-066-media-qcom-camss-Fix-V4L2-async-notifier-error.patch + patches.kernel.org/6.6.11-067-media-qcom-camss-Fix-genpd-cleanup.patch + patches.kernel.org/6.6.11-068-tcp-derive-delack_max-from-rto_min.patch + patches.kernel.org/6.6.11-069-bpftool-Fix-Wcast-qual-warning.patch + patches.kernel.org/6.6.11-070-bpftool-Align-output-skeleton-ELF-code.patch + patches.kernel.org/6.6.11-071-crypto-xts-use-spawn-for-underlying-single-blo.patch + patches.kernel.org/6.6.11-072-crypto-qat-fix-double-free-during-reset.patch + patches.kernel.org/6.6.11-073-crypto-hisilicon-qm-fix-EQ-AEQ-interrupt-issue.patch + patches.kernel.org/6.6.11-074-vfio-mtty-Overhaul-mtty-interrupt-handling.patch + patches.kernel.org/6.6.11-075-clk-si521xx-Increase-stack-based-print-buffer-.patch + patches.kernel.org/6.6.11-076-RDMA-mlx5-Fix-mkey-cache-WQ-flush.patch + patches.kernel.org/6.6.11-077-ACPI-thermal-Fix-acpi_thermal_unregister_therm.patch + patches.kernel.org/6.6.11-078-rcu-Break-rcu_node_0-rq-__lock-order.patch + patches.kernel.org/6.6.11-079-rcu-Introduce-rcu_cpu_online.patch + patches.kernel.org/6.6.11-080-rcu-tasks-Handle-new-PF_IDLE-semantics.patch + patches.kernel.org/6.6.11-081-rcu-tasks-trace-Handle-new-PF_IDLE-semantics.patch + patches.kernel.org/6.6.11-082-riscv-don-t-probe-unaligned-access-speed-if-al.patch + patches.kernel.org/6.6.11-083-KVM-s390-vsie-fix-wrong-VIR-37-when-MSO-is-use.patch + patches.kernel.org/6.6.11-084-phy-ti-gmii-sel-Fix-register-offset-when-paren.patch + patches.kernel.org/6.6.11-085-dmaengine-ti-k3-psil-am62-Fix-SPI-PDMA-data.patch + patches.kernel.org/6.6.11-086-dmaengine-ti-k3-psil-am62a-Fix-SPI-PDMA-data.patch + patches.kernel.org/6.6.11-087-dmaengine-fsl-edma-Do-not-suspend-and-resume-t.patch + patches.kernel.org/6.6.11-088-dmaengine-fsl-edma-Add-judgment-on-enabling-ro.patch + patches.kernel.org/6.6.11-089-iio-imu-adis16475-use-bit-numbers-in-assign_bi.patch + patches.kernel.org/6.6.11-090-iommu-vt-d-Support-enforce_cache_coherency-onl.patch + patches.kernel.org/6.6.11-091-phy-mediatek-mipi-mt8183-fix-minimal-supported.patch + patches.kernel.org/6.6.11-092-phy-sunplus-return-negative-error-code-in-sp_u.patch + patches.kernel.org/6.6.11-093-clk-rockchip-rk3128-Fix-aclk_peri_src-s-parent.patch + patches.kernel.org/6.6.11-094-clk-rockchip-rk3128-Fix-SCLK_SDMMC-s-clock-nam.patch + patches.kernel.org/6.6.11-095-drm-i915-Call-intel_pre_plane_updates-also-for.patch + patches.kernel.org/6.6.11-096-drm-amd-display-Increase-num-voltage-states-to.patch + patches.kernel.org/6.6.11-097-cxl-Add-cxl_decoders_committed-helper.patch + patches.kernel.org/6.6.11-098-cxl-core-Always-hold-region_rwsem-while-readin.patch + patches.kernel.org/6.6.11-099-kernel-resource-Increment-by-align-value-in-ge.patch + patches.kernel.org/6.6.11-100-drm-amd-display-Increase-frame-warning-limit-w.patch + patches.kernel.org/6.6.11-101-dmaengine-idxd-Protect-int_handle-field-in-hw-.patch + patches.kernel.org/6.6.11-102-dmaengine-fsl-edma-fix-wrong-pointer-check-in-.patch + patches.kernel.org/6.6.11-103-RISCV-KVM-update-external-interrupt-atomically.patch + patches.kernel.org/6.6.11-104-powerpc-pseries-vas-Migration-suspend-waits-fo.patch + patches.kernel.org/6.6.11-105-net-prevent-mss-overflow-in-skb_segment.patch + patches.kernel.org/6.6.11-106-cxl-pmu-Ensure-put_device-on-pmu-devices.patch + patches.kernel.org/6.6.11-107-net-libwx-fix-memory-leak-on-free-page.patch + patches.kernel.org/6.6.11-108-net-constify-sk_dst_get-and-__sk_dst_get-argum.patch + patches.kernel.org/6.6.11-109-mm-mglru-skip-special-VMAs-in-lru_gen_look_aro.patch + patches.kernel.org/6.6.11-110-firewire-ohci-suppress-unexpected-system-reboo.patch + patches.kernel.org/6.6.11-111-x86-kprobes-fix-incorrect-return-address-calcu.patch + patches.kernel.org/6.6.11-112-i2c-core-Fix-atomic-xfer-check-for-non-preempt.patch + patches.kernel.org/6.6.11-113-mm-fix-unmap_mapping_range-high-bits-shift-bug.patch + patches.kernel.org/6.6.11-114-drm-amdgpu-skip-gpu_info-fw-loading-on-navi12.patch + patches.kernel.org/6.6.11-115-drm-amd-display-add-nv12-bounding-box.patch + patches.kernel.org/6.6.11-116-drm-amd-display-Fix-sending-VSC-colorimetry-pa.patch + patches.kernel.org/6.6.11-117-mmc-meson-mx-sdhc-Fix-initialization-frozen-is.patch + patches.kernel.org/6.6.11-118-mmc-rpmb-fixes-pause-retune-on-all-RPMB-partit.patch + patches.kernel.org/6.6.11-119-mmc-core-Cancel-delayed-work-before-releasing-.patch + patches.kernel.org/6.6.11-120-mmc-sdhci-sprd-Fix-eMMC-init-failure-after-hw-.patch + patches.kernel.org/6.6.11-121-cxl-Add-cxl_num_decoders_committed-usage-to-cx.patch + patches.kernel.org/6.6.11-122-cxl-hdm-Fix-a-benign-lockdep-splat.patch + patches.kernel.org/6.6.11-123-cxl-memdev-Hold-region_rwsem-during-inject-and.patch + patches.kernel.org/6.6.11-124-media-qcom-camss-Comment-CSID-dt_id-field.patch + patches.kernel.org/6.6.11-125-Linux-6.6.11.patch + patches.kernel.org/6.6.12-001-nfsd-drop-the-nfsd_put-helper.patch + patches.kernel.org/6.6.12-002-Linux-6.6.12.patch + patches.kernel.org/6.6.13-001-f2fs-explicitly-null-terminate-the-xattr-list.patch + patches.kernel.org/6.6.13-002-pinctrl-s32cc-Avoid-possible-string-truncation.patch + patches.kernel.org/6.6.13-003-kunit-Warn-if-tests-are-slow.patch + patches.kernel.org/6.6.13-004-kunit-Reset-suite-counter-right-before-running.patch + patches.kernel.org/6.6.13-005-pinctrl-lochnagar-Don-t-build-on-MIPS.patch + patches.kernel.org/6.6.13-006-ALSA-hda-Fix-speaker-and-headset-mic-pin-confi.patch + patches.kernel.org/6.6.13-007-mptcp-fix-uninit-value-in-mptcp_incoming_optio.patch + patches.kernel.org/6.6.13-008-wifi-cfg80211-lock-wiphy-mutex-for-rfkill-poll.patch + patches.kernel.org/6.6.13-009-wifi-avoid-offset-calculation-on-NULL-pointer.patch + patches.kernel.org/6.6.13-010-wifi-mac80211-handle-320-MHz-in-ieee80211_ht_c.patch + patches.kernel.org/6.6.13-011-debugfs-fix-automount-d_fsdata-usage.patch + patches.kernel.org/6.6.13-012-ALSA-hda-intel-nhlt-Ignore-vbps-when-looking-f.patch + patches.kernel.org/6.6.13-013-nvme-core-fix-a-memory-leak-in-nvme_ns_info_fr.patch + patches.kernel.org/6.6.13-014-io_uring-use-fget-fput-consistently.patch + patches.kernel.org/6.6.13-015-block-warn-once-for-each-partition-in-bio_chec.patch + patches.kernel.org/6.6.13-016-drm-amdgpu-Do-not-issue-gpu-reset-from-nbio-v7.patch + patches.kernel.org/6.6.13-017-drm-amdkfd-Use-common-function-for-IP-version-.patch + patches.kernel.org/6.6.13-018-drm-amd-display-update-dcn315-lpddr-pstate-lat.patch + patches.kernel.org/6.6.13-019-drm-amdgpu-Fix-cat-debugfs-amdgpu_regs_didt-ca.patch + patches.kernel.org/6.6.13-020-drm-amdkfd-Free-gang_ctx_bo-and-wptr_bo-in-pqm.patch + patches.kernel.org/6.6.13-021-drm-amdgpu-Use-another-offset-for-GC-9.4.3-rem.patch + patches.kernel.org/6.6.13-022-smb-client-common-fix-fortify-warnings.patch + patches.kernel.org/6.6.13-023-Revert-drm-prime-Unexport-helpers-for-fd-handl.patch + patches.kernel.org/6.6.13-024-blk-mq-don-t-count-completed-flush-data-reques.patch + patches.kernel.org/6.6.13-025-nvme-core-check-for-too-small-lba-shift.patch + patches.kernel.org/6.6.13-026-hwtracing-hisi_ptt-Handle-the-interrupt-in-har.patch + patches.kernel.org/6.6.13-027-hwtracing-hisi_ptt-Don-t-try-to-attach-a-task.patch + patches.kernel.org/6.6.13-028-ASoC-amd-yc-Add-HP-255-G10-into-quirk-table.patch + patches.kernel.org/6.6.13-029-ASoC-wm8974-Correct-boost-mixer-inputs.patch + patches.kernel.org/6.6.13-030-arm64-dts-rockchip-fix-rk356x-pcie-msg-interru.patch + patches.kernel.org/6.6.13-031-ASoC-Intel-Skylake-Fix-mem-leak-in-few-functio.patch + patches.kernel.org/6.6.13-032-ASoC-nau8822-Fix-incorrect-type-in-assignment-.patch + patches.kernel.org/6.6.13-033-ASoC-SOF-topology-Fix-mem-leak-in-sof_dai_load.patch + patches.kernel.org/6.6.13-034-ASoC-Intel-Skylake-mem-leak-in-skl-register-fu.patch + patches.kernel.org/6.6.13-035-ASoC-cs43130-Fix-the-position-of-const-qualifi.patch + patches.kernel.org/6.6.13-036-ASoC-cs43130-Fix-incorrect-frame-delay-configu.patch + patches.kernel.org/6.6.13-037-ASoC-fsl_xcvr-Enable-2-TX-bit-clock-for-spdif-.patch + patches.kernel.org/6.6.13-038-ASoC-rt5650-add-mutex-to-avoid-the-jack-detect.patch + patches.kernel.org/6.6.13-039-ASoC-fsl_xcvr-refine-the-requested-phy-clock-f.patch + patches.kernel.org/6.6.13-040-ASoC-Intel-skl_hda_dsp_generic-Drop-HDMI-route.patch + patches.kernel.org/6.6.13-041-ASoC-SOF-ipc4-topology-Add-core_mask-in-struct.patch + patches.kernel.org/6.6.13-042-ASoC-SOF-sof-audio-Modify-logic-for-enabling-d.patch + patches.kernel.org/6.6.13-043-nouveau-tu102-flush-all-pdbs-on-vmm-flush.patch + patches.kernel.org/6.6.13-044-ASoC-amd-yc-Add-DMI-entry-to-support-System76-.patch + patches.kernel.org/6.6.13-045-ASoC-hdac_hda-Conditionally-register-dais-for-.patch + patches.kernel.org/6.6.13-046-ASoC-SOF-ipc4-topology-Correct-data-structures.patch + patches.kernel.org/6.6.13-047-ASoC-SOF-ipc4-topology-Correct-data-structures.patch + patches.kernel.org/6.6.13-048-pds_vdpa-fix-up-format-truncation-complaint.patch + patches.kernel.org/6.6.13-049-pds_vdpa-clear-config-callback-when-status-goe.patch + patches.kernel.org/6.6.13-050-pds_vdpa-set-features-order.patch + patches.kernel.org/6.6.13-051-net-tg3-fix-race-condition-in-tg3_reset_task.patch + patches.kernel.org/6.6.13-052-ASoC-da7219-Support-low-DC-impedance-headset.patch + patches.kernel.org/6.6.13-053-nvme-introduce-helper-function-to-get-ctrl-sta.patch + patches.kernel.org/6.6.13-054-nvme-ensure-reset-state-check-ordering.patch + patches.kernel.org/6.6.13-055-nvme-ioctl-move-capable-admin-check-to-the-end.patch + patches.kernel.org/6.6.13-056-nvme-prevent-potential-spectre-v1-gadget.patch + patches.kernel.org/6.6.13-057-nvme-fix-deadlock-between-reset-and-scan.patch + patches.kernel.org/6.6.13-058-arm64-dts-rockchip-Fix-PCI-node-addresses-on-r.patch + patches.kernel.org/6.6.13-059-drm-amd-display-Add-monitor-patch-for-specific.patch + patches.kernel.org/6.6.13-060-drm-amdgpu-Add-NULL-checks-for-function-pointe.patch + patches.kernel.org/6.6.13-061-drm-exynos-fix-a-potential-error-pointer-deref.patch + patches.kernel.org/6.6.13-062-drm-exynos-fix-a-wrong-error-checking.patch + patches.kernel.org/6.6.13-063-ALSA-pcmtest-stop-timer-before-buffer-is-relea.patch + patches.kernel.org/6.6.13-064-hwmon-corsair-psu-Fix-probe-when-built-in.patch + patches.kernel.org/6.6.13-065-LoongArch-Apply-dynamic-relocations-for-LLD.patch + patches.kernel.org/6.6.13-066-LoongArch-Set-unwind-stack-type-to-unknown-rat.patch + patches.kernel.org/6.6.13-067-LoongArch-Preserve-syscall-nr-across-execve.patch + patches.kernel.org/6.6.13-068-clk-rockchip-rk3568-Add-PLL-rate-for-292.5MHz.patch + patches.kernel.org/6.6.13-069-clk-rockchip-rk3128-Fix-HCLK_OTG-gate-register.patch + patches.kernel.org/6.6.13-070-soundwire-intel_ace2x-fix-AC-timing-setting-fo.patch + patches.kernel.org/6.6.13-071-jbd2-correct-the-printing-of-write_flags-in-jb.patch + patches.kernel.org/6.6.13-072-jbd2-increase-the-journal-IO-s-priority.patch + patches.kernel.org/6.6.13-073-drm-crtc-Fix-uninit-value-bug-in-drm_mode_setc.patch + patches.kernel.org/6.6.13-074-neighbour-Don-t-let-neigh_forced_gc-disable-pr.patch + patches.kernel.org/6.6.13-075-platform-x86-intel-vbtn-Fix-missing-tablet-mod.patch + patches.kernel.org/6.6.13-076-efi-loongarch-Use-load-address-to-calculate-ke.patch + patches.kernel.org/6.6.13-077-jbd2-fix-soft-lockup-in-journal_finish_inode_d.patch + patches.kernel.org/6.6.13-078-tracing-Have-large-events-show-up-as-LINE-TOO-.patch + patches.kernel.org/6.6.13-079-tracing-Add-size-check-when-printing-trace_mar.patch + patches.kernel.org/6.6.13-080-stmmac-dwmac-loongson-drop-useless-check-for-c.patch + patches.kernel.org/6.6.13-081-MIPS-dts-loongson-drop-incorrect-dwmac-fallbac.patch + patches.kernel.org/6.6.13-082-tracing-Fix-uaf-issue-when-open-the-hist-or-hi.patch + patches.kernel.org/6.6.13-083-ring-buffer-Do-not-record-in-NMI-if-the-arch-d.patch + patches.kernel.org/6.6.13-084-Input-psmouse-enable-Synaptics-InterTouch-for-.patch + patches.kernel.org/6.6.13-085-reset-hisilicon-hi6220-fix-Wvoid-pointer-to-en.patch + patches.kernel.org/6.6.13-086-Input-atkbd-skip-ATKBD_CMD_GETID-in-translated.patch + patches.kernel.org/6.6.13-087-Input-i8042-add-nomux-quirk-for-Acer-P459-G2-M.patch + patches.kernel.org/6.6.13-088-pinctrl-amd-Mask-non-wake-source-pins-with-int.patch + patches.kernel.org/6.6.13-089-ASoC-cs35l45-Use-modern-pm_ops.patch + patches.kernel.org/6.6.13-090-ASoC-cs35l45-Prevent-IRQ-handling-when-suspend.patch + patches.kernel.org/6.6.13-091-ASoC-cs35l45-Prevents-spinning-during-runtime-.patch + patches.kernel.org/6.6.13-092-s390-scm-fix-virtual-vs-physical-address-confu.patch + patches.kernel.org/6.6.13-093-ARC-fix-spare-error.patch + patches.kernel.org/6.6.13-094-ARC-fix-smatch-warning.patch + patches.kernel.org/6.6.13-095-wifi-iwlwifi-pcie-avoid-a-NULL-pointer-derefer.patch + patches.kernel.org/6.6.13-096-Input-xpad-add-Razer-Wolverine-V2-support.patch + patches.kernel.org/6.6.13-097-driver-core-Add-a-guard-definition-for-the-dev.patch + patches.kernel.org/6.6.13-098-kselftest-alsa-fixed-a-print-formatting-warnin.patch + patches.kernel.org/6.6.13-099-HID-nintendo-fix-initializer-element-is-not-co.patch + patches.kernel.org/6.6.13-100-platform-x86-thinkpad_acpi-fix-for-incorrect-f.patch + patches.kernel.org/6.6.13-101-platform-x86-amd-pmc-Move-platform-defines-to-.patch + patches.kernel.org/6.6.13-102-platform-x86-amd-pmc-Only-run-IRQ1-firmware-ve.patch + patches.kernel.org/6.6.13-103-platform-x86-amd-pmc-Move-keyboard-wakeup-disa.patch + patches.kernel.org/6.6.13-104-platform-x86-amd-pmc-Disable-keyboard-wakeup-o.patch + patches.kernel.org/6.6.13-105-ASoC-Intel-bytcr_rt5640-Add-quirk-for-the-Medi.patch + patches.kernel.org/6.6.13-106-ASoC-Intel-bytcr_rt5640-Add-new-swapped-speake.patch + patches.kernel.org/6.6.13-107-ALSA-hda-realtek-Add-quirks-for-ASUS-Zenbook-2.patch + patches.kernel.org/6.6.13-108-dm-audit-fix-Kconfig-so-DM_AUDIT-depends-on-BL.patch + patches.kernel.org/6.6.13-109-HID-nintendo-Prevent-divide-by-zero-on-code.patch + patches.kernel.org/6.6.13-110-smb-client-fix-potential-OOB-in-smb2_dump_deta.patch + patches.kernel.org/6.6.13-111-i2c-rk3x-fix-potential-spinlock-recursion-on-p.patch + patches.kernel.org/6.6.13-112-drm-amdkfd-svm-range-always-mapped-flag-not-wo.patch + patches.kernel.org/6.6.13-113-drm-amd-display-Add-case-for-dcn35-to-support-.patch + patches.kernel.org/6.6.13-114-drm-amd-display-get-dprefclk-ss-info-from-inte.patch + patches.kernel.org/6.6.13-115-pinctrl-cy8c95x0-Fix-typo.patch + patches.kernel.org/6.6.13-116-pinctrl-cy8c95x0-Fix-regression.patch + patches.kernel.org/6.6.13-117-pinctrl-cy8c95x0-Fix-get_pincfg.patch + patches.kernel.org/6.6.13-118-posix-timers-Get-rid-of-COMPAT_-SYS_NI-uses.patch + patches.kernel.org/6.6.13-119-ida-Fix-crash-in-ida_free-when-the-bitmap-is-e.patch + patches.kernel.org/6.6.13-120-virtio_blk-fix-snprintf-truncation-compiler-wa.patch + patches.kernel.org/6.6.13-121-nfc-Do-not-send-datagram-if-socket-state-isn-t.patch + patches.kernel.org/6.6.13-122-net-qrtr-ns-Return-0-if-server-port-is-not-pre.patch + patches.kernel.org/6.6.13-123-connector-Fix-proc_event_num_listeners-count-n.patch + patches.kernel.org/6.6.13-124-ARM-sun9i-smp-fix-return-code-check-of-of_prop.patch + patches.kernel.org/6.6.13-125-x86-csum-Remove-unnecessary-odd-handling.patch + patches.kernel.org/6.6.13-126-x86-csum-clean-up-csum_partial-further.patch + patches.kernel.org/6.6.13-127-drm-crtc-fix-uninitialized-variable-use.patch + patches.kernel.org/6.6.13-128-x86-microcode-do-not-cache-microcode-if-it-wil.patch + patches.kernel.org/6.6.13-129-ALSA-hda-realtek-Fix-mute-and-mic-mute-LEDs-fo.patch + patches.kernel.org/6.6.13-130-ACPI-resource-Add-another-DMI-match-for-the-To.patch + patches.kernel.org/6.6.13-131-bus-moxtet-Mark-the-irq-as-shared.patch + patches.kernel.org/6.6.13-132-bus-moxtet-Add-spi-device-table.patch + patches.kernel.org/6.6.13-133-ASoC-SOF-Intel-hda-codec-Delay-the-codec-devic.patch + patches.kernel.org/6.6.13-134-drm-amd-display-Pass-pwrseq-inst-for-backlight.patch + patches.kernel.org/6.6.13-135-ksmbd-don-t-allow-O_TRUNC-open-on-read-only-sh.patch + patches.kernel.org/6.6.13-136-ksmbd-free-ppace-array-on-error-in-parse_dacl.patch + patches.kernel.org/6.6.13-137-Revert-md-raid5-Wait-for-MD_SB_CHANGE_PENDING-.patch + patches.kernel.org/6.6.13-138-binder-use-EPOLLERR-from-eventpoll.h.patch + patches.kernel.org/6.6.13-139-binder-fix-use-after-free-in-shinker-s-callbac.patch + patches.kernel.org/6.6.13-140-binder-fix-trivial-typo-of-binder_free_buf_loc.patch + patches.kernel.org/6.6.13-141-binder-fix-comment-on-binder_alloc_new_buf-ret.patch + patches.kernel.org/6.6.13-142-uio-Fix-use-after-free-in-uio_open.patch + patches.kernel.org/6.6.13-143-parport-parport_serial-Add-Brainboxes-BAR-deta.patch + patches.kernel.org/6.6.13-144-parport-parport_serial-Add-Brainboxes-device-I.patch + patches.kernel.org/6.6.13-145-leds-ledtrig-tty-Free-allocated-ttyname-buffer.patch + patches.kernel.org/6.6.13-146-PCI-Add-ACS-quirk-for-more-Zhaoxin-Root-Ports.patch + patches.kernel.org/6.6.13-147-coresight-etm4x-Fix-width-of-CCITMIN-field.patch + patches.kernel.org/6.6.13-148-scripts-decode_stacktrace.sh-optionally-use-LL.patch + patches.kernel.org/6.6.13-149-mm-memory_hotplug-fix-memmap_on_memory-sysfs-v.patch + patches.kernel.org/6.6.13-150-Linux-6.6.13.patch + patches.kernel.org/6.6.14-001-x86-lib-Fix-overflow-when-counting-digits.patch + patches.kernel.org/6.6.14-002-x86-mce-inject-Clear-test-status-value.patch + patches.kernel.org/6.6.14-003-EDAC-thunderx-Fix-possible-out-of-bounds-strin.patch + patches.kernel.org/6.6.14-004-powerpc-add-crtsavres.o-to-always-y-instead-of.patch + patches.kernel.org/6.6.14-005-x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-.patch + patches.kernel.org/6.6.14-006-powerpc-44x-select-I2C-for-CURRITUCK.patch + patches.kernel.org/6.6.14-007-powerpc-pseries-memhp-Fix-access-beyond-end-of.patch + patches.kernel.org/6.6.14-008-perf-arm-cmn-Fix-HN-F-class_occup_id-events.patch + patches.kernel.org/6.6.14-009-drivers-perf-hisi-Fix-some-event-id-for-HiSili.patch + patches.kernel.org/6.6.14-010-KVM-PPC-Book3S-HV-Use-accessors-for-VCPU-regis.patch + patches.kernel.org/6.6.14-011-KVM-PPC-Book3S-HV-Introduce-low-level-MSR-acce.patch + patches.kernel.org/6.6.14-012-KVM-PPC-Book3S-HV-Handle-pending-exceptions-on.patch + patches.kernel.org/6.6.14-013-selftests-powerpc-Fix-error-handling-in-FPU-VM.patch + patches.kernel.org/6.6.14-014-powerpc-hv-gpci-Add-return-value-check-in-affi.patch + patches.kernel.org/6.6.14-015-powerpc-rtas-Avoid-warning-on-invalid-token-ar.patch + patches.kernel.org/6.6.14-016-powerpc-powernv-Add-a-null-pointer-check-to-sc.patch + patches.kernel.org/6.6.14-017-powerpc-powernv-Add-a-null-pointer-check-in-op.patch + patches.kernel.org/6.6.14-018-powerpc-powernv-Add-a-null-pointer-check-in-op.patch + patches.kernel.org/6.6.14-019-powerpc-imc-pmu-Add-a-null-pointer-check-in-up.patch + patches.kernel.org/6.6.14-020-sched-fair-Update-min_vruntime-for-reweight_en.patch + patches.kernel.org/6.6.14-021-perf-x86-intel-uncore-Fix-NULL-pointer-derefer.patch + patches.kernel.org/6.6.14-022-spi-spi-zynqmp-gqspi-fix-driver-kconfig-depend.patch + patches.kernel.org/6.6.14-023-mtd-rawnand-Increment-IFC_TIMEOUT_MSECS-for-na.patch + patches.kernel.org/6.6.14-024-ACPI-video-check-for-error-while-searching-for.patch + patches.kernel.org/6.6.14-025-ACPI-LPIT-Avoid-u32-multiplication-overflow.patch + patches.kernel.org/6.6.14-026-KEYS-encrypted-Add-check-for-strsep.patch + patches.kernel.org/6.6.14-027-spi-cadence-quadspi-add-missing-clk_disable_un.patch + patches.kernel.org/6.6.14-028-platform-x86-intel-vsec-Fix-xa_alloc-memory-le.patch + patches.kernel.org/6.6.14-029-cpufreq-scmi-process-the-result-of-devm_of_clk.patch + patches.kernel.org/6.6.14-030-calipso-fix-memory-leak-in-netlbl_calipso_add_.patch + patches.kernel.org/6.6.14-031-efivarfs-force-RO-when-remounting-if-SetVariab.patch + patches.kernel.org/6.6.14-032-efivarfs-Free-s_fs_info-on-unmount.patch + patches.kernel.org/6.6.14-033-spi-sh-msiof-Enforce-fixed-DTDL-for-R-Car-H3.patch + patches.kernel.org/6.6.14-034-ACPI-LPSS-Fix-the-fractional-clock-divider-fla.patch + patches.kernel.org/6.6.14-035-ACPI-extlog-Clear-Extended-Error-Log-status-wh.patch + patches.kernel.org/6.6.14-036-thermal-core-Fix-NULL-pointer-dereference-in-z.patch + patches.kernel.org/6.6.14-037-kunit-debugfs-Fix-unchecked-dereference-in-deb.patch + patches.kernel.org/6.6.14-038-mtd-Fix-gluebi-NULL-pointer-dereference-caused.patch + patches.kernel.org/6.6.14-039-cpuidle-haltpoll-Do-not-enable-interrupts-when.patch + patches.kernel.org/6.6.14-040-drivers-thermal-loongson2_thermal-Fix-incorrec.patch + patches.kernel.org/6.6.14-041-selinux-Fix-error-priority-for-bind-with-AF_UN.patch + patches.kernel.org/6.6.14-042-crypto-rsa-add-a-check-for-allocation-failure.patch + patches.kernel.org/6.6.14-043-crypto-jh7110-Correct-deferred-probe-return.patch + patches.kernel.org/6.6.14-044-crypto-virtio-Handle-dataq-logic-with-tasklet.patch + patches.kernel.org/6.6.14-045-crypto-sa2ul-Return-crypto_aead_setkey-to-tran.patch + patches.kernel.org/6.6.14-046-crypto-ccp-fix-memleak-in-ccp_init_dm_workarea.patch + patches.kernel.org/6.6.14-047-crypto-af_alg-Disallow-multiple-in-flight-AIO-.patch + patches.kernel.org/6.6.14-048-crypto-safexcel-Add-error-handling-for-dma_map.patch + patches.kernel.org/6.6.14-049-crypto-sahara-remove-FLAGS_NEW_KEY-logic.patch + patches.kernel.org/6.6.14-050-crypto-sahara-fix-cbc-selftest-failure.patch + patches.kernel.org/6.6.14-051-crypto-sahara-fix-ahash-selftest-failure.patch + patches.kernel.org/6.6.14-052-crypto-sahara-fix-processing-requests-with-cry.patch + patches.kernel.org/6.6.14-053-crypto-sahara-fix-error-handling-in-sahara_hw_.patch + patches.kernel.org/6.6.14-054-crypto-hisilicon-qm-save-capability-registers-.patch + patches.kernel.org/6.6.14-055-crypto-hisilicon-zip-add-zip-comp-high-perf-mo.patch + patches.kernel.org/6.6.14-056-crypto-hisilicon-qm-add-a-function-to-set-qm-a.patch + patches.kernel.org/6.6.14-057-crypto-hisilicon-hpre-save-capability-register.patch + patches.kernel.org/6.6.14-058-crypto-hisilicon-sec2-save-capability-register.patch + patches.kernel.org/6.6.14-059-crypto-hisilicon-zip-save-capability-registers.patch + patches.kernel.org/6.6.14-060-pstore-ram_core-fix-possible-overflow-in-persi.patch + patches.kernel.org/6.6.14-061-erofs-fix-memory-leak-on-short-lived-bounced-p.patch + patches.kernel.org/6.6.14-062-fs-indicate-request-originates-from-old-mount-.patch + patches.kernel.org/6.6.14-063-gfs2-Fix-kernel-NULL-pointer-dereference-in-gf.patch + patches.kernel.org/6.6.14-064-gfs2-fix-kernel-BUG-in-gfs2_quota_cleanup.patch + patches.kernel.org/6.6.14-065-dlm-fix-format-seq-ops-type-4.patch + patches.kernel.org/6.6.14-066-crypto-virtio-Wait-for-tasklet-to-complete-on-.patch + patches.kernel.org/6.6.14-067-crypto-sahara-avoid-skcipher-fallback-code-dup.patch + patches.kernel.org/6.6.14-068-crypto-sahara-handle-zero-length-aes-requests.patch + patches.kernel.org/6.6.14-069-crypto-sahara-fix-ahash-reqsize.patch + patches.kernel.org/6.6.14-070-crypto-sahara-fix-wait_for_completion_timeout-.patch + patches.kernel.org/6.6.14-071-crypto-sahara-improve-error-handling-in-sahara.patch + patches.kernel.org/6.6.14-072-crypto-sahara-fix-processing-hash-requests-wit.patch + patches.kernel.org/6.6.14-073-crypto-sahara-do-not-resize-req-src-when-doing.patch + patches.kernel.org/6.6.14-074-crypto-scomp-fix-req-dst-buffer-overflow.patch + patches.kernel.org/6.6.14-075-csky-fix-arch_jump_label_transform_static-over.patch + patches.kernel.org/6.6.14-076-blocklayoutdriver-Fix-reference-leak-of-pnfs_d.patch + patches.kernel.org/6.6.14-077-NFS-Use-parent-s-objective-cred-in-nfs_access_.patch + patches.kernel.org/6.6.14-078-NFSv4.1-pnfs-Ensure-we-handle-the-error-NFS4ER.patch + patches.kernel.org/6.6.14-079-SUNRPC-fix-_xprt_switch_find_current_entry-log.patch + patches.kernel.org/6.6.14-080-pNFS-Fix-the-pnfs-block-driver-s-calculation-o.patch + patches.kernel.org/6.6.14-081-asm-generic-Fix-32-bit-__generic_cmpxchg_local.patch + patches.kernel.org/6.6.14-082-arm64-dts-qcom-qrb4210-rb2-don-t-force-usb-per.patch + patches.kernel.org/6.6.14-083-arm64-dts-qcom-sc8280xp-x13s-Use-the-correct-D.patch + patches.kernel.org/6.6.14-084-arm64-dts-qcom-sc8280xp-x13s-add-missing-camer.patch + patches.kernel.org/6.6.14-085-ARM-dts-qcom-msm8226-provide-dsi-phy-clocks-to.patch + patches.kernel.org/6.6.14-086-wifi-plfxlc-check-for-allocation-failure-in-pl.patch + patches.kernel.org/6.6.14-087-wifi-rtw88-fix-RX-filter-in-FIF_ALLMULTI-flag.patch + patches.kernel.org/6.6.14-088-bpf-lpm-Fix-check-prefixlen-before-walking-tri.patch + patches.kernel.org/6.6.14-089-bpf-Add-crosstask-check-to-__bpf_get_stack.patch + patches.kernel.org/6.6.14-090-wifi-ath11k-Defer-on-rproc_get-failure.patch + patches.kernel.org/6.6.14-091-wifi-libertas-stop-selecting-wext.patch + patches.kernel.org/6.6.14-092-ARM-dts-qcom-apq8064-correct-XOADC-register-ad.patch + patches.kernel.org/6.6.14-093-net-ncsi-Fix-netlink-major-minor-version-numbe.patch + patches.kernel.org/6.6.14-094-firmware-ti_sci-Fix-an-off-by-one-in-ti_sci_de.patch + patches.kernel.org/6.6.14-095-scsi-bfa-Use-the-proper-data-type-for-BLIST-fl.patch + patches.kernel.org/6.6.14-096-wifi-rtlwifi-rtl8821ae-phy-fix-an-undefined-bi.patch + patches.kernel.org/6.6.14-097-arm64-dts-ti-k3-am62a-main-Fix-GPIO-pin-count-.patch + patches.kernel.org/6.6.14-098-arm64-dts-ti-k3-am65-main-Fix-DSS-irq-trigger-.patch + patches.kernel.org/6.6.14-099-arm64-dts-ti-iot2050-Re-add-aliases.patch + patches.kernel.org/6.6.14-100-wifi-rtw88-sdio-Honor-the-host-max_req_size-in.patch + patches.kernel.org/6.6.14-101-selftests-bpf-Fix-erroneous-bitmask-operation.patch + patches.kernel.org/6.6.14-102-md-synchronize-flush-io-with-array-reconfigura.patch + patches.kernel.org/6.6.14-103-bpf-enforce-precision-of-R0-on-callback-return.patch + patches.kernel.org/6.6.14-104-ARM-dts-qcom-sdx65-correct-PCIe-EP-phy-names.patch + patches.kernel.org/6.6.14-105-ARM-dts-qcom-sdx65-correct-SPMI-node-name.patch + patches.kernel.org/6.6.14-106-dt-bindings-arm-qcom-Fix-html-link.patch + patches.kernel.org/6.6.14-107-arm64-dts-qcom-sc8180x-primus-Fix-HALL_INT-pol.patch + patches.kernel.org/6.6.14-108-arm64-dts-qcom-sm8450-correct-TX-Soundwire-clo.patch + patches.kernel.org/6.6.14-109-arm64-dts-qcom-sm8550-correct-TX-Soundwire-clo.patch + patches.kernel.org/6.6.14-110-arm64-dts-qcom-sc7180-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-111-arm64-dts-qcom-sc7280-Mark-some-nodes-as-reser.patch + patches.kernel.org/6.6.14-112-arm64-dts-qcom-sc7280-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-113-arm64-dts-qcom-sdm845-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-114-arm64-dts-qcom-sm8150-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-115-arm64-dts-qcom-sm8250-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-116-arm64-dts-qcom-sa8775p-Make-watchdog-bark-inte.patch + patches.kernel.org/6.6.14-117-arm64-dts-qcom-sc8280xp-Make-watchdog-bark-int.patch + patches.kernel.org/6.6.14-118-arm64-dts-qcom-sm6350-Make-watchdog-bark-inter.patch + patches.kernel.org/6.6.14-119-bpf-Add-map-and-need_defer-parameters-to-.map_.patch + patches.kernel.org/6.6.14-120-bpf-Defer-the-free-of-inner-map-when-necessary.patch + patches.kernel.org/6.6.14-121-selftests-net-specify-the-interface-when-do-ar.patch + patches.kernel.org/6.6.14-122-bpf-fix-check-for-attempt-to-corrupt-spilled-p.patch + patches.kernel.org/6.6.14-123-scsi-fnic-Return-error-if-vmalloc-failed.patch + patches.kernel.org/6.6.14-124-arm64-dts-qcom-qrb2210-rb1-Hook-up-USB3.patch + patches.kernel.org/6.6.14-125-arm64-dts-qcom-qrb2210-rb1-use-USB-host-mode.patch + patches.kernel.org/6.6.14-126-arm64-dts-qcom-qrb5165-rb5-correct-LED-panic-i.patch + patches.kernel.org/6.6.14-127-arm64-dts-qcom-sdm845-db845c-correct-LED-panic.patch + patches.kernel.org/6.6.14-128-arm64-dts-qcom-sm6125-add-interrupts-to-DWC3-U.patch + patches.kernel.org/6.6.14-129-arm64-dts-qcom-sm8350-Fix-DMA0-address.patch + patches.kernel.org/6.6.14-130-arm64-dts-qcom-sc7280-Fix-up-GPU-SIDs.patch + patches.kernel.org/6.6.14-131-arm64-dts-qcom-sc7280-Mark-Adreno-SMMU-as-DMA-.patch + patches.kernel.org/6.6.14-132-arm64-dts-qcom-sa8775p-fix-USB-wakeup-interrup.patch + patches.kernel.org/6.6.14-133-arm64-dts-qcom-sc7280-fix-usb_2-wakeup-interru.patch + patches.kernel.org/6.6.14-134-arm64-dts-qcom-sm8550-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.14-135-wifi-mt76-fix-typo-in-mt76_get_of_eeprom_from_.patch + patches.kernel.org/6.6.14-136-wifi-mt76-mt7915-fallback-to-non-wed-mode-if-p.patch + patches.kernel.org/6.6.14-137-wifi-mt76-mt7996-fix-the-size-of-struct-bss_ra.patch + patches.kernel.org/6.6.14-138-wifi-mt76-mt7996-fix-rate-usage-of-inband-disc.patch + patches.kernel.org/6.6.14-139-wifi-mt76-mt7915-fix-EEPROM-offset-of-TSSI-fla.patch + patches.kernel.org/6.6.14-140-wifi-mt76-mt7915-also-MT7981-is-3T3R-but-nss2-.patch + patches.kernel.org/6.6.14-141-wifi-mt76-mt7921s-fix-workqueue-problem-causes.patch + patches.kernel.org/6.6.14-142-bpf-Fix-verification-of-indirect-var-off-stack.patch + patches.kernel.org/6.6.14-143-arm64-dts-hisilicon-hikey970-pmic-fix-regulato.patch + patches.kernel.org/6.6.14-144-bpf-Guard-stack-limits-against-32bit-overflow.patch + patches.kernel.org/6.6.14-145-bpf-Fix-accesses-to-uninit-stack-slots.patch + patches.kernel.org/6.6.14-146-dt-bindings-media-mediatek-mdp3-correct-RDMA-a.patch + patches.kernel.org/6.6.14-147-arm64-dts-mediatek-mt8183-correct-MDP3-DMA-rel.patch + patches.kernel.org/6.6.14-148-arm64-dts-mediatek-mt8195-revise-VDOSYS-RDMA-n.patch + patches.kernel.org/6.6.14-149-arm64-dts-mediatek-mt8186-Fix-alias-prefix-for.patch + patches.kernel.org/6.6.14-150-arm64-dts-mediatek-mt8186-fix-address-warning-.patch + patches.kernel.org/6.6.14-151-wifi-mt76-mt7921-fix-country-count-limitation-.patch + patches.kernel.org/6.6.14-152-wifi-iwlwifi-don-t-support-triggered-EHT-CQI-f.patch + patches.kernel.org/6.6.14-153-selftests-bpf-Relax-time_tai-test-for-equal-ti.patch + patches.kernel.org/6.6.14-154-block-Set-memalloc_noio-to-false-on-device_add.patch + patches.kernel.org/6.6.14-155-arm64-dts-xilinx-Apply-overlays-to-base-dtbs.patch + patches.kernel.org/6.6.14-156-arm64-dts-renesas-white-hawk-cpu-Fix-missing-s.patch + patches.kernel.org/6.6.14-157-arm64-dts-imx8mm-Reduce-GPU-to-nominal-speed.patch + patches.kernel.org/6.6.14-158-scsi-ufs-qcom-Fix-the-return-value-of-ufs_qcom.patch + patches.kernel.org/6.6.14-159-scsi-ufs-qcom-Fix-the-return-value-when-platfo.patch + patches.kernel.org/6.6.14-160-scsi-hisi_sas-Replace-with-standard-error-code.patch + patches.kernel.org/6.6.14-161-scsi-hisi_sas-Check-before-using-pointer-varia.patch + patches.kernel.org/6.6.14-162-scsi-hisi_sas-Rollback-some-operations-if-FLR-.patch + patches.kernel.org/6.6.14-163-scsi-hisi_sas-Correct-the-number-of-global-deb.patch + patches.kernel.org/6.6.14-164-ARM-dts-stm32-don-t-mix-SCMI-and-non-SCMI-boar.patch + patches.kernel.org/6.6.14-165-bpf-Fix-a-race-condition-between-btf_put-and-m.patch + patches.kernel.org/6.6.14-166-selftests-net-fix-grep-checking-for-fib_nextho.patch + patches.kernel.org/6.6.14-167-ipmr-support-IP_PKTINFO-on-cache-report-IGMP-m.patch + patches.kernel.org/6.6.14-168-virtio-vsock-fix-logic-which-reduces-credit-up.patch + patches.kernel.org/6.6.14-169-virtio-vsock-send-credit-update-during-setting.patch + patches.kernel.org/6.6.14-170-dma-mapping-clear-dev-dma_mem-to-NULL-after-fr.patch + patches.kernel.org/6.6.14-171-bpf-Limit-the-number-of-uprobes-when-attaching.patch + patches.kernel.org/6.6.14-172-bpf-Limit-the-number-of-kprobes-when-attaching.patch + patches.kernel.org/6.6.14-173-arm64-dts-qcom-acer-aspire1-Correct-audio-code.patch + patches.kernel.org/6.6.14-174-soc-qcom-llcc-Fix-dis_cap_alloc-and-retain_on_.patch + patches.kernel.org/6.6.14-175-arm64-dts-qcom-sm6375-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.14-176-arm64-dts-qcom-sm6375-Hook-up-MPM.patch + patches.kernel.org/6.6.14-177-arm64-dts-qcom-sm8150-make-dispcc-cast-minimal.patch + patches.kernel.org/6.6.14-178-arm64-dts-qcom-sm8150-hdk-fix-SS-USB-regulator.patch + patches.kernel.org/6.6.14-179-soc-qcom-llcc-Fix-LLCC_TRP_ATTR2_CFGn-offset.patch + patches.kernel.org/6.6.14-180-block-add-check-of-minors-and-first_minor-in-d.patch + patches.kernel.org/6.6.14-181-arm64-dts-qcom-sc7280-Mark-SDHCI-hosts-as-cach.patch + patches.kernel.org/6.6.14-182-arm64-dts-qcom-ipq6018-fix-clock-rates-for-GCC.patch + patches.kernel.org/6.6.14-183-arm64-dts-qcom-sm8550-Separate-out-X3-idle-sta.patch + patches.kernel.org/6.6.14-184-arm64-dts-qcom-sm8550-Update-idle-state-time-r.patch + patches.kernel.org/6.6.14-185-arm64-dts-qcom-sc8180x-Mark-PCIe-hosts-cache-c.patch + patches.kernel.org/6.6.14-186-arm64-dts-qcom-sc8180x-switch-PCIe-QMP-PHY-to-.patch + patches.kernel.org/6.6.14-187-arm64-dts-qcom-sc8180x-Fix-up-PCIe-nodes.patch + patches.kernel.org/6.6.14-188-bpf-Re-enable-unit_size-checking-for-global-pe.patch + patches.kernel.org/6.6.14-189-bpf-Use-pcpu_alloc_size-in-bpf_mem_free-_rcu.patch + patches.kernel.org/6.6.14-190-bpf-Use-c-unit_size-to-select-target-cache-dur.patch + patches.kernel.org/6.6.14-191-wifi-rtlwifi-add-calculate_bit_shift.patch + patches.kernel.org/6.6.14-192-wifi-rtlwifi-rtl8188ee-phy-using-calculate_bit.patch + patches.kernel.org/6.6.14-193-wifi-rtlwifi-rtl8192c-using-calculate_bit_shif.patch + patches.kernel.org/6.6.14-194-wifi-rtlwifi-rtl8192cu-using-calculate_bit_shi.patch + patches.kernel.org/6.6.14-195-wifi-rtlwifi-rtl8192ce-using-calculate_bit_shi.patch + patches.kernel.org/6.6.14-196-wifi-rtlwifi-rtl8192de-using-calculate_bit_shi.patch + patches.kernel.org/6.6.14-197-wifi-rtlwifi-rtl8192ee-using-calculate_bit_shi.patch + patches.kernel.org/6.6.14-198-wifi-rtlwifi-rtl8192se-using-calculate_bit_shi.patch + patches.kernel.org/6.6.14-199-wifi-iwlwifi-mvm-set-siso-mimo-chains-to-1-in-.patch + patches.kernel.org/6.6.14-200-wifi-iwlwifi-mvm-send-TX-path-flush-in-rfkill.patch + patches.kernel.org/6.6.14-201-wifi-iwlwifi-fix-out-of-bound-copy_from_user.patch + patches.kernel.org/6.6.14-202-wifi-iwlwifi-assign-phy_ctxt-before-eSR-activa.patch + patches.kernel.org/6.6.14-203-netfilter-nf_tables-mark-newset-as-dead-on-tra.patch + patches.kernel.org/6.6.14-204-netfilter-nf_tables-validate-chain-type-update.patch + patches.kernel.org/6.6.14-205-Bluetooth-Fix-bogus-check-for-re-auth-no-suppo.patch + patches.kernel.org/6.6.14-206-Bluetooth-btnxpuart-fix-recv_buf-return-value.patch + patches.kernel.org/6.6.14-207-Bluetooth-btmtkuart-fix-recv_buf-return-value.patch + patches.kernel.org/6.6.14-208-null_blk-don-t-cap-max_hw_sectors-to-BLK_DEF_M.patch + patches.kernel.org/6.6.14-209-arm64-dts-rockchip-Fix-led-pinctrl-of-lubancat.patch + patches.kernel.org/6.6.14-210-wifi-cfg80211-correct-comment-about-MLD-ID.patch + patches.kernel.org/6.6.14-211-wifi-cfg80211-parse-all-ML-elements-in-an-ML-p.patch + patches.kernel.org/6.6.14-212-bpf-sockmap-fix-proto-update-hook-to-avoid-dup.patch + patches.kernel.org/6.6.14-213-sctp-support-MSG_ERRQUEUE-flag-in-recvmsg.patch + patches.kernel.org/6.6.14-214-sctp-fix-busy-polling.patch + patches.kernel.org/6.6.14-215-blk-cgroup-fix-rcu-lockdep-warning-in-blkg_loo.patch + patches.kernel.org/6.6.14-216-net-sched-act_ct-fix-skb-leak-and-crash-on-ooo.patch + patches.kernel.org/6.6.14-217-mlxbf_gige-Fix-intermittent-no-ip-issue.patch + patches.kernel.org/6.6.14-218-mlxbf_gige-Enable-the-GigE-port-in-mlxbf_gige_.patch + patches.kernel.org/6.6.14-219-rxrpc-Fix-skbuff-cleanup-of-call-s-recvmsg_que.patch + patches.kernel.org/6.6.14-220-ip6_tunnel-fix-NEXTHDR_FRAGMENT-handling-in-ip.patch + patches.kernel.org/6.6.14-221-ARM-davinci-always-select-CONFIG_CPU_ARM926T.patch + patches.kernel.org/6.6.14-222-Revert-drm-tidss-Annotate-dma-fence-critical-s.patch + patches.kernel.org/6.6.14-223-Revert-drm-omapdrm-Annotate-dma-fence-critical.patch + patches.kernel.org/6.6.14-224-drm-dp_mst-Fix-fractional-DSC-bpp-handling.patch + patches.kernel.org/6.6.14-225-drm-panfrost-Really-power-off-GPU-cores-in-pan.patch + patches.kernel.org/6.6.14-226-RDMA-usnic-Silence-uninitialized-symbol-smatch.patch + patches.kernel.org/6.6.14-227-RDMA-hns-Fix-inappropriate-err-code-for-unsupp.patch + patches.kernel.org/6.6.14-228-drm-panel-nv3051d-Hold-panel-in-reset-for-unpr.patch + patches.kernel.org/6.6.14-229-drm-panel-elida-kd35t133-hold-panel-in-reset-f.patch + patches.kernel.org/6.6.14-230-drm-nouveau-fence-fix-warning-directly-derefer.patch + patches.kernel.org/6.6.14-231-drm-bridge-tpd12s015-Drop-buggy-__exit-annotat.patch + patches.kernel.org/6.6.14-232-drm-tilcdc-Fix-irq-free-on-unload.patch + patches.kernel.org/6.6.14-233-media-pvrusb2-fix-use-after-free-on-context-di.patch + patches.kernel.org/6.6.14-234-media-mtk-jpeg-Remove-cancel-worker-in-mtk_jpe.patch + patches.kernel.org/6.6.14-235-media-visl-Hook-the-TRY_-DECODER_CMD-stateless.patch + patches.kernel.org/6.6.14-236-media-verisilicon-Hook-the-TRY_-DECODER_CMD-st.patch + patches.kernel.org/6.6.14-237-media-rkvdec-Hook-the-TRY_-DECODER_CMD-statele.patch + patches.kernel.org/6.6.14-238-media-amphion-Fix-VPU-core-alias-name.patch + patches.kernel.org/6.6.14-239-drm-bridge-Fix-typo-in-post_disable-descriptio.patch + patches.kernel.org/6.6.14-240-f2fs-fix-to-avoid-dirent-corruption.patch + patches.kernel.org/6.6.14-241-drm-radeon-r600_cs-Fix-possible-int-overflows-.patch + patches.kernel.org/6.6.14-242-drm-radeon-r100-Fix-integer-overflow-issues-in.patch + patches.kernel.org/6.6.14-243-drm-radeon-check-return-value-of-radeon_ring_l.patch + patches.kernel.org/6.6.14-244-drm-tidss-Move-reset-to-the-end-of-dispc_init.patch + patches.kernel.org/6.6.14-245-drm-tidss-Return-error-value-from-from-softres.patch + patches.kernel.org/6.6.14-246-drm-tidss-Check-for-K2G-in-in-dispc_softreset.patch + patches.kernel.org/6.6.14-247-drm-tidss-Fix-dss-reset.patch + patches.kernel.org/6.6.14-248-drm-imx-lcdc-Fix-double-free-of-driver-data.patch + patches.kernel.org/6.6.14-249-ASoC-cs35l33-Fix-GPIO-name-and-drop-legacy-inc.patch + patches.kernel.org/6.6.14-250-drm-msm-mdp4-flush-vblank-event-on-disable.patch + patches.kernel.org/6.6.14-251-drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8180.patch + patches.kernel.org/6.6.14-252-drm-msm-dsi-Use-pm_runtime_resume_and_get-to-p.patch + patches.kernel.org/6.6.14-253-drm-drv-propagate-errors-from-drm_modeset_regi.patch + patches.kernel.org/6.6.14-254-media-v4l-async-Fix-duplicated-list-deletion.patch + patches.kernel.org/6.6.14-255-ASoC-Intel-glk_rt5682_max98357a-fix-board-id-m.patch + patches.kernel.org/6.6.14-256-ASoC-Intel-sof_sdw_rt_sdca_jack_common-ctx-hea.patch + patches.kernel.org/6.6.14-257-ASoC-SOF-topology-Use-partial-match-for-discon.patch + patches.kernel.org/6.6.14-258-drm-panfrost-Ignore-core_mask-for-poweroff-and.patch + patches.kernel.org/6.6.14-259-drm-msm-dpu-correct-clk-bit-for-WB2-block.patch + patches.kernel.org/6.6.14-260-drm-radeon-check-the-alloc_workqueue-return-va.patch + patches.kernel.org/6.6.14-261-drm-radeon-dpm-fix-a-memleak-in-sumo_parse_pow.patch + patches.kernel.org/6.6.14-262-drm-radeon-trinity_dpm-fix-a-memleak-in-trinit.patch + patches.kernel.org/6.6.14-263-drm-bridge-cdns-mhdp8546-Fix-use-of-uninitiali.patch + patches.kernel.org/6.6.14-264-drm-bridge-tc358767-Fix-return-value-on-error-.patch + patches.kernel.org/6.6.14-265-media-cx231xx-fix-a-memleak-in-cx231xx_init_is.patch + patches.kernel.org/6.6.14-266-RDMA-hns-Fix-memory-leak-in-free_mr_init.patch + patches.kernel.org/6.6.14-267-clk-qcom-gpucc-sm8150-Update-the-gpu_cc_pll1-c.patch + patches.kernel.org/6.6.14-268-media-bttv-start_streaming-should-return-a-pro.patch + patches.kernel.org/6.6.14-269-media-bttv-add-back-vbi-hack.patch + patches.kernel.org/6.6.14-270-media-imx-mipi-csis-Fix-clock-handling-in-remo.patch + patches.kernel.org/6.6.14-271-media-imx-mipi-csis-Drop-extra-clock-enable-at.patch + patches.kernel.org/6.6.14-272-media-dt-bindings-media-rkisp1-Fix-the-port-de.patch + patches.kernel.org/6.6.14-273-media-rkisp1-Fix-media-device-memory-leak.patch + patches.kernel.org/6.6.14-274-drm-msm-adreno-Fix-A680-chip-id.patch + patches.kernel.org/6.6.14-275-drm-panel-st7701-Fix-AVCL-calculation.patch + patches.kernel.org/6.6.14-276-f2fs-fix-to-wait-on-block-writeback-for-post_r.patch + patches.kernel.org/6.6.14-277-f2fs-fix-to-check-compress-file-in-f2fs_move_f.patch + patches.kernel.org/6.6.14-278-f2fs-fix-to-update-iostat-correctly-in-f2fs_fi.patch + patches.kernel.org/6.6.14-279-media-dvbdev-drop-refcount-on-error-path-in-dv.patch + patches.kernel.org/6.6.14-280-media-dvb-frontends-m88ds3103-Fix-a-memory-lea.patch + patches.kernel.org/6.6.14-281-clk-renesas-rzg2l-cpg-Reuse-code-in-rzg2l_cpg_.patch + patches.kernel.org/6.6.14-282-clk-renesas-rzg2l-Check-reset-monitor-register.patch + patches.kernel.org/6.6.14-283-drm-msm-dpu-Set-input_sel-bit-for-INTF.patch + patches.kernel.org/6.6.14-284-drm-msm-dpu-Drop-enable-and-frame_count-parame.patch + patches.kernel.org/6.6.14-285-drm-mediatek-Return-error-if-MDP-RDMA-failed-t.patch + patches.kernel.org/6.6.14-286-drm-mediatek-Remove-the-redundant-driver-data-.patch + patches.kernel.org/6.6.14-287-drm-mediatek-Fix-underrun-in-VDO1-when-switche.patch + patches.kernel.org/6.6.14-288-drm-amdgpu-debugfs-fix-error-code-when-smc-reg.patch + patches.kernel.org/6.6.14-289-drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch + patches.kernel.org/6.6.14-290-drivers-amd-pm-fix-a-use-after-free-in-kv_pars.patch + patches.kernel.org/6.6.14-291-gpu-drm-radeon-fix-two-memleaks-in-radeon_vm_i.patch + patches.kernel.org/6.6.14-292-drm-amd-pm-fix-a-double-free-in-amdgpu_parse_e.patch + patches.kernel.org/6.6.14-293-f2fs-fix-to-check-return-value-of-f2fs_recover.patch + patches.kernel.org/6.6.14-294-dt-bindings-clock-Update-the-videocc-resets-fo.patch + patches.kernel.org/6.6.14-295-clk-qcom-videocc-sm8150-Update-the-videocc-res.patch + patches.kernel.org/6.6.14-296-clk-qcom-videocc-sm8150-Add-missing-PLL-config.patch + patches.kernel.org/6.6.14-297-clk-sp7021-fix-return-value-check-in-sp7021_cl.patch + patches.kernel.org/6.6.14-298-drivers-clk-zynqmp-calculate-closest-mux-rate.patch + patches.kernel.org/6.6.14-299-drivers-clk-zynqmp-update-divider-round-rate-l.patch + patches.kernel.org/6.6.14-300-watchdog-set-cdev-owner-before-adding.patch + patches.kernel.org/6.6.14-301-watchdog-hpwdt-Only-claim-UNKNOWN-NMI-if-from-.patch + patches.kernel.org/6.6.14-302-watchdog-bcm2835_wdt-Fix-WDIOC_SETTIMEOUT-hand.patch + patches.kernel.org/6.6.14-303-watchdog-rti_wdt-Drop-runtime-pm-reference-cou.patch + patches.kernel.org/6.6.14-304-clk-rs9-Fix-DIF-OEn-bit-placement-on-9FGV0241.patch + patches.kernel.org/6.6.14-305-clk-si5341-fix-an-error-code-problem-in-si5341.patch + patches.kernel.org/6.6.14-306-ASoC-amd-vangogh-Drop-conflicting-ACPI-based-p.patch + patches.kernel.org/6.6.14-307-ASoC-tas2781-add-support-for-FW-version-0x0503.patch + patches.kernel.org/6.6.14-308-drm-mediatek-dp-Add-phy_mtk_dp-module-as-pre-d.patch + patches.kernel.org/6.6.14-309-accel-habanalabs-fix-information-leak-in-sec_a.patch + patches.kernel.org/6.6.14-310-clk-qcom-gcc-sm8550-Add-the-missing-RETAIN_FF_.patch + patches.kernel.org/6.6.14-311-clk-qcom-gcc-sm8550-Mark-the-PCIe-GDSCs-votabl.patch + patches.kernel.org/6.6.14-312-clk-qcom-gcc-sm8550-use-collapse-voting-for-PC.patch + patches.kernel.org/6.6.14-313-clk-qcom-gcc-sm8550-Mark-RCGs-shared-where-app.patch + patches.kernel.org/6.6.14-314-clk-qcom-dispcc-sm8550-Update-disp-PLL-setting.patch + patches.kernel.org/6.6.14-315-clk-fixed-rate-fix-clk_hw_register_fixed_rate_.patch + patches.kernel.org/6.6.14-316-pwm-stm32-Use-hweight32-in-stm32_pwm_detect_ch.patch + patches.kernel.org/6.6.14-317-pwm-stm32-Fix-enable-count-for-clk-in-.probe.patch + patches.kernel.org/6.6.14-318-ASoC-rt5645-Drop-double-EF20-entry-from-dmi_pl.patch + patches.kernel.org/6.6.14-319-ALSA-scarlett2-Add-missing-error-check-to-scar.patch + patches.kernel.org/6.6.14-320-ALSA-scarlett2-Add-missing-error-check-to-scar.patch + patches.kernel.org/6.6.14-321-ALSA-scarlett2-Allow-passing-any-output-to-lin.patch + patches.kernel.org/6.6.14-322-ALSA-scarlett2-Add-missing-error-checks-to-_ct.patch + patches.kernel.org/6.6.14-323-ALSA-scarlett2-Add-clamp-in-scarlett2_mixer_ct.patch + patches.kernel.org/6.6.14-324-mmc-sdhci_am654-Fix-TI-SoC-dependencies.patch + patches.kernel.org/6.6.14-325-mmc-sdhci_omap-Fix-TI-SoC-dependencies.patch + patches.kernel.org/6.6.14-326-drm-amdkfd-Fix-type-of-dbg_flags-in-struct-kfd.patch + patches.kernel.org/6.6.14-327-gpiolib-make-gpio_device_get-and-gpio_device_p.patch + patches.kernel.org/6.6.14-328-gpiolib-provide-gpio_device_find.patch + patches.kernel.org/6.6.14-329-gpio-sysfs-drop-the-mention-of-gpiochip_find-f.patch + patches.kernel.org/6.6.14-330-IB-iser-Prevent-invalidating-wrong-MR.patch + patches.kernel.org/6.6.14-331-drm-amdkfd-Confirm-list-is-non-empty-before-ut.patch + patches.kernel.org/6.6.14-332-drm-amd-pm-smu7-fix-a-memleak-in-smu7_hwmgr_ba.patch + patches.kernel.org/6.6.14-333-drm-amd-display-avoid-stringop-overflow-warnin.patch + patches.kernel.org/6.6.14-334-kselftest-alsa-mixer-test-fix-the-number-of-pa.patch + patches.kernel.org/6.6.14-335-kselftest-alsa-mixer-test-Fix-the-print-format.patch + patches.kernel.org/6.6.14-336-kselftest-alsa-conf-Stringify-the-printed-errn.patch + patches.kernel.org/6.6.14-337-ksmbd-validate-the-zero-field-of-packet-header.patch + patches.kernel.org/6.6.14-338-of-Fix-double-free-in-of_parse_phandle_with_ar.patch + patches.kernel.org/6.6.14-339-fbdev-imxfb-fix-left-margin-setting.patch + patches.kernel.org/6.6.14-340-of-unittest-Fix-of_count_phandle_with_args-exp.patch + patches.kernel.org/6.6.14-341-class-fix-use-after-free-in-class_register.patch + patches.kernel.org/6.6.14-342-kernfs-convert-kernfs_idr_lock-to-an-irq-safe-.patch + patches.kernel.org/6.6.14-343-Revert-kernfs-convert-kernfs_idr_lock-to-an-ir.patch + patches.kernel.org/6.6.14-344-selftests-bpf-Add-assert-for-user-stacks-in-te.patch + patches.kernel.org/6.6.14-345-keys-dns-Fix-size-check-of-V1-server-list-head.patch + patches.kernel.org/6.6.14-346-binder-fix-async-space-check-for-0-sized-buffe.patch + patches.kernel.org/6.6.14-347-binder-fix-unused-alloc-free_async_space.patch + patches.kernel.org/6.6.14-348-mips-smp-Call-rcutree_report_cpu_starting-earl.patch + patches.kernel.org/6.6.14-349-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch + patches.kernel.org/6.6.14-350-rust-Ignore-preserve-most-functions.patch + patches.kernel.org/6.6.14-351-Revert-drm-amdkfd-Relocate-TBA-TMA-to-opposite.patch + patches.kernel.org/6.6.14-352-xen-netback-don-t-produce-zero-size-SKB-frags.patch + patches.kernel.org/6.6.14-353-binder-fix-race-between-mmput-and-do_exit.patch + patches.kernel.org/6.6.14-354-clocksource-drivers-timer-ti-dm-Fix-make-W-n-k.patch + patches.kernel.org/6.6.14-355-powerpc-64s-Increase-default-stack-size-to-32K.patch + patches.kernel.org/6.6.14-356-tick-sched-Fix-idle-and-iowait-sleeptime-accou.patch + patches.kernel.org/6.6.14-357-Revert-usb-gadget-f_uvc-change-endpoint-alloca.patch + patches.kernel.org/6.6.14-358-usb-phy-mxs-remove-CONFIG_USB_OTG-condition-fo.patch + patches.kernel.org/6.6.14-359-usb-dwc-ep0-Update-request-status-in-dwc3_ep0_.patch + patches.kernel.org/6.6.14-360-usb-dwc3-gadget-Handle-EP0-request-dequeuing-p.patch + patches.kernel.org/6.6.14-361-usb-dwc3-gadget-Queue-PM-runtime-idle-on-disco.patch + patches.kernel.org/6.6.14-362-Revert-usb-dwc3-Soft-reset-phy-on-probe-for-ho.patch + patches.kernel.org/6.6.14-363-Revert-usb-dwc3-don-t-reset-device-side-if-dwc.patch + patches.kernel.org/6.6.14-364-usb-chipidea-wait-controller-resume-finished-f.patch + patches.kernel.org/6.6.14-365-usb-cdns3-fix-uvc-failure-work-since-sg-suppor.patch + patches.kernel.org/6.6.14-366-usb-cdns3-fix-iso-transfer-error-when-mult-is-.patch + patches.kernel.org/6.6.14-367-usb-cdns3-Fix-uvc-fail-when-DMA-cross-4k-bound.patch + patches.kernel.org/6.6.14-368-Revert-usb-typec-class-fix-typec_altmode_put_p.patch + patches.kernel.org/6.6.14-369-usb-typec-class-fix-typec_altmode_put_partner-.patch + patches.kernel.org/6.6.14-370-usb-mon-Fix-atomicity-violation-in-mon_bin_vma.patch + patches.kernel.org/6.6.14-371-dt-bindings-phy-qcom-sc8280xp-qmp-usb43dp-phy-.patch + patches.kernel.org/6.6.14-372-serial-core-fix-sanitizing-check-for-RTS-setti.patch + patches.kernel.org/6.6.14-373-serial-core-make-sure-RS485-cannot-be-enabled-.patch + patches.kernel.org/6.6.14-374-serial-8250_bcm2835aux-Restore-clock-error-han.patch + patches.kernel.org/6.6.14-375-serial-core-imx-do-not-set-RS485-enabled-if-it.patch + patches.kernel.org/6.6.14-376-serial-imx-Ensure-that-imx_uart_rs485_config-i.patch + patches.kernel.org/6.6.14-377-serial-8250_exar-Set-missing-rs485_supported-f.patch + patches.kernel.org/6.6.14-378-serial-omap-do-not-override-settings-for-RS485.patch + patches.kernel.org/6.6.14-379-ALSA-oxygen-Fix-right-channel-of-capture-volum.patch + patches.kernel.org/6.6.14-380-ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-.patch + patches.kernel.org/6.6.14-381-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch + patches.kernel.org/6.6.14-382-ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-.patch + patches.kernel.org/6.6.14-383-ksmbd-validate-mech-token-in-session-setup.patch + patches.kernel.org/6.6.14-384-ksmbd-fix-UAF-issue-in-ksmbd_tcp_new_connectio.patch + patches.kernel.org/6.6.14-385-ksmbd-only-v2-leases-handle-the-directory.patch + patches.kernel.org/6.6.14-386-ceph-select-FS_ENCRYPTION_ALGS-if-FS_ENCRYPTIO.patch + patches.kernel.org/6.6.14-387-LoongArch-Fix-and-simplify-fcsr-initialization.patch + patches.kernel.org/6.6.14-388-io_uring-don-t-check-iopoll-if-request-complet.patch + patches.kernel.org/6.6.14-389-io_uring-rw-ensure-io-bytes_done-is-always-ini.patch + patches.kernel.org/6.6.14-390-io_uring-ensure-local-task_work-is-run-on-wait.patch + patches.kernel.org/6.6.14-391-fbdev-acornfb-Fix-name-of-fb_ops-initializer-m.patch + patches.kernel.org/6.6.14-392-fbdev-flush-deferred-work-in-fb_deferred_io_fs.patch + patches.kernel.org/6.6.14-393-fbdev-flush-deferred-IO-before-closing.patch + patches.kernel.org/6.6.14-394-scsi-ufs-core-Simplify-power-management-during.patch + patches.kernel.org/6.6.14-395-scsi-target-core-add-missing-file_-start-end-_.patch + patches.kernel.org/6.6.14-396-scsi-mpi3mr-Refresh-sdev-queue-depth-after-con.patch + patches.kernel.org/6.6.14-397-scsi-mpi3mr-Clean-up-block-devices-post-contro.patch + patches.kernel.org/6.6.14-398-scsi-mpi3mr-Block-PEL-Enable-Command-on-Contro.patch + patches.kernel.org/6.6.14-399-drm-amd-Enable-PCIe-PME-from-D3.patch + patches.kernel.org/6.6.14-400-block-add-check-that-partition-length-needs-to.patch + patches.kernel.org/6.6.14-401-block-Remove-special-casing-of-compound-pages.patch + patches.kernel.org/6.6.14-402-block-Fix-iterating-over-an-empty-bio-with-bio.patch + patches.kernel.org/6.6.14-403-netfilter-nf_tables-check-if-catch-all-set-ele.patch + patches.kernel.org/6.6.14-404-pwm-jz4740-Don-t-use-dev_err_probe-in-.request.patch + patches.kernel.org/6.6.14-405-pwm-Fix-out-of-bounds-access-in-of_pwm_single_.patch + patches.kernel.org/6.6.14-406-md-raid1-Use-blk_opf_t-for-read-and-write-oper.patch + patches.kernel.org/6.6.14-407-rootfs-Fix-support-for-rootfstype-when-root-is.patch + patches.kernel.org/6.6.14-408-Bluetooth-Fix-atomicity-violation-in-min-max-_.patch + patches.kernel.org/6.6.14-409-bpf-Fix-re-attachment-branch-in-bpf_tracing_pr.patch + patches.kernel.org/6.6.14-410-iommu-arm-smmu-qcom-Add-missing-GMU-entry-to-m.patch + patches.kernel.org/6.6.14-411-iommu-dma-Trace-bounce-buffer-usage-when-mappi.patch + patches.kernel.org/6.6.14-412-wifi-mt76-fix-broken-precal-loading-from-MTD-f.patch + patches.kernel.org/6.6.14-413-wifi-rtlwifi-Remove-bogus-and-dangerous-ASPM-d.patch + patches.kernel.org/6.6.14-414-wifi-rtlwifi-Convert-LNKCTL-change-to-PCIe-cap.patch + patches.kernel.org/6.6.14-415-wifi-mwifiex-add-extra-delay-for-firmware-read.patch + patches.kernel.org/6.6.14-416-wifi-mwifiex-configure-BSSID-consistently-when.patch + patches.kernel.org/6.6.14-417-wifi-mwifiex-fix-uninitialized-firmware_stat.patch + patches.kernel.org/6.6.14-418-net-stmmac-fix-ethtool-per-queue-statistics.patch + patches.kernel.org/6.6.14-419-Revert-net-rtnetlink-Enslave-device-before-bri.patch + patches.kernel.org/6.6.14-420-Revert-nSVM-Check-for-reserved-encodings-of-TL.patch + patches.kernel.org/6.6.14-421-cxl-port-Fix-decoder-initialization-when-nr_ta.patch + patches.kernel.org/6.6.14-422-PCI-P2PDMA-Remove-reference-to-pci_p2pdma_map_.patch + patches.kernel.org/6.6.14-423-x86-pci-Reserve-ECAM-if-BIOS-didn-t-include-it.patch + patches.kernel.org/6.6.14-424-PCI-dwc-endpoint-Fix-dw_pcie_ep_raise_msix_irq.patch + patches.kernel.org/6.6.14-425-PCI-mediatek-Clear-interrupt-status-before-dis.patch + patches.kernel.org/6.6.14-426-x86-kvm-Do-not-try-to-disable-kvmclock-if-it-w.patch + patches.kernel.org/6.6.14-427-KVM-arm64-vgic-v4-Restore-pending-state-on-hos.patch + patches.kernel.org/6.6.14-428-KVM-arm64-vgic-its-Avoid-potential-UAF-in-LPI-.patch + patches.kernel.org/6.6.14-429-KVM-x86-pmu-Move-PMU-reset-logic-to-common-x86.patch + patches.kernel.org/6.6.14-430-KVM-x86-pmu-Reset-the-PMU-i.e.-stop-counters-b.patch + patches.kernel.org/6.6.14-431-iio-adc-ad7091r-Pass-iio_dev-to-event-handler.patch + patches.kernel.org/6.6.14-432-HID-sensor-hub-Enable-hid-core-report-processi.patch + patches.kernel.org/6.6.14-433-HID-wacom-Correct-behavior-when-processing-som.patch + patches.kernel.org/6.6.14-434-serial-sc16is7xx-add-check-for-unsupported-SPI.patch + patches.kernel.org/6.6.14-435-serial-sc16is7xx-set-safe-default-SPI-clock-fr.patch + patches.kernel.org/6.6.14-436-ARM-9330-1-davinci-also-select-PINCTRL.patch + patches.kernel.org/6.6.14-437-mfd-rk8xx-fixup-devices-registration-with-PLAT.patch + patches.kernel.org/6.6.14-438-mfd-cs42l43-Correct-SoundWire-port-list.patch + patches.kernel.org/6.6.14-439-mfd-syscon-Fix-null-pointer-dereference-in-of_.patch + patches.kernel.org/6.6.14-440-leds-aw2013-Select-missing-dependency-REGMAP_I.patch + patches.kernel.org/6.6.14-441-leds-aw200xx-Fix-write-to-DIM-parameter.patch + patches.kernel.org/6.6.14-442-mfd-tps6594-Add-null-pointer-check-to-tps6594_.patch + patches.kernel.org/6.6.14-443-mfd-intel-lpss-Fix-the-fractional-clock-divide.patch + patches.kernel.org/6.6.14-444-srcu-Use-try-lock-lockdep-annotation-for-NMI-s.patch + patches.kernel.org/6.6.14-445-mips-dmi-Fix-early-remap-on-MIPS32.patch + patches.kernel.org/6.6.14-446-mips-Fix-incorrect-max_low_pfn-adjustment.patch + patches.kernel.org/6.6.14-447-um-virt-pci-fix-platform-map-offset.patch + patches.kernel.org/6.6.14-448-riscv-Check-if-the-code-to-patch-lies-in-the-e.patch + patches.kernel.org/6.6.14-449-riscv-Fix-module_alloc-that-did-not-reset-the-.patch + patches.kernel.org/6.6.14-450-riscv-Fix-set_memory_XX-and-set_direct_map_XX-.patch + patches.kernel.org/6.6.14-451-riscv-Fix-set_direct_map_default_noflush-to-re.patch + patches.kernel.org/6.6.14-452-riscv-Fixed-wrong-register-in-XIP_FIXUP_FLASH_.patch + patches.kernel.org/6.6.14-453-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch + patches.kernel.org/6.6.14-454-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch + patches.kernel.org/6.6.14-455-power-supply-cw2015-correct-time_to_empty-unit.patch + patches.kernel.org/6.6.14-456-power-supply-bq256xx-fix-some-problem-in-bq256.patch + patches.kernel.org/6.6.14-457-PCI-Avoid-potential-out-of-bounds-read-in-pci_.patch + patches.kernel.org/6.6.14-458-serial-8250-omap-Don-t-skip-resource-freeing-i.patch + patches.kernel.org/6.6.14-459-iommu-Map-reserved-memory-as-cacheable-if-devi.patch + patches.kernel.org/6.6.14-460-perf-test-Remove-atomics-from-test_loop-to-avo.patch + patches.kernel.org/6.6.14-461-perf-header-Fix-segfault-on-build_mem_topology.patch + patches.kernel.org/6.6.14-462-libapi-Add-missing-linux-types.h-header-to-get.patch + patches.kernel.org/6.6.14-463-perf-test-record-user-regs-Fix-mask-for-vg-reg.patch + patches.kernel.org/6.6.14-464-vfio-pds-Fix-calculations-in-pds_vfio_dirty_sy.patch + patches.kernel.org/6.6.14-465-perf-vendor-events-arm64-AmpereOne-Rename-BPU_.patch + patches.kernel.org/6.6.14-466-perf-mem-Fix-error-on-hybrid-related-to-availa.patch + patches.kernel.org/6.6.14-467-perf-stat-Exit-perf-stat-if-parse-groups-fails.patch + patches.kernel.org/6.6.14-468-base-node.c-initialize-the-accessor-list-befor.patch + patches.kernel.org/6.6.14-469-acpi-property-Let-args-be-NULL-in-__acpi_node_.patch + patches.kernel.org/6.6.14-470-software-node-Let-args-be-NULL-in-software_nod.patch + patches.kernel.org/6.6.14-471-serial-imx-fix-tx-statemachine-deadlock.patch + patches.kernel.org/6.6.14-472-selftests-sgx-Fix-uninitialized-pointer-derefe.patch + patches.kernel.org/6.6.14-473-selftests-sgx-Fix-uninitialized-pointer-derefe.patch + patches.kernel.org/6.6.14-474-selftests-sgx-Include-memory-clobber-for-inlin.patch + patches.kernel.org/6.6.14-475-selftests-sgx-Skip-non-X86_64-platform.patch + patches.kernel.org/6.6.14-476-iio-adc-ad9467-fix-reset-gpio-handling.patch + patches.kernel.org/6.6.14-477-iio-adc-ad9467-don-t-ignore-error-codes.patch + patches.kernel.org/6.6.14-478-iio-adc-ad9467-add-mutex-to-struct-ad9467_stat.patch + patches.kernel.org/6.6.14-479-iio-adc-ad9467-fix-scale-setting.patch + patches.kernel.org/6.6.14-480-perf-header-Fix-one-memory-leakage-in-perf_eve.patch + patches.kernel.org/6.6.14-481-perf-hisi-ptt-Fix-one-memory-leakage-in-hisi_p.patch + patches.kernel.org/6.6.14-482-perf-genelf-Set-ELF-program-header-addresses-p.patch + patches.kernel.org/6.6.14-483-perf-unwind-libdw-Handle-JIT-generated-DSOs-pr.patch + patches.kernel.org/6.6.14-484-perf-unwind-libunwind-Fix-base-address-for-.eh.patch + patches.kernel.org/6.6.14-485-bus-mhi-ep-Do-not-allocate-event-ring-element-.patch + patches.kernel.org/6.6.14-486-bus-mhi-ep-Use-slab-allocator-where-applicable.patch + patches.kernel.org/6.6.14-487-bus-mhi-ep-Pass-mhi_ep_buf_info-struct-to-read.patch + patches.kernel.org/6.6.14-488-PCI-epf-mhi-Fix-the-DMA-data-direction-of-dma_.patch + patches.kernel.org/6.6.14-489-tty-early-return-from-send_break-on-TTY_DRIVER.patch + patches.kernel.org/6.6.14-490-tty-don-t-check-for-signal_pending-in-send_bre.patch + patches.kernel.org/6.6.14-491-tty-use-if-in-send_break-instead-of-goto.patch + patches.kernel.org/6.6.14-492-usb-cdc-acm-return-correct-error-code-on-unsup.patch + patches.kernel.org/6.6.14-493-spmi-mtk-pmif-Serialize-PMIF-status-check-and-.patch + patches.kernel.org/6.6.14-494-usb-gadget-webcam-Make-g_webcam-loadable-again.patch + patches.kernel.org/6.6.14-495-iommu-Don-t-reserve-0-length-IOVA-region.patch + patches.kernel.org/6.6.14-496-power-supply-Fix-null-pointer-dereference-in-s.patch + patches.kernel.org/6.6.14-497-vdpa-Fix-an-error-handling-path-in-eni_vdpa_pr.patch + patches.kernel.org/6.6.14-498-apparmor-Fix-ref-count-leak-in-task_kill.patch + patches.kernel.org/6.6.14-499-nvmet-tcp-Fix-a-kernel-panic-when-host-sends-a.patch + patches.kernel.org/6.6.14-500-nvmet-tcp-fix-a-crash-in-nvmet_req_complete.patch + patches.kernel.org/6.6.14-501-perf-env-Avoid-recursively-taking-env-bpf_prog.patch + patches.kernel.org/6.6.14-502-perf-stat-Fix-hard-coded-LL-miss-units.patch + patches.kernel.org/6.6.14-503-cxl-region-fix-x9-interleave-typo.patch + patches.kernel.org/6.6.14-504-apparmor-fix-possible-memory-leak-in-unpack_tr.patch + patches.kernel.org/6.6.14-505-apparmor-avoid-crash-when-parsed-profile-name-.patch + patches.kernel.org/6.6.14-506-usb-xhci-mtk-fix-a-short-packet-issue-of-gen1-.patch + patches.kernel.org/6.6.14-507-serial-imx-Correct-clock-error-message-in-func.patch + patches.kernel.org/6.6.14-508-serial-apbuart-fix-console-prompt-on-qemu.patch + patches.kernel.org/6.6.14-509-perf-db-export-Fix-missing-reference-count-get.patch + patches.kernel.org/6.6.14-510-cxl-port-Fix-missing-target-list-lock.patch + patches.kernel.org/6.6.14-511-spi-coldfire-qspi-Remove-an-erroneous-clk_disa.patch + patches.kernel.org/6.6.14-512-hisi_acc_vfio_pci-Update-migration-data-pointe.patch + patches.kernel.org/6.6.14-513-nvmet-re-fix-tracing-strncpy-warning.patch + patches.kernel.org/6.6.14-514-nvme-trace-avoid-memcpy-overflow-warning.patch + patches.kernel.org/6.6.14-515-nvmet-tcp-Fix-the-H2C-expected-PDU-len-calcula.patch + patches.kernel.org/6.6.14-516-PCI-keystone-Fix-race-condition-when-initializ.patch + patches.kernel.org/6.6.14-517-PCI-mediatek-gen3-Fix-translation-window-size-.patch + patches.kernel.org/6.6.14-518-ASoC-mediatek-sof-common-Add-NULL-check-for-no.patch + patches.kernel.org/6.6.14-519-s390-pci-fix-max-size-calculation-in-zpci_memc.patch + patches.kernel.org/6.6.14-520-net-qualcomm-rmnet-fix-global-oob-in-rmnet_pol.patch + patches.kernel.org/6.6.14-521-rxrpc-Fix-use-of-Don-t-Fragment-flag.patch + patches.kernel.org/6.6.14-522-octeontx2-af-CN10KB-Fix-FIFO-length-calculatio.patch + patches.kernel.org/6.6.14-523-net-ethernet-ti-am65-cpsw-Fix-max-mtu-to-fit-e.patch + patches.kernel.org/6.6.14-524-amt-do-not-use-overwrapped-cb-area.patch + patches.kernel.org/6.6.14-525-net-micrel-Fix-PTP-frame-parsing-for-lan8841.patch + patches.kernel.org/6.6.14-526-net-phy-micrel-populate-.soft_reset-for-KSZ913.patch + patches.kernel.org/6.6.14-527-ALSA-hda-Properly-setup-HDMI-stream.patch + patches.kernel.org/6.6.14-528-mptcp-mptcp_parse_option-fix-for-MPTCPOPT_MP_J.patch + patches.kernel.org/6.6.14-529-mptcp-strict-validation-before-using-mp_opt-hm.patch + patches.kernel.org/6.6.14-530-mptcp-use-OPTION_MPTCP_MPJ_SYNACK-in-subflow_f.patch + patches.kernel.org/6.6.14-531-mptcp-use-OPTION_MPTCP_MPJ_SYN-in-subflow_chec.patch + patches.kernel.org/6.6.14-532-mptcp-refine-opt_mp_capable-determination.patch + patches.kernel.org/6.6.14-533-block-ensure-we-hold-a-queue-reference-when-us.patch + patches.kernel.org/6.6.14-534-net-stmmac-Fix-ethool-link-settings-ops-for-in.patch + patches.kernel.org/6.6.14-535-udp-annotate-data-races-around-up-pending.patch + patches.kernel.org/6.6.14-536-erofs-simplify-compression-configuration-parse.patch + patches.kernel.org/6.6.14-537-erofs-fix-inconsistent-per-file-compression-fo.patch + patches.kernel.org/6.6.14-538-net-add-more-sanity-check-in-virtio_net_hdr_to.patch + patches.kernel.org/6.6.14-539-net-netdev_queue-netdev_txq_completed_mb-fix-w.patch + patches.kernel.org/6.6.14-540-bpf-iter_udp-Retry-with-a-larger-batch-size-wi.patch + patches.kernel.org/6.6.14-541-bpf-Avoid-iter-offset-making-backward-progress.patch + patches.kernel.org/6.6.14-542-net-tls-fix-WARNIING-in-__sk_msg_free.patch + patches.kernel.org/6.6.14-543-net-ravb-Fix-dma_addr_t-truncation-in-error-ca.patch + patches.kernel.org/6.6.14-544-dt-bindings-gpio-xilinx-Fix-node-address-in-gp.patch + patches.kernel.org/6.6.14-545-gpio-mlxbf3-add-an-error-code-check-in-mlxbf3_.patch + patches.kernel.org/6.6.14-546-ASoC-SOF-ipc4-loader-remove-the-CPC-check-warn.patch + patches.kernel.org/6.6.14-547-drm-amdkfd-fixes-for-HMM-mem-allocation.patch + patches.kernel.org/6.6.14-548-drm-amdgpu-fall-back-to-INPUT-power-for-AVG-po.patch + patches.kernel.org/6.6.14-549-selftests-bonding-Change-script-interpreter.patch + patches.kernel.org/6.6.14-550-net-stmmac-ethtool-Fixed-calltrace-caused-by-u.patch + patches.kernel.org/6.6.14-551-bpf-Reject-variable-offset-alu-on-PTR_TO_FLOW_.patch + patches.kernel.org/6.6.14-552-net-dsa-vsc73xx-Add-null-pointer-check-to-vsc7.patch + patches.kernel.org/6.6.14-553-LoongArch-BPF-Prevent-out-of-bounds-memory-acc.patch + patches.kernel.org/6.6.14-554-mptcp-relax-check-on-MPC-passive-fallback.patch + patches.kernel.org/6.6.14-555-net-netdevsim-don-t-try-to-destroy-PHC-on-VFs.patch + patches.kernel.org/6.6.14-556-netfilter-nf_tables-reject-invalid-set-policy.patch + patches.kernel.org/6.6.14-557-netfilter-nft_limit-do-not-ignore-unsupported-.patch + patches.kernel.org/6.6.14-558-netfilter-nfnetlink_log-use-proper-helper-for-.patch + patches.kernel.org/6.6.14-559-netfilter-nf_queue-remove-excess-nf_bridge-var.patch + patches.kernel.org/6.6.14-560-netfilter-propagate-net-to-nf_bridge_get_physi.patch + patches.kernel.org/6.6.14-561-netfilter-bridge-replace-physindev-with-physin.patch + patches.kernel.org/6.6.14-562-netfilter-nf_tables-do-not-allow-mismatch-fiel.patch + patches.kernel.org/6.6.14-563-netfilter-nf_tables-skip-dead-set-elements-in-.patch + patches.kernel.org/6.6.14-564-netfilter-nf_tables-reject-NFT_SET_CONCAT-with.patch + patches.kernel.org/6.6.14-565-ipvs-avoid-stat-macros-calls-from-preemptible-.patch + patches.kernel.org/6.6.14-566-io_uring-adjust-defer-tw-counting.patch + patches.kernel.org/6.6.14-567-kdb-Fix-a-potential-buffer-overflow-in-kdb_loc.patch + patches.kernel.org/6.6.14-568-arm64-ptrace-Don-t-flush-ZA-ZT-storage-when-wr.patch + patches.kernel.org/6.6.14-569-ethtool-netlink-Add-missing-ethnl_ops_begin-co.patch + patches.kernel.org/6.6.14-570-loop-fix-the-the-direct-I-O-support-check-when.patch + patches.kernel.org/6.6.14-571-mlxsw-spectrum_acl_erp-Fix-error-flow-of-pool-.patch + patches.kernel.org/6.6.14-572-mlxsw-spectrum_acl_tcam-Fix-NULL-pointer-deref.patch + patches.kernel.org/6.6.14-573-mlxsw-spectrum_acl_tcam-Fix-stack-corruption.patch + patches.kernel.org/6.6.14-574-mlxsw-spectrum_router-Register-netdevice-notif.patch + patches.kernel.org/6.6.14-575-selftests-mlxsw-qos_pfc-Adjust-the-test-to-sup.patch + patches.kernel.org/6.6.14-576-ipv6-mcast-fix-data-race-in-ipv6_mc_down-mld_i.patch + patches.kernel.org/6.6.14-577-i2c-s3c24xx-fix-read-transfers-in-polling-mode.patch + patches.kernel.org/6.6.14-578-i2c-s3c24xx-fix-transferring-more-than-one-mes.patch + patches.kernel.org/6.6.14-579-riscv-Fix-wrong-usage-of-lm_alias-when-splitti.patch + patches.kernel.org/6.6.14-580-Revert-KEYS-encrypted-Add-check-for-strsep.patch + patches.kernel.org/6.6.14-581-arm64-dts-armada-3720-turris-mox-set-irq-type-.patch + patches.kernel.org/6.6.14-582-Revert-Revert-md-raid5-Wait-for-MD_SB_CHANGE_P.patch + patches.kernel.org/6.6.14-583-Linux-6.6.14.patch + patches.kernel.org/6.6.15-001-docs-sparse-move-TW-sparse.txt-to-TW-dev-tools.patch + patches.kernel.org/6.6.15-002-docs-sparse-add-sparse.rst-to-toctree.patch + patches.kernel.org/6.6.15-003-docs-kernel_feat.py-fix-potential-command-inje.patch + patches.kernel.org/6.6.15-004-serial-core-Simplify-uart_get_rs485_mode.patch + patches.kernel.org/6.6.15-005-serial-core-set-missing-supported-flag-for-RX-.patch + patches.kernel.org/6.6.15-006-soundwire-bus-introduce-controller_id.patch + patches.kernel.org/6.6.15-007-soundwire-fix-initializing-sysfs-for-same-devi.patch + patches.kernel.org/6.6.15-008-net-stmmac-Tx-coe-sw-fallback.patch + patches.kernel.org/6.6.15-009-net-stmmac-Prevent-DSA-tags-from-breaking-COE.patch + patches.kernel.org/6.6.15-010-iio-adc-ad7091r-Set-alert-bit-in-config-regist.patch + patches.kernel.org/6.6.15-011-iio-adc-ad7091r-Allow-users-to-configure-devic.patch + patches.kernel.org/6.6.15-012-iio-adc-ad7091r-Enable-internal-vref-if-extern.patch + patches.kernel.org/6.6.15-013-dmaengine-fsl-edma-fix-eDMAv4-channel-allocati.patch + patches.kernel.org/6.6.15-014-dmaengine-fix-NULL-pointer-in-channel-unregist.patch + patches.kernel.org/6.6.15-015-dmaengine-idxd-Move-dma_free_coherent-out-of-s.patch + patches.kernel.org/6.6.15-016-scsi-ufs-core-Remove-the-ufshcd_hba_exit-call-.patch + patches.kernel.org/6.6.15-017-riscv-Fix-an-off-by-one-in-get_early_cmdline.patch + patches.kernel.org/6.6.15-018-scsi-core-Kick-the-requeue-list-after-insertin.patch + patches.kernel.org/6.6.15-019-sh-ecovec24-Rename-missed-backlight-field-from.patch + patches.kernel.org/6.6.15-020-smb-client-fix-parsing-of-SMB3.1.1-POSIX-creat.patch + patches.kernel.org/6.6.15-021-cifs-handle-cases-where-a-channel-is-closed.patch + patches.kernel.org/6.6.15-022-cifs-reconnect-work-should-have-reference-on-s.patch + patches.kernel.org/6.6.15-023-cifs-handle-when-server-starts-supporting-mult.patch + patches.kernel.org/6.6.15-024-cifs-handle-when-server-stops-supporting-multi.patch + patches.kernel.org/6.6.15-025-Revert-cifs-reconnect-work-should-have-referen.patch + patches.kernel.org/6.6.15-026-cifs-reconnect-worker-should-take-reference-on.patch + patches.kernel.org/6.6.15-027-cifs-handle-servers-that-still-advertise-multi.patch + patches.kernel.org/6.6.15-028-cifs-update-iface_last_update-on-each-query-an.patch + patches.kernel.org/6.6.15-029-powerpc-ps3_defconfig-Disable-PPC64_BIG_ENDIAN.patch + patches.kernel.org/6.6.15-030-ext4-allow-for-the-last-group-to-be-marked-as-.patch + patches.kernel.org/6.6.15-031-async-Split-async_schedule_node_domain.patch + patches.kernel.org/6.6.15-032-async-Introduce-async_schedule_dev_nocall.patch + patches.kernel.org/6.6.15-033-PM-sleep-Fix-possible-deadlocks-in-core-system.patch + patches.kernel.org/6.6.15-034-arm64-properly-install-vmlinuz.efi.patch + patches.kernel.org/6.6.15-035-OPP-Pass-rounded-rate-to-_set_opp.patch + patches.kernel.org/6.6.15-036-btrfs-sysfs-validate-scrub_speed_max-value.patch + patches.kernel.org/6.6.15-037-crypto-lib-mpi-Fix-unexpected-pointer-access-i.patch + patches.kernel.org/6.6.15-038-erofs-fix-lz4-inplace-decompression.patch + patches.kernel.org/6.6.15-039-crypto-api-Disallow-identical-driver-names.patch + patches.kernel.org/6.6.15-040-PM-hibernate-Enforce-ordering-during-image-com.patch + patches.kernel.org/6.6.15-041-hwrng-core-Fix-page-fault-dead-lock-on-mmap-ed.patch + patches.kernel.org/6.6.15-042-crypto-s390-aes-Fix-buffer-overread-in-CTR-mod.patch + patches.kernel.org/6.6.15-043-s390-vfio-ap-unpin-pages-on-gisc-registration-.patch + patches.kernel.org/6.6.15-044-PM-devfreq-Fix-buffer-overflow-in-trans_stat_s.patch + patches.kernel.org/6.6.15-045-mtd-maps-vmu-flash-Fix-the-mtd-core-switch-to-.patch + patches.kernel.org/6.6.15-046-mtd-rawnand-Prevent-crossing-LUN-boundaries-du.patch + patches.kernel.org/6.6.15-047-mtd-rawnand-Fix-core-interference-with-sequent.patch + patches.kernel.org/6.6.15-048-mtd-rawnand-Prevent-sequential-reads-with-on-d.patch + patches.kernel.org/6.6.15-049-mtd-rawnand-Clarify-conditions-to-enable-conti.patch + patches.kernel.org/6.6.15-050-soc-qcom-pmic_glink_altmode-fix-port-sanity-ch.patch + patches.kernel.org/6.6.15-051-media-imx355-Enable-runtime-PM-before-register.patch + patches.kernel.org/6.6.15-052-rpmsg-virtio-Free-driver_override-when-rpmsg_r.patch + patches.kernel.org/6.6.15-053-media-ov9734-Enable-runtime-PM-before-register.patch + patches.kernel.org/6.6.15-054-media-ov13b10-Enable-runtime-PM-before-registe.patch + patches.kernel.org/6.6.15-055-media-ov01a10-Enable-runtime-PM-before-registe.patch + patches.kernel.org/6.6.15-056-soc-fsl-cpm1-tsa-Fix-__iomem-addresses-declara.patch + patches.kernel.org/6.6.15-057-soc-fsl-cpm1-qmc-Fix-__iomem-addresses-declara.patch + patches.kernel.org/6.6.15-058-soc-fsl-cpm1-qmc-Fix-rx-channel-reset.patch + patches.kernel.org/6.6.15-059-s390-vfio-ap-always-filter-entire-AP-matrix.patch + patches.kernel.org/6.6.15-060-s390-vfio-ap-loop-over-the-shadow-APCB-when-fi.patch + patches.kernel.org/6.6.15-061-s390-vfio-ap-let-on_scan_complete-callback-fil.patch + patches.kernel.org/6.6.15-062-s390-vfio-ap-reset-queues-filtered-from-the-gu.patch + patches.kernel.org/6.6.15-063-s390-vfio-ap-reset-queues-associated-with-adap.patch + patches.kernel.org/6.6.15-064-s390-vfio-ap-do-not-reset-queue-removed-from-h.patch + patches.kernel.org/6.6.15-065-nbd-always-initialize-struct-msghdr-completely.patch + patches.kernel.org/6.6.15-066-mips-Fix-max_mapnr-being-uninitialized-on-earl.patch + patches.kernel.org/6.6.15-067-bus-mhi-host-Add-alignment-check-for-event-rin.patch + patches.kernel.org/6.6.15-068-bus-mhi-host-Drop-chan-lock-before-queuing-buf.patch + patches.kernel.org/6.6.15-069-bus-mhi-host-Add-spinlock-to-protect-WP-access.patch + patches.kernel.org/6.6.15-070-parisc-firmware-Fix-F-extend-for-PDC-addresses.patch + patches.kernel.org/6.6.15-071-parisc-power-Fix-power-soft-off-button-emulati.patch + patches.kernel.org/6.6.15-072-ARM-dts-imx6q-apalis-add-can-power-up-delay-on.patch + patches.kernel.org/6.6.15-073-arm64-dts-qcom-sc8280xp-crd-fix-eDP-phy-compat.patch + patches.kernel.org/6.6.15-074-ARM-dts-qcom-sdx55-fix-USB-wakeup-interrupt-ty.patch + patches.kernel.org/6.6.15-075-ARM-dts-samsung-exynos4210-i9100-Unconditional.patch + patches.kernel.org/6.6.15-076-ARM-dts-qcom-sdx55-fix-pdc-interrupt-cells.patch + patches.kernel.org/6.6.15-077-arm64-dts-sprd-fix-the-cpu-node-for-UMS512.patch + patches.kernel.org/6.6.15-078-arm64-dts-rockchip-configure-eth-pad-driver-st.patch + patches.kernel.org/6.6.15-079-arm64-dts-rockchip-Fix-rk3588-USB-power-domain.patch + patches.kernel.org/6.6.15-080-arm64-dts-qcom-msm8916-Make-blsp_dma-controlle.patch + patches.kernel.org/6.6.15-081-arm64-dts-qcom-msm8939-Make-blsp_dma-controlle.patch + patches.kernel.org/6.6.15-082-arm64-dts-qcom-sc7180-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.15-083-arm64-dts-qcom-sdm845-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.15-084-arm64-dts-qcom-sdm670-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.15-085-arm64-dts-qcom-sm8150-fix-USB-wakeup-interrupt.patch + patches.kernel.org/6.6.15-086-arm64-dts-qcom-sc8180x-fix-USB-wakeup-interrup.patch + patches.kernel.org/6.6.15-087-arm64-dts-qcom-sc7280-fix-usb_1-wakeup-interru.patch + patches.kernel.org/6.6.15-088-arm64-dts-qcom-Add-missing-vio-supply-for-AW20.patch + patches.kernel.org/6.6.15-089-ARM-dts-qcom-sdx55-fix-USB-DP-DM-HS-PHY-interr.patch + patches.kernel.org/6.6.15-090-arm64-dts-qcom-sdm845-fix-USB-DP-DM-HS-PHY-int.patch + patches.kernel.org/6.6.15-091-arm64-dts-qcom-sdm845-fix-USB-SS-wakeup.patch + patches.kernel.org/6.6.15-092-arm64-dts-qcom-sm8150-fix-USB-DP-DM-HS-PHY-int.patch + patches.kernel.org/6.6.15-093-arm64-dts-qcom-sm8150-fix-USB-SS-wakeup.patch + patches.kernel.org/6.6.15-094-arm64-dts-qcom-sc8180x-fix-USB-DP-DM-HS-PHY-in.patch + patches.kernel.org/6.6.15-095-arm64-dts-qcom-sc8180x-fix-USB-SS-wakeup.patch + patches.kernel.org/6.6.15-096-arm64-dts-qcom-sdm670-fix-USB-DP-DM-HS-PHY-int.patch + patches.kernel.org/6.6.15-097-arm64-dts-qcom-sdm670-fix-USB-SS-wakeup.patch + patches.kernel.org/6.6.15-098-ARM-dts-qcom-sdx55-fix-USB-SS-wakeup.patch + patches.kernel.org/6.6.15-099-lsm-new-security_file_ioctl_compat-hook.patch + patches.kernel.org/6.6.15-100-dlm-use-kernel_connect-and-kernel_bind.patch + patches.kernel.org/6.6.15-101-docs-kernel_abi.py-fix-command-injection.patch + patches.kernel.org/6.6.15-102-scripts-get_abi-fix-source-path-leak.patch + patches.kernel.org/6.6.15-103-media-videobuf2-dma-sg-fix-vmap-callback.patch + patches.kernel.org/6.6.15-104-mmc-core-Use-mrq.sbc-in-close-ended-ffu.patch + patches.kernel.org/6.6.15-105-mmc-mmc_spi-remove-custom-DMA-mapped-buffers.patch + patches.kernel.org/6.6.15-106-media-i2c-st-mipid02-correct-format-propagatio.patch + patches.kernel.org/6.6.15-107-media-mtk-jpeg-Fix-timeout-schedule-error-in-m.patch + patches.kernel.org/6.6.15-108-media-mtk-jpeg-Fix-use-after-free-bug-due-to-e.patch + patches.kernel.org/6.6.15-109-riscv-mm-Fixup-compat-arch_get_mmap_end.patch + patches.kernel.org/6.6.15-110-riscv-mm-Fixup-compat-mode-boot-failure.patch + patches.kernel.org/6.6.15-111-arm64-Rename-ARM64_WORKAROUND_2966298.patch + patches.kernel.org/6.6.15-112-arm64-errata-Add-Cortex-A510-speculative-unpri.patch + patches.kernel.org/6.6.15-113-arm64-sme-Always-exit-sme_alloc-early-with-exi.patch + patches.kernel.org/6.6.15-114-arm64-entry-fix-ARM64_WORKAROUND_SPECULATIVE_U.patch + patches.kernel.org/6.6.15-115-rtc-cmos-Use-ACPI-alarm-for-non-Intel-x86-syst.patch + patches.kernel.org/6.6.15-116-rtc-Adjust-failure-return-code-for-cmos_set_al.patch + patches.kernel.org/6.6.15-117-rtc-mc146818-lib-Adjust-failure-return-code-fo.patch + patches.kernel.org/6.6.15-118-rtc-Add-support-for-configuring-the-UIP-timeou.patch + patches.kernel.org/6.6.15-119-rtc-Extend-timeout-for-waiting-for-UIP-to-clea.patch + patches.kernel.org/6.6.15-120-nouveau-vmm-don-t-set-addr-on-the-fail-path-to.patch + patches.kernel.org/6.6.15-121-efi-disable-mirror-feature-during-crashkernel.patch + patches.kernel.org/6.6.15-122-ubifs-ubifs_symlink-Fix-memleak-of-inode-i_lin.patch + patches.kernel.org/6.6.15-123-kexec-do-syscore_shutdown-in-kernel_kexec.patch + patches.kernel.org/6.6.15-124-selftests-mm-hugepage-vmemmap-fails-on-64K-pag.patch + patches.kernel.org/6.6.15-125-mm-rmap-fix-misplaced-parenthesis-of-a-likely.patch + patches.kernel.org/6.6.15-126-mm-sparsemem-fix-race-in-accessing-memory_sect.patch + patches.kernel.org/6.6.15-127-rename-fix-the-locking-of-subdirectories.patch + patches.kernel.org/6.6.15-128-serial-sc16is7xx-improve-regmap-debugfs-by-usi.patch + patches.kernel.org/6.6.15-129-serial-sc16is7xx-remove-wasteful-static-buffer.patch + patches.kernel.org/6.6.15-130-serial-sc16is7xx-remove-global-regmap-from-str.patch + patches.kernel.org/6.6.15-131-serial-sc16is7xx-remove-unused-line-structure-.patch + patches.kernel.org/6.6.15-132-serial-sc16is7xx-change-EFR-lock-to-operate-on.patch + patches.kernel.org/6.6.15-133-serial-sc16is7xx-convert-from-_raw_-to-_noinc_.patch + patches.kernel.org/6.6.15-134-serial-sc16is7xx-fix-invalid-sc16is7xx_lines-b.patch + patches.kernel.org/6.6.15-135-serial-sc16is7xx-remove-obsolete-loop-in-sc16i.patch + patches.kernel.org/6.6.15-136-serial-sc16is7xx-improve-do-while-loop-in-sc16.patch + patches.kernel.org/6.6.15-137-LoongArch-smp-Call-rcutree_report_cpu_starting.patch + patches.kernel.org/6.6.15-138-mm-page_alloc-unreserve-highatomic-page-blocks.patch + patches.kernel.org/6.6.15-139-serial-Do-not-hold-the-port-lock-when-setting-.patch + patches.kernel.org/6.6.15-140-ksmbd-set-v2-lease-version-on-lease-upgrade.patch + patches.kernel.org/6.6.15-141-ksmbd-fix-potential-circular-locking-issue-in-.patch + patches.kernel.org/6.6.15-142-ksmbd-don-t-increment-epoch-if-current-state-a.patch + patches.kernel.org/6.6.15-143-ksmbd-send-lease-break-notification-on-FILE_RE.patch + patches.kernel.org/6.6.15-144-ksmbd-Add-missing-set_freezable-for-freezable-.patch + patches.kernel.org/6.6.15-145-dt-bindings-net-snps-dwmac-Tx-coe-unsupported.patch + patches.kernel.org/6.6.15-146-bpf-move-explored_state-closer-to-the-beginnin.patch + patches.kernel.org/6.6.15-147-bpf-extract-same_callsites-as-utility-function.patch + patches.kernel.org/6.6.15-148-bpf-exact-states-comparison-for-iterator-conve.patch + patches.kernel.org/6.6.15-149-selftests-bpf-tests-with-delayed-read-precisio.patch + patches.kernel.org/6.6.15-150-bpf-correct-loop-detection-for-iterators-conve.patch + patches.kernel.org/6.6.15-151-selftests-bpf-test-if-state-loops-are-detected.patch + patches.kernel.org/6.6.15-152-bpf-print-full-verifier-states-on-infinite-loo.patch + patches.kernel.org/6.6.15-153-selftests-bpf-track-tcp-payload-offset-as-scal.patch + patches.kernel.org/6.6.15-154-selftests-bpf-track-string-payload-offset-as-s.patch + patches.kernel.org/6.6.15-155-bpf-extract-__check_reg_arg-utility-function.patch + patches.kernel.org/6.6.15-156-bpf-extract-setup_func_entry-utility-function.patch + patches.kernel.org/6.6.15-157-bpf-verify-callbacks-as-if-they-are-called-unk.patch + patches.kernel.org/6.6.15-158-selftests-bpf-tests-for-iterating-callbacks.patch + patches.kernel.org/6.6.15-159-bpf-widening-for-callback-iterators.patch + patches.kernel.org/6.6.15-160-selftests-bpf-test-widening-for-iterating-call.patch + patches.kernel.org/6.6.15-161-bpf-keep-track-of-max-number-of-bpf_loop-callb.patch + patches.kernel.org/6.6.15-162-selftests-bpf-check-if-max-number-of-bpf_loop-.patch + patches.kernel.org/6.6.15-163-Revert-drm-amd-Enable-PCIe-PME-from-D3.patch + patches.kernel.org/6.6.15-164-cifs-fix-lock-ordering-while-disabling-multich.patch + patches.kernel.org/6.6.15-165-cifs-fix-a-pending-undercount-of-srv_count.patch + patches.kernel.org/6.6.15-166-cifs-after-disabling-multichannel-mark-tcon-fo.patch + patches.kernel.org/6.6.15-167-SUNRPC-use-request-size-to-initialize-bio_vec-.patch + patches.kernel.org/6.6.15-168-wifi-mac80211-fix-potential-sta-link-leak.patch + patches.kernel.org/6.6.15-169-net-smc-fix-illegal-rmb_desc-access-in-SMC-D-c.patch + patches.kernel.org/6.6.15-170-selftests-bonding-Increase-timeout-to-1200s.patch + patches.kernel.org/6.6.15-171-tcp-make-sure-init-the-accept_queue-s-spinlock.patch + patches.kernel.org/6.6.15-172-bnxt_en-Wait-for-FLR-to-complete-during-probe.patch + patches.kernel.org/6.6.15-173-bnxt_en-Prevent-kernel-warning-when-running-of.patch + patches.kernel.org/6.6.15-174-vlan-skip-nested-type-that-is-not-IFLA_VLAN_QO.patch + patches.kernel.org/6.6.15-175-llc-make-llc_ui_sendmsg-more-robust-against-bo.patch + patches.kernel.org/6.6.15-176-llc-Drop-support-for-ETH_P_TR_802_2.patch + patches.kernel.org/6.6.15-177-udp-fix-busy-polling.patch + patches.kernel.org/6.6.15-178-net-fix-removing-a-namespace-with-conflicting-.patch + patches.kernel.org/6.6.15-179-tun-fix-missing-dropped-counter-in-tun_xdp_act.patch + patches.kernel.org/6.6.15-180-tun-add-missing-rx-stats-accounting-in-tun_xdp.patch + patches.kernel.org/6.6.15-181-net-micrel-Fix-PTP-frame-parsing-for-lan8814.patch + patches.kernel.org/6.6.15-182-net-rds-Fix-UBSAN-array-index-out-of-bounds-in.patch + patches.kernel.org/6.6.15-183-netfs-fscache-Prevent-Oops-in-fscache_put_cach.patch + patches.kernel.org/6.6.15-184-tracing-Ensure-visibility-when-inserting-an-el.patch + patches.kernel.org/6.6.15-185-afs-Hide-silly-rename-files-from-userspace.patch + patches.kernel.org/6.6.15-186-tcp-Add-memory-barrier-to-tcp_push.patch + patches.kernel.org/6.6.15-187-selftest-Don-t-reuse-port-for-SO_INCOMING_CPU-.patch + patches.kernel.org/6.6.15-188-netlink-fix-potential-sleeping-issue-in-mqueue.patch + patches.kernel.org/6.6.15-189-ipv6-init-the-accept_queue-s-spinlocks-in-inet.patch + patches.kernel.org/6.6.15-190-selftests-fill-in-some-missing-configs-for-net.patch + patches.kernel.org/6.6.15-191-net-sched-flower-Fix-chain-template-offload.patch + patches.kernel.org/6.6.15-192-net-mlx5e-Fix-operation-precedence-bug-in-port.patch + patches.kernel.org/6.6.15-193-net-mlx5e-Fix-peer-flow-lists-handling.patch + patches.kernel.org/6.6.15-194-net-mlx5-Fix-a-WARN-upon-a-callback-command-fa.patch + patches.kernel.org/6.6.15-195-net-mlx5-Bridge-Enable-mcast-in-smfs-steering-.patch + patches.kernel.org/6.6.15-196-net-mlx5-Bridge-fix-multicast-packets-sent-to-.patch + patches.kernel.org/6.6.15-197-net-mlx5-DR-Use-the-right-GVMI-number-for-drop.patch + patches.kernel.org/6.6.15-198-net-mlx5-DR-Can-t-go-to-uplink-vport-on-RX-rul.patch + patches.kernel.org/6.6.15-199-net-mlx5-Use-mlx5-device-constant-for-selectin.patch + patches.kernel.org/6.6.15-200-net-mlx5e-Allow-software-parsing-when-IPsec-cr.patch + patches.kernel.org/6.6.15-201-net-mlx5e-Ignore-IPsec-replay-window-values-on.patch + patches.kernel.org/6.6.15-202-net-mlx5e-fix-a-double-free-in-arfs_create_gro.patch + patches.kernel.org/6.6.15-203-net-mlx5e-fix-a-potential-double-free-in-fs_an.patch + patches.kernel.org/6.6.15-204-rcu-Defer-RCU-kthreads-wakeup-when-CPU-is-dyin.patch + patches.kernel.org/6.6.15-205-netfilter-nft_limit-reject-configurations-that.patch + patches.kernel.org/6.6.15-206-netfilter-nf_tables-restrict-anonymous-set-and.patch + patches.kernel.org/6.6.15-207-netfilter-nf_tables-validate-NFPROTO_-family.patch + patches.kernel.org/6.6.15-208-net-stmmac-Wait-a-bit-for-the-reset-to-take-ef.patch + patches.kernel.org/6.6.15-209-net-mvpp2-clear-BM-pool-before-initialization.patch + patches.kernel.org/6.6.15-210-selftests-net-fix-rps_default_mask-with-32-CPU.patch + patches.kernel.org/6.6.15-211-selftests-netdevsim-fix-the-udp_tunnel_nic-tes.patch + patches.kernel.org/6.6.15-212-xsk-recycle-buffer-in-case-Rx-queue-was-full.patch + patches.kernel.org/6.6.15-213-xsk-make-xsk_buff_pool-responsible-for-clearin.patch + patches.kernel.org/6.6.15-214-bpf-Propagate-modified-uaddrlen-from-cgroup-so.patch + patches.kernel.org/6.6.15-215-bpf-Add-bpf_sock_addr_set_sun_path-to-allow-wr.patch + patches.kernel.org/6.6.15-216-xsk-fix-usage-of-multi-buffer-BPF-helpers-for-.patch + patches.kernel.org/6.6.15-217-ice-work-on-pre-XDP-prog-frag-count.patch + patches.kernel.org/6.6.15-218-i40e-handle-multi-buffer-packets-that-are-shru.patch + patches.kernel.org/6.6.15-219-ice-remove-redundant-xdp_rxq_info-registration.patch + patches.kernel.org/6.6.15-220-intel-xsk-initialize-skb_frag_t-bv_offset-in-Z.patch + patches.kernel.org/6.6.15-221-ice-update-xdp_rxq_info-frag_size-for-ZC-enabl.patch + patches.kernel.org/6.6.15-222-xdp-reflect-tail-increase-for-MEM_TYPE_XSK_BUF.patch + patches.kernel.org/6.6.15-223-i40e-set-xdp_rxq_info-frag_size.patch + patches.kernel.org/6.6.15-224-i40e-update-xdp_rxq_info-frag_size-for-ZC-enab.patch + patches.kernel.org/6.6.15-225-fjes-fix-memleaks-in-fjes_hw_setup.patch + patches.kernel.org/6.6.15-226-selftests-bonding-do-not-test-arp-ns-target-wi.patch + patches.kernel.org/6.6.15-227-net-fec-fix-the-unhandled-context-fault-from-s.patch + patches.kernel.org/6.6.15-228-tsnep-Remove-FCS-for-XDP-data-path.patch + patches.kernel.org/6.6.15-229-tsnep-Fix-XDP_RING_NEED_WAKEUP-for-empty-fill-.patch + patches.kernel.org/6.6.15-230-btrfs-scrub-avoid-use-after-free-when-chunk-le.patch + patches.kernel.org/6.6.15-231-btrfs-zoned-fix-lock-ordering-in-btrfs_zone_ac.patch + patches.kernel.org/6.6.15-232-btrfs-avoid-copying-BTRFS_ROOT_SUBVOL_DEAD-fla.patch + patches.kernel.org/6.6.15-233-btrfs-ref-verify-free-ref-cache-before-clearin.patch + patches.kernel.org/6.6.15-234-btrfs-tree-checker-fix-inline-ref-size-in-erro.patch + patches.kernel.org/6.6.15-235-btrfs-don-t-warn-if-discard-range-is-not-align.patch + patches.kernel.org/6.6.15-236-btrfs-defrag-reject-unknown-flags-of-btrfs_ioc.patch + patches.kernel.org/6.6.15-237-btrfs-don-t-abort-filesystem-when-attempting-t.patch + patches.kernel.org/6.6.15-238-rbd-don-t-move-requests-to-the-running-list-on.patch + patches.kernel.org/6.6.15-239-exec-Fix-error-handling-in-begin_new_exec.patch + patches.kernel.org/6.6.15-240-wifi-iwlwifi-fix-a-memory-corruption.patch + patches.kernel.org/6.6.15-241-nfsd-fix-RELEASE_LOCKOWNER.patch + patches.kernel.org/6.6.15-242-hv_netvsc-Calculate-correct-ring-size-when-PAG.patch + patches.kernel.org/6.6.15-243-netfilter-nft_chain_filter-handle-NETDEV_UNREG.patch + patches.kernel.org/6.6.15-244-netfilter-nf_tables-reject-QUEUE-DROP-verdict-.patch + patches.kernel.org/6.6.15-245-platform-x86-intel-uncore-freq-Fix-types-in-sy.patch + patches.kernel.org/6.6.15-246-platform-x86-p2sb-Allow-p2sb_bar-calls-during-.patch + patches.kernel.org/6.6.15-247-ksmbd-fix-global-oob-in-ksmbd_nl_policy.patch + patches.kernel.org/6.6.15-248-firmware-arm_scmi-Check-mailbox-SMT-channel-fo.patch + patches.kernel.org/6.6.15-249-Revert-drivers-firmware-Move-sysfb_init-from-d.patch + patches.kernel.org/6.6.15-250-drm-amdgpu-Fix-the-null-pointer-when-load-rlc-.patch + patches.kernel.org/6.6.15-251-xfs-read-only-mounts-with-fsopen-mount-API-are.patch + patches.kernel.org/6.6.15-252-gpiolib-acpi-Ignore-touchpad-wakeup-on-GPD-G16.patch + patches.kernel.org/6.6.15-253-cpufreq-intel_pstate-Refine-computation-of-P-s.patch + patches.kernel.org/6.6.15-254-Revert-drm-i915-dsi-Do-display-on-sequence-lat.patch + patches.kernel.org/6.6.15-255-drm-Don-t-unref-the-same-fb-many-times-by-mist.patch + patches.kernel.org/6.6.15-256-drm-bridge-nxp-ptn3460-fix-i2c_master_send-err.patch + patches.kernel.org/6.6.15-257-drm-Fix-TODO-list-mentioning-non-KMS-drivers.patch + patches.kernel.org/6.6.15-258-drm-tidss-Fix-atomic_flush-check.patch + patches.kernel.org/6.6.15-259-drm-Disable-the-cursor-plane-on-atomic-context.patch + patches.kernel.org/6.6.15-260-drm-virtio-Disable-damage-clipping-if-FB-chang.patch + patches.kernel.org/6.6.15-261-drm-Allow-drivers-to-indicate-the-damage-helpe.patch + patches.kernel.org/6.6.15-262-drm-amd-display-fix-bandwidth-validation-failu.patch + patches.kernel.org/6.6.15-263-drm-amd-display-Disable-PSR-SU-on-Parade-0803-.patch + patches.kernel.org/6.6.15-264-Revert-drm-amd-display-fix-bandwidth-validatio.patch + patches.kernel.org/6.6.15-265-drm-bridge-nxp-ptn3460-simplify-some-error-che.patch + patches.kernel.org/6.6.15-266-drm-amdgpu-correct-the-cu-count-for-gfx-v11.patch + patches.kernel.org/6.6.15-267-drm-amd-display-Fix-variable-deferencing-befor.patch + patches.kernel.org/6.6.15-268-drm-amd-display-Port-DENTIST-hang-and-TDR-fixe.patch + patches.kernel.org/6.6.15-269-drm-amd-display-Align-the-returned-error-code-.patch + patches.kernel.org/6.6.15-270-drm-amd-display-Fix-late-derefrence-dsc-check-.patch + patches.kernel.org/6.6.15-271-drm-amdgpu-pm-Fix-the-power-source-flag-error.patch + patches.kernel.org/6.6.15-272-drm-amd-display-Fix-uninitialized-variable-usa.patch + patches.kernel.org/6.6.15-273-net-bpf-Avoid-unused-sin_addr_len-warning-when.patch + patches.kernel.org/6.6.15-274-thermal-intel-hfi-Refactor-enabling-code-into-.patch + patches.kernel.org/6.6.15-275-thermal-intel-hfi-Disable-an-HFI-instance-when.patch + patches.kernel.org/6.6.15-276-thermal-intel-hfi-Add-syscore-callbacks-for-sy.patch + patches.kernel.org/6.6.15-277-fs-pipe-move-check-to-pipe_has_watch_queue.patch + patches.kernel.org/6.6.15-278-pipe-wakeup-wr_wait-after-setting-max_usage.patch + patches.kernel.org/6.6.15-279-media-v4l-cci-Include-linux-bits.h.patch + patches.kernel.org/6.6.15-280-media-v4l-cci-Add-macros-to-obtain-register-wi.patch + patches.kernel.org/6.6.15-281-media-v4l2-cci-Add-support-for-little-endian-e.patch + patches.kernel.org/6.6.15-282-media-i2c-imx290-Properly-encode-registers-as-.patch + patches.kernel.org/6.6.15-283-thermal-trip-Drop-redundant-trips-check-from-f.patch + patches.kernel.org/6.6.15-284-thermal-core-Store-trip-pointer-in-struct-ther.patch + patches.kernel.org/6.6.15-285-thermal-gov_power_allocator-avoid-inability-to.patch + patches.kernel.org/6.6.15-286-mm-migrate-record-the-mlocked-page-status-to-r.patch + patches.kernel.org/6.6.15-287-mm-migrate-fix-getting-incorrect-page-mapping-.patch + patches.kernel.org/6.6.15-288-serial-core-Provide-port-lock-wrappers.patch + patches.kernel.org/6.6.15-289-serial-sc16is7xx-Use-port-lock-wrappers.patch + patches.kernel.org/6.6.15-290-serial-sc16is7xx-fix-unconditional-activation-.patch + patches.kernel.org/6.6.15-291-btrfs-zoned-factor-out-prepare_allocation_zone.patch + patches.kernel.org/6.6.15-292-btrfs-zoned-optimize-hint-byte-for-zoned-alloc.patch + patches.kernel.org/6.6.15-293-drm-i915-lnl-Remove-watchdog-timers-for-PSR.patch + patches.kernel.org/6.6.15-294-drm-i915-psr-Only-allow-PSR-in-LPSP-mode-on-HS.patch + patches.kernel.org/6.6.15-295-drm-panel-edp-Add-AUO-B116XTN02-BOE-NT116WHM-N.patch + patches.kernel.org/6.6.15-296-drm-panel-edp-drm-panel-edp-Fix-AUO-B116XAK01-.patch + patches.kernel.org/6.6.15-297-drm-panel-edp-drm-panel-edp-Fix-AUO-B116XTN02-.patch + patches.kernel.org/6.6.15-298-drm-amdgpu-gfx10-set-UNORD_DISPATCH-in-compute.patch + patches.kernel.org/6.6.15-299-drm-amdgpu-gfx11-set-UNORD_DISPATCH-in-compute.patch + patches.kernel.org/6.6.15-300-drm-bridge-parade-ps8640-Wait-for-HPD-when-doi.patch + patches.kernel.org/6.6.15-301-drm-panel-simple-add-missing-bus-flags-for-Tia.patch + patches.kernel.org/6.6.15-302-drm-panel-samsung-s6d7aa0-drop-DRM_BUS_FLAG_DE.patch + patches.kernel.org/6.6.15-303-drm-bridge-sii902x-Fix-probing-race-issue.patch + patches.kernel.org/6.6.15-304-drm-bridge-sii902x-Fix-audio-codec-unregistrat.patch + patches.kernel.org/6.6.15-305-drm-bridge-parade-ps8640-Ensure-bridge-is-susp.patch + patches.kernel.org/6.6.15-306-drm-bridge-parade-ps8640-Make-sure-we-drop-the.patch + patches.kernel.org/6.6.15-307-memblock-fix-crash-when-reserved-memory-is-not.patch + patches.kernel.org/6.6.15-308-drm-exynos-fix-accidental-on-stack-copy-of-exy.patch + patches.kernel.org/6.6.15-309-drm-exynos-gsc-minor-fix-for-loop-iteration-in.patch + patches.kernel.org/6.6.15-310-firmware-arm_scmi-Use-xa_insert-to-store-opps.patch + patches.kernel.org/6.6.15-311-firmware-arm_scmi-Use-xa_insert-when-saving-ra.patch + patches.kernel.org/6.6.15-312-gpio-eic-sprd-Clear-interrupt-after-set-the-in.patch + patches.kernel.org/6.6.15-313-ARM-dts-exynos4212-tab3-add-samsung-invert-vcl.patch + patches.kernel.org/6.6.15-314-spi-intel-pci-Remove-Meteor-Lake-S-SoC-PCI-ID-.patch + patches.kernel.org/6.6.15-315-block-Move-checking-GENHD_FL_NO_PART-to-bdev_a.patch + patches.kernel.org/6.6.15-316-drm-bridge-anx7625-Ensure-bridge-is-suspended-.patch + patches.kernel.org/6.6.15-317-cpufreq-amd-pstate-Fix-setting-scaling-max-min.patch + patches.kernel.org/6.6.15-318-spi-bcm-qspi-fix-SFDP-BFPT-read-by-usig-mspi-r.patch + patches.kernel.org/6.6.15-319-spi-spi-cadence-Reverse-the-order-of-interleav.patch + patches.kernel.org/6.6.15-320-cifs-fix-stray-unlock-in-cifs_chan_skip_or_dis.patch + patches.kernel.org/6.6.15-321-spi-fix-finalize-message-on-error-return.patch + patches.kernel.org/6.6.15-322-MIPS-lantiq-register-smp_ops-on-non-smp-platfo.patch + patches.kernel.org/6.6.15-323-drm-bridge-samsung-dsim-Don-t-use-FORCE_STOP_S.patch + patches.kernel.org/6.6.15-324-cxl-region-Fix-overflow-issue-in-alloc_hpa.patch + patches.kernel.org/6.6.15-325-mips-Call-lose_fpu-0-before-initializing-fcr31.patch + patches.kernel.org/6.6.15-326-genirq-Initialize-resend_node-hlist-for-all-in.patch + patches.kernel.org/6.6.15-327-clocksource-Skip-watchdog-check-for-large-watc.patch + patches.kernel.org/6.6.15-328-tick-sched-Preserve-number-of-idle-sleeps-acro.patch + patches.kernel.org/6.6.15-329-x86-entry-ia32-Ensure-s32-is-sign-extended-to-.patch + patches.kernel.org/6.6.15-330-serial-core-fix-kernel-doc-for-uart_port_unloc.patch + patches.kernel.org/6.6.15-331-thermal-trip-Drop-lockdep-assertion-from-therm.patch + patches.kernel.org/6.6.15-332-Linux-6.6.15.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -13279,8 +3258,8 @@ patches.rpmify/Add-ksym-provides-tool.patch patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch - patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch + patches.rpmify/kbuild-dummy-tools-pretend-we-understand-fpatchable-.patch ######################################################## # The sorted section should contain all patches that are @@ -13298,14 +3277,29 @@ ######################################################## # sorted patches ######################################################## - patches.suse/ACPICA-include-acpi-acpixf.h-Fix-indentation.patch - patches.suse/ACPICA-Allow-address_space_handler-Install-and-_REG-.patch - patches.suse/ACPI-EC-Fix-EC-address-space-handler-unregistration.patch - patches.suse/ACPI-EC-Fix-ECDT-probe-ordering-issues.patch - patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch - patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch - patches.suse/ALSA-usb-audio-More-refactoring-of-hw-constraint-rul.patch - + patches.suse/wifi-ath11k-rename-the-sc-naming-convention-to-ab.patch + patches.suse/lib-ucs2_string-Add-UCS-2-strscpy-function.patch + patches.suse/firmware-qcom_scm-Add-support-for-Qualcomm-Secure-Ex.patch + patches.suse/firmware-qcom-qseecom-Add-missing-AUXILIARY_BUS-dependency.patch + patches.suse/firmware-qcom-qseecom-add-missing-include-guards.patch + patches.suse/firmware-Add-support-for-Qualcomm-UEFI-Secure-Applic.patch + patches.suse/ALSA-hda-cs35l41-Add-notification-support-into-compo.patch + patches.suse/ALSA-hda-realtek-Support-ACPI-Notification-framework.patch + patches.suse/ALSA-hda-cs35l41-Support-mute-notifications-for-CS35.patch + patches.suse/ALSA-hda-cs35l41-Add-read-only-ALSA-control-for-forc.patch + patches.suse/ASoC-cs35l41-Make-use-of-dev_err_probe.patch + patches.suse/ASoC-cs35l41-Use-modern-pm_ops.patch + patches.suse/ALSA-hda-cs35l41-Consistently-use-dev_err_probe.patch + patches.suse/ALSA-hda-cs35l41-Use-reset-label-to-get-GPIO-for-HP-.patch + patches.suse/ALSA-hda-cs35l41-Assert-reset-before-system-suspend.patch + patches.suse/ALSA-hda-cs35l41-Assert-Reset-prior-to-de-asserting-.patch + patches.suse/ALSA-hda-cs35l41-Run-boot-process-during-resume-call.patch + patches.suse/ALSA-hda-cs35l41-Force-a-software-reset-after-hardwa.patch + patches.suse/ALSA-hda-cs35l41-Do-not-unload-firmware-before-reset.patch + patches.suse/ALSA-hda-cs35l41-Check-CSPL-state-after-loading-firm.patch + patches.suse/ASoC-cs35l41-Detect-CSPL-errors-when-sending-CSPL-co.patch + patches.suse/ALSA-hda-cs35l41-mark-cs35l41_verify_id-static.patch + patches.suse/ALSA-hda-cs35l41-Fix-missing-error-code-in-cs35l41_s.patch ######################################################## # end of sorted patches ######################################################## @@ -13322,9 +3316,7 @@ # to get into mainline any time soon (or ever) belong # to area specific sections below. ######################################################## - patches.suse/char-pcmcia-cm4000_cs-Fix-use-after-free-in-cm4000_f.patch - patches.suse/char-pcmcia-cm4040_cs-Fix-use-after-free-in-reader_f.patch - patches.suse/char-pcmcia-scr24x_cs-Fix-use-after-free-in-scr24x_f.patch + patches.suse/firmware-qemu_fw_cfg-Do-not-hard-depend-on-CONFIG_HA.patch ######################################################## # kbuild/module infrastructure fixes @@ -13400,12 +3392,12 @@ patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch # Bug 1198101 - VUL-0: shim: openSUSE tumbleweed not fully locked down? Add opensuse-cert-prompt back to openSUSE shim - # Bug 1217741 - slowroll kernel missing lockdown patches # Lock down functions for secure boot patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch + patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch # crypto @@ -13441,6 +3433,16 @@ # Wireless networking drivers ######################################################## patches.suse/b43-missing-firmware-info.patch + patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch + + patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch + patches.suse/bus-mhi-host-add-new-interfaces-to-handle-MHI-channe.patch + patches.suse/wifi-ath11k-handle-irq-enable-disable-in-several-cod.patch + patches.suse/wifi-ath11k-remove-MHI-LOOPBACK-channels.patch + patches.suse/wifi-ath11k-do-not-dump-SRNG-statistics-during-resum.patch + patches.suse/wifi-ath11k-fix-warning-on-DMA-ring-capabilities-eve.patch + patches.suse/wifi-ath11k-thermal-don-t-try-to-register-multiple-t.patch + patches.suse/wifi-ath11k-support-hibernation.patch ######################################################## # USB @@ -13454,6 +3456,7 @@ ######################################################## # Other drivers ######################################################## + patches.suse/Restore-kABI-for-NVidia-vGPU-driver.patch ######################################################## # Debugging diff --git a/source-timestamp b/source-timestamp index 90abb7f..c5ae60b 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2024-02-01 11:53:13 +0000 -GIT Revision: d63edaf58bcc98a132add0daf498f26084cb6776 +2024-02-03 15:02:40 +0000 +GIT Revision: 94b55c2ed19d56a6bf4a187d11ab78341beac1d4 GIT Branch: slowroll diff --git a/supported.conf b/supported.conf index 431af3c..f648b74 100644 --- a/supported.conf +++ b/supported.conf @@ -50,6 +50,8 @@ - arch/arm64/crypto/sha512-ce - arch/arm64/crypto/sm3-ce - arch/arm64/crypto/sm4-ce +- arch/arm64/crypto/sm4-ce-ccm +- arch/arm64/crypto/sm4-ce-gcm - arch/arm64/kernel/arm64-reloc-test arch/arm64/lib/xor-neon - arch/powerpc/crypto/crc-vpmsum_test # test for the below crc modules @@ -251,7 +253,7 @@ drivers/acpi/acpi_ipmi drivers/acpi/acpi_pad - drivers/acpi/acpi_tad -- drivers/acpi/apei/einj # APEI (ACPI Platform Error Interface) +- drivers/acpi/apei/einj # APEI (ACPI Platform Error Interface), review CVE-2016-3695 before support drivers/acpi/apei/erst-dbg drivers/acpi/battery # ACPI Battery Driver +base drivers/acpi/button # ACPI Button Driver @@ -416,6 +418,7 @@ drivers/bluetooth/btusb - drivers/bluetooth/btwilink - drivers/bluetooth/dtl1_cs +- drivers/bluetooth/hci_bcm4377 drivers/bluetooth/hci_nokia drivers/bluetooth/hci_uart # Bluetooth HCI UART driver drivers/bluetooth/hci_vhci # Bluetooth VHCI driver @@ -458,6 +461,7 @@ drivers/char/ipmi/ipmi_si drivers/char/ipmi/ipmi_ssif drivers/char/ipmi/ipmi_watchdog + drivers/char/ipmi/ssif_bmc drivers/char/lp drivers/char/mwave/mwave # 3780i Advanced Communications Processor (Mwave) driver drivers/char/nvram @@ -493,6 +497,7 @@ - drivers/clk/* drivers/cpufreq/acpi-cpufreq # x86 cpufreq driver used by all, if no specific one like intel_pstate drivers/cpufreq/amd_freq_sensitivity # AMD frequency sensitivity feedback to the ondemand governor +- drivers/cpufreq/apple-soc-cpufreq - drivers/cpufreq/armada-37xx-cpufreq - drivers/cpufreq/armada-8k-cpufreq - drivers/cpufreq/brcmstb-avs-cpufreq @@ -531,6 +536,7 @@ - drivers/crypto/hisilicon/sec/hisi_sec drivers/crypto/inside-secure/crypto_safexcel drivers/crypto/marvell/marvell-cesa +- drivers/crypto/marvell/octeontx2/rvu_cptcommon - drivers/crypto/mxs-dcp drivers/crypto/padlock-aes drivers/crypto/padlock-sha @@ -664,6 +670,8 @@ drivers/fpga/fpga-mgr drivers/fpga/fpga-region # fate#322047 - drivers/fpga/ice40-spi +- drivers/fpga/lattice-sysconfig +- drivers/fpga/lattice-sysconfig-spi - drivers/fpga/machxo2-spi drivers/fpga/of-fpga-region # fate#326235 - drivers/fpga/stratix10-soc @@ -702,8 +710,10 @@ - drivers/gpio/gpio-grgpio - drivers/gpio/gpio-gw-pld drivers/gpio/gpio-ich +- drivers/gpio/gpio-idio-16 - drivers/gpio/gpio-it87 - drivers/gpio/gpio-kempld +- drivers/gpio/gpio-latch - drivers/gpio/gpio-lp3943 - drivers/gpio/gpio-lp873x - drivers/gpio/gpio-lp87565 @@ -790,6 +800,9 @@ - drivers/gpu/drm/rcar-du/rcar_lvds drivers/gpu/drm/rockchip/rockchipdrm drivers/gpu/drm/scheduler/gpu-sched +- drivers/gpu/drm/solomon/ssd130x-i2c +- drivers/gpu/drm/solomon/ssd130x +- drivers/gpu/drm/solomon/ssd130x-spi - drivers/gpu/drm/sun4i/sun4i-backend - drivers/gpu/drm/sun4i/sun4i-drm - drivers/gpu/drm/sun4i/sun4i-drm-hdmi @@ -1263,6 +1276,7 @@ - drivers/iio/proximity/sx9500 - drivers/iio/proximity/vl53l0x-i2c - drivers/iio/temperature/hid-sensor-temperature +- drivers/iio/temperature/max30208 - drivers/iio/temperature/max31856 - drivers/iio/temperature/maxim_thermocouple - drivers/iio/temperature/mlx90632 @@ -1286,6 +1300,7 @@ drivers/infiniband/hw/hns/hns-roce-hw-v1 drivers/infiniband/hw/hns/hns-roce-hw-v2 drivers/infiniband/hw/i40iw/i40iw +- drivers/infiniband/hw/mana/mana_ib drivers/infiniband/hw/mlx4/mlx4_ib drivers/infiniband/hw/mlx5/mlx5_ib # Mellanox Connect-IB HCA IB driver drivers/infiniband/hw/mthca/ib_mthca @@ -1437,6 +1452,7 @@ - drivers/input/touchscreen/cy8ctmg110_ts - drivers/input/touchscreen/cyttsp4_core - drivers/input/touchscreen/cyttsp4_i2c +- drivers/input/touchscreen/cyttsp5 - drivers/input/touchscreen/cyttsp_core - drivers/input/touchscreen/cyttsp_i2c - drivers/input/touchscreen/cyttsp_i2c_common @@ -1454,6 +1470,8 @@ - drivers/input/touchscreen/gunze - drivers/input/touchscreen/hampshire - drivers/input/touchscreen/hideep +- drivers/input/touchscreen/himax_hx83112b +- drivers/input/touchscreen/hynitron_cstxxx - drivers/input/touchscreen/ili210x - drivers/input/touchscreen/imx6ul_tsc - drivers/input/touchscreen/inexio @@ -1779,6 +1797,9 @@ - drivers/mfd/rohm-bd70528 - drivers/mfd/rohm-bd718x7 - drivers/mfd/sky81452 +- drivers/mfd/smpro-core +- drivers/misc/smpro-errmon +- drivers/misc/smpro-misc - drivers/mfd/sprd-sc27xx-spi - drivers/mfd/stmfx - drivers/mfd/stpmic1 @@ -2115,6 +2136,7 @@ +base drivers/net/ethernet/realtek/8139too - drivers/net/ethernet/realtek/atp drivers/net/ethernet/realtek/r8169 +- drivers/net/ethernet/renesas/rswitch_drv - drivers/net/ethernet/rocker/rocker - drivers/net/ethernet/samsung/* - drivers/net/ethernet/sfc/falcon/sfc-falcon @@ -2134,6 +2156,7 @@ drivers/net/ethernet/ti/tlan drivers/net/ethernet/via/via-rhine drivers/net/ethernet/via/via-velocity +- drivers/net/ethernet/wangxun/libwx/libwx drivers/net/ethernet/wiznet/* - drivers/net/ethernet/xilinx/ll_temac - drivers/net/ethernet/xilinx/xilinx_emac @@ -2455,6 +2478,7 @@ drivers/phy/qualcomm/phy-qcom-ufs-qmp-14nm - drivers/phy/qualcomm/phy-qcom-usb-hs - drivers/phy/qualcomm/phy-qcom-usb-hsic +- drivers/phy/renesas/r8a779f0-ether-serdes drivers/phy/rockchip/phy-rockchip-dp drivers/phy/rockchip/phy-rockchip-emmc - drivers/phy/rockchip/phy-rockchip-inno-hdmi @@ -2500,6 +2524,7 @@ - drivers/platform/x86/dell-smo8800 drivers/platform/x86/dell-wmi - drivers/platform/x86/dell-wmi-aio +- drivers/platform/x86/dell/dell-wmi-ddv drivers/platform/x86/dell-wmi-descriptor - drivers/platform/x86/dell-wmi-led +external drivers/platform/x86/dell_rbu # fate#142 bsc#153134 @@ -2516,6 +2541,7 @@ drivers/platform/x86/i2c-multi-instantiate # some type C controllers need this - drivers/platform/x86/ibm_rtl - drivers/platform/x86/ideapad-laptop +- drivers/platform/x86/intel/ifs/intel_ifs - drivers/platform/x86/intel-hid drivers/platform/x86/intel-rst # Intel Rapid Start Technology (FATE#315713) drivers/platform/x86/intel-smartconnect # Intel Smart Connect disabling @@ -2632,6 +2658,7 @@ - drivers/regulator/qcom_smd-regulator - drivers/regulator/qcom_spmi-regulator drivers/regulator/rk808-regulator +- drivers/regulator/rt6190-regulator - drivers/regulator/sc2731-regulator - drivers/regulator/sky81452-regulator - drivers/regulator/slg51000-regulator @@ -2935,6 +2962,7 @@ - drivers/spi/spi-synquacer - drivers/spi/spi-tegra20-sflash drivers/spi/spi-thunderx +- drivers/spi/spi-wpcm-fiu - drivers/spi/spi-xcomm drivers/spi/spi-xilinx # fate#320029 drivers/spi/spi-xlp # fate#319481 @@ -3029,6 +3057,9 @@ - drivers/staging/ks7010/ks7010 - drivers/staging/media/allegro-dvt/allegro - drivers/staging/media/bcm2048/radio-bcm2048 +- drivers/staging/media/deprecated/saa7146/ttpci/budget-ci +- drivers/staging/media/deprecated/saa7146/ttpci/budget-core +- drivers/staging/media/deprecated/saa7146/ttpci/budget - drivers/staging/media/hantro/hantro-vpu - drivers/staging/media/ipu3/ipu3-imgu - drivers/staging/media/meson/vdec/meson-vdec @@ -3443,12 +3474,13 @@ - drivers/video/fbdev/metronomefb - drivers/video/fbdev/ocfb - drivers/video/fbdev/smscufx - drivers/video/fbdev/uvesafb - drivers/video/fbdev/vfb +- drivers/video/fbdev/uvesafb +- drivers/video/fbdev/vfb +base drivers/video/fbdev/xen-fbfront - drivers/video/fbdev/xilinxfb drivers/video/macmodes # Standard MacOS video modes - drivers/video/vgastate + drivers/virt/coco/tdx-guest/tdx-guest - drivers/virt/vboxguest/vboxguest +base drivers/virtio/virtio +base drivers/virtio/virtio_balloon @@ -3480,6 +3512,7 @@ - drivers/w1/slaves/w1_therm - drivers/w1/wire drivers/watchdog/acquirewdt # Acquire Inc. Single Board Computer Watchdog Timer driver +- drivers/watchdog/advantech_ec_wdt drivers/watchdog/advantechwdt # Advantech Single Board Computer WDT driver drivers/watchdog/alim1535_wdt # ALi M1535 PMU Watchdog Timer driver drivers/watchdog/alim7101_wdt # ALi M7101 PMU Computer Watchdog Timer driver @@ -4135,8 +4168,9 @@ net/rds/rds_tcp # RDS over TCP net/rfkill/rfkill # RF switch subsystem support net/rfkill/rfkill-gpio # GPIO rfkill driver -- net/rose/rose +- net/rose/rose # review CVE-2022-2961/bsc#1202660 before marking supported - net/rxrpc/rxrpc +- net/rxrpc/rxperf net/sched/act_bpf # traffic control: BPF based action (bsc#1034907) net/sched/act_connmark # traffic control: connection mark retriever action (bsc#1034907) net/sched/act_csum # traffic control: checksum updating action diff --git a/sysctl.tar.bz2 b/sysctl.tar.bz2 index 1290022..5d46c8d 100644 --- a/sysctl.tar.bz2 +++ b/sysctl.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5c53effa56ad119fcf108494505e5b22253c9b6373371442076ded7ee1297bb -size 865 +oid sha256:5eeeec0e8ca90b5e917dee3fbf12890099687d4e538108e7b47fc9361c2144dc +size 934