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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 404ABC43382 for ; Wed, 26 Sep 2018 19:03:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F39042154B for ; Wed, 26 Sep 2018 19:03:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F39042154B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728624AbeI0BR3 (ORCPT ); Wed, 26 Sep 2018 21:17:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51698 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726042AbeI0BR2 (ORCPT ); Wed, 26 Sep 2018 21:17:28 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 20604FF7; Wed, 26 Sep 2018 19:03:06 +0000 (UTC) Date: Wed, 26 Sep 2018 21:03:03 +0200 From: Greg KH To: Kees Cook Cc: Nick Desaulniers , Matthias Kaehlcke , Linus Torvalds , Masahiro Yamada , Christopher Li , Sparse Mailing-list , LKML , Daniel Santos , Chris Wilson , Jani Nikula Subject: Re: [PATCH v2] compiler.h: give up __compiletime_assert_fallback() Message-ID: <20180926190303.GA18293@kroah.com> References: <84cf6ae0-97c8-6b73-ca86-b3d3b3daba5b@pobox.com> <8d5cf8c6-556a-96a1-610d-c92355783a9f@pobox.com> <20180926180019.GD22824@google.com> <20180926184259.GB14797@kroah.com> 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 Wed, Sep 26, 2018 at 11:45:19AM -0700, Kees Cook wrote: > On Wed, Sep 26, 2018 at 11:42 AM, Greg KH wrote: > > I'm not digging up a compiler.h patch from a web site and adding it to > > the tree this late in the release cycle. Especially given that it > > hasn't had any testing anywhere... > > Good point about it not living in -next. > > Who should be carrying these sorts of patches? In the past it's been > Andrew or Masahiro, yes? For linux-next, maybe it can go via -mm? Either is fine with me, as long as it isn't one of my trees :) thanks, greg k-h