Linux Kernel Config Requests

If you need additional configs modifications to our standard kernels, please post your requests below. We prefer people to be using a common kernel to reduce redundant engineering and improve upstream.

change needed is to add CONFIG_SND_ALOOP=m
to the .config so it will build the module and makes it available to load via modprobe snd-aloop

1 Like

This was added two days ago. Check the latest kernel.

Please add iscsi_tcp support.

This has been added. Please update the kernel in 12 hours.

1 Like

Please add the following config items to enable PPP and SLIP support. This will help me tremendously. Thanks!
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOATM=m
CONFIG_PPPOE=m
CONFIG_PPTP=m
CONFIG_PPPOL2TP=m
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_SLIP=m
CONFIG_SLHC=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y

This is taken care of in the new kernel release with Linux 6.1.

Found this post after I submitted this post:

SET is not a valid config. That functionality is already enabled in the existing kernel.

Clarification on what is missing.
libretech-linux/net/netfilter/xt_set.c

I don’t see xt_set.ko in
/usr/lib/modules/6.1.74-12781-g74961fb0a5d2/kernel/net/netfilter/

I don’t see it in the current makefile or kconfig on the github. From the makefile:
obj-$(CONFIG_NETFILTER_XT_MATCH_RECENT) += xt_recent.o
obj-$(CONFIG_NETFILTER_XT_MATCH_SCTP) += xt_sctp.o
obj-$(CONFIG_NETFILTER_XT_MATCH_SOCKET) += xt_socket.o
obj-$(CONFIG_NETFILTER_XT_MATCH_STATE) += xt_state.o

xt_set is missing.

I compiled the xt_set.c, loaded it and can see it in lsmod and load in x_tables. Calico is now functioning properly with pods starting and natting. No more errors.

Is it possible to get netfilter/xt_set compiled with the kernel? Apologize for any confusion.

Thank you for reporting this. We discovered the issue with the config being missing. We have updated the kernel to 6.1.84 and it should feature this change.