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 0F818EE0213 for ; Thu, 14 Sep 2023 03:07:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234203AbjINDHw (ORCPT ); Wed, 13 Sep 2023 23:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234224AbjINDHd (ORCPT ); Wed, 13 Sep 2023 23:07:33 -0400 Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E4751BEB for ; Wed, 13 Sep 2023 20:07:29 -0700 (PDT) Received: by mail-pf1-x42a.google.com with SMTP id d2e1a72fcca58-68fc081cd46so464956b3a.0 for ; Wed, 13 Sep 2023 20:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1694660848; x=1695265648; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=c7eGH5APPxa0doVf3firHzp15wOgwiJS+4ttZaxDWPc=; b=IxyscfjLOR4HiTW0cLXezJ3A7e67CB9DvulJffXF82e9QwuG1lwABF7deTJN6UMjnQ OSsJvrnYwnGs/5vlzR8qUxQhNmNQlV5Bk890V3CT3cXeVZ8V3XGYpWMDOjzCm2/LH41n 1KMZ+FZzD48wfvg7vp+9h8bXPOFQTmepymsLE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694660848; x=1695265648; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=c7eGH5APPxa0doVf3firHzp15wOgwiJS+4ttZaxDWPc=; b=aRz0YTY3frRranuGYAn1FYo5aM/wbOzi0RrtjKFDPQFtDq1y2A+loBMMiXS5BaqZrJ pIeDJi8PWMazCYK7g4W6Y+ILdI4Lboz/Xk314apaxIutHaFXWIGnXxd6Nlmjj770UWXu tlCTZ7KXCj/UZgVkGKFOB7+18A15RMNC44AxhGyJeZxBrDY2tznk74Mxi/YUoz7RKeqv HGFP974NFuHS1annFfQJ6HUfwdLLlEMhzHKCMTzJ08IhWDkYt62a7PgorH3JsbsOS9wX 9y8gIrKqxWKyocBWySxOmO3LbFcGWROyugF6dYoqhuXLO7hL5seIlpvS19W9Adbt4Cdh I+dA== X-Gm-Message-State: AOJu0YyS8l9FxaaGAWFIy+aIl+HSoA68Z6tmljogLEGVBWMO7exuc237 iCte8PikQLbdT82wC6pwJ2BfdBnx8sIFnQVNpM0= X-Google-Smtp-Source: AGHT+IGZmBpLWFu71hGRZBTNm7bOQUcy1Hf9Acib+EXCmVhkU4RTRREIIfolyhMbhfdF6t9RFYnSjA== X-Received: by 2002:a05:6a00:1505:b0:68f:da2a:6370 with SMTP id q5-20020a056a00150500b0068fda2a6370mr5148176pfu.13.1694660848650; Wed, 13 Sep 2023 20:07:28 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id v3-20020aa78083000000b00686dd062207sm256805pff.150.2023.09.13.20.07.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Sep 2023 20:07:27 -0700 (PDT) Date: Wed, 13 Sep 2023 20:07:26 -0700 From: Kees Cook To: Stephen Rothwell Cc: Alexey Dobriyan , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the kspp tree Message-ID: <202309132006.3F606460@keescook> References: <20230914115036.78ee9e94@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230914115036.78ee9e94@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 14, 2023 at 11:50:36AM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the kspp tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > In file included from security/selinux/include/initial_sid_to_string.h:3, > from scripts/selinux/genheaders/genheaders.c:19: > include/uapi/linux/stddef.h:59:2: error: #endif without #if > 59 | #endif /* _UAPI_LINUX_STDDEF_H */ > | ^~~~~ > > Caused by commit > > 366c47121bf6 ("uapi: stddef.h: Fix header guard location") > > I have used the kspp tree from next-20230913 for today. Agh, thanks. That's what I get for last-minute tweak. All errors are mine; Alexey is innocent. :) I'll get it fixed. -- Kees Cook