Re: [PATCH] staging/android: use multiple futex wait queues

2019-02-16 Thread Hugo Lefeuvre
Hi, > Have you tested this? I have finally set up a cuttlefish test env and tested both my first patch set[0] and this patch (v2). My first patch set works fine. I have nothing to say about it. > Noticed any performance speedups or slow downs? This patch doesn't work. The boot process goes

Re: [PATCH] Use the correct style for SPDX License Identifier in all header files across the kernel

2019-02-16 Thread Greg Kroah-Hartman
On Sat, Feb 16, 2019 at 04:04:02PM +0530, Nishad Kamdar wrote: > 816 files changed, 970 insertions(+), 970 deletions(-) You have to break this up into subsystems at the very least, no one person can take this patch, sorry. greg k-h ___ devel mailing

[PATCH] staging: erofs: remove rcu_read_lock() in erofs_try_to_free_cached_page

2019-02-16 Thread Gao Xiang
page_private(page) cannot be changed if page lock is taken. Besides, the corresponding workgroup won't be freed if the page is already protected by page lock, therefore no need to take rcu read lock. Signed-off-by: Gao Xiang --- drivers/staging/erofs/unzip_vle.c | 16 +--- 1 file