Re: [OpenWrt-Devel] [PATCH] b53 kernel memory corruption fix

2015-06-10 Thread Jonas Gorski
Hi, On Tue, Jun 9, 2015 at 11:57 AM, blmink wrote: You should fix your email client to have your full name here, or add a proper From: <> line into the description. This isn't important for svn, but any git requires it for proper patch ownership. > Hi, > > this patch fixes kernel memory corrupt

Re: [OpenWrt-Devel] [PATCH] b53 kernel memory corruption fix

2015-06-10 Thread Rafał Miłecki
On 9 June 2015 at 11:57, blmink wrote: > Hi, We usually don't want "hi" and "hello" it commit messages ;) > this patch fixes kernel memory corruption in b53 driver during device global > reset, which causes kernel panic especially on 64bit platforms. There is sth wrong with patch format I gues

[OpenWrt-Devel] [PATCH] b53 kernel memory corruption fix

2015-06-09 Thread blmink
Hi, this patch fixes kernel memory corruption in b53 driver during device global reset, which causes kernel panic especially on 64bit platforms. Signed-off-by: Fedor Konstantinov --- Index: target/linux/generic/files/drivers/net/phy/b53/b53_common.c ===