Opened 10 years ago

Closed 10 years ago

#3455 closed task (fixed)

kmod-16

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.5
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version.

- Bug fixes:
   - Fix usage of readdir_r()
   - Add some missing checks for memory allocation errors

- New features:
   - Remove option from libkmod to allow waiting on module removal if
     the module is being used. It's dangerous since it can block the
     caller indefinitely.
   - Improve compatibility with musl libc
   - Add fallback implementation for compilers without _Static_assert(),
     e.g. gcc < 4.6
   - Minor optimizations to the hash table
   - Make depmod warn if a module has incorrect devname specification
   - Use cleanup attribute

Change History (2)

comment:1 by bdubbs@…, 10 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 10430.

Note: See TracTickets for help on using tickets.