From patchwork Thu Apr 16 05:01:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 1271491 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.a=rsa-sha256 header.s=dec2015msa header.b=ioJ7PTwn; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 492nCf6cjJz9sPF for ; Thu, 16 Apr 2020 15:02:38 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 56227819E3; Thu, 16 Apr 2020 07:02:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="ioJ7PTwn"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 287B1819AB; Thu, 16 Apr 2020 07:02:18 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id CE2548047E for ; Thu, 16 Apr 2020 07:02:13 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=masahiroy@kernel.org Received: from oscar.flets-west.jp (softbank060142179096.bbtec.net [60.142.179.96]) (authenticated) by conuserg-09.nifty.com with ESMTP id 03G51pVY004851; Thu, 16 Apr 2020 14:01:51 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com 03G51pVY004851 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1587013313; bh=r4pC61lA0MEac3P0ki/jqXGf7G9dmWCQGSCkwwvQLIc=; h=From:To:Cc:Subject:Date:From; b=ioJ7PTwn3OPnzdtEMfPgs+bFWiYUk+sbtj+NMRVAfvZ1+jE/vNnz5jRS0GvcpY1sj 32jJmS1fzjRLgsdlqBYRNzEUKlSfcns+lasNkyAXONZIgcOSwrj7PCe+9PgEPdr79n 0lF9J7vTMs8Tel8RlYtIiHuljDQVnqrhmIB0yeEG89eswnLyhh6i8aUPg+mSLPMRL2 wO9YBXnI5FImowvPC7462lfRhXTQoNA4EBNE7lSa6/MgqHgz22x2g0SdJCVfecb1N6 k71f9UNmP/z3fCgCL0i82vEty6R/03s9GbxVdt+D3dAhhW95SxkhDmaUxeUHlpu0Dm /Hki6pMSdltkw== X-Nifty-SrcIP: [60.142.179.96] From: Masahiro Yamada To: u-boot@lists.denx.de Cc: Masahiro Yamada Subject: [PATCH 0/2] fixdep: fix a bug for TPL, and re-sync with Linux Date: Thu, 16 Apr 2020 14:01:43 +0900 Message-Id: <20200416050145.492334-1-masahiroy@kernel.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de X-Virus-Status: Clean Masahiro Yamada (2): fixdep: handle CONFIG_IS_ENABLE() and friends for TPL fixdep: Re-sync with Linux 5.7-rc1 scripts/basic/fixdep.c | 104 +++++++++++++++++++++-------------------- 1 file changed, 54 insertions(+), 50 deletions(-)