From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B24EC77B75 for ; Mon, 15 May 2023 09:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234035AbjEOJbP (ORCPT ); Mon, 15 May 2023 05:31:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbjEOJa6 (ORCPT ); Mon, 15 May 2023 05:30:58 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90D7CE61 for ; Mon, 15 May 2023 02:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Subject:Cc:To:From:Date:Message-ID: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=GDSo6fHJrQxhVodWxQP0Jzm08C1sRZl3ABMN/26j0Lo=; b=Ezrj5IZnq1yfq+IwuHejrWWBPA XvKScRi27swMP/MnHdHTXjcJqDYhBR1gq+WixNNmLKKcxNvu7/u9QdAeBp3zel7XahbeZtFHognea d2IsO7GVZGeXG4uIpcgMt5fgLJ049en2MjzCe1TB8tTbytr5M9ctNR4ti6oh8+XzMw1ZB87I2vzKo WE7eLDNwxNYDf/9rxJdMeA5fIwr5BH2c5FQug8yhNjnGW/pSTIVmFzEDV6GOrPd3VVRCi3zBmRSJR oNWF98ktbHXeTp9qR04AC9lkLEg//dnnHHhFNKBZAZhOl8sHZ1nw1NBsLvYUAVDythDscbqKxCULv tqRL58JQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pyUXZ-003LiZ-SR; Mon, 15 May 2023 09:30:49 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 6BF5F300244; Mon, 15 May 2023 11:30:48 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 0) id 3EB27202FCE90; Mon, 15 May 2023 11:30:48 +0200 (CEST) Message-ID: <20230515092804.120600032@infradead.org> User-Agent: quilt/0.66 Date: Mon, 15 May 2023 11:28:04 +0200 From: Peter Zijlstra To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, peterz@infradead.org, mhiramat@kernel.org, Andrew.Cooper3@citrix.com, jpoimboe@redhat.com Subject: [PATCH 0/2] x86/alternatives: More nops and some shrinkage Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Boris, I went through my pile after seeing the x86/alternatives tip-bot messages and found these two stragglers hadn't yet made it out.