Revision e82d891a63afebefde5d26971768f5cb91627f73 authored by Nathan Chancellor on 24 January 2021, 05:02:21 UTC, committed by Linus Torvalds on 24 January 2021, 18:34:53 UTC
The K: entry should ensure that Nick and I always get CC'd on patches that
touch these files but it is better to be explicit rather than implicit.

Link: https://lkml.kernel.org/r/20210114004059.2129921-1-natechancellor@gmail.com
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 697edcb
Raw File
blacklist.h
#include <linux/kernel.h>

extern const char __initconst *const blacklist_hashes[];
back to top