From: Stefan Priebe - Profihost AG Subject: Re: Call trace in ext4_es_lru_add on 3.10 stable Date: Wed, 26 Nov 2014 16:11:37 +0100 Message-ID: <5475EDA9.2070600@profihost.ag> References: <20140918194311.GE19520@thunk.org> <541FC817.7030401@profihost.ag> <20140922164715.GB4572@thunk.org> <54206AA2.1050607@profihost.ag> <20140922202004.GF4572@thunk.org> <54212641.9010808@profihost.ag> <20140923094204.GB2359@quack.suse.cz> <54216641.8090608@profihost.ag> <20140923144340.GI2359@quack.suse.cz> <54758A13.20209@profihost.ag> <20141126082552.GB20176@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Theodore Ts'o , linux-ext4@vger.kernel.org, "p.herz@profihost.ag >> Philipp Herz - Profihost AG" , stable@vger.kernel.org, Zheng Liu To: Jan Kara Return-path: Received: from mail-ph.de-nserver.de ([85.158.179.214]:59182 "EHLO mail-ph.de-nserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbaKZPLj (ORCPT ); Wed, 26 Nov 2014 10:11:39 -0500 In-Reply-To: <20141126082552.GB20176@quack.suse.cz> Sender: linux-ext4-owner@vger.kernel.org List-ID: Am 26.11.2014 um 09:25 schrieb Jan Kara: > Hi, > > On Wed 26-11-14 09:06:43, Stefan Priebe - Profihost AG wrote: >> i'm still getting a lot of those call traces: >> " >> Call Trace: >> [] ext4_es_lru_add+0x26/0x80 [ext4] >> [] ext4_es_insert_extent+0x96/0x100 [ext4] >> [] ? ext4_find_delalloc_range+0x23/0x60 [ext4] >> [] ext4_map_blocks+0x111/0x450 [ext4] >> [] _ext4_get_block+0x87/0x190 [ext4] >> [] ext4_get_block+0x16/0x20 [ext4] >> [] generic_block_bmap+0x3f/0x50 >> [] ? jbd2_journal_file_buffer+0x4e/0x80 [jbd2] >> [] ? mapping_tagged+0x12/0x20 >> [] ext4_bmap+0x91/0xf0 [ext4] >> [] bmap+0x1e/0x30 >> [] jbd2_journal_bmap+0x33/0xb0 [jbd2] >> [] jbd2_journal_next_log_block+0x7d/0x90 [jbd2] >> [] jbd2_journal_commit_transaction+0x7f8/0x1ae0 [jbd2] >> [] ? idle_balance+0xd3/0x110 >> [] ? lock_timer_base.isra.35+0x38/0x70 >> [] kjournald2+0xba/0x230 [jbd2] >> [] ? finish_wait+0x80/0x80 >> [] ? jbd2_journal_release_jbd_inode+0x130/0x130 [jbd2] >> [] kthread+0xc0/0xd0 >> [] ? kthread_create_on_node+0x130/0x130 >> [] ret_from_fork+0x7c/0xb0 >> [] ? kthread_create_on_node+0x130/0x130 >> " >> >> Is there any chance to fix them in vanilla 3.10.61? > Ted is just testing patches to fix these. You are welcome if you can give > them a try as well (tarball attached). I'm not sure patches will be > backported as far as to 3.10-stable but when the patches get some testing > in mainline, I'll be porting them to 3.12-stable for our enterprise > kernel... OK i tried to port them to 3.10 but it seems i can't handle this. There are so many differences. Are there any workarounds possible? Currently the 3.10 kernel is also completely crashing with this backtrace. Greets, Stefan