From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 10 Jul 2026 10:00:08 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wi69Y-002Bid-00 for lore@lore.pengutronix.de; Fri, 10 Jul 2026 10:00:08 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wi69X-0007yg-SW; Fri, 10 Jul 2026 10:00:07 +0200 Received: from mx1.white.stw.pengutronix.de ([185.203.200.13]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wi69L-0007op-63; Fri, 10 Jul 2026 09:59:55 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 1DC0C20200A; Fri, 10 Jul 2026 09:59:55 +0200 (CEST) Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wi69L-0012tR-08; Fri, 10 Jul 2026 09:59:55 +0200 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wi69K-0000000G9V4-3xLt; Fri, 10 Jul 2026 09:59:54 +0200 Date: Fri, 10 Jul 2026 09:59:54 +0200 From: Michael Olbrich To: Sven =?utf-8?Q?P=C3=BCschel?= Message-ID: Mail-Followup-To: Sven =?utf-8?Q?P=C3=BCschel?= , ptxdist@pengutronix.de References: <20260707173712.313949-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260707173712.313949-1-s.pueschel@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-IRC: #ptxdist @freenode X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] stress-ng: remove unused libaio dependency 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: ptxdist@pengutronix.de 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Tue, Jul 07, 2026 at 07:36:51PM +0200, Sven Püschel wrote: > Remove the unused libaio dependency. While stress-ng can utilize libaio, > it currently isn't selected in the libaio.make. Therefore just drop the > dependency for now. > > Signed-off-by: Sven Püschel > > --- > Experienced this on an aarch64 BSP. I've tried to add HAVE_LIB_AIO and > even HAVE_LIBAIO_H to libaio.make, but it didn't cause stress-ng to link > against libaio. The source code indicates that the relevant parts also > need HAVE_SYSCALL enabled. Therefore decided to just remove the libaio > dependency instead of trying to get it to work (and potentially breaking > some platforms/configurations). In my test, the _header_ is used. stress-ng just does not use any symbols from libaio. Michael > --- > rules/stress-ng.in | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/rules/stress-ng.in b/rules/stress-ng.in > index 426d58cc8..ae98a7b78 100644 > --- a/rules/stress-ng.in > +++ b/rules/stress-ng.in > @@ -5,7 +5,6 @@ config STRESS_NG > prompt "stress-ng" > select GCCLIBS_ATOMIC > select LIBC_CRYPT > - select LIBAIO > select LIBBSD > select LIBJPEG > select XXHASH > -- > 2.47.3 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |