Message ID | 20210817083644.2485995-1-joel@jms.id.au |
---|---|
State | Accepted |
Headers | show |
Series | Add notes on development process to the readme | expand |
On Tue, 2021-08-17 at 18:06 +0930, Joel Stanley wrote: > Signed-off-by: Joel Stanley <joel@jms.id.au> > --- > Amitay, feel free to change this text. Someone from buildroot was > looking for a patch I submitted and suggested we add something like > this. > > README.md | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/README.md b/README.md > index e0f484299e97..24f9a488a9d8 100644 > --- a/README.md > +++ b/README.md > @@ -505,3 +505,16 @@ Notes: > happen. > 2. If you want to view the kernel call trace then run gdb on the > vmlinux that > the host is running (the kernel needs to be compiled with debug > symbols). > + > +## Submitting patches > + > +Development and patch review happens on the mailing list at: > + > + pdbg@lists.ozlzabs.org > + > +Patches are tracked through patchwork: > + > + https://patchwork.ozlabs.org/project/pdbg/list > + > +Pull requests via Github are also acceptable if you are not familiar > with email > +based patch submission. > -- > 2.32.0 > Thanks Joel. Pushed with a typo fix. :-) Amitay.
diff --git a/README.md b/README.md index e0f484299e97..24f9a488a9d8 100644 --- a/README.md +++ b/README.md @@ -505,3 +505,16 @@ Notes: happen. 2. If you want to view the kernel call trace then run gdb on the vmlinux that the host is running (the kernel needs to be compiled with debug symbols). + +## Submitting patches + +Development and patch review happens on the mailing list at: + + pdbg@lists.ozlzabs.org + +Patches are tracked through patchwork: + + https://patchwork.ozlabs.org/project/pdbg/list + +Pull requests via Github are also acceptable if you are not familiar with email +based patch submission.
Signed-off-by: Joel Stanley <joel@jms.id.au> --- Amitay, feel free to change this text. Someone from buildroot was looking for a patch I submitted and suggested we add something like this. README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+)