mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Tretter <m.tretter@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] stress-ng: version bump 0.11.15 -> 0.14.06
Date: Fri, 11 Nov 2022 15:31:27 +0100	[thread overview]
Message-ID: <20221111143127.894667-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20221104111313.1666403-1-m.tretter@pengutronix.de>

Thanks, applied as f0901f51088189b1006b339977c74003f91042df.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:27 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Fix the build with glibc 2.36:
> 
> 	stress-context.c:38:16: error: variably modified 'stack_sig' at file scope
> 	make[1]: *** [Makefile:360: stress-context.o] Error 1
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20221104111313.1666403-1-m.tretter@pengutronix.de>
> [mol: select or disable additional dependencies]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/stress-ng.in b/rules/stress-ng.in
> index d5c71196ae5d..1450dd7b3b1d 100644
> --- a/rules/stress-ng.in
> +++ b/rules/stress-ng.in
> @@ -6,6 +6,8 @@ config STRESS_NG
>  	select GCCLIBS_ATOMIC
>  	select LIBAIO
>  	select LIBBSD
> +	select LIBJPEG
> +	select XXHASH
>  	select ZLIB
>  	help
>  	  stress-ng will stress test a computer system in various selectable
> diff --git a/rules/stress-ng.make b/rules/stress-ng.make
> index 1a6377b9bdc9..610a82b551f0 100644
> --- a/rules/stress-ng.make
> +++ b/rules/stress-ng.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
>  #
>  # Paths and names
>  #
> -STRESS_NG_VERSION	:= 0.11.15
> -STRESS_NG_MD5		:= 1a716cde5a5a063fa3caa9b7d8aa1e70
> +STRESS_NG_VERSION	:= 0.14.06
> +STRESS_NG_MD5		:= 641d3be771a0350d0234d89cbab8834d
>  STRESS_NG		:= stress-ng-$(STRESS_NG_VERSION)
>  STRESS_NG_SUFFIX	:= tar.gz
>  STRESS_NG_URL		:= https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
> @@ -29,6 +29,14 @@ STRESS_NG_LICENSE	:= GPL-2.0-or-later
>  
>  STRESS_NG_CONF_TOOL	:= NO
>  
> +$(STATEDIR)/stress-ng.prepare:
> +	@$(call targetinfo)
> +	@mkdir -p $(STRESS_NG_DIR)/configs
> +	@: > $(STRESS_NG_DIR)/configs/HAVE_LIB_KMOD
> +	@: > $(STRESS_NG_DIR)/configs/HAVE_LIB_EGL
> +	@$(call touch)
> +
> +
>  # ----------------------------------------------------------------------------
>  # Compile
>  # ----------------------------------------------------------------------------



      reply	other threads:[~2022-11-11 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 11:13 [ptxdist] [PATCH] " Michael Tretter
2022-11-11 14:31 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221111143127.894667-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=m.tretter@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox