BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000468 [BusyBox] Kernel Module Support minor always 10-04-05 12:37 12-14-05 19:54
Reporter mbizon View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.01
Summary 0000468: rmmod does not report failure
Description
rmmod does not return failure when module unload fails (at least it does not on my system).

The syscall() returned a non zero value but a positive one, while rmmod checks only for negative values.

As the insmod code use syscall() in quite the same way and checks for non zero, I guess it is a mistake.

Attached trivial patch to fix this.
Additional Information
Attached Files  rmmod_syscall_ret.patch [^] (652 bytes) 10-04-05 12:37

- Relationships

- Notes
(0000771)
landley
12-14-05 19:54

svn 12836
 

- Issue History
Date Modified Username Field Change
10-04-05 12:37 mbizon New Issue
10-04-05 12:37 mbizon Status new => assigned
10-04-05 12:37 mbizon Assigned To  => BusyBox
10-04-05 12:37 mbizon File Added: rmmod_syscall_ret.patch
12-14-05 19:54 landley Status assigned => closed
12-14-05 19:54 landley Note Added: 0000771
12-14-05 19:54 landley Resolution open => fixed
12-14-05 19:54 landley Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker