Accepting request 1078422 from Kernel:stable
6.2.10 & other fixes OBS-URL: https://build.opensuse.org/request/show/1078422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=686
This commit is contained in:
commit
1e90c294f0
@ -61,7 +61,7 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 20GB for binary packages on armv6/7 -->
|
||||
<!-- 24GB for binary packages on armv6/7 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>armv7l</arch>
|
||||
@ -77,7 +77,7 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">20</size>
|
||||
<size unit="G">24</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:772fc0d403e7b680da467feea369fd25f85108d0a2315063a37d22efa5db6ac8
|
||||
size 290761
|
||||
oid sha256:d4121e70a0b7a225f69ff5ee69088ce20a351725c7fe846c98ccd2b5ec29a710
|
||||
size 291024
|
||||
|
@ -54,7 +54,7 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 20GB for binary packages on armv6/7 -->
|
||||
<!-- 24GB for binary packages on armv6/7 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>armv7l</arch>
|
||||
@ -63,7 +63,7 @@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">20</size>
|
||||
<size unit="G">24</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-riscv64
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
URL: https://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
BuildRequires: kernel%kernel_flavor-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -57,9 +57,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,372 @@
|
||||
-------------------------------------------------------------------
|
||||
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 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
|
||||
|
||||
- rpm/constraints.in: increase the disk size for armv6/7 to 24GB
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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).
|
||||
- commit c39e89f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.2
|
||||
%define patchversion 6.2.9
|
||||
%define patchversion 6.2.10
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -111,9 +111,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.2.9
|
||||
Version: 6.2.10
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g7a187a3
|
||||
Release: <RELEASE>.gba7816e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -238,10 +238,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: kernel-%build_flavor-base-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
Provides: kernel-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
Provides: %name-srchash-ba7816e0ae08661ece79de1c621443536811787f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32a6f4835bec0538e650763acf600486b93336c8a0385d8fa2f14de302e059be
|
||||
size 1294272
|
||||
oid sha256:3c65e96a550e3e0b13e9d9032faf1c8fd4669a34287b27bb8f13604b239b2a95
|
||||
size 1457859
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7e581d85c8a25b6f59ab769ddf08e030a669c709b533ae7390dc76895d9fff1
|
||||
size 4236
|
||||
oid sha256:e3fad3c7208f30834630dc5cd8c8d3bfac3a837af7888e6c536bc2ad7f17c810
|
||||
size 3541
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fbec0fdf2fcc5060fd50487eae2383347bad60352677e097a792e4f4b2273b2
|
||||
size 35105
|
||||
oid sha256:935a370e3828ef5c0668f1a47d5b3ad1495a0c553a0a0f94d3a4a1c5e226e070
|
||||
size 34498
|
||||
|
192
series.conf
192
series.conf
@ -1867,6 +1867,193 @@
|
||||
patches.kernel.org/6.2.9-238-sched-fair-sanitize-vruntime-of-entity-being-pl.patch
|
||||
patches.kernel.org/6.2.9-239-sched-fair-Sanitize-vruntime-of-entity-being-mi.patch
|
||||
patches.kernel.org/6.2.9-240-Linux-6.2.9.patch
|
||||
patches.kernel.org/6.2.10-001-thunderbolt-Limit-USB3-bandwidth-of-certain-In.patch
|
||||
patches.kernel.org/6.2.10-002-cifs-update-ip_addr-for-ses-only-for-primary-c.patch
|
||||
patches.kernel.org/6.2.10-003-cifs-prevent-data-race-in-cifs_reconnect_tcon.patch
|
||||
patches.kernel.org/6.2.10-004-cifs-avoid-race-conditions-with-parallel-recon.patch
|
||||
patches.kernel.org/6.2.10-005-zonefs-Reorganize-code.patch
|
||||
patches.kernel.org/6.2.10-006-zonefs-Simplify-IO-error-handling.patch
|
||||
patches.kernel.org/6.2.10-007-zonefs-Reduce-struct-zonefs_inode_info-size.patch
|
||||
patches.kernel.org/6.2.10-008-zonefs-Separate-zone-information-from-inode-in.patch
|
||||
patches.kernel.org/6.2.10-009-zonefs-Fix-error-message-in-zonefs_file_dio_ap.patch
|
||||
patches.kernel.org/6.2.10-010-btrfs-rename-BTRFS_FS_NO_OVERCOMMIT-to-BTRFS_F.patch
|
||||
patches.kernel.org/6.2.10-011-btrfs-zoned-count-fresh-BG-region-as-zone-unus.patch
|
||||
patches.kernel.org/6.2.10-012-btrfs-zoned-drop-space_info-active_total_bytes.patch
|
||||
patches.kernel.org/6.2.10-013-fsverity-don-t-drop-pagecache-at-end-of-FS_IOC.patch
|
||||
patches.kernel.org/6.2.10-014-cifs-fix-missing-unload_nls-in-smb2_reconnect.patch
|
||||
patches.kernel.org/6.2.10-015-xfrm-Zero-padding-when-dumping-algos-and-encap.patch
|
||||
patches.kernel.org/6.2.10-016-ASoC-codecs-tx-macro-Fix-for-KASAN-slab-out-of.patch
|
||||
patches.kernel.org/6.2.10-017-ASoC-Intel-avs-max98357a-Explicitly-define-cod.patch
|
||||
patches.kernel.org/6.2.10-018-ASoC-Intel-avs-da7219-Explicitly-define-codec-.patch
|
||||
patches.kernel.org/6.2.10-019-ASoC-Intel-avs-rt5682-Explicitly-define-codec-.patch
|
||||
patches.kernel.org/6.2.10-020-ASoC-Intel-avs-ssm4567-Remove-nau8825-bits.patch
|
||||
patches.kernel.org/6.2.10-021-ASoC-Intel-avs-nau8825-Adjust-clock-control.patch
|
||||
patches.kernel.org/6.2.10-022-lib-zstd-Backport-fix-for-in-place-decompressi.patch
|
||||
patches.kernel.org/6.2.10-023-zstd-Fix-definition-of-assert.patch
|
||||
patches.kernel.org/6.2.10-024-ACPI-video-Add-backlight-native-DMI-quirk-for-.patch
|
||||
patches.kernel.org/6.2.10-025-ACPI-x86-Introduce-an-acpi_quirk_skip_gpio_eve.patch
|
||||
patches.kernel.org/6.2.10-026-ACPI-x86-Add-skip-i2c-clients-quirk-for-Acer-I.patch
|
||||
patches.kernel.org/6.2.10-027-ACPI-x86-Add-skip-i2c-clients-quirk-for-Lenovo.patch
|
||||
patches.kernel.org/6.2.10-028-ASoC-SOF-ipc3-Check-for-upper-size-limit-for-t.patch
|
||||
patches.kernel.org/6.2.10-029-ASoC-SOF-ipc4-topology-Fix-incorrect-sample-ra.patch
|
||||
patches.kernel.org/6.2.10-030-ASoC-SOF-Intel-pci-tng-revert-invalid-bar-size.patch
|
||||
patches.kernel.org/6.2.10-031-ASoC-SOF-Intel-hda-dsp-harden-D0i3-programming.patch
|
||||
patches.kernel.org/6.2.10-032-ASoC-SOF-Intel-hda-ctrl-re-add-sleep-after-ent.patch
|
||||
patches.kernel.org/6.2.10-033-ASoC-SOF-IPC4-update-gain-ipc-msg-definition-t.patch
|
||||
patches.kernel.org/6.2.10-034-ASoC-hdmi-codec-only-startup-shutdown-on-suppo.patch
|
||||
patches.kernel.org/6.2.10-035-wifi-mac80211-check-basic-rates-validity.patch
|
||||
patches.kernel.org/6.2.10-036-md-avoid-signed-overflow-in-slot_store.patch
|
||||
patches.kernel.org/6.2.10-037-x86-PVH-obtain-VGA-console-info-in-Dom0.patch
|
||||
patches.kernel.org/6.2.10-038-drm-amdkfd-Fix-BO-offset-for-multi-VMA-page-mi.patch
|
||||
patches.kernel.org/6.2.10-039-drm-amdkfd-fix-a-potential-double-free-in-pqm_.patch
|
||||
patches.kernel.org/6.2.10-040-drm-amdgpu-vcn-custom-video-info-caps-for-srio.patch
|
||||
patches.kernel.org/6.2.10-041-drm-amdkfd-fix-potential-kgd_mem-UAFs.patch
|
||||
patches.kernel.org/6.2.10-042-drm-amd-display-Fix-HDCP-failing-to-enable-aft.patch
|
||||
patches.kernel.org/6.2.10-043-net-hsr-Don-t-log-netdev_err-message-on-unknow.patch
|
||||
patches.kernel.org/6.2.10-044-ALSA-asihpi-check-pao-in-control_message.patch
|
||||
patches.kernel.org/6.2.10-045-ALSA-hda-ca0132-fixup-buffer-overrun-at-tuning.patch
|
||||
patches.kernel.org/6.2.10-046-fbdev-tgafb-Fix-potential-divide-by-zero.patch
|
||||
patches.kernel.org/6.2.10-047-ACPI-tools-pfrut-Check-if-the-input-of-level-a.patch
|
||||
patches.kernel.org/6.2.10-048-sched_getaffinity-don-t-assume-cpumask_size-is.patch
|
||||
patches.kernel.org/6.2.10-049-nvme-pci-fixing-memory-leak-in-probe-teardown-.patch
|
||||
patches.kernel.org/6.2.10-050-nvme-pci-add-NVME_QUIRK_BOGUS_NID-for-Lexar-NM.patch
|
||||
patches.kernel.org/6.2.10-051-drm-amdkfd-Fixed-kfd_process-cleanup-on-module.patch
|
||||
patches.kernel.org/6.2.10-052-net-mlx5e-Lower-maximum-allowed-MTU-in-XSK-to-.patch
|
||||
patches.kernel.org/6.2.10-053-fbdev-nvidia-Fix-potential-divide-by-zero.patch
|
||||
patches.kernel.org/6.2.10-054-fbdev-intelfb-Fix-potential-divide-by-zero.patch
|
||||
patches.kernel.org/6.2.10-055-fbdev-lxfb-Fix-potential-divide-by-zero.patch
|
||||
patches.kernel.org/6.2.10-056-fbdev-au1200fb-Fix-potential-divide-by-zero.patch
|
||||
patches.kernel.org/6.2.10-057-tools-power-turbostat-Fix-dev-cpu_dma_latency-.patch
|
||||
patches.kernel.org/6.2.10-058-tools-power-turbostat-fix-decoding-of-HWP_STAT.patch
|
||||
patches.kernel.org/6.2.10-059-tracing-Fix-wrong-return-in-kprobe_event_gen_t.patch
|
||||
patches.kernel.org/6.2.10-060-btrfs-fix-uninitialized-variable-warning-in-bt.patch
|
||||
patches.kernel.org/6.2.10-061-btrfs-use-temporary-variable-for-space_info-in.patch
|
||||
patches.kernel.org/6.2.10-062-mtd-rawnand-meson-initialize-struct-with-zeroe.patch
|
||||
patches.kernel.org/6.2.10-063-mtd-nand-mxic-ecc-Fix-mxic_ecc_data_xfer_wait_.patch
|
||||
patches.kernel.org/6.2.10-064-ca8210-Fix-unsigned-mac_len-comparison-with-ze.patch
|
||||
patches.kernel.org/6.2.10-065-riscv-kvm-Fix-VM-hang-in-case-of-timer-delta-b.patch
|
||||
patches.kernel.org/6.2.10-066-mips-bmips-BCM6358-disable-RAC-flush-for-TP1.patch
|
||||
patches.kernel.org/6.2.10-067-ALSA-usb-audio-Fix-recursive-locking-at-XRUN-d.patch
|
||||
patches.kernel.org/6.2.10-068-PCI-dwc-Fix-PORT_LINK_CONTROL-update-when-CDM-.patch
|
||||
patches.kernel.org/6.2.10-069-platform-x86-think-lmi-add-missing-type-attrib.patch
|
||||
patches.kernel.org/6.2.10-070-platform-x86-think-lmi-use-correct-possible_va.patch
|
||||
patches.kernel.org/6.2.10-071-platform-x86-think-lmi-only-display-possible_v.patch
|
||||
patches.kernel.org/6.2.10-072-platform-x86-think-lmi-Add-possible_values-for.patch
|
||||
patches.kernel.org/6.2.10-073-platform-surface-aggregator-Add-missing-fwnode.patch
|
||||
patches.kernel.org/6.2.10-074-mtd-rawnand-meson-invalidate-cache-on-polling-.patch
|
||||
patches.kernel.org/6.2.10-075-SUNRPC-fix-shutdown-of-NFS-TCP-client-socket.patch
|
||||
patches.kernel.org/6.2.10-076-sfc-ef10-don-t-overwrite-offload-features-at-N.patch
|
||||
patches.kernel.org/6.2.10-077-scsi-megaraid_sas-Fix-crash-after-a-double-com.patch
|
||||
patches.kernel.org/6.2.10-078-scsi-mpt3sas-Don-t-print-sense-pool-info-twice.patch
|
||||
patches.kernel.org/6.2.10-079-net-dsa-realtek-fix-out-of-bounds-access.patch
|
||||
patches.kernel.org/6.2.10-080-ptp_qoriq-fix-memory-leak-in-probe.patch
|
||||
patches.kernel.org/6.2.10-081-net-dsa-microchip-ksz8-fix-ksz8_fdb_dump.patch
|
||||
patches.kernel.org/6.2.10-082-net-dsa-microchip-ksz8-fix-ksz8_fdb_dump-to-ex.patch
|
||||
patches.kernel.org/6.2.10-083-net-dsa-microchip-ksz8-fix-offset-for-the-time.patch
|
||||
patches.kernel.org/6.2.10-084-net-dsa-microchip-ksz8-ksz8_fdb_dump-avoid-ext.patch
|
||||
patches.kernel.org/6.2.10-085-net-dsa-microchip-ksz8863_smi-fix-bulk-access.patch
|
||||
patches.kernel.org/6.2.10-086-net-dsa-microchip-ksz8-fix-MDB-configuration-w.patch
|
||||
patches.kernel.org/6.2.10-087-r8169-fix-RTL8168H-and-RTL8107E-rx-crc-error.patch
|
||||
patches.kernel.org/6.2.10-088-regulator-Handle-deferred-clk.patch
|
||||
patches.kernel.org/6.2.10-089-net-net_failover-fix-txq-exceeding-warning.patch
|
||||
patches.kernel.org/6.2.10-090-net-stmmac-don-t-reject-VLANs-when-IFF_PROMISC.patch
|
||||
patches.kernel.org/6.2.10-091-drm-i915-pmu-Use-functions-common-with-sysfs-t.patch
|
||||
patches.kernel.org/6.2.10-092-drm-i915-tc-Fix-the-ICL-PHY-ownership-check-in.patch
|
||||
patches.kernel.org/6.2.10-093-drm-i915-perf-Drop-wakeref-on-GuC-RC-error.patch
|
||||
patches.kernel.org/6.2.10-094-platform-x86-intel-pmc-Alder-Lake-PCH-slp_s0_r.patch
|
||||
patches.kernel.org/6.2.10-095-can-bcm-bcm_tx_setup-fix-KMSAN-uninit-value-in.patch
|
||||
patches.kernel.org/6.2.10-096-s390-vfio-ap-fix-memory-leak-in-vfio_ap-device.patch
|
||||
patches.kernel.org/6.2.10-097-ACPI-bus-Rework-system-level-device-notificati.patch
|
||||
patches.kernel.org/6.2.10-098-loop-LOOP_CONFIGURE-send-uevents-for-partition.patch
|
||||
patches.kernel.org/6.2.10-099-net-mvpp2-classifier-flow-fix-fragmentation-fl.patch
|
||||
patches.kernel.org/6.2.10-100-net-mvpp2-parser-fix-QinQ.patch
|
||||
patches.kernel.org/6.2.10-101-net-mvpp2-parser-fix-PPPoE.patch
|
||||
patches.kernel.org/6.2.10-102-smsc911x-avoid-PHY-being-resumed-when-interfac.patch
|
||||
patches.kernel.org/6.2.10-103-ice-Fix-ice_cfg_rdma_fltr-to-only-update-relev.patch
|
||||
patches.kernel.org/6.2.10-104-ice-add-profile-conflict-check-for-AVF-FDIR.patch
|
||||
patches.kernel.org/6.2.10-105-ice-fix-invalid-check-for-empty-list-in-ice_sc.patch
|
||||
patches.kernel.org/6.2.10-106-net-ethernet-mtk_eth_soc-fix-tx-throughput-reg.patch
|
||||
patches.kernel.org/6.2.10-107-ALSA-ymfpci-Create-card-with-device-managed-sn.patch
|
||||
patches.kernel.org/6.2.10-108-ALSA-ymfpci-Fix-BUG_ON-in-probe-function.patch
|
||||
patches.kernel.org/6.2.10-109-net-wwan-iosm-fixes-7560-modem-crash.patch
|
||||
patches.kernel.org/6.2.10-110-drm-nouveau-kms-Fix-backlight-registration.patch
|
||||
patches.kernel.org/6.2.10-111-net-ipa-compute-DMA-pool-size-properly.patch
|
||||
patches.kernel.org/6.2.10-112-bnx2x-use-the-right-build_skb-helper.patch
|
||||
patches.kernel.org/6.2.10-113-i40e-fix-registers-dump-after-run-ethtool-adap.patch
|
||||
patches.kernel.org/6.2.10-114-bnxt_en-Fix-reporting-of-test-result-in-ethtoo.patch
|
||||
patches.kernel.org/6.2.10-115-bnxt_en-Fix-typo-in-PCI-id-to-device-descripti.patch
|
||||
patches.kernel.org/6.2.10-116-bnxt_en-Add-missing-200G-link-speed-reporting.patch
|
||||
patches.kernel.org/6.2.10-117-net-dsa-mv88e6xxx-Enable-IGMP-snooping-on-user.patch
|
||||
patches.kernel.org/6.2.10-118-net-dsa-sync-unicast-and-multicast-addresses-f.patch
|
||||
patches.kernel.org/6.2.10-119-net-ethernet-mtk_eth_soc-fix-flow-block-refcou.patch
|
||||
patches.kernel.org/6.2.10-120-net-ethernet-mtk_eth_soc-fix-L2-offloading-wit.patch
|
||||
patches.kernel.org/6.2.10-121-net-ethernet-mtk_eth_soc-add-missing-ppe-cache.patch
|
||||
patches.kernel.org/6.2.10-122-pinctrl-ocelot-Fix-alt-mode-for-ocelot.patch
|
||||
patches.kernel.org/6.2.10-123-Input-xpad-fix-incorrectly-applied-patch-for-M.patch
|
||||
patches.kernel.org/6.2.10-124-iommu-vt-d-Allow-zero-SAGAW-if-second-stage-no.patch
|
||||
patches.kernel.org/6.2.10-125-Revert-venus-firmware-Correct-non-pix-start-an.patch
|
||||
patches.kernel.org/6.2.10-126-Input-i8042-add-TUXEDO-devices-to-i8042-quirk-.patch
|
||||
patches.kernel.org/6.2.10-127-Input-alps-fix-compatibility-with-funsigned-ch.patch
|
||||
patches.kernel.org/6.2.10-128-Input-focaltech-use-explicitly-signed-char-typ.patch
|
||||
patches.kernel.org/6.2.10-129-cifs-prevent-infinite-recursion-in-CIFSGetDFSR.patch
|
||||
patches.kernel.org/6.2.10-130-cifs-fix-DFS-traversal-oops-without-CONFIG_CIF.patch
|
||||
patches.kernel.org/6.2.10-131-Input-i8042-add-quirk-for-Fujitsu-Lifebook-A57.patch
|
||||
patches.kernel.org/6.2.10-132-Input-goodix-add-Lenovo-Yoga-Book-X90F-to-nine.patch
|
||||
patches.kernel.org/6.2.10-133-btrfs-fix-deadlock-when-aborting-transaction-d.patch
|
||||
patches.kernel.org/6.2.10-134-btrfs-fix-race-between-quota-disable-and-quota.patch
|
||||
patches.kernel.org/6.2.10-135-btrfs-scan-device-in-non-exclusive-mode.patch
|
||||
patches.kernel.org/6.2.10-136-btrfs-ignore-fiemap-path-cache-when-there-are-.patch
|
||||
patches.kernel.org/6.2.10-137-zonefs-Do-not-propagate-iomap_dio_rw-ENOTBLK-e.patch
|
||||
patches.kernel.org/6.2.10-138-io_uring-poll-clear-single-double-poll-flags-o.patch
|
||||
patches.kernel.org/6.2.10-139-io_uring-rsrc-fix-rogue-rsrc-node-grabbing.patch
|
||||
patches.kernel.org/6.2.10-140-io_uring-fix-poll-netmsg-alloc-caches.patch
|
||||
patches.kernel.org/6.2.10-141-vmxnet3-use-gro-callback-when-UPT-is-enabled.patch
|
||||
patches.kernel.org/6.2.10-142-zonefs-Always-invalidate-last-cached-page-on-a.patch
|
||||
patches.kernel.org/6.2.10-143-dm-fix-__send_duplicate_bios-to-always-allow-f.patch
|
||||
patches.kernel.org/6.2.10-144-can-j1939-prevent-deadlock-by-moving-j1939_sk_.patch
|
||||
patches.kernel.org/6.2.10-145-xen-netback-don-t-do-grant-copy-across-page-bo.patch
|
||||
patches.kernel.org/6.2.10-146-net-phy-dp83869-fix-default-value-for-tx-rx-in.patch
|
||||
patches.kernel.org/6.2.10-147-modpost-Fix-processing-of-CRCs-on-32-bit-build.patch
|
||||
patches.kernel.org/6.2.10-148-pinctrl-amd-Disable-and-mask-interrupts-on-res.patch
|
||||
patches.kernel.org/6.2.10-149-pinctrl-at91-pio4-fix-domain-name-assignment.patch
|
||||
patches.kernel.org/6.2.10-150-platform-x86-ideapad-laptop-Stop-sending-KEY_T.patch
|
||||
patches.kernel.org/6.2.10-151-thermal-intel-int340x-processor_thermal-Fix-ad.patch
|
||||
patches.kernel.org/6.2.10-152-powerpc-Don-t-try-to-copy-PPR-for-task-with-NU.patch
|
||||
patches.kernel.org/6.2.10-153-powerpc-pseries-vas-Ignore-VAS-update-for-DLPA.patch
|
||||
patches.kernel.org/6.2.10-154-powerpc-64s-Fix-__pte_needs_flush-false-positi.patch
|
||||
patches.kernel.org/6.2.10-155-NFSv4-Fix-hangs-when-recovering-open-state-aft.patch
|
||||
patches.kernel.org/6.2.10-156-ALSA-hda-conexant-Partial-revert-of-a-quirk-fo.patch
|
||||
patches.kernel.org/6.2.10-157-ALSA-usb-audio-Fix-regression-on-detection-of-.patch
|
||||
patches.kernel.org/6.2.10-158-ALSA-hda-realtek-Add-quirks-for-some-Clevo-lap.patch
|
||||
patches.kernel.org/6.2.10-159-ALSA-hda-realtek-Add-quirk-for-Lenovo-ZhaoYang.patch
|
||||
patches.kernel.org/6.2.10-160-xtensa-fix-KASAN-report-for-show_stack.patch
|
||||
patches.kernel.org/6.2.10-161-rcu-Fix-rcu_torture_read-ftrace-event.patch
|
||||
patches.kernel.org/6.2.10-162-dt-bindings-mtd-jedec-spi-nor-Document-CPOL-CP.patch
|
||||
patches.kernel.org/6.2.10-163-s390-uaccess-add-missing-earlyclobber-annotati.patch
|
||||
patches.kernel.org/6.2.10-164-s390-reintroduce-expoline-dependence-to-script.patch
|
||||
patches.kernel.org/6.2.10-165-drm-etnaviv-fix-reference-leak-when-mmaping-im.patch
|
||||
patches.kernel.org/6.2.10-166-drm-amdgpu-allow-more-APUs-to-do-mode2-reset-w.patch
|
||||
patches.kernel.org/6.2.10-167-drm-amd-display-Add-DSC-Support-for-Synaptics-.patch
|
||||
patches.kernel.org/6.2.10-168-drm-amd-display-Take-FEC-Overhead-into-Timeslo.patch
|
||||
patches.kernel.org/6.2.10-169-drm-i915-gem-Flush-lmem-contents-after-constru.patch
|
||||
patches.kernel.org/6.2.10-170-drm-i915-dpt-Treat-the-DPT-BO-as-a-framebuffer.patch
|
||||
patches.kernel.org/6.2.10-171-drm-i915-Disable-DC-states-for-all-commits.patch
|
||||
patches.kernel.org/6.2.10-172-drm-i915-Split-icl_color_commit_noarm-from-skl.patch
|
||||
patches.kernel.org/6.2.10-173-drm-i915-Move-CSC-load-back-into-.color_commit.patch
|
||||
patches.kernel.org/6.2.10-174-KVM-arm64-PMU-Fix-GET_ONE_REG-for-vPMC-regs-to.patch
|
||||
patches.kernel.org/6.2.10-175-KVM-arm64-PMU-Don-t-save-PMCR_EL0.-C-P-for-the.patch
|
||||
patches.kernel.org/6.2.10-176-KVM-arm64-Retry-fault-if-vma_lookup-results-be.patch
|
||||
patches.kernel.org/6.2.10-177-KVM-arm64-Disable-interrupts-while-walking-use.patch
|
||||
patches.kernel.org/6.2.10-178-KVM-arm64-Check-for-kvm_vma_mte_allowed-in-the.patch
|
||||
patches.kernel.org/6.2.10-179-usb-ucsi-Fix-ucsi-connector-race.patch
|
||||
patches.kernel.org/6.2.10-180-libbpf-Fix-BTF-to-C-converter-s-padding-logic.patch
|
||||
patches.kernel.org/6.2.10-181-selftests-bpf-Add-few-corner-cases-to-test-pad.patch
|
||||
patches.kernel.org/6.2.10-182-libbpf-Fix-btf_dump-s-packed-struct-determinat.patch
|
||||
patches.kernel.org/6.2.10-183-drm-amdkfd-Get-prange-offset-after-svm_range_v.patch
|
||||
patches.kernel.org/6.2.10-184-hsr-ratelimit-only-when-errors-are-printed.patch
|
||||
patches.kernel.org/6.2.10-185-x86-PVH-avoid-32-bit-build-warning-when-obtain.patch
|
||||
patches.kernel.org/6.2.10-186-Revert-cpuidle-intel_idle-Fix-CPUIDLE_FLAG_IRQ.patch
|
||||
patches.kernel.org/6.2.10-187-Linux-6.2.10.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1876,7 +2063,6 @@
|
||||
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/s390-reintroduce-expoline-dependence-to-scripts.patch
|
||||
patches.rpmify/net-wwan-t7xx-disable-Werror.patch
|
||||
|
||||
########################################################
|
||||
@ -2011,7 +2197,6 @@
|
||||
patches.suse/drivers-firmware-skip-simpledrm-if-nvidia-drm.modese.patch
|
||||
patches.suse/Add-parameter-to-disable-simple-framebuffer-devices.patch
|
||||
patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch
|
||||
patches.suse/drm-nouveau-kms-Fix-backlight-registration.patch
|
||||
|
||||
########################################################
|
||||
# Storage
|
||||
@ -2026,6 +2211,8 @@
|
||||
# Wireless networking drivers
|
||||
########################################################
|
||||
patches.suse/b43-missing-firmware-info.patch
|
||||
patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch
|
||||
patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch
|
||||
|
||||
########################################################
|
||||
# USB
|
||||
@ -2035,7 +2222,6 @@
|
||||
# Input
|
||||
########################################################
|
||||
patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch
|
||||
patches.suse/Input-alps-fix-compatibility-with-funsigned-char.patch
|
||||
|
||||
########################################################
|
||||
# Other drivers
|
||||
|
@ -1,3 +1,3 @@
|
||||
2023-03-30 11:30:50 +0000
|
||||
GIT Revision: 7a187a3df1e20b30a8959b0ec229aa8b791bb06f
|
||||
2023-04-06 10:36:55 +0000
|
||||
GIT Revision: ba7816e0ae08661ece79de1c621443536811787f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user