kernel: bump 5.4 to 5.4.96
Ran update_kernel.sh in a fresh clone without any existing toolchains. Build system: x86_64 Build-tested: ipq806x/R7800, bcm27xx/bcm2711 Run-tested: ipq806x/R7800 Run-tested [*]: ramips/mt7621 (R6800, DIR-878 A1, EAP235-Wall) Signed-off-by: John Audia <graysky@archlinux.us> Tested-by: Stijn Segers <foss@volatilesystems.org> [*]
This commit is contained in:
		 John Audia
					John Audia
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							db00f312d3
						
					
				
				
					commit
					f3b827a965
				
			| @@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL | |||||||
|   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) |   KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) | ||||||
| endif | endif | ||||||
|  |  | ||||||
| LINUX_VERSION-5.4 = .95 | LINUX_VERSION-5.4 = .96 | ||||||
|  |  | ||||||
| LINUX_KERNEL_HASH-5.4.95 = 030ae544f346bfa2ce619dd9e17e93d10ec393632d3b6d6cf5d1fc84b914d449 | LINUX_KERNEL_HASH-5.4.96 = f728de695ec5eb17efa15acaecc48fcd7a6c4a912b51704ed137cccf93f9f5e0 | ||||||
|  |  | ||||||
| remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) | ||||||
| sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) | ||||||
|   | |||||||
| @@ -706,7 +706,7 @@ | |||||||
|  EXPORT_SYMBOL(xfrm_parse_spi); |  EXPORT_SYMBOL(xfrm_parse_spi); | ||||||
| --- a/net/ipv4/tcp_input.c | --- a/net/ipv4/tcp_input.c | ||||||
| +++ b/net/ipv4/tcp_input.c | +++ b/net/ipv4/tcp_input.c | ||||||
| @@ -3975,14 +3975,16 @@ static bool tcp_parse_aligned_timestamp( | @@ -3976,14 +3976,16 @@ static bool tcp_parse_aligned_timestamp( | ||||||
|  { |  { | ||||||
|  	const __be32 *ptr = (const __be32 *)(th + 1); |  	const __be32 *ptr = (const __be32 *)(th + 1); | ||||||
|   |   | ||||||
|   | |||||||
| @@ -68,7 +68,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org> | |||||||
|  			offset = CORE_STS_OVERRIDE_IMP; |  			offset = CORE_STS_OVERRIDE_IMP; | ||||||
|  		else |  		else | ||||||
|  			offset = CORE_STS_OVERRIDE_IMP2; |  			offset = CORE_STS_OVERRIDE_IMP2; | ||||||
| @@ -542,7 +543,8 @@ static void bcm_sf2_sw_mac_config(struct | @@ -546,7 +547,8 @@ static void bcm_sf2_sw_mac_config(struct | ||||||
|  	if (port == core_readl(priv, CORE_IMP0_PRT_ID)) |  	if (port == core_readl(priv, CORE_IMP0_PRT_ID)) | ||||||
|  		return; |  		return; | ||||||
|   |   | ||||||
| @@ -78,7 +78,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org> | |||||||
|  		offset = CORE_STS_OVERRIDE_GMIIP_PORT(port); |  		offset = CORE_STS_OVERRIDE_GMIIP_PORT(port); | ||||||
|  	else |  	else | ||||||
|  		offset = CORE_STS_OVERRIDE_GMIIP2_PORT(port); |  		offset = CORE_STS_OVERRIDE_GMIIP2_PORT(port); | ||||||
| @@ -984,6 +986,30 @@ struct bcm_sf2_of_data { | @@ -988,6 +990,30 @@ struct bcm_sf2_of_data { | ||||||
|  	unsigned int num_cfp_rules; |  	unsigned int num_cfp_rules; | ||||||
|  }; |  }; | ||||||
|   |   | ||||||
| @@ -109,7 +109,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org> | |||||||
|  /* Register offsets for the SWITCH_REG_* block */ |  /* Register offsets for the SWITCH_REG_* block */ | ||||||
|  static const u16 bcm_sf2_7445_reg_offsets[] = { |  static const u16 bcm_sf2_7445_reg_offsets[] = { | ||||||
|  	[REG_SWITCH_CNTRL]	= 0x00, |  	[REG_SWITCH_CNTRL]	= 0x00, | ||||||
| @@ -1032,6 +1058,9 @@ static const struct bcm_sf2_of_data bcm_ | @@ -1036,6 +1062,9 @@ static const struct bcm_sf2_of_data bcm_ | ||||||
|  }; |  }; | ||||||
|   |   | ||||||
|  static const struct of_device_id bcm_sf2_of_match[] = { |  static const struct of_device_id bcm_sf2_of_match[] = { | ||||||
|   | |||||||
| @@ -38,7 +38,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> | |||||||
|  		     const struct switchdev_obj_port_vlan *vlan); |  		     const struct switchdev_obj_port_vlan *vlan); | ||||||
| --- a/drivers/net/dsa/bcm_sf2.c | --- a/drivers/net/dsa/bcm_sf2.c | ||||||
| +++ b/drivers/net/dsa/bcm_sf2.c | +++ b/drivers/net/dsa/bcm_sf2.c | ||||||
| @@ -635,7 +635,9 @@ static void bcm_sf2_sw_mac_link_down(str | @@ -639,7 +639,9 @@ static void bcm_sf2_sw_mac_link_down(str | ||||||
|  static void bcm_sf2_sw_mac_link_up(struct dsa_switch *ds, int port, |  static void bcm_sf2_sw_mac_link_up(struct dsa_switch *ds, int port, | ||||||
|  				   unsigned int mode, |  				   unsigned int mode, | ||||||
|  				   phy_interface_t interface, |  				   phy_interface_t interface, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user