Re: [PATCH] binder: fix test regression due to sender_euid change

2021-11-24 Thread Greg KH
On Fri, Nov 19, 2021 at 03:39:59PM -0800, Todd Kjos wrote: > On Fri, Nov 19, 2021 at 3:00 PM Paul Moore wrote: > > > > On Fri, Nov 12, 2021 at 1:07 PM Todd Kjos wrote: > > > > > > This is a partial revert of commit > > > 29bc22ac5e5b ("binder: use euid from cred instead of using task"). > > > Set

Re: [PATCH] binder: fix test regression due to sender_euid change

2021-11-19 Thread Paul Moore
On Fri, Nov 12, 2021 at 1:07 PM Todd Kjos wrote: > > This is a partial revert of commit > 29bc22ac5e5b ("binder: use euid from cred instead of using task"). > Setting sender_euid using proc->cred caused some Android system test > regressions that need further investigation. It is a partial > rever

Re: [PATCH] binder: fix test regression due to sender_euid change

2021-11-16 Thread Christian Brauner
On Fri, Nov 12, 2021 at 10:07:20AM -0800, Todd Kjos wrote: > This is a partial revert of commit > 29bc22ac5e5b ("binder: use euid from cred instead of using task"). > Setting sender_euid using proc->cred caused some Android system test > regressions that need further investigation. It is a partial