On 05/12/2023 01:27, Beata Michalska wrote:
On Tue, Nov 14, 2023 at 04:23:39PM +0000, Zachary Leaf wrote:
On 14/11/2023 16:19, Zachary Leaf wrote:
Add all bpf tests to the extended Morello transitional syscall run list.
Signed-off-by: Zachary Leaf zachary.leaf@arm.com
runtest/morello_transitional_extended | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index b350ebdaf..0689b39c1 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,5 +1,18 @@ #DESCRIPTION: Morello transitional extended ABI system calls +#KERN - depends on Morello Linux kernel release > morello-release-1.X.0
^ version will need updating when merging
I guess it is safe to assume: kernel release > morello-release-1.7.0 as the kernel changes are ready to be merged (?)
Yes that's right.
Kevin