summaryrefslogtreecommitdiffstats
path: root/templates/man2/init_module.2.pot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:03 +0000
commit932e4432596447eb9331cc2a2bb74a26a35b4efc (patch)
tree95161711ea07fd64f0c82d6e7943024c033dd5a8 /templates/man2/init_module.2.pot
parentAdding debian version 4.22.0-1. (diff)
downloadmanpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz
manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man2/init_module.2.pot')
-rw-r--r--templates/man2/init_module.2.pot112
1 files changed, 102 insertions, 10 deletions
diff --git a/templates/man2/init_module.2.pot b/templates/man2/init_module.2.pot
index 402c5ea0..bea60c9b 100644
--- a/templates/man2/init_module.2.pot
+++ b/templates/man2/init_module.2.pot
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2024-03-09 15:37+0100\n"
+"POT-Creation-Date: 2024-06-01 05:56+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -24,15 +24,15 @@ msgid "init_module"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux debian-unstable opensuse-tumbleweed
#, no-wrap
-msgid "2023-10-31"
+msgid "2024-05-02"
msgstr ""
#. type: TH
-#: archlinux fedora-40 fedora-rawhide
+#: archlinux debian-unstable
#, no-wrap
-msgid "Linux man-pages 6.06"
+msgid "Linux man-pages 6.8"
msgstr ""
#. type: SH
@@ -137,7 +137,7 @@ msgstr ""
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
-msgid "I<name>[ B<=>I<value> [B<,> I<value>...]]"
+msgid "I<name>[ B<=>I<value>[B<,>I<value>...]]"
msgstr ""
#. type: Plain text
@@ -207,6 +207,18 @@ msgstr ""
msgid "Ignore kernel version magic."
msgstr ""
+#. type: TP
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "B<MODULE_INIT_COMPRESSED_FILE> (since Linux 5.17)"
+msgstr ""
+
+#. commit b1ae6dc41eaaa98bb75671e0f3665bfda248c3e7
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid "Use in-kernel module decompression."
+msgstr ""
+
#. http://www.tldp.org/HOWTO/Module-HOWTO/basekerncompat.html
#. is dated, but informative
#. type: Plain text
@@ -239,6 +251,48 @@ msgid ""
"modules."
msgstr ""
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"If the kernel was build with B<CONFIG_MODULE_DECOMPRESS>, the in-kernel "
+"decompression feature can be used. User-space code can check if the kernel "
+"supports decompression by reading the I</sys/module/compression> attribute. "
+"If the kernel supports decompression, the compressed file can directly be "
+"passed to B<finit_module>() using the B<MODULE_INIT_COMPRESSED_FILE> flag. "
+"The in-kernel module decompressor supports the following compression "
+"algorithms:"
+msgstr ""
+
+#. type: IP
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "\\[bu]"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid "I<gzip> (since Linux 5.17)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid "I<xz> (since Linux 5.17)"
+msgstr ""
+
+#. commit 169a58ad824d896b9e291a27193342616e651b82
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid "I<zstd> (since Linux 6.2)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"The kernel only implements a single decompression method. This is selected "
+"during module generation accordingly to the compression method chosen in the "
+"kernel configuration."
+msgstr ""
+
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
@@ -449,12 +503,32 @@ msgid "I<flags> is invalid."
msgstr ""
#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"The decompressor sanity checks failed, while loading a compressed module "
+"with flag B<MODULE_INIT_COMPRESSED_FILE> set."
+msgstr ""
+
+#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
msgid "I<fd> does not refer to an open file."
msgstr ""
#. type: TP
+#: archlinux debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "B<EOPNOTSUPP> (since Linux 5.17)"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-unstable opensuse-tumbleweed
+msgid ""
+"The flag B<MODULE_INIT_COMPRESSED_FILE> is set to load a compressed module, "
+"and the kernel was built without B<CONFIG_MODULE_DECOMPRESS>."
+msgstr ""
+
+#. type: TP
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
@@ -682,15 +756,27 @@ msgid "B<init_module>() and B<finit_module>() are Linux-specific."
msgstr ""
#. type: TH
-#: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed
+#: fedora-40 fedora-rawhide
#, no-wrap
-msgid "2023-03-30"
+msgid "2023-10-31"
msgstr ""
#. type: TH
-#: debian-unstable opensuse-tumbleweed
+#: fedora-40
#, no-wrap
-msgid "Linux man-pages 6.05.01"
+msgid "Linux man-pages 6.06"
+msgstr ""
+
+#. type: TH
+#: fedora-rawhide
+#, no-wrap
+msgid "Linux man-pages 6.7"
+msgstr ""
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
msgstr ""
#. type: TH
@@ -698,3 +784,9 @@ msgstr ""
#, no-wrap
msgid "Linux man-pages 6.04"
msgstr ""
+
+#. type: TH
+#: opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages (unreleased)"
+msgstr ""