如何回复内核邮件:简单示例:多个patch
Posted rtoax
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何回复内核邮件:简单示例:多个patch相关的知识,希望对你有一定的参考价值。
以mm: multi-gen LRU: per-process heatmaps为例。
点击raw查看原始邮件。可以清楚的看出,发送的详细信息,如:
Date: Sun, 11 Sep 2022 01:34:16 -0700
Mime-Version: 1.0
X-Mailer: git-send-email 2.37.2.789.g6183377224-goog
Message-ID: <20220911083418.2818369-1-yuanchu@google.com>
Subject: [RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps
From: Yuanchu Xie <yuanchu@google.com>
To: linux-mm@kvack.org, Yu Zhao <yuzhao@google.com>
Cc: Michael Larabel <Michael@MichaelLarabel.com>,
Jon Corbet <corbet@lwn.net>,
Andrew Morton <akpm@linux-foundation.org>,
Yuanchu Xie <yuanchu@google.com>, linux-kernel@vger.kernel.org,
bpf@vger.kernel.org
Content-Type: text/plain; charset="UTF-8"
Precedence: bulk
List-ID: <bpf.vger.kernel.org>
X-Mailing-List: bpf@vger.kernel.org
接着点击reply查看此邮件的回复。可以看到推荐的命令行:
git send-email \\
--in-reply-to=20220911083418.2818369-1-yuanchu@google.com \\
--to=yuanchu@google.com \\
--cc=Michael@MichaelLarabel.com \\
--cc=akpm@linux-foundation.org \\
--cc=bpf@vger.kernel.org \\
--cc=corbet@lwn.net \\
--cc=linux-kernel@vger.kernel.org \\
--cc=linux-mm@kvack.org \\
--cc=yuzhao@google.com \\
--subject='Re: [RFC PATCH 0/2] mm: multi-gen LRU: per-process heatmaps' \\
/path/to/YOUR_REPLY
我非常好奇
/path/to/YOUR_REPLY
的格式。
以上是关于如何回复内核邮件:简单示例:多个patch的主要内容,如果未能解决你的问题,请参考以下文章