kernel-6.12.0-123.el10
* Wed Aug 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-123.el10]
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-61878]
- bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Michal Schmidt) [RHEL-106550]
- eth: bnxt: fix missing ring index trim on error path (Michal Schmidt) [RHEL-106550] {CVE-2025-37873}
- treewide: Switch/rename to timer_delete[_sync]() (bnxt) (Michal Schmidt) [RHEL-106550]
- eth: bnxt: fix memory leak in queue reset (Michal Schmidt) [RHEL-106550]
- eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (Michal Schmidt) [RHEL-106550] {CVE-2025-21973}
- eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (Michal Schmidt) [RHEL-106550] {CVE-2025-21960}
- eth: bnxt: fix out-of-range access of vnic_info array (Michal Schmidt) [RHEL-106550] {CVE-2025-22112}
- eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (Michal Schmidt) [RHEL-106550]
- eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (Michal Schmidt) [RHEL-106550] {CVE-2025-21974}
- eth: bnxt: fix truesize for mb-xdp-pass case (Michal Schmidt) [RHEL-106550 RHEL-87501] {CVE-2025-21961}
- eth: bnxt: update header sizing defaults (Michal Schmidt) [RHEL-106550]
- net: ethtool: populate the default HDS params in the core (bnxt) (Michal Schmidt) [RHEL-106550]
- eth: bnxt: fix string truncation warning in FW version (Michal Schmidt) [RHEL-106550]
- eth: bnxt: always recalculate features after XDP clearing, fix null-deref (Michal Schmidt) [RHEL-106550] {CVE-2025-21682}
- net: bnxt: use ethtool string helpers (Michal Schmidt) [RHEL-106550]
- eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting' (bnxt) (Michal Schmidt) [RHEL-106550]
- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) [RHEL-104231]
- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231]
- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231]
- PCI/PM: Set up runtime PM even for devices without PCI PM (Myron Stowe) [RHEL-90801]
- PCI: Explicitly put devices into D0 when initializing (Myron Stowe) [RHEL-90801]
- selftests: net: add test case for NAT46 looping back dst (Felix Maurer) [RHEL-96605]
- net: clear the dst when changing skb protocol (Felix Maurer) [RHEL-96605]
- bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic" (Felix Maurer) [RHEL-96605]
- bpf, sockmap: Avoid using sk_socket after free when sending (Felix Maurer) [RHEL-96605]
- xsk: fix an integer overflow in xp_create_and_assign_umem() (Felix Maurer) [RHEL-87917 RHEL-96605] {CVE-2025-21997}
- net: Add rx_skb of kfree_skb to raw_tp_null_args[]. (Felix Maurer) [RHEL-96605]
- selftests/bpf: Adjust data size to have ETH_HLEN (Felix Maurer) [RHEL-96605]
- bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() (Felix Maurer) [RHEL-100445 RHEL-96605] {CVE-2025-21867}
- selftests/bpf: Add some tests with sockmap SK_PASS (Felix Maurer) [RHEL-96605]
- bpf: fix recursive lock when verdict program return SK_PASS (Felix Maurer) [RHEL-96605]
- proc: fix UAF in proc_get_inode() (CKI Backport Bot) [RHEL-86811] {CVE-2025-21999}
- NFSv4.2: another fix for listxattr (Olga Kornievskaia) [RHEL-100709]
- tools headers UAPI: Sync KVM's vmx.h header with the kernel sources (Maxim Levitsky) [RHEL-47242]
- tools headers UAPI: Sync kvm header with the kernel sources (Maxim Levitsky) [RHEL-47242]
- KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists for the guest (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs (Maxim Levitsky) [RHEL-47242]
- KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Extract checking of guest's DEBUGCTL into helper (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Don't report base TDVMCALLs (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest (Maxim Levitsky) [RHEL-47242]
- Documentation: KVM: Fix unexpected unindent warning (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL (Maxim Levitsky) [RHEL-47242]
- KVM: x86: avoid underflow when scaling TSC frequency (Maxim Levitsky) [RHEL-47242]
- KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (Maxim Levitsky) [RHEL-47242]
- Documentation: KVM: Fix unexpected unindent warnings (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Exit to userspace for GetTdVmCallInfo (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDG.VP.VMCALL<GetQuote> (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Avoid indirect calls to TDX assembly functions (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: use __always_inline for is_td_vcpu and is_td (Maxim Levitsky) [RHEL-47242]
- x86/tdx: mark tdh_vp_enter() as __flatten (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call() (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Clean up and macrofy x86_ops (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp() (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak name (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook (Maxim Levitsky) [RHEL-47242]
- KVM: SVM: Treat DEBUGCTL[5:2] as reserved (Maxim Levitsky) [RHEL-47242]
- Documentation/virt/kvm: Document on Trust Domain Extensions (TDX) (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Make TDX VM type supported (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: KVM: TDX: Always honor guest PAT on TDX enabled guests (Maxim Levitsky) [RHEL-47242]
- KVM: x86: remove shadow_memtype_mask (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Introduce supported_quirks to block disabling quirks (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Allow vendor code to disable quirks (Maxim Levitsky) [RHEL-47242]
- KVM: x86: do not allow re-enabling quirks (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Enable guest access to MTRR MSRs (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add a method to ignore hypercall patching (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Ignore setting up mce (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add methods to ignore accesses to TSC (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add methods to ignore VMX preemption timer (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add method to ignore guest instruction emulation (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add methods to ignore accesses to CPU state (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Enable guest access to LMCE related MSRs (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement callbacks for MSR operations (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Move KVM_MAX_MCE_BANKS to header file (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDX PV HLT hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDX PV CPUID hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Add a helper for NMI handling (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle EPT violation/misconfig exit (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle EXIT_REASON_OTHER_SMI (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Move emulation_required to struct vcpu_vt (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add methods to ignore virtual apic related operation (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Force APICv active for TDX guest (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Always block INIT/SIPI (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement methods to inject NMI (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDX PV MMIO hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Wait lapic expire when timer IRQ was injected (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDX PV port I/O hypercall (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Assume timer IRQ was injected if APIC state is protected (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError> (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement non-NMI interrupt injection (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TDG.VP.VMCALL<MapGPA> (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Move posted interrupt delivery code to common header (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Disable PI wakeup for IPIv (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL) (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add support for find pending IRQ in a protected local APIC (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add a place holder to handle TDX VM exit (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Save and restore IA32_DEBUGCTL (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events() (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Disable support for TSX and WAITPKG (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: restore user ret MSRs (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: restore host xsave state when exit from the guest TD (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: vcpu_run: save/restore host state(host kernel gs) (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement TDX vcpu enter/exit path (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle SEPT zap error due to page add error in premap (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Skip updating CPU dirty logging request for TDs (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Make cpu_dirty_log_size a per-VM value (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect() (Maxim Levitsky) [RHEL-47242]
- KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle vCPU dissociation (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Finalize VM initialization (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add an ioctl to create initial guest memory (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Export kvm_tdp_map_page() (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement hook to get max mapping level of private pages (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Handle TLB tracking for TDX (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Set per-VM shadow_mmio_value to 0 (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Add setter for shadow_mmio_value (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Set gfn_direct_bits to shared bit (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add load_mmu_pgd method for TDX (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add accessors VMX VMCS helpers (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Teach EPT violation helper about private mem (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Split out guts of EPT violation to common/exposed function (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Do not enable page track for TD guest (Maxim Levitsky) [RHEL-47242]
- KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Implement memslot deletion for TDX (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Register TDX host key IDs to cgroup misc controller (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page (Maxim Levitsky) [RHEL-47242]
- KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking (Maxim Levitsky) [RHEL-47242]
- KVM: x86: Introduce KVM_TDX_GET_CPUID (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Do TDX specific vcpu initialization (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: create/free TDX vcpu structure (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Don't offline the last cpu of one package when there's TDX guest (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Make pmu_intel.c ignore guest TD case (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: add ioctl to initialize VM with TDX specific parameters (Maxim Levitsky) [RHEL-47242]
- KVM: x86: expose cpuid_entry2_find for TDX (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: create/destroy VM structure (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Get system-wide info about TDX module on initialization (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add helper functions to print TDX SEAMCALL error (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add TDX "architectural" error codes (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Define TDX architectural definitions (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Add placeholders for TDX VM/vCPU structures (Maxim Levitsky) [RHEL-47242]
- KVM: TDX: Get TDX global information (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Initialize TDX during KVM module load (Maxim Levitsky) [RHEL-47242]
- KVM: VMX: Refactor VMX module init/exit functions (Maxim Levitsky) [RHEL-47242]
- KVM: Export hardware virtualization enabling/disabling functions (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Read essential global metadata for KVM (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: allocate tdx_sys_info in static memory (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Switch to use auto-generated global metadata reading code (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Use dedicated struct members for PAMT entry sizes (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Use auto-generated code to read global metadata (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Start to track all global metadata in one structure (Maxim Levitsky) [RHEL-47242]
- x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better (Maxim Levitsky) [RHEL-47242]
- PM: sleep: Fix power.is_suspended cleanup for direct-complete devices (Mark Langsdorf) [RHEL-88904]
- drivers/base/memory: Avoid overhead from for_each_present_section_nr() (Mark Langsdorf) [RHEL-88904]
- drivers/base/memory: correct the field name in the header (Mark Langsdorf) [RHEL-88904]
- hrtimers: Make hrtimer_update_function() less expensive (Mark Langsdorf) [RHEL-88904]
- drivers/base/memory: improve add_boot_memory_block() (Mark Langsdorf) [RHEL-88904]
- drivers/base/memory: simplify outputting of valid_zones_show() (Mark Langsdorf) [RHEL-88904]
- arch_topology: Support SMT control for OF based system (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Fix handling devices with direct_complete set on errors (Mark Langsdorf) [RHEL-88904]
- PM: clk: Remove unused pm_clk_remove() (Mark Langsdorf) [RHEL-88904]
- PM: sleep: core: Fix indentation in dpm_wait_for_children() (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Remove unused pm_generic_ wrappers (Mark Langsdorf) [RHEL-88904]
- PM: runtime: Unify error handling during suspend and resume (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Rearrange dpm_async_fn() and async state clearing (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Rename power.async_in_progress to power.work_in_progress (Mark Langsdorf) [RHEL-88904]
- PM: core: Tweak pm_runtime_block_if_disabled() return value (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Update power.smart_suspend under PM spinlock (Mark Langsdorf) [RHEL-88904]
- PM: runtime: Convert pm_runtime_blocked() to static inline (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Adjust check before setting power.must_resume (Mark Langsdorf) [RHEL-88904]
- PM: runtime: Drop status check from pm_runtime_force_resume() (Mark Langsdorf) [RHEL-88904]
- PM: sleep: Suppress sleeping parent warning in special case (Mark Langsdorf) [RHEL-88904]
- driver core: Introduce device_{add,remove}_of_node() (Mark Langsdorf) [RHEL-88904]
- driver core: faux: only create the device if probe() succeeds (Mark Langsdorf) [RHEL-88904]
- drivers: base: component: add function to query the bound status (Mark Langsdorf) [RHEL-88904]
- PM: clk: remove unused of_pm_clk_add_clk() (Mark Langsdorf) [RHEL-88904]
- drivers: base: component: Add debug message for unbind (Mark Langsdorf) [RHEL-88904]
- drivers: base: devres: Fix find_group() documentation (Mark Langsdorf) [RHEL-88904]
- PM: runtime: Switch to use hrtimer_setup() (Mark Langsdorf) [RHEL-88904]
- hrtimers: Delete hrtimer_init_on_stack() (Mark Langsdorf) [RHEL-88904]
- alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
- io_uring: Switch to use hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
- sched/idle: Switch to use hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
- hrtimers: Delete hrtimer_init_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- wait: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- timers: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- futex: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- fs/aio: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- hrtimers: Introduce hrtimer_update_function() (Mark Langsdorf) [RHEL-88904]
- hrtimers: Introduce hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
- hrtimers: Introduce hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
- io_uring: Remove redundant hrtimer's callback function setup (Mark Langsdorf) [RHEL-88904]
- KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu() (Mark Langsdorf) [RHEL-88904]
- drivers: base: devres: Allow to release group on device release (Mark Langsdorf) [RHEL-88904]
- drivers: base: component: Allow more space for device name (Mark Langsdorf) [RHEL-88904]
- driver core: location: Use str_yes_no() helper function (Mark Langsdorf) [RHEL-88904]
- drivers/base/bus.c: fix spelling of "subsystem" (Mark Langsdorf) [RHEL-88904]
- driver core: class: Remove needless return in void API class_remove_file() (Mark Langsdorf) [RHEL-88904]
- regmap: irq: Use one way of setting all bits in the register (Mark Langsdorf) [RHEL-88904]
- devtmpfs: replace ->mount with ->get_tree in public instance (Mark Langsdorf) [RHEL-88904]
- regmap: Reorder 'struct regmap' (Mark Langsdorf) [RHEL-88904]
- audit,module: restore audit logging in load failure case (Richard Guy Briggs) [RHEL-106924]
- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) [RHEL-69093]
- selftests: net/forwarding: test purge of active DWRR classes (Ivan Vecera) [RHEL-107519]
- net/sched: ets: use old 'nbands' while purging unused classes (Ivan Vecera) [RHEL-107519]
- r8169: add support for RTL8125BP rev.b (Izabela Bakollari) [RHEL-76227]
- Revert "KVM: arm64: Add support for PSCI v1.2 and v1.3" (Eric Auger) [RHEL-105397]
- Revert "KVM: selftests: Add test for PSCI SYSTEM_OFF2" (Eric Auger) [RHEL-105397]
- Revert "KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2" (Eric Auger) [RHEL-105397]
- Revert "KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2" (Eric Auger) [RHEL-105397]
- cifs: Fix null-ptr-deref by static initializing global lock (Paulo Alcantara) [RHEL-109065]
- cifs: Move the SMB1 transport code out of transport.c (Paulo Alcantara) [RHEL-109065]
- smb: client: smb: client: eliminate mid_flags field (Paulo Alcantara) [RHEL-109065]
- smb: client: add mid_counter_lock to protect the mid counter counter (Paulo Alcantara) [RHEL-109065]
- smb: client: rename server mid_lock to mid_queue_lock (Paulo Alcantara) [RHEL-109065]
- smb: client: fix creating symlinks under POSIX mounts (Paulo Alcantara) [RHEL-109065]
- smb: client: default to nonativesocket under POSIX mounts (Paulo Alcantara) [RHEL-109065]
- smb: client: set symlink type as native for POSIX mounts (Paulo Alcantara) [RHEL-109065]
- smb3 client: add way to show directory leases for improved debugging (Paulo Alcantara) [RHEL-109065]
- smb: client: get rid of kstrdup() when parsing iocharset mount option (Paulo Alcantara) [RHEL-109065]
- smb: client: get rid of kstrdup() when parsing domain mount option (Paulo Alcantara) [RHEL-109065]
- smb: client: get rid of kstrdup() when parsing pass2 mount option (Paulo Alcantara) [RHEL-109065]
- smb: client: get rid of kstrdup() when parsing pass mount option (Paulo Alcantara) [RHEL-109065]
- smb: client: get rid of kstrdup() when parsing user mount option (Paulo Alcantara) [RHEL-109065]
- cifs: Add support for creating reparse points over SMB1 (Paulo Alcantara) [RHEL-109065]
- cifs: Do not query WSL EAs for native SMB symlink (Paulo Alcantara) [RHEL-109065]
- cifs: Optimize CIFSFindFirst() response when not searching (Paulo Alcantara) [RHEL-109065]
- cifs: Fix calling CIFSFindFirst() for root path without msearch (Paulo Alcantara) [RHEL-109065]
- cifs: add new field to track the last access time of cfid (Paulo Alcantara) [RHEL-109065]
- smb: change return type of cached_dir_lease_break() to bool (Paulo Alcantara) [RHEL-109065]
- cifs: reset iface weights when we cannot find a candidate (Paulo Alcantara) [RHEL-109065]
- netfs: Remove unused declaration netfs_queue_write_request() (Paulo Alcantara) [RHEL-109065]
- afs: Set vllist to NULL if addr parsing fails (Paulo Alcantara) [RHEL-109065]
- afs: Fix check for NULL terminator (Paulo Alcantara) [RHEL-109065]
- Fix SMB311 posix special file creation to servers which do not advertise reparse support (Paulo Alcantara) [RHEL-109065]
- netfs: Fix race between cache write completion and ALL_QUEUED being set (Paulo Alcantara) [RHEL-109065]
- netfs: Fix copy-to-cache so that it performs collection with ceph+fscache (Paulo Alcantara) [RHEL-109065]
- smb: invalidate and close cached directory when creating child entries (Paulo Alcantara) [RHEL-109065]
- smb: client: fix use-after-free in crypt_message when using async crypto (Paulo Alcantara) [RHEL-109065]
- smb: client: fix use-after-free in cifs_oplock_break (Paulo Alcantara) [RHEL-109065]
- cachefiles: Fix the incorrect return value in __cachefiles_write() (Paulo Alcantara) [RHEL-109065]
- smb: client: fix native SMB symlink traversal (Paulo Alcantara) [RHEL-109065]
- smb: client: fix race condition in negotiate timeout by using more precise timing (Paulo Alcantara) [RHEL-109065]
- netfs: Update tracepoints in a number of ways (Paulo Alcantara) [RHEL-109065]
- netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read (Paulo Alcantara) [RHEL-109065]
- netfs: Merge i_size update functions (Paulo Alcantara) [RHEL-109065]
- netfs: Fix i_size updating (Paulo Alcantara) [RHEL-109065]
- smb: client: set missing retry flag in cifs_writev_callback() (Paulo Alcantara) [RHEL-109065]
- smb: client: set missing retry flag in cifs_readv_callback() (Paulo Alcantara) [RHEL-109065]
- smb: client: set missing retry flag in smb2_writev_callback() (Paulo Alcantara) [RHEL-109065]
- netfs: Fix ref leak on inserted extra subreq in write retry (Paulo Alcantara) [RHEL-109065]
- netfs: Fix looping in wait functions (Paulo Alcantara) [RHEL-109065]
- netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling (Paulo Alcantara) [RHEL-109065]
- netfs: Fix double put of request (Paulo Alcantara) [RHEL-109065]
- netfs: Fix hang due to missing case in final DIO read result collection (Paulo Alcantara) [RHEL-109065]
- cifs: all initializations for tcon should happen in tcon_info_alloc (Paulo Alcantara) [RHEL-109065]
- smb: client: fix warning when reconnecting channel (Paulo Alcantara) [RHEL-109065]
- smb: client: fix readdir returning wrong type with POSIX extensions (Paulo Alcantara) [RHEL-109065]
- cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code (Paulo Alcantara) [RHEL-109065]
- cifs: Fix the smbd_response slab to allow usercopy (Paulo Alcantara) [RHEL-109065]
- smb: client: fix potential deadlock when reconnecting channels (Paulo Alcantara) [RHEL-109065]
- smb: client: remove \t from TP_printk statements (Paulo Alcantara) [RHEL-109065]
- smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data (Paulo Alcantara) [RHEL-109065]
- smb: client: fix regression with native SMB symlinks (Paulo Alcantara) [RHEL-109065]
- smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size (Paulo Alcantara) [RHEL-109065]
- smb: minor fix to use sizeof to initialize flags_string buffer (Paulo Alcantara) [RHEL-109065]
- smb: Use loff_t for directory position in cached_dirents (Paulo Alcantara) [RHEL-109065]
- smb: Log an error when close_all_cached_dirs fails (Paulo Alcantara) [RHEL-109065]
- cifs: Fix prepare_write to negotiate wsize if needed (Paulo Alcantara) [RHEL-109065]
- smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma() (Paulo Alcantara) [RHEL-109065]
- smb: client: fix first command failure during re-negotiation (Paulo Alcantara) [RHEL-109065]
- cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function (Paulo Alcantara) [RHEL-109065]
- smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels (Paulo Alcantara) [RHEL-109065]
- smb: improve directory cache reuse for readdir operations (Paulo Alcantara) [RHEL-109065]
- net: openvswitch: allow providing upcall pid for the 'execute' command (Aaron Conole) [RHEL-96623]
- net: netlink: add nla_get_*_default() accessors (Aaron Conole) [RHEL-96623]
- hv_netvsc: Fix panic during namespace deletion with VF (Xiong Xiaoqiang) [RHEL-59569]
- net: drv: netdevsim: don't napi_complete() from netpoll (CKI Backport Bot) [RHEL-96595]
- netdevsim: don't assume core pre-populates HDS params on GET (CKI Backport Bot) [RHEL-96595]
- net: netdevsim: try to close UDP port harness races (CKI Backport Bot) [RHEL-96595]
- net: netdevsim: fix nsim_pp_hold_write() (CKI Backport Bot) [RHEL-96595]
- netdevsim: prevent bad user input in nsim_dev_health_break_write() (CKI Backport Bot) [RHEL-96595]
- selftests: rtnetlink: update netdevsim ipsec output format (CKI Backport Bot) [RHEL-96595]
- netdevsim: copy addresses for both in and out paths (CKI Backport Bot) [RHEL-96595]
- netdevsim: print human readable IP address (CKI Backport Bot) [RHEL-96595]
- redhat/configs: sync CONFIG_SND_HDA_ACPI with ARK (Marcin Juszkiewicz) [RHEL-102696]
- ALSA: hda: acpi: Make driver's match data const static (Marcin Juszkiewicz) [RHEL-102696]
- ALSA: hda: acpi: Use SYSTEM_SLEEP_PM_OPS() (Marcin Juszkiewicz) [RHEL-102696]
- ALSA: hda: Add missing NVIDIA HDA codec IDs (Marcin Juszkiewicz) [RHEL-102696]
- ALSA: hda - Add new driver for HDA controllers listed via (Marcin Juszkiewicz) [RHEL-102696]
- ALSA: hda/tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-102696]
- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108154] {CVE-2025-38417}
- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) [RHEL-104228]
- [RHEL-only] remove Benjamin Tissoires redhat email from .mailmap (Benjamin Tissoires) [RHEL-101770]
- HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe (Benjamin Tissoires) [RHEL-101770]
- treewide: Switch/rename to timer_delete[_sync]() (Benjamin Tissoires) [RHEL-101770]
- HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting (Benjamin Tissoires) [RHEL-101770]
- HID: appletb-kbd: fix memory corruption of input_handler_list (Benjamin Tissoires) [RHEL-101770]
- HID: HID_APPLETB_KBD should depend on X86 (Benjamin Tissoires) [RHEL-101770]
- HID: HID_APPLETB_BL should depend on X86 (Benjamin Tissoires) [RHEL-101770]
- HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow (Benjamin Tissoires) [RHEL-101770]
- HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_object (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics-rmi - fix crash with unsupported versions of F34 (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add more controllers (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - fix xpad_device sorting (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for several more controllers (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - fix Share button on Xbox One controllers (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - fix two controller table values (Benjamin Tissoires) [RHEL-101770]
- Input: hisi_powerkey - enable system-wakeup for s2idle (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - enable InterTouch on Dell Precision M3800 (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - enable InterTouch on Dynabook Portege X30L-G (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - enable InterTouch on Dynabook Portege X30-D (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - enable SMBus for HP Elitebook 850 G1 (Benjamin Tissoires) [RHEL-101770]
- Input: mtk-pmic-keys - fix possible null pointer dereference (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37972}
- Input: xpad - add support for 8BitDo Ultimate 2 Wireless Controller (Benjamin Tissoires) [RHEL-101770]
- Input: cyttsp5 - fix power control issue on wakeup (Benjamin Tissoires) [RHEL-101770]
- Input: stmpe-ts - use module alias instead of device table (Benjamin Tissoires) [RHEL-101770]
- Input: cyttsp5 - ensure minimum reset pulse width (Benjamin Tissoires) [RHEL-101770]
- Input: sparcspkr - avoid unannotated fall-through (Benjamin Tissoires) [RHEL-101770]
- input/joystick: magellan: Mark __nonstring look-up table (Benjamin Tissoires) [RHEL-101770]
- Input: goodix_berlin - add support for Berlin-A series (Benjamin Tissoires) [RHEL-101770]
- Input: iqs7222 - preserve system status register (Benjamin Tissoires) [RHEL-101770]
- Input: gscps2 - Describe missing function parameters (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - swap old quirk combination with new quirk for more devices (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - swap old quirk combination with new quirk for several devices (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - add required quirks for missing old boardnames (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (Benjamin Tissoires) [RHEL-101770]
- Input: pm8941-pwrkey - fix dev_dbg() output in pm8941_pwrkey_irq() (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - hide unused smbus_pnp_ids[] array (Benjamin Tissoires) [RHEL-101770]
- Input: apple_z2 - fix potential confusion in Kconfig (Benjamin Tissoires) [RHEL-101770]
- Input: matrix_keypad - use fsleep for delays after activating columns (Benjamin Tissoires) [RHEL-101770]
- Input: matrix_keypad - add settle time after enabling all columns (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - rename QH controller to Legion Go S (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for TECNO Pocket Go (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for ZOTAC Gaming Zone (Benjamin Tissoires) [RHEL-101770]
- Input: goodix-berlin - fix vddio regulator references (Benjamin Tissoires) [RHEL-101770]
- Input: goodix-berlin - fix comment referencing wrong regulator (Benjamin Tissoires) [RHEL-101770]
- Input: imagis - add support for imagis IST3038H (Benjamin Tissoires) [RHEL-101770]
- Input: goodix-berlin - constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- Input: max77693 - add max77705 haptic support (Benjamin Tissoires) [RHEL-101770]
- Input: apple_z2 - add a driver for Apple Z2 touchscreens (Benjamin Tissoires) [RHEL-101770]
- Input: Switch to use hrtimer_setup() (Benjamin Tissoires) [RHEL-101770]
- Input: drop vb2_ops_wait_prepare/finish (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add multiple supported devices (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (Benjamin Tissoires) [RHEL-101770]
- Input: ads7846 - fix gpiod allocation (Benjamin Tissoires) [RHEL-101770]
- Input: wdt87xx_i2c - fix compiler warning (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - fix crash when enabling pass-through port (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21746}
- Input: atkbd - map F23 key to support default copilot shortcut (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for Nacon Evol-X Xbox One Controller (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add unofficial Xbox 360 wireless receiver clone (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for wooting two he (arm) (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - improve name of 8BitDo controller 2dc8:3106 (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add QH Electronics VID/PID (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - Add support for platform filter contexts (Benjamin Tissoires) [RHEL-101770]
- Input: joystick - use str_off_on() helper in sw_connect() (Benjamin Tissoires) [RHEL-101770]
- Input: Use str_enable_disable-like helpers (Benjamin Tissoires) [RHEL-101770]
- Input: use guard notation in input core (Benjamin Tissoires) [RHEL-101770]
- Input: poller - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
- Input: mt - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
- Input: mt - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
- Input: ff-memless - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
- Input: ff-memless - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
- Input: ff-core - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
- Input: ff-core - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
- Input: remove evbug driver (Benjamin Tissoires) [RHEL-101770]
- Input: mma8450 - add chip ID check in probe (Benjamin Tissoires) [RHEL-101770]
- Input: bbnsm_pwrkey - add remove hook (Benjamin Tissoires) [RHEL-101770]
- Input: tsc2007 - accept standard properties (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - add support for Nacon Pro Compact (Benjamin Tissoires) [RHEL-101770]
- Input: mpr121 - use devm_regulator_get_enable_read_voltage() (Benjamin Tissoires) [RHEL-101770]
- Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly (Benjamin Tissoires) [RHEL-101770]
- Input: spear-keyboard - don't include 'pm_wakeup.h' directly (Benjamin Tissoires) [RHEL-101770]
- Input: cypress-sf - constify struct i2c_device_id (Benjamin Tissoires) [RHEL-101770]
- Input: ads7846 - increase xfer array size in 'struct ser_req' (Benjamin Tissoires) [RHEL-101770]
- Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOW (Benjamin Tissoires) [RHEL-101770]
- Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - fix typo dublicate to duplicate (Benjamin Tissoires) [RHEL-101770]
- Input: ads7846 - add dummy command register clearing cycle (Benjamin Tissoires) [RHEL-101770]
- Input: cs40l50 - fix wrong usage of INIT_WORK() (Benjamin Tissoires) [RHEL-101770]
- Input: maple_keyb - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: locomokbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: hilkbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics-rmi4 - switch to using cleanup functions in F34 (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - fix a typo (Benjamin Tissoires) [RHEL-101770]
- Input: omap-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: imagis - fix warning regarding 'imagis_3038_data' being unused (Benjamin Tissoires) [RHEL-101770]
- Input: userio - remove unneeded semicolon (Benjamin Tissoires) [RHEL-101770]
- Input: sparcspkr - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: sparcspkr - use device managed memory for 'state' (Benjamin Tissoires) [RHEL-101770]
- Input: serio_raw - fix uninitialized variable bug (Benjamin Tissoires) [RHEL-101770]
- Input: ts4800-ts - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: raspberrypi-ts - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: 88pm860x - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: twl4030-vibra - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: twl6040-vibra - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
- Input: sun4i-lradc-keys - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
- Input: mtk-pmic-keys - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
- Input: cap11xx - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
- Input: gscps2 - fix compilation error introduced with switch to guards (Benjamin Tissoires) [RHEL-101770]
- Input: matrix_keypad - remove duplicated include (Benjamin Tissoires) [RHEL-101770]
- Input: xilinx_ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: userio - switch to using cleanup functions (Benjamin Tissoires) [RHEL-101770]
- Input: sun4i-ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: serio-raw - fix potential serio port name truncation (Benjamin Tissoires) [RHEL-101770]
- Input: serio_raw - use guard notation for locks and other resources (Benjamin Tissoires) [RHEL-101770]
- Input: serio - use guard notation when acquiring mutexes and spinlocks (Benjamin Tissoires) [RHEL-101770]
- Input: serport - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: sa1111ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: q40kbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: ps2mult - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: ps2-gpio - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: i8042 - tease apart interrupt handler (Benjamin Tissoires) [RHEL-101770]
- Input: hyperv-keyboard - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: gscps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: elo - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics-rmi4 - use guard notation when pausing serio port in F03 (Benjamin Tissoires) [RHEL-101770]
- Input: sunkbd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: atkbd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: synaptics - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: byd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: alps - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
- Input: libps2 - use guard notation when temporarily pausing serio ports (Benjamin Tissoires) [RHEL-101770]
- Input: serio - define serio_pause_rx guard to pause and resume serio ports (Benjamin Tissoires) [RHEL-101770]
- Input: sparcspkr - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: rotary_encoder - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: regulator-haptic - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: pwm-beeper - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: powermate - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: pegasus_notetaker - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: max8997_haptic - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: iqs7222 - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
- Input: iqs626a - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
- Input: iqs269a - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
- Input: iqs269a - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: ibm-panel - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: ideapad_slidebar - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: drv2667 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: drv2665 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: drv260x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: kxtj9 - use guard notation when acquiring mutex/disabling irq (Benjamin Tissoires) [RHEL-101770]
- Input: da7280 - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: cma3000_d0x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: cm109 - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: ati_remote2 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: ad714x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: xpad - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: turbografx - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: n64joy - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: iforce - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: gamecon - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: db9 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: st-keyscan - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: spear-keyboard - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: pxa27x_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: pmic8xxx-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: omap4-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: matrix_keypad - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: lpc32xx-keys - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: lm8323 - use guard notation when acquiring mutexes (Benjamin Tissoires) [RHEL-101770]
- Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: imx_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: ep93xx_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: applespi - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
- Input: adp5589-keys - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: elan_i2c - switch to using cleanup functions (Benjamin Tissoires) [RHEL-101770]
- Input: psmouse-smbus - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
- Input: hycon-hy46xx - add missing dependency on REGMAP_I2C (Benjamin Tissoires) [RHEL-101770]
- Input: hideep - add missing dependency on REGMAP_I2C (Benjamin Tissoires) [RHEL-101770]
- Input: correct typos in multiple comments across misc drivers (Benjamin Tissoires) [RHEL-101770]
- input: Fix typos in comments across various files (Benjamin Tissoires) [RHEL-101770]
- Input: novatek-nvt-ts - add support for NT36672A touchscreen (Benjamin Tissoires) [RHEL-101770]
- Input: novatek-nvt-ts - replace generic i2c device id with specific IC variant (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: abort dispatch if device destroyed (Benjamin Tissoires) [RHEL-101770] {CVE-2025-38016}
- HID: quirks: Add ADATA XPG alpha wireless mouse support (Benjamin Tissoires) [RHEL-101770]
- HID: hid-steam: Remove the unused variable connected (Benjamin Tissoires) [RHEL-101770]
- HID: amd_sfh: Avoid clearing reports for SRA sensor (Benjamin Tissoires) [RHEL-101770]
- HID: amd_sfh: Fix SRA sensor when it's the only sensor (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: fix shift OOB in kfifo allocation for zero pktlen (Benjamin Tissoires) [RHEL-101770]
- HID: uclogic: Add NULL check in uclogic_input_configured() (Benjamin Tissoires) [RHEL-101770] {CVE-2025-38007}
- HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-101770]
- HID: thrustmaster: fix memory leak in thrustmaster_interrupts() (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remote (Benjamin Tissoires) [RHEL-101770]
- HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (Benjamin Tissoires) [RHEL-101770]
- HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramatically (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Remove static WACOM_PKGLEN_MAX limit (Benjamin Tissoires) [RHEL-101770]
- HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info() (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
- HID: amd_sfh: Default to HPD disabled (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
- HID: amd_sfh: Allow configuring whether HPD is enabled or disabled (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
- HID: pidff: Fix set_device_control() (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Fix 90 degrees direction name North -> East (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Clamp effect playback LOOP_COUNT value (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Rename two functions to align them with naming convention (Benjamin Tissoires) [RHEL-101770]
- HID: lenovo: silence unreachable code warning (Benjamin Tissoires) [RHEL-101770]
- HID: lenovo: Fix to ensure the data as __le32 instead of u32 (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: new hid_bpf_async.h common header (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: import new kfunc from v6.10 & v6.11 (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2) (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: Added updated Kamvas Pro 19 descriptor (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcut (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: Add support for the default firmware mode of the Huion K20 (Benjamin Tissoires) [RHEL-101770]
- HID: google: don't include '<linux/pm_wakeup.h>' directly (Benjamin Tissoires) [RHEL-101770]
- Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issue (Benjamin Tissoires) [RHEL-101770]
- HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully" (Benjamin Tissoires) [RHEL-101770]
- HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probe (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-bl: fix incorrect error message for default brightness (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-kbd: simplify logic used to switch between media and function keys on pressing fn key (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Remove redundant call to pidff_find_special_keys (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Support device error response from PID_BLOCK_LOAD (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Comment and code style update (Benjamin Tissoires) [RHEL-101770]
- HID: hid-universal-pidff: Add Asetek wheelbases support (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37942}
- HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers to set default brightness (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] static (Benjamin Tissoires) [RHEL-101770]
- HID: Enable playstation driver for PlayStation 5 controllers (Benjamin Tissoires) [RHEL-101770]
- HID: Enable playstation driver independently of sony driver (Benjamin Tissoires) [RHEL-101770]
- HID: core: Add reserved item tag for main items (Benjamin Tissoires) [RHEL-101770]
- HID: hid-steam: Mutex cleanup in steam_set_lizard_mode() (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-kbd: add support for fn toggle between media and function mode (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars (Benjamin Tissoires) [RHEL-101770]
- HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars (Benjamin Tissoires) [RHEL-101770]
- HID: intel-thc-hid: Remove deprecated PCI API calls (Benjamin Tissoires) [RHEL-101770]
- HID: usbkbd: Fix the bit shift number for LED_KANA (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Factor out pool report fetch and remove excess declaration (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Use macros instead of hardcoded min/max values for shorts (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Simplify pidff_rescale_signed (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Move all hid-pidff definitions to a dedicated header (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Fix null pointer dereference in pidff_find_fields (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37862}
- HID: pidff: Factor out code for setting gain (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Rescale time values to match field units (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Define values used in pidff_find_special_fields (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Simplify pidff_upload_effect function (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Completely rework and fix pidff_reset function (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add PERIODIC_SINE_ONLY quirk (Benjamin Tissoires) [RHEL-101770]
- HID: Add hid-universal-pidff driver and supported device ids (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Stop all effects before enabling actuators (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add FIX_WHEEL_DIRECTION quirk (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add PERMISSIVE_CONTROL quirk (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add MISSING_PBO quirk and its detection (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Add MISSING_DELAY quirk and its detection (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Clamp PERIODIC effect period to device's logical range (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Do not send effect envelope if it's empty (Benjamin Tissoires) [RHEL-101770]
- HID: pidff: Convert infinite length from Linux API to PID standard (Benjamin Tissoires) [RHEL-101770]
- HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4 (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: Fix spelling mistake "intput" -> "input" (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: fix potential memory corruption (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Fix error code in thc_i2c_subip_init() (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Add PM implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Complete THC QuickI2C driver (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Add HIDI2C protocol implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C ACPI interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver hid layer (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Add PM implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Complete THC QuickSPI driver (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Add HIDSPI protocol implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI ACPI interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver hid layer (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeleton (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC I2C config interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC SPI config interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC interrupt handler (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC LTR interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC DMA interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add APIs for interrupt (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC PIO operation APIs (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: intel-thc: Add THC registers definition (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc: fix CONFIG_HID dependency (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: fix build errors in um mode (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
- HID: intel-thc-hid: Add basic THC driver skeleton (Benjamin Tissoires) [RHEL-101770]
- HID: THC: Add documentation (Benjamin Tissoires) [RHEL-101770]
- HID: hid-steam: Fix use-after-free when detaching device (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21923}
- HID: debug: Fix spelling mistake "Messanger" -> "Messenger" (Benjamin Tissoires) [RHEL-101770]
- HID: appleir: Fix potential NULL dereference at raw event handle (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21948}
- HID: apple: disable Fn key handling on the Omoton KB066 (Benjamin Tissoires) [RHEL-101770]
- HID: i2c-hid: improve i2c_hid_get_report error message (Benjamin Tissoires) [RHEL-101770]
- HID: google: fix unused variable warning under !CONFIG_ACPI (Benjamin Tissoires) [RHEL-101770]
- HID: nintendo: fix gencon button events map (Benjamin Tissoires) [RHEL-101770]
- HID: corsair-void: Update power supply values with a unified work handler (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21952}
- HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context (Benjamin Tissoires) [RHEL-101770]
- HID: hid-steam: Move hidraw input (un)registering to work (Benjamin Tissoires) [RHEL-101770]
- HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21794}
- HID: apple: fix up the F6 key on the Omoton KB066 keyboard (Benjamin Tissoires) [RHEL-101770]
- HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (Benjamin Tissoires) [RHEL-101770]
- samples/hid: fix broken vmlinux path for VMLINUX_BTF (Benjamin Tissoires) [RHEL-101770]
- samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS (Benjamin Tissoires) [RHEL-101770]
- HID: topre: Fix n-key rollover on Realforce R3S TKL boards (Benjamin Tissoires) [RHEL-101770]
- HID: multitouch: Add NULL check in mt_input_configured (Benjamin Tissoires) [RHEL-101770 RHEL-81512] {CVE-2024-58020}
- HID: winwing: Add NULL check in winwing_init_led() (Benjamin Tissoires) [RHEL-101770] {CVE-2024-58021}
- HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (Benjamin Tissoires) [RHEL-101770]
- HID: ignore non-functional sensor in HP 5MP Camera (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21992}
- HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE (Benjamin Tissoires) [RHEL-101770]
- HID: corsair-void: Initialise memory for psy_cfg (Benjamin Tissoires) [RHEL-101770]
- HID: corsair-void: Add missing delayed work cancel for headset status (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21797}
- HID: hid-asus: Disable OOBE mode on the ProArt P16 (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: remove unnecessary return (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: export model and manufacturer (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: export charging state for the SteelSeries Arctis 9 headset (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: add SteelSeries Arctis 9 support (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: preparation for adding SteelSeries Arctis 9 support (Benjamin Tissoires) [RHEL-101770]
- Input: allocate keycode for phone linking (Benjamin Tissoires) [RHEL-101770]
- HID: lenovo: Fix undefined platform_profile_cycle in ThinkPad X12 keyboard patch (Benjamin Tissoires) [RHEL-101770]
- HID: amd_sfh: Add support to export device operating states (Benjamin Tissoires) [RHEL-101770]
- HID: uclogic: make const read-only array touch_ring_model_params_buf static (Benjamin Tissoires) [RHEL-101770]
- HID: hid-steam: Make sure rumble work is canceled on removal (Benjamin Tissoires) [RHEL-101770]
- HID: Wacom: Add PCI Wacom device support (Benjamin Tissoires) [RHEL-101770]
- HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections (Benjamin Tissoires) [RHEL-101770 RHEL-81480] {CVE-2024-57986}
- HID: fix generic desktop D-Pad controls (Benjamin Tissoires) [RHEL-101770]
- HID: lenovo: Support for ThinkPad-X12-TAB-1/2 Kbd Fn keys (Benjamin Tissoires) [RHEL-101770]
- HID: multitouch: Add quirk for Hantick 5288 touchpad (Benjamin Tissoires) [RHEL-101770]
- HID: nintendo: add support for md/gen 6B controller (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Status luminance properties should set brightness of all LEDs (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Improve behavior of non-standard LED brightness values (Benjamin Tissoires) [RHEL-101770]
- HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check (Benjamin Tissoires) [RHEL-101770] {CVE-2024-57993}
- HID: magicmouse: Update device name for Apple Magic Trackpad (Benjamin Tissoires) [RHEL-101770]
- HID: hid-sensor-hub: don't use stale platform-data on remove (Benjamin Tissoires) [RHEL-101770]
- HID: multitouch: fix support for Goodix PID 0x01e9 (Benjamin Tissoires) [RHEL-101770]
- Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad" (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: pyro: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: lua: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: kovaplus: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: koneplus: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: kone: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: isku: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: arvo: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: roccat: common, konepure, ryos, savu: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: core: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
- HID: core: use utility macros to define sysfs attributes (Benjamin Tissoires) [RHEL-101770]
- HID: i2c-hid: introduce qtec vendor, enable re-power-on quirk (Benjamin Tissoires) [RHEL-101770]
- HID: i2c-hid: introduce re-power-on quirk (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: Add host-tools to .gitignore (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Initialize brightness of LED trigger (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: fix kfunc inclusions with newer bpftool (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: drop unneeded casts discarding const (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: constify hid_ops (Benjamin Tissoires) [RHEL-101770]
- selftests: hid: fix typo and exit code (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: fix when get product name maybe null pointer (Benjamin Tissoires) [RHEL-101770] {CVE-2024-56629}
- HID: i2c-hid: Revert to using power commands to wake on resume (Benjamin Tissoires) [RHEL-101770]
- Revert "HID: bpf: allow write access to quirks field in struct hid_device" (Benjamin Tissoires) [RHEL-101770]
- HID: multitouch: make mt_set_mode() less cryptic (Benjamin Tissoires) [RHEL-101770]
- HID: hid-goodix-spi: Add OF supports (Benjamin Tissoires) [RHEL-101770]
- HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support (Benjamin Tissoires) [RHEL-101770]
- HID: rmi: Add select RMI4_F3A in Kconfig (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: Add capacity_level mapping (Benjamin Tissoires) [RHEL-101770]
- HID: steelseries: Fix battery requests stopping after some time (Benjamin Tissoires) [RHEL-101770]
- HID: hid-goodix: Fix HID get/set feature operation overwritten problem (Benjamin Tissoires) [RHEL-101770]
- HID: hid-goodix: Return 0 when receiving an empty HID feature package (Benjamin Tissoires) [RHEL-101770]
- Input: introduce notion of passive observers for input handlers (Benjamin Tissoires) [RHEL-101770]
- iio: hid-sensors: Add proximity and attention IDs (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: drop use of Logical|Physical|UsageRange (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: Fix Rapoo M50 Plus Silent side buttons (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: Fix NKRO on Mistel MD770 (Benjamin Tissoires) [RHEL-101770]
- HID: replace BUG_ON() with WARN_ON() (Benjamin Tissoires) [RHEL-101770]
- HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set (Benjamin Tissoires) [RHEL-101770]
- HID: Kysona: add basic online status (Benjamin Tissoires) [RHEL-101770]
- HID: Kysona: check battery status every 5s using a workqueue (Benjamin Tissoires) [RHEL-101770]
- HID: Kysona: Add basic battery reporting for Kysona M600 (Benjamin Tissoires) [RHEL-101770]
- HID: Add IDs for Kysona (Benjamin Tissoires) [RHEL-101770]
- HID: debug: Remove duplicates from 'keys' (Benjamin Tissoires) [RHEL-101770]
- HID: Remove default case statement in fetch_item() (Benjamin Tissoires) [RHEL-101770]
- HID: corsair-void: Add Corsair Void headset family driver (Benjamin Tissoires) [RHEL-101770]
- HID: i2c-hid-of: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Benjamin Tissoires) [RHEL-101770]
- HID: logitech-hidpp: Remove feature_type from hidpp_root_get_feature() (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: add test for assigning a given device to hid-generic (Benjamin Tissoires) [RHEL-101770]
- HID: add per device quirk to force bind to hid-generic (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: cleanup C tests by adding a common struct uhid_device (Benjamin Tissoires) [RHEL-101770]
- selftests/hid: add dependency on hid_common.h (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: allow write access to quirks field in struct hid_device (Benjamin Tissoires) [RHEL-101770]
- HID: core: remove one more kmemdup on .probe() (Benjamin Tissoires) [RHEL-101770]
- HID: core: save one kmemdup during .probe() (Benjamin Tissoires) [RHEL-101770]
- HID: bpf: move HID-BPF report descriptor fixup earlier (Benjamin Tissoires) [RHEL-101770]
- HID: stop exporting hid_snto32() (Benjamin Tissoires) [RHEL-101770]
- HID: simplify snto32() (Benjamin Tissoires) [RHEL-101770]
- HID: simplify code in fetch_item() (Benjamin Tissoires) [RHEL-101770]
- benet: fix BUG when creating VFs (Michal Schmidt) [RHEL-106974]
- selftests/sched_ext: Fix exit selftest hang on UP (Phil Auld) [RHEL-95973]
- ksm_tests: skip hugepage test when Transparent Hugepages are disabled (Li Wang) [RHEL-96270]
- selftests/mm: fix UFFDIO_API usage with proper two-step feature negotiation (Li Wang) [RHEL-99146]
- smb: client: fix session setup against servers that require SPN (Paulo Alcantara) [RHEL-107111]
- smb: client: allow parsing zero-length AV pairs (Paulo Alcantara) [RHEL-107111]
- i2c: mlxbf: avoid 64-bit division (Steve Dunnagan) [RHEL-103884]
- i2c-mlxbf: Improve I2C bus timing configuration (Steve Dunnagan) [RHEL-103884]
- i2c-mlxbf: Add repeated start condition support (Steve Dunnagan) [RHEL-103884]
- i2c: mlxbf: Use str_read_write() helper (Steve Dunnagan) [RHEL-103884]
- i2c: mlxbf: Use readl_poll_timeout_atomic() for polling (Steve Dunnagan) [RHEL-103884]
Resolves: RHEL-100445, RHEL-100709, RHEL-101770, RHEL-102696, RHEL-103884, RHEL-104228, RHEL-104231, RHEL-105397, RHEL-106550, RHEL-106924, RHEL-106974, RHEL-107111, RHEL-107519, RHEL-108154, RHEL-109065, RHEL-47242, RHEL-59569, RHEL-61878, RHEL-65753, RHEL-69093, RHEL-76227, RHEL-81480, RHEL-81512, RHEL-85388, RHEL-86811, RHEL-87501, RHEL-87917, RHEL-88904, RHEL-90801, RHEL-95973, RHEL-96270, RHEL-96595, RHEL-96605, RHEL-96623, RHEL-99146
Signed-off-by: Julio Faracco <jfaracco@redhat.com>
This commit is contained in:
parent
f8f5e92e34
commit
383ba66af4
@ -12,7 +12,7 @@ RHEL_MINOR = 1
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 122
|
||||
RHEL_RELEASE = 123
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -2438,6 +2438,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2480,6 +2482,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2545,6 +2548,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3015,6 +3019,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3028,6 +3034,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6446,6 +6453,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2422,6 +2422,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2464,6 +2466,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2529,6 +2532,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2999,6 +3003,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3012,6 +3018,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6423,6 +6430,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2435,6 +2435,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2477,6 +2479,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2542,6 +2545,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3012,6 +3016,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3025,6 +3031,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6442,6 +6449,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2419,6 +2419,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2461,6 +2463,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2526,6 +2529,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2996,6 +3000,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3009,6 +3015,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6419,6 +6426,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2479,6 +2479,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2521,6 +2523,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2586,6 +2589,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3056,6 +3060,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3069,6 +3075,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6494,6 +6501,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2463,6 +2463,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2505,6 +2507,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2570,6 +2573,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3040,6 +3044,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3053,6 +3059,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6471,6 +6478,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2476,6 +2476,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2518,6 +2520,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2583,6 +2586,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3053,6 +3057,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3066,6 +3072,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6490,6 +6497,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2460,6 +2460,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2502,6 +2504,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2567,6 +2570,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -3037,6 +3041,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -3050,6 +3056,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -6467,6 +6474,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2138,6 +2138,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2180,6 +2182,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
# CONFIG_HID_LENOVO is not set
|
||||
@ -2245,6 +2248,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2676,6 +2680,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -2689,6 +2695,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -5946,6 +5953,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
# CONFIG_SND_HDA_ACPI is not set
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2122,6 +2122,8 @@ CONFIG_HID_ACRUX=m
|
||||
# CONFIG_HID_ALPS is not set
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
# CONFIG_HID_ASUS is not set
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2164,6 +2166,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
# CONFIG_HID_LENOVO is not set
|
||||
@ -2229,6 +2232,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2660,6 +2664,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -2673,6 +2679,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -5925,6 +5932,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
# CONFIG_SND_HDA_ACPI is not set
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2137,6 +2137,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2180,6 +2182,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2245,6 +2248,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2660,6 +2664,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -2673,6 +2679,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -5918,6 +5925,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
# CONFIG_SND_HDA_ACPI is not set
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2121,6 +2121,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2164,6 +2166,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2229,6 +2232,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2644,6 +2648,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -2657,6 +2663,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -5897,6 +5904,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
# CONFIG_SND_HDA_ACPI is not set
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2126,6 +2126,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2169,6 +2171,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2234,6 +2237,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2651,6 +2655,8 @@ CONFIG_INTEL_MEI_GSC_PROXY=m
|
||||
# CONFIG_INTEL_PMT_CRASHLOG is not set
|
||||
# CONFIG_INTEL_PMT_TELEMETRY is not set
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
# CONFIG_INTEL_SAR_INT1092 is not set
|
||||
@ -2664,6 +2670,7 @@ CONFIG_INTEL_SDSI=m
|
||||
# CONFIG_INTEL_SOC_PMIC is not set
|
||||
# CONFIG_INTEL_TCC_COOLING is not set
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH is not set
|
||||
CONFIG_INTEL_UNCORE_FREQ_CONTROL=m
|
||||
# CONFIG_INTEL_VSC is not set
|
||||
@ -5913,6 +5920,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
# CONFIG_SND_HDA_ACPI is not set
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2302,6 +2302,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2344,6 +2346,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2421,6 +2424,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2887,6 +2891,8 @@ CONFIG_INTEL_PMT_TELEMETRY=m
|
||||
CONFIG_INTEL_POWERCLAMP=m
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QEP=m
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
@ -2905,6 +2911,7 @@ CONFIG_INTEL_TCC_COOLING=m
|
||||
CONFIG_INTEL_TDX_GUEST=y
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_TH_ACPI=m
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH_DEBUG is not set
|
||||
CONFIG_INTEL_TH_GTH=m
|
||||
CONFIG_INTEL_TH=m
|
||||
@ -6263,6 +6270,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2286,6 +2286,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2328,6 +2330,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2405,6 +2408,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2871,6 +2875,8 @@ CONFIG_INTEL_PMT_TELEMETRY=m
|
||||
CONFIG_INTEL_POWERCLAMP=m
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QEP=m
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
@ -2889,6 +2895,7 @@ CONFIG_INTEL_TCC_COOLING=m
|
||||
CONFIG_INTEL_TDX_GUEST=y
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_TH_ACPI=m
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH_DEBUG is not set
|
||||
CONFIG_INTEL_TH_GTH=m
|
||||
CONFIG_INTEL_TH=m
|
||||
@ -6241,6 +6248,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2343,6 +2343,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2385,6 +2387,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2462,6 +2465,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2928,6 +2932,8 @@ CONFIG_INTEL_PMT_TELEMETRY=m
|
||||
CONFIG_INTEL_POWERCLAMP=m
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QEP=m
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
@ -2946,6 +2952,7 @@ CONFIG_INTEL_TCC_COOLING=m
|
||||
CONFIG_INTEL_TDX_GUEST=y
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_TH_ACPI=m
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH_DEBUG is not set
|
||||
CONFIG_INTEL_TH_GTH=m
|
||||
CONFIG_INTEL_TH=m
|
||||
@ -6311,6 +6318,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
@ -2327,6 +2327,8 @@ CONFIG_HID_ACRUX=m
|
||||
CONFIG_HID_ALPS=m
|
||||
CONFIG_HID_APPLEIR=m
|
||||
CONFIG_HID_APPLE=m
|
||||
# CONFIG_HID_APPLETB_BL is not set
|
||||
# CONFIG_HID_APPLETB_KBD is not set
|
||||
CONFIG_HID_ASUS=m
|
||||
CONFIG_HID_AUREAL=m
|
||||
CONFIG_HID_BATTERY_STRENGTH=y
|
||||
@ -2369,6 +2371,7 @@ CONFIG_HID_KENSINGTON=m
|
||||
CONFIG_HID_KEYTOUCH=m
|
||||
CONFIG_HID_KUNIT_TEST=m
|
||||
CONFIG_HID_KYE=m
|
||||
# CONFIG_HID_KYSONA is not set
|
||||
CONFIG_HID_LCPOWER=m
|
||||
CONFIG_HID_LED=m
|
||||
CONFIG_HID_LENOVO=m
|
||||
@ -2446,6 +2449,7 @@ CONFIG_HID_TWINHAN=m
|
||||
# CONFIG_HID_U2FZERO is not set
|
||||
CONFIG_HID_UCLOGIC=m
|
||||
# CONFIG_HID_UDRAW_PS3 is not set
|
||||
# CONFIG_HID_UNIVERSAL_PIDFF is not set
|
||||
# CONFIG_HID_VIEWSONIC is not set
|
||||
# CONFIG_HID_VIVALDI is not set
|
||||
# CONFIG_HID_VRC2 is not set
|
||||
@ -2912,6 +2916,8 @@ CONFIG_INTEL_PMT_TELEMETRY=m
|
||||
CONFIG_INTEL_POWERCLAMP=m
|
||||
# CONFIG_INTEL_PUNIT_IPC is not set
|
||||
CONFIG_INTEL_QEP=m
|
||||
CONFIG_INTEL_QUICKI2C=m
|
||||
CONFIG_INTEL_QUICKSPI=m
|
||||
CONFIG_INTEL_RAPL=m
|
||||
CONFIG_INTEL_RAPL_TPMI=m
|
||||
CONFIG_INTEL_RST=m
|
||||
@ -2930,6 +2936,7 @@ CONFIG_INTEL_TCC_COOLING=m
|
||||
CONFIG_INTEL_TDX_GUEST=y
|
||||
# CONFIG_INTEL_TDX_HOST is not set
|
||||
CONFIG_INTEL_TH_ACPI=m
|
||||
CONFIG_INTEL_THC_HID=m
|
||||
# CONFIG_INTEL_TH_DEBUG is not set
|
||||
CONFIG_INTEL_TH_GTH=m
|
||||
CONFIG_INTEL_TH=m
|
||||
@ -6289,6 +6296,7 @@ CONFIG_SND_FIREWORKS=m
|
||||
# CONFIG_SND_FM801_TEA575X_BOOL is not set
|
||||
CONFIG_SND_GINA20=m
|
||||
CONFIG_SND_GINA24=m
|
||||
CONFIG_SND_HDA_ACPI=m
|
||||
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
|
||||
CONFIG_SND_HDA_CODEC_ANALOG=m
|
||||
CONFIG_SND_HDA_CODEC_CA0110=m
|
||||
|
||||
741
kernel.changelog
741
kernel.changelog
@ -1,3 +1,744 @@
|
||||
* Wed Aug 20 2025 Julio Faracco <jfaracco@redhat.com> [6.12.0-123.el10]
|
||||
- scsi: mpt3sas: Fix a fw_event memory leak (Tomas Henzl) [RHEL-61878]
|
||||
- bnxt_en: delay pci_alloc_irq_vectors() in the AER path (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: fix missing ring index trim on error path (Michal Schmidt) [RHEL-106550] {CVE-2025-37873}
|
||||
- treewide: Switch/rename to timer_delete[_sync]() (bnxt) (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: fix memory leak in queue reset (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx} (Michal Schmidt) [RHEL-106550] {CVE-2025-21973}
|
||||
- eth: bnxt: do not update checksum in bnxt_xdp_build_skb() (Michal Schmidt) [RHEL-106550] {CVE-2025-21960}
|
||||
- eth: bnxt: fix out-of-range access of vnic_info array (Michal Schmidt) [RHEL-106550] {CVE-2025-22112}
|
||||
- eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc() (Michal Schmidt) [RHEL-106550] {CVE-2025-21974}
|
||||
- eth: bnxt: fix truesize for mb-xdp-pass case (Michal Schmidt) [RHEL-106550 RHEL-87501] {CVE-2025-21961}
|
||||
- eth: bnxt: update header sizing defaults (Michal Schmidt) [RHEL-106550]
|
||||
- net: ethtool: populate the default HDS params in the core (bnxt) (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: fix string truncation warning in FW version (Michal Schmidt) [RHEL-106550]
|
||||
- eth: bnxt: always recalculate features after XDP clearing, fix null-deref (Michal Schmidt) [RHEL-106550] {CVE-2025-21682}
|
||||
- net: bnxt: use ethtool string helpers (Michal Schmidt) [RHEL-106550]
|
||||
- eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting' (bnxt) (Michal Schmidt) [RHEL-106550]
|
||||
- redhat/kernel.spec: fix leftover typo in Provides line (Jan Stancek) [RHEL-104231]
|
||||
- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231]
|
||||
- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231]
|
||||
- PCI/PM: Set up runtime PM even for devices without PCI PM (Myron Stowe) [RHEL-90801]
|
||||
- PCI: Explicitly put devices into D0 when initializing (Myron Stowe) [RHEL-90801]
|
||||
- selftests: net: add test case for NAT46 looping back dst (Felix Maurer) [RHEL-96605]
|
||||
- net: clear the dst when changing skb protocol (Felix Maurer) [RHEL-96605]
|
||||
- bpf: Revert "bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic" (Felix Maurer) [RHEL-96605]
|
||||
- bpf, sockmap: Avoid using sk_socket after free when sending (Felix Maurer) [RHEL-96605]
|
||||
- xsk: fix an integer overflow in xp_create_and_assign_umem() (Felix Maurer) [RHEL-87917 RHEL-96605] {CVE-2025-21997}
|
||||
- net: Add rx_skb of kfree_skb to raw_tp_null_args[]. (Felix Maurer) [RHEL-96605]
|
||||
- selftests/bpf: Adjust data size to have ETH_HLEN (Felix Maurer) [RHEL-96605]
|
||||
- bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type() (Felix Maurer) [RHEL-100445 RHEL-96605] {CVE-2025-21867}
|
||||
- selftests/bpf: Add some tests with sockmap SK_PASS (Felix Maurer) [RHEL-96605]
|
||||
- bpf: fix recursive lock when verdict program return SK_PASS (Felix Maurer) [RHEL-96605]
|
||||
- proc: fix UAF in proc_get_inode() (CKI Backport Bot) [RHEL-86811] {CVE-2025-21999}
|
||||
- NFSv4.2: another fix for listxattr (Olga Kornievskaia) [RHEL-100709]
|
||||
- tools headers UAPI: Sync KVM's vmx.h header with the kernel sources (Maxim Levitsky) [RHEL-47242]
|
||||
- tools headers UAPI: Sync kvm header with the kernel sources (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists for the guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Extract checking of guest's DEBUGCTL into helper (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Don't report base TDVMCALLs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest (Maxim Levitsky) [RHEL-47242]
|
||||
- Documentation: KVM: Fix unexpected unindent warning (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: avoid underflow when scaling TSC frequency (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (Maxim Levitsky) [RHEL-47242]
|
||||
- Documentation: KVM: Fix unexpected unindent warnings (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Exit to userspace for GetTdVmCallInfo (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDG.VP.VMCALL<GetQuote> (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Avoid indirect calls to TDX assembly functions (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: use __always_inline for is_td_vcpu and is_td (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/tdx: mark tdh_vp_enter() as __flatten (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Use kvm_x86_call() instead of manual static_call() (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Clean up and macrofy x86_ops (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp() (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak name (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Revert kvm_x86_ops.mem_enc_ioctl() back to an OPTIONAL hook (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: SVM: Treat DEBUGCTL[5:2] as reserved (Maxim Levitsky) [RHEL-47242]
|
||||
- Documentation/virt/kvm: Document on Trust Domain Extensions (TDX) (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Make TDX VM type supported (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: KVM: TDX: Always honor guest PAT on TDX enabled guests (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: remove shadow_memtype_mask (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Introduce supported_quirks to block disabling quirks (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Allow vendor code to disable quirks (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: do not allow re-enabling quirks (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Enable guest access to MTRR MSRs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add a method to ignore hypercall patching (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Ignore setting up mce (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add methods to ignore accesses to TSC (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add methods to ignore VMX preemption timer (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add method to ignore guest instruction emulation (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add methods to ignore accesses to CPU state (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Enable guest access to LMCE related MSRs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement callbacks for MSR operations (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Move KVM_MAX_MCE_BANKS to header file (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDX PV HLT hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDX PV CPUID hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Add a helper for NMI handling (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle EPT violation/misconfig exit (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle EXIT_REASON_OTHER_SMI (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Move emulation_required to struct vcpu_vt (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add methods to ignore virtual apic related operation (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Force APICv active for TDX guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Always block INIT/SIPI (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement methods to inject NMI (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDX PV MMIO hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Wait lapic expire when timer IRQ was injected (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDX PV port I/O hypercall (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Assume timer IRQ was injected if APIC state is protected (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError> (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement non-NMI interrupt injection (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TDG.VP.VMCALL<MapGPA> (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Move posted interrupt delivery code to common header (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Disable PI wakeup for IPIv (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL) (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add support for find pending IRQ in a protected local APIC (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add a place holder to handle TDX VM exit (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Save and restore IA32_DEBUGCTL (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events() (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Disable support for TSX and WAITPKG (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: restore user ret MSRs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: restore host xsave state when exit from the guest TD (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: vcpu_run: save/restore host state(host kernel gs) (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement TDX vcpu enter/exit path (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle SEPT zap error due to page add error in premap (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Skip updating CPU dirty logging request for TDs (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Make cpu_dirty_log_size a per-VM value (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect() (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle vCPU dissociation (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Finalize VM initialization (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add an ioctl to create initial guest memory (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Export kvm_tdp_map_page() (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement hook to get max mapping level of private pages (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Handle TLB tracking for TDX (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Set per-VM shadow_mmio_value to 0 (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Add setter for shadow_mmio_value (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Set gfn_direct_bits to shared bit (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add load_mmu_pgd method for TDX (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add accessors VMX VMCS helpers (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Teach EPT violation helper about private mem (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Split out guts of EPT violation to common/exposed function (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Do not enable page track for TD guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Implement memslot deletion for TDX (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Register TDX host key IDs to cgroup misc controller (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: Introduce KVM_TDX_GET_CPUID (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Do TDX specific vcpu initialization (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: create/free TDX vcpu structure (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Don't offline the last cpu of one package when there's TDX guest (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Make pmu_intel.c ignore guest TD case (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: add ioctl to initialize VM with TDX specific parameters (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: x86: expose cpuid_entry2_find for TDX (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: create/destroy VM structure (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Get system-wide info about TDX module on initialization (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add helper functions to print TDX SEAMCALL error (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add TDX "architectural" error codes (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Define TDX architectural definitions (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Add placeholders for TDX VM/vCPU structures (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: TDX: Get TDX global information (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Initialize TDX during KVM module load (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: VMX: Refactor VMX module init/exit functions (Maxim Levitsky) [RHEL-47242]
|
||||
- KVM: Export hardware virtualization enabling/disabling functions (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Read essential global metadata for KVM (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: allocate tdx_sys_info in static memory (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Switch to use auto-generated global metadata reading code (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Use dedicated struct members for PAMT entry sizes (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Use auto-generated code to read global metadata (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Start to track all global metadata in one structure (Maxim Levitsky) [RHEL-47242]
|
||||
- x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better (Maxim Levitsky) [RHEL-47242]
|
||||
- PM: sleep: Fix power.is_suspended cleanup for direct-complete devices (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers/base/memory: Avoid overhead from for_each_present_section_nr() (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers/base/memory: correct the field name in the header (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Make hrtimer_update_function() less expensive (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers/base/memory: improve add_boot_memory_block() (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers/base/memory: simplify outputting of valid_zones_show() (Mark Langsdorf) [RHEL-88904]
|
||||
- arch_topology: Support SMT control for OF based system (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Fix handling devices with direct_complete set on errors (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: clk: Remove unused pm_clk_remove() (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: core: Fix indentation in dpm_wait_for_children() (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Remove unused pm_generic_ wrappers (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: runtime: Unify error handling during suspend and resume (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Rearrange dpm_async_fn() and async state clearing (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Rename power.async_in_progress to power.work_in_progress (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: core: Tweak pm_runtime_block_if_disabled() return value (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Update power.smart_suspend under PM spinlock (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: runtime: Convert pm_runtime_blocked() to static inline (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Adjust check before setting power.must_resume (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: runtime: Drop status check from pm_runtime_force_resume() (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: sleep: Suppress sleeping parent warning in special case (Mark Langsdorf) [RHEL-88904]
|
||||
- driver core: Introduce device_{add,remove}_of_node() (Mark Langsdorf) [RHEL-88904]
|
||||
- driver core: faux: only create the device if probe() succeeds (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers: base: component: add function to query the bound status (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: clk: remove unused of_pm_clk_add_clk() (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers: base: component: Add debug message for unbind (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers: base: devres: Fix find_group() documentation (Mark Langsdorf) [RHEL-88904]
|
||||
- PM: runtime: Switch to use hrtimer_setup() (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Delete hrtimer_init_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- io_uring: Switch to use hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- sched/idle: Switch to use hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Delete hrtimer_init_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- wait: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- timers: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- futex: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- fs/aio: Switch to use hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Introduce hrtimer_update_function() (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Introduce hrtimer_setup_sleeper_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- hrtimers: Introduce hrtimer_setup_on_stack() (Mark Langsdorf) [RHEL-88904]
|
||||
- io_uring: Remove redundant hrtimer's callback function setup (Mark Langsdorf) [RHEL-88904]
|
||||
- KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu() (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers: base: devres: Allow to release group on device release (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers: base: component: Allow more space for device name (Mark Langsdorf) [RHEL-88904]
|
||||
- driver core: location: Use str_yes_no() helper function (Mark Langsdorf) [RHEL-88904]
|
||||
- drivers/base/bus.c: fix spelling of "subsystem" (Mark Langsdorf) [RHEL-88904]
|
||||
- driver core: class: Remove needless return in void API class_remove_file() (Mark Langsdorf) [RHEL-88904]
|
||||
- regmap: irq: Use one way of setting all bits in the register (Mark Langsdorf) [RHEL-88904]
|
||||
- devtmpfs: replace ->mount with ->get_tree in public instance (Mark Langsdorf) [RHEL-88904]
|
||||
- regmap: Reorder 'struct regmap' (Mark Langsdorf) [RHEL-88904]
|
||||
- audit,module: restore audit logging in load failure case (Richard Guy Briggs) [RHEL-106924]
|
||||
- redhat/configs: enable SERIAL_AMBA_PL011 for automotive (Radu Rendec) [RHEL-69093]
|
||||
- selftests: net/forwarding: test purge of active DWRR classes (Ivan Vecera) [RHEL-107519]
|
||||
- net/sched: ets: use old 'nbands' while purging unused classes (Ivan Vecera) [RHEL-107519]
|
||||
- r8169: add support for RTL8125BP rev.b (Izabela Bakollari) [RHEL-76227]
|
||||
- Revert "KVM: arm64: Add support for PSCI v1.2 and v1.3" (Eric Auger) [RHEL-105397]
|
||||
- Revert "KVM: selftests: Add test for PSCI SYSTEM_OFF2" (Eric Auger) [RHEL-105397]
|
||||
- Revert "KVM: arm64: Introduce KVM_REG_ARM_VENDOR_HYP_BMAP_2" (Eric Auger) [RHEL-105397]
|
||||
- Revert "KVM: selftests: Add test for KVM_REG_ARM_VENDOR_HYP_BMAP_2" (Eric Auger) [RHEL-105397]
|
||||
- cifs: Fix null-ptr-deref by static initializing global lock (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Move the SMB1 transport code out of transport.c (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: smb: client: eliminate mid_flags field (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: add mid_counter_lock to protect the mid counter counter (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: rename server mid_lock to mid_queue_lock (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix creating symlinks under POSIX mounts (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: default to nonativesocket under POSIX mounts (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: set symlink type as native for POSIX mounts (Paulo Alcantara) [RHEL-109065]
|
||||
- smb3 client: add way to show directory leases for improved debugging (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: get rid of kstrdup() when parsing iocharset mount option (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: get rid of kstrdup() when parsing domain mount option (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: get rid of kstrdup() when parsing pass2 mount option (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: get rid of kstrdup() when parsing pass mount option (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: get rid of kstrdup() when parsing user mount option (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Add support for creating reparse points over SMB1 (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Do not query WSL EAs for native SMB symlink (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Optimize CIFSFindFirst() response when not searching (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Fix calling CIFSFindFirst() for root path without msearch (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: add new field to track the last access time of cfid (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: change return type of cached_dir_lease_break() to bool (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: reset iface weights when we cannot find a candidate (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Remove unused declaration netfs_queue_write_request() (Paulo Alcantara) [RHEL-109065]
|
||||
- afs: Set vllist to NULL if addr parsing fails (Paulo Alcantara) [RHEL-109065]
|
||||
- afs: Fix check for NULL terminator (Paulo Alcantara) [RHEL-109065]
|
||||
- Fix SMB311 posix special file creation to servers which do not advertise reparse support (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix race between cache write completion and ALL_QUEUED being set (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix copy-to-cache so that it performs collection with ceph+fscache (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: invalidate and close cached directory when creating child entries (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix use-after-free in crypt_message when using async crypto (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix use-after-free in cifs_oplock_break (Paulo Alcantara) [RHEL-109065]
|
||||
- cachefiles: Fix the incorrect return value in __cachefiles_write() (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix native SMB symlink traversal (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix race condition in negotiate timeout by using more precise timing (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Update tracepoints in a number of ways (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Renumber the NETFS_RREQ_* flags to make traces easier to read (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Merge i_size update functions (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix i_size updating (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: set missing retry flag in cifs_writev_callback() (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: set missing retry flag in cifs_readv_callback() (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: set missing retry flag in smb2_writev_callback() (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix ref leak on inserted extra subreq in write retry (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix looping in wait functions (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Provide helpers to perform NETFS_RREQ_IN_PROGRESS flag wangling (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix double put of request (Paulo Alcantara) [RHEL-109065]
|
||||
- netfs: Fix hang due to missing case in final DIO read result collection (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: all initializations for tcon should happen in tcon_info_alloc (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix warning when reconnecting channel (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix readdir returning wrong type with POSIX extensions (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Fix the smbd_response slab to allow usercopy (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix potential deadlock when reconnecting channels (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: remove \t from TP_printk statements (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix regression with native SMB symlinks (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: minor fix to use SMB2_NTLMV2_SESSKEY_SIZE for auth_key size (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: minor fix to use sizeof to initialize flags_string buffer (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: Use loff_t for directory position in cached_dirents (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: Log an error when close_all_cached_dirs fails (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Fix prepare_write to negotiate wsize if needed (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix max_sge overflow in smb_extract_folioq_to_rdma() (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: client: fix first command failure during re-negotiation (Paulo Alcantara) [RHEL-109065]
|
||||
- cifs: Remove duplicate fattr->cf_dtype assignment from wsl_to_fattr() function (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: fix secondary channel creation issue with kerberos by populating hostname when adding channels (Paulo Alcantara) [RHEL-109065]
|
||||
- smb: improve directory cache reuse for readdir operations (Paulo Alcantara) [RHEL-109065]
|
||||
- net: openvswitch: allow providing upcall pid for the 'execute' command (Aaron Conole) [RHEL-96623]
|
||||
- net: netlink: add nla_get_*_default() accessors (Aaron Conole) [RHEL-96623]
|
||||
- hv_netvsc: Fix panic during namespace deletion with VF (Xiong Xiaoqiang) [RHEL-59569]
|
||||
- net: drv: netdevsim: don't napi_complete() from netpoll (CKI Backport Bot) [RHEL-96595]
|
||||
- netdevsim: don't assume core pre-populates HDS params on GET (CKI Backport Bot) [RHEL-96595]
|
||||
- net: netdevsim: try to close UDP port harness races (CKI Backport Bot) [RHEL-96595]
|
||||
- net: netdevsim: fix nsim_pp_hold_write() (CKI Backport Bot) [RHEL-96595]
|
||||
- netdevsim: prevent bad user input in nsim_dev_health_break_write() (CKI Backport Bot) [RHEL-96595]
|
||||
- selftests: rtnetlink: update netdevsim ipsec output format (CKI Backport Bot) [RHEL-96595]
|
||||
- netdevsim: copy addresses for both in and out paths (CKI Backport Bot) [RHEL-96595]
|
||||
- netdevsim: print human readable IP address (CKI Backport Bot) [RHEL-96595]
|
||||
- redhat/configs: sync CONFIG_SND_HDA_ACPI with ARK (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ALSA: hda: acpi: Make driver's match data const static (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ALSA: hda: acpi: Use SYSTEM_SLEEP_PM_OPS() (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ALSA: hda: Add missing NVIDIA HDA codec IDs (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ALSA: hda - Add new driver for HDA controllers listed via (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ALSA: hda/tegra: Add Tegra264 support (Marcin Juszkiewicz) [RHEL-102696]
|
||||
- ice: fix eswitch code memory leak in reset scenario (CKI Backport Bot) [RHEL-108154] {CVE-2025-38417}
|
||||
- kernel.spec: add '-e' option to %%preun for kernel-core and kernel-uki-virt (Xuemin Li) [RHEL-104228]
|
||||
- [RHEL-only] remove Benjamin Tissoires redhat email from .mailmap (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe (Benjamin Tissoires) [RHEL-101770]
|
||||
- treewide: Switch/rename to timer_delete[_sync]() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: appletb-kbd: fix "appletb_backlight" backlight device reference counting (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: appletb-kbd: fix memory corruption of input_handler_list (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: HID_APPLETB_KBD should depend on X86 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: HID_APPLETB_BL should depend on X86 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: intel-thc-hid: intel-quicki2c: pass correct arguments to acpi_evaluate_object (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics-rmi - fix crash with unsupported versions of F34 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add more controllers (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - fix xpad_device sorting (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for several more controllers (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - fix Share button on Xbox One controllers (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - fix two controller table values (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: hisi_powerkey - enable system-wakeup for s2idle (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - enable InterTouch on Dell Precision M3800 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - enable InterTouch on Dynabook Portege X30L-G (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - enable InterTouch on Dynabook Portege X30-D (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - enable SMBus for HP Elitebook 850 G1 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mtk-pmic-keys - fix possible null pointer dereference (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37972}
|
||||
- Input: xpad - add support for 8BitDo Ultimate 2 Wireless Controller (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cyttsp5 - fix power control issue on wakeup (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: stmpe-ts - use module alias instead of device table (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cyttsp5 - ensure minimum reset pulse width (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sparcspkr - avoid unannotated fall-through (Benjamin Tissoires) [RHEL-101770]
|
||||
- input/joystick: magellan: Mark __nonstring look-up table (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: goodix_berlin - add support for Berlin-A series (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iqs7222 - preserve system status register (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gscps2 - Describe missing function parameters (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - swap old quirk combination with new quirk for more devices (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - swap old quirk combination with new quirk for several devices (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - add required quirks for missing old boardnames (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - swap old quirk combination with new quirk for NHxxRZQ (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: pm8941-pwrkey - fix dev_dbg() output in pm8941_pwrkey_irq() (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - hide unused smbus_pnp_ids[] array (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: apple_z2 - fix potential confusion in Kconfig (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: matrix_keypad - use fsleep for delays after activating columns (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: matrix_keypad - add settle time after enabling all columns (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - rename QH controller to Legion Go S (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for TECNO Pocket Go (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for ZOTAC Gaming Zone (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: goodix-berlin - fix vddio regulator references (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: goodix-berlin - fix comment referencing wrong regulator (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: imagis - add support for imagis IST3038H (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: goodix-berlin - constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: max77693 - add max77705 haptic support (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: apple_z2 - add a driver for Apple Z2 touchscreens (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: Switch to use hrtimer_setup() (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: drop vb2_ops_wait_prepare/finish (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add multiple supported devices (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir G7 SE controllers (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ads7846 - fix gpiod allocation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: wdt87xx_i2c - fix compiler warning (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - fix crash when enabling pass-through port (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21746}
|
||||
- Input: atkbd - map F23 key to support default copilot shortcut (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for Nacon Evol-X Xbox One Controller (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add unofficial Xbox 360 wireless receiver clone (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for wooting two he (arm) (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - improve name of 8BitDo controller 2dc8:3106 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add QH Electronics VID/PID (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - Add support for platform filter contexts (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: joystick - use str_off_on() helper in sw_connect() (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: Use str_enable_disable-like helpers (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: use guard notation in input core (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: poller - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mt - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mt - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ff-memless - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ff-memless - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ff-core - make use of __free() cleanup facility (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ff-core - convert locking to guard notation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: remove evbug driver (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mma8450 - add chip ID check in probe (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: bbnsm_pwrkey - add remove hook (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: tsc2007 - accept standard properties (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - add support for Nacon Pro Compact (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mpr121 - use devm_regulator_get_enable_read_voltage() (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directly (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: spear-keyboard - don't include 'pm_wakeup.h' directly (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cypress-sf - constify struct i2c_device_id (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ads7846 - increase xfer array size in 'struct ser_req' (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOW (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gpio_keys - avoid using GPIOF_ACTIVE_LOW (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - fix typo dublicate to duplicate (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ads7846 - add dummy command register clearing cycle (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cs40l50 - fix wrong usage of INIT_WORK() (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: maple_keyb - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: locomokbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: hilkbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics-rmi4 - switch to using cleanup functions in F34 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - fix a typo (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: omap-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: imagis - fix warning regarding 'imagis_3038_data' being unused (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: userio - remove unneeded semicolon (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sparcspkr - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sparcspkr - use device managed memory for 'state' (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serio_raw - fix uninitialized variable bug (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ts4800-ts - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: raspberrypi-ts - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: 88pm860x - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: twl4030-vibra - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: twl6040-vibra - use cleanup facility for device_node (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sun4i-lradc-keys - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: mtk-pmic-keys - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cap11xx - switch to for_each_child_of_node_scoped (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gscps2 - fix compilation error introduced with switch to guards (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: matrix_keypad - remove duplicated include (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xilinx_ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: userio - switch to using cleanup functions (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sun4i-ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serio-raw - fix potential serio port name truncation (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serio_raw - use guard notation for locks and other resources (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serio - use guard notation when acquiring mutexes and spinlocks (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serport - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sa1111ps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: q40kbd - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ps2mult - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ps2-gpio - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: i8042 - tease apart interrupt handler (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: hyperv-keyboard - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gscps2 - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: elo - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics-rmi4 - use guard notation when pausing serio port in F03 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sunkbd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: atkbd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: synaptics - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: byd - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: alps - use guard notation when pausing serio port (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: libps2 - use guard notation when temporarily pausing serio ports (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: serio - define serio_pause_rx guard to pause and resume serio ports (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: sparcspkr - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: rotary_encoder - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: regulator-haptic - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: pwm-beeper - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: powermate - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: pegasus_notetaker - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: max8997_haptic - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iqs7222 - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iqs626a - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iqs269a - use cleanup facility for fwnodes (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iqs269a - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ibm-panel - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ideapad_slidebar - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: drv2667 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: drv2665 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: drv260x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: kxtj9 - use guard notation when acquiring mutex/disabling irq (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: da7280 - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cma3000_d0x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: cm109 - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ati_remote2 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ad714x - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: xpad - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: turbografx - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: n64joy - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: iforce - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: gamecon - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: db9 - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: st-keyscan - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: spear-keyboard - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: pxa27x_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: pmic8xxx-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: omap4-keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: matrix_keypad - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: lpc32xx-keys - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: lm8323 - use guard notation when acquiring mutexes (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: imx_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: ep93xx_keypad - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: applespi - use guard notation when acquiring spinlock (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: adp5589-keys - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: elan_i2c - switch to using cleanup functions (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: psmouse-smbus - use guard notation when acquiring mutex (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: hycon-hy46xx - add missing dependency on REGMAP_I2C (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: hideep - add missing dependency on REGMAP_I2C (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: correct typos in multiple comments across misc drivers (Benjamin Tissoires) [RHEL-101770]
|
||||
- input: Fix typos in comments across various files (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: novatek-nvt-ts - add support for NT36672A touchscreen (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: novatek-nvt-ts - replace generic i2c device id with specific IC variant (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: abort dispatch if device destroyed (Benjamin Tissoires) [RHEL-101770] {CVE-2025-38016}
|
||||
- HID: quirks: Add ADATA XPG alpha wireless mouse support (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-steam: Remove the unused variable connected (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: amd_sfh: Avoid clearing reports for SRA sensor (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: amd_sfh: Fix SRA sensor when it's the only sensor (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: fix shift OOB in kfifo allocation for zero pktlen (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: uclogic: Add NULL check in uclogic_input_configured() (Benjamin Tissoires) [RHEL-101770] {CVE-2025-38007}
|
||||
- HID: wacom: fix memory leak on size mismatch in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: handle kzalloc() allocation failure in wacom_wac_queue_flush() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: thrustmaster: fix memory leak in thrustmaster_interrupts() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: fix BTN_STYLUS for the XP Pen ACK05 remote (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: remove superfluous (and wrong) Makefile entry for CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Intel-thc-hid: Intel-quickspi: Correct device state names gramatically (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Remove static WACOM_PKGLEN_MAX limit (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: amd_sfh: Don't show wrong status for amd_sfh_hpd_info() (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
|
||||
- HID: amd_sfh: Default to HPD disabled (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
|
||||
- HID: amd_sfh: Allow configuring whether HPD is enabled or disabled (Benjamin Tissoires) [RHEL-101770 RHEL-85388]
|
||||
- HID: pidff: Fix set_device_control() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Fix 90 degrees direction name North -> East (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Compute INFINITE value instead of using hardcoded 0xffff (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Clamp effect playback LOOP_COUNT value (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Rename two functions to align them with naming convention (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: lenovo: silence unreachable code warning (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: lenovo: Fix to ensure the data as __le32 instead of u32 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen ACK05 remote (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: new hid_bpf_async.h common header (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: import new kfunc from v6.10 & v6.11 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2) (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: Added updated Kamvas Pro 19 descriptor (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: Suppress bogus F13 trigger on Sirius keyboard full fan shortcut (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: Add support for the default firmware mode of the Huion K20 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: google: don't include '<linux/pm_wakeup.h>' directly (Benjamin Tissoires) [RHEL-101770]
|
||||
- Hid: Intel-thc-hid: Intel-thc: Fix "dubious: !x | !y" issue (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-universal-pidff: Fix spelling mistake "sucessfully" -> "successfully" (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: appletb-kbd: Fix inconsistent indentation and pass -ENODEV to dev_err_probe (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-bl: fix incorrect error message for default brightness (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-kbd: simplify logic used to switch between media and function keys on pressing fn key (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Remove redundant call to pidff_find_special_keys (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Support device error response from PID_BLOCK_LOAD (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Comment and code style update (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-universal-pidff: Add Asetek wheelbases support (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Make sure to fetch pool before checking SIMULTANEOUS_MAX (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37942}
|
||||
- HID: hid-appletb-bl: use appletb_bl_brightness_map instead of magic numbers to set default brightness (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-kbd: make struct attribute *appletb_kbd_attrs[] static (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Enable playstation driver for PlayStation 5 controllers (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Enable playstation driver independently of sony driver (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: Add reserved item tag for main items (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-steam: Mutex cleanup in steam_set_lizard_mode() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-kbd: add support for automatic brightness control while using the touchbar (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-kbd: add support for fn toggle between media and function mode (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-kbd: add driver for the keyboard mode of Apple Touch Bars (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-appletb-bl: add driver for the backlight of Apple Touch Bars (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: intel-thc-hid: Remove deprecated PCI API calls (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: usbkbd: Fix the bit shift number for LED_KANA (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Factor out pool report fetch and remove excess declaration (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Use macros instead of hardcoded min/max values for shorts (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Simplify pidff_rescale_signed (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Move all hid-pidff definitions to a dedicated header (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Fix null pointer dereference in pidff_find_fields (Benjamin Tissoires) [RHEL-101770] {CVE-2025-37862}
|
||||
- HID: pidff: Factor out code for setting gain (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Rescale time values to match field units (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Define values used in pidff_find_special_fields (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Simplify pidff_upload_effect function (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Completely rework and fix pidff_reset function (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add PERIODIC_SINE_ONLY quirk (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Add hid-universal-pidff driver and supported device ids (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Stop all effects before enabling actuators (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add FIX_WHEEL_DIRECTION quirk (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add PERMISSIVE_CONTROL quirk (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add MISSING_PBO quirk and its detection (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Add MISSING_DELAY quirk and its detection (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Clamp PERIODIC effect period to device's logical range (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Do not send effect envelope if it's empty (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: pidff: Convert infinite length from Linux API to PID standard (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4 (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: Fix spelling mistake "intput" -> "input" (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: fix potential memory corruption (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Fix error code in thc_i2c_subip_init() (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Add PM implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Complete THC QuickI2C driver (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Add HIDI2C protocol implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C ACPI interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver hid layer (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Add PM implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Complete THC QuickSPI driver (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Add HIDSPI protocol implementation (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI ACPI interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver hid layer (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-quickspi: Add THC QuickSPI driver skeleton (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC I2C config interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC SPI config interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC interrupt handler (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC LTR interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC DMA interfaces (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add APIs for interrupt (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC PIO operation APIs (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: intel-thc: Add THC registers definition (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc: fix CONFIG_HID dependency (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: fix build errors in um mode (Benjamin Tissoires) [RHEL-101770 RHEL-65753]
|
||||
- HID: intel-thc-hid: Add basic THC driver skeleton (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: THC: Add documentation (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-steam: Fix use-after-free when detaching device (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21923}
|
||||
- HID: debug: Fix spelling mistake "Messanger" -> "Messenger" (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: appleir: Fix potential NULL dereference at raw event handle (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21948}
|
||||
- HID: apple: disable Fn key handling on the Omoton KB066 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: i2c-hid: improve i2c_hid_get_report error message (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: google: fix unused variable warning under !CONFIG_ACPI (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: nintendo: fix gencon button events map (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: corsair-void: Update power supply values with a unified work handler (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21952}
|
||||
- HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-steam: Move hidraw input (un)registering to work (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints() (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21794}
|
||||
- HID: apple: fix up the F6 key on the Omoton KB066 keyboard (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-apple: Apple Magic Keyboard a3203 USB-C support (Benjamin Tissoires) [RHEL-101770]
|
||||
- samples/hid: fix broken vmlinux path for VMLINUX_BTF (Benjamin Tissoires) [RHEL-101770]
|
||||
- samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: topre: Fix n-key rollover on Realforce R3S TKL boards (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: multitouch: Add NULL check in mt_input_configured (Benjamin Tissoires) [RHEL-101770 RHEL-81512] {CVE-2024-58020}
|
||||
- HID: winwing: Add NULL check in winwing_init_led() (Benjamin Tissoires) [RHEL-101770] {CVE-2024-58021}
|
||||
- HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: ignore non-functional sensor in HP 5MP Camera (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21992}
|
||||
- HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: corsair-void: Initialise memory for psy_cfg (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: corsair-void: Add missing delayed work cancel for headset status (Benjamin Tissoires) [RHEL-101770] {CVE-2025-21797}
|
||||
- HID: hid-asus: Disable OOBE mode on the ProArt P16 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: remove unnecessary return (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: export model and manufacturer (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: export charging state for the SteelSeries Arctis 9 headset (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: add SteelSeries Arctis 9 support (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: preparation for adding SteelSeries Arctis 9 support (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: allocate keycode for phone linking (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: lenovo: Fix undefined platform_profile_cycle in ThinkPad X12 keyboard patch (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: amd_sfh: Add support to export device operating states (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: uclogic: make const read-only array touch_ring_model_params_buf static (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-steam: Make sure rumble work is canceled on removal (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Wacom: Add PCI Wacom device support (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections (Benjamin Tissoires) [RHEL-101770 RHEL-81480] {CVE-2024-57986}
|
||||
- HID: fix generic desktop D-Pad controls (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: lenovo: Support for ThinkPad-X12-TAB-1/2 Kbd Fn keys (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: multitouch: Add quirk for Hantick 5288 touchpad (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: nintendo: add support for md/gen 6B controller (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Status luminance properties should set brightness of all LEDs (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Improve behavior of non-standard LED brightness values (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-thrustmaster: Fix warning in thrustmaster_probe by adding endpoint check (Benjamin Tissoires) [RHEL-101770] {CVE-2024-57993}
|
||||
- HID: magicmouse: Update device name for Apple Magic Trackpad (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-sensor-hub: don't use stale platform-data on remove (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: multitouch: fix support for Goodix PID 0x01e9 (Benjamin Tissoires) [RHEL-101770]
|
||||
- Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad" (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: pyro: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: lua: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: kovaplus: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: koneplus: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: kone: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: isku: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: arvo: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: roccat: common, konepure, ryos, savu: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: constify 'struct bin_attribute' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: use utility macros to define sysfs attributes (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: i2c-hid: introduce qtec vendor, enable re-power-on quirk (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: i2c-hid: introduce re-power-on quirk (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: Add host-tools to .gitignore (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Initialize brightness of LED trigger (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: fix kfunc inclusions with newer bpftool (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: drop unneeded casts discarding const (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: constify hid_ops (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests: hid: fix typo and exit code (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: fix when get product name maybe null pointer (Benjamin Tissoires) [RHEL-101770] {CVE-2024-56629}
|
||||
- HID: i2c-hid: Revert to using power commands to wake on resume (Benjamin Tissoires) [RHEL-101770]
|
||||
- Revert "HID: bpf: allow write access to quirks field in struct hid_device" (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: multitouch: make mt_set_mode() less cryptic (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-goodix-spi: Add OF supports (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: rmi: Add select RMI4_F3A in Kconfig (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Interpret tilt data from Intuos Pro BT as signed values (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: Add capacity_level mapping (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: steelseries: Fix battery requests stopping after some time (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-goodix: Fix HID get/set feature operation overwritten problem (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: hid-goodix: Return 0 when receiving an empty HID feature package (Benjamin Tissoires) [RHEL-101770]
|
||||
- Input: introduce notion of passive observers for input handlers (Benjamin Tissoires) [RHEL-101770]
|
||||
- iio: hid-sensors: Add proximity and attention IDs (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: drop use of Logical|Physical|UsageRange (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: Fix Rapoo M50 Plus Silent side buttons (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: Fix NKRO on Mistel MD770 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: replace BUG_ON() with WARN_ON() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: wacom: Set eraser status when either 'Eraser' or 'Invert' usage is set (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Kysona: add basic online status (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Kysona: check battery status every 5s using a workqueue (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Kysona: Add basic battery reporting for Kysona M600 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Add IDs for Kysona (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: debug: Remove duplicates from 'keys' (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: Remove default case statement in fetch_item() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: corsair-void: Add Corsair Void headset family driver (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: i2c-hid-of: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: logitech-hidpp: Remove feature_type from hidpp_root_get_feature() (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: add test for assigning a given device to hid-generic (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: add per device quirk to force bind to hid-generic (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: cleanup C tests by adding a common struct uhid_device (Benjamin Tissoires) [RHEL-101770]
|
||||
- selftests/hid: add dependency on hid_common.h (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: allow write access to quirks field in struct hid_device (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: remove one more kmemdup on .probe() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: core: save one kmemdup during .probe() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: bpf: move HID-BPF report descriptor fixup earlier (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: stop exporting hid_snto32() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: simplify snto32() (Benjamin Tissoires) [RHEL-101770]
|
||||
- HID: simplify code in fetch_item() (Benjamin Tissoires) [RHEL-101770]
|
||||
- benet: fix BUG when creating VFs (Michal Schmidt) [RHEL-106974]
|
||||
- selftests/sched_ext: Fix exit selftest hang on UP (Phil Auld) [RHEL-95973]
|
||||
- ksm_tests: skip hugepage test when Transparent Hugepages are disabled (Li Wang) [RHEL-96270]
|
||||
- selftests/mm: fix UFFDIO_API usage with proper two-step feature negotiation (Li Wang) [RHEL-99146]
|
||||
- smb: client: fix session setup against servers that require SPN (Paulo Alcantara) [RHEL-107111]
|
||||
- smb: client: allow parsing zero-length AV pairs (Paulo Alcantara) [RHEL-107111]
|
||||
- i2c: mlxbf: avoid 64-bit division (Steve Dunnagan) [RHEL-103884]
|
||||
- i2c-mlxbf: Improve I2C bus timing configuration (Steve Dunnagan) [RHEL-103884]
|
||||
- i2c-mlxbf: Add repeated start condition support (Steve Dunnagan) [RHEL-103884]
|
||||
- i2c: mlxbf: Use str_read_write() helper (Steve Dunnagan) [RHEL-103884]
|
||||
- i2c: mlxbf: Use readl_poll_timeout_atomic() for polling (Steve Dunnagan) [RHEL-103884]
|
||||
Resolves: RHEL-100445, RHEL-100709, RHEL-101770, RHEL-102696, RHEL-103884, RHEL-104228, RHEL-104231, RHEL-105397, RHEL-106550, RHEL-106924, RHEL-106974, RHEL-107111, RHEL-107519, RHEL-108154, RHEL-109065, RHEL-47242, RHEL-59569, RHEL-61878, RHEL-65753, RHEL-69093, RHEL-76227, RHEL-81480, RHEL-81512, RHEL-85388, RHEL-86811, RHEL-87501, RHEL-87917, RHEL-88904, RHEL-90801, RHEL-95973, RHEL-96270, RHEL-96595, RHEL-96605, RHEL-96623, RHEL-99146
|
||||
|
||||
* Fri Aug 15 2025 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [6.12.0-122.el10]
|
||||
- drm/vmwgfx: Fix guests running with TDX/SEV (Jocelyn Falempe) [RHEL-101642]
|
||||
- crypto: s390/paes - Fix memory leak on CTR final block (Herbert Xu) [RHEL-106158]
|
||||
|
||||
869
kernel.spec
869
kernel.spec
File diff suppressed because it is too large
Load Diff
6
sources
6
sources
@ -1,5 +1,5 @@
|
||||
SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd
|
||||
SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6
|
||||
SHA512 (linux-6.12.0-122.el10.tar.xz) = 21b9a18ba453bb9add1cb8f62425d4b0f459b69d18f72c3a7c3bcfc499cbe48a5ca2ad2d5e899012c71665414c4e074753d31ad4d2354f3a08b0240da8b3ef41
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-122.el10.tar.xz) = 42dc3dc1f063cb14d63bc9cfc743866c2028b970ca63af165aa37e15d7e730e00e12c255fd69516dcf2a4fbc8bbcf47b5e8e5683c29af32d41b0e7605f244b51
|
||||
SHA512 (kernel-kabi-dw-6.12.0-122.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c
|
||||
SHA512 (linux-6.12.0-123.el10.tar.xz) = e5019f2def83667a4890db36375528a0f277747b453f001d3aa7f926d93c0e89334057de3dc31a1188903a2db9de961ef040e0d3970d92c87e8fa595ea8f1b44
|
||||
SHA512 (kernel-abi-stablelists-6.12.0-123.el10.tar.xz) = 9f4a0a237227a205f59311c1cffe9c9bddd57387d402e796b550fa8bc92dde2b39c0223e80cdd72b82e17be01211ddb7b47f39d79eaa816f67f58358a8d6f2c2
|
||||
SHA512 (kernel-kabi-dw-6.12.0-123.el10.tar.xz) = 60ebd251927400a2791c1844d03b746266ececf5424663b40ec83bd9b2495b3a5d3a56f00d41fc25757b9b6d5639406af26f1a104877c69785dbd17cc957484c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user