On Tue, Dec 06, 2022 at 05:11:36PM +0200, Radu Nicolae Pirea (OSS) wrote: > From: Radu Pirea <radu-nicolae.pirea@xxxxxxx> > > Fix slab-out-of-bounds in sja1105_setup. > > Signed-off-by: Radu Pirea <radu-nicolae.pirea@xxxxxxx> > --- > drivers/net/dsa/sja1105/sja1105_main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Can be applied on top of 5.15.81 stable branch. Here the backporting process has to work differently. Since the fixed code is also present in the master branch of the tree responsible with bug fixes for this code area (https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git), you have to base your patch on that tree, and send the patch to be applied by the netdev maintainers, not by stable directly. You do that by using git send-email --subject-prefix "PATCH v2 net". You also don't CC stable and Greg, just the networking people from ./scripts/get_maintainer.pl. After a while, the patch will land automatically in stable, through the "net" tree. You must also add this above your Signed-off-by tag: Fixes: 38fbe91f2287 ("net: dsa: sja1105: configure the multicast policers, if present")