lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 28 Jun 2018 06:54:23 -0500
From:   Dan Murphy <dmurphy@...com>
To:     Andrew Lunn <andrew@...n.ch>
CC:     <f.fainelli@...il.com>, <netdev@...r.kernel.org>
Subject: Re: [PATCH 1/2] net: phy: DP83TC811: Add INT_STAT3

Andrew

On 06/28/2018 03:16 AM, Andrew Lunn wrote:
>>  		err = phy_write(phydev, MII_DP83811_INT_STAT1, 0);
>>  		if (err < 0)
>>  			return err;
>>  
>> -		err = phy_write(phydev, MII_DP83811_INT_STAT1, 0);
>> +		err = phy_write(phydev, MII_DP83811_INT_STAT2, 0);
>> +		if (err < 0)
>> +			return err;
>> +
>> +		err = phy_write(phydev, MII_DP83811_INT_STAT3, 0);
>>  	}
>>  
> 
> Hi Dan
> 
> This seems like a bug fix, and so should be in a patch of its own, for
> net, not net-next.
> 

Yes I was debating whether to include this change in the patch or have it
stand alone for stable back port.

I will pull it out and cc stable

>      Andrew
> 


-- 
------------------
Dan Murphy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ