From: Richard Palethorpe <rpalethorpe@suse.de>
To: Richard Palethorpe <rpalethorpe@suse.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH] pty03: Add CONFIG_SERIO_SERPORT as a hint
Date: Mon, 28 Nov 2022 15:20:56 +0000 [thread overview]
Message-ID: <874jujumtf.fsf@suse.de> (raw)
In-Reply-To: <20221121135616.19369-1-rpalethorpe@suse.com>
Trivial patch and no remarks, so merged.
Richard Palethorpe via ltp <ltp@lists.linux.it> writes:
> It's not clear what module implements the mouse ldisc. So adding this
> helps configure test kernels.
>
> Signed-off-by: Richard Palethorpe <rpalethorpe@suse.com>
> ---
> testcases/kernel/pty/pty03.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/testcases/kernel/pty/pty03.c b/testcases/kernel/pty/pty03.c
> index 53df6d62c..6324bc876 100644
> --- a/testcases/kernel/pty/pty03.c
> +++ b/testcases/kernel/pty/pty03.c
> @@ -153,6 +153,10 @@ static struct tst_test test = {
> .cleanup = cleanup,
> .needs_root = 1,
> .max_runtime = 30,
> + .needs_kconfigs = (const char *const[]){
> + "CONFIG_SERIO_SERPORT",
> + NULL
> + },
> .tags = (const struct tst_tag[]) {
> {"linux-git", "0ace17d568241"},
> {"CVE", "2020-14416"},
> --
> 2.38.1
--
Thank you,
Richard.
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2022-11-28 15:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 13:56 [LTP] [PATCH] pty03: Add CONFIG_SERIO_SERPORT as a hint Richard Palethorpe via ltp
2022-11-28 15:20 ` Richard Palethorpe [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=874jujumtf.fsf@suse.de \
--to=rpalethorpe@suse.de \
--cc=ltp@lists.linux.it \
--cc=rpalethorpe@suse.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.