From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7214AC433EF for ; Thu, 9 Sep 2021 14:41:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FE1D61284 for ; Thu, 9 Sep 2021 14:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350805AbhIIOmW (ORCPT ); Thu, 9 Sep 2021 10:42:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239687AbhIIOmO (ORCPT ); Thu, 9 Sep 2021 10:42:14 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B8C9C0363C7; Thu, 9 Sep 2021 07:05:38 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1mOKgF-0003zm-Hr; Thu, 09 Sep 2021 16:05:31 +0200 Date: Thu, 9 Sep 2021 16:05:31 +0200 From: Florian Westphal To: Greg KH Cc: Salvatore Bonaccorso , Pablo Neira Ayuso , syzbot , coreteam@netfilter.org, davem@davemloft.net, fw@strlen.de, kadlec@netfilter.org, kuba@kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, syzkaller-bugs@googlegroups.com, stable@vger.kernel.org, elbrus@debian.org Subject: Re: [syzbot] general protection fault in nft_set_elem_expr_alloc Message-ID: <20210909140531.GJ23554@breakpoint.cc> References: <000000000000ef07b205c3cb1234@google.com> <20210602170317.GA18869@salvia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > On Wed, Sep 08, 2021 at 10:58:11PM +0200, Salvatore Bonaccorso wrote: > > So if I see it correctly the fix landed in ad9f151e560b ("netfilter: > > nf_tables: initialize set before expression setup") in 5.13-rc7 and > > landed as well in 5.12.13. The issue is though still present in the > > 5.10.y series. > > > > Would it be possible to backport the fix as well to 5.10.y? It is > > needed there as well. > > I would need a working backport, as it does not apply cleanly to 5.10.y > :( Done, sent to stable@.