Draft: Fix FTBFS with Linux >= 6.6
- Fix FTBFS with Linux >= 6.6, cherry-pick upstream patches:
- 4eda6d7 - xlat: add fallback definition for BTRFS_EXTENT_REF_V0_KEY
BTRFS_EXTENT_REF_V0_KEY: Provide fallback definition for the constant
that was introduced by Linux kernel commit v2.6.31-rc1
315^222 and later removed by Linux kernel commit v6.6-rc1207^216. - 65ecda7 - io_uring: rename pad field of io_uring_buf_reg to flags Rename pad to flags following the change introduced by Linux kernel commit v6.3-rc5-6-g81cf17cd3ab3.
- e0da363 - (struct io_sqring_offsets, struct io_cqring_offsets):
Rename resv2 to user_addr following the change introduced by Linux
kernel commit v6.5-rc1
235^232. - a8cec18 - ptp: add max_phase_adj field and update rsv field of struct
(struct ptp_clock_caps):
Add max_phase_adj field and update rsv field following the change
introduced by Linux kernel commit v6.5-rc1
163^265^2~4.
- 4eda6d7 - xlat: add fallback definition for BTRFS_EXTENT_REF_V0_KEY
BTRFS_EXTENT_REF_V0_KEY: Provide fallback definition for the constant
that was introduced by Linux kernel commit v2.6.31-rc1
- Drop debian/apertis/gitlab-ci.yml
Signed-off-by: Dylan Aïssi dylan.aissi@collabora.com
Edited by Dylan Aïssi