Re: WARNING in shmem_evict_inode

2015-12-16 Thread Holger Hoffstätte
On 12/02/15 10:29, Hugh Dickins wrote: > On Mon, 23 Nov 2015, Dmitry Vyukov wrote: >> On Mon, Nov 9, 2015 at 9:55 AM, Dmitry Vyukov wrote: [snip] >>> triggers WARNING in shmem_evict_inode: >>> >>> ----[ cut here ] >>>

Re: WARNING in shmem_evict_inode

2015-12-16 Thread Holger Hoffstätte
On 12/02/15 10:29, Hugh Dickins wrote: > On Mon, 23 Nov 2015, Dmitry Vyukov wrote: >> On Mon, Nov 9, 2015 at 9:55 AM, Dmitry Vyukov <dvyu...@google.com> wrote: [snip] >>> triggers WARNING in shmem_evict_inode: >>> >>> ----[ cut here ]---

Re: WARNING in shmem_evict_inode

2015-12-02 Thread Hugh Dickins
yscall(SYS_memfd_create, 0x2f96ul, 0x2ul, 0, 0, 0, 0); > > syscall(SYS_fallocate, fd, 0x0ul, 0x31d89288ul, 0x4ul, 0, 0); > > syscall(SYS_mmap, 0x20061000ul, 0xc0ul, > > 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul); > > pthread_create(, 0, th

Re: WARNING in shmem_evict_inode

2015-12-02 Thread Hugh Dickins
gt; 9); > > fd = syscall(SYS_memfd_create, 0x2f96ul, 0x2ul, 0, 0, 0, 0); > > syscall(SYS_fallocate, fd, 0x0ul, 0x31d89288ul, 0x4ul, 0, 0); > > syscall(SYS_mmap, 0x20061000ul, 0xc0ul, > > 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul); &g

Re: WARNING in shmem_evict_inode

2015-11-23 Thread Dmitry Vyukov
> 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul); > pthread_create(, 0, thr, 0); > syscall(SYS_fstat, fd, 0x20550fcful, 0, 0, 0, 0); > pthread_join(th, 0); > return 0; > } > > > triggers WARNING in shmem_evict_inode: > > [ cut here ]---

Re: WARNING in shmem_evict_inode

2015-11-23 Thread Dmitry Vyukov
0x20061000ul, 0xc0ul, > 0x1a9d91e04768640bul, 0x11ul, fd, 0x0ul); > pthread_create(, 0, thr, 0); > syscall(SYS_fstat, fd, 0x20550fcful, 0, 0, 0, 0); > pthread_join(th, 0); > return 0; > } > > > triggers WARNING in shmem_evict_inode: > > ---

WARNING in shmem_evict_inode

2015-11-09 Thread Dmitry Vyukov
rs WARNING in shmem_evict_inode: [ cut here ]-------- WARNING: CPU: 0 PID: 10442 at mm/shmem.c:625 shmem_evict_inode+0x335/0x480() Modules linked in: CPU: 1 PID: 8944 Comm: executor Not tainted 4.3.0+ #39 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011 00

WARNING in shmem_evict_inode

2015-11-09 Thread Dmitry Vyukov
rs WARNING in shmem_evict_inode: [ cut here ]-------- WARNING: CPU: 0 PID: 10442 at mm/shmem.c:625 shmem_evict_inode+0x335/0x480() Modules linked in: CPU: 1 PID: 8944 Comm: executor Not tainted 4.3.0+ #39 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011 00