mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Refresh patches. Minor update 704-phy-no-genphy-soft-reset.patch which was partially accepted upstream. Compile-tested on ar71xx. Runtime-tested on ar71xx. Fixes the following vulnerabilities: - CVE-2017-7533 (4.4.80) - CVE-2017-1000111 (4.4.82) - CVE-2017-1000112 (4.4.82) Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> [cleanup commit message, add compile/runtime tested] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/net/phy/phy_device.c
 | 
						|
+++ b/drivers/net/phy/phy_device.c
 | 
						|
@@ -1465,7 +1465,7 @@ static struct phy_driver genphy_driver[]
 | 
						|
 	.phy_id         = 0xffffffff,
 | 
						|
 	.phy_id_mask    = 0xffffffff,
 | 
						|
 	.name           = "Generic 10G PHY",
 | 
						|
-	.soft_reset	= gen10g_soft_reset,
 | 
						|
+	.soft_reset	= genphy_no_soft_reset,
 | 
						|
 	.config_init    = gen10g_config_init,
 | 
						|
 	.features       = 0,
 | 
						|
 	.config_aneg    = gen10g_config_aneg,
 |