[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] Drop ifdef for macOS versions older than 12.0
From: |
Konstantin Ryabitsev |
Subject: |
Re: [PATCH 0/4] Drop ifdef for macOS versions older than 12.0 |
Date: |
Mon, 1 Jul 2024 11:07:43 -0400 |
On Mon, Jul 01, 2024 at 09:00:48PM GMT, Akihiko Odaki wrote:
> > > Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> >
> > PS: you don't need to put a signed-off-by line on the cover
> > letter, only in the individual patches.
>
> I have been using b4 (https://b4.docs.kernel.org/en/latest/) these days and
> it automatically appends Signed-off-by to the cover letter.
Many subsystems use cover letters as templates for merge commits, which is why
b4 puts the Signed-off-by there. It has no impact on subsystems that don't do
that.
-K