Message ID | 20231005123637.2685334-1-leitao@debian.org (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A43076FD0 for <netdev@vger.kernel.org>; Thu, 5 Oct 2023 12:37:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B2B426A4D; Thu, 5 Oct 2023 05:37:13 -0700 (PDT) Received: by mail-ed1-x529.google.com with SMTP id 4fb4d7f45d1cf-53627feca49so1509150a12.1; Thu, 05 Oct 2023 05:37:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696509429; x=1697114229; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=LTma9nOdd7miP747uWf012/X4qj2VCvWacA0CPBMb6I=; b=C7A5HNVl1lcPrAJtq7Zxczqs9a19aUOiW6LZ8RxM2HjzFb+1kzD1PYlf9hYJev+dm9 MHFV0dmGuBQBR4az1VdtUUEz4rxGYvYeZdEQOI7ENSeUbMQaG/INGm5YCQLvs9SRV+RI a8fQmK5CB9upDoc5ZJR9fc4DvPIY76JCPXLM/noNX1gAhFBkOuJ6gRCokuszrOOBPAR3 Br5qiDYl7clZQlCzQL270CZJ5cGfdzu5VkI9tmUCDG6ODct8FsFRQ1hGA0J4YyI4k/xJ 3LinJZWoJBRr+PwN4ECVFOLxvEI6V/TiR8i1GpEoM3Tns0rmhkNBXeZoVdTveJVjQNe7 UUOA== X-Gm-Message-State: AOJu0YzdRE0Nz+1h1iiZvfeDMeCi1scH/y/yfBfs5uq2Ogn4RWgQ6tTg 4mMKo1jRjAxXmz0TPODAX3g= X-Google-Smtp-Source: AGHT+IEJ/s7rZCoW7OKUvhnchqVoaQysN0lS+xxmJvoJyGbyU3j7j7yNxAmtvnx1uVVx0Sm/0ggF2w== X-Received: by 2002:a17:906:15d:b0:9ae:546b:786b with SMTP id 29-20020a170906015d00b009ae546b786bmr4033344ejh.33.1696509429203; Thu, 05 Oct 2023 05:37:09 -0700 (PDT) Received: from localhost (fwdproxy-cln-120.fbsv.net. [2a03:2880:31ff:78::face:b00c]) by smtp.gmail.com with ESMTPSA id u14-20020a170906c40e00b009920a690cd9sm1142813ejz.59.2023.10.05.05.37.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Oct 2023 05:37:08 -0700 (PDT) From: Breno Leitao <leitao@debian.org> To: jlbec@evilplan.org, kuba@kernel.org, davem@davemloft.net, pabeni@redhat.com Cc: hch@lst.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, horms@kernel.org Subject: [PATCH net-next v2 0/3] net: netconsole: configfs entries for boot target Date: Thu, 5 Oct 2023 05:36:33 -0700 Message-Id: <20231005123637.2685334-1-leitao@debian.org> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net X-Patchwork-Delegate: kuba@kernel.org |
Series |
net: netconsole: configfs entries for boot target
|
expand
|