kernel/dracut-virt.conf

49 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

# generic + compressed please
hostonly="no"
compress="xz"
# VMs can't update microcode anyway
early_microcode="no"
# modules: basics
kernel-6.11.0-26.el10 * Wed Oct 23 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-26.el10] - redhat: drop ARK changelog (Jan Stancek) [RHEL-56700] - redhat: regenerate test-data (Jan Stancek) [RHEL-56700] - redhat: rpminspect.yaml: more tests to ignore in selftests (Jan Stancek) [RHEL-56700] - redhat/Makefile.variables: don't set DISTRO (Jan Stancek) [RHEL-56700] - redhat/Makefile.variables: set PATCHLIST_URL to none (Jan Stancek) [RHEL-56700] - redhat: gitlab-ci: add initial version (Jan Stancek) [RHEL-56700] - redhat: update rpminspect with c9s one (Jan Stancek) [RHEL-56700] - redhat: remove fedora configs and files (Jan Stancek) [RHEL-56700] - redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) [RHEL-56700] - redhat: set release version (Jan Stancek) [RHEL-56700] - redhat: fix CONFIG_PREEMPT config (Jan Stancek) [RHEL-56700] - KVM: selftests: Fix build on on non-x86 architectures (Mark Brown) - 9p: fix slab cache name creation for real (Linus Torvalds) - KVM: arm64: Ensure vgic_ready() is ordered against MMIO registration (Oliver Upton) - KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQS (Oliver Upton) - KVM: arm64: Fix shift-out-of-bounds bug (Ilkka Koskinen) - KVM: arm64: Shave a few bytes from the EL2 idmap code (Marc Zyngier) - KVM: arm64: Don't eagerly teardown the vgic on init error (Marc Zyngier) - KVM: arm64: Expose S1PIE to guests (Mark Brown) - KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to reschedule (Oliver Upton) - KVM: arm64: nv: Punt stage-2 recycling to a vCPU request (Oliver Upton) - KVM: arm64: nv: Do not block when unmapping stage-2 if disallowed (Oliver Upton) - KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled out (Oliver Upton) - KVM: arm64: Unregister redistributor for failed vCPU creation (Oliver Upton) - KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1 (Shaoqin Huang) - KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1 (Shaoqin Huang) - KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guest (Shaoqin Huang) - KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1_EL1 (Shaoqin Huang) - KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace (Shameer Kolothum) - RISCV: KVM: use raw_spinlock for critical section in imsic (Cyan Yang) - KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups (Sean Christopherson) - KVM: selftests: x86: Avoid using SSE/AVX instructions (Vitaly Kuznetsov) - KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory (Sean Christopherson) - KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset() (Maxim Levitsky) - KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALL (Sean Christopherson) - KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range() (Sean Christopherson) - KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslot (Sean Christopherson) - x86/kvm: Override default caching mode for SEV-SNP and TDX (Kirill A. Shutemov) - KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic (Dr. David Alan Gilbert) - KVM: Remove unused kvm_vcpu_gfn_to_pfn (Dr. David Alan Gilbert) - uprobe: avoid out-of-bounds memory access of fetching args (Qiao Ma) - proc: Fix W=1 build kernel-doc warning (Thorsten Blum) - afs: Fix lock recursion (David Howells) - fs: Fix uninitialized value issue in from_kuid and from_kgid (Alessandro Zanni) - fs: don't try and remove empty rbtree node (Christian Brauner) - netfs: Downgrade i_rwsem for a buffered write (David Howells) - nilfs2: fix kernel bug due to missing clearing of buffer delay flag (Ryusuke Konishi) - openat2: explicitly return -E2BIG for (usize > PAGE_SIZE) (Aleksa Sarai) - netfs: fix documentation build error (Jonathan Corbet) - netfs: In readahead, put the folio refs as soon extracted (David Howells) - crypto: lib/mpi - Fix an "Uninitialized scalar variable" issue (Qianqiang Liu) - Revert "Merge branch 'enablement/gpio-expander' into 'os-build'" (Justin M. Forbes) - v6.12-rc2-rt4 (Sebastian Andrzej Siewior) - sched: Replace PREEMPT_AUTO with LAZY_PREEMPT. (Sebastian Andrzej Siewior) - softirq: Clean white space. (Sebastian Andrzej Siewior) - mm: percpu: Increase PERCPU_DYNAMIC_SIZE_SHIFT on certain builds. (Sebastian Andrzej Siewior) - ARM: vfp: Rename the locking functions. (Sebastian Andrzej Siewior) - v6.12-rc2-rt3 (Sebastian Andrzej Siewior) - v6.12-rc1-rt2 (Sebastian Andrzej Siewior) - Revert "time: Allow to preempt after a callback." + dependencies. (Sebastian Andrzej Siewior) - Revert "sched/rt: Don't try push tasks if there are none." (Sebastian Andrzej Siewior) - Add localversion for -RT release (Thomas Gleixner) - sysfs: Add /sys/kernel/realtime entry (Clark Williams) - riscv: add PREEMPT_AUTO support (Jisheng Zhang) - POWERPC: Allow to enable RT (Sebastian Andrzej Siewior) - powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior) - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata) - powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior) - powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior) - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior) - ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior) - arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner) - sched: define TIF_ALLOW_RESCHED (Thomas Gleixner) - Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior) - drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior) - drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior) - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior) - drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith) - drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith) - time: Allow to preempt after a callback. (Sebastian Andrzej Siewior) - softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior) - sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior) - softirq: Wake ktimers thread also in softirq. (Junxiao Chang) - tick: Fix timer storm since introduction of timersd (Frederic Weisbecker) - rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker) - softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior) - locking/rt: Annotate unlock followed by lock for sparse. (Sebastian Andrzej Siewior) - locking/rt: Add sparse annotation for RCU. (Sebastian Andrzej Siewior) - locking/rt: Remove one __cond_lock() in RT's spin_trylock_irqsave() (Sebastian Andrzej Siewior) - locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks. (Sebastian Andrzej Siewior) - sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior) - serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness) - serial: 8250: Switch to nbcon console (John Ogness) - Linux v6.12-rc4 Resolves: RHEL-56700 Signed-off-by: Jan Stancek <jstancek@redhat.com>
2024-10-23 20:33:59 +00:00
dracutmodules+=" dracut-systemd i18n shutdown "
# modules: storage support
dracutmodules+=" dm lvm rootfs-block fs-lib "
# modules: tpm and crypto
kernel-6.8.0-1.el10 * Thu Mar 21 2024 Jan Stancek <jstancek@redhat.com> [6.8.0-1.el10] - redhat: remove fedora configs and files (Jan Stancek) - redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) - v6.8-rt8 (Sebastian Andrzej Siewior) - net: Provide SMP threads for backlog NAPI. (Sebastian Andrzej Siewior) - perf: Split __perf_pending_irq() out of perf_pending_irq() (Sebastian Andrzej Siewior) - perf: Remove perf_swevent_get_recursion_context() from perf_pending_task(). (Sebastian Andrzej Siewior) - perf: Enqueue SIGTRAP always via task_work. (Sebastian Andrzej Siewior) - perf: Move irq_work_queue() where the event is prepared. (Sebastian Andrzej Siewior) - v6.8-rt7 (Sebastian Andrzej Siewior) - Remove rt pending configs (Don Zickus) - redhat: enable changes to build rt variants (Clark Williams) - gitlab-ci: enable all variants for rawhide/eln builder image gating (Michael Hofmann) - Fedora: enable Microchip and their useful drivers (Peter Robinson) - spec: suppress "set +x" output (Jan Stancek) - redhat/configs: Disable CONFIG_RDMA_SIW (Kamal Heib) - redhat/configs: Disable CONFIG_RDMA_RXE (Kamal Heib) - redhat/configs: Disable CONFIG_MLX4 (Kamal Heib) - redhat/configs: Disable CONFIG_INFINIBAND_HFI1 and CONFIG_INFINIBAND_RDMAVT (Kamal Heib) - Consolidate 6.8 configs to common (Justin M. Forbes) - v6.8-rc7-rt6 (Sebastian Andrzej Siewior) - serial: Use uart_prepare_sysrq_char(). (Sebastian Andrzej Siewior) - v6.8-rc7-rt5 (Sebastian Andrzej Siewior) - Remove rt-automated and master-rt-devel logic (Don Zickus) - Add support for CI octopus merging (Don Zickus) - redhat/configs: Disable CONFIG_INFINIBAND_VMWARE_PVRDMA (Kamal Heib) - gitlab-ci: fix merge tree URL for gating pipelines (Michael Hofmann) - Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner) - uki: use systemd-pcrphase dracut module (Gerd Hoffmann) - Add libperf-debuginfo subpackage (Justin M. Forbes) - redhat/kernel.spec.template: Add log_msg macro (Prarit Bhargava) - v6.8-rc4-rt4 (Sebastian Andrzej Siewior) - printk: Update the printk series. (Sebastian Andrzej Siewior) - i915: Correct macro definition for !i915 builds. (Sebastian Andrzej Siewior) - v6.8-rc4-rt3 (Sebastian Andrzej Siewior) - v6.8-rc1-rt2 (Sebastian Andrzej Siewior) - arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior) - printk: nbcon: move locked_port flag to struct uart_port (Junxiao Chang) - Add localversion for -RT release (Thomas Gleixner) - sysfs: Add /sys/kernel/realtime entry (Clark Williams) - riscv: allow to enable RT (Jisheng Zhang) - riscv: add PREEMPT_AUTO support (Jisheng Zhang) - POWERPC: Allow to enable RT (Sebastian Andrzej Siewior) - powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior) - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata) - powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior) - powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior) - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM64: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior) - ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior) - tty/serial/pl011: Make the locking work on RT (Thomas Gleixner) - tty/serial/omap: Make the locking RT aware (Thomas Gleixner) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner) - sched: define TIF_ALLOW_RESCHED (Thomas Gleixner) - Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior) - drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior) - drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior) - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior) - drm/i915/gt: Queue and wait for the irq_work item. (Sebastian Andrzej Siewior) - drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE (Sebastian Andrzej Siewior) - drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith) - drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith) - printk: Avoid false positive lockdep report for legacy driver. (John Ogness) - serial: 8250: revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness) - printk: Add kthread for all legacy consoles (John Ogness) - serial: 8250: Switch to nbcon console (John Ogness) - serial: core: Provide low-level functions to port lock (John Ogness) - printk: nbcon: Provide function to reacquire ownership (John Ogness) - tty: sysfs: Add nbcon support for 'active' (John Ogness) - proc: Add nbcon support for /proc/consoles (John Ogness) - printk: nbcon: Start printing threads (John Ogness) - printk: nbcon: Stop threads on shutdown/reboot (John Ogness) - printk: nbcon: Add printer thread wakeups (Thomas Gleixner) - printk: nbcon: Add context to console_is_usable() (John Ogness) - printk: Atomic print in printk context on shutdown (John Ogness) - printk: nbcon: Introduce printing kthreads (Thomas Gleixner) - lockdep: Mark emergency section in lockdep splats (John Ogness) - rcu: Mark emergency section in rcu stalls (John Ogness) - panic: Mark emergency section in oops (John Ogness) - panic: Mark emergency section in warn (Thomas Gleixner) - printk: nbcon: Implement emergency sections (Thomas Gleixner) - printk: Coordinate direct printing in panic (John Ogness) - printk: Track nbcon consoles (John Ogness) - printk: Avoid console_lock dance if no legacy or boot consoles (John Ogness) - printk: nbcon: Add unsafe flushing on panic (John Ogness) - printk: nbcon: Assign priority based on CPU state (John Ogness) - printk: nbcon: Use nbcon consoles in console_flush_all() (John Ogness) - printk: Track registered boot consoles (John Ogness) - printk: nbcon: Provide function to flush using write_atomic() (Thomas Gleixner) - printk: Add @flags argument for console_is_usable() (John Ogness) - printk: Let console_is_usable() handle nbcon (John Ogness) - printk: Make console_is_usable() available to nbcon (John Ogness) - printk: nbcon: Add driver_enter/driver_exit console callbacks (John Ogness) - printk: nbcon: Implement processing in port->lock wrapper (John Ogness) - printk: Check printk_deferred_enter()/_exit() usage (Sebastian Andrzej Siewior) - printk: nbcon: Ensure ownership release on failed emit (John Ogness) - printk: Add sparse notation to console_srcu locking (John Ogness) - printk: Consider nbcon boot consoles on seq init (John Ogness) - panic: Flush kernel log buffer at the end (John Ogness) - printk: Avoid non-panic CPUs writing to ringbuffer (John Ogness) - printk: Disable passing console lock owner completely during panic() (Petr Mladek) - printk: ringbuffer: Consider committed as finalized in panic (John Ogness) - printk: ringbuffer: Skip non-finalized records in panic (John Ogness) - printk: Wait for all reserved records with pr_flush() (John Ogness) - printk: ringbuffer: Cleanup reader terminology (John Ogness) - printk: Add this_cpu_in_panic() (John Ogness) - printk: For @suppress_panic_printk check for other CPU in panic (John Ogness) - printk: ringbuffer: Clarify special lpos values (John Ogness) - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (John Ogness) - printk: Use prb_first_seq() as base for 32bit seq macros (John Ogness) - printk: Adjust mapping for 32bit seq macros (Sebastian Andrzej Siewior) - printk: nbcon: Relocate 32bit seq macros (John Ogness) - time: Allow to preempt after a callback. (Sebastian Andrzej Siewior) - softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior) - sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior) - zram: Replace bit spinlocks with spinlock_t for PREEMPT_RT. (Mike Galbraith) - softirq: Wake ktimers thread also in softirq. (Junxiao Chang) - tick: Fix timer storm since introduction of timersd (Frederic Weisbecker) - rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker) - softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior) - sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior) - x86: Enable RT also on 32bit (Sebastian Andrzej Siewior) - x86: Allow to enable RT (Sebastian Andrzej Siewior) - net: Avoid the IPI to free the (Sebastian Andrzej Siewior) Resolves: RHEL-29722 Signed-off-by: Jan Stancek <jstancek@redhat.com>
2024-03-24 19:18:25 +00:00
dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase "
kernel-6.11.0-25.el10 * Mon Sep 16 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-25.el10] - Linux 6.11 (Linus Torvalds) - Revert "KVM: VMX: Always honor guest PAT on CPUs that support self-snoop" (Paolo Bonzini) - pinctrl: pinctrl-cy8c95x0: Fix regcache (Patrick Rudolph) - pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (Mika Westerberg) - ASoC: meson: axg-card: fix 'use-after-free' (Arseniy Krasnov) - ASoC: codecs: avoid possible garbage value in peb2466_reg_read() (Su Hui) - MAINTAINERS: update Pierre Bossart's email and role (Pierre-Louis Bossart) - ASoC: tas2781: fix to save the dsp bin file name into the correct array in case name_prefix is not NULL (Shenghao Ding) - ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item (Bard Liao) - ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item (Bard Liao) - cifs: Fix signature miscalculation (David Howells) - PCI: Fix potential deadlock in pcim_intx() (Philipp Stanner) - spi: nxp-fspi: fix the KASAN report out-of-bounds bug (Han Xu) - spi: geni-qcom: Fix incorrect free_irq() sequence (Jinjie Ruan) - spi: geni-qcom: Undo runtime PM changes at driver exit time (Jinjie Ruan) - soundwire: stream: Revert "soundwire: stream: fix programming slave ports for non-continous port maps" (Krzysztof Kozlowski) - drm/xe/client: add missing bo locking in show_meminfo() (Matthew Auld) - drm/xe/client: fix deadlock in show_meminfo() (Matthew Auld) - drm/xe/oa: Enable Xe2+ PES disaggregation (Ashutosh Dixit) - drm/xe/display: fix compat IS_DISPLAY_STEP() range end (Jani Nikula) - drm/xe: Fix access_ok check in user_fence_create (Nirmoy Das) - drm/xe: Fix possible UAF in guc_exec_queue_process_msg (Matthew Brost) - drm/xe: Remove fence check from send_tlb_invalidation (Matthew Brost) - drm/xe/gt: Remove double include (Lucas De Marchi) - drm/tegra: Use iommu_paging_domain_alloc() (Lu Baolu) - drm/rockchip: Use iommu_paging_domain_alloc() (Lu Baolu) - drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl (T.J. Mercier) - drm/stm: add COMMON_CLK dependency (Arnd Bergmann) - drm/nouveau/fb: restore init() for ramgp102 (Ben Skeggs) - dma-buf: heaps: Fix off-by-one in CMA heap fault handler (T.J. Mercier) - drm/i915/guc: prevent a possible int overflow in wq offsets (Nikita Zhandarovich) - drm/amd/display: Add all planes on CRTC to state for overlay cursor (Leo Li) - drm/amdgpu/atomfirmware: Silence UBSAN warning (Alex Deucher) - drm/amd/amdgpu: apply command submission parser for JPEG v1 (David (Ming Qiang) Wu) - drm/amd/amdgpu: apply command submission parser for JPEG v2+ (David (Ming Qiang) Wu) - drm/amd/pm: fix the pp_dpm_pcie issue on smu v14.0.2/3 (Kenneth Feng) - drm/amd/pm: update the features set on smu v14.0.2/3 (Kenneth Feng) - drm/amd/display: Do not reset planes based on crtc zpos_changed (Leo Li) - drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct() (Tobias Jakobi) - drm/amd/display: Avoid race between dcn10_set_drr() and dc_state_destruct() (Tobias Jakobi) - drm/amdkfd: Add cache line size info (David Belanger) - Consolidate configs into common for 6.11 kernels (Justin M. Forbes) - uki-virt: add systemd-cryptsetup module (Vitaly Kuznetsov) - redhat/docs: fix command to install missing build dependencies (Davide Cavalca) - clk: qcom: clk-alpha-pll: Simplify the zonda_pll_adjust_l_val() (Satya Priya Kakitapalli) - block: Prevent deadlocks when switching elevators (Damien Le Moal) - hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2 (Patryk Biel) - workqueue: Clear worker->pool in the worker thread context (Lai Jiangshan) - riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFF (Charlie Jenkins) - drivers: perf: Fix smp_processor_id() use in preemptible code (Alexandre Ghiti) - net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_init() (Lorenzo Bianconi) - netfilter: nft_socket: make cgroupsv2 matching work with namespaces (Florian Westphal) - netfilter: nft_socket: fix sk refcount leaks (Florian Westphal) - net: tighten bad gso csum offset check in virtio_net_hdr (Willem de Bruijn) - netlink: specs: mptcp: fix port endianness (Asbjørn Sloth Tønnesen) - net: dpaa: Pad packets to ETH_ZLEN (Sean Anderson) - mptcp: pm: Fix uaf in __timer_delete_sync (Edward Adam Davis) - net: libwx: fix number of Rx and Tx descriptors (Jiawen Wu) - net: dsa: felix: ignore pending status of TAS module when it's disabled (Xiaoliang Yang) - net: hsr: prevent NULL pointer dereference in hsr_proxy_announce() (Jeongjun Park) - selftests: mptcp: include net_helper.sh file (Matthieu Baerts (NGI0)) - selftests: mptcp: include lib.sh file (Matthieu Baerts (NGI0)) - selftests: mptcp: join: restrict fullmesh endp on 1st sf (Matthieu Baerts (NGI0)) - igb: Always call igb_xdp_ring_update_tail() under Tx lock (Sriram Yagnaraman) - ice: fix VSI lists confusion when adding VLANs (Michal Schmidt) - ice: stop calling pci_disable_device() as we use pcim (Przemek Kitszel) - ice: fix accounting for filters shared by multiple VSIs (Jacob Keller) - ice: Fix lldp packets dropping after changing the number of channels (Martyna Szapar-Mudlaw) - net/mlx5: Fix bridge mode operations when there are no VFs (Benjamin Poirier) - net/mlx5: Verify support for scheduling element and TSAR type (Carolina Jubran) - net/mlx5: Add missing masks and QoS bit masks for scheduling elements (Carolina Jubran) - net/mlx5: Explicitly set scheduling element and TSAR type (Carolina Jubran) - net/mlx5e: Add missing link mode to ptys2ext_ethtool_map (Shahar Shitrit) - net/mlx5e: Add missing link modes to ptys2ethtool_map (Shahar Shitrit) - net/mlx5: Update the list of the PCI supported devices (Maher Sanalla) - MAINTAINERS: Add ethtool pse-pd to PSE NETWORK DRIVER (Kory Maincent) - dt-bindings: net: tja11xx: fix the broken binding (Wei Fang) - selftests: net: csum: Fix checksums for packets with non-zero padding (Sean Anderson) - net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices (Tomas Paukrt) - virtio_net: disable premapped mode by default (Xuan Zhuo) - Revert "virtio_net: big mode skip the unmap check" (Xuan Zhuo) - Revert "virtio_net: rx remove premapped failover code" (Xuan Zhuo) - net: ftgmac100: Enable TX interrupt to avoid TX timeout (Jacky Chou) - octeontx2-af: Modify SMQ flush sequence to drop packets (Naveen Mamindlapalli) - fou: fix initialization of grc (Muhammad Usama Anjum) - net: hsr: remove seqnr_lock (Eric Dumazet) - platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16 (Bas Nieuwenhuizen) - platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf array (Hans de Goede) - platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses (Hans de Goede) - mm: avoid leaving partial pfn mappings around in error case (Linus Torvalds) - spec: Respect rpmbuild --without debuginfo (Orgad Shaneh) - fedora/configs: enable GPIO expander drivers (Rupinderjit Singh) - redhat/configs: Switch to the Rust implementation of AX88796B_PHY driver for Fedora (Neal Gompa) - redhat: Turn on support for Rust code in Fedora (Neal Gompa) - Turn off RUST for risc-v (Justin M. Forbes) - riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz (Xingyu Wu) - platform: cznic: turris-omnia-mcu: fix HW_RANDOM dependency (Arnd Bergmann) - arm64: dts: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF (Cristian Ciocaltea) - dt-bindings: soc: rockchip: Fix compatibles for RK3588 VO{0,1}_GRF (Cristian Ciocaltea) - arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 Puma (Quentin Schulz) - arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3399 Puma (Quentin Schulz) - arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E (FUKAUMI Naoki) - arm64: dts: rockchip: Remove broken tsadc pinctrl binding for rk356x (Alexander Shiyan) - firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire() (Dan Carpenter) - dm-integrity: fix a race condition when accessing recalc_sector (Mikulas Patocka) - printk: Export match_devname_and_update_preferred_console() (Yu Liao) - minmax: reduce min/max macro expansion in atomisp driver (Lorenzo Stoakes) - gitlab-ci: allow failure of clang LTO pipelines (Michael Hofmann) - redhat/configs: Consolidate the CONFIG_KVM_BOOK3S_HV_P*_TIMING switches (Thomas Huth) - redhat/configs: Consolidate the CONFIG_KVM_SW_PROTECTED_VM switch (Thomas Huth) - redhat/configs: Consolidate the CONFIG_KVM_HYPERV switch (Thomas Huth) - redhat/configs: Consolidate the CONFIG_KVM_AMD_SEV switch (Thomas Huth) - tracing: Drop unused helper function to fix the build (Andy Shevchenko) - tracing/osnoise: Fix build when timerlat is not enabled (Steven Rostedt) - Cleanup some riscv CONFIG locations (Justin M. Forbes) - Fix up pending riscv Fedora configs post merge (Justin M. Forbes) - bcachefs: Don't delete open files in online fsck (Kent Overstreet) - bcachefs: fix btree_key_cache sysfs knob (Kent Overstreet) - bcachefs: More BCH_SB_MEMBER_INVALID support (Kent Overstreet) - bcachefs: Simplify bch2_bkey_drop_ptrs() (Kent Overstreet) - bcachefs: Add a cond_resched() to __journal_keys_sort() (Kent Overstreet) - bcachefs: Fix ca->io_ref usage (Kent Overstreet) - hv: vmbus: Constify struct kobj_type and struct attribute_group (Hongbo Li) - tools: hv: rm .*.cmd when make clean (zhang jiao) - x86/hyperv: fix kexec crash due to VP assist page corruption (Anirudh Rayabharam (Microsoft)) - Drivers: hv: vmbus: Fix the misplaced function description (Roman Kisel) - tools: hv: lsvmbus: change shebang to use python3 (Anthony Nandaa) - x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency (Michael Kelley) - Documentation: hyperv: Add overview of Confidential Computing VM support (Michael Kelley) - clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor (Dexuan Cui) - Drivers: hv: Remove deprecated hv_fcopy declarations (Rachel Menge) - fedora/configs: Enable SCMI configuration (Rupinderjit Singh) - Remove S390 special config for PHYLIB (Justin M. Forbes) - Disable ELN for riscv64 (Isaiah Stapleton) - redhat: add checks to ensure only building riscv64 on fedora (Isaiah Stapleton) - redhat: Add missing riscv fedora configs (Isaiah Stapleton) - Add riscv64 to the CI pipelines (Isaiah Stapleton) - redhat: Regenerate dist-self-test-data for riscv64 (Isaiah Stapleton) - redhat: Add riscv config changes for fedora (David Abdurachmanov) - redhat: Add support for riscv (David Abdurachmanov) - Linux v6.11.0 Resolves: RHEL-56700 Signed-off-by: Jan Stancek <jstancek@redhat.com>
2024-09-16 14:22:29 +00:00
# dracut >= 102 separated systemd-cryptsetup into its own module
CSMODULE=`dracut --list-modules --no-kernel | grep '^systemd-cryptsetup$'`
dracutmodules+=" $CSMODULE "
kernel-6.8.0-0.rc0.20240109git9f8413c4a66f.1 * Tue Jan 09 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.9f8413c4a66f.1] - Reset RHEL_RELEASE for 6.8 series (Justin M. Forbes) - common: cleanup MX3_IPU (Peter Robinson) - all: The Octeon MDIO driver is aarch64/mips (Peter Robinson) - common: rtc: remove bq4802 config (Peter Robinson) - common: de-dupe MARVELL_GTI_WDT (Peter Robinson) - all: Remove CAN_BXCAN (Peter Robinson) - common: cleanup SND_SOC_ROCKCHIP (Peter Robinson) - common: move RHEL DP83867_PHY to common (Peter Robinson) - common: Make ASYMMETRIC_KEY_TYPE enable explicit (Peter Robinson) - common: Disable aarch64 ARCH_MA35 universally (Peter Robinson) - common: arm64: enable Tegra234 pinctrl driver (Peter Robinson) - rhel: arm64: Enable qoriq thermal driver (Peter Robinson) - common: aarch64: Cleanup some i.MX8 config options (Peter Robinson) - all: EEPROM_LEGACY has been removed (Peter Robinson) - all: rmeove AppleTalk hardware configs (Peter Robinson) - all: cleanup: remove references to SLOB (Peter Robinson) - all: cleanup: Drop unnessary BRCMSTB configs (Peter Robinson) - all: net: remove retired network schedulers (Peter Robinson) - all: cleanup removed CONFIG_IMA_TRUSTED_KEYRING (Peter Robinson) - BuildRequires: lld for build with selftests for x86 (Jan Stancek) - spec: add keyutils to selftest-internal subpackage requirements (Artem Savkov) [2166911] - redhat/spec: exclude liburandom_read.so from requires (Artem Savkov) [2120968] - rtla: sync summary text with upstream and update Requires (Jan Stancek) - uki-virt: add systemd-sysext dracut module (Gerd Hoffmann) - uki-virt: add virtiofs dracut module (Gerd Hoffmann) - common: disable the FB device creation (Peter Robinson) - s390x: There's no FB on Z-series (Peter Robinson) - Linux v6.8.0-0.rc0.9f8413c4a66f Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-09 13:07:36 +00:00
# modules: support root on virtiofs
dracutmodules+=" virtiofs "
# modules: use sysext images (see 'man systemd-sysext')
dracutmodules+=" systemd-sysext "
kernel-6.11.0-0.rc2.16.el10 * Tue Aug 06 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-0.rc2.16.el10] - Linux 6.11-rc2 (Linus Torvalds) - profiling: remove profile=sleep support (Tetsuo Handa) - x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit (David Gow) - x86/mm: Fix pti_clone_entry_text() for i386 (Peter Zijlstra) - x86/mm: Fix pti_clone_pgtable() alignment assumption (Peter Zijlstra) - x86/setup: Parse the builtin command line before merging (Borislav Petkov (AMD)) - x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range (Perry Yuan) - x86/sev: Fix __reserved field in sev_config (Pavan Kumar Paluri) - x86/aperfmperf: Fix deadlock on cpu_hotplug_lock (Jonathan Cameron) - clocksource: Fix brown-bag boolean thinko in cs_watchdog_read() (Paul E. McKenney) - tick/broadcast: Move per CPU pointer access into the atomic section (Thomas Gleixner) - sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate() (Yang Yingliang) - sched/core: Introduce sched_set_rq_on/offline() helper (Yang Yingliang) - sched/smt: Fix unbalance sched_smt_present dec/inc (Yang Yingliang) - sched/smt: Introduce sched_smt_present_inc/dec() helper (Yang Yingliang) - sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime (Zheng Zucheng) - perf/x86: Fix smp_processor_id()-in-preemptible warnings (Li Huafei) - perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest (Zhenyu Wang) - irqchip/mbigen: Fix mbigen node address layout (Yipeng Zou) - irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t' (Arseniy Krasnov) - irqchip/irq-pic32-evic: Add missing 'static' to internal function (Luca Ceresoli) - irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq() (Huacai Chen) - jump_label: Fix the fix, brown paper bags galore (Peter Zijlstra) - locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() (Uros Bizjak) - arm: dts: arm: versatile-ab: Fix duplicate clock node name (Rob Herring (Arm)) - cifs: update internal version number (Steve French) - smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp (Paulo Alcantara) - smb3: add dynamic tracepoints for shutdown ioctl (Steve French) - cifs: Remove cifs_aio_ctx (David Howells) - smb: client: handle lack of FSCTL_GET_REPARSE_POINT support (Paulo Alcantara) - media: uvcvideo: Fix custom control mapping probing (Ricardo Ribalda) - media: v4l: Fix missing tabular column hint for Y14P format (Jean-Michel Hautbois) - media: intel/ipu6: select AUXILIARY_BUS in Kconfig (Bingbu Cao) - media: ipu-bridge: fix ipu6 Kconfig dependencies (Arnd Bergmann) - rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] - redhat: regenerate test-data (Jan Stancek) [RHEL-29722] - redhat: rpminspect.yaml: more tests to ignore selftests (Jan Stancek) - gitlab-ci: add initial version (Michael Hofmann) - redhat/Makefile.variables: don't set DISTRO (Jan Stancek) [RHEL-29722] - redhat/Makefile.variables: set PATCHLIST_URL to none (Jan Stancek) [RHEL-29722] - redhat/kernel.spec.template: fix with_realtime (Jan Stancek) [RHEL-29722] - remove ARK .gitlab-ci.yml (Jan Stancek) - redhat: update rpminspect with c9s one (Jan Stancek) - redhat: remove fedora configs and files (Jan Stancek) - redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) [RHEL-29722] - scsi: ufs: exynos: Don't resume FMP when crypto support is disabled (Eric Biggers) - scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal) - scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal) - scsi: ufs: core: Do not set link to OFF state while waking up from hibernation (Manivannan Sadhasivam) - scsi: Revert "scsi: sd: Do not repeat the starting disk message" (Johan Hovold) - scsi: ufs: core: Fix deadlock during RTC update (Peter Wang) - scsi: ufs: core: Bypass quick recovery if force reset is needed (Peter Wang) - scsi: ufs: core: Check LSDBS cap when !mcq (Kyoungrul Kim) - xfs: convert comma to semicolon (Chen Ni) - xfs: convert comma to semicolon (Chen Ni) - xfs: remove unused parameter in macro XFS_DQUOT_LOGRES (Julian Sun) - xfs: fix file_path handling in tracepoints (Darrick J. Wong) - xfs: allow SECURE namespace xattrs to use reserved block pool (Eric Sandeen) - xfs: fix a memory leak (Darrick J. Wong) - parisc: fix a possible DMA corruption (Mikulas Patocka) - parisc: fix unaligned accesses in BPF (Mikulas Patocka) - runtime constants: deal with old decrepit linkers (Linus Torvalds) - redhat: enable changes to build rt variants (Clark Williams) - Add localversion for -RT release (Thomas Gleixner) - sysfs: Add /sys/kernel/realtime entry (Clark Williams) - riscv: add PREEMPT_AUTO support (Jisheng Zhang) - POWERPC: Allow to enable RT (Sebastian Andrzej Siewior) - powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior) - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata) - powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior) - powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior) - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior) - ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior) - arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner) - tun: Add missing bpf_net_ctx_clear() in do_xdp_generic() (Jeongjun Park) - sched: define TIF_ALLOW_RESCHED (Thomas Gleixner) - Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior) - drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior) - drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior) - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior) - drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith) - drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith) - time: Allow to preempt after a callback. (Sebastian Andrzej Siewior) - softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior) - sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior) - zram: Shrink zram_table_entry::flags. (Sebastian Andrzej Siewior) - zram: Remove ZRAM_LOCK (Sebastian Andrzej Siewior) - zram: Replace bit spinlocks with a spinlock_t. (Mike Galbraith) - softirq: Wake ktimers thread also in softirq. (Junxiao Chang) - tick: Fix timer storm since introduction of timersd (Frederic Weisbecker) - rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker) - softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior) - sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior) - riscv: allow to enable RT (Jisheng Zhang) - ARM64: Allow to enable RT (Sebastian Andrzej Siewior) - x86: Enable RT also on 32bit (Sebastian Andrzej Siewior) - x86: Allow to enable RT (Sebastian Andrzej Siewior) - prinkt/nbcon: Add a scheduling point to nbcon_kthread_func(). (Sebastian Andrzej Siewior) - serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness) - serial: 8250: Switch to nbcon console (John Ogness) - printk: nbcon: Add function for printers to reacquire ownership (John Ogness) - printk: Avoid false positive lockdep report for legacy printing (John Ogness) - printk: Provide threadprintk boot argument (John Ogness) - tty: sysfs: Add nbcon support for 'active' (John Ogness) - proc: Add nbcon support for /proc/consoles (John Ogness) - proc: consoles: Add notation to c_start/c_stop (John Ogness) - printk: Add kthread for all legacy consoles (John Ogness) - printk: nbcon: Show replay message on takeover (John Ogness) - printk: Provide helper for message prepending (John Ogness) - printk: nbcon: Start printing threads (John Ogness) - printk: nbcon: Stop threads on shutdown/reboot (John Ogness) - printk: nbcon: Add printer thread wakeups (Thomas Gleixner) - printk: nbcon: Add context to console_is_usable() (John Ogness) - printk: nbcon: Fix nbcon_cpu_emergency_flush() when preemptible (John Ogness) - printk: Atomic print in printk context on shutdown (John Ogness) - printk: nbcon: Introduce printing kthreads (Thomas Gleixner) - lockdep: Mark emergency sections in lockdep splats (John Ogness) - rcu: Mark emergency sections in rcu stalls (John Ogness) - panic: Mark emergency section in oops (John Ogness) - panic: Mark emergency section in warn (Thomas Gleixner) - printk: nbcon: Implement emergency sections (Thomas Gleixner) - printk: Coordinate direct printing in panic (John Ogness) - printk: Track nbcon consoles (John Ogness) - printk: Avoid console_lock dance if no legacy or boot consoles (John Ogness) - printk: nbcon: Add unsafe flushing on panic (John Ogness) - printk: nbcon: Use nbcon consoles in console_flush_all() (John Ogness) - printk: Track registered boot consoles (John Ogness) - printk: nbcon: Provide function to flush using write_atomic() (Thomas Gleixner) - printk: nbcon: Add helper to assign priority based on CPU state (John Ogness) - printk: Add @flags argument for console_is_usable() (John Ogness) - printk: Let console_is_usable() handle nbcon (John Ogness) - printk: Make console_is_usable() available to nbcon (John Ogness) - printk: nbcon: Do not rely on proxy headers (John Ogness) - serial: core: Implement processing in port->lock wrapper (John Ogness) - nbcon: Add API to acquire context for non-printing operations (John Ogness) - console: Improve console_srcu_read_flags() comments (John Ogness) - serial: core: Introduce wrapper to set @uart_port->cons (John Ogness) - serial: core: Provide low-level functions to lock port (John Ogness) - printk: nbcon: Use driver synchronization while (un)registering (John Ogness) - printk: nbcon: Add callbacks to synchronize with driver (John Ogness) - printk: nbcon: Add detailed doc for write_atomic() (John Ogness) - printk: Check printk_deferred_enter()/_exit() usage (Sebastian Andrzej Siewior) - printk: nbcon: Remove return value for write_atomic() (John Ogness) - printk: Properly deal with nbcon consoles on seq init (Petr Mladek) - printk: Add notation to console_srcu locking (John Ogness) - crypto: x86/aes-gcm: Disable FPU around skcipher_walk_done(). (Sebastian Andrzej Siewior) - task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK (Linus Torvalds) Resolves: RHEL-29722 Signed-off-by: Jan Stancek <jstancek@redhat.com>
2024-08-06 09:24:06 +00:00
# modules: root disk integrity protection
dracutmodules+=" systemd-veritysetup "
# drivers: virtual buses, pci
drivers+=" virtio-pci virtio-mmio " # qemu-kvm
drivers+=" hv-vmbus pci-hyperv " # hyperv
drivers+=" xen-pcifront " # xen
# drivers: storage
drivers+=" ahci nvme sd_mod sr_mod " # generic
drivers+=" virtio-blk virtio-scsi " # qemu-kvm
drivers+=" hv-storvsc " # hyperv
drivers+=" xen-blkfront " # xen
# root encryption
drivers+=" dm_crypt "
kernel-6.11.0-0.rc2.16.el10 * Tue Aug 06 2024 Jan Stancek <jstancek@redhat.com> [6.11.0-0.rc2.16.el10] - Linux 6.11-rc2 (Linus Torvalds) - profiling: remove profile=sleep support (Tetsuo Handa) - x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit (David Gow) - x86/mm: Fix pti_clone_entry_text() for i386 (Peter Zijlstra) - x86/mm: Fix pti_clone_pgtable() alignment assumption (Peter Zijlstra) - x86/setup: Parse the builtin command line before merging (Borislav Petkov (AMD)) - x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range (Perry Yuan) - x86/sev: Fix __reserved field in sev_config (Pavan Kumar Paluri) - x86/aperfmperf: Fix deadlock on cpu_hotplug_lock (Jonathan Cameron) - clocksource: Fix brown-bag boolean thinko in cs_watchdog_read() (Paul E. McKenney) - tick/broadcast: Move per CPU pointer access into the atomic section (Thomas Gleixner) - sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate() (Yang Yingliang) - sched/core: Introduce sched_set_rq_on/offline() helper (Yang Yingliang) - sched/smt: Fix unbalance sched_smt_present dec/inc (Yang Yingliang) - sched/smt: Introduce sched_smt_present_inc/dec() helper (Yang Yingliang) - sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime (Zheng Zucheng) - perf/x86: Fix smp_processor_id()-in-preemptible warnings (Li Huafei) - perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest (Zhenyu Wang) - irqchip/mbigen: Fix mbigen node address layout (Yipeng Zou) - irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t' (Arseniy Krasnov) - irqchip/irq-pic32-evic: Add missing 'static' to internal function (Luca Ceresoli) - irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq() (Huacai Chen) - jump_label: Fix the fix, brown paper bags galore (Peter Zijlstra) - locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() (Uros Bizjak) - arm: dts: arm: versatile-ab: Fix duplicate clock node name (Rob Herring (Arm)) - cifs: update internal version number (Steve French) - smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp (Paulo Alcantara) - smb3: add dynamic tracepoints for shutdown ioctl (Steve French) - cifs: Remove cifs_aio_ctx (David Howells) - smb: client: handle lack of FSCTL_GET_REPARSE_POINT support (Paulo Alcantara) - media: uvcvideo: Fix custom control mapping probing (Ricardo Ribalda) - media: v4l: Fix missing tabular column hint for Y14P format (Jean-Michel Hautbois) - media: intel/ipu6: select AUXILIARY_BUS in Kconfig (Bingbu Cao) - media: ipu-bridge: fix ipu6 Kconfig dependencies (Arnd Bergmann) - rh_flags: fix failed when register_sysctl_sz rh_flags_table to kernel (Ricardo Robaina) [RHEL-52629] - redhat: regenerate test-data (Jan Stancek) [RHEL-29722] - redhat: rpminspect.yaml: more tests to ignore selftests (Jan Stancek) - gitlab-ci: add initial version (Michael Hofmann) - redhat/Makefile.variables: don't set DISTRO (Jan Stancek) [RHEL-29722] - redhat/Makefile.variables: set PATCHLIST_URL to none (Jan Stancek) [RHEL-29722] - redhat/kernel.spec.template: fix with_realtime (Jan Stancek) [RHEL-29722] - remove ARK .gitlab-ci.yml (Jan Stancek) - redhat: update rpminspect with c9s one (Jan Stancek) - redhat: remove fedora configs and files (Jan Stancek) - redhat: init RHEL10.0 beta variables and dist tag (Jan Stancek) [RHEL-29722] - scsi: ufs: exynos: Don't resume FMP when crypto support is disabled (Eric Biggers) - scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal) - scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES (Damien Le Moal) - scsi: ufs: core: Do not set link to OFF state while waking up from hibernation (Manivannan Sadhasivam) - scsi: Revert "scsi: sd: Do not repeat the starting disk message" (Johan Hovold) - scsi: ufs: core: Fix deadlock during RTC update (Peter Wang) - scsi: ufs: core: Bypass quick recovery if force reset is needed (Peter Wang) - scsi: ufs: core: Check LSDBS cap when !mcq (Kyoungrul Kim) - xfs: convert comma to semicolon (Chen Ni) - xfs: convert comma to semicolon (Chen Ni) - xfs: remove unused parameter in macro XFS_DQUOT_LOGRES (Julian Sun) - xfs: fix file_path handling in tracepoints (Darrick J. Wong) - xfs: allow SECURE namespace xattrs to use reserved block pool (Eric Sandeen) - xfs: fix a memory leak (Darrick J. Wong) - parisc: fix a possible DMA corruption (Mikulas Patocka) - parisc: fix unaligned accesses in BPF (Mikulas Patocka) - runtime constants: deal with old decrepit linkers (Linus Torvalds) - redhat: enable changes to build rt variants (Clark Williams) - Add localversion for -RT release (Thomas Gleixner) - sysfs: Add /sys/kernel/realtime entry (Clark Williams) - riscv: add PREEMPT_AUTO support (Jisheng Zhang) - POWERPC: Allow to enable RT (Sebastian Andrzej Siewior) - powerpc/stackprotector: work around stack-guard init from atomic (Sebastian Andrzej Siewior) - powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT (Bogdan Purcareata) - powerpc/pseries: Select the generic memory allocator. (Sebastian Andrzej Siewior) - powerpc/pseries/iommu: Use a locallock instead local_irq_save() (Sebastian Andrzej Siewior) - powerpc: traps: Use PREEMPT_RT (Sebastian Andrzej Siewior) - ARM: Allow to enable RT (Sebastian Andrzej Siewior) - ARM: vfp: Move sending signals outside of vfp_lock()ed section. (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_support_entry(). (Sebastian Andrzej Siewior) - ARM: vfp: Use vfp_lock() in vfp_sync_hwstate(). (Sebastian Andrzej Siewior) - ARM: vfp: Provide vfp_lock() for VFP locking. (Sebastian Andrzej Siewior) - arm: Disable FAST_GUP on PREEMPT_RT if HIGHPTE is also enabled. (Sebastian Andrzej Siewior) - ARM: enable irq in translation/section permission fault handlers (Yadi.hu) - arm: Disable jump-label on PREEMPT_RT. (Thomas Gleixner) - tun: Add missing bpf_net_ctx_clear() in do_xdp_generic() (Jeongjun Park) - sched: define TIF_ALLOW_RESCHED (Thomas Gleixner) - Revert "drm/i915: Depend on !PREEMPT_RT." (Sebastian Andrzej Siewior) - drm/i915/guc: Consider also RCU depth in busy loop. (Sebastian Andrzej Siewior) - drm/i915: Drop the irqs_disabled() check (Sebastian Andrzej Siewior) - drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock() (Sebastian Andrzej Siewior) - drm/i915: Disable tracing points on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't check for atomic context on PREEMPT_RT (Sebastian Andrzej Siewior) - drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates (Mike Galbraith) - drm/i915: Use preempt_disable/enable_rt() where recommended (Mike Galbraith) - time: Allow to preempt after a callback. (Sebastian Andrzej Siewior) - softirq: Add function to preempt serving softirqs. (Sebastian Andrzej Siewior) - sched/core: Provide a method to check if a task is PI-boosted. (Sebastian Andrzej Siewior) - zram: Shrink zram_table_entry::flags. (Sebastian Andrzej Siewior) - zram: Remove ZRAM_LOCK (Sebastian Andrzej Siewior) - zram: Replace bit spinlocks with a spinlock_t. (Mike Galbraith) - softirq: Wake ktimers thread also in softirq. (Junxiao Chang) - tick: Fix timer storm since introduction of timersd (Frederic Weisbecker) - rcutorture: Also force sched priority to timersd on boosting test. (Frederic Weisbecker) - softirq: Use a dedicated thread for timer wakeups. (Sebastian Andrzej Siewior) - sched/rt: Don't try push tasks if there are none. (Sebastian Andrzej Siewior) - riscv: allow to enable RT (Jisheng Zhang) - ARM64: Allow to enable RT (Sebastian Andrzej Siewior) - x86: Enable RT also on 32bit (Sebastian Andrzej Siewior) - x86: Allow to enable RT (Sebastian Andrzej Siewior) - prinkt/nbcon: Add a scheduling point to nbcon_kthread_func(). (Sebastian Andrzej Siewior) - serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()" (John Ogness) - serial: 8250: Switch to nbcon console (John Ogness) - printk: nbcon: Add function for printers to reacquire ownership (John Ogness) - printk: Avoid false positive lockdep report for legacy printing (John Ogness) - printk: Provide threadprintk boot argument (John Ogness) - tty: sysfs: Add nbcon support for 'active' (John Ogness) - proc: Add nbcon support for /proc/consoles (John Ogness) - proc: consoles: Add notation to c_start/c_stop (John Ogness) - printk: Add kthread for all legacy consoles (John Ogness) - printk: nbcon: Show replay message on takeover (John Ogness) - printk: Provide helper for message prepending (John Ogness) - printk: nbcon: Start printing threads (John Ogness) - printk: nbcon: Stop threads on shutdown/reboot (John Ogness) - printk: nbcon: Add printer thread wakeups (Thomas Gleixner) - printk: nbcon: Add context to console_is_usable() (John Ogness) - printk: nbcon: Fix nbcon_cpu_emergency_flush() when preemptible (John Ogness) - printk: Atomic print in printk context on shutdown (John Ogness) - printk: nbcon: Introduce printing kthreads (Thomas Gleixner) - lockdep: Mark emergency sections in lockdep splats (John Ogness) - rcu: Mark emergency sections in rcu stalls (John Ogness) - panic: Mark emergency section in oops (John Ogness) - panic: Mark emergency section in warn (Thomas Gleixner) - printk: nbcon: Implement emergency sections (Thomas Gleixner) - printk: Coordinate direct printing in panic (John Ogness) - printk: Track nbcon consoles (John Ogness) - printk: Avoid console_lock dance if no legacy or boot consoles (John Ogness) - printk: nbcon: Add unsafe flushing on panic (John Ogness) - printk: nbcon: Use nbcon consoles in console_flush_all() (John Ogness) - printk: Track registered boot consoles (John Ogness) - printk: nbcon: Provide function to flush using write_atomic() (Thomas Gleixner) - printk: nbcon: Add helper to assign priority based on CPU state (John Ogness) - printk: Add @flags argument for console_is_usable() (John Ogness) - printk: Let console_is_usable() handle nbcon (John Ogness) - printk: Make console_is_usable() available to nbcon (John Ogness) - printk: nbcon: Do not rely on proxy headers (John Ogness) - serial: core: Implement processing in port->lock wrapper (John Ogness) - nbcon: Add API to acquire context for non-printing operations (John Ogness) - console: Improve console_srcu_read_flags() comments (John Ogness) - serial: core: Introduce wrapper to set @uart_port->cons (John Ogness) - serial: core: Provide low-level functions to lock port (John Ogness) - printk: nbcon: Use driver synchronization while (un)registering (John Ogness) - printk: nbcon: Add callbacks to synchronize with driver (John Ogness) - printk: nbcon: Add detailed doc for write_atomic() (John Ogness) - printk: Check printk_deferred_enter()/_exit() usage (Sebastian Andrzej Siewior) - printk: nbcon: Remove return value for write_atomic() (John Ogness) - printk: Properly deal with nbcon consoles on seq init (Petr Mladek) - printk: Add notation to console_srcu locking (John Ogness) - crypto: x86/aes-gcm: Disable FPU around skcipher_walk_done(). (Sebastian Andrzej Siewior) - task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK (Linus Torvalds) Resolves: RHEL-29722 Signed-off-by: Jan Stancek <jstancek@redhat.com>
2024-08-06 09:24:06 +00:00
# root disk integrity protection
drivers+=" dm_verity overlay "
# filesystems
filesystems+=" vfat ext4 xfs overlay "