Commit Graph

649 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
1cc3f5200e
kernel-6.8.0-0.rc3.20240209git1f719a2f3fa6.31
* Fri Feb 09 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.1f719a2f3fa6.31]
- 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-09 13:37:15 -06:00
Justin M. Forbes
34cd04385c
kernel-6.8.0-0.rc3.20240208git047371968ffc.30
* Thu Feb 08 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.047371968ffc.30]
- DO NOT MERGE: Revert Fix cursor planes with virtualized drivers series (Justin M. Forbes)
- 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-08 11:39:07 -06:00
Justin M. Forbes
2073d63d26
kernel-6.8.0-0.rc3.20240207git6d280f4d760e.29
* Wed Feb 07 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.6d280f4d760e.29]
- DO NOT MERGE: Revert Fix cursor planes with virtualized drivers series (Justin M. Forbes)
- 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-07 13:22:20 -06:00
Justin M. Forbes
4ad5da6db6
kernel-6.8.0-0.rc3.20240207git6d280f4d760e.28
* Wed Feb 07 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.6d280f4d760e.28]
- 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-07 08:40:45 -06:00
Justin M. Forbes
7734c7b3d8
kernel-6.8.0-0.rc3.20240206git99bd3cb0d12e.27
* Tue Feb 06 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc3.99bd3cb0d12e.27]
- 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-06 09:45:09 -06: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
7eb64bd2ca
kernel-6.8.0-0.rc2.20240201git6764c317b6bb.22
* Thu Feb 01 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc2.6764c317b6bb.22]
- Remove defines forcing tools on, they override cmdline (Justin M. Forbes)
- 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-02-01 08:53:41 -06:00
Justin M. Forbes
62f37e2b56
kernel-6.8.0-0.rc2.20240130git861c0981648f.20
* Tue Jan 30 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc2.861c0981648f.20]
- 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-30 06:31:13 -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
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
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
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
35771966f5
kernel-6.8.0-0.rc0.20240113git052d534373b7.6
* Sat Jan 13 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc0.052d534373b7.6]
- Linux v6.8.0-0.rc0.052d534373b7
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-15 08:35:20 -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
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
78dae70341
kernel-6.7.0-68
* Mon Jan 08 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-68]
- fedora: aarch64: enable SM_VIDEOCC_8350 (Peter Robinson)
- Linux v6.7.0
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-08 07:41:43 -06:00
Justin M. Forbes
1e49dc1ebe
kernel-6.7.0-0.rc8.20240104gitac865f00af29.64
* Thu Jan 04 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc8.ac865f00af29.64]
- Linux v6.7.0-0.rc8.ac865f00af29
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-04 07:53:05 -07:00
Justin M. Forbes
b07abb4bca
kernel-6.7.0-0.rc8.61
* Mon Jan 01 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc8.61]
- Linux v6.7.0-0.rc8
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-01-01 10:25:37 -07:00
Justin M. Forbes
debc0cfc50
kernel-6.7.0-0.rc7.20231230gitf016f7547aee.59
* Sat Dec 30 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc7.f016f7547aee.59]
- Auto consolidate configs for the 6.7 cycle (Justin M. Forbes)
- Linux v6.7.0-0.rc7.f016f7547aee
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-30 07:26:19 -07:00
Justin M. Forbes
ff8da7c20f
kernel-6.7.0-0.rc7.20231229git8735c7c84d1b.58
* Fri Dec 29 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc7.8735c7c84d1b.58]
- Linux v6.7.0-0.rc7.8735c7c84d1b
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-29 08:53:46 -07:00
Justin M. Forbes
62370bf87b
kernel-6.7.0-0.rc7.20231228gitf5837722ffec.57
* Thu Dec 28 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc7.f5837722ffec.57]
- Linux v6.7.0-0.rc7.f5837722ffec
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-28 06:57:39 -06:00
Justin M. Forbes
a556c8b9a5
kernel-6.7.0-0.rc7.20231226gitfbafc3e621c3.56
* Tue Dec 26 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc7.fbafc3e621c3.56]
- Linux v6.7.0-0.rc7.fbafc3e621c3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-26 12:17:40 -06:00
Justin M. Forbes
b5c7ddd6ee
kernel-6.7.0-0.rc7.54
* Sun Dec 24 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc7.54]
- Linux v6.7.0-0.rc7
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-24 10:34:55 -06:00
Justin M. Forbes
3ca11b3bdc
kernel-6.7.0-0.rc6.20231222git24e0d2e527a3.52
* Fri Dec 22 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc6.24e0d2e527a3.52]
- fedora: a few cleanups and driver enablements (Peter Robinson)
- fedora: arm64: cleanup Allwinner Pinctrl drivers (Peter Robinson)
- fedora: aarch64: Enable some DW drivers (Peter Robinson)
- Linux v6.7.0-0.rc6.24e0d2e527a3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-22 08:26:55 -06:00
Justin M. Forbes
839203dac3
kernel-6.7.0-0.rc6.20231221gita4aebe936554.51
* Thu Dec 21 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc6.a4aebe936554.51]
- redhat: ship all the changelog from source git into kernel-doc (Herton R. Krzesinski)
- redhat: create an empty changelog file when changing its name (Herton R. Krzesinski)
- Linux v6.7.0-0.rc6.a4aebe936554
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-21 12:12:14 -06:00
Justin M. Forbes
38d968d633
kernel-6.7.0-0.rc6.20231220git55cb5f43689d.50
* Wed Dec 20 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc6.55cb5f43689d.50]
- redhat/self-test: Remove --all from git query (Prarit Bhargava)
- Linux v6.7.0-0.rc6.55cb5f43689d
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-20 09:14:06 -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
eb0822508e
kernel-6.7.0-0.rc6.48
* Mon Dec 18 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc6.48]
- Disable accel drivers for Fedora x86 (Kate Hsuan)
- redhat: scripts: An automation script for disabling unused driver for x86 (Kate Hsuan)
- Fix up Fedora LJCA configs and filters (Justin M. Forbes)
- Linux v6.7.0-0.rc6
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-18 06:27:14 -06:00
Justin M. Forbes
0adbf80812
kernel-6.7.0-0.rc5.20231217git3b8a9b2e6809.47
* Sun Dec 17 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.3b8a9b2e6809.47]
- Linux v6.7.0-0.rc5.3b8a9b2e6809
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-17 12:21:39 -06:00
Justin M. Forbes
1bb371538b
kernel-6.7.0-0.rc5.20231216gitc8e97fc6b4c0.46
* Sat Dec 16 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.c8e97fc6b4c0.46]
- Fedora configs for 6.7 (Justin M. Forbes)
- Linux v6.7.0-0.rc5.c8e97fc6b4c0
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-16 14:45:33 -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
b15f45300d
kernel-6.7.0-0.rc5.20231213git88035e5694a8.43
* Wed Dec 13 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc5.88035e5694a8.43]
- Some Fedora config updates for MLX5 (Justin M. Forbes)
- Turn on DRM_ACCEL drivers for Fedora (Justin M. Forbes)
- Linux v6.7.0-0.rc5.88035e5694a8
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-13 10:33:41 -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
0720f5e829
kernel-6.7.0-0.rc4.20231208git5e3f5b81de80.38
* Fri Dec 08 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc4.5e3f5b81de80.38]
- Turn on CONFIG_SECURITY_DMESG_RESTRICT for Fedora (Justin M. Forbes)
- Linux v6.7.0-0.rc4.5e3f5b81de80
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-12-08 10:03:37 -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
03a4195a1e
kernel-6.7.0-0.rc3.28
* Mon Nov 27 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc3.28]
- Linux v6.7.0-0.rc3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-27 08:40:15 -06:00
Justin M. Forbes
0b47d61b59
kernel-6.7.0-0.rc2.20231125git0f5cc96c367f.26
* Sat Nov 25 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc2.0f5cc96c367f.26]
- Linux v6.7.0-0.rc2.0f5cc96c367f
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-25 10:13:51 -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
5a157fb0cc
kernel-6.7.0-0.rc2.22
* Mon Nov 20 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc2.22]
- Fix s390 zfcpfdump bpf build failures for cgroups (Don Zickus)
- Linux v6.7.0-0.rc2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-20 07:52:53 -06:00
Justin M. Forbes
387d0e4c2d
kernel-6.7.0-0.rc1.20231117git7475e51b8796.19
* Fri Nov 17 2023 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.7.0-0.rc1.7475e51b8796.19]
- Linux v6.7.0-0.rc1.7475e51b8796
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2023-11-17 09:06:53 -05:00