Received: by 2002:a4a:301c:0:0:0:0:0 with SMTP id q28-v6csp642216oof; Tue, 25 Sep 2018 02:42:17 -0700 (PDT) X-Google-Smtp-Source: ACcGV62lYAvc/+ugexSmKcfMOYK5LFIZDDcj46XODdobi7PNJtbl74mKJ6yPvdKISvyknenon7Ao X-Received: by 2002:a17:902:b092:: with SMTP id p18-v6mr292550plr.90.1537868537036; Tue, 25 Sep 2018 02:42:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537868537; cv=none; d=google.com; s=arc-20160816; b=Mdp7hi0IqdY11np6J6Mp//77r9xwPu8ytnrx8140YXJBCno/cJbsrDWj1xoCzIaxYW K3rReXyAxZFEU7OQuDW6DSgLcLExhnVVV+HdFPnvn+1XodNVkQs6oxOraXr7emZGVuyp qcTCXC+C7NNVbbOvG/0Oj9wBQf2NOmlxUaVjVJoloHulgMnfp97R20Nad/MXPcWR+cvC d9FgL+JG4N1oOC+IdWugJwSt+Tj/QYF1VWBhvN0WDb3IF7rmiuo/qFgk9nllWoSdbH/C Tv4JI2zW9g57jzGj4A8a0pEU57KEXoOojvE2bq8XW4wyc1JRLvhaPpryEH6VcnD1v06K uZ2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=J0kz48WpRtnpc8HoCtk25KQzuTQIDsLtIx4E+NmFS0w=; b=JqbwLt2VITsK218PEZbnynI23YaujcXOPjGNRVMIGj5GUk5rAUsnJhr1+S2765g4S/ /DtPVp/INQZ3shtjWTGzMAlvV3qy75BeFSkiMhQkDMZzYfBVpuiRBrx4fVYB8KGtr1wx F3EYGR8+7rZ/qotaGDmgnd6Fs/QxY5PTi7j8OTSDpJwAMr1kwA73mJCvLgJhi0QeqtzF u+BVi6t0HXZthznxoLB+hBF5P8/DUWK/DUEMdDeDkGUsTDQjX2ILeEmxa7VryzJ7yt4y qKOMfusGWcad2dW9qEIBO+uhqk34379z+C1im7jCIhiZDc4gqb4ZMnTFi2WQGmIna8lu x1kg== 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 j8-v6si1994084plk.196.2018.09.25.02.41.58; Tue, 25 Sep 2018 02:42:17 -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 S1728670AbeIYPsc (ORCPT + 99 others); Tue, 25 Sep 2018 11:48:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55834 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727114AbeIYPsc (ORCPT ); Tue, 25 Sep 2018 11:48:32 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A1091115A; Tue, 25 Sep 2018 09:41:49 +0000 (UTC) Date: Tue, 25 Sep 2018 11:41:47 +0200 From: Greg KH To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Linus Torvalds Subject: Re: [GIT PULL] Keys: fix C++ reserved word issue Message-ID: <20180925094147.GC21972@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 25, 2018 at 07:40:06AM +1000, James Morris wrote: > Please pull this revert and update, from David Howells: > > "Here's a pair of fixes that need to go upstream asap, please: > > (1) Revert an incorrect fix to the keyrings UAPI for a C++ reserved word > used as a struct member name. This change being reverted breaks > existing userspace code and is thus incorrect. > > Further, *neither* name is consistent with the one in the keyutils > package public header. > > (2) Fix the problem by using a union to make the name from keyutils > available in parallel and make the 'private' name unavailable in C++ > with cpp-conditionals." > > --- > The following changes since commit 02214bfc89c71bcc5167f653994cfa5c57f10ff1: > > Merge tag 'media/v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media (2018-09-24 15:16:41 +0200) {sigh} $ date --date="2018-09-25 07:40:06 +1000" +%s 1537825206 $ date --date="2018-09-24 15:16:41 +0200" +%s 1537795001 $ bc <<< "1537825206-1537795001" 30205 $ date -ud "@30205" +'%H hours %M minutes %S seconds' 08 hours 23 minutes 25 seconds 8.5 hours seems like a short amount of time for something to sit in a tree before asking for it to be merged. Wait, it's actually less than that, I just took into account the longest possible time it could have been in your tree. I'll wait a few days on this one... thanks, greg k-h