[Devel] [PATCH RH9 0/7] part-10 non-connector patches

Pavel Tikhomirov ptikhomirov at virtuozzo.com
Tue Oct 5 15:55:46 MSK 2021


These are patches from part-10 not directly connected with proc
connector.

These two are renamed: "prctl: reduce requirements to exe link change",
"ve/prctl_set_mm: allow to change mm content in ve" to
"ve/prctl_set_mm: allow setting exe link while unprivileged for spfs".

And "ve/net: allow to rename devices in non-ve namespaces" got a crash
fix.

Andrey Ryabinin (1):
  ve/module: hide module refcounts from container

Kirill Tkhai (1):
  ve/net: allow to rename devices in non-ve namespaces

Pavel Tikhomirov (2):
  ve/prctl_set_mm: allow setting exe link while unprivileged for spfs
  ve/coredump: virtualize kernel.core_pattern sysctl

Stanislav Kinsburskiy (3):
  ve/kernfs: export kernfs_perms_set() helper
  ve/sysfs: generic sysfs_set_def_perms() helper introduced
  ve/module: export sysfs dentries in containers

 fs/coredump.c             | 12 +++++----
 fs/kernfs/ve.c            |  4 +--
 fs/sysfs/ve.c             | 11 ++++++++
 include/linux/coredump.h  |  1 -
 include/linux/kernfs-ve.h |  4 +++
 include/linux/sysfs-ve.h  | 20 ++++++++++++++
 include/linux/ve.h        |  7 +++++
 kernel/module.c           | 57 ++++++++++++++++++++++++++++++++++++---
 kernel/sys.c              |  6 ++---
 kernel/sysctl.c           | 13 ++++++---
 kernel/ve/ve.c            | 18 +++++++++++++
 net/core/dev.c            | 22 +++++++++++++++
 12 files changed, 157 insertions(+), 18 deletions(-)
 create mode 100644 include/linux/sysfs-ve.h

-- 
2.31.1



More information about the Devel mailing list