Re: [PATCH] livepatch-build: Check compiler version matches

2023-02-21 Thread Andrew Cooper
On 21/02/2023 2:14 pm, Ross Lagerwall wrote: > For reliable live patch generation, the compiler version used should > match the original binary. Check that this is the case and add a > --skip-compiler-check option to override this. > > Signed-off-by: Ross Lagerwall > --- > livepatch-build | 54 ++

[PATCH] livepatch-build: Check compiler version matches

2023-02-21 Thread Ross Lagerwall
For reliable live patch generation, the compiler version used should match the original binary. Check that this is the case and add a --skip-compiler-check option to override this. Signed-off-by: Ross Lagerwall --- livepatch-build | 54 +++-- 1 file ch