The patch titled Subject: lib-ubsan-remove-returns-nonnull-attribute-checks-fix has been removed from the -mm tree. Its filename was lib-ubsan-remove-returns-nonnull-attribute-checks-fix.patch This patch was dropped because it was folded into lib-ubsan-remove-returns-nonnull-attribute-checks.patch ------------------------------------------------------ From: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Subject: lib-ubsan-remove-returns-nonnull-attribute-checks-fix Link: http://lkml.kernel.org/r/20180122165711.11510-1-aryabinin@xxxxxxxxxxxxx Fixes: lib/ubsan.c:144:13: warning: `location_is_valid' defined but not used [-Wunused-function] static bool location_is_valid(struct source_location *loc) Signed-off-by: Andrey Ryabinin <aryabinin@xxxxxxxxxxxxx> Cc: Sodagudi Prasad <psodagud@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/ubsan.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN lib/ubsan.c~lib-ubsan-remove-returns-nonnull-attribute-checks-fix lib/ubsan.c --- a/lib/ubsan.c~lib-ubsan-remove-returns-nonnull-attribute-checks-fix +++ a/lib/ubsan.c @@ -141,11 +141,6 @@ static void val_to_string(char *str, siz } } -static bool location_is_valid(struct source_location *loc) -{ - return loc->file_name != NULL; -} - static DEFINE_SPINLOCK(report_lock); static void ubsan_prologue(struct source_location *location, _ Patches currently in -mm which might be from aryabinin@xxxxxxxxxxxxx are kasan-makefile-support-llvm-style-asan-parameters.patch lib-ubsan-add-type-mismatch-handler-for-new-gcc-clang.patch lib-ubsan-remove-returns-nonnull-attribute-checks.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