From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 08 Apr 2022 15:37:47 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ncoo8-00BuOp-Ej for lore@lore.pengutronix.de; Fri, 08 Apr 2022 15:37:47 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ncoo6-0002LM-74; Fri, 08 Apr 2022 15:37:46 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ncomV-0008RS-7G; Fri, 08 Apr 2022 15:36:07 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ncomV-001oSV-Ug; Fri, 08 Apr 2022 15:36:06 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ncomT-000W68-Mk; Fri, 08 Apr 2022 15:36:05 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 8 Apr 2022 15:36:05 +0200 Message-Id: <20220408133605.123341-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220405155701.15497-1-bruno.thomsen@gmail.com> References: <20220405155701.15497-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] host-dtc: remove old patch for version 1.6.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bruno Thomsen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 824e3cb42a32570eec4217ebdad0ed9e6862dc77. Michael [sent from post-receive hook] On Fri, 08 Apr 2022 15:36:05 +0200, Bruno Thomsen wrote: > After version bumping default host-dtc version from 1.6.0 to 1.6.1 there > was left an old patch for 1.6.0. Removing the patch so we don't collect > clutter. > > Fixes: 89a84394677e ("host-dtc: version bump 1.6.0 to 1.6.1") > > Signed-off-by: Bruno Thomsen > Message-Id: <20220405155701.15497-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/dtc-v1.6.0/0001-fdtdump-Fix-gcc11-warning.patch b/patches/dtc-v1.6.0/0001-fdtdump-Fix-gcc11-warning.patch > deleted file mode 100644 > index 052419940a15..000000000000 > --- a/patches/dtc-v1.6.0/0001-fdtdump-Fix-gcc11-warning.patch > +++ /dev/null > @@ -1,30 +0,0 @@ > -From: David Gibson > -Date: Wed, 6 Jan 2021 14:52:26 +1100 > -Subject: [PATCH] fdtdump: Fix gcc11 warning > - > -In one place, fdtdump abuses fdt_set_magic(), passing it just a small char > -array instead of the full fdt header it expects. That's relying on the > -fact that in fact fdt_set_magic() will only actually access the first 4 > -bytes of the buffer. > - > -This trips a new warning in GCC 11 - and it's entirely possible it was > -always UB. So, don't do that. > - > -Signed-off-by: David Gibson > ---- > - fdtdump.c | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/fdtdump.c b/fdtdump.c > -index 9613befede71..d9fb374a59be 100644 > ---- a/fdtdump.c > -+++ b/fdtdump.c > -@@ -217,7 +217,7 @@ int main(int argc, char *argv[]) > - char *p = buf; > - char *endp = buf + len; > - > -- fdt_set_magic(smagic, FDT_MAGIC); > -+ fdt32_st(smagic, FDT_MAGIC); > - > - /* poor man's memmem */ > - while ((endp - p) >= FDT_MAGIC_SIZE) { > diff --git a/patches/dtc-v1.6.0/series b/patches/dtc-v1.6.0/series > deleted file mode 100644 > index a7e9d0319ba0..000000000000 > --- a/patches/dtc-v1.6.0/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-fdtdump-Fix-gcc11-warning.patch > -# cb5c26c7ab3ae2082ecff7af4de4e8c5 - git-ptx-patches magic _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de