[Mesa-dev] [PATCH 3/5] panfrost/ci: Build kernel with CONFIG_DETECT_HUNG_TASK

Alyssa Rosenzweig alyssa.rosenzweig at collabora.com
Wed Aug 21 14:05:17 UTC 2019


R-b

On Wed, Aug 21, 2019 at 10:17:51AM +0200, Tomeu Vizoso wrote:
> There's lots of locking changes going into the Panfrost kernel driver,
> so better be prepared.
> 
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
> ---
>  src/gallium/drivers/panfrost/ci/arm64.config | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/src/gallium/drivers/panfrost/ci/arm64.config b/src/gallium/drivers/panfrost/ci/arm64.config
> index 80662541feb8..44dfe860b8dd 100644
> --- a/src/gallium/drivers/panfrost/ci/arm64.config
> +++ b/src/gallium/drivers/panfrost/ci/arm64.config
> @@ -78,5 +78,7 @@ CONFIG_TMPFS=y
>  
>  CONFIG_PROVE_LOCKING=n
>  CONFIG_DEBUG_LOCKDEP=n
> -CONFIG_SOFTLOCKUP_DETECTOR=n
> -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n
> \ No newline at end of file
> +CONFIG_SOFTLOCKUP_DETECTOR=y
> +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
> +
> +CONFIG_DETECT_HUNG_TASK=y
> -- 
> 2.20.1
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190821/aeb31859/attachment.sig>


More information about the mesa-dev mailing list