Commit Graph

241 Commits

Author SHA256 Message Date
Stephan Kulow
d0c39a5aae Accepting request 141315 from Base:System
- Update to kmod-11
* Fix testsuite defining symbols twice on 32 bit systems
* Allow to check generated files against correct ones
* libkmod now keeps a file opened after the first call to
* kmod_module_get_{info,versions,symbols,dependency_symbols}. This
  reduces signficantly the amount of time depmod tool takes to
  execute. Particularly if compressed modules are used.
* Remove --with-rootprefix from build system. It was not a great
  idea after all and should not be use since it causes more harm
  than benefits.
* Hide --wait option on rmmod. This feature is being targeted for
  removal from kernel. rmmod still accepts this option, but it is
  hidden now: man page and usage() says nothing about it and if
  it is used, user will get a 10s sleep. This way we can check and
  help if anyone is using this feature.
* Refactor message logging on all tools, giving proper prefix,
  routing everything to syslog when asked for, etc.
* Fix parsing of modules.order when using compressed modules
* Usage messages go to stdout instead of stderr
* Fix memory leak in hash implementation

OBS-URL: https://build.opensuse.org/request/show/141315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=12
2012-11-15 09:57:46 +00:00
82c91e1f50 Move modules.dep.bin.5 to kmod-compat to avoid file clash
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=42
2012-11-14 00:41:31 +00:00
0851608ecf Align log messages
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=41
2012-11-11 21:55:07 +00:00
cd856dea1f Accepting request 140871 from home:sumski:branches:Base:System
Update to kmod-11

OBS-URL: https://build.opensuse.org/request/show/140871
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=40
2012-11-11 21:50:58 +00:00
Stephan Kulow
a97e644911 Accepting request 134993 from Base:System
- Provide the "modutils" virtual symbol
- Update to new upstream release 10
* Read coresize from /sys if supported
* Add flag to kmod_module_probe_insert() to apply blacklisting
  during probe only if mod is an alias. Now modprobe uses this
  flag by default.

OBS-URL: https://build.opensuse.org/request/show/134993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=11
2012-09-26 14:20:56 +00:00
59e38f66e7 Restore ugly changelog to please factory scripts
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=38
2012-09-19 07:27:35 +00:00
4591d8c41f Ignore check return code
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=37
2012-09-19 07:18:11 +00:00
1b7306bf5b kmod-10
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=36
2012-09-16 01:49:28 +00:00
505be093c1 Provide modutils symbol
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=35
2012-09-13 23:20:02 +00:00
Stephan Kulow
3f7983bbe5 Accepting request 125589 from Base:System
- Update to new upstream release 9
* build-sys: allow compressed modules in testsuite
* build-sys: Make dirs writable on rootfs creation
* depmod: use ferror and fclose to check for error
* depmod: return error when index is truncated due to ENOSPC
* depmod: fix coding-style issue in array declaration
* depmod: fail if any index could not be created
* depmod: don't return error if modules.builtin don't exist
* libkmod-util: split function for usec conversion
* libkmod-util: add missing stdbool.h include
- Fix broken testsuites on 32bit systems.
  add: fix-32bits.diff

OBS-URL: https://build.opensuse.org/request/show/125589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=10
2012-06-25 12:00:27 +00:00
00869a7727 Annotate patch; trim changelog to the important things; place in current URLs
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=33
2012-06-22 21:57:21 +00:00
Robert Milasan
4c5553e792 - Fix broken testsuites on 32bit systems.
add: fix-32bits.diff

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=32
2012-06-21 06:38:18 +00:00
Robert Milasan
87a9c849bd * libkmod-util: add missing stdbool.h include
- Don't assert mkdir_p, it fails on 32bit systems.
  add: dont-assert-mkdir_p.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=31
2012-06-20 13:11:38 +00:00
Robert Milasan
2aef4e0d72 - Update to new upstream release 9
* build-sys: allow compressed modules in testsuite
* build-sys: Make dirs writable on rootfs creation
* depmod: use ferror and fclose to check for error
* depmod: return error when index is truncated due to ENOSPC
* depmod: fix coding-style issue in array declaration
* depmod: fail if any index could not be created
* depmod: don't return error if modules.builtin don't exist
* libkmod-util: split function for usec conversion
* libkmod-util: add missing stdbool.h include

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=30
2012-06-20 08:46:14 +00:00
Stephan Kulow
108ad495fa Accepting request 114895 from Base:System
- Restore patch descriptions
  (and use `quilt setup` for rediff in future)

OBS-URL: https://build.opensuse.org/request/show/114895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=8
2012-04-23 07:15:11 +00:00
cc0f590fe5 Restore patch descriptions
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=28
2012-04-21 01:57:03 +00:00
Stephan Kulow
d2147864d2 Accepting request 114761 from Base:System
- Update to new upstream release 8
* doc: remove links to NULL going nowhere.
* modprobe: handle -ENOENT return from init_module.
* doc: silent man page generation and fix gtk-doc warnings.
* modprobe: fix typo in config dump: option->options.

OBS-URL: https://build.opensuse.org/request/show/114761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=7
2012-04-20 13:17:48 +00:00
Robert Milasan
9123c8476e - Update to new upstream release 8
* doc: remove links to NULL going nowhere.
* modprobe: handle -ENOENT return from init_module.
* doc: silent man page generation and fix gtk-doc warnings.
* modprobe: fix typo in config dump: option->options.

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=26
2012-04-19 14:59:31 +00:00
Stephan Kulow
bdbcbf1717 Accepting request 114359 from Base:System
- Update to new upstream release 7
* build-sys: don't set CFLAGS and LDFLAGS.
* build-sys: re-organize configure.ac.
* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
* Add CC_CHECK_LDFLAGS_APPEND m4 macro.
* config: use order /etc, /run, /lib.
* modprobe: set log prio to 0 if user passed -q arg.
* modprobe: always try to remove all modules in command line.
* modprobe: don't check if module builtin to decide if it's builtin.
* modprobe: fix error path in removing modules.

OBS-URL: https://build.opensuse.org/request/show/114359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=6
2012-04-19 06:49:48 +00:00
4d72832518 Restore Git URLs
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=24
2012-04-18 11:15:28 +00:00
Robert Milasan
1a452c544f Accepting request 114354 from home:rmilasan:branches:Base:System
- Update to new upstream release 7
  * build-sys: don't set CFLAGS and LDFLAGS.
  * build-sys: re-organize configure.ac.
  * configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
  * Add CC_CHECK_LDFLAGS_APPEND m4 macro.
  * config: use order /etc, /run, /lib.
  * modprobe: set log prio to 0 if user passed -q arg.
  * modprobe: always try to remove all modules in command line.
  * modprobe: don't check if module builtin to decide if it's builtin.
  * modprobe: fix error path in removing modules.

OBS-URL: https://build.opensuse.org/request/show/114354
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=23
2012-04-18 11:05:36 +00:00
Stephan Kulow
77413a688b Accepting request 108783 from Base:System
- place binary in /usr tree (UsrMerge project)

OBS-URL: https://build.opensuse.org/request/show/108783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=5
2012-03-13 08:34:13 +00:00
4b49bf8edf Accepting request 108736 from home:rjschwei:branches:Base:System
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/108736
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=21
2012-03-10 18:27:40 +00:00
Stephan Kulow
de6575f693 Accepting request 107901 from Base:System
- Update to new upstream release 6
* New API: kmod_module_apply_filter, a function to apply filters
  in a list of modules
* Lookup modules.builtin.bin to decide if a module is built into
  the kernel
* Resolve infinite loops with softdeps and user configs with
  install commands

OBS-URL: https://build.opensuse.org/request/show/107901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=4
2012-03-07 19:09:24 +00:00
de08b15014 kmod 6
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=19
2012-03-03 20:52:30 +00:00
Stephan Kulow
1aa54c613e Accepting request 103147 from Base:System
Previous SR did not work due to Source0 being used twice accidentally.
- Update to new upstream release 5

OBS-URL: https://build.opensuse.org/request/show/103147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=3
2012-02-08 14:38:38 +00:00
97f0901b06 Redo patch to use -version-number instead
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=16
2012-02-08 02:47:37 +00:00
288d9ebf01 Include tarball signature
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=15
2012-02-08 01:03:29 +00:00
b142ac7be3 kmod 5
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=14
2012-02-07 00:59:10 +00:00
015c7fa12a kmod 4
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=13
2012-01-20 18:20:51 +00:00
Stephan Kulow
c348fb8e58 Accepting request 99207 from Base:System
- Update to new upstream release 3
* new APIs in libkmod: get symbols from module, parsing the ELF
  section, dependency symbols, insert module like modprobe
* support for Xz-compressed modules
* the depmod tool

OBS-URL: https://build.opensuse.org/request/show/99207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=2
2012-01-09 11:04:43 +00:00
0afbbc7822 kmod 3
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=10
2012-01-06 00:53:03 +00:00
Stephan Kulow
ad0e29b47b Accepting request 97609 from Base:System
resubmit after SPDX

OBS-URL: https://build.opensuse.org/request/show/97609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=1
2012-01-04 06:24:18 +00:00
232c01572b kmod 2.35
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=8
2011-12-24 20:30:44 +00:00
16950304e1 Enable zlib (merge staged changes)
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=7
2011-12-24 18:39:22 +00:00
Cristian Rodríguez
f12ff053f5 Accepting request 98112 from home:elvigia:branches:Base:System
- Use --enable-zlib and buildRequire zlib 
- run make check

OBS-URL: https://build.opensuse.org/request/show/98112
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=6
2011-12-24 18:04:23 +00:00
f47a30976e kmod v2-21-g9b966da
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=5
2011-12-24 02:05:41 +00:00
f5ac3c1991 SPDX license tag
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=4
2011-12-21 13:03:00 +00:00
1cffce2794 Update URL tag
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=3
2011-12-21 12:29:04 +00:00
910d06d4d6 kmod 2
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=2
2011-12-21 02:20:49 +00:00
Cristian Rodríguez
cac10b49d5 Accepting request 96968 from home:jengelh:dev
Prospective module-init-tools replacement

OBS-URL: https://build.opensuse.org/request/show/96968
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=1
2011-12-18 20:28:33 +00:00