* Re: [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module! [not found] ` <h3sivr3uuzr5oodqe326svchbw3rzo4f4nw4chpeee2jwzjq3j@bdtecauehkn4> @ 2025-10-31 12:57 ` Miguel Ojeda 2025-10-31 13:12 ` Daniel Gomez 0 siblings, 1 reply; 3+ messages in thread From: Miguel Ojeda @ 2025-10-31 12:57 UTC (permalink / raw) To: Uwe Kleine-König, Luis Chamberlain, Petr Pavlu, Daniel Gomez, Sami Tolvanen Cc: Miguel Ojeda, Alex Gaynor, Michal Wilczynski, Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich, Drew Fustini, Guo Ren, Fu Wei, Stephen Rothwell, rust-for-linux, linux-kernel, linux-pwm, linux-riscv, linux-modules On Fri, Oct 31, 2025 at 8:47 AM Uwe Kleine-König <ukleinek@kernel.org> wrote: > > I already asked this in reply to the cover letter, but the question was > lost on the way (no offense!), so I'm asking again. As it only really > affects this patch, I'm doing that here: > > Can I have some blessing to take this patch via my pwm tree? Would you > prefer a tag to also merge it into your tree? Then I would apply it on > top of 6.18-rc1 and provide a tag for you to merge. Sounds fine to me, but I am Cc'ing the modules maintainers since they were not, just in case: Acked-by: Miguel Ojeda <ojeda@kernel.org> I think we don't need the tag/merge, unless someone else is looking to use this (is there such a user? I may have missed it). Thanks! Cheers, Miguel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module! 2025-10-31 12:57 ` [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module! Miguel Ojeda @ 2025-10-31 13:12 ` Daniel Gomez 2025-11-01 8:06 ` Uwe Kleine-König 0 siblings, 1 reply; 3+ messages in thread From: Daniel Gomez @ 2025-10-31 13:12 UTC (permalink / raw) To: Miguel Ojeda, Uwe Kleine-König, Luis Chamberlain, Petr Pavlu, Sami Tolvanen Cc: Miguel Ojeda, Alex Gaynor, Michal Wilczynski, Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich, Drew Fustini, Guo Ren, Fu Wei, Stephen Rothwell, rust-for-linux, linux-kernel, linux-pwm, linux-riscv, linux-modules On 31/10/2025 13.57, Miguel Ojeda wrote: > On Fri, Oct 31, 2025 at 8:47 AM Uwe Kleine-König <ukleinek@kernel.org> wrote: >> >> I already asked this in reply to the cover letter, but the question was >> lost on the way (no offense!), so I'm asking again. As it only really >> affects this patch, I'm doing that here: >> >> Can I have some blessing to take this patch via my pwm tree? Would you >> prefer a tag to also merge it into your tree? Then I would apply it on >> top of 6.18-rc1 and provide a tag for you to merge. > > Sounds fine to me, but I am Cc'ing the modules maintainers since they > were not, just in case: > > Acked-by: Miguel Ojeda <ojeda@kernel.org> > > I think we don't need the tag/merge, unless someone else is looking to > use this (is there such a user? I may have missed it). > > Thanks! > > Cheers, > Miguel Uwe, that's okay from modules side: Acked-by: Daniel Gomez <da.gomez@samsung.com> FYI, I haven't merged Andreas's patches (rust: extend `module!` macro with integer parameter support) yet, which add rust/macros/module.rs to our MAINTAINERS file list. So, it's fine from modules side to go through your tree. I was aiming to merge these patches along with some others for this week but I've found a regression in kmod testing introduced in the latest v6.18-rc1, which is taking me some extra time. ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module! 2025-10-31 13:12 ` Daniel Gomez @ 2025-11-01 8:06 ` Uwe Kleine-König 0 siblings, 0 replies; 3+ messages in thread From: Uwe Kleine-König @ 2025-11-01 8:06 UTC (permalink / raw) To: Daniel Gomez, Miguel Ojeda Cc: Luis Chamberlain, Petr Pavlu, Sami Tolvanen, Miguel Ojeda, Alex Gaynor, Michal Wilczynski, Boqun Feng, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross, Danilo Krummrich, Drew Fustini, Guo Ren, Fu Wei, Stephen Rothwell, rust-for-linux, linux-kernel, linux-pwm, linux-riscv, linux-modules [-- Attachment #1: Type: text/plain, Size: 1795 bytes --] Hello Daniel, hello Miguel, On Fri, Oct 31, 2025 at 02:12:29PM +0100, Daniel Gomez wrote: > On 31/10/2025 13.57, Miguel Ojeda wrote: > > On Fri, Oct 31, 2025 at 8:47 AM Uwe Kleine-König <ukleinek@kernel.org> wrote: > > > Can I have some blessing to take this patch via my pwm tree? Would you > > > prefer a tag to also merge it into your tree? Then I would apply it on > > > top of 6.18-rc1 and provide a tag for you to merge. > > > > Sounds fine to me, but I am Cc'ing the modules maintainers since they > > were not, just in case: Good idea, thanks for catching that. > > Acked-by: Miguel Ojeda <ojeda@kernel.org> > > [...] > > Uwe, that's okay from modules side: > > Acked-by: Daniel Gomez <da.gomez@samsung.com> Thanks for your Acks, I applied patches #1-#3 to https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next (#4 was applied already). > FYI, I haven't merged Andreas's patches (rust: extend `module!` macro with > integer parameter support) yet, which add rust/macros/module.rs to our > MAINTAINERS file list. So, it's fine from modules side to go through your tree. > I was aiming to merge these patches along with some others for this week but > I've found a regression in kmod testing introduced in the latest v6.18-rc1, > which is taking me some extra time. If the issues you mentioned are sorted out and you apply patches that conflict with the changes I committed, please get in touch that we coordinate if/how to sort them out. Also if the need for a tag to share the commit arises, please coordinate and don't just merge the just now created commits, as I like to be able to rewrite my tree for late Acks etc. So I'd like to prepare and know when commits become set in stone. Best regards Uwe [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-01 8:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20251028-pwm_fixes-v1-0-25a532d31998@samsung.com>
[not found] ` <CGME20251028122316eucas1p2733987cd4c1eb8f83d6572d542e76d2a@eucas1p2.samsung.com>
[not found] ` <20251028-pwm_fixes-v1-1-25a532d31998@samsung.com>
[not found] ` <h3sivr3uuzr5oodqe326svchbw3rzo4f4nw4chpeee2jwzjq3j@bdtecauehkn4>
2025-10-31 12:57 ` [PATCH 1/4] rust: macros: Add support for 'imports_ns' to module! Miguel Ojeda
2025-10-31 13:12 ` Daniel Gomez
2025-11-01 8:06 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox