Re: Audit fixes for v4.11 (#1)

2017-03-27 Thread Paul Moore
On Sun, Mar 26, 2017 at 1:23 PM, Linus Torvalds wrote: > On Sun, Mar 26, 2017 at 8:18 AM, Paul Moore wrote: >> On Sat, Mar 25, 2017 at 6:23 PM, Linus Torvalds >> wrote: >>> The whole reason for that inlined part, and the uninlined >>> __audit_signal_info() helper was that the code *used* to be a

Re: Audit fixes for v4.11 (#1)

2017-03-26 Thread Linus Torvalds
On Sun, Mar 26, 2017 at 8:18 AM, Paul Moore wrote: > On Sat, Mar 25, 2017 at 6:23 PM, Linus Torvalds > wrote: >> The whole reason for that inlined part, and the uninlined >> __audit_signal_info() helper was that the code *used* to be able to >> avoid a function call entirely. That reason is now g

Re: Audit fixes for v4.11 (#1)

2017-03-26 Thread Paul Moore
On Sat, Mar 25, 2017 at 6:23 PM, Linus Torvalds wrote: > On Fri, Mar 24, 2017 at 2:39 PM, Paul Moore wrote: >> >> This code has passed our testsuite without problem and it has held up >> to my ad-hoc stress tests (arguably better than the existing code), >> please consider pulling this as fix for

Re: Audit fixes for v4.11 (#1)

2017-03-25 Thread Linus Torvalds
On Fri, Mar 24, 2017 at 2:39 PM, Paul Moore wrote: > > This code has passed our testsuite without problem and it has held up > to my ad-hoc stress tests (arguably better than the existing code), > please consider pulling this as fix for the next v4.11-rcX tag. Ok, pulled. However, looking at the