1
0
forked from dan/liminix
liminix/pkgs
Daniel Barlow b9c0d93670 build modules at same time as main kernel vmlinux
This changes the practice for building kernel modules: now we expect
that the appropriate Kconfig symbols are set to =m in
config.kernel.config, and then use pkgs.kmodloader to create
a service that loads and unloads all the modules depended on by
a particular requirement.

Note that modules won't be installed on the target device just by
virue of having been built: only the modules that are referenced by a
kmodloader package will be in the closure.

An example may make this clearer: see modules/firewall/default.nix
in this commit.

Why?

If you have a compiled Linux kernel source tree and you change some
symbol from "is not set" to m and then run make modules, you cannot in
general expect that newly compiled module to work. This is because
there are places in the build of the main kernel where it looks to see
which modules _may_ be defined and uses that information to
accommodate them.

For example in an in-kernel build of

  https://github.com/torvalds/linux/blob/master/net/netfilter/core.c#L689

some symbols are defined only if CONFIG_NF_CONNTRACK is set, meaning
this code won't work if we have it unset initially then try later to
enable it and build modules only. Or see

  https://github.com/torvalds/linux/blob/master/include/linux/netdevice.h#L160
2024-02-11 23:47:11 +00:00
..
anoia anoia.system print command if it failed 2023-09-13 17:50:40 +01:00
fennel
fennelrepl
firewallgen
firmware-utils Add tplink module for creating 'safeloader' images 2024-02-06 17:59:38 +01:00
gen_init_cpio
go-l2tp
hi
ifwait
initramfs-peek
kernel build modules at same time as main kernel vmlinux 2024-02-11 23:47:11 +00:00
kernel-backport
kmodloader build modules at same time as main kernel vmlinux 2024-02-11 23:47:11 +00:00
levitate add levitate package 2023-11-23 22:21:03 +00:00
libubootenv add libubootenv package 2024-01-02 17:44:56 +00:00
liminix-tools exit 0 on service down even if no outputs to delete 2023-11-21 17:25:50 +00:00
linotify
lzma
mac80211 mac80211: support ath9k pci variant 2023-11-25 18:39:15 +00:00
min-collect-garbage
min-copy-closure liminix-rebuild: escape brackets in usage message 2024-01-07 14:18:19 +00:00
mtdutils
netlink-lua
odhcp6c
odhcp-script odhcp-script only write addresses if there are any 2023-09-13 17:51:07 +01:00
openwrt openwrt: update to v23.05.2 2024-01-25 12:29:03 +01:00
ppp
pppoe
preinit pass rootOptions config as rootflags= kernel cmdline opt 2024-01-08 18:54:49 +00:00
pseudofile
qemu patch qemu to load uncompressed ARM kernels at correct offset 2023-11-05 11:32:47 +00:00
routeros
run-liminix-vm use patched qemu only for run-liminix-vm 2024-01-03 17:53:30 +00:00
s6-init-bin
s6-rc-database
schnapps schnapps needs util-linux for mount 2024-02-04 15:50:25 +00:00
service-fns
swconfig pkgconfig is now pkg-config 2023-09-21 12:25:35 +01:00
systemconfig systemconfig: fix missing backslashes on env vars 2024-02-04 17:19:03 +00:00
tufted partial fix for timeout handling 2023-10-18 23:35:23 +01:00
u-boot add tftpboot test for mips 2023-12-21 19:25:45 +00:00
write-ash-script
write-fennel unbreak fennel test 2023-12-09 17:10:41 +00:00
write-fennel-script writeFennel is writeFennelScript with knobs on 2023-09-12 17:45:18 +01:00
default.nix build modules at same time as main kernel vmlinux 2024-02-11 23:47:11 +00:00
kexec-map-file.patch