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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,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 5207CC43613 for ; Fri, 21 Jun 2019 14:54:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 16DCC208CA for ; Fri, 21 Jun 2019 14:54:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561128890; bh=/1Ci+edbia4z7aEuuFoQgl2uGqQ4ASoXeFAvPttRzSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=D4bNZSLPbJ63F3GjWphAjEax5II5X0gjMV3qzKm3W0fU1jZ44mZ+ZiB/+Sbc5jgaz 5B5XGlJGAXEzXMddF7EELKvO43z1RpnaDlNweehPUJqJLAxIx5fUkjLV22mz+qilGv 83H7zBJF9SM+P2aCuhRHRfbvShr1ETdq+y9S+1cc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726132AbfFUOys (ORCPT ); Fri, 21 Jun 2019 10:54:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:41704 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbfFUOys (ORCPT ); Fri, 21 Jun 2019 10:54:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C897720679; Fri, 21 Jun 2019 14:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561128887; bh=/1Ci+edbia4z7aEuuFoQgl2uGqQ4ASoXeFAvPttRzSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kwf6YUqcXLMPMTkWXxxLFEjUWCn0Sm1UNgXS4V1Tq21w3Er/ISfMI6nGT6rTgO4o/ UpNUGWDMh0ZGSAUkubEq+o0LU/cgVeR8HN0BR/MssvSejnHKehe1CrfKsdDVhyT74y uYHUSBjYpYyJoKgU+/Ksp3rM5ZmnQflpBPaKT2Nk= Date: Fri, 21 Jun 2019 16:54:44 +0200 From: Greg Kroah-Hartman To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Frank Rowand , Masahiro Yamada , Thomas Gleixner Subject: Re: [PATCH] scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73 Message-ID: <20190621145444.GB6313@kroah.com> References: <20190621142900.31988-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190621142900.31988-1-robh@kernel.org> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 21, 2019 at 08:29:00AM -0600, Rob Herring wrote: > Pull in SPDX tag conversion from upstream dtc. This will replace the > conversion done in the kernel tree copy in v5.2-rc2. > > This adds the following commits from upstream: > > 702c1b6c0e73 README.license: Update to reflect SPDX tag usage > 4097bbffcf1d dtc: Add GPLv2 SPDX tags to files missing license text > 94f87cd5b7c5 libfdt: Add dual GPL/BSD SPDX tags to files missing license text > c4ffc05574b1 tests: Replace license boilerplate with SPDX tags > a5ac29baacd2 pylibfdt: Replace dual GPLv2/BSD license boilerplate with SPDX tags > 7fb0f4db2eb7 libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags > acfe84f2c47e dtc: Replace GPLv2 boilerplate/reference with SPDX tags > > Signed-off-by: Rob Herring Reviewed-by: Greg Kroah-Hartman