[PATCH 0/2] Fix build with glibc 2.36

Cole Robinson posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1659383873.git.crobinso@redhat.com
src/lxc/lxc_container.c | 3 ---
src/util/virfile.c      | 4 +++-
2 files changed, 3 insertions(+), 4 deletions(-)
[PATCH 0/2] Fix build with glibc 2.36
Posted by Cole Robinson 1 year, 9 months ago
With glibc 2.36, sys/mount.h and linux/mount.h conflict:

https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E

Easiest way to run this through CI? Submit MR to libvirt gitlab?

Cole Robinson (2):
  lxc: containter: fix build with glibc 2.36
  virfile: Fix build with glibc 2.36

 src/lxc/lxc_container.c | 3 ---
 src/util/virfile.c      | 4 +++-
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.36.1
Re: [PATCH 0/2] Fix build with glibc 2.36
Posted by Erik Skultety 1 year, 9 months ago
On Mon, Aug 01, 2022 at 03:59:13PM -0400, Cole Robinson wrote:
> With glibc 2.36, sys/mount.h and linux/mount.h conflict:
> 
> https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E
> 
> Easiest way to run this through CI? Submit MR to libvirt gitlab?

Are you out of your CI minutes? If so, let me know I'll run it for you I
haven't run anything this month yet. Normally, you push to your libvirt gitlab
fork and the pipeline will run automatically.
I Rb'd both patches, but let's run it through CI please first.

Erik