Commit graph

15 commits

Author SHA1 Message Date
Justin M. Forbes
28b83aaaa2
kernel-7.0.2-200
* Mon Apr 27 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.0.2-0]
- drm/v3d: Reject empty multisync extension to prevent infinite loop (Ashutosh Desai)
- net: macb: Use napi_schedule_irqoff() in IRQ handler (Kevin Hao)
- net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPI (Kevin Hao)
- net: macb: Remove dedicated IRQ handler for WoL (Kevin Hao)
- net: macb: Factor out the handling of non-hot IRQ events into a separate function (Kevin Hao)
- net: macb: Introduce macb_queue_isr_clear() helper function (Kevin Hao)
- net: macb: Replace open-coded implementation with napi_schedule() (Kevin Hao)
- net: macb: fix use of at91_default_usrio without CONFIG_OF (Conor Dooley)
- net: macb: drop usrio pointer on EyeQ5 config (Théo Lebrun)
- net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided (Théo Lebrun)
- net: macb: runtime detect MACB_CAPS_USRIO_DISABLED (Théo Lebrun)
- net: macb: timer adjust mode is not supported (Conor Dooley)
- net: macb: clean up tsu clk rate acquisition (Conor Dooley)
- net: macb: warn on pclk use as a tsu_clk fallback (Conor Dooley)
- net: macb: add mpfs specific usrio configuration (Conor Dooley)
- net: macb: np4 doesn't need a usrio pointer (Conor Dooley)
- net: macb: rework usrio refclk selection code (Conor Dooley)
- net: macb: split USRIO_HAS_CLKEN capability in two (Conor Dooley)
- net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio (Conor Dooley)
- Revert "net: macb: Clean up the .usrio settings in macb_config instances" (Conor Dooley)
- net: macb: add support for Microchip pic64hpsc ethernet endpoint (Charles Perry)
- net: macb: add safeguards for jumbo frame larger than 10240 (Charles Perry)
- net: macb: set default_an_inband to true for SGMII (Charles Perry)
- net: macb: Clean up the .usrio settings in macb_config instances (Kevin Hao)
- net: macb: Clean up the .init settings in macb_config instances (Kevin Hao)
- net: macb: Clean up the .clk_init setting in the macb_config instances (Kevin Hao)
- net: cadence: macb: enable EEE for Mobileye EyeQ5 (Nicolai Buchwitz)
- net: cadence: macb: enable EEE for Raspberry Pi RP1 (Nicolai Buchwitz)
- net: cadence: macb: add ethtool EEE support (Nicolai Buchwitz)
- net: cadence: macb: implement EEE TX LPI support (Nicolai Buchwitz)
- net: cadence: macb: add EEE LPI statistics counters (Nicolai Buchwitz)
- net: macb: use ethtool_sprintf to fill ethtool stats strings (Sean Chang)
- net: macb: add the .pcs_inband_caps() callback for SGMII (Charles Perry)
- net: macb: add support for reporting SGMII inband link status (Charles Perry)
- net: macb: fix SGMII with inband aneg disabled (Charles Perry)
- net: cadence: macb: add ethtool nway_reset support (Nicolai Buchwitz)
- ARM: dts: broadcom: bcm2835-rpi: Move non simple-bus nodes to root level (Rob Herring (Arm))
- arm64: dts: broadcom: bcm2712: Move non simple-bus nodes to root level (Rob Herring (Arm))
- arm64: dts: broadcom: bcm2712-d-rpi-5-b: update uart10 interrupt (Gregor Herburger)
- arm64: dts: broadcom: bcm2712-d-rpi-5-b: add fixes for pinctrl/pinctrl_aon (Gregor Herburger)
- arm64: dts: broadcom: bcm2712-rpi-5-b: add pinctrl properties for csi i2cs (Gregor Herburger)
- arm64: dts: broadcom: bcm2712: add camera backend node pispbe (Gregor Herburger)
- arm64: dts: broadcom: rp1: add csi nodes (Gregor Herburger)
- arm64: dts: broadcom: rp1: add i2c controller (Gregor Herburger)
- arm64: dts: broadcom: bcm2712: Add V3D device node (Maíra Canal)
- arm64: dts: freescale: imx93: Add Ethos-U65 NPU and SRAM nodes (Rob Herring (Arm))
- redhat: configs: fedora: Enable AMD ISP4 MIPI camera solution (Kate Hsuan)
- Documentation: add documentation of AMD isp 4 driver (Bin Du)
- media: platform: amd: isp4 debug fs logging and more descriptive errors (Bin Du)
- media: platform: amd: isp4 video node and buffers handling added (Bin Du)
- media: platform: amd: isp4 subdev and firmware loading handling added (Bin Du)
- media: platform: amd: Add isp4 fw and hw interface (Bin Du)
- media: platform: amd: low level support for isp4 firmware (Bin Du)
- media: platform: amd: Introduce amd isp4 capture driver (Bin Du)
- Linux v7.0.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2026-04-27 08:25:14 -06:00
Justin M. Forbes
7fa0474312
kernel-7.0.1-200
* Thu Apr 23 2026 Justin M. Forbes <jforbes@fedoraproject.org> [7.0.1-0]
- Initial setup for stable Fedora releases (Justin M. Forbes)
- Fix up rebase typo in drivers/pci/quirks.c (Justin M. Forbes)
- Linux v7.0.1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2026-04-23 10:42:16 -06:00
Justin M. Forbes
f207d92ed2
kernel-6.18.2-00
* Thu Dec 18 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.2-0]
- Add new configs for 6.18.2 (Justin M. Forbes)
- Linux v6.18.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-12-18 12:42:05 -07:00
Justin M. Forbes
f93e83b0e3
kernel-6.18.1-200
* Sat Dec 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.1-0]
- Initial setup for stable Fedora releases (Justin M. Forbes)
- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes)
- add libasan-static and libubsan as BR for selftests (Thorsten Leemhuis)
- add liburing-devel as BR for selftests (Thorsten Leemhuis)
- add a few optional BRs for perf (Thorsten Leemhuis)
- Linux v6.18.1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-12-13 11:24:43 +09:00
Justin M. Forbes
d25106ba01
kernel-6.16.1-200
* Fri Aug 15 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.16.1-0]
- Enable CONFIG_VHOST_ENABLE_FORK_OWNER_CONTROL (Justin M. Forbes)
- Disable NOVA_CORE (Justin M. Forbes)
- Turn off libbpf dynamic for perf (Justin M. Forbes)
- Revert some RHEL only crypto changes (Justin M. Forbes)
- HID: intel-thc-hid: intel-thc: Fix incorrect pointer arithmetic in I2C regs save (Aaron Ma)
- HID: intel-thc-hid: intel-quicki2c: Fix ACPI dsd ICRS/ISUB length (Aaron Ma)
- Initial setup for stable Fedora releases (Justin M. Forbes)
- btrfs: fix log tree replay failure due to file with 0 links and extents (Filipe Manana)
- Reset RHEL_RELEASE for the 6.17 cycle (Justin M. Forbes)
- redhat/kernel.spec: fix uname_variant call sites (Jan Stancek) [RHEL-104231]
- redhat/kernel.spec: fix uname_suffix call sites (Jan Stancek) [RHEL-104231]
- redhat/configs: Add evaluate_configs.py and documentation (Prarit Bhargava)
- redhat: Remove old evaluate_configs (Prarit Bhargava)
- Linux v6.16.1
Resolves: RHEL-104231

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-08-15 10:25:51 -06:00
Justin M. Forbes
8502804a4f
kernel-6.16.0-200
* Mon Jul 28 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.16.0-64]
- Linux v6.16.0
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-08-08 08:08:26 -06:00
Justin M. Forbes
b27bf1f5cf
kernel-6.15.2-201
* Fri Jun 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.2-0]
- wifi: ath12k: support MLO as well if single_chip_mlo_support flag is set (Baochen Qiang)
- wifi: ath12k: use fw_features only when it is valid (Baochen Qiang)
- wifi: ath12k: introduce ath12k_fw_feature_supported() (Baochen Qiang)
- aarch64: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in (Peter Robinson)
- redhat/configs: fedora: set some qcom clk, icc, and pinctrl drivers to built in (Brian Masney)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-06-13 10:00:21 -06:00
Justin M. Forbes
10b8721114
kernel-6.15.1-200
* Wed Jun 04 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.15.1-0]
- arm64: dts: rockchip: Drop assigned-clock* from cpu nodes on rk3588 (Diederik de Haas)
- arm64: dts: rockchip: Improve LED config for NanoPi R5S (Diederik de Haas)
- arm64: dts: rockchip: Move rk3568 PCIe3 MSI to use GIC ITS (Chukun Pan)
- arm64: dts: rockchip: Update eMMC for NanoPi R5 series (Peter Robinson)
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3566-rock3c (Peter Robinson)
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3566-quartz64-b (Diederik de Haas)
- arm64: dts: rockchip: Add phy-supply to gmac0 on NanoPi R5S (Diederik de Haas)
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3588-rock-5b (Diederik de Haas)
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3399-rockpro64 (Diederik de Haas)
- arm64: dts: rockchip: Add vcc-supply to SPI flash on rk3328-rock64 (Diederik de Haas)
- arm64: dts: rockchip: Move SHMEM memory to reserved memory on rk3588 (Chukun Pan)
- arm64: dts: rockchip: Add gmac phy reset GPIO to QNAP TS433 (Uwe Kleine-König)
- arm64: dts: rockchip: Correct gmac phy address on QNAP TS433 (Uwe Kleine-König)
- Reset build id for fedora-srpm script (Justin M. Forbes)
- 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)
- powerpc: Fix struct termio related ioctl macros (Madhavan Srinivasan)
- Initial setup for stable Fedora releases (Justin M. Forbes)
- Reset RHEL_RELEASE for the 6.16 cycle (Justin M. Forbes)
- fedora: add 'fedora' SBAT suffix for UKI addons (Li Tian)
- redhat: add downstream SBAT for UKI addons (Emanuele Giuseppe Esposito)
- uki_addons: provide custom SBAT as input parameter (Emanuele Giuseppe Esposito)
- uki_addons: remove completely sbat/sbat.conf (Emanuele Giuseppe Esposito)
- Linux v6.15.1
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-06-04 22:54:37 -06:00
Justin M. Forbes
fd82288c27
kernel-6.14.2-100
* Thu Apr 10 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.14.2-0]
- Config update for 6.14.2 (Justin M. Forbes)
- Linux v6.14.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-04-10 15:27:37 -06:00
Justin M. Forbes
014184211b
kernel-6.14.1-100
* Mon Apr 07 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.14.1-0]
- Config updates for 6.14.1 (Justin M. Forbes)
- redhat/kernel.spec: list python3-wheel explicitly for Fedora<42 (Jan Stancek)
- serial: 8250_dma: terminate correct DMA in tx_dma_flush() (John Keeping)
- serial: stm32: do not deassert RS485 RTS GPIO prematurely (Cheick Traore)
- perf tools: Fix up some comments and code to properly use the event_source bus (Greg Kroah-Hartman)
- memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_remove (Luo Qiu)
- usb: xhci: Apply the link chain quirk on NEC isoc endpoints (Michal Pecio)
- usb: xhci: Don't skip on Stopped - Length Invalid (Michal Pecio)
- net: usb: usbnet: restore usb%%d name exception for local mac addresses (Dominique Martinet)
- net: usb: qmi_wwan: add Telit Cinterion FE990B composition (Fabio Porcedda)
- net: usb: qmi_wwan: add Telit Cinterion FN990B composition (Fabio Porcedda)
- tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers (Sherry Sun)
- tty: serial: 8250: Add Brainboxes XC devices (Cameron Williams)
- tty: serial: 8250: Add some more device IDs (Cameron Williams)
- counter: microchip-tcb-capture: Fix undefined counter channel state on probe (William Breathitt Gray)
- counter: stm32-lptimer-cnt: fix error handling when enabling (Fabrice Gasnier)
- ALSA: hda/realtek: Bass speaker fixup for ASUS UM5606KA (Andres Traumann)
- ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx (Dhruv Deshpande)
- netfilter: socket: Lookup orig tuple for IPv6 SNAT (Maxim Mikityanskiy)
- cgroup/rstat: Fix forceidle time in cpu.stat (Abel Wu)
- atm: Fix NULL pointer dereference (Minjoong Kim)
- HID: hid-plantronics: Add mic mute mapping and generalize quirks (Terry Junge)
- ALSA: usb-audio: Add quirk for Plantronics headsets to fix control names (Terry Junge)
- Documentation/powerpc/fadump: add additional parameter feature details (Mamatha Inamdar) [RHEL-70827]
- powerpc: increase MIN RMA size for CAS negotiation (Mamatha Inamdar) [RHEL-70827]
- powerpc/fadump: fix additional param memory reservation for HASH MMU (Mamatha Inamdar) [RHEL-70827]
- powerpc: export MIN RMA size (Mamatha Inamdar) [RHEL-70827]
- fedora: arm64: move some TI drivers to modular (Peter Robinson)
- fedora: minor cleanups for 6.14 (Peter Robinson)
- Initial setup for stable Fedora releases (Justin M. Forbes)
- powerpc64/ftrace: fix module loading without patchable function entries (Anthony Iliopoulos)
- x86/insn_decoder_test: allow longer symbol-names (David Rheinsberg)
- apply -Wno-error=unterminated-string-initialization temporarily (Thorsten Leemhuis)
- Linux v6.14.1
Resolves: RHEL-70827

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-04-07 08:07:19 -06:00
Justin M. Forbes
db404242eb
kernel-6.14.0-200
* Mon Mar 24 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.14.0-1]
- Reset RHEL_RELEASE for 6.15 cycle (Justin M. Forbes)
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-04-03 16:29:58 -06:00
Justin M. Forbes
0c6fbb537d
kernel-6.13.2-200
* Sat Feb 08 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.13.2-0]
- Fix up configs for CONFIG_USB_ONBOARD_DEV_USB5744 (Justin M. Forbes)
- fedora: enable USB device USB5744 (Peter Robinson)
- Linux v6.13.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-02-08 09:13:47 -07:00
Justin M. Forbes
3e094f867b
kernel-6.13.0-200
* Mon Jan 20 2025 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.13.0-61]
- redhat/configs: Disable deprecated CONFIG_LCS option on s390 (Mete Durlu) [RHEL-68296]
- redhat/configs: make modular/disable NFS support (Dorinda Bassey)
- redhat/configs: Disable unsafe queuing disciplines (Dorinda Bassey)
- Linux v6.13.0
Resolves: RHEL-68296

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2025-01-28 11:54:16 -07:00
Justin M. Forbes
7860aeb434
kernel-6.12.2-200
* Thu Dec 05 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.2-0]
- Add new config for 6.12.2 (Justin M. Forbes)
- Revert "udp: avoid calling sock_def_readable() if possible" (Fernando Fernandez Mancera)
- Fedora: arm64: Enable Rockchip QP HDMI driver (Peter Robinson)
- arm64: dts: rockchip: Enable HDMI on Hardkernel ODROID-M2 (Jonas Karlman)
- arm64: dts: rockchip: Enable HDMI0 on FriendlyElec CM3588 NAS (Jonas Karlman)
- arm64: dts: rockchip: Enable HDMI0 on rock-5a (Cristian Ciocaltea)
- arm64: dts: rockchip: Enable HDMI0 on rk3588-nanopc-t6 (Marcin Juszkiewicz)
- arm64: dts: rockchip: Enable HDMI0 on Orange Pi 5 (Jimmy Hon)
- arm64: dts: rockchip: add and enable gpu node for Radxa ROCK 5A (FUKAUMI Naoki)
- arm64: dts: rockchip: Enable HDMI0 on orangepi-5-plus (Cristian Ciocaltea)
- arm64: dts: rockchip: Enable HDMI0 on rk3588-evb1 (Cristian Ciocaltea)
- arm64: dts: rockchip: Enable HDMI0 on rock-5b (Cristian Ciocaltea)
- arm64: dts: rockchip: Add HDMI0 node to rk3588 (Cristian Ciocaltea)
- drm/rockchip: Add basic RK3588 HDMI output support (Cristian Ciocaltea)
- drm/rockchip: Load crtc devices in preferred order (Jonas Karlman)
- drm/rockchip: dw_hdmi: Enable 4K@60Hz mode on RK3399 and RK356x (Jonas Karlman)
- drm/rockchip: dw_hdmi: Use auto-generated tables (Douglas Anderson)
- drm/rockchip: dw_hdmi: Set cur_ctr to 0 always (Douglas Anderson)
- drm/rockchip: dw_hdmi: Add phy_config for 594Mhz pixel clock (Nickey Yang)
- drm/bridge: synopsys: Add DW HDMI QP TX Controller support library (Cristian Ciocaltea)
- redhat: Drop bpftool from kernel spec (Viktor Malik)
- Revert "add pci_hw_vendor_status()" (Justin M. Forbes)
- Linux v6.12.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-12-05 08:39:58 -07:00
Justin M. Forbes
0ede8f112a
kernel-6.12.1-200
* Tue Nov 26 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.12.1-0]
- Bluetooth: btusb: add Foxconn 0xe0fc for Qualcomm WCN785x (Mark Pearson) [2329005]
- Initial set up for stable Fedora branch (Justin M. Forbes)
- arm64: dts: qcom: x1e80100-vivobook-s15: Enable the gpu (Maud Spierings)
- tools/rtla: fix collision with glibc sched_attr/sched_set_attr (Jan Stancek)
- tools/rtla: drop __NR_sched_getattr (Jan Stancek)
- Reset RHEL_RELEASE for 6.13 (Justin M. Forbes)
- redhat: Move perf_dlfilter.h from libperf-devel to perf (Akihiko Odaki)
- Consolidate configs to common for 6.12 (Justin M. Forbes)
- Linux v6.12.1
Resolves: rhbz#2329005

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
2024-11-26 13:14:55 -07:00