From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f193.google.com ([209.85.223.193]:36939 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932391AbdIHViZ (ORCPT ); Fri, 8 Sep 2017 17:38:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <1503132577-24423-1-git-send-email-yamada.masahiro@socionext.com> From: Linus Torvalds Date: Fri, 8 Sep 2017 14:38:23 -0700 Message-ID: Subject: Re: [RFC PATCH 0/3] kbuild: generate intermediate C files instead of copying _shipped files Content-Type: text/plain; charset="UTF-8" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Sam Ravnborg , Michal Marek , Linux Kbuild mailing list , "devicetree@vger.kernel.org" , Rob Herring , Jonathan Corbet , Richard Purdie , Greg Kroah-Hartman , Andrew Morton , Mauro Carvalho Chehab , Nicholas Piggin , "open list:DOCUMENTATION" , Markus Heiser , Linux Kernel Mailing List , Frank Rowand , Rob Herring , SeongJae Park , "Yann E. MORIN" On Fri, Sep 8, 2017 at 11:39 AM, Linus Torvalds wrote: > > Strange. Does anybody see what the pattern to the failure is? Found it. Stupid special case for 'typeof()' that used is_reserved_word() in ways I hadn't realized. Fix committed. Linus