Re: [PATCH] binder: fix async_free_space accounting for empty parcels

2021-12-23 Thread Christian Brauner
On Mon, Dec 20, 2021 at 11:01:50AM -0800, Todd Kjos wrote: > In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area > shared with user space") > fixed a kernel structure visibility issue. As part of that patch, > sizeof(void *) was used as the buffer size for 0-length data payload

Re: [PATCH] binder: fix async_free_space accounting for empty parcels

2021-12-21 Thread Greg KH
On Mon, Dec 20, 2021 at 11:06:09AM -0800, Todd Kjos wrote: > On Mon, Dec 20, 2021 at 11:02 AM Todd Kjos wrote: > > > > In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area > > shared with user space") > > fixed a kernel structure visibility issue. As part of that patch, > > siz