Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751314AbbLUEn1 (ORCPT ); Sun, 20 Dec 2015 23:43:27 -0500 Received: from smtprelay0060.b.hostedemail.com ([64.98.42.60]:44229 "EHLO smtprelay.b.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750802AbbLUEnZ (ORCPT ); Sun, 20 Dec 2015 23:43:25 -0500 X-Session-Marker: 742E617274656D406C79636F732E636F6D X-Spam-Summary: 30,2,0,,d41d8cd98f00b204,t.artem@lycos.com,:::::::::::::::::::::::,RULES_HIT:41:46:150:153:355:379:582:599:973:988:989:1152:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2553:2559:2562:2689:2693:3138:3139:3140:3141:3142:3354:3865:3866:3867:3868:3870:3871:3872:3873:3874:4250:4321:5007:6119:6261:6630:6742:8660:8957:10004:10400:10450:10455:10848:11232:11658:11914:12114:12517:12519:12660:12740:13069:13146:13148:13230:13255:13311:13357:13618:14040:14096:14097:14659:19904:19999:21080:30012:30034:30051:30054:30060:30064: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: rail52_55eb2e64006 X-Filterd-Recvd-Size: 3234 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 21 Dec 2015 09:43:22 +0500 From: "Artem S. Tashkinov" To: Linus Torvalds Cc: Ming Lei , Kent Overstreet , Christoph Hellwig , 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: <20aa515947cdc15799f520f904ad99a2@lycos.com> Message-ID: <3c353dc4883c60ee99caa4555c81b6a1@lycos.com> 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: 1957 Lines: 42 On 2015-12-21 09:32, Linus Torvalds wrote: > On Sun, Dec 20, 2015 at 5:50 PM, Artem S. Tashkinov wrote: >> >> P.S. I know Linus doesn't condone PAE but I still find it more >> preferrable >> than running a mixed environment with almost zero benefit in regard to >> performance and quite obvious performance regressions related to an >> increased number of libraries being loaded (i686 + x86_64) and >> slightly >> bloated code which sometimes cannot fit in the CPU cache. Call me old >> fashioned but I won't upgrade to x86_64 until most of the things that >> I run >> locally are available for x86_64 and that won't happen any time soon. > > Don't upgrade *user* land. User land doesn't use the braindamage that > is PAE. > > Just run a 64-bit kernel. Keep all your 32-bit userland apps and > libraries. > > Trust me, that *will* be faster. PAE works really horribly badly, > because all your really important data structures like your inodes and > directory cache will all be in the low 1GB even if you have 16BG of > RAM. > > Of course, I'd also like more people to run things that way just to > get more coverage of the whole "yes, we do all the compat stuff > correctly". So I have some other reasons to prefer people running > 64-bit kernels with 32-bit user land. But PAE really is a disaster. > In the past I happily ran an x86_64 bit kernel together with 32bit userland for quite some time but then I hit a wall: VirtualBox expects its kernel modules to have the same bitness as the application itself so I had to revert back to an i686 PAE setup. It's probably high time to try qemu however last time I looked at it a few years ago it lacked several crucial features I need from a VM. -- 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/