Message ID | 3f2a695a148db9e1daae8c07d9ce5c85@paul-moore.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | [GIT,PULL] lsm/lsm-pr-20240314 | expand |
On Thu, 14 Mar 2024 at 13:31, Paul Moore <paul@paul-moore.com> wrote: > > I would like if you could merge these patches, I believe fixing the > syscall signature problem now poses very little risk and will help us > avoid the management overhead of compat syscall variants in the future. > However, I'll understand if you're opposed, just let me know and I'll > get you a compat version of this pull request as soon as we can get > something written/tested/verfified. No, attempting to just fix it after-the-fact in the hopes that nobody actually uses the new system call yet sounds like the right thing to do. 6.8 has been out for just days, and I see it's marked for stable, so hopefully nobody ever even sees the mistake. I can't imagine that the new system call is that eagerly used. Famous last wods. Linus
The pull request you sent on Thu, 14 Mar 2024 16:31:05 -0400:
> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git tags/lsm-pr-20240314
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c0a614e82ece41d15b7a66f43ee79f4dbdbc925a
Thank you!
On Thu, Mar 14, 2024 at 7:05 PM Linus Torvalds <torvalds@linux-foundation.org> wrote: > On Thu, 14 Mar 2024 at 13:31, Paul Moore <paul@paul-moore.com> wrote: > > > > I would like if you could merge these patches, I believe fixing the > > syscall signature problem now poses very little risk and will help us > > avoid the management overhead of compat syscall variants in the future. > > However, I'll understand if you're opposed, just let me know and I'll > > get you a compat version of this pull request as soon as we can get > > something written/tested/verfified. > > No, attempting to just fix it after-the-fact in the hopes that nobody > actually uses the new system call yet sounds like the right thing to > do. > > 6.8 has been out for just days, and I see it's marked for stable, so > hopefully nobody ever even sees the mistake. I can't imagine that the > new system call is that eagerly used. Thanks, that was our thought too. > Famous last wods. > > Linus