The patch titled Subject: lib-ubsan-remove-returns-nonnull-attribute-checks-fix has been added to the -mm tree. Its filename is lib-ubsan-remove-returns-nonnull-attribute-checks-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/lib-ubsan-remove-returns-nonnull-attribute-checks-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/lib-ubsan-remove-returns-nonnull-attribute-checks-fix.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: 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-strscpy-remove-word-at-a-time-optimization.patch lib-ubsan-add-type-mismatch-handler-for-new-gcc-clang.patch lib-ubsan-remove-returns-nonnull-attribute-checks.patch lib-ubsan-remove-returns-nonnull-attribute-checks-fix.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