On 26/07/2023 14:17, Harrison Marcks wrote:
This patch series enables macvlan and macvtap support on the morello board. MACVLAN is an important part of containerised hosts.
0001 makes changes to tap.c such that CHERI capabilities can be used and "pointer or value" arguments are addressed in a compat function
0002 enables MACVLAN and MACVTAP support in the tree
The change has been tested using Docker
Thank you for your contribution Harrison, the patches look good to me! The only issue is that the commit messages are missing your Signed-off-by, which is an important part of the standard kernel contribution process [1]. Please resend the patches with your Signed-off-by added.
Kevin
[1] https://docs.kernel.org/process/submitting-patches.html#sign-your-work-the-d...
Harrison Marcks (2): net: tap: make PCuABI compliant arm64: morello: enable MACVLAN by default
.../morello_transitional_pcuabi_defconfig | 2 ++ drivers/net/tap.c | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-)