Re: [PATCH 25.11 0/3] remove fallbacks for old Linux versions

2025-06-30 Thread Stephen Hemminger
On Mon, 30 Jun 2025 13:29:01 + Bruce Richardson wrote: > We no longer support versions of linux before 4.19[1], therefore > all supported linux versions support F_ADD_SEALS (Linux 3.17+) and > MFD_HUGETLB (Linux 4.14+), so no need to have #ifdefs and fallbacks to > support systems which do no

[PATCH 25.11 0/3] remove fallbacks for old Linux versions

2025-06-30 Thread Bruce Richardson
We no longer support versions of linux before 4.19[1], therefore all supported linux versions support F_ADD_SEALS (Linux 3.17+) and MFD_HUGETLB (Linux 4.14+), so no need to have #ifdefs and fallbacks to support systems which do not support those features. [1] https://doc.dpdk.org/guides/linux_gsg/