Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751219AbbLTXgn (ORCPT ); Sun, 20 Dec 2015 18:36:43 -0500 Received: from smtprelay0113.b.hostedemail.com ([64.98.42.113]:50670 "EHLO smtprelay.b.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750791AbbLTXgk (ORCPT ); Sun, 20 Dec 2015 18:36:40 -0500 X-Session-Marker: 742E617274656D406C79636F732E636F6D X-Spam-Summary: 30,2,0,,d41d8cd98f00b204,t.artem@lycos.com,:::::::::::::::::::::,RULES_HIT:41:46:150:153:355:379:421:582:599:973:988:989:1152:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1777:1792:2194:2198:2199:2200:2393:2553:2559:2562:2892:2915:3138:3139:3140:3141:3142:3355:3865:3866:3867:3868:3870:3871:3872:3873:3874:4321:4657:5007:6119:6261:7903:9108:10004:10394:10400:10848:11026:11232:11658:11914:12114:12438:12517:12519:12740:13255:14093:14096:14097:14659:21080:30054:30060:30064:30069:30075:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: ant65_571f3f963840a X-Filterd-Recvd-Size: 3789 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 21 Dec 2015 04:36:38 +0500 From: "Artem S. Tashkinov" To: Linus Torvalds Cc: Christoph Hellwig , Kent Overstreet , Ming Lin , Jens Axboe , "Artem S. Tashkinov" , Steven Whitehouse , Tejun Heo , IDE-ML , Linux Kernel Mailing List , linus971@gmail.com Subject: Re: IO errors after "block: remove =?UTF-8?Q?bio=5Fget=5Fnr=5Fvec?= =?UTF-8?Q?s=28=29=22?= In-Reply-To: References: <20151220181801.GA12402@lst.de> Message-ID: User-Agent: Roundcube Webmail/1.0.2 X-Originating-IP: [5.166.173.43] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2618 Lines: 54 On 2015-12-20 23:41, Linus Torvalds wrote: > On Sun, Dec 20, 2015 at 10:18 AM, Christoph Hellwig wrote: >> >> Artem, >> >> can you re-check the commits around this series again? I would be >> extremtly surprised if it's really this particular commit and not >> one just before it causing the problem - it just allocates bios >> to the biggest possible instead of only allocating up to what >> bio_add_page would accept. > > Judging by Artem's bisect log, the last commit he tested before the > bad one was the commit before: commit 6cf66b4caf9c ("fs: use helper > bio_add_page() instead of open coding on bi_io_vec") and he marked > that one good. > > Sadly, without CONFIG_LOCALVERSION_AUTO, there's no way to match up > the dmesg files (in the same bisection tar-file as the bisection log) > with the actual versions. Also, Artem's bisect.log isn't actually the > .git/BISECT_LOG file that contains the full information about what was > marked good and bad, so it's a bit hard to read (ie I can tell that > Artem had to mark commit 6cf66b4caf9c as "good" not because his log > says so, but because that explains the next commit to be tested). > > Of course, it's fairly easy to make a mistake while bisecting (just > doing a thinko), but usually bisection miistakes end up causing you to > go into some "all good" or "all bad" region of commits, and the fact > that Artem seems to have marked the previous commit good and the final > commit bad does seem to imply the bisection was successful. > > But yes, it is always nice to double-check the bisection results. The > best way to do it is generally to try to revert the bad commit and > verify that things work after that, but that commit doesn't revert > cleanly on top of 4.3 due to other changes. > > Attached is a *COMPLETELY*UNTESTED* revertish patch for 4.3. It's > basically a revert of b54ffb73cadc, but with a few fixups to make the > revert work on top of 4.3. > > So Artem, if you can test whether 4.3 works with that revert, and/or > double-check booting that b54ffb73cadc again (to verify that it's > really bad), and its parent (to double-check that it's really good), > that would be a good way to verify that yes, it is really that *one* > commit that breaks things for you. > After reverting (applying) this patch on top of 4.3.3 everything is back to normal. It's indeed a guilty commit. -- 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/