[LTP] [PATCH 3/3] Add test for CVE 2023-1829
Cyril Hrubis
chrubis@suse.cz
Thu Aug 3 14:51:37 CEST 2023
Hi!
> > +static struct tst_test test = {
> > + .test_all = run,
> > + .setup = setup,
> > + .cleanup = cleanup,
> > + .taint_check = TST_TAINT_W | TST_TAINT_D,
> > + .needs_kconfigs = (const char *[]) {
> > + "CONFIG_VETH",
> > + "CONFIG_USER_NS=y",
> > + "CONFIG_NET_NS=y",
> > + "CONFIG_NET_SCH_HTB",
> > + "CONFIG_NET_CLS_TCINDEX",
> Interesting, CONFIG_NET_CLS_TCINDEX has been removed in 8c710f75256b
> (in v6.3-rc1), therefore the test is only for older kernels.
Nothing wrong with that I suppose, we will have to maintain kernels with
that module for a decade from now anyways...
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list