Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
On Tue, 2012-10-02 at 13:27 -0700, Hugh Dickins wrote: > On Tue, 2 Oct 2012, Shuah Khan wrote: > > I started seeing the following null pointer dereference on > > a linux-next sept 21 git and still seeing it on linux-next > > Sep 27th git. > > > > Can be reproduced easily. I have been able to

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
On Tue, 2012-10-02 at 17:10 -0400, Theodore Ts'o wrote: > The patch series in question has already been dropped, since there > were some other problems found and we decided it wasn't ready for this > merge window. > > If you look at the latest linux-next branch, you'll see that those > patches

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Theodore Ts'o
The patch series in question has already been dropped, since there were some other problems found and we decided it wasn't ready for this merge window. If you look at the latest linux-next branch, you'll see that those patches are gone, so it should be good once you upgrade to the latest

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Hugh Dickins
On Tue, 2 Oct 2012, Shuah Khan wrote: > I started seeing the following null pointer dereference on > a linux-next sept 21 git and still seeing it on linux-next > Sep 27th git. > > Can be reproduced easily. I have been able to reproduce every > time I do a complete build of a kernel on fresh

kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
I started seeing the following null pointer dereference on a linux-next sept 21 git and still seeing it on linux-next Sep 27th git. Can be reproduced easily. I have been able to reproduce every time I do a complete build of a kernel on fresh checkout or touch a header file that forces full

kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
I started seeing the following null pointer dereference on a linux-next sept 21 git and still seeing it on linux-next Sep 27th git. Can be reproduced easily. I have been able to reproduce every time I do a complete build of a kernel on fresh checkout or touch a header file that forces full

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Hugh Dickins
On Tue, 2 Oct 2012, Shuah Khan wrote: I started seeing the following null pointer dereference on a linux-next sept 21 git and still seeing it on linux-next Sep 27th git. Can be reproduced easily. I have been able to reproduce every time I do a complete build of a kernel on fresh checkout

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Theodore Ts'o
The patch series in question has already been dropped, since there were some other problems found and we decided it wasn't ready for this merge window. If you look at the latest linux-next branch, you'll see that those patches are gone, so it should be good once you upgrade to the latest

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
On Tue, 2012-10-02 at 17:10 -0400, Theodore Ts'o wrote: The patch series in question has already been dropped, since there were some other problems found and we decided it wasn't ready for this merge window. If you look at the latest linux-next branch, you'll see that those patches are

Re: kernel NULL pointer dereference at rb_erase+0x1a3/0x370

2012-10-02 Thread Shuah Khan
On Tue, 2012-10-02 at 13:27 -0700, Hugh Dickins wrote: On Tue, 2 Oct 2012, Shuah Khan wrote: I started seeing the following null pointer dereference on a linux-next sept 21 git and still seeing it on linux-next Sep 27th git. Can be reproduced easily. I have been able to reproduce