search for: sys_connect

Displaying 6 results from an estimated 6 matches for "sys_connect".

2016 Jan 06
0
[klibc:master] Remove sys/socketcalls.h
...socketcalls.h - */ - -#ifndef _SYS_SOCKETCALLS_H -#define _SYS_SOCKETCALLS_H - -/* socketcalls by number, since <linux/net.h> isn't usable for assembly */ - -#define SYS_SOCKET 1 /* sys_socket(2) */ -#define SYS_BIND 2 /* sys_bind(2) */ -#define SYS_CONNECT 3 /* sys_connect(2) */ -#define SYS_LISTEN 4 /* sys_listen(2) */ -#define SYS_ACCEPT 5 /* sys_accept(2) */ -#define SYS_GETSOCKNAME 6 /* sys_getsockname(2) */ -#define SYS_GETPEERNAME 7 /* sys_getpeername(2) */ -#define S...
2018 Jun 16
2
DM 3.6.25 -> 4.x
...81962587>] ? _raw_spin_lock+0x37/0x40 [ 9369.174868] [<ffffffff81845880>] unix_state_double_lock+0x60/0x70 [ 9369.174871] [<ffffffff8184924b>] unix_dgram_connect+0x8b/0x2e0 [ 9369.174873] [<ffffffff8176fb77>] SYSC_connect+0xc7/0x100 [ 9369.174875] [<ffffffff81770789>] SyS_connect+0x9/0x10 [ 9369.174876] [<ffffffff81962797>] system_call_fastpath+0x12/0x6a [ 9549.000098] INFO: rcu_sched self-detected stall on CPU { 0} (t=3840063 jiffies g=297669 c=297668 q=1681422) [ 9549.000102] Task dump for CPU 0: [ 9549.000103] smbd-notifyd R running task 14232 3051 3046...
2018 Jun 15
3
DM 3.6.25 -> 4.x
Am 2018-06-15 um 15:16 schrieb Stefan G. Weichinger via samba: > Am 2018-06-15 um 14:44 schrieb Stefan G. Weichinger via samba: > >> on my way now ... glibc new, samba-4.5.16 for a start >> >> we now get: >> >> [2018/06/15 14:43:09.481113, 0] >> ../source3/winbindd/winbindd_group.c:45(fill_grent) >> Failed to find domain 'Unix Group'.
2017 Aug 01
0
list_add corruption problem
...l: [<ffffffff815ec938>] inet_stream_connect+0x38/0x50 Jul 31 16:58:15 den-nagios kernel: [<ffffffff81555f07>] SYSC_connect+0xe7/0x120 Jul 31 16:58:15 den-nagios kernel: [<ffffffff8121d72d>] ? set_close_on_exec+0x4d/0x70 Jul 31 16:58:15 den-nagios kernel: [<ffffffff81556d0e>] SyS_connect+0xe/0x10 Jul 31 16:58:15 den-nagios kernel: [<ffffffff81697809>] system_call_fastpath+0x16/0x1b Jul 31 16:58:15 den-nagios kernel: ---[ end trace 64494d91939a3eb0 ]--- Thanks, -Chris
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
...ity (and fragility) involved with attempting to maintain a general solution compatible accross various distributions where platform-libraries differ. CAVEATS ------- * We're currently hooked into too many socket calls. We should be able to reduce the number of hooks to 3 (__sock_create(), sys_connect(), sys_bind()). * Our 'hw_socket' component should be folded into a netdev so we can leverage NAPI. * We don't handle SOCK_SEQPACKET, SOCK_RAW, SOCK_RDM, or SOCK_PACKET sockets. * We don't currently have support for /proc/net. Our current plan is to add '/proc/net/hw...
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
...ity (and fragility) involved with attempting to maintain a general solution compatible accross various distributions where platform-libraries differ. CAVEATS ------- * We're currently hooked into too many socket calls. We should be able to reduce the number of hooks to 3 (__sock_create(), sys_connect(), sys_bind()). * Our 'hw_socket' component should be folded into a netdev so we can leverage NAPI. * We don't handle SOCK_SEQPACKET, SOCK_RAW, SOCK_RDM, or SOCK_PACKET sockets. * We don't currently have support for /proc/net. Our current plan is to add '/proc/net/hw...