Re: [PATCH] serial: mpc52xx_uart: fix null pointer dereference

2010-05-10 Thread Grant Likely
On Mon, May 10, 2010 at 6:25 PM, Greg KH wrote: > On Mon, May 10, 2010 at 12:04:30AM +0200, Grant Likely wrote: >> Greg, I can either pick this up and push it out to Linus tomorrow, or >> let you do it.  Whichever you prefer.  Let me know so I don't cause >> conflicts in your tree. > > I have 2 ot

Re: [PATCH] serial: mpc52xx_uart: fix null pointer dereference

2010-05-10 Thread Greg KH
On Mon, May 10, 2010 at 12:04:30AM +0200, Grant Likely wrote: > On Wed, May 5, 2010 at 12:18 AM, Anatolij Gustschin wrote: > > Commit 6acc6833510db8f72b5ef343296d97480555fda9 > > introduced NULL pointer dereference and kernel crash > > on ppc32 machines while booting. Fix this bug now. > > > > Rep

Re: [PATCH] serial: mpc52xx_uart: fix null pointer dereference

2010-05-09 Thread Grant Likely
On Wed, May 5, 2010 at 12:18 AM, Anatolij Gustschin wrote: > Commit 6acc6833510db8f72b5ef343296d97480555fda9 > introduced NULL pointer dereference and kernel crash > on ppc32 machines while booting. Fix this bug now. > > Reported-by: Leonardo Chiquitto > Signed-off-by: Anatolij Gustschin Thanks

Re: [PATCH] serial: mpc52xx_uart: fix null pointer dereference

2010-05-05 Thread Leonardo Chiquitto
On Tue, May 4, 2010 at 7:18 PM, Anatolij Gustschin wrote: > Commit 6acc6833510db8f72b5ef343296d97480555fda9 > introduced NULL pointer dereference and kernel crash > on ppc32 machines while booting. Fix this bug now. > > Reported-by: Leonardo Chiquitto > Signed-off-by: Anatolij Gustschin > --- >