On 20.12.2024 17:55, Ariel Otilibili wrote: > Default switch case exits directly; these instructions are never reached. > > The file was taken from Linux; the copies have diverged a lot since: > > ``` > $ diff -u xen/xen/tools/kconfig/expr.c linux/scripts/kconfig/expr.c | wc -l > 984 > ``` > > Therefore the change is only applied locally. > > Coverity-ID: 1458052 > Fixes: 8c271b7584 ("build: import Kbuild/Kconfig from Linux 4.3") > Signed-off-by: Ariel Otilibili <ariel.otilibili-ani...@eurecom.fr>
As the title of the commit referenced already clarifies - this is once again code we took from elsewhere, so imo wants updating at the origin first. Then import that commit into Xen. Jan