Commit graph

76 commits

Author SHA1 Message Date
Augusto Caringi
abc58d402c kernel-6.14.6-100
* Fri May 09 2025 Augusto Caringi <acaringi@redhat.com> [6.14.6-0]
- platform/x86/intel/pmc: Add Arrow Lake U/H support to intel_pmc_core driver (Xi Pardee)
- platform/x86:intel/pmc: Move arch specific action to init function (Xi Pardee)
- platform/x86/intel/pmc: Remove simple init functions (Xi Pardee)
- platform/x86:intel/pmc: Create generic_core_init() for all platforms (Xi Pardee)
- platform/x86/intel/pmc: Remove duplicate enum (Xi Pardee)
- platform/x86:intel/pmc: Make tgl_core_generic_init() static (Xi Pardee)
- redhat/configs: Add configs for new ov02c10 and ov02e10 drivers (Hans de Goede)
- media: i2c: Add Omnivision OV02C10 sensor driver (Heimir Thor Sverrisson)
- media: i2c: ov02e10: add OV02E10 image sensor driver (Jingjing Xiong)
- platform/x86: int3472: Debug log when remapping pins (Hans de Goede)
- platform/x86: int3472: Add handshake pin support (Hans de Goede)
- platform/x86: int3472: Prepare for registering more than 1 GPIO regulator (Hans de Goede)
- platform/x86: int3472: Avoid GPIO regulator spikes (Hans de Goede)
- platform/x86: int3472: Make regulator supply name configurable (Hans de Goede)
- platform/x86: int3472: Rework AVDD second sensor quirk handling (Hans de Goede)
- platform/x86: int3472: Drop unused gpio field from struct int3472_gpio_regulator (Hans de Goede)
- platform/x86: int3472: Stop setting a supply-name for GPIO regulators (Hans de Goede)
- platform/x86: int3472: Add skl_int3472_register_clock() helper (Hans de Goede)
- platform/x86: int3472: Call "func" "con_id" instead (Sakari Ailus)
- Turn on ACPI_DEBUG for Fedora (Justin M. Forbes)
- Linux v6.14.6
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-05-09 16:24:06 -03:00
Justin M. Forbes
a7ed2cbc5c
kernel-6.14.5-100
* Fri May 02 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.14.5-0]
- Fix up configs for 6.14.5 merge (Justin M. Forbes)
- Turn off CONFIG_PCI_REALLOC_ENABLE_AUTO for Fedora (Justin M. Forbes)
- Linux v6.14.5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-05-02 07:38:04 -06:00
Justin M. Forbes
7ca47d76c5
kernel-6.14.3-100
* Sun Apr 20 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.14.3-0]
- New configs for stable update (Justin M. Forbes)
- Enable FunctionFS on aarch64 + x86 (Sam Day)
- Turn on USB Gadget for Fedora x86 (Justin M. Forbes)
- Linux v6.14.3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-04-21 07:19:28 -06:00
Justin M. Forbes
0fb8371453
kernel-6.13.12-100
* Sun Apr 20 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.12-0]
- New configs for stable update (Justin M. Forbes)
- Linux v6.13.12
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-04-20 09:13:12 -06:00
Augusto Caringi
502e47fd56 kernel-6.13.6-100
* Fri Mar 07 2025 Augusto Caringi <acaringi@redhat.com> [6.13.6-0]
- Fix up some debug module loading issues due to BTF mismatch (Justin M. Forbes)
- Linux v6.13.6
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-03-07 17:51:01 -03:00
Justin M. Forbes
e29798160d
kernel-6.13.4-100
* Sat Feb 22 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.4-0]
- Config update for 6.13.4 stable (Justin M. Forbes)
- mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO (Hans de Goede)
- Fix up mismatch of CONFIG_CPUFREQ_DT_PLATDEV for automotive (Justin M. Forbes)
- Linux v6.13.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-02-23 07:44:03 -07:00
Justin M. Forbes
8fd81b925f
kernel-6.13.3-101
* Mon Feb 17 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.3-0]
- CONFIG_CPUFREQ_DT_PLATDEV is bool now (Justin M. Forbes)
- efi,lockdown: fix kernel lockdown on Secure Boot (Ondrej Mosnacek) {CVE-2025-1272}
- Config update for 6.13.2 (Justin M. Forbes)
- Linux v6.13.3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-02-19 11:09:22 -07:00
Justin M. Forbes
f3b70804e6
kernel-6.12.13-100
* Sat Feb 08 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.13-0]
- Config update for 6.12.13 (Justin M. Forbes)
- media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice (Hans de Goede)
- media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages (Hans de Goede)
- media: ov08x40: Add missing ov08x40_identify_module() call on stream-start (Hans de Goede)
- media: ov08x40: Improve ov08x40_[read|write]_reg() error returns (Hans de Goede)
- media: ov08x40: Improve ov08x40_identify_module() error logging (Hans de Goede)
- media: ov08x40: Move ov08x40_identify_module() function up (Hans de Goede)
- media: ov08x40: Get clock on ACPI platforms too (Hans de Goede)
- media: ov08x40: Get reset GPIO and regulators on ACPI platforms too (Hans de Goede)
- media: ov08x40: Move fwnode_graph_get_next_endpoint() call up (Hans de Goede)
- media: ov08x40: Properly turn sensor on/off when runtime-suspended (Hans de Goede)
- media: ov08x40: Add OF probe support (Bryan O'Donoghue)
- media: ov08x40: Rename ext_clk to xvclk (Bryan O'Donoghue)
- Reapply "init/main.c: Initialize early LSMs after arch code, static keys and calls." (Justin M. Forbes)
- Linux v6.12.13
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-02-08 09:39:33 -07:00
Augusto Caringi
8e7753b2cd kernel-6.12.8-100
* Thu Jan 02 2025 Augusto Caringi <acaringi@redhat.com> [6.12.8-0]
- Fix up last of fallout from ZRAM Backend churn (Justin M. Forbes)
- Add more missing config items for ZRAM backend (Justin M. Forbes)
- redhat/configs: Re-enable ZRAM backends (Neal Gompa)
- Linux v6.12.8
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-01-02 15:54:02 -03:00
Justin M. Forbes
d21c7327e6
kernel-6.12.5-100
* Sun Dec 15 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.5-0]
- New config item for 6.12.5 (Justin M. Forbes)
- x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR  implementation (Mark Pearson) [2332094]
- Add a bug to BugsFixed (Justin M. Forbes)
- Turn off libbpf dynamic for perf on f40 (Justin M. Forbes)
- Linux v6.12.5
Resolves: rhbz#2332094

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-12-15 09:18:14 -07:00
Justin M. Forbes
ddff0afc8c
kernel-6.12.4-100
* Mon Dec 09 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.4-0]
- Fix up QCOM_EMAC config for Fedora (Justin M. Forbes)
- wifi: rtl8xxxu: add more missing rtl8192cu USB IDs (Hans de Goede)
- Linux v6.12.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-12-09 12:31:56 -07:00
Justin M. Forbes
0f493006a3
kernel-6.11.3-200
* Thu Oct 10 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.11.3-0]
- Add bugs to BugsFixed (Justin M. Forbes)
- HID: amd_sfh: Switch to device-managed dmam_alloc_coherent() (Basavaraj Natikar)
- wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts (Ping-Ke Shih)
- HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard (Hans de Goede)
- configs: fedora/x86: Set CONFIG_CRYPTO_DEV_CCP_DD=y (Hans de Goede)
- common: arm64: build in some SCMI options (Peter Robinson)
- common: Cleanup ARM_SCMI_TRANSPORT options (Peter Robinson)
- Another BugsFixed entry (Justin M. Forbes)
- Add bug to BugsFixed (Justin M. Forbes)
- Turn on ZRAM_WRITEBACK for Fedora (Justin M. Forbes)
- Config updates for 6.11.3 (Justin M. Forbes)
- Linux v6.11.3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-10-10 12:26:56 -06:00
Augusto Caringi
80fea3a3f5 kernel-6.10.14-200
* Thu Oct 10 2024 Augusto Caringi <acaringi@redhat.com> [6.10.14-0]
- Config updates for 6.11.3 (Justin M. Forbes)
- Linux v6.10.14
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-10-10 15:15:42 -03:00
Justin M. Forbes
3bce4bc08a
kernel-6.10.3-200
* Mon Aug 05 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.10.3-0]
- Bluetooth: hci_event: Fix setting DISCOVERY_FINDING for passive scanning (Luiz Augusto von Dentz)
- Linux v6.10.3
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-08-05 07:49:33 -06:00
Augusto Caringi
c8422feab6 kernel-6.9.8-200
* Fri Jul 05 2024 Augusto Caringi <acaringi@redhat.com> [6.9.8-0]
- Add BugsFixed for 6.9 (Justin M. Forbes)
- Turn on USB_SERIAL_F81232 for Fedora (Justin M. Forbes)
- Linux v6.9.8
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-07-05 12:35:40 -03:00
Justin M. Forbes
adb50bf483
kernel-6.9.4-200
* Wed Jun 12 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.9.4-0]
- Add libbpf workaround for F39 to patches (Justin M. Forbes)
- Linux v6.9.4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-06-12 07:06:45 -06:00
Justin M. Forbes
b6fce6fe65
kernel-6.8.11-300
* Sun May 26 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.11-0]
- redhat/configs: fedora: aarch64: Re-enable CUSE (Neal Gompa)
- Remove f38 from release_targets (Justin M. Forbes)
- Add more Bugs addressed by 6.8.10 to BugsFixed (Justin M. Forbes)
- Linux v6.8.11
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-05-26 14:36:02 -05:00
Augusto Caringi
49ddbdb263 kernel-6.8.10-300
* Fri May 17 2024 Augusto Caringi <acaringi@redhat.com> [6.8.10-0]
- redhat/configs: Enable CONFIG_DEBUG_INFO_BTF_MODULES (Augusto Caringi)
- Add bugs to BugsFixed for 6.8.10 (Justin M. Forbes)
- Turn on INIT_ON_ALLOC_DEFAULT_ON for Fedora (Justin M. Forbes)
- Reapply "drm/qxl: simplify qxl_fence_wait" (Linus Torvalds)
- BugsFixed updates for 6.8.10 (Justin M. Forbes)
- e1000e: change usleep_range to udelay in PHY mdic access (Vitaly Lifshits)
- Linux v6.8.10
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-05-17 15:19:02 -03:00
Augusto Caringi
e437dd7be7 kernel-6.8.9-300
* Thu May 02 2024 Augusto Caringi <acaringi@redhat.com> [6.8.9-0]
- redhat/configs: Enable CONFIG_CPU_MITIGATIONS (Augusto Caringi)
- Turn on CONFIG_RANDOM_KMALLOC_CACHES for Fedora (Justin M. Forbes)
- drm/nouveau/dp: Don't probe eDP ports twice harder (Lyude Paul)
- drm/nouveau/kms/nv50-: Disable AUX bus for disconnected DP ports (Lyude Paul)
- drm/dp: Don't attempt AUX transfers when eDP panels are not powered (Douglas Anderson)
- Linux v6.8.9
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-05-02 15:19:54 -03:00
Justin M. Forbes
9ead7be4da
kernel-6.8.8-300
* Sat Apr 27 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.8-0]
- Update BugsFixed for 6.8.8 (Justin M. Forbes)
- Turn on ISM for Fedora (Justin M. Forbes)
- Turn off some Fedora UBSAN options to avoid false positives (Justin M. Forbes)
- fedora: aarch64: Enable a QCom Robotics platforms requirements (Peter Robinson)
- Turn on UBSAN for Fedora (Justin M. Forbes)
- Linux v6.8.8
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-04-27 12:15:34 -05:00
Justin M. Forbes
69f6e97d76
kernel-6.8.2-300
* Tue Mar 26 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.8.2-0]
- xfs: fix SEEK_HOLE/DATA for regions with active COW extents (Dave Chinner)
- redhat: make libperf-devel require libperf %%{version}-%%{release} (Jan Stancek)
- kernel.spec: drop custom mode also for System.map ghost entry (Jan Stancek)
- kernel.spec: fix libperf-debuginfo content (Jan Stancek)
- redhat/kernel.spec.template: enable cross for base/RT (Peter Robinson)
- redhat/kernel.spec.template: Fix cross compiling (Peter Robinson)
- Add more bugs to BugsFixed (Justin M. Forbes)
- Add bug to BugsFixed (Justin M. Forbes)
- Turn on CONFIG_READ_ONLY_THP_FOR_FS for Fedora (Justin M. Forbes)
- Change fedora-stable-release.sh to use git am (Justin M. Forbes)
- drivers/firmware: skip simpledrm if nvidia-drm.modeset=1 is set (Javier Martinez Canillas)
- Revert libcpupower soname bump for F38/39 (Justin M. Forbes)
- Fix up requires for UKI (Justin M. Forbes)
- drm/amd: Flush GFXOFF requests in prepare stage (Mario Limonciello)
- Linux v6.8.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-03-26 18:50:42 -05:00
Augusto Caringi
18e40bfa26 kernel-6.8.1-300
* Wed Mar 20 2024 Augusto Caringi <acaringi@redhat.com> [6.8.1-0]
- redhat/configs: Enable CONFIG_MITIGATION_RFDS (Augusto Caringi)
- fedora: Enable MCP9600 (Peter Robinson)
- temporarily remove LIBBPF_DYNAMIC=1 from perf build (Thorsten Leemhuis)
- Added required files for rebase (Augusto Caringi)
- Linux v6.8.1
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-03-20 01:14:15 -03:00
Justin M. Forbes
6ddee07c3e
kernel-6.8.0-0.rc7.20240307git67be068d31d4.59
* Thu Mar 07 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc7.67be068d31d4.59]
- Linux v6.8.0-0.rc7.67be068d31d4
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-03-07 11:33:06 -06:00
Justin M. Forbes
c77dda29b5
kernel-6.8.0-0.rc6.49
* Mon Feb 26 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc6.49]
- Add libperf-debuginfo subpackage (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-26 08:07:29 -06:00
Justin M. Forbes
9f3e4c93f9
kernel-6.8.0-0.rc5.20240222git39133352cbed.44
* Thu Feb 22 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc5.39133352cbed.44]
- Add libperf-debuginfo subpackage (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-22 07:21:36 -06:00
Justin M. Forbes
ca7f66d833
kernel-6.8.0-0.rc5.20240221git9fc1ccccfd8d.42
* Wed Feb 21 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc5.9fc1ccccfd8d.42]
- redhat/configs: For aarch64/RT, default kstack randomization off (Jeremy Linton)
- redhat/Makefile: remove an unused target (Ondrej Mosnacek)
- redhat/Makefile: fix setup-source and document its caveat (Ondrej Mosnacek)
- redhat/Makefile: fix race condition when making the KABI tarball (Ondrej Mosnacek)
- redhat/Makefile: refactor KABI tarball creation (Ondrej Mosnacek)
- Turn XFS_SUPPORT_V4 back on for Fedora (Justin M. Forbes)
- Linux v6.8.0-0.rc5.9fc1ccccfd8d
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-21 10:06:47 -06:00
Justin M. Forbes
073fe3d5c6
kernel-6.8.0-0.rc5.41
* Mon Feb 19 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc5.41]
- Linux v6.8.0-0.rc5
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-19 07:36:11 -06:00
Justin M. Forbes
431ef2608e
kernel-6.8.0-0.rc4.20240216git4f5e5092fdbf.39
* Fri Feb 16 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc4.4f5e5092fdbf.39]
- Flip secureboot signature order (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-16 09:11:36 -06:00
Justin M. Forbes
cca288f4b7
kernel-6.8.0-0.rc4.20240212git716f4aaa7b48.35
* Mon Feb 12 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc4.716f4aaa7b48.35]
- 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-12 17:25:24 -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
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
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
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
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
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
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
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
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
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
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