Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755420AbcJLOk0 (ORCPT ); Wed, 12 Oct 2016 10:40:26 -0400 Received: from arcturus.aphlor.org ([188.246.204.175]:46044 "EHLO arcturus.aphlor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754987AbcJLOkT (ORCPT ); Wed, 12 Oct 2016 10:40:19 -0400 Date: Wed, 12 Oct 2016 10:40:12 -0400 From: Dave Jones To: Chris Mason , Al Viro , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, Linux Kernel Subject: Re: btrfs bio linked list corruption. Message-ID: <20161012144012.7vvfehceoykswmun@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Chris Mason , Al Viro , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, Linux Kernel References: <20161011144507.okg6baqvodn2m2lh@codemonkey.org.uk> <20161012134717.n74tww5eywc7dqp7@codemonkey.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161012134717.n74tww5eywc7dqp7@codemonkey.org.uk> User-Agent: NeoMutt/20160916 (1.7.0) X-Spam-Flag: skipped (authorised relay user) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3650 Lines: 68 On Wed, Oct 12, 2016 at 09:47:17AM -0400, Dave Jones wrote: > On Tue, Oct 11, 2016 at 11:54:09AM -0400, Chris Mason wrote: > > > > > > On 10/11/2016 10:45 AM, Dave Jones wrote: > > > This is from Linus' current tree, with Al's iovec fixups on top. > > > > > > ------------[ cut here ]------------ > > > WARNING: CPU: 1 PID: 3673 at lib/list_debug.c:33 __list_add+0x89/0xb0 > > > list_add corruption. prev->next should be next (ffffe8ffff806648), but was ffffc9000067fcd8. (prev=ffff880503878b80). > > > CPU: 1 PID: 3673 Comm: trinity-c0 Not tainted 4.8.0-think+ #13 > > > ffffc90000d87458 ffffffff8d32007c ffffc90000d874a8 0000000000000000 > > > ffffc90000d87498 ffffffff8d07a6c1 0000002100000246 ffff88050388e880 > > I hit this again overnight, it's the same trace, the only difference > being slightly different addresses in the list pointers: > > [42572.777196] list_add corruption. prev->next should be next (ffffe8ffff806648), but was ffffc90000647cd8. (prev=ffff880503a0ba00). > > I'm actually a little surprised that ->next was the same across two > reboots on two different kernel builds. That might be a sign this is > more repeatable than I'd thought, even if it does take hours of runtime > right now to trigger it. I'll try and narrow the scope of what trinity > is doing to see if I can make it happen faster. .. and of course the first thing that happens is a completely different btrfs trace.. WARNING: CPU: 1 PID: 21706 at fs/btrfs/transaction.c:489 start_transaction+0x40a/0x440 [btrfs] CPU: 1 PID: 21706 Comm: trinity-c16 Not tainted 4.8.0-think+ #14 ffffc900019076a8 ffffffffb731ff3c 0000000000000000 0000000000000000 ffffc900019076e8 ffffffffb707a6c1 000001e9f5806ce0 ffff8804f74c4d98 0000000000000801 ffff880501cfa2a8 000000000000008a 000000000000008a Call Trace: [] dump_stack+0x4f/0x73 [] __warn+0xc1/0xe0 [] warn_slowpath_null+0x18/0x20 [] start_transaction+0x40a/0x440 [btrfs] [] ? btrfs_alloc_path+0x15/0x20 [btrfs] [] btrfs_join_transaction+0x12/0x20 [btrfs] [] cow_file_range_inline+0xef/0x830 [btrfs] [] cow_file_range.isra.64+0x365/0x480 [btrfs] [] ? _raw_spin_unlock+0x2c/0x50 [] ? release_extent_buffer+0x9f/0x110 [btrfs] [] run_delalloc_nocow+0x409/0xbd0 [btrfs] [] ? get_lock_stats+0x19/0x50 [] run_delalloc_range+0x38a/0x3e0 [btrfs] [] writepage_delalloc.isra.47+0x10a/0x190 [btrfs] [] __extent_writepage+0xd8/0x2c0 [btrfs] [] extent_write_cache_pages.isra.44.constprop.63+0x2ce/0x430 [btrfs] [] ? debug_smp_processor_id+0x17/0x20 [] ? get_lock_stats+0x19/0x50 [] extent_writepages+0x58/0x80 [btrfs] [] ? btrfs_releasepage+0x40/0x40 [btrfs] [] btrfs_writepages+0x23/0x30 [btrfs] [] do_writepages+0x1c/0x30 [] __filemap_fdatawrite_range+0xc1/0x100 [] filemap_fdatawrite_range+0xe/0x10 [] btrfs_fdatawrite_range+0x1b/0x50 [btrfs] [] btrfs_wait_ordered_range+0x40/0x100 [btrfs] [] btrfs_sync_file+0x285/0x390 [btrfs] [] vfs_fsync_range+0x46/0xa0 [] do_fsync+0x38/0x60 [] SyS_fsync+0xb/0x10 [] do_syscall_64+0x5c/0x170 [] entry_SYSCALL64_slow_path+0x25/0x25