lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 09 Feb 2012 22:01:16 +0400
From:	Stanislav Kinsbursky <skinsbursky@...allels.com>
To:	akpm@...ux-foundation.org
Cc:	jmorris@...ei.org, linux-kernel@...r.kernel.org, criu@...nvz.org,
	linux-security-module@...r.kernel.org, viro@...iv.linux.org.uk,
	eparis@...isplace.org, sds@...ho.nsa.gov
Subject: [PATCH 0/5] IPC: checkpoint/restore in userspace enhancements

This patch set aimed to provide additional functionality for all IPC objects,
which is required for migration these objects by user-space checkpoint/restore
utils.
The main problem here was impossibility to set up object id. This patch set
solves the problem in two steps:
1) Makes it possible to create new object (shared memory, semaphores set or
messages queue) with ID, equal to passed key.
2) Makes it possible to change existent object key.

The following series consists of:

---

Stanislav Kinsbursky (5):
      ipc: "use key as id" functionality for resource get system call introduced
      ipc: segment key change helper introduced
      ipc: add new SHM_SET command for sys_shmctl() call
      ipc: add new MSG_SET command for sys_msgctl() call
      ipc: add new SEM_SET command for sys_semctl() call


 include/linux/ipc.h        |    1 +
 include/linux/msg.h        |    1 +
 include/linux/sem.h        |    1 +
 include/linux/shm.h        |    1 +
 ipc/compat.c               |    9 +++++++
 ipc/msg.c                  |   14 +++++++++-
 ipc/sem.c                  |   11 +++++++-
 ipc/shm.c                  |   14 +++++++++-
 ipc/util.c                 |   59 +++++++++++++++++++++++++++++++++++++++++---
 ipc/util.h                 |    3 ++
 security/selinux/hooks.c   |    3 ++
 security/smack/smack_lsm.c |    3 ++
 12 files changed, 110 insertions(+), 10 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ