Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Jani Nikula
On Wed, 27 Nov 2024, Simona Vetter wrote: > Jumping in the middle here with some clarifications. > > On Wed, 27 Nov 2024 at 12:19, Laurent Pinchart > wrote: >> On Wed, Nov 27, 2024 at 10:39:48AM +0100, Mauro Carvalho Chehab wrote: >> > It is somewhat similar to drm-intel and drm-xe, where review

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Laurent Pinchart
On Thu, Nov 28, 2024 at 09:19:59AM +0100, Mauro Carvalho Chehab wrote: > Em Wed, 27 Nov 2024 12:59:58 +0100 Hans Verkuil escreveu: > > > > I find the GPG signature requirement to be borderline ridiculous. The > > > first message you're giving to committers is that you distrust them so > > > much t

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Simona Vetter
On Thu, 28 Nov 2024 at 22:27, Jani Nikula wrote: > On Thu, 28 Nov 2024, Mauro Carvalho Chehab wrote: > > We used to have a low bar for entry on our past multi-committers > > model (back in 2005-2007). It was a disaster, as one of the > > committer did very evil things. He was blocked, but that di

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Jani Nikula
On Thu, 28 Nov 2024, Mauro Carvalho Chehab wrote: > We used to have a low bar for entry on our past multi-committers > model (back in 2005-2007). It was a disaster, as one of the > committer did very evil things. He was blocked, but that didn't > prevent some of us to be threatened with physical v

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Thu, 28 Nov 2024 23:27:04 +0200 Jani Nikula escreveu: > On Thu, 28 Nov 2024, Mauro Carvalho Chehab wrote: > > We used to have a low bar for entry on our past multi-committers > > model (back in 2005-2007). It was a disaster, as one of the > > committer did very evil things. He was blocked, bu

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Laurent Pinchart
On Thu, Nov 28, 2024 at 07:15:43PM +0100, Mauro Carvalho Chehab wrote: > Em Wed, 27 Nov 2024 15:25:15 +0200 Laurent Pinchart escreveu: > > > > > I think this goes a bit backward, and mixes things up a bit. On the > > > > mixing side, the expectation of timely reviews comes from maintainer > > > >

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Laurent Pinchart
On Thu, Nov 28, 2024 at 07:28:42PM +0100, Mauro Carvalho Chehab wrote: > Em Wed, 27 Nov 2024 15:48:10 +0100 Simona Vetter escreveu: > > > Jumping in the middle here with some clarifications. > > > > On Wed, 27 Nov 2024 at 12:19, Laurent Pinchart wrote: > > > On Wed, Nov 27, 2024 at 10:39:48AM +01

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Thu, 28 Nov 2024 22:52:38 +0100 Simona Vetter escreveu: > On Thu, 28 Nov 2024 at 22:27, Jani Nikula wrote: > > On Thu, 28 Nov 2024, Mauro Carvalho Chehab > > wrote: > > > We used to have a low bar for entry on our past multi-committers > > > model (back in 2005-2007). It was a disaster, a

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Wed, 27 Nov 2024 12:59:58 +0100 Hans Verkuil escreveu: > > I find the GPG signature requirement to be borderline ridiculous. The > > first message you're giving to committers is that you distrust them so > > much that you want them to sign an agreement with their blood > > (figuratively speaki

Re: [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers

2024-11-28 Thread Roberto Sassu
On Wed, 2024-11-27 at 11:53 -0800, Luis Chamberlain wrote: > On Wed, Nov 27, 2024 at 10:51:11AM +0100, Roberto Sassu wrote: > > For eBPF programs we are also in a need for a better way to > > measure/appraise them. > > I am confused now, I was under the impression this "Integrity Digest > Cache" i

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Wed, 27 Nov 2024 12:59:58 +0100 Hans Verkuil escreveu: > > If I were a new contributor I think I would have trouble understand this > > to be honest. I won't push hard for a rework of this section, as I > > expect it will change after the multi-committer tree becomes the main > > way to get pa

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Thu, 28 Nov 2024 13:24:04 +0200 Jani Nikula escreveu: > On Wed, 27 Nov 2024, Simona Vetter wrote: > > Jumping in the middle here with some clarifications. > > > > On Wed, 27 Nov 2024 at 12:19, Laurent Pinchart > > wrote: > >> On Wed, Nov 27, 2024 at 10:39:48AM +0100, Mauro Carvalho Chehab

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Wed, 27 Nov 2024 15:25:15 +0200 Laurent Pinchart escreveu: > > > I think this goes a bit backward, and mixes things up a bit. On the > > > mixing side, the expectation of timely reviews comes from maintainer > > > status. Having commit rights is orthogonal to that. > > > > > > The goal of dir

[PATCH] scripts: checkpatch: add check for simplifying Result<()> in Rust

2024-11-28 Thread Manas via B4 Relay
From: Manas The type Result<()> can be rewritten simply as Result, as default type parameters are unit `()` and `Error` types already. Thus keep usage of `Result` consistent throughout codebase. Suggested-by: Miguel Ojeda Link: https://github.com/Rust-for-Linux/linux/issues/1128 Not-yet-signed-

Re: [PATCH] docs: media: document media multi-committers rules and process

2024-11-28 Thread Mauro Carvalho Chehab
Em Wed, 27 Nov 2024 15:48:10 +0100 Simona Vetter escreveu: > Jumping in the middle here with some clarifications. > > On Wed, 27 Nov 2024 at 12:19, Laurent Pinchart > wrote: > > On Wed, Nov 27, 2024 at 10:39:48AM +0100, Mauro Carvalho Chehab wrote: > > > It is somewhat similar to drm-intel a

Re: [PATCH v6 07/15] digest_cache: Allow registration of digest list parsers

2024-11-28 Thread Luis Chamberlain
On Thu, Nov 28, 2024 at 09:23:57AM +0100, Roberto Sassu wrote: > On Wed, 2024-11-27 at 11:53 -0800, Luis Chamberlain wrote: > > On Wed, Nov 27, 2024 at 10:51:11AM +0100, Roberto Sassu wrote: > > > For eBPF programs we are also in a need for a better way to > > > measure/appraise them. > > > > I am