public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] pty03: Add CONFIG_SERIO_SERPORT as a hint
@ 2022-11-21 13:56 Richard Palethorpe via ltp
  2022-11-28 15:20 ` Richard Palethorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Palethorpe via ltp @ 2022-11-21 13:56 UTC (permalink / raw)
  To: ltp; +Cc: Richard Palethorpe

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] pty03: Add CONFIG_SERIO_SERPORT as a hint
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Palethorpe @ 2022-11-28 15:20 UTC (permalink / raw)
  To: Richard Palethorpe; +Cc: ltp


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28 15:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox