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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 110D0C433FE for ; Mon, 2 May 2022 08:31:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383777AbiEBIfV (ORCPT ); Mon, 2 May 2022 04:35:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379416AbiEBIfT (ORCPT ); Mon, 2 May 2022 04:35:19 -0400 Received: from mail-vk1-xa36.google.com (mail-vk1-xa36.google.com [IPv6:2607:f8b0:4864:20::a36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89B7717E34; Mon, 2 May 2022 01:31:50 -0700 (PDT) Received: by mail-vk1-xa36.google.com with SMTP id m203so6292695vke.13; Mon, 02 May 2022 01:31:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=5HWI4254BBHShrpKw5neUtGGx1uLsGyO5ZwXQexHpYA=; b=pOeF7MCxIVNJKO2BmcvmZk79K6BrKVWiOC2WjtLlhKS6ZDXaK/Wt+kWEFSQdWRfdGL s+zReY7JFsow1XbegAVwSCyYWaLAZ8+9LRVGXOyM4BXPPDl9I37fuI6WNrRtpyQwBS+K PT0j8fbkCuHfWOJiXOYragv0OjQnpWJ/r+/b/CQMWbwX1HpoPIHfovKtSWzT/ypICC1O Yn2kG2SzwZ+Pvg1IGU3zF9axza8wGl8FGrt7krjwLiukh0SMELT9h3Bv7tSpw9eKldsx XKgyygXtAAJABCBku769+m8uCT1pZixCV9Wl3c4O8Avp8QEShevUPW57ZauD2hb8BSfn MrkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=5HWI4254BBHShrpKw5neUtGGx1uLsGyO5ZwXQexHpYA=; b=PBFFbI1p0rfOgVRRNla3D0I4d4Fxaru4QN0CCgFO+xIlIjFknkjCdDUb7WoTaSd8pd ATMNNrcG+NO53BmXEJmudL+eIrXgKKhMPpPIx3AYICmcdvbUBORfTNbChDqHPY4hkOu0 AJ9ffjPM6o9qHF/fpB6bc7jHFdlI0uEaUwhBSJJDhZCBm8Qg0em95MXkLX5fcDxtqueM uxu4G67qU/3cTVfS+Bvia64JiyOnoKa+Fi3faoNm4g/i8/bZPRgfUyxXq9vZdV8nP8hp Qj3vcLnPM9O8t7ujzcq/p0/U6SV5gvnKccsfyJY9kmLxoBINFOlURxscEsiyiWZZeAUx h4HA== X-Gm-Message-State: AOAM5319Fi8kRj9yZvwMvo+j5P9vXyAT2KBgqLE5XcV7jHG6B5YNr1gn Se+FL3dlw5N9PztJn3is+Mds0wWGfIe3nYmhBO4= X-Google-Smtp-Source: ABdhPJzsnMpCsc5i6aZSLB6vvRl55FU/ENMWobvYgDjzcrAZmugbx+OEEZmj9mp9E4pNt2gwTtgOWLN61E+ktyrBBb8= X-Received: by 2002:a1f:2944:0:b0:34e:249b:5773 with SMTP id p65-20020a1f2944000000b0034e249b5773mr2875414vkp.18.1651480309611; Mon, 02 May 2022 01:31:49 -0700 (PDT) MIME-Version: 1.0 References: <20220426131102.23966-1-andrea.merello@gmail.com> <20220501180303.75a0d0a5@jic23-huawei> In-Reply-To: Reply-To: andrea.merello@gmail.com From: Andrea Merello Date: Mon, 2 May 2022 10:31:38 +0200 Message-ID: Subject: Re: [v5 00/14] Add support for Bosch BNO055 IMU To: Andy Shevchenko Cc: Jonathan Cameron , Mauro Carvalho Chehab , linux-iio , Linux Kernel Mailing List , devicetree , Lars-Peter Clausen , Rob Herring , Matt Ranostay , Alexandru Ardelean , jmondi , Andrea Merello Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il giorno lun 2 mag 2022 alle ore 09:48 Andy Shevchenko ha scritto: > [ .. ] > > BTW I have also gone through some kernel-robot reports; they also > > state "If you fix the issue, kindly add following tag as appropriate > > Reported-by: kernel test robot ". I'd say that it would > > be OK to add this tag to a patch that just fixes what is reported, but > > I'm unsure whether it is appropriate to add this tag to the patches in > > my series, because they add the code and the fix at once. Any advice > > here? > > For this we specifically amended the kernel documentation recently. > https://www.kernel.org/doc/html/latest/process/submitting-patches.html#using-reported-by-tested-by-reviewed-by-suggested-by-and-fixes > > "The tag is intended for bugs; please do not use it to credit feature requests." Well, no any feature request to credit here; a bug and its fix are involved. Sounds more like a "yes" so far.. But it wouldn't be clear what the robot did report indeed (squashed bugs and fixes).. Maybe a "thank" in the cover letter also to it would suffice? > -- > With Best Regards, > Andy Shevchenko