dd4d0c66be
* 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>
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
# generic + compressed please
|
|
hostonly="no"
|
|
compress="xz"
|
|
|
|
# VMs can't update microcode anyway
|
|
early_microcode="no"
|
|
|
|
# modules: basics
|
|
dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus dbus-broker usrmount shutdown "
|
|
|
|
# modules: storage support
|
|
dracutmodules+=" dm lvm rootfs-block fs-lib "
|
|
|
|
# modules: tpm and crypto
|
|
dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase "
|
|
|
|
# modules: support root on virtiofs
|
|
dracutmodules+=" virtiofs "
|
|
|
|
# modules: use sysext images (see 'man systemd-sysext')
|
|
dracutmodules+=" systemd-sysext "
|
|
|
|
# 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 "
|
|
|
|
# root disk integrity protection
|
|
drivers+=" dm_verity overlay "
|
|
|
|
# filesystems
|
|
filesystems+=" vfat ext4 xfs overlay "
|