Re: [PATCH XENSTORE v1 00/10] Code analysis fixes

2021-03-03 Thread Julien Grall
Hi Norbert, Thank you for the patches. Please find below a state for each patches. On 26/02/2021 14:41, Norbert Manthey wrote: For the following patches: xenstore: add missing NULL check xenstore: fix print format string >xenstore: check formats of trace >xenstore: handle do_mk

Re: [for-4.15] Re: [PATCH XENSTORE v1 00/10] Code analysis fixes

2021-03-02 Thread Julien Grall
Hi Andrew, On 01/03/2021 19:39, Andrew Cooper wrote: On 01/03/2021 18:01, Julien Grall wrote: Hi, I have tagged the e-mail with 4.15 as I think we likely want some of the patches to be in the next release. As a minimum, we get the following:   - patch #7: xenstore: handle do_mkdir and do_rm

Re: [for-4.15] Re: [PATCH XENSTORE v1 00/10] Code analysis fixes

2021-03-01 Thread Andrew Cooper
On 01/03/2021 18:01, Julien Grall wrote: > Hi, > > I have tagged the e-mail with 4.15 as I think we likely want some of > the patches to be in the next release. > > As a minimum, we get the following: >   - patch #7: xenstore: handle do_mkdir and do_rm failure >   - patch #8: xenstore: add missing

[for-4.15] Re: [PATCH XENSTORE v1 00/10] Code analysis fixes

2021-03-01 Thread Julien Grall
Hi, I have tagged the e-mail with 4.15 as I think we likely want some of the patches to be in the next release. As a minimum, we get the following: - patch #7: xenstore: handle do_mkdir and do_rm failure - patch #8: xenstore: add missing NULL check - patch #10: xs: add error handling Th

[PATCH XENSTORE v1 00/10] Code analysis fixes

2021-02-26 Thread Norbert Manthey
Dear all, we have been running some code analysis tools on the xenstore code, and triaged the results. This series presents the robustness fixes we identified. Best, Norbert Michael Kurth (1): xenstore: add missing NULL check Norbert Manthey (9): xenstore: add missing NULL check xenstore: