2023-12-22 10:46:35

by James Dutton

[permalink] [raw]
Subject: Patch submission instructions

Hi,

Where do I look for patch submission instructions for linux-wireless ?
For example, which tree should I rebase them to etc.

Kind Regards

James


2023-12-22 11:05:02

by Sedat Dilek

[permalink] [raw]
Subject: Re: Patch submission instructions

On Fri, Dec 22, 2023 at 11:46 AM James Dutton <[email protected]> wrote:
>
> Hi,
>
> Where do I look for patch submission instructions for linux-wireless ?
> For example, which tree should I rebase them to etc.
>

Hi James,

check MAINTAINERS file for example:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS#n111

says:

W: https://wireless.wiki.kernel.org/

and points to:

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


In General:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst

Thanks.

Happy Xmas (if you celebrate it),
-sed@-

2023-12-22 17:27:11

by Steve deRosier

[permalink] [raw]
Subject: Re: Patch submission instructions

On Fri, Dec 22, 2023 at 2:46 AM James Dutton <[email protected]> wrote:
>
> Hi,
>
> Where do I look for patch submission instructions for linux-wireless ?
> For example, which tree should I rebase them to etc.
>

Work is done against the wireless-testing tree. Documentation:
https://wireless.wiki.kernel.org/en/developers/process

- Steve