Re: [PATCH] xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function

2025-06-19 Thread jiang.peng9
> I'm fine with the changes as such, but please send the patch as a > plain text email (no HTML). Otherwise I'm not able to apply it. > > You should look into Documentation/process/email-clients.rst in the > kernel source tree. My sincere apologies for the HTML format issue. Thank you for your pat

Re: [PATCH] xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function

2025-06-19 Thread Jürgen Groß
On 18.06.25 04:01, jiang.pe...@zte.com.cn wrote: From: Peng Jiang This patch fixes a W=1 format-string warning reported by GCC 12.3.0 by annotating xenbus_switch_fatal() and xenbus_va_dev_error() with the __printf attribute. The attribute enables compile-time validation of printf-style form