[PATCH 0/2] virbpf: Set errno instead of reporting errors

Michal Privoznik posted 2 patches 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1583757029.git.mprivozn@redhat.com
po/POTFILES.in                |  1 -
src/util/virbpf.c             | 39 ++++++++++++-----------------------
src/util/vircgroupv2devices.c |  2 +-
3 files changed, 14 insertions(+), 28 deletions(-)
[PATCH 0/2] virbpf: Set errno instead of reporting errors
Posted by Michal Privoznik 4 years, 1 month ago
Noticed this while helping to debug a CGroupV2 problem.

Michal Prívozník (2):
  virCgroupV2DevicesAvailable: Print stringified errno in the debug log
  virbpf: Set errno instead of reporting errors

 po/POTFILES.in                |  1 -
 src/util/virbpf.c             | 39 ++++++++++++-----------------------
 src/util/vircgroupv2devices.c |  2 +-
 3 files changed, 14 insertions(+), 28 deletions(-)

-- 
2.24.1

Re: [PATCH 0/2] virbpf: Set errno instead of reporting errors
Posted by Daniel Henrique Barboza 4 years, 1 month ago

On 3/9/20 9:31 AM, Michal Privoznik wrote:
> Noticed this while helping to debug a CGroupV2 problem.
> 
> Michal Prívozník (2):
>    virCgroupV2DevicesAvailable: Print stringified errno in the debug log
>    virbpf: Set errno instead of reporting errors
> 
>   po/POTFILES.in                |  1 -
>   src/util/virbpf.c             | 39 ++++++++++++-----------------------
>   src/util/vircgroupv2devices.c |  2 +-
>   3 files changed, 14 insertions(+), 28 deletions(-)
> 

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>