Skip to content

Commit

Permalink
setup.py: add 6.4 to vmtest kernels
Browse files Browse the repository at this point in the history
6.4 needed an unusual number of changes:

- 3f3a957 ("libdrgn: linux_kernel: Fix module detection on kernel
  v6.4")
- da7a11f ("drgn.helpers.linux.block: update
  for_each_{disk,partition} for Linux 6.4")
- 7e7c300a139b ("libdrgn: orc_info: handle ORC changes in Linux 6.3 and
  6.4")

Signed-off-by: Omar Sandoval <osandov@osandov.com>
  • Loading branch information
osandov committed Jun 22, 2023
1 parent 91ede0c commit 4c3c886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class test(Command):
description = "run unit tests after in-place build"

KERNELS = [
"6.4",
"6.3",
"6.2",
"6.1",
Expand Down

0 comments on commit 4c3c886

Please sign in to comment.