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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F054C433EF for ; Sat, 2 Apr 2022 11:28:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238010AbiDBLar (ORCPT ); Sat, 2 Apr 2022 07:30:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47328 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230348AbiDBLap (ORCPT ); Sat, 2 Apr 2022 07:30:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E494F49FA9 for ; Sat, 2 Apr 2022 04:28:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7501D61337 for ; Sat, 2 Apr 2022 11:28:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E4EAC340F3; Sat, 2 Apr 2022 11:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1648898932; bh=ktWyNkXC39WtG/W+I40eNOjoEG+4dZ6D1lalcy8cRJs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EvbvbffQJucew/yra885bGXUZ1P/rd/cXeJQ+xQea2AT1X0tvMTrImpUbgwSA7e1f tSbNm6H3RrcDJ7zjEnfvPT5a4fDm28dHNSYBqBWlgyErWsvNmrZtXFxf1GQnLGWi4Y 8f5k5oKoUqwIe0jD+ZglVM31euHsLydIzK9xm0fA= Date: Sat, 2 Apr 2022 13:28:45 +0200 From: Greg Kroah-Hartman To: Antonio Quartulli Cc: Xin Long , davem@davemloft.net, Jakub Kicinski , network dev , Willem de Bruijn Subject: Re: [PATCHv5 net-next 1/2] udp: call udp_encap_enable for v6 sockets when enabling encap Message-ID: References: <3842df54-8323-e6e7-9a06-de1e78e099ae@openvpn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Mar 31, 2022 at 03:06:41PM +0200, Antonio Quartulli wrote: > Hi, > > On 29/03/2022 15:30, Greg Kroah-Hartman wrote: > > > I would like to propose to take this patch in stable releases. > > > Greg, is this an option? > > > > > > Commit in the linux kernel is: > > > a4a600dd301ccde6ea239804ec1f19364a39d643 > > > > > > What stable tree(s) should this apply to, and where have you tested it? > > Sorry for the delay, Greg, but I wanted to run some extra tests on the > various longterm kernel releases. > > This bug exists since "ever", therefore ideally it could/should be applied > to all stable trees. > > However, this patch applies as-is only to v5.10 and v5.4 (you need to ignore > the hunk for 'drivers/net/bareudp.c' on the latter). > > Older trees require a different code change. > > My tests on v5.10 and v5.4 show that the patch works as expected. > > Therefore, could it be backported to these 2 trees? > It can get my > > Tested-by: Antonio Quartulli Now queued up, thanks. greg k-h