Revisions of kernel-source

Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 276)
- netfilter: ipset: Fix suspicious rcu_dereference_protected()
  (git-fixes).
- net: stmmac: No need to calculate speed divider when offload
  is disabled (git-fixes).
- commit e256f5c

- Linux 6.9.6 (bsc#1012628).
- wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs
  (bsc#1012628).
- wifi: ath11k: move power type check to ASSOC stage when
  connecting to 6 GHz AP (bsc#1012628).
- cpufreq: amd-pstate: Unify computation of
  {max,min,nominal,lowest_nonlinear}_freq (bsc#1012628).
- cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities
  missing (bsc#1012628).
- cpufreq: amd-pstate: remove global header file (bsc#1012628).
- wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects
  (bsc#1012628).
- wifi: mac80211: Fix deadlock in
  ieee80211_sta_ps_deliver_wakeup() (bsc#1012628).
- wifi: cfg80211: fully move wiphy work to unbound workqueue
  (bsc#1012628).
- wifi: cfg80211: Lock wiphy in cfg80211_get_station
  (bsc#1012628).
- wifi: cfg80211: pmsr: use correct nla_get_uX functions
  (bsc#1012628).
- wifi: mac80211: pass proper link id for channel switch started
  notification (bsc#1012628).
- wifi: iwlwifi: mvm: don't initialize csa_work twice
  (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 275)
- Refresh
  patches.suse/Bluetooth-fix-connection-setup-in-l2cap_connect.patch.
- Refresh
  patches.suse/scsi-core-alua-I-O-errors-for-ALUA-state-transitions.patch.
  Update upstream statuses.
- commit ee54ae4

- rpm/kernel-obs-build.spec.in: drop algif_hash from KERNEL_MODULES (bsc#1226463)
  algif_hash was added as a part of commit bfd7db420f29
  (rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts
  modules). But it causes issues with an openssl-1_1 test. See the bug.
  Therefore, temporarily drop the module from KERNEL_MODULES.
- commit c9c2e24

- ata: libata-scsi: Set the RMB bit only for removable media
  devices (bsc#1226214).
- commit e43cb70

- Linux 6.9.5 (bsc#1012628).
- drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vms
  (bsc#1012628).
- drm/i915/hwmon: Get rid of devm (bsc#1012628).
- afs: Don't cross .backup mountpoint from backup volume
  (bsc#1012628).
- erofs: avoid allocating DEFLATE streams before mounting
  (bsc#1012628).
- x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only
  on family 0x17 and greater (bsc#1012628).
- vxlan: Fix regression when dropping packets due to invalid
  src addresses (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 274)
- Linux 6.9.3 (bsc#1012628).
- Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
  (bsc#1012628).
- Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
  (bsc#1012628).
- l2tp: fix ICMP error handling for UDP-encap sockets
  (bsc#1012628).
- net: txgbe: fix to control VLAN strip (bsc#1012628).
- net: wangxun: match VLAN CTAG and STAG features (bsc#1012628).
- net: wangxun: fix to change Rx features (bsc#1012628).
- sched/core: Fix incorrect initialization of the 'burst'
  parameter in cpu_max_write() (bsc#1012628).
- sched/fair: Allow disabling sched_balance_newidle with
  sched_relax_domain_level (bsc#1012628).
- af_packet: do not call packet_read_pending() from
  tpacket_destruct_skb() (bsc#1012628).
- netrom: fix possible dead-lock in nr_rt_ioctl() (bsc#1012628).
- idpf: don't skip over ethtool tcp-data-split setting
  (bsc#1012628).
- selftests/net/lib: no need to record ns name if it already exist
  (bsc#1012628).
- net: qrtr: ns: Fix module refcnt (bsc#1012628).
- libbpf: fix feature detectors when using token_fd (bsc#1012628).
- net: bridge: mst: fix vlan use-after-free (bsc#1012628).
- selftests: net: bridge: increase IGMP/MLD exclude timeout
  membership interval (bsc#1012628).
- net: bridge: xmit: make sure we have at least eth header len
  bytes (bsc#1012628).
- modules: Drop the .export_symbol section from the final modules
  (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 273)
- Bluetooth: btusb: Fix the patch for MT7920 the affected to
  MT7921 (bsc#1225068).
- commit a0089e6

- series.conf: cleanup
- update upstream references and resort:
  - patches.suse/ACPI-video-Add-backlight-native-quirk-for-Lenovo-Sli.patch
  - patches.suse/bus-mhi-host-add-mhi_power_down_no_destroy.patch
  - patches.suse/net-qrtr-support-suspend-hibernation.patch
  - patches.suse/wifi-ath11k-support-hibernation.patch
- commit c7821e3

- drm/nouveau/disp: Fix missing backlight control on Macbook 5,
  1 (bsc#1223838).
- commit 2045ec5

- btrfs: re-introduce 'norecovery' mount option (bsc#1222429).
- commit e5b30a1

- rpm/kernel-obs-build.spec.in: remove reiserfs from OBS initrd
  We disabled the FS in bug 1202309. And we actively blacklist it in:
  /usr/lib/modprobe.d/60-blacklist_fs-reiserfs.conf
  This, as a side-effect, fixes obs-build's warning:
  dracut-pre-udev[1463]: sh: line 1: /usr/lib/module-init-tools/unblacklist: No such file or directory
  Exactly due to the above 60-blacklist_fs-reiserfs.conf trying to call the
  above unblacklist.
  We should likely drop ext2+ext3 from the list too, as we don't build
  them at all. But that's a different story.
- commit 9e1a078
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 272)
- drm/amdgpu: fix doorbell regression (git-fixes).
- commit aa245c7

- Linux 6.8.9 (bsc#1012628).
- Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
  (bsc#1012628).
- Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
  (bsc#1012628).
- Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
  (bsc#1012628).
- bounds: Use the right number of bits for power-of-two
  CONFIG_NR_CPUS (bsc#1012628).
- phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6
  (bsc#1012628).
- i2c: smbus: fix NULL function pointer dereference (bsc#1012628).
- RISC-V: selftests: cbo: Ensure asm operands match constraints,
  take 2 (bsc#1012628).
- riscv: hwprobe: fix invalid sign extension for
  RISCV_HWPROBE_EXT_ZVFHMIN (bsc#1012628).
- sched/eevdf: Prevent vlag from going out of bounds in
  reweight_eevdf() (bsc#1012628).
- sched/eevdf: Fix miscalculation in reweight_entity() when se
  is not curr (bsc#1012628).
- sched/eevdf: Always update V if se->on_rq when reweighting
  (bsc#1012628).
- dt-bindings: eeprom: at24: Fix ST M24C64-D compatible schema
  (bsc#1012628).
- phy: ti: tusb1210: Resolve charger-det crash if charger psy
  is unregistered (bsc#1012628).
- riscv: Fix loading 64-bit NOMMU kernels past the start of RAM
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 271)
- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for
  Lenovo Legion models (bsc#1223462).
- commit 12d1ee1

- usb: Fix regression caused by invalid ep0 maxpacket in virtual
  SuperSpeed device (bsc#1220569).
- commit b2a1bf4
- commit 3db0593
- commit 5e1667b
- commit d8a015d
- commit 8c1dc6e

- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for
  Lenovo Legion models (bsc#1223462).
- commit 12d1ee1

- usb: Fix regression caused by invalid ep0 maxpacket in virtual
  SuperSpeed device (bsc#1220569).
- commit b2a1bf4
- commit 3db0593
- commit 5e1667b
- commit d8a015d
- commit 8c1dc6e

- ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for
  Lenovo Legion models (bsc#1223462).
- commit 12d1ee1

- usb: Fix regression caused by invalid ep0 maxpacket in virtual
  SuperSpeed device (bsc#1220569).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 270)
- e1000e: change usleep_range to udelay in PHY mdic access
  (bsc#1223109).
- commit e7fcfd8

- Linux 6.8.8 (bsc#1012628).
- thunderbolt: Reset only non-USB4 host routers in resume
  (bsc#1012628).
- ksmbd: common: use struct_group_attr instead of struct_group
  for network_open_info (bsc#1012628).
- ksmbd: clear RENAME_NOREPLACE before calling vfs_rename
  (bsc#1012628).
- ksmbd: validate request buffer size in smb2_allocate_rsp_buf()
  (bsc#1012628).
- ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf
  (bsc#1012628).
- net: dsa: mt7530: fix enabling EEE on MT7531 switch on all
  boards (bsc#1012628).
- net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz
  XTAL MT7530 (bsc#1012628).
- fork: defer linking file vma until vma is fully initialized
  (bsc#1012628).
- nilfs2: fix OOB in nilfs_set_de_type (bsc#1012628).
- Squashfs: check the inode number is not the invalid value of
  zero (bsc#1012628).
- bootconfig: use memblock_free_late to free xbc memory to buddy
  (bsc#1012628).
- nouveau: fix instmem race condition around ptr stores
  (bsc#1012628).
- drm/vmwgfx: Fix crtc's atomic check conditional (bsc#1012628).
- drm/vmwgfx: Sort primary plane formats by order of preference
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 269)
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
- commit 132c037
- commit b89b092
- commit dd28b52
- commit 0141dca
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 268)
- Linux 6.8.7 (bsc#1012628).
- drm/amd/display: fix disable otg wa logic in DCN316
  (bsc#1012628).
- drm/amd/display: always reset ODM mode in context when adding
  first plane (bsc#1012628).
- drm/amd/display: Return max resolution supported by DWB
  (bsc#1012628).
- drm/amd/display: Do not recursively call manual trigger
  programming (bsc#1012628).
- drm/amd/display: Set VSC SDP Colorimetry same way for MST and
  SST (bsc#1012628).
- drm/amd/display: Program VSC SDP colorimetry for all DP sinks >=
  1.4 (bsc#1012628).
- drm/amdgpu: differentiate external rev id for gfx 11.5.0
  (bsc#1012628).
- drm/amdgpu: fix incorrect number of active RBs for gfx11
  (bsc#1012628).
- drm/amdgpu: always force full reset for SOC21 (bsc#1012628).
- drm/amdgpu: Reset dGPU if suspend got aborted (bsc#1012628).
- drm/i915: Disable live M/N updates when using bigjoiner
  (bsc#1012628).
- drm/i915: Disable port sync when bigjoiner is used
  (bsc#1012628).
- drm/i915/psr: Disable PSR when bigjoiner is used (bsc#1012628).
- drm/i915/cdclk: Fix CDCLK programming order when pipes are
  active (bsc#1012628).
- commit a2ed3b5

-  x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with
  CONFIG_MITIGATION_SPECTRE_BHI (bsc#1012628 bsc#1217339
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 267)
- bus: mhi: host: Add mhi_power_down_keep_dev() API to support
  system suspend/hibernation (bsc#1207948).
  Update upstream status and move to soon-upstream section.
- commit 114e4b9

- Refresh
  patches.suse/Workaround-broken-chacha-crypto-fallback.patch.
  Update upstream status.
- commit 85a400d

- Linux 6.8.6 (bsc#1012628).
- amdkfd: use calloc instead of kzalloc to avoid integer overflow
  (bsc#1012628).
- wifi: ath9k: fix LNA selection in ath_ant_try_scan()
  (bsc#1012628).
- wifi: rtw89: fix null pointer access when abort scan
  (bsc#1012628).
- bnx2x: Fix firmware version string character counts
  (bsc#1012628).
- net: stmmac: dwmac-starfive: Add support for JH7100 SoC
  (bsc#1012628).
- net: phy: phy_device: Prevent nullptr exceptions on ISR
  (bsc#1012628).
- wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1012628).
- wifi: rtw89: pci: enlarge RX DMA buffer to consider size of
  RX descriptor (bsc#1012628).
- VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()
  (bsc#1012628).
- wifi: iwlwifi: pcie: Add the PCI device id for new hardware
  (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 266)
- gcc-plugins/stackleak: Avoid .head.text section (git-fixes).
- commit 542f698

- Linux 6.8.5 (bsc#1012628).
- x86: set SPECTRE_BHI_ON as default (bsc#1012628).
- KVM: x86: Add BHI_NO (bsc#1012628).
- x86/bhi: Mitigate KVM by default (bsc#1012628).
- x86/bhi: Add BHI mitigation knob (bsc#1012628 bsc#1217339 CVE-2024-2201).
- Update config files (set SPECTRE_BHI_ON=y which is the default later).
- x86/bhi: Enumerate Branch History Injection (BHI) bug
  (bsc#1012628).
- x86/bhi: Define SPEC_CTRL_BHI_DIS_S (bsc#1012628).
- x86/bhi: Add support for clearing branch history at syscall
  entry (bsc#1012628).
- x86/syscall: Don't force use of indirect calls for system calls
  (bsc#1012628).
- x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
  (bsc#1012628).
- x86/efistub: Remap kernel text read-only before dropping NX
  attribute (bsc#1012628).
- x86/sev: Move early startup code into .head.text section
  (bsc#1012628).
- x86/sme: Move early SME kernel encryption handling into
  .head.text (bsc#1012628).
- x86/boot: Move mem_encrypt= parsing to the decompressor
  (bsc#1012628).
- efi/libstub: Add generic support for parsing mem_encrypt=
  (bsc#1012628).
- bpf: support deferring bpf_link dealloc to after RCU grace
  period (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 265)
- Input: psmouse: add NULL check to psmouse_from_serio()
  (bsc#1219522).
- commit b12be2e
- commit 0b71f2c
- commit e9871e1
- commit 56c9c9c
- commit a481f5c

- Input: psmouse: add NULL check to psmouse_from_serio()
  (bsc#1219522).
- commit b12be2e
- commit 0b71f2c
- commit e9871e1
- commit 56c9c9c
- commit a481f5c

- Input: psmouse: add NULL check to psmouse_from_serio()
  (bsc#1219522).
- commit b12be2e
- commit 0b71f2c
- commit e9871e1
- commit 56c9c9c
- commit a481f5c

- Input: psmouse: add NULL check to psmouse_from_serio()
  (bsc#1219522).
- commit b12be2e
- commit 0b71f2c
- commit e9871e1
- commit 56c9c9c
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 264)
- Linux 6.8.4 (bsc#1012628).
- Refresh
  patches.kernel.org/6.8.4-002-Revert-workqueue-Don-t-call-cpumask_test_cpu-wi.patch.
- Refresh
  patches.kernel.org/6.8.4-003-Revert-workqueue-Implement-system-wide-nr_activ.patch.
- Refresh
  patches.kernel.org/6.8.4-005-Revert-workqueue-RCU-protect-wq-dfl_pwq-and-imp.patch.
- Refresh
  patches.kernel.org/6.8.4-008-Revert-workqueue-Replace-pwq_activate_inactive_.patch.
- Refresh
  patches.kernel.org/6.8.4-009-Revert-workqueue-Factor-out-pwq_is_empty.patch.
- Refresh
  patches.kernel.org/6.8.4-010-Revert-workqueue-Move-pwq-max_active-to-wq-max_.patch.
- Refresh
  patches.kernel.org/6.8.4-011-Revert-workqueue.c-Increase-workqueue-name-leng.patch.
- Delete patches.kernel.org/6.8.4-012-Linux-6.8.4-rc1.patch.
  Update patches to 6.8.4-final.
- commit f362b5c

- Linux 6.8.4-rc1 (bsc#1012628).
- Revert "workqueue.c: Increase workqueue name length"
  (bsc#1012628).
- Revert "workqueue: Move pwq->max_active to wq->max_active"
  (bsc#1012628).
- Revert "workqueue: Factor out pwq_is_empty()" (bsc#1012628).
- Revert "workqueue: Replace pwq_activate_inactive_work() with
  [__]pwq_activate_work()" (bsc#1012628).
- Revert "workqueue: Move nr_active handling into helpers"
  (bsc#1012628).
- Revert "workqueue: Make wq_adjust_max_active() round-robin
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 263)
- kernel-binary.spec.in: clean up %endif
- commit 9d8be11

- Linux 6.8.2 (bsc#1012628).
- do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak
  (bsc#1012628).
- workqueue.c: Increase workqueue name length (bsc#1012628).
- workqueue: Move pwq->max_active to wq->max_active (bsc#1012628).
- workqueue: Factor out pwq_is_empty() (bsc#1012628).
- workqueue: Replace pwq_activate_inactive_work() with
  [__]pwq_activate_work() (bsc#1012628).
- workqueue: Move nr_active handling into helpers (bsc#1012628).
- workqueue: Make wq_adjust_max_active() round-robin pwqs while
  activating (bsc#1012628).
- workqueue: RCU protect wq->dfl_pwq and implement accessors
  for it (bsc#1012628).
- workqueue: Introduce struct wq_node_nr_active (bsc#1012628).
- workqueue: Implement system-wide nr_active enforcement for
  unbound workqueues (bsc#1012628).
- workqueue: Don't call cpumask_test_cpu() with -1 CPU in
  wq_update_node_max_active() (bsc#1012628).
- iomap: clear the per-folio dirty bits on all writeback failures
  (bsc#1012628).
- fs: Fix rw_hint validation (bsc#1012628).
- io_uring: remove looping around handling traditional task_work
  (bsc#1012628).
- io_uring: remove unconditional looping in local task_work
  handling (bsc#1012628).
- s390/dasd: Use dev_*() for device log messages (bsc#1012628).
- s390/dasd: fix double module refcount decrement (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 262)
- Linux 6.7.9 (bsc#1012628).
- mtd: spinand: gigadevice: Fix the get ecc status issue
  (bsc#1012628).
- ice: fix connection state of DPLL and out pin (bsc#1012628).
- ice: fix dpll input pin phase_adjust value updates
  (bsc#1012628).
- ice: fix dpll and dpll_pin data access on PF reset
  (bsc#1012628).
- ice: fix dpll periodic work data updates on PF reset
  (bsc#1012628).
- ice: fix pin phase adjust updates on PF reset (bsc#1012628).
- spi: cadence-qspi: fix pointer reference in runtime PM hooks
  (bsc#1012628).
- spi: cadence-qspi: remove system-wide suspend helper calls
  from runtime PM hooks (bsc#1012628).
- netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
  (bsc#1012628).
- netlink: add nla be16/32 types to minlen array (bsc#1012628).
- net: ip_tunnel: prevent perpetual headroom growth (bsc#1012628).
- net: mctp: take ownership of skb in mctp_local_output
  (bsc#1012628).
- net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r"
  in the device tree (bsc#1012628).
- tun: Fix xdp_rxq_info's queue_index when detaching
  (bsc#1012628).
- cpufreq: intel_pstate: fix pstate limits enforcement for
  adjust_perf call back (bsc#1012628).
- net: veth: clear GRO when clearing XDP even when down
  (bsc#1012628).
- ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 261)
- mptcp: fix possible deadlock in subflow diag (git-fixes).
- mptcp: avoid printing warning once on client side (git-fixes).
- commit 1ff84c5

- Linux 6.7.7 (bsc#1012628).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
  (bsc#1012628).
- scsi: smartpqi: Add new controller PCI IDs (bsc#1012628).
- scsi: smartpqi: Fix logical volume rescan race condition
  (bsc#1012628).
- tools: selftests: riscv: Fix compile warnings in hwprobe
  (bsc#1012628).
- tools: selftests: riscv: Fix compile warnings in cbo
  (bsc#1012628).
- tools: selftests: riscv: Fix compile warnings in vector tests
  (bsc#1012628).
- tools: selftests: riscv: Fix compile warnings in mm tests
  (bsc#1012628).
- scsi: target: core: Add TMF to tmr_list handling (bsc#1012628).
- cifs: open_cached_dir should not rely on primary channel
  (bsc#1012628).
- dmaengine: shdma: increase size of 'dev_id' (bsc#1012628).
- dmaengine: fsl-qdma: increase size of 'irq_name' (bsc#1012628).
- dmaengine: dw-edma: increase size of 'name' in debugfs code
  (bsc#1012628).
- wifi: cfg80211: fix missing interfaces when dumping
  (bsc#1012628).
- wifi: mac80211: fix race condition on enabling fast-xmit
  (bsc#1012628).
- fbdev: savage: Error out if pixclock equals zero (bsc#1012628).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 260)
- series.conf: move patches.suse/nvmet-tcp-remove-boilerplate-code.patch to sorted section
- commit a47b18d

- Update ath11k hibernation patches for v2 series (bsc#1207948)
- commit a6d02cf

- KVM/VMX: Move VERW closer to VMentry for MDS mitigation
  (git-fixes).
- KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME
  vs. VMLAUNCH (git-fixes).
- x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static
  key (git-fixes).
- x86/entry_32: Add VERW just before userspace transition
  (git-fixes).
- x86/entry_64: Add VERW just before userspace transition
  (git-fixes).
- x86/bugs: Add asm helpers for executing VERW (git-fixes).
- commit ac736e5

- wifi: ath11k: support hibernation (bsc#1207948).
- net: qrtr: support suspend/hibernation (bsc#1207948).
- bus: mhi: host: add mhi_power_down_no_destroy() (bsc#1207948).
- commit 1c8bab3

- 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).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 259)
- Linux 6.7.6 (bsc#1012628).
- work around gcc bugs with 'asm goto' with outputs (bsc#1012628).
- update workarounds for gcc "asm goto" issue (bsc#1012628).
- mm: mmap: map MAP_STACK to VM_NOHUGEPAGE (bsc#1012628).
- btrfs: forbid creating subvol qgroups (bsc#1012628).
- btrfs: do not ASSERT() if the newly created subvolume already
  got read (bsc#1012628).
- btrfs: forbid deleting live subvol qgroup (bsc#1012628).
- btrfs: send: return EOPNOTSUPP on unknown flags (bsc#1012628).
- btrfs: don't reserve space for checksums when writing to nocow
  files (bsc#1012628).
- btrfs: reject encoded write if inode has nodatasum flag set
  (bsc#1012628).
- btrfs: don't drop extent_map for free space inode on write error
  (bsc#1012628).
- driver core: Fix device_link_flag_is_sync_state_only()
  (bsc#1012628).
- kselftest: dt: Stop relying on dirname to improve performance
  (bsc#1012628).
- selftests/landlock: Fix net_test build with old libc
  (bsc#1012628).
- selftests/landlock: Fix fs_test build with old libc
  (bsc#1012628).
- of: unittest: Fix compile in the non-dynamic case (bsc#1012628).
- drm/msm/gem: Fix double resv lock aquire (bsc#1012628).
- selftests/landlock: Fix capability for net_test (bsc#1012628).
- ASoC: Intel: avs: Fix pci_probe() error path (bsc#1012628).
- spi: imx: fix the burst length at DMA mode and CPU mode
  (bsc#1012628).
- ASoC: Intel: avs: Fix dynamic port assignment when TDM is set
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 258)
- btrfs: don't refill whole delayed refs block reserve when
  starting transaction (bsc#1219930).
- btrfs: add new unused block groups to the list of unused block
  groups (bsc#1219930).
- btrfs: do not delete unused block group if it may be used soon
  (bsc#1219930).
- btrfs: add and use helper to check if block group is used
  (bsc#1219930).
- commit f790b2f

- Update config files.
  Only oldconfig.
- commit f4f3bac

- Update to add CVE-2024-23851 tag,
  patches.suse/dm-limit-the-number-of-targets-and-parameter-size-ar.patch
  (bsc#1219827, bsc#1219146, CVE-2023-52429, CVE-2024-23851).
- commit f7319be

- dm: limit the number of targets and parameter size area
  (bsc#1219827, bsc#1219146, CVE-2023-52429).
- commit 3dc0a6c

- Update config files: disable broken ATOMISP drivers (bsc#1210639)
  It's been broken over a year, better to disable it before hitting another victim
- commit 18e58d2

- net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()
  (bsc#1217417).
- net: phy: realtek: use generic MDIO constants (bsc#1217417).
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) committed (revision 257)
- Update
  patches.kernel.org/6.7.2-448-Bluetooth-Fix-atomicity-violation-in-min-max-_k.patch
  (bsc#1012628 bsc#1219608 CVE-2024-24860).
- commit dff65cf

- rpm/kernel-binary.spec.in: install scripts/gdb when enabled in config
  (bsc#1219653)
  They are put into -devel subpackage. And a proper link to
  /usr/share/gdb/auto-load/ is created.
- commit 1dccf2a

- rpm/mkspec: sort entries in _multibuild
  Otherwise it creates unnecessary diffs when tar-up-ing. It's of course
  due to readdir() using "random" order as served by the underlying
  filesystem.
  See for example:
  https://build.opensuse.org/request/show/1144457/changes
- commit d1155de

- Linux 6.7.4 (bsc#1012628).
- asm-generic: make sparse happy with odd-sized put_unaligned_*()
  (bsc#1012628).
- powerpc/mm: Fix null-pointer dereference in pgtable_cache_add
  (bsc#1012628).
- arm64: irq: set the correct node for VMAP stack (bsc#1012628).
- drivers/perf: pmuv3: don't expose SW_INCR event in sysfs
  (bsc#1012628).
- powerpc: Fix build error due to is_valid_bugaddr()
  (bsc#1012628).
- powerpc/mm: Fix build failures due to
Displaying revisions 1 - 20 of 276
openSUSE Build Service is sponsored by