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
|
|
@ -1,3 +1,162 @@
|
|||
https://gitlab.com/cki-project/kernel-ark/-/commit/dc3a145ac459508e4074946ab926a4d9803aa2a0
|
||||
dc3a145ac459508e4074946ab926a4d9803aa2a0 drm/v3d: Reject empty multisync extension to prevent infinite loop
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/eb657386c5855d2a96e82426ff968a331056381b
|
||||
eb657386c5855d2a96e82426ff968a331056381b net: macb: Use napi_schedule_irqoff() in IRQ handler
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/f3cfe71f8a352c101188130ffdf50b14bede9dab
|
||||
f3cfe71f8a352c101188130ffdf50b14bede9dab net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPI
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/3cec419c07008a5344bb87c49d66c5fcf3a00142
|
||||
3cec419c07008a5344bb87c49d66c5fcf3a00142 net: macb: Remove dedicated IRQ handler for WoL
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/1ee63176faf30585031fb5ee02bc44d13155f2a3
|
||||
1ee63176faf30585031fb5ee02bc44d13155f2a3 net: macb: Factor out the handling of non-hot IRQ events into a separate function
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/095d65e8231e9bd4117f84e66ca690c3535dccdd
|
||||
095d65e8231e9bd4117f84e66ca690c3535dccdd net: macb: Introduce macb_queue_isr_clear() helper function
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/cddb5ec47ff05cdb9e80dcadf78f59a29599d477
|
||||
cddb5ec47ff05cdb9e80dcadf78f59a29599d477 net: macb: Replace open-coded implementation with napi_schedule()
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/def446b0ffaa2a41f119bb308b1a4bf510714089
|
||||
def446b0ffaa2a41f119bb308b1a4bf510714089 net: macb: fix use of at91_default_usrio without CONFIG_OF
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/4bff799b00d5f84db3477fd5f95a23cb41a439e2
|
||||
4bff799b00d5f84db3477fd5f95a23cb41a439e2 net: macb: drop usrio pointer on EyeQ5 config
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/5fae490c804854e3ef23157ddd0c4339ad77c050
|
||||
5fae490c804854e3ef23157ddd0c4339ad77c050 net: macb: set MACB_CAPS_USRIO_DISABLED if no usrio config is provided
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/df0b024e10f3482302da7a6f557f5e17319463fa
|
||||
df0b024e10f3482302da7a6f557f5e17319463fa net: macb: runtime detect MACB_CAPS_USRIO_DISABLED
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/ecbc6c1a57b211699944065401cc8ed6400b258e
|
||||
ecbc6c1a57b211699944065401cc8ed6400b258e net: macb: timer adjust mode is not supported
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/c8eed9677ebc8a65d9d0f6663a101dfcefe11ead
|
||||
c8eed9677ebc8a65d9d0f6663a101dfcefe11ead net: macb: clean up tsu clk rate acquisition
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/6cbc69d90df8616e222cf1f7e4e102630637d7e2
|
||||
6cbc69d90df8616e222cf1f7e4e102630637d7e2 net: macb: warn on pclk use as a tsu_clk fallback
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/705ec686ecd84ee404832f77c2517038a5eb3024
|
||||
705ec686ecd84ee404832f77c2517038a5eb3024 net: macb: add mpfs specific usrio configuration
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/f6872aad2e0c77731ca433025be182744a4948f0
|
||||
f6872aad2e0c77731ca433025be182744a4948f0 net: macb: np4 doesn't need a usrio pointer
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/29fe9fe82b8df6c552b301d278137e6df10c86db
|
||||
29fe9fe82b8df6c552b301d278137e6df10c86db net: macb: rework usrio refclk selection code
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/7bfd324aeb36caeacec3b69bac1e805ad5e6b3f3
|
||||
7bfd324aeb36caeacec3b69bac1e805ad5e6b3f3 net: macb: split USRIO_HAS_CLKEN capability in two
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/8b2f394823a60e5a28f9653a137852061e69316b
|
||||
8b2f394823a60e5a28f9653a137852061e69316b net: macb: rename macb_default_usrio to at91_default_usrio as not all platforms have mii mode control in usrio
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/d7bb406858ead33555064201870693990c9f7413
|
||||
d7bb406858ead33555064201870693990c9f7413 Revert "net: macb: Clean up the .usrio settings in macb_config instances"
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/e630fb9b856c412625d09c24d18d8afeefaf82f1
|
||||
e630fb9b856c412625d09c24d18d8afeefaf82f1 net: macb: add support for Microchip pic64hpsc ethernet endpoint
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/10a0b7af9e3b28ad971b883270c9af5afd0c9369
|
||||
10a0b7af9e3b28ad971b883270c9af5afd0c9369 net: macb: add safeguards for jumbo frame larger than 10240
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/4b63219dfed63ebfaa78e55314c3382d53f39202
|
||||
4b63219dfed63ebfaa78e55314c3382d53f39202 net: macb: set default_an_inband to true for SGMII
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/f55d3cff1b85dab0298539695cff3005cfda2262
|
||||
f55d3cff1b85dab0298539695cff3005cfda2262 net: macb: Clean up the .usrio settings in macb_config instances
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/f02732b2f4c4cc6e827ce73cd9e836ef590da006
|
||||
f02732b2f4c4cc6e827ce73cd9e836ef590da006 net: macb: Clean up the .init settings in macb_config instances
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/c18f79c99588a7a1748c1551f3778a5920be5a46
|
||||
c18f79c99588a7a1748c1551f3778a5920be5a46 net: macb: Clean up the .clk_init setting in the macb_config instances
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/3bd0daeaef5def29918567f3706552ef27795b71
|
||||
3bd0daeaef5def29918567f3706552ef27795b71 net: cadence: macb: enable EEE for Mobileye EyeQ5
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/cdbb1a704ad445d22166a2a6f3892fb1112fecb1
|
||||
cdbb1a704ad445d22166a2a6f3892fb1112fecb1 net: cadence: macb: enable EEE for Raspberry Pi RP1
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/dc6150b07156d28f27728394ef2f8ac8e8576205
|
||||
dc6150b07156d28f27728394ef2f8ac8e8576205 net: cadence: macb: add ethtool EEE support
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/426db79853e3f4661e47c2bb3898ab604f436f58
|
||||
426db79853e3f4661e47c2bb3898ab604f436f58 net: cadence: macb: implement EEE TX LPI support
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/c7b81454b4c8e83a9e4703d6a89a7d9f2182f4bd
|
||||
c7b81454b4c8e83a9e4703d6a89a7d9f2182f4bd net: cadence: macb: add EEE LPI statistics counters
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/324c3711f99352a519ced4f57a0b979d8a51c8ba
|
||||
324c3711f99352a519ced4f57a0b979d8a51c8ba net: macb: use ethtool_sprintf to fill ethtool stats strings
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/ab0143c22156e2ceabee74f095cfaada38dd4806
|
||||
ab0143c22156e2ceabee74f095cfaada38dd4806 net: macb: add the .pcs_inband_caps() callback for SGMII
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/d146cb96f4ed4270dc04a4f5cdf3d9a15cf80cbb
|
||||
d146cb96f4ed4270dc04a4f5cdf3d9a15cf80cbb net: macb: add support for reporting SGMII inband link status
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/ce128e34d6808c70c2bb0f12a37db37578ac7d46
|
||||
ce128e34d6808c70c2bb0f12a37db37578ac7d46 net: macb: fix SGMII with inband aneg disabled
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/e4c8bf72a5de7abf94f30895c023abf25a259ace
|
||||
e4c8bf72a5de7abf94f30895c023abf25a259ace net: cadence: macb: add ethtool nway_reset support
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/78bc02e06af6a4dfaf7c101b44e90754c42d0ff5
|
||||
78bc02e06af6a4dfaf7c101b44e90754c42d0ff5 ARM: dts: broadcom: bcm2835-rpi: Move non simple-bus nodes to root level
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/aed7a1e46ab5a8f9cdf9d8e6f92205b8c9b94e83
|
||||
aed7a1e46ab5a8f9cdf9d8e6f92205b8c9b94e83 arm64: dts: broadcom: bcm2712: Move non simple-bus nodes to root level
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/912c4e57060e87a71be98074c4c43658e402191d
|
||||
912c4e57060e87a71be98074c4c43658e402191d arm64: dts: broadcom: bcm2712-d-rpi-5-b: update uart10 interrupt
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/b736d4af02c0dc45b62b1b57aa2c573cfa8bb70c
|
||||
b736d4af02c0dc45b62b1b57aa2c573cfa8bb70c arm64: dts: broadcom: bcm2712-d-rpi-5-b: add fixes for pinctrl/pinctrl_aon
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/9579b472973b51d5f24ed9682c704d59a4ebe23a
|
||||
9579b472973b51d5f24ed9682c704d59a4ebe23a arm64: dts: broadcom: bcm2712-rpi-5-b: add pinctrl properties for csi i2cs
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/58d9a4f680a76144148b89439449596d034f59a3
|
||||
58d9a4f680a76144148b89439449596d034f59a3 arm64: dts: broadcom: bcm2712: add camera backend node pispbe
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/dd1830ef448bf366f67e6721a26cdba4cb7ff9fc
|
||||
dd1830ef448bf366f67e6721a26cdba4cb7ff9fc arm64: dts: broadcom: rp1: add csi nodes
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/410af8469a923dbf5b86a6803a11baf9b4389fd4
|
||||
410af8469a923dbf5b86a6803a11baf9b4389fd4 arm64: dts: broadcom: rp1: add i2c controller
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/bccab7a88dea23431407839dc6d2a64b4f1215e2
|
||||
bccab7a88dea23431407839dc6d2a64b4f1215e2 arm64: dts: broadcom: bcm2712: Add V3D device node
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/53c9aad19855ba5a1cb45cbb6c44a0b046815959
|
||||
53c9aad19855ba5a1cb45cbb6c44a0b046815959 arm64: dts: freescale: imx93: Add Ethos-U65 NPU and SRAM nodes
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/4c2e732ad5d15a3d8080d8ebf7b2e86f51a153f5
|
||||
4c2e732ad5d15a3d8080d8ebf7b2e86f51a153f5 Documentation: add documentation of AMD isp 4 driver
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/711109dff36b615e872fe739dca0c8c5e219bee8
|
||||
711109dff36b615e872fe739dca0c8c5e219bee8 media: platform: amd: isp4 debug fs logging and more descriptive errors
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/d250c9ec6a1185759539136fc5c00b909ecb391a
|
||||
d250c9ec6a1185759539136fc5c00b909ecb391a media: platform: amd: isp4 video node and buffers handling added
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/d54ed8f39392e1c7e82f0a2dd2b94135b30e8a80
|
||||
d54ed8f39392e1c7e82f0a2dd2b94135b30e8a80 media: platform: amd: isp4 subdev and firmware loading handling added
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/9a7de974831ae5560192b0e6e3051b379d55da69
|
||||
9a7de974831ae5560192b0e6e3051b379d55da69 media: platform: amd: Add isp4 fw and hw interface
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/931a94124353ed16aeb83077908d120f52fc5ed1
|
||||
931a94124353ed16aeb83077908d120f52fc5ed1 media: platform: amd: low level support for isp4 firmware
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/ec1a008cf8f5f4a854253363213af9b7f10b668a
|
||||
ec1a008cf8f5f4a854253363213af9b7f10b668a media: platform: amd: Introduce amd isp4 capture driver
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/b34b1a79f731a2d213db5cd4e194d3f1471b00c8
|
||||
b34b1a79f731a2d213db5cd4e194d3f1471b00c8 Fix up rebase typo in drivers/pci/quirks.c
|
||||
|
||||
|
|
|
|||
|
|
@ -10230,6 +10230,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10198,6 +10198,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10229,6 +10229,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10197,6 +10197,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10245,6 +10245,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10213,6 +10213,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10241,6 +10241,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -10209,6 +10209,7 @@ CONFIG_VIDEO_AK7375=m
|
|||
CONFIG_VIDEO_AK881X=m
|
||||
CONFIG_VIDEO_ALLEGRO_DVT=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AMPHION_VPU=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
|
|
|
|||
|
|
@ -8278,6 +8278,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8245,6 +8245,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8448,6 +8448,7 @@ CONFIG_VIDEO_ADP1653=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
# CONFIG_VIDEO_AK881X is not set
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8415,6 +8415,7 @@ CONFIG_VIDEO_ADP1653=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
# CONFIG_VIDEO_AK881X is not set
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8460,6 +8460,7 @@ CONFIG_VIDEO_ADP1653=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
# CONFIG_VIDEO_AK881X is not set
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8427,6 +8427,7 @@ CONFIG_VIDEO_ADP1653=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
# CONFIG_VIDEO_AK881X is not set
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8234,6 +8234,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8201,6 +8201,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
# CONFIG_VIDEO_AMD_ISP4_CAPTURE is not set
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8877,6 +8877,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8845,6 +8845,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8889,6 +8889,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -8857,6 +8857,7 @@ CONFIG_VIDEO_ADV7842=m
|
|||
CONFIG_VIDEO_AK7375=m
|
||||
CONFIG_VIDEO_AK881X=m
|
||||
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||
CONFIG_VIDEO_AMD_ISP4_CAPTURE=m
|
||||
CONFIG_VIDEO_AR0521=m
|
||||
CONFIG_VIDEO_AU0828=m
|
||||
# CONFIG_VIDEO_AU0828_RC is not set
|
||||
|
|
|
|||
|
|
@ -1,3 +1,61 @@
|
|||
* 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:
|
||||
|
||||
* 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)
|
||||
|
|
|
|||
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)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-7.0.1.tar.xz) = 3ad0e54a5f7c5dd401fb357477cdfcc15ea36c16232ed0663d337b20ce473886154e5ba13998787a6264e2c92c964ff19d5846bd1e268abf6ec3d1f553f566ad
|
||||
SHA512 (kernel-abi-stablelists-7.0.1.tar.xz) = 2e8e1c3635b2aa137f61d8d6108067f34b996a4fb04abd0ca6640cca225c59eacb5ec426b2419ddf1881d79e66b1e2e9bac25a4dc7b0139902da014e2acf826a
|
||||
SHA512 (kernel-kabi-dw-7.0.1.tar.xz) = 48aec2e526b261cdee9f59eac131be13dabd87b7e959b3b45849969bf8136f7100c12b4d92ef45d9e18867bb021dba2d9e0d7754c15596cd972b99e439af86d4
|
||||
SHA512 (linux-7.0.2.tar.xz) = 4d0678ca27dda6b74e585fc706b119b95384112c1e759fe51d1876eb853dc6ae3b539302e2bbd8154387219f5d9f55957c364f69e7b10aeac34f7845051b3b9c
|
||||
SHA512 (kernel-abi-stablelists-7.0.2.tar.xz) = d65b251f3902eb9720582b9eaec71dc1541c3c66a05b302f335cd0089daae9af2f11b9bfc2f7c798e3d76aff98a7d07f1227fe7cb6de166ba224b98137c9de49
|
||||
SHA512 (kernel-kabi-dw-7.0.2.tar.xz) = 2369d95fc4fa061198b64a2b7cba37ebcae1de9848d8a120077024f946aa2ac104fbe98d279c2a6e30b465ad76baaeeca40e414f113ef91070e3f6790b92af1f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue