Commit Graph

78 Commits

Author SHA1 Message Date
Jan Stancek
fa7cf9c537 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 20:18:25 +01:00
Justin M. Forbes
f243944cb6
kernel-6.8.0-0.rc3.26
* Sun Feb 04 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.26]
- tools/rv: Fix Makefile compiler options for clang (Daniel Bristot de Oliveira)
- tools/rtla: Fix Makefile compiler options for clang (Daniel Bristot de Oliveira)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-04 12:52:32 -06:00
Justin M. Forbes
863df56fa0
kernel-6.8.0-0.rc2.19
* Mon Jan 29 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc2.19]
- Remove separate license tag for libperf (Justin M. Forbes)
- Don't use upstream bpftool version for Fedora package (Justin M. Forbes)
- Don't ship libperf.a in libperf-devel (Justin M. Forbes)
- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-29 06:25:34 -06:00
Justin M. Forbes
53455140ab
kernel-6.8.0-0.rc1.20240125git6098d87eaf31.15
* Thu Jan 25 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc1.6098d87eaf31.15]
- Remove separate license tag for libperf (Justin M. Forbes)
- Don't use upstream bpftool version for Fedora package (Justin M. Forbes)
- Don't ship libperf.a in libperf-devel (Justin M. Forbes)
- add libperf packages and enable perf, libperf, tools and bpftool packages (Thorsten Leemhuis)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-25 07:25:00 -06:00
Justin M. Forbes
adb6820039
kernel-6.8.0-0.rc1.20240124git615d30064886.13
* Wed Jan 24 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc1.615d30064886.13]
- CI: include aarch64 in CKI container image gating (Tales Aparecida)
- redhat: spec: Fix update_scripts run for CentOS builds (Neal Gompa)
- Linux v6.8.0-0.rc1.615d30064886
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-24 07:47:11 -06:00
Justin M. Forbes
d665b9607f
kernel-6.8.0-0.rc1.20240123git7ed2632ec7d7.12
* Tue Jan 23 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc1.7ed2632ec7d7.12]
- New configs in drivers/crypto (Fedora Kernel Team)
- net: bump CONFIG_MAX_SKB_FRAGS to 45 (Marcelo Ricardo Leitner)
- Enable CONFIG_MARVELL_88Q2XXX_PHY (Izabela Bakollari)
- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes)
- Linux v6.8.0-0.rc1.7ed2632ec7d7
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-23 14:41:55 -06:00
Justin M. Forbes
affc0bd8e2
kernel-6.8.0-0.rc1.12
* Mon Jan 22 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc1.12]
- Remove CONFIG_NET_EMATCH_STACK file for RHEL (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-22 06:01:28 -06:00
Justin M. Forbes
57f1c28ff8
Fix up invalid config files for ELN
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-19 10:57:11 -06:00
Justin M. Forbes
ebba7a8e2e
kernel-6.8.0-0.rc0.20240119git9d1694dc91ce.9
* Fri Jan 19 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.9d1694dc91ce.9]
- Turn on CONFIG_TCP_AO for Fedora (Justin M. Forbes)
- Linux v6.8.0-0.rc0.9d1694dc91ce
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-19 07:29:25 -06:00
Justin M. Forbes
33a1e84e45
kernel-6.8.0-0.rc0.20240118git296455ade1fd.8
* Thu Jan 18 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.296455ade1fd.8]
- Turn on IAA_CRYPTO_STATS for Fedora (Justin M. Forbes)
- Fix up manual merge error in security.h (Justin M. Forbes)
- fedora: new drivers and cleanups (Peter Robinson)
- Turn on Renesas RZ for Fedora IOT rhbz2257913 (Justin M. Forbes)
- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver)
- Linux v6.8.0-0.rc0.296455ade1fd
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-18 08:33:36 -06:00
Justin M. Forbes
47976a2283
kernel-6.8.0-0.rc0.20240116git052d534373b7.8
* Tue Jan 16 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.052d534373b7.8]
- redhat: filter-modules.sh.rhel: add dell-smm-hwmon (Scott Weaver)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-16 08:21:37 -06:00
Justin M. Forbes
bb1d08a878
kernel-6.8.0-0.rc0.20240113git052d534373b7.7
* Sat Jan 13 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.052d534373b7.7]
- Add python3-pyyaml to buildreqs for kernel-docs (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-13 12:08:41 -06:00
Justin M. Forbes
8bd2cc63a5
kernel-6.8.0-0.rc0.20240112git70d201a40823.5
* Fri Jan 12 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.70d201a40823.5]
- redhat: kABI: add missing RH_KABI_SIZE_ALIGN_CHECKS Kconfig option (Sabrina Dubroca)
- redhat: rh_kabi: introduce RH_KABI_EXCLUDE_WITH_SIZE (Sabrina Dubroca)
- redhat: rh_kabi: move semicolon inside __RH_KABI_CHECK_SIZE (Sabrina Dubroca)
- Linux v6.8.0-0.rc0.70d201a40823
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-12 08:47:47 -06:00
Justin M. Forbes
b605caf4df
kernel-6.8.0-0.rc0.20240111gitde927f6c0b07.4
* Thu Jan 11 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.de927f6c0b07.4]
- Fix up ZRAM_TRACK_ENTRY_ACTIME in pending (Justin M. Forbes)
- random: replace import_single_range() with import_ubuf() (Justin M. Forbes)
- Linux v6.8.0-0.rc0.de927f6c0b07
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-11 09:10:48 -06:00
Justin M. Forbes
a89ced715e
kernel-6.8.0-0.rc0.20240110gitab27740f7665.4
* Wed Jan 10 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.ab27740f7665.4]
- random: replace import_single_range() with import_ubuf() (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-10 10:53:23 -06:00
Justin M. Forbes
240fb413c5
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 07:07:36 -06:00
Justin M. Forbes
4a882a6f68
kernel-6.7.0-0.rc6.20231219git2cf4f94d8e86.49
* Tue Dec 19 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc6.2cf4f94d8e86.49]
- Linux v6.7.0-0.rc6.2cf4f94d8e86
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-19 13:36:22 -06:00
Justin M. Forbes
56f8e9d072
kernel-6.7.0-0.rc5.20231215git3f7168591ebf.45
* Fri Dec 15 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.3f7168591ebf.45]
- Linux v6.7.0-0.rc5.3f7168591ebf
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-15 11:24:51 -06:00
Justin M. Forbes
e1ffd92efa
kernel-6.7.0-0.rc5.20231212git26aff849438c.42
* Tue Dec 12 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.26aff849438c.42]
- redhat: enable the kfence test (Nico Pache)
- Linux v6.7.0-0.rc5.26aff849438c
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-12 11:10:43 -06:00
Justin M. Forbes
ba6fa5b58e
kernel-6.7.0-0.rc5.41
* Mon Dec 11 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.41]
- redhat/configs: Enable UCLAMP_TASK for PipeWire and WirePlumber (Neal Gompa)
- Linux v6.7.0-0.rc5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-11 08:49:49 -06:00
Justin M. Forbes
701857d0a4
kernel-6.7.0-0.rc4.20231206gitbee0e7762ad2.37
* Wed Dec 06 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc4.bee0e7762ad2.37]
- Turn off shellcheck for the fedora-stable-release script (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-06 11:28:18 -06:00
Justin M. Forbes
c2693a0ae8
kernel-6.7.0-0.rc4.35
* Mon Dec 04 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc4.35]
- Linux v6.7.0-0.rc4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-04 08:36:20 -06:00
Justin M. Forbes
f179740e4d
kernel-6.7.0-0.rc3.20231201git994d5c58e50e.32
* Fri Dec 01 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc3.994d5c58e50e.32]
- ext4: Mark mounting fs-verity filesystems as tech-preview (Alexander Larsson)
- erofs: Add tech preview markers at mount (Alexander Larsson)
- Enable fs-verity (Alexander Larsson)
- Enable erofs (Alexander Larsson)
- aarch64: enable uki (Gerd Hoffmann)
- redhat: enable CONFIG_SND_SOC_INTEL_SOF_DA7219_MACH as a module for x86 (Patrick Talbert)
- Turn CONFIG_MFD_CS42L43_SDW on for RHEL (Justin M. Forbes)
- Linux v6.7.0-0.rc3.994d5c58e50e
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-01 14:21:32 -06:00
Justin M. Forbes
fc64ea2497
kernel-6.7.0-0.rc3.20231129git18d46e76d7c2.30
* Wed Nov 29 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc3.18d46e76d7c2.30]
- Enable cryptographic acceleration config flags for PowerPC (Mamatha Inamdar)
- Also make vmlinuz-virt.efi world readable (Zbigniew Jędrzejewski-Szmek)
- Drop custom mode for System.map file (Zbigniew Jędrzejewski-Szmek)
- Linux v6.7.0-0.rc3.18d46e76d7c2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-29 08:29:47 -06:00
Justin M. Forbes
13c03f7b92
kernel-6.7.0-0.rc3.20231128gitdf60cee26a2e.29
* Tue Nov 28 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc3.df60cee26a2e.29]
- Add drm_exec_test to mod-internal.list for depmod to succeed (Mika Penttilä)
- RHEL 9.4 DRM backport (upto v6.6 kernel), sync Kconfigs (Mika Penttilä)
- Linux v6.7.0-0.rc3.df60cee26a2e
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-28 11:44:46 -06:00
Justin M. Forbes
3345ef10f3
kernel-6.7.0-0.rc2.20231122gitc2d5304e6c64.23
* Wed Nov 22 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc2.c2d5304e6c64.23]
- redhat/configs: Move IOMMUFD to common (Alex Williamson)
- redhat: Really remove cpupower files (Prarit Bhargava)
- redhat: remove update_scripts.sh (Prarit Bhargava)
- Linux v6.7.0-0.rc2.c2d5304e6c64
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-22 11:18:33 -06:00
Justin M. Forbes
8fe9790f2f
kernel-6.7.0-0.rc1.16
* Mon Nov 13 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc1.16]
- Linux v6.7.0-0.rc1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-13 09:14:55 -05:00
Justin M. Forbes
47cae18f21
kernel-6.7.0-0.rc0.20231107gitbe3ca57cfb77.10
* Tue Nov 07 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.be3ca57cfb77.10]
- Turn off BPF_SYSCALL in pending for zfcpdump (Justin M. Forbes)
- Linux v6.7.0-0.rc0.be3ca57cfb77
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-07 11:36:06 -06:00
Justin M. Forbes
3a587093f1
kernel-6.7.0-0.rc0.20231105git1c41041124bd.8
* Sun Nov 05 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.1c41041124bd.8]
- Linux v6.7.0-0.rc0.1c41041124bd
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-05 19:25:23 -06:00
Justin M. Forbes
ac1b5abf49
kernel-6.7.0-0.rc0.20231104git90b0c2b2edd1.7
* Sat Nov 04 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.90b0c2b2edd1.7]
- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes)
- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes)
- Linux v6.7.0-0.rc0.90b0c2b2edd1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-04 09:20:39 -05:00
Justin M. Forbes
09d5fa5d69
kernel-6.7.0-0.rc0.20231103git8f6f76a6a29f.7
* Fri Nov 03 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.8f6f76a6a29f.7]
- Add mean_and_variance_test to mod-internal.list (Justin M. Forbes)
- Add cfg80211-tests and mac80211-tests to mod-internal.list (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-03 13:29:24 -05:00
Justin M. Forbes
ae117e6303
kernel-6.7.0-0.rc0.20231102git21e80f3841c0.4
* Thu Nov 02 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.21e80f3841c0.4]
- Add clk-fractional-divider_test to mod-internal.list (Thorsten Leemhuis)
- Add gso_test to mod-internal.list (Thorsten Leemhuis)
- Add property-entry-test to mod-internal.list (Thorsten Leemhuis)
- Linux v6.7.0-0.rc0.21e80f3841c0
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-02 08:54:35 -05:00
Justin M. Forbes
f35fdda8eb
kernel-6.7.0-0.rc0.20231101git8bc9e6515183.3
* Wed Nov 01 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.8bc9e6515183.3]
- Fedora 6.7 configs part 1 (Justin M. Forbes)
- Trim changelog after version bump (Justin M. Forbes)
- Linux v6.7.0-0.rc0.8bc9e6515183
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-01 08:57:49 -05:00
Justin M. Forbes
5edb9efb07
kernel-6.7.0-0.rc0.20231031git5a6a09e97199.2
* Tue Oct 31 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc0.5a6a09e97199.2]
- Reset RHEL_RELEASE for rebase (Justin M. Forbes)
- [Scheduled job] Catch config mismatches early during upstream merge (Don Zickus)
- redhat/self-test: Update data for KABI xz change (Prarit Bhargava)
- redhat/scripts: Switch KABI tarballs to xz (Prarit Bhargava)
- redhat/kernel.spec.template: Switch KABI compression to xz (Prarit Bhargava)
- redhat: self-test: Use a more complete SRPM file suffix (Andrew Halaney)
- redhat: makefile: remove stray rpmbuild --without (Eric Chanudet)
- Consolidate configs into common for 6.6 (Justin M. Forbes)

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-31 10:16:09 -05:00
Justin M. Forbes
b5151e88fc
kernel-6.6.0-0.rc7.20231025git4f82870119a4.56
* Wed Oct 25 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc7.4f82870119a4.56]
- redhat: configs: generic: x86: Disable CONFIG_VIDEO_OV01A10 for x86 platform (Hans de Goede)
- Linux v6.6.0-0.rc7.4f82870119a4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-25 07:38:56 -05:00
Justin M. Forbes
34b9a6b2d0
kernel-6.6.0-0.rc7.20231024gitd88520ad73b7.55
* Tue Oct 24 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc7.d88520ad73b7.55]
- redhat: remove pending-rhel CONFIG_XFS_ASSERT_FATAL file (Patrick Talbert)
- New configs in fs/xfs (Fedora Kernel Team)
- crypto: rng - Override drivers/char/random in FIPS mode (Herbert Xu)
- random: Add hook to override device reads and getrandom(2) (Herbert Xu)
- Linux v6.6.0-0.rc7.d88520ad73b7
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-24 12:49:03 -05:00
Justin M. Forbes
8a5fcb64f9
kernel-6.6.0-0.rc6.20231020gitce55c22ec8b2.51
* Fri Oct 20 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc6.ce55c22ec8b2.51]
- redhat/configs: share CONFIG_ARM64_ERRATUM_2966298 between rhel and fedora (Mark Salter)
- configs: Remove S390 IOMMU config options that no longer exist (Jerry Snitselaar)
- redhat: docs: clarify where bugs and issues are created (Scott Weaver)
- redhat/scripts/rh-dist-git.sh does not take any arguments: fix error message (Denys Vlasenko)
- Add target_branch for gen_config_patches.sh (Don Zickus)
- Linux v6.6.0-0.rc6.ce55c22ec8b2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-20 08:43:33 -05:00
Justin M. Forbes
12e933a073
kernel-6.6.0-0.rc6.20231018git06dc10eae55b.49
* Wed Oct 18 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc6.06dc10eae55b.49]
- Linux v6.6.0-0.rc6.06dc10eae55b
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-18 11:39:15 -05:00
Justin M. Forbes
61cc945fe4
kernel-6.6.0-0.rc5.20231011git1c8b86a3799f.42
* Wed Oct 11 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc5.1c8b86a3799f.42]
- Linux v6.6.0-0.rc5.1c8b86a3799f
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-11 13:31:32 -05:00
Justin M. Forbes
38b1d5dfb4
kernel-6.6.0-0.rc5.40
* Mon Oct 09 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc5.40]
- CI: Remove unused kpet_tree_family (Nikolai Kondrashov)
- Linux v6.6.0-0.rc5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-09 07:58:38 -05:00
Justin M. Forbes
003d728783
kernel-6.6.0-0.rc4.20231003gitce36c8b14987.34
* Tue Oct 03 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc4.ce36c8b14987.34]
- common: aarch64: enable NXP Flex SPI (Peter Robinson)
- Linux v6.6.0-0.rc4.ce36c8b14987
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-10-03 15:48:53 -05:00
Justin M. Forbes
b61e5ee107
kernel-6.6.0-0.rc3.20230927git0e945134b680.28
* Wed Sep 27 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc3.0e945134b680.28]
- kernel.spec: adjust build option comment (Michael Hofmann)
- kernel.spec: allow to enable arm64_16k variant (Michael Hofmann)
- gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 (Michael Hofmann)
- kernel.spec.template: Fix --without bpftool (Prarit Bhargava)
- redhat/configs: NXP BBNSM Power Key Driver (Steve Best)
- redhat/self-test: Update data for cross compile fields (Prarit Bhargava)
- redhat/Makefile.cross: Add message for disabled subpackages (Prarit Bhargava)
- redhat/Makefile.cross: Update cross targets with disabled subpackages (Prarit Bhargava)
- Linux v6.6.0-0.rc3.0e945134b680
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-27 13:22:33 -05:00
Justin M. Forbes
7d4ffb6239
kernel-6.6.0-0.rc3.27
* Tue Sep 26 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc3.27]
- Remove XFS_ASSERT_FATAL from pending-fedora (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-26 08:22:35 -05:00
Justin M. Forbes
3ded119c96
kernel-6.6.0-0.rc3.26
* Mon Sep 25 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc3.26]
- Change default pending for XFS_ONLINE_SCRUB_STATSas it now selects XFS_DEBUG (Justin M. Forbes)
- Linux v6.6.0-0.rc3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-25 06:53:40 -05:00
Justin M. Forbes
033b541382
kernel-6.6.0-0.rc1.14
* Tue Sep 12 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc1.14]
- New configs in drivers/media (Fedora Kernel Team)
- redhat/docs: Add a mention of bugzilla for bugs (Prarit Bhargava)
- Fix the fixup of Fedora release (Don Zickus)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-12 09:46:20 -05:00
Justin M. Forbes
eb996a1e17
kernel-6.6.0-0.rc1.13
* Mon Sep 11 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc1.13]
- Linux v6.6.0-0.rc1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-11 07:44:45 -05:00
Justin M. Forbes
5716f973b1
kernel-6.6.0-0.rc0.20230908gita48fa7efaf11.10
* Fri Sep 08 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc0.a48fa7efaf11.10]
- Linux v6.6.0-0.rc0.a48fa7efaf11
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-08 09:50:09 -05:00
Justin M. Forbes
9e52633f8a
kernel-6.6.0-0.rc0.20230907git7ba2090ca64e.9
* Thu Sep 07 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc0.7ba2090ca64e.9]
- Fix Fedora release scheduled job (Don Zickus)
- Move squashfs to kernel-modules-core (Justin M. Forbes)
- redhat: Explicitly disable CONFIG_COPS (Vitaly Kuznetsov)
- redhat: Add dist-check-licenses target (Vitaly Kuznetsov)
- redhat: Introduce "Verify SPDX-License-Identifier tags" selftest (Vitaly Kuznetsov)
- redhat: Use kspdx-tool output for the License: field (Vitaly Kuznetsov)
- Linux v6.6.0-0.rc0.7ba2090ca64e
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-07 09:48:29 -05:00
Justin M. Forbes
48ccca63a1
kernel-6.6.0-0.rc0.20230905git3f86ed6ec0b3.7
* Tue Sep 05 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc0.3f86ed6ec0b3.7]
- redhat/configs: Texas Instruments Inc. K3 multicore SoC architecture (Steve Best)
- Linux v6.6.0-0.rc0.3f86ed6ec0b3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-05 08:14:29 -05:00
Justin M. Forbes
4b431c1b32
kernel-6.6.0-0.rc0.20230904git708283abf896.6
* Mon Sep 04 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.6.0-0.rc0.708283abf896.6]
- Linux v6.6.0-0.rc0.708283abf896
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-09-04 09:13:25 -05:00