The patch titled Subject: ipc-semc-remove-sem_base-embed-struct-sem-v3 has been added to the -mm tree. Its filename is ipc-semc-remove-sem_base-embed-struct-sem-v3.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/ipc-semc-remove-sem_base-embed-struct-sem-v3.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/ipc-semc-remove-sem_base-embed-struct-sem-v3.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx> Subject: ipc-semc-remove-sem_base-embed-struct-sem-v3 s/[0]/[]/, per hch Link: http://lkml.kernel.org/r/20170525185107.12869-2-manfred@xxxxxxxxxxxxxxxx Signed-off-by: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> Cc: Davidlohr Bueso <dave@xxxxxxxxxxxx> Cc: Kees Cook <keescook@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/sem.h~ipc-semc-remove-sem_base-embed-struct-sem-v3 include/linux/sem.h --- a/include/linux/sem.h~ipc-semc-remove-sem_base-embed-struct-sem-v3 +++ a/include/linux/sem.h @@ -40,7 +40,7 @@ struct sem_array { int complex_count; /* pending complex operations */ unsigned int use_global_lock;/* >0: global lock required */ - struct sem sems[0]; + struct sem sems[]; }; #ifdef CONFIG_SYSVIPC _ Patches currently in -mm which might be from manfred@xxxxxxxxxxxxxxxx are ipc-semc-remove-sem_base-embed-struct-sem.patch ipc-semc-remove-sem_base-embed-struct-sem-v3.patch ipc-merge-ipc_rcu-and-kern_ipc_perm.patch include-linux-semh-correctly-document-sem_ctime.patch ipc-semc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch ipc-shmc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch ipc-msgc-avoid-ipc_rcu_putref-for-failed-ipc_addid.patch ipc-utilh-update-documentation-for-ipc_getref-and-ipc_putref.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html