The patch titled Subject: uuid: discourage people from using UAPI header in new code has been removed from the -mm tree. Its filename was uuid-discourage-people-from-using-uapi-header-in-new-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: uuid: discourage people from using UAPI header in new code Discourage people from using UAPI header in new code by adding a note. Link: https://lkml.kernel.org/r/20211216113552.81199-1-andriy.shevchenko@xxxxxxxxxxxxxxx Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Acked-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/uapi/linux/uuid.h | 1 + 1 file changed, 1 insertion(+) --- a/include/uapi/linux/uuid.h~uuid-discourage-people-from-using-uapi-header-in-new-code +++ a/include/uapi/linux/uuid.h @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* DO NOT USE in new code! This is solely for MEI due to legacy reasons */ /* * UUID/GUID definition * _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are