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 B7045C64EC4 for ; Wed, 8 Mar 2023 18:35:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229816AbjCHSfA (ORCPT ); Wed, 8 Mar 2023 13:35:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230143AbjCHSet (ORCPT ); Wed, 8 Mar 2023 13:34:49 -0500 Received: from mail-vs1-xe35.google.com (mail-vs1-xe35.google.com [IPv6:2607:f8b0:4864:20::e35]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29DD95F524 for ; Wed, 8 Mar 2023 10:34:48 -0800 (PST) Received: by mail-vs1-xe35.google.com with SMTP id x14so16211627vso.9 for ; Wed, 08 Mar 2023 10:34:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1678300487; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=C9F1enZvKSGIFHS4e3aiA1VRNnNfG61Asy+3o9z9VzE=; b=NvRD0HN9B8mPDstls48UkQEqfFQepTv7OuwyqlcYIXukeIQ3JJmoj3B+k3oi8AZMyH dFpmakTIeIlJrPcIGPppO0Czi2givmZ7rX8DUBWdVzl3CSBKhTOKG3TgLVzokH9BDEMg 0Ae/tCc7M/scZ6mXoNEywGGKMyXuAp16lwA3s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678300487; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=C9F1enZvKSGIFHS4e3aiA1VRNnNfG61Asy+3o9z9VzE=; b=OjpXu8GPZGkL67UuUC6zMYA0awYzy8P3OwrVY8dk4cUzegxwDqkbOhyRyIXpdJWYA/ g4Rf8cCz4Z5cVtwl4IniDML9a5iInCB1DG9ddlFDtR2vM+V8S6YbacBoAx4ZQGweEj4I 5jsetxMqb5o99NFktfADxpY/qFEDsIgzxJasp8o9WfMcxumISFUpIGEOY7vsgALkcpt7 p94SNq9NEsCS6EwTplftfs9huSp0PefDtYeZbvIV84+vCnsiWUScUOBLGUre5L+F0YKq ddhiC1wR79ERu2ifkXROWcJdL88IWs3JfKgimCswUl9VRJQ4/GaZ8sSwj95DewT0wlg3 bMBA== X-Gm-Message-State: AO0yUKUtje7grYD7qitFOIlUCVpbfIxDvyt09CjX/uPCneTmaW+5PZ03 fAdD5oXKjznLs6tIX7gklq9KLGwN9+QTdq26TTrvDw== X-Google-Smtp-Source: AK7set+8cPhuQAdLM3zB+PW2jfEvoEE/c3Gz044eevRZImhbZFwUCa9TW4KgyrSGIMQq31kIarVT1Pg4wy4Z5TqN2Rk= X-Received: by 2002:a67:f9d9:0:b0:420:10e:14e8 with SMTP id c25-20020a67f9d9000000b00420010e14e8mr12386454vsq.1.1678300487055; Wed, 08 Mar 2023 10:34:47 -0800 (PST) MIME-Version: 1.0 References: <20230307200502.2263655-1-grundler@chromium.org> <20230307164736.37ecb2f9@kernel.org> In-Reply-To: <20230307164736.37ecb2f9@kernel.org> From: Grant Grundler Date: Wed, 8 Mar 2023 10:34:35 -0800 Message-ID: Subject: Re: [PATCHv2 1/2] TEST:net: asix: fix modprobe "sysfs: cannot create duplicate filename" To: Jakub Kicinski Cc: Grant Grundler , Oleksij Rempel , Pavel Skripkin , Lukas Wunner , Eizan Miyamoto , netdev , "David S . Miller" , LKML , Anton Lundin Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 7, 2023 at 4:47=E2=80=AFPM Jakub Kicinski wro= te: > > On Tue, 7 Mar 2023 12:05:01 -0800 Grant Grundler wrote: > > Subject: [PATCHv2 1/2] TEST:net: asix: fix modprobe "sysfs: cannot crea= te duplicate filename" > > Why the "TEST:" prefix? Sorry - that's left over from how I mark the change for testing with chromeos-5.15 kernel branch: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel= /+/4313619 I should have removed that. I upload the change to gerrit so partners can easily test the same code (e.g. coworker Eizan who is in Australia). If you follow the link above, you can see I'm testing a bunch of additional backports as well and have additional fields in the commit message required by chromium.org. > The patch doesn't apply cleanly, it needs to go via this tree: > https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/ > so rebase it onto that, please, and put [PATCH net] in the subject > rather than just [PATCH]. Ok - thanks! Wil repost v3 against netdev/net.git/ shortly. No problem. > Keep patch 2 locally for about a week (we merge fixes and cleanup > branches once a week around Thu, and the two patches depend on each > other). Awesome! Sounds good. > Please look thru at least the tl;dr of our doc: > https://www.kernel.org/doc/html/next/process/maintainer-netdev.html Thanks! Because I've been "randomly" contributing to netdev for 20+ years, I've not looked for documentation (beyond SubmittingPatches). But I am quite willing to read and follow it - makes life easier for everyone. cheers, grant