Commit Graph

7 Commits

Author SHA1 Message Date
Omar Sandoval
2857739f59 Add 6.10 to supported kernels
for_each_disk() and PageSlab() needed to be updated.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2024-06-06 09:44:30 -07:00
Omar Sandoval
1232a404c6 Add 6.9 to supported kernels
Only stack_depot_fetch() needed to be updated.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2024-04-01 16:48:31 -07:00
Omar Sandoval
aaf4414af2 Add 6.8 to supported kernels
This needed the dcache/mount updates for for_each_mount() and
path_lookup().

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2024-02-27 10:22:40 -08:00
Omar Sandoval
d8da84f9db Add 6.7 to supported kernels
It needed the linux_helper_task_iterator update and a fix for
/proc/kcore upstream (fe2c34bab6d4 ("iov_iter: fix
copy_page_to_iter_nofault()")).

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-11-29 16:44:57 -08:00
Omar Sandoval
83fe700362 docs: update support matrix to include ppc64 virtual address translation
Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-09-20 10:18:22 -07:00
Omar Sandoval
0b75d448f3 Add 6.6 to supported kernels
6.6 only needed the compound_order() update.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-09-11 15:31:45 -07:00
Omar Sandoval
ece86bd260 docs: document supported architectures and kernel versions
Closes #287, closes #288.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-07-19 13:45:28 -07:00