Hi, On Tue, Mar 31, 2026 at 10:14 AM Miguel Ojeda <[email protected]> wrote: > > On Tue, Mar 31, 2026 at 7:09 PM Justin Stitt <[email protected]> wrote: > > > > __ob_trap and __ob_wrap are defined by the compiler. > > > > There are some examples within the documentation additions of this patch. > > > > Kees, is it possible to make it more clear about what we expect of > > kernel developers in terms of style? Should they use keyword > > spellings? attribute spellings? only use custom types? > > Yeah, I noticed that right after sending the email, sorry. > > So I tried to use a macro even if happens to have the same name as the > keyword, since that form is a bit more flexible, but it is fine either > way. > > What I would suggest is adding to the comment that these were decided > to be used as keywords, and thus we only need to define them as empty > in the disabled case.
Agreed. > > Thanks! > > Cheers, > Miguel Justin

