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=-3.8 required=3.0 tests=BAYES_00, 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 3C65BC433E7 for ; Sun, 11 Oct 2020 11:09:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0A915207F7 for ; Sun, 11 Oct 2020 11:09:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729246AbgJKLJ1 convert rfc822-to-8bit (ORCPT ); Sun, 11 Oct 2020 07:09:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725863AbgJKLJ1 (ORCPT ); Sun, 11 Oct 2020 07:09:27 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 52235C0613CE; Sun, 11 Oct 2020 04:09:27 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.94) (envelope-from ) id 1kRZDw-003SpC-RF; Sun, 11 Oct 2020 13:09:09 +0200 Date: Sun, 11 Oct 2020 13:09:07 +0200 In-Reply-To: (sfid-20201011_123742_043414_6A73C31E) References: <20201009170202.103512-1-a.nogikh@gmail.com> (sfid-20201011_123742_043414_6A73C31E) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v2 0/3] [PATCH v2 0/3] [PATCH v2 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling To: Andrey Konovalov CC: Aleksandr Nogikh , "David S. Miller" , kuba@kernel.org, Andrew Morton , Eric Dumazet , Dmitry Vyukov , Marco Elver , LKML , netdev , linux-wireless@vger.kernel.org, Aleksandr Nogikh From: Johannes Berg Message-ID: <5A216DB0-DB3A-4619-9546-A687549DB543@sipsolutions.net> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 11 October 2020 12:37:29 CEST, Andrey Konovalov wrote: >I initially hesitated to do that, as it would multiply the number of >kcov callbacks. But perhaps you're right and a clean API look >outweighs the rest. I will do this in v3. Yeah, OK, dunno. You can always make it an inline calling the "full" API so after compiling it's equivalent. But if course that still has the two APIs. It just seemed to the common case wouldn't worry really (have to) about these things, especially if you plan on changing it again later. johannes -- Sent from my phone.