All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	linux-scsi@vger.kernel.org, Jens Axboe <axboe@kernel.dk>,
	linux-ide@vger.kernel.org, x86@kernel.org
Subject: Re: linux-next: Tree for Dec 21
Date: Wed, 21 Dec 2011 15:15:03 -0800	[thread overview]
Message-ID: <20111221151503.4d78f94f.akpm@linux-foundation.org> (raw)
In-Reply-To: <20111221174733.9ba0861e762e8d96844b060b@canb.auug.org.au>

On Wed, 21 Dec 2011 17:47:33 +1100
Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> I have created today's linux-next tree at
> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> (patches at http://www.kernel.org/pub/linux/kernel/next/ ).

This kernel is seriously busted.  Sometime between the Dec 15 tree and
the Dec 31 tree someone added something which appears to be causing
writes to the (ata_piix controlled) disk to get lost.  Processes are
getting stuck in D state, usually before it reaches a login prompt.

Suspects would be block, ata, scsi and possibly x86/acpi interrupt
handling.

And no, I'd rather not bisect - it would take ages.  If the maintainers
of the relevant trees can suggest specific patches to revert then I can
take a look at that tomorrow.


[  558.576528] SysRq : Show Blocked State
[  558.576633]   task                        PC stack   pid father
[  558.576738] sh              D 0000000000000001     0  4701   4700 0x00000080
[  558.576882]  ffff8802493f78b8 0000000000000046 000000014a1121c0 ffff8802493f6010
[  558.577109]  ffff88024a1121c0 00000000001d1100 ffff8802493f7fd8 0000000000004000
[  558.577336]  ffff8802493f7fd8 00000000001d1100 ffff880255db66c0 ffff88024a1121c0
[  558.577568] Call Trace:
[  558.577623]  [<ffffffff81051592>] ? sched_clock_cpu+0xc3/0xd1
[  558.577679]  [<ffffffff81051469>] ? sched_clock_local+0x1c/0x82
[  558.577736]  [<ffffffff81051592>] ? sched_clock_cpu+0xc3/0xd1
[  558.577793]  [<ffffffff810631ae>] ? trace_hardirqs_off+0xd/0xf
[  558.577848]  [<ffffffff810515cb>] ? local_clock+0x2b/0x3c
[  558.577905]  [<ffffffff813d2744>] schedule+0x55/0x57
[  558.577960]  [<ffffffff813d27cd>] io_schedule+0x87/0xca
[  558.578017]  [<ffffffff811a1e72>] get_request_wait+0xbd/0x19e
[  558.578073]  [<ffffffff810446a7>] ? wake_up_bit+0x25/0x25
[  558.578127]  [<ffffffff8119e225>] ? elv_merge+0x9a/0xaa
[  558.578182]  [<ffffffff811a20cc>] blk_queue_bio+0x179/0x271
[  558.578238]  [<ffffffff811a02a9>] generic_make_request+0x9c/0xde
[  558.578293]  [<ffffffff811a03a4>] submit_bio+0xb9/0xc4
[  558.578348]  [<ffffffff810ffcc6>] submit_bh+0xe6/0x108
[  558.578404]  [<ffffffff8110273c>] __block_write_full_page+0x1ec/0x2e3
[  558.578462]  [<ffffffff81101fbe>] ? end_buffer_async_read+0x14b/0x14b
[  558.578518]  [<ffffffff811028fb>] block_write_full_page_endio+0xc8/0xcc
[  558.578573]  [<ffffffff8110290f>] block_write_full_page+0x10/0x12
[  558.578631]  [<ffffffff811417cd>] ext3_writeback_writepage+0xaa/0x11d
[  558.578690]  [<ffffffff810a0ed0>] __writepage+0x15/0x34
[  558.578744]  [<ffffffff810a1913>] write_cache_pages+0x240/0x33e
[  558.578799]  [<ffffffff810a0ebb>] ? set_page_dirty+0x65/0x65
[  558.578855]  [<ffffffff81064abf>] ? trace_hardirqs_on+0xd/0xf
[  558.578911]  [<ffffffff810a1a54>] generic_writepages+0x43/0x5a
[  558.578967]  [<ffffffff810a1a91>] do_writepages+0x26/0x28
[  558.579022]  [<ffffffff8109a8cf>] __filemap_fdatawrite_range+0x4e/0x50
[  558.579078]  [<ffffffff8109aee8>] filemap_flush+0x17/0x19
[  558.579134]  [<ffffffff8113f2c2>] ext3_release_file+0x2e/0xa4
[  558.579190]  [<ffffffff810dbdce>] fput+0x10f/0x1cd
[  558.579244]  [<ffffffff810d86e0>] filp_close+0x70/0x7b
[  558.579300]  [<ffffffff8102c09b>] put_files_struct+0x16c/0x2c1
[  558.579356]  [<ffffffff8102bf7b>] ? put_files_struct+0x4c/0x2c1
[  558.579412]  [<ffffffff8102c236>] exit_files+0x46/0x4e
[  558.579465]  [<ffffffff8102dd2a>] do_exit+0x246/0x73c
[  558.579521]  [<ffffffff813d3c4a>] ? retint_swapgs+0xe/0x13
[  558.579576]  [<ffffffff8102e2a4>] do_group_exit+0x84/0xb2
[  558.579743]  [<ffffffff8102e2e4>] sys_exit_group+0x12/0x16
[  558.579910]  [<ffffffff813d9562>] system_call_fastpath+0x16/0x1b

  parent reply	other threads:[~2011-12-21 23:15 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21  6:47 linux-next: Tree for Dec 21 Stephen Rothwell
2011-12-21 20:11 ` linux-next: Tree for Dec 21 (xen) Randy Dunlap
2011-12-21 19:30   ` Konrad Rzeszutek Wilk
2011-12-21 20:32 ` [PATCH] usb: fix renesas mod_gadget printk format warning Randy Dunlap
2011-12-21 21:16   ` Felipe Balbi
2011-12-21 22:19     ` Randy Dunlap
2011-12-21 21:24       ` Greg KH
2011-12-21 23:15 ` Andrew Morton [this message]
2011-12-22 23:08   ` linux-next: Tree for Dec 21 Andrew Morton
2011-12-22 23:20     ` Tejun Heo
2011-12-22 23:24       ` Andrew Morton
2011-12-22 23:38         ` Tejun Heo
2011-12-22 23:44           ` Andrew Morton
2011-12-22 23:46             ` Tejun Heo
2011-12-23  0:42               ` Tejun Heo
2011-12-24  5:13                 ` Hugh Dickins
2011-12-25  1:02                   ` [PATCH block/for-3.3/core] block: an exiting task should be allowed to create io_context Tejun Heo
2011-12-25 13:29                     ` Jens Axboe
2011-12-27 22:07                       ` Andrew Morton
2011-12-28  8:33                     ` Hugh Dickins
2011-12-28 16:48                       ` Tejun Heo
2011-12-28 17:50                         ` Hugh Dickins
2011-12-28 17:55                           ` Tejun Heo
2011-12-28 21:19                             ` Tejun Heo
2011-12-28 21:19                               ` Tejun Heo
2012-01-03 17:35                               ` Tejun Heo
2012-01-03 17:59                                 ` Tejun Heo
2012-01-03 20:09                                   ` Tejun Heo
2012-01-03 20:20                                     ` Jens Axboe
2012-01-03 22:13                                       ` Tejun Heo
2012-01-03 22:35                                         ` Tejun Heo
2012-01-05  1:24                                           ` Tejun Heo
2012-01-05 18:36                                             ` Hugh Dickins
2012-01-05 18:38                                               ` Tejun Heo
2012-01-06  2:17                                                 ` [PATCH block:for-3.3/core] cfq: merged request shouldn't jump to a different cfqq Tejun Heo
2012-01-06  2:36                                                   ` Tejun Heo
2012-01-06  3:14                                                     ` Shaohua Li
2012-01-06  3:04                                                       ` Tejun Heo
2012-01-06  3:30                                                         ` Tejun Heo
2012-01-06  3:52                                                           ` [PATCH block:for-3.3/core] block: disable ELEVATOR_INSERT_SORT_MERGE Tejun Heo
2012-01-06  4:19                                                             ` Shaohua Li
2012-01-06  4:38                                                               ` Tejun Heo
2012-01-06  8:15                                                                 ` Shaohua Li
2012-01-06 15:34                                                                   ` Tejun Heo
2012-01-06  3:34                                                         ` [PATCH block:for-3.3/core] cfq: merged request shouldn't jump to a different cfqq Shaohua Li
2012-01-06  3:22                                                           ` Tejun Heo
2012-01-06  4:15                                                             ` Shaohua Li
2012-01-06  4:40                                                               ` Tejun Heo
2012-01-06  2:47                                                   ` Shaohua Li
2011-12-25 16:08 ` linux-next: Tree for Dec 21 Sedat Dilek
2011-12-25 23:55   ` Stephen Rothwell
2012-12-21  3:25 Stephen Rothwell
2012-12-21  3:25 ` Stephen Rothwell
2014-12-21 10:28 Stephen Rothwell
2015-12-21  8:05 Stephen Rothwell
2016-12-21  2:22 Stephen Rothwell
2017-12-21  4:41 Stephen Rothwell
2018-12-21  8:32 Stephen Rothwell
2018-12-21 16:21 ` Guenter Roeck
2018-12-21 16:21   ` Guenter Roeck
2018-12-21 16:33   ` Ard Biesheuvel
2018-12-21 16:33     ` Ard Biesheuvel
2018-12-21 20:57   ` Florian Westphal
2018-12-21 20:57     ` Florian Westphal
2018-12-22  6:43   ` Chandan Rajendra
2018-12-22  6:43     ` Chandan Rajendra
2018-12-24  8:20   ` Greg Kroah-Hartman
2018-12-24  8:20     ` Greg Kroah-Hartman
2018-12-31 14:01   ` Vinod Koul
2018-12-31 14:01     ` Vinod Koul
2020-12-21  3:18 Stephen Rothwell
2021-12-21 12:27 Stephen Rothwell
2023-12-21 10:42 Stephen Rothwell

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=20111221151503.4d78f94f.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=axboe@kernel.dk \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=x86@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.