From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Thu, 30 Jul 2020 15:41:00 +0200 From: Michael Olbrich Message-ID: <20200730134100.GK30568@pengutronix.de> References: <20200726142436.3113607-1-r.schwebel@pengutronix.de> <20200726142436.3113607-12-r.schwebel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200726142436.3113607-12-r.schwebel@pengutronix.de> Subject: Re: [ptxdist] [PATCH 12/13] util-linux-nt: version bump 2.35.2 -> 2.36 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 Cc: Robert Schwebel util-linux-nt -> util-linux-ng in the subject. On Sun, Jul 26, 2020 at 04:24:35PM +0200, Robert Schwebel wrote: > There are two new tools: lsirq and irqtop. > > Signed-off-by: Robert Schwebel > --- > rules/util-linux-ng.in | 16 ++++++++++++++++ > rules/util-linux-ng.make | 16 ++++++++++++++-- > 2 files changed, 30 insertions(+), 2 deletions(-) > > diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in > index 34fcd5a47..da7ebcc99 100644 > --- a/rules/util-linux-ng.in > +++ b/rules/util-linux-ng.in > @@ -279,6 +279,22 @@ config UTIL_LINUX_NG_IPCS > ipcs provides information on the ipc facilities > for which the calling process has read access. > > +config UTIL_LINUX_NG_IRQTOP > + bool > + select UTIL_LINUX_NG_USES_NCURSES > + prompt "irqtop" > + depends on !BUSYBOX_IRQTOP || ALLYES BUSYBOX_IRQTOP does not exist. Just drop the line. > + help > + irqtop is a tool to observe irqs and softirqs in > + a top like fashion. > + > +config UTIL_LINUX_NG_LSIRQ > + bool > + prompt "lsirq" > + depends on !BUSYBOX_lsirq || ALLYES Same here. Michael > + help > + lsirq is a tool to list kernel interrupt information. > + > comment "BusyBox' ipcs is selected!" > depends on BUSYBOX_IPCS > > diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make > index dbb81fc1f..3c53a4a95 100644 > --- a/rules/util-linux-ng.make > +++ b/rules/util-linux-ng.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_UTIL_LINUX_NG) += util-linux-ng > # > # Paths and names > # > -UTIL_LINUX_NG_VERSION := 2.35.2 > -UTIL_LINUX_NG_MD5 := 248a4d0810c9193e0e9a4bb3f26b93d8 > +UTIL_LINUX_NG_VERSION := 2.36 > +UTIL_LINUX_NG_MD5 := fe7c0f7e439f08970e462c9d44599903 > UTIL_LINUX_NG := util-linux-$(UTIL_LINUX_NG_VERSION) > UTIL_LINUX_NG_SUFFIX := tar.xz > UTIL_LINUX_NG_BASENAME := v$(call ptx/sh, echo $(UTIL_LINUX_NG_VERSION) | sed -e 's/\([0-9]*\.[0-9]*\)[^0-9].*\?/\1/g') > @@ -50,7 +50,9 @@ UTIL_LINUX_NG_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > --bindir=/usr/bin \ > --sbindir=/usr/sbin \ > + --disable-werror \ > --disable-asan \ > + --disable-ubsan \ > --enable-shared \ > --disable-static \ > --enable-symvers \ > @@ -101,6 +103,8 @@ UTIL_LINUX_NG_CONF_OPT := \ > --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_CHMEM)-chmem \ > --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_IPCRM)-ipcrm \ > --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_IPCS)-ipcs \ > + --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_IRQTOP)-irqtop \ > + --$(call ptx/endis, PTXCONF_UTIL_LINUX_NG_LSIRQ)-lsirq \ > --disable-rfkill \ > --disable-tunelp \ > --disable-kill \ > @@ -151,12 +155,14 @@ UTIL_LINUX_NG_CONF_OPT := \ > --without-readline \ > --without-utempter \ > --without-cap-ng \ > + --without-libmagic \ > --without-libz \ > --without-user \ > --without-btrfs \ > --without-systemd \ > --with-systemdsystemunitdir=/usr/lib/systemd/system \ > --without-smack \ > + --without-econf \ > --without-python > > # ---------------------------------------------------------------------------- > @@ -255,6 +261,12 @@ endif > ifdef PTXCONF_UTIL_LINUX_NG_IPCS > @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/ipcs) > endif > +ifdef PTXCONF_UTIL_LINUX_NG_IRQTOP > + @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/irqtop) > +endif > +ifdef PTXCONF_UTIL_LINUX_NG_LSIRQ > + @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/lsirq) > +endif > ifdef PTXCONF_UTIL_LINUX_NG_IPCRM > @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/bin/ipcrm) > endif > -- > 2.27.0 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- 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 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de