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>
This commit is contained in:
parent
7fa0474312
commit
28b83aaaa2
25 changed files with 6500 additions and 86 deletions
65
kernel.spec
65
kernel.spec
|
|
@ -187,18 +187,18 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 7.0.1
|
||||
%define specversion 7.0.1
|
||||
%define specrpmversion 7.0.2
|
||||
%define specversion 7.0.2
|
||||
%define patchversion 7.0
|
||||
%define pkgrelease 200
|
||||
%define kversion 7
|
||||
%define tarfile_release 7.0.1
|
||||
%define tarfile_release 7.0.2
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 0
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 200%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 7.0.1
|
||||
%define kabiversion 7.0.2
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -4825,6 +4825,63 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue