Skip to content

Commit

Permalink
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
Browse files Browse the repository at this point in the history
[ Upstream commit ee9a113 ]

This change allows adding additional files to the xfrm_interface module.

Signed-off-by: Eyal Birger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin KaFai Lau <[email protected]>
Stable-dep-of: 53223f2 ("xfrm: fix slab-use-after-free in decode_session6")
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
ebirger authored and gregkh committed Aug 30, 2023
1 parent 32cc777 commit 64c6df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/xfrm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Makefile for the XFRM subsystem.
#

xfrm_interface-$(CONFIG_XFRM_INTERFACE) += xfrm_interface_core.o

obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
xfrm_input.o xfrm_output.o \
xfrm_sysctl.o xfrm_replay.o xfrm_device.o
Expand Down
File renamed without changes.

0 comments on commit 64c6df8

Please sign in to comment.