From: Paul Moore <paul@xxxxxxxxxxxxxx> Date: Wed, 28 Nov 2018 13:47:25 -0500 > On Wed, Nov 28, 2018 at 1:44 PM Paul Moore <paul@xxxxxxxxxxxxxx> wrote: >> Commit 32a4f5ecd738 ("net: sched: introduce chain object to uapi") >> added new RTM_* definitions without properly updating SELinux, this >> patch adds the necessary SELinux support. >> >> While there was a BUILD_BUG_ON() in the SELinux code to protect from >> exactly this case, it was bypassed in the broken commit. In order to >> hopefully prevent this from happening in the future, add additional >> comments which provide some instructions on how to resolve the >> BUILD_BUG_ON() failures. >> >> Fixes: 32a4f5ecd738 ("net: sched: introduce chain object to uapi") >> Cc: <stable@xxxxxxxxxxxxxxx> # 4.19 >> Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> >> --- >> security/selinux/nlmsgtab.c | 13 ++++++++++++- >> 1 file changed, 12 insertions(+), 1 deletion(-) > > I'm building a test kernel right now, assuming all goes well I'm going > to send this up to Linus for v4.20. Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>