The patch titled Subject: ipc-semc-remove-sem_base-embed-struct-sem-v3 has been removed from the -mm tree. Its filename was ipc-semc-remove-sem_base-embed-struct-sem-v3.patch This patch was dropped because it was folded into ipc-semc-remove-sem_base-embed-struct-sem.patch ------------------------------------------------------ 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-merge-ipc_rcu-and-kern_ipc_perm.patch ipc-merge-ipc_rcu-and-kern_ipc_perm-fix.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