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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 9415FC55186 for ; Tue, 21 Apr 2020 20:55:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6B8922073A for ; Tue, 21 Apr 2020 20:55:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587502538; bh=fe3Lr0ik/J5FdKeBR0zh7KONvEwq1B6pZH68csqDaA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=csto8hw/HlP1PnOw/MS0/D6OQqdfTaPTJ3/ZtJYYftjqHD4s5HpLD/v5hv2Celd9x Z5YHnnDK9iQYgoTrrinb/QXR2E2lWyrWr6PKxqsKdksRBkkNWaPNAyB4S4KUTgMQlu nC57MqxbrYUbhIHH+f+QwOVttt6dbnS8Fy+n7Ryo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726121AbgDUUzh (ORCPT ); Tue, 21 Apr 2020 16:55:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:49048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726055AbgDUUzh (ORCPT ); Tue, 21 Apr 2020 16:55:37 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9DBCD2072D; Tue, 21 Apr 2020 20:55:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587502536; bh=fe3Lr0ik/J5FdKeBR0zh7KONvEwq1B6pZH68csqDaA0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XydnI0O+RiXf7q6XlhnhlXbyDARvIIoJhalXUSrQ8hkqGDJ6X558yC8Ury3M4p/vT zc/TNawF2/1q0qFe774nzsjbJsXg+E5ckxjP/BGPyvNyeC08zLV8h8f4vuB2FsAT/n fx/s1C4Aai4GmdJ+8crlM0/OY9BQBPiFh3IbgDMA= Date: Tue, 21 Apr 2020 16:55:35 -0400 From: Sasha Levin To: Luca Coelho Cc: Ilan Peer , kvalo@codeaurora.org, linux-wireless@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 v5.7 5/6] iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation Message-ID: <20200421205535.GL1809@sasha-vm> References: <20200421195608.CB7EA2074B@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, Apr 21, 2020 at 11:13:40PM +0300, Luca Coelho wrote: >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. No problem, this is more of a backport hint rather than us saying "we're going to take all of this". And thanks for the (future) backport :) -- Thanks, Sasha