search for: unix_dgram_connect

Displaying 3 results from an estimated 3 matches for "unix_dgram_connect".

2018 Jun 16
2
DM 3.6.25 -> 4.x
...mer_interrupt+0x3c/0x50 [ 9369.174863] [<ffffffff8196353b>] apic_timer_interrupt+0x6b/0x70 [ 9369.174864] <EOI> [<ffffffff81962587>] ? _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...
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'.
2023 Mar 02
0
[PATCH net-next v3 1/3] vsock: support sockmap
...all comments in a separate email. Thanks, Stefano > >The real reason is due to this piece of logic in sockmap: >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/core/sock_map.c?h=v6.2#n531 > >And because of it, you see the same thing in (for example) >unix_dgram_connect(): >https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/unix/af_unix.c?h=v6.2#n1394 > >I believe it makes sense for these other socket types. >