Opened 3 years ago

Closed 3 years ago

#4784 closed task (fixed)

kmod-28

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 10.1
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

Change History (3)

comment:1 by Xi Ruoyao, 3 years ago

We should add --with-zstd, so kmod will support zstd compressed modules. zstd is already built before kmod.

comment:2 by Douglas R. Reno, 3 years ago

kmod 28 is out:

         https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-2...
         https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-2...

- Improvements
	- Add Zstandard to the supported compression formats using libzstd
	  (pass --with-zstd to configure)

- Bug fixes
	- Ignore ill-formed kernel command line, e.g. with "ivrs_acpihid[00:14.5]=AMD0020:0"
	  option in it
	- Fix some memory leaks
	- Fix 0-length builtin.alias.bin: it needs at least the index header

Shortlog is below:

Lucas De Marchi (17):
       gitignore: ignore release files
       gitignore: ignore .cache.mk when building modules
       libkmod: ignore kcmdline option if we fail to parse modname
       testsuite: check for ill-formed kcmdline
       depmod: do not output .bin to stdout
       libkmod: simplify lookup when builtin.modinfo.bin file is missing
       libkmod: fix return error when opening index
       libkmod: allow modules.alias.builtin to be optional
       testsuite: add check for kmod_load_resources
       ci: update travis distro
       ci: remove semaphoreci
       depmod: unconditionally write builtin.alias.bin
       shared: fix UNIQ definition
       testsuite: add test for empty modules.builtin.aliases.bin
       build: fix distcheck due to missing zstd
       build: add comment with rules for libtool version update
       kmod 28

Samanta Navarro (1):
       man: fix typo

Shuo Wang (1):
       NEWS: fix typo

Torge Matthies (2):
       add Zstandard compression support
       testsuite: add test for zstd-compressed module

Yauheni Kaliuta (3):
       libkmod: kmod_builtin_get_modinfo: free modinfo on error
       depmod: output_builtin_alias_bin: free idx on error path
       libkmod: kmod_log_null: qualify ctx argument as const

I'll add --with-zstd to the build instructions. Just tested and it seems to work

comment:3 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: newclosed

Fixed at r12097

Note: See TracTickets for help on using tickets.