From: Jan Stancek <jstancek@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct
Date: Fri, 29 May 2020 06:28:02 -0400 (EDT) [thread overview]
Message-ID: <1187623618.14050931.1590748082097.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20200528111504.12638-1-pvorel@suse.cz>
----- Original Message -----
> Added in kernel 4.17.
>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> include/tst_taint.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/tst_taint.h b/include/tst_taint.h
> index 0acc1140c..cfa84dded 100644
> --- a/include/tst_taint.h
> +++ b/include/tst_taint.h
> @@ -60,7 +60,8 @@
> #define TST_TAINT_E (1 << 13) /* unsigned module was loaded */
> #define TST_TAINT_L (1 << 14) /* A soft lock-up has previously occurred
> */
> #define TST_TAINT_K (1 << 15) /* kernel has been live-patched */
> -#define TST_TAINT_X (1 << 16) /* auxiliary taint, for distro's use */
> +#define TST_TAINT_X (1 << 16) /* auxiliary taint, for distro's use */
> +#define TST_TAINT_T (1 << 17) /* kernel was built with the struct
> randomization plugin */
ack, this is trivial enough to push directly
next prev parent reply other threads:[~2020-05-29 10:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 11:15 [LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct Petr Vorel
2020-05-29 10:28 ` Jan Stancek [this message]
2020-06-01 6:44 ` Petr Vorel
2020-06-05 9:37 ` Petr Vorel
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=1187623618.14050931.1590748082097.JavaMail.zimbra@redhat.com \
--to=jstancek@redhat.com \
--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