workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: submitting-patches: Advertise b4
@ 2024-09-03 22:36 Mark Brown
  2024-09-03 23:06 ` Shuah Khan
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2024-09-03 22:36 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Konstantin Ryabitsev, workflows, linux-doc, linux-kernel,
	Mark Brown

b4 is now widely used and is quite helpful for a lot of the things that
submitting-patches covers, let's advertise it to submitters to try to make
their lives easier and reduce the number of procedural issues maintainers
see.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/process/submitting-patches.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index f310f2f36666..4b6904184ad1 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -842,6 +842,16 @@ Make sure that base commit is in an official maintainer/mainline tree
 and not in some internal, accessible only to you tree - otherwise it
 would be worthless.
 
+
+Tooling
+-------
+
+Many of the technical aspects of this process can be automated using
+b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
+help with things like tracking dependencies, running checkpatch and
+with formatting and sending mails.
+
+
 References
 ----------
 

---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240903-documentation-b4-advert-18016e83d7d9

Best regards,
-- 
Mark Brown <broonie@kernel.org>


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

* [PATCH] docs: submitting-patches: Advertise b4
@ 2024-09-03 22:38 Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2024-09-03 22:38 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Konstantin Ryabitsev, workflows, linux-doc, linux-kernel,
	Mark Brown

b4 is now widely used and is quite helpful for a lot of the things that
submitting-patches covers, let's advertise it to submitters to try to make
their lives easier and reduce the number of procedural issues maintainers
see.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/process/submitting-patches.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index f310f2f36666..4b6904184ad1 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -842,6 +842,16 @@ Make sure that base commit is in an official maintainer/mainline tree
 and not in some internal, accessible only to you tree - otherwise it
 would be worthless.
 
+
+Tooling
+-------
+
+Many of the technical aspects of this process can be automated using
+b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
+help with things like tracking dependencies, running checkpatch and
+with formatting and sending mails.
+
+
 References
 ----------
 

---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240903-documentation-b4-advert-18016e83d7d9

Best regards,
-- 
Mark Brown <broonie@kernel.org>


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

* [PATCH] docs: submitting-patches: Advertise b4
@ 2024-09-03 22:42 Mark Brown
  2024-09-04  2:44 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2024-09-03 22:42 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Konstantin Ryabitsev, workflows, linux-doc, linux-kernel,
	Mark Brown

b4 is now widely used and is quite helpful for a lot of the things that
submitting-patches covers, let's advertise it to submitters to try to make
their lives easier and reduce the number of procedural issues maintainers
see.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/process/submitting-patches.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index f310f2f36666..4b6904184ad1 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -842,6 +842,16 @@ Make sure that base commit is in an official maintainer/mainline tree
 and not in some internal, accessible only to you tree - otherwise it
 would be worthless.
 
+
+Tooling
+-------
+
+Many of the technical aspects of this process can be automated using
+b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
+help with things like tracking dependencies, running checkpatch and
+with formatting and sending mails.
+
+
 References
 ----------
 

---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240903-documentation-b4-advert-18016e83d7d9

Best regards,
-- 
Mark Brown <broonie@kernel.org>


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

* Re: [PATCH] docs: submitting-patches: Advertise b4
  2024-09-03 22:36 Mark Brown
@ 2024-09-03 23:06 ` Shuah Khan
  0 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2024-09-03 23:06 UTC (permalink / raw)
  To: Mark Brown, Jonathan Corbet
  Cc: Konstantin Ryabitsev, workflows, linux-doc, linux-kernel,
	Shuah Khan

On 9/3/24 16:36, Mark Brown wrote:
> b4 is now widely used and is quite helpful for a lot of the things that
> submitting-patches covers, let's advertise it to submitters to try to make
> their lives easier and reduce the number of procedural issues maintainers
> see.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>   Documentation/process/submitting-patches.rst | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> index f310f2f36666..4b6904184ad1 100644
> --- a/Documentation/process/submitting-patches.rst
> +++ b/Documentation/process/submitting-patches.rst
> @@ -842,6 +842,16 @@ Make sure that base commit is in an official maintainer/mainline tree
>   and not in some internal, accessible only to you tree - otherwise it
>   would be worthless.
>   
> +
> +Tooling
> +-------
> +
> +Many of the technical aspects of this process can be automated using
> +b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
> +help with things like tracking dependencies, running checkpatch and
> +with formatting and sending mails.
> +
> +
>   References
>   ----------
>   
> 
> ---
> base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
> change-id: 20240903-documentation-b4-advert-18016e83d7d9
> 
> Best regards,

Looks good to me. Thanks for the update.

Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah


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

* Re: [PATCH] docs: submitting-patches: Advertise b4
  2024-09-03 22:42 [PATCH] docs: submitting-patches: Advertise b4 Mark Brown
@ 2024-09-04  2:44 ` Mauro Carvalho Chehab
  2024-09-04 11:30   ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2024-09-04  2:44 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jonathan Corbet, Konstantin Ryabitsev, workflows, linux-doc,
	linux-kernel

Em Tue, 03 Sep 2024 23:42:04 +0100
Mark Brown <broonie@kernel.org> escreveu:

> b4 is now widely used and is quite helpful for a lot of the things that
> submitting-patches covers, let's advertise it to submitters to try to make
> their lives easier and reduce the number of procedural issues maintainers
> see.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  Documentation/process/submitting-patches.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> index f310f2f36666..4b6904184ad1 100644
> --- a/Documentation/process/submitting-patches.rst
> +++ b/Documentation/process/submitting-patches.rst
> @@ -842,6 +842,16 @@ Make sure that base commit is in an official maintainer/mainline tree
>  and not in some internal, accessible only to you tree - otherwise it
>  would be worthless.
>  
> +
> +Tooling
> +-------
> +
> +Many of the technical aspects of this process can be automated using
> +b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
> +help with things like tracking dependencies, running checkpatch and
> +with formatting and sending mails.
> +
> +

No need for two blank lines (yeah, there's a mix on this file of using
one or two blank lines for paragraphs).

I would also add quick example(s) on how to use it for common workflows.

>  References
>  ----------
>  
> 
> ---
> base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
> change-id: 20240903-documentation-b4-advert-18016e83d7d9
> 
> Best regards,



Thanks,
Mauro

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

* Re: [PATCH] docs: submitting-patches: Advertise b4
  2024-09-04  2:44 ` Mauro Carvalho Chehab
@ 2024-09-04 11:30   ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2024-09-04 11:30 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Jonathan Corbet, Konstantin Ryabitsev, workflows, linux-doc,
	linux-kernel

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

On Wed, Sep 04, 2024 at 04:44:51AM +0200, Mauro Carvalho Chehab wrote:
> Mark Brown <broonie@kernel.org> escreveu:

> > +Tooling
> > +-------

> > +Many of the technical aspects of this process can be automated using
> > +b4, documented at <https://b4.docs.kernel.org/en/latest/>. This can
> > +help with things like tracking dependencies, running checkpatch and
> > +with formatting and sending mails.
> > +
> > +

> No need for two blank lines (yeah, there's a mix on this file of using
> one or two blank lines for paragraphs).

I have to say that the double lines between sections do help with
native readability of the document.

> I would also add quick example(s) on how to use it for common workflows.

The b4 documentation is already pretty good and the submitter side is
focused on a single task so it's much easier for people to navigate
than something like git where there's a lot of flexibility, I'm not sure
rewriting an abbreviated version is a great idea.  Someone with a better
idea of what would be useful could always follow up and add that.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2024-09-04 11:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 22:42 [PATCH] docs: submitting-patches: Advertise b4 Mark Brown
2024-09-04  2:44 ` Mauro Carvalho Chehab
2024-09-04 11:30   ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 22:38 Mark Brown
2024-09-03 22:36 Mark Brown
2024-09-03 23:06 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).