Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp4091096imm; Tue, 25 Sep 2018 11:09:06 -0700 (PDT) X-Google-Smtp-Source: ACcGV601tjCbFsDI8S02tu4jVin9AIb7PLQjjK4DRjxGl+KZJQuTr0A9mFp8zh1g4EhB4hanpU0A X-Received: by 2002:a63:5955:: with SMTP id j21-v6mr2077716pgm.210.1537898946922; Tue, 25 Sep 2018 11:09:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537898946; cv=none; d=google.com; s=arc-20160816; b=orh7eh6fypWPJ8IpfyMo7UJjHL3MK4Z8jZ0Chql/qqbChVq2+rRpbMpffRl0Wy1+2B sYRtXPAYnMgl8GXxu/fIFRSPCkJyjPGJ2SrZbR+Lg0+WTrNB7fDF+Lhw6G6Kk2c1wkvl uobgbXdij/8dOR8FGhXICe5xJeGcU6JVy+1fwZ5O0DNW33n5+jRNdiZ9YGIWtPc+yVpV tNtnY35sfVqqp7hmcpHfpxLGQoX027Md0r7wfyVHz/i6aMS4gYdxyg6JXtXvdGu3/wpI ny2YoPH6ugJS6kd3EdipHjwliyrDmhoNmUKuAB4NiSIwtwMAtXX7ChGdollL4MwtMXi9 FtgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=lSKiMMhgwxafTo5/cvXtIG5pq6mwG3zKJSr+0yvKay0=; b=Wuy+QjZKEx/tBLJ6GxUN15HcnmNndbA18coNtBKL1ptFYusuB+faB2gW1m/LHpPMXP CkCJsazqlXZdyhGlNzDssmLMvXlJPNdwbU4kvM62crMTdWFb7mvT5Z+6IdC0CubJu20O CG5ztbHez4zEGbKA7q3zlgx4vavCP1n4/Hvne5KcF1Jt5nrFN/ca7Sx6l7WkY+InK/jB e1loLZY8cRBzZoO7QqFizIBfdCRW1Cm6bjxDHKtXii5Wmzxce1afqvWQ7plbQrqOG21x dQsjdRn2RN0npzEDDd6GhX1/r2OpWQStQdVhwYZASzw7dJMowVwuzmAg59rbwj8/Gsyq fPBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o128-v6si2939203pgo.276.2018.09.25.11.08.50; Tue, 25 Sep 2018 11:09:06 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727270AbeIZAQ0 (ORCPT + 99 others); Tue, 25 Sep 2018 20:16:26 -0400 Received: from namei.org ([65.99.196.166]:32980 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726304AbeIZAQ0 (ORCPT ); Tue, 25 Sep 2018 20:16:26 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w8PI7djK030229; Tue, 25 Sep 2018 18:07:39 GMT Date: Wed, 26 Sep 2018 04:07:39 +1000 (AEST) From: James Morris To: Greg KH cc: David Howells , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: Re: [GIT PULL] Keys: fix C++ reserved word issue In-Reply-To: <20180925113026.GA1696@kroah.com> Message-ID: References: <20180925094147.GC21972@kroah.com> <31929.1537870620@warthog.procyon.org.uk> <20180925113026.GA1696@kroah.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 25 Sep 2018, Greg KH wrote: > On Tue, Sep 25, 2018 at 11:17:00AM +0100, David Howells wrote: > > Greg KH wrote: > > > > > I'll wait a few days on this one... > > > > Can you at least apply the reversion patch? UAPI is currently broken by the > > change that needs reverting. > > Yes, as that's obviously correct. I think you should wait for your > patch 2 here until 4.20-rc1, as this isn't a "fix" that is required at > this point in time. Ok, I'll queue this for the merge window. -- James Morris