Re: [PATCH 1/3] livepatch: use basename to perform object file matching

2022-03-10 Thread Doebel, Bjoern
On 10.03.22 16:08, Roger Pau Monne wrote: CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. The changes in the Xen build logic has resulted in the compiler and objcopy bein

[PATCH 1/3] livepatch: use basename to perform object file matching

2022-03-10 Thread Roger Pau Monne
The changes in the Xen build logic has resulted in the compiler and objcopy being called from xen/ instead of relative to each object directory. This requires using basename so that the directory is not taken into account when checking against the list of files to be explicitly ignored. Also adjus