Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753594AbbDAL6K (ORCPT ); Wed, 1 Apr 2015 07:58:10 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:33924 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753372AbbDAL6I (ORCPT ); Wed, 1 Apr 2015 07:58:08 -0400 Date: Wed, 1 Apr 2015 13:58:03 +0200 From: Ingo Molnar To: Robert Richter Cc: Borislav Petkov , LKML , "H. Peter Anvin" , Thomas Gleixner , Tony Luck , Peter Zijlstra , Steven Rostedt , Andy Lutomirski , Matt Fleming , =?iso-8859-1?Q?J=F6rg_R=F6del?= , Jiri Kosina , Jeff Mahoney , Michal Hocko , Vlastimil Babka , Andre Przywara , Andreas Herrmann , Richard Weinberger , Linus Torvalds , Andi Kleen Subject: Re: [PATCH] x86: Drop 32-bit support ... finally. Message-ID: <20150401115803.GA20149@gmail.com> References: <1427876158-18323-1-git-send-email-bp@alien8.de> <20150401082156.GA18371@pd.tnic> <20150401085600.GG4201@rric.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150401085600.GG4201@rric.localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1670 Lines: 49 * Robert Richter wrote: > [...] > > Though, I assume a discussion on this topic will at least take 1-2 > years, so it's good to start with it now. Also, I really would like > to finally switch off and retire my K7 which still runs some > regression tests (will need to check the actual used kernel > version). It was a good time, but now I realize it's somehow over. > Considering this and apart from my concerns above: > > Acked-by: Robert Richter Yeah, and phasing out 32-bit support will make it easier to add the (inevitable) 128-bit support as well, lifting the ~18 exabytes memory limit. That will allow us to move the 64-bit code into 'bugfix only' legacy status. We really don't want to have this unmaintainable mixture of: 128-bit support 64-bit support (legacy mode) 32-bit support (compat mode) 16-bit support (vm86 mode) 8-bit support (UART mode) ... all in the same kernel! We want a cleaner, more maintainable structure: 128-bit support 64-bit support (compat mode) ... which more closely resembles today's kernel. Another related change I'd like to make is to drop !SMP support and to default the kernel build to 4096 CPUs, and to move lower CPU counts to under CONFIG_EXPERT=y. By the time the commit trickles through to distros 1000-4000 core phones will be commonplace, so we might as well start the transition today. Thanks, Ingo -- 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/