Skip to content

Commit 64c6df8

Browse files
ebirgergregkh
authored andcommitted
xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c
[ Upstream commit ee9a113 ] This change allows adding additional files to the xfrm_interface module. Signed-off-by: Eyal Birger <eyal.birger@gmail.com> Link: https://lore.kernel.org/r/20221203084659.1837829-2-eyal.birger@gmail.com Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Stable-dep-of: 53223f2 ("xfrm: fix slab-use-after-free in decode_session6") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 32cc777 commit 64c6df8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

net/xfrm/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Makefile for the XFRM subsystem.
44
#
55

6+
xfrm_interface-$(CONFIG_XFRM_INTERFACE) += xfrm_interface_core.o
7+
68
obj-$(CONFIG_XFRM) := xfrm_policy.o xfrm_state.o xfrm_hash.o \
79
xfrm_input.o xfrm_output.o \
810
xfrm_sysctl.o xfrm_replay.o xfrm_device.o

0 commit comments

Comments
 (0)