From: Joe Perches <joe@perches.com> Date: 2018-03-28 20:44:18
On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote:
Signed-off-by: Shea Levy <redacted>
Most people seem to want some form of commit message
and not just your sign-off.
And btw:
It seems you used get_maintainer to determine who to
send these patches to.
I suggest you add --nogit and --nogit-fallback to the
get_maintainer command line you use to avoid sending
these patches to people like me that have done drive-by
cleanup work on these files.
From: Shea Levy <hidden> Date: 2018-03-28 20:53:43
Joe Perches [off-list ref] writes:
On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote:
quoted
Signed-off-by: Shea Levy <redacted>
Most people seem to want some form of commit message
and not just your sign-off.
Ah, if the subject is insufficient I can add some more detail.
And btw:
It seems you used get_maintainer to determine who to
send these patches to.
I suggest you add --nogit and --nogit-fallback to the
get_maintainer command line you use to avoid sending
these patches to people like me that have done drive-by
cleanup work on these files.
Whoops, thanks for the tip and sorry for the noise!
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-03-29 13:20:02
Shea Levy [off-list ref] writes:
Joe Perches [off-list ref] writes:
quoted
On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote:
quoted
Signed-off-by: Shea Levy <redacted>
Most people seem to want some form of commit message
and not just your sign-off.
Ah, if the subject is insufficient I can add some more detail.
Yeah please do.
Seeing this patch in isolation, with no change log, I might think it's
safe for me to just apply it.
But that would break the build because I don't have patch 1.
So for starters you need to explain that part, eg something like:
A previous patch in the series added a weak definition of
free_initrd_mem() in init/initramfs.c.
The powerpc implementation is identical, so it can be removed allowing
the generic version to be used.
Then you could also tell me if you did/didn't build/boot test it.
cheers
From: Shea Levy <hidden> Date: 2018-04-01 15:01:49
Hi Michael,
Michael Ellerman [off-list ref] writes:
Shea Levy [off-list ref] writes:
quoted
Joe Perches [off-list ref] writes:
quoted
On Wed, 2018-03-28 at 16:36 -0400, Shea Levy wrote:
quoted
Signed-off-by: Shea Levy <redacted>
Most people seem to want some form of commit message
and not just your sign-off.
Ah, if the subject is insufficient I can add some more detail.
Yeah please do.
Seeing this patch in isolation, with no change log, I might think it's
safe for me to just apply it.
But that would break the build because I don't have patch 1.
So for starters you need to explain that part, eg something like:
A previous patch in the series added a weak definition of
free_initrd_mem() in init/initramfs.c.
The powerpc implementation is identical, so it can be removed allowing
the generic version to be used.
Then you could also tell me if you did/didn't build/boot test it.
Thanks for the feedback, can you let me know if the recently posted v6
fits the bill?