[OS-BUILD PATCH] redhat/self-test: Fix shellcheck errors

2022-08-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Fix shellcheck errors Fix shellcheck errors. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/create-data.sh b/redhat/self-test/data/create-data.sh index blahblah..blahblah 100755 --- a/redhat/self-test/data/create-data.sh +++

[OS-BUILD PATCH] perf tools: Fix compile error for x86

2022-08-22 Thread Justin M. Forbes (via Email Bridge)
From: Yang Jihong perf tools: Fix compile error for x86 Commit a0a12c3ed057 ("asm goto: eradicate CC_HAS_ASM_GOTO") eradicates CC_HAS_ASM_GOTO, perf on x86 call asm_volatile_goto when compiling __GEN_RMWcc. However, asm_volatile_goto is not declared, which causes compilation error: In file