mbox series

[RFC,0/3] LSM syscall tweaks

Message ID 20231024213525.361332-4-paul@paul-moore.com (mailing list archive)
Headers show
Series LSM syscall tweaks | expand

Message

Paul Moore Oct. 24, 2023, 9:35 p.m. UTC
Three rather small LSM patches to address some minor issues found during
the review of the latest LSM syscall patchset that now lives in the
lsm/next-queue tree.

I'm marking these as RFC patches as they have yet to be properly tested,
but I'm building a kernel now to do that and I'll report back when testing
has completed.  In the meantime, reviews and ACKs are appreciated.

Comments

Paul Moore Nov. 1, 2023, 9:24 p.m. UTC | #1
On Tue, Oct 24, 2023 at 5:39 PM Paul Moore <paul@paul-moore.com> wrote:
>
> Three rather small LSM patches to address some minor issues found during
> the review of the latest LSM syscall patchset that now lives in the
> lsm/next-queue tree.
>
> I'm marking these as RFC patches as they have yet to be properly tested,
> but I'm building a kernel now to do that and I'll report back when testing
> has completed.  In the meantime, reviews and ACKs are appreciated.

I went ahead and merged these into lsm/dev-staging and rebased the
branch on Linus' latest to incorporate the syscall additions in his
tree.  As the merge window is open, I did not do the corresponding
update to the lsm/next branch, that will be updated when the merge
window is closed and -rc1 is released.
Casey Schaufler Nov. 1, 2023, 10:26 p.m. UTC | #2
On 11/1/2023 2:24 PM, Paul Moore wrote:
> On Tue, Oct 24, 2023 at 5:39 PM Paul Moore <paul@paul-moore.com> wrote:
>> Three rather small LSM patches to address some minor issues found during
>> the review of the latest LSM syscall patchset that now lives in the
>> lsm/next-queue tree.
>>
>> I'm marking these as RFC patches as they have yet to be properly tested,
>> but I'm building a kernel now to do that and I'll report back when testing
>> has completed.  In the meantime, reviews and ACKs are appreciated.
> I went ahead and merged these into lsm/dev-staging and rebased the
> branch on Linus' latest to incorporate the syscall additions in his
> tree.  As the merge window is open, I did not do the corresponding
> update to the lsm/next branch, that will be updated when the merge
> window is closed and -rc1 is released.

Excellent. Thank you.
Paul Moore Nov. 13, 2023, 4:07 a.m. UTC | #3
On Tue, Oct 24, 2023 at 5:39 PM Paul Moore <paul@paul-moore.com> wrote:
>
> Three rather small LSM patches to address some minor issues found during
> the review of the latest LSM syscall patchset that now lives in the
> lsm/next-queue tree.
>
> I'm marking these as RFC patches as they have yet to be properly tested,
> but I'm building a kernel now to do that and I'll report back when testing
> has completed.  In the meantime, reviews and ACKs are appreciated.

These have been merged into lsm/dev.