NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/45099: the syscall rename hack in rump does not work all the time.



>Number:         45099
>Category:       kern
>Synopsis:       rump rename does not work for syscalls with different args
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jun 26 01:00:00 +0000 2011
>Originator:     Christos Zoulas
>Release:        NetBSD 5.99.53
>Organization:
        Entropy Exterminators
>Environment:
System: NetBSD quasar.astron.com 5.99.53 NetBSD 5.99.53 (QUASAR) #39: Sat Jun 
25 14:28:14 EDT 2011 
christos%quasar.astron.com@localhost:/usr/src/sys/arch/amd64/compile/QUASAR 
amd64
Architecture: x86_64
Machine: amd64
>Description:
        compile ukfs.c, notice warning in mknod call, look at header note
        thar rump_sys_mknod uses uint32_t for dev, not dev_t as it is supposed
        to because it uses the prototype of the compat syscall instead of the
        new one.
>How-To-Repeat:
        see above.
>Fix:
        make the declarations use the proper prototypes.



Home | Main Index | Thread Index | Old Index