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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0839FC00A89 for ; Thu, 5 Nov 2020 09:17:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9607320825 for ; Thu, 5 Nov 2020 09:17:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604567859; bh=I573k6QlJy3XTSysKWkuF7joOCnf6HO0CmWainydeUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rGu2qEmommpAOGNhSue57ICA8YoKVsWHJBGsGvYxiQ734XRN1dmP/+jrfsUrs6MYI Qz7Zwfpi2o1/apBnBRXwCWPhFrqNus3qI/rcWy8EeKGJou8Zn+FCxAq52XdbEf6M57 uUpLn3Ur271BUXMn+wg/jKA+IaMoKuTzSscNqjEs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726400AbgKEJRj (ORCPT ); Thu, 5 Nov 2020 04:17:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:55400 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbgKEJRi (ORCPT ); Thu, 5 Nov 2020 04:17:38 -0500 Received: from kernel.org (unknown [2.55.183.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E99BE2071A; Thu, 5 Nov 2020 09:17:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604567858; bh=I573k6QlJy3XTSysKWkuF7joOCnf6HO0CmWainydeUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hMLbUMcAdOyKwfGgZ3j2w1dq9FPs5VB17aZTFuL1Y0mJvEnw+TMQnmjhAR64FQnui fR4lcIgNbkhOoqdkOu8msn8aFRMkIy9CbGSVNvVbshDYjZc7GqbwFLIMNxSD71Tjhv 9BmRx3FMbBs3kzvclkWpIdNeBBSHfHoXssGP7qCs= Date: Thu, 5 Nov 2020 11:17:30 +0200 From: Mike Rapoport To: "Anand K. Mistry" Cc: Stephen Rothwell , Andrew Morton , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the akpm-current tree Message-ID: <20201105091730.GW4879@kernel.org> References: <20201105174549.614c2de4@canb.auug.org.au> <20201105070311.GU4879@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Nov 05, 2020 at 06:45:04PM +1100, Anand K. Mistry wrote: > SNIPPED > > > > > > > Looks like left column became too wide, so rather than shift the right > > > column to the right, I'd suggest to drop underscores in Speculation*. > > > > Hm. That makes it inconsistent with Speculation_Store_Bypass. I guess > > it's the lesser of two evils. > > Oh, do you mean renaming the existing Speculation_Store_Bypass? I > thought that was a big no-no for the kernel? Right, renaming is not an option :) I thought Speculation_Store_Bypass was also introduced by the same patch, sorry about the confusion. -- Sincerely yours, Mike.