Displaying 20 results from an estimated 23 matches for "sys_socketcall".
2004 Oct 26
0
kernel oops, then tc not working
.../0x5e
Oct 24 19:26:59 Gerasimos5 kernel: [<c02fc3fe>] sockfd_lookup+0x1c/0x74
Oct 24 19:26:59 Gerasimos5 kernel: [<c02fdd1a>] sys_setsockopt+0x78/0xb2
Oct 24 19:26:59 Gerasimos5 kernel: [<c0222c08>] copy_from_user+0x42/0x6e
Oct 24 19:26:59 Gerasimos5 kernel: [<c02fe462>] sys_socketcall+0x236/0x254
Oct 24 19:26:59 Gerasimos5 kernel: [<c0116db5>] do_page_fault+0x0/0x599
Oct 24 19:26:59 Gerasimos5 kernel: [<c0105ac5>] error_code+0x2d/0x38
Oct 24 19:26:59 Gerasimos5 kernel: [<c0104fc3>] syscall_call+0x7/0xb
Oct 24 19:26:59 Gerasimos5 kernel: Code: 8b 74 24 10 8b...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various
architectures that we've applied in Debian.
Ben.
Aurelien Jarno (1):
ppc64: fix struct stat
Ben Hutchings (2):
MIPS: Update archfcntl.h
syscalls: Override detection of direct socket syscalls on i386, m68k,
s390
Helge Deller (1):
Add pread and pwrite 32bit syscall wrappers for parisc
Mauricio Faria de Oliveira
2010 Mar 30
1
How are your PRI interrupts balanced? (+ Soft lockup BUG)
...>] do_wp_page+0x3bf/0x40a
Mar 29 09:38:24 pstn1 kernel: [<c04284f1>] current_fs_time+0x4a/0x55
Mar 29 09:38:24 pstn1 kernel: [<c0488f9b>] touch_atime+0x60/0x91
Mar 29 09:38:24 pstn1 kernel: [<c047d9d0>] pipe_readv+0x315/0x321
Mar 29 09:38:24 pstn1 kernel: [<c05acde4>] sys_socketcall+0x106/0x19e
Mar 29 09:38:24 pstn1 kernel: [<c0404f17>] syscall_call+0x7/0xb
Mar 29 09:38:24 pstn1 kernel: =======================
This occurred during a "high load" period (52 calls across 3 PRI spans).
A couple days ago I moved the interrupts for my PRI card to CPU0 from
CPU3,...
2004 Sep 29
3
Oops from netlink or what?
...]
handle_mm_fault+0xe0/0x150
Sep 27 19:02:58 rebecca kernel: [expand_stack+45/160] expand_stack+0x2d/0xa0
Sep 27 19:02:58 rebecca kernel: [do_page_fault+300/1328]
do_page_fault+0x12c/0x530
Sep 27 19:02:58 rebecca kernel: [sys_socket+61/96] sys_socket+0x3d/0x60
Sep 27 19:02:58 rebecca kernel: [sys_socketcall+610/672]
sys_socketcall+0x262/0x2a0
Sep 27 19:02:58 rebecca kernel: [syscall_call+7/11] syscall_call+0x7/0xb
Sep 27 19:02:58 rebecca kernel:
Sep 27 19:02:58 rebecca kernel: Code: Bad EIP value.
ksymoops 2.4.9 on i686 2.6.4. Options used
-V (default)
-k /proc/kallsyms (specified)...
2020 Jul 25
0
[klibc:execstack-fixes] sparc: Set sa_restorer for signals and disable executable stack
...usr/include/arch/sparc/klibc/archconfig.h b/usr/include/arch/sparc/klibc/archconfig.h
index 70d5ef08..ab2c5fd7 100644
--- a/usr/include/arch/sparc/klibc/archconfig.h
+++ b/usr/include/arch/sparc/klibc/archconfig.h
@@ -12,4 +12,7 @@
#define _KLIBC_USE_RT_SIG 1 /* Use rt_* signals */
#define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */
+/* So that we can avoid stack trampolines */
+#define _KLIBC_NEEDS_SA_RESTORER 1
+
#endif /* _KLIBC_ARCHCONFIG_H */
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 16faabcb..0768df0d 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/k...
2020 Aug 20
0
[klibc:execstack-fixes] sparc: Set sa_restorer for signals and disable executable stack
...usr/include/arch/sparc/klibc/archconfig.h b/usr/include/arch/sparc/klibc/archconfig.h
index 70d5ef08..ab2c5fd7 100644
--- a/usr/include/arch/sparc/klibc/archconfig.h
+++ b/usr/include/arch/sparc/klibc/archconfig.h
@@ -12,4 +12,7 @@
#define _KLIBC_USE_RT_SIG 1 /* Use rt_* signals */
#define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */
+/* So that we can avoid stack trampolines */
+#define _KLIBC_NEEDS_SA_RESTORER 1
+
#endif /* _KLIBC_ARCHCONFIG_H */
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index 16faabcb..0768df0d 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/k...
2010 Mar 16
0
[git pull v3] i386, sparc buildfix + ipconfig fixes
...):
[klibc] ipconfig: Fix missing dhcp_end field
[klibc] ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state
maximilian attems (4):
[klibc] Use x86_32 cleaned up signal.h
[klibc] sparc use cleaned up, merged <linux/signal.h>
[klibc] sparc, sparc64 use sys_socketcall unconditionally
[klibc] add losetup
????? ???????????? (1):
[klibc] ipconfig may discard useful packets
git diff --stat --summary master...maks
usr/include/arch/i386/klibc/archsignal.h | 104 +------
usr/include/arch/sparc/klibc/archconfig.h | 1 +
usr/include/arch/sparc/kl...
2010 Mar 20
0
klibc-1.5.17 released
...):
[klibc] ipconfig: Fix missing dhcp_end field
[klibc] ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING
state
maximilian attems (5):
[klibc] Use x86_32 cleaned up signal.h
[klibc] sparc use cleaned up, merged <linux/signal.h>
[klibc] sparc, sparc64 use sys_socketcall unconditionally
[klibc] add losetup
[klibc] Makefile: add help target
????? ???????????? (1):
[klibc] ipconfig may discard useful packets
-hpa
2007 Nov 21
0
iptables and BUG: soft lockup detected
...gt;] get_page_from_freelist+0x2a6/0x310
[<c0453ebe>] __alloc_pages+0x57/0x27e
[<c045fdad>] anon_vma_prepare+0x11/0xa5
[<c045afae>] __handle_mm_fault+0x85e/0x87b
[<c059c57e>] sock_common_setsockopt+0x12/0x16
[<c059b020>] sys_setsockopt+0x76/0x95
[<c059c190>] sys_socketcall+0x15c/0x19e
[<c0403eff>] syscall_call+0x7/0xb
=======================
2007 Jun 13
2
HTB deadlock
...[<c013fb2b>] find_get_page+0x37/0x42
[<c01423dd>] filemap_nopage+0x30c/0x3a3
[<c014bb99>] __handle_mm_fault+0x21c/0x943
[<c02e24c5>] _spin_unlock_bh+0x5/0xd
[<c027b475>] sock_setsockopt+0x63/0x59d
[<c0151801>] anon_vma_prepare+0x1b/0xcb
[<c027a2ea>] sys_socketcall+0x24f/0x271
[<c02e3ad0>] do_page_fault+0x0/0x600
[<c01038f1>] sysenter_past_esp+0x56/0x79
=======================
BUG: soft lockup detected on CPU#1!
[<c013c890>] softlockup_tick+0x93/0xc2
[<c0127585>] update_process_times+0x26/0x5c
[<c0111cd5>] smp_apic_timer_in...
2012 May 05
3
[PATCH] fix non-RT sigsuspend()
...a/usr/include/arch/sparc/klibc/archconfig.h b/usr/include/arch/sparc/klibc/archconfig.h
index 70d5ef0..eb71ad0 100644
--- a/usr/include/arch/sparc/klibc/archconfig.h
+++ b/usr/include/arch/sparc/klibc/archconfig.h
@@ -12,4 +12,6 @@
#define _KLIBC_USE_RT_SIG 1 /* Use rt_* signals */
#define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */
+#define _KLIBC_SIGSUSPEND_I_1
+
#endif /* _KLIBC_ARCHCONFIG_H */
diff --git a/usr/include/arch/sparc64/klibc/archconfig.h b/usr/include/arch/sparc64/klibc/archconfig.h
index 794d15b..f866438 100644
--- a/usr/include/arch/sparc64/klibc/archconfig.h
+...
2020 Aug 27
0
[klibc:master] sparc: Set sa_restorer for signals and disable executable stack
...usr/include/arch/sparc/klibc/archconfig.h b/usr/include/arch/sparc/klibc/archconfig.h
index 70d5ef08..651b213d 100644
--- a/usr/include/arch/sparc/klibc/archconfig.h
+++ b/usr/include/arch/sparc/klibc/archconfig.h
@@ -12,4 +12,9 @@
#define _KLIBC_USE_RT_SIG 1 /* Use rt_* signals */
#define _KLIBC_SYS_SOCKETCALL 1 /* Use sys_socketcall unconditionally */
+/* So that we can avoid stack trampolines */
+#define _KLIBC_NEEDS_SA_RESTORER 1
+/* Our restorer will call rt_sigreturn() */
+#define _KLIBC_NEEDS_SA_SIGINFO 1
+
#endif /* _KLIBC_ARCHCONFIG_H */
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCA...
2010 Mar 14
1
klibc sparc sockets foo
hello dave,
could you have a look at this sparc klibc trouble:
ipconfig: eth0: socket(AF_INET): Function not implemented
git clone git://git.kernel.org/pub/scm/libs/klibc/klibc.git
and review belows proposed fix?
thanks
maks
commit 4d0c11edfdad0493d97466b00e75b33786bab762
Author: jeremy buisson <jeremy.buisson at st-cyr.terre-net.defense.gouv.fr>
Date: Wed May 27 08:57:23 2009 +0200
2003 Mar 20
0
[Bug 68] New: Kernel panic
...d0934700 <[ip_conntrack]tcp_exp_matches_pkt+40/46>
Trace; c01f3898 <nf_sockopt+d8/120>
Trace; c01f38fc <nf_setsockopt+1c/20>
Trace; c0200a49 <ip_setsockopt+759/8b0>
Trace; c021ed21 <inet_setsockopt+21/30>
Trace; c01e7663 <sys_setsockopt+53/70>
Trace; c01e7cb3 <sys_socketcall+183/1d0>
Trace; c01126e0 <do_page_fault+0/4cb>
Trace; c01075d4 <error_code+34/3c>
Trace; c01074e3 <system_call+33/38>
Code; c012da44 <kmem_cache_grow+54/240>
00000000 <_EIP>:
Code; c012da44 <kmem_cache_grow+54/240> <=====
0: 0f 0b...
2005 Jun 04
11
kernel oops/IRQ exception when networking between many domUs
Hi,
I try to build experimental networks with Xen and stumbled over the same
problem that has been described quite well by Mark Doll in his posting
"xen_net: Failed to connect all virtual interfaces: err=-100"
here:
http://lists.xensource.com/archives/html/xen-users/2005-04/msg00447.html
As it was still present in 2.0.6, I tried 3.0-devel and found NR_PIRQS
and NR_DYNIRQS had been
2005 Jun 04
11
kernel oops/IRQ exception when networking between many domUs
Hi,
I try to build experimental networks with Xen and stumbled over the same
problem that has been described quite well by Mark Doll in his posting
"xen_net: Failed to connect all virtual interfaces: err=-100"
here:
http://lists.xensource.com/archives/html/xen-users/2005-04/msg00447.html
As it was still present in 2.0.6, I tried 3.0-devel and found NR_PIRQS
and NR_DYNIRQS had been
2004 Jun 08
1
Oops on tc-graph.pl of all things
...r+0x42/0x70
[<c0217c4c>] verify_iovec+0x3c/0xa0
[<c02141cf>] sys_sendmsg+0x18f/0x1f0
[<c013d106>] do_no_page+0x196/0x320
[<c013d470>] handle_mm_fault+0xe0/0x150
[<c0114c4c>] do_page_fault+0x12c/0x530
[<c01bcd82>] copy_from_user+0x42/0x70
[<c0214672>] sys_socketcall+0x242/0x260
[<c0114b20>] do_page_fault+0x0/0x530
[<c01060b9>] error_code+0x2d/0x38
[<c0105eaf>] syscall_call+0x7/0xb
Code: Bad EIP value.
`tc` configuration:
tc qdisc add dev eth0 root handle 1: htb default 90
tc class add dev eth0 parent 1: classid 1:1 htb rate 160kbit cei...
2008 Mar 17
1
Running CentOS 4.6 domUs on CentOS 5.1 dom0 and domUs crash
...1>] pgd_alloc+0x17/0x336
[<c01199d4>] mm_init+0xd7/0x116
[<c01199e4>] mm_init+0xe7/0x116
[<c0119c8a>] copy_mm+0xbb/0x396
[<c0141f1f>] cache_alloc_refill+0x154/0x19c
[<c011aa5a>] copy_process+0x6b5/0xb0b
[<c011af9d>] do_fork+0x8a/0x16b
[<c020f4c4>] sys_socketcall+0x113/0x202
[<c0105d2c>] sys_clone+0x24/0x28
[<c010737f>] syscall_call+0x7/0xb
Code: 74 02 66 a5 a8 01 74 01 a4 5e 5b 5e 5f c3 80 3d 04 07 2f c0 00 75
1c 6a 20 6a 00 ff 74 24 0c e8 ce 37 00 00 83 c4 0c 85 c0 74 08 <0f> 0b
32 01 ed 33 27 c0 c3 80 3d 04 07 2f c0 00 75 0d c7 44 2...
2008 Mar 17
1
Running CentOS 4.6 domUs on CentOS 5.1 dom0 and domUs crash
...1>] pgd_alloc+0x17/0x336
[<c01199d4>] mm_init+0xd7/0x116
[<c01199e4>] mm_init+0xe7/0x116
[<c0119c8a>] copy_mm+0xbb/0x396
[<c0141f1f>] cache_alloc_refill+0x154/0x19c
[<c011aa5a>] copy_process+0x6b5/0xb0b
[<c011af9d>] do_fork+0x8a/0x16b
[<c020f4c4>] sys_socketcall+0x113/0x202
[<c0105d2c>] sys_clone+0x24/0x28
[<c010737f>] syscall_call+0x7/0xb
Code: 74 02 66 a5 a8 01 74 01 a4 5e 5b 5e 5f c3 80 3d 04 07 2f c0 00 75
1c 6a 20 6a 00 ff 74 24 0c e8 ce 37 00 00 83 c4 0c 85 c0 74 08 <0f> 0b
32 01 ed 33 27 c0 c3 80 3d 04 07 2f c0 00 75 0d c7 44 2...
2004 Oct 20
1
Unable to handle kernel paging request at virtual address
...6:52:24 pototogorri kernel: [<c026c0a9>] netlink_sendmsg+0x1f9/0x2c0
Oct 20 16:52:24 pototogorri kernel: [<c0253078>] sock_sendmsg+0x88/0xb0
Oct 20 16:52:24 pototogorri kernel: [<c0254696>] sys_sendmsg+0x196/0x210
Oct 20 16:52:24 pototogorri kernel: [<c0254960>] sys_socketcall+0x80/0x1a0
Oct 20 16:52:24 pototogorri kernel: [<c0105c79>] sysenter_past_esp+0x52/0x79
Here is the content of the script that write my QoS:
rw_all_qos:
#!/bin/bash
#borrar la raiz y la tabla mangle
#/sbin/tc qdisc del root dev eth5
#/sbin/iptables -t mangle -F
#crear las regas base...