All of lore.kernel.org
 help / color / mirror / Atom feed
* Guide on how to submit patches for linux-wireless
@ 2007-09-24 19:09 Luis R. Rodriguez
  2007-09-24 19:39 ` Larry Finger
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Luis R. Rodriguez @ 2007-09-24 19:09 UTC (permalink / raw)
  To: linux-wireless

Here's a new guide to help developers write and submit patches
specifically for linux-wireless:

http://linuxwireless.org/en/developers/SubmittingPatches

  Luis

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-24 19:09 Guide on how to submit patches for linux-wireless Luis R. Rodriguez
@ 2007-09-24 19:39 ` Larry Finger
  2007-09-24 19:43   ` Johannes Berg
  2007-09-24 20:27   ` Luis R. Rodriguez
  2007-09-25  4:35 ` Michael Renzmann
  2007-09-25 16:50 ` maximilian attems
  2 siblings, 2 replies; 8+ messages in thread
From: Larry Finger @ 2007-09-24 19:39 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Luis R. Rodriguez wrote:
> Here's a new guide to help developers write and submit patches
> specifically for linux-wireless:
> 
> http://linuxwireless.org/en/developers/SubmittingPatches
> 

Very useful contribution. I have only two comments: (1) The pop-up above developers needs to be
taller. The entry for 'Testing' overwrites the Developers tab on my machine, and (2) patches,
particularly large ones, need to be run through scripts/checkpatch.pl. It is better to find the
"errors" yourself than have Andrew or Jeff point them out publicly.

Larry

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-24 19:39 ` Larry Finger
@ 2007-09-24 19:43   ` Johannes Berg
  2007-09-24 20:27   ` Luis R. Rodriguez
  1 sibling, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2007-09-24 19:43 UTC (permalink / raw)
  To: Larry Finger; +Cc: Luis R. Rodriguez, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 387 bytes --]

On Mon, 2007-09-24 at 14:39 -0500, Larry Finger wrote:

> (1) The pop-up above developers needs to be
> taller. The entry for 'Testing' overwrites the Developers tab on my machine

Heh. Same here, but I think we should rather remove some items, this is
intended as a "first contact" menu, those who dig into more detail don't
necessarily need everything on the menu.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-24 19:39 ` Larry Finger
  2007-09-24 19:43   ` Johannes Berg
@ 2007-09-24 20:27   ` Luis R. Rodriguez
  1 sibling, 0 replies; 8+ messages in thread
From: Luis R. Rodriguez @ 2007-09-24 20:27 UTC (permalink / raw)
  To: Larry Finger; +Cc: linux-wireless

On 9/24/07, Larry Finger <larry.finger@lwfinger.net> wrote:
> Luis R. Rodriguez wrote:
> > Here's a new guide to help developers write and submit patches
> > specifically for linux-wireless:
> >
> > http://linuxwireless.org/en/developers/SubmittingPatches
> >
>
> Very useful contribution.

Thanks.

> I have only two comments:

> (1) The pop-up above developers needs to be
> taller. The entry for 'Testing' overwrites the Developers tab on my machine, and

I've deleted testing from the navigation bar for now as that is an
incomplete doc.

> (2) patches,
> particularly large ones, need to be run through scripts/checkpatch.pl. It is better to find the
> "errors" yourself than have Andrew or Jeff point them out publicly.

Added, thanks.

  Luis

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-24 19:09 Guide on how to submit patches for linux-wireless Luis R. Rodriguez
  2007-09-24 19:39 ` Larry Finger
@ 2007-09-25  4:35 ` Michael Renzmann
  2007-09-25 11:41   ` Krzysztof Halasa
  2007-09-25 16:50 ` maximilian attems
  2 siblings, 1 reply; 8+ messages in thread
From: Michael Renzmann @ 2007-09-25  4:35 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

Hi.

> Here's a new guide to help developers write and submit patches
> specifically for linux-wireless:
>
> http://linuxwireless.org/en/developers/SubmittingPatches

Cool, thanks.

One thing that probably should be added is an explanation of the
"Changes-licensed-under:" tag that is used in some patches.

Bye, Mike

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-25  4:35 ` Michael Renzmann
@ 2007-09-25 11:41   ` Krzysztof Halasa
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Halasa @ 2007-09-25 11:41 UTC (permalink / raw)
  To: Michael Renzmann; +Cc: Luis R. Rodriguez, linux-wireless

"Michael Renzmann" <mrenzmann@madwifi.org> writes:

> One thing that probably should be added is an explanation of the
> "Changes-licensed-under:" tag that is used in some patches.

I'm not sure it's that easy.

If a patch doesn't create a derivative work (can't be copyrighted)
the licence doesn't matter/exist.

If a patch creates a derivative work then the author can distribute
under a different licence, but the new licence must be written into
the source file being patched anyway.
-- 
Krzysztof Halasa

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-24 19:09 Guide on how to submit patches for linux-wireless Luis R. Rodriguez
  2007-09-24 19:39 ` Larry Finger
  2007-09-25  4:35 ` Michael Renzmann
@ 2007-09-25 16:50 ` maximilian attems
  2007-09-25 18:18   ` Johannes Berg
  2 siblings, 1 reply; 8+ messages in thread
From: maximilian attems @ 2007-09-25 16:50 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

On Mon, Sep 24, 2007 at 03:09:03PM -0400, Luis R. Rodriguez wrote:
> Here's a new guide to help developers write and submit patches
> specifically for linux-wireless:
> 
> http://linuxwireless.org/en/developers/SubmittingPatches
> 
>   Luis

please drop the recommendation of the patch 0.
it is a pain not to have it in the start of a serries in git.

thanks 

-- 
maks

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Guide on how to submit patches for linux-wireless
  2007-09-25 16:50 ` maximilian attems
@ 2007-09-25 18:18   ` Johannes Berg
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2007-09-25 18:18 UTC (permalink / raw)
  To: maximilian attems; +Cc: Luis R. Rodriguez, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

On Tue, 2007-09-25 at 18:50 +0200, maximilian attems wrote:

> please drop the recommendation of the patch 0.
> it is a pain not to have it in the start of a serries in git.

I disagree. 0/N is good for giving an overview over the patch series. It
shouldn't contain info that must be in git, but I think it should be
present unless the series is obvious.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-09-25 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 19:09 Guide on how to submit patches for linux-wireless Luis R. Rodriguez
2007-09-24 19:39 ` Larry Finger
2007-09-24 19:43   ` Johannes Berg
2007-09-24 20:27   ` Luis R. Rodriguez
2007-09-25  4:35 ` Michael Renzmann
2007-09-25 11:41   ` Krzysztof Halasa
2007-09-25 16:50 ` maximilian attems
2007-09-25 18:18   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.