From: Stefan Priebe Subject: Re: Call trace in ext4_es_lru_add on 3.10 stable Date: Wed, 26 Nov 2014 21:33:13 +0100 Message-ID: <54763909.3090209@profihost.ag> References: <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> <5475EDA9.2070600@profihost.ag> <20141126202638.GA30152@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: In-Reply-To: <20141126202638.GA30152@quack.suse.cz> Sender: stable-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org Am 26.11.2014 21:26, schrieb Jan Kara: > On Wed 26-11-14 16:11:37, Stefan Priebe - Profihost AG wrote: >> 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. > No workarounds I'm aware of. Sorry. When I have patches for 3.12, you can > try porting them to 3.10. That should be an easier task... Yes i think i'll be able todo this. Any idea when you'll have patches around? Thanks, Stefan