From: Dave Jones <davej@redhat.com>
To: Hugh Dickins <hughd@google.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Cong Wang <amwang@redhat.com>,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: WARNING: at mm/page-writeback.c:1990 __set_page_dirty_nobuffers+0x13a/0x170()
Date: Fri, 1 Jun 2012 13:16:06 -0400 [thread overview]
Message-ID: <20120601171606.GA3794@redhat.com> (raw)
In-Reply-To: <20120601161205.GA1918@redhat.com>
On Fri, Jun 01, 2012 at 12:12:05PM -0400, Dave Jones wrote:
> So with this applied, I don't seem to be able to trigger it. It's been running two hours
> so far. I'll leave it running, but right now I don't know what to make of this.
I can trigger the list corruption still, but not the WARN.
Dave
[ 551.980716] ------------[ cut here ]------------
[ 551.981646] WARNING: at lib/list_debug.c:59 __list_del_entry+0xa1/0xd0()
[ 551.983461] list_del corruption. prev->next should be ffffea0004b305a0, but was ffffea0004f117e0
[ 551.984406] Modules linked in: tun fuse nfnetlink binfmt_misc ipt_ULOG sctp libcrc32c caif_socket caif phonet bluetooth rfkill can llc2 pppoe pppox ppp_generic slhc irda crc_ccitt rds af_key decnet rose x25 atm netrom appletalk ipx p8023 psnap p8022 llc ax25 ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables kvm_intel kvm crc32c_intel ghash_clmulni_intel microcode usb_debug serio_raw pcspkr i2c_i801 e1000e nfsd nfs_acl auth_rpcgss lockd sunrpc i915 video i2c_algo_bit drm_kms_helper drm i2c_core [last unloaded: scsi_wait_scan]
[ 551.988121] Pid: 21459, comm: trinity-child2 Not tainted 3.4.0+ #49
[ 551.989063] Call Trace:
[ 551.990012] [<ffffffff8104912f>] warn_slowpath_common+0x7f/0xc0
[ 551.990956] [<ffffffff81049226>] warn_slowpath_fmt+0x46/0x50
[ 551.991902] [<ffffffff81329171>] __list_del_entry+0xa1/0xd0
[ 551.992849] [<ffffffff81145ad9>] move_freepages_block+0x159/0x190
[ 551.993800] [<ffffffff81165be3>] suitable_migration_target.isra.15+0x1b3/0x1d0
[ 551.994761] [<ffffffff81165e2e>] compaction_alloc+0x22e/0x2f0
[ 551.995731] [<ffffffff81198547>] migrate_pages+0xc7/0x540
[ 551.996684] [<ffffffff81165c00>] ? suitable_migration_target.isra.15+0x1d0/0x1d0
[ 551.997638] [<ffffffff81166b86>] compact_zone+0x216/0x480
[ 551.998593] [<ffffffff810b15f8>] ? trace_hardirqs_off_caller+0x28/0xc0
[ 551.999558] [<ffffffff811670cd>] compact_zone_order+0x8d/0xd0
[ 552.000525] [<ffffffff81149735>] ? get_page_from_freelist+0x565/0x970
[ 552.001502] [<ffffffff811671d9>] try_to_compact_pages+0xc9/0x140
[ 552.002548] [<ffffffff8163f491>] __alloc_pages_direct_compact+0xaa/0x1d0
[ 552.003592] [<ffffffff8114a14b>] __alloc_pages_nodemask+0x60b/0xab0
[ 552.004650] [<ffffffff810b15f8>] ? trace_hardirqs_off_caller+0x28/0xc0
[ 552.005708] [<ffffffff810b4f00>] ? __lock_acquire+0x2d0/0x1aa0
[ 552.007332] [<ffffffff81189ec6>] alloc_pages_vma+0xb6/0x190
[ 552.008953] [<ffffffff8119cfb3>] do_huge_pmd_anonymous_page+0x133/0x310
[ 552.010584] [<ffffffff8116c2e2>] handle_mm_fault+0x242/0x2e0
[ 552.012233] [<ffffffff8116c592>] __get_user_pages+0x142/0x560
[ 552.013891] [<ffffffff81171c58>] ? mmap_region+0x3f8/0x630
[ 552.015753] [<ffffffff8116ca62>] get_user_pages+0x52/0x60
[ 552.017348] [<ffffffff8116d952>] make_pages_present+0x92/0xc0
[ 552.018936] [<ffffffff81171c06>] mmap_region+0x3a6/0x630
[ 552.021074] [<ffffffff81050e2c>] ? do_setitimer+0x1cc/0x310
[ 552.022367] [<ffffffff811721ed>] do_mmap_pgoff+0x35d/0x3b0
[ 552.023406] [<ffffffff811722a6>] ? sys_mmap_pgoff+0x66/0x240
[ 552.024429] [<ffffffff811722c4>] sys_mmap_pgoff+0x84/0x240
[ 552.025445] [<ffffffff81322cbe>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 552.026466] [<ffffffff81006ca2>] sys_mmap+0x22/0x30
[ 552.027486] [<ffffffff81651c92>] system_call_fastpath+0x16/0x1b
[ 552.028521] ---[ end trace c092df1e14d11d14 ]---
next prev parent reply other threads:[~2012-06-01 18:05 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 16:33 WARNING: at mm/page-writeback.c:1990 __set_page_dirty_nobuffers+0x13a/0x170() Dave Jones
2012-05-31 0:57 ` Dave Jones
2012-06-01 2:31 ` Dave Jones
2012-06-01 2:43 ` Linus Torvalds
2012-06-01 13:43 ` Dave Jones
2012-06-01 8:44 ` Hugh Dickins
2012-06-01 8:51 ` KOSAKI Motohiro
2012-06-01 9:08 ` Hugh Dickins
2012-06-01 9:12 ` KOSAKI Motohiro
2012-06-01 14:09 ` Dave Jones
2012-06-01 14:14 ` Dave Jones
2012-06-01 16:12 ` Dave Jones
2012-06-01 17:16 ` Dave Jones [this message]
2012-06-01 22:17 ` Hugh Dickins
2012-06-02 1:45 ` Linus Torvalds
2012-06-02 4:40 ` Hugh Dickins
2012-06-02 4:58 ` Linus Torvalds
2012-06-02 7:20 ` Hugh Dickins
2012-06-02 7:17 ` Markus Trippelsdorf
2012-06-02 7:22 ` Hugh Dickins
2012-06-02 7:27 ` [PATCH] mm: fix warning in __set_page_dirty_nobuffers Hugh Dickins
2012-06-03 18:15 ` WARNING: at mm/page-writeback.c:1990 __set_page_dirty_nobuffers+0x13a/0x170() Dave Jones
2012-06-03 18:23 ` Linus Torvalds
2012-06-03 18:31 ` Dave Jones
2012-06-03 20:53 ` Dave Jones
2012-06-03 21:59 ` Linus Torvalds
2012-06-03 22:13 ` Dave Jones
2012-06-03 22:29 ` Hugh Dickins
2012-06-03 22:17 ` Hugh Dickins
2012-06-03 23:13 ` Linus Torvalds
2012-06-04 0:46 ` KOSAKI Motohiro
2012-06-04 1:18 ` Hugh Dickins
2012-06-04 1:21 ` Minchan Kim
2012-06-04 1:26 ` KOSAKI Motohiro
2012-06-04 2:30 ` Minchan Kim
2012-06-04 1:10 ` Minchan Kim
2012-06-04 1:41 ` Hugh Dickins
2012-06-04 1:47 ` KOSAKI Motohiro
2012-06-04 2:28 ` Minchan Kim
2012-06-04 4:21 ` KOSAKI Motohiro
2012-06-04 13:37 ` Bartlomiej Zolnierkiewicz
2012-06-01 16:16 ` Markus Trippelsdorf
2012-06-01 16:28 ` Linus Torvalds
2012-06-01 16:39 ` Markus Trippelsdorf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120601171606.GA3794@redhat.com \
--to=davej@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=amwang@redhat.com \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).