Re: [PATCH 1/4] linux-user: add more compat ioctl definitions

2022-10-21 Thread Laurent Vivier
Le 04/10/2022 à 11:32, Daniel P. Berrangé a écrit : GLibc changes prevent us from including linux/fs.h anymore, and we previously adjusted to this in commit 3cd3df2a9584e6f753bb62a0028bd67124ab5532 Author: Daniel P. Berrangé Date: Tue Aug 2 12:41:34 2022 -0400 linux-user: fix c

Re: [PATCH 1/4] linux-user: add more compat ioctl definitions

2022-10-21 Thread Laurent Vivier
Le 04/10/2022 à 11:32, Daniel P. Berrangé a écrit : GLibc changes prevent us from including linux/fs.h anymore, and we previously adjusted to this in commit 3cd3df2a9584e6f753bb62a0028bd67124ab5532 Author: Daniel P. Berrangé Date: Tue Aug 2 12:41:34 2022 -0400 linux-user: fix c

[PATCH 1/4] linux-user: add more compat ioctl definitions

2022-10-04 Thread Daniel P . Berrangé
GLibc changes prevent us from including linux/fs.h anymore, and we previously adjusted to this in commit 3cd3df2a9584e6f753bb62a0028bd67124ab5532 Author: Daniel P. Berrangé Date: Tue Aug 2 12:41:34 2022 -0400 linux-user: fix compat with glibc >= 2.36 sys/mount.h That change required