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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 7A0B4C54FCC for ; Tue, 21 Apr 2020 20:13:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F71B206B8 for ; Tue, 21 Apr 2020 20:13:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726381AbgDUUNt (ORCPT ); Tue, 21 Apr 2020 16:13:49 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:57344 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726271AbgDUUNs (ORCPT ); Tue, 21 Apr 2020 16:13:48 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jQzH3-000MvI-6A; Tue, 21 Apr 2020 23:13:41 +0300 Message-ID: From: Luca Coelho To: Sasha Levin , Ilan Peer , kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, stable@vger.kernel.org Date: Tue, 21 Apr 2020 23:13:40 +0300 In-Reply-To: <20200421195608.CB7EA2074B@mail.kernel.org> References: <20200421195608.CB7EA2074B@mail.kernel.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.0-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH v2 v5.7 5/6] iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, 2020-04-21 at 19:56 +0000, Sasha Levin wrote: > Hi > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: 4.19+ > > The bot has tested the following trees: v5.6.5, v5.5.18, v5.4.33, v4.19.116. > > v5.6.5: Build OK! > v5.5.18: Build OK! > v5.4.33: Build OK! > v4.19.116: Failed to apply! Possible dependencies: > 57a3a454f303 ("iwlwifi: split HE capabilities between AP and STA") > 80aaa9c16415 ("mac80211: Add he_capa debugfs entry") > add7453ad62f ("wireless: align to draft 11ax D3.0") > > > NOTE: The patch will not be queued to stable trees until it is upstream. > > How should we proceed with this patch? Same thing as with the other patches: We definitely don't want all these dependencies. Some functions were moved around and that's what's causing the failures. I'll rebase this patch for those kernels where it failed and submit separately. -- Luca.