From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kCgYX-0005Hs-Mk for ptxdist@pengutronix.de; Mon, 31 Aug 2020 11:56:53 +0200 Received: from rhi by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1kCgYX-0008J6-Di for ptxdist@pengutronix.de; Mon, 31 Aug 2020 11:56:53 +0200 Date: Mon, 31 Aug 2020 11:56:53 +0200 From: Roland Hieber Message-ID: <20200831095653.iobizxwttlzvs3qy@pengutronix.de> References: <20200830193241.30954-1-rhi@pengutronix.de> <20200830212253.3558-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200830212253.3558-1-rhi@pengutronix.de> Subject: Re: [ptxdist] [PATCH v2] strace: version bump 5.7 -> 5.8 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Ah, I see Michael already pushed a fix yesterday, so this is irrelevant now. On Sun, Aug 30, 2020 at 11:22:53PM +0200, Roland Hieber wrote: > strace 5.8 fixes build errors when building with kernel headers 5.8, > which are included in OSELAS.Toolchain 2020.08.0: > > In file included from ./static_assert.h:11, > from xlat/uring_op_flags.h:4, > from io_uring.c:14: > io_uring.c:32:1: error: static assertion failed: "struct io_cqring_offsets.resv is missing, please update the decoder" > make[2]: *** [Makefile:5165: libstrace_a-io_uring.o] Error 1 > > Signed-off-by: Roland Hieber > --- > v2: fix typo in subject > > > rules/strace.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/strace.make b/rules/strace.make > index 703301c3a4ba..7cf786b13f25 100644 > --- a/rules/strace.make > +++ b/rules/strace.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace > # > # Paths and names > # > -STRACE_VERSION := 5.7 > -STRACE_MD5 := 8c35b8ebf187b2ec18209bd7bbd16e7a > +STRACE_VERSION := 5.8 > +STRACE_MD5 := 1a808c5917f0d91169e377c90faee6dd > STRACE := strace-$(STRACE_VERSION) > STRACE_SUFFIX := tar.xz > STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX) > -- > 2.28.0 > > -- Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de