From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200731054314.3515832-1-r.schwebel@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Mon, 03 Aug 2020 08:30:16 +0200 Subject: Re: [ptxdist] [APPLIED] util-linux-ng: 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 Thanks, applied as e643534ce8fa4e8d5e9cf2d7b127f9369a0ff48f. Michael [sent from post-receive hook] On Mon, 03 Aug 2020 08:30:16 +0200, Robert Schwebel wrote: > There are two new tools: lsirq and irqtop. > > Signed-off-by: Robert Schwebel > Message-Id: <20200731054314.3515832-1-r.schwebel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in > index 34fcd5a47271..9586ff60bf34 100644 > --- a/rules/util-linux-ng.in > +++ b/rules/util-linux-ng.in > @@ -279,6 +279,20 @@ 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" > + help > + irqtop is a tool to observe irqs and softirqs in > + a top like fashion. > + > +config UTIL_LINUX_NG_LSIRQ > + bool > + prompt "lsirq" > + 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 dbb81fc1f0b5..3c53a4a957bc 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 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de