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 995A6C433EF for ; Mon, 11 Jul 2022 13:16:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229735AbiGKNQI (ORCPT ); Mon, 11 Jul 2022 09:16:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49638 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbiGKNQI (ORCPT ); Mon, 11 Jul 2022 09:16:08 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E93783E77F; Mon, 11 Jul 2022 06:16:03 -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 ams.source.kernel.org (Postfix) with ESMTPS id 4588AB80EF0; Mon, 11 Jul 2022 13:16:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C313C34115; Mon, 11 Jul 2022 13:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657545360; bh=+HwtIXJAsCRWuLlF+i8sPNt40j+U5+eemCsv8jZKw/c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mJVNDVFYI0Dh2fWHqJzOV7ezf0FnEEO9mofJSsFYcleYNZ7WMuazfRf4ipitZAlHI oEddESHG9bU1pEMkmH/05W+dtw5O7EtPSENCodMkKyvMFPcTHMSiUdJD5WROH2FkHj ZcaIRPgtyKibl8x4bQcfkbtMONvqW8zi12vTzZqM= Date: Mon, 11 Jul 2022 15:15:58 +0200 From: Greg Kroah-Hartman To: Jose Alonso Cc: stable , "David S. Miller" , netdev Subject: Re: request to stable branch [PATCH net] net: usb: ax88179_178a needs FLAG_SEND_ZLP Message-ID: References: <8353466644205cf9bb2479ac8ced91dd111d9a01.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8353466644205cf9bb2479ac8ced91dd111d9a01.camel@gmail.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jul 11, 2022 at 10:04:51AM -0300, Jose Alonso wrote: > I think that this patch should be include in stable: > > 36a15e1cb134 ("net: usb: ax88179_178a needs FLAG_SEND_ZLP") > > The problems that it fixes are present in stable branches. What stable kernels do you want this backported to? thanks, greg k-h