Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-09-02 Thread 小野寛生
Thank you! The attached patch to sys/kern/uipc_socket.c worked. I will file a bug report later. 2014-09-02 9:49 GMT+09:00 Garrett Cooper : > Is bpf built into the kernel, or is it built and loaded as a module. I'm > wondering because an issue with vimage and socket "hook" support was resolved >

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-09-01 Thread Garrett Cooper
> On Aug 30, 2014, at 22:01, Hiroo Ono (小野寛生) > wrote: > > Hello, > > During upgrading world and kernel from r26939 to r270837, I got the > following problem. > a) the arch is i386 > b) kernel is of r270837, userland is of r26939 (make kernel is done > and rebooted, make installworld not yet).

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-09-01 Thread 小野寛生
Hello, 2014-09-01 5:34 GMT+09:00 John-Mark Gurney : > Can you find out what line the filt_soread is on? This will help figure > out if it's kn or so... If you could get the address of the page fault, > that would also be helpful... > > Ok, a similar fix was committed in r133794, and a quick look

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-09-01 Thread 小野寛生
Hello, 2014/09/01 8:31 "Julian Elischer" : > > On 8/30/14, 10:01 PM, Hiroo Ono (小野寛生) wrote: >> >> Hello, >> >> During upgrading world and kernel from r26939 to r270837, I got the >> > > r26939 has the wrong number of digits. what was your correct previous revision? r269369 is the correct revisi

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-31 Thread John-Mark Gurney
Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 20:43 +0900: > Thank you for taking a look into this. > > 2014-08-31 15:47 GMT+09:00 John-Mark Gurney : > > Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 > > +0900: > >> During upgrading world and kern

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-31 Thread 小野寛生
Thank you for taking a look into this. 2014-08-31 15:47 GMT+09:00 John-Mark Gurney : > Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 > +0900: >> During upgrading world and kernel from r26939 to r270837, I got the >> following problem. >> a) the arch is i386 >> b) kerne

Re: Kernel page fault with non-sleepable locks held error with kernel r270837

2014-08-30 Thread John-Mark Gurney
Hiroo Ono () wrote this message on Sun, Aug 31, 2014 at 14:01 +0900: > During upgrading world and kernel from r26939 to r270837, I got the > following problem. > a) the arch is i386 > b) kernel is of r270837, userland is of r26939 (make kernel is done > and rebooted, make installworld n