Netlink socket support for MIPS*

Bug #1323001 reported by Luca Falavigna
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
QEMU
Fix Released
Undecided
Unassigned

Bug Description

It seems QEMU does not support Netlink socket support on MIPS*

Trying to compile and run this simple program:

#include <libaudit.h>
#include <stdio.h>
#include <errno.h>

int main()
{
        int audit_fd = audit_open ();
        printf("fd is %d\n", audit_fd);
        printf("errno is %d\n", errno);
        return 0;
}

I receive the following output:

$ ./test
fd is -1
errno is 97
$

errno 97 is #define EAFNOSUPPORT 97 /* Address family not supported by protocol */

Tags: patch
Revision history for this message
Luca Falavigna (dktrkranz) wrote :

This patches solves the issue for me:
http://patchwork.ozlabs.org/patch/346018/

tags: added: patch
Revision history for this message
Luca Falavigna (dktrkranz) wrote :
Changed in qemu:
status: New → Fix Committed
Changed in qemu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.