The patch titled Subject: include/linux/mm.h: return true in cpupid_pid_unset() has been added to the -mm tree. Its filename is mm-return-true-in-cpupid_pid_unset.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-return-true-in-cpupid_pid_unset.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-return-true-in-cpupid_pid_unset.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jason Yan <yanaijie@xxxxxxxxxx> Subject: include/linux/mm.h: return true in cpupid_pid_unset() Fix the following coccicheck warning: include/linux/mm.h:1371:8-9: WARNING: return of 0/1 in function 'cpupid_pid_unset' with return type bool Link: http://lkml.kernel.org/r/20200422071816.48879-1-yanaijie@xxxxxxxxxx Signed-off-by: Jason Yan <yanaijie@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mm.h~mm-return-true-in-cpupid_pid_unset +++ a/include/linux/mm.h @@ -1367,7 +1367,7 @@ static inline int cpu_pid_to_cpupid(int static inline bool cpupid_pid_unset(int cpupid) { - return 1; + return true; } static inline void page_cpupid_reset_last(struct page *page) _ Patches currently in -mm which might be from yanaijie@xxxxxxxxxx are mm-return-true-in-cpupid_pid_unset.patch userc-make-uidhash_table-static.patch lib-test_lockupc-make-test_inode-static.patch