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 A3C19C19F29 for ; Wed, 27 Jul 2022 10:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231623AbiG0KND (ORCPT ); Wed, 27 Jul 2022 06:13:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229763AbiG0KNC (ORCPT ); Wed, 27 Jul 2022 06:13:02 -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 178B91277B; Wed, 27 Jul 2022 03:13:01 -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 A806361857; Wed, 27 Jul 2022 10:13:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2EE8C433C1; Wed, 27 Jul 2022 10:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658916780; bh=4szT5U15c5+9pTdV+xk+SkcAswRYUYjvXanNrRSXjLQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RE+PBbEOhP0CeHMlY8YGwehdqsu5IszQRisiMX3YZqGlXVsnUEzZWpXcwVQDv6Hhu KKtL1pbtclRCw3o1eLOLor2njFE1B7PTNmSyvx0n5vtxeiHlgZWxq4QwG9NjBQnsIi lnIaew5JJHlOR2ZGT8DtkN2Yr2Wjdz48i3JYdYPk= Date: Wed, 27 Jul 2022 12:12:57 +0200 From: Greg Kroah-Hartman To: Jose Alonso Cc: stable , "David S. Miller" , netdev Subject: Re: Patch for 4.9 stable tree "net: usb: ax88179_178a needs FLAG_SEND_ZLP" Message-ID: References: <4c11b3866f5dfc787fa477a6307096db9319c454.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4c11b3866f5dfc787fa477a6307096db9319c454.camel@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Jul 24, 2022 at 11:57:04PM -0300, Jose Alonso wrote: > For 4.9 stable tree: > -------------------- All backports now queued up, thanks. greg k-h