Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp517398pxu; Wed, 25 Nov 2020 08:46:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJzCViyk4bEU2GPLRdRszrBF6yn3msrYTGCk0nkUakTvLPCJoHDEZDWqgFX0Z+HouGBMB+j5 X-Received: by 2002:a50:ff05:: with SMTP id a5mr4400564edu.43.1606322816290; Wed, 25 Nov 2020 08:46:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606322816; cv=none; d=google.com; s=arc-20160816; b=EUcNSGGF44ce3bAOGJ1YDFvBAXhUYFYT7e2z3c4NqpJ0PgpAWg5eZkpjuREn7c3IZJ PhH+37QTE3+t6By/cpbjt+Dd3r565lgR9I3RI9H5Loo49ZZJxonFh2GF7qsLVujgpIil PdqpVQwXgmw38N6m6ZoROJree/50iWBsubU9KF+IPHG03zef8+ed/rf7TtY5mgA5vFYI zxe+TPuHAicuMTXUQM1cUISpSBcg9CZRxDNCMszsuWaS/nflAFwxHvLhxBomVVvpbpdZ UirOq9hJomh/MJ8Zcuu6JZOBi3B9Z1DaVRunpZrs/DM0zwViYzrbBUZbpCxEgPrmtA5t CFYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=/rNp8LDc6Syotd1sZ93zsYkhK4GCo7ar/IgJLckNfWw=; b=0Hlnua2xMsozdMw/nb/moiqwZtmR2JPD5dML1yugas0ycQVdt8XKpqbAFcIQkpcjlO CPPDemYzVukHOXal5zn4tgVX53h7vLbqZOgu53Y2ejt5GRts2ryZdMYoTlIwQ+rReqaM vEFzlaNItK/PFrFJAa9YHrCb7idhg4XKgChd1pXw+dLX4f5hZrjhGvSghq+6ByfSfmQJ UOTUhePRevUSl80+sSLnNClMcgyNZARuA+nL6cSebqJjwpCbtd3/D1LiuRXoa8AY3fv+ v91CeoZi2LgW2stvkWbAl7HXX/eIoh3PnRHNDqbt0EW6ONuvLQ6aWxx2vReH6kfrhW82 e/2g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r17si1448410ejc.653.2020.11.25.08.46.26; Wed, 25 Nov 2020 08:46:56 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730656AbgKYQo6 (ORCPT + 99 others); Wed, 25 Nov 2020 11:44:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730115AbgKYQo6 (ORCPT ); Wed, 25 Nov 2020 11:44:58 -0500 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58128C0613D4; Wed, 25 Nov 2020 08:44:58 -0800 (PST) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1khxuQ-0001mb-95; Wed, 25 Nov 2020 17:44:46 +0100 Date: Wed, 25 Nov 2020 17:44:46 +0100 From: Florian Westphal To: Marco Elver Cc: davem@davemloft.net, kuba@kernel.org, johannes@sipsolutions.net, akpm@linux-foundation.org, a.nogikh@gmail.com, edumazet@google.com, andreyknvl@google.com, dvyukov@google.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, idosch@idosch.org, fw@strlen.de, willemb@google.com Subject: Re: [PATCH v6 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling Message-ID: <20201125164446.GC2730@breakpoint.cc> References: <20201125162455.1690502-1-elver@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201125162455.1690502-1-elver@google.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Marco Elver wrote: [..] > v6: > * Revert usage of skb extensions due to potential memory leak. Patch 2/3 is now > idential to that in v2. > * Patches 1/3 and 3/3 are otherwise identical to v5. The earlier series was already applied to net-next, so you need to rebase on top of net-next and include a revert of the patch that added the kcov skb extension. Also, please indicate the git tree that you want this applied to in the subject.