Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753609AbaBZA2S (ORCPT ); Tue, 25 Feb 2014 19:28:18 -0500 Received: from mailout11.t-online.de ([194.25.134.85]:38024 "EHLO mailout11.t-online.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751164AbaBZA2Q (ORCPT ); Tue, 25 Feb 2014 19:28:16 -0500 X-Greylist: delayed 948 seconds by postgrey-1.27 at vger.kernel.org; Tue, 25 Feb 2014 19:28:16 EST Message-ID: <530D3165.8070501@t-online.de> Date: Wed, 26 Feb 2014 01:12:21 +0100 From: Michael Mueller User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.3.0 MIME-Version: 1.0 To: linux-kernel@vger.kernel.org CC: Kent Overstreet , Jens Axboe , Alasdair Kergon , Mike Snitzer , Neil Brown Subject: 3.14-rc4 blocks on LVM init Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bjJEXoZLZhXkFbTLbYAozyRyE1AxotfqXGqfXchP0iRffvX0FW1pPCKZwoX3zt6wGI@t-dialin.net X-TOI-MSGID: 05a3807b-1c82-4514-978b-264456068efd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, with 3.14-rc4 my box does not finish initializing the LVM array. It hangs within the call to rw_header() on line 632 of dm-log.c. See backtrace at end. Please excuse typos within - had to type it from a screen shot. The problem seems to be introduced by the commit 003b5c5719f159f4f4bf97511c4702a0638313dd (block: Convert drivers to immutable biovecs). Michael INFO: task lvm:976 blocked for more than 120 seconds. Not tainted 3.14.0-rc4+ #5 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. lvm D ffff8802110c0e48 0 976 947 0x00000000 ffff8802110c0a30 0000000000000082 0000000000014300 0000000000014300 ffff880212f7bfd8 ffff8802110c0a30 ffff88021dcd4b88 ffff880212f7bbc0 0000000000000000 0000000000000001 ffffffffa016da40 0000000000000131 Call Trace: [] ? table_load+0x330/0x330 [dm_mod] [] ? io_schedule+0x94/0x130 [] ? sync_io+0x95/0x120 [dm_mod] [] ? dyntick_save_progress_counter+0x20/0x20 [] ? _cond_resched+0x20/0x40 [] ? wait_for_completion+0x1f/0x110 [] ? dm_io+0x1de/0x210 [dm_mod] [] ? bio_next_page+0x30/0x30 [dm_mod] [] ? bio_get_page+0x40/0x40 [dm_mod] [] ? table_load+0x330/0x330 [dm_mod] [] ? disk_resume+0x14a/0x2d0 [dm_log] [] ? put_online_cpus+0x1e/0x80 [] ? dm_swap_table+0x3d/0x300 [dm_mod] [] ? mirror_resume+0x29/0x50 [dm_mirror] [] ? dm_table_resume_targets+0x85/0xd0 [dm_mod] [] ? dm_resume+0x32/0xe0 [dm_mod] [] ? dev_suspend+0x123/0x220 [dm_mod] [] ? ctl_ioctl+0x1ed/0x420 [dm_mod] [] ? dm_ctl_ioctl+0xa/0x10 [dm_mod] [] ? do_vfs_ioctl+0x2cf/0x4b0 [] ? ipcget+0x138/0x1c0 [] ? SyS_ioctl+0x80/0xa0 [] ? SyS_semctl+0x1e1/0x270 [] ? system_call_fastpath+0x16/0x1b -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/