Commit graph

11 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