Re: [PATCH v2 0/3] irqchip/mbigen: bugfixs

2017-05-12 Thread Marc Zyngier
On 12/05/17 04:55, Hanjun Guo wrote: > From: Hanjun Guo > > Here are 3 bugfixes for mbigen: > > Patch 1 is a critical bugfix which to fix the mbigen probe failure, > commit 216646e4d82e ("irqchip/mbigen: Fix return value check in > mbigen_device_probe()") introduced this breakage; > > Patch 2 f

Re: [PATCH v2 0/3] irqchip/mbigen: bugfixs

2017-05-11 Thread majun (Euler7)
Hi Hanjun, This patchset is fine to me and make my D05 machine work again.So, Tested-by: MaJun Thanks Majun 在 2017/5/12 11:55, Hanjun Guo 写道: > From: Hanjun Guo > > Here are 3 bugfixes for mbigen: > > Patch 1 is a critical bugfix which to fix the mbigen probe failure, > commit 216646

[PATCH v2 0/3] irqchip/mbigen: bugfixs

2017-05-11 Thread Hanjun Guo
From: Hanjun Guo Here are 3 bugfixes for mbigen: Patch 1 is a critical bugfix which to fix the mbigen probe failure, commit 216646e4d82e ("irqchip/mbigen: Fix return value check in mbigen_device_probe()") introduced this breakage; Patch 2 fixes a potential NULL dereferencing; Patch 3 fixes a w