SHA256
1
0
forked from pool/kmod

Accepting request 867471 from home:michals

- Update to v28
  * Add Zstandard to the supported compression formats using libzstd
     (tests only - cannot be disabled in tests)
  * 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

OBS-URL: https://build.opensuse.org/request/show/867471
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=179
This commit is contained in:
2021-01-28 12:56:33 +00:00
committed by Git OBS Bridge
parent 4b791e5ead
commit 69a0fd03fc
8 changed files with 40 additions and 27 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 28 12:05:17 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
- Update to v28
* Add Zstandard to the supported compression formats using libzstd
(tests only - cannot be disabled in tests)
* 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
-------------------------------------------------------------------
Thu Jan 28 11:03:09 UTC 2021 - Petr Vorel <pvorel@suse.cz>