Re: [RFC][PATCH 10/13] get rid of audit_reusename()
Linus Torvalds <[email protected]>
| Newsgroups | org.kernel.vger.audit,org.kernel.vger.io-uring,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <CAHk-=wgbn+6pGaPw1k6LsMyaPQqz4PxOqF_kN+drQvNudF_1XA@mail.gmail.com> |
On Sun, 9 Nov 2025 at 14:41, Linus Torvalds <[email protected]> wrote: > > We optimize for the common case. Side note: I'm now running that second version of the patch I posted. It boots. It seems to work. And again: that patch will slow things down, because it doesn't actually take advantage of any stack allocation model. So I'm not claiming that it's an optimization in *that* form. It might _allow_ optimizing things, but as-is is only adds more allocations (but not particularly many more) Linus