Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628976 > unrolled thread
| Started by | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| First post | 2017-04-23 12:30 +0200 |
| Last post | 2017-04-24 15:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2017-04-23 12:30 +0200
Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever Stanislaw Gruszka <sgruszka@redhat.com> - 2017-04-24 14:50 +0200
Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2017-04-24 15:10 +0200
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Date | 2017-04-23 12:30 +0200 |
| Subject | Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever |
| Message-ID | <tzmWd-7fX-1@gated-at.bofh.it> |
On 2017/03/10 20:44, Tetsuo Handa wrote: > Michal Hocko wrote: >> On Thu 09-03-17 13:05:40, Johannes Weiner wrote: >>> On Tue, Mar 07, 2017 at 02:52:36PM -0500, Rik van Riel wrote: >>>> It only does this to some extent. If reclaim made >>>> no progress, for example due to immediately bailing >>>> out because the number of already isolated pages is >>>> too high (due to many parallel reclaimers), the code >>>> could hit the "no_progress_loops > MAX_RECLAIM_RETRIES" >>>> test without ever looking at the number of reclaimable >>>> pages. >>> >>> Hm, there is no early return there, actually. We bump the loop counter >>> every time it happens, but then *do* look at the reclaimable pages. >>> >>>> Could that create problems if we have many concurrent >>>> reclaimers? >>> >>> With increased concurrency, the likelihood of OOM will go up if we >>> remove the unlimited wait for isolated pages, that much is true. >>> >>> I'm not sure that's a bad thing, however, because we want the OOM >>> killer to be predictable and timely. So a reasonable wait time in >>> between 0 and forever before an allocating thread gives up under >>> extreme concurrency makes sense to me. >>> >>>> It may be OK, I just do not understand all the implications. >>>> >>>> I like the general direction your patch takes the code in, >>>> but I would like to understand it better... >>> >>> I feel the same way. The throttling logic doesn't seem to be very well >>> thought out at the moment, making it hard to reason about what happens >>> in certain scenarios. >>> >>> In that sense, this patch isn't really an overall improvement to the >>> way things work. It patches a hole that seems to be exploitable only >>> from an artificial OOM torture test, at the risk of regressing high >>> concurrency workloads that may or may not be artificial. >>> >>> Unless I'm mistaken, there doesn't seem to be a whole lot of urgency >>> behind this patch. Can we think about a general model to deal with >>> allocation concurrency? >> >> I am definitely not against. There is no reason to rush the patch in. > > I don't hurry if we can check using watchdog whether this problem is occurring > in the real world. I have to test corner cases because watchdog is missing. > Ping? This problem can occur even immediately after the first invocation of the OOM killer. I believe this problem can occur in the real world. When are we going to apply this patch or watchdog patch? ---------------------------------------- [ 0.000000] Linux version 4.11.0-rc7-next-20170421+ (root@ccsecurity) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #588 SMP Sun Apr 23 17:38:02 JST 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.11.0-rc7-next-20170421+ root=UUID=17c3c28f-a70a-4666-95fa-ecf6acd901e4 ro vconsole.keymap=jp106 crashkernel=256M vconsole.font=latarcyrheb-sun16 security=none sysrq_always_enabled console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8 debug_guardpage_minorder=1 (...snipped...) CentOS Linux 7 (Core) Kernel 4.11.0-rc7-next-20170421+ on an x86_64 ccsecurity login: [ 32.406723] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 32.852917] Ebtables v2.0 registered [ 33.034402] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 33.467929] e1000: ens32 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 33.475728] IPv6: ADDRCONF(NETDEV_UP): ens32: link is not ready [ 33.478910] IPv6: ADDRCONF(NETDEV_CHANGE): ens32: link becomes ready [ 33.950365] Netfilter messages via NETLINK v0.30. [ 33.983449] ip_set: protocol 6 [ 37.335966] e1000: ens35 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 37.337587] IPv6: ADDRCONF(NETDEV_UP): ens35: link is not ready [ 37.339925] IPv6: ADDRCONF(NETDEV_CHANGE): ens35: link becomes ready [ 39.940942] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead. [ 98.926202] a.out invoked oom-killer: gfp_mask=0x14280ca(GFP_HIGHUSER_MOVABLE|__GFP_ZERO), nodemask=(null), order=0, oom_score_adj=0 [ 98.932977] a.out cpuset=/ mems_allowed=0 [ 98.934780] CPU: 1 PID: 2972 Comm: a.out Not tainted 4.11.0-rc7-next-20170421+ #588 [ 98.937988] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015 [ 98.942193] Call Trace: [ 98.942942] ? dump_stack+0x5c/0x7d [ 98.943907] ? dump_header+0x97/0x233 [ 98.945334] ? ktime_get+0x30/0x90 [ 98.946290] ? delayacct_end+0x35/0x60 [ 98.947319] ? do_try_to_free_pages+0x2ca/0x370 [ 98.948554] ? oom_kill_process+0x223/0x3e0 [ 98.949715] ? has_capability_noaudit+0x17/0x20 [ 98.950948] ? oom_badness+0xeb/0x160 [ 98.951962] ? out_of_memory+0x10b/0x490 [ 98.953030] ? __alloc_pages_slowpath+0x701/0x8e2 [ 98.954313] ? __alloc_pages_nodemask+0x1ed/0x210 [ 98.956242] ? alloc_pages_vma+0x9f/0x220 [ 98.957486] ? __handle_mm_fault+0xc22/0x11e0 [ 98.958673] ? handle_mm_fault+0xc5/0x220 [ 98.959766] ? __do_page_fault+0x21e/0x4b0 [ 98.960906] ? do_page_fault+0x2b/0x70 [ 98.961977] ? page_fault+0x28/0x30 [ 98.963861] Mem-Info: [ 98.965330] active_anon:372765 inactive_anon:2097 isolated_anon:0 [ 98.965330] active_file:182 inactive_file:214 isolated_file:32 [ 98.965330] unevictable:0 dirty:6 writeback:6 unstable:0 [ 98.965330] slab_reclaimable:2011 slab_unreclaimable:11291 [ 98.965330] mapped:623 shmem:2162 pagetables:8582 bounce:0 [ 98.965330] free:13278 free_pcp:117 free_cma:0 [ 98.978473] Node 0 active_anon:1491060kB inactive_anon:8388kB active_file:728kB inactive_file:856kB unevictable:0kB isolated(anon):0kB isolated(file):128kB mapped:2492kB dirty:24kB writeback:24kB shmem:8648kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 1241088kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no [ 98.987555] Node 0 DMA free:7176kB min:408kB low:508kB high:608kB active_anon:8672kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15988kB managed:15904kB mlocked:0kB slab_reclaimable:0kB slab_unreclaimable:32kB kernel_stack:0kB pagetables:24kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 98.998904] lowmem_reserve[]: 0 1696 1696 1696 [ 99.001205] Node 0 DMA32 free:45936kB min:44644kB low:55804kB high:66964kB active_anon:1482048kB inactive_anon:8388kB active_file:232kB inactive_file:1000kB unevictable:0kB writepending:48kB present:2080640kB managed:1756232kB mlocked:0kB slab_reclaimable:8044kB slab_unreclaimable:45132kB kernel_stack:22128kB pagetables:34304kB bounce:0kB free_pcp:700kB local_pcp:0kB free_cma:0kB [ 99.009428] lowmem_reserve[]: 0 0 0 0 [ 99.010816] Node 0 DMA: 0*4kB 1*8kB (U) 0*16kB 2*32kB (UM) 1*64kB (U) 1*128kB (U) 1*256kB (U) 1*512kB (M) 2*1024kB (UM) 0*2048kB 1*4096kB (M) = 7176kB [ 99.014262] Node 0 DMA32: 909*4kB (UE) 548*8kB (UME) 190*16kB (UME) 99*32kB (UME) 37*64kB (UME) 14*128kB (UME) 5*256kB (UME) 3*512kB (E) 2*1024kB (UM) 1*2048kB (M) 5*4096kB (M) = 45780kB [ 99.018848] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB [ 99.021288] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB [ 99.023758] 2752 total pagecache pages [ 99.025196] 0 pages in swap cache [ 99.026538] Swap cache stats: add 0, delete 0, find 0/0 [ 99.028521] Free swap = 0kB [ 99.029923] Total swap = 0kB [ 99.031212] 524157 pages RAM [ 99.032458] 0 pages HighMem/MovableOnly [ 99.033812] 81123 pages reserved [ 99.035255] 0 pages cma reserved [ 99.036729] 0 pages hwpoisoned [ 99.037898] Out of memory: Kill process 2973 (a.out) score 999 or sacrifice child [ 99.039902] Killed process 2973 (a.out) total-vm:4172kB, anon-rss:84kB, file-rss:0kB, shmem-rss:0kB [ 99.043953] oom_reaper: reaped process 2973 (a.out), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB [ 173.285686] sysrq: SysRq : Show State (...snipped...) [ 173.899630] kswapd0 D 0 51 2 0x00000000 [ 173.900935] Call Trace: [ 173.901706] ? __schedule+0x1d2/0x5a0 [ 173.902906] ? schedule+0x2d/0x80 [ 173.904034] ? schedule_timeout+0x192/0x240 [ 173.905437] ? __down_common+0xc0/0x128 [ 173.906549] ? down+0x36/0x40 [ 173.907433] ? xfs_buf_lock+0x1d/0x40 [xfs] [ 173.908574] ? _xfs_buf_find+0x2ad/0x580 [xfs] [ 173.909734] ? xfs_buf_get_map+0x1d/0x140 [xfs] [ 173.910886] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 173.912045] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 173.913381] ? xfs_read_agf+0x8d/0x120 [xfs] [ 173.914725] ? xfs_alloc_read_agf+0x39/0x130 [xfs] [ 173.916225] ? xfs_alloc_fix_freelist+0x369/0x430 [xfs] [ 173.917491] ? __radix_tree_lookup+0x80/0xf0 [ 173.918593] ? __radix_tree_lookup+0x80/0xf0 [ 173.920091] ? xfs_alloc_vextent+0x148/0x460 [xfs] [ 173.921549] ? xfs_bmap_btalloc+0x45e/0x8a0 [xfs] [ 173.922728] ? xfs_bmapi_write+0x768/0x1250 [xfs] [ 173.923904] ? kmem_cache_alloc+0x11c/0x130 [ 173.925030] ? xfs_iomap_write_allocate+0x175/0x360 [xfs] [ 173.926592] ? xfs_map_blocks+0x181/0x230 [xfs] [ 173.927854] ? xfs_do_writepage+0x1db/0x630 [xfs] [ 173.929046] ? xfs_setfilesize_trans_alloc.isra.26+0x35/0x80 [xfs] [ 173.930665] ? xfs_vm_writepage+0x31/0x70 [xfs] [ 173.931915] ? pageout.isra.47+0x188/0x280 [ 173.933005] ? shrink_page_list+0x79d/0xbb0 [ 173.934138] ? shrink_inactive_list+0x1c2/0x3d0 [ 173.935609] ? radix_tree_gang_lookup_tag+0xe3/0x160 [ 173.937100] ? shrink_node_memcg+0x33a/0x740 [ 173.938335] ? _cond_resched+0x10/0x20 [ 173.939443] ? _cond_resched+0x10/0x20 [ 173.940470] ? shrink_node+0xe0/0x320 [ 173.941483] ? kswapd+0x2b4/0x660 [ 173.942424] ? kthread+0xf2/0x130 [ 173.943396] ? mem_cgroup_shrink_node+0xb0/0xb0 [ 173.944578] ? kthread_park+0x60/0x60 [ 173.945613] ? ret_from_fork+0x26/0x40 (...snipped...) [ 195.183281] Showing busy workqueues and worker pools: [ 195.184626] workqueue events_freezable_power_: flags=0x84 [ 195.186013] pwq 4: cpus=2 node=0 flags=0x0 nice=0 active=1/256 [ 195.187596] in-flight: 24:disk_events_workfn [ 195.188832] workqueue writeback: flags=0x4e [ 195.189919] pwq 256: cpus=0-127 flags=0x4 nice=0 active=1/256 [ 195.191826] in-flight: 370:wb_workfn [ 195.194105] pool 4: cpus=2 node=0 flags=0x0 nice=0 hung=0s workers=3 idle: 129 63 [ 195.195883] pool 256: cpus=0-127 flags=0x4 nice=0 hung=96s workers=31 idle: 371 369 368 367 366 365 364 363 362 361 360 359 358 357 356 355 354 353 352 351 350 349 348 347 346 249 253 5 53 372 [ 243.365293] sysrq: SysRq : Resetting ----------------------------------------
[toc] | [next] | [standalone]
| From | Stanislaw Gruszka <sgruszka@redhat.com> |
|---|---|
| Date | 2017-04-24 14:50 +0200 |
| Message-ID | <tzLBg-72B-17@gated-at.bofh.it> |
| In reply to | #1628976 |
On Sun, Apr 23, 2017 at 07:24:21PM +0900, Tetsuo Handa wrote: > On 2017/03/10 20:44, Tetsuo Handa wrote: > > Michal Hocko wrote: > >> On Thu 09-03-17 13:05:40, Johannes Weiner wrote: > >>> On Tue, Mar 07, 2017 at 02:52:36PM -0500, Rik van Riel wrote: > >>>> It only does this to some extent. If reclaim made > >>>> no progress, for example due to immediately bailing > >>>> out because the number of already isolated pages is > >>>> too high (due to many parallel reclaimers), the code > >>>> could hit the "no_progress_loops > MAX_RECLAIM_RETRIES" > >>>> test without ever looking at the number of reclaimable > >>>> pages. > >>> > >>> Hm, there is no early return there, actually. We bump the loop counter > >>> every time it happens, but then *do* look at the reclaimable pages. > >>> > >>>> Could that create problems if we have many concurrent > >>>> reclaimers? > >>> > >>> With increased concurrency, the likelihood of OOM will go up if we > >>> remove the unlimited wait for isolated pages, that much is true. > >>> > >>> I'm not sure that's a bad thing, however, because we want the OOM > >>> killer to be predictable and timely. So a reasonable wait time in > >>> between 0 and forever before an allocating thread gives up under > >>> extreme concurrency makes sense to me. > >>> > >>>> It may be OK, I just do not understand all the implications. > >>>> > >>>> I like the general direction your patch takes the code in, > >>>> but I would like to understand it better... > >>> > >>> I feel the same way. The throttling logic doesn't seem to be very well > >>> thought out at the moment, making it hard to reason about what happens > >>> in certain scenarios. > >>> > >>> In that sense, this patch isn't really an overall improvement to the > >>> way things work. It patches a hole that seems to be exploitable only > >>> from an artificial OOM torture test, at the risk of regressing high > >>> concurrency workloads that may or may not be artificial. > >>> > >>> Unless I'm mistaken, there doesn't seem to be a whole lot of urgency > >>> behind this patch. Can we think about a general model to deal with > >>> allocation concurrency? > >> > >> I am definitely not against. There is no reason to rush the patch in. > > > > I don't hurry if we can check using watchdog whether this problem is occurring > > in the real world. I have to test corner cases because watchdog is missing. > > > Ping? > > This problem can occur even immediately after the first invocation of > the OOM killer. I believe this problem can occur in the real world. > When are we going to apply this patch or watchdog patch? > > ---------------------------------------- > [ 0.000000] Linux version 4.11.0-rc7-next-20170421+ (root@ccsecurity) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #588 SMP Sun Apr 23 17:38:02 JST 2017 > [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.11.0-rc7-next-20170421+ root=UUID=17c3c28f-a70a-4666-95fa-ecf6acd901e4 ro vconsole.keymap=jp106 crashkernel=256M vconsole.font=latarcyrheb-sun16 security=none sysrq_always_enabled console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8 debug_guardpage_minorder=1 Are you debugging memory corruption problem? FWIW, if you use debug_guardpage_minorder= you can expect any allocation memory problems. This option is intended to debug memory corruption bugs and it shrinks available memory in artificial way. Taking that, I don't think justifying any patch, by problem happened when debug_guardpage_minorder= is used, is reasonable. Stanislaw
[toc] | [prev] | [next] | [standalone]
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Date | 2017-04-24 15:10 +0200 |
| Message-ID | <tzLUB-7pd-5@gated-at.bofh.it> |
| In reply to | #1629497 |
Stanislaw Gruszka wrote: > On Sun, Apr 23, 2017 at 07:24:21PM +0900, Tetsuo Handa wrote: > > On 2017/03/10 20:44, Tetsuo Handa wrote: > > > Michal Hocko wrote: > > >> I am definitely not against. There is no reason to rush the patch in. > > > > > > I don't hurry if we can check using watchdog whether this problem is occurring > > > in the real world. I have to test corner cases because watchdog is missing. > > > > > Ping? > > > > This problem can occur even immediately after the first invocation of > > the OOM killer. I believe this problem can occur in the real world. > > When are we going to apply this patch or watchdog patch? > > > > ---------------------------------------- > > [ 0.000000] Linux version 4.11.0-rc7-next-20170421+ (root@ccsecurity) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #588 SMP Sun Apr 23 17:38:02 JST 2017 > > [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.11.0-rc7-next-20170421+ root=UUID=17c3c28f-a70a-4666-95fa-ecf6acd901e4 ro vconsole.keymap=jp106 crashkernel=256M vconsole.font=latarcyrheb-sun16 security=none sysrq_always_enabled console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8 debug_guardpage_minorder=1 > > Are you debugging memory corruption problem? No. Just a random testing trying to find how we can avoid flooding of warn_alloc_stall() warning messages while also avoiding ratelimiting. > > FWIW, if you use debug_guardpage_minorder= you can expect any > allocation memory problems. This option is intended to debug > memory corruption bugs and it shrinks available memory in > artificial way. Taking that, I don't think justifying any > patch, by problem happened when debug_guardpage_minorder= is > used, is reasonable. > > Stanislaw This problem occurs without debug_guardpage_minorder= parameter and ---------- [ 0.000000] Linux version 4.11.0-rc7-next-20170421+ (root@ccsecurity) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #588 SMP Sun Apr 23 17:38:02 JST 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.11.0-rc7-next-20170421+ root=UUID=17c3c28f-a70a-4666-95fa-ecf6acd901e4 ro vconsole.keymap=jp106 vconsole.font=latarcyrheb-sun16 security=none sysrq_always_enabled console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8 (...snipped...) CentOS Linux 7 (Core) Kernel 4.11.0-rc7-next-20170421+ on an x86_64 ccsecurity login: [ 31.882531] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 32.550187] Ebtables v2.0 registered [ 32.730371] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 32.926518] IPv6: ADDRCONF(NETDEV_UP): ens32: link is not ready [ 32.928310] e1000: ens32 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 32.930960] IPv6: ADDRCONF(NETDEV_CHANGE): ens32: link becomes ready [ 33.741378] Netfilter messages via NETLINK v0.30. [ 33.807350] ip_set: protocol 6 [ 37.581002] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead. [ 38.072689] IPv6: ADDRCONF(NETDEV_UP): ens35: link is not ready [ 38.074419] e1000: ens35 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None [ 38.077222] IPv6: ADDRCONF(NETDEV_CHANGE): ens35: link becomes ready [ 92.753140] gmain invoked oom-killer: gfp_mask=0x14201ca(GFP_HIGHUSER_MOVABLE|__GFP_COLD), nodemask=(null), order=0, oom_score_adj=0 [ 92.763445] gmain cpuset=/ mems_allowed=0 [ 92.767634] CPU: 2 PID: 2733 Comm: gmain Not tainted 4.11.0-rc7-next-20170421+ #588 [ 92.773624] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015 [ 92.781790] Call Trace: [ 92.782630] ? dump_stack+0x5c/0x7d [ 92.783902] ? dump_header+0x97/0x233 [ 92.785427] ? ktime_get+0x30/0x90 [ 92.786390] ? delayacct_end+0x35/0x60 [ 92.787433] ? do_try_to_free_pages+0x2ca/0x370 [ 92.789157] ? oom_kill_process+0x223/0x3e0 [ 92.790502] ? has_capability_noaudit+0x17/0x20 [ 92.791761] ? oom_badness+0xeb/0x160 [ 92.792783] ? out_of_memory+0x10b/0x490 [ 92.793872] ? __alloc_pages_slowpath+0x701/0x8e2 [ 92.795603] ? __alloc_pages_nodemask+0x1ed/0x210 [ 92.796902] ? alloc_pages_current+0x7a/0x100 [ 92.798115] ? filemap_fault+0x2e9/0x5e0 [ 92.799204] ? filemap_map_pages+0x185/0x3a0 [ 92.800402] ? xfs_filemap_fault+0x2f/0x50 [xfs] [ 92.801678] ? __do_fault+0x15/0x70 [ 92.802651] ? __handle_mm_fault+0xb0f/0x11e0 [ 92.805141] ? handle_mm_fault+0xc5/0x220 [ 92.807261] ? __do_page_fault+0x21e/0x4b0 [ 92.809203] ? do_page_fault+0x2b/0x70 [ 92.811018] ? do_syscall_64+0x137/0x140 [ 92.812554] ? page_fault+0x28/0x30 [ 92.813855] Mem-Info: [ 92.815009] active_anon:437483 inactive_anon:2097 isolated_anon:0 [ 92.815009] active_file:0 inactive_file:104 isolated_file:41 [ 92.815009] unevictable:0 dirty:10 writeback:0 unstable:0 [ 92.815009] slab_reclaimable:2439 slab_unreclaimable:11018 [ 92.815009] mapped:405 shmem:2162 pagetables:8704 bounce:0 [ 92.815009] free:13168 free_pcp:58 free_cma:0 [ 92.825444] Node 0 active_anon:1749932kB inactive_anon:8388kB active_file:0kB inactive_file:592kB unevictable:0kB isolated(anon):0kB isolated(file):164kB mapped:1620kB dirty:40kB writeback:0kB shmem:8648kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 1519616kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no [ 92.832175] Node 0 DMA free:8148kB min:352kB low:440kB high:528kB active_anon:7696kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15988kB managed:15904kB mlocked:0kB slab_reclaimable:0kB slab_unreclaimable:32kB kernel_stack:0kB pagetables:28kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 92.840217] lowmem_reserve[]: 0 1952 1952 1952 [ 92.841799] Node 0 DMA32 free:45028kB min:44700kB low:55872kB high:67044kB active_anon:1742236kB inactive_anon:8388kB active_file:0kB inactive_file:992kB unevictable:0kB writepending:40kB present:2080640kB managed:2018376kB mlocked:0kB slab_reclaimable:9756kB slab_unreclaimable:44040kB kernel_stack:22192kB pagetables:34788kB bounce:0kB free_pcp:672kB local_pcp:0kB free_cma:0kB [ 92.850458] lowmem_reserve[]: 0 0 0 0 [ 92.851881] Node 0 DMA: 1*4kB (U) 0*8kB 1*16kB (M) 2*32kB (UM) 2*64kB (UM) 2*128kB (UM) 2*256kB (UM) 0*512kB 1*1024kB (U) 1*2048kB (M) 1*4096kB (M) = 8148kB [ 92.855530] Node 0 DMA32: 1023*4kB (UME) 591*8kB (UME) 220*16kB (UME) 223*32kB (UME) 156*64kB (UME) 38*128kB (UME) 12*256kB (UME) 10*512kB (UME) 2*1024kB (M) 0*2048kB 0*4096kB = 44564kB [ 92.860735] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB [ 92.863216] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB [ 92.865714] 2994 total pagecache pages [ 92.867201] 0 pages in swap cache [ 92.868575] Swap cache stats: add 0, delete 0, find 0/0 [ 92.870309] Free swap = 0kB [ 92.871579] Total swap = 0kB [ 92.873000] 524157 pages RAM [ 92.874351] 0 pages HighMem/MovableOnly [ 92.875809] 15587 pages reserved [ 92.877151] 0 pages cma reserved [ 92.878513] 0 pages hwpoisoned [ 92.879948] Out of memory: Kill process 2983 (a.out) score 998 or sacrifice child [ 92.882182] Killed process 2983 (a.out) total-vm:4172kB, anon-rss:84kB, file-rss:0kB, shmem-rss:0kB [ 92.886190] oom_reaper: reaped process 2983 (a.out), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB [ 96.072996] a.out invoked oom-killer: gfp_mask=0x14280ca(GFP_HIGHUSER_MOVABLE|__GFP_ZERO), nodemask=(null), order=0, oom_score_adj=0 [ 96.076683] a.out cpuset=/ mems_allowed=0 [ 96.078329] CPU: 3 PID: 2982 Comm: a.out Not tainted 4.11.0-rc7-next-20170421+ #588 [ 96.080583] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015 [ 96.083254] Call Trace: [ 96.084404] ? dump_stack+0x5c/0x7d [ 96.085855] ? dump_header+0x97/0x233 [ 96.087393] ? oom_kill_process+0x223/0x3e0 [ 96.089059] ? has_capability_noaudit+0x17/0x20 [ 96.090567] ? oom_badness+0xeb/0x160 [ 96.092133] ? out_of_memory+0x10b/0x490 [ 96.093920] ? __alloc_pages_slowpath+0x701/0x8e2 [ 96.095732] ? __alloc_pages_nodemask+0x1ed/0x210 [ 96.097544] ? alloc_pages_vma+0x9f/0x220 [ 96.099133] ? __handle_mm_fault+0xc22/0x11e0 [ 96.100668] ? handle_mm_fault+0xc5/0x220 [ 96.102387] ? __do_page_fault+0x21e/0x4b0 [ 96.103824] ? do_page_fault+0x2b/0x70 [ 96.105351] ? page_fault+0x28/0x30 [ 96.106759] Mem-Info: [ 96.107908] active_anon:438003 inactive_anon:2097 isolated_anon:0 [ 96.107908] active_file:91 inactive_file:265 isolated_file:6 [ 96.107908] unevictable:0 dirty:1 writeback:121 unstable:0 [ 96.107908] slab_reclaimable:2439 slab_unreclaimable:11273 [ 96.107908] mapped:382 shmem:2162 pagetables:8698 bounce:0 [ 96.107908] free:13166 free_pcp:0 free_cma:0 [ 96.119325] Node 0 active_anon:1752012kB inactive_anon:8388kB active_file:364kB inactive_file:1060kB unevictable:0kB isolated(anon):0kB isolated(file):24kB mapped:1528kB dirty:4kB writeback:484kB shmem:8648kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 1519616kB writeback_tmp:0kB unstable:0kB all_unreclaimable? no [ 96.125753] Node 0 DMA free:8148kB min:352kB low:440kB high:528kB active_anon:7696kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15988kB managed:15904kB mlocked:0kB slab_reclaimable:0kB slab_unreclaimable:32kB kernel_stack:0kB pagetables:28kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 96.133203] lowmem_reserve[]: 0 1952 1952 1952 [ 96.135013] Node 0 DMA32 free:44516kB min:44700kB low:55872kB high:67044kB active_anon:1743720kB inactive_anon:8388kB active_file:336kB inactive_file:792kB unevictable:0kB writepending:488kB present:2080640kB managed:2018376kB mlocked:0kB slab_reclaimable:9756kB slab_unreclaimable:45060kB kernel_stack:22192kB pagetables:34764kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB [ 96.143814] lowmem_reserve[]: 0 0 0 0 [ 96.145371] Node 0 DMA: 1*4kB (U) 0*8kB 1*16kB (M) 2*32kB (UM) 2*64kB (UM) 2*128kB (UM) 2*256kB (UM) 0*512kB 1*1024kB (U) 1*2048kB (M) 1*4096kB (M) = 8148kB [ 96.148956] Node 0 DMA32: 1052*4kB (UME) 599*8kB (UME) 212*16kB (UME) 237*32kB (UME) 155*64kB (UME) 39*128kB (UME) 12*256kB (UME) 10*512kB (UME) 2*1024kB (M) 0*2048kB 0*4096kB = 45128kB [ 96.153861] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB [ 96.156374] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB [ 96.158817] 2598 total pagecache pages [ 96.160434] 0 pages in swap cache [ 96.161904] Swap cache stats: add 0, delete 0, find 0/0 [ 96.163762] Free swap = 0kB [ 96.165142] Total swap = 0kB [ 96.166507] 524157 pages RAM [ 96.167839] 0 pages HighMem/MovableOnly [ 96.169374] 15587 pages reserved [ 96.170834] 0 pages cma reserved [ 96.172247] 0 pages hwpoisoned [ 96.173569] Out of memory: Kill process 2984 (a.out) score 998 or sacrifice child [ 96.176242] Killed process 2984 (a.out) total-vm:4172kB, anon-rss:84kB, file-rss:0kB, shmem-rss:0kB [ 96.182342] oom_reaper: reaped process 2984 (a.out), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB [ 242.498498] sysrq: SysRq : Show State [ 242.503329] task PC stack pid father [ 242.509822] systemd D 0 1 0 0x00000000 [ 242.515791] Call Trace: [ 242.519807] ? __schedule+0x1d2/0x5a0 [ 242.526263] ? schedule+0x2d/0x80 [ 242.530940] ? schedule_timeout+0x16d/0x240 [ 242.536135] ? del_timer_sync+0x40/0x40 [ 242.541458] ? io_schedule_timeout+0x14/0x40 [ 242.543661] ? congestion_wait+0x79/0xd0 [ 242.545748] ? prepare_to_wait_event+0xf0/0xf0 [ 242.548051] ? shrink_inactive_list+0x388/0x3d0 [ 242.550323] ? shrink_node_memcg+0x33a/0x740 [ 242.552505] ? _cond_resched+0x10/0x20 [ 242.554743] ? _cond_resched+0x10/0x20 [ 242.556952] ? shrink_node+0xe0/0x320 [ 242.558962] ? do_try_to_free_pages+0xdc/0x370 [ 242.561168] ? try_to_free_pages+0xbe/0x100 [ 242.563309] ? __alloc_pages_slowpath+0x387/0x8e2 [ 242.565581] ? __wake_up_common+0x4c/0x80 [ 242.567759] ? __alloc_pages_nodemask+0x1ed/0x210 [ 242.570064] ? alloc_pages_current+0x7a/0x100 [ 242.572092] ? __do_page_cache_readahead+0xe9/0x250 [ 242.573707] ? radix_tree_lookup_slot+0x1e/0x50 [ 242.575081] ? find_get_entry+0x14/0x100 [ 242.576414] ? pagecache_get_page+0x21/0x200 [ 242.577678] ? filemap_fault+0x23a/0x5e0 [ 242.578859] ? filemap_map_pages+0x185/0x3a0 [ 242.580093] ? xfs_filemap_fault+0x2f/0x50 [xfs] [ 242.581398] ? __do_fault+0x15/0x70 [ 242.582468] ? __handle_mm_fault+0xb0f/0x11e0 [ 242.583665] ? ep_ptable_queue_proc+0x90/0x90 [ 242.584831] ? handle_mm_fault+0xc5/0x220 [ 242.585993] ? __do_page_fault+0x21e/0x4b0 [ 242.587257] ? do_page_fault+0x2b/0x70 [ 242.589145] ? page_fault+0x28/0x30 (...snipped...) [ 243.105826] kswapd0 D 0 51 2 0x00000000 [ 243.107344] Call Trace: [ 243.108113] ? __schedule+0x1d2/0x5a0 [ 243.109114] ? schedule+0x2d/0x80 [ 243.110052] ? schedule_timeout+0x192/0x240 [ 243.111190] ? check_preempt_curr+0x7f/0x90 [ 243.112260] ? __down_common+0xc0/0x128 [ 243.113329] ? down+0x36/0x40 [ 243.114296] ? xfs_buf_lock+0x1d/0x40 [xfs] [ 243.115473] ? _xfs_buf_find+0x2ad/0x580 [xfs] [ 243.116785] ? xfs_buf_get_map+0x1d/0x140 [xfs] [ 243.118052] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 243.119310] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 243.120655] ? _cond_resched+0x10/0x20 [ 243.122831] ? xfs_read_agf+0x8d/0x120 [xfs] [ 243.124181] ? xfs_alloc_read_agf+0x39/0x130 [xfs] [ 243.125616] ? xfs_alloc_fix_freelist+0x369/0x430 [xfs] [ 243.127093] ? __radix_tree_lookup+0x80/0xf0 [ 243.128235] ? __radix_tree_lookup+0x80/0xf0 [ 243.129357] ? xfs_alloc_vextent+0x148/0x460 [xfs] [ 243.130596] ? xfs_bmap_btalloc+0x45e/0x8a0 [xfs] [ 243.131804] ? xfs_bmapi_write+0x768/0x1250 [xfs] [ 243.133032] ? kmem_cache_alloc+0x11c/0x130 [ 243.134160] ? xfs_iomap_write_allocate+0x175/0x360 [xfs] [ 243.135503] ? xfs_map_blocks+0x181/0x230 [xfs] [ 243.136802] ? xfs_do_writepage+0x1db/0x630 [xfs] [ 243.138030] ? xfs_vm_writepage+0x31/0x70 [xfs] [ 243.139396] ? pageout.isra.47+0x188/0x280 [ 243.140490] ? shrink_page_list+0x79d/0xbb0 [ 243.141619] ? shrink_inactive_list+0x1c2/0x3d0 [ 243.142831] ? radix_tree_gang_lookup_tag+0xe3/0x160 [ 243.144072] ? shrink_node_memcg+0x33a/0x740 [ 243.145188] ? _cond_resched+0x10/0x20 [ 243.146410] ? _cond_resched+0x10/0x20 [ 243.147746] ? shrink_node+0xe0/0x320 [ 243.148754] ? kswapd+0x2b4/0x660 [ 243.149691] ? kthread+0xf2/0x130 [ 243.150690] ? mem_cgroup_shrink_node+0xb0/0xb0 [ 243.151887] ? kthread_park+0x60/0x60 [ 243.152909] ? ret_from_fork+0x26/0x40 (...snipped...) [ 273.216540] Showing busy workqueues and worker pools: [ 273.218084] workqueue events_freezable_power_: flags=0x84 [ 273.219707] pwq 2: cpus=1 node=0 flags=0x0 nice=0 active=1/256 [ 273.221259] in-flight: 381:disk_events_workfn [ 273.222576] workqueue writeback: flags=0x4e [ 273.223721] pwq 256: cpus=0-127 flags=0x4 nice=0 active=2/256 [ 273.225240] in-flight: 344:wb_workfn wb_workfn [ 273.227485] pool 2: cpus=1 node=0 flags=0x0 nice=0 hung=0s workers=3 idle: 63 17 [ 273.229266] pool 256: cpus=0-127 flags=0x4 nice=0 hung=180s workers=34 idle: 343 342 341 340 339 338 337 336 335 334 333 332 331 329 330 328 327 326 325 324 323 322 321 320 319 318 317 248 280 53 345 5 348 [ 340.690056] sysrq: SysRq : Resetting ---------- this problem also occurs with only 4 parallel writers. ---------- [ 0.000000] Linux version 4.11.0-rc7-next-20170421+ (root@ccsecurity) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #588 SMP Sun Apr 23 17:38:02 JST 2017 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.11.0-rc7-next-20170421+ root=UUID=17c3c28f-a70a-4666-95fa-ecf6acd901e4 ro vconsole.keymap=jp106 crashkernel=256M vconsole.font=latarcyrheb-sun16 security=none sysrq_always_enabled console=ttyS0,115200n8 console=tty0 LANG=en_US.UTF-8 debug_guardpage_minorder=1 (...snipped...) [ 383.692506] Out of memory: Kill process 3391 (a.out) score 999 or sacrifice child [ 383.694476] Killed process 3391 (a.out) total-vm:4172kB, anon-rss:84kB, file-rss:0kB, shmem-rss:0kB [ 383.699008] oom_reaper: reaped process 3391 (a.out), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB [ 445.711383] sysrq: SysRq : Show State [ 445.718193] task PC stack pid father (...snipped...) [ 446.272860] kswapd0 D 0 51 2 0x00000000 [ 446.274148] Call Trace: [ 446.274890] ? __schedule+0x1d2/0x5a0 [ 446.275847] ? schedule+0x2d/0x80 [ 446.276736] ? rwsem_down_read_failed+0x108/0x180 [ 446.278223] ? call_rwsem_down_read_failed+0x14/0x30 [ 446.280076] ? down_read+0x17/0x30 [ 446.281297] ? xfs_map_blocks+0x8f/0x230 [xfs] [ 446.282685] ? xfs_do_writepage+0x1db/0x630 [xfs] [ 446.283985] ? xfs_vm_writepage+0x31/0x70 [xfs] [ 446.285124] ? pageout.isra.47+0x188/0x280 [ 446.286192] ? shrink_page_list+0x79d/0xbb0 [ 446.287296] ? shrink_inactive_list+0x1c2/0x3d0 [ 446.288442] ? radix_tree_gang_lookup_tag+0xe3/0x160 [ 446.289808] ? shrink_node_memcg+0x33a/0x740 [ 446.291027] ? _cond_resched+0x10/0x20 [ 446.292038] ? _cond_resched+0x10/0x20 [ 446.293089] ? shrink_node+0xe0/0x320 [ 446.294069] ? kswapd+0x2b4/0x660 [ 446.295036] ? kthread+0xf2/0x130 [ 446.296211] ? mem_cgroup_shrink_node+0xb0/0xb0 [ 446.297367] ? kthread_park+0x60/0x60 [ 446.298353] ? ret_from_fork+0x26/0x40 (...snipped...) [ 448.285791] a.out D 0 3387 2847 0x00000080 [ 448.287194] Call Trace: [ 448.287975] ? __schedule+0x1d2/0x5a0 [ 448.288975] ? schedule+0x2d/0x80 [ 448.289910] ? schedule_timeout+0x16d/0x240 [ 448.291072] ? del_timer_sync+0x40/0x40 [ 448.292097] ? io_schedule_timeout+0x14/0x40 [ 448.293294] ? congestion_wait+0x79/0xd0 [ 448.294327] ? prepare_to_wait_event+0xf0/0xf0 [ 448.295476] ? shrink_inactive_list+0x388/0x3d0 [ 448.296650] ? shrink_node_memcg+0x33a/0x740 [ 448.298016] ? _cond_resched+0x10/0x20 [ 448.299027] ? _cond_resched+0x10/0x20 [ 448.300032] ? shrink_node+0xe0/0x320 [ 448.301068] ? do_try_to_free_pages+0xdc/0x370 [ 448.302247] ? try_to_free_pages+0xbe/0x100 [ 448.303325] ? __alloc_pages_slowpath+0x387/0x8e2 [ 448.304492] ? __lock_page_or_retry+0x1b8/0x300 [ 448.305628] ? __alloc_pages_nodemask+0x1ed/0x210 [ 448.306809] ? alloc_pages_vma+0x9f/0x220 [ 448.307874] ? __handle_mm_fault+0xc22/0x11e0 [ 448.308984] ? handle_mm_fault+0xc5/0x220 [ 448.310228] ? __do_page_fault+0x21e/0x4b0 [ 448.311500] ? do_page_fault+0x2b/0x70 [ 448.312609] ? page_fault+0x28/0x30 [ 448.313926] a.out D 0 3388 3387 0x00000086 [ 448.315461] Call Trace: [ 448.316339] ? __schedule+0x1d2/0x5a0 [ 448.317348] ? schedule+0x2d/0x80 [ 448.318291] ? schedule_timeout+0x192/0x240 [ 448.319372] ? sched_clock_cpu+0xc/0xa0 [ 448.320417] ? __down_common+0xc0/0x128 [ 448.321583] ? down+0x36/0x40 [ 448.322463] ? xfs_buf_lock+0x1d/0x40 [xfs] [ 448.323572] ? _xfs_buf_find+0x2ad/0x580 [xfs] [ 448.324698] ? xfs_buf_get_map+0x1d/0x140 [xfs] [ 448.325885] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 448.327045] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 448.328303] ? xfs_read_agf+0x8d/0x120 [xfs] [ 448.329384] ? xfs_trans_read_buf_map+0x178/0x2f0 [xfs] [ 448.330906] ? xfs_alloc_read_agf+0x39/0x130 [xfs] [ 448.332401] ? xfs_alloc_fix_freelist+0x369/0x430 [xfs] [ 448.333738] ? xfs_btree_rec_addr+0x9/0x10 [xfs] [ 448.335180] ? _cond_resched+0x10/0x20 [ 448.336628] ? __kmalloc+0x114/0x180 [ 448.337783] ? xfs_buf_rele+0x57/0x3b0 [xfs] [ 448.339143] ? __radix_tree_lookup+0x80/0xf0 [ 448.340406] ? xfs_free_extent_fix_freelist+0x67/0xc0 [xfs] [ 448.341889] ? xfs_free_extent+0x6f/0x210 [xfs] [ 448.343210] ? xfs_trans_free_extent+0x27/0x90 [xfs] [ 448.344565] ? xfs_extent_free_finish_item+0x1c/0x30 [xfs] [ 448.346042] ? xfs_defer_finish+0x125/0x280 [xfs] [ 448.348145] ? xfs_itruncate_extents+0x1a2/0x3c0 [xfs] [ 448.349999] ? xfs_free_eofblocks+0x1c5/0x230 [xfs] [ 448.351680] ? xfs_release+0x135/0x160 [xfs] [ 448.353278] ? __fput+0xc8/0x1c0 [ 448.354355] ? task_work_run+0x6e/0x90 [ 448.355646] ? do_exit+0x2b6/0xab0 [ 448.356761] ? do_group_exit+0x34/0xa0 [ 448.357901] ? get_signal+0x17c/0x4f0 [ 448.359039] ? __do_fault+0x15/0x70 [ 448.360139] ? do_signal+0x31/0x610 [ 448.361238] ? handle_mm_fault+0xc5/0x220 [ 448.362487] ? __do_page_fault+0x21e/0x4b0 [ 448.363752] ? exit_to_usermode_loop+0x35/0x70 [ 448.365109] ? prepare_exit_to_usermode+0x39/0x40 [ 448.366475] ? retint_user+0x8/0x13 [ 448.367640] a.out D 0 3389 3387 0x00000086 [ 448.369260] Call Trace: [ 448.370151] ? __schedule+0x1d2/0x5a0 [ 448.371220] ? schedule+0x2d/0x80 [ 448.372181] ? schedule_timeout+0x16d/0x240 [ 448.373277] ? del_timer_sync+0x40/0x40 [ 448.374309] ? io_schedule_timeout+0x14/0x40 [ 448.375414] ? congestion_wait+0x79/0xd0 [ 448.376460] ? prepare_to_wait_event+0xf0/0xf0 [ 448.377590] ? shrink_inactive_list+0x388/0x3d0 [ 448.378788] ? pick_next_task_fair+0x39c/0x480 [ 448.380269] ? shrink_node_memcg+0x33a/0x740 [ 448.381981] ? mem_cgroup_iter+0x127/0x2b0 [ 448.383266] ? shrink_node+0xe0/0x320 [ 448.384342] ? do_try_to_free_pages+0xdc/0x370 [ 448.385569] ? try_to_free_pages+0xbe/0x100 [ 448.386680] ? __alloc_pages_slowpath+0x387/0x8e2 [ 448.387909] ? __alloc_pages_nodemask+0x1ed/0x210 [ 448.389163] ? alloc_pages_current+0x7a/0x100 [ 448.390369] ? xfs_buf_allocate_memory+0x16a/0x2ad [xfs] [ 448.391731] ? xfs_buf_get_map+0xeb/0x140 [xfs] [ 448.392931] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 448.394114] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 448.395421] ? xfs_btree_read_buf_block.constprop.37+0x72/0xc0 [xfs] [ 448.397007] ? xfs_btree_lookup_get_block+0x7f/0x160 [xfs] [ 448.398671] ? xfs_btree_lookup+0xc9/0x3f0 [xfs] [ 448.399927] ? xfs_bmap_del_extent+0x1a0/0xbb0 [xfs] [ 448.401357] ? __xfs_bunmapi+0x3bb/0xb70 [xfs] [ 448.402679] ? xfs_bunmapi+0x26/0x40 [xfs] [ 448.403907] ? xfs_itruncate_extents+0x18a/0x3c0 [xfs] [ 448.405339] ? xfs_free_eofblocks+0x1c5/0x230 [xfs] [ 448.406688] ? xfs_release+0x135/0x160 [xfs] [ 448.407911] ? __fput+0xc8/0x1c0 [ 448.408939] ? task_work_run+0x6e/0x90 [ 448.410061] ? do_exit+0x2b6/0xab0 [ 448.411156] ? do_group_exit+0x34/0xa0 [ 448.412301] ? get_signal+0x17c/0x4f0 [ 448.413526] ? __do_fault+0x15/0x70 [ 448.415066] ? do_signal+0x31/0x610 [ 448.416174] ? handle_mm_fault+0xc5/0x220 [ 448.417490] ? __do_page_fault+0x21e/0x4b0 [ 448.418729] ? exit_to_usermode_loop+0x35/0x70 [ 448.419976] ? prepare_exit_to_usermode+0x39/0x40 [ 448.421336] ? retint_user+0x8/0x13 [ 448.422414] a.out D 0 3391 3387 0x00000086 [ 448.423873] Call Trace: [ 448.424755] ? __schedule+0x1d2/0x5a0 [ 448.425857] ? schedule+0x2d/0x80 [ 448.426918] ? schedule_timeout+0x192/0x240 [ 448.428143] ? mempool_alloc+0x64/0x170 [ 448.429318] ? __down_common+0xc0/0x128 [ 448.430401] ? down+0x36/0x40 [ 448.431561] ? xfs_buf_lock+0x1d/0x40 [xfs] [ 448.432727] ? _xfs_buf_find+0x2ad/0x580 [xfs] [ 448.433976] ? xfs_buf_get_map+0x1d/0x140 [xfs] [ 448.435216] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 448.436545] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 448.437901] ? xfs_read_agf+0x8d/0x120 [xfs] [ 448.439111] ? xfs_trans_read_buf_map+0x178/0x2f0 [xfs] [ 448.440624] ? xfs_alloc_read_agf+0x39/0x130 [xfs] [ 448.441958] ? xfs_alloc_fix_freelist+0x369/0x430 [xfs] [ 448.443524] ? xfs_btree_rec_addr+0x9/0x10 [xfs] [ 448.444800] ? _cond_resched+0x10/0x20 [ 448.445933] ? __kmalloc+0x114/0x180 [ 448.447319] ? xfs_buf_rele+0x57/0x3b0 [xfs] [ 448.448657] ? __radix_tree_lookup+0x80/0xf0 [ 448.449934] ? xfs_free_extent_fix_freelist+0x67/0xc0 [xfs] [ 448.451445] ? xfs_free_extent+0x6f/0x210 [xfs] [ 448.452608] ? xfs_trans_free_extent+0x27/0x90 [xfs] [ 448.453874] ? xfs_extent_free_finish_item+0x1c/0x30 [xfs] [ 448.455203] ? xfs_defer_finish+0x125/0x280 [xfs] [ 448.456410] ? xfs_itruncate_extents+0x1a2/0x3c0 [xfs] [ 448.457682] ? xfs_free_eofblocks+0x1c5/0x230 [xfs] [ 448.458937] ? xfs_release+0x135/0x160 [xfs] [ 448.460060] ? __fput+0xc8/0x1c0 [ 448.461081] ? task_work_run+0x6e/0x90 [ 448.462103] ? do_exit+0x2b6/0xab0 [ 448.463064] ? do_group_exit+0x34/0xa0 [ 448.464347] ? get_signal+0x17c/0x4f0 [ 448.465402] ? do_signal+0x31/0x610 [ 448.466373] ? xfs_file_write_iter+0x88/0x120 [xfs] [ 448.467614] ? __vfs_write+0xe5/0x140 [ 448.468613] ? exit_to_usermode_loop+0x35/0x70 [ 448.469747] ? do_syscall_64+0x12a/0x140 [ 448.470827] ? entry_SYSCALL64_slow_path+0x25/0x25 [ 448.472399] a.out D 0 3392 3387 0x00000080 [ 448.473757] Call Trace: [ 448.474567] ? __schedule+0x1d2/0x5a0 [ 448.475598] ? schedule+0x2d/0x80 [ 448.476566] ? schedule_timeout+0x16d/0x240 [ 448.477688] ? del_timer_sync+0x40/0x40 [ 448.478709] ? io_schedule_timeout+0x14/0x40 [ 448.480159] ? congestion_wait+0x79/0xd0 [ 448.481998] ? prepare_to_wait_event+0xf0/0xf0 [ 448.483679] ? shrink_inactive_list+0x388/0x3d0 [ 448.485113] ? shrink_node_memcg+0x33a/0x740 [ 448.486310] ? xfs_reclaim_inodes_count+0x2d/0x40 [xfs] [ 448.487609] ? mem_cgroup_iter+0x127/0x2b0 [ 448.488719] ? shrink_node+0xe0/0x320 [ 448.489747] ? do_try_to_free_pages+0xdc/0x370 [ 448.490926] ? try_to_free_pages+0xbe/0x100 [ 448.492122] ? __alloc_pages_slowpath+0x387/0x8e2 [ 448.493347] ? __alloc_pages_nodemask+0x1ed/0x210 [ 448.494633] ? alloc_pages_current+0x7a/0x100 [ 448.495800] ? xfs_buf_allocate_memory+0x16a/0x2ad [xfs] [ 448.497170] ? xfs_buf_get_map+0xeb/0x140 [xfs] [ 448.498710] ? xfs_buf_read_map+0x23/0xd0 [xfs] [ 448.499861] ? xfs_trans_read_buf_map+0xe5/0x2f0 [xfs] [ 448.501200] ? xfs_btree_read_buf_block.constprop.37+0x72/0xc0 [xfs] [ 448.502698] ? xfs_btree_lookup_get_block+0x7f/0x160 [xfs] [ 448.504021] ? xfs_btree_lookup+0xc9/0x3f0 [xfs] [ 448.505242] ? xfs_iext_remove_direct+0x64/0xd0 [xfs] [ 448.506495] ? xfs_bmap_add_extent_delay_real+0x4f9/0x18e0 [xfs] [ 448.507930] ? _cond_resched+0x10/0x20 [ 448.508972] ? kmem_cache_alloc+0x11c/0x130 [ 448.510132] ? kmem_zone_alloc+0x84/0xf0 [xfs] [ 448.511366] ? xfs_bmapi_write+0x826/0x1250 [xfs] [ 448.512572] ? kmem_cache_alloc+0x11c/0x130 [ 448.514112] ? xfs_iomap_write_allocate+0x175/0x360 [xfs] [ 448.515920] ? xfs_map_blocks+0x181/0x230 [xfs] [ 448.517136] ? xfs_do_writepage+0x1db/0x630 [xfs] [ 448.518381] ? invalid_page_referenced_vma+0x80/0x80 [ 448.519640] ? write_cache_pages+0x205/0x400 [ 448.520831] ? xfs_vm_set_page_dirty+0x1c0/0x1c0 [xfs] [ 448.522203] ? iomap_apply+0xe3/0x120 [ 448.523271] ? xfs_vm_writepages+0x5f/0xa0 [xfs] [ 448.524523] ? __filemap_fdatawrite_range+0xc0/0xf0 [ 448.525866] ? filemap_write_and_wait_range+0x20/0x50 [ 448.527157] ? xfs_file_fsync+0x41/0x160 [xfs] [ 448.528319] ? do_fsync+0x33/0x60 [ 448.529273] ? SyS_fsync+0x7/0x10 [ 448.530267] ? do_syscall_64+0x5c/0x140 [ 448.531609] ? entry_SYSCALL64_slow_path+0x25/0x25 (...snipped...) [ 580.304479] Showing busy workqueues and worker pools: [ 580.306114] workqueue events_freezable_power_: flags=0x84 [ 580.307522] pwq 4: cpus=2 node=0 flags=0x0 nice=0 active=1/256 [ 580.309059] in-flight: 99:disk_events_workfn [ 580.310365] workqueue writeback: flags=0x4e [ 580.312273] pwq 256: cpus=0-127 flags=0x4 nice=0 active=2/256 [ 580.313966] in-flight: 342:wb_workfn wb_workfn [ 580.316378] pool 4: cpus=2 node=0 flags=0x0 nice=0 hung=2s workers=3 idle: 24 3095 [ 580.318281] pool 256: cpus=0-127 flags=0x4 nice=0 hung=198s workers=3 idle: 341 340 [ 595.909943] sysrq: SysRq : Resetting ---------- This problem is very much dependent on timing, and warn_alloc_stall() cannot catch this problem.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web