Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-24 Thread Benno Lossin
On Tue Jun 24, 2025 at 2:31 PM CEST, Onur wrote: > On Tue, 24 Jun 2025 10:20:48 +0200 > "Benno Lossin" wrote: > >> On Tue Jun 24, 2025 at 7:34 AM CEST, Onur wrote: >> > Should we handle this in the initial implementation or leave it for >> > follow-up patches after the core abstraction of ww_mutex

Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-24 Thread Onur
On Tue, 24 Jun 2025 10:20:48 +0200 "Benno Lossin" wrote: > On Tue Jun 24, 2025 at 7:34 AM CEST, Onur wrote: > > Should we handle this in the initial implementation or leave it for > > follow-up patches after the core abstraction of ww_mutex has landed? > > Since you're writing these abstractions

Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-24 Thread Benno Lossin
On Tue Jun 24, 2025 at 7:34 AM CEST, Onur wrote: > Should we handle this in the initial implementation or leave it for > follow-up patches after the core abstraction of ww_mutex has landed? Since you're writing these abstractions specifically for usage in drm, I think we should look at the intende

Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-24 Thread Onur
On Tue, 24 Jun 2025 01:22:05 +0200 "Benno Lossin" wrote: > On Mon Jun 23, 2025 at 7:11 PM CEST, Boqun Feng wrote: > > On Mon, Jun 23, 2025 at 05:14:37PM +0200, Benno Lossin wrote: > >> On Mon Jun 23, 2025 at 4:47 PM CEST, Boqun Feng wrote: > >> > On Mon, Jun 23, 2025 at 03:44:58PM +0200, Benno Lo

Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-23 Thread Benno Lossin
On Mon Jun 23, 2025 at 7:11 PM CEST, Boqun Feng wrote: > On Mon, Jun 23, 2025 at 05:14:37PM +0200, Benno Lossin wrote: >> On Mon Jun 23, 2025 at 4:47 PM CEST, Boqun Feng wrote: >> > On Mon, Jun 23, 2025 at 03:44:58PM +0200, Benno Lossin wrote: >> >> I didn't have a concrete API in mind, but after h

Re: [PATCH v5 2/3] implement ww_mutex abstraction for the Rust tree

2025-06-23 Thread Boqun Feng
On Mon, Jun 23, 2025 at 05:14:37PM +0200, Benno Lossin wrote: > On Mon Jun 23, 2025 at 4:47 PM CEST, Boqun Feng wrote: > > On Mon, Jun 23, 2025 at 03:44:58PM +0200, Benno Lossin wrote: > >> I didn't have a concrete API in mind, but after having read the > >> abstractions more, would this make sense