* [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
@ 2025-06-05 12:09 Ricardo Ribalda
2025-06-05 12:46 ` Laurent Pinchart
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Ribalda @ 2025-06-05 12:09 UTC (permalink / raw)
To: Hans Verkuil; +Cc: linux-media, Laurent Pinchart, Ricardo Ribalda
In the media summit we discussed the need of a special prefix for
v4l-utils. This helps patchwork and media-ci.
Create a new file with a brief introductions on how to contribute and
make the `v4l-utils` official.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
CONTRIBUTE.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
new file mode 100644
index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
--- /dev/null
+++ b/CONTRIBUTE.md
@@ -0,0 +1,19 @@
+## Repository
+
+v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
+
+## Contributions
+
+Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
+using the prefix `[PATCH v4l-utils]`.
+
+## b4 config
+
+If you use b4[1] for your contributor workflow you can use these options:
+
+```
+git config set b4.send-series-cc linux-media@vger.kernel.org
+git config set b4.send-prefixes v4l-utils
+```
+
+[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
---
base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86
change-id: 20250605-prefix-a1a47dbdaa75
Best regards,
--
Ricardo Ribalda <ribalda@chromium.org>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-05 12:09 [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions Ricardo Ribalda
@ 2025-06-05 12:46 ` Laurent Pinchart
2025-06-05 12:54 ` Ricardo Ribalda
0 siblings, 1 reply; 8+ messages in thread
From: Laurent Pinchart @ 2025-06-05 12:46 UTC (permalink / raw)
To: Ricardo Ribalda; +Cc: Hans Verkuil, linux-media
On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> In the media summit we discussed the need of a special prefix for
> v4l-utils. This helps patchwork and media-ci.
>
> Create a new file with a brief introductions on how to contribute and
> make the `v4l-utils` official.
>
> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
I think this is a good idea. I don't know how we'll get users to
actually use the prefix, but documenting it is a necessary first step.
> ---
> CONTRIBUTE.md | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> new file mode 100644
> index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
> --- /dev/null
> +++ b/CONTRIBUTE.md
> @@ -0,0 +1,19 @@
> +## Repository
> +
> +v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
> +
> +## Contributions
> +
> +Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> +using the prefix `[PATCH v4l-utils]`.
Nitpicking, I was thinking of '[v4l-utils] [PATCH]' as that's what I
used previously. Looking at the list archives, both (and more) have been
used. I don't object to using '[PATCH v4l-utils]' if that's easier for
tools.
I have this in my .git/config for v4l-utils:
[format]
subjectPrefix = "v4l-utils] [PATCH"
With your proposal, this would be
[format]
subjectPrefix = "PATCH v4l-utils"
In either case, let's document this in addition to the b4 configuration.
> +
> +## b4 config
> +
> +If you use b4[1] for your contributor workflow you can use these options:
> +
> +```
> +git config set b4.send-series-cc linux-media@vger.kernel.org
> +git config set b4.send-prefixes v4l-utils
> +```
> +
> +[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
>
> ---
> base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86
> change-id: 20250605-prefix-a1a47dbdaa75
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-05 12:46 ` Laurent Pinchart
@ 2025-06-05 12:54 ` Ricardo Ribalda
2025-06-05 13:17 ` Laurent Pinchart
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Ribalda @ 2025-06-05 12:54 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: Hans Verkuil, linux-media
On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > In the media summit we discussed the need of a special prefix for
> > v4l-utils. This helps patchwork and media-ci.
> >
> > Create a new file with a brief introductions on how to contribute and
> > make the `v4l-utils` official.
> >
> > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
>
> I think this is a good idea. I don't know how we'll get users to
> actually use the prefix, but documenting it is a necessary first step.
I can add a comment in the media-ci email. Something like:
I could not apply your series. Maybe it is for v4l-utils, if so,
please check http://XXXX/CONTRIBUTE.md
>
> > ---
> > CONTRIBUTE.md | 19 +++++++++++++++++++
> > 1 file changed, 19 insertions(+)
> >
> > diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> > new file mode 100644
> > index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
> > --- /dev/null
> > +++ b/CONTRIBUTE.md
> > @@ -0,0 +1,19 @@
> > +## Repository
> > +
> > +v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
> > +
> > +## Contributions
> > +
> > +Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> > +using the prefix `[PATCH v4l-utils]`.
>
> Nitpicking, I was thinking of '[v4l-utils] [PATCH]' as that's what I
> used previously. Looking at the list archives, both (and more) have been
> used. I don't object to using '[PATCH v4l-utils]' if that's easier for
This seems to be prefered by b4.... and who does not love b4 :P?
> tools.
>
> I have this in my .git/config for v4l-utils:
>
> [format]
> subjectPrefix = "v4l-utils] [PATCH"
>
> With your proposal, this would be
>
> [format]
> subjectPrefix = "PATCH v4l-utils"
>
> In either case, let's document this in addition to the b4 configuration.
Something like this?:
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 19a2c581..708939df 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -5,7 +5,11 @@ v4l-utils official repository is hosted at
https://git.linuxtv.org/v4l-utils.git
## Contributions
Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
-using the prefix `[PATCH v4l-utils]`.
+using the prefix `[PATCH v4l-utils]`. E.g:
+
+```
+git config set format.subjectPrefix "PATCH v4l-utils"
+```
## b4 config
>
> > +
> > +## b4 config
> > +
> > +If you use b4[1] for your contributor workflow you can use these options:
> > +
> > +```
> > +git config set b4.send-series-cc linux-media@vger.kernel.org
> > +git config set b4.send-prefixes v4l-utils
> > +```
> > +
> > +[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
> >
> > ---
> > base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86
> > change-id: 20250605-prefix-a1a47dbdaa75
>
> --
> Regards,
>
> Laurent Pinchart
--
Ricardo Ribalda
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-05 12:54 ` Ricardo Ribalda
@ 2025-06-05 13:17 ` Laurent Pinchart
2025-06-05 13:54 ` Ricardo Ribalda
2025-06-06 7:52 ` Mauro Carvalho Chehab
0 siblings, 2 replies; 8+ messages in thread
From: Laurent Pinchart @ 2025-06-05 13:17 UTC (permalink / raw)
To: Ricardo Ribalda; +Cc: Hans Verkuil, linux-media
On Thu, Jun 05, 2025 at 02:54:33PM +0200, Ricardo Ribalda wrote:
> On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart wrote:
> > On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > > In the media summit we discussed the need of a special prefix for
> > > v4l-utils. This helps patchwork and media-ci.
> > >
> > > Create a new file with a brief introductions on how to contribute and
> > > make the `v4l-utils` official.
> > >
> > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> >
> > I think this is a good idea. I don't know how we'll get users to
> > actually use the prefix, but documenting it is a necessary first step.
>
> I can add a comment in the media-ci email. Something like:
>
> I could not apply your series. Maybe it is for v4l-utils, if so,
> please check http://XXXX/CONTRIBUTE.md
Sounds good. Then we can complain that people don't read instructions
:-)
> > > ---
> > > CONTRIBUTE.md | 19 +++++++++++++++++++
> > > 1 file changed, 19 insertions(+)
> > >
> > > diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> > > new file mode 100644
> > > index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
> > > --- /dev/null
> > > +++ b/CONTRIBUTE.md
> > > @@ -0,0 +1,19 @@
> > > +## Repository
> > > +
> > > +v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
> > > +
> > > +## Contributions
> > > +
> > > +Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> > > +using the prefix `[PATCH v4l-utils]`.
> >
> > Nitpicking, I was thinking of '[v4l-utils] [PATCH]' as that's what I
> > used previously. Looking at the list archives, both (and more) have been
> > used. I don't object to using '[PATCH v4l-utils]' if that's easier for
>
> This seems to be prefered by b4.... and who does not love b4 :P?
>
> > tools.
> >
> > I have this in my .git/config for v4l-utils:
> >
> > [format]
> > subjectPrefix = "v4l-utils] [PATCH"
> >
> > With your proposal, this would be
> >
> > [format]
> > subjectPrefix = "PATCH v4l-utils"
> >
> > In either case, let's document this in addition to the b4 configuration.
>
> Something like this?:
>
> diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> index 19a2c581..708939df 100644
> --- a/CONTRIBUTE.md
> +++ b/CONTRIBUTE.md
> @@ -5,7 +5,11 @@ v4l-utils official repository is hosted at
> https://git.linuxtv.org/v4l-utils.git
> ## Contributions
>
> Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> -using the prefix `[PATCH v4l-utils]`.
> +using the prefix `[PATCH v4l-utils]`. E.g:
> +
> +```
> +git config set format.subjectPrefix "PATCH v4l-utils"
> +```
OK. Please check that setting both format.subjectPrefix and
b4.send-prefixes will not add the prefix twice when using b4.
> ## b4 config
>
> > > +
> > > +## b4 config
> > > +
> > > +If you use b4[1] for your contributor workflow you can use these options:
> > > +
> > > +```
> > > +git config set b4.send-series-cc linux-media@vger.kernel.org
> > > +git config set b4.send-prefixes v4l-utils
> > > +```
> > > +
> > > +[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
> > >
> > > ---
> > > base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86
> > > change-id: 20250605-prefix-a1a47dbdaa75
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-05 13:17 ` Laurent Pinchart
@ 2025-06-05 13:54 ` Ricardo Ribalda
2025-06-06 7:52 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 8+ messages in thread
From: Ricardo Ribalda @ 2025-06-05 13:54 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: Hans Verkuil, linux-media
On Thu, 5 Jun 2025 at 15:17, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
>
> On Thu, Jun 05, 2025 at 02:54:33PM +0200, Ricardo Ribalda wrote:
> > On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart wrote:
> > > On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > > > In the media summit we discussed the need of a special prefix for
> > > > v4l-utils. This helps patchwork and media-ci.
> > > >
> > > > Create a new file with a brief introductions on how to contribute and
> > > > make the `v4l-utils` official.
> > > >
> > > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> > >
> > > I think this is a good idea. I don't know how we'll get users to
> > > actually use the prefix, but documenting it is a necessary first step.
> >
> > I can add a comment in the media-ci email. Something like:
> >
> > I could not apply your series. Maybe it is for v4l-utils, if so,
> > please check http://XXXX/CONTRIBUTE.md
>
> Sounds good. Then we can complain that people don't read instructions
> :-)
>
> > > > ---
> > > > CONTRIBUTE.md | 19 +++++++++++++++++++
> > > > 1 file changed, 19 insertions(+)
> > > >
> > > > diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> > > > new file mode 100644
> > > > index 0000000000000000000000000000000000000000..19a2c5814b45462f3cfeea921e277f8da00ccbd1
> > > > --- /dev/null
> > > > +++ b/CONTRIBUTE.md
> > > > @@ -0,0 +1,19 @@
> > > > +## Repository
> > > > +
> > > > +v4l-utils official repository is hosted at https://git.linuxtv.org/v4l-utils.git
> > > > +
> > > > +## Contributions
> > > > +
> > > > +Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> > > > +using the prefix `[PATCH v4l-utils]`.
> > >
> > > Nitpicking, I was thinking of '[v4l-utils] [PATCH]' as that's what I
> > > used previously. Looking at the list archives, both (and more) have been
> > > used. I don't object to using '[PATCH v4l-utils]' if that's easier for
> >
> > This seems to be prefered by b4.... and who does not love b4 :P?
> >
> > > tools.
> > >
> > > I have this in my .git/config for v4l-utils:
> > >
> > > [format]
> > > subjectPrefix = "v4l-utils] [PATCH"
> > >
> > > With your proposal, this would be
> > >
> > > [format]
> > > subjectPrefix = "PATCH v4l-utils"
> > >
> > > In either case, let's document this in addition to the b4 configuration.
> >
> > Something like this?:
> >
> > diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
> > index 19a2c581..708939df 100644
> > --- a/CONTRIBUTE.md
> > +++ b/CONTRIBUTE.md
> > @@ -5,7 +5,11 @@ v4l-utils official repository is hosted at
> > https://git.linuxtv.org/v4l-utils.git
> > ## Contributions
> >
> > Patches are welcome! Please send your patches to `linux-media@vger.kernel.org`
> > -using the prefix `[PATCH v4l-utils]`.
> > +using the prefix `[PATCH v4l-utils]`. E.g:
> > +
> > +```
> > +git config set format.subjectPrefix "PATCH v4l-utils"
> > +```
>
> OK. Please check that setting both format.subjectPrefix and
> b4.send-prefixes will not add the prefix twice when using b4.
Tried with `b4 send -d` and it looks good to me, but we will know for
sure when I send the v2.
>
> > ## b4 config
> >
> > > > +
> > > > +## b4 config
> > > > +
> > > > +If you use b4[1] for your contributor workflow you can use these options:
> > > > +
> > > > +```
> > > > +git config set b4.send-series-cc linux-media@vger.kernel.org
> > > > +git config set b4.send-prefixes v4l-utils
> > > > +```
> > > > +
> > > > +[1] https://b4.docs.kernel.org/en/latest/contributor/overview.html
> > > >
> > > > ---
> > > > base-commit: 0d4e8e2d4e2d9d87863222e03fd3a6a4a3ff3d86
> > > > change-id: 20250605-prefix-a1a47dbdaa75
>
> --
> Regards,
>
> Laurent Pinchart
--
Ricardo Ribalda
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-05 13:17 ` Laurent Pinchart
2025-06-05 13:54 ` Ricardo Ribalda
@ 2025-06-06 7:52 ` Mauro Carvalho Chehab
2025-06-06 8:08 ` Ricardo Ribalda
1 sibling, 1 reply; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2025-06-06 7:52 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: Ricardo Ribalda, Hans Verkuil, linux-media
Em Thu, 5 Jun 2025 16:17:00 +0300
Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:
> On Thu, Jun 05, 2025 at 02:54:33PM +0200, Ricardo Ribalda wrote:
> > On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart wrote:
> > > On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > > > In the media summit we discussed the need of a special prefix for
> > > > v4l-utils. This helps patchwork and media-ci.
> > > >
> > > > Create a new file with a brief introductions on how to contribute and
> > > > make the `v4l-utils` official.
> > > >
> > > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> > >
> > > I think this is a good idea. I don't know how we'll get users to
> > > actually use the prefix, but documenting it is a necessary first step.
It is a good idea, but I'd say that, if there is "v4l-utils" anywhere
at the patch series subject, media CI shall not change the patch
status. Same applies to the other userspace tools we maintain.
Please notice, however, that the title is not enough to classify
it as userspace. See, for instance the contributions we receive for
DTV tables like this one:
- https://lore.kernel.org/linux-media/846e7968-292d-5e96-b2a4-1e2e6b131fe3@tutr.cz/
This is not the first and probably won't be the last time we see
things like that. So, in doubt, media-ci should not tag a patch
if it can't verify that the patch is for the Kernel.
> >
> > I can add a comment in the media-ci email. Something like:
> >
> > I could not apply your series. Maybe it is for v4l-utils, if so,
> > please check http://XXXX/CONTRIBUTE.md
Makes sense, but see: currently we maintain v4l-utils, dtv-scan-tables,
tvtime, xawtv3 and xawtv4 userspace tools.
The number of patches for the last three are really low, but when
we have patches there they are important, as they're usually
bug fixes made by distro maintainers. We should not miss those.
Regards,
Mauro
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-06 7:52 ` Mauro Carvalho Chehab
@ 2025-06-06 8:08 ` Ricardo Ribalda
2025-06-06 8:51 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Ribalda @ 2025-06-06 8:08 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Laurent Pinchart, Hans Verkuil, linux-media
Hi
On Fri, 6 Jun 2025 at 09:52, Mauro Carvalho Chehab
<mchehab+huawei@kernel.org> wrote:
>
> Em Thu, 5 Jun 2025 16:17:00 +0300
> Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:
>
> > On Thu, Jun 05, 2025 at 02:54:33PM +0200, Ricardo Ribalda wrote:
> > > On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart wrote:
> > > > On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > > > > In the media summit we discussed the need of a special prefix for
> > > > > v4l-utils. This helps patchwork and media-ci.
> > > > >
> > > > > Create a new file with a brief introductions on how to contribute and
> > > > > make the `v4l-utils` official.
> > > > >
> > > > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> > > >
> > > > I think this is a good idea. I don't know how we'll get users to
> > > > actually use the prefix, but documenting it is a necessary first step.
>
> It is a good idea, but I'd say that, if there is "v4l-utils" anywhere
> at the patch series subject, media CI shall not change the patch
> status. Same applies to the other userspace tools we maintain.
media-CI only changes the status if the followings conditions are met:
- There is no v4l-utils in the subject
- The patch can be applied on top of media-committers
- It does not modify any media file
Only if those 3 conditions are met, we mark the patch as
not-applicable and send an email to media-maintainers about that to
avoid false positives.
>
> Please notice, however, that the title is not enough to classify
> it as userspace. See, for instance the contributions we receive for
> DTV tables like this one:
>
> - https://lore.kernel.org/linux-media/846e7968-292d-5e96-b2a4-1e2e6b131fe3@tutr.cz/
>
> This is not the first and probably won't be the last time we see
> things like that. So, in doubt, media-ci should not tag a patch
> if it can't verify that the patch is for the Kernel.
>
> > >
> > > I can add a comment in the media-ci email. Something like:
> > >
> > > I could not apply your series. Maybe it is for v4l-utils, if so,
> > > please check http://XXXX/CONTRIBUTE.md
>
> Makes sense, but see: currently we maintain v4l-utils, dtv-scan-tables,
> tvtime, xawtv3 and xawtv4 userspace tools.
>
> The number of patches for the last three are really low, but when
> we have patches there they are important, as they're usually
> bug fixes made by distro maintainers. We should not miss those.
Nothing changes for those, they will still be in patchwork with "new" tag.
>
> Regards,
> Mauro
--
Ricardo Ribalda
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions
2025-06-06 8:08 ` Ricardo Ribalda
@ 2025-06-06 8:51 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2025-06-06 8:51 UTC (permalink / raw)
To: Ricardo Ribalda; +Cc: Laurent Pinchart, Hans Verkuil, linux-media
Em Fri, 6 Jun 2025 10:08:58 +0200
Ricardo Ribalda <ribalda@chromium.org> escreveu:
> Hi
>
> On Fri, 6 Jun 2025 at 09:52, Mauro Carvalho Chehab
> <mchehab+huawei@kernel.org> wrote:
> >
> > Em Thu, 5 Jun 2025 16:17:00 +0300
> > Laurent Pinchart <laurent.pinchart@ideasonboard.com> escreveu:
> >
> > > On Thu, Jun 05, 2025 at 02:54:33PM +0200, Ricardo Ribalda wrote:
> > > > On Thu, 5 Jun 2025 at 14:46, Laurent Pinchart wrote:
> > > > > On Thu, Jun 05, 2025 at 12:09:57PM +0000, Ricardo Ribalda wrote:
> > > > > > In the media summit we discussed the need of a special prefix for
> > > > > > v4l-utils. This helps patchwork and media-ci.
> > > > > >
> > > > > > Create a new file with a brief introductions on how to contribute and
> > > > > > make the `v4l-utils` official.
> > > > > >
> > > > > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
> > > > >
> > > > > I think this is a good idea. I don't know how we'll get users to
> > > > > actually use the prefix, but documenting it is a necessary first step.
> >
> > It is a good idea, but I'd say that, if there is "v4l-utils" anywhere
> > at the patch series subject, media CI shall not change the patch
> > status. Same applies to the other userspace tools we maintain.
>
> media-CI only changes the status if the followings conditions are met:
> - There is no v4l-utils in the subject
Please check also for the other userspace tools we maintain.
> - The patch can be applied on top of media-committers
> - It does not modify any media file
>
> Only if those 3 conditions are met, we mark the patch as
> not-applicable and send an email to media-maintainers about that to
> avoid false positives.
With the addition of the names of the other userspace tools, that's
OK!
Thanks,
Mauro
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-06-06 8:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-05 12:09 [PATCH v4l-utils] CONTRIBUTE: Add simple contribution instructions Ricardo Ribalda
2025-06-05 12:46 ` Laurent Pinchart
2025-06-05 12:54 ` Ricardo Ribalda
2025-06-05 13:17 ` Laurent Pinchart
2025-06-05 13:54 ` Ricardo Ribalda
2025-06-06 7:52 ` Mauro Carvalho Chehab
2025-06-06 8:08 ` Ricardo Ribalda
2025-06-06 8:51 ` Mauro Carvalho Chehab
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).