Revisions of kernel-source

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2857)
- Linux 6.4.11 (bsc#1012628).
- tpm: Disable RNG for all AMD fTPMs (bsc#1012628).
- tpm: Add a helper for checking hwrng enabled (bsc#1012628).
- ksmbd: validate command request size (bsc#1012628).
- ksmbd: fix wrong next length validation of ea buffer in
  smb2_set_ea() (bsc#1012628).
- KVM: SEV: snapshot the GHCB before accessing it (bsc#1012628).
- KVM: SEV: only access GHCB fields once (bsc#1012628).
- wifi: nl80211: fix integer overflow in
  nl80211_parse_mbssid_elems() (bsc#1012628).
- wifi: rtw89: fix 8852AE disconnection caused by RX full flags
  (bsc#1012628).
- selftests: forwarding: Set default IPv6 traceroute utility
  (bsc#1012628).
- wireguard: allowedips: expand maximum node depth (bsc#1012628).
- mmc: moxart: read scr register without changing byte order
  (bsc#1012628).
- mmc: sdhci-f-sdh30: Replace with sdhci_pltfm (bsc#1012628).
- ipv6: adjust ndisc_is_useropt() to also return true for PIO
  (bsc#1012628).
- selftests: mptcp: join: fix 'delete and re-add' test
  (bsc#1012628).
- selftests: mptcp: join: fix 'implicit EP' test (bsc#1012628).
- mptcp: avoid bogus reset on fallback close (bsc#1012628).
- mptcp: fix disconnect vs accept race (bsc#1012628).
- dmaengine: pl330: Return DMA_PAUSED when transaction is paused
  (bsc#1012628).
- dmaengine: xilinx: xdma: Fix interrupt vector setting
  (bsc#1012628).
- net: mana: Fix MANA VF unload when hardware is unresponsive
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2856)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2855)
- drm/nouveau/disp: fix use-after-free in error handling of
  nouveau_connector_create (bsc#1214073).
- Delete
  patches.suse/Revert-drm-nouveau-disp-PIOR-DP-uses-GPIO-for-HPD-no.patch.
- commit 1b3aee5

- tpm_tis: Opt-in interrupts (bsc#1213779)
  Also dropped the obsoleted patch:
  patches.suse/tpm-tpm_tis-Disable-interrupts-categorically-for-Len.patch
- commit 80aa18d

- Refresh
  patches.suse/ACPI-resource-Always-use-MADT-override-IRQ-settings-.patch.
- Refresh
  patches.suse/ACPI-resource-Honor-MADT-INT_SRC_OVR-settings-for-IR.patch.
- Refresh
  patches.suse/ACPI-resource-revert-Remove-Zen-specific-match-and-q.patch.
  Update upstream status and move to sorted section.
- commit d0aa45f

- Refresh
  patches.suse/drm-amd-display-Fix-a-regression-on-Polaris-cards.patch.
  Update upstream status and move to sorted section.
- commit e1f43a2

- Linux 6.4.10 (bsc#1012628).
- iommu/arm-smmu-v3: Work around MMU-600 erratum 1076982
  (bsc#1012628).
- iommu/arm-smmu-v3: Document MMU-700 erratum 2812531
  (bsc#1012628).
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2854)
- Revert "drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR
  AUX interrupts" (bsc#1214073).
- commit db7e8f0

- tpm/tpm_tis: Disable interrupts categorically for Lenovo
  (bsc#1213779).
  Replaced the obsoleted fix patch:
  patches.suse/tpm-tpm_tis-Disable-interrupts-for-Lenovo-Thinkpad-E.patch
- commit efae9ac

- tpm/tpm_tis: Disable interrupts for Lenovo P620 devices
  (bsc#1213779).
- commit 4f44748

- Move upstreamed tpm_tis patch into sorted section
- commit 693df97

- mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
  (per-VMA_lock_fix).
- commit c5c7c45

- ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on
  AMD Zen (20230809085526.84913-1-hdegoede@redhat.com).
- ACPI: resource: Always use MADT override
  IRQ settings for all legacy non i8042 IRQs
  (20230809085526.84913-1-hdegoede@redhat.com).
- ACPI: resource: revert "Remove "Zen" specific match and quirks"
  (20230809085526.84913-1-hdegoede@redhat.com).
- commit 17e449f
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2853)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2852)
- Linux 6.4.9 (bsc#1012628).
- Update config files.
  Set:
  * CONFIG_GDS_FORCE_MITIGATION=n
  * CONFIG_CPU_SRSO=y
  as per default.
- x86: fix backwards merge of GDS/SRSO bit (bsc#1012628).
- xen/netback: Fix buffer overrun triggered by unusual packet
  (bsc#1012628).
- x86/srso: Tie SBPB bit setting to microcode patch detection
  (bsc#1012628).
- x86/srso: Add a forgotten NOENDBR annotation (bsc#1012628).
- x86/srso: Fix return thunks in generated code (bsc#1012628).
- x86/srso: Add IBPB on VMEXIT (bsc#1012628).
- x86/srso: Add IBPB (bsc#1012628).
- x86/srso: Add SRSO_NO support (bsc#1012628).
- x86/srso: Add IBPB_BRTYPE support (bsc#1012628).
- x86/srso: Add a Speculative RAS Overflow mitigation (bsc#1012628
  bsc#1213287 CVE-2023-20569).
- x86/bugs: Increase the x86 bugs vector size to two u32s
  (bsc#1012628).
- Documentation/x86: Fix backwards on/off logic about YMM support
  (bsc#1012628).
- x86/xen: Fix secondary processors' FPU initialization
  (bsc#1012628).
- x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n build
  (bsc#1012628).
- KVM: Add GDS_NO support to KVM (bsc#1012628).
- x86/speculation: Add Kconfig option for GDS (bsc#1012628).
- x86/speculation: Add force option to GDS mitigation
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2851)
- scripts/lib/SUSE/MyBS.pm: avoid i586 from factory also under openSUSE.org
  When one uses openSUSE.org: prefix as an IBS project, exclude
  openSUSE:Factory's i586 too. (And use LEGACYX86 instead.)
- commit fef5d5e

- rpm/config.sh: switch to openSUSE.org repos for IBS
  SUSE:Factory:HEAD is currently (and often) broken. Switch to
  openSUSE.org: repositories. They are up-to-date and provide the same
  archs plus armv6.
- commit 21cafd1
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2850)
- Linux 6.4.8 (bsc#1012628).
- platform/x86/amd/pmf: Notify OS power slider update
  (bsc#1012628).
- platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
  (bsc#1012628).
- drm/amd: Move helper for dynamic speed switch check out of smu13
  (bsc#1012628).
- drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters
  implementation with SMU13 (bsc#1012628).
- jbd2: Fix wrongly judgement for buffer head removing while
  doing checkpoint (bsc#1012628).
- KVM: arm64: Handle kvm_arm_init failure correctly in
  finalize_pkvm (bsc#1012628).
- blk-mq: Fix stall due to recursive flush plug (bsc#1012628).
- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during
  window close (bsc#1012628).
- KVM: s390: pv: simplify shutdown and fix race (bsc#1012628).
- KVM: s390: pv: fix index value of replaced ASCE (bsc#1012628).
- s390/mm: fix per vma lock fault handling (bsc#1012628).
- io_uring: don't audit the capability check in io_uring_create()
  (bsc#1012628).
- gpio: tps68470: Make tps68470_gpio_output() always set the
  initial value (bsc#1012628).
- gpio: mvebu: Make use of devm_pwmchip_add (bsc#1012628).
- gpio: mvebu: fix irq domain leak (bsc#1012628).
- regmap: Disable locking for RBTREE and MAPLE unit tests
  (bsc#1012628).
- btrfs: factor out a btrfs_verify_page helper (bsc#1012628).
- btrfs: fix fsverify read error handling in end_page_read
  (bsc#1012628).
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2849)
- Refresh
  patches.suse/ALSA-usb-audio-Add-quirk-for-Microsoft-Modern-Wirele.patch.
  Update upstream status.
- commit cba3fa8

- Revert "drm/edid: Fix csync detailed mode parsing"
  (bsc#1213693).
- commit 8de9301

- kernel-binary.spec.in: Remove superfluous %% in Supplements
  Fixes: 02b7735e0caf ("rpm/kernel-binary.spec.in: Add Enhances and Supplements tags to in-tree KMPs")
- commit 264db74

- supported.conf: Add guard against future CVE-2016-3695 (bsc#1023051)
  Just add more comment in support.conf, no change.
- commit 337e000
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2848)
- Update MHI and ath11k hibernation fix patches (bsc#1207948)
  Upstream updated / cleaned up the patch set slightly
- commit 5da2543
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2847)
- wifi: rtw89: Fix loading of compressed firmware (bsc#1212808).
- commit 79df9c7

- ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stop
  (bsc#1213583).
- commit e67f54f

- Linux 6.4.7 (bsc#1012628).
- io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq
  (bsc#1012628).
- ALSA: hda/realtek - remove 3k pull low procedure (bsc#1012628).
- ALSA: hda/realtek: Add quirk for Clevo NS70AU (bsc#1012628).
- ALSA: hda/realtek: Enable Mute LED on HP Laptop 15s-eq2xxx
  (bsc#1012628).
- maple_tree: set the node limit when creating a new root node
  (bsc#1012628).
- mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
  (bsc#1012628).
- maple_tree: fix node allocation testing on 32 bit (bsc#1012628).
- selftests/mm: mkdirty: fix incorrect position of #endif
  (bsc#1012628).
- keys: Fix linking a duplicate key to a keyring's assoc_array
  (bsc#1012628).
- prctl: move PR_GET_AUXV out of PR_MCE_KILL (bsc#1012628).
- perf probe: Add test for regression introduced by switch to
  die_get_decl_file() (bsc#1012628).
- perf probe: Read DWARF files from the correct CU (bsc#1012628).
- btrfs: fix iput() on error pointer after error during orphan
  cleanup (bsc#1012628).
- btrfs: fix warning when putting transaction with qgroups
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2846)
- ALSA: usb-audio: Add quirk for Microsoft Modern Wireless Headset
  (bsc#1207129).
- commit 24fe873
- Revert "kbuild: Hack for depmod not handling X.Y versions" (bsc#1212835).
- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch.
- commit a73f479

- rpm: Update dependency to match current kmod.
- Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch.
  Update to match current kmod (bsc#1212835).
- commit d687dc3


- rpm/check-for-config-changes: ignore also RISCV_ISA_* and DYNAMIC_SIGFRAME
  They depend on CONFIG_TOOLCHAIN_HAS_*.
- commit 1007103
- Get module prefix from kmod (bsc#1212835).
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2845)
- Update
  patches.kernel.org/6.4.6-002-x86-cpu-amd-Add-a-Zenbleed-fix.patch
  (bsc#1012628 bsc#1213286 CVE-2023-20593).
  Add references.
- commit 55520bc

- Linux 6.4.6 (bsc#1012628).
- x86/cpu/amd: Add a Zenbleed fix (bsc#1012628).
- x86/cpu/amd: Move the errata checking functionality up
  (bsc#1012628).
- commit cd14b53

- Update config files. (bsc#1213592)
  Disable old unmaintained serial drivers
- commit ac1bf5a

- io_uring: Fix io_uring mmap() by using architecture-provided
  get_unmapped_area() (bsc#1212773).
- Delete
  patches.suse/Revert-io_uring-Adjust-mapping-wrt-architecture-alia.patch.
  Replace the temporary fix by an upstream fix.
- commit 2f220f8

- Refresh
  patches.suse/of-Preserve-of-display-device-name-for-compatibility.patch.
  Update upstream status.
- commit 8817ac3

- Linux 6.4.5 (bsc#1012628).
- security/integrity: fix pointer to ESL data and its size on
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2844)
- Linux 6.4.4 (bsc#1012628).
- start_kernel: Add __no_stack_protector function attribute
  (bsc#1012628).
- USB: serial: option: add LARA-R6 01B PIDs (bsc#1012628).
- usb: dwc3: gadget: Propagate core init errors to UDC during
  pullup (bsc#1012628).
- phy: tegra: xusb: Clear the driver reference in usb-phy dev
  (bsc#1012628).
- extcon: usbc-tusb320: Unregister typec port on driver removal
  (bsc#1012628).
- dt-bindings: iio: ad7192: Add mandatory reference voltage source
  (bsc#1012628).
- iio: addac: ad74413: don't set DIN_SINK for functions other
  than digital input (bsc#1012628).
- iio: adc: ad7192: Fix null ad7192_state pointer access
  (bsc#1012628).
- iio: adc: ad7192: Fix internal/external clock selection
  (bsc#1012628).
- iio: accel: fxls8962af: errata bug only applicable for
  FXLS8962AF (bsc#1012628).
- iio: accel: fxls8962af: fixup buffer scan element type
  (bsc#1012628).
- Revert "drm/amd/display: edp do not add non-edid timings"
  (bsc#1012628).
- fs: pipe: reveal missing function protoypes (bsc#1012628).
- s390/kasan: fix insecure W+X mapping warning (bsc#1012628).
- blk-mq: don't queue plugged passthrough requests into scheduler
  (bsc#1012628).
- block: Fix the type of the second bdev_op_is_zoned_write()
  argument (bsc#1012628).
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2843)
- Refresh
  patches.suse/drm-amdgpu-sdma4-set-align-mask-to-255.patch.
  Update to upstream version. 6.4 already contains 4_4_2.
- commit 48f7169
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2842)
- of: Preserve "of-display" device name for compatibility
  (bsc#1212405).
- commit 58e8dc0

- depmod: Handle installing modules under a prefix (bsc#1212835).
- commit ffe4bcb
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2841)
- Move upstreamed AMDGPU patches into sorted section
- commit f6ca0bc
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2840)
- Linux 6.4.3 (bsc#1012628).
- mm: call arch_swap_restore() from do_swap_page() (bsc#1012628).
- bootmem: remove the vmemmap pages from kmemleak in
  free_bootmem_page (bsc#1012628).
- commit 5fb5b21

- Refresh
  patches.suse/fork-lock-VMAs-of-the-parent-process-when-forking.patch.
  Replace by the correct one. It was merged to upstream twice. And this is
  the right version.
- commit b97b894

- Update vanilla config files.
  Just run oldconfig for vanillas too. No actual changes.
- commit dcdca04

- Update
  patches.kernel.org/6.4.1-021-mm-always-expand-the-stack-with-the-mmap-write-.patch
  (bsc#1012628 bsc#1212395 CVE-2023-3269).
  Add references to CVE.
- commit 5a45f18
- commit 5ab030f
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2839)
- Update config files.
  Only run_oldconfig.
- commit 37ad463

- fork: lock VMAs of the parent process when forking
  (bsc#1212775).
- mm: lock a vma before stack expansion (bsc#1212775).
- mm: lock newly mapped VMA which can be modified after it
  becomes visible (bsc#1212775).
- mm: lock newly mapped VMA with corrected ordering (bsc#1212775).
- Update config files.
- Delete
  patches.suse/Revert-x86-mm-try-VMA-lock-based-page-fault-handling.patch.
  Drop the downstream revert in favor of upstream fixes above and reset
  the configs -- leave STATS off as per default.
- commit e2dafc9

- Linux 6.4.2 (bsc#1012628).
- arch/arm64/mm/fault: Fix undeclared variable error in
  do_page_fault() (bsc#1012628).
- drm/amdgpu: Validate VM ioctl flags (bsc#1012628).
- dm ioctl: Avoid double-fetch of version (bsc#1012628).
- docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
  (bsc#1012628).
- scripts/tags.sh: Resolve gtags empty index generation
  (bsc#1012628).
- hugetlb: revert use of page_cache_next_miss() (bsc#1012628).
- nubus: Partially revert proc_create_single_data() conversion
  (bsc#1012628).
- Revert "cxl/port: Enable the HDM decoder capability for switch
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 2838)
- Revert "Refresh patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch."
  This reverts commit b8411965e8341c82ba2e01bb38698945be2390a0. It breaks
  the build:
   + ln -s /usr/src/linux-6.4.1-1 /home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source
   ln: failed to create symbolic link '/home/abuild/rpmbuild/BUILDROOT/kernel-default-6.4.1-1.1.x86_64/usr/lib/modules/6.4.1-1-default/source': No such file or directory
- commit 3561b10

- drm/amd: Don't try to enable secure display TA multiple times
  (bsc#1212848).
- drm/amdgpu: fix number of fence calculations (bsc#1212848).
- drm/amd/display: perform a bounds check before filling dirty
  rectangles (bsc#1212848).
- drm/amdgpu: check RAS irq existence for VCN/JPEG (bsc#1212848).
- drm/amd/pm: add abnormal fan detection for smu 13.0.0
  (bsc#1212848).
- drm/amd: Disable PSR-SU on Parade 0803 TCON (bsc#1212848).
- drm/amd/pm: update the LC_L1_INACTIVITY setting to address
  possible noise issue (bsc#1212848).
- drm/amd/display: Fix 128b132b link loss handling (bsc#1212848).
- drm/amd/display: disable seamless boot if force_odm_combine
  is enabled (bsc#1212848).
- drm/amd/display: add a NULL pointer check (bsc#1212848).
- drm/amd/pm: revise the ASPM settings for thunderbolt attached
  scenario (bsc#1212848).
- drm/amdgpu: fix clearing mappings for BOs that are always
  valid in VM (bsc#1212848).
- drm/amdgpu: Skip mark offset for high priority rings
  (bsc#1212848).
- drm/amdgpu: make sure that BOs have a backing store
  (bsc#1212848).
Displaying revisions 181 - 200 of 3037
openSUSE Build Service is sponsored by