search for: devinet_ioctl

Displaying 9 results from an estimated 9 matches for "devinet_ioctl".

2004 Sep 20
12
panic in e100_exec_cb()
...000000 pa 55555000 [<c022ea3a>] e100_alloc_cbs+0x74/0x140 [<c022f5bb>] e100_up+0x39/0x1d6 [<c0127f8b>] queue_delayed_work+0x50/0x6d [<c02307b3>] e100_open+0x23/0x69 [<c031198b>] dev_open+0x8a/0xe6 [<c0312e6e>] dev_change_flags+0x51/0x11f [<c03479d6>] devinet_ioctl+0x4f1/0x5b2 [<c03496b9>] inet_ioctl+0x7e/0xa8 [<c030a026>] sock_ioctl+0x184/0x25d [<c015c4e6>] sys_ioctl+0x16f/0x211 [<c010d1b7>] syscall_call+0x7/0xb Oops: 0002 [#1] Modules linked in: CPU: 0 EIP: 0061:[<c022d6d2>] Not tainted EFLAGS: 00013202 (2.6.8.1-...
2007 Apr 18
0
[Bridge] bug(?) in br_device_event causes kernel panic for 2.6.14
...ul from the screen: EIP is at br_device_event+0x94/0x110 [bridge] ... Process ifconfig (pid 22092, threadinfo:c18e9999 task:c165c600) Stack: ....(I assume this is ifconfig's stack, and probably not a lot of interest to the problem...) Call Trace: notifier_call_chain dev_close dev_change_flags devinet_ioctl inet_ioctl sock_ioctl do_ioctl do_page_fault vfs_ioctl sys_ioctl sysenter_past_esp .... (0)Kernel panic- not syncing: Fatal exception in interrupt Note- may have some typos, this is actually a PVR box plugged into a tv- not the easiest to work with ;-) Hope that's enough info to be useful, f...
2006 Jun 15
2
xenbus api
Hello I have a lot of problem using the xenbus api (in xen-3.0-testing). I had to modify the network backend driver (file netback.c), and each call to a xenbus function in a virtual machine make my machine reboot (not the virtual, the real machine). for example, I ''ve add this line of code (wich is useless):
2010 Aug 02
2
CentOS 5.5 latest revisions seem really slow
I recently updated to OpenOffice 3.2 and I noticed that it, and the latest Evolution, seem to be incredibly slow for some operations. E.g., in OO, about half the time when I'm editing something, it takes anywhere from 10-30 seconds for OO to respond to a click on one of the icons or menu items, and Evo is taking forever to format messages. During these times the gnome-system-monitor icon on
2011 May 11
4
pcifront problem in Ubuntu 10.04 domU
...ffffffffa0046bce>] bnx2_open+0x8e/0x210 [bnx2] [ 321.354929] [<ffffffff814b690e>] __dev_open+0x8e/0xe0 [ 321.354937] [<ffffffff814b5a56>] __dev_change_flags+0x96/0x170 [ 321.354944] [<ffffffff814b62e8>] dev_change_flags+0x28/0x70 [ 321.354953] [<ffffffff8151b5e7>] devinet_ioctl+0x5c7/0x710 [ 321.354961] [<ffffffff8151c863>] inet_ioctl+0x63/0x80 [ 321.354968] [<ffffffff814a27b2>] sock_do_ioctl+0x32/0x60 [ 321.354976] [<ffffffff814a2d17>] sock_ioctl+0x107/0x280 [ 321.354984] [<ffffffff8116eafd>] vfs_ioctl+0x1d/0x50 [ 321.354991] [<ffffff...
2010 Jun 16
4
DomU stuck in boot
...07c135d78] hypercall_page at ffffffff8020622a #3 [ffff88007c135da0] __netif_rx_schedule at ffffffff80410360 #4 [ffff88007c135dc0] network_open at ffffffff8810c992 #5 [ffff88007c135de0] dev_open at ffffffff80411cd2 #6 [ffff88007c135df0] dev_change_flags at ffffffff80410263 #7 [ffff88007c135e20] devinet_ioctl at ffffffff80443763 #8 [ffff88007c135ec0] sock_ioctl at ffffffff80408968 #9 [ffff88007c135ee0] do_ioctl at ffffffff802437ba #10 [ffff88007c135f00] vfs_ioctl at ffffffff80231010 #11 [ffff88007c135f40] sys_ioctl at ffffffff8024ddde #12 [ffff88007c135f80] system_call at ffffffff8025f106 RIP: 000...
2007 Dec 14
3
virtio_net and SMP guests
Rusty, Anthony, Dor, I need your brain power :-) On smp guests I have seen a problem with virtio (the version in curent Avi's git) which do not occur on single processor guests: kernel BUG at /space/kvm/drivers/virtio/virtio_ring.c:228! illegal operation: 0001 [#1] Modules linked in: ipv6 CPU: 2 Not tainted Process swapper (pid: 0, task: 000000000f83e038, ksp: 000000000f877d70) Krnl
2007 Dec 14
3
virtio_net and SMP guests
Rusty, Anthony, Dor, I need your brain power :-) On smp guests I have seen a problem with virtio (the version in curent Avi's git) which do not occur on single processor guests: kernel BUG at /space/kvm/drivers/virtio/virtio_ring.c:228! illegal operation: 0001 [#1] Modules linked in: ipv6 CPU: 2 Not tainted Process swapper (pid: 0, task: 000000000f83e038, ksp: 000000000f877d70) Krnl
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...ockaddr(struct sockaddr_in *sin, u32 addr, u16 port) -{ - sin->sin_family = AF_INET; - sin->sin_addr.s_addr = addr; - sin->sin_port = port; -} - -static int __init ic_dev_ioctl(unsigned int cmd, struct ifreq *arg) -{ - int res; - - mm_segment_t oldfs = get_fs(); - set_fs(get_ds()); - res = devinet_ioctl(cmd, arg); - set_fs(oldfs); - return res; -} - -static int __init ic_route_ioctl(unsigned int cmd, struct rtentry *arg) -{ - int res; - - mm_segment_t oldfs = get_fs(); - set_fs(get_ds()); - res = ip_rt_ioctl(cmd, arg); - set_fs(oldfs); - return res; -} - -/* - * Set up interface addresses and rout...