From: Cyril Hrubis <chrubis@suse.cz>
To: Bogdan Lezhepekov <bogdan.lezhepekov@suse.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v1] netns_netlink: Ensure tuntap is enabled in kernel
Date: Thu, 4 Nov 2021 14:26:23 +0100 [thread overview]
Message-ID: <YYPff0zN0ydo5Z9h@yuki> (raw)
In-Reply-To: <20211103100235.22007-1-bogdan.lezhepekov@suse.com>
Hi!
> testcases/kernel/containers/netns/netns_netlink.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/testcases/kernel/containers/netns/netns_netlink.c b/testcases/kernel/containers/netns/netns_netlink.c
> index ddd8ce910..f9ae255f5 100644
> --- a/testcases/kernel/containers/netns/netns_netlink.c
> +++ b/testcases/kernel/containers/netns/netns_netlink.c
> @@ -120,6 +120,7 @@ static struct tst_test test = {
> .forks_child = 1,
> .needs_kconfigs = (const char *[]) {
> "CONFIG_NET_NS=y",
> + "CONFIG_TUN=y",
Shouldn't that be just "CONFIG_TUN" as that would match both
"CONFIG_TUN=y" and "CONFIG_TUN=m"?
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2021-11-04 13:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 10:02 [LTP] [PATCH v1] netns_netlink: Ensure tuntap is enabled in kernel Bogdan Lezhepekov via ltp
2021-11-04 13:26 ` Cyril Hrubis [this message]
2021-11-04 13:51 ` Bogdan Lezhepekov via ltp
2021-11-04 13:58 ` Cyril Hrubis
2021-11-04 14:10 ` Cyril Hrubis
2021-11-04 15:46 ` Bogdan Lezhepekov via ltp
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=YYPff0zN0ydo5Z9h@yuki \
--to=chrubis@suse.cz \
--cc=bogdan.lezhepekov@suse.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 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.