From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22D4D3D903A for ; Tue, 26 May 2026 10:40:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779792056; cv=none; b=ML8iDpOlJ1+KgyrR6cyHlmR4HRAxiggtpz7nQkLYfB7WeK7ZRCm4a/27fEKcostQ4Sv6wrnzmx7VjM8GRVjzCUlgLwB43JuyxaI4nH07I5ACxTbBTkKg9V/vBXfvowB0nAoJY+xffwDtsqnGZVjggNU217w2qz5fd9DXH3fsVw0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779792056; c=relaxed/simple; bh=/xfDpfGJgt9symMHy5K3JOcx0oQSayWxhb8nLCLGtVc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SXK1hFViANcGmfU0shVXQbkACkvQCzKBQJcuOxQYjVvj3DoiMQLxGi/4wbcZMJuu80Trd5XBK0ZQTT5UOyw8jZA9yPFMQnbyxV+QIJCW8vMd1nOPK8hmwo2qYb11ydJAUY0KNTel2myA6YiR60lob0z7bLNcs1QHR8CmorERzKw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=tRfkTkNF; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=w2l+EPcr; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="tRfkTkNF"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="w2l+EPcr" Date: Tue, 26 May 2026 12:40:51 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1779792052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=56qS1djuWvokPkHmIiKAuXO7R1/FCyhZE4D5BpE0duA=; b=tRfkTkNF6AxuHgmAqY8YcfARVyTf5+Zhbb1RtChjAvsbUfC+Yh+lTWv3GwKnGK2kY1Gfit 8EEdbE7NJ0WSP/ZduKxvwna3+7eoiXQ3DG68IOFOQaYT5Yr9LgHNyrrut9ff2qvhDxBx7U Z1mL74LJOZ82LOotfIAgbJVqumqNtIOZ0ftQ6UfSqBhhI1j2KvXZQHIlkFRv5NHvB3lhg+ 884SZhx73UP5YzUbC4jjmE+Tpg5gutKKh12HHBFqQ4DQZa/sMYVIFlk7hW+nKvSsnl41eJ 1rIFI7C5xmpY2KwDt40gDE6fOglsu5itBrqNHKj/GguNQanAqqBA76+PcE510Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1779792052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=56qS1djuWvokPkHmIiKAuXO7R1/FCyhZE4D5BpE0duA=; b=w2l+EPcrHn2AkWg023YdoYD53Zoj6PJiMcEmfEsPmA6nnzdeOok0xHTjO+wWsVME6Q9BUR loPM+uEnnDenkPBA== From: Sebastian Andrzej Siewior To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Borislav Petkov , Dave Hansen , Ingo Molnar , Jonathan Corbet , Thomas Gleixner Subject: Re: [PATCH] x86: Start removing X86_X32_ABI Message-ID: <20260526104051.MmQQ03a8@linutronix.de> References: <20260523093734.A3AR7reJ@linutronix.de> <10BF3F18-4709-43D6-979C-49067707F1C1@zytor.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <10BF3F18-4709-43D6-979C-49067707F1C1@zytor.com> On 2026-05-23 14:43:52 [-0700], H. Peter Anvin wrote: > However, we can not recycle the syscall numbers. The x32 flag in the > syscall number was advisory originally; it was introduced late in the > game to work around a design bug in the input subsystem (*). If x32 is removed/ not supported why can't the 32/64 bit ABI use syscall numbers 512+? It is an ELF32 with EM_X86_64 which should be rejected. Shouldn't this free the space because there are no users anymore? > -hpa Sebastian