[Devel] [PATCH RH9 00/28] part 27

Andrey Zhadchenko andrey.zhadchenko at virtuozzo.com
Thu Oct 14 13:33:08 MSK 2021


Andrey Ryabinin (6):
  net/skbuff: Don't waste memory reserves
  net/skbuff: WARN if kmalloc_reserve() fails to allocate memory.
  ve/memcg: Account some swapped memory as used in CT in /proc/meminfo
  mm: Add and use batched version of __tlb_remove_table()
  fs/super: don't destroy super_block in case of leaked inodes
  mm/vmscan: add cond_resched() to loop in shrink_slab_memcg()

Andrey Zhadchenko (1):
  commoncap: relax setxattr and removxattr checks

Denis Plotnikov (2):
  kvm/x86: add log printing on emulation failure
  kvm/x86: extend info on emualation failure

Jan Dakinevich (2):
  ve/meminfo: show "MemAvailable: ..." line in CT's meminfo
  ve/cpu: handle sysfs attributes for CTs

Kirill Gorkunov (2):
  net/gre: Consider VE_FEATURE_IPGRE on new net creation
  net/ip6ip: Consider VE_FEATURE_IPIP on new net creation

Kirill Tkhai (2):
  pid_ns: Virtualize pid_max
  mempolicy: Prohibit VE processes numa binding syscalls

Konstantin Khorenko (7):
  kvm: move VMs which we skip during shrink to vm_list tail
  kvm: move actual VM memory shrink out of kvm_lock
  ve/capability: introduce capable() wrapper which honors CT features
  ve/time: introduce CT feature to allow setting date/time
  ve/time/ntp: allow CT ntp adjustment time tuning under VE_FEATURE_TIME
    feature
  scsi: aacraid: resurrect correct arc ctrl checks for Series-6
  mnt_ns: introduce global list of mount namespaces for debug

Michael S. Tsirkin (1):
  DMA-API: exceeded 7 overlapping mappings of cacheline share

Pavel Tikhomirov (3):
  ve/mount: allow pseudosuper to temporary exceed the container limit
  mm: fix hanging shrinker management on long do_shrink_slab
  ve/pid: Export kernel.pid_max via ve cgroup

Sergey Lysanov (1):
  fs: Export symbols replace_fd() and create_pipe_files()

Vasily Averin (1):
  ve/net/neighbour: per-ct limit for neighbour entries

 arch/x86/include/asm/tlb.h      |   5 ++
 arch/x86/kvm/mmu/mmu.c          |  68 +++++++++++------
 arch/x86/kvm/x86.c              |  44 ++++++++++-
 drivers/base/cpu.c              |  17 ++++-
 drivers/scsi/aacraid/aacraid.h  |  11 ---
 drivers/scsi/aacraid/comminit.c |  14 +++-
 drivers/scsi/aacraid/commsup.c  |   4 +-
 drivers/scsi/aacraid/linit.c    |   7 +-
 fs/file.c                       |   1 +
 fs/mount.h                      |   1 +
 fs/namespace.c                  |  14 +++-
 fs/pipe.c                       |   1 +
 fs/proc/meminfo.c               |  14 +++-
 fs/super.c                      |  12 ++-
 include/linux/capability.h      |   1 +
 include/linux/kvm_host.h        |   1 +
 include/linux/memcontrol.h      |   5 ++
 include/linux/pid_namespace.h   |   1 +
 include/linux/shrinker.h        |   6 ++
 include/linux/skbuff.h          |  19 ++++-
 include/linux/swap.h            |   1 +
 include/linux/threads.h         |   1 +
 include/linux/ve.h              |   2 +
 include/linux/virtinfo.h        |   1 +
 include/net/sock.h              |  12 ---
 include/uapi/linux/vzcalluser.h |   3 +-
 kernel/capability.c             |  12 +++
 kernel/dma/debug.c              |   5 +-
 kernel/pid.c                    |   2 +-
 kernel/pid_namespace.c          |   4 +-
 kernel/sysctl.c                 |  15 +++-
 kernel/time/timekeeping.c       |   9 ++-
 kernel/ve/ve.c                  |  54 ++++++++++++++
 mm/memcontrol.c                 |  11 +++
 mm/mempolicy.c                  |   9 +++
 mm/mmu_gather.c                 |   6 +-
 mm/swap_state.c                 |  16 +++-
 mm/vmscan.c                     | 157 ++++++++++++++++++++++++++++++++++++++--
 net/core/neighbour.c            |  46 ++++++++++--
 net/core/skbuff.c               |   8 +-
 net/ipv4/ip_gre.c               |  20 +++++
 net/ipv4/ip_tunnel.c            |   4 +
 net/ipv6/ip6_gre.c              |  28 +++++++
 net/ipv6/ip6_tunnel.c           |  25 +++++++
 security/commoncap.c            |  10 ++-
 virt/kvm/kvm_main.c             |   6 ++
 46 files changed, 609 insertions(+), 104 deletions(-)

-- 
1.8.3.1



More information about the Devel mailing list