Commit Graph

37 Commits

Author SHA256 Message Date
825beebeeb Accepting request 912880 from home:michals
- Display module information even for modules built into the running kernel
  (bsc#1189537).
   + libkmod-Provide-info-even-for-modules-built-into-the.patch

OBS-URL: https://build.opensuse.org/request/show/912880
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=194
2021-08-18 11:14:50 +00:00
2b89d0f3a4 drop one zstd too much
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=192
2021-06-07 09:26:21 +00:00
342817bc4b Accepting request 897958 from home:gmbr3:Develop
- Enable support for ZSTD compressed modules

OBS-URL: https://build.opensuse.org/request/show/897958
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=191
2021-06-07 07:57:02 +00:00
de3c77de0c Accepting request 896324 from home:michals
- /usr/lib should override /lib where both are available. Support /usr/lib for
  depmod.d as well.

OBS-URL: https://build.opensuse.org/request/show/896324
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=189
2021-05-31 10:00:17 +00:00
d0a8f9a8ff Accepting request 896081 from home:michals
- Adjust to usermerge. On Tumbleweed /lib and /usr/lib are the same directory
  and the canonical location is in /usr. Document and read only /usr to prevent
  reading the same file twice.
  On earlier releases preserve compatibility for files placed in /lib and read
  both.
  + kmod-usrmerge.patch
  * Refresh usr-lib-modprobe.patch
- Remove test patches included in release 29
  - kmod-populate-modules-Use-more-bash-more-quotes.patch
  - kmod-testsuite-compress-modules-if-feature-is-enabled.patch
  - kmod-also-test-xz-compression.patch

OBS-URL: https://build.opensuse.org/request/show/896081
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=188
2021-05-29 17:41:53 +00:00
07400734ee - Update to release 29
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=187
2021-05-27 22:33:54 +00:00
b935d3ec1c Accepting request 869163 from home:michals
- Fix tests to not test disabled features. Disable zstd again.
  + kmod-populate-modules-Use-more-bash-more-quotes.patch
  + kmod-testsuite-compress-modules-if-feature-is-enabled.patch
  + kmod-also-test-xz-compression.patch

OBS-URL: https://build.opensuse.org/request/show/869163
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=182
2021-02-09 15:44:57 +00:00
69a0fd03fc 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
2021-01-28 12:56:33 +00:00
0a94b83283 Accepting request 867442 from home:pevik:branches:Base:System
- Backport upstream fix 0001-Fix-modinfo-F-always-shows-name-for-built-ins.patch

OBS-URL: https://build.opensuse.org/request/show/867442
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=177
2021-01-28 12:11:04 +00:00
0ad80d3c52 Accepting request 862900 from home:michals
- Fix testsuite build - requires kernel-default-devel

OBS-URL: https://build.opensuse.org/request/show/862900
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=175
2021-01-14 12:48:37 +00:00
d6a067dd9c Accepting request 862710 from home:michals
- Update usr-lib-modprobe.patch to upstream submission (boo#1180821).
- Require libxslt-tools for xsltproc and use local stylesheet.
  + no-stylesheet-download.patch

OBS-URL: https://build.opensuse.org/request/show/862710
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=174
2021-01-13 09:00:05 +00:00
0ed487658e - Add usr-lib-modprobe.patch [boo#1092648]
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=169
2020-11-06 11:44:26 +00:00
b9baf3c471 - Drop old RPM constructs from the build recipe.
- Add reasoning for prev change

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=166
2020-07-07 13:07:56 +00:00
2223e25346 - Update to release 27
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=163
2020-05-27 23:36:41 +00:00
4cc5ec50f5 factory bot rejects undeclared renames, so undo that (2)
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=161
2019-05-01 09:18:19 +00:00
81cdb97d27 Accepting request 674337 from home:michals
- Enable PKCS#7 signature parsing again - requires openssl
- Fix testsuite build - requires kernel-default-devel
- Rediff the SUSE patches and rename starting with 0001.

- Update to new upstream release 26
  * depmod now handles parallel invocations better by protecting
    the temporary files being used.
  * modprobe has a new --show-exports option. Under the hood,
    this reads the .symtab and .strtab sections rather than
    __versions so it shows useful data even if kernel is
    configured without modversions (CONFIG_MODVERSIONS).
  * modinfo supports PKCS#7 parsing by using openssl.
- Replaced the asn1c-based parser by an openssl-based PKCS
  parser.
- Remove libkmod-signature-Fix-crash-when-module-signature-is.patch,
  libkmod-signature-pkcs-7-fix-crash-when-signer-info-.patch,
  libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch
  (not accepted upstream)
- Remove enum.patch,
  depmod-Prevent-module-dependency-files-corruption-du.patch,
  depmod-Prevent-module-dependency-files-missing-durin.patch,
  depmod-shut-up-gcc-insufficinet-buffer-warning.patch
  (accepted upstream)

- Enable PKCS#7 signature parsing again - requires openssl
- Rediff the SUSE patches and rename starting with 0001.

OBS-URL: https://build.opensuse.org/request/show/674337
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=158
2019-02-12 23:23:22 +00:00
7ea344109a - Update to new upstream release 26
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=157
2019-02-08 01:25:26 +00:00
e6f1948011 Accepting request 659763 from home:michals
Fix changelog: mention all patches. Refesh to upstream patch.
  * Add depmod-Prevent-module-dependency-files-corruption-du.patch
  * Add depmod-Prevent-module-dependency-files-missing-durin.patch
  * Add depmod-shut-up-gcc-insufficinet-buffer-warning.patch
  * Add depmod-Prevent-module-dependency-files-corruption-du.patch
  * Add depmod-Prevent-module-dependency-files-missing-durin.patch
  * Add depmod-shut-up-gcc-insufficinet-buffer-warning.patch

OBS-URL: https://build.opensuse.org/request/show/659763
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=154
2018-12-18 22:55:28 +00:00
38e2a9611a Accepting request 656939 from home:michals
Refresh the parallel patch.

OBS-URL: https://build.opensuse.org/request/show/656939
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=153
2018-12-10 23:56:41 +00:00
1e7a75843a Accepting request 656092 from home:michals
- Fix module dependency file corruption on parallel invocation (bsc#1118629).
  + depmod-Prevent-module-dependency-files-corruption-due-to-pa.patch

- Remove enum padding constants
  + enum.patch.

- allow 'modprobe -c' print the status of "allow_unsupported_modules" option.
  + 0012-modprobe-print-unsupported-status.patch

- Fix module dependency file corruption on parallel invocation (bsc#1118629).
  + depmod-Prevent-module-dependency-files-corruption-due-to-pa.patch

- Remove enum padding constants
  + enum.patch.

OBS-URL: https://build.opensuse.org/request/show/656092
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=150
2018-12-07 19:01:50 +00:00
27cb7c281e Accepting request 593963 from home:michals
- Fix crash when PKCS#7 signer name is not present in signature (bsc#1088244)
   + libkmod-signature-pkcs-7-fix-crash-when-signer-info-.patch

OBS-URL: https://build.opensuse.org/request/show/593963
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=142
2018-04-10 13:39:57 +00:00
3f8ac4b3f1 Accepting request 587886 from home:oertel:branches:Base:System
- for sle, buildexclude the 32bit platforms in kmod-testsuite, 
  they have no kernel binaries anyway (bnc#1085640)

- for sle, buildexclude the 32bit platforms in kmod-testsuite,
  they have no kernel binaries anyway (bnc#1085640)

OBS-URL: https://build.opensuse.org/request/show/587886
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=140
2018-03-20 10:30:04 +00:00
57f8e17617 use standard log format
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=138
2018-03-09 08:52:43 +00:00
5208542099 Accepting request 584512 from home:michals
- Fix PKCS#7 signature display in modinfo (bsc#1077693).
   + libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch
   + libkmod-signature-Fix-crash-when-module-signature-is.patch
   + refresh 0010-modprobe-Implement-allow-unsupported-modules.patch

OBS-URL: https://build.opensuse.org/request/show/584512
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=137
2018-03-09 08:51:45 +00:00
2d0d188f45 Accepting request 571723 from home:michals
Update to v25

OBS-URL: https://build.opensuse.org/request/show/571723
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=133
2018-02-03 14:31:22 +00:00
b7d8663d3e kmod-24
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=117
2017-07-06 10:22:24 +00:00
17237728d7 Accepting request 441318 from home:ykaukab:branches:Base:System
Fix bug boo#1008186

OBS-URL: https://build.opensuse.org/request/show/441318
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=115
2016-11-22 09:36:22 +00:00
0fde1c43f8 kmod-23
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=111
2016-07-21 10:08:59 +00:00
d5358f069e Copy back r108 because no time was given to react to the proposed change.
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=110
2016-07-21 09:52:34 +00:00
414e27ebe9 Accepting request 412520 from home:michal-m:branches:Base:System
- Do link zlib and xz, as we are not building compressed modules.

- Do link zlib and xz, as we are not building compressed modules.

OBS-URL: https://build.opensuse.org/request/show/412520
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=109
2016-07-21 09:48:01 +00:00
1b55364c8c Accepting request 403054 from home:michal-m:branches:Base:System
- libkmod: Handle long lines in /proc/modules (bsc#983754)
  0001-libkmod-Handle-long-lines-in-proc-modules.patch

OBS-URL: https://build.opensuse.org/request/show/403054
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=107
2016-06-17 15:29:31 +00:00
6935bee3df Accepting request 382767 from home:michel_mno:branches:Base:System
- Ignore make check error of ppc64 architecture, bypass boo#897845

OBS-URL: https://build.opensuse.org/request/show/382767
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=105
2016-04-01 07:56:24 +00:00
f473f8a985 Accepting request 358575 from home:k0da:branches:Base:System
- Fix kernel master build for ppc64le
  depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch

OBS-URL: https://build.opensuse.org/request/show/358575
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=103
2016-02-09 15:34:35 +00:00
b3d34d7226 kmod-22
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=101
2015-12-07 15:04:47 +00:00
85593df3ca kmod-21
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=99
2015-11-07 10:56:11 +00:00
b64f273295 order this
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=97
2015-04-21 16:22:25 +00:00
e6ff04cc91 Accepting request 298324 from home:michal-m:branches:Base:System
- Update to kmod 20
* More robust ELF parsing
* To fix a race, modprobe only looks at modules.builtin to
  determine a builtin module, so e.g. 'modprobe vt' will no longer
  work.
* Other fixes
* Testsuite moved to a separate package, since it is now building
  the test modules from sources, which requires the kernel package.
* dropped kmod-blacklist-fixtest.patch (merged upstream)


- Run the kmod testsuite in a separate build, to avoid a buildloop
  with the kernel.

OBS-URL: https://build.opensuse.org/request/show/298324
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=96
2015-04-21 16:20:20 +00:00