From 45a15762dd990b1faf8b65c0ca38628ca6da368c Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Tue, 21 May 2024 02:36:37 -0400 Subject: [PATCH] fixes for patchset coverletter Signed-off-by: Christian Hopps --- patches/v2/v2-0000-cover-letter.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/v2/v2-0000-cover-letter.patch b/patches/v2/v2-0000-cover-letter.patch index 5e047bf..d971604 100644 --- a/patches/v2/v2-0000-cover-letter.patch +++ b/patches/v2/v2-0000-cover-letter.patch @@ -50,7 +50,7 @@ Patchset Changes: Patchset Structure: ------------------- -The first 8 commits are changes to the xfrm infrastructure to support +The first 7 commits are changes to the xfrm infrastructure to support the callbacks as well as more generic IP-TFS additions that may be used outside the actual IP-TFS implementation. @@ -104,4 +104,4 @@ v1 -> v2 (5/19/2024) - iptfs: remove unneeded skb free count variable - iptfs: remove unused variable and "breadcrumb" for future code. - iptfs: use do_div() to avoid "__udivd13 missing" link failure. - - iptfs: remove some BUG_ON() assertions questioned in review. \ No newline at end of file + - iptfs: remove some BUG_ON() assertions questioned in review.