Received: by 10.192.165.148 with SMTP id m20csp5036187imm; Tue, 1 May 2018 08:03:35 -0700 (PDT) X-Google-Smtp-Source: AB8JxZq61ZzBw6X/uXYIZTI0YUPz1SR5Eyzo1MytqW6NvVGsihKwa2IHEA87WvM/+MH26J4AR3yV X-Received: by 10.167.133.15 with SMTP id v15mr2081658pfn.144.1525187015774; Tue, 01 May 2018 08:03:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525187015; cv=none; d=google.com; s=arc-20160816; b=HGNIa5r/xHiTkZGvGQF8sgN6IDNnfPF/Z4uG7Z84L4xpqM7CjaqgA6kR+VuNM6eC1c 0SaJlO9sKlvskMoswNkMQGREle+ZUieKmDEJqdN/cFnT5pfLFPO8bXaJW6JT/cRUYcD3 di2Axw6vFEizv4nO4H7QniNpV4q43jh8Lq0M+1zFWtpk9fEN5YiM3gZx33OiysBJKl53 UJyF9CQuk6ik2DRSJ99//L/zYyqedqI0ZOnt+HHW11+QlM5CC5sC2IlNR5q43B8imSNc MfPz1Z3xCS642tJIw/6XHEXePqM8noQyWAyu69KfzFGDTdNpLEVM9Nd4f93bQMsQs52b rCuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=VX7oBoEkYkZ/OrDOUh9kmn0deRnsHSfnTW0IK/4VTv0=; b=ngibvP/7azVa/yeKbiWSGXwVDfcUY9G5NDULZWiFwgWPBY/44WjxV/NCAHNDUj1peX yUtmpuRShDLUfsAMdKP+m2iaFn+KkZ4cu1qf8ACpvNOJCh7cvUCYstdzJHbA6A5CAh+X g97/BsKtFx1pRTbtEgEKxOJbM1mvru+frlBR7MaH127ifxT0KkuPpC6nbaVoP7rC/AFN PnN6FDkLj15THdeFBTeHFHrF/JoZp1NugDlXqEkQ5UaKKzHCy4lpmMNVxmWeNvStaEH3 p6HKWrKxPExFH+AXIQygjcSVcCM4NrtKfH9fifDF7RYrxpyF7Wrs6ERypndABLiJr+CW G3wA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m63-v6si9268300pld.429.2018.05.01.08.03.21; Tue, 01 May 2018 08:03:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755692AbeEAPBs (ORCPT + 99 others); Tue, 1 May 2018 11:01:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:35574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752447AbeEAPBr (ORCPT ); Tue, 1 May 2018 11:01:47 -0400 Received: from localhost (unknown [104.132.1.102]) (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 CA2B7217A8; Tue, 1 May 2018 15:01:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA2B7217A8 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=gregkh@linuxfoundation.org Date: Tue, 1 May 2018 08:01:37 -0700 From: Greg Kroah-Hartman To: Sriram R Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Vasanthakumar Thiagarajan , Kalle Valo Subject: Re: [PATCH 4.4 44/44] ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap mode Message-ID: <20180501150137.GB14123@kroah.com> References: <20180430190946.093694747@linuxfoundation.org> <20180430190948.085407552@linuxfoundation.org> <454d05a202b8f44728e2660e3d6f95c2@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <454d05a202b8f44728e2660e3d6f95c2@codeaurora.org> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 01, 2018 at 05:26:41AM +0530, Sriram R wrote: > On 2018-05-01 00:54, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me > > know. > Hi Greg, > > This is a dependency patch to the actual fix , > [PATCH 2/2 - linux-stable-4.4] ath10k: rebuild crypto header in rx data > frames. > > We would like both these patches to be upstreamed to 4.4 together. > > As mentioned in cover, These patches depends on 3 other mac80211 patches so > the below mac80211 commits needs to be picked first in the same order and > then apply this patchset. > > f980ebc058c2 : mac80211: allow not sending MIC up from driver for HW crypto > f631a77ba920 : mac80211: allow same PN for AMSDU sub-frames > cef0acd4d7d4 : mac80211: Add RX flag to indicate ICV stripped > > These patches should be applied in that order(commit f980ebc058c2 first) and > they should apply cleanly with --3-way merge. > > Kindly revert if you face any issues. As I stated in the other response just now, I'll drop this for this release and revisit this later this week. thanks, greg k-h