* [patch 1/1] document Acked-by:
@ 2007-06-01 2:09 akpm
2007-06-01 5:32 ` Valdis.Kletnieks
` (2 more replies)
0 siblings, 3 replies; 33+ messages in thread
From: akpm @ 2007-06-01 2:09 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm
From: Andrew Morton <akpm@linux-foundation.org>
Explain what we use Acked-by: for, and how it differs from Signed-off-by:
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
Documentation/SubmittingPatches | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff -puN Documentation/SubmittingPatches~document-acked-by Documentation/SubmittingPatches
--- a/Documentation/SubmittingPatches~document-acked-by
+++ a/Documentation/SubmittingPatches
@@ -328,7 +328,20 @@ now, but you can do this to mark interna
point out some special detail about the sign-off.
-12) The canonical patch format
+12) When to use Acked-by:
+
+The Signed-off-by: tag implies that the signer was involved in the development
+of the patch, or that he/she was in the patch's delivery path.
+
+If a person was not directly involved in the preparation or handling of a
+patch but wishes to signify and record their approval of it then they can
+arrange to have an Acked-by: line added to the patch's changelog.
+
+Acked-by: is often used by the maintainer of the affected code when that
+maintainer neither wrote, merged nor forwarded the patch themselves.
+
+
+13) The canonical patch format
The canonical patch subject line is:
_
^ permalink raw reply [flat|nested] 33+ messages in thread* Re: [patch 1/1] document Acked-by: 2007-06-01 2:09 [patch 1/1] document Acked-by: akpm @ 2007-06-01 5:32 ` Valdis.Kletnieks 2007-06-01 6:10 ` H. Peter Anvin 2007-06-01 18:14 ` Dave Jones 2007-06-02 14:11 ` Adrian Bunk 2 siblings, 1 reply; 33+ messages in thread From: Valdis.Kletnieks @ 2007-06-01 5:32 UTC (permalink / raw) To: akpm; +Cc: linux-kernel [-- Attachment #1: Type: text/plain, Size: 605 bytes --] On Thu, 31 May 2007 19:09:10 PDT, akpm@linux-foundation.org said: > +If a person was not directly involved in the preparation or handling of a > +patch but wishes to signify and record their approval of it then they can > +arrange to have an Acked-by: line added to the patch's changelog. > + > +Acked-by: is often used by the maintainer of the affected code when that > +maintainer neither wrote, merged nor forwarded the patch themselves. Do we want to add verbiage saying that an Acked-By: is also useful when it comes from somebody (likely the original reporter) who has actually tested the patch? [-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --] ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 5:32 ` Valdis.Kletnieks @ 2007-06-01 6:10 ` H. Peter Anvin 2007-06-01 10:53 ` John Anthony Kazos Jr. 2007-06-01 17:27 ` Valdis.Kletnieks 0 siblings, 2 replies; 33+ messages in thread From: H. Peter Anvin @ 2007-06-01 6:10 UTC (permalink / raw) To: Valdis.Kletnieks; +Cc: akpm, linux-kernel Valdis.Kletnieks@vt.edu wrote: > On Thu, 31 May 2007 19:09:10 PDT, akpm@linux-foundation.org said: > >> +If a person was not directly involved in the preparation or handling of a >> +patch but wishes to signify and record their approval of it then they can >> +arrange to have an Acked-by: line added to the patch's changelog. >> + >> +Acked-by: is often used by the maintainer of the affected code when that >> +maintainer neither wrote, merged nor forwarded the patch themselves. > > Do we want to add verbiage saying that an Acked-By: is also useful when it > comes from somebody (likely the original reporter) who has actually tested the > patch? I'd rather see a Tested-By: for that. There is a difference between a maintainer ack and a tester ok. -hpa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 6:10 ` H. Peter Anvin @ 2007-06-01 10:53 ` John Anthony Kazos Jr. 2007-06-01 19:27 ` Krzysztof Halasa 2007-06-01 17:27 ` Valdis.Kletnieks 1 sibling, 1 reply; 33+ messages in thread From: John Anthony Kazos Jr. @ 2007-06-01 10:53 UTC (permalink / raw) To: H. Peter Anvin; +Cc: Valdis.Kletnieks, akpm, linux-kernel > >> +If a person was not directly involved in the preparation or handling of a > >> +patch but wishes to signify and record their approval of it then they can > >> +arrange to have an Acked-by: line added to the patch's changelog. > >> + > >> +Acked-by: is often used by the maintainer of the affected code when that > >> +maintainer neither wrote, merged nor forwarded the patch themselves. > > > > Do we want to add verbiage saying that an Acked-By: is also useful when it > > comes from somebody (likely the original reporter) who has actually tested the > > patch? > > I'd rather see a Tested-By: for that. > > There is a difference between a maintainer ack and a tester ok. Indeed. Acked-by: implies authority, and only very few people should be able to do it. Namely, the only person who can ACK a patch is a person who could also NACK a patch and expect it to actually be dropped. If I think a patch is bad, I can say so, but as I have no authority, my statement would be taken on merit alone, whereas Linus or Andrew or such could just NACK it and move on without having to spew a blurb every time. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 10:53 ` John Anthony Kazos Jr. @ 2007-06-01 19:27 ` Krzysztof Halasa 2007-06-01 19:37 ` Scott Preece 0 siblings, 1 reply; 33+ messages in thread From: Krzysztof Halasa @ 2007-06-01 19:27 UTC (permalink / raw) To: John Anthony Kazos Jr. Cc: H. Peter Anvin, Valdis.Kletnieks, akpm, linux-kernel "John Anthony Kazos Jr." <jakj@j-a-k-j.com> writes: > Indeed. Acked-by: implies authority, and only very few people should be > able to do it. Namely, the only person who can ACK a patch is a person who > could also NACK a patch and expect it to actually be dropped. If I think a > patch is bad, I can say so, but as I have no authority, my statement would > be taken on merit alone, whereas Linus or Andrew or such could just NACK > it and move on without having to spew a blurb every time. Everyone always has some authority so everyone can ack or nack any patch and I hope the action taken will always depend on merit rather than person, especially if it's a technical issue and not some style etc. thing. -- Krzysztof Halasa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 19:27 ` Krzysztof Halasa @ 2007-06-01 19:37 ` Scott Preece 2007-06-01 20:00 ` Andrew Morton 2007-06-01 22:10 ` Krzysztof Halasa 0 siblings, 2 replies; 33+ messages in thread From: Scott Preece @ 2007-06-01 19:37 UTC (permalink / raw) To: Krzysztof Halasa Cc: John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, akpm, linux-kernel On 6/1/07, Krzysztof Halasa <khc@pm.waw.pl> wrote: > "John Anthony Kazos Jr." <jakj@j-a-k-j.com> writes: > > > Indeed. Acked-by: implies authority, and only very few people should be > > able to do it. Namely, the only person who can ACK a patch is a person who > > could also NACK a patch and expect it to actually be dropped. If I think a > > patch is bad, I can say so, but as I have no authority, my statement would > > be taken on merit alone, whereas Linus or Andrew or such could just NACK > > it and move on without having to spew a blurb every time. > > Everyone always has some authority so everyone can ack or nack any > patch and I hope the action taken will always depend on merit > rather than person, especially if it's a technical issue and not > some style etc. thing. > -- > Krzysztof Halasa --- This is a question worth answering - is it rude to ack/nak a patch if you're not a maintainer or otherwise known-to-be-trusted, or is it OK for anyone to express an opinion? Andrew's patch text seems to imply that it's generally OK. scott ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 19:37 ` Scott Preece @ 2007-06-01 20:00 ` Andrew Morton 2007-06-01 20:04 ` Andrew Morton 2007-06-01 22:10 ` Krzysztof Halasa 1 sibling, 1 reply; 33+ messages in thread From: Andrew Morton @ 2007-06-01 20:00 UTC (permalink / raw) To: Scott Preece Cc: Krzysztof Halasa, John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, linux-kernel On Fri, 1 Jun 2007 14:37:54 -0500 "Scott Preece" <sepreece@gmail.com> wrote: > On 6/1/07, Krzysztof Halasa <khc@pm.waw.pl> wrote: > > "John Anthony Kazos Jr." <jakj@j-a-k-j.com> writes: > > > > > Indeed. Acked-by: implies authority, and only very few people should be > > > able to do it. Namely, the only person who can ACK a patch is a person who > > > could also NACK a patch and expect it to actually be dropped. If I think a > > > patch is bad, I can say so, but as I have no authority, my statement would > > > be taken on merit alone, whereas Linus or Andrew or such could just NACK > > > it and move on without having to spew a blurb every time. > > > > Everyone always has some authority so everyone can ack or nack any > > patch and I hope the action taken will always depend on merit > > rather than person, especially if it's a technical issue and not > > some style etc. thing. > > -- > > Krzysztof Halasa > --- > > This is a question worth answering - is it rude to ack/nak a patch if > you're not a maintainer or otherwise known-to-be-trusted, or is it OK > for anyone to express an opinion? Andrew's patch text seems to imply > that it's generally OK. > I think saying "ack" or "nack" is generally a bit rude, and not very useful. It's better to just provide constructive, detailed technical comments and from that it becomes pretty obvious to all parties whether or not the patch has a future. If you did properly provide that useful feedback then the "ack" or "nack" bit becomes redundant. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 20:00 ` Andrew Morton @ 2007-06-01 20:04 ` Andrew Morton 2007-06-02 13:34 ` debian developer 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2007-06-01 20:04 UTC (permalink / raw) To: Scott Preece, Krzysztof Halasa, John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, linux-kernel On Fri, 1 Jun 2007 13:00:24 -0700 Andrew Morton <akpm@linux-foundation.org> wrote: > On Fri, 1 Jun 2007 14:37:54 -0500 > "Scott Preece" <sepreece@gmail.com> wrote: > > > On 6/1/07, Krzysztof Halasa <khc@pm.waw.pl> wrote: > > > "John Anthony Kazos Jr." <jakj@j-a-k-j.com> writes: > > > > > > > Indeed. Acked-by: implies authority, and only very few people should be > > > > able to do it. Namely, the only person who can ACK a patch is a person who > > > > could also NACK a patch and expect it to actually be dropped. If I think a > > > > patch is bad, I can say so, but as I have no authority, my statement would > > > > be taken on merit alone, whereas Linus or Andrew or such could just NACK > > > > it and move on without having to spew a blurb every time. > > > > > > Everyone always has some authority so everyone can ack or nack any > > > patch and I hope the action taken will always depend on merit > > > rather than person, especially if it's a technical issue and not > > > some style etc. thing. > > > -- > > > Krzysztof Halasa > > --- > > > > This is a question worth answering - is it rude to ack/nak a patch if > > you're not a maintainer or otherwise known-to-be-trusted, or is it OK > > for anyone to express an opinion? Andrew's patch text seems to imply > > that it's generally OK. > > > > I think saying "ack" or "nack" is generally a bit rude, and not very > useful. err, make that "I think saying "nack" is generally a bit rude". An "ack" is inoffensive and useful. But frankly, I don't trust a simple "ack" much at all. It's the kernel equivalent of "whoa, kewl!" > It's better to just provide constructive, detailed technical comments and > from that it becomes pretty obvious to all parties whether or not the patch > has a future. If the ack comes with some material of this nature then it becomes more believeable that the Acker actually spent some time reading the code, and the ack becomes more interesting. It's quite common for experienced kernel developers to ack completely broken patches. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 20:04 ` Andrew Morton @ 2007-06-02 13:34 ` debian developer 2007-06-02 17:13 ` Jan Engelhardt 2007-06-02 19:34 ` Valdis.Kletnieks 0 siblings, 2 replies; 33+ messages in thread From: debian developer @ 2007-06-02 13:34 UTC (permalink / raw) To: Andrew Morton Cc: Scott Preece, Krzysztof Halasa, John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, linux-kernel On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > It's quite common for experienced kernel developers to ack completely broken > patches. common!! is'nt that a bit too ... ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 13:34 ` debian developer @ 2007-06-02 17:13 ` Jan Engelhardt 2007-06-02 19:34 ` Valdis.Kletnieks 1 sibling, 0 replies; 33+ messages in thread From: Jan Engelhardt @ 2007-06-02 17:13 UTC (permalink / raw) To: debian developer Cc: Andrew Morton, Scott Preece, Krzysztof Halasa, John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, linux-kernel On Jun 2 2007 19:04, debian developer wrote: > On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > >> It's quite common for experienced kernel developers to ack completely >> broken >> patches. > > common!! > > is'nt that a bit too ... too nack? Jan -- ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 13:34 ` debian developer 2007-06-02 17:13 ` Jan Engelhardt @ 2007-06-02 19:34 ` Valdis.Kletnieks 1 sibling, 0 replies; 33+ messages in thread From: Valdis.Kletnieks @ 2007-06-02 19:34 UTC (permalink / raw) To: debian developer Cc: Andrew Morton, Scott Preece, Krzysztof Halasa, John Anthony Kazos Jr., H. Peter Anvin, linux-kernel [-- Attachment #1: Type: text/plain, Size: 637 bytes --] On Sat, 02 Jun 2007 19:04:29 +0530, debian developer said: > On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > > > It's quite common for experienced kernel developers to ack completely broken > > patches. > > common!! > > is'nt that a bit too ... Lots of code looks totally reasonable to a kernel coder, except it doesn't actually work when run, or doesn't actually build for a common architecture. Let's face it - if I hit a bug on my Dell Latitude in a -mm kernel, our current depth of testers means that I'm probably the only person who's likely to test the fix before it goes uptream to Linus as a "probably works". [-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --] ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 19:37 ` Scott Preece 2007-06-01 20:00 ` Andrew Morton @ 2007-06-01 22:10 ` Krzysztof Halasa 2007-06-01 22:17 ` H. Peter Anvin 2007-06-02 1:36 ` Valdis.Kletnieks 1 sibling, 2 replies; 33+ messages in thread From: Krzysztof Halasa @ 2007-06-01 22:10 UTC (permalink / raw) To: Scott Preece Cc: John Anthony Kazos Jr., H. Peter Anvin, Valdis.Kletnieks, akpm, linux-kernel "Scott Preece" <sepreece@gmail.com> writes: > This is a question worth answering - is it rude to ack/nak a patch if > you're not a maintainer or otherwise known-to-be-trusted, or is it OK > for anyone to express an opinion? Andrew's patch text seems to imply > that it's generally OK. Every pair of eyes (or a single one) looking at the patch in question is a good thing. I can't imagine why would one want to look at the code if he/she can't ack or nak or otherwise comment it. -- Krzysztof Halasa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 22:10 ` Krzysztof Halasa @ 2007-06-01 22:17 ` H. Peter Anvin 2007-06-01 22:42 ` Krzysztof Halasa 2007-06-02 1:36 ` Valdis.Kletnieks 1 sibling, 1 reply; 33+ messages in thread From: H. Peter Anvin @ 2007-06-01 22:17 UTC (permalink / raw) To: Krzysztof Halasa Cc: Scott Preece, John Anthony Kazos Jr., Valdis.Kletnieks, akpm, linux-kernel Krzysztof Halasa wrote: > "Scott Preece" <sepreece@gmail.com> writes: > >> This is a question worth answering - is it rude to ack/nak a patch if >> you're not a maintainer or otherwise known-to-be-trusted, or is it OK >> for anyone to express an opinion? Andrew's patch text seems to imply >> that it's generally OK. > > Every pair of eyes (or a single one) looking at the patch in question > is a good thing. I can't imagine why would one want to look at the > code if he/she can't ack or nak or otherwise comment it. I think the comment had to do with the concept that ACK/NAK implies authority. If you're not the maintainer, it's rude to imply that you are. Obvious, test reports (good or bad!) are always welcome. -hpa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 22:17 ` H. Peter Anvin @ 2007-06-01 22:42 ` Krzysztof Halasa 2007-06-02 0:37 ` John Anthony Kazos Jr. 0 siblings, 1 reply; 33+ messages in thread From: Krzysztof Halasa @ 2007-06-01 22:42 UTC (permalink / raw) To: H. Peter Anvin Cc: Scott Preece, John Anthony Kazos Jr., Valdis.Kletnieks, akpm, linux-kernel "H. Peter Anvin" <hpa@zytor.com> writes: > I think the comment had to do with the concept that ACK/NAK implies > authority. If you're not the maintainer, it's rude to imply that you > are. Obvious, test reports (good or bad!) are always welcome. Well, I understand a test is a different thing, an experiment to see if the patch works or not, while ack/etc. is just opinion of someone who reads the patch without actually using it. I think ack/etc doesn't, in any way, imply being the maintainer, though it imply that the "acker" has actually read the code, understands it, and believes it's correct (or not, and why). If we want to differentiate between "authoritative" and "non-authoritative" opinions (and the name and email address aren't enough) then I think we need to state that explicite (perhaps something like "Acked-by: FIRST M. LAST <addr>, XXX subsystem maintainer" would suffice). -- Krzysztof Halasa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 22:42 ` Krzysztof Halasa @ 2007-06-02 0:37 ` John Anthony Kazos Jr. 2007-06-02 0:56 ` Krzysztof Halasa 0 siblings, 1 reply; 33+ messages in thread From: John Anthony Kazos Jr. @ 2007-06-02 0:37 UTC (permalink / raw) To: Krzysztof Halasa Cc: H. Peter Anvin, Scott Preece, Valdis.Kletnieks, akpm, linux-kernel > > I think the comment had to do with the concept that ACK/NAK implies > > authority. If you're not the maintainer, it's rude to imply that you > > are. Obvious, test reports (good or bad!) are always welcome. > > Well, I understand a test is a different thing, an experiment to > see if the patch works or not, while ack/etc. is just opinion > of someone who reads the patch without actually using it. > > I think ack/etc doesn't, in any way, imply being the maintainer, > though it imply that the "acker" has actually read the code, > understands it, and believes it's correct (or not, and why). > > If we want to differentiate between "authoritative" and > "non-authoritative" opinions (and the name and email address > aren't enough) then I think we need to state that explicite > (perhaps something like "Acked-by: FIRST M. LAST <addr>, XXX > subsystem maintainer" would suffice). "Acked-by:" does not mean "I like this" but rather "I approve of this". Someone who is not a maintainer is encouraged to speak of like and dislike, in great detail, but has no position at all to approve or disapprove of it going in. If I put "Acked-by: John..." on a patch of any kind, even trivial, it would look incredibly stupid, because I'm just some guy messing around with the kernel. A tactful response to me doing that from any actual kernel bigwig would be, "I appreciate your enthusiasm, but you are not part of the kernel patch flow." Similarly, a tactful response to me NACKing a patch would be, "I appreciate your concern, but you are in no position to remove a patch from the stream. Your comments will be considered and implemented or countered by an actual maintainer." This is appropriate. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 0:37 ` John Anthony Kazos Jr. @ 2007-06-02 0:56 ` Krzysztof Halasa 0 siblings, 0 replies; 33+ messages in thread From: Krzysztof Halasa @ 2007-06-02 0:56 UTC (permalink / raw) To: John Anthony Kazos Jr. Cc: H. Peter Anvin, Scott Preece, Valdis.Kletnieks, akpm, linux-kernel "John Anthony Kazos Jr." <jakj@j-a-k-j.com> writes: > "Acked-by:" does not mean "I like this" but rather "I approve of this". I'd say it means "I acknowledge it". If you want to express approval, why not use some sort of "Approved-by"? > If I put "Acked-by: John..." on a patch of any kind, even trivial, it > would look incredibly stupid, because I'm just some guy messing around > with the kernel. A tactful response to me doing that from any actual > kernel bigwig would be, "I appreciate your enthusiasm, but you are not > part of the kernel patch flow." Similarly, a tactful response to me > NACKing a patch would be, "I appreciate your concern, but you are in no > position to remove a patch from the stream. Your comments will be > considered and implemented or countered by an actual maintainer." > > This is appropriate. You seem to know these things very well. -- Krzysztof Halasa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 22:10 ` Krzysztof Halasa 2007-06-01 22:17 ` H. Peter Anvin @ 2007-06-02 1:36 ` Valdis.Kletnieks 1 sibling, 0 replies; 33+ messages in thread From: Valdis.Kletnieks @ 2007-06-02 1:36 UTC (permalink / raw) To: Krzysztof Halasa Cc: Scott Preece, John Anthony Kazos Jr., H. Peter Anvin, akpm, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1215 bytes --] On Sat, 02 Jun 2007 00:10:46 +0200, Krzysztof Halasa said: > "Scott Preece" <sepreece@gmail.com> writes: > > > This is a question worth answering - is it rude to ack/nak a patch if > > you're not a maintainer or otherwise known-to-be-trusted, or is it OK > > for anyone to express an opinion? Andrew's patch text seems to imply > > that it's generally OK. > > Every pair of eyes (or a single one) looking at the patch in question > is a good thing. I can't imagine why would one want to look at the > code if he/she can't ack or nak or otherwise comment it. I'd be the *first* to admit that my kernel-foo isn't perfect, and sometimes I'm right and sometimes I'm wrong when I review somebody else's code. I certainly *hope* that nobody's taking my review as anything more authoritative than "an actual maintainer might want to look at this". On the other hand, we don't need a Foo-By: tag for "or otherwise comment". Phrased differently, if I haven't stuck a "Signed-off-by:" or "Tested-By:" on it, I'm by default only commenting. The code submitter can decide I'm right and fix and resubmit, the maintainer can decide I'm right and toss a NAK. Or they can both decide I'm full of it and hit the Delete key.. [-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --] ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 6:10 ` H. Peter Anvin 2007-06-01 10:53 ` John Anthony Kazos Jr. @ 2007-06-01 17:27 ` Valdis.Kletnieks 2007-06-01 17:35 ` Andrew Morton 1 sibling, 1 reply; 33+ messages in thread From: Valdis.Kletnieks @ 2007-06-01 17:27 UTC (permalink / raw) To: H. Peter Anvin; +Cc: akpm, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1140 bytes --] On Thu, 31 May 2007 23:10:42 PDT, "H. Peter Anvin" said: > Valdis.Kletnieks@vt.edu wrote: > > On Thu, 31 May 2007 19:09:10 PDT, akpm@linux-foundation.org said: > > > >> +If a person was not directly involved in the preparation or handling of a > >> +patch but wishes to signify and record their approval of it then they can > >> +arrange to have an Acked-by: line added to the patch's changelog. > >> + > >> +Acked-by: is often used by the maintainer of the affected code when that > >> +maintainer neither wrote, merged nor forwarded the patch themselves. > > > > Do we want to add verbiage saying that an Acked-By: is also useful when it > > comes from somebody (likely the original reporter) who has actually tested the > > patch? > > I'd rather see a Tested-By: for that. > > There is a difference between a maintainer ack and a tester ok. OK by me. Half the time when a -mm breaks for me, it's an obvious one-liner I can S-o-b: myself, the other half the time somebody else has a fix that I keep thinking I should stick *something* on once I confirm it's fixed. Do Linus/Andrew/major maintainers want Tested-By:'s for patches? [-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --] ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 17:27 ` Valdis.Kletnieks @ 2007-06-01 17:35 ` Andrew Morton 0 siblings, 0 replies; 33+ messages in thread From: Andrew Morton @ 2007-06-01 17:35 UTC (permalink / raw) To: Valdis.Kletnieks; +Cc: H. Peter Anvin, linux-kernel On Fri, 01 Jun 2007 13:27:25 -0400 Valdis.Kletnieks@vt.edu wrote: > Do Linus/Andrew/major maintainers want Tested-By:'s for patches? I think it's very useful information to have. For a start, it tells you who has the hardware and knows how to build a kernel. So if you're making a change to a driver and want it tested, you can troll the file's changelog looking for people who might be able to help. A similar argument would apply to Reported-by:, which we possibly also need. But it's all perhaps a bit much for poor kernel developers to keep track of ;) ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 2:09 [patch 1/1] document Acked-by: akpm 2007-06-01 5:32 ` Valdis.Kletnieks @ 2007-06-01 18:14 ` Dave Jones 2007-06-01 18:22 ` Andrew Morton 2007-06-02 14:11 ` Adrian Bunk 2 siblings, 1 reply; 33+ messages in thread From: Dave Jones @ 2007-06-01 18:14 UTC (permalink / raw) To: akpm; +Cc: linux-kernel On Thu, May 31, 2007 at 07:09:10PM -0700, Andrew Morton wrote: > From: Andrew Morton <akpm@linux-foundation.org> > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > + > +If a person was not directly involved in the preparation or handling of a > +patch but wishes to signify and record their approval of it then they can > +arrange to have an Acked-by: line added to the patch's changelog. Acked-by: Dave Jones <davej@redhat.com> :-) -- http://www.codemonkey.org.uk ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 18:14 ` Dave Jones @ 2007-06-01 18:22 ` Andrew Morton 2007-06-01 18:28 ` Dave Jones 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2007-06-01 18:22 UTC (permalink / raw) To: Dave Jones; +Cc: linux-kernel On Fri, 1 Jun 2007 14:14:14 -0400 Dave Jones <davej@redhat.com> wrote: > On Thu, May 31, 2007 at 07:09:10PM -0700, Andrew Morton wrote: > > From: Andrew Morton <akpm@linux-foundation.org> > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > + > > +If a person was not directly involved in the preparation or handling of a > > +patch but wishes to signify and record their approval of it then they can > > +arrange to have an Acked-by: line added to the patch's changelog. > > Acked-by: Dave Jones <davej@redhat.com> What, no Tested-by: ? ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 18:22 ` Andrew Morton @ 2007-06-01 18:28 ` Dave Jones 2007-06-02 17:17 ` Jan Engelhardt 0 siblings, 1 reply; 33+ messages in thread From: Dave Jones @ 2007-06-01 18:28 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel On Fri, Jun 01, 2007 at 11:22:25AM -0700, Andrew Morton wrote: > On Fri, 1 Jun 2007 14:14:14 -0400 > Dave Jones <davej@redhat.com> wrote: > > > On Thu, May 31, 2007 at 07:09:10PM -0700, Andrew Morton wrote: > > > From: Andrew Morton <akpm@linux-foundation.org> > > > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > > + > > > +If a person was not directly involved in the preparation or handling of a > > > +patch but wishes to signify and record their approval of it then they can > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > > Acked-by: Dave Jones <davej@redhat.com> > > What, no Tested-by: ? Heh. Indeed. I think there's room for both fwiw. Dave -- http://www.codemonkey.org.uk ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 18:28 ` Dave Jones @ 2007-06-02 17:17 ` Jan Engelhardt 2007-06-02 18:00 ` John Anthony Kazos Jr. 0 siblings, 1 reply; 33+ messages in thread From: Jan Engelhardt @ 2007-06-02 17:17 UTC (permalink / raw) To: Dave Jones; +Cc: Andrew Morton, linux-kernel On Jun 1 2007 14:28, Dave Jones wrote: > > > On Thu, May 31, 2007 at 07:09:10PM -0700, Andrew Morton wrote: > > > > From: Andrew Morton <akpm@linux-foundation.org> > > > > > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > > > + > > > > +If a person was not directly involved in the preparation or handling of a > > > > +patch but wishes to signify and record their approval of it then they can > > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > > > > Acked-by: Dave Jones <davej@redhat.com> > > > > What, no Tested-by: ? > >Heh. Indeed. I think there's room for both fwiw. Too verbose. Suggest a typedef. Signed-off-and-tested-by: Foo J. Bar <addy@corps> Jan -- ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 17:17 ` Jan Engelhardt @ 2007-06-02 18:00 ` John Anthony Kazos Jr. 2007-06-02 19:07 ` Sam Ravnborg 0 siblings, 1 reply; 33+ messages in thread From: John Anthony Kazos Jr. @ 2007-06-02 18:00 UTC (permalink / raw) To: Jan Engelhardt; +Cc: Dave Jones, Andrew Morton, linux-kernel > > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > > > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > > > > + > > > > > +If a person was not directly involved in the preparation or handling of a > > > > > +patch but wishes to signify and record their approval of it then they can > > > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > > > > > > Acked-by: Dave Jones <davej@redhat.com> > > > > > > What, no Tested-by: ? > > > >Heh. Indeed. I think there's room for both fwiw. > > Too verbose. Suggest a typedef. > > Signed-off-and-tested-by: Foo J. Bar <addy@corps> Signed-off-by: should imply Tested-by:, with the exception of the final Signed-off-by: when it's merged into a tree. Tested-by:, if it really is necessary or useful, should be reserved for only those who test something but weren't involved in its development. Adding it to the tag is unnecessary unless somebody thinks there's a serious problem with untested patches being introduced by first-hand maintainers that a forced reminder would remedy. ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 18:00 ` John Anthony Kazos Jr. @ 2007-06-02 19:07 ` Sam Ravnborg 0 siblings, 0 replies; 33+ messages in thread From: Sam Ravnborg @ 2007-06-02 19:07 UTC (permalink / raw) To: John Anthony Kazos Jr. Cc: Jan Engelhardt, Dave Jones, Andrew Morton, linux-kernel On Sat, Jun 02, 2007 at 02:00:00PM -0400, John Anthony Kazos Jr. wrote: > > > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > > > > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > > > > > + > > > > > > +If a person was not directly involved in the preparation or handling of a > > > > > > +patch but wishes to signify and record their approval of it then they can > > > > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > > > > > > > > Acked-by: Dave Jones <davej@redhat.com> > > > > > > > > What, no Tested-by: ? > > > > > >Heh. Indeed. I think there's room for both fwiw. > > > > Too verbose. Suggest a typedef. > > > > Signed-off-and-tested-by: Foo J. Bar <addy@corps> > > Signed-off-by: should imply Tested-by:, with the exception of the final > Signed-off-by: when it's merged into a tree. Subsystem maintainers cannot test each and every submission. Sometimes due to lack of HW at other times simply due to lack of time. Signed-off-by is exactly one thing - a way to show the path a patch take. Then people on the path may have done more or less review/test. Lot's of people confuses signed-of-by with acked-by btw - but this is waht this patch should correct. Sam ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-01 2:09 [patch 1/1] document Acked-by: akpm 2007-06-01 5:32 ` Valdis.Kletnieks 2007-06-01 18:14 ` Dave Jones @ 2007-06-02 14:11 ` Adrian Bunk 2007-06-02 17:47 ` Andrew Morton 2 siblings, 1 reply; 33+ messages in thread From: Adrian Bunk @ 2007-06-02 14:11 UTC (permalink / raw) To: akpm; +Cc: linux-kernel On Thu, May 31, 2007 at 07:09:10PM -0700, akpm@linux-foundation.org wrote: > From: Andrew Morton <akpm@linux-foundation.org> > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > --- > > Documentation/SubmittingPatches | 15 ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff -puN Documentation/SubmittingPatches~document-acked-by Documentation/SubmittingPatches > --- a/Documentation/SubmittingPatches~document-acked-by > +++ a/Documentation/SubmittingPatches > @@ -328,7 +328,20 @@ now, but you can do this to mark interna > point out some special detail about the sign-off. > > > -12) The canonical patch format > +12) When to use Acked-by: > + > +The Signed-off-by: tag implies that the signer was involved in the development > +of the patch, or that he/she was in the patch's delivery path. The last part should be dropped: If "he/she was in the patch's delivery path", a Signed-off-by: tag is required. > +If a person was not directly involved in the preparation or handling of a > +patch but wishes to signify and record their approval of it then they can > +arrange to have an Acked-by: line added to the patch's changelog. > + > +Acked-by: is often used by the maintainer of the affected code when that > +maintainer neither wrote, merged nor forwarded the patch themselves. "merged" seems to be superfluous if you also mention "forwarded". > +13) The canonical patch format > > The canonical patch subject line is: Please mention explicitely whether Acked-by: this now considered a formal tag like Signed-off-by: IOW, if a maintainer says "fine with me", can I translate this to an Acked-by: line, or do I now have to ask for an explicit Acked-by: line? Oh, and that's not a theoretical question, this is a result of a recent flamewar^Wdiscussion on this list... cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 14:11 ` Adrian Bunk @ 2007-06-02 17:47 ` Andrew Morton 2007-06-02 17:55 ` Adrian Bunk ` (2 more replies) 0 siblings, 3 replies; 33+ messages in thread From: Andrew Morton @ 2007-06-02 17:47 UTC (permalink / raw) To: Adrian Bunk; +Cc: linux-kernel On Sat, 2 Jun 2007 16:11:45 +0200 Adrian Bunk <bunk@stusta.de> wrote: > On Thu, May 31, 2007 at 07:09:10PM -0700, akpm@linux-foundation.org wrote: > > From: Andrew Morton <akpm@linux-foundation.org> > > > > Explain what we use Acked-by: for, and how it differs from Signed-off-by: > > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > > --- > > > > Documentation/SubmittingPatches | 15 ++++++++++++++- > > 1 file changed, 14 insertions(+), 1 deletion(-) > > > > diff -puN Documentation/SubmittingPatches~document-acked-by Documentation/SubmittingPatches > > --- a/Documentation/SubmittingPatches~document-acked-by > > +++ a/Documentation/SubmittingPatches > > @@ -328,7 +328,20 @@ now, but you can do this to mark interna > > point out some special detail about the sign-off. > > > > > > -12) The canonical patch format > > +12) When to use Acked-by: > > + > > +The Signed-off-by: tag implies that the signer was involved in the development > > +of the patch, or that he/she was in the patch's delivery path. > > The last part should be dropped: If "he/she was in the patch's delivery > path", a Signed-off-by: tag is required. I don't get you. Isn't that already what the text says? > > +If a person was not directly involved in the preparation or handling of a > > +patch but wishes to signify and record their approval of it then they can > > +arrange to have an Acked-by: line added to the patch's changelog. > > + > > +Acked-by: is often used by the maintainer of the affected code when that > > +maintainer neither wrote, merged nor forwarded the patch themselves. > > "merged" seems to be superfluous if you also mention "forwarded". OK > > +13) The canonical patch format > > > > The canonical patch subject line is: > > Please mention explicitely whether Acked-by: this now considered a > formal tag like Signed-off-by: OK. > IOW, if a maintainer says "fine with me", can I translate this to an > Acked-by: line, or do I now have to ask for an explicit Acked-by: line? I do that often. It's useful information. If person X sends an fbdev patch and Tony says "whoa, neat" and I send the patch to Linus then Linus could well think "wtf, Andrew doesn't know anything about fbdev". So I do s/whoa neat/Acked-by:/ to tell the world that someone who knows something has looked at the change. > Oh, and that's not a theoretical question, this is a result of a recent > flamewar^Wdiscussion on this list... yeah, well, what isn't ;) The person whose Acked-by: I added will get a copy of the added-to-mm email so if they didn't want that acked-by added then they get a chance to remove it again. From: Andrew Morton <akpm@linux-foundation.org> Explain what we use Acked-by: for, and how it differs from Signed-off-by: Acked-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- Documentation/SubmittingPatches | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff -puN Documentation/SubmittingPatches~document-acked-by Documentation/SubmittingPatches --- a/Documentation/SubmittingPatches~document-acked-by +++ a/Documentation/SubmittingPatches @@ -340,8 +340,32 @@ now, but you can do this to mark interna point out some special detail about the sign-off. +13) When to use Acked-by: -13) The canonical patch format +The Signed-off-by: tag implies that the signer was involved in the development +of the patch, or that he/she was in the patch's delivery path. + +If a person was not directly involved in the preparation or handling of a +patch but wishes to signify and record their approval of it then they can +arrange to have an Acked-by: line added to the patch's changelog. + +Acked-by: is often used by the maintainer of the affected code when that +maintainer neither contributed to nor forwarded the patch themselves. + +Acked-by: is not as formal as Signed-off-by:. It is a record that the acker +has at least reviewed the patch and has indicated acceptance. Hence patch +mergers will sometimes manually covert an acker's "yep, looks good to me" into +an Acked-by:. + +Acked-by: does not necessarily indicate acknowledgement of the entire patch. +For example, if a patch affects multiple subsystems and has an Acked-by: from +one subsystem maintainer then this usually indicates acknowledgement of just +the part which affects that maintainer's code. Judgement should be used here. +When in doubt people should refer to the original discussion in the mailing +list archives. + + +14) The canonical patch format The canonical patch subject line is: _ ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 17:47 ` Andrew Morton @ 2007-06-02 17:55 ` Adrian Bunk 2007-06-03 0:23 ` Krzysztof Halasa 2007-06-03 2:57 ` Scott Preece 2 siblings, 0 replies; 33+ messages in thread From: Adrian Bunk @ 2007-06-02 17:55 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel On Sat, Jun 02, 2007 at 10:47:00AM -0700, Andrew Morton wrote: > On Sat, 2 Jun 2007 16:11:45 +0200 Adrian Bunk <bunk@stusta.de> wrote: >... > > > -12) The canonical patch format > > > +12) When to use Acked-by: > > > + > > > +The Signed-off-by: tag implies that the signer was involved in the development > > > +of the patch, or that he/she was in the patch's delivery path. > > > > The last part should be dropped: If "he/she was in the patch's delivery > > path", a Signed-off-by: tag is required. > > I don't get you. Isn't that already what the text says? >... /me blind > +Acked-by: is often used by the maintainer of the affected code when that > +maintainer neither contributed to nor forwarded the patch themselves. > + > +Acked-by: is not as formal as Signed-off-by:. It is a record that the acker > +has at least reviewed the patch and has indicated acceptance. Hence patch > +mergers will sometimes manually covert an acker's "yep, looks good to me" into > +an Acked-by:. > + > +Acked-by: does not necessarily indicate acknowledgement of the entire patch. > +For example, if a patch affects multiple subsystems and has an Acked-by: from > +one subsystem maintainer then this usually indicates acknowledgement of just > +the part which affects that maintainer's code. Judgement should be used here. > +When in doubt people should refer to the original discussion in the mailing > +list archives. > + > + > +14) The canonical patch format >... Looks good to me. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 17:47 ` Andrew Morton 2007-06-02 17:55 ` Adrian Bunk @ 2007-06-03 0:23 ` Krzysztof Halasa 2007-06-03 2:57 ` Scott Preece 2 siblings, 0 replies; 33+ messages in thread From: Krzysztof Halasa @ 2007-06-03 0:23 UTC (permalink / raw) To: Andrew Morton; +Cc: Adrian Bunk, linux-kernel Andrew Morton <akpm@linux-foundation.org> writes: > I do that often. It's useful information. If person X sends an fbdev > patch and Tony says "whoa, neat" and I send the patch to Linus then > Linus could > well think "wtf, Andrew doesn't know anything about fbdev". So I do s/whoa > neat/Acked-by:/ to tell the world that someone who knows something has > looked at the change. Makes sense. > +Acked-by: does not necessarily indicate acknowledgement of the entire patch. > +For example, if a patch affects multiple subsystems and has an Acked-by: from > +one subsystem maintainer then this usually indicates acknowledgement of just > +the part which affects that maintainer's code. I'd add, just to be explicit, that acked-by does not necessarily mean the acker is a maintainer of any subsystem the patch touches, or generally maintainer of any code. Unless it isn't true, of course, i.e., unless we really want to limit expressing non-maintainers opinion in form of ack and nak. -- Krzysztof Halasa ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-02 17:47 ` Andrew Morton 2007-06-02 17:55 ` Adrian Bunk 2007-06-03 0:23 ` Krzysztof Halasa @ 2007-06-03 2:57 ` Scott Preece 2007-06-03 4:06 ` Randy Dunlap 2 siblings, 1 reply; 33+ messages in thread From: Scott Preece @ 2007-06-03 2:57 UTC (permalink / raw) To: Andrew Morton; +Cc: Adrian Bunk, linux-kernel On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > ... > +The Signed-off-by: tag implies that the signer was involved in the development --- Change "implies" to "indicates" - it's an explicit statement, not an implication. --- > +of the patch, or that he/she was in the patch's delivery path. > + > +If a person was not directly involved in the preparation or handling of a > +patch but wishes to signify and record their approval of it then they can > +arrange to have an Acked-by: line added to the patch's changelog. > + > +Acked-by: is often used by the maintainer of the affected code when that > +maintainer neither contributed to nor forwarded the patch themselves. --- This using plural pronouns for indefinite gender leaves one in vague territory, but I think "themself" would be better than "themselves, since "maintainer" is singular. --- > + > +Acked-by: is not as formal as Signed-off-by:. It is a record that the acker > +has at least reviewed the patch and has indicated acceptance. Hence patch > +mergers will sometimes manually covert an acker's "yep, looks good to me" into --- "covert" -> "convert" --- > +an Acked-by:. > + > +Acked-by: does not necessarily indicate acknowledgement of the entire patch. > +For example, if a patch affects multiple subsystems and has an Acked-by: from > +one subsystem maintainer then this usually indicates acknowledgement of just > +the part which affects that maintainer's code. Judgement should be used here. > +When in doubt people should refer to the original discussion in the mailing > +list archives. > + > + > +14) The canonical patch format > > The canonical patch subject line is: ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-03 2:57 ` Scott Preece @ 2007-06-03 4:06 ` Randy Dunlap 2007-06-03 4:15 ` Andrew Morton 0 siblings, 1 reply; 33+ messages in thread From: Randy Dunlap @ 2007-06-03 4:06 UTC (permalink / raw) To: Scott Preece; +Cc: Andrew Morton, Adrian Bunk, linux-kernel On Sat, 2 Jun 2007 19:57:41 -0700 Scott Preece wrote: > On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > > ... > > +The Signed-off-by: tag implies that the signer was involved in the development > --- > > Change "implies" to "indicates" - it's an explicit statement, not an > implication. > > --- > > +of the patch, or that he/she was in the patch's delivery path. > > + > > +If a person was not directly involved in the preparation or handling of a > > +patch but wishes to signify and record their approval of it then they can > > +arrange to have an Acked-by: line added to the patch's changelog. > > + > > +Acked-by: is often used by the maintainer of the affected code when that > > +maintainer neither contributed to nor forwarded the patch themselves. > --- > > This using plural pronouns for indefinite gender leaves one in vague > territory, but I think "themself" would be better than "themselves, > since "maintainer" is singular. ugh. :( not-acked-by: /me I would like to say "no such word," but I googled it and found lots of references to it, most of which say "sub-standard," "nonstandard," "mythical," "vulgar," or "colloq." But my search was not exhaustive. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** http://www.urbandictionary.com/define.php?term=themself http://itre.cis.upenn.edu/~myl/languagelog/archives/004285.html http://en.wiktionary.org/wiki/themself http://www.allwords.com/word-themself.html ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-03 4:06 ` Randy Dunlap @ 2007-06-03 4:15 ` Andrew Morton 2007-06-03 18:31 ` Scott Preece 0 siblings, 1 reply; 33+ messages in thread From: Andrew Morton @ 2007-06-03 4:15 UTC (permalink / raw) To: Randy Dunlap; +Cc: Scott Preece, Adrian Bunk, linux-kernel On Sat, 2 Jun 2007 21:06:14 -0700 Randy Dunlap <randy.dunlap@oracle.com> wrote: > On Sat, 2 Jun 2007 19:57:41 -0700 Scott Preece wrote: > > > On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > > > ... > > > +The Signed-off-by: tag implies that the signer was involved in the development > > --- > > > > Change "implies" to "indicates" - it's an explicit statement, not an > > implication. > > > > --- > > > +of the patch, or that he/she was in the patch's delivery path. > > > + > > > +If a person was not directly involved in the preparation or handling of a > > > +patch but wishes to signify and record their approval of it then they can > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > + > > > +Acked-by: is often used by the maintainer of the affected code when that > > > +maintainer neither contributed to nor forwarded the patch themselves. > > --- > > > > This using plural pronouns for indefinite gender leaves one in vague > > territory, but I think "themself" would be better than "themselves, > > since "maintainer" is singular. > > ugh. :( > not-acked-by: /me > I just deleted it ;) "neither contributed to nor forwarded the patch." ^ permalink raw reply [flat|nested] 33+ messages in thread
* Re: [patch 1/1] document Acked-by: 2007-06-03 4:15 ` Andrew Morton @ 2007-06-03 18:31 ` Scott Preece 0 siblings, 0 replies; 33+ messages in thread From: Scott Preece @ 2007-06-03 18:31 UTC (permalink / raw) To: Andrew Morton; +Cc: Randy Dunlap, Adrian Bunk, linux-kernel On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > On Sat, 2 Jun 2007 21:06:14 -0700 Randy Dunlap <randy.dunlap@oracle.com> wrote: > > > On Sat, 2 Jun 2007 19:57:41 -0700 Scott Preece wrote: > > > > > On 6/2/07, Andrew Morton <akpm@linux-foundation.org> wrote: > > > > ... > > > > +The Signed-off-by: tag implies that the signer was involved in the development > > > --- > > > > > > Change "implies" to "indicates" - it's an explicit statement, not an > > > implication. > > > > > > --- > > > > +of the patch, or that he/she was in the patch's delivery path. > > > > + > > > > +If a person was not directly involved in the preparation or handling of a > > > > +patch but wishes to signify and record their approval of it then they can > > > > +arrange to have an Acked-by: line added to the patch's changelog. > > > > + > > > > +Acked-by: is often used by the maintainer of the affected code when that > > > > +maintainer neither contributed to nor forwarded the patch themselves. > > > --- > > > > > > This using plural pronouns for indefinite gender leaves one in vague > > > territory, but I think "themself" would be better than "themselves, > > > since "maintainer" is singular. > > > > ugh. :( > > not-acked-by: /me > > > > I just deleted it ;) > > "neither contributed to nor forwarded the patch." > --- Wise as usual - much better! scott ^ permalink raw reply [flat|nested] 33+ messages in thread
end of thread, other threads:[~2007-06-03 18:31 UTC | newest] Thread overview: 33+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-06-01 2:09 [patch 1/1] document Acked-by: akpm 2007-06-01 5:32 ` Valdis.Kletnieks 2007-06-01 6:10 ` H. Peter Anvin 2007-06-01 10:53 ` John Anthony Kazos Jr. 2007-06-01 19:27 ` Krzysztof Halasa 2007-06-01 19:37 ` Scott Preece 2007-06-01 20:00 ` Andrew Morton 2007-06-01 20:04 ` Andrew Morton 2007-06-02 13:34 ` debian developer 2007-06-02 17:13 ` Jan Engelhardt 2007-06-02 19:34 ` Valdis.Kletnieks 2007-06-01 22:10 ` Krzysztof Halasa 2007-06-01 22:17 ` H. Peter Anvin 2007-06-01 22:42 ` Krzysztof Halasa 2007-06-02 0:37 ` John Anthony Kazos Jr. 2007-06-02 0:56 ` Krzysztof Halasa 2007-06-02 1:36 ` Valdis.Kletnieks 2007-06-01 17:27 ` Valdis.Kletnieks 2007-06-01 17:35 ` Andrew Morton 2007-06-01 18:14 ` Dave Jones 2007-06-01 18:22 ` Andrew Morton 2007-06-01 18:28 ` Dave Jones 2007-06-02 17:17 ` Jan Engelhardt 2007-06-02 18:00 ` John Anthony Kazos Jr. 2007-06-02 19:07 ` Sam Ravnborg 2007-06-02 14:11 ` Adrian Bunk 2007-06-02 17:47 ` Andrew Morton 2007-06-02 17:55 ` Adrian Bunk 2007-06-03 0:23 ` Krzysztof Halasa 2007-06-03 2:57 ` Scott Preece 2007-06-03 4:06 ` Randy Dunlap 2007-06-03 4:15 ` Andrew Morton 2007-06-03 18:31 ` Scott Preece
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox