On 28/07/2023 12:45, Harrison Marcks wrote:
This patch series enables macvlan and macvtap support on the morello board. MACVLAN is an important part of containerised hosts.
V2 adds "Signed off" message
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 the quick repost, both patches are now in next. I made a few cosmetic changes:
- Fixed the Signed-off-by format (the email address should be in angle brackets - using git commit -s is recommended to add your S-o-b automatically). - Fixed the whitespace in patch 1 - make sure to configure your editor to insert hard tabs, not spaces. - Fixed a typo in the commit message of patch 2.
Kevin
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(-)