Commit graph

105 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
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
1963dcd613 kernel-6.13.7-100
* Thu Mar 13 2025 Augusto Caringi <acaringi@redhat.com> [6.13.7-0]
- Set CONFIG_FW_CACHE=y for rhel to avoid config mismatch issues (Augusto Caringi)
- media: ov08x40: Extend sleep after reset to 5 ms (Hans de Goede)
- media: ov08x40: Log chip ID when identifying the chip (Hans de Goede)
- media: ov08x40: Fix value of reset GPIO when requesting it (Hans de Goede)
- ASoC: rt712-sdca: Add FU05 playback switch control (Shuming Fan) [2350689]
- Linux v6.13.7
Resolves: rhbz#2350689

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2025-03-13 14:14:06 -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
Augusto Caringi
5de35481f0 kernel-6.11.5-200
* Tue Oct 22 2024 Augusto Caringi <acaringi@redhat.com> [6.11.5-0]
- Revert "fedora/configs: enable GPIO expander drivers" (Justin M. Forbes)
- Add bluetooth bzs to BugsFixed (Justin M. Forbes)
- Bluetooth: btusb: Fix not being able to reconnect after suspend (Luiz Augusto von Dentz)
- Bluetooth: btusb: Fix regression with fake CSR controllers 0a12:0001 (Luiz Augusto von Dentz)
- Linux v6.11.5
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
2024-10-22 15:32:18 -03: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
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
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
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
af24b5dbb7
kernel-6.8.0-0.rc6.20240228gitcf1182944c7c.51
* Wed Feb 28 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc6.cf1182944c7c.51]
- Revert "net: bump CONFIG_MAX_SKB_FRAGS to 45" (Marcelo Ricardo Leitner)
- Add libperf-debuginfo subpackage (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-28 12:00:05 -06:00
Justin M. Forbes
f3a2577956
kernel-6.8.0-0.rc6.20240227git45ec2f5f6ed3.50
* Tue Feb 27 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc6.45ec2f5f6ed3.50]
- Add libperf-debuginfo subpackage (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-27 08:30:36 -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
c51409cd83
kernel-6.8.0-0.rc4.20240214git7e90b5c295ec.37
* Wed Feb 14 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.8.0-0.rc4.7e90b5c295ec.37]
- Flip secureboot signature order (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-02-14 15:52:40 -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
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