diff --git a/bin/uml_run b/bin/uml_run index c36a798..b2ef750 100755 --- a/bin/uml_run +++ b/bin/uml_run @@ -1,7 +1,6 @@ #!/bin/bash -x echo "$1" > "$APP/uml_command" -mkfifo "$APP/fifo" -TEMP="$APP" "$APP/uml/uml" root=/dev/root rw rootflags=/ rootfstype=hostfs init="$APP/uml/init" eth0=slirp,10.0.2.15,"$APP/uml/slirp" mem=${MEM}M quiet app="$APP" < "$APP/fifo" +TEMP="$APP" "$APP/uml/uml" root=/dev/root con0=fd:1,fd:1 rw rootflags=/ rootfstype=hostfs init="$APP/uml/init" eth0=slirp,10.0.2.15,"$APP/uml/slirp" mem=${MEM}M quiet app="$APP" rm "$APP/fifo" rm "$APP/uml_command" diff --git a/uml/init b/uml/init new file mode 100755 index 0000000..b472296 --- /dev/null +++ b/uml/init @@ -0,0 +1,35 @@ +#!/bin/bash -x + +export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" +mount -t devtmpfs udev /dev +mount -t proc proc /proc +mount -t sysfs sysfs /sys + +APP="$(sed s/^.*app=// /proc/cmdline)" + +mount --bind "$APP/uml/modules" /lib/modules + +ifconfig eth0 up +ifconfig eth0 10.0.2.15 +route add default dev eth0 + +modprobe fuse +modprobe ext4 +modprobe loop +mount "$APP/shadow_root.img" "$APP/shadow_root" -t ext4 +LD_LIBRARY_PATH="$APP/uml" "$APP/uml/unionfs" -o rw,cow "$APP/shadow_root=RW:/=RO" "$APP/shadow_mount" + +mount --bind /proc "$APP/shadow_mount/proc" +mount --bind /dev "$APP/shadow_mount/dev" +mount --bind /sys "$APP/shadow_mount/sys" + +mkdir "$APP/shadow_mount/app" +mount --bind "$APP/root" "$APP/shadow_mount/app" + +chroot "$APP/shadow_mount" bash -c "$(cat "$APP/uml_command")" + +umount "$APP/shadow_mount/dev" "$APP/shadow_mount/proc" "$APP/shadow_mount/sys" +umount "$APP/shadow_mount" +umount "$APP/shadow_root" +mount -o remount,ro,sync /dev/root / +halt -f diff --git a/uml/libfuse.so.2 b/uml/libfuse.so.2 new file mode 100644 index 0000000..4a97d05 Binary files /dev/null and b/uml/libfuse.so.2 differ diff --git a/uml/modules/4.9.25/kernel/arch/um/drivers/hostaudio.ko b/uml/modules/4.9.25/kernel/arch/um/drivers/hostaudio.ko new file mode 100644 index 0000000..3f76c12 Binary files /dev/null and b/uml/modules/4.9.25/kernel/arch/um/drivers/hostaudio.ko differ diff --git a/uml/modules/4.9.25/kernel/arch/x86/crypto/aes-x86_64.ko b/uml/modules/4.9.25/kernel/arch/x86/crypto/aes-x86_64.ko new file mode 100644 index 0000000..00b761f Binary files /dev/null and b/uml/modules/4.9.25/kernel/arch/x86/crypto/aes-x86_64.ko differ diff --git a/uml/modules/4.9.25/kernel/arch/x86/crypto/salsa20-x86_64.ko b/uml/modules/4.9.25/kernel/arch/x86/crypto/salsa20-x86_64.ko new file mode 100644 index 0000000..a90fdfc Binary files /dev/null and b/uml/modules/4.9.25/kernel/arch/x86/crypto/salsa20-x86_64.ko differ diff --git a/uml/modules/4.9.25/kernel/arch/x86/crypto/twofish-x86_64.ko b/uml/modules/4.9.25/kernel/arch/x86/crypto/twofish-x86_64.ko new file mode 100644 index 0000000..97f27da Binary files /dev/null and b/uml/modules/4.9.25/kernel/arch/x86/crypto/twofish-x86_64.ko differ diff --git a/uml/modules/4.9.25/kernel/block/deadline-iosched.ko b/uml/modules/4.9.25/kernel/block/deadline-iosched.ko new file mode 100644 index 0000000..707cbaa Binary files /dev/null and b/uml/modules/4.9.25/kernel/block/deadline-iosched.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/842.ko b/uml/modules/4.9.25/kernel/crypto/842.ko new file mode 100644 index 0000000..de26739 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/842.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/af_alg.ko b/uml/modules/4.9.25/kernel/crypto/af_alg.ko new file mode 100644 index 0000000..606e6a8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/af_alg.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/algif_aead.ko b/uml/modules/4.9.25/kernel/crypto/algif_aead.ko new file mode 100644 index 0000000..f8325a5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/algif_aead.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/algif_hash.ko b/uml/modules/4.9.25/kernel/crypto/algif_hash.ko new file mode 100644 index 0000000..f702654 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/algif_hash.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/algif_rng.ko b/uml/modules/4.9.25/kernel/crypto/algif_rng.ko new file mode 100644 index 0000000..97884a4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/algif_rng.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/algif_skcipher.ko b/uml/modules/4.9.25/kernel/crypto/algif_skcipher.ko new file mode 100644 index 0000000..fa022bb Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/algif_skcipher.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/ansi_cprng.ko b/uml/modules/4.9.25/kernel/crypto/ansi_cprng.ko new file mode 100644 index 0000000..01974fb Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/ansi_cprng.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/anubis.ko b/uml/modules/4.9.25/kernel/crypto/anubis.ko new file mode 100644 index 0000000..a6d4b8b Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/anubis.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/arc4.ko b/uml/modules/4.9.25/kernel/crypto/arc4.ko new file mode 100644 index 0000000..3fca2db Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/arc4.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/async_tx/async_memcpy.ko b/uml/modules/4.9.25/kernel/crypto/async_tx/async_memcpy.ko new file mode 100644 index 0000000..5316b63 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/async_tx/async_memcpy.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/async_tx/async_pq.ko b/uml/modules/4.9.25/kernel/crypto/async_tx/async_pq.ko new file mode 100644 index 0000000..15ca92b Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/async_tx/async_pq.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/async_tx/async_raid6_recov.ko b/uml/modules/4.9.25/kernel/crypto/async_tx/async_raid6_recov.ko new file mode 100644 index 0000000..04124fd Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/async_tx/async_raid6_recov.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/async_tx/async_tx.ko b/uml/modules/4.9.25/kernel/crypto/async_tx/async_tx.ko new file mode 100644 index 0000000..f2e6cb0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/async_tx/async_tx.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/async_tx/async_xor.ko b/uml/modules/4.9.25/kernel/crypto/async_tx/async_xor.ko new file mode 100644 index 0000000..b2cf377 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/async_tx/async_xor.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/authenc.ko b/uml/modules/4.9.25/kernel/crypto/authenc.ko new file mode 100644 index 0000000..481d4fe Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/authenc.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/authencesn.ko b/uml/modules/4.9.25/kernel/crypto/authencesn.ko new file mode 100644 index 0000000..da5b851 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/authencesn.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/blowfish_common.ko b/uml/modules/4.9.25/kernel/crypto/blowfish_common.ko new file mode 100644 index 0000000..8244ca3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/blowfish_common.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/blowfish_generic.ko b/uml/modules/4.9.25/kernel/crypto/blowfish_generic.ko new file mode 100644 index 0000000..a3baf91 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/blowfish_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/camellia_generic.ko b/uml/modules/4.9.25/kernel/crypto/camellia_generic.ko new file mode 100644 index 0000000..e68154d Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/camellia_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cast5_generic.ko b/uml/modules/4.9.25/kernel/crypto/cast5_generic.ko new file mode 100644 index 0000000..955902f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cast5_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cast6_generic.ko b/uml/modules/4.9.25/kernel/crypto/cast6_generic.ko new file mode 100644 index 0000000..f41e39f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cast6_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cast_common.ko b/uml/modules/4.9.25/kernel/crypto/cast_common.ko new file mode 100644 index 0000000..f251e23 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cast_common.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cbc.ko b/uml/modules/4.9.25/kernel/crypto/cbc.ko new file mode 100644 index 0000000..a5cba04 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cbc.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/ccm.ko b/uml/modules/4.9.25/kernel/crypto/ccm.ko new file mode 100644 index 0000000..6039a4d Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/ccm.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/chacha20_generic.ko b/uml/modules/4.9.25/kernel/crypto/chacha20_generic.ko new file mode 100644 index 0000000..e5127bf Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/chacha20_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/chacha20poly1305.ko b/uml/modules/4.9.25/kernel/crypto/chacha20poly1305.ko new file mode 100644 index 0000000..c7d9a45 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/chacha20poly1305.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cmac.ko b/uml/modules/4.9.25/kernel/crypto/cmac.ko new file mode 100644 index 0000000..0c58e27 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cmac.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/crc32_generic.ko b/uml/modules/4.9.25/kernel/crypto/crc32_generic.ko new file mode 100644 index 0000000..1b316e9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/crc32_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cryptd.ko b/uml/modules/4.9.25/kernel/crypto/cryptd.ko new file mode 100644 index 0000000..2b7a5f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cryptd.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/crypto_user.ko b/uml/modules/4.9.25/kernel/crypto/crypto_user.ko new file mode 100644 index 0000000..4d63ab8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/crypto_user.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/ctr.ko b/uml/modules/4.9.25/kernel/crypto/ctr.ko new file mode 100644 index 0000000..dce35ef Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/ctr.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/cts.ko b/uml/modules/4.9.25/kernel/crypto/cts.ko new file mode 100644 index 0000000..cec8ea1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/cts.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/deflate.ko b/uml/modules/4.9.25/kernel/crypto/deflate.ko new file mode 100644 index 0000000..edb101e Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/deflate.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/des_generic.ko b/uml/modules/4.9.25/kernel/crypto/des_generic.ko new file mode 100644 index 0000000..8ccd750 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/des_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/drbg.ko b/uml/modules/4.9.25/kernel/crypto/drbg.ko new file mode 100644 index 0000000..a170f2f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/drbg.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/ecb.ko b/uml/modules/4.9.25/kernel/crypto/ecb.ko new file mode 100644 index 0000000..03f3dcf Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/ecb.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/echainiv.ko b/uml/modules/4.9.25/kernel/crypto/echainiv.ko new file mode 100644 index 0000000..ed3754f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/echainiv.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/fcrypt.ko b/uml/modules/4.9.25/kernel/crypto/fcrypt.ko new file mode 100644 index 0000000..028cab9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/fcrypt.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/gcm.ko b/uml/modules/4.9.25/kernel/crypto/gcm.ko new file mode 100644 index 0000000..97c0834 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/gcm.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/gf128mul.ko b/uml/modules/4.9.25/kernel/crypto/gf128mul.ko new file mode 100644 index 0000000..94fa77c Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/gf128mul.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/ghash-generic.ko b/uml/modules/4.9.25/kernel/crypto/ghash-generic.ko new file mode 100644 index 0000000..f4cc1c1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/ghash-generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/hmac.ko b/uml/modules/4.9.25/kernel/crypto/hmac.ko new file mode 100644 index 0000000..ae92d18 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/hmac.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/jitterentropy_rng.ko b/uml/modules/4.9.25/kernel/crypto/jitterentropy_rng.ko new file mode 100644 index 0000000..6070cc9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/jitterentropy_rng.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/keywrap.ko b/uml/modules/4.9.25/kernel/crypto/keywrap.ko new file mode 100644 index 0000000..287722d Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/keywrap.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/khazad.ko b/uml/modules/4.9.25/kernel/crypto/khazad.ko new file mode 100644 index 0000000..7ddfb8e Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/khazad.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/lrw.ko b/uml/modules/4.9.25/kernel/crypto/lrw.ko new file mode 100644 index 0000000..cac2c0f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/lrw.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/lz4.ko b/uml/modules/4.9.25/kernel/crypto/lz4.ko new file mode 100644 index 0000000..45bc021 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/lz4.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/lz4hc.ko b/uml/modules/4.9.25/kernel/crypto/lz4hc.ko new file mode 100644 index 0000000..18debd9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/lz4hc.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/mcryptd.ko b/uml/modules/4.9.25/kernel/crypto/mcryptd.ko new file mode 100644 index 0000000..031f12e Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/mcryptd.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/md4.ko b/uml/modules/4.9.25/kernel/crypto/md4.ko new file mode 100644 index 0000000..1281757 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/md4.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/michael_mic.ko b/uml/modules/4.9.25/kernel/crypto/michael_mic.ko new file mode 100644 index 0000000..7e7e3a7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/michael_mic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/pcbc.ko b/uml/modules/4.9.25/kernel/crypto/pcbc.ko new file mode 100644 index 0000000..ee27ee0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/pcbc.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/poly1305_generic.ko b/uml/modules/4.9.25/kernel/crypto/poly1305_generic.ko new file mode 100644 index 0000000..a3451de Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/poly1305_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/rmd128.ko b/uml/modules/4.9.25/kernel/crypto/rmd128.ko new file mode 100644 index 0000000..8d3b225 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/rmd128.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/rmd160.ko b/uml/modules/4.9.25/kernel/crypto/rmd160.ko new file mode 100644 index 0000000..c007811 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/rmd160.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/rmd256.ko b/uml/modules/4.9.25/kernel/crypto/rmd256.ko new file mode 100644 index 0000000..7eb34af Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/rmd256.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/rmd320.ko b/uml/modules/4.9.25/kernel/crypto/rmd320.ko new file mode 100644 index 0000000..4aeee97 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/rmd320.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/rsa_generic.ko b/uml/modules/4.9.25/kernel/crypto/rsa_generic.ko new file mode 100644 index 0000000..e17cb6d Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/rsa_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/salsa20_generic.ko b/uml/modules/4.9.25/kernel/crypto/salsa20_generic.ko new file mode 100644 index 0000000..c431602 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/salsa20_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/seed.ko b/uml/modules/4.9.25/kernel/crypto/seed.ko new file mode 100644 index 0000000..ee32e2e Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/seed.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/seqiv.ko b/uml/modules/4.9.25/kernel/crypto/seqiv.ko new file mode 100644 index 0000000..ae1b157 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/seqiv.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/serpent_generic.ko b/uml/modules/4.9.25/kernel/crypto/serpent_generic.ko new file mode 100644 index 0000000..f0a3fdf Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/serpent_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/sha256_generic.ko b/uml/modules/4.9.25/kernel/crypto/sha256_generic.ko new file mode 100644 index 0000000..96fa3c2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/sha256_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/sha512_generic.ko b/uml/modules/4.9.25/kernel/crypto/sha512_generic.ko new file mode 100644 index 0000000..39e520a Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/sha512_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/tcrypt.ko b/uml/modules/4.9.25/kernel/crypto/tcrypt.ko new file mode 100644 index 0000000..4299f44 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/tcrypt.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/tea.ko b/uml/modules/4.9.25/kernel/crypto/tea.ko new file mode 100644 index 0000000..286265d Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/tea.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/tgr192.ko b/uml/modules/4.9.25/kernel/crypto/tgr192.ko new file mode 100644 index 0000000..4fb7365 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/tgr192.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/twofish_common.ko b/uml/modules/4.9.25/kernel/crypto/twofish_common.ko new file mode 100644 index 0000000..d214993 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/twofish_common.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/twofish_generic.ko b/uml/modules/4.9.25/kernel/crypto/twofish_generic.ko new file mode 100644 index 0000000..43cc1b5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/twofish_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/vmac.ko b/uml/modules/4.9.25/kernel/crypto/vmac.ko new file mode 100644 index 0000000..dff1ddc Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/vmac.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/wp512.ko b/uml/modules/4.9.25/kernel/crypto/wp512.ko new file mode 100644 index 0000000..a58945f Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/wp512.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/xcbc.ko b/uml/modules/4.9.25/kernel/crypto/xcbc.ko new file mode 100644 index 0000000..5309a55 Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/xcbc.ko differ diff --git a/uml/modules/4.9.25/kernel/crypto/xts.ko b/uml/modules/4.9.25/kernel/crypto/xts.ko new file mode 100644 index 0000000..c87947b Binary files /dev/null and b/uml/modules/4.9.25/kernel/crypto/xts.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/atm/adummy.ko b/uml/modules/4.9.25/kernel/drivers/atm/adummy.ko new file mode 100644 index 0000000..c1a0aea Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/atm/adummy.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/atm/atmtcp.ko b/uml/modules/4.9.25/kernel/drivers/atm/atmtcp.ko new file mode 100644 index 0000000..887dcaa Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/atm/atmtcp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/base/regmap/regmap-i2c.ko b/uml/modules/4.9.25/kernel/drivers/base/regmap/regmap-i2c.ko new file mode 100644 index 0000000..6648030 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/base/regmap/regmap-i2c.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/aoe/aoe.ko b/uml/modules/4.9.25/kernel/drivers/block/aoe/aoe.ko new file mode 100644 index 0000000..1fac150 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/aoe/aoe.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/brd.ko b/uml/modules/4.9.25/kernel/drivers/block/brd.ko new file mode 100644 index 0000000..e3869f0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/brd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/cryptoloop.ko b/uml/modules/4.9.25/kernel/drivers/block/cryptoloop.ko new file mode 100644 index 0000000..1de7e29 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/cryptoloop.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/drbd/drbd.ko b/uml/modules/4.9.25/kernel/drivers/block/drbd/drbd.ko new file mode 100644 index 0000000..6ba9fae Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/drbd/drbd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/loop.ko b/uml/modules/4.9.25/kernel/drivers/block/loop.ko new file mode 100644 index 0000000..b4da4a6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/loop.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/nbd.ko b/uml/modules/4.9.25/kernel/drivers/block/nbd.ko new file mode 100644 index 0000000..e457de4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/nbd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/osdblk.ko b/uml/modules/4.9.25/kernel/drivers/block/osdblk.ko new file mode 100644 index 0000000..4f836d6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/osdblk.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/rbd.ko b/uml/modules/4.9.25/kernel/drivers/block/rbd.ko new file mode 100644 index 0000000..e2ad739 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/rbd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/block/zram/zram.ko b/uml/modules/4.9.25/kernel/drivers/block/zram/zram.ko new file mode 100644 index 0000000..cbe0d94 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/block/zram/zram.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/cdrom/cdrom.ko b/uml/modules/4.9.25/kernel/drivers/cdrom/cdrom.ko new file mode 100644 index 0000000..e7a0d46 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/cdrom/cdrom.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/char/hw_random/rng-core.ko b/uml/modules/4.9.25/kernel/drivers/char/hw_random/rng-core.ko new file mode 100644 index 0000000..f82ab11 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/char/hw_random/rng-core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/char/raw.ko b/uml/modules/4.9.25/kernel/drivers/char/raw.ko new file mode 100644 index 0000000..dde5ad9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/char/raw.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/connector/cn.ko b/uml/modules/4.9.25/kernel/drivers/connector/cn.ko new file mode 100644 index 0000000..fba48ec Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/connector/cn.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/extcon/extcon-adc-jack.ko b/uml/modules/4.9.25/kernel/drivers/extcon/extcon-adc-jack.ko new file mode 100644 index 0000000..e83c063 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/extcon/extcon-adc-jack.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/extcon/extcon-core.ko b/uml/modules/4.9.25/kernel/drivers/extcon/extcon-core.ko new file mode 100644 index 0000000..1f39ef7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/extcon/extcon-core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/hsi/clients/hsi_char.ko b/uml/modules/4.9.25/kernel/drivers/hsi/clients/hsi_char.ko new file mode 100644 index 0000000..9905747 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/hsi/clients/hsi_char.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/hsi/hsi.ko b/uml/modules/4.9.25/kernel/drivers/hsi/hsi.ko new file mode 100644 index 0000000..65f8a4b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/hsi/hsi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_console.ko b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_console.ko new file mode 100644 index 0000000..b2d617c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_console.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_core.ko b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_core.ko new file mode 100644 index 0000000..6c26671 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_heartbeat.ko b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_heartbeat.ko new file mode 100644 index 0000000..c11ec88 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/hwtracing/stm/stm_heartbeat.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/i2c/i2c-core.ko b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-core.ko new file mode 100644 index 0000000..eba91e1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/i2c/i2c-dev.ko b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-dev.ko new file mode 100644 index 0000000..c2f8036 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-dev.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/i2c/i2c-stub.ko b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-stub.ko new file mode 100644 index 0000000..bdd8540 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/i2c/i2c-stub.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/adc/max1363.ko b/uml/modules/4.9.25/kernel/drivers/iio/adc/max1363.ko new file mode 100644 index 0000000..ff056b5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/adc/max1363.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/adc/nau7802.ko b/uml/modules/4.9.25/kernel/drivers/iio/adc/nau7802.ko new file mode 100644 index 0000000..d555758 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/adc/nau7802.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/adc/ti-adc081c.ko b/uml/modules/4.9.25/kernel/drivers/iio/adc/ti-adc081c.ko new file mode 100644 index 0000000..52ea279 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/adc/ti-adc081c.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-buffer-cb.ko b/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-buffer-cb.ko new file mode 100644 index 0000000..63ac828 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-buffer-cb.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko b/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko new file mode 100644 index 0000000..0bca19d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/buffer/kfifo_buf.ko b/uml/modules/4.9.25/kernel/drivers/iio/buffer/kfifo_buf.ko new file mode 100644 index 0000000..c097348 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/buffer/kfifo_buf.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5064.ko b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5064.ko new file mode 100644 index 0000000..63115a8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5064.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5380.ko b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5380.ko new file mode 100644 index 0000000..a35d72c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5380.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5446.ko b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5446.ko new file mode 100644 index 0000000..f67c6ed Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/dac/ad5446.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/dac/max517.ko b/uml/modules/4.9.25/kernel/drivers/iio/dac/max517.ko new file mode 100644 index 0000000..946ba2f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/dac/max517.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/dac/mcp4725.ko b/uml/modules/4.9.25/kernel/drivers/iio/dac/mcp4725.ko new file mode 100644 index 0000000..5e304d4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/dac/mcp4725.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/industrialio.ko b/uml/modules/4.9.25/kernel/drivers/iio/industrialio.ko new file mode 100644 index 0000000..92980d0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/industrialio.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/light/adjd_s311.ko b/uml/modules/4.9.25/kernel/drivers/iio/light/adjd_s311.ko new file mode 100644 index 0000000..efd397e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/light/adjd_s311.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/light/apds9300.ko b/uml/modules/4.9.25/kernel/drivers/iio/light/apds9300.ko new file mode 100644 index 0000000..7a960cb Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/light/apds9300.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/light/vcnl4000.ko b/uml/modules/4.9.25/kernel/drivers/iio/light/vcnl4000.ko new file mode 100644 index 0000000..7d68c72 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/light/vcnl4000.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/iio/temperature/tmp006.ko b/uml/modules/4.9.25/kernel/drivers/iio/temperature/tmp006.ko new file mode 100644 index 0000000..a1fbdc2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/iio/temperature/tmp006.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/bcache/bcache.ko b/uml/modules/4.9.25/kernel/drivers/md/bcache/bcache.ko new file mode 100644 index 0000000..4bec53f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/bcache/bcache.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-bio-prison.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-bio-prison.ko new file mode 100644 index 0000000..a5c6caf Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-bio-prison.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-bufio.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-bufio.ko new file mode 100644 index 0000000..b8c7559 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-bufio.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-cache-cleaner.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-cache-cleaner.ko new file mode 100644 index 0000000..bb64a91 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-cache-cleaner.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-cache-smq.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-cache-smq.ko new file mode 100644 index 0000000..7812aa9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-cache-smq.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-cache.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-cache.ko new file mode 100644 index 0000000..b682a09 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-cache.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-crypt.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-crypt.ko new file mode 100644 index 0000000..52244c8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-crypt.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-delay.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-delay.ko new file mode 100644 index 0000000..3b7d50a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-delay.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-era.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-era.ko new file mode 100644 index 0000000..f3249e1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-era.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-flakey.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-flakey.ko new file mode 100644 index 0000000..296e129 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-flakey.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-log-userspace.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-log-userspace.ko new file mode 100644 index 0000000..a563657 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-log-userspace.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-log-writes.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-log-writes.ko new file mode 100644 index 0000000..fd8e8d1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-log-writes.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-log.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-log.ko new file mode 100644 index 0000000..ed00577 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-log.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-mirror.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-mirror.ko new file mode 100644 index 0000000..18e46f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-mirror.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-mod.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-mod.ko new file mode 100644 index 0000000..0d17f5e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-multipath.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-multipath.ko new file mode 100644 index 0000000..7b6718c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-multipath.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-queue-length.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-queue-length.ko new file mode 100644 index 0000000..d6d8c20 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-queue-length.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-raid.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-raid.ko new file mode 100644 index 0000000..b2a3e43 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-raid.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-region-hash.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-region-hash.ko new file mode 100644 index 0000000..4ecc951 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-region-hash.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-round-robin.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-round-robin.ko new file mode 100644 index 0000000..e32bbb5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-round-robin.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-service-time.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-service-time.ko new file mode 100644 index 0000000..530267a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-service-time.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-snapshot.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-snapshot.ko new file mode 100644 index 0000000..70c5499 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-snapshot.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-switch.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-switch.ko new file mode 100644 index 0000000..ffbd969 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-switch.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-thin-pool.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-thin-pool.ko new file mode 100644 index 0000000..3717505 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-thin-pool.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-verity.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-verity.ko new file mode 100644 index 0000000..1a5e4fc Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-verity.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/dm-zero.ko b/uml/modules/4.9.25/kernel/drivers/md/dm-zero.ko new file mode 100644 index 0000000..b17c7b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/dm-zero.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/faulty.ko b/uml/modules/4.9.25/kernel/drivers/md/faulty.ko new file mode 100644 index 0000000..c794fcc Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/faulty.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/linear.ko b/uml/modules/4.9.25/kernel/drivers/md/linear.ko new file mode 100644 index 0000000..a4008d2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/linear.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/md-cluster.ko b/uml/modules/4.9.25/kernel/drivers/md/md-cluster.ko new file mode 100644 index 0000000..57b3934 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/md-cluster.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/md-mod.ko b/uml/modules/4.9.25/kernel/drivers/md/md-mod.ko new file mode 100644 index 0000000..525b5f6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/md-mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/multipath.ko b/uml/modules/4.9.25/kernel/drivers/md/multipath.ko new file mode 100644 index 0000000..d8e4d0b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/multipath.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/persistent-data/dm-persistent-data.ko b/uml/modules/4.9.25/kernel/drivers/md/persistent-data/dm-persistent-data.ko new file mode 100644 index 0000000..743cf9b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/persistent-data/dm-persistent-data.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/raid0.ko b/uml/modules/4.9.25/kernel/drivers/md/raid0.ko new file mode 100644 index 0000000..363af2e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/raid0.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/raid1.ko b/uml/modules/4.9.25/kernel/drivers/md/raid1.ko new file mode 100644 index 0000000..bcade1c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/raid1.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/raid10.ko b/uml/modules/4.9.25/kernel/drivers/md/raid10.ko new file mode 100644 index 0000000..22f42f6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/raid10.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/md/raid456.ko b/uml/modules/4.9.25/kernel/drivers/md/raid456.ko new file mode 100644 index 0000000..3667297 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/md/raid456.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot-i2c.ko b/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot-i2c.ko new file mode 100644 index 0000000..2e133cc Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot-i2c.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot.ko b/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot.ko new file mode 100644 index 0000000..7fe5c07 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/ad525x_dpot.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/altera-stapl/altera-stapl.ko b/uml/modules/4.9.25/kernel/drivers/misc/altera-stapl/altera-stapl.ko new file mode 100644 index 0000000..52144ae Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/altera-stapl/altera-stapl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/apds9802als.ko b/uml/modules/4.9.25/kernel/drivers/misc/apds9802als.ko new file mode 100644 index 0000000..e242691 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/apds9802als.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/apds990x.ko b/uml/modules/4.9.25/kernel/drivers/misc/apds990x.ko new file mode 100644 index 0000000..372169d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/apds990x.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/bh1770glc.ko b/uml/modules/4.9.25/kernel/drivers/misc/bh1770glc.ko new file mode 100644 index 0000000..a8ab434 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/bh1770glc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/c2port/core.ko b/uml/modules/4.9.25/kernel/drivers/misc/c2port/core.ko new file mode 100644 index 0000000..4831a60 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/c2port/core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/ds1682.ko b/uml/modules/4.9.25/kernel/drivers/misc/ds1682.ko new file mode 100644 index 0000000..8d2b4b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/ds1682.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/dummy-irq.ko b/uml/modules/4.9.25/kernel/drivers/misc/dummy-irq.ko new file mode 100644 index 0000000..9ea12cf Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/dummy-irq.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/echo/echo.ko b/uml/modules/4.9.25/kernel/drivers/misc/echo/echo.ko new file mode 100644 index 0000000..fad0871 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/echo/echo.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/eeprom/at24.ko b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/at24.ko new file mode 100644 index 0000000..d809a31 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/at24.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/eeprom/eeprom.ko b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/eeprom.ko new file mode 100644 index 0000000..ea19c70 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/eeprom.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/eeprom/max6875.ko b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/max6875.ko new file mode 100644 index 0000000..b02854d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/eeprom/max6875.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/enclosure.ko b/uml/modules/4.9.25/kernel/drivers/misc/enclosure.ko new file mode 100644 index 0000000..8716026 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/enclosure.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/fsa9480.ko b/uml/modules/4.9.25/kernel/drivers/misc/fsa9480.ko new file mode 100644 index 0000000..7913bc7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/fsa9480.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/hmc6352.ko b/uml/modules/4.9.25/kernel/drivers/misc/hmc6352.ko new file mode 100644 index 0000000..ac823be Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/hmc6352.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/ics932s401.ko b/uml/modules/4.9.25/kernel/drivers/misc/ics932s401.ko new file mode 100644 index 0000000..036d188 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/ics932s401.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/isl29003.ko b/uml/modules/4.9.25/kernel/drivers/misc/isl29003.ko new file mode 100644 index 0000000..d37ec86 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/isl29003.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/isl29020.ko b/uml/modules/4.9.25/kernel/drivers/misc/isl29020.ko new file mode 100644 index 0000000..551da1f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/isl29020.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/misc/tsl2550.ko b/uml/modules/4.9.25/kernel/drivers/misc/tsl2550.ko new file mode 100644 index 0000000..9affbda Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/misc/tsl2550.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/ar7part.ko b/uml/modules/4.9.25/kernel/drivers/mtd/ar7part.ko new file mode 100644 index 0000000..c1a23aa Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/ar7part.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/chips/chipreg.ko b/uml/modules/4.9.25/kernel/drivers/mtd/chips/chipreg.ko new file mode 100644 index 0000000..d41daff Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/chips/chipreg.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/cmdlinepart.ko b/uml/modules/4.9.25/kernel/drivers/mtd/cmdlinepart.ko new file mode 100644 index 0000000..f194ca8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/cmdlinepart.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/ftl.ko b/uml/modules/4.9.25/kernel/drivers/mtd/ftl.ko new file mode 100644 index 0000000..74e5692 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/ftl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/inftl.ko b/uml/modules/4.9.25/kernel/drivers/mtd/inftl.ko new file mode 100644 index 0000000..c8d7b9f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/inftl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/lpddr_cmds.ko b/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/lpddr_cmds.ko new file mode 100644 index 0000000..a1ae295 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/lpddr_cmds.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/qinfo_probe.ko b/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/qinfo_probe.ko new file mode 100644 index 0000000..05b29e4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/lpddr/qinfo_probe.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtd.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtd.ko new file mode 100644 index 0000000..8e46149 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtd_blkdevs.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtd_blkdevs.ko new file mode 100644 index 0000000..0bbab1d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtd_blkdevs.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock.ko new file mode 100644 index 0000000..5abc257 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock_ro.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock_ro.ko new file mode 100644 index 0000000..f57bf08 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtdblock_ro.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtdoops.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtdoops.ko new file mode 100644 index 0000000..ad1900f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtdoops.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/mtdswap.ko b/uml/modules/4.9.25/kernel/drivers/mtd/mtdswap.ko new file mode 100644 index 0000000..c3878e2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/mtdswap.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand.ko b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand.ko new file mode 100644 index 0000000..7d93c2b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ecc.ko b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ecc.ko new file mode 100644 index 0000000..ffb546d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ecc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ids.ko b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ids.ko new file mode 100644 index 0000000..77d2ded Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nand_ids.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/nand/nandsim.ko b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nandsim.ko new file mode 100644 index 0000000..f4af1f7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/nand/nandsim.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/nftl.ko b/uml/modules/4.9.25/kernel/drivers/mtd/nftl.ko new file mode 100644 index 0000000..65fce1f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/nftl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/redboot.ko b/uml/modules/4.9.25/kernel/drivers/mtd/redboot.ko new file mode 100644 index 0000000..2c07e8e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/redboot.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/rfd_ftl.ko b/uml/modules/4.9.25/kernel/drivers/mtd/rfd_ftl.ko new file mode 100644 index 0000000..3bb5f6b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/rfd_ftl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/sm_ftl.ko b/uml/modules/4.9.25/kernel/drivers/mtd/sm_ftl.ko new file mode 100644 index 0000000..7102893 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/sm_ftl.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/spi-nor/spi-nor.ko b/uml/modules/4.9.25/kernel/drivers/mtd/spi-nor/spi-nor.ko new file mode 100644 index 0000000..1bdb8ba Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/spi-nor/spi-nor.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/ssfdc.ko b/uml/modules/4.9.25/kernel/drivers/mtd/ssfdc.ko new file mode 100644 index 0000000..d3fba81 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/ssfdc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/mtd/ubi/ubi.ko b/uml/modules/4.9.25/kernel/drivers/mtd/ubi/ubi.ko new file mode 100644 index 0000000..a9aa194 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/mtd/ubi/ubi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/appletalk/ipddp.ko b/uml/modules/4.9.25/kernel/drivers/net/appletalk/ipddp.ko new file mode 100644 index 0000000..e2bb39e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/appletalk/ipddp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/bonding/bonding.ko b/uml/modules/4.9.25/kernel/drivers/net/bonding/bonding.ko new file mode 100644 index 0000000..ca112e7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/bonding/bonding.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/caif/caif_hsi.ko b/uml/modules/4.9.25/kernel/drivers/net/caif/caif_hsi.ko new file mode 100644 index 0000000..7f9322e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/caif/caif_hsi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/caif/caif_serial.ko b/uml/modules/4.9.25/kernel/drivers/net/caif/caif_serial.ko new file mode 100644 index 0000000..d5a3bff Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/caif/caif_serial.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/can/can-dev.ko b/uml/modules/4.9.25/kernel/drivers/net/can/can-dev.ko new file mode 100644 index 0000000..ac95c20 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/can/can-dev.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/can/slcan.ko b/uml/modules/4.9.25/kernel/drivers/net/can/slcan.ko new file mode 100644 index 0000000..2d26551 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/can/slcan.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/can/vcan.ko b/uml/modules/4.9.25/kernel/drivers/net/can/vcan.ko new file mode 100644 index 0000000..56af3b0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/can/vcan.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/dummy.ko b/uml/modules/4.9.25/kernel/drivers/net/dummy.ko new file mode 100644 index 0000000..669d982 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/dummy.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/eql.ko b/uml/modules/4.9.25/kernel/drivers/net/eql.ko new file mode 100644 index 0000000..13103b5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/eql.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/geneve.ko b/uml/modules/4.9.25/kernel/drivers/net/geneve.ko new file mode 100644 index 0000000..2acfc27 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/geneve.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/gtp.ko b/uml/modules/4.9.25/kernel/drivers/net/gtp.ko new file mode 100644 index 0000000..7821a19 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/gtp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ieee802154/fakelb.ko b/uml/modules/4.9.25/kernel/drivers/net/ieee802154/fakelb.ko new file mode 100644 index 0000000..cec525a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ieee802154/fakelb.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ifb.ko b/uml/modules/4.9.25/kernel/drivers/net/ifb.ko new file mode 100644 index 0000000..081126c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ifb.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/macsec.ko b/uml/modules/4.9.25/kernel/drivers/net/macsec.ko new file mode 100644 index 0000000..548da86 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/macsec.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/macvlan.ko b/uml/modules/4.9.25/kernel/drivers/net/macvlan.ko new file mode 100644 index 0000000..f3e171a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/macvlan.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/macvtap.ko b/uml/modules/4.9.25/kernel/drivers/net/macvtap.ko new file mode 100644 index 0000000..894df04 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/macvtap.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/netconsole.ko b/uml/modules/4.9.25/kernel/drivers/net/netconsole.ko new file mode 100644 index 0000000..d8a7f64 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/netconsole.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/nlmon.ko b/uml/modules/4.9.25/kernel/drivers/net/nlmon.ko new file mode 100644 index 0000000..c5838d6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/nlmon.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/amd.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/amd.ko new file mode 100644 index 0000000..9cc3432 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/amd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/aquantia.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/aquantia.ko new file mode 100644 index 0000000..77d5e18 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/aquantia.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/at803x.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/at803x.ko new file mode 100644 index 0000000..4c0a1e6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/at803x.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/bcm-phy-lib.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm-phy-lib.ko new file mode 100644 index 0000000..e81ff69 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm-phy-lib.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/bcm7xxx.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm7xxx.ko new file mode 100644 index 0000000..5d53f7d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm7xxx.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/bcm87xx.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm87xx.ko new file mode 100644 index 0000000..029619a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/bcm87xx.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/broadcom.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/broadcom.ko new file mode 100644 index 0000000..8827ade Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/broadcom.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/cicada.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/cicada.ko new file mode 100644 index 0000000..9462757 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/cicada.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/davicom.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/davicom.ko new file mode 100644 index 0000000..ac322e4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/davicom.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/dp83848.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/dp83848.ko new file mode 100644 index 0000000..25a71fb Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/dp83848.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/dp83867.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/dp83867.ko new file mode 100644 index 0000000..f921dc7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/dp83867.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/et1011c.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/et1011c.ko new file mode 100644 index 0000000..8d00195 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/et1011c.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/fixed_phy.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/fixed_phy.ko new file mode 100644 index 0000000..c2d5727 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/fixed_phy.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/icplus.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/icplus.ko new file mode 100644 index 0000000..0f18d7c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/icplus.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/libphy.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/libphy.ko new file mode 100644 index 0000000..210e573 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/libphy.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/lxt.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/lxt.ko new file mode 100644 index 0000000..81d64cd Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/lxt.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/marvell.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/marvell.ko new file mode 100644 index 0000000..4173409 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/marvell.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/mdio-bitbang.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/mdio-bitbang.ko new file mode 100644 index 0000000..f8ad626 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/mdio-bitbang.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/micrel.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/micrel.ko new file mode 100644 index 0000000..499f8d6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/micrel.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/microchip.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/microchip.ko new file mode 100644 index 0000000..467ee7d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/microchip.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/national.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/national.ko new file mode 100644 index 0000000..73df115 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/national.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/qsemi.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/qsemi.ko new file mode 100644 index 0000000..0bf272d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/qsemi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/realtek.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/realtek.ko new file mode 100644 index 0000000..4c31270 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/realtek.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/smsc.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/smsc.ko new file mode 100644 index 0000000..edbebb9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/smsc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/ste10Xp.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/ste10Xp.ko new file mode 100644 index 0000000..ba95ee5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/ste10Xp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/teranetics.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/teranetics.ko new file mode 100644 index 0000000..bd1c7ac Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/teranetics.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/phy/vitesse.ko b/uml/modules/4.9.25/kernel/drivers/net/phy/vitesse.ko new file mode 100644 index 0000000..5cf09db Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/phy/vitesse.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/bsd_comp.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/bsd_comp.ko new file mode 100644 index 0000000..37c779c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/bsd_comp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_async.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_async.ko new file mode 100644 index 0000000..c629529 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_async.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_deflate.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_deflate.ko new file mode 100644 index 0000000..518aeb3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_deflate.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_generic.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_generic.ko new file mode 100644 index 0000000..94293a1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_generic.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_mppe.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_mppe.ko new file mode 100644 index 0000000..7371bef Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_mppe.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_synctty.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_synctty.ko new file mode 100644 index 0000000..0b99303 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/ppp_synctty.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/pppoe.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/pppoe.ko new file mode 100644 index 0000000..627365f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/pppoe.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/pppox.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/pppox.ko new file mode 100644 index 0000000..ff209a2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/pppox.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/ppp/pptp.ko b/uml/modules/4.9.25/kernel/drivers/net/ppp/pptp.ko new file mode 100644 index 0000000..9c73680 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/ppp/pptp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/slip/slhc.ko b/uml/modules/4.9.25/kernel/drivers/net/slip/slhc.ko new file mode 100644 index 0000000..cc882f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/slip/slhc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/slip/slip.ko b/uml/modules/4.9.25/kernel/drivers/net/slip/slip.ko new file mode 100644 index 0000000..f2971b3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/slip/slip.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team.ko new file mode 100644 index 0000000..8936e22 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_activebackup.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_activebackup.ko new file mode 100644 index 0000000..f457686 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_activebackup.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_broadcast.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_broadcast.ko new file mode 100644 index 0000000..8977b2a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_broadcast.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_loadbalance.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_loadbalance.ko new file mode 100644 index 0000000..9bee27e Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_loadbalance.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_random.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_random.ko new file mode 100644 index 0000000..8ea1bb0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_random.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_roundrobin.ko b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_roundrobin.ko new file mode 100644 index 0000000..3726a95 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/team/team_mode_roundrobin.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/tun.ko b/uml/modules/4.9.25/kernel/drivers/net/tun.ko new file mode 100644 index 0000000..f8f25e7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/tun.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/veth.ko b/uml/modules/4.9.25/kernel/drivers/net/veth.ko new file mode 100644 index 0000000..eb6a510 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/veth.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/net/vxlan.ko b/uml/modules/4.9.25/kernel/drivers/net/vxlan.ko new file mode 100644 index 0000000..9fd8ac2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/net/vxlan.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/nvmem/nvmem_core.ko b/uml/modules/4.9.25/kernel/drivers/nvmem/nvmem_core.ko new file mode 100644 index 0000000..e2ac385 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/nvmem/nvmem_core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ktimer.ko b/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ktimer.ko new file mode 100644 index 0000000..2aea410 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ktimer.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ldisc.ko b/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ldisc.ko new file mode 100644 index 0000000..f5eedc0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/pps/clients/pps-ldisc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/pps/pps_core.ko b/uml/modules/4.9.25/kernel/drivers/pps/pps_core.ko new file mode 100644 index 0000000..e2ba867 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/pps/pps_core.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/ptp/ptp.ko b/uml/modules/4.9.25/kernel/drivers/ptp/ptp.ko new file mode 100644 index 0000000..950a129 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/ptp/ptp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/ch.ko b/uml/modules/4.9.25/kernel/drivers/scsi/ch.ko new file mode 100644 index 0000000..84db4d6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/ch.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/fcoe/libfcoe.ko b/uml/modules/4.9.25/kernel/drivers/scsi/fcoe/libfcoe.ko new file mode 100644 index 0000000..b363580 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/fcoe/libfcoe.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_boot_sysfs.ko b/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_boot_sysfs.ko new file mode 100644 index 0000000..4469b61 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_boot_sysfs.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_tcp.ko b/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_tcp.ko new file mode 100644 index 0000000..99b44b4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/iscsi_tcp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/libfc/libfc.ko b/uml/modules/4.9.25/kernel/drivers/scsi/libfc/libfc.ko new file mode 100644 index 0000000..6862749 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/libfc/libfc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi.ko b/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi.ko new file mode 100644 index 0000000..d9a607a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi_tcp.ko b/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi_tcp.ko new file mode 100644 index 0000000..e6f5d75 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/libiscsi_tcp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/libsas/libsas.ko b/uml/modules/4.9.25/kernel/drivers/scsi/libsas/libsas.ko new file mode 100644 index 0000000..be2692a Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/libsas/libsas.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/osd/libosd.ko b/uml/modules/4.9.25/kernel/drivers/scsi/osd/libosd.ko new file mode 100644 index 0000000..567531d Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/osd/libosd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/osd/osd.ko b/uml/modules/4.9.25/kernel/drivers/scsi/osd/osd.ko new file mode 100644 index 0000000..2b133c9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/osd/osd.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/osst.ko b/uml/modules/4.9.25/kernel/drivers/scsi/osst.ko new file mode 100644 index 0000000..9560823 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/osst.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/raid_class.ko b/uml/modules/4.9.25/kernel/drivers/scsi/raid_class.ko new file mode 100644 index 0000000..8c186ca Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/raid_class.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_debug.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_debug.ko new file mode 100644 index 0000000..ddf0375 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_debug.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_mod.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_mod.ko new file mode 100644 index 0000000..abfe600 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_fc.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_fc.ko new file mode 100644 index 0000000..db3f020 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_fc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_iscsi.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_iscsi.ko new file mode 100644 index 0000000..e597bcd Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_iscsi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_sas.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_sas.ko new file mode 100644 index 0000000..f5e44a5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_sas.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_spi.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_spi.ko new file mode 100644 index 0000000..934777b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_spi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_srp.ko b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_srp.ko new file mode 100644 index 0000000..e031002 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/scsi_transport_srp.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/sd_mod.ko b/uml/modules/4.9.25/kernel/drivers/scsi/sd_mod.ko new file mode 100644 index 0000000..01a6623 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/sd_mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/ses.ko b/uml/modules/4.9.25/kernel/drivers/scsi/ses.ko new file mode 100644 index 0000000..5b36cbe Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/ses.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/sg.ko b/uml/modules/4.9.25/kernel/drivers/scsi/sg.ko new file mode 100644 index 0000000..6b752d3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/sg.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/sr_mod.ko b/uml/modules/4.9.25/kernel/drivers/scsi/sr_mod.ko new file mode 100644 index 0000000..e137bc3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/sr_mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/scsi/st.ko b/uml/modules/4.9.25/kernel/drivers/scsi/st.ko new file mode 100644 index 0000000..20a448f Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/scsi/st.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/iscsi/iscsi_target_mod.ko b/uml/modules/4.9.25/kernel/drivers/target/iscsi/iscsi_target_mod.ko new file mode 100644 index 0000000..d38debf Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/iscsi/iscsi_target_mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/loopback/tcm_loop.ko b/uml/modules/4.9.25/kernel/drivers/target/loopback/tcm_loop.ko new file mode 100644 index 0000000..b3fffc3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/loopback/tcm_loop.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/target_core_file.ko b/uml/modules/4.9.25/kernel/drivers/target/target_core_file.ko new file mode 100644 index 0000000..e56a0ea Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/target_core_file.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/target_core_iblock.ko b/uml/modules/4.9.25/kernel/drivers/target/target_core_iblock.ko new file mode 100644 index 0000000..57c2142 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/target_core_iblock.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/target_core_mod.ko b/uml/modules/4.9.25/kernel/drivers/target/target_core_mod.ko new file mode 100644 index 0000000..0de1f79 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/target_core_mod.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/target_core_pscsi.ko b/uml/modules/4.9.25/kernel/drivers/target/target_core_pscsi.ko new file mode 100644 index 0000000..b375100 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/target_core_pscsi.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/target_core_user.ko b/uml/modules/4.9.25/kernel/drivers/target/target_core_user.ko new file mode 100644 index 0000000..5bb2378 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/target_core_user.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/target/tcm_fc/tcm_fc.ko b/uml/modules/4.9.25/kernel/drivers/target/tcm_fc/tcm_fc.ko new file mode 100644 index 0000000..65f9f1c Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/target/tcm_fc/tcm_fc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/thermal/thermal-generic-adc.ko b/uml/modules/4.9.25/kernel/drivers/thermal/thermal-generic-adc.ko new file mode 100644 index 0000000..04c2e90 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/thermal/thermal-generic-adc.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/thermal/thermal_sys.ko b/uml/modules/4.9.25/kernel/drivers/thermal/thermal_sys.ko new file mode 100644 index 0000000..112ba65 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/thermal/thermal_sys.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/tty/n_gsm.ko b/uml/modules/4.9.25/kernel/drivers/tty/n_gsm.ko new file mode 100644 index 0000000..5cbf8d0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/tty/n_gsm.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/tty/n_r3964.ko b/uml/modules/4.9.25/kernel/drivers/tty/n_r3964.ko new file mode 100644 index 0000000..01fe917 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/tty/n_r3964.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/tty/n_tracerouter.ko b/uml/modules/4.9.25/kernel/drivers/tty/n_tracerouter.ko new file mode 100644 index 0000000..f3d79dd Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/tty/n_tracerouter.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/tty/n_tracesink.ko b/uml/modules/4.9.25/kernel/drivers/tty/n_tracesink.ko new file mode 100644 index 0000000..1089bd4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/tty/n_tracesink.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/uio/uio.ko b/uml/modules/4.9.25/kernel/drivers/uio/uio.ko new file mode 100644 index 0000000..47faafb Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/uio/uio.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/uio/uio_pdrv_genirq.ko b/uml/modules/4.9.25/kernel/drivers/uio/uio_pdrv_genirq.ko new file mode 100644 index 0000000..a8c7b04 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/uio/uio_pdrv_genirq.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/watchdog/softdog.ko b/uml/modules/4.9.25/kernel/drivers/watchdog/softdog.ko new file mode 100644 index 0000000..551509b Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/watchdog/softdog.ko differ diff --git a/uml/modules/4.9.25/kernel/drivers/watchdog/ziirave_wdt.ko b/uml/modules/4.9.25/kernel/drivers/watchdog/ziirave_wdt.ko new file mode 100644 index 0000000..1024373 Binary files /dev/null and b/uml/modules/4.9.25/kernel/drivers/watchdog/ziirave_wdt.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/9p/9p.ko b/uml/modules/4.9.25/kernel/fs/9p/9p.ko new file mode 100644 index 0000000..147dc32 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/9p/9p.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/adfs/adfs.ko b/uml/modules/4.9.25/kernel/fs/adfs/adfs.ko new file mode 100644 index 0000000..96c6201 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/adfs/adfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/affs/affs.ko b/uml/modules/4.9.25/kernel/fs/affs/affs.ko new file mode 100644 index 0000000..6e9216e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/affs/affs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/afs/kafs.ko b/uml/modules/4.9.25/kernel/fs/afs/kafs.ko new file mode 100644 index 0000000..6aeb29b Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/afs/kafs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/autofs4/autofs4.ko b/uml/modules/4.9.25/kernel/fs/autofs4/autofs4.ko new file mode 100644 index 0000000..f3cea2a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/autofs4/autofs4.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/befs/befs.ko b/uml/modules/4.9.25/kernel/fs/befs/befs.ko new file mode 100644 index 0000000..90cba79 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/befs/befs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/bfs/bfs.ko b/uml/modules/4.9.25/kernel/fs/bfs/bfs.ko new file mode 100644 index 0000000..06f6453 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/bfs/bfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/binfmt_misc.ko b/uml/modules/4.9.25/kernel/fs/binfmt_misc.ko new file mode 100644 index 0000000..2f5c181 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/binfmt_misc.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/cachefiles/cachefiles.ko b/uml/modules/4.9.25/kernel/fs/cachefiles/cachefiles.ko new file mode 100644 index 0000000..e1f8dee Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/cachefiles/cachefiles.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ceph/ceph.ko b/uml/modules/4.9.25/kernel/fs/ceph/ceph.ko new file mode 100644 index 0000000..d3ac14a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ceph/ceph.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/cifs/cifs.ko b/uml/modules/4.9.25/kernel/fs/cifs/cifs.ko new file mode 100644 index 0000000..e6790c6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/cifs/cifs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/coda/coda.ko b/uml/modules/4.9.25/kernel/fs/coda/coda.ko new file mode 100644 index 0000000..5c25585 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/coda/coda.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/configfs/configfs.ko b/uml/modules/4.9.25/kernel/fs/configfs/configfs.ko new file mode 100644 index 0000000..c3f5365 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/configfs/configfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/cramfs/cramfs.ko b/uml/modules/4.9.25/kernel/fs/cramfs/cramfs.ko new file mode 100644 index 0000000..1e82f20 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/cramfs/cramfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/crypto/fscrypto.ko b/uml/modules/4.9.25/kernel/fs/crypto/fscrypto.ko new file mode 100644 index 0000000..89d48d1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/crypto/fscrypto.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/dlm/dlm.ko b/uml/modules/4.9.25/kernel/fs/dlm/dlm.ko new file mode 100644 index 0000000..905822d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/dlm/dlm.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ecryptfs/ecryptfs.ko b/uml/modules/4.9.25/kernel/fs/ecryptfs/ecryptfs.ko new file mode 100644 index 0000000..b368f9c Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ecryptfs/ecryptfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/efs/efs.ko b/uml/modules/4.9.25/kernel/fs/efs/efs.ko new file mode 100644 index 0000000..c602abc Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/efs/efs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/exofs/exofs.ko b/uml/modules/4.9.25/kernel/fs/exofs/exofs.ko new file mode 100644 index 0000000..b8f253f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/exofs/exofs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/exofs/libore.ko b/uml/modules/4.9.25/kernel/fs/exofs/libore.ko new file mode 100644 index 0000000..5fadf7b Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/exofs/libore.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/f2fs/f2fs.ko b/uml/modules/4.9.25/kernel/fs/f2fs/f2fs.ko new file mode 100644 index 0000000..a219623 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/f2fs/f2fs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fat/fat.ko b/uml/modules/4.9.25/kernel/fs/fat/fat.ko new file mode 100644 index 0000000..f3e667d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fat/fat.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fat/msdos.ko b/uml/modules/4.9.25/kernel/fs/fat/msdos.ko new file mode 100644 index 0000000..2f006f9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fat/msdos.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fat/vfat.ko b/uml/modules/4.9.25/kernel/fs/fat/vfat.ko new file mode 100644 index 0000000..4be990a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fat/vfat.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/freevxfs/freevxfs.ko b/uml/modules/4.9.25/kernel/fs/freevxfs/freevxfs.ko new file mode 100644 index 0000000..bbdd919 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/freevxfs/freevxfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fscache/fscache.ko b/uml/modules/4.9.25/kernel/fs/fscache/fscache.ko new file mode 100644 index 0000000..9480cd9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fscache/fscache.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fuse/cuse.ko b/uml/modules/4.9.25/kernel/fs/fuse/cuse.ko new file mode 100644 index 0000000..4c8e813 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fuse/cuse.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/fuse/fuse.ko b/uml/modules/4.9.25/kernel/fs/fuse/fuse.ko new file mode 100644 index 0000000..257b158 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/fuse/fuse.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/gfs2/gfs2.ko b/uml/modules/4.9.25/kernel/fs/gfs2/gfs2.ko new file mode 100644 index 0000000..8a8cc62 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/gfs2/gfs2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/hfs/hfs.ko b/uml/modules/4.9.25/kernel/fs/hfs/hfs.ko new file mode 100644 index 0000000..369ce60 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/hfs/hfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/hfsplus/hfsplus.ko b/uml/modules/4.9.25/kernel/fs/hfsplus/hfsplus.ko new file mode 100644 index 0000000..fc577e6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/hfsplus/hfsplus.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/hpfs/hpfs.ko b/uml/modules/4.9.25/kernel/fs/hpfs/hpfs.ko new file mode 100644 index 0000000..531c7ed Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/hpfs/hpfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/isofs/isofs.ko b/uml/modules/4.9.25/kernel/fs/isofs/isofs.ko new file mode 100644 index 0000000..8e180ef Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/isofs/isofs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/jffs2/jffs2.ko b/uml/modules/4.9.25/kernel/fs/jffs2/jffs2.ko new file mode 100644 index 0000000..5cb44fc Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/jffs2/jffs2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/lockd/lockd.ko b/uml/modules/4.9.25/kernel/fs/lockd/lockd.ko new file mode 100644 index 0000000..9bda575 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/lockd/lockd.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/logfs/logfs.ko b/uml/modules/4.9.25/kernel/fs/logfs/logfs.ko new file mode 100644 index 0000000..8c6de39 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/logfs/logfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/minix/minix.ko b/uml/modules/4.9.25/kernel/fs/minix/minix.ko new file mode 100644 index 0000000..2e8a42d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/minix/minix.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ncpfs/ncpfs.ko b/uml/modules/4.9.25/kernel/fs/ncpfs/ncpfs.ko new file mode 100644 index 0000000..f11ed26 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ncpfs/ncpfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/blocklayout/blocklayoutdriver.ko b/uml/modules/4.9.25/kernel/fs/nfs/blocklayout/blocklayoutdriver.ko new file mode 100644 index 0000000..d2a97ff Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/blocklayout/blocklayoutdriver.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko b/uml/modules/4.9.25/kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko new file mode 100644 index 0000000..6278d53 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko b/uml/modules/4.9.25/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko new file mode 100644 index 0000000..a0401cf Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/nfs.ko b/uml/modules/4.9.25/kernel/fs/nfs/nfs.ko new file mode 100644 index 0000000..324b6ad Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/nfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/nfsv2.ko b/uml/modules/4.9.25/kernel/fs/nfs/nfsv2.ko new file mode 100644 index 0000000..8ea5a39 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/nfsv2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/nfsv3.ko b/uml/modules/4.9.25/kernel/fs/nfs/nfsv3.ko new file mode 100644 index 0000000..8e7458e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/nfsv3.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/nfsv4.ko b/uml/modules/4.9.25/kernel/fs/nfs/nfsv4.ko new file mode 100644 index 0000000..dd4ecfe Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/nfsv4.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs/objlayout/objlayoutdriver.ko b/uml/modules/4.9.25/kernel/fs/nfs/objlayout/objlayoutdriver.ko new file mode 100644 index 0000000..5ac0f58 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs/objlayout/objlayoutdriver.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs_common/grace.ko b/uml/modules/4.9.25/kernel/fs/nfs_common/grace.ko new file mode 100644 index 0000000..e76b8d0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs_common/grace.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfs_common/nfs_acl.ko b/uml/modules/4.9.25/kernel/fs/nfs_common/nfs_acl.ko new file mode 100644 index 0000000..43a2734 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfs_common/nfs_acl.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nfsd/nfsd.ko b/uml/modules/4.9.25/kernel/fs/nfsd/nfsd.ko new file mode 100644 index 0000000..37fe9f2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nfsd/nfsd.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nilfs2/nilfs2.ko b/uml/modules/4.9.25/kernel/fs/nilfs2/nilfs2.ko new file mode 100644 index 0000000..bff7ca1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nilfs2/nilfs2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-celtic.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-celtic.ko new file mode 100644 index 0000000..f0597d3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-celtic.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-centeuro.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-centeuro.ko new file mode 100644 index 0000000..630f88a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-centeuro.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-croatian.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-croatian.ko new file mode 100644 index 0000000..0dafba7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-croatian.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-cyrillic.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-cyrillic.ko new file mode 100644 index 0000000..59db15a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-cyrillic.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-gaelic.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-gaelic.ko new file mode 100644 index 0000000..36b68f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-gaelic.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-greek.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-greek.ko new file mode 100644 index 0000000..6cf0820 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-greek.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-iceland.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-iceland.ko new file mode 100644 index 0000000..e5b1048 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-iceland.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-inuit.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-inuit.ko new file mode 100644 index 0000000..e804956 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-inuit.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-roman.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-roman.ko new file mode 100644 index 0000000..44e17f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-roman.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-romanian.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-romanian.ko new file mode 100644 index 0000000..3fb5cf2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-romanian.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/mac-turkish.ko b/uml/modules/4.9.25/kernel/fs/nls/mac-turkish.ko new file mode 100644 index 0000000..495ebc4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/mac-turkish.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_ascii.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_ascii.ko new file mode 100644 index 0000000..134857e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_ascii.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp1250.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1250.ko new file mode 100644 index 0000000..6e2f466 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1250.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp1251.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1251.ko new file mode 100644 index 0000000..9c8a0f5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1251.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp1255.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1255.ko new file mode 100644 index 0000000..919fab4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp1255.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp437.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp437.ko new file mode 100644 index 0000000..b7b425a Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp437.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp737.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp737.ko new file mode 100644 index 0000000..b3e7e33 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp737.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp775.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp775.ko new file mode 100644 index 0000000..0f3290f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp775.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp850.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp850.ko new file mode 100644 index 0000000..df96818 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp850.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp852.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp852.ko new file mode 100644 index 0000000..28415b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp852.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp855.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp855.ko new file mode 100644 index 0000000..663e758 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp855.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp857.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp857.ko new file mode 100644 index 0000000..2c17c28 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp857.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp860.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp860.ko new file mode 100644 index 0000000..333b41b Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp860.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp861.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp861.ko new file mode 100644 index 0000000..dc53c52 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp861.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp862.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp862.ko new file mode 100644 index 0000000..ebd8465 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp862.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp863.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp863.ko new file mode 100644 index 0000000..2d2605f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp863.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp864.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp864.ko new file mode 100644 index 0000000..7576290 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp864.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp865.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp865.ko new file mode 100644 index 0000000..6fd3a35 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp865.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp866.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp866.ko new file mode 100644 index 0000000..c97eb11 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp866.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp869.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp869.ko new file mode 100644 index 0000000..bf1f158 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp869.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp874.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp874.ko new file mode 100644 index 0000000..b73834d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp874.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp932.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp932.ko new file mode 100644 index 0000000..f175c85 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp932.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp936.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp936.ko new file mode 100644 index 0000000..d16228b Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp936.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp949.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp949.ko new file mode 100644 index 0000000..b6f9775 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp949.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_cp950.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_cp950.ko new file mode 100644 index 0000000..00451c8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_cp950.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_euc-jp.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_euc-jp.ko new file mode 100644 index 0000000..1bf948e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_euc-jp.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-1.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-1.ko new file mode 100644 index 0000000..40941ec Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-1.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-13.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-13.ko new file mode 100644 index 0000000..6158f3e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-13.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-14.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-14.ko new file mode 100644 index 0000000..f7478be Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-14.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-15.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-15.ko new file mode 100644 index 0000000..2c55639 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-15.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-2.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-2.ko new file mode 100644 index 0000000..73382da Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-3.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-3.ko new file mode 100644 index 0000000..2f1c40f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-3.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-4.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-4.ko new file mode 100644 index 0000000..ee8e6f2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-4.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-5.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-5.ko new file mode 100644 index 0000000..2dd27a7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-5.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-6.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-6.ko new file mode 100644 index 0000000..754164d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-6.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-7.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-7.ko new file mode 100644 index 0000000..2ee67f0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-7.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-9.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-9.ko new file mode 100644 index 0000000..3271eea Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_iso8859-9.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-r.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-r.ko new file mode 100644 index 0000000..6a142c9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-r.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-ru.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-ru.ko new file mode 100644 index 0000000..f419f0c Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-ru.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-u.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-u.ko new file mode 100644 index 0000000..67581e1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_koi8-u.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/nls/nls_utf8.ko b/uml/modules/4.9.25/kernel/fs/nls/nls_utf8.ko new file mode 100644 index 0000000..842a4ce Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/nls/nls_utf8.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ntfs/ntfs.ko b/uml/modules/4.9.25/kernel/fs/ntfs/ntfs.ko new file mode 100644 index 0000000..5fe32db Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ntfs/ntfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko new file mode 100644 index 0000000..a102131 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko new file mode 100644 index 0000000..00c7eec Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko new file mode 100644 index 0000000..54f778f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2.ko new file mode 100644 index 0000000..605398f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko new file mode 100644 index 0000000..931c78f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_user.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_user.ko new file mode 100644 index 0000000..5352064 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stack_user.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stackglue.ko b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stackglue.ko new file mode 100644 index 0000000..c5b427f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ocfs2/ocfs2_stackglue.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/omfs/omfs.ko b/uml/modules/4.9.25/kernel/fs/omfs/omfs.ko new file mode 100644 index 0000000..d688722 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/omfs/omfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/orangefs/orangefs.ko b/uml/modules/4.9.25/kernel/fs/orangefs/orangefs.ko new file mode 100644 index 0000000..c06c98e Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/orangefs/orangefs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/overlayfs/overlay.ko b/uml/modules/4.9.25/kernel/fs/overlayfs/overlay.ko new file mode 100644 index 0000000..3ed3b9f Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/overlayfs/overlay.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/pstore/pstore.ko b/uml/modules/4.9.25/kernel/fs/pstore/pstore.ko new file mode 100644 index 0000000..5723722 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/pstore/pstore.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/qnx4/qnx4.ko b/uml/modules/4.9.25/kernel/fs/qnx4/qnx4.ko new file mode 100644 index 0000000..7c25e45 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/qnx4/qnx4.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/qnx6/qnx6.ko b/uml/modules/4.9.25/kernel/fs/qnx6/qnx6.ko new file mode 100644 index 0000000..9fa8cdf Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/qnx6/qnx6.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/quota/quota_tree.ko b/uml/modules/4.9.25/kernel/fs/quota/quota_tree.ko new file mode 100644 index 0000000..aff69e1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/quota/quota_tree.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/quota/quota_v1.ko b/uml/modules/4.9.25/kernel/fs/quota/quota_v1.ko new file mode 100644 index 0000000..9c9cfdf Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/quota/quota_v1.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/quota/quota_v2.ko b/uml/modules/4.9.25/kernel/fs/quota/quota_v2.ko new file mode 100644 index 0000000..08c0360 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/quota/quota_v2.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/romfs/romfs.ko b/uml/modules/4.9.25/kernel/fs/romfs/romfs.ko new file mode 100644 index 0000000..21d782b Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/romfs/romfs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/sysv/sysv.ko b/uml/modules/4.9.25/kernel/fs/sysv/sysv.ko new file mode 100644 index 0000000..d22df9d Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/sysv/sysv.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ubifs/ubifs.ko b/uml/modules/4.9.25/kernel/fs/ubifs/ubifs.ko new file mode 100644 index 0000000..d60a285 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ubifs/ubifs.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/udf/udf.ko b/uml/modules/4.9.25/kernel/fs/udf/udf.ko new file mode 100644 index 0000000..b0b4585 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/udf/udf.ko differ diff --git a/uml/modules/4.9.25/kernel/fs/ufs/ufs.ko b/uml/modules/4.9.25/kernel/fs/ufs/ufs.ko new file mode 100644 index 0000000..8c4fc23 Binary files /dev/null and b/uml/modules/4.9.25/kernel/fs/ufs/ufs.ko differ diff --git a/uml/modules/4.9.25/kernel/kernel/configs.ko b/uml/modules/4.9.25/kernel/kernel/configs.ko new file mode 100644 index 0000000..0f16993 Binary files /dev/null and b/uml/modules/4.9.25/kernel/kernel/configs.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/842/842_compress.ko b/uml/modules/4.9.25/kernel/lib/842/842_compress.ko new file mode 100644 index 0000000..f9261f7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/842/842_compress.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/842/842_decompress.ko b/uml/modules/4.9.25/kernel/lib/842/842_decompress.ko new file mode 100644 index 0000000..5ad7a11 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/842/842_decompress.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/asn1_decoder.ko b/uml/modules/4.9.25/kernel/lib/asn1_decoder.ko new file mode 100644 index 0000000..320cb98 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/asn1_decoder.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/cordic.ko b/uml/modules/4.9.25/kernel/lib/cordic.ko new file mode 100644 index 0000000..db9030c Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/cordic.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/crc-ccitt.ko b/uml/modules/4.9.25/kernel/lib/crc-ccitt.ko new file mode 100644 index 0000000..f44370b Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/crc-ccitt.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/crc-itu-t.ko b/uml/modules/4.9.25/kernel/lib/crc-itu-t.ko new file mode 100644 index 0000000..9ecb804 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/crc-itu-t.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/crc7.ko b/uml/modules/4.9.25/kernel/lib/crc7.ko new file mode 100644 index 0000000..78e2202 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/crc7.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/crc8.ko b/uml/modules/4.9.25/kernel/lib/crc8.ko new file mode 100644 index 0000000..d08a6da Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/crc8.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/lru_cache.ko b/uml/modules/4.9.25/kernel/lib/lru_cache.ko new file mode 100644 index 0000000..b71edf4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/lru_cache.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/lz4/lz4_compress.ko b/uml/modules/4.9.25/kernel/lib/lz4/lz4_compress.ko new file mode 100644 index 0000000..e8ed2b7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/lz4/lz4_compress.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/lz4/lz4hc_compress.ko b/uml/modules/4.9.25/kernel/lib/lz4/lz4hc_compress.ko new file mode 100644 index 0000000..51e2f85 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/lz4/lz4hc_compress.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/mpi/mpi.ko b/uml/modules/4.9.25/kernel/lib/mpi/mpi.ko new file mode 100644 index 0000000..84f4842 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/mpi/mpi.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/oid_registry.ko b/uml/modules/4.9.25/kernel/lib/oid_registry.ko new file mode 100644 index 0000000..3c8771d Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/oid_registry.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/ts_bm.ko b/uml/modules/4.9.25/kernel/lib/ts_bm.ko new file mode 100644 index 0000000..2755758 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/ts_bm.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/ts_fsm.ko b/uml/modules/4.9.25/kernel/lib/ts_fsm.ko new file mode 100644 index 0000000..4a68773 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/ts_fsm.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/ts_kmp.ko b/uml/modules/4.9.25/kernel/lib/ts_kmp.ko new file mode 100644 index 0000000..9820880 Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/ts_kmp.ko differ diff --git a/uml/modules/4.9.25/kernel/lib/xz/xz_dec_test.ko b/uml/modules/4.9.25/kernel/lib/xz/xz_dec_test.ko new file mode 100644 index 0000000..1e6082c Binary files /dev/null and b/uml/modules/4.9.25/kernel/lib/xz/xz_dec_test.ko differ diff --git a/uml/modules/4.9.25/kernel/mm/z3fold.ko b/uml/modules/4.9.25/kernel/mm/z3fold.ko new file mode 100644 index 0000000..41abd56 Binary files /dev/null and b/uml/modules/4.9.25/kernel/mm/z3fold.ko differ diff --git a/uml/modules/4.9.25/kernel/mm/zbud.ko b/uml/modules/4.9.25/kernel/mm/zbud.ko new file mode 100644 index 0000000..1c3e597 Binary files /dev/null and b/uml/modules/4.9.25/kernel/mm/zbud.ko differ diff --git a/uml/modules/4.9.25/kernel/mm/zsmalloc.ko b/uml/modules/4.9.25/kernel/mm/zsmalloc.ko new file mode 100644 index 0000000..4a2556f Binary files /dev/null and b/uml/modules/4.9.25/kernel/mm/zsmalloc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/6lowpan.ko b/uml/modules/4.9.25/kernel/net/6lowpan/6lowpan.ko new file mode 100644 index 0000000..8117590 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/6lowpan.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_dest.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_dest.ko new file mode 100644 index 0000000..659a0ea Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_dest.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_fragment.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_fragment.ko new file mode 100644 index 0000000..47da18c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_fragment.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_dest.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_dest.ko new file mode 100644 index 0000000..0258baf Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_dest.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_frag.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_frag.ko new file mode 100644 index 0000000..559d327 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_frag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_hop.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_hop.ko new file mode 100644 index 0000000..01ce948 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_hop.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_route.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_route.ko new file mode 100644 index 0000000..e45fd22 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_ext_route.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_icmpv6.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_icmpv6.ko new file mode 100644 index 0000000..92638ab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_icmpv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_udp.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_udp.ko new file mode 100644 index 0000000..2f83743 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ghc_udp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_hop.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_hop.ko new file mode 100644 index 0000000..a10f174 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_hop.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ipv6.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ipv6.ko new file mode 100644 index 0000000..a425917 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_mobility.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_mobility.ko new file mode 100644 index 0000000..0544837 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_mobility.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_routing.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_routing.ko new file mode 100644 index 0000000..e0715ee Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_routing.ko differ diff --git a/uml/modules/4.9.25/kernel/net/6lowpan/nhc_udp.ko b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_udp.ko new file mode 100644 index 0000000..dfa4927 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/6lowpan/nhc_udp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/garp.ko b/uml/modules/4.9.25/kernel/net/802/garp.ko new file mode 100644 index 0000000..7b025c5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/garp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/mrp.ko b/uml/modules/4.9.25/kernel/net/802/mrp.ko new file mode 100644 index 0000000..77d73d9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/mrp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/p8022.ko b/uml/modules/4.9.25/kernel/net/802/p8022.ko new file mode 100644 index 0000000..6d2ea61 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/p8022.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/p8023.ko b/uml/modules/4.9.25/kernel/net/802/p8023.ko new file mode 100644 index 0000000..58d5a37 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/p8023.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/psnap.ko b/uml/modules/4.9.25/kernel/net/802/psnap.ko new file mode 100644 index 0000000..1410a55 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/psnap.ko differ diff --git a/uml/modules/4.9.25/kernel/net/802/stp.ko b/uml/modules/4.9.25/kernel/net/802/stp.ko new file mode 100644 index 0000000..68f96b6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/802/stp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/8021q/8021q.ko b/uml/modules/4.9.25/kernel/net/8021q/8021q.ko new file mode 100644 index 0000000..111e5ce Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/8021q/8021q.ko differ diff --git a/uml/modules/4.9.25/kernel/net/9p/9pnet.ko b/uml/modules/4.9.25/kernel/net/9p/9pnet.ko new file mode 100644 index 0000000..31602d0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/9p/9pnet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/appletalk/appletalk.ko b/uml/modules/4.9.25/kernel/net/appletalk/appletalk.ko new file mode 100644 index 0000000..69d9103 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/appletalk/appletalk.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/atm.ko b/uml/modules/4.9.25/kernel/net/atm/atm.ko new file mode 100644 index 0000000..ee4c16d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/atm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/br2684.ko b/uml/modules/4.9.25/kernel/net/atm/br2684.ko new file mode 100644 index 0000000..c0aabda Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/br2684.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/clip.ko b/uml/modules/4.9.25/kernel/net/atm/clip.ko new file mode 100644 index 0000000..9e194b8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/clip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/lec.ko b/uml/modules/4.9.25/kernel/net/atm/lec.ko new file mode 100644 index 0000000..6960569 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/lec.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/mpoa.ko b/uml/modules/4.9.25/kernel/net/atm/mpoa.ko new file mode 100644 index 0000000..5769ffa Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/mpoa.ko differ diff --git a/uml/modules/4.9.25/kernel/net/atm/pppoatm.ko b/uml/modules/4.9.25/kernel/net/atm/pppoatm.ko new file mode 100644 index 0000000..b12acff Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/atm/pppoatm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/batman-adv/batman-adv.ko b/uml/modules/4.9.25/kernel/net/batman-adv/batman-adv.ko new file mode 100644 index 0000000..05c2d95 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/batman-adv/batman-adv.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/br_netfilter.ko b/uml/modules/4.9.25/kernel/net/bridge/br_netfilter.ko new file mode 100644 index 0000000..013c5e5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/br_netfilter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/bridge.ko b/uml/modules/4.9.25/kernel/net/bridge/bridge.ko new file mode 100644 index 0000000..27cb9f1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/bridge.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_802_3.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_802_3.ko new file mode 100644 index 0000000..a6ad176 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_802_3.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_among.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_among.ko new file mode 100644 index 0000000..f1a68e9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_among.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arp.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arp.ko new file mode 100644 index 0000000..e0b79e0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arpreply.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arpreply.ko new file mode 100644 index 0000000..b370e0d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_arpreply.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_dnat.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_dnat.ko new file mode 100644 index 0000000..6935f2e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_dnat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip.ko new file mode 100644 index 0000000..6608725 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip6.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip6.ko new file mode 100644 index 0000000..42eca88 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_ip6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_limit.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_limit.ko new file mode 100644 index 0000000..af73ebe Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_limit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_log.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_log.ko new file mode 100644 index 0000000..f35d106 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_log.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark.ko new file mode 100644 index 0000000..af0fbbf Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark_m.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark_m.ko new file mode 100644 index 0000000..9cefc08 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_mark_m.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_nflog.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_nflog.ko new file mode 100644 index 0000000..157e89f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_nflog.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_pkttype.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_pkttype.ko new file mode 100644 index 0000000..b723626 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_pkttype.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_redirect.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_redirect.ko new file mode 100644 index 0000000..62af254 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_redirect.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_snat.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_snat.ko new file mode 100644 index 0000000..e0ecd30 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_snat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_stp.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_stp.ko new file mode 100644 index 0000000..f49089a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_stp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_vlan.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_vlan.ko new file mode 100644 index 0000000..d0fa83e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebt_vlan.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_broute.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_broute.ko new file mode 100644 index 0000000..667bfbe Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_broute.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_filter.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_filter.ko new file mode 100644 index 0000000..39f647b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_filter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_nat.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_nat.ko new file mode 100644 index 0000000..2c15838 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtable_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtables.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtables.ko new file mode 100644 index 0000000..d6b5309 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/ebtables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_log_bridge.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_log_bridge.ko new file mode 100644 index 0000000..4f6d0cc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_log_bridge.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_tables_bridge.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_tables_bridge.ko new file mode 100644 index 0000000..79189bf Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nf_tables_bridge.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_meta_bridge.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_meta_bridge.ko new file mode 100644 index 0000000..98bffc2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_meta_bridge.ko differ diff --git a/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_reject_bridge.ko b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_reject_bridge.ko new file mode 100644 index 0000000..93b2682 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/bridge/netfilter/nft_reject_bridge.ko differ diff --git a/uml/modules/4.9.25/kernel/net/caif/caif.ko b/uml/modules/4.9.25/kernel/net/caif/caif.ko new file mode 100644 index 0000000..58b0d0a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/caif/caif.ko differ diff --git a/uml/modules/4.9.25/kernel/net/caif/caif_socket.ko b/uml/modules/4.9.25/kernel/net/caif/caif_socket.ko new file mode 100644 index 0000000..1ee7791 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/caif/caif_socket.ko differ diff --git a/uml/modules/4.9.25/kernel/net/caif/caif_usb.ko b/uml/modules/4.9.25/kernel/net/caif/caif_usb.ko new file mode 100644 index 0000000..a17e691 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/caif/caif_usb.ko differ diff --git a/uml/modules/4.9.25/kernel/net/caif/chnl_net.ko b/uml/modules/4.9.25/kernel/net/caif/chnl_net.ko new file mode 100644 index 0000000..5ae2e1c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/caif/chnl_net.ko differ diff --git a/uml/modules/4.9.25/kernel/net/can/can-bcm.ko b/uml/modules/4.9.25/kernel/net/can/can-bcm.ko new file mode 100644 index 0000000..17ffa0f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/can/can-bcm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/can/can-gw.ko b/uml/modules/4.9.25/kernel/net/can/can-gw.ko new file mode 100644 index 0000000..0bc2b94 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/can/can-gw.ko differ diff --git a/uml/modules/4.9.25/kernel/net/can/can-raw.ko b/uml/modules/4.9.25/kernel/net/can/can-raw.ko new file mode 100644 index 0000000..dd32790 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/can/can-raw.ko differ diff --git a/uml/modules/4.9.25/kernel/net/can/can.ko b/uml/modules/4.9.25/kernel/net/can/can.ko new file mode 100644 index 0000000..04d61ef Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/can/can.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ceph/libceph.ko b/uml/modules/4.9.25/kernel/net/ceph/libceph.ko new file mode 100644 index 0000000..a89cd14 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ceph/libceph.ko differ diff --git a/uml/modules/4.9.25/kernel/net/core/devlink.ko b/uml/modules/4.9.25/kernel/net/core/devlink.ko new file mode 100644 index 0000000..8da2f38 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/core/devlink.ko differ diff --git a/uml/modules/4.9.25/kernel/net/dccp/dccp.ko b/uml/modules/4.9.25/kernel/net/dccp/dccp.ko new file mode 100644 index 0000000..3ab6bf4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/dccp/dccp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/dccp/dccp_diag.ko b/uml/modules/4.9.25/kernel/net/dccp/dccp_diag.ko new file mode 100644 index 0000000..3d061ab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/dccp/dccp_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv4.ko b/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv4.ko new file mode 100644 index 0000000..00931ff Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv6.ko b/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv6.ko new file mode 100644 index 0000000..b4cd727 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/dccp/dccp_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/decnet/decnet.ko b/uml/modules/4.9.25/kernel/net/decnet/decnet.ko new file mode 100644 index 0000000..ad72a75 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/decnet/decnet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/decnet/netfilter/dn_rtmsg.ko b/uml/modules/4.9.25/kernel/net/decnet/netfilter/dn_rtmsg.ko new file mode 100644 index 0000000..1952ecb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/decnet/netfilter/dn_rtmsg.ko differ diff --git a/uml/modules/4.9.25/kernel/net/dns_resolver/dns_resolver.ko b/uml/modules/4.9.25/kernel/net/dns_resolver/dns_resolver.ko new file mode 100644 index 0000000..cb64145 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/dns_resolver/dns_resolver.ko differ diff --git a/uml/modules/4.9.25/kernel/net/hsr/hsr.ko b/uml/modules/4.9.25/kernel/net/hsr/hsr.ko new file mode 100644 index 0000000..07c49f0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/hsr/hsr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko b/uml/modules/4.9.25/kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko new file mode 100644 index 0000000..7fe5bf9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154.ko b/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154.ko new file mode 100644 index 0000000..d5b7148 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154_socket.ko b/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154_socket.ko new file mode 100644 index 0000000..4ee6654 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ieee802154/ieee802154_socket.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ah4.ko b/uml/modules/4.9.25/kernel/net/ipv4/ah4.ko new file mode 100644 index 0000000..d5525c8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ah4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/esp4.ko b/uml/modules/4.9.25/kernel/net/ipv4/esp4.ko new file mode 100644 index 0000000..9435908 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/esp4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/fou.ko b/uml/modules/4.9.25/kernel/net/ipv4/fou.ko new file mode 100644 index 0000000..a9f85d1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/fou.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/gre.ko b/uml/modules/4.9.25/kernel/net/ipv4/gre.ko new file mode 100644 index 0000000..99187f4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ip_gre.ko b/uml/modules/4.9.25/kernel/net/ipv4/ip_gre.ko new file mode 100644 index 0000000..34926f5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ip_gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ip_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv4/ip_tunnel.ko new file mode 100644 index 0000000..7acb6f0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ip_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ip_vti.ko b/uml/modules/4.9.25/kernel/net/ipv4/ip_vti.ko new file mode 100644 index 0000000..5d0dada Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ip_vti.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ipcomp.ko b/uml/modules/4.9.25/kernel/net/ipv4/ipcomp.ko new file mode 100644 index 0000000..1f6c480 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ipcomp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/ipip.ko b/uml/modules/4.9.25/kernel/net/ipv4/ipip.ko new file mode 100644 index 0000000..a9a0df5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/ipip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arp_tables.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arp_tables.ko new file mode 100644 index 0000000..ab03b3e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arp_tables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arpt_mangle.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arpt_mangle.ko new file mode 100644 index 0000000..f7f4ee5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arpt_mangle.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arptable_filter.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arptable_filter.ko new file mode 100644 index 0000000..519da29 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/arptable_filter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ip_tables.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ip_tables.ko new file mode 100644 index 0000000..14b8723 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ip_tables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko new file mode 100644 index 0000000..acb6ac3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ECN.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ECN.ko new file mode 100644 index 0000000..38c9b1b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ECN.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko new file mode 100644 index 0000000..cfc1bec Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_REJECT.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_REJECT.ko new file mode 100644 index 0000000..2e107e6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_REJECT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko new file mode 100644 index 0000000..0f63207 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ah.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ah.ko new file mode 100644 index 0000000..e0ac00f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_ah.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_rpfilter.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_rpfilter.ko new file mode 100644 index 0000000..d697c60 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/ipt_rpfilter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_filter.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_filter.ko new file mode 100644 index 0000000..9235444 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_filter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_mangle.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_mangle.ko new file mode 100644 index 0000000..6a546b9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_mangle.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_nat.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_nat.ko new file mode 100644 index 0000000..8a8940e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_raw.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_raw.ko new file mode 100644 index 0000000..90f2467 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_raw.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_security.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_security.ko new file mode 100644 index 0000000..6be129a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/iptable_security.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko new file mode 100644 index 0000000..e4c6a98 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko new file mode 100644 index 0000000..dd23125 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_dup_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_dup_ipv4.ko new file mode 100644 index 0000000..8f323dd Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_dup_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_arp.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_arp.ko new file mode 100644 index 0000000..c996557 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_arp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_ipv4.ko new file mode 100644 index 0000000..2b04225 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_log_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_h323.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_h323.ko new file mode 100644 index 0000000..8f039b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_h323.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_ipv4.ko new file mode 100644 index 0000000..c6a57b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko new file mode 100644 index 0000000..7ad52bc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_pptp.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_pptp.ko new file mode 100644 index 0000000..45e88d5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_pptp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko new file mode 100644 index 0000000..04b9bfd Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko new file mode 100644 index 0000000..9240beb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_reject_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_reject_ipv4.ko new file mode 100644 index 0000000..fe8e424 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_reject_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_arp.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_arp.ko new file mode 100644 index 0000000..18c5089 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_arp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_ipv4.ko new file mode 100644 index 0000000..a481ba1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nf_tables_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_nat_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_nat_ipv4.ko new file mode 100644 index 0000000..c137839 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_nat_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_route_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_route_ipv4.ko new file mode 100644 index 0000000..5a1a327 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_chain_route_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_dup_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_dup_ipv4.ko new file mode 100644 index 0000000..28dd5c8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_dup_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_masq_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_masq_ipv4.ko new file mode 100644 index 0000000..d0810b3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_masq_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_redir_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_redir_ipv4.ko new file mode 100644 index 0000000..3fb1e3b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_redir_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_reject_ipv4.ko b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_reject_ipv4.ko new file mode 100644 index 0000000..aa1e4a8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/netfilter/nft_reject_ipv4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_bic.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_bic.ko new file mode 100644 index 0000000..75e89ae Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_bic.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_cdg.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_cdg.ko new file mode 100644 index 0000000..fa52caa Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_cdg.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_dctcp.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_dctcp.ko new file mode 100644 index 0000000..9f72a86 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_dctcp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_highspeed.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_highspeed.ko new file mode 100644 index 0000000..643661a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_highspeed.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_htcp.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_htcp.ko new file mode 100644 index 0000000..1d22304 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_htcp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_hybla.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_hybla.ko new file mode 100644 index 0000000..b7ec382 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_hybla.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_illinois.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_illinois.ko new file mode 100644 index 0000000..27bf41b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_illinois.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_lp.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_lp.ko new file mode 100644 index 0000000..dec9e86 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_lp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_scalable.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_scalable.ko new file mode 100644 index 0000000..550bb65 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_scalable.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_vegas.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_vegas.ko new file mode 100644 index 0000000..77180dd Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_vegas.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_veno.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_veno.ko new file mode 100644 index 0000000..5e5583a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_veno.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_westwood.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_westwood.ko new file mode 100644 index 0000000..0d62157 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_westwood.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tcp_yeah.ko b/uml/modules/4.9.25/kernel/net/ipv4/tcp_yeah.ko new file mode 100644 index 0000000..305985f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tcp_yeah.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/tunnel4.ko b/uml/modules/4.9.25/kernel/net/ipv4/tunnel4.ko new file mode 100644 index 0000000..c569131 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/tunnel4.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/udp_diag.ko b/uml/modules/4.9.25/kernel/net/ipv4/udp_diag.ko new file mode 100644 index 0000000..9dba027 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/udp_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/udp_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv4/udp_tunnel.ko new file mode 100644 index 0000000..9e101e5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/udp_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_beet.ko b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_beet.ko new file mode 100644 index 0000000..73cef94 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_beet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_transport.ko b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_transport.ko new file mode 100644 index 0000000..a4e0992 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_transport.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_tunnel.ko new file mode 100644 index 0000000..2b7cdf9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_mode_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_tunnel.ko new file mode 100644 index 0000000..1e1ce23 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv4/xfrm4_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ah6.ko b/uml/modules/4.9.25/kernel/net/ipv6/ah6.ko new file mode 100644 index 0000000..a278058 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ah6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/esp6.ko b/uml/modules/4.9.25/kernel/net/ipv6/esp6.ko new file mode 100644 index 0000000..fa8a898 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/esp6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/fou6.ko b/uml/modules/4.9.25/kernel/net/ipv6/fou6.ko new file mode 100644 index 0000000..4441702 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/fou6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ila/ila.ko b/uml/modules/4.9.25/kernel/net/ipv6/ila/ila.ko new file mode 100644 index 0000000..67c518a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ila/ila.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ip6_gre.ko b/uml/modules/4.9.25/kernel/net/ipv6/ip6_gre.ko new file mode 100644 index 0000000..bd4a488 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ip6_gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ip6_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv6/ip6_tunnel.ko new file mode 100644 index 0000000..e0e444e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ip6_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ip6_udp_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv6/ip6_udp_tunnel.ko new file mode 100644 index 0000000..8159e16 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ip6_udp_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ip6_vti.ko b/uml/modules/4.9.25/kernel/net/ipv6/ip6_vti.ko new file mode 100644 index 0000000..5f49629 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ip6_vti.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ipcomp6.ko b/uml/modules/4.9.25/kernel/net/ipv6/ipcomp6.ko new file mode 100644 index 0000000..bd62d71 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ipcomp6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/ipv6.ko new file mode 100644 index 0000000..3216059 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/mip6.ko b/uml/modules/4.9.25/kernel/net/ipv6/mip6.ko new file mode 100644 index 0000000..9db1dc9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/mip6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6_tables.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6_tables.ko new file mode 100644 index 0000000..39f792f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6_tables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko new file mode 100644 index 0000000..56ce1dd Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_NPT.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_NPT.ko new file mode 100644 index 0000000..4d424c8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_NPT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_REJECT.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_REJECT.ko new file mode 100644 index 0000000..4575c23 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_REJECT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko new file mode 100644 index 0000000..f35beb5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ah.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ah.ko new file mode 100644 index 0000000..e0b1c62 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ah.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_eui64.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_eui64.ko new file mode 100644 index 0000000..16ba5d4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_eui64.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_frag.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_frag.ko new file mode 100644 index 0000000..ba3f40f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_frag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_hbh.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_hbh.ko new file mode 100644 index 0000000..3770e32 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_hbh.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko new file mode 100644 index 0000000..6e82f43 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_ipv6header.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_mh.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_mh.ko new file mode 100644 index 0000000..b7fe273 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_mh.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rpfilter.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rpfilter.ko new file mode 100644 index 0000000..3b18b29 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rpfilter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rt.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rt.ko new file mode 100644 index 0000000..dde9895 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6t_rt.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_filter.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_filter.ko new file mode 100644 index 0000000..e4ed2ff Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_filter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_mangle.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_mangle.ko new file mode 100644 index 0000000..acd138b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_mangle.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_nat.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_nat.ko new file mode 100644 index 0000000..0022c88 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_raw.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_raw.ko new file mode 100644 index 0000000..f6b85bb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_raw.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_security.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_security.ko new file mode 100644 index 0000000..c2953f6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/ip6table_security.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko new file mode 100644 index 0000000..ee08a26 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko new file mode 100644 index 0000000..c0e5caa Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_dup_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_dup_ipv6.ko new file mode 100644 index 0000000..4190659 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_dup_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_log_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_log_ipv6.ko new file mode 100644 index 0000000..274ce38 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_log_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_ipv6.ko new file mode 100644 index 0000000..b700d61 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko new file mode 100644 index 0000000..dfa1b3b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_reject_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_reject_ipv6.ko new file mode 100644 index 0000000..e6fed7d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_reject_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_tables_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_tables_ipv6.ko new file mode 100644 index 0000000..9a424f4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nf_tables_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_nat_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_nat_ipv6.ko new file mode 100644 index 0000000..3520b36 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_nat_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_route_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_route_ipv6.ko new file mode 100644 index 0000000..5526b68 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_chain_route_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_dup_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_dup_ipv6.ko new file mode 100644 index 0000000..e84980a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_dup_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_masq_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_masq_ipv6.ko new file mode 100644 index 0000000..05eb2ab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_masq_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_redir_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_redir_ipv6.ko new file mode 100644 index 0000000..a8c34f6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_redir_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_reject_ipv6.ko b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_reject_ipv6.ko new file mode 100644 index 0000000..0e2317f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/netfilter/nft_reject_ipv6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/sit.ko b/uml/modules/4.9.25/kernel/net/ipv6/sit.ko new file mode 100644 index 0000000..67b3828 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/sit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/tunnel6.ko b/uml/modules/4.9.25/kernel/net/ipv6/tunnel6.ko new file mode 100644 index 0000000..a8b586e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/tunnel6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_beet.ko b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_beet.ko new file mode 100644 index 0000000..dc760e2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_beet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_ro.ko b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_ro.ko new file mode 100644 index 0000000..cebe251 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_ro.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_transport.ko b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_transport.ko new file mode 100644 index 0000000..7c2eb43 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_transport.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_tunnel.ko new file mode 100644 index 0000000..6a71a0f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_mode_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_tunnel.ko b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_tunnel.ko new file mode 100644 index 0000000..3acc85f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipv6/xfrm6_tunnel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/ipx/ipx.ko b/uml/modules/4.9.25/kernel/net/ipx/ipx.ko new file mode 100644 index 0000000..c5d6315 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/ipx/ipx.ko differ diff --git a/uml/modules/4.9.25/kernel/net/kcm/kcm.ko b/uml/modules/4.9.25/kernel/net/kcm/kcm.ko new file mode 100644 index 0000000..e4f1305 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/kcm/kcm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/key/af_key.ko b/uml/modules/4.9.25/kernel/net/key/af_key.ko new file mode 100644 index 0000000..19b7a97 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/key/af_key.ko differ diff --git a/uml/modules/4.9.25/kernel/net/l2tp/l2tp_core.ko b/uml/modules/4.9.25/kernel/net/l2tp/l2tp_core.ko new file mode 100644 index 0000000..e7b03cb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/l2tp/l2tp_core.ko differ diff --git a/uml/modules/4.9.25/kernel/net/l2tp/l2tp_ppp.ko b/uml/modules/4.9.25/kernel/net/l2tp/l2tp_ppp.ko new file mode 100644 index 0000000..d34ffef Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/l2tp/l2tp_ppp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/lapb/lapb.ko b/uml/modules/4.9.25/kernel/net/lapb/lapb.ko new file mode 100644 index 0000000..19c6135 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/lapb/lapb.ko differ diff --git a/uml/modules/4.9.25/kernel/net/llc/llc.ko b/uml/modules/4.9.25/kernel/net/llc/llc.ko new file mode 100644 index 0000000..588f3a6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/llc/llc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/llc/llc2.ko b/uml/modules/4.9.25/kernel/net/llc/llc2.ko new file mode 100644 index 0000000..fe83d8a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/llc/llc2.ko differ diff --git a/uml/modules/4.9.25/kernel/net/mac802154/mac802154.ko b/uml/modules/4.9.25/kernel/net/mac802154/mac802154.ko new file mode 100644 index 0000000..3865ec6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/mac802154/mac802154.ko differ diff --git a/uml/modules/4.9.25/kernel/net/mpls/mpls_gso.ko b/uml/modules/4.9.25/kernel/net/mpls/mpls_gso.ko new file mode 100644 index 0000000..fb3b4e2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/mpls/mpls_gso.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set.ko new file mode 100644 index 0000000..115f6e9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko new file mode 100644 index 0000000..d6b4b66 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko new file mode 100644 index 0000000..d4579b2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_port.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_port.ko new file mode 100644 index 0000000..1dd09c6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_bitmap_port.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ip.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ip.ko new file mode 100644 index 0000000..e06743b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko new file mode 100644 index 0000000..24b7e1e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipport.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipport.ko new file mode 100644 index 0000000..15ace0a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipport.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko new file mode 100644 index 0000000..e459863 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko new file mode 100644 index 0000000..5b9c645 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_mac.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_mac.ko new file mode 100644 index 0000000..6b9112f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_mac.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_net.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_net.ko new file mode 100644 index 0000000..029438c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_net.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netiface.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netiface.ko new file mode 100644 index 0000000..a0ce0a9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netiface.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netnet.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netnet.ko new file mode 100644 index 0000000..6195a72 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netnet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netport.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netport.ko new file mode 100644 index 0000000..45ddc45 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netport.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko new file mode 100644 index 0000000..2173728 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_list_set.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_list_set.ko new file mode 100644 index 0000000..7171cf0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipset/ip_set_list_set.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs.ko new file mode 100644 index 0000000..ded4972 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_dh.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_dh.ko new file mode 100644 index 0000000..072f203 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_dh.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_fo.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_fo.ko new file mode 100644 index 0000000..e7f3551 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_fo.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ftp.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ftp.ko new file mode 100644 index 0000000..c479ed7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ftp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblc.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblc.ko new file mode 100644 index 0000000..3ff1a6d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblcr.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblcr.ko new file mode 100644 index 0000000..f35131d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lblcr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lc.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lc.ko new file mode 100644 index 0000000..2e57c51 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_lc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_nq.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_nq.ko new file mode 100644 index 0000000..7bc676b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_nq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ovf.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ovf.ko new file mode 100644 index 0000000..2db215a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_ovf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko new file mode 100644 index 0000000..596957a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_rr.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_rr.ko new file mode 100644 index 0000000..0cff7fb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_rr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sed.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sed.ko new file mode 100644 index 0000000..a5f1643 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sed.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sh.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sh.ko new file mode 100644 index 0000000..3e2aa8b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_sh.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wlc.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wlc.ko new file mode 100644 index 0000000..5d610f4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wlc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wrr.ko b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wrr.ko new file mode 100644 index 0000000..bbfea04 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/ipvs/ip_vs_wrr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack.ko new file mode 100644 index 0000000..477a305 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_amanda.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_amanda.ko new file mode 100644 index 0000000..3ad84b3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_amanda.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_broadcast.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_broadcast.ko new file mode 100644 index 0000000..64246eb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_broadcast.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_ftp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_ftp.ko new file mode 100644 index 0000000..285ed19 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_ftp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_h323.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_h323.ko new file mode 100644 index 0000000..cd08bc0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_h323.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_irc.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_irc.ko new file mode 100644 index 0000000..ccff7a6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_irc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netbios_ns.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netbios_ns.ko new file mode 100644 index 0000000..0027b36 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netbios_ns.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netlink.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netlink.ko new file mode 100644 index 0000000..223c1bc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_netlink.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_pptp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_pptp.ko new file mode 100644 index 0000000..ca48a11 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_pptp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_dccp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_dccp.ko new file mode 100644 index 0000000..a5536a3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_dccp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_gre.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_gre.ko new file mode 100644 index 0000000..63a8db1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_sctp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_sctp.ko new file mode 100644 index 0000000..328fe54 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_sctp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_udplite.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_udplite.ko new file mode 100644 index 0000000..e138642 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_proto_udplite.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sane.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sane.ko new file mode 100644 index 0000000..88021b1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sane.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sip.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sip.ko new file mode 100644 index 0000000..92477fc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_sip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_snmp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_snmp.ko new file mode 100644 index 0000000..956fbef Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_snmp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_tftp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_tftp.ko new file mode 100644 index 0000000..1283c7f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_conntrack_tftp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_dup_netdev.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_dup_netdev.ko new file mode 100644 index 0000000..2269bdf Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_dup_netdev.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_log_common.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_log_common.ko new file mode 100644 index 0000000..7fdeca1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_log_common.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat.ko new file mode 100644 index 0000000..fe1e280 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_amanda.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_amanda.ko new file mode 100644 index 0000000..518e29f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_amanda.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_ftp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_ftp.ko new file mode 100644 index 0000000..443355f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_ftp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_irc.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_irc.ko new file mode 100644 index 0000000..190f86a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_irc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_dccp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_dccp.ko new file mode 100644 index 0000000..fd0e2f2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_dccp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_sctp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_sctp.ko new file mode 100644 index 0000000..a172f1f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_sctp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_udplite.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_udplite.ko new file mode 100644 index 0000000..318afbc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_proto_udplite.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_redirect.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_redirect.ko new file mode 100644 index 0000000..95260ee Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_redirect.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_sip.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_sip.ko new file mode 100644 index 0000000..84b7421 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_sip.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_tftp.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_tftp.ko new file mode 100644 index 0000000..9b5bd53 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_nat_tftp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_synproxy_core.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_synproxy_core.ko new file mode 100644 index 0000000..58342d7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_synproxy_core.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_tables.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables.ko new file mode 100644 index 0000000..4d53184 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_inet.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_inet.ko new file mode 100644 index 0000000..1b46e6e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_inet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_netdev.ko b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_netdev.ko new file mode 100644 index 0000000..15acb0b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nf_tables_netdev.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink.ko b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink.ko new file mode 100644 index 0000000..63e3c1c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_acct.ko b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_acct.ko new file mode 100644 index 0000000..be05533 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_acct.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_cttimeout.ko b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_cttimeout.ko new file mode 100644 index 0000000..af47767 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_cttimeout.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_log.ko b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_log.ko new file mode 100644 index 0000000..094b4c2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_log.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_queue.ko b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_queue.ko new file mode 100644 index 0000000..6efe22e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nfnetlink_queue.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_compat.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_compat.ko new file mode 100644 index 0000000..f57cbd1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_compat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_counter.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_counter.ko new file mode 100644 index 0000000..0f1ac00 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_counter.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_ct.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_ct.ko new file mode 100644 index 0000000..7e4d740 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_ct.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_dup_netdev.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_dup_netdev.ko new file mode 100644 index 0000000..9ceb40b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_dup_netdev.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_exthdr.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_exthdr.ko new file mode 100644 index 0000000..326d270 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_exthdr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_fwd_netdev.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_fwd_netdev.ko new file mode 100644 index 0000000..e1fb076 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_fwd_netdev.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_hash.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_hash.ko new file mode 100644 index 0000000..d2e9ebb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_hash.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_limit.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_limit.ko new file mode 100644 index 0000000..97b8c50 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_limit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_log.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_log.ko new file mode 100644 index 0000000..392f90b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_log.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_masq.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_masq.ko new file mode 100644 index 0000000..78f4c7f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_masq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_meta.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_meta.ko new file mode 100644 index 0000000..af947ea Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_meta.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_nat.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_nat.ko new file mode 100644 index 0000000..f752e74 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_queue.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_queue.ko new file mode 100644 index 0000000..f33b6c1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_queue.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_redir.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_redir.ko new file mode 100644 index 0000000..be5ba57 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_redir.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_reject.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_reject.ko new file mode 100644 index 0000000..3174a3b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_reject.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/nft_reject_inet.ko b/uml/modules/4.9.25/kernel/net/netfilter/nft_reject_inet.ko new file mode 100644 index 0000000..df0bd34 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/nft_reject_inet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/x_tables.ko b/uml/modules/4.9.25/kernel/net/netfilter/x_tables.ko new file mode 100644 index 0000000..c1ec8f3 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/x_tables.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_AUDIT.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_AUDIT.ko new file mode 100644 index 0000000..e5aaede Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_AUDIT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_CHECKSUM.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_CHECKSUM.ko new file mode 100644 index 0000000..e16bddc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_CHECKSUM.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_CLASSIFY.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_CLASSIFY.ko new file mode 100644 index 0000000..15f2ca9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_CLASSIFY.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_CONNSECMARK.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_CONNSECMARK.ko new file mode 100644 index 0000000..7a34bf5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_CONNSECMARK.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_CT.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_CT.ko new file mode 100644 index 0000000..43f1353 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_CT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_DSCP.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_DSCP.ko new file mode 100644 index 0000000..0e7c679 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_DSCP.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_HL.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_HL.ko new file mode 100644 index 0000000..390ecec Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_HL.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_HMARK.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_HMARK.ko new file mode 100644 index 0000000..322e833 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_HMARK.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_IDLETIMER.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_IDLETIMER.ko new file mode 100644 index 0000000..2e66e4c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_IDLETIMER.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_LOG.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_LOG.ko new file mode 100644 index 0000000..59ad14c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_LOG.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_NETMAP.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_NETMAP.ko new file mode 100644 index 0000000..8373e38 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_NETMAP.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_NFLOG.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_NFLOG.ko new file mode 100644 index 0000000..a9d9d06 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_NFLOG.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_NFQUEUE.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_NFQUEUE.ko new file mode 100644 index 0000000..de5a4a7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_NFQUEUE.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_RATEEST.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_RATEEST.ko new file mode 100644 index 0000000..bdc2c12 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_RATEEST.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_REDIRECT.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_REDIRECT.ko new file mode 100644 index 0000000..3b0d988 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_REDIRECT.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_SECMARK.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_SECMARK.ko new file mode 100644 index 0000000..d1b5e62 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_SECMARK.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPMSS.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPMSS.ko new file mode 100644 index 0000000..629ea05 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPMSS.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPOPTSTRIP.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPOPTSTRIP.ko new file mode 100644 index 0000000..cf082d2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_TCPOPTSTRIP.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_TEE.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_TEE.ko new file mode 100644 index 0000000..f248525 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_TEE.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_TPROXY.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_TPROXY.ko new file mode 100644 index 0000000..2816369 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_TPROXY.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_TRACE.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_TRACE.ko new file mode 100644 index 0000000..3af581b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_TRACE.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_addrtype.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_addrtype.ko new file mode 100644 index 0000000..fb74870 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_addrtype.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_bpf.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_bpf.ko new file mode 100644 index 0000000..e913aa0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_bpf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_cgroup.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_cgroup.ko new file mode 100644 index 0000000..aa90a12 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_cgroup.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_cluster.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_cluster.ko new file mode 100644 index 0000000..10ddcf6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_cluster.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_comment.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_comment.ko new file mode 100644 index 0000000..d2dd370 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_comment.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_connbytes.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_connbytes.ko new file mode 100644 index 0000000..ec3531e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_connbytes.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_connlabel.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_connlabel.ko new file mode 100644 index 0000000..8e780df Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_connlabel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_connlimit.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_connlimit.ko new file mode 100644 index 0000000..91ea363 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_connlimit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_connmark.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_connmark.ko new file mode 100644 index 0000000..2134a4b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_connmark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_conntrack.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_conntrack.ko new file mode 100644 index 0000000..a8427d1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_conntrack.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_cpu.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_cpu.ko new file mode 100644 index 0000000..cce4113 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_cpu.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_dccp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_dccp.ko new file mode 100644 index 0000000..aa5abfe Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_dccp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_devgroup.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_devgroup.ko new file mode 100644 index 0000000..5af0061 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_devgroup.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_dscp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_dscp.ko new file mode 100644 index 0000000..eb9e2bb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_dscp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_ecn.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_ecn.ko new file mode 100644 index 0000000..2d23278 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_ecn.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_esp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_esp.ko new file mode 100644 index 0000000..02a8768 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_esp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_hashlimit.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_hashlimit.ko new file mode 100644 index 0000000..9eab629 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_hashlimit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_helper.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_helper.ko new file mode 100644 index 0000000..1586684 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_helper.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_hl.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_hl.ko new file mode 100644 index 0000000..2453ea2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_hl.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_ipcomp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_ipcomp.ko new file mode 100644 index 0000000..0bd12c1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_ipcomp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_iprange.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_iprange.ko new file mode 100644 index 0000000..eacfcbb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_iprange.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_ipvs.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_ipvs.ko new file mode 100644 index 0000000..703c20d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_ipvs.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_l2tp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_l2tp.ko new file mode 100644 index 0000000..94d7a52 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_l2tp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_length.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_length.ko new file mode 100644 index 0000000..0ad866b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_length.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_limit.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_limit.ko new file mode 100644 index 0000000..50384be Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_limit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_mac.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_mac.ko new file mode 100644 index 0000000..d0e0fed Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_mac.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_mark.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_mark.ko new file mode 100644 index 0000000..7a9da28 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_mark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_multiport.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_multiport.ko new file mode 100644 index 0000000..61c1cab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_multiport.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_nat.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_nat.ko new file mode 100644 index 0000000..89ed9db Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_nfacct.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_nfacct.ko new file mode 100644 index 0000000..4f9bed2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_nfacct.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_osf.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_osf.ko new file mode 100644 index 0000000..82e1d79 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_osf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_owner.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_owner.ko new file mode 100644 index 0000000..da3349c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_owner.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_physdev.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_physdev.ko new file mode 100644 index 0000000..b5705c7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_physdev.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_pkttype.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_pkttype.ko new file mode 100644 index 0000000..dfdcee7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_pkttype.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_policy.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_policy.ko new file mode 100644 index 0000000..8ae6a90 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_policy.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_quota.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_quota.ko new file mode 100644 index 0000000..856942e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_quota.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_rateest.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_rateest.ko new file mode 100644 index 0000000..5124b94 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_rateest.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_realm.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_realm.ko new file mode 100644 index 0000000..3b05a54 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_realm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_recent.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_recent.ko new file mode 100644 index 0000000..7b4bbf7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_recent.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_sctp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_sctp.ko new file mode 100644 index 0000000..51c7cf2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_sctp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_set.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_set.ko new file mode 100644 index 0000000..f0a0db2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_set.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_socket.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_socket.ko new file mode 100644 index 0000000..b37cefc Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_socket.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_state.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_state.ko new file mode 100644 index 0000000..17658b7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_state.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_statistic.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_statistic.ko new file mode 100644 index 0000000..471e10d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_statistic.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_string.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_string.ko new file mode 100644 index 0000000..28793b7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_string.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpmss.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpmss.ko new file mode 100644 index 0000000..4bc55fb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpmss.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpudp.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpudp.ko new file mode 100644 index 0000000..726c225 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_tcpudp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_time.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_time.ko new file mode 100644 index 0000000..1d3632c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_time.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netfilter/xt_u32.ko b/uml/modules/4.9.25/kernel/net/netfilter/xt_u32.ko new file mode 100644 index 0000000..973fad7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netfilter/xt_u32.ko differ diff --git a/uml/modules/4.9.25/kernel/net/netlink/netlink_diag.ko b/uml/modules/4.9.25/kernel/net/netlink/netlink_diag.ko new file mode 100644 index 0000000..d1e803e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/netlink/netlink_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/nfc/hci/hci.ko b/uml/modules/4.9.25/kernel/net/nfc/hci/hci.ko new file mode 100644 index 0000000..0d1026d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/nfc/hci/hci.ko differ diff --git a/uml/modules/4.9.25/kernel/net/nfc/nci/nci.ko b/uml/modules/4.9.25/kernel/net/nfc/nci/nci.ko new file mode 100644 index 0000000..d0a6368 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/nfc/nci/nci.ko differ diff --git a/uml/modules/4.9.25/kernel/net/nfc/nfc.ko b/uml/modules/4.9.25/kernel/net/nfc/nfc.ko new file mode 100644 index 0000000..6a17b23 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/nfc/nfc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/openvswitch/openvswitch.ko b/uml/modules/4.9.25/kernel/net/openvswitch/openvswitch.ko new file mode 100644 index 0000000..84e9f84 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/openvswitch/openvswitch.ko differ diff --git a/uml/modules/4.9.25/kernel/net/openvswitch/vport-geneve.ko b/uml/modules/4.9.25/kernel/net/openvswitch/vport-geneve.ko new file mode 100644 index 0000000..11dff60 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/openvswitch/vport-geneve.ko differ diff --git a/uml/modules/4.9.25/kernel/net/openvswitch/vport-gre.ko b/uml/modules/4.9.25/kernel/net/openvswitch/vport-gre.ko new file mode 100644 index 0000000..a586757 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/openvswitch/vport-gre.ko differ diff --git a/uml/modules/4.9.25/kernel/net/openvswitch/vport-vxlan.ko b/uml/modules/4.9.25/kernel/net/openvswitch/vport-vxlan.ko new file mode 100644 index 0000000..e961796 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/openvswitch/vport-vxlan.ko differ diff --git a/uml/modules/4.9.25/kernel/net/packet/af_packet_diag.ko b/uml/modules/4.9.25/kernel/net/packet/af_packet_diag.ko new file mode 100644 index 0000000..c0e2591 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/packet/af_packet_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/phonet/phonet.ko b/uml/modules/4.9.25/kernel/net/phonet/phonet.ko new file mode 100644 index 0000000..3e3f406 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/phonet/phonet.ko differ diff --git a/uml/modules/4.9.25/kernel/net/phonet/pn_pep.ko b/uml/modules/4.9.25/kernel/net/phonet/pn_pep.ko new file mode 100644 index 0000000..942f143 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/phonet/pn_pep.ko differ diff --git a/uml/modules/4.9.25/kernel/net/rds/rds.ko b/uml/modules/4.9.25/kernel/net/rds/rds.ko new file mode 100644 index 0000000..9fd1733 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/rds/rds.ko differ diff --git a/uml/modules/4.9.25/kernel/net/rds/rds_tcp.ko b/uml/modules/4.9.25/kernel/net/rds/rds_tcp.ko new file mode 100644 index 0000000..25e92e2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/rds/rds_tcp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/rxrpc/af-rxrpc.ko b/uml/modules/4.9.25/kernel/net/rxrpc/af-rxrpc.ko new file mode 100644 index 0000000..d926ce9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/rxrpc/af-rxrpc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_bpf.ko b/uml/modules/4.9.25/kernel/net/sched/act_bpf.ko new file mode 100644 index 0000000..8826c0c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_bpf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_connmark.ko b/uml/modules/4.9.25/kernel/net/sched/act_connmark.ko new file mode 100644 index 0000000..541fac4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_connmark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_csum.ko b/uml/modules/4.9.25/kernel/net/sched/act_csum.ko new file mode 100644 index 0000000..acc6745 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_csum.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_gact.ko b/uml/modules/4.9.25/kernel/net/sched/act_gact.ko new file mode 100644 index 0000000..7dc9753 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_gact.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_ife.ko b/uml/modules/4.9.25/kernel/net/sched/act_ife.ko new file mode 100644 index 0000000..e7cfc3e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_ife.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_ipt.ko b/uml/modules/4.9.25/kernel/net/sched/act_ipt.ko new file mode 100644 index 0000000..b875309 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_ipt.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_meta_mark.ko b/uml/modules/4.9.25/kernel/net/sched/act_meta_mark.ko new file mode 100644 index 0000000..0baed58 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_meta_mark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_meta_skbprio.ko b/uml/modules/4.9.25/kernel/net/sched/act_meta_skbprio.ko new file mode 100644 index 0000000..3afc97a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_meta_skbprio.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_mirred.ko b/uml/modules/4.9.25/kernel/net/sched/act_mirred.ko new file mode 100644 index 0000000..ac3bbdf Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_mirred.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_nat.ko b/uml/modules/4.9.25/kernel/net/sched/act_nat.ko new file mode 100644 index 0000000..1c49073 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_nat.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_pedit.ko b/uml/modules/4.9.25/kernel/net/sched/act_pedit.ko new file mode 100644 index 0000000..c14a465 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_pedit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_police.ko b/uml/modules/4.9.25/kernel/net/sched/act_police.ko new file mode 100644 index 0000000..7b83aab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_police.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_simple.ko b/uml/modules/4.9.25/kernel/net/sched/act_simple.ko new file mode 100644 index 0000000..d8238f4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_simple.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_skbedit.ko b/uml/modules/4.9.25/kernel/net/sched/act_skbedit.ko new file mode 100644 index 0000000..02943e6 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_skbedit.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/act_vlan.ko b/uml/modules/4.9.25/kernel/net/sched/act_vlan.ko new file mode 100644 index 0000000..c11b4ce Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/act_vlan.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_basic.ko b/uml/modules/4.9.25/kernel/net/sched/cls_basic.ko new file mode 100644 index 0000000..2916074 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_basic.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_bpf.ko b/uml/modules/4.9.25/kernel/net/sched/cls_bpf.ko new file mode 100644 index 0000000..71781fb Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_bpf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_cgroup.ko b/uml/modules/4.9.25/kernel/net/sched/cls_cgroup.ko new file mode 100644 index 0000000..538bde9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_cgroup.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_flow.ko b/uml/modules/4.9.25/kernel/net/sched/cls_flow.ko new file mode 100644 index 0000000..df2d99e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_flow.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_flower.ko b/uml/modules/4.9.25/kernel/net/sched/cls_flower.ko new file mode 100644 index 0000000..dcac6b0 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_flower.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_fw.ko b/uml/modules/4.9.25/kernel/net/sched/cls_fw.ko new file mode 100644 index 0000000..7330362 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_fw.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_route.ko b/uml/modules/4.9.25/kernel/net/sched/cls_route.ko new file mode 100644 index 0000000..9faa494 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_route.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_rsvp.ko b/uml/modules/4.9.25/kernel/net/sched/cls_rsvp.ko new file mode 100644 index 0000000..bcb297a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_rsvp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_rsvp6.ko b/uml/modules/4.9.25/kernel/net/sched/cls_rsvp6.ko new file mode 100644 index 0000000..f8e4b8a Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_rsvp6.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_tcindex.ko b/uml/modules/4.9.25/kernel/net/sched/cls_tcindex.ko new file mode 100644 index 0000000..825a94b Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_tcindex.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/cls_u32.ko b/uml/modules/4.9.25/kernel/net/sched/cls_u32.ko new file mode 100644 index 0000000..300653c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/cls_u32.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_canid.ko b/uml/modules/4.9.25/kernel/net/sched/em_canid.ko new file mode 100644 index 0000000..9a65b1d Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_canid.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_cmp.ko b/uml/modules/4.9.25/kernel/net/sched/em_cmp.ko new file mode 100644 index 0000000..e1034d7 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_cmp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_ipset.ko b/uml/modules/4.9.25/kernel/net/sched/em_ipset.ko new file mode 100644 index 0000000..5cb89e1 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_ipset.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_meta.ko b/uml/modules/4.9.25/kernel/net/sched/em_meta.ko new file mode 100644 index 0000000..dc25893 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_meta.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_nbyte.ko b/uml/modules/4.9.25/kernel/net/sched/em_nbyte.ko new file mode 100644 index 0000000..fd79fd2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_nbyte.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_text.ko b/uml/modules/4.9.25/kernel/net/sched/em_text.ko new file mode 100644 index 0000000..2bcf741 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_text.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/em_u32.ko b/uml/modules/4.9.25/kernel/net/sched/em_u32.ko new file mode 100644 index 0000000..97b58ef Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/em_u32.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_atm.ko b/uml/modules/4.9.25/kernel/net/sched/sch_atm.ko new file mode 100644 index 0000000..22415c2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_atm.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_cbq.ko b/uml/modules/4.9.25/kernel/net/sched/sch_cbq.ko new file mode 100644 index 0000000..30ca596 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_cbq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_choke.ko b/uml/modules/4.9.25/kernel/net/sched/sch_choke.ko new file mode 100644 index 0000000..8c43536 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_choke.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_codel.ko b/uml/modules/4.9.25/kernel/net/sched/sch_codel.ko new file mode 100644 index 0000000..101deb8 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_codel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_drr.ko b/uml/modules/4.9.25/kernel/net/sched/sch_drr.ko new file mode 100644 index 0000000..a94ee04 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_drr.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_dsmark.ko b/uml/modules/4.9.25/kernel/net/sched/sch_dsmark.ko new file mode 100644 index 0000000..91c1e41 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_dsmark.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_fq.ko b/uml/modules/4.9.25/kernel/net/sched/sch_fq.ko new file mode 100644 index 0000000..efb7992 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_fq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_fq_codel.ko b/uml/modules/4.9.25/kernel/net/sched/sch_fq_codel.ko new file mode 100644 index 0000000..28be9e4 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_fq_codel.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_gred.ko b/uml/modules/4.9.25/kernel/net/sched/sch_gred.ko new file mode 100644 index 0000000..1e72bab Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_gred.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_hfsc.ko b/uml/modules/4.9.25/kernel/net/sched/sch_hfsc.ko new file mode 100644 index 0000000..93c6dfe Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_hfsc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_hhf.ko b/uml/modules/4.9.25/kernel/net/sched/sch_hhf.ko new file mode 100644 index 0000000..07c5456 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_hhf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_htb.ko b/uml/modules/4.9.25/kernel/net/sched/sch_htb.ko new file mode 100644 index 0000000..d068d42 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_htb.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_ingress.ko b/uml/modules/4.9.25/kernel/net/sched/sch_ingress.ko new file mode 100644 index 0000000..2fba912 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_ingress.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_mqprio.ko b/uml/modules/4.9.25/kernel/net/sched/sch_mqprio.ko new file mode 100644 index 0000000..34d11f5 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_mqprio.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_multiq.ko b/uml/modules/4.9.25/kernel/net/sched/sch_multiq.ko new file mode 100644 index 0000000..f6972ac Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_multiq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_netem.ko b/uml/modules/4.9.25/kernel/net/sched/sch_netem.ko new file mode 100644 index 0000000..88a6874 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_netem.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_pie.ko b/uml/modules/4.9.25/kernel/net/sched/sch_pie.ko new file mode 100644 index 0000000..0008a0f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_pie.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_plug.ko b/uml/modules/4.9.25/kernel/net/sched/sch_plug.ko new file mode 100644 index 0000000..3e1e8c2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_plug.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_prio.ko b/uml/modules/4.9.25/kernel/net/sched/sch_prio.ko new file mode 100644 index 0000000..c5ad66f Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_prio.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_qfq.ko b/uml/modules/4.9.25/kernel/net/sched/sch_qfq.ko new file mode 100644 index 0000000..41770af Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_qfq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_red.ko b/uml/modules/4.9.25/kernel/net/sched/sch_red.ko new file mode 100644 index 0000000..25c3067 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_red.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_sfb.ko b/uml/modules/4.9.25/kernel/net/sched/sch_sfb.ko new file mode 100644 index 0000000..cf39d94 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_sfb.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_sfq.ko b/uml/modules/4.9.25/kernel/net/sched/sch_sfq.ko new file mode 100644 index 0000000..2fade70 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_sfq.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_tbf.ko b/uml/modules/4.9.25/kernel/net/sched/sch_tbf.ko new file mode 100644 index 0000000..d3fc4ea Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_tbf.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sched/sch_teql.ko b/uml/modules/4.9.25/kernel/net/sched/sch_teql.ko new file mode 100644 index 0000000..55186df Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sched/sch_teql.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sctp/sctp.ko b/uml/modules/4.9.25/kernel/net/sctp/sctp.ko new file mode 100644 index 0000000..3fd223e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sctp/sctp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sctp/sctp_diag.ko b/uml/modules/4.9.25/kernel/net/sctp/sctp_diag.ko new file mode 100644 index 0000000..00ec9a9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sctp/sctp_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/strparser/strparser.ko b/uml/modules/4.9.25/kernel/net/strparser/strparser.ko new file mode 100644 index 0000000..9b69c97 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/strparser/strparser.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko b/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko new file mode 100644 index 0000000..f6772f9 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko b/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko new file mode 100644 index 0000000..578bffe Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko differ diff --git a/uml/modules/4.9.25/kernel/net/sunrpc/sunrpc.ko b/uml/modules/4.9.25/kernel/net/sunrpc/sunrpc.ko new file mode 100644 index 0000000..31cc107 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/sunrpc/sunrpc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/tipc/tipc.ko b/uml/modules/4.9.25/kernel/net/tipc/tipc.ko new file mode 100644 index 0000000..83f070e Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/tipc/tipc.ko differ diff --git a/uml/modules/4.9.25/kernel/net/unix/unix_diag.ko b/uml/modules/4.9.25/kernel/net/unix/unix_diag.ko new file mode 100644 index 0000000..bf8a2e2 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/unix/unix_diag.ko differ diff --git a/uml/modules/4.9.25/kernel/net/vmw_vsock/vsock.ko b/uml/modules/4.9.25/kernel/net/vmw_vsock/vsock.ko new file mode 100644 index 0000000..5c77459 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/vmw_vsock/vsock.ko differ diff --git a/uml/modules/4.9.25/kernel/net/x25/x25.ko b/uml/modules/4.9.25/kernel/net/x25/x25.ko new file mode 100644 index 0000000..5c2a12c Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/x25/x25.ko differ diff --git a/uml/modules/4.9.25/kernel/net/xfrm/xfrm_algo.ko b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_algo.ko new file mode 100644 index 0000000..f8fc379 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_algo.ko differ diff --git a/uml/modules/4.9.25/kernel/net/xfrm/xfrm_ipcomp.ko b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_ipcomp.ko new file mode 100644 index 0000000..9e70f86 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_ipcomp.ko differ diff --git a/uml/modules/4.9.25/kernel/net/xfrm/xfrm_user.ko b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_user.ko new file mode 100644 index 0000000..8c79b11 Binary files /dev/null and b/uml/modules/4.9.25/kernel/net/xfrm/xfrm_user.ko differ diff --git a/uml/modules/4.9.25/kernel/security/keys/encrypted-keys/encrypted-keys.ko b/uml/modules/4.9.25/kernel/security/keys/encrypted-keys/encrypted-keys.ko new file mode 100644 index 0000000..3cef438 Binary files /dev/null and b/uml/modules/4.9.25/kernel/security/keys/encrypted-keys/encrypted-keys.ko differ diff --git a/uml/modules/4.9.25/kernel/sound/soundcore.ko b/uml/modules/4.9.25/kernel/sound/soundcore.ko new file mode 100644 index 0000000..800e70c Binary files /dev/null and b/uml/modules/4.9.25/kernel/sound/soundcore.ko differ diff --git a/uml/modules/4.9.25/modules.alias b/uml/modules/4.9.25/modules.alias new file mode 100644 index 0000000..4790c55 --- /dev/null +++ b/uml/modules/4.9.25/modules.alias @@ -0,0 +1,1059 @@ +# Aliases extracted from modules themselves. +alias crypto-aes-asm aes_x86_64 +alias aes-asm aes_x86_64 +alias crypto-aes aes_x86_64 +alias aes aes_x86_64 +alias crypto-twofish-asm twofish_x86_64 +alias twofish-asm twofish_x86_64 +alias crypto-twofish twofish_x86_64 +alias twofish twofish_x86_64 +alias crypto-salsa20-asm salsa20_x86_64 +alias salsa20-asm salsa20_x86_64 +alias crypto-salsa20 salsa20_x86_64 +alias salsa20 salsa20_x86_64 +alias zpool-zbud zbud +alias zpool-zsmalloc zsmalloc +alias zpool-z3fold z3fold +alias nls_tis-620 nls_cp874 +alias nls_sjis nls_cp932 +alias nls_gb2312 nls_cp936 +alias nls_euc-kr nls_cp949 +alias nls_big5 nls_cp950 +alias nls_iso8859-8 nls_cp1255 +alias fs-exofs exofs +alias fs-binfmt_misc binfmt_misc +alias fs-configfs configfs +alias fs-cramfs cramfs +alias char-major-67-* coda +alias fs-coda coda +alias fs-minix minix +alias fs-vfat vfat +alias fs-msdos msdos +alias fs-bfs bfs +alias iso9660 isofs +alias fs-iso9660 isofs +alias fs-hfsplus hfsplus +alias fs-hfs hfs +alias fs-ecryptfs ecryptfs +alias vxfs freevxfs +alias fs-vxfs freevxfs +alias nfs4 nfs +alias fs-nfs4 nfs +alias fs-nfs nfs +alias nfs-layouttype4-1 nfs_layout_nfsv41_files +alias nfs-layouttype4-2 objlayoutdriver +alias nfs-layouttype4-3 blocklayoutdriver +alias nfs-layouttype4-4 nfs_layout_flexfiles +alias fs-nfsd nfsd +alias v7 sysv +alias fs-v7 sysv +alias fs-sysv sysv +alias fs-cifs cifs +alias fs-ncpfs ncpfs +alias fs-hpfs hpfs +alias fs-ntfs ntfs +alias fs-ufs ufs +alias fs-efs efs +alias fs-jffs2 jffs2 +alias fs-logfs logfs +alias fs-ubifs ubifs +alias fs-affs affs +alias fs-romfs romfs +alias fs-qnx4 qnx4 +alias fs-qnx6 qnx6 +alias fs-autofs autofs4 +alias devname:autofs autofs4 +alias char-major-10-235 autofs4 +alias fs-adfs adfs +alias devname:fuse fuse +alias char-major-10-229 fuse +alias fs-fuseblk fuse +alias fs-fuse fuse +alias fs-fusectl fuse +alias devname:cuse cuse +alias char-major-10-203 cuse +alias fs-overlay overlay +alias fs-udf udf +alias fs-omfs omfs +alias fs-9p 9p +alias fs-afs kafs +alias fs-nilfs2 nilfs2 +alias fs-befs befs +alias fs-ocfs2 ocfs2 +alias fs-ocfs2_dlmfs ocfs2_dlmfs +alias fs-gfs2meta gfs2 +alias fs-gfs2 gfs2 +alias fs-f2fs f2fs +alias fs-ceph ceph +alias crypto-seqiv seqiv +alias seqiv seqiv +alias crypto-echainiv echainiv +alias echainiv echainiv +alias crypto-rsa rsa_generic +alias rsa rsa_generic +alias net-pf-16-proto-21 crypto_user +alias crypto-cmac cmac +alias cmac cmac +alias crypto-hmac hmac +alias hmac hmac +alias crypto-vmac vmac +alias vmac vmac +alias crypto-xcbc xcbc +alias xcbc xcbc +alias crypto-md4 md4 +alias md4 md4 +alias crypto-rmd128 rmd128 +alias rmd128 rmd128 +alias crypto-rmd160 rmd160 +alias rmd160 rmd160 +alias crypto-rmd256 rmd256 +alias rmd256 rmd256 +alias crypto-rmd320 rmd320 +alias rmd320 rmd320 +alias crypto-sha256-generic sha256_generic +alias sha256-generic sha256_generic +alias crypto-sha256 sha256_generic +alias sha256 sha256_generic +alias crypto-sha224-generic sha256_generic +alias sha224-generic sha256_generic +alias crypto-sha224 sha256_generic +alias sha224 sha256_generic +alias crypto-sha512-generic sha512_generic +alias sha512-generic sha512_generic +alias crypto-sha512 sha512_generic +alias sha512 sha512_generic +alias crypto-sha384-generic sha512_generic +alias sha384-generic sha512_generic +alias crypto-sha384 sha512_generic +alias sha384 sha512_generic +alias crypto-wp256 wp512 +alias wp256 wp512 +alias crypto-wp384 wp512 +alias wp384 wp512 +alias crypto-wp512 wp512 +alias wp512 wp512 +alias crypto-tgr128 tgr192 +alias tgr128 tgr192 +alias crypto-tgr160 tgr192 +alias tgr160 tgr192 +alias crypto-tgr192 tgr192 +alias tgr192 tgr192 +alias crypto-ecb ecb +alias ecb ecb +alias crypto-cbc cbc +alias cbc cbc +alias crypto-pcbc pcbc +alias pcbc pcbc +alias crypto-cts cts +alias cts cts +alias crypto-lrw lrw +alias lrw lrw +alias crypto-xts xts +alias xts xts +alias crypto-ctr ctr +alias ctr ctr +alias crypto-rfc3686 ctr +alias rfc3686 ctr +alias crypto-kw keywrap +alias kw keywrap +alias crypto-gcm gcm +alias gcm gcm +alias crypto-rfc4543 gcm +alias rfc4543 gcm +alias crypto-rfc4106 gcm +alias rfc4106 gcm +alias crypto-gcm_base gcm +alias gcm_base gcm +alias crypto-ccm ccm +alias ccm ccm +alias crypto-rfc4309 ccm +alias rfc4309 ccm +alias crypto-ccm_base ccm +alias ccm_base ccm +alias crypto-rfc7539esp chacha20poly1305 +alias rfc7539esp chacha20poly1305 +alias crypto-rfc7539 chacha20poly1305 +alias rfc7539 chacha20poly1305 +alias crypto-cryptd cryptd +alias cryptd cryptd +alias crypto-mcryptd mcryptd +alias mcryptd mcryptd +alias crypto-des3_ede-generic des_generic +alias des3_ede-generic des_generic +alias crypto-des3_ede des_generic +alias des3_ede des_generic +alias crypto-des-generic des_generic +alias des-generic des_generic +alias crypto-des des_generic +alias des des_generic +alias crypto-fcrypt fcrypt +alias fcrypt fcrypt +alias crypto-blowfish-generic blowfish_generic +alias blowfish-generic blowfish_generic +alias crypto-blowfish blowfish_generic +alias blowfish blowfish_generic +alias crypto-twofish-generic twofish_generic +alias twofish-generic twofish_generic +alias crypto-twofish twofish_generic +alias twofish twofish_generic +alias crypto-serpent-generic serpent_generic +alias serpent-generic serpent_generic +alias crypto-serpent serpent_generic +alias serpent serpent_generic +alias crypto-tnepres serpent_generic +alias tnepres serpent_generic +alias crypto-camellia-generic camellia_generic +alias camellia-generic camellia_generic +alias crypto-camellia camellia_generic +alias camellia camellia_generic +alias crypto-cast5-generic cast5_generic +alias cast5-generic cast5_generic +alias crypto-cast5 cast5_generic +alias cast5 cast5_generic +alias crypto-cast6-generic cast6_generic +alias cast6-generic cast6_generic +alias crypto-cast6 cast6_generic +alias cast6 cast6_generic +alias crypto-arc4 arc4 +alias arc4 arc4 +alias crypto-xeta tea +alias xeta tea +alias crypto-xtea tea +alias xtea tea +alias crypto-tea tea +alias tea tea +alias crypto-khazad khazad +alias khazad khazad +alias crypto-anubis anubis +alias anubis anubis +alias crypto-seed seed +alias seed seed +alias crypto-salsa20-generic salsa20_generic +alias salsa20-generic salsa20_generic +alias crypto-salsa20 salsa20_generic +alias salsa20 salsa20_generic +alias crypto-chacha20-generic chacha20_generic +alias chacha20-generic chacha20_generic +alias crypto-chacha20 chacha20_generic +alias chacha20 chacha20_generic +alias crypto-poly1305-generic poly1305_generic +alias poly1305-generic poly1305_generic +alias crypto-poly1305 poly1305_generic +alias poly1305 poly1305_generic +alias crypto-deflate deflate +alias deflate deflate +alias crypto-michael_mic michael_mic +alias michael_mic michael_mic +alias crypto-crc32-generic crc32_generic +alias crc32-generic crc32_generic +alias crypto-crc32 crc32_generic +alias crc32 crc32_generic +alias crypto-authenc authenc +alias authenc authenc +alias crypto-authencesn authencesn +alias authencesn authencesn +alias crypto-lz4 lz4 +alias lz4 lz4 +alias crypto-lz4hc lz4hc +alias lz4hc lz4hc +alias crypto-842-generic 842 +alias 842-generic 842 +alias crypto-842 842 +alias 842 842 +alias crypto-ansi_cprng ansi_cprng +alias ansi_cprng ansi_cprng +alias crypto-stdrng ansi_cprng +alias stdrng ansi_cprng +alias crypto-stdrng drbg +alias stdrng drbg +alias crypto-drbg_nopr_hmac_sha1 drbg +alias drbg_nopr_hmac_sha1 drbg +alias crypto-drbg_pr_hmac_sha1 drbg +alias drbg_pr_hmac_sha1 drbg +alias crypto-drbg_nopr_hmac_sha256 drbg +alias drbg_nopr_hmac_sha256 drbg +alias crypto-drbg_pr_hmac_sha256 drbg +alias drbg_pr_hmac_sha256 drbg +alias crypto-drbg_nopr_hmac_sha384 drbg +alias drbg_nopr_hmac_sha384 drbg +alias crypto-drbg_pr_hmac_sha384 drbg +alias drbg_pr_hmac_sha384 drbg +alias crypto-drbg_nopr_hmac_sha512 drbg +alias drbg_nopr_hmac_sha512 drbg +alias crypto-drbg_pr_hmac_sha512 drbg +alias drbg_pr_hmac_sha512 drbg +alias crypto-jitterentropy_rng jitterentropy_rng +alias jitterentropy_rng jitterentropy_rng +alias crypto-ghash-generic ghash_generic +alias ghash-generic ghash_generic +alias crypto-ghash ghash_generic +alias ghash ghash_generic +alias net-pf-38 af_alg +alias tty-ldisc-21 n_gsm +alias tty-ldisc-24 n_tracerouter +alias tty-ldisc-23 n_tracesink +alias tty-ldisc-9 n_r3964 +alias rd brd +alias block-major-1-* brd +alias devname:loop-control loop +alias char-major-10-237 loop +alias block-major-7-* loop +alias block-major-147-* drbd +alias i2c:at24 at24 +alias i2c:24c1024 at24 +alias i2c:24c512 at24 +alias i2c:24c256 at24 +alias i2c:24c128 at24 +alias i2c:24cs64 at24 +alias i2c:24c64 at24 +alias i2c:24cs32 at24 +alias i2c:24c32 at24 +alias i2c:24cs16 at24 +alias i2c:24c16 at24 +alias i2c:24cs08 at24 +alias i2c:24c08 at24 +alias i2c:24cs04 at24 +alias i2c:24c04 at24 +alias i2c:spd at24 +alias i2c:24mac602 at24 +alias i2c:24mac402 at24 +alias i2c:24cs02 at24 +alias i2c:24c02 at24 +alias i2c:24cs01 at24 +alias i2c:24c01 at24 +alias i2c:24c00 at24 +alias acpi*:INT3499:* at24 +alias i2c:max6875 max6875 +alias i2c:ad5274 ad525x_dpot_i2c +alias i2c:ad5272 ad525x_dpot_i2c +alias i2c:ad5173 ad525x_dpot_i2c +alias i2c:ad5172 ad525x_dpot_i2c +alias i2c:ad5170 ad525x_dpot_i2c +alias i2c:ad5171 ad525x_dpot_i2c +alias i2c:ad5161 ad525x_dpot_i2c +alias i2c:ad5273 ad525x_dpot_i2c +alias i2c:adn2860 ad525x_dpot_i2c +alias i2c:ad5282 ad525x_dpot_i2c +alias i2c:ad5280 ad525x_dpot_i2c +alias i2c:ad5248 ad525x_dpot_i2c +alias i2c:ad5247 ad525x_dpot_i2c +alias i2c:ad5246 ad525x_dpot_i2c +alias i2c:ad5245 ad525x_dpot_i2c +alias i2c:ad5243 ad525x_dpot_i2c +alias i2c:ad5242 ad525x_dpot_i2c +alias i2c:ad5241 ad525x_dpot_i2c +alias i2c:ad5255 ad525x_dpot_i2c +alias i2c:ad5254 ad525x_dpot_i2c +alias i2c:ad5253 ad525x_dpot_i2c +alias i2c:ad5252 ad525x_dpot_i2c +alias i2c:ad5251 ad525x_dpot_i2c +alias i2c:ad5259 ad525x_dpot_i2c +alias i2c:ad5258 ad525x_dpot_i2c +alias dmi:bvnIBM:*:pnIBMSystemx3550* ics932s401 +alias dmi:bvnIBM:*:pnIBMSystemx3650* ics932s401 +alias dmi:bvnIBM:*:rn9232:* ics932s401 +alias dmi:bvnIBM:*:rn9228:* ics932s401 +alias i2c:ics932s401 ics932s401 +alias i2c:sfh7770 bh1770glc +alias i2c:bh1770glc bh1770glc +alias i2c:apds990x apds990x +alias i2c:apds9802als apds9802als +alias i2c:isl29003 isl29003 +alias i2c:isl29020 isl29020 +alias i2c:tsl2550 tsl2550 +alias i2c:ds1682 ds1682 +alias i2c:hmc6352 hmc6352 +alias i2c:fsa9480 fsa9480 +alias rtnl-link-bond bonding +alias rtnl-link-dummy dummy +alias rtnl-link-ifb ifb +alias rtnl-link-macsec macsec +alias rtnl-link-macvlan macvlan +alias rtnl-link-macvtap macvtap +alias mdio:0000000000100010010101100001???? amd +alias mdio:0000001110100001101101001011???? aquantia +alias mdio:0000001110100001101101001010???? aquantia +alias mdio:0000001110100001101101000110???? aquantia +alias mdio:0000001110100001101101000100???? aquantia +alias mdio:000000000100110111010000011?0010 at803x +alias mdio:000000000100110111010000011?0100 at803x +alias mdio:000000000100110111010000011?0110 at803x +alias mdio:0110000000001101100001010001???? bcm7xxx +alias mdio:0110000000001101100001110101???? bcm7xxx +alias mdio:0110000000001101100001001000???? bcm7xxx +alias mdio:0110000000001101100001110011???? bcm7xxx +alias mdio:0110000000001101100001101011???? bcm7xxx +alias mdio:0110000000001101100001001011???? bcm7xxx +alias mdio:0110000000001101100001100101???? bcm7xxx +alias mdio:0110000000001101100001001001???? bcm7xxx +alias mdio:1010111000000010010100100110???? bcm7xxx +alias mdio:1010111000000010010100101000???? bcm7xxx +alias mdio:0000000101000011101111000011???? broadcom +alias mdio:0000000101000011101111000111???? broadcom +alias mdio:0000001101100010010111011001???? broadcom +alias mdio:0000000101000011101111010111???? broadcom +alias mdio:0000000101000011101111010110???? broadcom +alias mdio:0000000101000011101111001011???? broadcom +alias mdio:0000000101000011101111001010???? broadcom +alias mdio:0000000000100000011000001011???? broadcom +alias mdio:0000001101100010010111010001???? broadcom +alias mdio:0000000000100000011000001100???? broadcom +alias mdio:0000000000100000011000001110???? broadcom +alias mdio:0000000000100000011000000111???? broadcom +alias mdio:????????????11111100010001?????? cicada +alias mdio:????????????1111110001000001???? cicada +alias mdio:????000000011000000110111000???? davicom +alias mdio:????000110000001101110001010???? davicom +alias mdio:????000110000001101110001011???? davicom +alias mdio:????000110000001101110001000???? davicom +alias mdio:0010000000000000101000100100???? dp83848 +alias mdio:0010000000000000101000100001???? dp83848 +alias mdio:0010000000000000010111001001???? dp83848 +alias mdio:0010000000000000010111001010???? dp83848 +alias mdio:0010000000000000101000100011???? dp83867 +alias mdio:????001001000011000011000101???? icplus +alias mdio:????001001000011000011011001???? icplus +alias mdio:????001001000011000011011000???? icplus +alias mdio:0000001010000010111100000001???? et1011c +alias mdio:0000000000010011011110100001???? lxt +alias mdio:0000000000010011011110001110???? lxt +alias mdio:0111100000010000000000000000???? lxt +alias mdio:0000000101000001000011100110???? marvell +alias mdio:0000000101000001000011101011???? marvell +alias mdio:0000000101000001000011011101???? marvell +alias mdio:0000000101000001000011100100???? marvell +alias mdio:0000000101000001000011101001???? marvell +alias mdio:0000000101000001000011001011???? marvell +alias mdio:0000000101000001000011100001???? marvell +alias mdio:0000000101000001000011001100???? marvell +alias mdio:0000000101000001000011001001???? marvell +alias mdio:0000000101000001000011000110???? marvell +alias mdio:????????00100010000101000011???? micrel +alias mdio:????????00001110011100100011???? micrel +alias mdio:????????00100010000101010110???? micrel +alias mdio:????????00100010000101010111???? micrel +alias mdio:????????00100010000101010101???? micrel +alias mdio:????????00100010000101010001???? micrel +alias mdio:????????001000100001010101010110 micrel +alias mdio:????????001000100001010101010101 micrel +alias mdio:????????00100010000101110010???? micrel +alias mdio:????????0010001000010110000110?? micrel +alias mdio:????????00100010000101100010???? micrel +alias mdio:????????????0010000101100001000? micrel +alias mdio:0000000000000111110000010011???? microchip +alias mdio:0010000000000000010111000111???? national +alias mdio:0000000000011000000101000100???? qsemi +alias mdio:???????????111001100100100010110 realtek +alias mdio:???????????111001100100100010101 realtek +alias mdio:???????????111001100100100010100 realtek +alias mdio:???????????111001100100100010010 realtek +alias mdio:0000000000000111110000010001???? smsc +alias mdio:0000000000000111110000001111???? smsc +alias mdio:0000000000000111110000001101???? smsc +alias mdio:0000000000000111110000001100???? smsc +alias mdio:0000000000000111110000001011???? smsc +alias mdio:0000000000000111110000001010???? smsc +alias mdio:00011100000001000000000000010001 ste10Xp +alias mdio:0000000000000110000111000101???? ste10Xp +alias mdio:00000000101000011001010000010000 teranetics +alias mdio:????????????1111110001001011???? vitesse +alias mdio:????????????1111110001010101???? vitesse +alias mdio:????????????0111000001100110???? vitesse +alias mdio:????????????0111000001001010???? vitesse +alias mdio:????????????0111000001100111???? vitesse +alias mdio:????????????11111100011011?????? vitesse +alias mdio:????????????1111110001100010???? vitesse +alias rtnl-link-team team +alias team-mode-broadcast team_mode_broadcast +alias team-mode-roundrobin team_mode_roundrobin +alias team-mode-random team_mode_random +alias team-mode-activebackup team_mode_activebackup +alias team-mode-loadbalance team_mode_loadbalance +alias devname:net/tun tun +alias char-major-10-200 tun +alias rtnl-link-veth veth +alias rtnl-link-vxlan vxlan +alias rtnl-link-geneve geneve +alias rtnl-link-gtp gtp +alias rtnl-link-nlmon nlmon +alias tty-ldisc-20 caif_serial +alias tty-ldisc-17 slcan +alias rtnl-link-can can_dev +alias devname:ppp ppp_generic +alias rtnl-link-ppp ppp_generic +alias char-major-108-0 ppp_generic +alias tty-ldisc-3 ppp_async +alias ppp-compress-21 bsd_comp +alias ppp-compress-24 ppp_deflate +alias ppp-compress-26 ppp_deflate +alias ppp-compress-18 ppp_mppe +alias tty-ldisc-14 ppp_synctty +alias net-pf-24 pppox +alias net-pf-24-proto-0 pppoe +alias net-pf-24-proto-2 pptp +alias tty-ldisc-1 slip +alias i2c:rave-wdt ziirave_wdt +alias of:N*T*Czii,rave-wdtC* ziirave_wdt +alias of:N*T*Czii,rave-wdt ziirave_wdt +alias md-level--1 linear +alias md-linear linear +alias md-personality-1 linear +alias md-level-0 raid0 +alias md-raid0 raid0 +alias md-personality-2 raid0 +alias md-level-1 raid1 +alias md-raid1 raid1 +alias md-personality-3 raid1 +alias md-level-10 raid10 +alias md-raid10 raid10 +alias md-personality-9 raid10 +alias raid6 raid456 +alias raid5 raid456 +alias md-level-6 raid456 +alias md-raid6 raid456 +alias md-personality-8 raid456 +alias md-level-4 raid456 +alias md-level-5 raid456 +alias md-raid4 raid456 +alias md-raid5 raid456 +alias md-personality-4 raid456 +alias md-level--4 multipath +alias md-multipath multipath +alias md-personality-7 multipath +alias md-level--5 faulty +alias md-faulty faulty +alias md-personality-10 faulty +alias block-major-9-* md_mod +alias md md_mod +alias devname:mapper/control dm_mod +alias char-major-10-236 dm_mod +alias dm-snapshot-merge dm_snapshot +alias dm-snapshot-origin dm_snapshot +alias dm-raid6 dm_raid +alias dm-raid5 dm_raid +alias dm-raid4 dm_raid +alias dm-raid10 dm_raid +alias dm-raid1 dm_raid +alias dm-raid0 dm_raid +alias dm-cache-mq dm_cache_smq +alias dm-cache-default dm_cache_smq +alias net-pf-16-proto-11 cn +alias net-pf-16-proto-8 scsi_transport_iscsi +alias scsi:t-0x01* st +alias char-major-9-* st +alias scsi:t-0x01* osst +alias char-major-206-* osst +alias scsi:t-0x0e* sd_mod +alias scsi:t-0x07* sd_mod +alias scsi:t-0x00* sd_mod +alias block-major-135-* sd_mod +alias block-major-134-* sd_mod +alias block-major-133-* sd_mod +alias block-major-132-* sd_mod +alias block-major-131-* sd_mod +alias block-major-130-* sd_mod +alias block-major-129-* sd_mod +alias block-major-128-* sd_mod +alias block-major-71-* sd_mod +alias block-major-70-* sd_mod +alias block-major-69-* sd_mod +alias block-major-68-* sd_mod +alias block-major-67-* sd_mod +alias block-major-66-* sd_mod +alias block-major-65-* sd_mod +alias block-major-8-* sd_mod +alias scsi:t-0x04* sr_mod +alias scsi:t-0x05* sr_mod +alias block-major-11-* sr_mod +alias char-major-21-* sg +alias scsi:t-0x08* ch +alias char-major-86-* ch +alias scsi:t-0x0d* ses +alias scsi:t-0x11* osd +alias char-major-260-* osd +alias char-major-90-* mtd +alias RedBoot redboot +alias block-major-93-* nftl +alias hsi:hsi_char hsi_char +alias platform:uio_pdrv_genirq uio_pdrv_genirq +alias tty-ldisc-18 pps_ldisc +alias of:N*T*Cgeneric-adc-thermalC* thermal_generic_adc +alias of:N*T*Cgeneric-adc-thermal thermal_generic_adc +alias i2c:max11647 max1363 +alias i2c:max11646 max1363 +alias i2c:max11645 max1363 +alias i2c:max11644 max1363 +alias i2c:max11617 max1363 +alias i2c:max11616 max1363 +alias i2c:max11615 max1363 +alias i2c:max11614 max1363 +alias i2c:max11613 max1363 +alias i2c:max11612 max1363 +alias i2c:max11611 max1363 +alias i2c:max11610 max1363 +alias i2c:max11609 max1363 +alias i2c:max11608 max1363 +alias i2c:max11607 max1363 +alias i2c:max11606 max1363 +alias i2c:max11605 max1363 +alias i2c:max11604 max1363 +alias i2c:max11603 max1363 +alias i2c:max11602 max1363 +alias i2c:max11601 max1363 +alias i2c:max11600 max1363 +alias i2c:max1239 max1363 +alias i2c:max1238 max1363 +alias i2c:max1237 max1363 +alias i2c:max1236 max1363 +alias i2c:max1139 max1363 +alias i2c:max1138 max1363 +alias i2c:max1137 max1363 +alias i2c:max1136 max1363 +alias i2c:max1039 max1363 +alias i2c:max1038 max1363 +alias i2c:max1037 max1363 +alias i2c:max1036 max1363 +alias i2c:max1364 max1363 +alias i2c:max1363 max1363 +alias i2c:max1362 max1363 +alias i2c:max1361 max1363 +alias i2c:nau7802 nau7802 +alias of:N*T*Cnuvoton,nau7802C* nau7802 +alias of:N*T*Cnuvoton,nau7802 nau7802 +alias i2c:adc121c ti_adc081c +alias i2c:adc101c ti_adc081c +alias i2c:adc081c ti_adc081c +alias i2c:ad5392-5 ad5380 +alias i2c:ad5392-3 ad5380 +alias i2c:ad5391-5 ad5380 +alias i2c:ad5391-3 ad5380 +alias i2c:ad5390-5 ad5380 +alias i2c:ad5390-3 ad5380 +alias i2c:ad5384-5 ad5380 +alias i2c:ad5384-3 ad5380 +alias i2c:ad5383-5 ad5380 +alias i2c:ad5383-3 ad5380 +alias i2c:ad5382-5 ad5380 +alias i2c:ad5382-3 ad5380 +alias i2c:ad5381-5 ad5380 +alias i2c:ad5381-3 ad5380 +alias i2c:ad5380-5 ad5380 +alias i2c:ad5380-3 ad5380 +alias i2c:ltc2629 ad5064 +alias i2c:ltc2627 ad5064 +alias i2c:ltc2626 ad5064 +alias i2c:ltc2619 ad5064 +alias i2c:ltc2617 ad5064 +alias i2c:ltc2616 ad5064 +alias i2c:ltc2609 ad5064 +alias i2c:ltc2607 ad5064 +alias i2c:ltc2606 ad5064 +alias i2c:ad5669-3 ad5064 +alias i2c:ad5669-2 ad5064 +alias i2c:ad5669-1 ad5064 +alias i2c:ad5667r-2v5 ad5064 +alias i2c:ad5667r-1v25 ad5064 +alias i2c:ad5667 ad5064 +alias i2c:ad5665r-2v5 ad5064 +alias i2c:ad5665r-1v25 ad5064 +alias i2c:ad5665 ad5064 +alias i2c:ad5645r-2v5 ad5064 +alias i2c:ad5645r-1v25 ad5064 +alias i2c:ad5629-3 ad5064 +alias i2c:ad5629-2 ad5064 +alias i2c:ad5629-1 ad5064 +alias i2c:ad5627r-2v5 ad5064 +alias i2c:ad5627r-1v25 ad5064 +alias i2c:ad5627 ad5064 +alias i2c:ad5625r-2v5 ad5064 +alias i2c:ad5625r-1v25 ad5064 +alias i2c:ad5625 ad5064 +alias i2c:ad5622 ad5446 +alias i2c:ad5612 ad5446 +alias i2c:ad5602 ad5446 +alias i2c:ad5321 ad5446 +alias i2c:ad5311 ad5446 +alias i2c:ad5301 ad5446 +alias i2c:max521 max517 +alias i2c:max520 max517 +alias i2c:max519 max517 +alias i2c:max518 max517 +alias i2c:max517 max517 +alias i2c:mcp4726 mcp4725 +alias i2c:mcp4725 mcp4725 +alias i2c:adjd_s311 adjd_s311 +alias i2c:apds9300 apds9300 +alias i2c:vcnl4000 vcnl4000 +alias i2c:tmp006 tmp006 +alias char-major-14-* soundcore +alias net-pf-16-proto-16-family-devlink devlink +alias act_xt act_ipt +alias ifemeta1 act_meta_mark +alias ifemeta3 act_meta_skbprio +alias sch_clsact sch_ingress +alias ematch-kind-1 em_cmp +alias ematch-kind-2 em_nbyte +alias ematch-kind-3 em_u32 +alias ematch-kind-4 em_meta +alias ematch-kind-5 em_text +alias ematch-kind-7 em_canid +alias ematch-kind-8 em_ipset +alias net-pf-16-proto-4-type-16 netlink_diag +alias net-pf-16-proto-12 nfnetlink +alias nfnetlink-subsys-7 nfnetlink_acct +alias nfnetlink-subsys-3 nfnetlink_queue +alias nf-logger-3-1 nfnetlink_log +alias nf-logger-7-1 nfnetlink_log +alias nf-logger-10-1 nfnetlink_log +alias nf-logger-2-1 nfnetlink_log +alias nfnetlink-subsys-4 nfnetlink_log +alias ip_conntrack_proto_sctp nf_conntrack_proto_sctp +alias nfnetlink-subsys-2 nf_conntrack_netlink +alias nfnetlink-subsys-1 nf_conntrack_netlink +alias ip_conntrack_netlink nf_conntrack_netlink +alias nfnetlink-subsys-8 nfnetlink_cttimeout +alias nfct-helper-amanda nf_conntrack_amanda +alias ip_conntrack_amanda nf_conntrack_amanda +alias nfct-helper-ftp nf_conntrack_ftp +alias ip_conntrack_ftp nf_conntrack_ftp +alias nfct-helper-H.245 nf_conntrack_h323 +alias nfct-helper-Q.931 nf_conntrack_h323 +alias nfct-helper-RAS nf_conntrack_h323 +alias ip_conntrack_h323 nf_conntrack_h323 +alias nfct-helper-irc nf_conntrack_irc +alias ip_conntrack_irc nf_conntrack_irc +alias nfct-helper-netbios_ns nf_conntrack_netbios_ns +alias ip_conntrack_netbios_ns nf_conntrack_netbios_ns +alias nfct-helper-snmp nf_conntrack_snmp +alias nfct-helper-pptp nf_conntrack_pptp +alias ip_conntrack_pptp nf_conntrack_pptp +alias nfct-helper-sane nf_conntrack_sane +alias nfct-helper-sip nf_conntrack_sip +alias ip_conntrack_sip nf_conntrack_sip +alias nfct-helper-tftp nf_conntrack_tftp +alias ip_conntrack_tftp nf_conntrack_tftp +alias ip_nat_amanda nf_nat_amanda +alias ip_nat_ftp nf_nat_ftp +alias ip_nat_irc nf_nat_irc +alias ip_nat_sip nf_nat_sip +alias ip_nat_tftp nf_nat_tftp +alias nfnetlink-subsys-10 nf_tables +alias nft-afinfo-1 nf_tables_inet +alias nft-afinfo-5 nf_tables_netdev +alias nft-expr-target nft_compat +alias nft-expr-match nft_compat +alias nfnetlink-subsys-11 nft_compat +alias nft-expr-exthdr nft_exthdr +alias nft-expr-meta nft_meta +alias nft-expr-notrack nft_ct +alias nft-expr-ct nft_ct +alias nft-expr-limit nft_limit +alias nft-expr-nat nft_nat +alias nft-expr-queue nft_queue +alias nft-expr-1-reject nft_reject_inet +alias nft-expr-counter nft_counter +alias nft-expr-log nft_log +alias nft-expr-hash nft_hash +alias nft-expr-5-dup nft_dup_netdev +alias nft-expr-5-fwd nft_fwd_netdev +alias ip6t_tcp xt_tcpudp +alias ip6t_udp xt_tcpudp +alias ipt_tcp xt_tcpudp +alias ipt_udp xt_tcpudp +alias xt_udp xt_tcpudp +alias xt_tcp xt_tcpudp +alias arpt_MARK xt_mark +alias ip6t_MARK xt_mark +alias ipt_MARK xt_mark +alias ip6t_mark xt_mark +alias ipt_mark xt_mark +alias ip6t_connmark xt_connmark +alias ipt_connmark xt_connmark +alias ip6t_CONNMARK xt_connmark +alias ipt_CONNMARK xt_connmark +alias ip6t_SET xt_set +alias ipt_SET xt_set +alias ip6t_set xt_set +alias ipt_set xt_set +alias xt_SET xt_set +alias ip6t_DNAT xt_nat +alias ip6t_SNAT xt_nat +alias ipt_DNAT xt_nat +alias ipt_SNAT xt_nat +alias arpt_AUDIT xt_AUDIT +alias ebt_AUDIT xt_AUDIT +alias ip6t_AUDIT xt_AUDIT +alias ipt_AUDIT xt_AUDIT +alias ip6t_CHECKSUM xt_CHECKSUM +alias ipt_CHECKSUM xt_CHECKSUM +alias arpt_CLASSIFY xt_CLASSIFY +alias ip6t_CLASSIFY xt_CLASSIFY +alias ipt_CLASSIFY xt_CLASSIFY +alias ip6t_CONNSECMARK xt_CONNSECMARK +alias ipt_CONNSECMARK xt_CONNSECMARK +alias ip6t_NOTRACK xt_CT +alias ipt_NOTRACK xt_CT +alias ip6t_CT xt_CT +alias ipt_CT xt_CT +alias ip6t_TOS xt_DSCP +alias ipt_TOS xt_DSCP +alias ip6t_DSCP xt_DSCP +alias ipt_DSCP xt_DSCP +alias ip6t_HL xt_HL +alias ipt_TTL xt_HL +alias ip6t_HMARK xt_HMARK +alias ipt_HMARK xt_HMARK +alias ip6t_LOG xt_LOG +alias ipt_LOG xt_LOG +alias ipt_NETMAP xt_NETMAP +alias ip6t_NETMAP xt_NETMAP +alias ip6t_NFLOG xt_NFLOG +alias ipt_NFLOG xt_NFLOG +alias arpt_NFQUEUE xt_NFQUEUE +alias ip6t_NFQUEUE xt_NFQUEUE +alias ipt_NFQUEUE xt_NFQUEUE +alias ip6t_RATEEST xt_RATEEST +alias ipt_RATEEST xt_RATEEST +alias ipt_REDIRECT xt_REDIRECT +alias ip6t_REDIRECT xt_REDIRECT +alias ip6t_SECMARK xt_SECMARK +alias ipt_SECMARK xt_SECMARK +alias ip6t_TPROXY xt_TPROXY +alias ipt_TPROXY xt_TPROXY +alias ip6t_TCPMSS xt_TCPMSS +alias ipt_TCPMSS xt_TCPMSS +alias ip6t_TCPOPTSTRIP xt_TCPOPTSTRIP +alias ipt_TCPOPTSTRIP xt_TCPOPTSTRIP +alias ip6t_TEE xt_TEE +alias ipt_TEE xt_TEE +alias ip6t_TRACE xt_TRACE +alias ipt_TRACE xt_TRACE +alias ip6t_IDLETIMER xt_IDLETIMER +alias ipt_IDLETIMER xt_IDLETIMER +alias ip6t_addrtype xt_addrtype +alias ipt_addrtype xt_addrtype +alias ip6t_bpf xt_bpf +alias ipt_bpf xt_bpf +alias ip6t_cluster xt_cluster +alias ipt_cluster xt_cluster +alias ip6t_comment xt_comment +alias ipt_comment xt_comment +alias ip6t_connbytes xt_connbytes +alias ipt_connbytes xt_connbytes +alias ip6t_connlabel xt_connlabel +alias ipt_connlabel xt_connlabel +alias ip6t_connlimit xt_connlimit +alias ipt_connlimit xt_connlimit +alias ip6t_conntrack xt_conntrack +alias ipt_conntrack xt_conntrack +alias ip6t_cpu xt_cpu +alias ipt_cpu xt_cpu +alias ip6t_dccp xt_dccp +alias ipt_dccp xt_dccp +alias ip6t_devgroup xt_devgroup +alias ipt_devgroup xt_devgroup +alias ip6t_tos xt_dscp +alias ipt_tos xt_dscp +alias ip6t_dscp xt_dscp +alias ipt_dscp xt_dscp +alias ip6t_ecn xt_ecn +alias ipt_ecn xt_ecn +alias ip6t_esp xt_esp +alias ipt_esp xt_esp +alias ip6t_hashlimit xt_hashlimit +alias ipt_hashlimit xt_hashlimit +alias ip6t_helper xt_helper +alias ipt_helper xt_helper +alias ip6t_hl xt_hl +alias ipt_ttl xt_hl +alias ip6t_ipcomp xt_ipcomp +alias ipt_ipcomp xt_ipcomp +alias ip6t_iprange xt_iprange +alias ipt_iprange xt_iprange +alias ip6t_ipvs xt_ipvs +alias ipt_ipvs xt_ipvs +alias ip6t_l2tp xt_l2tp +alias ipt_l2tp xt_l2tp +alias ip6t_length xt_length +alias ipt_length xt_length +alias ip6t_limit xt_limit +alias ipt_limit xt_limit +alias ip6t_mac xt_mac +alias ipt_mac xt_mac +alias ip6t_multiport xt_multiport +alias ipt_multiport xt_multiport +alias ip6t_nfacct xt_nfacct +alias ipt_nfacct xt_nfacct +alias nfnetlink-subsys-5 xt_osf +alias ip6t_osf xt_osf +alias ipt_osf xt_osf +alias ip6t_owner xt_owner +alias ipt_owner xt_owner +alias ip6t_cgroup xt_cgroup +alias ipt_cgroup xt_cgroup +alias ip6t_physdev xt_physdev +alias ipt_physdev xt_physdev +alias ip6t_pkttype xt_pkttype +alias ipt_pkttype xt_pkttype +alias ip6t_policy xt_policy +alias ipt_policy xt_policy +alias ip6t_quota xt_quota +alias ipt_quota xt_quota +alias ip6t_rateest xt_rateest +alias ipt_rateest xt_rateest +alias ipt_realm xt_realm +alias ip6t_recent xt_recent +alias ipt_recent xt_recent +alias ip6t_sctp xt_sctp +alias ipt_sctp xt_sctp +alias ip6t_socket xt_socket +alias ipt_socket xt_socket +alias ip6t_state xt_state +alias ipt_state xt_state +alias ip6t_statistic xt_statistic +alias ipt_statistic xt_statistic +alias ip6t_string xt_string +alias ipt_string xt_string +alias ip6t_tcpmss xt_tcpmss +alias ipt_tcpmss xt_tcpmss +alias ip6t_time xt_time +alias ipt_time xt_time +alias ip6t_u32 xt_u32 +alias ipt_u32 xt_u32 +alias nfnetlink-subsys-6 ip_set +alias ip_set_bitmap:ip ip_set_bitmap_ip +alias ip_set_bitmap:ip,mac ip_set_bitmap_ipmac +alias ip_set_bitmap:port ip_set_bitmap_port +alias ip_set_hash:ip ip_set_hash_ip +alias ip_set_hash:ip,mark ip_set_hash_ipmark +alias ip_set_hash:ip,port ip_set_hash_ipport +alias ip_set_hash:ip,port,ip ip_set_hash_ipportip +alias ip_set_hash:ip,port,net ip_set_hash_ipportnet +alias ip_set_hash:mac ip_set_hash_mac +alias ip_set_hash:net ip_set_hash_net +alias ip_set_hash:net,port ip_set_hash_netport +alias ip_set_hash:net,iface ip_set_hash_netiface +alias ip_set_hash:net,net ip_set_hash_netnet +alias ip_set_hash:net,port,net ip_set_hash_netportnet +alias ip_set_list:set ip_set_list_set +alias ip_conntrack nf_conntrack_ipv4 +alias nf_conntrack-2 nf_conntrack_ipv4 +alias nf-nat-2 nf_nat_ipv4 +alias nf-logger-3-0 nf_log_arp +alias nf-logger-2-0 nf_log_ipv4 +alias ip_nat_h323 nf_nat_h323 +alias ip_nat_pptp nf_nat_pptp +alias ip_nat_snmp_basic nf_nat_snmp_basic +alias nft-afinfo-2 nf_tables_ipv4 +alias nft-chain-2-route nft_chain_route_ipv4 +alias nft-chain-2-nat nft_chain_nat_ipv4 +alias nft-expr-2-reject nft_reject_ipv4 +alias nft-expr-2-masq nft_masq_ipv4 +alias nft-expr-2-redir nft_redir_ipv4 +alias nft-expr-2-dup nft_dup_ipv4 +alias nft-afinfo-3 nf_tables_arp +alias netdev-tunl0 ipip +alias rtnl-link-ipip ipip +alias netdev-gretap0 ip_gre +alias netdev-gre0 ip_gre +alias rtnl-link-gretap ip_gre +alias rtnl-link-gre ip_gre +alias netdev-ip_vti0 ip_vti +alias rtnl-link-vti ip_vti +alias xfrm-type-2-51 ah4 +alias xfrm-type-2-50 esp4 +alias xfrm-type-2-108 ipcomp +alias xfrm-type-2-4 xfrm4_tunnel +alias xfrm-mode-2-4 xfrm4_mode_beet +alias xfrm-mode-2-0 xfrm4_mode_transport +alias xfrm-mode-2-1 xfrm4_mode_tunnel +alias net-pf-16-proto-4-type-2-136 udp_diag +alias net-pf-16-proto-4-type-2-17 udp_diag +alias net-pf-16-proto-6 xfrm_user +alias net-pf-16-proto-4-type-1 unix_diag +alias nf_conntrack-10 nf_conntrack_ipv6 +alias nf-nat-10 nf_nat_ipv6 +alias nf-logger-10-0 nf_log_ipv6 +alias nft-afinfo-10 nf_tables_ipv6 +alias nft-chain-10-route nft_chain_route_ipv6 +alias nft-chain-10-nat nft_chain_nat_ipv6 +alias nft-expr-10-reject nft_reject_ipv6 +alias nft-expr-10-masq nft_masq_ipv6 +alias nft-expr-10-redir nft_redir_ipv6 +alias nft-expr-10-dup nft_dup_ipv6 +alias ip6t_dst ip6t_hbh +alias ip6t_DNPT ip6t_NPT +alias ip6t_SNPT ip6t_NPT +alias net-pf-10 ipv6 +alias xfrm-type-10-51 ah6 +alias xfrm-type-10-50 esp6 +alias xfrm-type-10-108 ipcomp6 +alias xfrm-type-10-41 xfrm6_tunnel +alias xfrm-mode-10-0 xfrm6_mode_transport +alias xfrm-mode-10-1 xfrm6_mode_tunnel +alias xfrm-mode-10-2 xfrm6_mode_ro +alias xfrm-mode-10-4 xfrm6_mode_beet +alias xfrm-type-10-43 mip6 +alias xfrm-type-10-60 mip6 +alias netdev-ip6_vti0 ip6_vti +alias rtnl-link-vti6 ip6_vti +alias netdev-sit0 sit +alias rtnl-link-sit sit +alias netdev-ip6tnl0 ip6_tunnel +alias rtnl-link-ip6tnl ip6_tunnel +alias netdev-ip6gre0 ip6_gre +alias rtnl-link-ip6gretap ip6_gre +alias rtnl-link-ip6gre ip6_gre +alias net-pf-16-proto-4-type-17 af_packet_diag +alias rtnl-link-vlan 8021q +alias net-pf-26 llc2 +alias net-pf-15 af_key +alias nft-afinfo-7 nf_tables_bridge +alias nft-expr-7-meta nft_meta_bridge +alias nft-expr-7-reject nft_reject_bridge +alias nf-logger-7-0 nf_log_bridge +alias rtnl-link-bridge bridge +alias net-pf-4 ipx +alias net-pf-5 appletalk +alias net-pf-9 x25 +alias net-pf-29 can +alias can-proto-1 can_raw +alias can-proto-2 can_bcm +alias can-gw can_gw +alias rpc_pipefs sunrpc +alias fs-rpc_pipefs sunrpc +alias rpc-auth-6 auth_rpcgss +alias rpc-auth-gss-1.2.840.113554.1.2.2 rpcsec_gss_krb5 +alias rpc-auth-gss-390005 rpcsec_gss_krb5 +alias rpc-auth-gss-390004 rpcsec_gss_krb5 +alias rpc-auth-gss-390003 rpcsec_gss_krb5 +alias rpc-auth-gss-krb5p rpcsec_gss_krb5 +alias rpc-auth-gss-krb5i rpcsec_gss_krb5 +alias rpc-auth-gss-krb5 rpcsec_gss_krb5 +alias net-pf-33 af_rxrpc +alias net-pf-41 kcm +alias net-pf-20 atm +alias net-pf-8 atm +alias net-l2tp-type-11 l2tp_ppp +alias net-pf-24-proto-1 l2tp_ppp +alias net-pf-16-proto-14 dn_rtmsg +alias net-pf-35 phonet +alias net-pf-35-proto-2 pn_pep +alias net-pf-16-proto-4-type-2-33 dccp_diag +alias net-pf-10-proto-132 sctp +alias net-pf-2-proto-132 sctp +alias net-pf-16-proto-4-type-2-132 sctp_diag +alias rtnl-link-caif chnl_net +alias net-pf-37 caif_socket +alias rtnl-link-lowpan ieee802154_6lowpan +alias rtnl-link-batadv batman_adv +alias net-pf-16-proto-16-family-nfc nfc +alias net-pf-39 nfc +alias net-pf-16-proto-16-family-ovs_packet openvswitch +alias net-pf-16-proto-16-family-ovs_flow openvswitch +alias net-pf-16-proto-16-family-ovs_vport openvswitch +alias net-pf-16-proto-16-family-ovs_datapath openvswitch +alias vport-type-4 vport_vxlan +alias vport-type-5 vport_geneve +alias vport-type-3 vport_gre +alias rtnl-link-hsr hsr diff --git a/uml/modules/4.9.25/modules.alias.bin b/uml/modules/4.9.25/modules.alias.bin new file mode 100644 index 0000000..7f515d0 Binary files /dev/null and b/uml/modules/4.9.25/modules.alias.bin differ diff --git a/uml/modules/4.9.25/modules.builtin b/uml/modules/4.9.25/modules.builtin new file mode 100644 index 0000000..c59ce78 --- /dev/null +++ b/uml/modules/4.9.25/modules.builtin @@ -0,0 +1,55 @@ +kernel/arch/um/drivers/mmapper_kern.ko +kernel/arch/um/drivers/harddog.ko +kernel/arch/um/drivers/random.ko +kernel/mm/zpool.ko +kernel/fs/binfmt_script.ko +kernel/fs/mbcache.ko +kernel/fs/btrfs/btrfs.ko +kernel/fs/exportfs/exportfs.ko +kernel/fs/ext2/ext2.ko +kernel/fs/ext4/ext4.ko +kernel/fs/hostfs/hostfs.ko +kernel/fs/jbd2/jbd2.ko +kernel/fs/jfs/jfs.ko +kernel/fs/nls/nls_base.ko +kernel/fs/reiserfs/reiserfs.ko +kernel/fs/squashfs/squashfs.ko +kernel/fs/xfs/xfs.ko +kernel/crypto/crypto.ko +kernel/crypto/crypto_wq.ko +kernel/crypto/crypto_algapi.ko +kernel/crypto/aead.ko +kernel/crypto/crypto_blkcipher.ko +kernel/crypto/crypto_hash.ko +kernel/crypto/akcipher.ko +kernel/crypto/kpp.ko +kernel/crypto/cryptomgr.ko +kernel/crypto/crypto_null.ko +kernel/crypto/md5.ko +kernel/crypto/sha1_generic.ko +kernel/crypto/aes_generic.ko +kernel/crypto/crc32c_generic.ko +kernel/crypto/crct10dif_common.ko +kernel/crypto/crct10dif_generic.ko +kernel/crypto/lzo.ko +kernel/crypto/rng.ko +kernel/crypto/xor.ko +kernel/block/cfq-iosched.ko +kernel/drivers/base/firmware_class.ko +kernel/net/ipv4/inet_diag.ko +kernel/net/ipv4/tcp_diag.ko +kernel/net/ipv4/tcp_cubic.ko +kernel/net/packet/af_packet.ko +kernel/net/unix/unix.ko +kernel/lib/bitrev.ko +kernel/lib/crc16.ko +kernel/lib/crc-t10dif.ko +kernel/lib/crc32.ko +kernel/lib/libcrc32c.ko +kernel/lib/lz4/lz4_decompress.ko +kernel/lib/lzo/lzo_compress.ko +kernel/lib/lzo/lzo_decompress.ko +kernel/lib/raid6/raid6_pq.ko +kernel/lib/xz/xz_dec.ko +kernel/lib/zlib_deflate/zlib_deflate.ko +kernel/lib/zlib_inflate/zlib_inflate.ko diff --git a/uml/modules/4.9.25/modules.builtin.bin b/uml/modules/4.9.25/modules.builtin.bin new file mode 100644 index 0000000..e093874 Binary files /dev/null and b/uml/modules/4.9.25/modules.builtin.bin differ diff --git a/uml/modules/4.9.25/modules.dep b/uml/modules/4.9.25/modules.dep new file mode 100644 index 0000000..f455dfb --- /dev/null +++ b/uml/modules/4.9.25/modules.dep @@ -0,0 +1,902 @@ +kernel/arch/um/drivers/hostaudio.ko: kernel/sound/soundcore.ko +kernel/arch/x86/crypto/aes-x86_64.ko: +kernel/arch/x86/crypto/twofish-x86_64.ko: kernel/crypto/twofish_common.ko +kernel/arch/x86/crypto/salsa20-x86_64.ko: +kernel/kernel/configs.ko: +kernel/mm/zbud.ko: +kernel/mm/zsmalloc.ko: +kernel/mm/z3fold.ko: +kernel/fs/nfs_common/nfs_acl.ko: kernel/net/sunrpc/sunrpc.ko +kernel/fs/nfs_common/grace.ko: +kernel/fs/quota/quota_v1.ko: +kernel/fs/quota/quota_v2.ko: kernel/fs/quota/quota_tree.ko +kernel/fs/quota/quota_tree.ko: +kernel/fs/nls/nls_cp437.ko: +kernel/fs/nls/nls_cp737.ko: +kernel/fs/nls/nls_cp775.ko: +kernel/fs/nls/nls_cp850.ko: +kernel/fs/nls/nls_cp852.ko: +kernel/fs/nls/nls_cp855.ko: +kernel/fs/nls/nls_cp857.ko: +kernel/fs/nls/nls_cp860.ko: +kernel/fs/nls/nls_cp861.ko: +kernel/fs/nls/nls_cp862.ko: +kernel/fs/nls/nls_cp863.ko: +kernel/fs/nls/nls_cp864.ko: +kernel/fs/nls/nls_cp865.ko: +kernel/fs/nls/nls_cp866.ko: +kernel/fs/nls/nls_cp869.ko: +kernel/fs/nls/nls_cp874.ko: +kernel/fs/nls/nls_cp932.ko: +kernel/fs/nls/nls_euc-jp.ko: +kernel/fs/nls/nls_cp936.ko: +kernel/fs/nls/nls_cp949.ko: +kernel/fs/nls/nls_cp950.ko: +kernel/fs/nls/nls_cp1250.ko: +kernel/fs/nls/nls_cp1251.ko: +kernel/fs/nls/nls_ascii.ko: +kernel/fs/nls/nls_iso8859-1.ko: +kernel/fs/nls/nls_iso8859-2.ko: +kernel/fs/nls/nls_iso8859-3.ko: +kernel/fs/nls/nls_iso8859-4.ko: +kernel/fs/nls/nls_iso8859-5.ko: +kernel/fs/nls/nls_iso8859-6.ko: +kernel/fs/nls/nls_iso8859-7.ko: +kernel/fs/nls/nls_cp1255.ko: +kernel/fs/nls/nls_iso8859-9.ko: +kernel/fs/nls/nls_iso8859-13.ko: +kernel/fs/nls/nls_iso8859-14.ko: +kernel/fs/nls/nls_iso8859-15.ko: +kernel/fs/nls/nls_koi8-r.ko: +kernel/fs/nls/nls_koi8-u.ko: +kernel/fs/nls/nls_koi8-ru.ko: +kernel/fs/nls/nls_utf8.ko: +kernel/fs/nls/mac-celtic.ko: +kernel/fs/nls/mac-centeuro.ko: +kernel/fs/nls/mac-croatian.ko: +kernel/fs/nls/mac-cyrillic.ko: +kernel/fs/nls/mac-gaelic.ko: +kernel/fs/nls/mac-greek.ko: +kernel/fs/nls/mac-iceland.ko: +kernel/fs/nls/mac-inuit.ko: +kernel/fs/nls/mac-romanian.ko: +kernel/fs/nls/mac-roman.ko: +kernel/fs/nls/mac-turkish.ko: +kernel/fs/exofs/libore.ko: kernel/crypto/async_tx/async_pq.ko kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko kernel/drivers/scsi/osd/libosd.ko +kernel/fs/exofs/exofs.ko: kernel/fs/exofs/libore.ko kernel/crypto/async_tx/async_pq.ko kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko kernel/drivers/scsi/osd/osd.ko kernel/drivers/scsi/osd/libosd.ko kernel/drivers/scsi/scsi_mod.ko +kernel/fs/crypto/fscrypto.ko: +kernel/fs/binfmt_misc.ko: +kernel/fs/configfs/configfs.ko: +kernel/fs/dlm/dlm.ko: kernel/fs/configfs/configfs.ko +kernel/fs/fscache/fscache.ko: +kernel/fs/cramfs/cramfs.ko: +kernel/fs/coda/coda.ko: +kernel/fs/minix/minix.ko: +kernel/fs/fat/fat.ko: +kernel/fs/fat/vfat.ko: kernel/fs/fat/fat.ko +kernel/fs/fat/msdos.ko: kernel/fs/fat/fat.ko +kernel/fs/bfs/bfs.ko: +kernel/fs/isofs/isofs.ko: +kernel/fs/hfsplus/hfsplus.ko: +kernel/fs/hfs/hfs.ko: +kernel/fs/ecryptfs/ecryptfs.ko: kernel/security/keys/encrypted-keys/encrypted-keys.ko +kernel/fs/freevxfs/freevxfs.ko: +kernel/fs/nfs/nfs.ko: kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/nfsv2.ko: kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/nfsv3.ko: kernel/fs/nfs_common/nfs_acl.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/nfsv4.ko: kernel/net/dns_resolver/dns_resolver.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko: kernel/fs/nfs/nfsv4.ko kernel/net/dns_resolver/dns_resolver.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/objlayout/objlayoutdriver.ko: kernel/fs/nfs/nfsv4.ko kernel/net/dns_resolver/dns_resolver.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko kernel/fs/exofs/libore.ko kernel/crypto/async_tx/async_pq.ko kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko kernel/drivers/scsi/osd/osd.ko kernel/drivers/scsi/osd/libosd.ko kernel/drivers/scsi/scsi_mod.ko +kernel/fs/nfs/blocklayout/blocklayoutdriver.ko: kernel/fs/nfs/nfsv4.ko kernel/net/dns_resolver/dns_resolver.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko: kernel/fs/nfs/nfsv4.ko kernel/net/dns_resolver/dns_resolver.ko kernel/fs/nfs/nfs.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko kernel/fs/fscache/fscache.ko +kernel/fs/nfsd/nfsd.ko: kernel/net/sunrpc/auth_gss/auth_rpcgss.ko kernel/lib/oid_registry.ko kernel/fs/nfs_common/nfs_acl.ko kernel/fs/lockd/lockd.ko kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko +kernel/fs/lockd/lockd.ko: kernel/fs/nfs_common/grace.ko kernel/net/sunrpc/sunrpc.ko +kernel/fs/sysv/sysv.ko: +kernel/fs/cifs/cifs.ko: kernel/net/dns_resolver/dns_resolver.ko +kernel/fs/ncpfs/ncpfs.ko: +kernel/fs/hpfs/hpfs.ko: +kernel/fs/ntfs/ntfs.ko: +kernel/fs/ufs/ufs.ko: +kernel/fs/efs/efs.ko: +kernel/fs/jffs2/jffs2.ko: kernel/drivers/mtd/mtd.ko +kernel/fs/logfs/logfs.ko: kernel/drivers/mtd/mtd.ko +kernel/fs/ubifs/ubifs.ko: kernel/drivers/mtd/ubi/ubi.ko kernel/drivers/mtd/mtd.ko +kernel/fs/affs/affs.ko: +kernel/fs/romfs/romfs.ko: +kernel/fs/qnx4/qnx4.ko: +kernel/fs/qnx6/qnx6.ko: +kernel/fs/autofs4/autofs4.ko: +kernel/fs/adfs/adfs.ko: +kernel/fs/fuse/fuse.ko: +kernel/fs/fuse/cuse.ko: kernel/fs/fuse/fuse.ko +kernel/fs/overlayfs/overlay.ko: +kernel/fs/orangefs/orangefs.ko: +kernel/fs/udf/udf.ko: kernel/lib/crc-itu-t.ko +kernel/fs/omfs/omfs.ko: kernel/lib/crc-itu-t.ko +kernel/fs/9p/9p.ko: kernel/net/9p/9pnet.ko kernel/fs/fscache/fscache.ko +kernel/fs/afs/kafs.ko: kernel/net/rxrpc/af-rxrpc.ko kernel/net/dns_resolver/dns_resolver.ko kernel/fs/fscache/fscache.ko +kernel/fs/nilfs2/nilfs2.ko: +kernel/fs/befs/befs.ko: +kernel/fs/cachefiles/cachefiles.ko: kernel/fs/fscache/fscache.ko +kernel/fs/ocfs2/ocfs2.ko: kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko kernel/fs/configfs/configfs.ko kernel/fs/ocfs2/ocfs2_stackglue.ko kernel/fs/quota/quota_tree.ko +kernel/fs/ocfs2/ocfs2_stackglue.ko: +kernel/fs/ocfs2/ocfs2_stack_o2cb.ko: kernel/fs/ocfs2/dlm/ocfs2_dlm.ko kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko kernel/fs/configfs/configfs.ko kernel/fs/ocfs2/ocfs2_stackglue.ko +kernel/fs/ocfs2/ocfs2_stack_user.ko: kernel/fs/dlm/dlm.ko kernel/fs/configfs/configfs.ko kernel/fs/ocfs2/ocfs2_stackglue.ko +kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko: kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko kernel/fs/configfs/configfs.ko kernel/fs/ocfs2/ocfs2_stackglue.ko +kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko: kernel/fs/configfs/configfs.ko +kernel/fs/ocfs2/dlm/ocfs2_dlm.ko: kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko kernel/fs/configfs/configfs.ko +kernel/fs/gfs2/gfs2.ko: kernel/fs/dlm/dlm.ko kernel/fs/configfs/configfs.ko +kernel/fs/f2fs/f2fs.ko: +kernel/fs/ceph/ceph.ko: kernel/net/ceph/libceph.ko +kernel/fs/pstore/pstore.ko: +kernel/security/keys/encrypted-keys/encrypted-keys.ko: +kernel/crypto/seqiv.ko: +kernel/crypto/echainiv.ko: +kernel/crypto/rsa_generic.ko: kernel/lib/asn1_decoder.ko kernel/lib/mpi/mpi.ko +kernel/crypto/crypto_user.ko: +kernel/crypto/cmac.ko: +kernel/crypto/hmac.ko: +kernel/crypto/vmac.ko: +kernel/crypto/xcbc.ko: +kernel/crypto/md4.ko: +kernel/crypto/rmd128.ko: +kernel/crypto/rmd160.ko: +kernel/crypto/rmd256.ko: +kernel/crypto/rmd320.ko: +kernel/crypto/sha256_generic.ko: +kernel/crypto/sha512_generic.ko: +kernel/crypto/wp512.ko: +kernel/crypto/tgr192.ko: +kernel/crypto/gf128mul.ko: +kernel/crypto/ecb.ko: +kernel/crypto/cbc.ko: +kernel/crypto/pcbc.ko: +kernel/crypto/cts.ko: +kernel/crypto/lrw.ko: kernel/crypto/gf128mul.ko +kernel/crypto/xts.ko: kernel/crypto/gf128mul.ko +kernel/crypto/ctr.ko: +kernel/crypto/keywrap.ko: +kernel/crypto/gcm.ko: +kernel/crypto/ccm.ko: +kernel/crypto/chacha20poly1305.ko: +kernel/crypto/cryptd.ko: +kernel/crypto/mcryptd.ko: +kernel/crypto/des_generic.ko: +kernel/crypto/fcrypt.ko: +kernel/crypto/blowfish_generic.ko: kernel/crypto/blowfish_common.ko +kernel/crypto/blowfish_common.ko: +kernel/crypto/twofish_generic.ko: kernel/crypto/twofish_common.ko +kernel/crypto/twofish_common.ko: +kernel/crypto/serpent_generic.ko: +kernel/crypto/camellia_generic.ko: +kernel/crypto/cast_common.ko: +kernel/crypto/cast5_generic.ko: kernel/crypto/cast_common.ko +kernel/crypto/cast6_generic.ko: kernel/crypto/cast_common.ko +kernel/crypto/arc4.ko: +kernel/crypto/tea.ko: +kernel/crypto/khazad.ko: +kernel/crypto/anubis.ko: +kernel/crypto/seed.ko: +kernel/crypto/salsa20_generic.ko: +kernel/crypto/chacha20_generic.ko: +kernel/crypto/poly1305_generic.ko: +kernel/crypto/deflate.ko: +kernel/crypto/michael_mic.ko: +kernel/crypto/crc32_generic.ko: +kernel/crypto/authenc.ko: +kernel/crypto/authencesn.ko: kernel/crypto/authenc.ko +kernel/crypto/lz4.ko: kernel/lib/lz4/lz4_compress.ko +kernel/crypto/lz4hc.ko: kernel/lib/lz4/lz4hc_compress.ko +kernel/crypto/842.ko: kernel/lib/842/842_decompress.ko kernel/lib/842/842_compress.ko +kernel/crypto/ansi_cprng.ko: +kernel/crypto/drbg.ko: +kernel/crypto/jitterentropy_rng.ko: +kernel/crypto/tcrypt.ko: +kernel/crypto/ghash-generic.ko: kernel/crypto/gf128mul.ko +kernel/crypto/af_alg.ko: +kernel/crypto/algif_hash.ko: kernel/crypto/af_alg.ko +kernel/crypto/algif_skcipher.ko: kernel/crypto/af_alg.ko +kernel/crypto/algif_rng.ko: kernel/crypto/af_alg.ko +kernel/crypto/algif_aead.ko: kernel/crypto/af_alg.ko +kernel/crypto/async_tx/async_tx.ko: +kernel/crypto/async_tx/async_memcpy.ko: kernel/crypto/async_tx/async_tx.ko +kernel/crypto/async_tx/async_xor.ko: kernel/crypto/async_tx/async_tx.ko +kernel/crypto/async_tx/async_pq.ko: kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko +kernel/crypto/async_tx/async_raid6_recov.ko: kernel/crypto/async_tx/async_tx.ko +kernel/block/deadline-iosched.ko: +kernel/drivers/tty/n_gsm.ko: +kernel/drivers/tty/n_tracerouter.ko: kernel/drivers/tty/n_tracesink.ko +kernel/drivers/tty/n_tracesink.ko: +kernel/drivers/tty/n_r3964.ko: +kernel/drivers/char/raw.ko: +kernel/drivers/char/hw_random/rng-core.ko: +kernel/drivers/base/regmap/regmap-i2c.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/block/brd.ko: +kernel/drivers/block/loop.ko: +kernel/drivers/block/osdblk.ko: kernel/drivers/scsi/osd/osd.ko kernel/drivers/scsi/osd/libosd.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/block/nbd.ko: +kernel/drivers/block/cryptoloop.ko: kernel/drivers/block/loop.ko +kernel/drivers/block/drbd/drbd.ko: kernel/lib/lru_cache.ko +kernel/drivers/block/rbd.ko: kernel/net/ceph/libceph.ko +kernel/drivers/block/zram/zram.ko: kernel/mm/zsmalloc.ko +kernel/drivers/misc/eeprom/at24.ko: kernel/drivers/nvmem/nvmem_core.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/eeprom/eeprom.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/eeprom/max6875.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/ad525x_dpot.ko: +kernel/drivers/misc/ad525x_dpot-i2c.ko: kernel/drivers/misc/ad525x_dpot.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/dummy-irq.ko: +kernel/drivers/misc/ics932s401.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/bh1770glc.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/apds990x.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/enclosure.ko: +kernel/drivers/misc/apds9802als.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/isl29003.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/isl29020.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/tsl2550.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/ds1682.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/c2port/core.ko: +kernel/drivers/misc/hmc6352.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/fsa9480.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/misc/altera-stapl/altera-stapl.ko: +kernel/drivers/misc/echo/echo.ko: +kernel/drivers/net/bonding/bonding.ko: +kernel/drivers/net/dummy.ko: +kernel/drivers/net/eql.ko: +kernel/drivers/net/ifb.ko: +kernel/drivers/net/macsec.ko: +kernel/drivers/net/macvlan.ko: +kernel/drivers/net/macvtap.ko: kernel/drivers/net/macvlan.ko +kernel/drivers/net/netconsole.ko: +kernel/drivers/net/phy/libphy.ko: +kernel/drivers/net/phy/mdio-bitbang.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/amd.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/aquantia.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/at803x.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/bcm7xxx.ko: kernel/drivers/net/phy/bcm-phy-lib.ko kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/bcm87xx.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/bcm-phy-lib.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/broadcom.ko: kernel/drivers/net/phy/bcm-phy-lib.ko kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/cicada.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/davicom.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/dp83848.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/dp83867.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/fixed_phy.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/icplus.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/et1011c.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/lxt.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/marvell.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/micrel.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/microchip.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/national.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/qsemi.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/realtek.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/smsc.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/ste10Xp.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/teranetics.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/vitesse.ko: kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/team/team.ko: +kernel/drivers/net/team/team_mode_broadcast.ko: kernel/drivers/net/team/team.ko +kernel/drivers/net/team/team_mode_roundrobin.ko: kernel/drivers/net/team/team.ko +kernel/drivers/net/team/team_mode_random.ko: kernel/drivers/net/team/team.ko +kernel/drivers/net/team/team_mode_activebackup.ko: kernel/drivers/net/team/team.ko +kernel/drivers/net/team/team_mode_loadbalance.ko: kernel/drivers/net/team/team.ko +kernel/drivers/net/tun.ko: +kernel/drivers/net/veth.ko: +kernel/drivers/net/vxlan.ko: kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv4/udp_tunnel.ko +kernel/drivers/net/geneve.ko: kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv4/udp_tunnel.ko +kernel/drivers/net/gtp.ko: kernel/net/ipv4/udp_tunnel.ko +kernel/drivers/net/nlmon.ko: +kernel/drivers/net/appletalk/ipddp.ko: kernel/net/appletalk/appletalk.ko kernel/net/802/psnap.ko kernel/net/llc/llc.ko +kernel/drivers/net/caif/caif_serial.ko: +kernel/drivers/net/caif/caif_hsi.ko: +kernel/drivers/net/can/vcan.ko: +kernel/drivers/net/can/slcan.ko: +kernel/drivers/net/can/can-dev.ko: +kernel/drivers/net/ppp/ppp_generic.ko: kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/ppp_async.ko: kernel/lib/crc-ccitt.ko kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/bsd_comp.ko: kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/ppp_deflate.ko: kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/ppp_mppe.ko: kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/ppp_synctty.ko: kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/pppox.ko: kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/pppoe.ko: kernel/drivers/net/ppp/pppox.ko kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ppp/pptp.ko: kernel/net/ipv4/gre.ko kernel/drivers/net/ppp/pppox.ko kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/slip/slip.ko: kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/slip/slhc.ko: +kernel/drivers/net/ieee802154/fakelb.ko: kernel/net/mac802154/mac802154.ko kernel/net/ieee802154/ieee802154.ko kernel/lib/crc-ccitt.ko +kernel/drivers/cdrom/cdrom.ko: +kernel/drivers/i2c/i2c-core.ko: +kernel/drivers/i2c/i2c-dev.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/i2c/i2c-stub.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/watchdog/ziirave_wdt.ko: kernel/drivers/i2c/i2c-core.ko +kernel/drivers/watchdog/softdog.ko: +kernel/drivers/md/linear.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/raid0.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/raid1.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/raid10.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/raid456.ko: kernel/crypto/async_tx/async_raid6_recov.ko kernel/crypto/async_tx/async_memcpy.ko kernel/drivers/md/md-mod.ko kernel/crypto/async_tx/async_pq.ko kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko +kernel/drivers/md/multipath.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/faulty.ko: kernel/drivers/md/md-mod.ko +kernel/drivers/md/md-cluster.ko: kernel/drivers/md/md-mod.ko kernel/fs/dlm/dlm.ko kernel/fs/configfs/configfs.ko +kernel/drivers/md/bcache/bcache.ko: +kernel/drivers/md/md-mod.ko: +kernel/drivers/md/dm-mod.ko: +kernel/drivers/md/dm-bufio.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-bio-prison.ko: +kernel/drivers/md/dm-crypt.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-delay.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-flakey.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-multipath.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-round-robin.ko: kernel/drivers/md/dm-multipath.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-queue-length.ko: kernel/drivers/md/dm-multipath.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-service-time.ko: kernel/drivers/md/dm-multipath.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-switch.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-snapshot.ko: kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/persistent-data/dm-persistent-data.ko: kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-mirror.ko: kernel/drivers/md/dm-region-hash.ko kernel/drivers/md/dm-log.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-log.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-region-hash.ko: kernel/drivers/md/dm-log.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-log-userspace.ko: kernel/drivers/connector/cn.ko kernel/drivers/md/dm-log.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-zero.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-raid.ko: kernel/drivers/md/raid456.ko kernel/crypto/async_tx/async_raid6_recov.ko kernel/crypto/async_tx/async_memcpy.ko kernel/drivers/md/dm-mod.ko kernel/drivers/md/md-mod.ko kernel/crypto/async_tx/async_pq.ko kernel/crypto/async_tx/async_xor.ko kernel/crypto/async_tx/async_tx.ko +kernel/drivers/md/dm-thin-pool.ko: kernel/drivers/md/persistent-data/dm-persistent-data.ko kernel/drivers/md/dm-bio-prison.ko kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-verity.ko: kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-cache.ko: kernel/drivers/md/persistent-data/dm-persistent-data.ko kernel/drivers/md/dm-bio-prison.ko kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-cache-smq.ko: kernel/drivers/md/dm-cache.ko kernel/drivers/md/persistent-data/dm-persistent-data.ko kernel/drivers/md/dm-bio-prison.ko kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-cache-cleaner.ko: kernel/drivers/md/dm-cache.ko kernel/drivers/md/persistent-data/dm-persistent-data.ko kernel/drivers/md/dm-bio-prison.ko kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-era.ko: kernel/drivers/md/persistent-data/dm-persistent-data.ko kernel/drivers/md/dm-bufio.ko kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-log-writes.ko: kernel/drivers/md/dm-mod.ko +kernel/drivers/connector/cn.ko: +kernel/drivers/scsi/scsi_mod.ko: +kernel/drivers/scsi/raid_class.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_transport_spi.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_transport_fc.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_transport_iscsi.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_transport_sas.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/libsas/libsas.ko: kernel/drivers/scsi/scsi_transport_sas.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_transport_srp.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/libfc/libfc.ko: kernel/drivers/scsi/scsi_transport_fc.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/fcoe/libfcoe.ko: kernel/drivers/scsi/libfc/libfc.ko kernel/drivers/scsi/scsi_transport_fc.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/libiscsi.ko: kernel/drivers/scsi/scsi_transport_iscsi.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/libiscsi_tcp.ko: kernel/drivers/scsi/libiscsi.ko kernel/drivers/scsi/scsi_transport_iscsi.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/iscsi_tcp.ko: kernel/drivers/scsi/libiscsi_tcp.ko kernel/drivers/scsi/libiscsi.ko kernel/drivers/scsi/scsi_transport_iscsi.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/iscsi_boot_sysfs.ko: +kernel/drivers/scsi/st.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/osst.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/sd_mod.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/sr_mod.ko: kernel/drivers/cdrom/cdrom.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/sg.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/ch.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/ses.ko: kernel/drivers/misc/enclosure.ko kernel/drivers/scsi/scsi_transport_sas.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/osd/libosd.ko: +kernel/drivers/scsi/osd/osd.ko: kernel/drivers/scsi/osd/libosd.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/scsi_debug.ko: kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/target_core_mod.ko: kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/target_core_iblock.ko: kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/target_core_file.ko: kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/target_core_pscsi.ko: kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/target_core_user.ko: kernel/drivers/uio/uio.ko kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/loopback/tcm_loop.ko: kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/tcm_fc/tcm_fc.ko: kernel/drivers/target/target_core_mod.ko kernel/drivers/scsi/libfc/libfc.ko kernel/drivers/scsi/scsi_transport_fc.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/target/iscsi/iscsi_target_mod.ko: kernel/drivers/target/target_core_mod.ko kernel/fs/configfs/configfs.ko kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/mtd/chips/chipreg.ko: +kernel/drivers/mtd/lpddr/qinfo_probe.ko: kernel/drivers/mtd/lpddr/lpddr_cmds.ko kernel/drivers/mtd/chips/chipreg.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/lpddr/lpddr_cmds.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/nand/nand.ko: kernel/drivers/mtd/nand/nand_ecc.ko kernel/drivers/mtd/nand/nand_ids.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/nand/nand_ecc.ko: +kernel/drivers/mtd/nand/nand_ids.ko: +kernel/drivers/mtd/nand/nandsim.ko: kernel/drivers/mtd/nand/nand.ko kernel/drivers/mtd/nand/nand_ecc.ko kernel/drivers/mtd/nand/nand_ids.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtd.ko: +kernel/drivers/mtd/redboot.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/cmdlinepart.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/ar7part.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtd_blkdevs.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtdblock.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtdblock_ro.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/ftl.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/nftl.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/inftl.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/rfd_ftl.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/ssfdc.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/sm_ftl.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/nand/nand_ecc.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtdoops.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/mtdswap.ko: kernel/drivers/mtd/mtd_blkdevs.ko kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/spi-nor/spi-nor.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/ubi/ubi.ko: kernel/drivers/mtd/mtd.ko +kernel/drivers/hsi/clients/hsi_char.ko: kernel/drivers/hsi/hsi.ko +kernel/drivers/hsi/hsi.ko: +kernel/drivers/atm/adummy.ko: kernel/net/atm/atm.ko +kernel/drivers/atm/atmtcp.ko: kernel/net/atm/atm.ko +kernel/drivers/uio/uio.ko: +kernel/drivers/uio/uio_pdrv_genirq.ko: kernel/drivers/uio/uio.ko +kernel/drivers/block/aoe/aoe.ko: +kernel/drivers/pps/clients/pps-ktimer.ko: kernel/drivers/pps/pps_core.ko +kernel/drivers/pps/clients/pps-ldisc.ko: kernel/drivers/pps/pps_core.ko +kernel/drivers/pps/pps_core.ko: +kernel/drivers/ptp/ptp.ko: kernel/drivers/pps/pps_core.ko +kernel/drivers/thermal/thermal_sys.ko: +kernel/drivers/thermal/thermal-generic-adc.ko: kernel/drivers/iio/industrialio.ko +kernel/drivers/extcon/extcon-core.ko: +kernel/drivers/extcon/extcon-adc-jack.ko: kernel/drivers/extcon/extcon-core.ko kernel/drivers/iio/industrialio.ko +kernel/drivers/iio/adc/max1363.ko: kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko kernel/drivers/iio/buffer/kfifo_buf.ko kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/adc/nau7802.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/adc/ti-adc081c.ko: kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko kernel/drivers/iio/buffer/kfifo_buf.ko kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/buffer/industrialio-buffer-cb.ko: kernel/drivers/iio/industrialio.ko +kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko: kernel/drivers/iio/buffer/kfifo_buf.ko kernel/drivers/iio/industrialio.ko +kernel/drivers/iio/buffer/kfifo_buf.ko: kernel/drivers/iio/industrialio.ko +kernel/drivers/iio/dac/ad5380.ko: kernel/drivers/base/regmap/regmap-i2c.ko kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/dac/ad5064.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/dac/ad5446.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/dac/max517.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/dac/mcp4725.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/light/adjd_s311.ko: kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko kernel/drivers/iio/buffer/kfifo_buf.ko kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/light/apds9300.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/light/vcnl4000.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/temperature/tmp006.ko: kernel/drivers/iio/industrialio.ko kernel/drivers/i2c/i2c-core.ko +kernel/drivers/iio/industrialio.ko: +kernel/drivers/hwtracing/stm/stm_core.ko: kernel/fs/configfs/configfs.ko +kernel/drivers/hwtracing/stm/stm_console.ko: kernel/drivers/hwtracing/stm/stm_core.ko kernel/fs/configfs/configfs.ko +kernel/drivers/hwtracing/stm/stm_heartbeat.ko: kernel/drivers/hwtracing/stm/stm_core.ko kernel/fs/configfs/configfs.ko +kernel/drivers/nvmem/nvmem_core.ko: +kernel/sound/soundcore.ko: +kernel/net/core/devlink.ko: +kernel/net/802/p8022.ko: kernel/net/llc/llc.ko +kernel/net/802/psnap.ko: kernel/net/llc/llc.ko +kernel/net/802/p8023.ko: +kernel/net/802/stp.ko: kernel/net/llc/llc.ko +kernel/net/802/garp.ko: kernel/net/802/stp.ko kernel/net/llc/llc.ko +kernel/net/802/mrp.ko: +kernel/net/sched/act_police.ko: +kernel/net/sched/act_gact.ko: +kernel/net/sched/act_mirred.ko: +kernel/net/sched/act_ipt.ko: kernel/net/netfilter/x_tables.ko +kernel/net/sched/act_nat.ko: +kernel/net/sched/act_pedit.ko: +kernel/net/sched/act_simple.ko: +kernel/net/sched/act_skbedit.ko: +kernel/net/sched/act_csum.ko: +kernel/net/sched/act_vlan.ko: +kernel/net/sched/act_bpf.ko: +kernel/net/sched/act_connmark.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/sched/act_ife.ko: +kernel/net/sched/act_meta_mark.ko: kernel/net/sched/act_ife.ko +kernel/net/sched/act_meta_skbprio.ko: kernel/net/sched/act_ife.ko +kernel/net/sched/sch_cbq.ko: +kernel/net/sched/sch_htb.ko: +kernel/net/sched/sch_hfsc.ko: +kernel/net/sched/sch_red.ko: +kernel/net/sched/sch_gred.ko: +kernel/net/sched/sch_ingress.ko: +kernel/net/sched/sch_dsmark.ko: +kernel/net/sched/sch_sfb.ko: +kernel/net/sched/sch_sfq.ko: +kernel/net/sched/sch_tbf.ko: +kernel/net/sched/sch_teql.ko: +kernel/net/sched/sch_prio.ko: +kernel/net/sched/sch_multiq.ko: +kernel/net/sched/sch_atm.ko: +kernel/net/sched/sch_netem.ko: +kernel/net/sched/sch_drr.ko: +kernel/net/sched/sch_plug.ko: +kernel/net/sched/sch_mqprio.ko: +kernel/net/sched/sch_choke.ko: +kernel/net/sched/sch_qfq.ko: +kernel/net/sched/sch_codel.ko: +kernel/net/sched/sch_fq_codel.ko: +kernel/net/sched/sch_fq.ko: +kernel/net/sched/sch_hhf.ko: +kernel/net/sched/sch_pie.ko: +kernel/net/sched/cls_u32.ko: +kernel/net/sched/cls_route.ko: +kernel/net/sched/cls_fw.ko: +kernel/net/sched/cls_rsvp.ko: +kernel/net/sched/cls_tcindex.ko: +kernel/net/sched/cls_rsvp6.ko: +kernel/net/sched/cls_basic.ko: +kernel/net/sched/cls_flow.ko: +kernel/net/sched/cls_cgroup.ko: +kernel/net/sched/cls_bpf.ko: +kernel/net/sched/cls_flower.ko: +kernel/net/sched/em_cmp.ko: +kernel/net/sched/em_nbyte.ko: +kernel/net/sched/em_u32.ko: +kernel/net/sched/em_meta.ko: +kernel/net/sched/em_text.ko: +kernel/net/sched/em_canid.ko: +kernel/net/sched/em_ipset.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netlink/netlink_diag.ko: +kernel/net/netfilter/nfnetlink.ko: +kernel/net/netfilter/nfnetlink_acct.ko: kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nfnetlink_queue.ko: kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nfnetlink_log.ko: kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nf_conntrack.ko: +kernel/net/netfilter/nf_conntrack_proto_dccp.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_proto_gre.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_proto_sctp.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_proto_udplite.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_netlink.ko: kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nfnetlink_cttimeout.ko: kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_amanda.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_ftp.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_h323.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_irc.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_broadcast.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_netbios_ns.ko: kernel/net/netfilter/nf_conntrack_broadcast.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_snmp.ko: kernel/net/netfilter/nf_conntrack_broadcast.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_pptp.ko: kernel/net/netfilter/nf_conntrack_proto_gre.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_sane.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_sip.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_tftp.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_log_common.ko: +kernel/net/netfilter/nf_nat.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_redirect.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_proto_dccp.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_proto_udplite.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_proto_sctp.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_amanda.ko: kernel/net/netfilter/nf_conntrack_amanda.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_ftp.ko: kernel/net/netfilter/nf_conntrack_ftp.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_irc.ko: kernel/net/netfilter/nf_conntrack_irc.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_sip.ko: kernel/net/netfilter/nf_conntrack_sip.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_nat_tftp.ko: kernel/net/netfilter/nf_conntrack_tftp.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_synproxy_core.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_dup_netdev.ko: +kernel/net/netfilter/nf_tables.ko: kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nf_tables_inet.ko: kernel/net/ipv6/netfilter/nf_tables_ipv6.ko kernel/net/ipv4/netfilter/nf_tables_ipv4.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nf_tables_netdev.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_compat.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/nft_exthdr.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_meta.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_ct.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nft_limit.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_nat.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nft_queue.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_reject.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_reject_inet.ko: kernel/net/ipv4/netfilter/nf_reject_ipv4.ko kernel/net/ipv6/netfilter/nf_reject_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nft_reject.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/nft_counter.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_log.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_masq.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_redir.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_hash.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_dup_netdev.ko: kernel/net/netfilter/nf_dup_netdev.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nft_fwd_netdev.ko: kernel/net/netfilter/nf_dup_netdev.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/x_tables.ko: +kernel/net/netfilter/xt_tcpudp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_mark.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_connmark.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_set.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_nat.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_AUDIT.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_CHECKSUM.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_CLASSIFY.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_CONNSECMARK.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_CT.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_DSCP.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_HL.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_HMARK.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_LOG.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_NETMAP.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_NFLOG.ko: kernel/net/netfilter/nfnetlink_log.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_NFQUEUE.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_RATEEST.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_REDIRECT.ko: kernel/net/netfilter/nf_nat_redirect.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_SECMARK.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_TPROXY.ko: kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/xt_TCPMSS.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_TCPOPTSTRIP.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_TEE.ko: kernel/net/ipv6/netfilter/nf_dup_ipv6.ko kernel/net/ipv4/netfilter/nf_dup_ipv4.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/xt_TRACE.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_IDLETIMER.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_addrtype.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_bpf.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_cluster.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_comment.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_connbytes.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_connlabel.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_connlimit.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_conntrack.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_cpu.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_dccp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_devgroup.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_dscp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_ecn.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_esp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_hashlimit.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_helper.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_hl.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_ipcomp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_iprange.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_ipvs.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/xt_l2tp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_length.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_limit.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_mac.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_multiport.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_nfacct.ko: kernel/net/netfilter/nfnetlink_acct.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_osf.ko: kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_owner.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_cgroup.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_physdev.ko: kernel/net/bridge/br_netfilter.ko kernel/net/bridge/bridge.ko kernel/net/802/stp.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/netfilter/xt_pkttype.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_policy.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_quota.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_rateest.ko: kernel/net/netfilter/xt_RATEEST.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_realm.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_recent.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_sctp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_socket.ko: kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/xt_state.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_statistic.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_string.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_tcpmss.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_time.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_u32.ko: kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/ipset/ip_set.ko: kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_bitmap_port.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_ip.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_ipport.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_mac.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_net.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_netport.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_netiface.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_netnet.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipset/ip_set_list_set.ko: kernel/net/netfilter/ipset/ip_set.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/ipvs/ip_vs.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_rr.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_wrr.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_lc.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_wlc.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_fo.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_ovf.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_lblc.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_lblcr.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_dh.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_sh.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_sed.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_nq.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_ftp.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko: kernel/net/netfilter/ipvs/ip_vs.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack_sip.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko: kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_nat_ipv4.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko: +kernel/net/ipv4/netfilter/nf_log_arp.ko: kernel/net/netfilter/nf_log_common.ko +kernel/net/ipv4/netfilter/nf_log_ipv4.ko: kernel/net/netfilter/nf_log_common.ko +kernel/net/ipv4/netfilter/nf_reject_ipv4.ko: +kernel/net/ipv4/netfilter/nf_nat_h323.ko: kernel/net/netfilter/nf_conntrack_h323.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_nat_pptp.ko: kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko kernel/net/netfilter/nf_conntrack_pptp.ko kernel/net/netfilter/nf_conntrack_proto_gre.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko: kernel/net/netfilter/nf_conntrack_snmp.ko kernel/net/netfilter/nf_conntrack_broadcast.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko: kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_tables_ipv4.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/ipv4/netfilter/nft_chain_route_ipv4.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/ipv4/netfilter/nft_chain_nat_ipv4.ko: kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nft_reject_ipv4.ko: kernel/net/ipv4/netfilter/nf_reject_ipv4.ko kernel/net/netfilter/nft_reject.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/ipv4/netfilter/nft_masq_ipv4.ko: kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko kernel/net/netfilter/nft_masq.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nft_redir_ipv4.ko: kernel/net/netfilter/nft_redir.ko kernel/net/netfilter/nf_nat_redirect.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nft_dup_ipv4.ko: kernel/net/ipv4/netfilter/nf_dup_ipv4.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/netfilter/nf_tables_arp.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/ipv4/netfilter/ip_tables.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/iptable_filter.ko: kernel/net/ipv4/netfilter/ip_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/iptable_mangle.ko: kernel/net/ipv4/netfilter/ip_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/iptable_nat.ko: kernel/net/ipv4/netfilter/ip_tables.ko kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/iptable_raw.ko: kernel/net/ipv4/netfilter/ip_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/iptable_security.ko: kernel/net/ipv4/netfilter/ip_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_ah.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_rpfilter.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko: kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_ECN.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko: kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_REJECT.ko: kernel/net/ipv4/netfilter/nf_reject_ipv4.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko: kernel/net/netfilter/nf_synproxy_core.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/arp_tables.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/arpt_mangle.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/arptable_filter.ko: kernel/net/ipv4/netfilter/arp_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv4/netfilter/nf_dup_ipv4.ko: kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv4/ip_tunnel.ko: +kernel/net/ipv4/ipip.ko: kernel/net/ipv4/tunnel4.ko kernel/net/ipv4/ip_tunnel.ko +kernel/net/ipv4/fou.ko: kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/ipv4/gre.ko: +kernel/net/ipv4/ip_gre.ko: kernel/net/ipv4/ip_tunnel.ko kernel/net/ipv6/ipv6.ko kernel/net/ipv4/gre.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv4/udp_tunnel.ko: +kernel/net/ipv4/ip_vti.ko: kernel/net/ipv4/ip_tunnel.ko +kernel/net/ipv4/ah4.ko: kernel/net/xfrm/xfrm_algo.ko +kernel/net/ipv4/esp4.ko: kernel/net/xfrm/xfrm_algo.ko +kernel/net/ipv4/ipcomp.ko: kernel/net/xfrm/xfrm_ipcomp.ko kernel/net/xfrm/xfrm_algo.ko +kernel/net/ipv4/xfrm4_tunnel.ko: kernel/net/ipv4/tunnel4.ko +kernel/net/ipv4/xfrm4_mode_beet.ko: +kernel/net/ipv4/tunnel4.ko: +kernel/net/ipv4/xfrm4_mode_transport.ko: +kernel/net/ipv4/xfrm4_mode_tunnel.ko: +kernel/net/ipv4/udp_diag.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv4/tcp_bic.ko: +kernel/net/ipv4/tcp_cdg.ko: +kernel/net/ipv4/tcp_dctcp.ko: +kernel/net/ipv4/tcp_westwood.ko: +kernel/net/ipv4/tcp_highspeed.ko: +kernel/net/ipv4/tcp_hybla.ko: +kernel/net/ipv4/tcp_htcp.ko: +kernel/net/ipv4/tcp_vegas.ko: +kernel/net/ipv4/tcp_veno.ko: +kernel/net/ipv4/tcp_scalable.ko: +kernel/net/ipv4/tcp_lp.ko: +kernel/net/ipv4/tcp_yeah.ko: kernel/net/ipv4/tcp_vegas.ko +kernel/net/ipv4/tcp_illinois.ko: +kernel/net/xfrm/xfrm_algo.ko: +kernel/net/xfrm/xfrm_user.ko: kernel/net/xfrm/xfrm_algo.ko +kernel/net/xfrm/xfrm_ipcomp.ko: kernel/net/xfrm/xfrm_algo.ko +kernel/net/unix/unix_diag.ko: +kernel/net/ipv6/netfilter/ip6_tables.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6table_filter.ko: kernel/net/ipv6/netfilter/ip6_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6table_mangle.ko: kernel/net/ipv6/netfilter/ip6_tables.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/ip6table_raw.ko: kernel/net/ipv6/netfilter/ip6_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6table_security.ko: kernel/net/ipv6/netfilter/ip6_tables.ko kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6table_nat.ko: kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv6/netfilter/ip6_tables.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko: kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_nat_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_log_ipv6.ko: kernel/net/netfilter/nf_log_common.ko +kernel/net/ipv6/netfilter/nf_reject_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_dup_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nf_tables_ipv6.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/ipv6/netfilter/nft_chain_route_ipv6.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nft_chain_nat_ipv6.ko: kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nft_reject_ipv6.ko: kernel/net/ipv6/netfilter/nf_reject_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nft_reject.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nft_masq_ipv6.ko: kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko kernel/net/netfilter/nft_masq.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/nft_redir_ipv6.ko: kernel/net/netfilter/nft_redir.ko kernel/net/netfilter/nf_nat_redirect.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko +kernel/net/ipv6/netfilter/nft_dup_ipv6.ko: kernel/net/ipv6/netfilter/nf_dup_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/ip6t_ah.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_eui64.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_frag.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_ipv6header.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_mh.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_hbh.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_rpfilter.ko: kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/ip6t_rt.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko: kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/ip6t_NPT.ko: kernel/net/netfilter/x_tables.ko +kernel/net/ipv6/netfilter/ip6t_REJECT.ko: kernel/net/ipv6/netfilter/nf_reject_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko: kernel/net/netfilter/nf_synproxy_core.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ipv6.ko: kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ah6.ko: kernel/net/xfrm/xfrm_algo.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/esp6.ko: kernel/net/xfrm/xfrm_algo.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ipcomp6.ko: kernel/net/ipv6/xfrm6_tunnel.ko kernel/net/ipv6/tunnel6.ko kernel/net/xfrm/xfrm_ipcomp.ko kernel/net/xfrm/xfrm_algo.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/xfrm6_tunnel.ko: kernel/net/ipv6/tunnel6.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/tunnel6.ko: +kernel/net/ipv6/xfrm6_mode_transport.ko: +kernel/net/ipv6/xfrm6_mode_tunnel.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/xfrm6_mode_ro.ko: +kernel/net/ipv6/xfrm6_mode_beet.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/mip6.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ila/ila.ko: +kernel/net/ipv6/ip6_vti.ko: kernel/net/ipv6/ip6_tunnel.ko kernel/net/ipv6/tunnel6.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/sit.ko: kernel/net/ipv4/tunnel4.ko kernel/net/ipv4/ip_tunnel.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ip6_tunnel.ko: kernel/net/ipv6/tunnel6.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/ip6_gre.ko: kernel/net/ipv6/ip6_tunnel.ko kernel/net/ipv6/tunnel6.ko kernel/net/ipv6/ipv6.ko kernel/net/ipv4/gre.ko kernel/lib/crc-ccitt.ko +kernel/net/ipv6/fou6.ko: kernel/net/ipv4/fou.ko kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/ipv6/ip6_udp_tunnel.ko: +kernel/net/packet/af_packet_diag.ko: +kernel/net/8021q/8021q.ko: kernel/net/802/garp.ko kernel/net/802/mrp.ko kernel/net/802/stp.ko kernel/net/llc/llc.ko +kernel/net/mpls/mpls_gso.ko: +kernel/net/llc/llc.ko: +kernel/net/llc/llc2.ko: kernel/net/llc/llc.ko +kernel/net/key/af_key.ko: kernel/net/xfrm/xfrm_algo.ko +kernel/net/bridge/netfilter/nf_tables_bridge.ko: kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/bridge/netfilter/nft_meta_bridge.ko: kernel/net/netfilter/nft_meta.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko +kernel/net/bridge/netfilter/nft_reject_bridge.ko: kernel/net/bridge/bridge.ko kernel/net/802/stp.ko kernel/net/ipv4/netfilter/nf_reject_ipv4.ko kernel/net/ipv6/netfilter/nf_reject_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nft_reject.ko kernel/net/netfilter/nf_tables.ko kernel/net/netfilter/nfnetlink.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/bridge/netfilter/nf_log_bridge.ko: +kernel/net/bridge/netfilter/ebtables.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebtable_broute.ko: kernel/net/bridge/netfilter/ebtables.ko kernel/net/bridge/bridge.ko kernel/net/802/stp.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/x_tables.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/bridge/netfilter/ebtable_filter.ko: kernel/net/bridge/netfilter/ebtables.ko kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebtable_nat.ko: kernel/net/bridge/netfilter/ebtables.ko kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_802_3.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_among.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_arp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_ip.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_ip6.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_limit.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_mark_m.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_pkttype.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_stp.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_vlan.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_arpreply.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_mark.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_dnat.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_redirect.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_snat.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_log.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/netfilter/ebt_nflog.ko: kernel/net/netfilter/x_tables.ko +kernel/net/bridge/bridge.ko: kernel/net/802/stp.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/bridge/br_netfilter.ko: kernel/net/bridge/bridge.ko kernel/net/802/stp.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/ipx/ipx.ko: kernel/net/802/p8023.ko kernel/net/802/p8022.ko kernel/net/802/psnap.ko kernel/net/llc/llc.ko +kernel/net/appletalk/appletalk.ko: kernel/net/802/psnap.ko kernel/net/llc/llc.ko +kernel/net/x25/x25.ko: +kernel/net/lapb/lapb.ko: +kernel/net/can/can.ko: +kernel/net/can/can-raw.ko: kernel/net/can/can.ko +kernel/net/can/can-bcm.ko: kernel/net/can/can.ko +kernel/net/can/can-gw.ko: kernel/net/can/can.ko +kernel/net/sunrpc/sunrpc.ko: +kernel/net/sunrpc/auth_gss/auth_rpcgss.ko: kernel/lib/oid_registry.ko kernel/net/sunrpc/sunrpc.ko +kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko: kernel/net/sunrpc/auth_gss/auth_rpcgss.ko kernel/lib/oid_registry.ko kernel/net/sunrpc/sunrpc.ko +kernel/net/rxrpc/af-rxrpc.ko: +kernel/net/kcm/kcm.ko: kernel/net/strparser/strparser.ko +kernel/net/strparser/strparser.ko: +kernel/net/atm/atm.ko: +kernel/net/atm/clip.ko: kernel/net/atm/atm.ko +kernel/net/atm/br2684.ko: kernel/net/atm/atm.ko +kernel/net/atm/lec.ko: kernel/net/atm/atm.ko +kernel/net/atm/mpoa.ko: kernel/net/atm/atm.ko +kernel/net/atm/pppoatm.ko: kernel/net/atm/atm.ko kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko +kernel/net/l2tp/l2tp_core.ko: kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/l2tp/l2tp_ppp.ko: kernel/net/l2tp/l2tp_core.ko kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv6/ipv6.ko kernel/drivers/net/ppp/pppox.ko kernel/lib/crc-ccitt.ko kernel/drivers/net/ppp/ppp_generic.ko kernel/drivers/net/slip/slhc.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/decnet/netfilter/dn_rtmsg.ko: +kernel/net/decnet/decnet.ko: +kernel/net/phonet/phonet.ko: +kernel/net/phonet/pn_pep.ko: kernel/net/phonet/phonet.ko +kernel/net/dccp/dccp.ko: +kernel/net/dccp/dccp_ipv4.ko: kernel/net/dccp/dccp.ko +kernel/net/dccp/dccp_ipv6.ko: kernel/net/dccp/dccp_ipv4.ko kernel/net/dccp/dccp.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/dccp/dccp_diag.ko: kernel/net/dccp/dccp.ko +kernel/net/sctp/sctp.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/sctp/sctp_diag.ko: kernel/net/sctp/sctp.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/rds/rds.ko: +kernel/net/rds/rds_tcp.ko: kernel/net/rds/rds.ko +kernel/net/tipc/tipc.ko: kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/9p/9pnet.ko: +kernel/net/caif/caif.ko: kernel/lib/crc-ccitt.ko +kernel/net/caif/chnl_net.ko: kernel/net/caif/caif.ko kernel/lib/crc-ccitt.ko +kernel/net/caif/caif_socket.ko: kernel/net/caif/caif.ko kernel/lib/crc-ccitt.ko +kernel/net/caif/caif_usb.ko: kernel/net/caif/caif.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/6lowpan.ko: kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_dest.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_fragment.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_hop.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ipv6.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_mobility.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_routing.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_udp.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_ext_hop.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_udp.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_icmpv6.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_ext_dest.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_ext_frag.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/6lowpan/nhc_ghc_ext_route.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko +kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko: kernel/net/6lowpan/6lowpan.ko kernel/net/ipv6/ipv6.ko kernel/net/ieee802154/ieee802154.ko kernel/lib/crc-ccitt.ko +kernel/net/ieee802154/ieee802154.ko: +kernel/net/ieee802154/ieee802154_socket.ko: kernel/net/ieee802154/ieee802154.ko +kernel/net/mac802154/mac802154.ko: kernel/net/ieee802154/ieee802154.ko kernel/lib/crc-ccitt.ko +kernel/net/dns_resolver/dns_resolver.ko: +kernel/net/ceph/libceph.ko: +kernel/net/batman-adv/batman-adv.ko: kernel/net/bridge/bridge.ko kernel/net/802/stp.ko kernel/net/ipv6/ipv6.ko kernel/lib/crc-ccitt.ko kernel/net/llc/llc.ko +kernel/net/nfc/nfc.ko: +kernel/net/nfc/nci/nci.ko: kernel/net/nfc/nfc.ko +kernel/net/nfc/hci/hci.ko: kernel/net/nfc/nfc.ko +kernel/net/openvswitch/openvswitch.ko: kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko +kernel/net/openvswitch/vport-vxlan.ko: kernel/drivers/net/vxlan.ko kernel/net/openvswitch/openvswitch.ko kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/openvswitch/vport-geneve.ko: kernel/drivers/net/geneve.ko kernel/net/openvswitch/openvswitch.ko kernel/net/ipv6/ip6_udp_tunnel.ko kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/lib/crc-ccitt.ko kernel/net/ipv4/udp_tunnel.ko +kernel/net/openvswitch/vport-gre.ko: kernel/net/ipv4/ip_gre.ko kernel/net/openvswitch/openvswitch.ko kernel/net/ipv6/netfilter/nf_nat_ipv6.ko kernel/net/ipv4/ip_tunnel.ko kernel/net/ipv4/netfilter/nf_nat_ipv4.ko kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko kernel/net/ipv6/ipv6.ko kernel/net/netfilter/nf_nat.ko kernel/net/netfilter/nf_conntrack.ko kernel/net/ipv4/gre.ko kernel/lib/crc-ccitt.ko +kernel/net/vmw_vsock/vsock.ko: +kernel/net/hsr/hsr.ko: +kernel/lib/lz4/lz4_compress.ko: +kernel/lib/lz4/lz4hc_compress.ko: +kernel/lib/xz/xz_dec_test.ko: +kernel/lib/crc-ccitt.ko: +kernel/lib/crc-itu-t.ko: +kernel/lib/crc7.ko: +kernel/lib/crc8.ko: +kernel/lib/842/842_compress.ko: +kernel/lib/842/842_decompress.ko: +kernel/lib/ts_kmp.ko: +kernel/lib/ts_bm.ko: +kernel/lib/ts_fsm.ko: +kernel/lib/lru_cache.ko: +kernel/lib/cordic.ko: +kernel/lib/mpi/mpi.ko: +kernel/lib/asn1_decoder.ko: +kernel/lib/oid_registry.ko: diff --git a/uml/modules/4.9.25/modules.dep.bin b/uml/modules/4.9.25/modules.dep.bin new file mode 100644 index 0000000..a75ee72 Binary files /dev/null and b/uml/modules/4.9.25/modules.dep.bin differ diff --git a/uml/modules/4.9.25/modules.devname b/uml/modules/4.9.25/modules.devname new file mode 100644 index 0000000..ff3d8cd --- /dev/null +++ b/uml/modules/4.9.25/modules.devname @@ -0,0 +1,8 @@ +# Device nodes to trigger on-demand module loading. +autofs4 autofs c10:235 +fuse fuse c10:229 +cuse cuse c10:203 +loop loop-control c10:237 +tun net/tun c10:200 +ppp_generic ppp c108:0 +dm_mod mapper/control c10:236 diff --git a/uml/modules/4.9.25/modules.order b/uml/modules/4.9.25/modules.order new file mode 100644 index 0000000..bc0c1b0 --- /dev/null +++ b/uml/modules/4.9.25/modules.order @@ -0,0 +1,902 @@ +kernel/arch/um/drivers/hostaudio.ko +kernel/arch/x86/crypto/aes-x86_64.ko +kernel/arch/x86/crypto/twofish-x86_64.ko +kernel/arch/x86/crypto/salsa20-x86_64.ko +kernel/kernel/configs.ko +kernel/mm/zbud.ko +kernel/mm/zsmalloc.ko +kernel/mm/z3fold.ko +kernel/fs/nfs_common/nfs_acl.ko +kernel/fs/nfs_common/grace.ko +kernel/fs/quota/quota_v1.ko +kernel/fs/quota/quota_v2.ko +kernel/fs/quota/quota_tree.ko +kernel/fs/nls/nls_cp437.ko +kernel/fs/nls/nls_cp737.ko +kernel/fs/nls/nls_cp775.ko +kernel/fs/nls/nls_cp850.ko +kernel/fs/nls/nls_cp852.ko +kernel/fs/nls/nls_cp855.ko +kernel/fs/nls/nls_cp857.ko +kernel/fs/nls/nls_cp860.ko +kernel/fs/nls/nls_cp861.ko +kernel/fs/nls/nls_cp862.ko +kernel/fs/nls/nls_cp863.ko +kernel/fs/nls/nls_cp864.ko +kernel/fs/nls/nls_cp865.ko +kernel/fs/nls/nls_cp866.ko +kernel/fs/nls/nls_cp869.ko +kernel/fs/nls/nls_cp874.ko +kernel/fs/nls/nls_cp932.ko +kernel/fs/nls/nls_euc-jp.ko +kernel/fs/nls/nls_cp936.ko +kernel/fs/nls/nls_cp949.ko +kernel/fs/nls/nls_cp950.ko +kernel/fs/nls/nls_cp1250.ko +kernel/fs/nls/nls_cp1251.ko +kernel/fs/nls/nls_ascii.ko +kernel/fs/nls/nls_iso8859-1.ko +kernel/fs/nls/nls_iso8859-2.ko +kernel/fs/nls/nls_iso8859-3.ko +kernel/fs/nls/nls_iso8859-4.ko +kernel/fs/nls/nls_iso8859-5.ko +kernel/fs/nls/nls_iso8859-6.ko +kernel/fs/nls/nls_iso8859-7.ko +kernel/fs/nls/nls_cp1255.ko +kernel/fs/nls/nls_iso8859-9.ko +kernel/fs/nls/nls_iso8859-13.ko +kernel/fs/nls/nls_iso8859-14.ko +kernel/fs/nls/nls_iso8859-15.ko +kernel/fs/nls/nls_koi8-r.ko +kernel/fs/nls/nls_koi8-u.ko +kernel/fs/nls/nls_koi8-ru.ko +kernel/fs/nls/nls_utf8.ko +kernel/fs/nls/mac-celtic.ko +kernel/fs/nls/mac-centeuro.ko +kernel/fs/nls/mac-croatian.ko +kernel/fs/nls/mac-cyrillic.ko +kernel/fs/nls/mac-gaelic.ko +kernel/fs/nls/mac-greek.ko +kernel/fs/nls/mac-iceland.ko +kernel/fs/nls/mac-inuit.ko +kernel/fs/nls/mac-romanian.ko +kernel/fs/nls/mac-roman.ko +kernel/fs/nls/mac-turkish.ko +kernel/fs/exofs/libore.ko +kernel/fs/exofs/exofs.ko +kernel/fs/crypto/fscrypto.ko +kernel/fs/binfmt_misc.ko +kernel/fs/configfs/configfs.ko +kernel/fs/dlm/dlm.ko +kernel/fs/fscache/fscache.ko +kernel/fs/cramfs/cramfs.ko +kernel/fs/coda/coda.ko +kernel/fs/minix/minix.ko +kernel/fs/fat/fat.ko +kernel/fs/fat/vfat.ko +kernel/fs/fat/msdos.ko +kernel/fs/bfs/bfs.ko +kernel/fs/isofs/isofs.ko +kernel/fs/hfsplus/hfsplus.ko +kernel/fs/hfs/hfs.ko +kernel/fs/ecryptfs/ecryptfs.ko +kernel/fs/freevxfs/freevxfs.ko +kernel/fs/nfs/nfs.ko +kernel/fs/nfs/nfsv2.ko +kernel/fs/nfs/nfsv3.ko +kernel/fs/nfs/nfsv4.ko +kernel/fs/nfs/filelayout/nfs_layout_nfsv41_files.ko +kernel/fs/nfs/objlayout/objlayoutdriver.ko +kernel/fs/nfs/blocklayout/blocklayoutdriver.ko +kernel/fs/nfs/flexfilelayout/nfs_layout_flexfiles.ko +kernel/fs/nfsd/nfsd.ko +kernel/fs/lockd/lockd.ko +kernel/fs/sysv/sysv.ko +kernel/fs/cifs/cifs.ko +kernel/fs/ncpfs/ncpfs.ko +kernel/fs/hpfs/hpfs.ko +kernel/fs/ntfs/ntfs.ko +kernel/fs/ufs/ufs.ko +kernel/fs/efs/efs.ko +kernel/fs/jffs2/jffs2.ko +kernel/fs/logfs/logfs.ko +kernel/fs/ubifs/ubifs.ko +kernel/fs/affs/affs.ko +kernel/fs/romfs/romfs.ko +kernel/fs/qnx4/qnx4.ko +kernel/fs/qnx6/qnx6.ko +kernel/fs/autofs4/autofs4.ko +kernel/fs/adfs/adfs.ko +kernel/fs/fuse/fuse.ko +kernel/fs/fuse/cuse.ko +kernel/fs/overlayfs/overlay.ko +kernel/fs/orangefs/orangefs.ko +kernel/fs/udf/udf.ko +kernel/fs/omfs/omfs.ko +kernel/fs/9p/9p.ko +kernel/fs/afs/kafs.ko +kernel/fs/nilfs2/nilfs2.ko +kernel/fs/befs/befs.ko +kernel/fs/cachefiles/cachefiles.ko +kernel/fs/ocfs2/ocfs2.ko +kernel/fs/ocfs2/ocfs2_stackglue.ko +kernel/fs/ocfs2/ocfs2_stack_o2cb.ko +kernel/fs/ocfs2/ocfs2_stack_user.ko +kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko +kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko +kernel/fs/ocfs2/dlm/ocfs2_dlm.ko +kernel/fs/gfs2/gfs2.ko +kernel/fs/f2fs/f2fs.ko +kernel/fs/ceph/ceph.ko +kernel/fs/pstore/pstore.ko +kernel/security/keys/encrypted-keys/encrypted-keys.ko +kernel/crypto/seqiv.ko +kernel/crypto/echainiv.ko +kernel/crypto/rsa_generic.ko +kernel/crypto/crypto_user.ko +kernel/crypto/cmac.ko +kernel/crypto/hmac.ko +kernel/crypto/vmac.ko +kernel/crypto/xcbc.ko +kernel/crypto/md4.ko +kernel/crypto/rmd128.ko +kernel/crypto/rmd160.ko +kernel/crypto/rmd256.ko +kernel/crypto/rmd320.ko +kernel/crypto/sha256_generic.ko +kernel/crypto/sha512_generic.ko +kernel/crypto/wp512.ko +kernel/crypto/tgr192.ko +kernel/crypto/gf128mul.ko +kernel/crypto/ecb.ko +kernel/crypto/cbc.ko +kernel/crypto/pcbc.ko +kernel/crypto/cts.ko +kernel/crypto/lrw.ko +kernel/crypto/xts.ko +kernel/crypto/ctr.ko +kernel/crypto/keywrap.ko +kernel/crypto/gcm.ko +kernel/crypto/ccm.ko +kernel/crypto/chacha20poly1305.ko +kernel/crypto/cryptd.ko +kernel/crypto/mcryptd.ko +kernel/crypto/des_generic.ko +kernel/crypto/fcrypt.ko +kernel/crypto/blowfish_generic.ko +kernel/crypto/blowfish_common.ko +kernel/crypto/twofish_generic.ko +kernel/crypto/twofish_common.ko +kernel/crypto/serpent_generic.ko +kernel/crypto/camellia_generic.ko +kernel/crypto/cast_common.ko +kernel/crypto/cast5_generic.ko +kernel/crypto/cast6_generic.ko +kernel/crypto/arc4.ko +kernel/crypto/tea.ko +kernel/crypto/khazad.ko +kernel/crypto/anubis.ko +kernel/crypto/seed.ko +kernel/crypto/salsa20_generic.ko +kernel/crypto/chacha20_generic.ko +kernel/crypto/poly1305_generic.ko +kernel/crypto/deflate.ko +kernel/crypto/michael_mic.ko +kernel/crypto/crc32_generic.ko +kernel/crypto/authenc.ko +kernel/crypto/authencesn.ko +kernel/crypto/lz4.ko +kernel/crypto/lz4hc.ko +kernel/crypto/842.ko +kernel/crypto/ansi_cprng.ko +kernel/crypto/drbg.ko +kernel/crypto/jitterentropy_rng.ko +kernel/crypto/tcrypt.ko +kernel/crypto/ghash-generic.ko +kernel/crypto/af_alg.ko +kernel/crypto/algif_hash.ko +kernel/crypto/algif_skcipher.ko +kernel/crypto/algif_rng.ko +kernel/crypto/algif_aead.ko +kernel/crypto/async_tx/async_tx.ko +kernel/crypto/async_tx/async_memcpy.ko +kernel/crypto/async_tx/async_xor.ko +kernel/crypto/async_tx/async_pq.ko +kernel/crypto/async_tx/async_raid6_recov.ko +kernel/block/deadline-iosched.ko +kernel/drivers/tty/n_gsm.ko +kernel/drivers/tty/n_tracerouter.ko +kernel/drivers/tty/n_tracesink.ko +kernel/drivers/tty/n_r3964.ko +kernel/drivers/char/raw.ko +kernel/drivers/char/hw_random/rng-core.ko +kernel/drivers/base/regmap/regmap-i2c.ko +kernel/drivers/block/brd.ko +kernel/drivers/block/loop.ko +kernel/drivers/block/osdblk.ko +kernel/drivers/block/nbd.ko +kernel/drivers/block/cryptoloop.ko +kernel/drivers/block/drbd/drbd.ko +kernel/drivers/block/rbd.ko +kernel/drivers/block/zram/zram.ko +kernel/drivers/misc/eeprom/at24.ko +kernel/drivers/misc/eeprom/eeprom.ko +kernel/drivers/misc/eeprom/max6875.ko +kernel/drivers/misc/ad525x_dpot.ko +kernel/drivers/misc/ad525x_dpot-i2c.ko +kernel/drivers/misc/dummy-irq.ko +kernel/drivers/misc/ics932s401.ko +kernel/drivers/misc/bh1770glc.ko +kernel/drivers/misc/apds990x.ko +kernel/drivers/misc/enclosure.ko +kernel/drivers/misc/apds9802als.ko +kernel/drivers/misc/isl29003.ko +kernel/drivers/misc/isl29020.ko +kernel/drivers/misc/tsl2550.ko +kernel/drivers/misc/ds1682.ko +kernel/drivers/misc/c2port/core.ko +kernel/drivers/misc/hmc6352.ko +kernel/drivers/misc/fsa9480.ko +kernel/drivers/misc/altera-stapl/altera-stapl.ko +kernel/drivers/misc/echo/echo.ko +kernel/drivers/net/bonding/bonding.ko +kernel/drivers/net/dummy.ko +kernel/drivers/net/eql.ko +kernel/drivers/net/ifb.ko +kernel/drivers/net/macsec.ko +kernel/drivers/net/macvlan.ko +kernel/drivers/net/macvtap.ko +kernel/drivers/net/netconsole.ko +kernel/drivers/net/phy/libphy.ko +kernel/drivers/net/phy/mdio-bitbang.ko +kernel/drivers/net/phy/amd.ko +kernel/drivers/net/phy/aquantia.ko +kernel/drivers/net/phy/at803x.ko +kernel/drivers/net/phy/bcm7xxx.ko +kernel/drivers/net/phy/bcm87xx.ko +kernel/drivers/net/phy/bcm-phy-lib.ko +kernel/drivers/net/phy/broadcom.ko +kernel/drivers/net/phy/cicada.ko +kernel/drivers/net/phy/davicom.ko +kernel/drivers/net/phy/dp83848.ko +kernel/drivers/net/phy/dp83867.ko +kernel/drivers/net/phy/fixed_phy.ko +kernel/drivers/net/phy/icplus.ko +kernel/drivers/net/phy/et1011c.ko +kernel/drivers/net/phy/lxt.ko +kernel/drivers/net/phy/marvell.ko +kernel/drivers/net/phy/micrel.ko +kernel/drivers/net/phy/microchip.ko +kernel/drivers/net/phy/national.ko +kernel/drivers/net/phy/qsemi.ko +kernel/drivers/net/phy/realtek.ko +kernel/drivers/net/phy/smsc.ko +kernel/drivers/net/phy/ste10Xp.ko +kernel/drivers/net/phy/teranetics.ko +kernel/drivers/net/phy/vitesse.ko +kernel/drivers/net/team/team.ko +kernel/drivers/net/team/team_mode_broadcast.ko +kernel/drivers/net/team/team_mode_roundrobin.ko +kernel/drivers/net/team/team_mode_random.ko +kernel/drivers/net/team/team_mode_activebackup.ko +kernel/drivers/net/team/team_mode_loadbalance.ko +kernel/drivers/net/tun.ko +kernel/drivers/net/veth.ko +kernel/drivers/net/vxlan.ko +kernel/drivers/net/geneve.ko +kernel/drivers/net/gtp.ko +kernel/drivers/net/nlmon.ko +kernel/drivers/net/appletalk/ipddp.ko +kernel/drivers/net/caif/caif_serial.ko +kernel/drivers/net/caif/caif_hsi.ko +kernel/drivers/net/can/vcan.ko +kernel/drivers/net/can/slcan.ko +kernel/drivers/net/can/can-dev.ko +kernel/drivers/net/ppp/ppp_generic.ko +kernel/drivers/net/ppp/ppp_async.ko +kernel/drivers/net/ppp/bsd_comp.ko +kernel/drivers/net/ppp/ppp_deflate.ko +kernel/drivers/net/ppp/ppp_mppe.ko +kernel/drivers/net/ppp/ppp_synctty.ko +kernel/drivers/net/ppp/pppox.ko +kernel/drivers/net/ppp/pppoe.ko +kernel/drivers/net/ppp/pptp.ko +kernel/drivers/net/slip/slip.ko +kernel/drivers/net/slip/slhc.ko +kernel/drivers/net/ieee802154/fakelb.ko +kernel/drivers/cdrom/cdrom.ko +kernel/drivers/i2c/i2c-core.ko +kernel/drivers/i2c/i2c-dev.ko +kernel/drivers/i2c/i2c-stub.ko +kernel/drivers/watchdog/ziirave_wdt.ko +kernel/drivers/watchdog/softdog.ko +kernel/drivers/md/linear.ko +kernel/drivers/md/raid0.ko +kernel/drivers/md/raid1.ko +kernel/drivers/md/raid10.ko +kernel/drivers/md/raid456.ko +kernel/drivers/md/multipath.ko +kernel/drivers/md/faulty.ko +kernel/drivers/md/md-cluster.ko +kernel/drivers/md/bcache/bcache.ko +kernel/drivers/md/md-mod.ko +kernel/drivers/md/dm-mod.ko +kernel/drivers/md/dm-bufio.ko +kernel/drivers/md/dm-bio-prison.ko +kernel/drivers/md/dm-crypt.ko +kernel/drivers/md/dm-delay.ko +kernel/drivers/md/dm-flakey.ko +kernel/drivers/md/dm-multipath.ko +kernel/drivers/md/dm-round-robin.ko +kernel/drivers/md/dm-queue-length.ko +kernel/drivers/md/dm-service-time.ko +kernel/drivers/md/dm-switch.ko +kernel/drivers/md/dm-snapshot.ko +kernel/drivers/md/persistent-data/dm-persistent-data.ko +kernel/drivers/md/dm-mirror.ko +kernel/drivers/md/dm-log.ko +kernel/drivers/md/dm-region-hash.ko +kernel/drivers/md/dm-log-userspace.ko +kernel/drivers/md/dm-zero.ko +kernel/drivers/md/dm-raid.ko +kernel/drivers/md/dm-thin-pool.ko +kernel/drivers/md/dm-verity.ko +kernel/drivers/md/dm-cache.ko +kernel/drivers/md/dm-cache-smq.ko +kernel/drivers/md/dm-cache-cleaner.ko +kernel/drivers/md/dm-era.ko +kernel/drivers/md/dm-log-writes.ko +kernel/drivers/connector/cn.ko +kernel/drivers/scsi/scsi_mod.ko +kernel/drivers/scsi/raid_class.ko +kernel/drivers/scsi/scsi_transport_spi.ko +kernel/drivers/scsi/scsi_transport_fc.ko +kernel/drivers/scsi/scsi_transport_iscsi.ko +kernel/drivers/scsi/scsi_transport_sas.ko +kernel/drivers/scsi/libsas/libsas.ko +kernel/drivers/scsi/scsi_transport_srp.ko +kernel/drivers/scsi/libfc/libfc.ko +kernel/drivers/scsi/fcoe/libfcoe.ko +kernel/drivers/scsi/libiscsi.ko +kernel/drivers/scsi/libiscsi_tcp.ko +kernel/drivers/scsi/iscsi_tcp.ko +kernel/drivers/scsi/iscsi_boot_sysfs.ko +kernel/drivers/scsi/st.ko +kernel/drivers/scsi/osst.ko +kernel/drivers/scsi/sd_mod.ko +kernel/drivers/scsi/sr_mod.ko +kernel/drivers/scsi/sg.ko +kernel/drivers/scsi/ch.ko +kernel/drivers/scsi/ses.ko +kernel/drivers/scsi/osd/libosd.ko +kernel/drivers/scsi/osd/osd.ko +kernel/drivers/scsi/scsi_debug.ko +kernel/drivers/target/target_core_mod.ko +kernel/drivers/target/target_core_iblock.ko +kernel/drivers/target/target_core_file.ko +kernel/drivers/target/target_core_pscsi.ko +kernel/drivers/target/target_core_user.ko +kernel/drivers/target/loopback/tcm_loop.ko +kernel/drivers/target/tcm_fc/tcm_fc.ko +kernel/drivers/target/iscsi/iscsi_target_mod.ko +kernel/drivers/mtd/chips/chipreg.ko +kernel/drivers/mtd/lpddr/qinfo_probe.ko +kernel/drivers/mtd/lpddr/lpddr_cmds.ko +kernel/drivers/mtd/nand/nand.ko +kernel/drivers/mtd/nand/nand_ecc.ko +kernel/drivers/mtd/nand/nand_ids.ko +kernel/drivers/mtd/nand/nandsim.ko +kernel/drivers/mtd/mtd.ko +kernel/drivers/mtd/redboot.ko +kernel/drivers/mtd/cmdlinepart.ko +kernel/drivers/mtd/ar7part.ko +kernel/drivers/mtd/mtd_blkdevs.ko +kernel/drivers/mtd/mtdblock.ko +kernel/drivers/mtd/mtdblock_ro.ko +kernel/drivers/mtd/ftl.ko +kernel/drivers/mtd/nftl.ko +kernel/drivers/mtd/inftl.ko +kernel/drivers/mtd/rfd_ftl.ko +kernel/drivers/mtd/ssfdc.ko +kernel/drivers/mtd/sm_ftl.ko +kernel/drivers/mtd/mtdoops.ko +kernel/drivers/mtd/mtdswap.ko +kernel/drivers/mtd/spi-nor/spi-nor.ko +kernel/drivers/mtd/ubi/ubi.ko +kernel/drivers/hsi/clients/hsi_char.ko +kernel/drivers/hsi/hsi.ko +kernel/drivers/atm/adummy.ko +kernel/drivers/atm/atmtcp.ko +kernel/drivers/uio/uio.ko +kernel/drivers/uio/uio_pdrv_genirq.ko +kernel/drivers/block/aoe/aoe.ko +kernel/drivers/pps/clients/pps-ktimer.ko +kernel/drivers/pps/clients/pps-ldisc.ko +kernel/drivers/pps/pps_core.ko +kernel/drivers/ptp/ptp.ko +kernel/drivers/thermal/thermal_sys.ko +kernel/drivers/thermal/thermal-generic-adc.ko +kernel/drivers/extcon/extcon-core.ko +kernel/drivers/extcon/extcon-adc-jack.ko +kernel/drivers/iio/adc/max1363.ko +kernel/drivers/iio/adc/nau7802.ko +kernel/drivers/iio/adc/ti-adc081c.ko +kernel/drivers/iio/buffer/industrialio-buffer-cb.ko +kernel/drivers/iio/buffer/industrialio-triggered-buffer.ko +kernel/drivers/iio/buffer/kfifo_buf.ko +kernel/drivers/iio/dac/ad5380.ko +kernel/drivers/iio/dac/ad5064.ko +kernel/drivers/iio/dac/ad5446.ko +kernel/drivers/iio/dac/max517.ko +kernel/drivers/iio/dac/mcp4725.ko +kernel/drivers/iio/light/adjd_s311.ko +kernel/drivers/iio/light/apds9300.ko +kernel/drivers/iio/light/vcnl4000.ko +kernel/drivers/iio/temperature/tmp006.ko +kernel/drivers/iio/industrialio.ko +kernel/drivers/hwtracing/stm/stm_core.ko +kernel/drivers/hwtracing/stm/stm_console.ko +kernel/drivers/hwtracing/stm/stm_heartbeat.ko +kernel/drivers/nvmem/nvmem_core.ko +kernel/sound/soundcore.ko +kernel/net/core/devlink.ko +kernel/net/802/p8022.ko +kernel/net/802/psnap.ko +kernel/net/802/p8023.ko +kernel/net/802/stp.ko +kernel/net/802/garp.ko +kernel/net/802/mrp.ko +kernel/net/sched/act_police.ko +kernel/net/sched/act_gact.ko +kernel/net/sched/act_mirred.ko +kernel/net/sched/act_ipt.ko +kernel/net/sched/act_nat.ko +kernel/net/sched/act_pedit.ko +kernel/net/sched/act_simple.ko +kernel/net/sched/act_skbedit.ko +kernel/net/sched/act_csum.ko +kernel/net/sched/act_vlan.ko +kernel/net/sched/act_bpf.ko +kernel/net/sched/act_connmark.ko +kernel/net/sched/act_ife.ko +kernel/net/sched/act_meta_mark.ko +kernel/net/sched/act_meta_skbprio.ko +kernel/net/sched/sch_cbq.ko +kernel/net/sched/sch_htb.ko +kernel/net/sched/sch_hfsc.ko +kernel/net/sched/sch_red.ko +kernel/net/sched/sch_gred.ko +kernel/net/sched/sch_ingress.ko +kernel/net/sched/sch_dsmark.ko +kernel/net/sched/sch_sfb.ko +kernel/net/sched/sch_sfq.ko +kernel/net/sched/sch_tbf.ko +kernel/net/sched/sch_teql.ko +kernel/net/sched/sch_prio.ko +kernel/net/sched/sch_multiq.ko +kernel/net/sched/sch_atm.ko +kernel/net/sched/sch_netem.ko +kernel/net/sched/sch_drr.ko +kernel/net/sched/sch_plug.ko +kernel/net/sched/sch_mqprio.ko +kernel/net/sched/sch_choke.ko +kernel/net/sched/sch_qfq.ko +kernel/net/sched/sch_codel.ko +kernel/net/sched/sch_fq_codel.ko +kernel/net/sched/sch_fq.ko +kernel/net/sched/sch_hhf.ko +kernel/net/sched/sch_pie.ko +kernel/net/sched/cls_u32.ko +kernel/net/sched/cls_route.ko +kernel/net/sched/cls_fw.ko +kernel/net/sched/cls_rsvp.ko +kernel/net/sched/cls_tcindex.ko +kernel/net/sched/cls_rsvp6.ko +kernel/net/sched/cls_basic.ko +kernel/net/sched/cls_flow.ko +kernel/net/sched/cls_cgroup.ko +kernel/net/sched/cls_bpf.ko +kernel/net/sched/cls_flower.ko +kernel/net/sched/em_cmp.ko +kernel/net/sched/em_nbyte.ko +kernel/net/sched/em_u32.ko +kernel/net/sched/em_meta.ko +kernel/net/sched/em_text.ko +kernel/net/sched/em_canid.ko +kernel/net/sched/em_ipset.ko +kernel/net/netlink/netlink_diag.ko +kernel/net/netfilter/nfnetlink.ko +kernel/net/netfilter/nfnetlink_acct.ko +kernel/net/netfilter/nfnetlink_queue.ko +kernel/net/netfilter/nfnetlink_log.ko +kernel/net/netfilter/nf_conntrack.ko +kernel/net/netfilter/nf_conntrack_proto_dccp.ko +kernel/net/netfilter/nf_conntrack_proto_gre.ko +kernel/net/netfilter/nf_conntrack_proto_sctp.ko +kernel/net/netfilter/nf_conntrack_proto_udplite.ko +kernel/net/netfilter/nf_conntrack_netlink.ko +kernel/net/netfilter/nfnetlink_cttimeout.ko +kernel/net/netfilter/nf_conntrack_amanda.ko +kernel/net/netfilter/nf_conntrack_ftp.ko +kernel/net/netfilter/nf_conntrack_h323.ko +kernel/net/netfilter/nf_conntrack_irc.ko +kernel/net/netfilter/nf_conntrack_broadcast.ko +kernel/net/netfilter/nf_conntrack_netbios_ns.ko +kernel/net/netfilter/nf_conntrack_snmp.ko +kernel/net/netfilter/nf_conntrack_pptp.ko +kernel/net/netfilter/nf_conntrack_sane.ko +kernel/net/netfilter/nf_conntrack_sip.ko +kernel/net/netfilter/nf_conntrack_tftp.ko +kernel/net/netfilter/nf_log_common.ko +kernel/net/netfilter/nf_nat.ko +kernel/net/netfilter/nf_nat_redirect.ko +kernel/net/netfilter/nf_nat_proto_dccp.ko +kernel/net/netfilter/nf_nat_proto_udplite.ko +kernel/net/netfilter/nf_nat_proto_sctp.ko +kernel/net/netfilter/nf_nat_amanda.ko +kernel/net/netfilter/nf_nat_ftp.ko +kernel/net/netfilter/nf_nat_irc.ko +kernel/net/netfilter/nf_nat_sip.ko +kernel/net/netfilter/nf_nat_tftp.ko +kernel/net/netfilter/nf_synproxy_core.ko +kernel/net/netfilter/nf_dup_netdev.ko +kernel/net/netfilter/nf_tables.ko +kernel/net/netfilter/nf_tables_inet.ko +kernel/net/netfilter/nf_tables_netdev.ko +kernel/net/netfilter/nft_compat.ko +kernel/net/netfilter/nft_exthdr.ko +kernel/net/netfilter/nft_meta.ko +kernel/net/netfilter/nft_ct.ko +kernel/net/netfilter/nft_limit.ko +kernel/net/netfilter/nft_nat.ko +kernel/net/netfilter/nft_queue.ko +kernel/net/netfilter/nft_reject.ko +kernel/net/netfilter/nft_reject_inet.ko +kernel/net/netfilter/nft_counter.ko +kernel/net/netfilter/nft_log.ko +kernel/net/netfilter/nft_masq.ko +kernel/net/netfilter/nft_redir.ko +kernel/net/netfilter/nft_hash.ko +kernel/net/netfilter/nft_dup_netdev.ko +kernel/net/netfilter/nft_fwd_netdev.ko +kernel/net/netfilter/x_tables.ko +kernel/net/netfilter/xt_tcpudp.ko +kernel/net/netfilter/xt_mark.ko +kernel/net/netfilter/xt_connmark.ko +kernel/net/netfilter/xt_set.ko +kernel/net/netfilter/xt_nat.ko +kernel/net/netfilter/xt_AUDIT.ko +kernel/net/netfilter/xt_CHECKSUM.ko +kernel/net/netfilter/xt_CLASSIFY.ko +kernel/net/netfilter/xt_CONNSECMARK.ko +kernel/net/netfilter/xt_CT.ko +kernel/net/netfilter/xt_DSCP.ko +kernel/net/netfilter/xt_HL.ko +kernel/net/netfilter/xt_HMARK.ko +kernel/net/netfilter/xt_LOG.ko +kernel/net/netfilter/xt_NETMAP.ko +kernel/net/netfilter/xt_NFLOG.ko +kernel/net/netfilter/xt_NFQUEUE.ko +kernel/net/netfilter/xt_RATEEST.ko +kernel/net/netfilter/xt_REDIRECT.ko +kernel/net/netfilter/xt_SECMARK.ko +kernel/net/netfilter/xt_TPROXY.ko +kernel/net/netfilter/xt_TCPMSS.ko +kernel/net/netfilter/xt_TCPOPTSTRIP.ko +kernel/net/netfilter/xt_TEE.ko +kernel/net/netfilter/xt_TRACE.ko +kernel/net/netfilter/xt_IDLETIMER.ko +kernel/net/netfilter/xt_addrtype.ko +kernel/net/netfilter/xt_bpf.ko +kernel/net/netfilter/xt_cluster.ko +kernel/net/netfilter/xt_comment.ko +kernel/net/netfilter/xt_connbytes.ko +kernel/net/netfilter/xt_connlabel.ko +kernel/net/netfilter/xt_connlimit.ko +kernel/net/netfilter/xt_conntrack.ko +kernel/net/netfilter/xt_cpu.ko +kernel/net/netfilter/xt_dccp.ko +kernel/net/netfilter/xt_devgroup.ko +kernel/net/netfilter/xt_dscp.ko +kernel/net/netfilter/xt_ecn.ko +kernel/net/netfilter/xt_esp.ko +kernel/net/netfilter/xt_hashlimit.ko +kernel/net/netfilter/xt_helper.ko +kernel/net/netfilter/xt_hl.ko +kernel/net/netfilter/xt_ipcomp.ko +kernel/net/netfilter/xt_iprange.ko +kernel/net/netfilter/xt_ipvs.ko +kernel/net/netfilter/xt_l2tp.ko +kernel/net/netfilter/xt_length.ko +kernel/net/netfilter/xt_limit.ko +kernel/net/netfilter/xt_mac.ko +kernel/net/netfilter/xt_multiport.ko +kernel/net/netfilter/xt_nfacct.ko +kernel/net/netfilter/xt_osf.ko +kernel/net/netfilter/xt_owner.ko +kernel/net/netfilter/xt_cgroup.ko +kernel/net/netfilter/xt_physdev.ko +kernel/net/netfilter/xt_pkttype.ko +kernel/net/netfilter/xt_policy.ko +kernel/net/netfilter/xt_quota.ko +kernel/net/netfilter/xt_rateest.ko +kernel/net/netfilter/xt_realm.ko +kernel/net/netfilter/xt_recent.ko +kernel/net/netfilter/xt_sctp.ko +kernel/net/netfilter/xt_socket.ko +kernel/net/netfilter/xt_state.ko +kernel/net/netfilter/xt_statistic.ko +kernel/net/netfilter/xt_string.ko +kernel/net/netfilter/xt_tcpmss.ko +kernel/net/netfilter/xt_time.ko +kernel/net/netfilter/xt_u32.ko +kernel/net/netfilter/ipset/ip_set.ko +kernel/net/netfilter/ipset/ip_set_bitmap_ip.ko +kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.ko +kernel/net/netfilter/ipset/ip_set_bitmap_port.ko +kernel/net/netfilter/ipset/ip_set_hash_ip.ko +kernel/net/netfilter/ipset/ip_set_hash_ipmark.ko +kernel/net/netfilter/ipset/ip_set_hash_ipport.ko +kernel/net/netfilter/ipset/ip_set_hash_ipportip.ko +kernel/net/netfilter/ipset/ip_set_hash_ipportnet.ko +kernel/net/netfilter/ipset/ip_set_hash_mac.ko +kernel/net/netfilter/ipset/ip_set_hash_net.ko +kernel/net/netfilter/ipset/ip_set_hash_netport.ko +kernel/net/netfilter/ipset/ip_set_hash_netiface.ko +kernel/net/netfilter/ipset/ip_set_hash_netnet.ko +kernel/net/netfilter/ipset/ip_set_hash_netportnet.ko +kernel/net/netfilter/ipset/ip_set_list_set.ko +kernel/net/netfilter/ipvs/ip_vs.ko +kernel/net/netfilter/ipvs/ip_vs_rr.ko +kernel/net/netfilter/ipvs/ip_vs_wrr.ko +kernel/net/netfilter/ipvs/ip_vs_lc.ko +kernel/net/netfilter/ipvs/ip_vs_wlc.ko +kernel/net/netfilter/ipvs/ip_vs_fo.ko +kernel/net/netfilter/ipvs/ip_vs_ovf.ko +kernel/net/netfilter/ipvs/ip_vs_lblc.ko +kernel/net/netfilter/ipvs/ip_vs_lblcr.ko +kernel/net/netfilter/ipvs/ip_vs_dh.ko +kernel/net/netfilter/ipvs/ip_vs_sh.ko +kernel/net/netfilter/ipvs/ip_vs_sed.ko +kernel/net/netfilter/ipvs/ip_vs_nq.ko +kernel/net/netfilter/ipvs/ip_vs_ftp.ko +kernel/net/netfilter/ipvs/ip_vs_pe_sip.ko +kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko +kernel/net/ipv4/netfilter/nf_nat_ipv4.ko +kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko +kernel/net/ipv4/netfilter/nf_log_arp.ko +kernel/net/ipv4/netfilter/nf_log_ipv4.ko +kernel/net/ipv4/netfilter/nf_reject_ipv4.ko +kernel/net/ipv4/netfilter/nf_nat_h323.ko +kernel/net/ipv4/netfilter/nf_nat_pptp.ko +kernel/net/ipv4/netfilter/nf_nat_snmp_basic.ko +kernel/net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko +kernel/net/ipv4/netfilter/nf_nat_proto_gre.ko +kernel/net/ipv4/netfilter/nf_tables_ipv4.ko +kernel/net/ipv4/netfilter/nft_chain_route_ipv4.ko +kernel/net/ipv4/netfilter/nft_chain_nat_ipv4.ko +kernel/net/ipv4/netfilter/nft_reject_ipv4.ko +kernel/net/ipv4/netfilter/nft_masq_ipv4.ko +kernel/net/ipv4/netfilter/nft_redir_ipv4.ko +kernel/net/ipv4/netfilter/nft_dup_ipv4.ko +kernel/net/ipv4/netfilter/nf_tables_arp.ko +kernel/net/ipv4/netfilter/ip_tables.ko +kernel/net/ipv4/netfilter/iptable_filter.ko +kernel/net/ipv4/netfilter/iptable_mangle.ko +kernel/net/ipv4/netfilter/iptable_nat.ko +kernel/net/ipv4/netfilter/iptable_raw.ko +kernel/net/ipv4/netfilter/iptable_security.ko +kernel/net/ipv4/netfilter/ipt_ah.ko +kernel/net/ipv4/netfilter/ipt_rpfilter.ko +kernel/net/ipv4/netfilter/ipt_CLUSTERIP.ko +kernel/net/ipv4/netfilter/ipt_ECN.ko +kernel/net/ipv4/netfilter/ipt_MASQUERADE.ko +kernel/net/ipv4/netfilter/ipt_REJECT.ko +kernel/net/ipv4/netfilter/ipt_SYNPROXY.ko +kernel/net/ipv4/netfilter/arp_tables.ko +kernel/net/ipv4/netfilter/arpt_mangle.ko +kernel/net/ipv4/netfilter/arptable_filter.ko +kernel/net/ipv4/netfilter/nf_dup_ipv4.ko +kernel/net/ipv4/ip_tunnel.ko +kernel/net/ipv4/ipip.ko +kernel/net/ipv4/fou.ko +kernel/net/ipv4/gre.ko +kernel/net/ipv4/ip_gre.ko +kernel/net/ipv4/udp_tunnel.ko +kernel/net/ipv4/ip_vti.ko +kernel/net/ipv4/ah4.ko +kernel/net/ipv4/esp4.ko +kernel/net/ipv4/ipcomp.ko +kernel/net/ipv4/xfrm4_tunnel.ko +kernel/net/ipv4/xfrm4_mode_beet.ko +kernel/net/ipv4/tunnel4.ko +kernel/net/ipv4/xfrm4_mode_transport.ko +kernel/net/ipv4/xfrm4_mode_tunnel.ko +kernel/net/ipv4/udp_diag.ko +kernel/net/ipv4/tcp_bic.ko +kernel/net/ipv4/tcp_cdg.ko +kernel/net/ipv4/tcp_dctcp.ko +kernel/net/ipv4/tcp_westwood.ko +kernel/net/ipv4/tcp_highspeed.ko +kernel/net/ipv4/tcp_hybla.ko +kernel/net/ipv4/tcp_htcp.ko +kernel/net/ipv4/tcp_vegas.ko +kernel/net/ipv4/tcp_veno.ko +kernel/net/ipv4/tcp_scalable.ko +kernel/net/ipv4/tcp_lp.ko +kernel/net/ipv4/tcp_yeah.ko +kernel/net/ipv4/tcp_illinois.ko +kernel/net/xfrm/xfrm_algo.ko +kernel/net/xfrm/xfrm_user.ko +kernel/net/xfrm/xfrm_ipcomp.ko +kernel/net/unix/unix_diag.ko +kernel/net/ipv6/netfilter/ip6_tables.ko +kernel/net/ipv6/netfilter/ip6table_filter.ko +kernel/net/ipv6/netfilter/ip6table_mangle.ko +kernel/net/ipv6/netfilter/ip6table_raw.ko +kernel/net/ipv6/netfilter/ip6table_security.ko +kernel/net/ipv6/netfilter/ip6table_nat.ko +kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko +kernel/net/ipv6/netfilter/nf_nat_ipv6.ko +kernel/net/ipv6/netfilter/nf_nat_masquerade_ipv6.ko +kernel/net/ipv6/netfilter/nf_defrag_ipv6.ko +kernel/net/ipv6/netfilter/nf_log_ipv6.ko +kernel/net/ipv6/netfilter/nf_reject_ipv6.ko +kernel/net/ipv6/netfilter/nf_dup_ipv6.ko +kernel/net/ipv6/netfilter/nf_tables_ipv6.ko +kernel/net/ipv6/netfilter/nft_chain_route_ipv6.ko +kernel/net/ipv6/netfilter/nft_chain_nat_ipv6.ko +kernel/net/ipv6/netfilter/nft_reject_ipv6.ko +kernel/net/ipv6/netfilter/nft_masq_ipv6.ko +kernel/net/ipv6/netfilter/nft_redir_ipv6.ko +kernel/net/ipv6/netfilter/nft_dup_ipv6.ko +kernel/net/ipv6/netfilter/ip6t_ah.ko +kernel/net/ipv6/netfilter/ip6t_eui64.ko +kernel/net/ipv6/netfilter/ip6t_frag.ko +kernel/net/ipv6/netfilter/ip6t_ipv6header.ko +kernel/net/ipv6/netfilter/ip6t_mh.ko +kernel/net/ipv6/netfilter/ip6t_hbh.ko +kernel/net/ipv6/netfilter/ip6t_rpfilter.ko +kernel/net/ipv6/netfilter/ip6t_rt.ko +kernel/net/ipv6/netfilter/ip6t_MASQUERADE.ko +kernel/net/ipv6/netfilter/ip6t_NPT.ko +kernel/net/ipv6/netfilter/ip6t_REJECT.ko +kernel/net/ipv6/netfilter/ip6t_SYNPROXY.ko +kernel/net/ipv6/ipv6.ko +kernel/net/ipv6/ah6.ko +kernel/net/ipv6/esp6.ko +kernel/net/ipv6/ipcomp6.ko +kernel/net/ipv6/xfrm6_tunnel.ko +kernel/net/ipv6/tunnel6.ko +kernel/net/ipv6/xfrm6_mode_transport.ko +kernel/net/ipv6/xfrm6_mode_tunnel.ko +kernel/net/ipv6/xfrm6_mode_ro.ko +kernel/net/ipv6/xfrm6_mode_beet.ko +kernel/net/ipv6/mip6.ko +kernel/net/ipv6/ila/ila.ko +kernel/net/ipv6/ip6_vti.ko +kernel/net/ipv6/sit.ko +kernel/net/ipv6/ip6_tunnel.ko +kernel/net/ipv6/ip6_gre.ko +kernel/net/ipv6/fou6.ko +kernel/net/ipv6/ip6_udp_tunnel.ko +kernel/net/packet/af_packet_diag.ko +kernel/net/8021q/8021q.ko +kernel/net/mpls/mpls_gso.ko +kernel/net/llc/llc.ko +kernel/net/llc/llc2.ko +kernel/net/key/af_key.ko +kernel/net/bridge/netfilter/nf_tables_bridge.ko +kernel/net/bridge/netfilter/nft_meta_bridge.ko +kernel/net/bridge/netfilter/nft_reject_bridge.ko +kernel/net/bridge/netfilter/nf_log_bridge.ko +kernel/net/bridge/netfilter/ebtables.ko +kernel/net/bridge/netfilter/ebtable_broute.ko +kernel/net/bridge/netfilter/ebtable_filter.ko +kernel/net/bridge/netfilter/ebtable_nat.ko +kernel/net/bridge/netfilter/ebt_802_3.ko +kernel/net/bridge/netfilter/ebt_among.ko +kernel/net/bridge/netfilter/ebt_arp.ko +kernel/net/bridge/netfilter/ebt_ip.ko +kernel/net/bridge/netfilter/ebt_ip6.ko +kernel/net/bridge/netfilter/ebt_limit.ko +kernel/net/bridge/netfilter/ebt_mark_m.ko +kernel/net/bridge/netfilter/ebt_pkttype.ko +kernel/net/bridge/netfilter/ebt_stp.ko +kernel/net/bridge/netfilter/ebt_vlan.ko +kernel/net/bridge/netfilter/ebt_arpreply.ko +kernel/net/bridge/netfilter/ebt_mark.ko +kernel/net/bridge/netfilter/ebt_dnat.ko +kernel/net/bridge/netfilter/ebt_redirect.ko +kernel/net/bridge/netfilter/ebt_snat.ko +kernel/net/bridge/netfilter/ebt_log.ko +kernel/net/bridge/netfilter/ebt_nflog.ko +kernel/net/bridge/bridge.ko +kernel/net/bridge/br_netfilter.ko +kernel/net/ipx/ipx.ko +kernel/net/appletalk/appletalk.ko +kernel/net/x25/x25.ko +kernel/net/lapb/lapb.ko +kernel/net/can/can.ko +kernel/net/can/can-raw.ko +kernel/net/can/can-bcm.ko +kernel/net/can/can-gw.ko +kernel/net/sunrpc/sunrpc.ko +kernel/net/sunrpc/auth_gss/auth_rpcgss.ko +kernel/net/sunrpc/auth_gss/rpcsec_gss_krb5.ko +kernel/net/rxrpc/af-rxrpc.ko +kernel/net/kcm/kcm.ko +kernel/net/strparser/strparser.ko +kernel/net/atm/atm.ko +kernel/net/atm/clip.ko +kernel/net/atm/br2684.ko +kernel/net/atm/lec.ko +kernel/net/atm/mpoa.ko +kernel/net/atm/pppoatm.ko +kernel/net/l2tp/l2tp_core.ko +kernel/net/l2tp/l2tp_ppp.ko +kernel/net/decnet/netfilter/dn_rtmsg.ko +kernel/net/decnet/decnet.ko +kernel/net/phonet/phonet.ko +kernel/net/phonet/pn_pep.ko +kernel/net/dccp/dccp.ko +kernel/net/dccp/dccp_ipv4.ko +kernel/net/dccp/dccp_ipv6.ko +kernel/net/dccp/dccp_diag.ko +kernel/net/sctp/sctp.ko +kernel/net/sctp/sctp_diag.ko +kernel/net/rds/rds.ko +kernel/net/rds/rds_tcp.ko +kernel/net/tipc/tipc.ko +kernel/net/9p/9pnet.ko +kernel/net/caif/caif.ko +kernel/net/caif/chnl_net.ko +kernel/net/caif/caif_socket.ko +kernel/net/caif/caif_usb.ko +kernel/net/6lowpan/6lowpan.ko +kernel/net/6lowpan/nhc_dest.ko +kernel/net/6lowpan/nhc_fragment.ko +kernel/net/6lowpan/nhc_hop.ko +kernel/net/6lowpan/nhc_ipv6.ko +kernel/net/6lowpan/nhc_mobility.ko +kernel/net/6lowpan/nhc_routing.ko +kernel/net/6lowpan/nhc_udp.ko +kernel/net/6lowpan/nhc_ghc_ext_hop.ko +kernel/net/6lowpan/nhc_ghc_udp.ko +kernel/net/6lowpan/nhc_ghc_icmpv6.ko +kernel/net/6lowpan/nhc_ghc_ext_dest.ko +kernel/net/6lowpan/nhc_ghc_ext_frag.ko +kernel/net/6lowpan/nhc_ghc_ext_route.ko +kernel/net/ieee802154/6lowpan/ieee802154_6lowpan.ko +kernel/net/ieee802154/ieee802154.ko +kernel/net/ieee802154/ieee802154_socket.ko +kernel/net/mac802154/mac802154.ko +kernel/net/dns_resolver/dns_resolver.ko +kernel/net/ceph/libceph.ko +kernel/net/batman-adv/batman-adv.ko +kernel/net/nfc/nfc.ko +kernel/net/nfc/nci/nci.ko +kernel/net/nfc/hci/hci.ko +kernel/net/openvswitch/openvswitch.ko +kernel/net/openvswitch/vport-vxlan.ko +kernel/net/openvswitch/vport-geneve.ko +kernel/net/openvswitch/vport-gre.ko +kernel/net/vmw_vsock/vsock.ko +kernel/net/hsr/hsr.ko +kernel/lib/lz4/lz4_compress.ko +kernel/lib/lz4/lz4hc_compress.ko +kernel/lib/xz/xz_dec_test.ko +kernel/lib/crc-ccitt.ko +kernel/lib/crc-itu-t.ko +kernel/lib/crc7.ko +kernel/lib/crc8.ko +kernel/lib/842/842_compress.ko +kernel/lib/842/842_decompress.ko +kernel/lib/ts_kmp.ko +kernel/lib/ts_bm.ko +kernel/lib/ts_fsm.ko +kernel/lib/lru_cache.ko +kernel/lib/cordic.ko +kernel/lib/mpi/mpi.ko +kernel/lib/asn1_decoder.ko +kernel/lib/oid_registry.ko diff --git a/uml/modules/4.9.25/modules.softdep b/uml/modules/4.9.25/modules.softdep new file mode 100644 index 0000000..3093896 --- /dev/null +++ b/uml/modules/4.9.25/modules.softdep @@ -0,0 +1,5 @@ +# Soft dependencies extracted from modules themselves. +softdep fscrypto pre: crypto-aes crypto-ecb +softdep nfsd pre: crypto-md5 +softdep cifs pre: crypto-arc4 crypto-des crypto-ecb crypto-hmac crypto-md4 crypto-md5 crypto-aes crypto-cmac crypto-sha256 +softdep f2fs pre: crypto-crc32c diff --git a/uml/modules/4.9.25/modules.symbols b/uml/modules/4.9.25/modules.symbols new file mode 100644 index 0000000..c696c11 --- /dev/null +++ b/uml/modules/4.9.25/modules.symbols @@ -0,0 +1,3303 @@ +# Aliases for symbols, used by symbol_request(). +alias symbol:onfi_init_data_interface nand +alias symbol:__twofish_setkey twofish_common +alias symbol:hsi_register_controller hsi +alias symbol:nf_send_unreach nf_reject_ipv4 +alias symbol:dccp_destroy_sock dccp +alias symbol:xdr_encode_opaque sunrpc +alias symbol:dm_register_path_selector dm_multipath +alias symbol:nfs_access_add_cache nfs +alias symbol:ubi_leb_read ubi +alias symbol:vsock_addr_bound vsock +alias symbol:fat_build_inode fat +alias symbol:nand_lock nand +alias symbol:scsi_add_device scsi_mod +alias symbol:xdr_set_scratch_buffer sunrpc +alias symbol:ceph_auth_destroy_authorizer libceph +alias symbol:nand_read_oob_std nand +alias symbol:crypto_poly1305_setkey poly1305_generic +alias symbol:dm_kcopyd_client_destroy dm_mod +alias symbol:nf_reject_ip6_tcphdr_put nf_reject_ipv6 +alias symbol:svc_proc_unregister sunrpc +alias symbol:xdr_partial_copy_from_skb sunrpc +alias symbol:nfs_instantiate nfs +alias symbol:md_write_start md_mod +alias symbol:transport_backend_register target_core_mod +alias symbol:iscsi_change_param_sprintf iscsi_target_mod +alias symbol:dm_tm_create_non_blocking_clone dm_persistent_data +alias symbol:extract_attr_from_ios libore +alias symbol:p9_client_setattr 9pnet +alias symbol:scsi_dev_info_list_add_keyed scsi_mod +alias symbol:bc_svc_process sunrpc +alias symbol:ore_calc_stripe_info libore +alias symbol:gretap_fb_dev_create ip_gre +alias symbol:srp_rport_del scsi_transport_srp +alias symbol:nand_read_oob_syndrome nand +alias symbol:gue_encap_hlen fou +alias symbol:atm_dev_deregister atm +alias symbol:iio_bus_type industrialio +alias symbol:devlink_unregister devlink +alias symbol:iscsi_block_scsi_eh scsi_transport_iscsi +alias symbol:unregister_atmdevice_notifier atm +alias symbol:__cast5_decrypt cast5_generic +alias symbol:target_undepend_item target_core_mod +alias symbol:xt_request_find_match x_tables +alias symbol:md_wakeup_thread md_mod +alias symbol:ceph_messenger_fini libceph +alias symbol:iscsit_build_text_rsp iscsi_target_mod +alias symbol:rpc_mkpipe_data sunrpc +alias symbol:dm_bitset_empty dm_persistent_data +alias symbol:tcp_vegas_state tcp_vegas +alias symbol:dccp_init_sock dccp +alias symbol:iscsi_boot_create_kset iscsi_boot_sysfs +alias symbol:nfnetlink_unicast nfnetlink +alias symbol:ovs_netdev_link openvswitch +alias symbol:ceph_copy_from_page_vector libceph +alias symbol:fat_dir_empty fat +alias symbol:ceph_auth_create_authorizer libceph +alias symbol:pnfs_generic_clear_request_commit nfsv4 +alias symbol:dm_internal_resume dm_mod +alias symbol:ip6_redirect ipv6 +alias symbol:rpcauth_init_cred sunrpc +alias symbol:i2c_add_numbered_adapter i2c_core +alias symbol:mddev_unlock md_mod +alias symbol:nft_do_chain nf_tables +alias symbol:nfs_create_server nfs +alias symbol:devm_extcon_register_notifier extcon_core +alias symbol:fcoe_ctlr_destroy libfcoe +alias symbol:slhc_free slhc +alias symbol:genphy_read_status libphy +alias symbol:macvlan_common_setup macvlan +alias symbol:iio_trigger_free industrialio +alias symbol:iio_trigger_register industrialio +alias symbol:iscsi_offload_mesg scsi_transport_iscsi +alias symbol:qtree_delete_dquot quota_tree +alias symbol:rds_message_add_extension rds +alias symbol:nf_conntrack_hash nf_conntrack +alias symbol:macvlan_dellink macvlan +alias symbol:nfs_free_client nfs +alias symbol:iscsi_host_add libiscsi +alias symbol:phy_get_eee_err libphy +alias symbol:ceph_find_or_create_string libceph +alias symbol:can_send can +alias symbol:fat_free_clusters fat +alias symbol:ieee802154_unregister_hw mac802154 +alias symbol:ocfs2_cluster_connect ocfs2_stackglue +alias symbol:ip6_tnl_get_iflink ip6_tunnel +alias symbol:inet6_csk_addr2sockaddr ipv6 +alias symbol:target_get_sess_cmd target_core_mod +alias symbol:garp_uninit_applicant garp +alias symbol:scsi_internal_device_block scsi_mod +alias symbol:sunrpc_net_id sunrpc +alias symbol:dlm_posix_get dlm +alias symbol:dccp_close dccp +alias symbol:devlink_port_type_clear devlink +alias symbol:osd_req_write_sg_kern libosd +alias symbol:scsi_print_command scsi_mod +alias symbol:devm_nvmem_cell_get nvmem_core +alias symbol:fc_exch_update_stats libfc +alias symbol:iscsit_reject_cmd iscsi_target_mod +alias symbol:nvmem_cell_write nvmem_core +alias symbol:svc_pool_stats_open sunrpc +alias symbol:async_gen_syndrome async_pq +alias symbol:ceph_monc_renew_subs libceph +alias symbol:__fscache_wait_on_page_write fscache +alias symbol:dm_get_reserved_bio_based_ios dm_mod +alias symbol:ife_alloc_meta_u16 act_ife +alias symbol:nfs_rmdir nfs +alias symbol:devlink_port_unregister devlink +alias symbol:iscsit_increment_maxcmdsn iscsi_target_mod +alias symbol:unregister_cdrom cdrom +alias symbol:dccp_connect dccp +alias symbol:iscsi_tcp_cleanup_task libiscsi_tcp +alias symbol:ceph_create_client libceph +alias symbol:passthrough_attrib_attrs target_core_mod +alias symbol:pnfs_read_resend_pnfs nfsv4 +alias symbol:__fscache_acquire_cookie fscache +alias symbol:cache_seq_next sunrpc +alias symbol:rpc_clnt_xprt_switch_has_addr sunrpc +alias symbol:nfc_hci_reset_pipes_per_host hci +alias symbol:dm_bufio_release_move dm_bufio +alias symbol:iscsit_build_r2ts_for_cmd iscsi_target_mod +alias symbol:__cookie_v6_check ipv6 +alias symbol:dm_snap_cow dm_snapshot +alias symbol:get_nfs_open_context nfs +alias symbol:fc_exch_mgr_add libfc +alias symbol:mtd_write mtd +alias symbol:free_candev can_dev +alias symbol:lz4_compress lz4_compress +alias symbol:phy_ethtool_gset libphy +alias symbol:atm_dev_register atm +alias symbol:crypto_sha512_update sha512_generic +alias symbol:nfs_getattr nfs +alias symbol:ppp_register_net_channel ppp_generic +alias symbol:nfs_alloc_server nfs +alias symbol:scsi_ioctl_block_when_processing_errors scsi_mod +alias symbol:iscsi_complete_scsi_task libiscsi +alias symbol:nfc_hci_disconnect_all_gates hci +alias symbol:dm_table_get_md dm_mod +alias symbol:nf_nat_irc_hook nf_conntrack_irc +alias symbol:rpc_lookup_machine_cred sunrpc +alias symbol:scsi_is_host_device scsi_mod +alias symbol:crc8_populate_msb crc8 +alias symbol:sas_end_device_alloc scsi_transport_sas +alias symbol:dm_deferred_set_add_work dm_bio_prison +alias symbol:ip6_datagram_recv_ctl ipv6 +alias symbol:nfs_request_add_commit_list nfs +alias symbol:devm_extcon_dev_register extcon_core +alias symbol:ebt_unregister_table ebtables +alias symbol:pnfs_layout_mark_request_commit nfsv4 +alias symbol:ceph_monc_wait_osdmap libceph +alias symbol:dm_put_device dm_mod +alias symbol:nf_log_dump_packet_common nf_log_common +alias symbol:pnfs_report_layoutstat nfsv4 +alias symbol:qtree_read_dquot quota_tree +alias symbol:udp_tun_rx_dst udp_tunnel +alias symbol:af_alg_release af_alg +alias symbol:dm_exception_store_destroy dm_snapshot +alias symbol:dm_tm_unlock dm_persistent_data +alias symbol:xfrm_aalg_get_byidx xfrm_algo +alias symbol:xfrm_ealg_get_byidx xfrm_algo +alias symbol:ceph_auth_invalidate_authorizer libceph +alias symbol:dm_cell_release_no_holder dm_bio_prison +alias symbol:async_tx_submit async_tx +alias symbol:iscsi_target_check_login_request iscsi_target_mod +alias symbol:mdio_device_remove libphy +alias symbol:tun_get_socket tun +alias symbol:cast5_setkey cast5_generic +alias symbol:dm_kcopyd_client_create dm_mod +alias symbol:nfc_register_device nfc +alias symbol:__cast6_encrypt cast6_generic +alias symbol:ceph_open_session libceph +alias symbol:configfs_register_group configfs +alias symbol:nfc_hci_set_clientdata hci +alias symbol:rpc_put_task_async sunrpc +alias symbol:fscrypt_decrypt_bio_pages fscrypto +alias symbol:lc_create lru_cache +alias symbol:osd_req_op_extent_update libceph +alias symbol:nf_ct_get_tuple nf_conntrack +alias symbol:osd_req_set_attributes libosd +alias symbol:sas_unregister_ha libsas +alias symbol:nf_nat_l4proto_unique_tuple nf_nat +alias symbol:fscache_init_cache fscache +alias symbol:nf_ct_expect_init nf_conntrack +alias symbol:thermal_notify_framework thermal_sys +alias symbol:nfs41_maxgetdevinfo_overhead nfsv4 +alias symbol:nf_log_dump_udp_header nf_log_common +alias symbol:p9_client_rename 9pnet +alias symbol:nfs_server_copy_userdata nfs +alias symbol:ip6_tnl_encap_del_ops ip6_tunnel +alias symbol:__iscsi_get_task libiscsi +alias symbol:fscache_put_operation fscache +alias symbol:genphy_config_aneg libphy +alias symbol:print_tuple nf_conntrack +alias symbol:nf_nat_ipv4_fn nf_nat_ipv4 +alias symbol:osd_req_read_sg_kern libosd +alias symbol:transport_init_se_cmd target_core_mod +alias symbol:osd_req_remove_partition libosd +alias symbol:mpi_read_raw_from_sgl mpi +alias symbol:spi_populate_width_msg scsi_transport_spi +alias symbol:fc_cpu_mask libfc +alias symbol:crypto_aes_encrypt_x86 aes_x86_64 +alias symbol:fuse_dev_operations fuse +alias symbol:mtd_ooblayout_count_eccbytes mtd +alias symbol:rpc_pipe_generic_upcall sunrpc +alias symbol:dccp_child_process dccp +alias symbol:stm_register_device stm_core +alias symbol:stp_proto_unregister stp +alias symbol:mcryptd_alloc_ahash mcryptd +alias symbol:nfs4_set_rw_stateid nfsv4 +alias symbol:nfc_hci_connect_gate hci +alias symbol:pps_lookup_dev pps_core +alias symbol:vsock_addr_validate vsock +alias symbol:xdr_encode_word sunrpc +alias symbol:target_submit_tmr target_core_mod +alias symbol:iscsi_tcp_set_max_r2t libiscsi_tcp +alias symbol:mtd_unpoint mtd +alias symbol:dm_kcopyd_copy dm_mod +alias symbol:iscsi_tcp_segment_done libiscsi_tcp +alias symbol:__fscache_attr_changed fscache +alias symbol:cache_seq_stop sunrpc +alias symbol:crypto_poly1305_update poly1305_generic +alias symbol:dm_cache_policy_get_name dm_cache +alias symbol:ceph_msg_put libceph +alias symbol:iio_channel_get_all industrialio +alias symbol:nf_reject_iphdr_put nf_reject_ipv4 +alias symbol:__fscache_maybe_release_page fscache +alias symbol:atm_dev_signal_change atm +alias symbol:caif_connect_client caif +alias symbol:md_integrity_register md_mod +alias symbol:nf_nat_masquerade_ipv4_register_notifier nf_nat_masquerade_ipv4 +alias symbol:dm_table_get_mode dm_mod +alias symbol:rxrpc_kernel_charge_accept af_rxrpc +alias symbol:sonet_copy_stats atm +alias symbol:thermal_cdev_update thermal_sys +alias symbol:xt_free_table_info x_tables +alias symbol:ocfs2_cluster_this_node ocfs2_stackglue +alias symbol:scsi_ioctl_reset scsi_mod +alias symbol:devlink_free devlink +alias symbol:inet6_destroy_sock ipv6 +alias symbol:fcoe_ctlr_device_delete libfcoe +alias symbol:mtd_concat_create mtd +alias symbol:af_alg_make_sg af_alg +alias symbol:iscsi_prep_data_out_pdu libiscsi +alias symbol:lowpan_header_compress 6lowpan +alias symbol:md_register_thread md_mod +alias symbol:nfs4_init_deviceid_node nfsv4 +alias symbol:svc_process sunrpc +alias symbol:xt_unregister_match x_tables +alias symbol:dm_tm_dec dm_persistent_data +alias symbol:vsock_for_each_connected_socket vsock +alias symbol:mtd_get_device_size mtd +alias symbol:i2c_new_device i2c_core +alias symbol:of_iio_read_mount_matrix industrialio +alias symbol:af_alg_cmsg_send af_alg +alias symbol:devm_extcon_dev_unregister extcon_core +alias symbol:dm_disk_bitset_init dm_persistent_data +alias symbol:dlm_register_eviction_cb ocfs2_dlm +alias symbol:dm_btree_cursor_next dm_persistent_data +alias symbol:nfs_statfs nfs +alias symbol:devlink_port_register devlink +alias symbol:fcoe_fcf_device_delete libfcoe +alias symbol:md_error md_mod +alias symbol:nci_core_conn_close nci +alias symbol:osd_req_write libosd +alias symbol:rxrpc_kernel_get_peer af_rxrpc +alias symbol:rds_conn_path_drop rds +alias symbol:ceph_osdc_cancel_request libceph +alias symbol:ieee802154_free_hw mac802154 +alias symbol:iscsi_tcp_r2tpool_free libiscsi_tcp +alias symbol:fc_fill_reply_hdr libfc +alias symbol:nf_nat_ipv6_out nf_nat_ipv6 +alias symbol:rpc_sleep_on sunrpc +alias symbol:rpcauth_register sunrpc +alias symbol:dm_btree_lookup_next dm_persistent_data +alias symbol:ip_vs_proto_name ip_vs +alias symbol:rawv6_mh_filter_register ipv6 +alias symbol:sdev_evt_send scsi_mod +alias symbol:ubi_open_volume ubi +alias symbol:iscsi_conn_error_event scsi_transport_iscsi +alias symbol:fc_lport_init libfc +alias symbol:nfs_idmap_cache_timeout nfs +alias symbol:nfs_alloc_inode nfs +alias symbol:p9_is_proto_dotl 9pnet +alias symbol:dccp_parse_options dccp +alias symbol:stm_unregister_device stm_core +alias symbol:nfs_callback_nr_threads nfs +alias symbol:nfs_fscache_open_file nfs +alias symbol:xprt_load_transport sunrpc +alias symbol:__fscache_register_netfs fscache +alias symbol:extcon_dev_register extcon_core +alias symbol:i2c_clients_command i2c_core +alias symbol:pingv6_prot ipv6 +alias symbol:configfs_unregister_subsystem configfs +alias symbol:i2c_generic_scl_recovery i2c_core +alias symbol:mrp_request_join mrp +alias symbol:transport_set_vpd_ident_type target_core_mod +alias symbol:lowpan_register_netdev 6lowpan +alias symbol:p9_release_pages 9pnet +alias symbol:deregister_mtd_parser mtd +alias symbol:devlink_port_type_eth_set devlink +alias symbol:dm_get_queue_limits dm_mod +alias symbol:__scsi_device_lookup scsi_mod +alias symbol:af_alg_link_sg af_alg +alias symbol:p9_client_mknod_dotl 9pnet +alias symbol:__cast6_setkey cast6_generic +alias symbol:genphy_soft_reset libphy +alias symbol:pn_skb_send phonet +alias symbol:ceph_file_layout_to_legacy libceph +alias symbol:iscsi_conn_bind libiscsi +alias symbol:team_options_register team +alias symbol:fat_detach fat +alias symbol:nf_nat_masquerade_ipv6_unregister_notifier nf_nat_masquerade_ipv6 +alias symbol:nfc_hci_disconnect_gate hci +alias symbol:bcm_phy_ack_intr bcm_phy_lib +alias symbol:iscsi_is_session_dev scsi_transport_iscsi +alias symbol:mtd_writev mtd +alias symbol:nf_xfrm_me_harder nf_nat +alias symbol:dm_bitset_clear_bit dm_persistent_data +alias symbol:nfc_llc_stop hci +alias symbol:nft_meta_set_destroy nft_meta +alias symbol:sunrpc_cache_register_pipefs sunrpc +alias symbol:xprt_release_xprt sunrpc +alias symbol:cn_netlink_send_mult cn +alias symbol:__nf_conntrack_confirm nf_conntrack +alias symbol:g_token_size auth_rpcgss +alias symbol:bch_bset_fix_invalidated_key bcache +alias symbol:ceph_debugfs_init libceph +alias symbol:devm_mdiobus_free libphy +alias symbol:dccp_v4_connect dccp_ipv4 +alias symbol:dm_rh_dec dm_region_hash +alias symbol:nfs_init_server_rpcclient nfs +alias symbol:rpc_call_sync sunrpc +alias symbol:__fscache_update_cookie fscache +alias symbol:i2c_smbus_read_word_data i2c_core +alias symbol:nf_reject_ip6hdr_put nf_reject_ipv6 +alias symbol:hsi_event hsi +alias symbol:iio_read_channel_raw industrialio +alias symbol:mtd_ooblayout_ecc mtd +alias symbol:bch_btree_keys_init bcache +alias symbol:ip6t_unregister_table ip6_tables +alias symbol:dccp_create_openreq_child dccp +alias symbol:fixed_phy_set_link_update fixed_phy +alias symbol:i2c_smbus_read_byte i2c_core +alias symbol:cfpkt_tonative caif +alias symbol:phy_ethtool_set_wol libphy +alias symbol:nf_ct_iterate_cleanup nf_conntrack +alias symbol:lowpan_unregister_netdevice 6lowpan +alias symbol:target_sess_cmd_list_set_waiting target_core_mod +alias symbol:nat_rtp_rtcp_hook nf_conntrack_h323 +alias symbol:nfs_fs_mount nfs +alias symbol:osduld_device_info osd +alias symbol:dccp_invalid_packet dccp_ipv4 +alias symbol:ip_tunnel_encap_del_ops ip_tunnel +alias symbol:o2hb_check_local_node_heartbeating ocfs2_nodemanager +alias symbol:serpent_setkey serpent_generic +alias symbol:xt_check_target x_tables +alias symbol:dccp_ctl_make_reset dccp +alias symbol:dm_io_client_destroy dm_mod +alias symbol:nf_ct_tmpl_free nf_conntrack +alias symbol:scsi_is_sdev_device scsi_mod +alias symbol:lc_reset lru_cache +alias symbol:nfs_pageio_reset_read_mds nfs +alias symbol:auth_domain_put sunrpc +alias symbol:phy_mii_ioctl libphy +alias symbol:mtd_device_parse_register mtd +alias symbol:onfi_async_timing_mode_to_sdr_timings nand +alias symbol:srp_parse_tmo scsi_transport_srp +alias symbol:enclosure_find enclosure +alias symbol:scsi_eh_restore_cmnd scsi_mod +alias symbol:thermal_zone_device_register thermal_sys +alias symbol:mlog_not_bits ocfs2_nodemanager +alias symbol:ceph_pr_addr libceph +alias symbol:nci_send_data nci +alias symbol:p9_client_readlink 9pnet +alias symbol:hsi_release_port hsi +alias symbol:pppox_ioctl pppox +alias symbol:lc_try_lock lru_cache +alias symbol:xfrm_aalg_get_byid xfrm_algo +alias symbol:xt_table_unlock x_tables +alias symbol:bch_bset_init_next bcache +alias symbol:extcon_set_state extcon_core +alias symbol:rpc_clnt_test_and_add_xprt sunrpc +alias symbol:fat_getattr fat +alias symbol:osd_req_op_extent_init libceph +alias symbol:iscsit_get_datain_values iscsi_target_mod +alias symbol:ceph_check_fsid libceph +alias symbol:dccp_v4_conn_request dccp_ipv4 +alias symbol:nf_ct_seqadj_set nf_conntrack +alias symbol:core_tpg_get_initiator_node_acl target_core_mod +alias symbol:i2c_bus_type i2c_core +alias symbol:dm_bufio_get_block_data dm_bufio +alias symbol:svc_bind sunrpc +alias symbol:srp_rport_get scsi_transport_srp +alias symbol:crypto_chacha20_crypt chacha20_generic +alias symbol:o2net_send_message ocfs2_nodemanager +alias symbol:nlmsvc_unlock_all_by_ip lockd +alias symbol:rxrpc_get_server_data_key af_rxrpc +alias symbol:xprt_disconnect_done sunrpc +alias symbol:dm_tm_read_lock dm_persistent_data +alias symbol:rxrpc_kernel_send_data af_rxrpc +alias symbol:__cookie_v6_init_sequence ipv6 +alias symbol:mtd_wunit_to_pairing_info mtd +alias symbol:phy_attached_info libphy +alias symbol:nfs_rename nfs +alias symbol:ocfs2_cluster_hangup ocfs2_stackglue +alias symbol:svc_rqst_free sunrpc +alias symbol:svc_close_xprt sunrpc +alias symbol:osd_end_request libosd +alias symbol:rds_info_register_func rds +alias symbol:mrp_init_applicant mrp +alias symbol:lowpan_nhc_add 6lowpan +alias symbol:mdio_driver_register libphy +alias symbol:bitmap_sync_with_cluster md_mod +alias symbol:transport_deregister_session_configfs target_core_mod +alias symbol:fc_lport_bsg_request libfc +alias symbol:thermal_zone_device_update thermal_sys +alias symbol:dm_rh_recovery_prepare dm_region_hash +alias symbol:cast_s1 cast_common +alias symbol:crypto_aes_decrypt_x86 aes_x86_64 +alias symbol:fat_flush_inodes fat +alias symbol:ipv6_getsockopt ipv6 +alias symbol:rdev_set_badblocks md_mod +alias symbol:ubi_open_volume_path ubi +alias symbol:vsock_find_bound_socket vsock +alias symbol:dm_bufio_get_device_size dm_bufio +alias symbol:iio_push_to_buffers industrialio +alias symbol:osd_req_op_cls_init libceph +alias symbol:v9fs_register_trans 9pnet +alias symbol:i2c_recover_bus i2c_core +alias symbol:ip6_xmit ipv6 +alias symbol:ip_set_add ip_set +alias symbol:mdiobus_get_phy libphy +alias symbol:__nfc_alloc_vendor_cmd_reply_skb nfc +alias symbol:md_find_rdev_nr_rcu md_mod +alias symbol:ubi_get_volume_info ubi +alias symbol:iscsi_add_session scsi_transport_iscsi +alias symbol:lrw_free_table lrw +alias symbol:strp_unpause strparser +alias symbol:xt_alloc_entry_offsets x_tables +alias symbol:addrconf_prefix_rcv_add_addr ipv6 +alias symbol:rawv6_mh_filter_unregister ipv6 +alias symbol:ovs_vport_free openvswitch +alias symbol:devm_iio_trigger_register industrialio +alias symbol:iio_channel_release industrialio +alias symbol:fc_fc4_register_provider libfc +alias symbol:ieee802154_hdr_peek ieee802154 +alias symbol:cryptd_ablkcipher_queued cryptd +alias symbol:vsock_core_exit vsock +alias symbol:dm_get_device dm_mod +alias symbol:ceph_monc_init libceph +alias symbol:p9_client_destroy 9pnet +alias symbol:rxrpc_kernel_end_call af_rxrpc +alias symbol:slhc_uncompress slhc +alias symbol:ipv6_push_nfrag_opts ipv6 +alias symbol:nf_ct_extend_unregister nf_conntrack +alias symbol:srp_tmo_valid scsi_transport_srp +alias symbol:nfs_revalidate_inode nfs +alias symbol:scsi_get_host_dev scsi_mod +alias symbol:transport_lookup_tmr_lun target_core_mod +alias symbol:iscsi_conn_setup libiscsi +alias symbol:ipt_do_table ip_tables +alias symbol:p9_client_mkdir_dotl 9pnet +alias symbol:nf_conntrack_l4proto_udp6 nf_conntrack +alias symbol:nf_ct_expect_hash nf_conntrack +alias symbol:ore_verify_layout libore +alias symbol:scsi_unregister scsi_mod +alias symbol:ceph_pg_poolid_by_name libceph +alias symbol:fcoe_wwn_from_mac libfcoe +alias symbol:xt_rateest_put xt_RATEEST +alias symbol:cache_purge sunrpc +alias symbol:rpc_delay sunrpc +alias symbol:fl6_merge_options ipv6 +alias symbol:i2c_smbus_write_block_data i2c_core +alias symbol:iscsi_find_flashnode_sess scsi_transport_iscsi +alias symbol:nci_free_device nci +alias symbol:i2c_probe_func_quick_read i2c_core +alias symbol:nfc_allocate_device nfc +alias symbol:dm_vcalloc dm_mod +alias symbol:xfrm6_tunnel_deregister tunnel6 +alias symbol:nfs_clone_sb_security nfs +alias symbol:rpc_find_or_alloc_pipe_dir_object sunrpc +alias symbol:nfs_may_open nfs +alias symbol:dm_table_run_md_queue_async dm_mod +alias symbol:inet6_csk_xmit ipv6 +alias symbol:iscsi_pool_free libiscsi +alias symbol:md_done_sync md_mod +alias symbol:nci_nfcc_loopback nci +alias symbol:svc_set_num_threads sunrpc +alias symbol:xfrm_count_pfkey_enc_supported xfrm_algo +alias symbol:scsi_eh_prep_cmnd scsi_mod +alias symbol:dm_tm_shadow_block dm_persistent_data +alias symbol:get_cfcnfg caif +alias symbol:svc_pool_map_put sunrpc +alias symbol:tcp_vegas_get_info tcp_vegas +alias symbol:mtd_read_fact_prot_reg mtd +alias symbol:nf_nat_icmpv6_reply_translation nf_nat_ipv6 +alias symbol:xt_unregister_matches x_tables +alias symbol:devm_iio_device_alloc industrialio +alias symbol:gf128mul_4k_lle gf128mul +alias symbol:nf_send_reset6 nf_reject_ipv6 +alias symbol:mtd_get_unmapped_area mtd +alias symbol:v9fs_unregister_trans 9pnet +alias symbol:dm_cell_error dm_bio_prison +alias symbol:nfs_file_set_open_context nfs +alias symbol:__nf_nat_l4proto_find nf_nat +alias symbol:devm_nvmem_device_get nvmem_core +alias symbol:dm_snap_origin dm_snapshot +alias symbol:l2tp_tunnel_closeall l2tp_core +alias symbol:nf_nat_l4proto_unregister nf_nat +alias symbol:rpc_setbufsize sunrpc +alias symbol:nfc_dep_link_is_up nfc +alias symbol:scsi_dev_info_add_list scsi_mod +alias symbol:transport_generic_request_failure target_core_mod +alias symbol:can_dlc2len can_dev +alias symbol:scsi_device_get scsi_mod +alias symbol:dm_table_add_target_callbacks dm_mod +alias symbol:fscache_object_destroy fscache +alias symbol:async_syndrome_val async_pq +alias symbol:dm_deferred_set_create dm_bio_prison +alias symbol:inet6_csk_bind_conflict ipv6 +alias symbol:nfs4_fs_type nfs +alias symbol:alloc_candev can_dev +alias symbol:set_h245_addr_hook nf_conntrack_h323 +alias symbol:fscrypt_release_ctx fscrypto +alias symbol:mdio_bus_type libphy +alias symbol:fscrypt_fname_disk_to_usr fscrypto +alias symbol:llc_set_station_handler llc +alias symbol:dm_btree_insert dm_persistent_data +alias symbol:nfc_hci_free_device hci +alias symbol:ovs_vport_receive openvswitch +alias symbol:xfrm6_rcv_spi ipv6 +alias symbol:xdr_init_decode_pages sunrpc +alias symbol:ip_set_nfnl_get_byindex ip_set +alias symbol:cryptd_shash_desc cryptd +alias symbol:md_allow_write md_mod +alias symbol:nf_nat_follow_master nf_nat +alias symbol:rpc_clnt_xprt_switch_put sunrpc +alias symbol:mtd_point mtd +alias symbol:rds_inc_path_init rds +alias symbol:transport_set_vpd_ident target_core_mod +alias symbol:bitmap_end_sync md_mod +alias symbol:dm_bio_prison_destroy dm_bio_prison +alias symbol:ppp_input ppp_generic +alias symbol:scsi_vpd_tpg_id scsi_mod +alias symbol:af_alg_wait_for_completion af_alg +alias symbol:ife_get_meta_u16 act_ife +alias symbol:nf_nat_snmp_hook nf_conntrack_snmp +alias symbol:register_atmdevice_notifier atm +alias symbol:inet6_release ipv6 +alias symbol:thermal_generate_netlink_event thermal_sys +alias symbol:unregister_ip_vs_app ip_vs +alias symbol:ip6_update_pmtu ipv6 +alias symbol:iscsi_conn_teardown libiscsi +alias symbol:mdiobus_write libphy +alias symbol:atm_dev_lookup atm +alias symbol:need_conntrack nf_conntrack +alias symbol:osduld_put_device osd +alias symbol:sctp_get_sctp_info sctp +alias symbol:__fscache_uncache_page fscache +alias symbol:xt_find_match x_tables +alias symbol:__scsi_add_device scsi_mod +alias symbol:cryptd_ablkcipher_child cryptd +alias symbol:ocfs2_dlm_lvb ocfs2_stackglue +alias symbol:target_alloc_sgl target_core_mod +alias symbol:__starget_for_each_device scsi_mod +alias symbol:fcoe_fc_crc libfcoe +alias symbol:iio_enum_available_read industrialio +alias symbol:register_pppox_proto pppox +alias symbol:dccp_feat_list_purge dccp +alias symbol:p9_client_lock_dotl 9pnet +alias symbol:nf_ct_seq_offset nf_conntrack +alias symbol:iio_push_event industrialio +alias symbol:ndisc_mc_map ipv6 +alias symbol:sctp_for_each_transport sctp +alias symbol:async_tx_quiesce async_tx +alias symbol:fcoe_ctlr_get_lesb libfcoe +alias symbol:ceph_file_part libceph +alias symbol:gf128mul_4k_bbe gf128mul +alias symbol:ore_put_io_state libore +alias symbol:ceph_msg_new libceph +alias symbol:pn_sock_get_port phonet +alias symbol:fcoe_fcf_get_selected libfcoe +alias symbol:lapb_register lapb +alias symbol:nfs_close_context nfs +alias symbol:scsi_rescan_device scsi_mod +alias symbol:iscsi_ping_comp_event scsi_transport_iscsi +alias symbol:i2c_adapter_depth i2c_core +alias symbol:transport_set_vpd_proto_id target_core_mod +alias symbol:nfs41_setup_sequence nfsv4 +alias symbol:inet6_sk_rebuild_header ipv6 +alias symbol:l2tp_tunnel_delete l2tp_core +alias symbol:nft_meta_get_eval nft_meta +alias symbol:nf_ct_port_nla_policy nf_conntrack +alias symbol:nfs4_find_or_create_ds_client nfsv4 +alias symbol:scsi_kunmap_atomic_sg scsi_mod +alias symbol:zs_malloc zsmalloc +alias symbol:rds_cong_map_updated rds +alias symbol:__bch_bset_search bcache +alias symbol:extcon_set_property extcon_core +alias symbol:rds_page_copy_user rds +alias symbol:mtd_ooblayout_find_eccregion mtd +alias symbol:rpc_clnt_iterate_for_each_xprt sunrpc +alias symbol:ubi_leb_map ubi +alias symbol:iscsi_conn_queue_work libiscsi +alias symbol:nfs_file_mmap nfs +alias symbol:nft_data_init nf_tables +alias symbol:rpc_init_pipe_dir_head sunrpc +alias symbol:alloc_can_skb can_dev +alias symbol:osd_req_write_sg libosd +alias symbol:scsi_free_host_dev scsi_mod +alias symbol:fc_lport_notifier_head libfc +alias symbol:fcoe_ctlr_init libfcoe +alias symbol:spc_parse_cdb target_core_mod +alias symbol:crypto_poly1305_setdesckey poly1305_generic +alias symbol:iscsi_boot_create_target iscsi_boot_sysfs +alias symbol:genphy_resume libphy +alias symbol:nci_hci_send_cmd nci +alias symbol:fscache_operation_init fscache +alias symbol:set_sig_addr_hook nf_conntrack_h323 +alias symbol:gf128mul_init_64k_bbe gf128mul +alias symbol:rds_rdma_send_complete rds +alias symbol:__iscsi_complete_pdu libiscsi +alias symbol:deregister_atm_ioctl atm +alias symbol:ip6_datagram_release_cb ipv6 +alias symbol:sas_port_get_phy scsi_transport_sas +alias symbol:fscache_object_retrying_stale fscache +alias symbol:ocfs2_is_o2cb_active ocfs2_stackglue +alias symbol:fscrypt_fname_alloc_buffer fscrypto +alias symbol:ip_set_del ip_set +alias symbol:nfs_initiate_pgio nfs +alias symbol:dm_bufio_release dm_bufio +alias symbol:get_phy_device libphy +alias symbol:iscsi_tcp_conn_setup libiscsi_tcp +alias symbol:phy_mac_interrupt libphy +alias symbol:pnfs_generic_layout_insert_lseg nfsv4 +alias symbol:crc_itu_t_table crc_itu_t +alias symbol:nlmclnt_init lockd +alias symbol:p9_client_link 9pnet +alias symbol:rds_send_drop_acked rds +alias symbol:transport_generic_new_cmd target_core_mod +alias symbol:ip6_pol_route ipv6 +alias symbol:osd_req_flush_object libosd +alias symbol:dm_rh_dirty_log dm_region_hash +alias symbol:fcoe_ctlr_link_down libfcoe +alias symbol:i2c_add_adapter i2c_core +alias symbol:__fscache_uncache_all_inode_pages fscache +alias symbol:dm_bufio_read dm_bufio +alias symbol:iscsit_find_cmd_from_itt iscsi_target_mod +alias symbol:phy_attach libphy +alias symbol:sas_phy_delete scsi_transport_sas +alias symbol:scsi_bios_ptable scsi_mod +alias symbol:br_forward bridge +alias symbol:nfs40_setup_sequence nfsv4 +alias symbol:osd_req_op_extent_osd_data_pagelist libceph +alias symbol:twofish_setkey twofish_common +alias symbol:dm_dirty_log_type_unregister dm_log +alias symbol:fcoe_wwn_to_str libfcoe +alias symbol:ip_set_alloc ip_set +alias symbol:mdiobus_is_registered_device libphy +alias symbol:nft_set_ext_types nf_tables +alias symbol:target_configure_unmap_from_queue target_core_mod +alias symbol:inet6_getname ipv6 +alias symbol:cfcnfg_set_phy_state caif +alias symbol:rpc_sleep_on_priority sunrpc +alias symbol:nfs_create nfs +alias symbol:nf_ct_gre_keymap_destroy nf_conntrack_proto_gre +alias symbol:nfs_put_client nfs +alias symbol:bitmap_copy_from_slot md_mod +alias symbol:ceph_monc_want_map libceph +alias symbol:cryptd_ahash_queued cryptd +alias symbol:dm_array_cursor_begin dm_persistent_data +alias symbol:dm_put dm_mod +alias symbol:rpc_pton sunrpc +alias symbol:ip6_tnl_get_cap ip6_tunnel +alias symbol:rpc_init_priority_wait_queue sunrpc +alias symbol:ceph_pg_pool_name_by_id libceph +alias symbol:sunrpc_destroy_cache_detail sunrpc +alias symbol:cryptd_alloc_ahash cryptd +alias symbol:nf_ct_expect_hsize nf_conntrack +alias symbol:rpcauth_list_flavors sunrpc +alias symbol:dm_bm_unlock dm_persistent_data +alias symbol:fuse_do_open fuse +alias symbol:spi_schedule_dv_device scsi_transport_spi +alias symbol:nf_defrag_ipv4_enable nf_defrag_ipv4 +alias symbol:nfs_init_cinfo nfs +alias symbol:ceph_osdc_cleanup libceph +alias symbol:iio_get_channel_type industrialio +alias symbol:iscsit_handle_snack iscsi_target_mod +alias symbol:mdiobus_free libphy +alias symbol:ip_set_free ip_set +alias symbol:rds_conn_connect_if_down rds +alias symbol:llc_sap_open llc +alias symbol:ceph_cls_lock_info libceph +alias symbol:nf_ct_seq_adjust nf_conntrack +alias symbol:ip6_input ipv6 +alias symbol:ceph_msgr_init libceph +alias symbol:fc_frame_alloc_fill libfc +alias symbol:mpi_read_buffer mpi +alias symbol:read_bytes_from_xdr_buf sunrpc +alias symbol:ipv6_mod_enabled ipv6 +alias symbol:nfnl_acct_find_get nfnetlink_acct +alias symbol:svc_destroy sunrpc +alias symbol:nfnl_lock nfnetlink +alias symbol:ip_tunnel_encap_setup ip_tunnel +alias symbol:iscsit_unregister_transport iscsi_target_mod +alias symbol:l2tp_udp_encap_recv l2tp_core +alias symbol:mtd_kmalloc_up_to mtd +alias symbol:sas_eh_device_reset_handler libsas +alias symbol:ct_sip_parse_request nf_conntrack_sip +alias symbol:iscsi_scan_finished scsi_transport_iscsi +alias symbol:pnfs_generic_pg_cleanup nfsv4 +alias symbol:ceph_con_keepalive libceph +alias symbol:nlmclnt_done lockd +alias symbol:phy_device_create libphy +alias symbol:__ovs_vport_ops_register openvswitch +alias symbol:ubi_register_volume_notifier ubi +alias symbol:nand_write_oob_syndrome nand +alias symbol:rds_wq rds +alias symbol:rpc_wake_up_queued_task sunrpc +alias symbol:__ip6_datagram_connect ipv6 +alias symbol:wpan_phy_new ieee802154 +alias symbol:scsilun_to_int scsi_mod +alias symbol:hsi_get_channel_id_by_name hsi +alias symbol:mtd_device_unregister mtd +alias symbol:nvmem_device_put nvmem_core +alias symbol:xprt_wake_pending_tasks sunrpc +alias symbol:pnfs_generic_write_commit_done nfsv4 +alias symbol:scsi_device_quiesce scsi_mod +alias symbol:rpc_clnt_xprt_switch_add_xprt sunrpc +alias symbol:oslec_adaption_mode echo +alias symbol:oslec_snapshot echo +alias symbol:dccp_shutdown dccp +alias symbol:can_proto_unregister can +alias symbol:make_8023_client p8023 +alias symbol:mtd_panic_write mtd +alias symbol:rpc_clnt_swap_deactivate sunrpc +alias symbol:bch_btree_iter_init bcache +alias symbol:i2c_new_secondary_device i2c_core +alias symbol:l2tp_session_find_nth l2tp_core +alias symbol:lapb_data_received lapb +alias symbol:nf_conntrack_locks nf_conntrack +alias symbol:nfs_pgio_current_mirror nfs +alias symbol:cryptd_free_ahash cryptd +alias symbol:ceph_auth_update_authorizer libceph +alias symbol:dm_rh_get_region_key dm_region_hash +alias symbol:nvmem_device_write nvmem_core +alias symbol:iio_kfifo_allocate kfifo_buf +alias symbol:nfc_fw_download_done nfc +alias symbol:strp_check_rcv strparser +alias symbol:dm_kcopyd_do_callback dm_mod +alias symbol:rds_connect_complete rds +alias symbol:__rpc_wait_for_completion_task sunrpc +alias symbol:extcon_get_extcon_dev extcon_core +alias symbol:dm_dirty_log_type_register dm_log +alias symbol:lrw_init_table lrw +alias symbol:nf_ct_helper_expectfn_find_by_symbol nf_conntrack +alias symbol:ceph_auth_verify_authorizer_reply libceph +alias symbol:genphy_aneg_done libphy +alias symbol:dm_btree_empty dm_persistent_data +alias symbol:i2c_smbus_write_i2c_block_data i2c_core +alias symbol:spc_emulate_evpd_83 target_core_mod +alias symbol:i2c_verify_client i2c_core +alias symbol:iio_triggered_buffer_cleanup industrialio_triggered_buffer +alias symbol:__mtd_next_device mtd +alias symbol:nci_hci_get_param nci +alias symbol:iscsi_itt_to_task libiscsi +alias symbol:nf_ct_timeout_find_get_hook nf_conntrack +alias symbol:dm_internal_suspend_noflush dm_mod +alias symbol:nfs_file_write nfs +alias symbol:svc_xprt_enqueue sunrpc +alias symbol:xdr_inline_pages sunrpc +alias symbol:xprt_get sunrpc +alias symbol:nfs_remount nfs +alias symbol:rpc_force_rebind sunrpc +alias symbol:xprt_destroy_backchannel sunrpc +alias symbol:__ceph_open_session libceph +alias symbol:mtd_get_user_prot_info mtd +alias symbol:nf_conntrack_in nf_conntrack +alias symbol:osd_req_op_extent_osd_data_bio libceph +alias symbol:spi_print_msg scsi_transport_spi +alias symbol:fscache_object_lookup_negative fscache +alias symbol:nf_nat_masquerade_ipv4_unregister_notifier nf_nat_masquerade_ipv4 +alias symbol:sas_wait_eh libsas +alias symbol:ocfs2_dlm_lock_status ocfs2_stackglue +alias symbol:osd_dev_fini libosd +alias symbol:qword_get sunrpc +alias symbol:tcp_vegas_pkts_acked tcp_vegas +alias symbol:dm_rh_region_context dm_region_hash +alias symbol:fuse_get_req fuse +alias symbol:hsi_claim_port hsi +alias symbol:o2nm_get_node_by_ip ocfs2_nodemanager +alias symbol:iio_buffer_get industrialio +alias symbol:nfnetlink_subsys_unregister nfnetlink +alias symbol:dm_deferred_entry_dec dm_bio_prison +alias symbol:nfs_lookup nfs +alias symbol:rpc_proc_register sunrpc +alias symbol:scsi_dev_info_list_del_keyed scsi_mod +alias symbol:i2c_put_adapter i2c_core +alias symbol:ocfs2_kset ocfs2_stackglue +alias symbol:svcauth_unix_purge sunrpc +alias symbol:cast_s3 cast_common +alias symbol:nfs_get_client nfs +alias symbol:osduld_device_same osd +alias symbol:scsi_is_sas_phy scsi_transport_sas +alias symbol:sonet_subtract_stats atm +alias symbol:dm_bio_detain dm_bio_prison +alias symbol:iscsit_setup_nop_out iscsi_target_mod +alias symbol:__i2c_transfer i2c_core +alias symbol:dccp_done dccp +alias symbol:get_mtd_device mtd +alias symbol:nf_ct_l3proto_register nf_conntrack +alias symbol:configfs_register_default_group configfs +alias symbol:dm_io_client_create dm_mod +alias symbol:svc_reg_xprt_class sunrpc +alias symbol:cache_check sunrpc +alias symbol:xfrm_count_pfkey_auth_supported xfrm_algo +alias symbol:__fscache_read_or_alloc_page fscache +alias symbol:ceph_con_init libceph +alias symbol:unregister_mtd_user mtd +alias symbol:register_ip_vs_scheduler ip_vs +alias symbol:iio_device_alloc industrialio +alias symbol:i2c_use_client i2c_core +alias symbol:nf_conntrack_helper_register nf_conntrack +alias symbol:nfc_hci_reset_pipes hci +alias symbol:o2hb_check_node_heartbeating_from_callback ocfs2_nodemanager +alias symbol:osd_req_create_object libosd +alias symbol:fc_get_event_number scsi_transport_fc +alias symbol:__nf_conntrack_helper_find nf_conntrack +alias symbol:nfc_hci_allocate_device hci +alias symbol:bio_alloc_mddev md_mod +alias symbol:transport_alloc_session_tags target_core_mod +alias symbol:dm_get_cell dm_bio_prison +alias symbol:fcoe_ctlr_link_up libfcoe +alias symbol:iscsi_conn_failure libiscsi +alias symbol:nci_hci_send_event nci +alias symbol:phy_register_fixup_for_uid libphy +alias symbol:team_mode_unregister team +alias symbol:mtd_ooblayout_count_freebytes mtd +alias symbol:nf_log_dump_sk_uid_gid nf_log_common +alias symbol:extcon_dev_unregister extcon_core +alias symbol:ipv6_dup_options ipv6 +alias symbol:nf_ct_invert_tuplepr nf_conntrack +alias symbol:tcp_vegas_init tcp_vegas +alias symbol:fuse_file_poll fuse +alias symbol:osd_req_format libosd +alias symbol:nand_scan_tail nand +alias symbol:nfc_driver_failure nfc +alias symbol:nfc_targets_found nfc +alias symbol:nft_redir_dump nft_redir +alias symbol:fc_host_post_event scsi_transport_fc +alias symbol:nft_parse_u32_check nf_tables +alias symbol:nat_q931_hook nf_conntrack_h323 +alias symbol:sas_phy_reset libsas +alias symbol:stm_source_write stm_core +alias symbol:mtd_lock mtd +alias symbol:fuse_do_ioctl fuse +alias symbol:ip6_tnl_encap_add_ops ip6_tunnel +alias symbol:devm_iio_device_free industrialio +alias symbol:fcoe_fcf_device_add libfcoe +alias symbol:rt6_lookup ipv6 +alias symbol:nft_meta_set_eval nft_meta +alias symbol:dm_internal_resume_fast dm_mod +alias symbol:ife_check_meta_u16 act_ife +alias symbol:ipcomp_destroy xfrm_ipcomp +alias symbol:can_len2dlc can_dev +alias symbol:nfs_force_lookup_revalidate nfs +alias symbol:rds_send_path_reset rds +alias symbol:svc_xprt_do_enqueue sunrpc +alias symbol:sas_release_transport scsi_transport_sas +alias symbol:fc_lport_logo_resp libfc +alias symbol:kcm_proc_unregister kcm +alias symbol:transport_free_session target_core_mod +alias symbol:alloc_mdio_bitbang mdio_bitbang +alias symbol:dm_btree_find_highest_key dm_persistent_data +alias symbol:iio_get_time_res industrialio +alias symbol:nfc_get_local_general_bytes nfc +alias symbol:slhc_remember slhc +alias symbol:rpc_malloc sunrpc +alias symbol:configfs_depend_item configfs +alias symbol:nf_ct_free_hashtable nf_conntrack +alias symbol:rds_send_path_drop_acked rds +alias symbol:rpcauth_init_credcache sunrpc +alias symbol:nfs_callback_set_tcpport nfs +alias symbol:scsi_is_fc_rport scsi_transport_fc +alias symbol:scsi_flush_work scsi_mod +alias symbol:nft_register_set nf_tables +alias symbol:scsi_remove_host scsi_mod +alias symbol:fcoe_ctlr_recv libfcoe +alias symbol:rpc_peeraddr2str sunrpc +alias symbol:vm_sockets_get_local_cid vsock +alias symbol:__fscache_enable_cookie fscache +alias symbol:nf_ct_l4proto_pernet_register nf_conntrack +alias symbol:__ndisc_fill_addr_option ipv6 +alias symbol:gue6_build_header fou6 +alias symbol:pnfs_read_done_resend_to_mds nfsv4 +alias symbol:fscrypt_restore_control_page fscrypto +alias symbol:ieee802154_wake_queue mac802154 +alias symbol:iscsi_requeue_task libiscsi +alias symbol:register_md_personality md_mod +alias symbol:dm_bm_is_read_only dm_persistent_data +alias symbol:p9_client_create_dotl 9pnet +alias symbol:ptp_find_pin ptp +alias symbol:nf_nat_ipv6_in nf_nat_ipv6 +alias symbol:svc_create_pooled sunrpc +alias symbol:get_h225_addr nf_conntrack_h323 +alias symbol:scsi_set_sense_information scsi_mod +alias symbol:core_alua_check_nonop_delay target_core_mod +alias symbol:fscache_cache_cleared_wq fscache +alias symbol:nfs_init_commit nfs +alias symbol:cfcnfg_del_phy_layer caif +alias symbol:nfs_pgio_data_destroy nfs +alias symbol:dm_bm_block_size dm_persistent_data +alias symbol:mount_mtd mtd +alias symbol:atm_dev_release_vccs atm +alias symbol:sas_queuecommand libsas +alias symbol:osd_req_list_partition_objects libosd +alias symbol:rpc_clnt_setup_test_and_add_xprt sunrpc +alias symbol:svc_rpcb_setup sunrpc +alias symbol:xt_register_targets x_tables +alias symbol:fl6_sock_lookup ipv6 +alias symbol:ocfs2_stack_glue_register ocfs2_stackglue +alias symbol:rds_conn_destroy rds +alias symbol:dm_tm_open_with_sm dm_persistent_data +alias symbol:ceph_osdc_new_request libceph +alias symbol:iio_read_channel_average_raw industrialio +alias symbol:nf_nat_used_tuple nf_nat +alias symbol:scsi_report_opcode scsi_mod +alias symbol:target_wait_for_sess_cmds target_core_mod +alias symbol:nf_ct_l3proto_pernet_unregister nf_conntrack +alias symbol:fcoe_ctlr_set_fip_mode libfcoe +alias symbol:ipt_alloc_initial_table ip_tables +alias symbol:dm_bufio_client_create dm_bufio +alias symbol:nfc_hci_set_param hci +alias symbol:spi_nor_scan spi_nor +alias symbol:get_thermal_instance thermal_sys +alias symbol:scsi_target_block scsi_mod +alias symbol:nfs4_set_ds_client nfsv4 +alias symbol:nft_parse_register nf_tables +alias symbol:dm_btree_insert_notify dm_persistent_data +alias symbol:fcoe_queue_timer libfcoe +alias symbol:hwrng_register rng_core +alias symbol:scsi_command_normalize_sense scsi_mod +alias symbol:drbd_disk_str drbd +alias symbol:p9stat_read 9pnet +alias symbol:rpc_exit sunrpc +alias symbol:rxrpc_kernel_new_call_notification af_rxrpc +alias symbol:p9_client_xattrwalk 9pnet +alias symbol:svc_seq_show sunrpc +alias symbol:sas_tlr_supported scsi_transport_sas +alias symbol:fscache_io_error fscache +alias symbol:vsock_add_pending vsock +alias symbol:vsock_stream_has_space vsock +alias symbol:rpc_ntop sunrpc +alias symbol:fuse_conn_get fuse +alias symbol:md_wait_for_blocked_rdev md_mod +alias symbol:enclosure_register enclosure +alias symbol:l2tp_session_delete l2tp_core +alias symbol:nf_conntrack_hash_check_insert nf_conntrack +alias symbol:rpc_call_async sunrpc +alias symbol:target_lun_is_rdonly target_core_mod +alias symbol:dccp_rcv_state_process dccp +alias symbol:devm_iio_triggered_buffer_cleanup industrialio_triggered_buffer +alias symbol:target_to_linux_sector target_core_mod +alias symbol:crypto_sha256_finup sha256_generic +alias symbol:nft_meta_set_init nft_meta +alias symbol:iscsit_setup_text_cmd iscsi_target_mod +alias symbol:sas_rphy_unlink scsi_transport_sas +alias symbol:dccp_ackvec_parsed_cleanup dccp +alias symbol:dccp_recvmsg dccp +alias symbol:transport_deregister_session target_core_mod +alias symbol:core_tpg_set_initiator_node_tag target_core_mod +alias symbol:lockd_down lockd +alias symbol:devlink_sb_unregister devlink +alias symbol:ip_set_get_ip4_port ip_set +alias symbol:xprt_register_transport sunrpc +alias symbol:br_multicast_has_querier_anywhere bridge +alias symbol:mcryptd_ahash_child mcryptd +alias symbol:nf_conntrack_helper_unregister nf_conntrack +alias symbol:sprint_oid oid_registry +alias symbol:devm_mdiobus_alloc_size libphy +alias symbol:nf_nat_pptp_hook_outbound nf_conntrack_pptp +alias symbol:cryptd_free_ablkcipher cryptd +alias symbol:mcryptd_free_ahash mcryptd +alias symbol:osduld_unregister_test osd +alias symbol:ip6_tnl_change_mtu ip6_tunnel +alias symbol:osd_req_decode_get_attr_list libosd +alias symbol:svc_max_payload sunrpc +alias symbol:ceph_osdc_setup libceph +alias symbol:mpi_read_from_buffer mpi +alias symbol:register_ip_vs_app_inc ip_vs +alias symbol:ip_tunnel_init ip_tunnel +alias symbol:nf_nat_setup_info nf_nat +alias symbol:p9_client_create 9pnet +alias symbol:__fscache_disable_cookie fscache +alias symbol:p9_idpool_put 9pnet +alias symbol:can_rx_register can +alias symbol:ieee802154_hdr_pull ieee802154 +alias symbol:synproxy_init_timestamp_cookie nf_synproxy_core +alias symbol:cast_s2 cast_common +alias symbol:dm_register_target dm_mod +alias symbol:zs_create_pool zsmalloc +alias symbol:vsock_remove_bound vsock +alias symbol:drbd_role_str drbd +alias symbol:ip_tunnel_ioctl ip_tunnel +alias symbol:nf_ct_nat_ext_add nf_nat +alias symbol:nfs_link nfs +alias symbol:sas_remove_host scsi_transport_sas +alias symbol:vcc_release_async atm +alias symbol:iscsit_queue_rsp iscsi_target_mod +alias symbol:p9_client_read 9pnet +alias symbol:rpcb_getport_async sunrpc +alias symbol:__regmap_init_i2c regmap_i2c +alias symbol:scsi_target_quiesce scsi_mod +alias symbol:unregister_sound_mixer soundcore +alias symbol:fc_release_transport scsi_transport_fc +alias symbol:atm_proc_root atm +alias symbol:transport_set_vpd_assoc target_core_mod +alias symbol:zs_pool_stats zsmalloc +alias symbol:nfs_inc_attr_generation_counter nfs +alias symbol:nft_reject_validate nft_reject +alias symbol:lapb_disconnect_request lapb +alias symbol:nfc_tm_activated nfc +alias symbol:qtree_write_dquot quota_tree +alias symbol:nfs_sync_inode nfs +alias symbol:atm_alloc_charge atm +alias symbol:cryptd_alloc_ablkcipher cryptd +alias symbol:sas_enable_tlr scsi_transport_sas +alias symbol:genphy_update_link libphy +alias symbol:lz4hc_compress lz4hc_compress +alias symbol:nft_masq_policy nft_masq +alias symbol:ip_vs_conn_new ip_vs +alias symbol:nfs_filemap_write_and_wait_range nfs +alias symbol:zs_free zsmalloc +alias symbol:iscsit_immediate_queue iscsi_target_mod +alias symbol:p9_client_wstat 9pnet +alias symbol:fc_fcp_init libfc +alias symbol:ip6_dst_lookup_flow ipv6 +alias symbol:ubi_leb_change ubi +alias symbol:nf_ct_invert_tuple nf_conntrack +alias symbol:nlm_debug sunrpc +alias symbol:pnfs_put_lseg nfsv4 +alias symbol:rds_page_remainder_alloc rds +alias symbol:fixed_phy_update_state fixed_phy +alias symbol:ad_dpot_probe ad525x_dpot +alias symbol:nft_reject_init nft_reject +alias symbol:o2hb_stop_all_regions ocfs2_nodemanager +alias symbol:nat_h245_hook nf_conntrack_h323 +alias symbol:nci_core_cmd nci +alias symbol:scsi_queue_work scsi_mod +alias symbol:cn_add_callback cn +alias symbol:fc_lport_config libfc +alias symbol:xprt_reserve_xprt_cong sunrpc +alias symbol:nci_core_conn_create nci +alias symbol:ip_vs_conn_in_get ip_vs +alias symbol:iscsi_conn_get_addr_param libiscsi +alias symbol:iscsi_host_alloc libiscsi +alias symbol:nfs_mknod nfs +alias symbol:rpc_get_sb_net sunrpc +alias symbol:can_free_echo_skb can_dev +alias symbol:extcon_get_state extcon_core +alias symbol:iscsi_host_remove libiscsi +alias symbol:udpv6_encap_enable ipv6 +alias symbol:iscsi_free_session scsi_transport_iscsi +alias symbol:fuse_abort_conn fuse +alias symbol:ppp_channel_index ppp_generic +alias symbol:br_handle_frame_finish bridge +alias symbol:nf_dup_netdev_egress nf_dup_netdev +alias symbol:ptp_clock_register ptp +alias symbol:br_dev_queue_push_xmit bridge +alias symbol:close_candev can_dev +alias symbol:inet6_csk_update_pmtu ipv6 +alias symbol:md_rdev_clear md_mod +alias symbol:dccp_send_sync dccp +alias symbol:iscsi_host_free libiscsi +alias symbol:pps_unregister_source pps_core +alias symbol:dm_unregister_target dm_mod +alias symbol:ocfs2_cluster_connect_agnostic ocfs2_stackglue +alias symbol:iio_scan_mask_query industrialio +alias symbol:nfc_se_transaction nfc +alias symbol:rpc_calc_rto sunrpc +alias symbol:sunrpc_cache_unregister_pipefs sunrpc +alias symbol:extcon_set_property_capability extcon_core +alias symbol:scsi_remove_device scsi_mod +alias symbol:__mlog_printk ocfs2_nodemanager +alias symbol:osduld_register_test osd +alias symbol:fcoe_start_io libfcoe +alias symbol:lapb_data_request lapb +alias symbol:dm_get_md dm_mod +alias symbol:inet6_ioctl ipv6 +alias symbol:__closure_wake_up bcache +alias symbol:dm_bitset_del dm_persistent_data +alias symbol:garp_unregister_application garp +alias symbol:crc7_be crc7 +alias symbol:dccp_packet_name dccp +alias symbol:mtd_ooblayout_set_databytes mtd +alias symbol:rpc_switch_client_transport sunrpc +alias symbol:alloc_ltalkdev appletalk +alias symbol:rpc_wake_up_status sunrpc +alias symbol:ceph_osdc_notify_ack libceph +alias symbol:dm_path_uevent dm_mod +alias symbol:nf_nat_redirect_ipv4 nf_nat_redirect +alias symbol:xt_proto_init x_tables +alias symbol:p9_parse_header 9pnet +alias symbol:udp6_lib_lookup ipv6 +alias symbol:sas_attach_transport scsi_transport_sas +alias symbol:register_ife_op act_ife +alias symbol:ceph_msg_type_name libceph +alias symbol:iscsi_conn_send_pdu libiscsi +alias symbol:__nand_correct_data nand_ecc +alias symbol:iscsi_session_teardown libiscsi +alias symbol:nfs4_dentry_operations nfs +alias symbol:nfs_setsecurity nfs +alias symbol:scsi_device_type scsi_mod +alias symbol:nf_ct_l4proto_find_get nf_conntrack +alias symbol:iscsit_set_unsoliticed_dataout iscsi_target_mod +alias symbol:nfs_fill_super nfs +alias symbol:ceph_osdc_sync libceph +alias symbol:md_unplug md_mod +alias symbol:md_unregister_thread md_mod +alias symbol:__fscache_check_page_write fscache +alias symbol:nf_nat_redirect_ipv6 nf_nat_redirect +alias symbol:ceph_oid_aprintf libceph +alias symbol:configfs_undepend_item configfs +alias symbol:mtd_read_user_prot_reg mtd +alias symbol:vsock_stream_has_data vsock +alias symbol:do_map_probe chipreg +alias symbol:nfs_alloc_fhandle nfs +alias symbol:pnfs_unregister_layoutdriver nfsv4 +alias symbol:rpc_proc_unregister sunrpc +alias symbol:async_xor async_xor +alias symbol:cfpkt_set_prio caif +alias symbol:nf_ct_remove_expectations nf_conntrack +alias symbol:gss_mech_unregister auth_rpcgss +alias symbol:rxrpc_kernel_abort_call af_rxrpc +alias symbol:cdrom_get_media_event cdrom +alias symbol:nci_set_config nci +alias symbol:mdio_device_register libphy +alias symbol:p9_client_write 9pnet +alias symbol:extcon_register_notifier extcon_core +alias symbol:fc_exch_mgr_del libfc +alias symbol:svc_set_client sunrpc +alias symbol:dlm_posix_unlock dlm +alias symbol:nfs_commit_file nfs +alias symbol:fscache_enqueue_operation fscache +alias symbol:nfs_post_op_update_inode_force_wcc nfs +alias symbol:nfs_retry_commit nfs +alias symbol:pnfs_generic_pg_readpages nfsv4 +alias symbol:configfs_depend_item_unlocked configfs +alias symbol:crc8 crc8 +alias symbol:fscrypt_get_encryption_info fscrypto +alias symbol:ip6_flush_pending_frames ipv6 +alias symbol:osd_execute_request libosd +alias symbol:scsi_print_sense scsi_mod +alias symbol:phy_ethtool_sset libphy +alias symbol:xt_request_find_target x_tables +alias symbol:blowfish_setkey blowfish_common +alias symbol:p9_client_readdir 9pnet +alias symbol:fat_search_long fat +alias symbol:ocfs2_stack_supports_plocks ocfs2_stackglue +alias symbol:can_bus_off can_dev +alias symbol:__scsi_alloc_queue scsi_mod +alias symbol:ceph_get_direct_page_vector libceph +alias symbol:nf_nat_packet nf_nat +alias symbol:nft_chain_validate_dependency nf_tables +alias symbol:config_item_get configfs +alias symbol:dm_array_empty dm_persistent_data +alias symbol:fcoe_ctlr_els_send libfcoe +alias symbol:fixed_phy_add fixed_phy +alias symbol:scsi_kmap_atomic_sg scsi_mod +alias symbol:nft_reject_icmp_code nft_reject +alias symbol:o2hb_unregister_callback ocfs2_nodemanager +alias symbol:svc_print_addr sunrpc +alias symbol:__fou_build_header fou +alias symbol:cache_destroy_net sunrpc +alias symbol:nfc_hci_result_to_errno hci +alias symbol:dm_tm_issue_prefetches dm_persistent_data +alias symbol:macvlan_common_newlink macvlan +alias symbol:bch_bset_build_written_tree bcache +alias symbol:rpc_lookup_generic_cred sunrpc +alias symbol:sas_task_abort libsas +alias symbol:hsi_port_unregister_clients hsi +alias symbol:fcoe_transport_attach libfcoe +alias symbol:sas_ioctl libsas +alias symbol:ceph_parse_options libceph +alias symbol:i2c_unregister_device i2c_core +alias symbol:ecryptfs_get_versions encrypted_keys +alias symbol:i2c_release_client i2c_core +alias symbol:iscsi_suspend_queue libiscsi +alias symbol:xfrm6_tunnel_alloc_spi xfrm6_tunnel +alias symbol:iio_enum_read industrialio +alias symbol:ip6_route_lookup ipv6 +alias symbol:nfs_alloc_fattr nfs +alias symbol:c2port_device_unregister core +alias symbol:alloc_canfd_skb can_dev +alias symbol:ceph_file_layout_from_legacy libceph +alias symbol:nfc_hci_target_discovered hci +alias symbol:ceph_monc_got_map libceph +alias symbol:fscrypt_put_encryption_info fscrypto +alias symbol:nfs_access_zap_cache nfs +alias symbol:nand_scan_ident nand +alias symbol:nf_nat_l3proto_register nf_nat +alias symbol:llc_add_pack llc +alias symbol:closure_wait bcache +alias symbol:dccp_insert_option dccp +alias symbol:nf_nat_sip_hooks nf_conntrack_sip +alias symbol:scsi_eh_ready_devs scsi_mod +alias symbol:__get_mtd_device mtd +alias symbol:nf_conntrack_l4proto_tcp4 nf_conntrack +alias symbol:ip_set_put_extensions ip_set +alias symbol:lc_get_cumulative lru_cache +alias symbol:nci_recv_frame nci +alias symbol:nf_nat_ipv6_local_fn nf_nat_ipv6 +alias symbol:nfc_tm_data_received nfc +alias symbol:p9_idpool_check 9pnet +alias symbol:sas_expander_alloc scsi_transport_sas +alias symbol:nf_ct_l4proto_pernet_unregister nf_conntrack +alias symbol:ceph_get_snap_context libceph +alias symbol:sas_prep_resume_ha libsas +alias symbol:__fcoe_get_lesb libfcoe +alias symbol:ip6_route_output_flags ipv6 +alias symbol:p9_client_open 9pnet +alias symbol:nf_ct_l4proto_unregister nf_conntrack +alias symbol:nfs_setattr_update_inode nfs +alias symbol:rpc_lookup_cred sunrpc +alias symbol:xt_register_matches x_tables +alias symbol:scsi_dev_info_remove_list scsi_mod +alias symbol:xprt_release_rqst_cong sunrpc +alias symbol:fc_remote_port_delete scsi_transport_fc +alias symbol:max_session_slots nfs +alias symbol:nf_ct_expect_unregister_notifier nf_conntrack +alias symbol:ore_write libore +alias symbol:dm_put_table_device dm_mod +alias symbol:nf_connlabels_put nf_conntrack +alias symbol:configfs_unregister_default_group configfs +alias symbol:sas_eh_bus_reset_handler libsas +alias symbol:ubi_sync ubi +alias symbol:nfs_map_string_to_numeric nfsv4 +alias symbol:scsi_test_unit_ready scsi_mod +alias symbol:nfs4_test_deviceid_unavailable nfsv4 +alias symbol:tcp_vegas_cwnd_event tcp_vegas +alias symbol:ceph_con_send libceph +alias symbol:ceph_object_locator_to_pg libceph +alias symbol:fc_lport_reset libfc +alias symbol:nf_ct_expect_alloc nf_conntrack +alias symbol:xfrm6_protocol_deregister ipv6 +alias symbol:ceph_osdc_readpages libceph +alias symbol:fc_queuecommand libfc +alias symbol:dm_sm_disk_open dm_persistent_data +alias symbol:fcoe_ctlr_destroy_store libfcoe +alias symbol:ceph_zero_page_vector_range libceph +alias symbol:ip_set_get_ipaddr4 ip_set +alias symbol:cast_s4 cast_common +alias symbol:iio_update_buffers industrialio +alias symbol:ore_read libore +alias symbol:fat_sync_inode fat +alias symbol:ip6_sk_dst_lookup_flow ipv6 +alias symbol:p9_tag_lookup 9pnet +alias symbol:rpc_add_pipe_dir_object sunrpc +alias symbol:nfs_fhget nfs +alias symbol:nvmem_register nvmem_core +alias symbol:enclosure_component_alloc enclosure +alias symbol:ocfs2_dlm_dump_lksb ocfs2_stackglue +alias symbol:nfs_write_inode nfs +alias symbol:synproxy_parse_options nf_synproxy_core +alias symbol:vcc_insert_socket atm +alias symbol:nfs4_pnfs_ds_connect nfsv4 +alias symbol:osd_req_op_raw_data_in_pages libceph +alias symbol:register_ip_vs_pe ip_vs +alias symbol:bch_bset_insert bcache +alias symbol:dm_bm_flush dm_persistent_data +alias symbol:ceph_destroy_options libceph +alias symbol:dm_bufio_get_block_size dm_bufio +alias symbol:fscache_op_debug_id fscache +alias symbol:nfs_pageio_init nfs +alias symbol:ip6_dst_alloc ipv6 +alias symbol:nf_ct_helper_hash nf_conntrack +alias symbol:raid5_set_cache_size raid456 +alias symbol:svc_wake_up sunrpc +alias symbol:fc_fcp_destroy libfc +alias symbol:nf_ct_l3proto_module_put nf_conntrack +alias symbol:ore_create libore +alias symbol:pppox_unbind_sock pppox +alias symbol:iio_read_channel_scale industrialio +alias symbol:scsi_sd_probe_domain scsi_mod +alias symbol:__fscache_relinquish_cookie fscache +alias symbol:libfc_vport_create libfc +alias symbol:rpc_uaddr2sockaddr sunrpc +alias symbol:fc_exch_recv libfc +alias symbol:ip6_expire_frag_queue ipv6 +alias symbol:ipv6_chk_prefix ipv6 +alias symbol:hsi_free_msg hsi +alias symbol:ieee802154_xmit_complete mac802154 +alias symbol:ppp_input_error ppp_generic +alias symbol:sas_port_delete_phy scsi_transport_sas +alias symbol:fscrypt_pullback_bio_page fscrypto +alias symbol:nf_conntrack_tuple_taken nf_conntrack +alias symbol:xfrm_ealg_get_byname xfrm_algo +alias symbol:iscsit_cause_connection_reinstatement iscsi_target_mod +alias symbol:nfs4_delete_deviceid nfsv4 +alias symbol:iscsi_get_port_speed_name scsi_transport_iscsi +alias symbol:nfs_check_flags nfs +alias symbol:nfs_net_id nfs +alias symbol:register_sound_special_device soundcore +alias symbol:xfrm_ealg_get_byid xfrm_algo +alias symbol:p9stat_free 9pnet +alias symbol:fscrypt_fname_encrypted_size fscrypto +alias symbol:can_change_state can_dev +alias symbol:thermal_zone_unbind_cooling_device thermal_sys +alias symbol:dm_cache_policy_unregister dm_cache +alias symbol:phonet_header_ops phonet +alias symbol:__fscache_check_consistency fscache +alias symbol:i2c_smbus_read_block_data i2c_core +alias symbol:p9dirent_read 9pnet +alias symbol:md_update_sb md_mod +alias symbol:ip6_tnl_rcv_ctl ip6_tunnel +alias symbol:xdr_enter_page sunrpc +alias symbol:dns_query dns_resolver +alias symbol:br_should_route_hook bridge +alias symbol:nf_ct_port_nlattr_tuple_size nf_conntrack +alias symbol:nfs_clone_server nfs +alias symbol:p9_client_cb 9pnet +alias symbol:scsi_is_target_device scsi_mod +alias symbol:ceph_buffer_release libceph +alias symbol:cfpkt_info caif +alias symbol:fscrypt_zeroout_range fscrypto +alias symbol:nand_scan nand +alias symbol:nft_validate_register_load nf_tables +alias symbol:sdev_disable_disk_events scsi_mod +alias symbol:ip_set_elem_len ip_set +alias symbol:config_item_put configfs +alias symbol:dm_cache_policy_destroy dm_cache +alias symbol:fat_time_unix2fat fat +alias symbol:ip6_sk_redirect ipv6 +alias symbol:nvmem_device_read nvmem_core +alias symbol:target_submit_cmd_map_sgls target_core_mod +alias symbol:cache_register_net sunrpc +alias symbol:svc_addsock sunrpc +alias symbol:xt_find_target x_tables +alias symbol:pstore_register pstore +alias symbol:ct_sip_parse_numerical_param nf_conntrack_sip +alias symbol:dm_unregister_path_selector dm_multipath +alias symbol:svc_authenticate sunrpc +alias symbol:svc_reserve sunrpc +alias symbol:thermal_zone_bind_cooling_device thermal_sys +alias symbol:dccp_feat_signal_nn_change dccp +alias symbol:iio_trigger_set_immutable industrialio +alias symbol:nfc_hci_driver_failure hci +alias symbol:rpc_wake_up sunrpc +alias symbol:nand_write_oob_std nand +alias symbol:devm_iio_kfifo_allocate kfifo_buf +alias symbol:enclosure_add_device enclosure +alias symbol:extcon_set_state_sync extcon_core +alias symbol:mtd_lock_user_prot_reg mtd +alias symbol:p9_client_attach 9pnet +alias symbol:ceph_msg_get libceph +alias symbol:fscrypt_get_policy fscrypto +alias symbol:crypto_poly1305_init poly1305_generic +alias symbol:nf_ct_helper_expectfn_find_by_name nf_conntrack +alias symbol:strp_done strparser +alias symbol:nfs4_sequence_done nfsv4 +alias symbol:bcm_phy_write_exp bcm_phy_lib +alias symbol:scsi_host_get scsi_mod +alias symbol:__transport_register_session target_core_mod +alias symbol:ceph_debugfs_cleanup libceph +alias symbol:p9_errstr2errno 9pnet +alias symbol:dm_bm_write_lock_zero dm_persistent_data +alias symbol:ip6_frag_match ipv6 +alias symbol:ip_tunnel_lookup ip_tunnel +alias symbol:md_flush_request md_mod +alias symbol:crypto_chacha20_init chacha20_generic +alias symbol:dccp_set_state dccp +alias symbol:nf_nat_masquerade_ipv6 nf_nat_masquerade_ipv6 +alias symbol:nf_nat_masquerade_ipv6_register_notifier nf_nat_masquerade_ipv6 +alias symbol:atrtr_get_dev appletalk +alias symbol:iio_read_const_attr industrialio +alias symbol:__cast5_encrypt cast5_generic +alias symbol:ceph_con_open libceph +alias symbol:iio_dealloc_pollfunc industrialio +alias symbol:phy_start_interrupts libphy +alias symbol:xdr_restrict_buflen sunrpc +alias symbol:osd_req_op_alloc_hint_init libceph +alias symbol:dm_rh_get_state dm_region_hash +alias symbol:rpc_clone_client_set_auth sunrpc +alias symbol:scmd_printk scsi_mod +alias symbol:scsi_report_device_reset scsi_mod +alias symbol:iio_device_free industrialio +alias symbol:nf_log_dump_tcp_header nf_log_common +alias symbol:i2c_smbus_write_word_data i2c_core +alias symbol:osd_req_flush_obsd libosd +alias symbol:svc_drop sunrpc +alias symbol:fou6_build_header fou6 +alias symbol:iscsi_destroy_all_flashnode scsi_transport_iscsi +alias symbol:gssd_running sunrpc +alias symbol:nft_meta_set_validate nft_meta +alias symbol:core_tpg_set_initiator_node_queue_depth target_core_mod +alias symbol:__iscsi_put_task libiscsi +alias symbol:__l2tp_session_unhash l2tp_core +alias symbol:genphy_suspend libphy +alias symbol:nf_nat_tftp_hook nf_conntrack_tftp +alias symbol:ovs_net_id openvswitch +alias symbol:dm_cache_policy_create dm_cache +alias symbol:xt_find_revision x_tables +alias symbol:nfs_file_operations nfs +alias symbol:thermal_zone_get_slope thermal_sys +alias symbol:rds_conn_drop rds +alias symbol:ecryptfs_fill_auth_tok encrypted_keys +alias symbol:gss_mech_put auth_rpcgss +alias symbol:stm_source_register_device stm_core +alias symbol:can_rx_unregister can +alias symbol:svc_prepare_thread sunrpc +alias symbol:xt_unregister_targets x_tables +alias symbol:iscsi_tcp_conn_get_stats libiscsi_tcp +alias symbol:n_tracesink_datadrain n_tracesink +alias symbol:ip_tunnel_setup ip_tunnel +alias symbol:mtd_del_partition mtd +alias symbol:scsi_nl_sock scsi_mod +alias symbol:dm_sm_disk_create dm_persistent_data +alias symbol:ceph_osdc_put_request libceph +alias symbol:ceph_osdc_wait_request libceph +alias symbol:extcon_get_property extcon_core +alias symbol:osduld_path_lookup osd +alias symbol:rpcauth_get_gssinfo sunrpc +alias symbol:zs_destroy_pool zsmalloc +alias symbol:nfc_hci_get_clientdata hci +alias symbol:target_free_sgl target_core_mod +alias symbol:cn_del_callback cn +alias symbol:dm_bitset_test_bit dm_persistent_data +alias symbol:nf_ct_get_tuplepr nf_conntrack +alias symbol:nd_tbl ipv6 +alias symbol:sas_phy_alloc scsi_transport_sas +alias symbol:iio_channel_start_all_cb industrialio_buffer_cb +alias symbol:rpc_mkpipe_dentry sunrpc +alias symbol:fc_get_host_port_state libfc +alias symbol:svcauth_unix_set_client sunrpc +alias symbol:fscache_object_mark_killed fscache +alias symbol:unregister_8022_client p8022 +alias symbol:dccp_ackvec_parsed_add dccp +alias symbol:dm_ratelimit_state dm_mod +alias symbol:async_trigger_callback async_tx +alias symbol:iscsi_create_iface scsi_transport_iscsi +alias symbol:iscsit_process_nop_out iscsi_target_mod +alias symbol:p9_client_fcreate 9pnet +alias symbol:ceph_osdc_maybe_request_map libceph +alias symbol:osd_req_op_init libceph +alias symbol:ovs_vport_alloc openvswitch +alias symbol:fscrypt_d_ops fscrypto +alias symbol:ubi_open_volume_nm ubi +alias symbol:udp_sock_create6 ip6_udp_tunnel +alias symbol:nft_data_dump nf_tables +alias symbol:pnfs_generic_commit_pagelist nfsv4 +alias symbol:iio_trigger_poll_chained industrialio +alias symbol:iscsi_session_setup libiscsi +alias symbol:key_type_encrypted encrypted_keys +alias symbol:ocfs2_plock ocfs2_stackglue +alias symbol:rpc_unlink sunrpc +alias symbol:team_options_change_check team +alias symbol:dccp_v4_request_recv_sock dccp_ipv4 +alias symbol:iscsit_handle_task_mgt_cmd iscsi_target_mod +alias symbol:nfs_show_options nfs +alias symbol:udp_tunnel_notify_add_rx_port udp_tunnel +alias symbol:ipv6_chk_addr ipv6 +alias symbol:nf_nat_l3proto_unregister nf_nat +alias symbol:fc_exch_init libfc +alias symbol:nfc_set_remote_general_bytes nfc +alias symbol:phy_ethtool_get_wol libphy +alias symbol:fat_attach fat +alias symbol:iio_channel_release_all_cb industrialio_buffer_cb +alias symbol:mlog_and_bits ocfs2_nodemanager +alias symbol:nfs4_pnfs_ds_add nfsv4 +alias symbol:devm_iio_channel_get_all industrialio +alias symbol:md_set_array_sectors md_mod +alias symbol:sas_read_port_mode_page scsi_transport_sas +alias symbol:transport_check_aborted_status target_core_mod +alias symbol:crc_ccitt crc_ccitt +alias symbol:mtd_write_oob mtd +alias symbol:ppp_unit_number ppp_generic +alias symbol:hwrng_unregister rng_core +alias symbol:xt_hook_ops_alloc x_tables +alias symbol:gf128mul_init_4k_lle gf128mul +alias symbol:nf_ct_unlink_expect_report nf_conntrack +alias symbol:o2hb_fill_node_map ocfs2_nodemanager +alias symbol:fcoe_get_wwn libfcoe +alias symbol:o2hb_check_node_heartbeating ocfs2_nodemanager +alias symbol:thermal_zone_get_zone_by_name thermal_sys +alias symbol:ceph_osdc_unwatch libceph +alias symbol:nfsacl_encode nfs_acl +alias symbol:osd_req_read libosd +alias symbol:iscsi_session_get_param libiscsi +alias symbol:fscrypt_initialize fscrypto +alias symbol:nf_conntrack_lock nf_conntrack +alias symbol:lc_is_used lru_cache +alias symbol:nf_ct_l3proto_unregister nf_conntrack +alias symbol:free_mdio_bitbang mdio_bitbang +alias symbol:ceph_msg_dump libceph +alias symbol:genphy_config_init libphy +alias symbol:iscsit_build_nopin_rsp iscsi_target_mod +alias symbol:nfs4_schedule_migration_recovery nfsv4 +alias symbol:rds_message_addref rds +alias symbol:p9_client_symlink 9pnet +alias symbol:nf_conntrack_untracked nf_conntrack +alias symbol:nfs_lock nfs +alias symbol:dm_bufio_new dm_bufio +alias symbol:fcoe_ctlr_recv_flogi libfcoe +alias symbol:iscsi_flashnode_bus_match scsi_transport_iscsi +alias symbol:svc_exit_thread sunrpc +alias symbol:rpc_restart_call_prepare sunrpc +alias symbol:spc_emulate_report_luns target_core_mod +alias symbol:devlink_sb_register devlink +alias symbol:ip6_append_data ipv6 +alias symbol:locks_end_grace grace +alias symbol:nf_nat_ipv4_local_fn nf_nat_ipv4 +alias symbol:rpc_peeraddr sunrpc +alias symbol:fcoe_validate_vport_create libfcoe +alias symbol:dlm_print_one_lock ocfs2_dlm +alias symbol:fscrypt_inherit_context fscrypto +alias symbol:osd_req_flush_partition libosd +alias symbol:scsi_execute_req_flags scsi_mod +alias symbol:xfrm6_tunnel_spi_lookup xfrm6_tunnel +alias symbol:ubi_leb_erase ubi +alias symbol:sas_request_addr libsas +alias symbol:can_put_echo_skb can_dev +alias symbol:dm_array_info_init dm_persistent_data +alias symbol:nf_ct_helper_expectfn_register nf_conntrack +alias symbol:core_tmr_alloc_req target_core_mod +alias symbol:ubi_unregister_volume_notifier ubi +alias symbol:cache_flush sunrpc +alias symbol:extcon_get_edev_by_phandle extcon_core +alias symbol:cache_unregister_net sunrpc +alias symbol:dm_consume_args dm_mod +alias symbol:nand_manuf_ids nand_ids +alias symbol:ip6_tnl_xmit_ctl ip6_tunnel +alias symbol:look_up_OID oid_registry +alias symbol:rpc_count_iostats sunrpc +alias symbol:ip_tunnel_delete_net ip_tunnel +alias symbol:hsi_remove_client hsi +alias symbol:nfs4_schedule_stateid_recovery nfsv4 +alias symbol:pnfs_generic_sync nfsv4 +alias symbol:nfs4_decode_mp_ds_addr nfsv4 +alias symbol:p9_idpool_destroy 9pnet +alias symbol:devm_hwrng_unregister rng_core +alias symbol:sbc_dif_verify target_core_mod +alias symbol:rpc_clnt_add_xprt sunrpc +alias symbol:sunrpc_cache_pipe_upcall sunrpc +alias symbol:nfs_file_llseek nfs +alias symbol:sas_remove_children scsi_transport_sas +alias symbol:dlm_lock dlm +alias symbol:svc_age_temp_xprts_now sunrpc +alias symbol:target_put_nacl target_core_mod +alias symbol:nf_nat_ipv6_fn nf_nat_ipv6 +alias symbol:dccp_make_response dccp +alias symbol:osd_req_add_get_attr_page libosd +alias symbol:cdrom_media_changed cdrom +alias symbol:nfs_pgheader_init nfs +alias symbol:sctp_do_peeloff sctp +alias symbol:thermal_zone_device_unregister thermal_sys +alias symbol:caif_enroll_dev caif +alias symbol:dccp_sync_mss dccp +alias symbol:iio_device_register industrialio +alias symbol:nfs4_schedule_session_recovery nfsv4 +alias symbol:nft_meta_policy nft_meta +alias symbol:fat_get_dotdot_entry fat +alias symbol:mpi_get_nbits mpi +alias symbol:sync_page_io md_mod +alias symbol:cdrom_release cdrom +alias symbol:locks_start_grace grace +alias symbol:nfs_show_stats nfs +alias symbol:sas_port_add_phy scsi_transport_sas +alias symbol:nf_dup_ipv4 nf_dup_ipv4 +alias symbol:xfrm_calg_get_byid xfrm_algo +alias symbol:dccp_getsockopt dccp +alias symbol:dm_rh_recovery_end dm_region_hash +alias symbol:hsi_put_controller hsi +alias symbol:__nf_ct_ext_add_length nf_conntrack +alias symbol:lc_seq_dump_details lru_cache +alias symbol:p9_idpool_get 9pnet +alias symbol:fc_vport_terminate scsi_transport_fc +alias symbol:osd_start_request libosd +alias symbol:nft_redir_validate nft_redir +alias symbol:ceph_monc_open_session libceph +alias symbol:hsi_alloc_controller hsi +alias symbol:nf_ct_delete nf_conntrack +alias symbol:svc_xprt_copy_addrs sunrpc +alias symbol:kill_mtd_super mtd +alias symbol:ceph_msg_data_add_pages libceph +alias symbol:udp6_lib_lookup_skb ipv6 +alias symbol:sas_is_tlr_enabled scsi_transport_sas +alias symbol:fc_get_host_speed libfc +alias symbol:ptp_clock_unregister ptp +alias symbol:nfs_wait_client_init_complete nfs +alias symbol:phy_ethtool_set_link_ksettings libphy +alias symbol:thermal_zone_set_trips thermal_sys +alias symbol:cache_seq_start sunrpc +alias symbol:ip6_tnl_parse_tlv_enc_lim ip6_tunnel +alias symbol:ip_vs_proto_data_get ip_vs +alias symbol:dccp_setsockopt dccp +alias symbol:iio_map_array_register industrialio +alias symbol:nf_connlabels_get nf_conntrack +alias symbol:nfs_show_devname nfs +alias symbol:scsicam_bios_param scsi_mod +alias symbol:iscsi_tcp_conn_teardown libiscsi_tcp +alias symbol:mpi_get_buffer mpi +alias symbol:ceph_str_hash libceph +alias symbol:fc_lport_set_local_id libfc +alias symbol:xt_recseq x_tables +alias symbol:fc_eh_abort libfc +alias symbol:ieee802154_rx_irqsafe mac802154 +alias symbol:nci_register_device nci +alias symbol:nfs_commit_inode nfs +alias symbol:destroy_8023_client p8023 +alias symbol:nf_conntrack_helper_try_module_get nf_conntrack +alias symbol:async_raid6_datap_recov async_raid6_recov +alias symbol:ceph_cls_unlock libceph +alias symbol:max_session_cb_slots nfs +alias symbol:sbc_attrib_attrs target_core_mod +alias symbol:scsi_device_lookup scsi_mod +alias symbol:mtd_block_markbad mtd +alias symbol:mtd_ooblayout_get_databytes mtd +alias symbol:nand_unlock nand +alias symbol:nfs_destroy_inode nfs +alias symbol:nft_unregister_set nf_tables +alias symbol:fscrypt_setup_filename fscrypto +alias symbol:i2c_verify_adapter i2c_core +alias symbol:strp_stop strparser +alias symbol:locks_in_grace grace +alias symbol:ubi_leb_write ubi +alias symbol:md_stop md_mod +alias symbol:nat_callforwarding_hook nf_conntrack_h323 +alias symbol:nf_ct_timeout_put_hook nf_conntrack +alias symbol:rpc_get_timeout sunrpc +alias symbol:__nf_nat_mangle_tcp_packet nf_nat +alias symbol:config_item_init_type_name configfs +alias symbol:ieee802154_hdr_push ieee802154 +alias symbol:iscsit_add_cmd_to_immediate_queue iscsi_target_mod +alias symbol:nft_set_gc_batch_alloc nf_tables +alias symbol:transport_lookup_cmd_lun target_core_mod +alias symbol:rpc_print_iostats sunrpc +alias symbol:bcm_phy_read_shadow bcm_phy_lib +alias symbol:dccp_timestamp dccp +alias symbol:fc_rport_init libfc +alias symbol:zs_get_total_pages zsmalloc +alias symbol:spi_release_transport scsi_transport_spi +alias symbol:fuse_conn_init fuse +alias symbol:ip_tunnel_change_mtu ip_tunnel +alias symbol:xfrm_calg_get_byname xfrm_algo +alias symbol:cdrom_mode_sense cdrom +alias symbol:dlm_release_lockspace dlm +alias symbol:ceph_destroy_client libceph +alias symbol:af_alg_release_parent af_alg +alias symbol:devm_iio_device_unregister industrialio +alias symbol:xfrm4_tunnel_register tunnel4 +alias symbol:af_alg_complete af_alg +alias symbol:dm_kcopyd_prepare_callback dm_mod +alias symbol:dccp_orphan_count dccp +alias symbol:i2c_smbus_write_byte i2c_core +alias symbol:nfc_hci_send_cmd_async hci +alias symbol:fat_fill_super fat +alias symbol:core_tpg_deregister target_core_mod +alias symbol:i2c_new_probed_device i2c_core +alias symbol:xprt_put sunrpc +alias symbol:nvmem_cell_put nvmem_core +alias symbol:sas_free_task libsas +alias symbol:fc_vport_create scsi_transport_fc +alias symbol:fcoe_link_speed_update libfcoe +alias symbol:nfnl_acct_overquota nfnetlink_acct +alias symbol:aarp_send_ddp appletalk +alias symbol:osd_finalize_request libosd +alias symbol:zs_compact zsmalloc +alias symbol:_copy_from_pages sunrpc +alias symbol:core_allocate_nexus_loss_ua target_core_mod +alias symbol:pnfs_generic_pg_writepages nfsv4 +alias symbol:nf_ct_l3protos nf_conntrack +alias symbol:hsi_async hsi +alias symbol:nfc_hci_send_cmd hci +alias symbol:rds_send_xmit rds +alias symbol:ad_dpot_remove ad525x_dpot +alias symbol:nfs4_pnfs_v3_ds_connect_unload nfsv4 +alias symbol:dm_array_set_value dm_persistent_data +alias symbol:setup_udp_tunnel_sock udp_tunnel +alias symbol:mddev_suspend md_mod +alias symbol:cast6_setkey cast6_generic +alias symbol:phy_ethtool_get_link_ksettings libphy +alias symbol:ife_validate_meta_u16 act_ife +alias symbol:ct_sip_get_sdp_header nf_conntrack_sip +alias symbol:nci_hci_dev_session_init nci +alias symbol:nfs_try_mount nfs +alias symbol:cdrom_number_of_slots cdrom +alias symbol:dm_bitset_set_bit dm_persistent_data +alias symbol:nci_get_conn_info_by_dest_type_params nci +alias symbol:rpc_init_rtt sunrpc +alias symbol:nf_conntrack_helpers_unregister nf_conntrack +alias symbol:xdr_stream_pos sunrpc +alias symbol:ceph_release_string libceph +alias symbol:register_md_cluster_operations md_mod +alias symbol:scsi_scan_host scsi_mod +alias symbol:scsi_bus_type scsi_mod +alias symbol:dm_cell_promote_or_release dm_bio_prison +alias symbol:fc_remote_port_rolechg scsi_transport_fc +alias symbol:nf_ct_helper_init nf_conntrack +alias symbol:unregister_ip_vs_scheduler ip_vs +alias symbol:dm_bm_read_lock dm_persistent_data +alias symbol:nfs3_set_ds_client nfsv3 +alias symbol:xdr_truncate_encode sunrpc +alias symbol:xfrm_aalg_get_byname xfrm_algo +alias symbol:dm_block_manager_create dm_persistent_data +alias symbol:nf_conntrack_alloc nf_conntrack +alias symbol:osd_req_list_collection_objects libosd +alias symbol:l2tp_session_find l2tp_core +alias symbol:nf_ct_l3proto_pernet_register nf_conntrack +alias symbol:put_rpccred sunrpc +alias symbol:wpan_phy_free ieee802154 +alias symbol:ip_set_extensions ip_set +alias symbol:nfs_server_insert_lists nfs +alias symbol:register_sound_mixer soundcore +alias symbol:svc_rqst_alloc sunrpc +alias symbol:svc_sock_update_bufs sunrpc +alias symbol:iscsit_build_logout_rsp iscsi_target_mod +alias symbol:hsi_unregister_controller hsi +alias symbol:nfs_mkdir nfs +alias symbol:team_mode_register team +alias symbol:dm_bm_checksum dm_persistent_data +alias symbol:rdev_clear_badblocks md_mod +alias symbol:dm_io dm_mod +alias symbol:oslec_create echo +alias symbol:team_modeop_port_enter team +alias symbol:bitmap_endwrite md_mod +alias symbol:iscsi_complete_pdu libiscsi +alias symbol:nand_cleanup nand +alias symbol:ocfs2_stack_glue_set_max_proto_version ocfs2_stackglue +alias symbol:scsi_print_sense_hdr scsi_mod +alias symbol:dm_btree_del dm_persistent_data +alias symbol:p9_client_clunk 9pnet +alias symbol:garp_request_leave garp +alias symbol:nf_ct_tcp_seqadj_set nf_conntrack +alias symbol:config_group_init_type_name configfs +alias symbol:cdrom_check_events cdrom +alias symbol:i2c_smbus_xfer i2c_core +alias symbol:rds_for_each_conn_info rds +alias symbol:inet6_register_protosw ipv6 +alias symbol:nfs4_put_deviceid_node nfsv4 +alias symbol:dm_cache_policy_get_hint_size dm_cache +alias symbol:nfs_unlink nfs +alias symbol:atm_charge atm +alias symbol:c2port_device_register core +alias symbol:dm_btree_cursor_get_value dm_persistent_data +alias symbol:lapb_getparms lapb +alias symbol:cdrom_mode_select cdrom +alias symbol:nf_conntrack_l4proto_udp4 nf_conntrack +alias symbol:configfs_remove_default_groups configfs +alias symbol:osd_req_create_partition libosd +alias symbol:spi_dv_device scsi_transport_spi +alias symbol:ceph_msgr_flush libceph +alias symbol:phy_attach_direct libphy +alias symbol:scsi_report_bus_reset scsi_mod +alias symbol:write_bytes_to_xdr_buf sunrpc +alias symbol:ipv6_sock_mc_join ipv6 +alias symbol:nfs_path nfs +alias symbol:scsi_device_set_state scsi_mod +alias symbol:dccp_syn_ack_timeout dccp_ipv4 +alias symbol:target_alloc_session target_core_mod +alias symbol:nand_ooblayout_sp_ops nand +alias symbol:register_sound_midi soundcore +alias symbol:des_ekey des_generic +alias symbol:fcoe_clean_pending_queue libfcoe +alias symbol:rpc_destroy_pipe_data sunrpc +alias symbol:target_backend_unregister target_core_mod +alias symbol:nf_ct_helper_expectfn_unregister nf_conntrack +alias symbol:sbc_get_write_same_sectors target_core_mod +alias symbol:iscsi_host_get_param libiscsi +alias symbol:register_ip_vs_app ip_vs +alias symbol:fc_lport_destroy libfc +alias symbol:nfs_sb_deactive nfs +alias symbol:iscsit_build_datain_pdu iscsi_target_mod +alias symbol:iscsi_create_conn scsi_transport_iscsi +alias symbol:sas_port_free scsi_transport_sas +alias symbol:dm_bufio_forget dm_bufio +alias symbol:dm_read_arg_group dm_mod +alias symbol:dm_set_target_max_io_len dm_mod +alias symbol:iio_channel_get_all_cb industrialio_buffer_cb +alias symbol:i2c_smbus_read_i2c_block_data_or_emulated i2c_core +alias symbol:scsi_device_resume scsi_mod +alias symbol:scsi_eh_get_sense scsi_mod +alias symbol:can_change_mtu can_dev +alias symbol:ife_alloc_meta_u32 act_ife +alias symbol:lowpan_nhc_del 6lowpan +alias symbol:mtd_ooblayout_get_eccbytes mtd +alias symbol:o2nm_get_node_by_num ocfs2_nodemanager +alias symbol:nfs_commitdata_release nfs +alias symbol:team_options_unregister team +alias symbol:i2c_generic_gpio_recovery i2c_core +alias symbol:iio_trigger_unregister industrialio +alias symbol:nci_to_errno nci +alias symbol:scsi_init_io scsi_mod +alias symbol:iscsi_get_router_state_name scsi_transport_iscsi +alias symbol:phy_driver_register libphy +alias symbol:ceph_alloc_page_vector libceph +alias symbol:ceph_osdc_get_request libceph +alias symbol:dm_hold dm_mod +alias symbol:i2c_parse_fw_timings i2c_core +alias symbol:sha224_zero_message_hash sha256_generic +alias symbol:crc8_populate_lsb crc8 +alias symbol:ip_set_test ip_set +alias symbol:xprt_adjust_cwnd sunrpc +alias symbol:ife_validate_meta_u32 act_ife +alias symbol:iscsi_conn_get_param libiscsi +alias symbol:__register_mtd_parser mtd +alias symbol:fc_vport_setlink libfc +alias symbol:pnfs_write_done_resend_to_mds nfsv4 +alias symbol:altera_init altera_stapl +alias symbol:ceph_flags_to_mode libceph +alias symbol:iscsi_tcp_task_xmit libiscsi_tcp +alias symbol:dccp_ioctl dccp +alias symbol:mdiobus_scan libphy +alias symbol:ubi_get_device_info ubi +alias symbol:nf_nat_amanda_hook nf_conntrack_amanda +alias symbol:nfs_sb_active nfs +alias symbol:i2c_for_each_dev i2c_core +alias symbol:iscsit_free_cmd iscsi_target_mod +alias symbol:phy_disconnect libphy +alias symbol:ip6_datagram_connect_v6_only ipv6 +alias symbol:nfs4_proc_getdeviceinfo nfsv4 +alias symbol:nft_register_afinfo nf_tables +alias symbol:scsi_is_sas_port scsi_transport_sas +alias symbol:core_tpg_register target_core_mod +alias symbol:af_alg_register_type af_alg +alias symbol:iscsi_create_endpoint scsi_transport_iscsi +alias symbol:nfs_get_lock_context nfs +alias symbol:unregister_ife_op act_ife +alias symbol:p9_client_fsync 9pnet +alias symbol:xdr_encode_netobj sunrpc +alias symbol:devm_iio_trigger_free industrialio +alias symbol:mdiobus_read libphy +alias symbol:__fscache_readpages_cancel fscache +alias symbol:fscache_object_sleep_till_congested fscache +alias symbol:iscsit_check_dataout_hdr iscsi_target_mod +alias symbol:nf_ct_helper_hsize nf_conntrack +alias symbol:slhc_toss slhc +alias symbol:mpi_read_raw_data mpi +alias symbol:oslec_free echo +alias symbol:target_complete_cmd target_core_mod +alias symbol:nf_conntrack_set_hashsize nf_conntrack +alias symbol:pnfs_generic_pg_init_write nfsv4 +alias symbol:xdr_decode_array2 sunrpc +alias symbol:xprt_setup_backchannel sunrpc +alias symbol:phy_stop_interrupts libphy +alias symbol:iio_update_demux industrialio +alias symbol:osd_req_read_kern libosd +alias symbol:iscsi_set_param libiscsi +alias symbol:thermal_cooling_device_register thermal_sys +alias symbol:mtd_get_fact_prot_info mtd +alias symbol:phy_connect libphy +alias symbol:rds_info_deregister_func rds +alias symbol:rxrpc_get_null_key af_rxrpc +alias symbol:rxrpc_kernel_begin_call af_rxrpc +alias symbol:rds_message_add_rdma_dest_extension rds +alias symbol:svcauth_gss_register_pseudoflavor auth_rpcgss +alias symbol:dm_region_hash_destroy dm_region_hash +alias symbol:rpc_restart_call sunrpc +alias symbol:ieee802154_alloc_hw mac802154 +alias symbol:nfulnl_log_packet nfnetlink_log +alias symbol:svc_shutdown_net sunrpc +alias symbol:async_memcpy async_memcpy +alias symbol:config_group_find_item configfs +alias symbol:ppp_dev_name ppp_generic +alias symbol:xfrm6_rcv ipv6 +alias symbol:nfs4_schedule_lease_moved_recovery nfsv4 +alias symbol:svc_create_xprt sunrpc +alias symbol:__gue_build_header fou +alias symbol:iscsi_tcp_task_init libiscsi_tcp +alias symbol:pnfs_update_layout nfsv4 +alias symbol:scsi_mode_select scsi_mod +alias symbol:set_h225_addr_hook nf_conntrack_h323 +alias symbol:xdr_encode_array2 sunrpc +alias symbol:nf_ct_helper_ext_add nf_conntrack +alias symbol:nfs_writeback_update_inode nfs +alias symbol:xdr_inline_decode sunrpc +alias symbol:mrp_register_application mrp +alias symbol:iscsi_register_transport scsi_transport_iscsi +alias symbol:l2tp_xmit_skb l2tp_core +alias symbol:nf_conntrack_htable_size nf_conntrack +alias symbol:dccp_v4_do_rcv dccp_ipv4 +alias symbol:l2tp_tunnel_find_nth l2tp_core +alias symbol:nfnl_acct_put nfnetlink_acct +alias symbol:nf_ct_l4proto_put nf_conntrack +alias symbol:pnfs_generic_rw_release nfsv4 +alias symbol:ore_remove libore +alias symbol:osd_req_write_kern libosd +alias symbol:nfs_dreq_bytes_left nfs +alias symbol:ceph_auth_is_authenticated libceph +alias symbol:sas_slave_configure libsas +alias symbol:iio_buffer_init industrialio +alias symbol:iscsit_tmr_post_handler iscsi_target_mod +alias symbol:arpt_do_table arp_tables +alias symbol:br_multicast_list_adjacent bridge +alias symbol:ceph_osdc_writepages libceph +alias symbol:arpt_alloc_initial_table arp_tables +alias symbol:o2nm_node_put ocfs2_nodemanager +alias symbol:__put_mtd_device mtd +alias symbol:ip_tunnel_changelink ip_tunnel +alias symbol:__fscache_write_page fscache +alias symbol:phy_register_fixup_for_id libphy +alias symbol:phy_write_mmd_indirect libphy +alias symbol:nf_dup_ipv6 nf_dup_ipv6 +alias symbol:nf_nat_pptp_hook_inbound nf_conntrack_pptp +alias symbol:ceph_print_client_options libceph +alias symbol:iio_kfifo_free kfifo_buf +alias symbol:ceph_buffer_new libceph +alias symbol:sas_target_destroy libsas +alias symbol:dm_use_blk_mq dm_mod +alias symbol:scsi_unblock_requests scsi_mod +alias symbol:srp_rport_add scsi_transport_srp +alias symbol:ceph_osdc_alloc_messages libceph +alias symbol:bcm_phy_read_exp bcm_phy_lib +alias symbol:nf_ct_unexpect_related nf_conntrack +alias symbol:vcc_hash atm +alias symbol:xfrm4_tunnel_deregister tunnel4 +alias symbol:af_alg_free_sg af_alg +alias symbol:dm_array_get_value dm_persistent_data +alias symbol:transport_generic_free_cmd target_core_mod +alias symbol:ceph_copy_user_to_page_vector libceph +alias symbol:iscsi_host_set_param libiscsi +alias symbol:vsock_pending_work vsock +alias symbol:fc_vport_id_lookup libfc +alias symbol:iio_trigger_notify_done industrialio +alias symbol:mdiobus_unregister libphy +alias symbol:nf_ct_untracked_status_or nf_conntrack +alias symbol:__nf_ct_l4proto_find nf_conntrack +alias symbol:dm_bufio_set_minimum_buffers dm_bufio +alias symbol:xprt_set_retrans_timeout_def sunrpc +alias symbol:dccp_poll dccp +alias symbol:drbd_conn_str drbd +alias symbol:nci_core_reset nci +alias symbol:__devm_regmap_init_i2c regmap_i2c +alias symbol:iscsi_segment_seek_sg libiscsi_tcp +alias symbol:nci_send_cmd nci +alias symbol:nf_ct_frag6_gather nf_defrag_ipv6 +alias symbol:phy_device_register libphy +alias symbol:p9_client_getattr_dotl 9pnet +alias symbol:enclosure_remove_device enclosure +alias symbol:fuse_request_send_background fuse +alias symbol:sas_phy_add scsi_transport_sas +alias symbol:xt_unregister_target x_tables +alias symbol:fc_attach_transport scsi_transport_fc +alias symbol:__nand_calculate_ecc nand_ecc +alias symbol:nfs_create_rpc_client nfs +alias symbol:rds_stats_info_copy rds +alias symbol:iscsi_get_discovery_parent_name scsi_transport_iscsi +alias symbol:rpc_free_iostats sunrpc +alias symbol:iscsi_create_session scsi_transport_iscsi +alias symbol:nfc_find_se nfc +alias symbol:nvmem_device_get nvmem_core +alias symbol:alloc_can_err_skb can_dev +alias symbol:nfs_mark_client_ready nfs +alias symbol:crc_itu_t crc_itu_t +alias symbol:synproxy_net_id nf_synproxy_core +alias symbol:nfc_remove_se nfc +alias symbol:nfs_pageio_resend nfs +alias symbol:transport_kmap_data_sg target_core_mod +alias symbol:dm_bio_prison_create dm_bio_prison +alias symbol:dm_table_set_type dm_mod +alias symbol:fat_setattr fat +alias symbol:mcryptd_flusher mcryptd +alias symbol:dm_bitset_flush dm_persistent_data +alias symbol:dm_tm_commit dm_persistent_data +alias symbol:ip_vs_new_conn_out ip_vs +alias symbol:rpc_shutdown_client sunrpc +alias symbol:zs_unmap_object zsmalloc +alias symbol:transport_send_check_condition_and_sense target_core_mod +alias symbol:vsock_addr_init vsock +alias symbol:iio_triggered_buffer_predisable industrialio +alias symbol:pnfs_nfs_generic_sync nfsv4 +alias symbol:p9_is_proto_dotu 9pnet +alias symbol:garp_register_application garp +alias symbol:l2tp_session_free l2tp_core +alias symbol:osd_req_op_cls_request_data_pages libceph +alias symbol:nft_set_elem_destroy nf_tables +alias symbol:spi_populate_sync_msg scsi_transport_spi +alias symbol:ubi_leb_read_sg ubi +alias symbol:iio_convert_raw_to_processed industrialio +alias symbol:scsi_check_sense scsi_mod +alias symbol:ip_set_hostmask_map ip_set +alias symbol:ipcomp_output xfrm_ipcomp +alias symbol:__nft_release_basechain nf_tables +alias symbol:nfc_llc_start hci +alias symbol:rpc_net_ns sunrpc +alias symbol:thermal_of_cooling_device_register thermal_sys +alias symbol:fscache_check_aux fscache +alias symbol:md_reap_sync_thread md_mod +alias symbol:rpc_destroy_wait_queue sunrpc +alias symbol:nfs_fs_type nfs +alias symbol:rpc_d_lookup_sb sunrpc +alias symbol:ecryptfs_get_auth_tok_key encrypted_keys +alias symbol:sdev_evt_alloc scsi_mod +alias symbol:mpi_write_to_sgl mpi +alias symbol:scsi_ioctl scsi_mod +alias symbol:nci_prop_cmd nci +alias symbol:rpc_lookup_cred_nonblock sunrpc +alias symbol:dm_exception_store_type_unregister dm_snapshot +alias symbol:iio_triggered_buffer_postenable industrialio +alias symbol:ip6_tnl_rcv ip6_tunnel +alias symbol:iscsi_queuecommand libiscsi +alias symbol:fcoe_libfc_config libfcoe +alias symbol:fuse_sync_release fuse +alias symbol:sas_domain_attach_transport libsas +alias symbol:target_nacl_find_deve target_core_mod +alias symbol:extcon_get_property_capability extcon_core +alias symbol:sw842_compress 842_compress +alias symbol:phy_init_eee libphy +alias symbol:dm_get_reserved_rq_based_ios dm_mod +alias symbol:ocfs2_stack_glue_unregister ocfs2_stackglue +alias symbol:sas_ssp_task_response libsas +alias symbol:enclosure_component_register enclosure +alias symbol:iscsit_build_rsp_pdu iscsi_target_mod +alias symbol:nfnetlink_set_err nfnetlink +alias symbol:scsi_block_requests scsi_mod +alias symbol:scsi_is_sas_rphy scsi_transport_sas +alias symbol:vsock_remove_connected vsock +alias symbol:ceph_oid_copy libceph +alias symbol:key_type_rxrpc af_rxrpc +alias symbol:register_mtd_user mtd +alias symbol:ceph_msg_data_add_pagelist libceph +alias symbol:pnfs_generic_commit_release nfsv4 +alias symbol:rpc_rmdir sunrpc +alias symbol:cryptd_free_aead cryptd +alias symbol:mtd_blktrans_cease_background mtd_blkdevs +alias symbol:sas_domain_release_transport libsas +alias symbol:transport_init_session_tags target_core_mod +alias symbol:xt_find_jump_offset x_tables +alias symbol:synproxy_tstamp_adjust nf_synproxy_core +alias symbol:bio_clone_mddev md_mod +alias symbol:rpc_clone_client sunrpc +alias symbol:nft_meta_get_dump nft_meta +alias symbol:fscache_op_complete fscache +alias symbol:p9_client_unlinkat 9pnet +alias symbol:iscsi_post_host_event scsi_transport_iscsi +alias symbol:dm_region_hash_create dm_region_hash +alias symbol:nf_ct_deliver_cached_events nf_conntrack +alias symbol:sas_port_delete scsi_transport_sas +alias symbol:vsock_remove_sock vsock +alias symbol:__fscache_read_or_alloc_pages fscache +alias symbol:cryptd_alloc_aead cryptd +alias symbol:md_check_no_bitmap md_mod +alias symbol:dccp_disconnect dccp +alias symbol:nfs4_disable_idmapping nfs +alias symbol:rpc_count_iostats_metrics sunrpc +alias symbol:scsi_change_queue_depth scsi_mod +alias symbol:spc_emulate_inquiry_std target_core_mod +alias symbol:__fscache_wait_on_invalidate fscache +alias symbol:caif_client_register_refcnt caif +alias symbol:gre_parse_header gre +alias symbol:ceph_con_close libceph +alias symbol:dm_rh_stop_recovery dm_region_hash +alias symbol:xfrm_aead_get_byname xfrm_algo +alias symbol:iscsi_boot_destroy_kset iscsi_boot_sysfs +alias symbol:llc_build_and_send_ui_pkt llc +alias symbol:nvmem_cell_read nvmem_core +alias symbol:sas_change_queue_depth libsas +alias symbol:lowpan_register_netdevice 6lowpan +alias symbol:devm_extcon_dev_allocate extcon_core +alias symbol:hsi_alloc_msg hsi +alias symbol:zs_map_object zsmalloc +alias symbol:cfpkt_add_head caif +alias symbol:dm_table_event dm_mod +alias symbol:loop_register_transfer loop +alias symbol:enclosure_unregister enclosure +alias symbol:hsi_register_client_driver hsi +alias symbol:nfs_request_add_commit_list_locked nfs +alias symbol:qtree_release_dquot quota_tree +alias symbol:l2tp_session_find_by_ifname l2tp_core +alias symbol:md_finish_reshape md_mod +alias symbol:ovs_netdev_detach_dev openvswitch +alias symbol:slhc_init slhc +alias symbol:iscsi_block_session scsi_transport_iscsi +alias symbol:dm_rh_recovery_in_flight dm_region_hash +alias symbol:iscsi_recv_pdu scsi_transport_iscsi +alias symbol:nfs_dentry_operations nfs +alias symbol:svc_unreg_xprt_class sunrpc +alias symbol:md_stop_writes md_mod +alias symbol:register_nfs_version nfs +alias symbol:sas_port_alloc scsi_transport_sas +alias symbol:dm_array_del dm_persistent_data +alias symbol:gf128mul_64k_bbe gf128mul +alias symbol:ife_check_meta_u32 act_ife +alias symbol:iscsi_destroy_conn scsi_transport_iscsi +alias symbol:osd_req_decode_sense_full libosd +alias symbol:dm_bufio_mark_buffer_dirty dm_bufio +alias symbol:nf_conntrack_broadcast_help nf_conntrack_broadcast +alias symbol:__nf_ct_refresh_acct nf_conntrack +alias symbol:ceph_put_snap_context libceph +alias symbol:nf_conntrack_unregister_notifier nf_conntrack +alias symbol:nfnetlink_subsys_register nfnetlink +alias symbol:rds_inc_put rds +alias symbol:iscsi_suspend_tx libiscsi +alias symbol:vcc_process_recv_queue atm +alias symbol:rsa_parse_priv_key rsa_generic +alias symbol:sas_suspend_ha libsas +alias symbol:swphy_validate_state libphy +alias symbol:xt_check_entry_offsets x_tables +alias symbol:ceph_client_addr libceph +alias symbol:iscsi_boot_create_initiator iscsi_boot_sysfs +alias symbol:nvmem_unregister nvmem_core +alias symbol:phy_init_hw libphy +alias symbol:pnfs_generic_pg_test nfsv4 +alias symbol:raid_class_attach raid_class +alias symbol:scsi_sd_pm_domain scsi_mod +alias symbol:iscsi_remove_session scsi_transport_iscsi +alias symbol:mtd_read mtd +alias symbol:put_nfs_open_context nfs +alias symbol:nf_ct_extend_register nf_conntrack +alias symbol:register_cdrom cdrom +alias symbol:dm_rh_flush dm_region_hash +alias symbol:sas_rphy_delete scsi_transport_sas +alias symbol:nf_ct_l3proto_try_module_get nf_conntrack +alias symbol:scsi_mode_sense scsi_mod +alias symbol:ipt_register_table ip_tables +alias symbol:phy_resume libphy +alias symbol:iscsit_aborted_task iscsi_target_mod +alias symbol:spi_display_xfer_agreement scsi_transport_spi +alias symbol:fuse_conn_put fuse +alias symbol:nf_ct_port_tuple_to_nlattr nf_conntrack +alias symbol:nfs_request_remove_commit_list nfs +alias symbol:sprint_OID oid_registry +alias symbol:nfc_hci_unregister_device hci +alias symbol:dccp_feat_nn_get dccp +alias symbol:team_modeop_port_change_dev_addr team +alias symbol:ceph_compare_options libceph +alias symbol:iio_validate_scan_mask_onehot industrialio +alias symbol:ip_vs_conn_put ip_vs +alias symbol:nf_ct_gre_keymap_add nf_conntrack_proto_gre +alias symbol:qtree_entry_unused quota_tree +alias symbol:iscsit_logout_post_handler iscsi_target_mod +alias symbol:nfs_generic_pg_test nfs +alias symbol:addrconf_add_linklocal ipv6 +alias symbol:xprt_set_retrans_timeout_rtt sunrpc +alias symbol:l2tp_session_queue_purge l2tp_core +alias symbol:nf_send_reset nf_reject_ipv4 +alias symbol:xdr_buf_read_netobj sunrpc +alias symbol:ceph_parse_ips libceph +alias symbol:dm_deferred_entry_inc dm_bio_prison +alias symbol:fou_encap_hlen fou +alias symbol:nf_ct_expect_put nf_conntrack +alias symbol:target_depend_item target_core_mod +alias symbol:cryptd_ahash_child cryptd +alias symbol:xfrm6_prepare_output ipv6 +alias symbol:bitmap_close_sync md_mod +alias symbol:fscache_add_cache fscache +alias symbol:rds_conn_create_outgoing rds +alias symbol:xprt_unregister_transport sunrpc +alias symbol:ceph_put_page_vector libceph +alias symbol:ovs_vport_ops_unregister openvswitch +alias symbol:ore_get_io_state libore +alias symbol:dm_bm_set_read_only dm_persistent_data +alias symbol:wpan_phy_unregister ieee802154 +alias symbol:gss_mech_get auth_rpcgss +alias symbol:phy_drivers_unregister libphy +alias symbol:fcoe_check_wait_queue libfcoe +alias symbol:nft_reject_policy nft_reject +alias symbol:target_put_sess_cmd target_core_mod +alias symbol:ceph_caps_for_mode libceph +alias symbol:dm_cache_policy_get_version dm_cache +alias symbol:ip_vs_conn_out_get_proto ip_vs +alias symbol:lc_get lru_cache +alias symbol:rds_trans_unregister rds +alias symbol:fscrypt_fname_free_buffer fscrypto +alias symbol:nfs_probe_fsinfo nfs +alias symbol:i2c_master_send i2c_core +alias symbol:mtd_pairing_groups mtd +alias symbol:iscsi_conn_stop libiscsi +alias symbol:udp_tunnel_xmit_skb udp_tunnel +alias symbol:del_mtd_blktrans_dev mtd_blkdevs +alias symbol:pnfs_set_lo_fail nfsv4 +alias symbol:recover_lost_locks nfs +alias symbol:unregister_sound_special soundcore +alias symbol:iscsi_boot_create_host_kset iscsi_boot_sysfs +alias symbol:auth_domain_find sunrpc +alias symbol:scsi_host_put scsi_mod +alias symbol:dm_rh_recovery_start dm_region_hash +alias symbol:extcon_sync extcon_core +alias symbol:g_verify_token_header auth_rpcgss +alias symbol:unregister_mtd_chip_driver chipreg +alias symbol:crypto_sha256_update sha256_generic +alias symbol:o2hb_setup_callback ocfs2_nodemanager +alias symbol:asn1_ber_decoder asn1_decoder +alias symbol:bch_btree_keys_alloc bcache +alias symbol:fc_exch_mgr_alloc libfc +alias symbol:nfs_pageio_init_read nfs +alias symbol:layoutstats_timer nfsv4 +alias symbol:mdiobus_unregister_device libphy +alias symbol:core_tpg_check_initiator_node_acl target_core_mod +alias symbol:rpc_killall_tasks sunrpc +alias symbol:svc_xprt_init sunrpc +alias symbol:dm_bio_prison_free_cell dm_bio_prison +alias symbol:ceph_cls_lock libceph +alias symbol:ocfs2_dlm_lvb_valid ocfs2_stackglue +alias symbol:iscsit_add_reject iscsi_target_mod +alias symbol:md_integrity_add_rdev md_mod +alias symbol:rpcauth_unregister sunrpc +alias symbol:bch_btree_keys_free bcache +alias symbol:nfc_alloc_recv_skb nfc +alias symbol:genphy_setup_forced libphy +alias symbol:pstore_cannot_block_path pstore +alias symbol:sas_bios_param libsas +alias symbol:fat_scan fat +alias symbol:iscsi_create_flashnode_conn scsi_transport_iscsi +alias symbol:bch_btree_sort_lazy bcache +alias symbol:osd_req_op_xattr_init libceph +alias symbol:ovs_vport_deferred_free openvswitch +alias symbol:rxrpc_kernel_recv_data af_rxrpc +alias symbol:lc_element_by_index lru_cache +alias symbol:o2nm_this_node ocfs2_nodemanager +alias symbol:register_mtd_chip_driver chipreg +alias symbol:iscsi_boot_create_acpitbl iscsi_boot_sysfs +alias symbol:scsi_host_lookup scsi_mod +alias symbol:dm_btree_find_lowest_key dm_persistent_data +alias symbol:nfc_add_se nfc +alias symbol:fc_eh_device_reset libfc +alias symbol:p9_error_init 9pnet +alias symbol:nf_ct_expect_find_get nf_conntrack +alias symbol:scsi_register scsi_mod +alias symbol:svc_auth_register sunrpc +alias symbol:ip_set_get_ip6_port ip_set +alias symbol:ip_vs_nfct_expect_related ip_vs +alias symbol:iscsi_pool_init libiscsi +alias symbol:nand_correct_data nand_ecc +alias symbol:rpc_cap_max_reconnect_timeout sunrpc +alias symbol:fc_linkdown libfc +alias symbol:mddev_init md_mod +alias symbol:rpcauth_key_timeout_notify sunrpc +alias symbol:sunrpc_cache_update sunrpc +alias symbol:ceph_osdc_watch libceph +alias symbol:af_alg_accept af_alg +alias symbol:can_ioctl can +alias symbol:dm_bufio_write_dirty_buffers dm_bufio +alias symbol:nft_dump_register nf_tables +alias symbol:ceph_free_lockers libceph +alias symbol:lapb_connect_request lapb +alias symbol:fc_rport_terminate_io libfc +alias symbol:svc_recv sunrpc +alias symbol:iscsi_session_event scsi_transport_iscsi +alias symbol:nfs4_pnfs_ds_put nfsv4 +alias symbol:ceph_msgr_exit libceph +alias symbol:fc_frame_crc_check libfc +alias symbol:iio_channel_release_all industrialio +alias symbol:ip_set_get_ip_port ip_set +alias symbol:iscsi_destroy_flashnode_sess scsi_transport_iscsi +alias symbol:target_submit_cmd target_core_mod +alias symbol:ip_tunnel_uninit ip_tunnel +alias symbol:devm_iio_device_match industrialio +alias symbol:init_cdrom_command cdrom +alias symbol:mdiobus_read_nested libphy +alias symbol:nfc_unregister_device nfc +alias symbol:pnfs_generic_pg_init_read nfsv4 +alias symbol:iio_write_channel_raw industrialio +alias symbol:mtd_unlock mtd +alias symbol:rpc_put_task sunrpc +alias symbol:o2nm_node_get ocfs2_nodemanager +alias symbol:pn_sock_hash phonet +alias symbol:xt_tee_enabled x_tables +alias symbol:ceph_create_snap_context libceph +alias symbol:dccp_hashinfo dccp +alias symbol:nft_set_gc_batch_release nf_tables +alias symbol:iio_device_release_direct_mode industrialio +alias symbol:synproxy_build_options nf_synproxy_core +alias symbol:g_attr_logical_length libore +alias symbol:fc_fabric_logoff libfc +alias symbol:gf128mul_lle gf128mul +alias symbol:ipv6_chk_custom_prefix ipv6 +alias symbol:osd_req_list_dev_partitions libosd +alias symbol:dlm_errname ocfs2_dlm +alias symbol:ip6_err_gen_icmpv6_unreach ipv6 +alias symbol:iscsi_session_recovery_timedout libiscsi +alias symbol:p9_client_renameat 9pnet +alias symbol:nfs4_init_ds_session nfsv4 +alias symbol:unix_domain_find sunrpc +alias symbol:lc_destroy lru_cache +alias symbol:ceph_osdc_call libceph +alias symbol:ip6_frag_init ipv6 +alias symbol:md_new_event md_mod +alias symbol:sas_rphy_free scsi_transport_sas +alias symbol:ubi_flush ubi +alias symbol:auth_domain_lookup sunrpc +alias symbol:cache_create_net sunrpc +alias symbol:fscache_withdraw_cache fscache +alias symbol:csum_partial_copy_to_xdr sunrpc +alias symbol:rds_trans_register rds +alias symbol:md_cluster_ops md_mod +alias symbol:nci_allocate_device nci +alias symbol:osduld_info_lookup osd +alias symbol:rpc_wake_up_first sunrpc +alias symbol:devm_iio_channel_release industrialio +alias symbol:xdr_buf_trim sunrpc +alias symbol:rpc_release_client sunrpc +alias symbol:fc_exch_mgr_list_clone libfc +alias symbol:nvmem_device_cell_read nvmem_core +alias symbol:pn_sock_unhash phonet +alias symbol:rsa_parse_pub_key rsa_generic +alias symbol:target_execute_cmd target_core_mod +alias symbol:rpcauth_stringify_acceptor sunrpc +alias symbol:ceph_monc_get_version libceph +alias symbol:lc_index_of lru_cache +alias symbol:transport_register_session target_core_mod +alias symbol:nf_conntrack_register_notifier nf_conntrack +alias symbol:nvmem_device_cell_write nvmem_core +alias symbol:ore_check_io libore +alias symbol:phonet_proto_unregister phonet +alias symbol:pnfs_register_layoutdriver nfsv4 +alias symbol:scsi_add_host_with_dma scsi_mod +alias symbol:gre_add_protocol gre +alias symbol:iscsi_tcp_recv_skb libiscsi_tcp +alias symbol:nf_defrag_ipv6_enable nf_defrag_ipv6 +alias symbol:dm_accept_partial_bio dm_mod +alias symbol:phy_set_max_speed libphy +alias symbol:iscsi_switch_str_param libiscsi +alias symbol:nfs_pgio_header_free nfs +alias symbol:devm_iio_channel_get industrialio +alias symbol:qword_addhex sunrpc +alias symbol:iio_channel_cb_get_channels industrialio_buffer_cb +alias symbol:thermal_cooling_device_unregister thermal_sys +alias symbol:nfs_clear_inode nfs +alias symbol:fc_elsct_send libfc +alias symbol:nfs_initiate_commit nfs +alias symbol:ubi_do_get_device_info ubi +alias symbol:ceph_oloc_copy libceph +alias symbol:nf_ct_expect_related_report nf_conntrack +alias symbol:nfs_umount_begin nfs +alias symbol:srp_release_transport scsi_transport_srp +alias symbol:dlm_errmsg ocfs2_dlm +alias symbol:nf_ct_kill_acct nf_conntrack +alias symbol:vsock_enqueue_accept vsock +alias symbol:nft_data_uninit nf_tables +alias symbol:scsi_eh_finish_cmd scsi_mod +alias symbol:xt_check_match x_tables +alias symbol:ip_tunnel_encap_add_ops ip_tunnel +alias symbol:phy_device_free libphy +alias symbol:scsi_sanitize_inquiry_string scsi_mod +alias symbol:phonet_stream_ops phonet +alias symbol:phy_ethtool_get_eee libphy +alias symbol:rpc_put_sb_net sunrpc +alias symbol:sas_target_alloc libsas +alias symbol:ip6t_alloc_initial_table ip6_tables +alias symbol:ife_encode_meta_u32 act_ife +alias symbol:ore_truncate libore +alias symbol:fat_add_entries fat +alias symbol:iscsi_conn_login_event scsi_transport_iscsi +alias symbol:nand_check_erased_ecc_chunk nand +alias symbol:pnfs_generic_prepare_to_resend_writes nfsv4 +alias symbol:__ip_tunnel_change_mtu ip_tunnel +alias symbol:dm_rh_delay dm_region_hash +alias symbol:iscsi_is_session_online scsi_transport_iscsi +alias symbol:nci_hci_open_pipe nci +alias symbol:nf_nat_pptp_hook_exp_gre nf_conntrack_pptp +alias symbol:nf_nat_ipv4_in nf_nat_ipv4 +alias symbol:iscsi_tcp_r2tpool_alloc libiscsi_tcp +alias symbol:ocfs2_cluster_disconnect ocfs2_stackglue +alias symbol:nfsd_debug sunrpc +alias symbol:bitmap_resize md_mod +alias symbol:nft_meta_set_dump nft_meta +alias symbol:ubi_is_mapped ubi +alias symbol:ceph_calc_file_object_mapping libceph +alias symbol:target_register_template target_core_mod +alias symbol:dm_bio_prison_alloc_cell dm_bio_prison +alias symbol:mdio_driver_unregister libphy +alias symbol:starget_for_each_device scsi_mod +alias symbol:ip_vs_get_debug_level ip_vs +alias symbol:svc_find_xprt sunrpc +alias symbol:bcm_phy_config_intr bcm_phy_lib +alias symbol:dm_array_cursor_end dm_persistent_data +alias symbol:nand_release nand +alias symbol:nf_nat_need_gre nf_nat_proto_gre +alias symbol:xdr_decode_netobj sunrpc +alias symbol:fcoe_get_paged_crc_eof libfcoe +alias symbol:iscsi_find_flashnode_conn scsi_transport_iscsi +alias symbol:xdr_encode_opaque_fixed sunrpc +alias symbol:xt_register_target x_tables +alias symbol:nf_nat_masquerade_ipv4 nf_nat_masquerade_ipv4 +alias symbol:devm_iio_channel_release_all industrialio +alias symbol:nft_register_chain_type nf_tables +alias symbol:scsi_sense_desc_find scsi_mod +alias symbol:i2c_smbus_read_byte_data i2c_core +alias symbol:ipcomp_input xfrm_ipcomp +alias symbol:l2tp_session_set_header_len l2tp_core +alias symbol:nft_masq_init nft_masq +alias symbol:loop_unregister_transfer loop +alias symbol:phy_ethtool_ksettings_get libphy +alias symbol:nand_flash_ids nand_ids +alias symbol:nfc_hci_get_param hci +alias symbol:iio_get_time_ns industrialio +alias symbol:inet6_bind ipv6 +alias symbol:rds_message_unmapped rds +alias symbol:target_setup_cmd_from_cdb target_core_mod +alias symbol:iio_str_to_fixpoint industrialio +alias symbol:send_implementation_id nfs +alias symbol:scsi_partsize scsi_mod +alias symbol:dm_array_resize dm_persistent_data +alias symbol:nfs4_client_id_uniquifier nfs +alias symbol:vsock_find_connected_socket vsock +alias symbol:iscsit_stop_dataout_timer iscsi_target_mod +alias symbol:phy_ethtool_set_eee libphy +alias symbol:nfs_pageio_reset_write_mds nfs +alias symbol:devm_iio_kfifo_free kfifo_buf +alias symbol:nfs_generic_pgio nfs +alias symbol:uio_event_notify uio +alias symbol:dm_dirty_log_destroy dm_log +alias symbol:garp_init_applicant garp +alias symbol:ieee802154_register_hw mac802154 +alias symbol:can_proto_register can +alias symbol:nfs_fattr_init nfs +alias symbol:osd_req_flush_collection libosd +alias symbol:vcc_sklist_lock atm +alias symbol:nf_conntrack_helpers_register nf_conntrack +alias symbol:nf_nat_icmp_reply_translation nf_nat_ipv4 +alias symbol:xt_alloc_table_info x_tables +alias symbol:nft_trace_enabled nf_tables +alias symbol:xprt_free sunrpc +alias symbol:iscsit_setup_scsi_cmd iscsi_target_mod +alias symbol:thermal_zone_get_temp thermal_sys +alias symbol:map_destroy chipreg +alias symbol:pps_event pps_core +alias symbol:nf_ct_alloc_hashtable nf_conntrack +alias symbol:nfs_wb_all nfs +alias symbol:devm_iio_trigger_alloc industrialio +alias symbol:fc_exch_mgr_free libfc +alias symbol:bitmap_start_sync md_mod +alias symbol:iio_device_unregister industrialio +alias symbol:ceph_copy_to_page_vector libceph +alias symbol:ceph_pagelist_reserve libceph +alias symbol:fc_lport_iterate libfc +alias symbol:srp_reconnect_rport scsi_transport_srp +alias symbol:udp_tunnel_sock_release udp_tunnel +alias symbol:atm_pcr_goal atm +alias symbol:iio_channel_get industrialio +alias symbol:iscsi_update_cmdsn libiscsi +alias symbol:i2c_del_driver i2c_core +alias symbol:ipv6_opt_accepted ipv6 +alias symbol:svc_create sunrpc +alias symbol:thermal_zone_get_offset thermal_sys +alias symbol:pnfs_destroy_layout nfsv4 +alias symbol:devm_hwrng_register rng_core +alias symbol:g_make_token_header auth_rpcgss +alias symbol:nlmsvc_ops lockd +alias symbol:sas_eh_abort_handler libsas +alias symbol:nfs_init_client nfs +alias symbol:nfs_pgio_header_alloc nfs +alias symbol:iscsi_itt_to_ctask libiscsi +alias symbol:mtd_write_user_prot_reg mtd +alias symbol:rds_stats rds +alias symbol:ceph_osdc_notify libceph +alias symbol:nci_req_complete nci +alias symbol:p9_client_walk 9pnet +alias symbol:scsi_set_medium_removal scsi_mod +alias symbol:mtd_block_isbad mtd +alias symbol:nft_reject_dump nft_reject +alias symbol:dm_table_get_size dm_mod +alias symbol:fc_get_host_stats libfc +alias symbol:opens_in_grace grace +alias symbol:ip6t_register_table ip6_tables +alias symbol:md_check_recovery md_mod +alias symbol:iio_alloc_pollfunc industrialio +alias symbol:iscsi_target_alloc libiscsi +alias symbol:iscsi_tcp_segment_unmap libiscsi_tcp +alias symbol:nfs_commitdata_alloc nfs +alias symbol:sas_rphy_add scsi_transport_sas +alias symbol:ipv6_fixup_options ipv6 +alias symbol:mpi_powm mpi +alias symbol:dm_cache_policy_register dm_cache +alias symbol:vsock_remove_pending vsock +alias symbol:garp_request_join garp +alias symbol:ceph_osdc_alloc_request libceph +alias symbol:ceph_pagelist_free_reserve libceph +alias symbol:o2hb_register_callback ocfs2_nodemanager +alias symbol:osd_req_op_cls_request_data_pagelist libceph +alias symbol:swphy_read_reg libphy +alias symbol:synproxy_options_size nf_synproxy_core +alias symbol:ceph_pagelist_set_cursor libceph +alias symbol:nfs_sops nfs +alias symbol:rpc_pipefs_notifier_register sunrpc +alias symbol:scsi_internal_device_unblock scsi_mod +alias symbol:bch_bset_sort_state_init bcache +alias symbol:caif_free_client caif +alias symbol:ipv6_sock_mc_drop ipv6 +alias symbol:nfs4_mark_deviceid_unavailable nfsv4 +alias symbol:nft_af_ipv4 nf_tables_ipv4 +alias symbol:fcoe_get_lesb libfcoe +alias symbol:hsi_board_list hsi +alias symbol:inet_dccp_listen dccp +alias symbol:fscrypt_decrypt_page fscrypto +alias symbol:phy_ethtool_ksettings_set libphy +alias symbol:osd_execute_request_async libosd +alias symbol:phy_attached_print libphy +alias symbol:iscsi_put_task libiscsi +alias symbol:sw842_decompress 842_decompress +alias symbol:config_item_set_name configfs +alias symbol:nfs_file_read nfs +alias symbol:nfsiod_workqueue nfs +alias symbol:p9_client_xattrcreate 9pnet +alias symbol:passthrough_parse_cdb target_core_mod +alias symbol:dm_bitset_resize dm_persistent_data +alias symbol:nfs_alloc_client nfs +alias symbol:phy_driver_unregister libphy +alias symbol:rpc_protocol sunrpc +alias symbol:ip_tunnel_rcv ip_tunnel +alias symbol:team_option_inst_set_change team +alias symbol:__scsi_device_lookup_by_target scsi_mod +alias symbol:fscrypt_free_filename fscrypto +alias symbol:dm_array_walk dm_persistent_data +alias symbol:iscsit_check_dataout_payload iscsi_target_mod +alias symbol:ceph_release_page_vector libceph +alias symbol:hsi_register_port_event hsi +alias symbol:nf_conntrack_find_get nf_conntrack +alias symbol:libceph_compatible libceph +alias symbol:atalk_find_dev_addr appletalk +alias symbol:bch_btree_iter_next bcache +alias symbol:iscsi_boot_create_ethernet iscsi_boot_sysfs +alias symbol:xfrm6_rcv_tnl ipv6 +alias symbol:nfc_class nfc +alias symbol:raid_component_add raid_class +alias symbol:rpc_bind_new_program sunrpc +alias symbol:ceph_str_hash_name libceph +alias symbol:ip_tunnel_init_net ip_tunnel +alias symbol:transport_handle_cdb_direct target_core_mod +alias symbol:ip6_tnl_xmit ip6_tunnel +alias symbol:p9_client_begin_disconnect 9pnet +alias symbol:xprt_wait_for_buffer_space sunrpc +alias symbol:nci_hci_set_param nci +alias symbol:osd_req_op_extent_dup_last libceph +alias symbol:__fscache_alloc_page fscache +alias symbol:drbd_set_st_err_str drbd +alias symbol:nfc_send_to_raw_sock nfc +alias symbol:pnfs_error_mark_layout_for_return nfsv4 +alias symbol:nfs_free_server nfs +alias symbol:nfs_invalidate_atime nfs +alias symbol:rpcauth_create sunrpc +alias symbol:nfs41_sequence_done nfsv4 +alias symbol:register_mtd_blktrans mtd_blkdevs +alias symbol:ip6_tnl_get_link_net ip6_tunnel +alias symbol:ip_tunnel_xmit ip_tunnel +alias symbol:scsi_device_put scsi_mod +alias symbol:nfs_file_fsync nfs +alias symbol:llc_remove_pack llc +alias symbol:iscsi_unregister_transport scsi_transport_iscsi +alias symbol:scsi_device_from_queue scsi_mod +alias symbol:spi_populate_ppr_msg scsi_transport_spi +alias symbol:__udp6_lib_lookup ipv6 +alias symbol:ct_sip_parse_header_uri nf_conntrack_sip +alias symbol:register_candev can_dev +alias symbol:scsi_register_interface scsi_mod +alias symbol:bch_bkey_try_merge bcache +alias symbol:dccp_v4_send_check dccp_ipv4 +alias symbol:dm_cell_visit_release dm_bio_prison +alias symbol:rpc_init_wait_queue sunrpc +alias symbol:dlm_posix_lock dlm +alias symbol:nfs_zap_acl_cache nfs +alias symbol:svc_pool_map sunrpc +alias symbol:qtree_get_next_id quota_tree +alias symbol:mpi_cmp mpi +alias symbol:register_sound_special soundcore +alias symbol:scsi_cmd_get_serial scsi_mod +alias symbol:oslec_flush echo +alias symbol:sctp_transport_lookup_process sctp +alias symbol:nand_get_default_data_interface nand +alias symbol:fc_slave_alloc libfc +alias symbol:ipcomp_init_state xfrm_ipcomp +alias symbol:dm_bufio_write_dirty_buffers_async dm_bufio +alias symbol:ceph_osdc_flush_notifies libceph +alias symbol:dm_mq_kick_requeue_list dm_mod +alias symbol:target_show_dynamic_sessions target_core_mod +alias symbol:ceph_osdc_list_watchers libceph +alias symbol:mtd_read_oob mtd +alias symbol:nf_nat_l4proto_in_range nf_nat +alias symbol:__fat_fs_error fat +alias symbol:nfs_flock nfs +alias symbol:phy_stop libphy +alias symbol:fc_elsct_init libfc +alias symbol:iscsi_segment_init_linear libiscsi_tcp +alias symbol:l2tp_session_create l2tp_core +alias symbol:scsi_scan_target scsi_mod +alias symbol:devm_iio_trigger_unregister industrialio +alias symbol:lc_put lru_cache +alias symbol:nfnetlink_parse_nat_setup_hook nf_conntrack +alias symbol:nfs_set_sb_security nfs +alias symbol:sctp_for_each_endpoint sctp +alias symbol:svc_proc_register sunrpc +alias symbol:lc_committed lru_cache +alias symbol:ife_tlv_meta_encode act_ife +alias symbol:lockd_up lockd +alias symbol:phy_print_status libphy +alias symbol:nfs_submount nfs +alias symbol:sbc_dif_copy_prot target_core_mod +alias symbol:devm_nvmem_device_put nvmem_core +alias symbol:dm_bm_write_lock dm_persistent_data +alias symbol:fat_alloc_new_dir fat +alias symbol:svc_auth_unregister sunrpc +alias symbol:__scsi_print_sense scsi_mod +alias symbol:cfcnfg_add_phy_layer caif +alias symbol:mtd_concat_destroy mtd +alias symbol:nft_register_expr nf_tables +alias symbol:strp_init strparser +alias symbol:_pnfs_return_layout nfsv4 +alias symbol:sas_phy_free scsi_transport_sas +alias symbol:devm_iio_triggered_buffer_setup industrialio_triggered_buffer +alias symbol:hsi_unregister_port_event hsi +alias symbol:iscsi_destroy_session scsi_transport_iscsi +alias symbol:nci_core_init nci +alias symbol:ubi_leb_unmap ubi +alias symbol:nfs_drop_inode nfs +alias symbol:nft_redir_init nft_redir +alias symbol:pnfs_generic_scan_commit_lists nfsv4 +alias symbol:ipv6_recv_error ipv6 +alias symbol:twofish_dec_blk twofish_x86_64 +alias symbol:svc_xprt_names sunrpc +alias symbol:osd_sec_init_nosec_doall_caps libosd +alias symbol:closure_sub bcache +alias symbol:xdr_decode_word sunrpc +alias symbol:ceph_osdc_start_request libceph +alias symbol:fuse_put_request fuse +alias symbol:nfs_debug sunrpc +alias symbol:enclosure_for_each_device enclosure +alias symbol:nf_ct_helper_log nf_conntrack +alias symbol:fscrypt_encrypt_page fscrypto +alias symbol:fc_host_post_vendor_event scsi_transport_fc +alias symbol:nf_ip6_checksum ipv6 +alias symbol:scsi_eh_flush_done_q scsi_mod +alias symbol:mtd_table_mutex mtd +alias symbol:caif_disconnect_client caif +alias symbol:o2hb_check_node_heartbeating_no_sem ocfs2_nodemanager +alias symbol:cdrom_get_last_written cdrom +alias symbol:configfs_register_subsystem configfs +alias symbol:bch_btree_sort_partial bcache +alias symbol:ip_set_put_byindex ip_set +alias symbol:dm_bufio_prefetch dm_bufio +alias symbol:iscsit_process_scsi_cmd iscsi_target_mod +alias symbol:__nf_ct_ext_destroy nf_conntrack +alias symbol:raid_class_release raid_class +alias symbol:nfs4_schedule_lease_recovery nfsv4 +alias symbol:ppp_output_wakeup ppp_generic +alias symbol:ceph_pagelist_append libceph +alias symbol:ip6_route_me_harder ipv6 +alias symbol:xdr_skb_read_bits sunrpc +alias symbol:ip_vs_conn_in_get_proto ip_vs +alias symbol:scsi_target_resume scsi_mod +alias symbol:cfpkt_extr_head caif +alias symbol:mtd_erase_callback mtd +alias symbol:o2nm_configured_node_map ocfs2_nodemanager +alias symbol:xprt_lock_and_alloc_slot sunrpc +alias symbol:dm_read_arg dm_mod +alias symbol:nf_ct_expect_register_notifier nf_conntrack +alias symbol:srp_stop_rport_timers scsi_transport_srp +alias symbol:__fscache_unregister_netfs fscache +alias symbol:dm_block_manager_destroy dm_persistent_data +alias symbol:phy_find_first libphy +alias symbol:i2c_transfer i2c_core +alias symbol:cfpkt_fromnative caif +alias symbol:llc_sap_list llc +alias symbol:scsi_register_driver scsi_mod +alias symbol:o2net_send_message_vec ocfs2_nodemanager +alias symbol:ceph_pagelist_truncate libceph +alias symbol:iscsi_eh_device_reset libiscsi +alias symbol:lc_find lru_cache +alias symbol:llc_sap_close llc +alias symbol:nf_ct_l3proto_find_get nf_conntrack +alias symbol:nfs_file_release nfs +alias symbol:ip6t_do_table ip6_tables +alias symbol:wpan_phy_find ieee802154 +alias symbol:dccp_rcv_established dccp +alias symbol:iio_pollfunc_store_time industrialio +alias symbol:inet6_unregister_protosw ipv6 +alias symbol:iscsi_destroy_endpoint scsi_transport_iscsi +alias symbol:deregister_mtd_blktrans mtd_blkdevs +alias symbol:nfs_fs_mount_common nfs +alias symbol:spi_populate_tag_msg scsi_transport_spi +alias symbol:iscsi_verify_itt libiscsi +alias symbol:__nf_ct_expect_find nf_conntrack +alias symbol:iscsi_conn_start libiscsi +alias symbol:fcoe_transport_detach libfcoe +alias symbol:cn_netlink_send cn +alias symbol:dm_internal_suspend_fast dm_mod +alias symbol:rpc_remove_pipe_dir_object sunrpc +alias symbol:__scsi_format_command scsi_mod +alias symbol:phy_drivers_register libphy +alias symbol:ebt_do_table ebtables +alias symbol:mtd_is_locked mtd +alias symbol:iio_device_claim_direct_mode industrialio +alias symbol:extcon_set_property_sync extcon_core +alias symbol:br_multicast_has_querier_adjacent bridge +alias symbol:ip6_push_pending_frames ipv6 +alias symbol:fcoe_ctlr_device_add libfcoe +alias symbol:xdr_process_buf sunrpc +alias symbol:cdrom_open cdrom +alias symbol:ip_set_netmask_map ip_set +alias symbol:ore_get_rw_state libore +alias symbol:rpcauth_get_pseudoflavor sunrpc +alias symbol:iscsit_release_cmd iscsi_target_mod +alias symbol:br_forward_finish bridge +alias symbol:p9_client_getlock_dotl 9pnet +alias symbol:pstore_unregister pstore +alias symbol:fscache_mark_page_cached fscache +alias symbol:svc_alien_sock sunrpc +alias symbol:md_rdev_init md_mod +alias symbol:rds_message_put rds +alias symbol:xfrm_probe_algs xfrm_algo +alias symbol:fat_remove_entries fat +alias symbol:gf128mul_bbe gf128mul +alias symbol:sas_rphy_remove scsi_transport_sas +alias symbol:configfs_unregister_group configfs +alias symbol:nft_unregister_expr nf_tables +alias symbol:o2net_fill_node_map ocfs2_nodemanager +alias symbol:phy_device_remove libphy +alias symbol:nfc_se_connectivity nfc +alias symbol:rpc_max_bc_payload sunrpc +alias symbol:iscsit_process_text_cmd iscsi_target_mod +alias symbol:nf_ct_port_nlattr_to_tuple nf_conntrack +alias symbol:xdr_init_encode sunrpc +alias symbol:dm_bufio_get dm_bufio +alias symbol:ceph_monc_do_statfs libceph +alias symbol:dm_bm_set_read_write dm_persistent_data +alias symbol:rpc_update_rtt sunrpc +alias symbol:sdev_enable_disk_events scsi_mod +alias symbol:gf128mul_init_64k_lle gf128mul +alias symbol:iio_trigger_using_own industrialio +alias symbol:o2hb_get_all_regions ocfs2_nodemanager +alias symbol:p9_idpool_create 9pnet +alias symbol:sas_register_ha libsas +alias symbol:dm_deferred_set_destroy dm_bio_prison +alias symbol:mtd_ooblayout_free mtd +alias symbol:bcm_phy_write_misc bcm_phy_lib +alias symbol:vxlan_dev_create vxlan +alias symbol:__uio_register_device uio +alias symbol:p9_client_statfs 9pnet +alias symbol:rds_info_copy rds +alias symbol:ceph_oloc_destroy libceph +alias symbol:dm_btree_cursor_end dm_persistent_data +alias symbol:nfs_setattr nfs +alias symbol:sas_alloc_slow_task libsas +alias symbol:dm_bufio_get_aux_data dm_bufio +alias symbol:nfc_tm_deactivated nfc +alias symbol:xprt_alloc sunrpc +alias symbol:fl6_update_dst ipv6 +alias symbol:xt_copy_counters_from_user x_tables +alias symbol:osd_req_list_partition_collections libosd +alias symbol:sas_port_mark_backlink scsi_transport_sas +alias symbol:sunrpc_init_cache_detail sunrpc +alias symbol:dm_array_cursor_get_value dm_persistent_data +alias symbol:nand_wait_ready nand +alias symbol:dm_cell_release dm_bio_prison +alias symbol:fc_set_rport_loss_tmo libfc +alias symbol:fscache_fsdef_index fscache +alias symbol:lowpan_unregister_netdev 6lowpan +alias symbol:dm_dirty_log_create dm_log +alias symbol:nfs_auth_info_match nfs +alias symbol:scsi_execute scsi_mod +alias symbol:dm_tm_destroy dm_persistent_data +alias symbol:nci_hci_clear_all_pipes nci +alias symbol:rpc_localaddr sunrpc +alias symbol:nand_ooblayout_lp_ops nand +alias symbol:scsi_get_sense_info_fld scsi_mod +alias symbol:scsi_device_lookup_by_target scsi_mod +alias symbol:fixed_phy_unregister fixed_phy +alias symbol:iio_trigger_generic_data_rdy_poll industrialio +alias symbol:nf_nat_l4proto_register nf_nat +alias symbol:nfs_permission nfs +alias symbol:md_reload_sb md_mod +alias symbol:pnfs_ld_read_done nfsv4 +alias symbol:devlink_register devlink +alias symbol:genphy_restart_aneg libphy +alias symbol:ip6_datagram_send_ctl ipv6 +alias symbol:nf_br_ops bridge +alias symbol:unregister_candev can_dev +alias symbol:xprt_reserve_xprt sunrpc +alias symbol:gf128mul_init_4k_bbe gf128mul +alias symbol:rpcauth_destroy_credcache sunrpc +alias symbol:iio_buffer_put industrialio +alias symbol:fc_disc_config libfc +alias symbol:fc_exch_mgr_reset libfc +alias symbol:nci_nfcee_mode_set nci +alias symbol:ptp_clock_event ptp +alias symbol:svcauth_gss_flavor auth_rpcgss +alias symbol:xts_crypt xts +alias symbol:closure_sync bcache +alias symbol:rpc_create sunrpc +alias symbol:fib6_new_table ipv6 +alias symbol:ife_get_meta_u32 act_ife +alias symbol:ip_md_tunnel_xmit ip_tunnel +alias symbol:iscsi_tcp_recv_segment_is_hdr libiscsi_tcp +alias symbol:safe_candev_priv can_dev +alias symbol:unregister_md_personality md_mod +alias symbol:dm_bufio_get_client dm_bufio +alias symbol:fc_remove_host scsi_transport_fc +alias symbol:iscsi_create_flashnode_sess scsi_transport_iscsi +alias symbol:unregister_pppox_proto pppox +alias symbol:__fscache_invalidate fscache +alias symbol:nfs_access_set_mask nfs +alias symbol:bcm_phy_enable_eee bcm_phy_lib +alias symbol:cryptd_aead_queued cryptd +alias symbol:xdr_init_decode sunrpc +alias symbol:pnfs_set_layoutcommit nfsv4 +alias symbol:osd_req_op_extent_osd_data_pages libceph +alias symbol:xprt_write_space sunrpc +alias symbol:sas_alloc_task libsas +alias symbol:get_mtd_device_nm mtd +alias symbol:ppp_register_compressor ppp_generic +alias symbol:qword_add sunrpc +alias symbol:udp_tunnel_notify_del_rx_port udp_tunnel +alias symbol:crypto_chacha20_setkey chacha20_generic +alias symbol:nf_nat_pptp_hook_expectfn nf_conntrack_pptp +alias symbol:ct_sip_parse_address_param nf_conntrack_sip +alias symbol:i2c_adapter_type i2c_core +alias symbol:dm_noflush_suspending dm_mod +alias symbol:mcryptd_ahash_desc mcryptd +alias symbol:ubi_close_volume ubi +alias symbol:ceph_messenger_init libceph +alias symbol:__serpent_decrypt serpent_generic +alias symbol:o2hb_global_heartbeat_active ocfs2_nodemanager +alias symbol:dm_btree_remove_leaves dm_persistent_data +alias symbol:iscsit_build_task_mgt_rsp iscsi_target_mod +alias symbol:udp_tunnel6_xmit_skb ip6_udp_tunnel +alias symbol:oslec_hpf_tx echo +alias symbol:xprt_complete_rqst sunrpc +alias symbol:gss_mech_register auth_rpcgss +alias symbol:rds_message_populate_header rds +alias symbol:fscache_obtained_object fscache +alias symbol:udp_tunnel_push_rx_port udp_tunnel +alias symbol:md_do_sync md_mod +alias symbol:rpc_pipefs_notifier_unregister sunrpc +alias symbol:dlm_unlock dlm +alias symbol:dccp_statistics dccp +alias symbol:ceph_cls_break_lock libceph +alias symbol:dm_tm_pre_commit dm_persistent_data +alias symbol:iio_read_channel_processed industrialio +alias symbol:mdio_device_free libphy +alias symbol:register_atm_ioctl atm +alias symbol:dm_get_dev_t dm_mod +alias symbol:__vsock_core_init vsock +alias symbol:nf_nat_alloc_null_binding nf_nat +alias symbol:nfnetlink_has_listeners nfnetlink +alias symbol:__mdiobus_register libphy +alias symbol:can_get_echo_skb can_dev +alias symbol:nft_masq_validate nft_masq +alias symbol:mpi_cmp_ui mpi +alias symbol:rpcauth_lookup_credcache sunrpc +alias symbol:sas_get_address scsi_transport_sas +alias symbol:srp_attach_transport scsi_transport_srp +alias symbol:i2c_del_adapter i2c_core +alias symbol:nf_conntrack_expect_lock nf_conntrack +alias symbol:ct_sip_get_header nf_conntrack_sip +alias symbol:dlmunlock ocfs2_dlm +alias symbol:xdr_read_pages sunrpc +alias symbol:__vsock_create vsock +alias symbol:iscsi_lookup_endpoint scsi_transport_iscsi +alias symbol:bitmap_load md_mod +alias symbol:iio_trigger_alloc industrialio +alias symbol:add_mtd_blktrans_dev mtd_blkdevs +alias symbol:mcryptd_arm_flusher mcryptd +alias symbol:rpc_debug sunrpc +alias symbol:scsi_get_device_flags_keyed scsi_mod +alias symbol:nfs_remove_bad_delegation nfsv4 +alias symbol:open_candev can_dev +alias symbol:p9_client_disconnect 9pnet +alias symbol:dm_array_cursor_next dm_persistent_data +alias symbol:lc_seq_printf_stats lru_cache +alias symbol:osd_req_read_sg libosd +alias symbol:ip_set_get_ipaddr6 ip_set +alias symbol:nfs_kill_super nfs +alias symbol:devm_iio_device_register industrialio +alias symbol:dlmlock ocfs2_dlm +alias symbol:sas_port_alloc_num scsi_transport_sas +alias symbol:__cast6_decrypt cast6_generic +alias symbol:mtd_block_isreserved mtd +alias symbol:nf_conntrack_eventmask_report nf_conntrack +alias symbol:v9fs_get_trans_by_name 9pnet +alias symbol:ebt_register_table ebtables +alias symbol:ovs_netdev_tunnel_destroy openvswitch +alias symbol:rpc_call_null sunrpc +alias symbol:mddev_resume md_mod +alias symbol:nfs_wait_bit_killable nfs +alias symbol:nfs_inode_attach_open_context nfs +alias symbol:dm_rh_mark_nosync dm_region_hash +alias symbol:gf128mul_x_ble gf128mul +alias symbol:register_snap_client psnap +alias symbol:fc_remote_port_add scsi_transport_fc +alias symbol:fc_fabric_login libfc +alias symbol:svc_rpcb_cleanup sunrpc +alias symbol:mddev_congested md_mod +alias symbol:osd_req_get_attributes libosd +alias symbol:transport_wait_for_tasks target_core_mod +alias symbol:phy_start libphy +alias symbol:rpc_max_payload sunrpc +alias symbol:i2c_smbus_write_byte_data i2c_core +alias symbol:iio_show_mount_matrix industrialio +alias symbol:unregister_sound_dsp soundcore +alias symbol:nfs_atomic_open nfs +alias symbol:srp_start_tl_fail_timers scsi_transport_srp +alias symbol:bitmap_cond_end_sync md_mod +alias symbol:i2c_register_driver i2c_core +alias symbol:nfc_hci_recv_frame hci +alias symbol:crypto_poly1305_final poly1305_generic +alias symbol:ceph_pagelist_release libceph +alias symbol:dm_array_new dm_persistent_data +alias symbol:ip_set_type_unregister ip_set +alias symbol:dm_rh_get_region_size dm_region_hash +alias symbol:dm_send_uevents dm_mod +alias symbol:xfrm6_rcv_cb ipv6 +alias symbol:nfnl_acct_update nfnetlink_acct +alias symbol:phy_read_mmd_indirect libphy +alias symbol:phy_register_fixup libphy +alias symbol:xprt_lookup_rqst sunrpc +alias symbol:fuse_request_alloc fuse +alias symbol:pnfs_ld_write_done nfsv4 +alias symbol:unregister_ip_vs_pe ip_vs +alias symbol:fscrypt_get_ctx fscrypto +alias symbol:target_unregister_template target_core_mod +alias symbol:dm_suspended dm_mod +alias symbol:xdr_buf_from_iov sunrpc +alias symbol:fscrypt_fname_usr_to_disk fscrypto +alias symbol:atm_init_aal5 atm +alias symbol:nfc_target_lost nfc +alias symbol:fc_eh_host_reset libfc +alias symbol:nft_unregister_afinfo nf_tables +alias symbol:fc_block_scsi_eh scsi_transport_fc +alias symbol:loop_backing_file loop +alias symbol:mdiobus_register_device libphy +alias symbol:scsi_host_alloc scsi_mod +alias symbol:scsi_vpd_lun_id scsi_mod +alias symbol:nf_ct_seqadj_init nf_conntrack +alias symbol:phy_connect_direct libphy +alias symbol:dm_tm_create_with_sm dm_persistent_data +alias symbol:mtd_add_partition mtd +alias symbol:xt_replace_table x_tables +alias symbol:async_raid6_2data_recov async_raid6_recov +alias symbol:iscsit_allocate_cmd iscsi_target_mod +alias symbol:nf_nat_ftp_hook nf_conntrack_ftp +alias symbol:rpcauth_lookupcred sunrpc +alias symbol:scsi_get_vpd_page scsi_mod +alias symbol:xt_unregister_table x_tables +alias symbol:ip_tunnel_get_link_net ip_tunnel +alias symbol:p9_client_remove 9pnet +alias symbol:iscsi_tcp_dgst_header libiscsi_tcp +alias symbol:ipv6_setsockopt ipv6 +alias symbol:lapb_setparms lapb +alias symbol:lapb_unregister lapb +alias symbol:rpc_clnt_swap_activate sunrpc +alias symbol:uio_unregister_device uio +alias symbol:__scsi_iterate_devices scsi_mod +alias symbol:ip_vs_tcp_conn_listen ip_vs +alias symbol:seq_print_acct nf_conntrack +alias symbol:ceph_monc_stop libceph +alias symbol:nft_reject_icmpv6_code nft_reject +alias symbol:fuse_dev_alloc fuse +alias symbol:unregister_nfs_version nfs +alias symbol:xdr_decode_string_inplace sunrpc +alias symbol:o2net_register_handler ocfs2_nodemanager +alias symbol:int_to_scsilun scsi_mod +alias symbol:nfs_server_remove_lists nfs +alias symbol:nft_meta_get_init nft_meta +alias symbol:put_mtd_device mtd +alias symbol:scsi_block_when_processing_errors scsi_mod +alias symbol:ceph_pg_to_acting_primary libceph +alias symbol:af_alg_unregister_type af_alg +alias symbol:iio_format_value industrialio +alias symbol:ocfs2_dlm_lock ocfs2_stackglue +alias symbol:fc_fill_hdr libfc +alias symbol:rpc_free sunrpc +alias symbol:transport_kunmap_data_sg target_core_mod +alias symbol:ceph_monc_get_version_async libceph +alias symbol:devm_nvmem_cell_put nvmem_core +alias symbol:fc_linkup libfc +alias symbol:mtd_ooblayout_set_eccbytes mtd +alias symbol:nft_chain_validate_hooks nf_tables +alias symbol:rpc_run_task sunrpc +alias symbol:target_complete_cmd_with_length target_core_mod +alias symbol:xt_register_table x_tables +alias symbol:lpddr_cmdset lpddr_cmds +alias symbol:nfs_symlink nfs +alias symbol:macvlan_link_register macvlan +alias symbol:mrp_uninit_applicant mrp +alias symbol:ip_set_type_register ip_set +alias symbol:iscsit_sequence_cmd iscsi_target_mod +alias symbol:fc_disc_init libfc +alias symbol:nfc_proto_unregister nfc +alias symbol:i2c_master_recv i2c_core +alias symbol:osd_req_add_get_attr_list libosd +alias symbol:iscsi_eh_recover_target libiscsi +alias symbol:ceph_oid_printf libceph +alias symbol:cordic_calc_iq cordic +alias symbol:dccp_check_req dccp +alias symbol:ieee802154_hdr_peek_addrs ieee802154 +alias symbol:inet6_csk_route_req ipv6 +alias symbol:ip_set_range_to_cidr ip_set +alias symbol:bcm_phy_write_shadow bcm_phy_lib +alias symbol:scsi_set_sense_field_pointer scsi_mod +alias symbol:dm_rh_start_recovery dm_region_hash +alias symbol:sdev_prefix_printk scsi_mod +alias symbol:transport_init_session target_core_mod +alias symbol:dm_block_location dm_persistent_data +alias symbol:mrp_unregister_application mrp +alias symbol:rds_conn_create rds +alias symbol:stp_proto_register stp +alias symbol:ip_tunnel_get_iflink ip_tunnel +alias symbol:iscsit_response_queue iscsi_target_mod +alias symbol:md_run md_mod +alias symbol:iscsi_alloc_session scsi_transport_iscsi +alias symbol:nft_redir_policy nft_redir +alias symbol:_fc_frame_alloc libfc +alias symbol:dm_rh_region_to_sector dm_region_hash +alias symbol:osd_req_op_cls_response_data_pages libceph +alias symbol:v9fs_get_default_trans 9pnet +alias symbol:crc7_be_syndrome_table crc7 +alias symbol:dlm_unregister_domain ocfs2_dlm +alias symbol:mdiobus_alloc_size libphy +alias symbol:nlmclnt_proc lockd +alias symbol:sbc_get_device_type target_core_mod +alias symbol:nfs_init_timeout_values nfs +alias symbol:sdev_evt_send_simple scsi_mod +alias symbol:nfs4_test_session_trunk nfsv4 +alias symbol:nft_af_ipv6 nf_tables_ipv6 +alias symbol:osd_dev_init libosd +alias symbol:scsi_print_result scsi_mod +alias symbol:extcon_dev_free extcon_core +alias symbol:nf_nat_l4proto_nlattr_to_range nf_nat +alias symbol:sha256_zero_message_hash sha256_generic +alias symbol:dccp_death_row dccp +alias symbol:nfs_put_lock_context nfs +alias symbol:dccp_reqsk_send_ack dccp +alias symbol:ip_vs_proto_get ip_vs +alias symbol:nf_ct_l4proto_register nf_conntrack +alias symbol:ip_tunnel_dellink ip_tunnel +alias symbol:iscsit_handle_logout_cmd iscsi_target_mod +alias symbol:rpcauth_cred_key_to_expire sunrpc +alias symbol:xt_proto_fini x_tables +alias symbol:dm_rh_bio_to_region dm_region_hash +alias symbol:async_xor_val async_xor +alias symbol:dlm_register_domain ocfs2_dlm +alias symbol:lc_try_get lru_cache +alias symbol:mdio_device_create libphy +alias symbol:nci_hci_connect_gate nci +alias symbol:nlmsvc_unlock_all_by_sb lockd +alias symbol:dm_btree_walk dm_persistent_data +alias symbol:xdr_encode_string sunrpc +alias symbol:dm_disk dm_mod +alias symbol:nfnetlink_send nfnetlink +alias symbol:osd_req_remove_object libosd +alias symbol:rpc_alloc_iostats sunrpc +alias symbol:scsi_normalize_sense scsi_mod +alias symbol:stm_source_unregister_device stm_core +alias symbol:ieee802154_stop_queue mac802154 +alias symbol:phy_suspend libphy +alias symbol:srp_remove_host scsi_transport_srp +alias symbol:iscsit_register_transport iscsi_target_mod +alias symbol:l2tp_tunnel_create l2tp_core +alias symbol:nfc_hci_sak_to_protocol hci +alias symbol:macvtap_get_socket macvtap +alias symbol:phy_start_aneg libphy +alias symbol:sas_get_local_phy libsas +alias symbol:devlink_port_split_set devlink +alias symbol:nf_nat_ipv4_out nf_nat_ipv4 +alias symbol:dccp_reqsk_init dccp +alias symbol:fuse_get_req_for_background fuse +alias symbol:gre_del_protocol gre +alias symbol:xprt_release_xprt_cong sunrpc +alias symbol:nf_conntrack_l3proto_generic nf_conntrack +alias symbol:nvmem_cell_get nvmem_core +alias symbol:iscsi_get_port_state_name scsi_transport_iscsi +alias symbol:__serpent_encrypt serpent_generic +alias symbol:arpt_unregister_table arp_tables +alias symbol:crypto_sha512_finup sha512_generic +alias symbol:nfnl_unlock nfnetlink +alias symbol:xdr_reserve_space sunrpc +alias symbol:rds_recv_incoming rds +alias symbol:dm_btree_cursor_begin dm_persistent_data +alias symbol:icmpv6_err_convert ipv6 +alias symbol:ppp_unregister_channel ppp_generic +alias symbol:iscsi_find_param_from_key iscsi_target_mod +alias symbol:p9_client_stat 9pnet +alias symbol:phonet_proto_register phonet +alias symbol:rpc_wake_up_next sunrpc +alias symbol:rds_inc_init rds +alias symbol:xdr_terminate_string sunrpc +alias symbol:devm_extcon_dev_free extcon_core +alias symbol:fixed_phy_register fixed_phy +alias symbol:fuse_dev_free fuse +alias symbol:lc_del lru_cache +alias symbol:dccp_req_err dccp_ipv4 +alias symbol:iscsi_session_chkready scsi_transport_iscsi +alias symbol:nf_nat_mangle_udp_packet nf_nat +alias symbol:fscrypt_has_permitted_context fscrypto +alias symbol:iio_triggered_buffer_setup industrialio_triggered_buffer +alias symbol:dm_block_data dm_persistent_data +alias symbol:nft_masq_dump nft_masq +alias symbol:vsock_addr_unbind vsock +alias symbol:dm_tm_inc dm_persistent_data +alias symbol:cdrom_ioctl cdrom +alias symbol:osd_req_add_set_attr_list libosd +alias symbol:xdr_buf_subsegment sunrpc +alias symbol:ceph_entity_type_name libceph +alias symbol:ceph_msg_data_add_bio libceph +alias symbol:pnfs_generic_recover_commit_reqs nfsv4 +alias symbol:ife_release_meta_gen act_ife +alias symbol:scsi_schedule_eh scsi_mod +alias symbol:dlm_setup_eviction_cb ocfs2_dlm +alias symbol:slhc_compress slhc +alias symbol:iscsi_session_failure libiscsi +alias symbol:get_tz_trend thermal_sys +alias symbol:nfsacl_decode nfs_acl +alias symbol:rds_connect_path_complete rds +alias symbol:xt_find_table_lock x_tables +alias symbol:vsock_core_get_transport vsock +alias symbol:iscsi_host_for_each_session scsi_transport_iscsi +alias symbol:iio_trigger_poll industrialio +alias symbol:svc_xprt_put sunrpc +alias symbol:pnfs_layoutcommit_inode nfsv4 +alias symbol:mtd_pairing_info_to_wunit mtd +alias symbol:vsock_insert_connected vsock +alias symbol:synproxy_check_timestamp_cookie nf_synproxy_core +alias symbol:cryptd_aead_child cryptd +alias symbol:iscsi_eh_abort libiscsi +alias symbol:nf_reject_ip_tcphdr_put nf_reject_ipv4 +alias symbol:nf_send_unreach6 nf_reject_ipv6 +alias symbol:llc_sap_find llc +alias symbol:gf128mul_64k_lle gf128mul +alias symbol:dm_btree_remove dm_persistent_data +alias symbol:ip_vs_scheduler_err ip_vs +alias symbol:ppp_unregister_compressor ppp_generic +alias symbol:iscsit_build_reject iscsi_target_mod +alias symbol:dccp_send_ack dccp +alias symbol:extcon_unregister_notifier extcon_core +alias symbol:osd_auto_detect_ver libosd +alias symbol:scsi_remove_target scsi_mod +alias symbol:bch_btree_insert_key bcache +alias symbol:ceph_monc_blacklist_add libceph +alias symbol:ceph_oid_destroy libceph +alias symbol:nfs_show_path nfs +alias symbol:bitmap_unplug md_mod +alias symbol:ip6_tnl_encap_setup ip6_tunnel +alias symbol:nfs4_find_get_deviceid nfsv4 +alias symbol:osd_req_op_extent_osd_data libceph +alias symbol:sas_disable_tlr scsi_transport_sas +alias symbol:xt_register_match x_tables +alias symbol:__nf_ct_try_assign_helper nf_conntrack +alias symbol:alloc_nfs_open_context nfs +alias symbol:ip6_route_input_lookup ipv6 +alias symbol:ppp_register_channel ppp_generic +alias symbol:dm_device_name dm_mod +alias symbol:mdiobus_write_nested libphy +alias symbol:nci_conn_max_data_pkt_payload_size nci +alias symbol:strp_data_ready strparser +alias symbol:bcm_phy_read_misc bcm_phy_lib +alias symbol:fou_build_header fou +alias symbol:hsi_new_client hsi +alias symbol:iscsi_unblock_session scsi_transport_iscsi +alias symbol:mtd_erase mtd +alias symbol:i2c_smbus_read_i2c_block_data i2c_core +alias symbol:ip6_datagram_connect ipv6 +alias symbol:wpan_phy_register ieee802154 +alias symbol:fscache_mark_pages_cached fscache +alias symbol:ip6_dst_lookup ipv6 +alias symbol:closure_put bcache +alias symbol:sound_class soundcore +alias symbol:vsock_addr_cast vsock +alias symbol:bitmap_startwrite md_mod +alias symbol:xfrm6_tunnel_register tunnel6 +alias symbol:nf_conntrack_alter_reply nf_conntrack +alias symbol:set_ras_addr_hook nf_conntrack_h323 +alias symbol:ip_vs_conn_out_get ip_vs +alias symbol:ipt_unregister_table ip_tables +alias symbol:unregister_sound_midi soundcore +alias symbol:dm_rh_inc_pending dm_region_hash +alias symbol:ceph_client_gid libceph +alias symbol:dm_bufio_issue_flush dm_bufio +alias symbol:ocfs2_dlm_unlock ocfs2_stackglue +alias symbol:spi_attach_transport scsi_transport_spi +alias symbol:o2net_unregister_handler_list ocfs2_nodemanager +alias symbol:rpc_init_pipe_dir_object sunrpc +alias symbol:wpan_phy_for_each ieee802154 +alias symbol:fib6_get_table ipv6 +alias symbol:rds_atomic_send_complete rds +alias symbol:ieee802154_max_payload ieee802154 +alias symbol:rpc_call_start sunrpc +alias symbol:nf_reject_ip_tcphdr_get nf_reject_ipv4 +alias symbol:nfc_vendor_cmd_reply nfc +alias symbol:dm_rh_update_states dm_region_hash +alias symbol:fc_fc4_deregister_provider libfc +alias symbol:ipv6_dev_get_saddr ipv6 +alias symbol:mrp_request_leave mrp +alias symbol:phy_detach libphy +alias symbol:xdr_write_pages sunrpc +alias symbol:l2tp_tunnel_find l2tp_core +alias symbol:bcm_phy_enable_apd bcm_phy_lib +alias symbol:mpi_alloc mpi +alias symbol:transport_generic_handle_tmr target_core_mod +alias symbol:nf_connlabels_replace nf_conntrack +alias symbol:scsi_track_queue_full scsi_mod +alias symbol:i2c_new_dummy i2c_core +alias symbol:xdr_commit_encode sunrpc +alias symbol:nci_send_frame nci +alias symbol:xprt_alloc_slot sunrpc +alias symbol:nf_conntrack_l4proto_tcp6 nf_conntrack +alias symbol:sbc_parse_cdb target_core_mod +alias symbol:config_group_init configfs +alias symbol:nfc_proto_register nfc +alias symbol:scsi_build_sense_buffer scsi_mod +alias symbol:unregister_md_cluster_operations md_mod +alias symbol:fuse_dev_release fuse +alias symbol:mpi_free mpi +alias symbol:nfs_do_submount nfs +alias symbol:fuse_request_send fuse +alias symbol:dm_btree_lookup dm_persistent_data +alias symbol:gf128mul_free_64k gf128mul +alias symbol:nf_conntrack_free nf_conntrack +alias symbol:register_8022_client p8022 +alias symbol:nf_reject_ip6_tcphdr_get nf_reject_ipv6 +alias symbol:xdr_shift_buf sunrpc +alias symbol:xt_rateest_lookup xt_RATEEST +alias symbol:dm_bufio_get_block_number dm_bufio +alias symbol:lowpan_header_decompress 6lowpan +alias symbol:nci_unregister_device nci +alias symbol:dlm_unregister_eviction_cb ocfs2_dlm +alias symbol:fscrypt_process_policy fscrypto +alias symbol:geneve_dev_create_fb geneve +alias symbol:ipv6_chk_addr_and_flags ipv6 +alias symbol:lrw_crypt lrw +alias symbol:md_write_end md_mod +alias symbol:twofish_enc_blk twofish_x86_64 +alias symbol:kcm_proc_register kcm +alias symbol:nand_calculate_ecc nand_ecc +alias symbol:iscsi_destroy_iface scsi_transport_iscsi +alias symbol:svc_pool_map_get sunrpc +alias symbol:sas_port_add scsi_transport_sas +alias symbol:ceph_monc_validate_auth libceph +alias symbol:nfs4_label_alloc nfs +alias symbol:rpcauth_generic_bind_cred sunrpc +alias symbol:rpc_queue_upcall sunrpc +alias symbol:br_netfilter_enable br_netfilter +alias symbol:fscache_object_init fscache +alias symbol:vsock_addr_equals_addr vsock +alias symbol:nfs_refresh_inode nfs +alias symbol:__des3_ede_setkey des_generic +alias symbol:pps_register_source pps_core +alias symbol:crypto_authenc_extractkeys authenc +alias symbol:ip_tunnel_newlink ip_tunnel +alias symbol:iscsi_tcp_hdr_recv_prep libiscsi_tcp +alias symbol:dm_exception_store_type_register dm_snapshot +alias symbol:iio_enum_write industrialio +alias symbol:l2tp_recv_common l2tp_core +alias symbol:iio_map_array_unregister industrialio +alias symbol:md_cluster_mod md_mod +alias symbol:nfc_hci_send_event hci +alias symbol:devlink_alloc devlink +alias symbol:nat_t120_hook nf_conntrack_h323 +alias symbol:nfs_commit_free nfs +alias symbol:srp_rport_put scsi_transport_srp +alias symbol:dlm_new_lockspace dlm +alias symbol:ip_set_name_byindex ip_set +alias symbol:scsi_host_set_state scsi_mod +alias symbol:nfs_post_op_update_inode nfs +alias symbol:iscsi_eh_session_reset libiscsi +alias symbol:sas_resume_ha libsas +alias symbol:xfrm6_input_addr ipv6 +alias symbol:ip_set_get_extensions ip_set +alias symbol:nf_ct_tmpl_alloc nf_conntrack +alias symbol:register_sound_dsp soundcore +alias symbol:fuse_direct_io fuse +alias symbol:i2c_get_adapter i2c_core +alias symbol:llc_mac_hdr_init llc +alias symbol:fc_set_mfs libfc +alias symbol:devm_extcon_unregister_notifier extcon_core +alias symbol:dm_get_table_device dm_mod +alias symbol:nft_validate_register_store nf_tables +alias symbol:crc_ccitt_table crc_ccitt +alias symbol:dm_bufio_client_destroy dm_bufio +alias symbol:nfc_hci_register_device hci +alias symbol:nft_unregister_chain_type nf_tables +alias symbol:xfrm6_protocol_register ipv6 +alias symbol:__serpent_setkey serpent_generic +alias symbol:dm_exception_store_create dm_snapshot +alias symbol:try_test_sas_gpio_gp_bit libsas +alias symbol:gss_pseudoflavor_to_service auth_rpcgss +alias symbol:scsi_target_unblock scsi_mod +alias symbol:ip6_sk_update_pmtu ipv6 +alias symbol:iio_channel_cb_get_iio_dev industrialio_buffer_cb +alias symbol:ip_set_nfnl_put ip_set +alias symbol:md_kick_rdev_from_array md_mod +alias symbol:devlink_port_type_ib_set devlink +alias symbol:ife_encode_meta_u16 act_ife +alias symbol:oslec_update echo +alias symbol:dm_kcopyd_zero dm_mod +alias symbol:fc_lport_flogi_resp libfc +alias symbol:dccp_sendmsg dccp +alias symbol:iscsi_get_ipaddress_state_name scsi_transport_iscsi +alias symbol:sunrpc_cache_lookup sunrpc +alias symbol:arpt_register_table arp_tables +alias symbol:nfs_pageio_init_write nfs +alias symbol:target_tpg_has_node_acl target_core_mod +alias symbol:udp_sock_create4 udp_tunnel +alias symbol:dm_shift_arg dm_mod +alias symbol:lc_set lru_cache +alias symbol:iio_channel_stop_all_cb industrialio_buffer_cb +alias symbol:pnfs_put_lseg_locked nfsv4 +alias symbol:sas_drain_work libsas +alias symbol:mtd_is_partition mtd +alias symbol:ip_set_get_byname ip_set +alias symbol:ptp_clock_index ptp +alias symbol:xfrm6_find_1stfragopt ipv6 +alias symbol:gue_build_header fou +alias symbol:nci_nfcee_discover nci +alias symbol:unregister_snap_client psnap diff --git a/uml/modules/4.9.25/modules.symbols.bin b/uml/modules/4.9.25/modules.symbols.bin new file mode 100644 index 0000000..587df5e Binary files /dev/null and b/uml/modules/4.9.25/modules.symbols.bin differ diff --git a/uml/slirp b/uml/slirp new file mode 100755 index 0000000..c49a404 Binary files /dev/null and b/uml/slirp differ diff --git a/uml/uml b/uml/uml new file mode 100755 index 0000000..3a173e1 Binary files /dev/null and b/uml/uml differ diff --git a/uml/uml_run b/uml/uml_run new file mode 100755 index 0000000..803c29c --- /dev/null +++ b/uml/uml_run @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "$1" > /app/uml_command +TEMP=/app /app/uml/uml root=/dev/root rootflags=/ rootfstype=hostfs quiet eth0=slirp,10.0.2.15,/app/uml/slirp mem=${MEM}M init=/app/uml/init diff --git a/uml/unionfs b/uml/unionfs new file mode 100755 index 0000000..d47faab Binary files /dev/null and b/uml/unionfs differ