commit 16a496469fdf2cd15d6a56bbe289ba346d761f5f
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1876
This commit is contained in:
parent
279b3a2bf6
commit
fdffa7c186
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%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-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
BuildRequires: kernel%kernel_flavor-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 6.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 6.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 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.1.10
|
||||
Version: 6.1.11
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%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-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,365 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 11:56:42 CET 2023 - jslaby@suse.cz
|
||||
|
||||
- Linux 6.1.11 (bsc#1012628).
|
||||
- firewire: fix memory leak for payload of request subaction to
|
||||
IEC 61883-1 FCP region (bsc#1012628).
|
||||
- bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8m-venice: Remove incorrect 'uart-has-rtscts'
|
||||
(bsc#1012628).
|
||||
- arm64: dts: freescale: imx8dxl: fix sc_pwrkey's property name
|
||||
linux,keycode (bsc#1012628).
|
||||
- ASoC: amd: acp-es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: sof_es8336: Drop reference count of ACPI device
|
||||
after use (bsc#1012628).
|
||||
- ASoC: Intel: avs: Implement PCI shutdown (bsc#1012628).
|
||||
- bpf: Fix off-by-one error in bpf_mem_cache_idx() (bsc#1012628).
|
||||
- bpf: Fix a possible task gone issue with
|
||||
bpf_send_signal[_thread]() helpers (bsc#1012628).
|
||||
- ALSA: hda/via: Avoid potential array out-of-bound in
|
||||
add_secret_dac_path() (bsc#1012628).
|
||||
- bpf: Fix to preserve reg parent/live fields when copying range
|
||||
info (bsc#1012628).
|
||||
- selftests/filesystems: grant executable permission to
|
||||
run_fat_tests.sh (bsc#1012628).
|
||||
- ASoC: SOF: ipc4-mtrace: prevent underflow in
|
||||
sof_ipc4_priority_mask_dfs_write() (bsc#1012628).
|
||||
- bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
|
||||
(bsc#1012628).
|
||||
- media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct
|
||||
line (bsc#1012628).
|
||||
- bpf, sockmap: Check for any of tcp_bpf_prots when cloning a
|
||||
listener (bsc#1012628).
|
||||
- arm64: dts: imx8mm: Fix pad control for UART1_DTE_RX
|
||||
(bsc#1012628).
|
||||
- arm64: dts: imx8mm-verdin: Do not power down eth-phy
|
||||
(bsc#1012628).
|
||||
- drm/vc4: hdmi: make CEC adapter name unique (bsc#1012628).
|
||||
- drm/ssd130x: Init display before the SSD130X_DISPLAY_ON command
|
||||
(bsc#1012628).
|
||||
- scsi: Revert "scsi: core: map PQ=1, PDT=other values to
|
||||
SCSI_SCAN_TARGET_PRESENT" (bsc#1012628).
|
||||
- bpf: Fix the kernel crash caused by bpf_setsockopt()
|
||||
(bsc#1012628).
|
||||
- ALSA: memalloc: Workaround for Xen PV (bsc#1012628).
|
||||
- vhost/net: Clear the pending messages when the backend is
|
||||
removed (bsc#1012628).
|
||||
- copy_oldmem_kernel() - WRITE is "data source", not destination
|
||||
(bsc#1012628).
|
||||
- WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- READ is "data destination", not source.. (bsc#1012628).
|
||||
- zcore: WRITE is "data source", not destination.. (bsc#1012628).
|
||||
- memcpy_real(): WRITE is "data source", not
|
||||
destination.. (bsc#1012628).
|
||||
- fix iov_iter_bvec() "direction" argument (bsc#1012628).
|
||||
- fix 'direction' argument of iov_iter_{init,bvec}()
|
||||
(bsc#1012628).
|
||||
- fix "direction" argument of iov_iter_kvec() (bsc#1012628).
|
||||
- use less confusing names for iov_iter direction initializers
|
||||
(bsc#1012628).
|
||||
- vhost-scsi: unbreak any layout for response (bsc#1012628).
|
||||
- ice: Prevent set_channel from changing queues while RDMA active
|
||||
(bsc#1012628).
|
||||
- qede: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- virtio-net: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa_eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- dpaa2-eth: execute xdp_do_flush() before napi_complete_done()
|
||||
(bsc#1012628).
|
||||
- skb: Do mix page pool and page referenced frags in GRO
|
||||
(bsc#1012628).
|
||||
- sfc: correctly advertise tunneled IPv6 segmentation
|
||||
(bsc#1012628).
|
||||
- net: phy: dp83822: Fix null pointer access on DP83825/DP83826
|
||||
devices (bsc#1012628).
|
||||
- net: wwan: t7xx: Fix Runtime PM initialization (bsc#1012628).
|
||||
- block, bfq: replace 0/1 with false/true in bic apis
|
||||
(bsc#1012628).
|
||||
- block, bfq: fix uaf for bfqq in bic_set_bfqq() (bsc#1012628).
|
||||
- netrom: Fix use-after-free caused by accept on already connected
|
||||
socket (bsc#1012628).
|
||||
- fscache: Use wait_on_bit() to wait for the freeing of
|
||||
relinquished volume (bsc#1012628).
|
||||
- platform/x86/amd/pmf: update to auto-mode limits only after
|
||||
AMT event (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to update SPS thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS default pprof thermals
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd/pmf: Add helper routine to check pprof is
|
||||
balanced (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Fix to update SPS thermals when power
|
||||
supply change (bsc#1012628).
|
||||
- platform/x86/amd/pmf: Ensure mutexes are initialized before use
|
||||
(bsc#1012628).
|
||||
- platform/x86: thinkpad_acpi: Fix thinklight LED brightness
|
||||
returning 255 (bsc#1012628).
|
||||
- drm/i915/guc: Fix locking when searching for a hung request
|
||||
(bsc#1012628).
|
||||
- drm/i915: Fix request ref counting during error capture &
|
||||
debugfs dump (bsc#1012628).
|
||||
- drm/i915: Fix up locking around dumping requests lists
|
||||
(bsc#1012628).
|
||||
- drm/i915/adlp: Fix typo for reference clock (bsc#1012628).
|
||||
- net/tls: tls_is_tx_ready() checked list_entry (bsc#1012628).
|
||||
- ALSA: firewire-motu: fix unreleased lock warning in hwdep device
|
||||
(bsc#1012628).
|
||||
- netfilter: br_netfilter: disable sabotage_in hook after first
|
||||
suppression (bsc#1012628).
|
||||
- block: ublk: extending queue_size to fix overflow (bsc#1012628).
|
||||
- kunit: fix kunit_test_init_section_suites(...) (bsc#1012628).
|
||||
- squashfs: harden sanity check in squashfs_read_xattr_id_table
|
||||
(bsc#1012628).
|
||||
- maple_tree: should get pivots boundary by type (bsc#1012628).
|
||||
- sctp: do not check hb_timer.expires when resetting hb_timer
|
||||
(bsc#1012628).
|
||||
- net: phy: meson-gxl: Add generic dummy stubs for MMD register
|
||||
access (bsc#1012628).
|
||||
- drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during
|
||||
disable (bsc#1012628).
|
||||
- ip/ip6_gre: Fix changing addr gen mode not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6
|
||||
link local address (bsc#1012628).
|
||||
- riscv: kprobe: Fixup kernel panic when probing an illegal
|
||||
position (bsc#1012628).
|
||||
- igc: return an error if the mac type is unknown in
|
||||
igc_ptp_systim_to_hwtstamp() (bsc#1012628).
|
||||
- octeontx2-af: Fix devlink unregister (bsc#1012628).
|
||||
- can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivate
|
||||
(bsc#1012628).
|
||||
- can: raw: fix CAN FD frame transmissions over CAN XL devices
|
||||
(bsc#1012628).
|
||||
- can: mcp251xfd: mcp251xfd_ring_set_ringparam(): assign missing
|
||||
tx_obj_num_coalesce_irq (bsc#1012628).
|
||||
- ata: libata: Fix sata_down_spd_limit() when no link speed is
|
||||
reported (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx: Fix 'used uninitialized'
|
||||
compiler warning (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_rx/tx: Stop when wrong CLI args
|
||||
are provided (bsc#1012628).
|
||||
- selftests: net: udpgso_bench: Fix racing bug between the rx/tx
|
||||
programs (bsc#1012628).
|
||||
- selftests: net: udpgso_bench_tx: Cater for pending datagrams
|
||||
zerocopy benchmarking (bsc#1012628).
|
||||
- virtio-net: Keep stop() to follow mirror sequence of open()
|
||||
(bsc#1012628).
|
||||
- net: openvswitch: fix flow memory leak in ovs_flow_cmd_new
|
||||
(bsc#1012628).
|
||||
- efi: fix potential NULL deref in efi_mem_reserve_persistent
|
||||
(bsc#1012628).
|
||||
- rtc: sunplus: fix format string for printing resource
|
||||
(bsc#1012628).
|
||||
- certs: Fix build error when PKCS#11 URI contains semicolon
|
||||
(bsc#1012628).
|
||||
- kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY
|
||||
is a PKCS#11 URI (bsc#1012628).
|
||||
- i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
|
||||
(bsc#1012628).
|
||||
- i2c: mxs: suppress probe-deferral error message (bsc#1012628).
|
||||
- scsi: target: core: Fix warning on RT kernels (bsc#1012628).
|
||||
- x86/aperfmperf: Erase stale arch_freq_scale values when
|
||||
disabling frequency invariance readings (bsc#1012628).
|
||||
- perf/x86/intel: Add Emerald Rapids (bsc#1012628).
|
||||
- perf/x86/intel/cstate: Add Emerald Rapids (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during logout when accessing the
|
||||
shost ipaddress (bsc#1012628).
|
||||
- scsi: iscsi_tcp: Fix UAF during login when accessing the shost
|
||||
ipaddress (bsc#1012628).
|
||||
- i2c: rk3x: fix a bunch of kernel-doc warnings (bsc#1012628).
|
||||
- Revert "gfs2: stop using generic_writepages in
|
||||
gfs2_ail1_start_one" (bsc#1012628).
|
||||
- x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only
|
||||
block (bsc#1012628).
|
||||
- platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type
|
||||
0x0010 table (bsc#1012628).
|
||||
- platform/x86: hp-wmi: Handle Omen Key event (bsc#1012628).
|
||||
- platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF
|
||||
(bsc#1012628).
|
||||
- platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN
|
||||
(bsc#1012628).
|
||||
- net/x25: Fix to not accept on connected socket (bsc#1012628).
|
||||
- drm/amd/display: Fix timing not changning when freesync video
|
||||
is enabled (bsc#1012628).
|
||||
- bcache: Silence memcpy() run-time false positive warnings
|
||||
(bsc#1012628).
|
||||
- iio: adc: stm32-dfsdm: fill module aliases (bsc#1012628).
|
||||
- usb: dwc3: qcom: enable vbus override when in OTG dr-mode
|
||||
(bsc#1012628).
|
||||
- usb: gadget: f_fs: Fix unbalanced spinlock in
|
||||
__ffs_ep0_queue_wait (bsc#1012628).
|
||||
- vc_screen: move load of struct vc_data pointer in vcs_read()
|
||||
to avoid UAF (bsc#1012628).
|
||||
- fbcon: Check font dimension limits (bsc#1012628).
|
||||
- cgroup/cpuset: Fix wrong check in
|
||||
update_parent_subparts_cpumask() (bsc#1012628).
|
||||
- hv_netvsc: Fix missed pagebuf entries in netvsc_dma_map/unmap()
|
||||
(bsc#1012628).
|
||||
- ARM: dts: imx7d-smegw01: Fix USB host over-current polarity
|
||||
(bsc#1012628).
|
||||
- net: qrtr: free memory on error path in radix_tree_insert()
|
||||
(bsc#1012628).
|
||||
- can: isotp: split tx timer into transmission and timeout
|
||||
(bsc#1012628).
|
||||
- can: isotp: handle wait_event_interruptible() return values
|
||||
(bsc#1012628).
|
||||
- watchdog: diag288_wdt: do not use stack buffers for hardware
|
||||
data (bsc#1012628).
|
||||
- watchdog: diag288_wdt: fix __diag288() inline assembly
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/realtek: Add Acer Predator PH315-54 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work
|
||||
for a HP platform (bsc#1012628).
|
||||
- ASoC: codecs: wsa883x: correct playback min/max rates
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: keep prepare/unprepare widgets in sink path
|
||||
(bsc#1012628).
|
||||
- efi: Accept version 2 of memory attributes table (bsc#1012628).
|
||||
- rtc: efi: Enable SET/GET WAKEUP services as optional
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in accel_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: hid: fix the retval in gyro_3d_capture_sample
|
||||
(bsc#1012628).
|
||||
- iio: adc: xilinx-ams: fix devm_krealloc() return value check
|
||||
(bsc#1012628).
|
||||
- iio: adc: berlin2-adc: Add missing of_node_put() in error path
|
||||
(bsc#1012628).
|
||||
- iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
|
||||
(bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
|
||||
(bsc#1012628).
|
||||
- iio: light: cm32181: Fix PM support on system with 2 I2C
|
||||
resources (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix ACCEL measurement range selection
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels
|
||||
readback (bsc#1012628).
|
||||
- iio: imu: fxos8700: fix IMU data bits returned to user space
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix map label of channel type to MAGN sensor
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix incorrect ODR mode readback
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix failed initialization ODR mode
|
||||
assignment (bsc#1012628).
|
||||
- iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN
|
||||
(bsc#1012628).
|
||||
- iio: imu: fxos8700: fix MAGN sensor scale and unit
|
||||
(bsc#1012628).
|
||||
- nvmem: brcm_nvram: Add check for kzalloc (bsc#1012628).
|
||||
- nvmem: sunxi_sid: Always use 32-bit MMIO reads (bsc#1012628).
|
||||
- nvmem: qcom-spmi-sdam: fix module autoloading (bsc#1012628).
|
||||
- parisc: Fix return code of pdc_iodc_print() (bsc#1012628).
|
||||
- parisc: Replace hardcoded value with PRIV_USER constant in
|
||||
ptrace.c (bsc#1012628).
|
||||
- parisc: Wire up PTRACE_GETREGS/PTRACE_SETREGS for compat case
|
||||
(bsc#1012628).
|
||||
- riscv: disable generation of unwind tables (bsc#1012628).
|
||||
- Revert "mm: kmemleak: alloc gray object for reserved region
|
||||
with direct map" (bsc#1012628).
|
||||
- mm: multi-gen LRU: fix crash during cgroup migration
|
||||
(bsc#1012628).
|
||||
- mm: hugetlb: proc: check for hugetlb shared PMD in
|
||||
/proc/PID/smaps (bsc#1012628).
|
||||
- mm: memcg: fix NULL pointer in
|
||||
mem_cgroup_track_foreign_dirty_slowpath() (bsc#1012628).
|
||||
- usb: gadget: f_uac2: Fix incorrect increment of bNumEndpoints
|
||||
(bsc#1012628).
|
||||
- usb: typec: ucsi: Don't attempt to resume the ports before
|
||||
they exist (bsc#1012628).
|
||||
- usb: gadget: udc: do not clear gadget driver.bus (bsc#1012628).
|
||||
- kernel/irq/irqdomain.c: fix memory leak with using
|
||||
debugfs_lookup() (bsc#1012628).
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup()
|
||||
(bsc#1012628).
|
||||
- x86/debug: Fix stack recursion caused by wrongly ordered DR7
|
||||
accesses (bsc#1012628).
|
||||
- fpga: m10bmc-sec: Fix probe rollback (bsc#1012628).
|
||||
- fpga: stratix10-soc: Fix return value check in
|
||||
s10_ops_write_init() (bsc#1012628).
|
||||
- mm/uffd: fix pte marker when fork() without fork event
|
||||
(bsc#1012628).
|
||||
- mm/swapfile: add cond_resched() in get_swap_pages()
|
||||
(bsc#1012628).
|
||||
- mm/khugepaged: fix ->anon_vma race (bsc#1012628).
|
||||
- mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookups
|
||||
(bsc#1012628).
|
||||
- highmem: round down the address passed to
|
||||
kunmap_flush_on_unmap() (bsc#1012628).
|
||||
- ia64: fix build error due to switch case label appearing next
|
||||
to declaration (bsc#1012628).
|
||||
- Squashfs: fix handling and sanity checking of xattr_ids count
|
||||
(bsc#1012628).
|
||||
- maple_tree: fix mas_empty_area_rev() lower bound validation
|
||||
(bsc#1012628).
|
||||
- migrate: hugetlb: check for hugetlb shared PMD in node migration
|
||||
(bsc#1012628).
|
||||
- dma-buf: actually set signaling bit for private stub fences
|
||||
(bsc#1012628).
|
||||
- serial: stm32: Merge hard IRQ and threaded IRQ handling into
|
||||
single IRQ handler (bsc#1012628).
|
||||
- drm/i915: Avoid potential vm use-after-free (bsc#1012628).
|
||||
- drm/i915: Fix potential bit_17 double-free (bsc#1012628).
|
||||
- drm/amd: Fix initialization for nbio 4.3.0 (bsc#1012628).
|
||||
- drm/amd/pm: drop unneeded dpm features disablement for SMU
|
||||
13.0.4/11 (bsc#1012628).
|
||||
- drm/amdgpu: update wave data type to 3 for gfx11 (bsc#1012628).
|
||||
- nvmem: core: initialise nvmem->id early (bsc#1012628).
|
||||
- nvmem: core: remove nvmem_config wp_gpio (bsc#1012628).
|
||||
- nvmem: core: fix cleanup after dev_set_name() (bsc#1012628).
|
||||
- nvmem: core: fix registration vs use race (bsc#1012628).
|
||||
- nvmem: core: fix device node refcounting (bsc#1012628).
|
||||
- nvmem: core: fix cell removal on error (bsc#1012628).
|
||||
- nvmem: core: fix return value (bsc#1012628).
|
||||
- phy: qcom-qmp-combo: fix runtime suspend (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx completion race (bsc#1012628).
|
||||
- serial: 8250_dma: Fix DMA Rx rearm race (bsc#1012628).
|
||||
- platform/x86/amd: pmc: add CONFIG_SERIO dependency
|
||||
(bsc#1012628).
|
||||
- ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL
|
||||
on sink failure (bsc#1012628).
|
||||
- iio:adc:twl6030: Enable measurement of VAC (bsc#1012628).
|
||||
- powerpc/64s/radix: Fix crash with unaligned relocated kernel
|
||||
(bsc#1012628).
|
||||
- powerpc/64s: Fix local irq disable when PMIs are disabled
|
||||
(bsc#1012628).
|
||||
- powerpc/imc-pmu: Revert nest_init_lock to being a mutex
|
||||
(bsc#1012628).
|
||||
- fs/ntfs3: Validate attribute data and valid sizes (bsc#1012628).
|
||||
- ovl: Use "buf" flexible array for memcpy() destination
|
||||
(bsc#1012628).
|
||||
- f2fs: initialize locks earlier in f2fs_fill_super()
|
||||
(bsc#1012628).
|
||||
- fbdev: smscufx: fix error handling code in ufx_usb_probe
|
||||
(bsc#1012628).
|
||||
- f2fs: fix to do sanity check on i_extra_isize in is_alive()
|
||||
(bsc#1012628).
|
||||
- wifi: brcmfmac: Check the count value of channel spec to
|
||||
prevent out-of-bounds reads (bsc#1012628).
|
||||
- gfs2: Cosmetic gfs2_dinode_{in,out} cleanup (bsc#1012628).
|
||||
- gfs2: Always check inode size of inline inodes (bsc#1012628).
|
||||
- bpf: Skip invalid kfunc call in backtrack_insn (bsc#1012628).
|
||||
- commit 16a4964
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 16:44:36 CET 2023 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.10
|
||||
%define patchversion 6.1.11
|
||||
%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.1.10
|
||||
Version: 6.1.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g82ff25b
|
||||
Release: <RELEASE>.g16a4964
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -240,10 +240,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: kernel-%build_flavor-base-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
Provides: kernel-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
Provides: %name-srchash-16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
%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:214ed63dd4285cab90de516b374b49357fc0c7791ea4143fdf55cf3618e8f7a3
|
||||
size 1636417
|
||||
oid sha256:a55fcc33123011887e7365c4da0cb2e9f89bd8877f5d45c68a65c4de62a983a0
|
||||
size 1790167
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f965e7c73c63a0812bdc63d1b7f001d274cc758001846aee8b73a7b28852322b
|
||||
size 41169
|
||||
oid sha256:b9eaa282b11b4c794557d3fa2d78c21239989df454405f3b517af79c2383c0bc
|
||||
size 40028
|
||||
|
209
series.conf
209
series.conf
@ -2349,6 +2349,214 @@
|
||||
patches.kernel.org/6.1.10-027-rust-print-avoid-evaluating-arguments-in-pr_-m.patch
|
||||
patches.kernel.org/6.1.10-028-net-mctp-purge-receive-queues-on-sk-destructio.patch
|
||||
patches.kernel.org/6.1.10-029-Linux-6.1.10.patch
|
||||
patches.kernel.org/6.1.11-001-firewire-fix-memory-leak-for-payload-of-reques.patch
|
||||
patches.kernel.org/6.1.11-002-bus-sunxi-rsb-Fix-error-handling-in-sunxi_rsb_.patch
|
||||
patches.kernel.org/6.1.11-003-arm64-dts-imx8m-venice-Remove-incorrect-uart-h.patch
|
||||
patches.kernel.org/6.1.11-004-arm64-dts-freescale-imx8dxl-fix-sc_pwrkey-s-pr.patch
|
||||
patches.kernel.org/6.1.11-005-ASoC-amd-acp-es8336-Drop-reference-count-of-AC.patch
|
||||
patches.kernel.org/6.1.11-006-ASoC-Intel-bytcht_es8316-Drop-reference-count-.patch
|
||||
patches.kernel.org/6.1.11-007-ASoC-Intel-bytcr_rt5651-Drop-reference-count-o.patch
|
||||
patches.kernel.org/6.1.11-008-ASoC-Intel-bytcr_rt5640-Drop-reference-count-o.patch
|
||||
patches.kernel.org/6.1.11-009-ASoC-Intel-bytcr_wm5102-Drop-reference-count-o.patch
|
||||
patches.kernel.org/6.1.11-010-ASoC-Intel-sof_es8336-Drop-reference-count-of-.patch
|
||||
patches.kernel.org/6.1.11-011-ASoC-Intel-avs-Implement-PCI-shutdown.patch
|
||||
patches.kernel.org/6.1.11-012-bpf-Fix-off-by-one-error-in-bpf_mem_cache_idx.patch
|
||||
patches.kernel.org/6.1.11-013-bpf-Fix-a-possible-task-gone-issue-with-bpf_se.patch
|
||||
patches.kernel.org/6.1.11-014-ALSA-hda-via-Avoid-potential-array-out-of-boun.patch
|
||||
patches.kernel.org/6.1.11-015-bpf-Fix-to-preserve-reg-parent-live-fields-whe.patch
|
||||
patches.kernel.org/6.1.11-016-selftests-filesystems-grant-executable-permiss.patch
|
||||
patches.kernel.org/6.1.11-017-ASoC-SOF-ipc4-mtrace-prevent-underflow-in-sof_.patch
|
||||
patches.kernel.org/6.1.11-018-bpf-Add-missing-btf_put-to-register_btf_id_dto.patch
|
||||
patches.kernel.org/6.1.11-019-media-v4l2-ctrls-api.c-move-ctrl-is_new-1-to-t.patch
|
||||
patches.kernel.org/6.1.11-020-bpf-sockmap-Check-for-any-of-tcp_bpf_prots-whe.patch
|
||||
patches.kernel.org/6.1.11-021-arm64-dts-imx8mm-Fix-pad-control-for-UART1_DTE.patch
|
||||
patches.kernel.org/6.1.11-022-arm64-dts-imx8mm-verdin-Do-not-power-down-eth-.patch
|
||||
patches.kernel.org/6.1.11-023-drm-vc4-hdmi-make-CEC-adapter-name-unique.patch
|
||||
patches.kernel.org/6.1.11-024-drm-ssd130x-Init-display-before-the-SSD130X_DI.patch
|
||||
patches.kernel.org/6.1.11-025-scsi-Revert-scsi-core-map-PQ-1-PDT-other-value.patch
|
||||
patches.kernel.org/6.1.11-026-bpf-Fix-the-kernel-crash-caused-by-bpf_setsock.patch
|
||||
patches.kernel.org/6.1.11-027-ALSA-memalloc-Workaround-for-Xen-PV.patch
|
||||
patches.kernel.org/6.1.11-028-vhost-net-Clear-the-pending-messages-when-the-.patch
|
||||
patches.kernel.org/6.1.11-029-copy_oldmem_kernel-WRITE-is-data-source-not-de.patch
|
||||
patches.kernel.org/6.1.11-030-WRITE-is-data-source-not-destination.patch
|
||||
patches.kernel.org/6.1.11-031-READ-is-data-destination-not-source.patch
|
||||
patches.kernel.org/6.1.11-032-zcore-WRITE-is-data-source-not-destination.patch
|
||||
patches.kernel.org/6.1.11-033-memcpy_real-WRITE-is-data-source-not-destinati.patch
|
||||
patches.kernel.org/6.1.11-034-fix-iov_iter_bvec-direction-argument.patch
|
||||
patches.kernel.org/6.1.11-035-fix-direction-argument-of-iov_iter_-init-bvec.patch
|
||||
patches.kernel.org/6.1.11-036-fix-direction-argument-of-iov_iter_kvec.patch
|
||||
patches.kernel.org/6.1.11-037-use-less-confusing-names-for-iov_iter-directio.patch
|
||||
patches.kernel.org/6.1.11-038-vhost-scsi-unbreak-any-layout-for-response.patch
|
||||
patches.kernel.org/6.1.11-039-ice-Prevent-set_channel-from-changing-queues-w.patch
|
||||
patches.kernel.org/6.1.11-040-qede-execute-xdp_do_flush-before-napi_complete.patch
|
||||
patches.kernel.org/6.1.11-041-virtio-net-execute-xdp_do_flush-before-napi_co.patch
|
||||
patches.kernel.org/6.1.11-042-dpaa_eth-execute-xdp_do_flush-before-napi_comp.patch
|
||||
patches.kernel.org/6.1.11-043-dpaa2-eth-execute-xdp_do_flush-before-napi_com.patch
|
||||
patches.kernel.org/6.1.11-044-skb-Do-mix-page-pool-and-page-referenced-frags.patch
|
||||
patches.kernel.org/6.1.11-045-sfc-correctly-advertise-tunneled-IPv6-segmenta.patch
|
||||
patches.kernel.org/6.1.11-046-net-phy-dp83822-Fix-null-pointer-access-on-DP8.patch
|
||||
patches.kernel.org/6.1.11-047-net-wwan-t7xx-Fix-Runtime-PM-initialization.patch
|
||||
patches.kernel.org/6.1.11-048-block-bfq-replace-0-1-with-false-true-in-bic-a.patch
|
||||
patches.kernel.org/6.1.11-049-block-bfq-fix-uaf-for-bfqq-in-bic_set_bfqq.patch
|
||||
patches.kernel.org/6.1.11-050-netrom-Fix-use-after-free-caused-by-accept-on-.patch
|
||||
patches.kernel.org/6.1.11-051-fscache-Use-wait_on_bit-to-wait-for-the-freein.patch
|
||||
patches.kernel.org/6.1.11-052-platform-x86-amd-pmf-update-to-auto-mode-limit.patch
|
||||
patches.kernel.org/6.1.11-053-platform-x86-amd-pmf-Add-helper-routine-to-upd.patch
|
||||
patches.kernel.org/6.1.11-054-platform-x86-amd-pmf-Fix-to-update-SPS-default.patch
|
||||
patches.kernel.org/6.1.11-055-platform-x86-amd-pmf-Add-helper-routine-to-che.patch
|
||||
patches.kernel.org/6.1.11-056-platform-x86-amd-pmf-Fix-to-update-SPS-thermal.patch
|
||||
patches.kernel.org/6.1.11-057-platform-x86-amd-pmf-Ensure-mutexes-are-initia.patch
|
||||
patches.kernel.org/6.1.11-058-platform-x86-thinkpad_acpi-Fix-thinklight-LED-.patch
|
||||
patches.kernel.org/6.1.11-059-drm-i915-guc-Fix-locking-when-searching-for-a-.patch
|
||||
patches.kernel.org/6.1.11-060-drm-i915-Fix-request-ref-counting-during-error.patch
|
||||
patches.kernel.org/6.1.11-061-drm-i915-Fix-up-locking-around-dumping-request.patch
|
||||
patches.kernel.org/6.1.11-062-drm-i915-adlp-Fix-typo-for-reference-clock.patch
|
||||
patches.kernel.org/6.1.11-063-net-tls-tls_is_tx_ready-checked-list_entry.patch
|
||||
patches.kernel.org/6.1.11-064-ALSA-firewire-motu-fix-unreleased-lock-warning.patch
|
||||
patches.kernel.org/6.1.11-065-netfilter-br_netfilter-disable-sabotage_in-hoo.patch
|
||||
patches.kernel.org/6.1.11-066-block-ublk-extending-queue_size-to-fix-overflo.patch
|
||||
patches.kernel.org/6.1.11-067-kunit-fix-kunit_test_init_section_suites.patch
|
||||
patches.kernel.org/6.1.11-068-squashfs-harden-sanity-check-in-squashfs_read_.patch
|
||||
patches.kernel.org/6.1.11-069-maple_tree-should-get-pivots-boundary-by-type.patch
|
||||
patches.kernel.org/6.1.11-070-sctp-do-not-check-hb_timer.expires-when-resett.patch
|
||||
patches.kernel.org/6.1.11-071-net-phy-meson-gxl-Add-generic-dummy-stubs-for-.patch
|
||||
patches.kernel.org/6.1.11-072-drm-panel-boe-tv101wum-nl6-Ensure-DSI-writes-s.patch
|
||||
patches.kernel.org/6.1.11-073-ip-ip6_gre-Fix-changing-addr-gen-mode-not-gene.patch
|
||||
patches.kernel.org/6.1.11-074-ip-ip6_gre-Fix-non-point-to-point-tunnel-not-g.patch
|
||||
patches.kernel.org/6.1.11-075-riscv-kprobe-Fixup-kernel-panic-when-probing-a.patch
|
||||
patches.kernel.org/6.1.11-076-igc-return-an-error-if-the-mac-type-is-unknown.patch
|
||||
patches.kernel.org/6.1.11-077-octeontx2-af-Fix-devlink-unregister.patch
|
||||
patches.kernel.org/6.1.11-078-can-j1939-fix-errant-WARN_ON_ONCE-in-j1939_ses.patch
|
||||
patches.kernel.org/6.1.11-079-can-raw-fix-CAN-FD-frame-transmissions-over-CA.patch
|
||||
patches.kernel.org/6.1.11-080-can-mcp251xfd-mcp251xfd_ring_set_ringparam-ass.patch
|
||||
patches.kernel.org/6.1.11-081-ata-libata-Fix-sata_down_spd_limit-when-no-lin.patch
|
||||
patches.kernel.org/6.1.11-082-selftests-net-udpgso_bench_rx-Fix-used-uniniti.patch
|
||||
patches.kernel.org/6.1.11-083-selftests-net-udpgso_bench_rx-tx-Stop-when-wro.patch
|
||||
patches.kernel.org/6.1.11-084-selftests-net-udpgso_bench-Fix-racing-bug-betw.patch
|
||||
patches.kernel.org/6.1.11-085-selftests-net-udpgso_bench_tx-Cater-for-pendin.patch
|
||||
patches.kernel.org/6.1.11-086-virtio-net-Keep-stop-to-follow-mirror-sequence.patch
|
||||
patches.kernel.org/6.1.11-087-net-openvswitch-fix-flow-memory-leak-in-ovs_fl.patch
|
||||
patches.kernel.org/6.1.11-088-efi-fix-potential-NULL-deref-in-efi_mem_reserv.patch
|
||||
patches.kernel.org/6.1.11-089-rtc-sunplus-fix-format-string-for-printing-res.patch
|
||||
patches.kernel.org/6.1.11-090-certs-Fix-build-error-when-PKCS-11-URI-contain.patch
|
||||
patches.kernel.org/6.1.11-091-kbuild-modinst-Fix-build-error-when-CONFIG_MOD.patch
|
||||
patches.kernel.org/6.1.11-092-i2c-designware-pci-Add-new-PCI-IDs-for-AMD-NAV.patch
|
||||
patches.kernel.org/6.1.11-093-i2c-mxs-suppress-probe-deferral-error-message.patch
|
||||
patches.kernel.org/6.1.11-094-scsi-target-core-Fix-warning-on-RT-kernels.patch
|
||||
patches.kernel.org/6.1.11-095-x86-aperfmperf-Erase-stale-arch_freq_scale-val.patch
|
||||
patches.kernel.org/6.1.11-096-perf-x86-intel-Add-Emerald-Rapids.patch
|
||||
patches.kernel.org/6.1.11-097-perf-x86-intel-cstate-Add-Emerald-Rapids.patch
|
||||
patches.kernel.org/6.1.11-098-scsi-iscsi_tcp-Fix-UAF-during-logout-when-acce.patch
|
||||
patches.kernel.org/6.1.11-099-scsi-iscsi_tcp-Fix-UAF-during-login-when-acces.patch
|
||||
patches.kernel.org/6.1.11-100-i2c-rk3x-fix-a-bunch-of-kernel-doc-warnings.patch
|
||||
patches.kernel.org/6.1.11-101-Revert-gfs2-stop-using-generic_writepages-in-g.patch
|
||||
patches.kernel.org/6.1.11-102-x86-build-Move-mindirect-branch-cs-prefix-out-.patch
|
||||
patches.kernel.org/6.1.11-103-platform-x86-dell-wmi-Add-a-keymap-for-KEY_MUT.patch
|
||||
patches.kernel.org/6.1.11-104-platform-x86-hp-wmi-Handle-Omen-Key-event.patch
|
||||
patches.kernel.org/6.1.11-105-platform-x86-gigabyte-wmi-add-support-for-B450.patch
|
||||
patches.kernel.org/6.1.11-106-platform-x86-amd-pmc-Disable-IRQ1-wakeup-for-R.patch
|
||||
patches.kernel.org/6.1.11-107-net-x25-Fix-to-not-accept-on-connected-socket.patch
|
||||
patches.kernel.org/6.1.11-108-drm-amd-display-Fix-timing-not-changning-when-.patch
|
||||
patches.kernel.org/6.1.11-109-bcache-Silence-memcpy-run-time-false-positive-.patch
|
||||
patches.kernel.org/6.1.11-110-iio-adc-stm32-dfsdm-fill-module-aliases.patch
|
||||
patches.kernel.org/6.1.11-111-usb-dwc3-qcom-enable-vbus-override-when-in-OTG.patch
|
||||
patches.kernel.org/6.1.11-112-usb-gadget-f_fs-Fix-unbalanced-spinlock-in-__f.patch
|
||||
patches.kernel.org/6.1.11-113-vc_screen-move-load-of-struct-vc_data-pointer-.patch
|
||||
patches.kernel.org/6.1.11-114-fbcon-Check-font-dimension-limits.patch
|
||||
patches.kernel.org/6.1.11-115-cgroup-cpuset-Fix-wrong-check-in-update_parent.patch
|
||||
patches.kernel.org/6.1.11-116-hv_netvsc-Fix-missed-pagebuf-entries-in-netvsc.patch
|
||||
patches.kernel.org/6.1.11-117-ARM-dts-imx7d-smegw01-Fix-USB-host-over-curren.patch
|
||||
patches.kernel.org/6.1.11-118-net-qrtr-free-memory-on-error-path-in-radix_tr.patch
|
||||
patches.kernel.org/6.1.11-119-can-isotp-split-tx-timer-into-transmission-and.patch
|
||||
patches.kernel.org/6.1.11-120-can-isotp-handle-wait_event_interruptible-retu.patch
|
||||
patches.kernel.org/6.1.11-121-watchdog-diag288_wdt-do-not-use-stack-buffers-.patch
|
||||
patches.kernel.org/6.1.11-122-watchdog-diag288_wdt-fix-__diag288-inline-asse.patch
|
||||
patches.kernel.org/6.1.11-123-ALSA-hda-realtek-Add-Acer-Predator-PH315-54.patch
|
||||
patches.kernel.org/6.1.11-124-ALSA-hda-realtek-fix-mute-micmute-LEDs-speaker.patch
|
||||
patches.kernel.org/6.1.11-125-ASoC-codecs-wsa883x-correct-playback-min-max-r.patch
|
||||
patches.kernel.org/6.1.11-126-ASoC-SOF-sof-audio-unprepare-when-swidget-use_.patch
|
||||
patches.kernel.org/6.1.11-127-ASoC-SOF-sof-audio-skip-prepare-unprepare-if-s.patch
|
||||
patches.kernel.org/6.1.11-128-ASoC-SOF-keep-prepare-unprepare-widgets-in-sin.patch
|
||||
patches.kernel.org/6.1.11-129-efi-Accept-version-2-of-memory-attributes-tabl.patch
|
||||
patches.kernel.org/6.1.11-130-rtc-efi-Enable-SET-GET-WAKEUP-services-as-opti.patch
|
||||
patches.kernel.org/6.1.11-131-iio-hid-fix-the-retval-in-accel_3d_capture_sam.patch
|
||||
patches.kernel.org/6.1.11-132-iio-hid-fix-the-retval-in-gyro_3d_capture_samp.patch
|
||||
patches.kernel.org/6.1.11-133-iio-adc-xilinx-ams-fix-devm_krealloc-return-va.patch
|
||||
patches.kernel.org/6.1.11-134-iio-adc-berlin2-adc-Add-missing-of_node_put-in.patch
|
||||
patches.kernel.org/6.1.11-135-iio-imx8qxp-adc-fix-irq-flood-when-call-imx8qx.patch
|
||||
patches.kernel.org/6.1.11-136-iio-adc-twl6030-Enable-measurements-of-VUSB-VB.patch
|
||||
patches.kernel.org/6.1.11-137-iio-light-cm32181-Fix-PM-support-on-system-wit.patch
|
||||
patches.kernel.org/6.1.11-138-iio-imu-fxos8700-fix-ACCEL-measurement-range-s.patch
|
||||
patches.kernel.org/6.1.11-139-iio-imu-fxos8700-fix-incomplete-ACCEL-and-MAGN.patch
|
||||
patches.kernel.org/6.1.11-140-iio-imu-fxos8700-fix-IMU-data-bits-returned-to.patch
|
||||
patches.kernel.org/6.1.11-141-iio-imu-fxos8700-fix-map-label-of-channel-type.patch
|
||||
patches.kernel.org/6.1.11-142-iio-imu-fxos8700-fix-swapped-ACCEL-and-MAGN-ch.patch
|
||||
patches.kernel.org/6.1.11-143-iio-imu-fxos8700-fix-incorrect-ODR-mode-readba.patch
|
||||
patches.kernel.org/6.1.11-144-iio-imu-fxos8700-fix-failed-initialization-ODR.patch
|
||||
patches.kernel.org/6.1.11-145-iio-imu-fxos8700-remove-definition-FXOS8700_CT.patch
|
||||
patches.kernel.org/6.1.11-146-iio-imu-fxos8700-fix-MAGN-sensor-scale-and-uni.patch
|
||||
patches.kernel.org/6.1.11-147-nvmem-brcm_nvram-Add-check-for-kzalloc.patch
|
||||
patches.kernel.org/6.1.11-148-nvmem-sunxi_sid-Always-use-32-bit-MMIO-reads.patch
|
||||
patches.kernel.org/6.1.11-149-nvmem-qcom-spmi-sdam-fix-module-autoloading.patch
|
||||
patches.kernel.org/6.1.11-150-parisc-Fix-return-code-of-pdc_iodc_print.patch
|
||||
patches.kernel.org/6.1.11-151-parisc-Replace-hardcoded-value-with-PRIV_USER-.patch
|
||||
patches.kernel.org/6.1.11-152-parisc-Wire-up-PTRACE_GETREGS-PTRACE_SETREGS-f.patch
|
||||
patches.kernel.org/6.1.11-153-riscv-disable-generation-of-unwind-tables.patch
|
||||
patches.kernel.org/6.1.11-154-Revert-mm-kmemleak-alloc-gray-object-for-reser.patch
|
||||
patches.kernel.org/6.1.11-155-mm-multi-gen-LRU-fix-crash-during-cgroup-migra.patch
|
||||
patches.kernel.org/6.1.11-156-mm-hugetlb-proc-check-for-hugetlb-shared-PMD-i.patch
|
||||
patches.kernel.org/6.1.11-157-mm-memcg-fix-NULL-pointer-in-mem_cgroup_track_.patch
|
||||
patches.kernel.org/6.1.11-158-usb-gadget-f_uac2-Fix-incorrect-increment-of-b.patch
|
||||
patches.kernel.org/6.1.11-159-usb-typec-ucsi-Don-t-attempt-to-resume-the-por.patch
|
||||
patches.kernel.org/6.1.11-160-usb-gadget-udc-do-not-clear-gadget-driver.bus.patch
|
||||
patches.kernel.org/6.1.11-161-kernel-irq-irqdomain.c-fix-memory-leak-with-us.patch
|
||||
patches.kernel.org/6.1.11-162-HV-hv_balloon-fix-memory-leak-with-using-debug.patch
|
||||
patches.kernel.org/6.1.11-163-x86-debug-Fix-stack-recursion-caused-by-wrongl.patch
|
||||
patches.kernel.org/6.1.11-164-fpga-m10bmc-sec-Fix-probe-rollback.patch
|
||||
patches.kernel.org/6.1.11-165-fpga-stratix10-soc-Fix-return-value-check-in-s.patch
|
||||
patches.kernel.org/6.1.11-166-mm-uffd-fix-pte-marker-when-fork-without-fork-.patch
|
||||
patches.kernel.org/6.1.11-167-mm-swapfile-add-cond_resched-in-get_swap_pages.patch
|
||||
patches.kernel.org/6.1.11-168-mm-khugepaged-fix-anon_vma-race.patch
|
||||
patches.kernel.org/6.1.11-169-mm-mremap-fix-mremap-expanding-for-vma-s-with-.patch
|
||||
patches.kernel.org/6.1.11-170-mm-MADV_COLLAPSE-catch-none-huge-bad-pmd-looku.patch
|
||||
patches.kernel.org/6.1.11-171-highmem-round-down-the-address-passed-to-kunma.patch
|
||||
patches.kernel.org/6.1.11-172-ia64-fix-build-error-due-to-switch-case-label-.patch
|
||||
patches.kernel.org/6.1.11-173-Squashfs-fix-handling-and-sanity-checking-of-x.patch
|
||||
patches.kernel.org/6.1.11-174-maple_tree-fix-mas_empty_area_rev-lower-bound-.patch
|
||||
patches.kernel.org/6.1.11-175-migrate-hugetlb-check-for-hugetlb-shared-PMD-i.patch
|
||||
patches.kernel.org/6.1.11-176-dma-buf-actually-set-signaling-bit-for-private.patch
|
||||
patches.kernel.org/6.1.11-177-serial-stm32-Merge-hard-IRQ-and-threaded-IRQ-h.patch
|
||||
patches.kernel.org/6.1.11-178-drm-i915-Avoid-potential-vm-use-after-free.patch
|
||||
patches.kernel.org/6.1.11-179-drm-i915-Fix-potential-bit_17-double-free.patch
|
||||
patches.kernel.org/6.1.11-180-drm-amd-Fix-initialization-for-nbio-4.3.0.patch
|
||||
patches.kernel.org/6.1.11-181-drm-amd-pm-drop-unneeded-dpm-features-disablem.patch
|
||||
patches.kernel.org/6.1.11-182-drm-amdgpu-update-wave-data-type-to-3-for-gfx1.patch
|
||||
patches.kernel.org/6.1.11-183-nvmem-core-initialise-nvmem-id-early.patch
|
||||
patches.kernel.org/6.1.11-184-nvmem-core-remove-nvmem_config-wp_gpio.patch
|
||||
patches.kernel.org/6.1.11-185-nvmem-core-fix-cleanup-after-dev_set_name.patch
|
||||
patches.kernel.org/6.1.11-186-nvmem-core-fix-registration-vs-use-race.patch
|
||||
patches.kernel.org/6.1.11-187-nvmem-core-fix-device-node-refcounting.patch
|
||||
patches.kernel.org/6.1.11-188-nvmem-core-fix-cell-removal-on-error.patch
|
||||
patches.kernel.org/6.1.11-189-nvmem-core-fix-return-value.patch
|
||||
patches.kernel.org/6.1.11-190-phy-qcom-qmp-combo-fix-runtime-suspend.patch
|
||||
patches.kernel.org/6.1.11-191-serial-8250_dma-Fix-DMA-Rx-completion-race.patch
|
||||
patches.kernel.org/6.1.11-192-serial-8250_dma-Fix-DMA-Rx-rearm-race.patch
|
||||
patches.kernel.org/6.1.11-193-platform-x86-amd-pmc-add-CONFIG_SERIO-dependen.patch
|
||||
patches.kernel.org/6.1.11-194-ASoC-SOF-sof-audio-prepare_widgets-Check-swidg.patch
|
||||
patches.kernel.org/6.1.11-195-iio-adc-twl6030-Enable-measurement-of-VAC.patch
|
||||
patches.kernel.org/6.1.11-196-powerpc-64s-radix-Fix-crash-with-unaligned-rel.patch
|
||||
patches.kernel.org/6.1.11-197-powerpc-64s-Fix-local-irq-disable-when-PMIs-ar.patch
|
||||
patches.kernel.org/6.1.11-198-powerpc-imc-pmu-Revert-nest_init_lock-to-being.patch
|
||||
patches.kernel.org/6.1.11-199-fs-ntfs3-Validate-attribute-data-and-valid-siz.patch
|
||||
patches.kernel.org/6.1.11-200-ovl-Use-buf-flexible-array-for-memcpy-destinat.patch
|
||||
patches.kernel.org/6.1.11-201-f2fs-initialize-locks-earlier-in-f2fs_fill_sup.patch
|
||||
patches.kernel.org/6.1.11-202-fbdev-smscufx-fix-error-handling-code-in-ufx_u.patch
|
||||
patches.kernel.org/6.1.11-203-f2fs-fix-to-do-sanity-check-on-i_extra_isize-i.patch
|
||||
patches.kernel.org/6.1.11-204-wifi-brcmfmac-Check-the-count-value-of-channel.patch
|
||||
patches.kernel.org/6.1.11-205-gfs2-Cosmetic-gfs2_dinode_-in-out-cleanup.patch
|
||||
patches.kernel.org/6.1.11-206-gfs2-Always-check-inode-size-of-inline-inodes.patch
|
||||
patches.kernel.org/6.1.11-207-bpf-Skip-invalid-kfunc-call-in-backtrack_insn.patch
|
||||
patches.kernel.org/6.1.11-208-Linux-6.1.11.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -2382,7 +2590,6 @@
|
||||
patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch
|
||||
patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch
|
||||
patches.suse/ALSA-usb-audio-More-refactoring-of-hw-constraint-rul.patch
|
||||
patches.suse/0001-mm-mremap-fix-mremap-expanding-for-vma-s-with-vm_ops.patch
|
||||
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
|
@ -1,3 +1,3 @@
|
||||
2023-02-07 15:45:21 +0000
|
||||
GIT Revision: 82ff25b9137346e6febb5f6b65dcda63acc717f4
|
||||
2023-02-09 10:56:42 +0000
|
||||
GIT Revision: 16a496469fdf2cd15d6a56bbe289ba346d761f5f
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user