From: Cyril Hrubis <chrubis@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: Linux Test Project <ltp@lists.linux.it>
Subject: Re: [LTP] [PATCH 1/2] lapi/prctl: add more fallback definitions
Date: Mon, 3 Aug 2026 10:11:15 +0200 [thread overview]
Message-ID: <anBNIz29I4YdG2Ii@yuki.lan> (raw)
In-Reply-To: <20260801-cve-ghostlock-v1-1-178f698f9702@suse.com>
Hi!
> configure.ac | 2 ++
> include/lapi/prctl.h | 25 +++++++++++++++++++++++++
> 2 files changed, 27 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 19fc5e1b8f5f5f94bd797ff2ba4275c29c20cb6c..e698c2b890547ccd32872526daeba13477a7edba 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -286,6 +286,8 @@ AC_CHECK_TYPES([struct fsxattr],,,[#include <linux/fs.h>])
>
> AC_CHECK_TYPES([struct logical_block_metadata_cap],,,[#include <linux/fs.h>])
>
> +AC_CHECK_TYPES([struct prctl_mm_map],,,[#include <linux/prctl.h>])
^
This must be
sys/prctl.h
You are checking linux/prctl.h but include sys/prctl.h in lapi/prctl.h
which breaks compilation on all targets in CI.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2026-08-03 8:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-01 10:34 [LTP] [PATCH 0/2] Reproducer for ghostlock Andrea Cervesato
2026-08-01 10:34 ` [LTP] [PATCH 1/2] lapi/prctl: add more fallback definitions Andrea Cervesato
2026-08-01 11:27 ` [LTP] " linuxtestproject.agent
2026-08-03 8:11 ` Cyril Hrubis [this message]
2026-08-03 8:15 ` [LTP] [PATCH 1/2] " Andrea Cervesato via ltp
2026-08-01 10:34 ` [LTP] [PATCH 2/2] cve: add CVE-2026-43499 reproducer Andrea Cervesato
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=anBNIz29I4YdG2Ii@yuki.lan \
--to=chrubis@suse.cz \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/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