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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 2AF86C46471 for ; Mon, 6 Aug 2018 20:54:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF10021A5E for ; Mon, 6 Aug 2018 20:54:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF10021A5E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=nod.at 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 S1732853AbeHFXFd (ORCPT ); Mon, 6 Aug 2018 19:05:33 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:59052 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728948AbeHFXFd (ORCPT ); Mon, 6 Aug 2018 19:05:33 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E233860A0738; Mon, 6 Aug 2018 22:54:40 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id wCORQkEK53SM; Mon, 6 Aug 2018 22:54:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 6F62F609F83D; Mon, 6 Aug 2018 22:54:40 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6xqfnn0QTW6I; Mon, 6 Aug 2018 22:54:40 +0200 (CEST) Received: from blindfold.localnet (213-47-184-186.cable.dynamic.surfer.at [213.47.184.186]) by lithops.sigma-star.at (Postfix) with ESMTPSA id 46729608D734; Mon, 6 Aug 2018 22:54:40 +0200 (CEST) From: Richard Weinberger To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, Jeff Dike , linux-um@lists.infradead.org, Randy Dunlap , Geert Uytterhoeven , Michal Marek , Sam Ravnborg , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] Kbuild: fix and clean-up arch/um/Makefile Date: Mon, 06 Aug 2018 22:54:33 +0200 Message-ID: <1901723.5RX4ofS7Gn@blindfold> In-Reply-To: <1533358023-5801-1-git-send-email-yamada.masahiro@socionext.com> References: <1533358023-5801-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit 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 Am Samstag, 4. August 2018, 06:47:00 CEST schrieb Masahiro Yamada: > > 1/3 fixes the build failure reported by Randy. > (I may have seen a similar report before, but I cannot recall it.) > > 2/3 and 3/3 clean-up the Makefile a bit more. > > I'd like to apply this series to kbuild tree. > Ack from UML folks are appreciated. Nice to see this fixed, Masahiro! :-) Acked-by: Richard Weinberger Thanks, //richard