Documentation/features-refresh.sh: Only sed the beginning "arch" of ARCH_DIRIt should only sed the beginning "arch" of ARCH_DIR in features-refresh.sh,otherwise loongarch is recognized as loong, t
Documentation/features-refresh.sh: Only sed the beginning "arch" of ARCH_DIRIt should only sed the beginning "arch" of ARCH_DIR in features-refresh.sh,otherwise loongarch is recognized as loong, that is not what we want.Fixes: be99f610a110 ("Documentation/features: Add script that refreshes the arch support status files in place")Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>Link: https://lore.kernel.org/r/1670156327-9631-2-git-send-email-yangtiezhu@loongson.cnSigned-off-by: Jonathan Corbet <corbet@lwn.net>
show more ...
Documentation/features: Add script that refreshes the arch support status files in placeProvides the script: Documentation/features/scripts/features-refresh.shwhich operates on the arch-support
Documentation/features: Add script that refreshes the arch support status files in placeProvides the script: Documentation/features/scripts/features-refresh.shwhich operates on the arch-support.txt files and refreshes them in place.This way [1], "[...] we soft- decouple the refreshing of the entries from the introduction of the features, while still making it all easy to keep sync and to extend."[1] http://lkml.kernel.org/r/20180328122211.GA25420@andreaSuggested-by: Ingo Molnar <mingo@kernel.org>Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>Cc: Ingo Molnar <mingo@kernel.org>Cc: Jonathan Corbet <corbet@lwn.net>Cc: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Jonathan Corbet <corbet@lwn.net>