OpenVZ Forum


Home » Mailing lists » Devel » [RFC] connectat() and bindat() system calls
[RFC] connectat() and bindat() system calls [message #46727] Wed, 06 June 2012 08:38
Stanislav Kinsbursky is currently offline  Stanislav Kinsbursky
Messages: 683
Registered: October 2011
Senior Member
Hello.
I'd really appreciate for any comments on subj - implementation of new system
call: connectat and bindat.

Reasons for new system calls:
1) Path length for UNIX sockets is limited to 108 symbols.
Syscalls are useful as is since removes limitation.

2) Ability to perform connect/bind calls to UNIX sockets starting from specified
path in kernel.
This is required for proper support of kernel connect operations in SUNRPC
layer. Which, in turn, required for proper support of NFS in containers.

These system calls could be used only for non-abstract UNIX sockets, obviously.

Possible implementation could be adding of struct path pointer to sockaddr_un.
But this pointer have to valid only for connect and bind calls, and caller have
to hold and release path by himself.

--
Best regards,
Stanislav Kinsbursky
 
Read Message
Previous Topic: [PATCH 2/2] SUNRPC: move per-net operations from svc_destroy()
Next Topic: [PATCH] allow a task to join a pid namespace
Goto Forum:
  


Current Time: Fri Aug 02 22:12:41 GMT 2024

Total time taken to generate the page: 0.02899 seconds