The patch titled Subject: lib-uuid-introduce-few-more-generic-helpers-for-uuid fix has been removed from the -mm tree. Its filename was lib-uuid-introduce-few-more-generic-helpers-for-uuid-fix.patch This patch was dropped because it was folded into lib-uuid-introduce-few-more-generic-helpers-for-uuid.patch ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: lib-uuid-introduce-few-more-generic-helpers-for-uuid fix Fix typo. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/uuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/uuid.c~lib-uuid-introduce-few-more-generic-helpers-for-uuid-fix lib/uuid.c --- a/lib/uuid.c~lib-uuid-introduce-few-more-generic-helpers-for-uuid-fix +++ a/lib/uuid.c @@ -106,7 +106,7 @@ static int __uuid_to_bin(const char *uui static const u8 si[16] = {0,2,4,6,9,11,14,16,19,21,24,26,28,30,32,34}; unsigned int i; - if (uuid_is_valid(uuid)) + if (!uuid_is_valid(uuid)) return -EINVAL; for (i = 0; i < 16; i++) { _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are lib-vsprintf-simplify-uuid-printing.patch ima-use-%pu-to-output-uuid-in-printable-format.patch lib-uuid-move-generate_random_uuid-to-uuidc.patch lib-uuid-introduce-few-more-generic-helpers-for-uuid.patch lib-uuid-remove-fsf-address.patch sysctl-use-generic-uuid-library.patch efi-redefine-type-constant-macro-from-generic-code.patch efivars-use-generic-uuid-library.patch genhd-move-to-use-generic-uuid-library.patch ldm-use-generic-uuid-library.patch wmi-use-generic-uuid-library.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